@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}
a:focus {
  text-decoration: none;
}
a img {
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}
.tab-none {
  display: block;
}
@media screen and (max-width: 820px) {
  .tab-none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-only {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 576px) {
  .sp-none {
    display: none;
  }
}

.home .mv {
  position: relative;
  overflow: hidden;
  background: #199FE5;
  color: #fff;
}
.home .mv::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -30px;
  z-index: 0;
  width: 760px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #25a7eb;
  pointer-events: none;
  z-index: 1;
}
.home .mv_inner {
  display: flex;
  justify-content: center;
  width: 94%;
  margin-inline: auto;
  padding: 75px 0;
}
.home .mv_content {
  position: relative;
  z-index: 2;
}
.home .mv_label {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 15px;
  background: #fff;
  color: #199FE5;
  font-size: clamp(0px, 1.7708333333vw, 34px);
  font-weight: 700;
}
.home .mv_label::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.home .mv_title {
  margin: 0;
  font-size: clamp(0px, 3.6458333333vw, 70px);
  font-weight: 700;
}
.home .mv_title span {
  color: #FFD200;
}
.home .mv_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0 35px;
  padding: 0;
  list-style: none;
}
.home .mv_tags li {
  padding: 4px 16px;
  background: #fff;
  color: #199FE5;
  border-radius: 3px;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 700;
  text-align: center;
}
.home .mv_text {
  margin: 0 0 48px;
  font-size: clamp(0px, 1.1458333333vw, 22px);
  font-weight: 800;
  line-height: 1.8;
}
.home .mv_report {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 670px);
  padding: 10px 20px 16px 150px;
  border-radius: 6px;
  background: #fff;
  color: #000;
}
.home .mv_report_image {
  position: absolute;
  left: -24px;
  top: -24px;
  width: 160px;
  height: auto;
}
.home .mv_report_body {
  width: 100%;
}
.home .mv_report_caption {
  margin: 0 0 0px;
  font-size: 16px;
  font-weight: 700;
}
.home .mv_report_title {
  margin: 0 0 12px;
  color: #199FE5;
  font-size: clamp(0px, 1.7361111111vw, 25px);
  font-weight: 700;
}
.home .mv_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 130px);
  margin-left: -130px;
  padding: 16px 64px 16px 32px;
  border-radius: 4px;
  background: #FFD200;
  color: #000;
  font-size: clamp(0px, 1.3020833333vw, 25px);
  font-weight: 700;
  transition: opacity 0.3s;
}
.home .mv_button::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.home .mv_button:hover {
  opacity: 0.8;
}
.home .mv_visual {
  position: relative;
  z-index: 2;
  width: clamp(0px, 43.2291666667vw, 830px);
}
.home .mv_visual img {
  display: block;
  width: 100%;
  height: auto;
}
.home .mv_visual-sp {
  display: none;
}
.home .mv_visual-pc {
  display: block;
}
@media screen and (max-width: 820px) {
  .home .mv::before {
    top: -120px;
    right: -180px;
    width: 520px;
  }
  .home .mv_inner {
    flex-direction: column;
    align-items: center;
    width: min(100% - 52px, 720px);
    padding: 38px 0 24px;
  }
  .home .mv_content {
    width: 100%;
  }
  .home .mv_label {
    margin: 0 auto 10px;
    padding: 5px 11px;
    font-size: clamp(14px, 3.8vw, 24px);
  }
  .home .mv_title {
    font-size: clamp(27px, 7.2vw, 52px);
  }
  .home .mv_tags {
    gap: 6px;
    margin: 12px 0 22px;
  }
  .home .mv_tags li {
    padding: 2px 8px;
    font-size: 16px;
  }
  .home .mv_visual-sp {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 24px;
  }
  .home .mv_visual-pc {
    display: none;
  }
  .home .mv_text {
    margin: 0 0 30px;
    font-size: 18px;
  }
  .home .mv_report {
    width: 100%;
    margin-inline: auto;
    padding: 10px 20px;
  }
  .home .mv_report_image {
    left: 10px;
    top: -18px;
    width: 120px;
  }
  .home .mv_report_caption {
    margin: 0 0 3px;
    text-align: center;
    font-size: clamp(10px, 2.6vw, 13px);
  }
  .home .mv_report_title {
    margin: 0 0 10px;
    text-align: center;
    font-size: clamp(15px, 3.4vw, 18px);
  }
  .home .mv_button {
    width: 100%;
    margin-left: 0;
    padding: 12px 42px 12px 20px;
    font-size: clamp(15px, 3.4vw, 18px);
  }
  .home .mv_button::after {
    right: 18px;
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
@media screen and (max-width: 576px) {
  .home .mv_inner {
    width: 90%;
    padding-top: 30px;
  }
  .home .mv_label {
    font-size: 16px;
  }
  .home .mv_label::after {
    bottom: -10px;
  }
  .home .mv_title {
    font-size: 28px;
    line-height: 1.4;
  }
  .home .mv_visual {
    margin-bottom: 10px;
  }
  .home .mv_visual img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .home .mv_tags {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .home .mv_tags li {
    font-size: 13px;
    padding: 2px 5px;
  }
  .home .mv_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .home .mv_report {
    padding: 10px;
  }
  .home .mv_report_caption {
    font-size: 14px;
    padding-left: 40px;
  }
  .home .mv_report_title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .home .mv_report_image {
    width: 100px;
    left: -15px;
    top: -30px;
  }
}
.home {
  /*------------------------------

  こんなお悩みありませんか

  ---------------------------------*/
}
.home .problem {
  padding: 70px 0 80px;
  background: #fff;
}
.home .problem_inner {
  position: relative;
  width: min(86%, 1400px);
  margin-inline: auto;
  padding: 44px 5% 62px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f1f2f3;
  background-image: linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
  background-size: 26px 26px;
}
.home .problem_heading {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  text-align: center;
}
.home .problem_label {
  margin: 0 0 5px;
  color: #199FE5;
  font-size: clamp(16px, 2.0833333333vw, 30px);
  font-weight: 700;
}
.home .problem_title {
  margin: 0;
  color: #000;
  font-size: clamp(20px, 3.125vw, 45px);
  font-weight: 700;
}
.home .problem_box {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin-inline: auto;
  padding: 55px 120px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
}
.home .problem_list {
  display: grid;
  gap: clamp(20px, 2.7777777778vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .problem_list li {
  position: relative;
  padding-left: clamp(15px, 2.9166666667vw, 42px);
  color: #000;
  font-size: clamp(14px, 1.5277777778vw, 22px);
  font-weight: 700;
}
.home .problem_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: clamp(15px, 1.8055555556vw, 26px);
  height: clamp(15px, 1.8055555556vw, 26px);
  background: url("../img/check_icon.svg") no-repeat center/contain;
}
.home .problem_illust {
  position: absolute;
  z-index: 2;
  bottom: 36px;
  width: 135px;
  height: auto;
  pointer-events: none;
}
.home .problem_illust-left {
  left: clamp(12px, (100% - 930px) / 2 - 90px, 160px);
}
.home .problem_illust-right {
  right: clamp(12px, (100% - 930px) / 2 - 90px, 160px);
}
@media screen and (max-width: 820px) {
  .home .problem {
    padding: 48px 0 56px;
  }
  .home .problem_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .home .problem_heading, .home .problem_box {
    width: 100%;
  }
  .home .problem_label {
    font-size: 18px;
  }
  .home .problem_title {
    font-size: 26px;
  }
  .home .problem_box {
    width: 100%;
    padding: 28px 18px 80px;
  }
  .home .problem_list {
    gap: 22px;
  }
  .home .problem_list li {
    padding-left: 34px;
    font-size: 16px;
  }
  .home .problem_list li::before {
    width: 21px;
    height: 21px;
  }
  .home .problem_list li::after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 14px;
  }
  .home .problem_illust {
    position: relative;
    width: 30%;
    max-width: 110px;
    margin-top: -18px;
  }
  .home .problem_illust-left, .home .problem_illust-right {
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 576px) {
  .home .problem {
    padding: 40px 0;
  }
  .home .problem_box {
    padding: 20px 15px 60px;
  }
  .home .problem_list li {
    font-size: 14px;
    padding-left: 25px;
  }
  .home .problem_list li::before {
    width: 15px;
    height: 15px;
  }
  .home .problem_inner {
    padding: 45px 20px 0px;
  }
  .home .problem_title {
    font-size: 20px;
  }
}
.home {
  /*------------------------------

  主な原因

  ---------------------------------*/
}
.home .cause {
  padding: 80px 0;
  background: #E6F1F8;
  border-bottom: 6px solid #199FE5;
}
.home .cause_inner {
  width: min(90%, 1400px);
  margin-inline: auto;
}
.home .cause_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
  padding: 8px 26px;
  border: 2px solid #199FE5;
  border-radius: 3px;
  background: #fff;
  color: #199FE5;
  font-size: clamp(20px, 3.125vw, 45px);
  font-weight: 700;
  text-align: center;
}
.home .cause_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 3.3854166667vw, 65px);
  margin-bottom: 90px;
}
.home .cause_card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 258px;
  padding: 88px clamp(10px, 2.7777777778vw, 40px) 26px;
  border: 2px solid #000;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  min-width: 250px;
}
@media screen and (max-width: 1024px) {
  .home .cause_card {
    min-width: none;
  }
}
.home .cause_number {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  top: 0;
  display: grid;
  place-items: center;
  width: clamp(40px, 6.4583333333vw, 93px);
  height: clamp(40px, 6.4583333333vw, 93px);
  border: 2px solid #000;
  border-radius: 50%;
  background: #199FE5;
  color: #fff;
  font-size: clamp(20px, 3.125vw, 45px);
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.home .cause_card_title {
  margin: 0 0 37px;
  font-size: clamp(14px, 1.5972222222vw, 23px);
  font-weight: 700;
  white-space: nowrap;
}
.home .cause_card_title span {
  background: linear-gradient(transparent 70%, #ffefa1 70%);
}
.home .cause_card_text {
  margin: 0 0 18px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}
.home .cause_card_img {
  display: block;
  margin: auto auto 0;
}
.home .cause_cycle_label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 12px 34px;
  border-radius: 999px;
  background: #199FE5;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
.home .cause_cycle_label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #199FE5 transparent transparent transparent;
  transform: translateX(-50%);
}
.home .cause_cycle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 2.9166666667vw, 42px);
  position: relative;
  margin-bottom: 40px;
  padding: 35px clamp(20px, 3.90625vw, 75px);
  border-radius: 8px;
  background: #FFD200;
}
.home .cause_cycle_item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(50px, 16.1111111111vw, 232px);
  height: clamp(50px, 16.1111111111vw, 232px);
  margin-inline: auto;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.home .cause_cycle_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  width: clamp(0px, 3.4722222222vw, 50px);
  border-top: 4px dotted #000;
  transform: translateY(-50%);
}
.home .cause_cycle_en {
  font-family: "Montserrat", sans-serif;
  color: #199FE5;
  font-size: clamp(8px, 0.78125vw, 15px);
  font-weight: 700;
}
.home .cause_cycle_jp {
  margin: 2px 0 8px;
  color: #000;
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: 700;
}
.home .cause_cycle_img {
  display: block;
  width: clamp(50px, 7.7083333333vw, 111px);
  height: auto;
}
.home .cause_lead {
  margin: 0;
  color: #000;
  font-size: clamp(25px, 2.0833333333vw, 30px);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}
