@charset "UTF-8";
/*--- support ---*/
.kv_wrapper img {
  width: 100%;
}
.kv_wrapper .kv .kv_title span {
  color: #FFD465;
}
.kv_wrapper .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.kv_wrapper .inner > div p {
  margin-right: 0;
}
.kv_wrapper .inner > div .kv_inner_img {
  width: 100%;
  margin-top: 30px;
}
.kv_wrapper .inner > div .kv_inner_img img {
  width: 100%;
  height: auto;
}

.sec_page {
  padding: 50px 0 0;
}
.sec_page.gray {
  background-color: #F7F7F7;
  padding: 50px 0;
}
.sec_page.gray .inner {
  padding: 0 15px;
}
.sec_page.gray .inner > p {
  margin-top: 30px;
  text-align: center;
}
.sec_page .sec_title {
  text-align: center;
}
.sec_page .sec_title p.heading_upper {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  background-color: #FFD465;
  border-radius: 7px;
  padding: .5em 1.2em;
  margin-bottom: 20px;
}
.sec_page .sec_title p.heading_upper.outfit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #FFD465;
  background-color: unset;
  padding: 0;
  margin-bottom: 6px;
}
.sec_page .sec_title h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.6;
  position: relative;
}
.sec_page .sec_title h2::after {
  content: '';
  width: 40px;
  height: 2.72px;
  background-color: #FFD465;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec_page .sec_title.off h2 {
  padding-bottom: 0;
}
.sec_page .sec_title.off h2::after {
  display: none;
}
.sec_page .inner {
  padding: 0 30px;
}
.sec_page .inner > p {
  margin-top: 30px;
}
.sec_page .inner .flow {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  position: relative;
}
.sec_page .inner .flow .flow_box {
  background-color: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 16px 18px 18px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
  z-index: 0;
}
.sec_page .inner .flow .flow_box::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FFD465;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec_page .inner .flow .flow_box:first-child::before {
  display: none;
}
.sec_page .inner .flow .flow_box .flow_box_icon {
  width: 63px;
  height: 63px;
}
.sec_page .inner .flow .flow_box .flow_box_inner .num {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
  margin-right: 9px;
  color: #FFD465;
}
.sec_page .inner .flow .flow_box .flow_box_inner .ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
.sec_page .inner .flow .flow_box .flow_box_inner p {
  font-size: 12px;
  line-height: 1.66;
}
.sec_page .inner .flow .flow_box .flow_box_inner ul {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
}
.sec_page .inner .flow .flow_box .flow_box_inner ul li {
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
}
.sec_page .inner .flow .flow_box .flow_box_inner ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.sec_page .inner .flow .flow_box:nth-child(4) {
  padding: 25px;
}
.sec_page .inner .flow .flow_box:nth-child(4) .ttl {
  margin-top: 0;
}
.sec_page .inner .member {
  margin-top: 40px;
  position: relative;
}
.sec_page .inner .member .member_box {
  margin-bottom: 30px;
}
.sec_page .inner .member .member_box:lasr-child {
  margin-bottom: 0;
}
.sec_page .inner .member .member_box img {
  width: 100%;
  height: auto;
}
.sec_page .inner .member .member_box p {
  margin-top: 15px;
}
.sec_page .inner .member .more_btn {
  width: 100%;
  font-family: "Outfit", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_page .inner .member .more_btn > div {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6027004552) 10%, rgba(255, 255, 255, 0.8491990546) 25%, white 50%, white 100%);
}
.sec_page .inner .member .sp_hide {
  display: none;
}
.sec_page .inner .member.show {
  margin-bottom: 190px;
}
.sec_page .inner .member.show .more_btn {
  bottom: -190px;
}
.sec_page .inner .member.show .more_btn img {
  transform: rotate(180deg);
}
.sec_page .inner .support_card {
  margin-top: 50px;
  background-color: #FFFFFF;
  padding: 40px 30px 50px;
}
.sec_page .inner .support_card h3 {
  font-size: 13px;
  font-weight: bold;
  background-color: #F7F7F7;
  padding: .2em 1em .4em;
  text-align: center;
}
.sec_page .inner .support_card .support_box {
  margin-top: 15px;
}
.sec_page .inner .support_card .support_box:nth-child(3) {
  margin-top: 60px;
}
.sec_page .inner .support_card .support_box h5 {
  padding-left: 1.5em;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.sec_page .inner .support_card .support_box h5::before {
  content: '\025cf';
  color: #FFD465;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_page .inner .support_card .support_box p {
  margin-top: 16px;
}
.sec_page .inner .support_card .support_box .photo {
  margin-top: 28px;
  display: block;
}
.sec_page .inner .support_card .support_box .photo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .kv_wrapper {
    width: 100vw;
  }
  .kv_wrapper .kv_img img {
    object-fit: cover;
    min-height: 380px;
    max-height: 45vh;
  }
  .kv_wrapper .kv .kv_title::before {
    content: '';
    display: inline-block;
    width: 8vw;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: -8vw;
  }
  .kv_wrapper .inner > div {
    flex-direction: row;
  }
  .kv_wrapper .inner > div p {
    width: 60%;
  }
  .kv_wrapper .inner > div .kv_inner_img {
    width: 32%;
    height: auto;
    margin-top: 0;
  }

  .sec_page {
    padding: 110px 0 100px;
  }
  .sec_page.gray {
    padding: 70px 0 80px;
  }
  .sec_page.gray .inner {
    padding: 0 40px;
  }
  .sec_page.gray .inner > p {
    margin-top: 74px;
  }
  .sec_page .sec_title p.heading_upper {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .sec_page .sec_title p.heading_upper.outfit {
    font-size: 18px;
  }
  .sec_page .sec_title h2 {
    font-size: 27px;
    padding-bottom: 20px;
  }
  .sec_page .sec_title h2::after {
    content: '';
    width: 67px;
    height: 2.5px;
  }
  .sec_page .inner {
    padding: 0 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_page .inner > p {
    text-align: center;
    max-width: 780px;
    margin: 27px auto 0;
    letter-spacing: .1em;
  }
  .sec_page .inner .flow {
    margin-top: 74px;
    flex-direction: row;
    justify-content: center;
    gap: 28px 28px;
    flex-wrap: wrap;
  }
  .sec_page .inner .flow .flow_box {
    max-width: 220px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
  }
  .sec_page .inner .flow .flow_box::before {
    width: 28px;
    height: 4px;
    bottom: 50%;
    left: -29px;
    transform: translateX(0);
  }
  .sec_page .inner .flow .flow_box:not(:first-child) {
    margin-top: 0;
  }
  .sec_page .inner .flow .flow_box:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_page .inner .flow .arrow {
    display: flex;
    align-items: center;
  }
  .sec_page .inner .member {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_page .inner .member .member_box {
    margin-bottom: 40px;
    width: 42%;
  }
  .sec_page .inner .member .member_box p {
    margin-top: 25px;
    font-size: 14px;
  }
  .sec_page .inner .member .more_btn {
    display: none;
  }
  .sec_page .inner .support_card {
    margin-top: 74px;
    padding: 74px 60px;
  }
  .sec_page .inner .support_card h3 {
    font-size: 24px;
  }
  .sec_page .inner .support_card .support_box {
    margin-top: 60px;
  }
  .sec_page .inner .support_card .support_box h5 {
    font-size: 16px;
  }
  .sec_page .inner .support_card .support_box .photo {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=support.css.map */
