/* Media Query
-----------------------------------------------------------*/
/* hover
-----------------------------------------------------------*/
/* font-size
-----------------------------------------------------------*/
/* ============================================================
   TOP Page
   ============================================================ */
/* ============================== MV ============================== */
.mv {
  position: relative;
  width: 100%;
}
.mv_inner {
  position: relative;
}
.mv_image img {
  width: 100%;
  height: auto;
}
.mv_buttons {
  position: absolute;
  bottom: 10.8rem;
  left: 12rem;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 780px) {
  .mv_buttons {
    justify-content: center;
    position: absolute;
    bottom: 1.6rem;
    gap: 0.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.mv_btn-apply, .mv_btn-contact {
  display: flex;
  align-items: center;
  width: 30.6rem;
  height: 6.8rem;
  padding: 0 2rem 0 4rem;
  border-radius: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  letter-spacing: 0.24rem;
  text-align: center;
  transition: background-color 0.3s var(--ease-power2-out), color 0.3s var(--ease-power2-out);
}
.mv_btn-apply {
  background-color: var(--color-green2);
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .mv_btn-apply:hover {
    background-color: var(--color-green4);
    color: var(--color-black);
  }
}
@media (hover: none) {
  .mv_btn-apply:active {
    background-color: var(--color-green4);
    color: var(--color-black);
  }
}
.mv_btn-contact {
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .mv_btn-contact:hover {
    background-color: var(--color-green4);
    color: var(--color-black);
  }
}
@media (hover: none) {
  .mv_btn-contact:active {
    background-color: var(--color-green4);
    color: var(--color-black);
  }
}

/* ============================== Case Study ============================== */
.caseStudy {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 780px) {
  .caseStudy {
    padding: 6rem 0;
  }
}
.caseStudy_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .caseStudy_inner {
    padding: 0 1.5rem;
  }
}
.caseStudy_header {
  text-align: center;
}
.caseStudy_label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  line-height: 150%;
  color: var(--color-black);
}
@media screen and (max-width: 780px) {
  .caseStudy_label {
    font-size: max(10px, 1.6rem);
    gap: 0.6rem;
  }
}
.caseStudy_label::before, .caseStudy_label::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 2.9rem;
}
@media screen and (max-width: 780px) {
  .caseStudy_label::before, .caseStudy_label::after {
    width: 1rem;
    height: 2rem;
    border-width: 0.2rem;
  }
}
.caseStudy_label::before {
  border-left: 0.3rem solid var(--color-green4);
  transform: rotate(-30deg);
}
@media screen and (max-width: 780px) {
  .caseStudy_label::before {
    border-left-width: 0.2rem;
  }
}
.caseStudy_label::after {
  border-right: 0.3rem solid var(--color-green4);
  transform: rotate(30deg);
}
@media screen and (max-width: 780px) {
  .caseStudy_label::after {
    border-right-width: 0.2rem;
  }
}
.caseStudy_heading {
  margin-top: 2.8rem;
  line-height: 200%;
}
@media screen and (max-width: 780px) {
  .caseStudy_heading {
    margin-top: 1rem;
  }
}
.caseStudy_heading_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.5rem);
}
@media screen and (max-width: 780px) {
  .caseStudy_heading_text {
    font-size: max(10px, 2.1rem);
  }
}
.caseStudy_heading_price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: max(10px, 3.2rem);
  color: var(--color-green1);
}
@media screen and (max-width: 780px) {
  .caseStudy_heading_price {
    font-size: max(10px, 2.7rem);
    margin-top: 0.8rem;
    display: inline-block;
  }
}
.caseStudy_heading_price_num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: max(10px, 5.2rem);
}
@media screen and (max-width: 780px) {
  .caseStudy_heading_price_num {
    font-size: max(10px, 4.3rem);
  }
}
.caseStudy_heading_price_text {
  color: var(--color-black);
}
.caseStudy_heading_note {
  font-size: max(10px, 1.6rem);
  vertical-align: super;
}
@media screen and (max-width: 780px) {
  .caseStudy_heading_note {
    font-size: max(10px, 1.4rem);
  }
}
.caseStudy_sub {
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: max(10px, 3.4rem);
  line-height: 160%;
}
@media screen and (max-width: 780px) {
  .caseStudy_sub {
    font-size: max(10px, 2.8rem);
  }
}
.caseStudy_note {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 1.4rem);
  line-height: 150%;
}
@media screen and (max-width: 780px) {
  .caseStudy_note {
    margin-top: 1rem;
  }
}
.caseStudy_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .caseStudy_list {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.caseStudy_item {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  align-items: start;
  text-align: center;
}
@supports (grid-template-rows: subgrid) {
  .caseStudy_item {
    grid-row: span 6;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
@media screen and (max-width: 780px) {
  .caseStudy_item {
    grid-row: auto;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 780px) {
  .caseStudy_item {
    grid-template-rows: auto;
  }
}
.caseStudy_item_caseLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0 0.9rem;
  height: 3.1rem;
  border: 0.1rem solid var(--color-black);
  background-color: var(--color-white);
  box-shadow: 0.3rem 0.4rem 0 var(--color-black);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: max(10px, 2.2rem);
  line-height: 130%;
  margin-top: -1rem;
}
.caseStudy_item_title {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: max(10px, 2.6rem);
  line-height: 150%;
  color: var(--color-green2);
}
@media screen and (max-width: 780px) {
  .caseStudy_item_title {
    font-size: max(10px, 2.2rem);
  }
}
.caseStudy_item_image {
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.caseStudy_item_image img {
  width: 100%;
  height: auto;
}
.caseStudy_item_tag {
  display: inline-block;
  justify-self: start;
  margin-top: 3rem;
  padding: 0.1rem 0.4rem;
  background-color: var(--color-green4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.3rem);
  line-height: 150%;
}
@media screen and (max-width: 780px) {
  .caseStudy_item_tag {
    margin-top: 2rem;
  }
}
.caseStudy_item_desc {
  margin-top: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.7rem);
  line-height: 160%;
  color: var(--color-text);
  text-align: left;
}
@media screen and (max-width: 780px) {
  .caseStudy_item_desc {
    font-size: max(10px, 1.5rem);
  }
}
.caseStudy_item_price {
  margin-top: 1.6rem;
  color: var(--color-green2);
}
@media screen and (max-width: 780px) {
  .caseStudy_item_price {
    margin-top: 0;
  }
}
.caseStudy_item_price_prefix, .caseStudy_item_price_suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.6rem);
}
.caseStudy_item_price_number {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: max(10px, 6.5rem);
  line-height: 150%;
  letter-spacing: -0.325rem;
}
@media screen and (max-width: 780px) {
  .caseStudy_item_price_number {
    font-size: max(10px, 4.8rem);
  }
}
.caseStudy_btn {
  display: inline-flex;
  align-items: center;
  margin-top: 5rem;
  padding: 1.3rem 2.3rem;
  min-width: 18.3rem;
  height: 5.5rem;
  border-radius: 3.6rem;
  background-color: var(--color-green2);
  color: var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 1.8rem);
  transition: background-color 0.3s var(--ease-power2-out), color 0.3s var(--ease-power2-out);
}
@media (hover: hover) and (pointer: fine) {
  .caseStudy_btn:hover {
    background-color: var(--color-green4);
    color: var(--color-black);
  }
}
@media (hover: none) {
  .caseStudy_btn:active {
    background-color: var(--color-green4);
    color: var(--color-black);
  }
}

