@charset "UTF-8";

html {
  font-size: 62.5%;
  font-weight: 500;
}

body {
  color: #333;
  font-size: 1.6rem;
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

/*--- ヘッダー ---*/
/*ヘッダー共通設定*/
.page-header {
  height: 280px;
  background-image: url(../images/top_img_admission.webp);
  background-size: cover;
  position: relative;
}
/*ヘッダー共通設定*/
.section_admission_20 {
  display: flex;
  flex-direction: row;
}

.section_admission_20>div:nth-child(1) {
  width: 60%;
  padding-top: 39px;
}

.section_admission_20>div:nth-child(1)>p {
  width: 473px;
  margin-left: 57px;
  margin-right: auto;
  line-height: 200%;
  padding-top: 20px;
}

.section_admission_20>div:nth-child(2) {
  width: 40%;
}

.section_admission_20>div:nth-child(2)>img {
  width: 412px;
  height: 299px;
  object-fit: cover;
  border-radius: 28px;
  margin-left: auto;
}

.section_admission_21 {
  width: 90%;
  margin: 0 auto;
}

.admission_h4 {
  font-size: 22px;
  font-weight: 500;
  color: #D25C36;
  margin-top: 58px;
}

.admission_ul {
  margin-top: 18px;
  line-height: 200%;
  color: #D25C36;
}

.admission_ul>li {
  list-style: disc;
}

.admission_ul>li>span {
  color: #000;
}

.recruit_dl1 {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  line-height: 175%;
}

.recruit_dl1_full {
  width: 100%;
}

.recruit_dl1_top {
  border-top: 1px dashed #5A2720;
}

.recruit_dl1>div:nth-child(1) {
  width: 18%;
  display: grid;
  place-items: center;
  border-bottom: 1px dashed #5A2720;
  font-weight: 600;
}

.recruit_dl1>div:nth-child(2) {
  width: 82%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #5A2720;
}

.section_admission_22 {
  width: 100%;
}

.section_admission_22>ul {
  background-color: #FEFAF1;
  padding-top: 21px;
  padding-left: 35px;
  padding-bottom: 21px;
  margin-top: 29px;
}

.section_admission_22>ul>li {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}

.section_admission_22>ul>li>div:nth-child(1) {
  background-color: #D25C36;
  display: grid;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #FFF;
  padding-left: 7px;
}

.section_admission_22>ul>li>div:nth-child(2) {
  padding-left: 10px;
}

.recruit_dl1>div.admission_sp1 {
  width: 30%;
}

.recruit_dl1>div.admission_sp2 {
  width: 70%;
}
.section_admission_23 {
  display: flex;
  flex-direction: row;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #FEFAF1;
}

.section_admission_23>div:nth-child(1) {
  margin-right: auto;
  margin-left: 50px;
  width: 50%;
}

.section_admission_23>div:nth-child(2) {
  font-weight: 600;
  color: #5A2720;
  margin-left: auto;
  margin-right: 70px;
  position: relative;
  padding-top: 10px;
}

.section_admission_23>div:nth-child(2)>a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  top: 8px;
  right: -31px;
  background: url(../images/btn_arrow1.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*---------------------------------
レスポンシブ
---------------------------------*/
@media screen and (max-width: 1250px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 859px) {}

@media screen and (max-width: 859px) {}




/*---------------------------------
レスポンシブ スマホ
---------------------------------*/
@media screen and (max-width: 767px) {

  /*ヘッダー共通設定*/
  .page-header {
    background-image: url(../images/top_img_admission_m.webp);
    margin-top: 66px !important;
  }
  /*ヘッダー共通設定*/
  .section_admission_20 {
    flex-direction: column;
  }

  .section_admission_20>div:nth-child(1) {
    width: 100%;
    padding-top: 20px;
  }

  .section_admission_20>div:nth-child(1)>p {
    width: 95%;
    margin: 0 auto;
  }

  .section_admission_20>div:nth-child(2) {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .section_admission_20>div:nth-child(2)>img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  .recruit_dl1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .recruit_dl1>div:nth-child(1) {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
  }

  .recruit_dl1>div:nth-child(2) {
    width: 100%;
  }

  .section_admission_22>ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_admission_22>ul>li>div:nth-child(1) {
    padding-left: 8px;
    padding-right: 9px;
  }

  .admission_h4 {
    margin-top: 30px;
  }
  .section_admission_23 {
    flex-direction: column;
  } 
  .section_admission_23>div:nth-child(1) {
    width: 90%;
    margin: 0 auto;
  }
  .section_admission_23>div:nth-child(2) {
    width: 80%;
    margin: 0 auto;
  }
  .section_admission_23>div:nth-child(2)>a {
    display: inline-block;
    font-size: 14px;
  }
  .section_admission_23>div:nth-child(2)>a::after {
    width: 20px;
    height: 20px;
    top: 13px;
    right: -21px;
  }
  

}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}