@charset "UTF-8";
/* Scss Document */
.about-Sec1 .inner {
  padding-top: 5rem;
}
.about-Sec1 .ttl {
  text-align: center;
  color: #47C76F;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}
.about-Sec1 .txt {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.about-Sec1 .box {
  margin-bottom: 4.5rem;
}
.about-Sec1 .img {
  width: 23.85rem;
  margin-left: auto;
  margin-right: auto;
}
.about-Sec1 .unit {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-Sec1 .unit-ttl {
  text-align: center;
  color: #47C76F;
  font-size: 2.4rem;
  border-bottom: 3px dashed #47C76F;
  padding-top: 0.25rem;
  margin-bottom: 1.5rem;
}
.about-Sec1 .unit-txt {
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  .about-Sec1 {
    background: #CAEC87;
  }
  .about-Sec1 .inner {
    background: #fff;
    width: 59rem;
    padding-top: 5rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .about-Sec1 .txt {
    font-size: 1.15rem;
    margin-bottom: 5.5rem;
  }
  .about-Sec1 .img {
    width: 36.05rem;
    position: absolute;
    left: 8rem;
    top: 0;
  }
  .about-Sec1 .box {
    position: relative;
    width: 46.9rem;
    height: 28.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .about-Sec1 .unit {
    margin-top: 2.5rem;
    position: absolute;
    align-items: flex-start;
  }
  .about-Sec1 .unit.s1 {
    width: 11.75rem;
    right: 0;
    top: -3.2rem;
  }
  .about-Sec1 .unit.s2 {
    align-items: flex-end;
    width: 11.5rem;
    left: 0;
    top: 3.3rem;
  }
  .about-Sec1 .unit.s3 {
    width: 11.5rem;
    right: 0;
    top: 14.2rem;
  }
  .about-Sec1 .unit.s4 {
    align-items: center;
    width: 11.5rem;
    left: 17.9rem;
    top: 16.85rem;
  }
  .about-Sec1 .unit-ttl {
    text-align: left;
    font-size: 1.5rem;
    border-bottom: none;
    padding-top: 0.25rem;
    margin-bottom: 1rem;
  }
  .about-Sec1 .unit-txt {
    font-size: 0.8rem;
  }
}
.about-Sec2 {
  background: #CAEC87;
}
.about-Sec2 .inner {
  background: #fff;
}
.about-Sec2 .ttl {
  color: #47C76F;
  text-align: center;
  font-size: 2.65rem;
  margin-bottom: 3rem;
}
.about-Sec2 .ttl span {
  border-bottom: 3px dashed #47C76F;
}
.about-Sec2 .unit {
  background: #FAF7EC;
  border-radius: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.75rem;
}
.about-Sec2 .unit-ttl {
  color: #47C76F;
  font-size: 2.25rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.about-Sec2 .unit-txt {
  font-size: 1.5rem;
}
.about-Sec2 .unit-list {
  font-size: 1.5rem;
}
.about-Sec2 .unit-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.about-Sec2 .unit-list li::before {
  content: "・";
}

@media only screen and (min-width: 48em) {
  .about-Sec2 {
    background: #CAEC87;
  }
  .about-Sec2 .inner {
    padding-top: 8.5rem;
    width: 59rem;
  }
  .about-Sec2 .ttl {
    font-size: 1.75rem;
    margin-bottom: 3rem;
    width: 100%;
  }
  .about-Sec2 .ttl br {
    display: none;
  }
  .about-Sec2 .wap {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
  .about-Sec2 .unit {
    width: 24rem;
    border-radius: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .about-Sec2 .unit-ttl {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .about-Sec2 .unit-txt {
    font-size: 0.8rem;
  }
  .about-Sec2 .unit-list {
    font-size: 0.8rem;
  }
}
.about-Sec3 .inner {
  padding-top: 5rem;
}
.about-Sec3 .ttl {
  border-top: #47C76F 5px solid;
  padding-top: 2.5rem;
  padding-left: 0.5rem;
  color: #47C76F;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
}
.about-Sec3 .ttl span {
  border-bottom: 3px dashed #47C76F;
}
.about-Sec3 .table {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  border-bottom: #ededed 2px solid;
}
.about-Sec3 .table th, .about-Sec3 .table td {
  text-align: left;
  vertical-align: text-top;
  display: block;
  width: 100%;
}
.about-Sec3 .table th {
  padding-top: 1rem;
  border-top: #ededed 2px solid;
}
.about-Sec3 .table td {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
  .about-Sec3 {
    background: #CAEC87;
  }
  .about-Sec3 .inner {
    background: #fff;
    padding-top: 5.5rem;
    width: 59rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    position: relative;
    display: flex;
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
  .about-Sec3 .inner::before {
    content: "";
    background: #47C76F;
    background-size: 50rem;
    width: 50rem;
    height: 2px;
    top: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .about-Sec3 .ttl {
    border-top: none;
    padding-top: 3.5rem;
    padding-left: 0;
    width: 14rem;
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
  }
  .about-Sec3 .ttl span {
    border-bottom: 3px dashed #47C76F;
  }
  .about-Sec3 .table {
    width: 35.25rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.8rem;
    border-bottom: #ededed 2px solid;
    margin-top: 3.5rem;
  }
  .about-Sec3 .table th, .about-Sec3 .table td {
    text-align: left;
    vertical-align: text-top;
    display: table-cell;
    width: auto;
  }
  .about-Sec3 .table th {
    width: 13.5rem;
    padding-top: 1rem;
    border-top: #ededed 2px solid;
  }
  .about-Sec3 .table td {
    padding-bottom: 1rem;
    border-top: #ededed 2px solid;
  }
}
.about-Sec4 .inner {
  padding-top: 5rem;
}
.about-Sec4 .ttl {
  border-top: #47C76F 5px solid;
  padding-top: 2.5rem;
  padding-left: 0.5rem;
  color: #47C76F;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
}
.about-Sec4 .ttl span {
  border-bottom: 3px dashed #47C76F;
}
.about-Sec4 .txtarea h3 {
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.about-Sec4 .txtarea p {
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  .about-Sec4 {
    background: #CAEC87;
  }
  .about-Sec4 .inner {
    background: #fff;
    padding-top: 6rem;
    width: 59rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    display: flex;
    -webkit-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }
  .about-Sec4 .img {
    width: 25.15rem;
    margin-top: 1.5rem;
  }
  .about-Sec4 .ttl {
    width: 100%;
    border-top: #47C76F 2px solid;
    padding-top: 3.5rem;
    padding-left: 0.5rem;
    color: #47C76F;
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
  }
  .about-Sec4 .ttl span {
    border-bottom: 3px dashed #47C76F;
  }
  .about-Sec4 .txtarea {
    width: 20rem;
  }
  .about-Sec4 .txtarea h3 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    margin-top: 1.75rem;
  }
  .about-Sec4 .txtarea h3:first-of-type {
    margin-top: 0;
  }
  .about-Sec4 .txtarea p {
    font-size: 0.8rem;
  }
}
.about-Sec5 .inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.about-Sec5 .ttl {
  border-top: #47C76F 5px solid;
  padding-top: 2.5rem;
  padding-left: 0.5rem;
  color: #47C76F;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
}
.about-Sec5 .txt {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.about-Sec5 .txt br.pc {
  display: none;
}
.about-Sec5 .unit {
  background: #FAF7EC;
  border-radius: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.75rem;
}
.about-Sec5 .unit-ttl {
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.about-Sec5 .unit-txt {
  font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
  .about-Sec5 {
    background: #CAEC87;
    padding-bottom: 7.5rem;
  }
  .about-Sec5 .inner {
    background: #fff;
    width: 59rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  .about-Sec5 .ttl {
    border-top: #47C76F 2px solid;
    padding-top: 3.5rem;
    padding-left: 0;
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
  }
  .about-Sec5 .ttl br {
    display: none;
  }
  .about-Sec5 .txt {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .about-Sec5 .txt br.pc {
    display: block;
  }
  .about-Sec5 .wap {
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
	.about-Sec5 .wap:after {
		content:"";
		display: block;
		width: 15.6rem;
	}
  .about-Sec5 .unit {
    width: 15.6rem;
    border-radius: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-Sec5 .unit-ttl {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .about-Sec5 .unit-ttl span {
    font-size: 0.8rem;
  }
  .about-Sec5 .unit-txt {
    font-size: 0.8rem;
  }
}
.about-Sec1 .box {
  transform: translateY(2.5rem);
  opacity: 0;
}
.about-Sec1.is-show .box {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.about-Sec2 .unit {
  transform: translateY(2.5rem);
  opacity: 0;
}
.about-Sec2.is-show .unit.s1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.about-Sec2.is-show .unit.s2 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}
.about-Sec2.is-show .unit.s3 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
.about-Sec2.is-show .unit.s4 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

.fade-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=about.css.map */