/* ============================== Solution ============================== */
.solution {
  padding: 10rem 0;
}
@media screen and (max-width: 780px) {
  .solution {
    padding: 6rem 0;
  }
}
.solution_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .solution_inner {
    padding: 0 1.5rem;
    gap: 4rem;
  }
}
.solution_card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.7rem;
  width: 100%;
  padding: 5.7rem 8rem;
  border-radius: 2rem;
  background-color: var(--color-green3);
}
@media screen and (max-width: 780px) {
  .solution_card {
    flex-direction: column;
    padding: 4rem 2.4rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .solution_card:nth-child(2) .solution_card_body {
    order: 1;
  }
}
.solution_card:nth-child(2) .solution_card_image {
  position: relative;
}
.solution_card:nth-child(2) .solution_card_image .solution_card_heading {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .solution_card:nth-child(2) .solution_card_image {
    order: 0;
  }
}
.solution_card_image {
  flex-shrink: 0;
  width: 39.5rem;
}
@media screen and (max-width: 780px) {
  .solution_card_image {
    width: 100%;
  }
}
.solution_card_image img {
  width: 100%;
  height: auto;
}
.solution_card_body {
  width: 43.1rem;
}
@media screen and (max-width: 780px) {
  .solution_card_body {
    width: 100%;
  }
}
.solution_card_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  line-height: 150%;
  color: var(--color-green2);
}
@media screen and (max-width: 780px) {
  .solution_card_heading {
    font-size: max(10px, 2rem);
  }
}
.solution_card_heading sup {
  font-size: max(10px, 1.5rem);
  vertical-align: super;
}
@media screen and (max-width: 780px) {
  .solution_card_heading sup {
    font-size: max(10px, 1.2rem);
  }
}
.solution_card_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  line-height: 170%;
  color: var(--color-black);
}
.solution_card_text sup {
  font-size: 0.6em;
}
@media screen and (max-width: 780px) {
  .solution_card_text {
    font-size: max(10px, 1.8rem);
    line-height: 180%;
  }
}
.solution_card_note {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 1.4rem);
  line-height: 150%;
}
@media screen and (max-width: 780px) {
  .solution_card_note {
    margin-top: 1.8rem;
    font-size: max(10px, 1.2rem);
  }
}
.solution_docs {
  text-align: center;
}
.solution_docs_note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 2rem);
  line-height: 150%;
}
@media screen and (max-width: 780px) {
  .solution_docs_note {
    font-size: max(10px, 1.4rem);
    text-align: left;
    padding: 0 1rem;
  }
}
.solution_docs_links {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 780px) {
  .solution_docs_links {
    margin-top: 4rem;
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
.solution_docs_link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-green1);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.8rem);
  line-height: 150%;
  letter-spacing: 0.09rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 780px) {
  .solution_docs_link {
    width: 100%;
    justify-content: center;
  }
}
.solution_docs_link_icon {
  width: 2.4rem;
  height: auto;
}

