@charset "UTF-8";
main .margin_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main .margin_60 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
}
main .margin_37 {
  margin-top: 37px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  main .margin_37 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}

.drop_shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
  transition: 0.3s;
}

.highlight {
  background: linear-gradient(transparent 55%, #F5DE61 40%) !important;
}

h1 span {
  display: block;
}
h1 span::before, h1 span::after {
  content: "―";
}

.top_info {
  margin-bottom: clamp(1.438rem, 1.17rem + 1.14vw, 2.313rem);
  text-align: center;
}
.top_info span {
  color: #333333;
  font-size: clamp(1.25rem, 1.143rem + 0.46vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: clamp(1.438rem, 1.17rem + 1.14vw, 2.313rem);
  margin-bottom: clamp(1.438rem, 1.17rem + 1.14vw, 2.313rem);
  background: #79D5CE;
  color: #fff;
}

.svc_wrap {
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .svc_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.svc_wrap a {
  color: #333333;
  font-size: clamp(1.1rem, 1.069rem + 0.13vw, 1.2rem);
  line-height: 1.88;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .svc_wrap a {
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

.flow_wrap__h2 {
  color: #fff;
}

.flow_wrap__inner {
  background: #fff;
  border-radius: 23px;
  display: grid;
  gap: clamp(3.75rem, 3.042rem + 3.02vw, 6.063rem);
  grid-template-columns: 0.25fr 1.75fr;
  align-items: center;
  padding: clamp(1.438rem, 1.17rem + 1.14vw, 2.313rem) clamp(3.75rem, 3.042rem + 3.02vw, 6.063rem);
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 430px) {
  .flow_wrap__inner {
    grid-template-columns: 1fr;
    gap: clamp(1.438rem, 1.17rem + 1.14vw, 2.313rem);
    align-items: center;
    padding: clamp(3.75rem, 3.042rem + 3.02vw, 6.063rem);
  }
  .flow_wrap__inner h3 {
    text-align: center;
  }
}
.flow_wrap__inner::after {
  content: "";
  background: url(/partners/img/icn_flow.svg) 50% 50% no-repeat;
  background-size: 60px 20px;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
}
.flow_wrap__inner:last-child {
  margin-bottom: 0;
}
.flow_wrap__inner:last-child::after {
  display: none;
}
.flow_wrap__icon {
  margin: auto;
  max-width: 140px;
  min-width: 80px;
}
.flow_wrap__icon img {
  width: 100%;
  height: auto;
}
.flow_wrap h3 {
  margin-top: 0;
}
.flow_wrap p {
  margin-bottom: 0;
}
.flow_wrap__notices {
  margin-top: clamp(1.438rem, 1.17rem + 1.14vw, 2.313rem);
  text-align: center;
}
.flow_wrap__notices span {
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
  font-size: clamp(1.1rem, 1.069rem + 0.13vw, 1.2rem);
  line-height: 1.88;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .flow_wrap__notices span {
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

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