.about_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 3%;
  padding-left: 0;
  list-style: none;
  max-width: 970px;
  margin-inline: auto;
}
.about_list li {
  max-width: 220px;
  width: 48%;
  background-color: #FFF;
  padding: 16px 10px;
  text-align: center;
  color: #0B4848;
  border: 1px solid #0B4848;
  border-radius: 6px;
}
.about_list li .img {
  margin-bottom: 10px;
}
.about_list li .title {
  font-weight: bold;
}

.reason_list {
  display: grid;
  grid-template-columns: 100%;
  gap: 36px 3%;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 431px) and (max-width: 1000px) {
  .reason_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .reason_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.reason_list li {
  padding: 16px 10px;
  color: #0B4848;
  border-radius: 6px;
}
.reason_list li .img {
  margin-bottom: 15px;
  text-align: center;
}
.reason_list li .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.flow_list_wrap,
.flow_list_wrap[data-js=scroll] {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .flow_list_wrap,
  .flow_list_wrap[data-js=scroll] {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
}

.flow_list {
  display: flex;
  flex-direction: column;
  gap: 36px 3%;
  padding-left: 0;
  list-style: none;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .flow_list {
    gap: 36px;
    min-width: 1360px;
    flex-direction: row;
    min-height: 220px;
  }
}
.flow_list > li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  position: relative;
  flex: 1;
  min-width: 0;
}
.flow_list > li:not(:last-child)::after {
  display: block;
  content: "";
  width: 90%;
  aspect-ratio: 342/36;
  background-image: url(../img/flow_arrow_sp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .flow_list > li:not(:last-child)::after {
    background-image: url(../img/flow_arrow.svg);
    aspect-ratio: 36/217;
    top: 0;
    left: 100%;
    width: auto;
    height: 100%;
    transform: translateX(0%);
  }
}
.flow_list .step {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0B4848;
  border-radius: 150%;
  font-size: 1rem;
  width: 40px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.flow_list .flow_content {
  white-space: wrap;
}
.flow_list .flow_content .title {
  margin-bottom: 16px;
  color: #0B4848;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .flow_list .flow_content .title {
    font-size: 1.5rem;
    font-size: clamp(1.25rem, 1.7647058824vw, 1.5rem);
  }
}

.star_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 3%;
  padding-left: 0;
  list-style: none;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .star_list {
    gap: 16px 3%;
  }
}
.star_list > li {
  display: flex;
  gap: 6px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .star_list > li {
    gap: 8px;
    font-size: 1.125rem;
  }
}
.star_list > li::before {
  display: block;
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background-image: url(../img/icon_star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.flow_copy {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .flow_copy {
    font-size: 2rem;
  }
}

.needs_list {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 3%;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .needs_list {
    gap: 36px 3%;
    grid-template-columns: repeat(2, 1fr);
  }
  .needs_list [data-traget=accordion] {
    max-height: 100% !important;
  }
  .needs_list .title_wrap:after {
    display: none;
  }
}
.needs_list > li {
  border-left: 4px solid #006C6E;
  padding: 10px 16px 10px 24px;
  background-color: rgba(255, 255, 255, 0.5);
}
.needs_list ul {
  list-style: disc;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .needs_list ul {
    font-size: 1.125rem;
  }
}
.needs_list .title_wrap {
  display: flex;
  justify-content: space-between;
}
.needs_list .title_wrap:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  aspect-ratio: 6/10;
  order: 3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.222%22%20height%3D%226.226%22%20viewBox%3D%220%200%2010.222%206.226%22%3E%3Cpath%20d%3D%22M2.93-4.1-1.617.445a.542.542%2C0%2C0%2C1-.4.164.542.542%2C0%2C0%2C1-.4-.164L-2.93-.07a.586.586%2C0%2C0%2C1-.176-.4.5.5%2C0%2C0%2C1%2C.152-.4L.68-4.5-2.953-8.133a.5.5%2C0%2C0%2C1-.152-.4.586.586%2C0%2C0%2C1%2C.176-.4l.516-.516a.542.542%2C0%2C0%2C1%2C.4-.164.542.542%2C0%2C0%2C1%2C.4.164L2.93-4.9a.511.511%2C0%2C0%2C1%2C.188.4.511.511%2C0%2C0%2C1-.188.4Z%22%20transform%3D%22translate%280.609%203.108%29%20rotate%2890%29%22%20fill%3D%22%230B4848%22%2F%3E%3C%2Fsvg%3E");
}
.needs_list .title_wrap.active:after {
  transform: rotate(180deg);
}
.needs_list .title {
  color: #0B4848;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .needs_list .title {
    font-size: 2.25rem;
    font-size: clamp(1.25rem, 2.6470588235vw, 2.25rem);
  }
}

.needs_other_list {
  display: grid;
  grid-template-columns: min(100%, 310px);
  place-content: center;
  gap: 36px 3%;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 431px) and (max-width: 1000px) {
  .needs_other_list {
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .needs_other_list > li {
    max-width: 310px;
  }
}
@media screen and (min-width: 1001px) {
  .needs_other_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.needs_other_list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #FFF;
}
.needs_other_list .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  text-align: center;
  color: #231815;
  font-weight: bold;
  font-size: 1rem;
}

.form_tel_box {
  background-color: #FFF;
  max-width: 100%;
  margin-inline: auto;
}

.notice_box ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.notice_box ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
}
.notice_box ul li::before {
  content: "";
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cpath%20d%3D%22M23%2C0A23%2C23%2C0%2C1%2C0%2C46%2C23%2C23%2C23%2C0%2C0%2C0%2C23%2C0ZM8.948%2C13.014%2C32.986%2C37.052A17.236%2C17.236%2C0%2C0%2C1%2C8.948%2C13.014Zm28.1%2C19.972L13.014%2C8.948A17.236%2C17.236%2C0%2C0%2C1%2C37.052%2C32.986Z%22%20fill%3D%22%23BF2219%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  .notice_box ul li::before {
    width: 46px;
  }
}
.notice_box ul li .title {
  color: #BF2219;
  margin-bottom: 8px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .notice_box ul li .title {
    font-size: 1.375rem;
  }
}
.notice_box ul li .text {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .notice_box ul li .text {
    font-size: 1rem;
  }
}