.c_mv_txt {
  margin-top: 19px;
  text-align: center;
}

.p_course_flow_item {
  position: relative;
  padding: 20px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p_course_flow_item {
    display: flex;
    align-items: center;
  }
}
.p_course_flow_item:last-child {
  margin-bottom: 0;
}
.p_course_flow_item_ttl {
  flex-shrink: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p_course_flow_item_ttl {
    width: 260px;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 1.25rem;
  }
}
.p_course_flow_item_main {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_course_flow_item_main {
    min-height: 122px;
    padding: 16px 30px 18px;
  }
}
.p_course_flow_item_main_ttl {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p_course_flow_item_main_txt {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .p_course_flow_item_main_txt {
    font-size: 0.875rem;
  }
}
.p_course_flow_item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 24px 0 24px;
  border-color: #87d999 transparent transparent transparent;
}
.p_course_flow_item:nth-child(1) {
  z-index: 3;
  background-color: #87d999;
}
.p_course_flow_item:nth-child(1) .p_course_flow_item_main_ttl {
  color: #87d999;
}
.p_course_flow_item:nth-child(2) {
  z-index: 2;
  background-color: #80cee2;
}
.p_course_flow_item:nth-child(2) .p_course_flow_item_main_ttl {
  color: #80cee2;
}
.p_course_flow_item:nth-child(2)::before {
  border-color: #80cee2 transparent transparent transparent;
}
.p_course_flow_item:nth-child(3) {
  background-color: #e38884;
}
@media screen and (min-width: 768px) {
  .p_course_flow_item:nth-child(3) {
    min-height: 100px;
  }
}
.p_course_flow_item:nth-child(3) .p_course_flow_item_ttl {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.p_course_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_course_img {
    gap: 40px;
    margin-top: 56px;
  }
}
.p_course_img_col1 {
  grid-template-columns: 1fr;
}
.p_course_img_col3 {
  grid-template-columns: repeat(3, 1fr);
}
.p_course_img_item {
  text-align: center;
}
.p_course_img + .p_course_txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_img + .p_course_txt {
    margin-top: 40px;
  }
}

.p_course_txt {
  line-height: 1.75;
}
.p_course_txt .clred {
  color: #ff0000;
}
.p_course_txt + .p_course_txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_txt + .p_course_txt {
    margin-top: 40px;
  }
}

.p_course_col_txt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_col_txt {
    padding-right: 20px;
  }
}
.p_course_col_txt .item {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p_course_col_txt .item {
    margin-bottom: 15px;
  }
}
.p_course_col_txt .item:last-child {
  margin-bottom: 0;
}

.p_course_note {
  display: flex;
  align-items: flex-start;
  font-size: 0.75rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_course_note {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
.p_course_note span {
  flex-shrink: 0;
  margin-right: 1px;
}

.p_course_ct {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_course_ct {
    margin-top: 60px;
  }
}

.p_course_video {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_course_video {
    margin-bottom: 80px;
  }
}
.p_course_video_fr {
  margin-bottom: 30px;
  height: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p_course_video_fr {
    height: 450px;
    margin-bottom: 60px;
  }
}
.p_course_video_fr iframe {
  width: 100%;
  height: 100%;
}

.p_course_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  padding: 12px 20px;
  background-color: #80cee2;
  color: #fff;
  font-weight: 700;
  line-height: 2;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p_course_btn {
    max-width: 360px;
    min-height: 80px;
  }
}
@media (hover: hover) {
  .p_course_btn:hover {
    opacity: 1;
    background-color: #56bed9;
  }
}
.p_course_btn.instagram::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(../images/course-soccer/icon_instagram.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_course_btn.instagram::before {
    width: 22px;
    height: 22px;
  }
}

.p_course_fr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media screen and (min-width: 768px) {
  .p_course_fr {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p_course_fr_img {
    width: 300px;
  }
}
.p_course_fr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_course_fr_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #f1f5f5;
}
@media screen and (min-width: 768px) {
  .p_course_fr_box {
    width: calc(100% - 300px);
    padding: 41px 47px 40px;
  }
}
.p_course_fr_box_txt {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_course_fr_box_txt {
    margin-bottom: 30px;
  }
}

.p_course_dot {
  margin-top: 28px;
}
.p_course_dot_item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p_course_dot_item {
    margin-bottom: 14px;
    padding-left: 20px;
  }
}
.p_course_dot_item:last-child {
  margin-bottom: 0;
}
.p_course_dot_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #80cee2;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p_course_dot_item::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}

