.amakusaPoint {
  margin-top: 50px;
  background-color: #fff6ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.amakusaPoint__inner {
  padding: 0 30px;
  max-width: 500px;
  margin: 0 auto;
}

.amakusaPoint__title {
  padding: 0 30px;
  max-width: 500px;
}

.amakusaPoint__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.amakusaPoint__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amakusaPoint__itemContents {

}

.amakusaPoint__itemTitleHead {
  display: flex;
  align-items: center;
  gap: 14px;
}

.amakusaPoint__item:first-child .amakusaPoint__itemTitleHead {
  gap: 0;
}

.amakusaPoint__itemTitleHead img {
  width: 80px;
}

.amakusaPoint__itemTitle {
  font-size: min(29px, calc(18 / 335 * 100vw));
  font-weight: 700;
  letter-spacing: -0.01em;
}

.amakusaPoint__itemText {
  margin-top: 10px;
}

.amakusaPoint__itemImg {
  max-width: 300px;
  margin: 0 auto;
}

.amakusaPoint__buttons {
  max-width: calc(100vw - 92px);
  margin: 0 auto;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
  max-width: none;
}

.amakusaPoint__button {
  text-decoration: none;
  transition: 200ms;
  transition-property: background-color, color, border, -webkit-transform;
  transition-property: background-color, color, border, transform;
  transition-property: background-color, color, border, transform,
    -webkit-transform;
  position: relative;
  overflow: hidden;
  border: 1px solid #808080;
  text-align: center;
  padding: 15px 45px;
  position: relative;
  background-color: #fff;
    font-size: 13px;
  position: relative;
  z-index: 2;
  transition: 200ms;
  width: 100%;
  max-width: 335px;;
  color: #1a1a1a;
  margin: 0 auto;
}

.amakusaPoint__button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 6px;
    background-image: url(https://school.dhw.co.jp/common2/images/icon_btn1_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .amakusaPoint__button:hover:after {

                transition-delay: 100ms;
        background-image: url(https://school.dhw.co.jp/common2/images/icon_btn1_arrow_hover.svg);
    }


    .amakusaPoint__button:hover {
              color: #fff;
        background-color: var(--c-primary);
        border-color: var(--c-primary);
    }



@media screen and (min-width: 767px) {
  .amakusaPoint {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.amakusaPoint__inner {
  padding: 0 40px;
  max-width: calc(980px + 40px * 2);
  margin: 0 auto;
}

.amakusaPoint__title {
  padding: 0 40px;
  max-width: 800px;
  margin: 0 auto;
}

.amakusaPoint__list {
  margin-top: 40px;
  flex-direction: column;
  gap: 40px;
}

.amakusaPoint__item {
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.amakusaPoint__item:nth-child(even) {
  flex-direction: row-reverse;
}

.amakusaPoint__itemContents {
}


.amakusaPoint__itemTitleHead img {
  width: 110px;
}

.amakusaPoint__itemTitle {
  font-size: 30px;
  font-weight: 700;
  text-wrap: nowrap;
}

.amakusaPoint__itemText {
  margin-top: 10px;
  max-width: 600px;
}

.amakusaPoint__itemImg {
  max-width: 300px;
  margin: 0 auto;
}


}

@media screen and (min-width: 978px) {
  .amakusaPoint__buttons {
  flex-direction: row;
}
}