/* ============================== Object ============================== */
.object {
  padding: 10rem 0;
}
@media screen and (max-width: 780px) {
  .object {
    padding: 6rem 0;
  }
}
.object_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .object_inner {
    padding: 0 1.5rem;
  }
}
.object_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .object_list {
    gap: 1.6rem 0;
  }
}
.object_card {
  background-color: var(--color-white);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.15);
}
.object_card_header {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 7rem;
  padding: 1.7rem 4.5rem;
}
@media screen and (max-width: 780px) {
  .object_card_header {
    min-height: 6rem;
    padding: 1.6rem 2rem 1rem;
    align-items: center;
    justify-content: center;
    gap: 0 1rem;
  }
  .object_card_header.-sp {
    padding: 1rem 2rem 1.6rem;
  }
}
.object_card_logo {
  width: 13rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .object_card_logo {
    width: 10rem;
  }
}
.object_card_title {
  height: auto;
  font-size: max(10px, 2.5rem);
  font-weight: bold;
}
.object_card_headerText {
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 1.8rem);
  letter-spacing: 0.18rem;
  color: var(--color-black);
}
@media screen and (max-width: 780px) {
  .object_card_headerText {
    font-size: max(10px, 1.6rem);
    margin-left: 0;
  }
}
.object_card_toggle {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 3rem;
}
@media screen and (max-width: 780px) {
  .object_card_toggle {
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 0;
  }
}
.object_card_toggle::before, .object_card_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: var(--color-green1);
  transform: translate(-50%, -50%);
}
.object_card_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s var(--ease-power2-out);
}
.object_card.is-open .object_card_toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.object_card_body {
  padding: 6rem 6rem 4rem;
}
@media screen and (max-width: 780px) {
  .object_card_body {
    padding: 3rem;
  }
}
.object_card_devices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 780px) {
  .object_card_devices {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
    align-items: center;
  }
}
.object_card_device {
  display: grid;
  grid-template-rows: auto 1fr;
}
@supports (grid-template-rows: subgrid) {
  .object_card_device {
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 2rem 0;
    justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .object_card_device {
    display: flex;
    flex-direction: column;
  }
}
.object_card_device_image {
  width: 32rem;
  height: 28.6rem;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .object_card_device_image {
    width: 100%;
    height: auto;
  }
}
.object_card_device_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.object_card_device_name {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 1.8rem);
  line-height: 150%;
}
@media screen and (max-width: 780px) {
  .object_card_device_name {
    font-size: max(10px, 1.4rem);
  }
}
.object_card_device_dot {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  background-color: var(--color-green4);
  margin-top: 0.5em;
}