.home .cause_lead span {
  color: #199FE5;
  font-size: 37px;
}
@media screen and (max-width: 820px) {
  .home .cause {
    padding: 45px 0 30px;
  }
  .home .cause_inner {
    width: 90%;
  }
  .home .cause_heading {
    margin-bottom: 42px;
    padding: 7px 18px;
    font-size: 26px;
  }
  .home .cause_cards {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 42px;
  }
  .home .cause_card {
    min-height: auto;
    padding: 40px;
  }
  .home .cause_number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .home .cause_card_title {
    font-size: 20px;
  }
  .home .cause_card_text {
    font-size: 16px;
  }
  .home .cause_cycle_label {
    padding: 10px 24px;
    font-size: 24px;
  }
  .home .cause_lead {
    font-size: 17px;
  }
  .home .cause_lead span {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .home .cause_heading {
    font-size: 25px;
  }
  .home .cause_card {
    padding: 45px 35px 20px;
  }
  .home .cause_card_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home .cause_card_text {
    font-size: 14px;
  }
  .home .cause_cycle {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 20px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .home .cause_cycle_item {
    display: grid;
    grid-template-columns: 60px 100px;
    grid-template-rows: auto auto;
    -moz-column-gap: 6px;
         column-gap: 6px;
    align-content: start;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    height: auto;
    min-height: auto;
    padding: 10px;
    border-radius: 8px;
    margin-inline: auto;
  }
  .home .cause_cycle_item:not(:last-child)::after {
    left: 50%;
    top: calc(100% + 4px);
    width: 4px;
    height: 12px;
    border-top: none;
    border-left: 4px dotted #000;
    transform: translateX(-50%);
  }
  .home .cause_cycle_img {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    justify-self: end;
    width: 55px;
  }
  .home .cause_cycle_en {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: start;
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
  .home .cause_cycle_jp {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: start;
    width: 100%;
    margin: 0;
    font-size: 22px;
    text-align: left;
  }
  .home .cause_lead {
    font-size: 18px;
    line-height: 2.2;
  }
  .home .cause_lead span {
    font-size: 24px;
  }
}
.home {
  /*------------------------------

  解決

  ---------------------------------*/
}
.home .solution {
  padding: 82px 0 94px;
  background: #199FE5;
  color: #fff;
  text-align: center;
}
.home .solution_inner {
  width: min(90%, 1200px);
  margin-inline: auto;
}
.home .solution_heading {
  margin-bottom: 40px;
}
.home .solution_label {
  margin: 0 0 28px;
}
.home .solution_label_img {
  display: block;
  width: 158px;
  height: auto;
  margin-inline: auto;
}
.home .solution_title {
  display: inline;
  margin: 0;
  font-size: clamp(0px, 3.3333333333vw, 48px);
  font-weight: 700;
  background: linear-gradient(transparent calc(100% - 8px), #FFD200 0);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.home .solution_title_emphasis {
  position: relative;
  display: inline-block;
}
.home .solution_title_emphasis::before {
  content: "・・・・・";
  position: absolute;
  left: 50%;
  top: -0.8em;
  color: #fff;
  font-size: 0.5em;
  letter-spacing: 0.55em;
  transform: translateX(-50%);
}
.home .solution_title_emphasis.citation::before {
  content: "・・・・・・・";
  letter-spacing: 0.8em;
}
.home .solution_note {
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 14px 2px;
  border-left: 4px solid #016397;
  background: #fff;
  color: #000;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
  list-style: none;
  line-height: 1.8;
}
.home .solution_note li {
  position: relative;
  padding-left: 2.5em;
  text-align: left;
}
.home .solution_note li::before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 1em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
.home .solution_body {
  display: grid;
  gap: 12px;
  font-size: clamp(16px, 1.3194444444vw, 19px);
  font-weight: 700;
}
.home .solution_body p {
  margin: 0;
}
.home .solution_strong {
  margin-top: 5px !important;
  color: #ffdc36;
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  .home .solution_note {
    font-size: clamp(14px, 1.9512195122vw, 16px);
  }
}
@media screen and (max-width: 576px) {
  .home .solution {
    padding: 40px 0;
  }
  .home .solution_title {
    font-size: 19px;
    padding: 0;
    background: linear-gradient(transparent calc(100% - 4px), #FFD200 0);
  }
  .home .solution_label {
    margin-bottom: 15px;
  }
  .home .solution_heading {
    margin-bottom: 20px;
  }
  .home .solution_label_img {
    width: 95px;
  }
  .home .solution_note {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
  }
  .home .solution_note li {
    padding-left: 1em;
  }
  .home .solution_note li::before {
    left: 0.5em;
  }
  .home .solution_body {
    font-size: 14px;
  }
  .home .solution_strong {
    font-size: 18px;
  }
}
.home {
  /*------------------------------

  役割とは

  ---------------------------------*/
}
.home .role {
  padding: 80px 0;
}
.home .role_inner {
  width: min(90%, 1650px);
  margin-inline: auto;
}
.home .role_heading {
  margin-bottom: 50px;
  text-align: center;
}
.home .role_label {
  margin: 0 0 20px;
  color: #199FE5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .role_title {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 700;
}
.home .role_cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0px, 1.3888888889vw, 20px);
  margin-bottom: 20px;
}
.home .role_operator {
  font-size: clamp(20px, 2.7777777778vw, 40px);
  font-weight: 700;
  text-align: center;
  transform: translateY(-10px);
  line-height: 1;
}
.home .role_card {
  height: 100%;
  padding: clamp(20px, 2.4305555556vw, 35px);
  border-radius: 12px;
  background: #FFD200;
}
.home .role_card_title {
  min-height: 80px;
  margin: 0 0 20px;
  font-size: clamp(22px, 2.6388888889vw, 38px);
  font-weight: 700;
  text-align: center;
}
.home .role_card_title span {
  display: block;
  font-size: clamp(15px, 1.7361111111vw, 25px);
}
.home .role_card_img {
  display: block;
  width: 270px;
  height: auto;
  margin: 0 auto 22px;
}
.home .role_card_text {
  padding: 0;
  margin: 0;
  font-size: clamp(15px, 1.1805555556vw, 17px);
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
}
.home .role_card_text li {
  position: relative;
  padding-left: 0.5em;
  font-size: clamp(15px, 1.1805555556vw, 17px);
  list-style: none;
}
.home .role_card_text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
.home .role_card_text li + li {
  margin-top: 0.5em;
}
.home .role_message {
  text-align: center;
}
.home .role_message_arrow {
  width: 0;
  height: 0;
  margin: 0 auto 26px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 40px solid #e7e7e7;
}
.home .role_message_top {
  margin: 0 0 20px;
  font-size: clamp(16px, 1.5277777778vw, 22px);
  font-weight: 700;
}
.home .role_message_main {
  margin: 0 0 14px;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 700;
  line-height: 1;
}
.home .role_message_main span {
  display: inline;
  padding: 0 0.08em 0.08em;
  background: linear-gradient(transparent calc(100% - 10px), #FFD200 0);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.8;
}
.home .role_message_bottom {
  margin: 0;
  font-size: clamp(16px, 1.5277777778vw, 22px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .home .role_cards {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home .role_operator {
    justify-self: center;
    margin: 16px 0 5px;
    font-size: 40px;
  }
  .home .role_operator--equal {
    margin: 10px 0 5px;
    transform: rotate(90deg);
  }
  .home .role_card {
    padding: 30px 40px;
  }
  .home .role_card_title {
    min-height: auto;
  }
  .home .role_card_img {
    width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .home .role {
    padding: 40px 0;
  }
  .home .role_heading {
    margin-bottom: 20px;
  }
  .home .role_label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .home .role_title {
    font-size: 22px;
  }
  .home .role_card {
    padding: 20px;
  }
  .home .role_card_text li {
    font-size: 14px;
  }
  .home .role_card_text li + li {
    margin-top: 0.07em;
  }
  .home .role_message_top {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .home .role_message_main span {
    background: linear-gradient(transparent calc(100% - 7px), #FFD200 0);
  }
  .home .role_message_bottom {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}
.home {
  /*------------------------------

  具体的施策

  ---------------------------------*/
}
.home .measures {
  padding: 82px 0 92px;
  background: #E6F1F8;
}
.home .measures_inner {
  width: min(90%, 1525px);
  margin-inline: auto;
}
.home .measures_heading {
  margin-bottom: 75px;
  text-align: center;
}
.home .measures_label {
  margin: 0 0 20px;
  color: #199FE5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .measures_title {
  margin: 0 0 26px;
  color: #000;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 700;
}
.home .measures_subtitle {
  display: inline;
  margin: 0 0 35px;
  padding-bottom: 7px;
  color: #000;
  font-size: clamp(16px, 1.7361111111vw, 25px);
  font-weight: 700;
  background: linear-gradient(transparent calc(100% - 2px), #000 0);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.2;
}
.home .measures_lead {
  padding-top: 35px;
  margin: 0;
  color: #000;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 400;
  line-height: 1.8;
}
.home .measures_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0px, 1.5277777778vw, 22px);
  margin-bottom: 52px;
}
.home .measures_card {
  position: relative;
  min-height: 336px;
  min-width: 250px;
  padding: 50px clamp(10px, 2.0833333333vw, 30px) 40px;
  border: 2px solid #000;
  border-radius: 9px;
  background: #fff;
}
.home .measures_phase {
  position: absolute;
  left: 50%;
  top: 0;
  display: grid;
  place-items: center;
  min-width: 132px;
  padding: 1px 20px 2px;
  border: 2px solid #000;
  border-radius: 999px;
  background: #199FE5;
  color: #fff;
  font-size: clamp(0px, 1.375vw, 22px);
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.home .measures_card_title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: clamp(16px, 1.9444444444vw, 28px);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.home .measures_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  margin-bottom: 24px;
}
.home .measures_img {
  display: block;
  width: 263px;
}
.home .measures_card_text {
  margin: 0;
  padding-top: 10px;
  color: #000;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
}
.home .measures_bottom {
  color: #000;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
.home .measures_bottom p {
  margin: 0;
}
.home .measures_bottom_strong {
  margin-top: 8px !important;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 1307px) {
  .home .measures_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .home .measures_phase {
    font-size: clamp(16px, 2.1951219512vw, 18px);
  }
}
@media screen and (max-width: 576px) {
  .home .measures {
    padding: 40px 0;
  }
  .home .measures_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home .measures_heading {
    margin-bottom: 40px;
  }
  .home .measures_lead {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .home .measures_cards {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .home .measures_card {
    min-width: auto;
    padding: 30px;
  }
  .home .measures_phase {
    font-size: 14px;
  }
  .home .measures_card_title {
    font-size: 22px;
  }
  .home .measures_card_text {
    line-height: 1.6;
  }
  .home .measures_bottom {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .home .measures_bottom_strong {
    font-size: 16px;
  }
}
.home {
  /*------------------------------

  選ばれる理由

  ---------------------------------*/
}
.home .reason {
  padding: 80px 0;
  background: #FFD200;
}
.home .reason_inner {
  width: min(90%, 1650px);
  margin-inline: auto;
}
.home .reason_heading {
  margin-bottom: 42px;
  text-align: center;
}
.home .reason_label {
  margin: 0 0 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .reason_title {
  margin: 0;
  color: #000;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 700;
}
.home .reason_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.3888888889vw, 20px);
}
.home .reason_card {
  position: relative;
  overflow: hidden;
  padding: clamp(55px, 4.8611111111vw, 70px) clamp(20px, 2.4305555556vw, 35px) 34px;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
}
.home .reason_card::before {
  content: attr(data-reason);
  position: absolute;
  left: 50%;
  top: -15px;
  color: #fff4b8;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 4.0277777778vw, 58px);
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}
.home .reason_card_title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #000;
  font-size: clamp(0px, 1.5625vw, 25px);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  min-height: 3em;
}
.home .reason_card_text {
  position: relative;
  z-index: 1;
  min-height: 6em;
  color: #000;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
}
.home .reason_points {
  display: grid;
  gap: 14px;
}
.home .reason_point {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 9rem;
  padding: 18px 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.home .reason_point_icon {
  flex-shrink: 0;
  width: 79px;
  height: 79px;
}
.home .reason_point_icon img {
  display: block;
  width: 100%;
  height: auto;
}
.home .reason_point_body {
  flex: 1;
}
.home .reason_point_title {
  margin: 0 0 6px;
  color: #000;
  font-size: clamp(15px, 1.3194444444vw, 19px);
  font-weight: 700;
}
.home .reason_point_text {
  margin: 0;
  color: #000;
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 400;
}
@media screen and (max-width: 1307px) {
  .home .reason_cards {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
    gap: 28px;
  }
  .home .reason_card_title_break--lg-hidden {
    display: none;
  }
  .home .reason_card_title {
    font-size: 25px;
  }
  .home .reason_card_text {
    min-height: auto;
    font-size: clamp(14px, 1.8vw, 18px);
  }
  .home .reason_point {
    min-height: auto;
  }
  .home .reason_point_title {
    font-size: clamp(15px, 1.8vw, 18px);
  }
  .home .reason_point_text {
    font-size: clamp(14px, 1.6vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .home .reason_card {
    padding: 50px 40px;
  }
  .home .reason_card::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .home .reason {
    padding: 40px 0;
  }
  .home .reason_heading {
    margin-bottom: 24px;
  }
  .home .reason_label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .home .reason_title {
    font-size: 25px;
  }
  .home .reason_cards {
    gap: 20px;
  }
  .home .reason_card {
    padding: 40px 15px 20px;
  }
  .home .reason_card::before {
    top: -8px;
    font-size: 32px;
  }
  .home .reason_card_title {
    min-height: auto;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .home .reason_card_text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .home .reason_points {
    gap: 5px;
  }
  .home .reason_point {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 6px 8px;
    padding: 10px;
  }
  .home .reason_point_icon {
    align-self: center;
    width: 40px;
    height: 40px;
  }
  .home .reason_point_body {
    display: contents;
  }
  .home .reason_point_title {
    align-self: center;
    margin: 0;
    font-size: 15px;
  }
  .home .reason_point_text {
    grid-column: 1/-1;
    font-size: 13px;
  }
}
.home {
  /*------------------------------

  改善までの流れ

  ---------------------------------*/
}
.home .step {
  padding: 82px 0;
  border-top: 4px solid #FFD200;
  background-color: #199FE5;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 26px 26px;
}
.home .step_inner {
  width: min(90%, 1320px);
  margin-inline: auto;
}
.home .step_panel {
  padding: 46px 70px 65px;
  border-radius: 14px;
  background: #fff;
}
.home .step_heading {
  margin-bottom: 46px;
  text-align: center;
}
.home .step_label {
  margin: 0 0 10px;
  color: #199FE5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .step_title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 700;
}
.home .step_contents {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 62px;
}
.home .step_detail {
  position: relative;
  margin-bottom: 120px;
  padding: 34px 42px 30px;
  border: 2px solid #199FE5;
  border-radius: 8px;
  background: #fff;
}
.home .step_detail_item {
  padding-bottom: 24px;
  border-bottom: 2px dotted #d8d8d8;
}
.home .step_detail_item:not(:first-child) {
  padding-top: 24px;
}
.home .step_detail_item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.home .step_detail_title {
  margin: 0 0 10px;
  color: #000;
  font-size: 23px;
  font-weight: 700;
}
.home .step_detail_title span {
  margin-right: 20px;
  font-family: "Montserrat", sans-serif;
}
.home .step_detail_text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.home .step_person {
  position: absolute;
  right: 35px;
  bottom: -187px;
  width: 190px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .home .step_panel {
    padding: 42px 40px 0;
  }
  .home .step_contents {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .home .step_cycle {
    margin-inline: auto;
  }
}
@media screen and (max-width: 820px) {
  .home .step_person {
    bottom: -121px;
    width: 150px;
    transform: translateX(40%);
  }
}
@media screen and (max-width: 576px) {
  .home .step {
    padding: 54px 0;
  }
  .home .step_panel {
    padding: 36px 18px 0;
    border-radius: 10px;
  }
  .home .step_heading {
    margin-bottom: 32px;
  }
  .home .step_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home .step_title {
    font-size: 25px;
  }
  .home .step_detail {
    margin-bottom: 120px;
    padding: 24px 18px;
  }
  .home .step_detail_item {
    padding-bottom: 20px;
  }
  .home .step_detail_item:not(:first-child) {
    padding-top: 20px;
  }
  .home .step_detail_title {
    font-size: 18px;
  }
  .home .step_detail_title span {
    display: block;
    margin: 0 0 4px;
  }
  .home .step_detail_text {
    font-size: 14px;
  }
  .home .step_person {
    right: 50%;
    bottom: -122px;
    width: 120px;
    transform: translateX(140%);
  }
}
.home {
  /*------------------------------

  導入事例

  ---------------------------------*/
}
.home .cases {
  padding: 78px 0 92px;
  background: #E6F1F8;
}
.home .cases_inner {
  width: min(90%, 1420px);
  margin-inline: auto;
}
.home .cases_heading {
  margin-bottom: 110px;
  text-align: center;
}
.home .cases_label {
  margin: 0 0 10px;
  color: #199FE5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .cases_title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 700;
}
.home .cases_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.home .cases_card {
  position: relative;
  min-height: 348px;
  padding: 75px 24px 45px;
  overflow: visible;
  background: #fff;
}
.home .cases_card::after {
  content: attr(data-case);
  position: absolute;
  left: 50%;
  bottom: -10px;
  color: rgba(25, 159, 229, 0.18);
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}
.home .cases_badge {
  position: absolute;
  left: 50%;
  top: -36px;
  z-index: 2;
  width: 269px;
  transform: translateX(-50%);
}
.home .cases_badge_img {
  display: block;
  width: 100%;
  height: auto;
}
.home .cases_card_title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.home .cases_card_title::before, .home .cases_card_title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
.home .cases_img_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  margin-bottom: 25px;
}
.home .cases_text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1307px) {
  .home .cases_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 24px;
  }
  .home .cases_card {
    min-height: 320px;
  }
}
@media screen and (max-width: 576px) {
  .home .cases {
    padding: 40px 0;
  }
  .home .cases_heading {
    margin-bottom: 60px;
  }
  .home .cases_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .home .cases_title {
    font-size: 25px;
  }
  .home .cases_inner {
    width: 85%;
  }
  .home .cases_cards {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .home .cases_card {
    min-height: auto;
    padding: 60px 26px 50px;
  }
  .home .cases_badge {
    top: -32px;
    width: 230px;
  }
  .home .cases_card_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .home .cases_img_wrap {
    height: 88px;
    margin-bottom: 20px;
  }
  .home .cases_img {
    max-width: 200px;
    max-height: 88px;
  }
  .home .cases_text {
    font-size: 14px;
  }
}
.home {
  /*------------------------------

  CTA

  ---------------------------------*/
}
.home .cta {
  padding: 78px 0 92px;
  background: #199FE5;
  color: #fff;
}
.home .cta_inner {
  width: min(90%, 1165px);
  margin-inline: auto;
}
.home .cta_heading {
  margin-bottom: 72px;
  text-align: center;
}
.home .cta_title {
  margin: 0 0 18px;
  font-size: 35px;
  font-weight: 700;
}
.home .cta_lead {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.home .cta_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: visible;
  border: 2px solid #000;
  border-radius: 6px;
  background: #fff;
  color: #000;
}
.home .cta_item {
  position: relative;
  padding: 42px 80px 40px;
}
.home .cta_item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 210px;
  background: #bfbfbf;
  transform: translateY(-50%);
}
.home .cta_item_image {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
.home .cta_item_img {
  display: block;
  width: 140px;
  height: auto;
}
.home .cta_item_body {
  padding-top: 44px;
  text-align: center;
}
.home .cta_item_title {
  margin: 20px 0 18px;
  font-size: clamp(16px, 1.7361111111vw, 25px);
  font-weight: 700;
}
.home .cta_item_text {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .home .cta_title {
    font-size: 24px;
  }
  .home .cta_lead {
    font-size: 15px;
  }
  .home .cta_item {
    padding: 42px 28px 30px;
  }
  .home .cta_item_title {
    font-size: 20px;
  }
  .home .cta_item_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 820px) {
  .home .cta {
    padding: 54px 0 62px;
  }
  .home .cta_heading {
    margin-bottom: 50px;
  }
  .home .cta_title {
    margin-bottom: 14px;
    font-size: 24px;
    text-align: left;
  }
  .home .cta_lead {
    font-size: clamp(14px, 1.9512195122vw, 16px);
    text-align: left;
  }
  .home .cta_lead br {
    display: none;
  }
  .home .cta_box {
    grid-template-columns: 1fr;
  }
  .home .cta_item {
    min-height: auto;
    padding: 40px 30px 20px;
  }
  .home .cta_item:not(:first-child) {
    border-top: 1px solid #bfbfbf;
  }
  .home .cta_item:not(:first-child)::before {
    display: none;
  }
  .home .cta_item_image {
    top: 20px;
  }
  .home .cta_item_img {
    width: 112px;
  }
  .home .cta_item_body {
    padding-top: 80px;
  }
  .home .cta_item_title {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .home .cta_item_text {
    font-size: 14px;
  }
  .home .cta_item_text br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .home .cta_title {
    font-size: 20px;
  }
  .home .cta_lead {
    line-height: 1.6;
  }
  .home .cta_heading {
    margin-bottom: 20px;
  }
  .home .cta_item_title {
    font-size: 16px;
  }
}
.home {
  /*------------------------------

  お問い合わせフォーム

  ---------------------------------*/
}
.home .contact {
  padding: 80px 0 0;
  background: #E6F1F8;
}
.home .contact_inner {
  width: min(90%, 1165px);
  margin-inline: auto;
}
.home .contact_heading {
  margin-bottom: 45px;
  text-align: center;
}
.home .contact_label {
  margin: 0 0 8px;
  color: #199FE5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.home .contact_title {
  margin: 0 0 20px;
  color: #000;
  font-size: 45px;
  font-weight: 700;
}
.home .contact_text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.home .contact_tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
}
.home .contact_tel_label {
  margin: 0 0 6px;
  color: #199FE5;
  font-size: 25px;
  font-weight: 700;
}
.home .contact_tel_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #199FE5;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}
.home .contact_tel_number:hover {
  opacity: 0.8;
}
.home .contact_tel_icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  padding-top: 5px;
}
.home .contact_tel_icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.home .contact_tel_time {
  margin: 4px 0 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.home .contact_present {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 660px);
  margin: 0 auto 45px;
  padding: 10px 22px 10px 140px;
  border: 2px solid #199FE5;
  border-radius: 4px;
  background: #fff;
  color: #000;
}
.home .contact_present_image {
  position: absolute;
  left: -8px;
  bottom: -12px;
  width: 130px;
}
.home .contact_present_img {
  display: block;
  width: 100%;
  height: auto;
}
.home .contact_present_body {
  width: 100%;
}
.home .contact_present_caption {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
}
.home .contact_present_title {
  margin: 0;
  color: #199FE5;
  font-size: 25px;
  font-weight: 700;
}
.home .contact_form {
  padding: 50px 60px;
  border-radius: 5px;
  background: #fff;
}
.home .contact .cf7_field {
  margin-bottom: 18px;
}
.home .contact .cf7_label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.home .contact .cf7_required,
.home .contact .cf7_optional {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.home .contact .cf7_required {
  background: #199FE5;
}
.home .contact .cf7_optional {
  background: #afafaf;
}
.home .contact .cf7_input,
.home .contact .cf7_textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #000;
  font-size: 15px;
}
.home .contact .cf7_input {
  height: 54px;
  padding: 6px 10px;
}
.home .contact .cf7_textarea {
  height: 155px;
  padding: 10px;
  resize: vertical;
}
.home .contact .wpcf7-form-control-wrap {
  display: block;
}
.home .contact .wpcf7-list-item {
  display: block;
  margin: 0 0 7px;
}
.home .contact .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.home .contact .wpcf7-list-item input[type=checkbox],
.home .contact .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.home .contact .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label,
.home .contact .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.home .contact .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  background: #fff;
}
.home .contact .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #199FE5;
  background: #199FE5;
}
.home .contact .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.home .contact .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  background: #fff;
}
.home .contact .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #b9b9b9;
  background: #fff;
}
.home .contact .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #199FE5;
}
.home .contact .cf7_privacy {
  margin: 24px 0 22px;
  text-align: center;
}
.home .contact .cf7_privacy .wpcf7-list-item {
  margin: 0;
}
.home .contact .cf7_privacy .wpcf7-list-item label {
  justify-content: center;
  font-size: 18px;
}
.home .contact .cf7_privacy .cf7_privacy_link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.home .contact .cf7_privacy .cf7_privacy_link:hover {
  color: #199FE5;
}
.home .contact .cf7_submit_wrap {
  position: relative;
  width: 366px;
  margin-inline: auto;
}
.home .contact .cf7_submit_wrap::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 34%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.home .contact .cf7_submit {
  display: block;
  width: 100%;
  padding: 20px 60px;
  border: none;
  border-radius: 5px;
  background: #FFD200;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}
.home .contact .cf7_submit:hover {
  opacity: 0.8;
}
.home .contact .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.home .contact .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d93025;
  font-size: 12px;
  font-weight: 700;
}
.home .contact .wpcf7-response-output {
  margin: 22px auto 0 !important;
  padding: 12px 18px !important;
  border: 2px solid #199FE5 !important;
  color: #199FE5;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.home .contact_copyright {
  margin: 30px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.home .contact .wpcf7-response-output {
  max-width: 680px;
  margin: 24px auto 0;
  padding: 12px 20px;
  border: 2px solid #199FE5 !important;
  color: #199FE5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.home .contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #199FE5 !important;
}
.home .contact .wpcf7 form.invalid .wpcf7-response-output,
.home .contact .wpcf7 form.failed .wpcf7-response-output {
  border-color: #dc3232 !important;
  color: #dc3232;
}
@media screen and (max-width: 820px) {
  .home .contact {
    padding: 54px 0 0;
  }
  .home .contact_heading {
    margin-bottom: 30px;
  }
  .home .contact_label {
    font-size: 15px;
  }
  .home .contact_title {
    font-size: 25px;
  }
  .home .contact_text {
    font-size: 16px;
    text-align: left;
  }
  .home .contact_text br {
    display: none;
  }
  .home .contact_present {
    margin-bottom: 26px;
    padding: 12px 14px 12px 100px;
  }
  .home .contact_present_image {
    left: -4px;
    bottom: -5px;
    width: 100px;
  }
  .home .contact_present_caption {
    font-size: 12px;
  }
  .home .contact_present_title {
    font-size: 16px;
  }
  .home .contact_form {
    padding: 30px 18px;
  }
  .home .contact_copyright {
    margin: 30px 0 24px;
  }
  .home .contact .cf7_label {
    font-size: 12px;
  }
  .home .contact .cf7_required,
  .home .contact .cf7_optional {
    min-width: 30px;
    font-size: 11px;
  }
  .home .contact .cf7_input {
    height: 40px;
  }
  .home .contact .wpcf7-list-item label {
    font-size: 13px;
  }
  .home .contact .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label,
  .home .contact .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
    padding-left: 25px;
  }
  .home .contact .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before,
  .home .contact .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
  .home .contact .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 5px;
    top: 5px;
    width: 5px;
    height: 9px;
  }
  .home .contact .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
    left: 3px;
    top: 7px;
    width: 10px;
    height: 10px;
  }
  .home .contact .cf7_privacy .wpcf7-list-item label {
    font-size: 12px;
  }
  .home .contact .cf7_submit_wrap {
    width: 100%;
    max-width: 260px;
  }
  .home .contact .cf7_submit_wrap::after {
    right: 22px;
  }
  .home .contact .cf7_submit {
    padding: 16px 44px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .home .contact_heading {
    margin-bottom: 10px;
  }
  .home .contact_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .home .contact_present_image {
    bottom: 12px;
    left: -10px;
  }
  .home .contact_present_title {
    font-size: 15px;
  }
  .home .contact .wpcf7-response-output {
    font-size: 13px !important;
    padding: 10px 12px !important;
  }
  .home .contact_tel {
    margin: 0 auto 30px;
  }
  .home .contact_tel_label {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home .contact_tel_number {
    font-size: 40px;
    gap: 3px;
  }
  .home .contact_tel_icon {
    width: 40px;
    height: 40px;
    padding-top: 5px;
  }
  .home .contact_tel_time {
    margin: 2px 0 0;
    color: #222;
  }
}
.home {
  /*------------------------------  

  フッター会社情報

  ---------------------------------*/
}
.home .footer_info {
  margin-top: 50px;
  padding: 50px 0 20px;
  background: #282828;
  color: #fff;
}
.home .footer_info_inner {
  position: relative;
  width: min(74%, 1100px);
  margin-inline: auto;
}
.home .footer_info_logo {
  width: 430px;
  margin-bottom: 12px;
}
.home .footer_info_logo_img {
  display: block;
  width: 100%;
  height: auto;
}
.home .footer_info_company {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.home .footer_info_tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}
.home .footer_info_tel_icon {
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .footer_info_nav {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.home .footer_info_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.home .footer_info_link:hover {
  opacity: 0.8;
}
.home .footer_info_link_icon {
  display: block;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .home .footer_info {
    padding-bottom: 130px;
  }
  .home .footer_info_inner {
    width: 90%;
  }
  .home .footer_info_logo {
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .home .footer_info {
    margin-top: 10px;
    padding: 25px 0 80px;
  }
  .home .footer_info_inner {
    width: 85%;
  }
  .home .footer_info_company {
    font-size: 11px;
  }
  .home .footer_info_logo {
    width: 210px;
    margin-bottom: 5px;
  }
  .home .footer_info_tel {
    font-size: 20px;
    gap: 3px;
  }
  .home .footer_info_tel_icon {
    width: 20px;
    height: 20px;
  }
  .home .footer_info_nav {
    position: static;
    margin-top: 18px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .home .footer_info_link {
    font-size: 11px;
    border-bottom: 0.5px solid currentColor;
  }
  .home .footer_info_link_icon {
    width: 10px;
    height: 10px;
  }
}
.home {
  /*------------------------------

  追従バナー

  ---------------------------------*/
}
.home .fixed_cta {
  position: fixed;
  right: 18px;
  bottom: var(--fixed-cta-bottom, 18px);
  z-index: 1000;
  display: block;
  width: 300px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.home .fixed_cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.home .fixed_cta picture {
  display: block;
}
.home .fixed_cta_img {
  display: block;
  width: 100%;
  height: auto;
}
.home .fixed_cta:hover {
  opacity: 0.85;
}
@media screen and (max-width: 820px) {
  .home .fixed_cta {
    left: 0;
    right: 0;
    bottom: var(--fixed-cta-bottom, -1px);
    width: 100%;
    transform: translateY(100%);
  }
  .home .fixed_cta.is-show {
    transform: translateY(0);
  }
  .home .fixed_cta.is-show.is-form-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }
}

.thanks {
  min-height: 100vh;
  background: #2ba4dc;
  position: relative;
  overflow: hidden;
}
.thanks::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.thanks::after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.thanks_section {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}
.thanks_inner {
  width: min(100%, 900px);
  margin-inline: auto;
}
.thanks_card {
  background: #fff;
  border-radius: 20px;
  padding: 80px 40px 72px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 65, 110, 0.18);
}
.thanks_label {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 24px;
  border-radius: 999px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}
.thanks_title {
  margin: 0 0 32px;
  color: #2ba4dc;
  font-size: 36px;
  font-weight: 700;
}
.thanks_text {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.thanks_button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  min-height: 64px;
  margin-top: 48px;
  padding: 18px 56px;
  border-radius: 8px;
  background: #ffd323;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.thanks_button span {
  display: inline-block;
}
.thanks_button::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.thanks_button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

@media screen and (max-width: 576px) {
  .thanks_section {
    padding: 48px 20px;
  }
  .thanks_card {
    border-radius: 16px;
    padding: 56px 24px 48px;
  }
  .thanks_title {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .thanks_text {
    font-size: 14px;
    text-align: left;
  }
  .thanks_text br {
    display: none;
  }
  .thanks_button {
    width: 100%;
    min-width: auto;
    min-height: 58px;
    margin-top: 36px;
    font-size: 16px;
  }
}