#intro {
  padding-bottom: 60px;
}
#intro .container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #intro .container {
    display: block;
  }
}
#intro .text-section {
  flex: 1;
}
#intro .text-section h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #intro .text-section h2 {
    margin-top: 16px;
    font-size: 20px;
  }
}
#intro .text-section p {
  margin-top: 1.5em;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #intro .text-section p {
    font-size: 14px;
  }
}
#intro .image-section {
  max-width: 416px;
}
@media screen and (max-width: 768px) {
  #intro .image-section {
    margin-top: 60px;
    margin-inline: auto;
  }
}

.type {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .type {
    padding-top: 0;
  }
}
.type_content {
  margin-top: 50px;
}
.type__type:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .type__type:not(:first-child) {
    margin-top: 32px;
  }
}
.type__list {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 0;
  margin-top: 57px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .type__list {
    display: block;
  }
}
.type__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .type__item:not(:first-child) {
    margin-top: 36px;
  }
}
.type__item-title {
  margin-top: 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .type__item-title {
    margin-top: 8px;
  }
}
.type__item-desc {
  margin-top: 9px;
  font-size: 16px;
}
.type__item-jump {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type__item-jump {
    margin-top: 18px;
  }
}
.type__item-jump a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 264px;
  padding: 6px 30px;
  border: 1px solid #707070;
  border-radius: 100px;
  color: #707070;
  font-size: 13px;
  text-decoration: none;
}

.member {
  position: relative;
  padding-top: 12px;
  padding-left: 100px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .member {
    padding: 0;
    margin-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .member:not(:first-child) {
    margin-top: 36px;
  }
}
.member__icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .member__icon {
    position: static;
    text-align: center;
  }
}
.member__type-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .member__type-title {
    text-align: center;
    font-size: 18px;
  }
}
.member__button {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .member__button {
    margin-top: 30px;
  }
}

.detail {
  margin-top: 60px;
  margin-left: 21px;
}
@media screen and (max-width: 768px) {
  .detail {
    margin-top: 24px;
  }
}
.detail__title {
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 18px;
  }
}
.detail__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 7px);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #707070;
}
.detail__title--blue::before {
  background-color: #146CB3;
}
.detail__title--red::before {
  background-color: #FF254F;
}
.detail__content {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .detail__content {
    font-size: 14px;
    margin-top: 8px;
  }
}
.detail .dl-wrap {
  margin-top: 18px;
}
.detail dt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail dt {
    font-size: 16px;
  }
}
.detail .supp {
  max-width: 657px;
  margin-top: 18px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail .supp {
    font-size: 12px;
  }
}
.detail ul {
  padding: 0;
  list-style: none;
}
.detail ol {
  padding: 0;
  list-style: none;
}
.detail ol li {
  max-width: 372px;
  padding: 8px 40px;
  border-radius: 50px;
  background-color: rgba(230, 230, 230, 0.43);
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .detail ol li {
    font-size: 14px;
  }
}
.detail ol li:not(:first-child) {
  position: relative;
  margin-top: 46px;
}
.detail ol li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 16px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
}
.detail ol li.em {
  background-color: #FFD300;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .detail ol li.em {
    font-size: 16px;
  }
}

.deco1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .deco1::after {
    content: "";
    position: absolute;
    top: -16px;
    right: 16px;
    width: 164px;
    height: 126px;
    background: url(../images/membership/deco1.svg) center/contain no-repeat;
  }
}

.deco2 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .deco2::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 424px;
    height: 286px;
    background: url(../images/membership/deco2.png) center/contain no-repeat;
  }
}

.deco3 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .deco3::after {
    content: "";
    position: absolute;
    top: 90px;
    right: 120px;
    width: 250px;
    height: 200px;
    background: url(../images/membership/deco3.svg) center/contain no-repeat;
  }
}

.deco4 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .deco4::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    height: 516px;
    background: url(../images/membership/deco4.png) center/contain no-repeat;
  }
}