#about__top {
  position: relative;
  padding: 90px 0 120px;
  background-color: #f5e1d4;
  text-align: center; }
  #about__top h1 {
    display: inline-block;
    margin-bottom: 75px;
    letter-spacing: 0.25rem;
    color: #fa7d00;
    font-size: 1.8rem;
    padding-bottom: 9px;
    border-bottom: solid 3px #fa7d00; }
  #about__top .about__top__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 60px; }
    #about__top .about__top__wrap .about__top__wrap__dscrpt h2 {
      position: relative;
      text-align: left;
      line-height: 4.725rem;
      font-weight: 600;
      font-size: 2.7rem;
      margin-bottom: 3.6rem;
      z-index: 10; }
    #about__top .about__top__wrap .about__top__wrap__dscrpt p {
      position: relative;
      text-align: left;
      line-height: 3.6rem;
      font-size: 1.8rem;
      margin-bottom: 3.6rem;
      z-index: 10; }
    #about__top .about__top__wrap img {
      width: clamp(400px, 45%, 505px);
      height: auto;
      z-index: 0;
      object-fit: contain; }
  #about__top .wave-1 {
    bottom: -1px;
    z-index: 100; }
  @media (max-width: 767px) {
    #about__top h1 {
      margin-bottom: 45px; }
    #about__top .about__top__wrap {
      padding: 0; }
      #about__top .about__top__wrap .about__top__wrap__dscrpt h2 {
        text-align: center;
        font-size: 2.0rem;
        line-height: 3.5rem; }
      #about__top .about__top__wrap .about__top__wrap__dscrpt p {
        text-align: justify;
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-bottom: 60px; }
      #about__top .about__top__wrap .about__top__wrap__dscrpt img {
        width: 75%;
        margin: 0 auto 30px; } }

#about__biz, #about__fqa, #about__flow {
  max-width: 870px;
  margin: 0 auto;
  padding: 150px 60px 0;
  text-align: center; }
  #about__biz img, #about__fqa img, #about__flow img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px; }
  #about__biz h3, #about__fqa h3, #about__flow h3 {
    display: inline-block;
    margin-bottom: 90px;
    letter-spacing: 0.25rem;
    padding-bottom: 9px;
    color: #4b4b4b;
    font-size: 1.8rem;
    border-bottom: solid 3px #fa7d00; }

#about__biz ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #about__biz ul li {
    width: 22.5%;
    margin-bottom: 30px; }
    #about__biz ul li img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    #about__biz ul li h4 {
      text-align: center;
      font-size: 1.4rem; }
@media (max-width: 767px) {
  #about__biz ul li {
    width: 47.5%; } }

#about__fqa .about__fqa__cnts {
  padding-bottom: 3.6rem;
  border-bottom: solid 1px #4b4b4b; }
  #about__fqa .about__fqa__cnts:last-child {
    padding: 3.6rem 0 0;
    border-bottom: none; }
  #about__fqa .about__fqa__cnts .about__fqa__cnts__wrap {
    display: flex;
    align-items: flex-start; }
    #about__fqa .about__fqa__cnts .about__fqa__cnts__wrap p {
      text-align: left;
      line-height: 3.6rem;
      margin-bottom: 3.6rem;
      letter-spacing: normal;
      font-size: 1.8rem;
      font-weight: 200;
      font-feature-settings: normal; }
    #about__fqa .about__fqa__cnts .about__fqa__cnts__wrap img {
      width: 25px;
      height: 25px;
      margin: 5px 15px 0 0; }
@media (max-width: 767px) {
  #about__fqa .about__fqa__cnts .about__fqa__cnts__wrap p {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 3.2rem; } }

#about__flow .about__flow__cnts {
  max-width: 870px;
  margin: 0 auto; }
  #about__flow .about__flow__cnts .about__flow__cnts__wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 4.5rem; }
    #about__flow .about__flow__cnts .about__flow__cnts__wrap .number {
      min-width: 60px;
      width: 60px;
      height: auto;
      margin-right: 24px; }
      #about__flow .about__flow__cnts .about__flow__cnts__wrap .number img {
        width: 100%;
        height: auto;
        margin: 0; }
      #about__flow .about__flow__cnts .about__flow__cnts__wrap .number:after {
        content: '';
        display: block;
        margin: -1px auto 0;
        width: 2px;
        height: calc(100% - 15px);
        background-color: #96e1fa; }
    #about__flow .about__flow__cnts .about__flow__cnts__wrap .about__flow__cnts__wrap__dscprt {
      text-align: left; }
      #about__flow .about__flow__cnts .about__flow__cnts__wrap .about__flow__cnts__wrap__dscprt h4 {
        margin-bottom: 1.5rem;
        font-size: 1.6rem; }
      #about__flow .about__flow__cnts .about__flow__cnts__wrap .about__flow__cnts__wrap__dscprt p {
        width: 525px;
        line-height: 3.0rem;
        margin: 0;
        font-size: 1.5rem; }
    #about__flow .about__flow__cnts .about__flow__cnts__wrap:last-child .number:after {
      content: '';
      display: none; }
@media (max-width: 767px) {
  #about__flow .about__flow__cnts .about__flow__cnts__wrap {
    justify-content: flex-start; }
    #about__flow .about__flow__cnts .about__flow__cnts__wrap .number {
      margin-right: 18px; }
    #about__flow .about__flow__cnts .about__flow__cnts__wrap .about__flow__cnts__wrap__dscprt p {
      width: auto;
      max-width: 100%; } }

@media (max-width: 767px) {
  #about__top, #about__biz, #about__fqa, #about__flow {
    padding: 60px min(8.75%, 60px) 0; } }
.btn {
  margin: 0 auto 150px; }