/* ============================== Flow ============================== */
.flow {
  padding: 10rem 0;
  background-color: var(--color-green3);
}
@media screen and (max-width: 780px) {
  .flow {
    padding: 6rem 0;
  }
}
.flow_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .flow_inner {
    padding: 0 2.5rem;
  }
}
.flow_steps {
  display: flex;
  gap: 1.5rem;
  margin-top: 6rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .flow_steps {
    flex-direction: column;
    gap: 4rem 0;
    margin-top: 5rem;
  }
}
.flow_step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow_step_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37rem;
  height: 5.5rem;
  background-color: var(--color-green1);
  color: var(--color-white);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: max(10px, 3.5rem);
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}
@media screen and (max-width: 780px) {
  .flow_step_number {
    width: 100%;
    height: 4.4rem;
    font-size: max(10px, 2.6rem);
    clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
  }
}
.flow_step_title {
  display: flex;
  justify-content: center;
  flex: 1;
  margin-top: 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.2rem);
  line-height: 1.45;
}
@media screen and (max-width: 780px) {
  .flow_step_title {
    margin-top: 1.6rem;
    font-size: max(10px, 1.8rem);
  }
}
.flow_step_image {
  margin-top: 2.8rem;
  width: 35rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .flow_step_image {
    width: 100%;
    margin-top: 1.3rem;
  }
}
.flow_step_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ============================== Voice ============================== */
.voice {
  padding: 10rem 0;
}
@media screen and (max-width: 780px) {
  .voice {
    padding: 6rem 0;
  }
}
.voice_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .voice_inner {
    padding: 0;
  }
}
.voice_list {
  margin-top: 6rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .voice_list {
    margin-top: 4rem;
    width: 35rem;
  }
}
.voice_list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 780px) {
  .voice_list .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.voice_pagination {
  display: none;
}
@media screen and (max-width: 780px) {
  .voice_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .voice_pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.1rem solid var(--color-green1);
    background-color: transparent;
    opacity: 1;
    transition: background-color 0.3s var(--ease-power2-out);
  }
  .voice_pagination .swiper-pagination-bullet-active {
    background-color: var(--color-green1);
  }
}
.voice_nav {
  display: none;
}
@media screen and (max-width: 780px) {
  .voice_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3rem;
    margin-top: 2rem;
  }
}
.voice_nav_prev, .voice_nav_next, .voice_nav_pause {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice_nav_prev svg, .voice_nav_next svg, .voice_nav_pause svg {
  width: 4rem;
  height: 4rem;
}
.voice_item {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  background-color: var(--color-gray);
  overflow: hidden;
}
@supports (grid-template-rows: subgrid) {
  .voice_item {
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
.voice_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--color-green1);
  background-image: linear-gradient(var(--color-white), var(--color-white)), linear-gradient(var(--color-white), var(--color-white));
  background-size: 2rem 0.2rem, 0.2rem 2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.voice_item_image {
  width: 100%;
}
.voice_item_image img {
  width: 100%;
  height: auto;
}
.voice_item_heading {
  padding: 2.4rem 2.4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2rem);
  line-height: 150%;
  color: var(--color-green2);
}
.voice_item_meta {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  padding: 1.2rem 2.4rem 0;
}
.voice_item_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.8rem);
  color: var(--color-black);
}
.voice_item_category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.6rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  background-color: var(--color-blue1);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.5rem);
  color: var(--color-white);
  white-space: nowrap;
}
.voice_item_text {
  padding: 1.2rem 2.4rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 1.6rem);
  line-height: 180%;
  color: var(--color-black);
}

/* ============================== FAQ ============================== */
.faq {
  padding: 10rem 0;
}
@media screen and (max-width: 780px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .faq_inner {
    padding: 0 1.5rem;
  }
}
.faq_content {
  margin-top: 6rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .faq_content {
    margin-top: 4rem;
  }
}
.faq_category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2rem);
  line-height: 150%;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 780px) {
  .faq_category {
    font-size: max(10px, 1.6rem);
  }
}
.faq_category .marker {
  color: var(--color-blue2);
}
.faq_footer {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .faq_footer {
    margin-top: 4rem;
  }
}
.faq_footer_note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.7rem);
  line-height: 150%;
}
@media screen and (max-width: 780px) {
  .faq_footer_note {
    font-size: max(10px, 1.4rem);
    line-height: 180%;
    text-align: left;
  }
}
.faq_footer_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  margin-top: 3rem;
  padding: 1.3rem 2.3rem;
  min-width: 25.5rem;
  height: 5.5rem;
  border-radius: 3.6rem;
  background-color: var(--color-green2);
  color: var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 1.8rem);
}
@media screen and (max-width: 780px) {
  .faq_footer_btn {
    min-width: 22rem;
    height: 4.8rem;
    font-size: max(10px, 1.5rem);
    margin-top: 2.4rem;
  }
}

