@charset "UTF-8";
.page-summary {
  background-image: url(../images/school/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;
  }
}
@media screen and (min-width: 415px) {
  .page-summary .pagein-links a {
    width: 340px;
  }
}

.box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  .box-2 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  .box-2 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  .box-2 .box {
    width: 460px;
    margin-right: 80px;
    margin-bottom: 90px;
  }
  .box-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .box-2 .box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 {
    margin-top: 80px;
  }
}
.box-2 .image-wrapper {
  margin-bottom: 25px;
}
@media screen and (max-width: 414px) {
  .box-2 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.box-2 p {
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.iframe-outer {
  position: relative;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 100 * 9/16 */
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.green {
  color: #009d61;
}

#POINT .box {
  position: relative;
}
#POINT .box::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
}
@media screen and (max-width: 414px) {
  #POINT .box::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 415px) {
  #POINT .box::before {
    width: 108px;
    height: 108px;
  }
}
#POINT .box:first-child::before {
  background-image: url(../images/beginner/point/01.svg);
}
#POINT .box:nth-child(2)::before {
  background-image: url(../images/beginner/point/02.svg);
}
#POINT .box:nth-child(3)::before {
  background-image: url(../images/beginner/point/03.svg);
}
#POINT .box:nth-child(4)::before {
  background-image: url(../images/beginner/point/04.svg);
}

#LINEUP {
  background: #f8f8f8;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list {
    margin-top: 70px;
  }
}
#LINEUP .school-list .heading-bg {
  color: #fff;
  background: #009d61;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .heading-bg {
    font-size: 20px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .heading-bg {
    font-size: 26px;
  }
}
#LINEUP .school-list .heading-bg span {
  display: block;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .heading-bg span {
    font-size: 12px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .heading-bg span {
    font-size: 14px;
  }
}
#LINEUP .school-list .school-info {
  background: #fff;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-info {
    padding: 20px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-info {
    padding: 45px 40px 40px;
  }
}
#LINEUP .school-list .school {
  margin-bottom: 50px;
}
#LINEUP .school-list .school:last-child {
  margin-bottom: 0;
}
#LINEUP .school-list .point h3 {
  text-align: center;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .point h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .point h3 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
