.page-summary {
  background-image: url(../images/beginner/bg_page_summary.jpg);
}
@media screen and (max-width: 414px) {
  .page-summary .pagein-links a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  .page-summary .pagein-links a::after {
    transform: translate(-16px, 7px);
  }
}
@media screen and (min-width: 415px) {
  .page-summary .pagein-links a {
    width: 340px;
  }
}

@media screen and (max-width: 414px) {
  .concerns {
    padding-top: 50px;
  }
}
@media screen and (min-width: 415px) {
  .concerns {
    padding-top: 100px;
  }
}
.concerns ul {
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .concerns ul {
    width: 302px;
  }
}
@media screen and (min-width: 415px) {
  .concerns ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 966px;
  }
}
.concerns ul::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/beginner/ornament_concerns.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 414px) {
  .concerns ul::after {
    height: 13px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 415px) {
  .concerns ul::after {
    height: 37px;
    margin: 70px auto 0;
  }
}
.concerns li {
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 414px) {
  .concerns li {
    padding-left: 34px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 415px) {
  .concerns li {
    font-size: 18px;
    padding-left: 65px;
    margin-right: 60px;
  }
  .concerns li:last-child {
    margin-right: 0;
  }
}
.concerns li::before {
  content: "";
  display: block;
  background: url(../images/beginner/i_check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (max-width: 414px) {
  .concerns li::before {
    width: 26px;
    height: 20px;
  }
}
@media screen and (min-width: 415px) {
  .concerns li::before {
    width: 41px;
    height: 32px;
  }
}
.concerns .message {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .concerns .message {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 415px) {
  .concerns .message {
    font-size: 20px;
    line-height: 2.5;
    margin-top: 50px;
  }
}

@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list {
    padding-top: 50px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list {
    padding-top: 100px;
  }
}
#INTRODUCTION .point-list .position {
  margin-bottom: 90px;
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .position::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .position.right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #INTRODUCTION .point-list .position.right::after {
    content: "";
    display: block;
    width: 50%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #INTRODUCTION .point-list .position.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #INTRODUCTION .point-list .position.left::before {
    content: "";
    display: block;
    width: 50%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#INTRODUCTION .point-list .point {
  position: relative;
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .point {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
#INTRODUCTION .point-list .info {
  color: #fff;
  background: #009d61;
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .info {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .info {
    width: 582px;
    padding: 25px 50px 35px;
  }
}
#INTRODUCTION .point-list .info p {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .info p {
    font-size: 14px;
  }
}
#INTRODUCTION .point-list .heading {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .heading {
    font-size: 16px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .heading {
    font-size: 18px;
  }
}
#INTRODUCTION .point-list .heading::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .heading::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .heading::before {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .heading h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .recommend {
    margin-top: 30px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .recommend {
    margin-top: 40px;
  }
}
#INTRODUCTION .point-list .recommend li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .point-list .recommend li {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .point-list .recommend li {
    font-size: 18px;
  }
}
#INTRODUCTION .point-list .recommend li::before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url(../images/beginner/i_arrow_r.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 5px);
}
#INTRODUCTION .point-list .link-btn-detail {
  background: #3b3b3b;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 40px;
  min-width: 263px;
  position: relative;
  width: 263px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0px, 28px);
}
#INTRODUCTION .point-list .link-btn-detail::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}
#INTRODUCTION .position:first-child .heading::before {
  background-image: url(../images/beginner/point/01.svg);
}
#INTRODUCTION .position:nth-child(2) .heading::before {
  background-image: url(../images/beginner/point/02.svg);
}
#INTRODUCTION .position:nth-child(3) .heading::before {
  background-image: url(../images/beginner/point/03.svg);
}
#INTRODUCTION .position:nth-child(4) .heading::before {
  background-image: url(../images/beginner/point/04.svg);
}
@media screen and (max-width: 414px) {
  #INTRODUCTION .position:first-child::before {
    background-image: url(../images/beginner/point/trial_lesson.jpg);
  }
  #INTRODUCTION .position:nth-child(2)::before {
    background-image: url(../images/beginner/point/trackmanrange.jpg);
  }
  #INTRODUCTION .position:nth-child(3)::before {
    background-image: url(../images/beginner/point/school.jpg);
  }
  #INTRODUCTION .position:nth-child(4)::before {
    background-image: url(../images/beginner/point/facility.jpg);
  }
}
@media screen and (min-width: 415px) {
  #INTRODUCTION .position:first-child::after {
    background-image: url(../images/beginner/point/trial_lesson.jpg);
  }
  #INTRODUCTION .position:nth-child(2)::before {
    background-image: url(../images/beginner/point/trackmanrange.jpg);
  }
  #INTRODUCTION .position:nth-child(3)::after {
    background-image: url(../images/beginner/point/school.jpg);
  }
  #INTRODUCTION .position:nth-child(4)::before {
    background-image: url(../images/beginner/point/facility.jpg);
  }
  #INTRODUCTION .position:nth-child(2n+1) .heading {
    padding-left: 75px;
  }
  #INTRODUCTION .position:nth-child(2n+1) .heading::before {
    transform: translate(-73px, -44px);
  }
  #INTRODUCTION .position:nth-child(2n) .heading {
    padding-left: 130px;
  }
  #INTRODUCTION .position:nth-child(2n) .heading::before {
    transform: translate(0px, -44px);
  }
}