@charset "UTF-8";
/* Scss Document */
.page-title {
  font-size: 2.6875rem;
  line-height: 0.698;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 50px 30px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.375rem;
    line-height: 1.364;
    letter-spacing: 0.1em;
    margin: 0 30px 40px;
  }
}

#process {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #process {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #process {
    padding: 0 15px;
  }
}
#process .process-wrap ul {
  list-style-type: none;
  padding: 0;
}
#process .process-wrap ul li {
  padding: 30px;
  border: 3px #ccc solid;
  border-radius: 5px;
  border-color: rgba(99, 173, 90, 0.3);
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #process .process-wrap ul li {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
}
#process .process-wrap ul li::after {
  display: block;
  content: "";
  border-top: 25px solid #44af35;
  border-bottom: 14px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -60px;
}
@media screen and (max-width: 575px) {
  #process .process-wrap ul li::after {
    border-top: 16px solid #44af35;
    border-bottom: 9px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    left: 47%;
    bottom: -40px;
  }
}
#process .process-wrap ul li:last-child:after {
  content: none;
}
#process .process-wrap ul li .process-title {
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  #process .process-wrap ul li .process-title {
    font-size: 1.125rem;
    line-height: 1.833;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#process p {
  font-size: 1.125rem;
  line-height: 2.222;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 575px) {
  #process p {
    font-size: 0.875rem;
    line-height: 2.143;
  }
}
#process .add-wrap ul {
  list-style-type: none;
  padding: 0;
  font-size: 1.125rem;
  line-height: 2.222;
  letter-spacing: 0;
  margin-left: 3.7em;
}
@media screen and (max-width: 575px) {
  #process .add-wrap ul {
    font-size: 0.875rem;
    line-height: 2.143;
    margin-bottom: 0;
  }
}
#process .add-wrap ul.number01 li::before {
  content: '（※１）';
  margin-left: -3.7em;
}
#process .add-wrap ul.number02 li::before {
  content: '（※２）';
  margin-left: -3.7em;
}
