@charset "utf-8";

body {
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}

.about {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .about {
    margin: 30px auto 0;
  }
}

.p-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .p-box {
    display: block;
  }
}

.p-img {
  flex: 0 0 260px;
  width: 260px;
  height: auto;
  margin: 0 20px 0 0;
}

@media (max-width: 600px) {
  .p-img {
    flex: 0 0 180px;
    margin: 0 auto 20px;
    width: 180px;
  }
}

.p-ttl {
  margin-bottom: 10px;
  /* color: #0C68AB; */
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .p-ttl br {
    display: none;
  }
}

.p-kv {
  text-align: center;
  max-width: 1020px;
  margin-inline: auto;
}

.p-txt {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .p-txt {
    font-size: 1.4rem;
  }
}

.p-info {
  max-width: 700px;
  margin: 30px auto 0;
  padding: 20px;
  font-size: 1.4rem;
  border-top: 1px dotted #619DAE;
  border-bottom: 1px dotted #619DAE;
  box-sizing: border-box;
}

.p-info dt {
  margin-bottom: 5px;
  padding: 5px 10px 6px 10px;
  background-color: #0C68AB;
  color: #FFFFFF;
  font-size: 1.4rem;
  width: 6em;
  text-align: center;
}

.p-info dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-info dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-formTtl {
  margin: 0 auto;
  /* color: #0C68AB; */
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 600px) {
  .p-formTtl {
    font-size: 1.8rem;
    text-align: left;
  }
}

.p-formTxt {
  margin: 0 auto;
  /* color: #0C68AB; */
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 600px) {
  .p-formTxt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.fm-form_note {
  margin-bottom: 1.5em;
}

.fm-form_note>span {
  display: inline-block;
  margin-right: 7px;
  color: #FFFFFF;
  width: 33px;
  max-width: 92%;
  height: 18px;
  text-align: center;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 18px;
  background: #FF9AAC;
  border-radius: 3px;
}

.note {
  width: fit-content;
  margin: 0 auto 2.5em;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

.deadline {
  margin: 0 auto 4em;
  color: #ed0909;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 600px) {
  .note {
    font-size: 1.4rem;
    text-align: left;
  }

  .deadline {
    font-size: min(1.6rem, 3.1vw);
  }
}

.applicants {
  width: 700px;
  max-width: 92%;
  margin: 0 auto 50px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
  background: #def6fb;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .applicants {
    font-size: 14px;
  }
}

.applicants ul {
  font-size: 1.4rem;
  list-style: none;
}

.applicants ul:not(:last-of-type) {
  margin: 0 auto 20px;
}

.applicants li {
  position: relative;
  padding-left: 0.8em;
}

.applicants li:before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0.2em;
  display: block;
  width: 0.2em;
  height: 0.2em;
  background: #181818;
  border-radius: 50%;
}

.com2_note {
  width: 700px;
  max-width: 92%;
  margin: 0 auto 30px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
  background: #def6fb;
  border-radius: 5px;
}

@media (max-width: 1018px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media (max-width:600px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}

.m-flex{
  display: flex;
}

.m-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.m-wrap{
  flex-wrap: wrap;
}

.m-color-red{
  color: #e73d5c;
}

.thanks-text{
  line-height: 1.5;
}

.btn{
  font-size: 25px;
  margin-top: 30px;
}
.btn:visited{
  color: #fff;
}
@media (max-width:767px) {
  .btn{
    font-size: 18px;
  }
}

/***************************************************************************/
@media (max-width: 1020px) {
  .formContent {
    width: 92%;
    margin-inline: auto;
  }
}

.course_ttl {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #000;
  padding: 1rem;
}

@media (max-width: 600px) {
  .course_ttl {
    font-size: 1.8rem;
  }
}

.course_txt {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 4rem;
}

.course_txt span{
  font-weight: 700;
}

@media (max-width: 600px) {
  .course_txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.x-link{
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff !important;
  max-width: 60rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 5rem;
  margin-inline: auto;
  box-shadow: 0.8rem 1.2rem #8C8C8C;
}

.x-link span{
  position: relative;
}

.x-link span::before{
  position: absolute;
  content: "";
  right: -0.5rem;
  top: 50%;
  transform: translate(100%,-50%);
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 2.2rem solid #fff;
}

@media (max-width: 600px) {
  .x-link {
    font-size: 2rem;
    height: 6rem;
    border-radius: 4rem;
    box-shadow: 0.4rem 0.6rem #8C8C8C;
  }

  .x-link span::before{
    right: -0.5rem;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.4rem solid #fff;
  }
}

.schedule-wrapper{
  border-top: 1px solid #000;
  padding: 4rem 5rem;
}

@media (max-width: 600px) {
  .schedule-wrapper {
    padding: 2rem 1rem;
  }
}

.schedule-wrapper.border-bottom{
  border-bottom: 1px solid #000;
}

.schedule-day{
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 600px) {
  .schedule-day {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.schedule{
  display: flex;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .schedule {
    font-size: 1.4rem;
  }
}

.schedule-time{
  width: 18rem;
}

@media (max-width: 600px) {
  .schedule-time {
    width: 10.5rem;
  }
}

.schedule-content{
  position: relative;
  flex: 1;
  padding-left: 1rem;
}

.schedule-content::before{
  position: absolute;
  content: ":";
  top: 0;
  left: 0;
}

.mt-20{
  margin-top: 2rem;
}

@media (max-width: 600px) {
  .mt-20 {
    margin-top: 1rem;
  }
}

.mt-40{
  margin-top: 4rem;
}

@media (max-width: 600px) {
  .mt-40 {
    margin-top: 2rem;
  }
}

.mt-60{
  margin-top: 6rem;
}

@media (max-width: 600px) {
  .mt-60 {
    margin-top: 3rem;
  }
}

.mt-80{
  margin-top: 8rem;
}

@media (max-width: 600px) {
  .mt-80 {
    margin-top: 4rem;
  }
}

.mt-100{
  margin-top: 10rem;
}

@media (max-width: 600px) {
  .mt-100 {
    margin-top: 5rem;
  }
}

.mt-120{
  margin-top: 12rem;
}

@media (max-width: 600px) {
  .mt-120 {
    margin-top: 6rem;
  }
}

.mb-120{
  margin-bottom: 12rem;
}

@media (max-width: 600px) {
  .mb-120 {
    margin-bottom: 6rem;
  }
}

a:visited{
  color: inherit;
}