#LINEUP .school-list .point h3 a {
  color: #de7f7f;
  text-decoration: underline;
}
#LINEUP .school-list .point .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .point .item {
    padding: 0 0 0 40px;
  }
}
#LINEUP .school-list .point .item:last-child {
  margin-bottom: 0;
}
#LINEUP .school-list .point .item ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .point .item ul.icon-check li {
    width: 100%;
    margin-bottom: 10px;
  }
  #LINEUP .school-list .point .item ul.icon-check li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #LINEUP .school-list .point .item ul.icon-check.column li {
    width: 50%;
  }
}
#LINEUP .school-list .point .item.point .image-wrapper {
  width: 186px;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .point .item.point .image-wrapper {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .point .item.point .image-wrapper {
    margin-right: 40px;
  }
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .point .item.point ul {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .point .item.point ul {
    width: 650px;
  }
}
#LINEUP .school-list .point .item li {
  color: #535353;
  font-weight: bold;
}
#LINEUP .school-list .icon-check li {
  padding-left: 20px;
  position: relative;
}
#LINEUP .school-list .icon-check li::before {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url(../images/school/lineup/i_check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 6px);
}
#LINEUP .school-list .icon-disc li {
  width: 100%;
  padding-left: 16px;
  position: relative;
}
#LINEUP .school-list .icon-disc li::before {
  color: #de7f7f;
  content: "●";
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#LINEUP .school-list .appeal h3 {
  color: #de7f7f;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .appeal h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .appeal h3 {
    font-size: 18px;
  }
}
#LINEUP .school-list .school-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  color: #535353;
  margin-top: 35px;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .image-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-contents .image-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .table-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .table {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-contents .table {
    width: 480px;
  }
}
#LINEUP .school-list .school-contents .table .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .table .group {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-contents .table .group {
    margin-bottom: 8px;
  }
  #LINEUP .school-list .school-contents .table .group.alt dt {
    width: 100px;
  }
  #LINEUP .school-list .school-contents .table .group.alt dd {
    width: 370px;
  }
}
#LINEUP .school-list .school-contents .table .group:last-child {
  margin-bottom: 0;
}
#LINEUP .school-list .school-contents .table dt {
  background: #ffe8e8;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .table dt {
    width: 100%;
    padding: 10px 15px 8px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-contents .table dt {
    width: 160px;
    padding: 8px 15px;
  }
  #LINEUP .school-list .school-contents .table dt.alt {
    padding-top: 12px;
  }
}
#LINEUP .school-list .school-contents .table dt span {
  font-size: 12px;
}
#LINEUP .school-list .school-contents .table dd {
  background: #f8f8f8;
  padding: 12px 15px 8px;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .table dd {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-contents .table dd {
    font-size: 14px;
    width: 315px;
  }
}
#LINEUP .school-list .school-contents .table dd span {
  font-size: 12px;
}
#LINEUP .school-list .school-contents .table dd .notes {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .school-contents .notes {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .school-contents .notes {
    font-size: 14px;
    margin-top: 25px;
  }
}
#LINEUP .school-list .teachers {
  font-weight: bold;
  margin-top: 35px;
}
#LINEUP .school-list .teachers h3 {
  color: #009d61;
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .teachers h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .teachers h3 {
    font-size: 18px;
  }
}
#LINEUP .school-list .teachers ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#LINEUP .school-list .teachers li {
  color: #535353;
}
@media screen and (max-width: 414px) {
  #LINEUP .school-list .teachers li {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .school-list .teachers li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
#LINEUP .school-list .teachers a {
  color: #de7f7f;
  text-decoration: underline;
}
@media screen and (max-width: 414px) {
  #LINEUP .pga .point .item .image-wrapper {
    width: 70%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .pga .point .item .image-wrapper {
    width: 242px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 414px) {
  #LINEUP .pga .point .item ul {
    width: 65%;
    margin: 0 auto;
  }
  #LINEUP .pga .point .item ul.icon-disc {
    width: 72%;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .pga .point .item ul {
    width: 550px;
  }
}
@media screen and (max-width: 414px) {
  #LINEUP .pga .point .item ul li {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .pga .reserve-trial-lesson {
    margin-top: 0;
  }
}
#LINEUP .progress .profile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
#LINEUP .progress .profile .image-wrapper {
  width: 120px;
}
@media screen and (max-width: 414px) {
  #LINEUP .progress .profile .image-wrapper {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .progress .profile .image-wrapper {
    margin-right: 30px;
  }
}
#LINEUP .progress .profile .image-wrapper img {
  border: 1px solid #009d61;
  border-radius: 60px;
}
#LINEUP .progress .profile .info {
  line-height: 1.71;
}
@media screen and (max-width: 414px) {
  #LINEUP .progress .profile .info {
    width: 100%;
  }
  #LINEUP .progress .profile .info h3 {
    text-align: center;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .progress .profile .info {
    width: 700px;
  }
}
#LINEUP .progress .profile .info p {
  font-size: 14px;
}
#LINEUP .nakamura-a h4 {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 415px) {
  #LINEUP .nakamura-a .table-wrapper .notes {
    margin-top: 70px;
  }
}
#LINEUP .junior .point h3 {
  margin-bottom: 10px;
}
#LINEUP .junior .point > p {
  color: #535353;
  font-weight: bold;
  text-align: center;
}
#LINEUP .junior .point .item.point {
  margin-top: 30px;
}
@media screen and (min-width: 415px) {
  #LINEUP .junior .point .item.point .image-wrapper {
    width: 242px;
  }
  #LINEUP .junior .point .item.point ul {
    width: 550px;
  }
}
@media screen and (max-width: 414px) {
  #LINEUP .junior .point li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 415px) {
  #LINEUP .junior .school-contents .table dt {
    width: 110px;
  }
  #LINEUP .junior .school-contents .table dd {
    width: 360px;
  }
}
#LINEUP .junior .school-contents .notes {
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 414px) {
  #LINEUP .junior .school-contents .notes {
    text-align: center;
  }
}
#LINEUP .junior .school-contents .notes a {
  display: block;
  width: 174px;
  margin-top: 5px;
}
@media screen and (max-width: 414px) {
  #LINEUP .junior .school-contents .notes a {
    margin-right: auto;
    margin-left: auto;
  }
}

.reserve-trial-lesson {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  .reserve-trial-lesson {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (min-width: 415px) {
  .reserve-trial-lesson {
    padding: 40px 50px;
  }
}
.reserve-trial-lesson .title {
  color: #009d61;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .reserve-trial-lesson .title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 415px) {
  .reserve-trial-lesson .title {
    font-size: 30px;
    width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .reserve-trial-lesson ul {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 415px) {
  .reserve-trial-lesson ul {
    width: 330px;
  }
}
@media screen and (max-width: 414px) {
  .reserve-trial-lesson li {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  .reserve-trial-lesson li {
    font-size: 18px;
  }
}
.reserve-trial-lesson li:last-child {
  margin-top: 10px;
}
@media screen and (min-width: 415px) {
  .reserve-trial-lesson li:last-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .reserve-trial-lesson li:last-child {
    font-size: 15px;
  }
}
.reserve-trial-lesson a {
  width: 160px;
}

.btn-link {
  color: #de7f7f;
  text-decoration: underline;
}

.btn-border {
  font-weight: bold;
  border: 1px solid #3b3b3b;
  padding: 20px;
  width: min(100%, 500px);
}
.btn-border__wrapper {
  text-align: center;
  margin-top: 30px;
}