@media screen and (max-width: 767px) {
  .low_header{
    background-position: -44rem center;
  }
}

.c_lead {
  padding: 5rem 0;
}

@media screen and (min-width: 768px) {
  .c_lead {
    padding: 3rem 0;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: -9.5rem;
    padding: 3rem 4rem 5rem;
  }
}

.c_lead ul {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .c_lead ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c_lead li {
    display: flex;
    justify-content: space-between;
  }
  .c_lead li .img {
    width: 16rem;
  }
  .c_lead li dl {
    width: calc(100% - 18rem);
  }
}

.c_lead li img {
  width: 17.9rem;
}

@media screen and (max-width: 767px) {
  .c_lead li {
    text-align: left;
  }
}

.c_lead li + li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_lead li + li {
    margin-top: 6rem;
  }
}

.c_lead li + li:before {
  content: '';
  position: absolute;
  border: 1.7rem solid transparent;
  border-left: 2.4rem solid #9fa0a0;
  left: -6.5rem;
  top: 9.5rem;
}

@media screen and (max-width: 767px) {
  .c_lead li + li:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1.7rem solid transparent;
    border-top: 2.4rem solid #9fa0a0;
    top: -4rem;
  }
}

.c_lead .c_mail {
  font-size: 1.4rem;
  margin-top: .5em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c_lead .c_mail {
    padding-left: 1em;
    padding: .2em 3em .2em 1em;
    line-height: 1.5;
  }
}

.c_lead dt {
  font-size: 1.9rem;
  font-weight: bold;
  margin: .6em 0 .7em;
}

@media screen and (max-width: 767px) {
  .c_lead dt {
    margin-top: 0;
  }
}

.c_lead dd {
  font-size: 1.7rem;
}

.flow_list {
  text-align: center;
}

.flow_list section {
  padding: 8rem 0;
  position: relative;
}

.flow_list section:nth-of-type(1) {
  padding-top: 16rem;
}

@media screen and (max-width: 767px) {
  .flow_list section:nth-of-type(1) {
    padding-top: 10rem;
  }
}

.flow_list section:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 3.4rem solid transparent;
  border-top: 4.5rem solid #eef4f7;
  top: 0;
}

.flow_list section.c_bg:before {
  border-top: 4.5rem solid #fff;
}

.flow_list .c_mail {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: .2em;
}

@media screen and (max-width: 767px) {
  .flow_list .c_mail {
    padding-left: 1em;
    padding: .2em 3em .2em 1em;
    line-height: 1.5;
  }
}

.flow_list .ttl {
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.flow_list .ttl i {
  display: block;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: 1.9rem;
  margin-bottom: .5em;
}

.flow_list .tel {
  font-size: 3rem;
  margin-top: 1em;
}

.flow_list th {
  background: #efefef;
}

.flow_list tr > * {
  border: solid 1px #898989;
  padding: .5em 1.5em;
  text-align: left;
  vertical-align: middle;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .flow_list tr > * {
    float: left;
    width: 100%;
    border-bottom: none;
  }
}

.flow_list table {
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .flow_list table {
    border-bottom: solid 1px #898989;
  }
}

@media screen and (min-width: 768px) {
  .flow_list table {
    width: 95rem;
  }
}

.flow_list .list {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6.5rem;
}

.flow_list .list p {
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .flow_list .list {
    gap: 4rem 2rem;
  }
}

.flow_list .list li {
  width: 27.2rem;
}

@media screen and (max-width: 767px) {
  .flow_list .list li {
    width: calc(50% - 1rem);
  }
}

.flow_list .proposal {
  margin: 5rem auto 0;
}

@media screen and (min-width: 768px) {
  .flow_list .proposal {
    width: 34rem;
  }
}

.flow_list .group {
  margin-top: 5.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .flow_list .group {
    width: 113.4rem;
  }
}

.flow_list .group.show img.b {
  transform: scale(1);
  transition: transform .2s ease-in;
  transition-delay: .5s;
}

.flow_list .group.show img.a {
  opacity: 1;
  transition: opacity .4s ease-in;
}

.flow_list .group.show img.c {
  opacity: 1;
  transition: opacity .2s ease-in;
  transition-delay: 1s;
}

.flow_list .group img {
  width: 100%;
}

.flow_list .group img:not(.a) {
  position: absolute;
  left: 0;
  top: 0;
}

.flow_list .group img.a {
  opacity: 0;
}

.flow_list .group img.b {
  transform: scale(0);
}

.flow_list .group img.c {
  opacity: 0;
}

.flow_list .support {
  text-align: left;
  background: #fff;
  margin-top: 5rem;
  padding: 10.5rem 8rem;
}

@media screen and (max-width: 767px) {
  .flow_list .support {
    padding: 5rem 3rem;
  }
}

.flow_list .support dt {
  font-weight: bold;
  margin-bottom: .8em;
}

.flow_list .support dt img {
  width: 21.8rem;
}

.flow_list .support dd {
  font-size: 1.9rem;
}

.flow_list .support dd a {
  display: block;
  margin-top: 1.5em;
}

.flow_list .support .row {
  margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .flow_list .support .row {
    margin-bottom: 10rem;
  }
  .flow_list .support .row dl {
    margin-bottom: 5rem;
  }
  .flow_list .support .row > div {
    display: block;
  }
  .flow_list .support .row > div img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .flow_list .support .row {
    display: flex;
    justify-content: space-between;
  }
  .flow_list .support .row > div {
    width: 35.3rem;
  }
  .flow_list .support .row dl {
    width: calc(100% - 40rem);
  }
}

/*# sourceMappingURL=style.css.map */