.p_course_box {
  display: flex;
  justify-content: space-between;
}
.p_course_box_txt, .p_course_box_img {
  width: calc(50% - 10px);
  max-width: 380px;
}
.p_course_ttl {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p_course_ttl {
    font-size: 1.25rem;
  }
}

.p_course_tbl {
  width: 100%;
  table-layout: fixed;
}
.p_course_tbl_head, .p_course_tbl_body {
  padding: 10px 5px;
  border: 1px solid #c4c4c4;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_course_tbl_head, .p_course_tbl_body {
    height: 50px;
  }
}
.p_course_tbl_head {
  background-color: #f1f5f5;
  font-weight: 500;
}
.p_course_tbl_head.empty {
  width: 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_course_tbl_head.empty {
    width: 80px;
  }
}
.p_course_tbl_body {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p_course_tbl_body {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p_course_tbl_body.spec {
    padding-left: clamp(6.875rem, 46.875vw + -15.625rem, 7.8125rem);
  }
}
@media screen and (min-width: 768px) {
  .p_course_tbl_body.note {
    padding-top: 30px;
  }
}
.p_course_tbl_body .txt {
  display: block;
  margin-top: 12px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_course_tbl_body .txt {
    font-size: 0.75rem;
  }
}
.p_course_tbl .bg_blue {
  background-color: rgba(128, 206, 226, 0.1);
}

@media screen and (min-width: 768px) {
  .p_course_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.p_course_info:last-child > *:last-child {
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .p_course_info:last-child > * {
    border-bottom: 1px solid #c4c4c4;
  }
}
.p_course_info_item {
  margin-top: -1px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .p_course_info_item {
    padding: 25px 0 23px;
  }
}
.p_course_info_item_ttl, .p_course_info_item_txt {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p_course_info_item_ttl {
  margin-bottom: 8px;
  color: #80cee2;
}
@media screen and (min-width: 768px) {
  .p_course_info_item_ttl {
    margin-bottom: 13px;
  }
}

.p_course_ct_box {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_ct_box {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p_course_ct_box_txt {
    width: calc(100% - 220px);
  }
}
.p_course_ct_box_txt .p_course_txt:not(:last-child) {
  margin-bottom: 16px;
}
.p_course_ct_box_info {
  width: 150px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p_course_ct_box_info {
    width: 200px;
    margin: 0;
  }
}
.p_course_ct_box_info_img {
  margin-bottom: 10px;
}
.p_course_ct_box_info_pos {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p_course_ct_box_info_pos {
    font-size: 0.875rem;
  }
}
.p_course_ct_box_info_name {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p_course_ct_box_info_name {
    font-size: 1.25rem;
  }
}
.p_course_ct_box + .p_course_txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_ct_box + .p_course_txt {
    margin-top: 40px;
  }
}

.p_course_preparatory_sect {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_course_preparatory_sect {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p_course_preparatory_sect03 {
    margin-bottom: 96px;
  }
  .p_course_preparatory_sect04 {
    margin-bottom: 202px;
  }
  .p_course_preparatory_sect04 .p_course_ct:first-of-type {
    margin-top: 56px;
  }
}

.p_course_soccer_sect {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_course_soccer_sect {
    margin-bottom: 96px;
  }
}
.p_course_soccer_sect01s {
  margin-bottom: 30px;
}
.p_course_soccer_sect01s .p_course_fr_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_course_soccer_sect01s {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p_course_soccer_sect03 .c_ttlh3 {
    margin-bottom: 27px;
  }
  .p_course_soccer_sect03 .p_course_dot {
    margin-top: 28px;
  }
  .p_course_soccer_sect03 .p_course_img {
    margin-top: 59px;
  }
  .p_course_soccer_sect03 .p_course_ct:last-of-type {
    margin-top: 63px;
  }
  .p_course_soccer_sect04 {
    margin-bottom: 202px;
  }
  .p_course_soccer_sect04 .p_course_ct {
    margin-top: 55px;
  }
  .p_course_soccer_sect04 .p_course_note {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p_course_soccer_sect04 .p_course_note {
    margin-top: 17px;
  }
}

.p_course_baseball_sect {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_course_baseball_sect {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p_course_baseball_sect01 .p_course_fr_box {
    padding-top: 35px;
  }
  .p_course_baseball_sect02 .p_course_ct {
    margin-top: 57px;
  }
  .p_course_baseball_sect03 {
    margin-bottom: 92px;
  }
  .p_course_baseball_sect03 .p_course_ct {
    margin-top: 36px;
  }
  .p_course_baseball_sect03 .p_course_ct:last-child {
    margin-top: 60px;
  }
  .p_course_baseball_sect04 {
    margin-bottom: 106px;
  }
  .p_course_baseball_sect04 .p_course_ct:last-child {
    margin-top: 55px;
  }
  .p_course_baseball_sect05 {
    margin-bottom: 202px;
  }
  .p_course_baseball_sect05 .p_course_ct {
    margin-top: 57px;
  }
}
.p_course_baseball_img {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_course_baseball_img {
    margin-bottom: 60px;
  }
}

.p_course_basketball .p_course_fr_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_course_basketball .p_course_fr_img {
    width: 100%;
  }
}
.p_course_basketball_sect {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_course_basketball_sect {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 768px) {
  .p_course_basketball_sect01 .p_course_fr_box {
    padding-top: 35px;
  }
  .p_course_basketball_sect02 .p_course_ct {
    margin-top: 57px;
  }
  .p_course_basketball_sect03 {
    margin-bottom: 92px;
  }
  .p_course_basketball_sect03 .p_course_ct {
    margin-top: 36px;
  }
  .p_course_basketball_sect03 .p_course_ct:last-child {
    margin-top: 60px;
  }
  .p_course_basketball_sect04 {
    margin-bottom: 106px;
  }
  .p_course_basketball_sect04 .p_course_ct:last-child {
    margin-top: 55px;
  }
  .p_course_basketball_sect05 {
    margin-bottom: 202px;
  }
  .p_course_basketball_sect05 .p_course_ct {
    margin-top: 57px;
  }
}
.p_course_basketball_img {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_course_basketball_img {
    margin-bottom: 60px;
  }
}

.p_course_judo .p_course_fr_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_course_judo .p_course_fr_img {
    width: 100%;
  }
}
.p_course_judo_sect {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_course_judo_sect {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 768px) {
  .p_course_judo_sect01 .p_course_fr_box {
    padding-top: 35px;
  }
  .p_course_judo_sect02 .p_course_ct {
    margin-top: 57px;
  }
  .p_course_judo_sect03 {
    margin-bottom: 92px;
  }
  .p_course_judo_sect03 .p_course_ct {
    margin-top: 36px;
  }
  .p_course_judo_sect03 .p_course_ct:last-child {
    margin-top: 60px;
  }
  .p_course_judo_sect04 {
    margin-bottom: 106px;
  }
  .p_course_judo_sect04 .p_course_ct:last-child {
    margin-top: 55px;
  }
  .p_course_judo_sect05 {
    margin-bottom: 202px;
  }
  .p_course_judo_sect05 .p_course_ct {
    margin-top: 57px;
  }
}
.p_course_judo_img {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_course_judo_img {
    margin-bottom: 60px;
  }
}

.p_course {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_course {
    padding-bottom: 126px;
  }
}
.p_course_intro iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.p_course_sec + .p_course_sec {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p_course_sec + .p_course_sec {
    margin-top: 96px;
  }
}
.p_course_sec_lead {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_sec_lead {
    margin-bottom: 38px;
  }
}
.p_course_sec_txt, .p_course_sec_lead {
  line-height: 1.75;
}
.p_course_sec_txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_sec_txt {
    margin-top: 40px;
  }
}
.p_course_sec .p_course_btns {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_sec .p_course_btns {
    margin-top: 40px;
  }
}
.p_course_btns {
  display: grid;
  background-color: #f1f5f5;
  margin-top: 40px;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_course_btns {
    gap: 20px;
    padding: 40px 30px 37px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 80px;
  }
}
.p_course_btns .c_btn03 {
  max-width: 100%;
}

/*# sourceMappingURL=course.css.map */
