/*///////////////////////////////////////////////*/

.pc_txt_center{
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}

/*///////////////////////////////////////////////*/

.education_fv_ul{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.education_fv_ul h2{
  margin-bottom: 0;
  @media screen and (min-width:1000px) {
    text-align: left;
  }
}
.education_fv_ul img{
  vertical-align: bottom;
}
.education_fv_ul > li:nth-child(1){
  order: 1;
  @media screen and (min-width:1000px) {
    order: inherit;
  }
}
.education_fv_ul > li:nth-child(2){
  order: 3;
  @media screen and (min-width:1000px) {
    order: inherit;
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.education_fv_ul > li:nth-child(2) ul{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.education_fv_ul > li:nth-child(2) ul li{
  color: #FFF;
  font-weight: 600;
  background-color: #2282c5;
  padding: 1rem;
  border-radius: 1rem;
  @media screen and (min-width:1000px) {
    padding: 0.5rem;
    margin: 0;
  }
}
.education_fv_ul > li:nth-child(2) ul li::before{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2282c5;
  background-color: #FFF;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding: 1rem;
  margin-right: 1rem;
  margin-left: 0.5rem;
  @media screen and (min-width:1000px) {
    margin-right: 0.5rem;
    margin-left: 0.2rem;
  }
}
.education_fv_ul > li:nth-child(2) ul li:nth-child(1)::before{
  content: "1";
}
.education_fv_ul > li:nth-child(2) ul li:nth-child(2)::before{
  content: "2";
}
.education_fv_ul > li:nth-child(2) ul li:nth-child(3)::before{
  content: "3";
}
.education_fv_ul > li:nth-child(2) ul li:nth-child(4)::before{
  content: "4";
}
.education_fv_ul > li:nth-child(3){
  order: 2;
  @media screen and (min-width:1000px) {
    order: inherit;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    padding-left: 2rem;
  }
}

/*///////////////////////////////////////////////*/

.education_fv_ul_2{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.education_fv_ul_2 li{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 0.5rem;
  @media screen and (min-width:1000px) {
    display: block;
  }
}
.education_fv_ul_2 h3{
  color: #2282c5;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  @media screen and (min-width:1000px) {
    margin-bottom: 1rem;
  }
}

/*///////////////////////////////////////////////*/

.education_fv_ul_3{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.education_fv_ul_3 > li{
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1.5rem 1rem 1.5rem;
}
.education_fv_ul_3 > li h3{
  color: #2282c5;
  font-weight: 900;
}
.education_fv_ul_3 > li h3::before{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #2282c5;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 1.2rem;
  margin-right: 0.8rem;
  margin-left: 0.5rem;
}
.education_fv_ul_3 > li:nth-child(1) h3::before{
  content: "1";
}
.education_fv_ul_3 > li:nth-child(2) h3::before{
  content: "2";
}
.education_fv_ul_3 > li:nth-child(3) h3::before{
  content: "3";
}
.education_fv_ul_3 > li:nth-child(4) h3::before{
  content: "4";
}
.education_fv_ul_3 > li:nth-child(5) h3::before{
  content: "5";
}
.education_fv_ul_3 > li ul{
  margin-left: 3rem;
  margin-top: 1rem;
}
.education_fv_ul_3 > li ul li{
  list-style: disc;
  padding-left: 0;
}
.education_fv_ul_3 > li div{
  margin-top: 1rem;
}
.education_fv_ul_4 li{
  border: solid 1px #2282c5;
}

/*///////////////////////////////////////////////*/

.education_fv_ul_5{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.education_fv_ul_5 li{
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0;
}
.education_fv_ul_5 li::before{
  content: "✔ ";
  display: contents;
  color: #2282c5;
}

/*///////////////////////////////////////////////*/

.education_fv_ul_6{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 50% 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2rem;
  }
}
.education_fv_ul_6 > li:nth-child(1){
  grid-column: span 2 / span 2;
  border: solid 1px #2282c5;
  border-radius: 1rem;
  padding: 1rem;
  @media screen and (min-width:1000px) {
    grid-column:inherit;
  }
}
.education_fv_ul_6 > li:nth-child(1) > ul{
  margin-top: 1rem;
  @media screen and (min-width:1000px) {
    display: grid;
    justify-content: center;
  }
}
.education_fv_ul_6 > li:nth-child(1) > ul li{
  list-style: disc;
  margin-left: 1.5rem;
}
.education_fv_ul_6 li:nth-child(2){
  grid-row-start: 2;
  @media screen and (min-width:1000px) {
    grid-row-start:inherit;
  }
}
.education_fv_ul_6 li:nth-child(3){
  grid-row-start: 2;
  @media screen and (min-width:1000px) {
    grid-row-start:inherit;
  }
}
.education_fv_ul_6 li:nth-child(2) p,
.education_fv_ul_6 li:nth-child(3) p{
  @media screen and (min-width:1000px) {
    font-size: 0.9rem;
  }
}
.education_fv_ul_6 > li h3{
  color: #2282c5;
  text-align: center;
  font-weight: 900;
}

/*///////////////////////////////////////////////*/

.education_fv_ul_7{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    gap:2.5rem;
  }
}
.education_fv_ul_7 > li{
  position: relative;
}
.education_fv_ul_7 > li::after{
  color: #2282c5;
  content: "▼";
  display:flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  @media screen and (min-width:1000px) {
    font-size: 1.5rem;
  }
}
.education_fv_ul_7 > li:last-child::after{
  content: "";
}
.education_fv_ul_7 > li ul{
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 1rem;
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 40% 1fr;
    font-size: 1.5rem;
  }
}
.education_fv_ul_7 li ul li:first-child{
  color: #2282c5;
  font-size: 1.2rem;
  font-weight: 900;
  @media screen and (min-width:1000px) {
    font-size: 1.5rem;
    text-align: center;
  }
}

/*///////////////////////////////////////////////*/

.service_more_bt{
  margin-top: 1rem;
}