.team {
  position: relative;
  background-color: #FCFAE8;
}
.team_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 113px 0 190px;
}
@media screen and (max-width: 842px) {
  .team_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 113px 20px 118px;
  }
}
.team_content-head {
  width: 555px;
  margin-top: 26px;
}
@media screen and (max-width: 842px) {
  .team_content-head {
    width: 100%;
    margin-top: 35px;
  }
}
.team_content-head .lead {
  margin-top: 43px;
  letter-spacing: 0.05em;
  margin-top: 39px;
}
.team_content-image {
  width: calc(100% - 555px);
  max-width: 532px;
  margin-left: auto;
}
@media screen and (max-width: 842px) {
  .team_content-image {
    width: 100%;
    margin: 20px auto 0;
  }
}

.rule {
  position: relative;
  background-color: #FEFEF9;
}
.rule::before {
  position: absolute;
  content: "";
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 71px;
  border-radius: 70px 70px 0 0;
  background-color: #FEFEF9;
  z-index: 10;
}
@media screen and (max-width: 842px) {
  .rule::before {
    height: 41px;
    border-radius: 40px 40px 0 0;
  }
}
.rule::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 71px;
  border-radius: 0 0 70px 70px;
  background-color: #FEFEF9;
  z-index: 10;
}
@media screen and (max-width: 842px) {
  .rule::after {
    height: 41px;
    border-radius: 0 0 40px 40px;
  }
}
.rule_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 78px 0 70px;
}
@media screen and (max-width: 842px) {
  .rule_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 49px 20px 40px;
  }
}
.rule_content-head {
  width: 550px;
}
@media screen and (max-width: 842px) {
  .rule_content-head {
    width: 100%;
  }
}
.rule_content-head .lead {
  margin-top: 42px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 842px) {
  .rule_content-head .lead {
    margin-top: 36px;
  }
}
.rule_content-head .buttonarea {
  margin-top: 49px;
}
@media screen and (max-width: 842px) {
  .rule_content-head .buttonarea {
    margin-top: 41px;
  }
}
.rule_content-image {
  width: calc(100% - 550px);
  max-width: 600px;
  margin: 6px 0 0 auto;
}
@media screen and (max-width: 842px) {
  .rule_content-image {
    width: 100%;
    margin: 60px auto 0;
  }
}
.rule_content-image .image {
  border-radius: 45px;
  overflow: hidden;
}
@media screen and (max-width: 842px) {
  .rule_content-image .image {
    border-radius: 30px;
  }
}

.history {
  position: relative;
  background-color: #FCFAE8;
}
.history::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 71px;
  border-radius: 0 0 70px 70px;
  background-color: #FCFAE8;
  z-index: 10;
}
@media screen and (max-width: 842px) {
  .history::after {
    height: 41px;
    border-radius: 0 0 40px 40px;
  }
}
.history_content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 218px 0 136px;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .history_content {
    width: 100%;
    padding: 148px 20px 110px;
  }
}
.history_content-head {
  position: relative;
  margin: 0 auto;
  z-index: 25;
}
.history_content-head .lead {
  margin-top: 42px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 842px) {
  .history_content-head .lead {
    margin-top: 67px;
  }
}
@media screen and (max-width: 842px) and (max-width: 842px) {
  .history_content-head .lead {
    margin-top: 38px;
  }
}
.history_content-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 30px;
  margin-top: 73px;
  padding-bottom: 80px;
  z-index: 25;
}
@media screen and (max-width: 842px) {
  .history_content-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .history_content-image {
    margin-top: 52px;
    padding-bottom: 0;
  }
}
.history_content-image .image {
  position: relative;
  border-radius: 40px 40px 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 842px) {
  .history_content-image .image {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .history_content-image .image {
    width: 100%;
  }
}
.history_content-image .image:nth-child(2) {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (max-width: 842px) {
  .history_content-image .image:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.history_content-image .image:nth-child(3) {
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}
@media screen and (max-width: 842px) {
  .history_content-image .image:nth-child(3) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.history_content-image .image figcaption {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  left: 0;
  width: 219px;
  height: 42px;
  padding-bottom: 6px;
  border-radius: 0 20px 0 0;
  background-size: cover;
  font-weight: 500;
  color: #01A340;
  line-height: 23.17px;
}
@media screen and (max-width: 842px) {
  .history_content-image .image figcaption {
    width: 195px;
    height: 38px;
    padding: 0px 0 3px 0;
  }
}