/*
// working.css for page /purpiose/working/
*/

.localschool__kv{
  background: url(../images/localschool/localschool__kv-bg-pc.png) no-repeat center center/cover;
}
.working__about__item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.working__about__item {
  width: 64rem;
}

.working__about__item__text{
  margin-bottom: 2em;
  text-align: justify;
}
.working__about__item__list{
  margin-bottom: 2em;
}

.working__about__item__image {
  height: 40rem;
  width: 40rem;
}


.working__model-plan__flow__list li{
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 0 4rem;
}

.working__model-plan__flow__list li:first-child{
  margin-top: 0;
}

.working__model-plan__flow__list li.working__model-plan__flow__list--include-point{
  display: block;
}

.working__model-plan__flow__list--include-point__inner{
  display: flex;
  justify-content: space-between;
}

.working__model-plan__flow__list__image {
  height: 16rem;
  width: 16rem;
}

.working__model-plan__flow__list__description {
  text-align: justify;
  width: 82rem;
}

.working__model-plan__flow__list__description--space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.working__model-plan__flow__list__description__heading {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.working__model-plan__flow__list__description__text {
  line-height: 1.85;
  margin: 0 0 1em;
}

.working__model-plan__flow__list__point{
  margin-left: auto;
  width: 82rem;
}


.working__country__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 88rem;
}

.working__country__list__icon {
  height: 8rem;
  margin: auto;
  width: 8rem;
}

.working__country__list__country-name {
  color:var(--color-gold);
  margin-top: 1em;
  text-align: center;
  text-decoration: underline;
}

.working__country__footnote{
  text-align: center;
}


.working__visa__nav{
  margin-bottom: 4rem;
}

.working__visa__nav__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.working__visa__nav__list li a{
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  color:var(--color-gold);
  display: flex;
  justify-content: center;
  height: 5.6rem;
  text-decoration: underline;
  width: 17rem;
}


.working__visa__list li{
  background: #fff;
  margin-bottom: 2rem;
  padding: 2rem;
}

.working__visa__list li:last-child{
  margin-bottom: 0;
}

.working__visa__list__heading{
  color: var(--color-blue);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.working__visa__list__table{
  display: flex;
  flex-wrap: wrap;
}

.working__visa__list__table dt{
  align-items: center;
  background: #f5f5f5;
  display: flex;
  font-weight: 400;
  height: 2.4rem;
  justify-content: center;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  width: 20rem;
}

.working__visa__list__table dd{
  line-height: 1.5;
  margin-bottom: 0.5em;
  width: calc(50% - 20rem - 0.5em);
}

.working__visa__note{
  margin-top: 2em;
}


/*
// sp layout
*/

@media screen and (max-width: 767px) {
  .working__kv{
    background: url(../images/working/working__kv-bg-sp.png) no-repeat center center/cover;
  }
  .juniorcamp__kv{
    background: url(../images/juniorcamp/juniorcamp__kv-bg-sp.png) no-repeat center center/cover;
  }
  .working__about__item-wrap {
    flex-direction: column-reverse;
  }
  .working__about__item {
    width: 64rem;
  }
  
  .working__about__item__text{
    margin-bottom: 2em;
    text-align: justify;
  }
  .working__about__item__list{
    margin-bottom: 2em;
  }
  
  .working__about__item__image {
    height: 59rem;
    margin: 0 auto 4rem;
    width: 59rem;
  }
  
  
  .working__model-plan__flow__list li{
    flex-direction: column-reverse;
    margin-top: 8rem;
    padding: 0 4rem;
  }
  
  .working__model-plan__flow__list--include-point__inner{
    flex-direction: column-reverse;
  }
  
  .working__model-plan__flow__list__image {
    height: 59rem;
    width: 59rem;
  }
  
  .working__model-plan__flow__list__description {
    width: 100%;
  }
  
  .working__model-plan__flow__list__description--space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .working__model-plan__flow__list__description__heading {
    font-size: 3.2rem;
  }
  
  .working__model-plan__flow__list__description__text {
    line-height: 1.85;
    margin: 0 0 1em;
  }

  .working__model-plan__flow__list__point{
    margin-left: 0;
    margin-top: 4rem;
    width: 100%;
  }
  
  
  .working__country__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 4rem;
    width: 100%;
  }

  .working__country__list li{
    margin-bottom: 1em;
    width: 50%;
  }
  
  .working__country__list__country-name {
    margin-top: 0.5em;
  }
  
  .working__country__footnote{
    text-align: left;
  }
  
  .working__visa__nav__list{
    gap:2rem;
  }
  
  .working__visa__nav__list li a{
    height: 6.8rem;
    width: 32.5rem;
  }
  
  
  .working__visa__list li{
    background: #fff;
    margin-bottom: 2rem;
    padding: 2rem;
  }
  
  .working__visa__list__heading{
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1em;
  }
  
  .working__visa__list__table dt{
    height: 5.6rem;
    margin-bottom: 2rem;
    margin-right: 1em;
    width: 32rem;
  }
  
  .working__visa__list__table dd{
    margin-bottom: 2rem;
    margin-top: 0.25em;
    width: calc(100% - 32rem - 1em);
  }

  .working__visa__note{
    margin-top: 1em;
  }
}