@charset "UTF-8";

#program .lead {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 80px auto 40px;
  line-height: 2;
}

#program .block {
  max-width: 1074px;
  margin: 0 auto 70px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

#program .block:last-child {
  margin: 0 auto;
}

#program .block .pic {
  max-width: 519px;
  position: relative;
  float: right;
  width: 49%;
}

#program .block .pic .number {
  position: absolute;
  z-index: 1;
  color: #347334;
  font-size: 8rem;
  left: 25px;
  bottom: -41px;
  line-height: 1;
}

#program .block .detail {
  max-width: 519px;
  float: left;
  width: 49%;
}

#program .block .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #347334;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#program .block .ttl + p {
  padding-bottom: 20px;
}

#program .block p {
  font-weight: 500;
  letter-spacing: 0.1em;
}

#program .block p strong {
  font-size: 1.8rem;
  font-weight: bold;
}

#program .block .profile {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#program .block .profile .img {
  max-width: 160px;
}

#program .block .profile .info {
  width: calc(100% - 197px);
}

#program .block .profile .info dt {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: solid 1px #264026;
  padding-bottom: 5px;
}

#program .block .profile .info dd {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-top: 20px;
}

#program .block .profile .info dd .m-en {
  font-size: 1.4rem;
  font-weight: 400;
}

#program .block .profile .info dd a {
  font-size: 1.4rem;
}

#program .block .profile .info dd .sns {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
}

#program .block .profile .info dd .sns a {
  display: block;
  width: 24px;
  margin-right: 15px;
  margin-top: 5px;
}

/* #program .block:nth-child(even) .pic {
  float: left;
}

#program .block:nth-child(even) .detail {
  float: right;
} */

#program .p-shedule {
  background: #347334;
  padding: 80px 0 0;
}

#program .p-shedule .m-head {
  color: #f2d230;
}

#program .p-shedule .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto 0;
}

#program .p-shedule .flex .pic {
  width: 58%;
  max-width: 741px;
}

#program .p-shedule .flex .box {
  max-width: 519px;
  width: 42%;
  background: #f2d649;
  border-radius: 40px 0 40px 0;
  border: solid 1px #2e592e;
  text-align: center;
  padding: 85px 40px;
}

#program .p-shedule .flex .box .m-button {
  width: 100%;
  max-width: inherit;
}

#program .p-shedule .flex .box .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#program .p-shedule .flex .box .lead {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
#program .block .summary dl {
  margin-top: 30px;
}
#program .block .summary dt {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 10px;
  border-bottom: solid 1px #264026;
  padding-bottom: 5px;
}
#program .block .summary dd {
  line-height: 1, 6;
}

@media screen and (max-width: 767px) {
  #program .m-main {
    min-height: 225px;
    margin-bottom: 0;
  }

  #program .lead {
    font-size: 1.6rem;
    margin: 30px auto 0;
    line-height: 2;
  }

  #program::before {
    border-radius: 0 0 60px 60px;
    height: 50px;
    bottom: -50px;
  }

  #program .block:not(:last-of-type) {
    padding-bottom: 80px;
  }
  #program .block .pic {
    margin: 0 auto 25px;
    float: inherit;
    width: 100%;
  }

  #program .block .detail {
    float: inherit;
    margin: 0 auto;
    width: 100%;
  }

  #program .block .pic .number {
    font-size: 6rem;
    left: 20px;
    bottom: -30px;
  }

  #program .block .ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  #program .block p strong {
    font-size: 1.6rem;
  }

  #program .block p {
    font-size: 1.5rem;
  }

  #program .block .ttl + p {
    padding-bottom: 10px;
  }

  #program .block .profile {
    margin-top: 30px;
  }

  #program .block .profile .info {
    width: calc(100% - 170px);
  }

  #program .block .profile .info dt {
    font-size: 1.6rem;
  }

  #program .block .profile .info dd {
    font-size: 2rem;
    padding-top: 15px;
  }

  #program .block .profile .info dd .sns {
    justify-content: center;
    margin: 20px auto 0;
  }

  #program .block {
    margin: 0 auto;
  }

  #program .p-shedule {
    padding: 80px 0 40px;
  }

  #program .p-shedule .flex {
    margin: 60px auto 0;
  }

  #program .p-shedule .flex .pic {
    width: 100%;
    margin: 0 auto;
  }

  #program .p-shedule .flex .box {
    margin: 30px auto 0;
    width: 100%;
    padding: 40px 30px;
  }

  #program .p-shedule .flex .box .m-button a {
    padding: 20px;
    text-align: left;
  }

  #program .p-shedule .flex .box .m-button a::after {
    right: 10px;
  }

  #program .p-shedule .flex .box strong {
    display: none;
  }

  #program .p-shedule .flex .box .ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }

  #program .p-shedule .flex .box .lead {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