/* ============================== News ============================== */
.news {
  padding: 10rem 0;
}
@media screen and (max-width: 780px) {
  .news {
    padding: 6rem 0 9rem;
  }
}
.news_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .news_inner {
    padding: 0 1.5rem;
  }
}
.news_list {
  margin-top: 6rem;
  width: 100%;
  border-top: 0.1rem solid var(--color-border);
}
@media screen and (max-width: 780px) {
  .news_list {
    margin-top: 4rem;
  }
}
.news_item {
  display: block;
  padding: 2.4rem 1rem;
  border-bottom: 0.1rem solid var(--color-border);
}
@media screen and (max-width: 780px) {
  .news_item {
    padding: 2rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news_item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .news_item:active {
    opacity: 0.7;
  }
}
.news_item_meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.news_item_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  line-height: 190%;
  color: var(--color-black);
}
@media screen and (max-width: 780px) {
  .news_item_date {
    font-size: max(10px, 1.6rem);
  }
}
.news_item_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6rem;
  height: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 1.3rem);
  background-color: var(--color-green1);
  color: var(--color-white);
  white-space: nowrap;
}
.news_item_title {
  margin-top: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(10px, 1.8rem);
  line-height: 150%;
  color: var(--color-black);
}
@media screen and (max-width: 780px) {
  .news_item_title {
    font-size: max(10px, 1.4rem);
    margin-top: 0.4rem;
  }
}
.news_empty {
  margin-top: 6rem;
  font-size: max(10px, 1.8rem);
}
@media screen and (max-width: 780px) {
  .news_empty {
    margin-top: 4rem;
    font-size: max(10px, 1.4rem);
  }
}
.news_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  margin-top: 5rem;
  padding: 1.3rem 2.3rem;
  min-width: 25.4rem;
  height: 5.5rem;
  border-radius: 3.6rem;
  background-color: var(--color-green2);
  color: var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 1.8rem);
}
@media screen and (max-width: 780px) {
  .news_btn {
    margin-top: 3rem;
    min-width: 22rem;
    height: 4.8rem;
    font-size: max(10px, 1.5rem);
  }
}

/* ============================== CTA Bottom ============================== */
.ctaBottom {
  position: relative;
  width: 100%;
  height: 36rem;
  background-color: var(--color-green1);
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .ctaBottom {
    height: auto;
  }
}
.ctaBottom_inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .ctaBottom_inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.ctaBottom_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 61.5rem;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .ctaBottom_image {
    position: relative;
    width: 100%;
    clip-path: none;
  }
}
.ctaBottom_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ctaBottom_body {
  margin-left: auto;
  padding-right: 16rem;
  color: var(--color-white);
}
@media screen and (max-width: 780px) {
  .ctaBottom_body {
    margin-left: 0;
    padding: 4rem 1.5rem 6rem;
    text-align: center;
  }
}
.ctaBottom_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 4.2rem);
  line-height: 200%;
}
@media screen and (max-width: 780px) {
  .ctaBottom_heading {
    font-size: max(10px, 3rem);
    line-height: 1.4;
  }
}
.ctaBottom_time {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  border: 0.2rem solid var(--color-white);
  border-radius: 100vmax;
  position: relative;
  width: 29.7rem;
  height: 3.6rem;
  padding-left: 5.8rem;
}
@media screen and (max-width: 780px) {
  .ctaBottom_time {
    width: 25.7rem;
    height: 3rem;
    padding-left: 5.45rem;
    margin: 1.6rem auto 0;
  }
}
.ctaBottom_time_icon {
  width: 4.3rem;
  height: 4.3rem;
  position: absolute;
  left: -0.5rem;
}
@media screen and (max-width: 780px) {
  .ctaBottom_time_icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.ctaBottom_time_text {
  border-radius: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: max(10px, 2.2rem);
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .ctaBottom_time_text {
    font-size: max(10px, 1.8rem);
  }
}
.ctaBottom_buttons {
  display: flex;
  gap: 3.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 780px) {
  .ctaBottom_buttons {
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
    margin-top: 4rem;
  }
}
.ctaBottom_btn-apply, .ctaBottom_btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.6rem;
  height: 6.8rem;
  border-radius: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(10px, 2.4rem);
  letter-spacing: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .ctaBottom_btn-apply, .ctaBottom_btn-contact {
    width: 34rem;
    height: 5.6rem;
    font-size: max(10px, 1.8rem);
  }
}
.ctaBottom_btn-apply {
  background-color: var(--color-green2);
  color: var(--color-white);
}
.ctaBottom_btn-contact {
  background-color: var(--color-white);
  color: var(--color-black);
}/*# sourceMappingURL=top.css.map */