.page-header {
  background: url(../header/joinus-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/joinus-sp.jpg);
  }
}

main .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  main .title {
    display: block;
  }
}
main .title .section__title {
  font-weight: bold;
  margin-right: 50px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  main .title .section__title {
    font-size: 2rem;
    margin: 0 0 5px;
    text-align: left;
  }
}
main .title .lead {
  line-height: 1.556;
}
@media screen and (max-width: 479px) {
  main .title .lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
main .section__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .section:first-of-type {
  padding-bottom: 50px;
}
@media screen and (max-width: 479px) {
  main .section:first-of-type {
    padding-bottom: 15px;
  }
}
main .section__title-line {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  main .section__title-line {
    font-size: 2.4rem;
  }
}
main figure,
main img {
  display: block;
}
main figure {
  max-width: 340px;
  margin: 0 auto 40px;
}
main figure img {
  width: 100%;
}

.local-nav {
  margin: 40px 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .local-nav {
    margin-top: 30px;
    padding: 0;
  }
}
.local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .local-nav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
}
.local-nav li {
  padding: 0 15px;
}
@media screen and (max-width: 479px) {
  .local-nav li {
    width: 180px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.local-nav a {
  font-weight: bold;
  position: relative;
  display: block;
  width: 220px;
  height: 70px;
  padding-top: 14px;
  text-align: center;
  border-radius: 10px;
  background-color: #ECEFF1;
}
.local-nav a:hover {
  background-color: #c1e5fb;
}
@media screen and (max-width: 479px) {
  .local-nav a {
    font-size: 1.2rem;
    width: 100%;
    height: 50px;
    padding-top: 10px;
  }
}
.local-nav a::after {
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #99A3AC;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .local-nav a::after {
    bottom: 5px;
  }
}

.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .support {
    display: block;
    margin-bottom: 40px;
  }
}
.support li {
  position: relative;
  width: 48%;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .support li {
    width: auto;
    margin-bottom: 20px;
  }
}
.support li:last-child {
  margin-bottom: 0;
}
.support li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.4rem;
}
.support strong,
.support small {
  display: block;
}
.support strong {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .support strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .support strong br {
    display: none;
  }
}
.support small {
  font-size: 1.4rem;
}
@media screen and (max-width: 479px) {
  .support small {
    font-size: 1.2rem;
  }
}

#section01,
#section02,
#section03 {
  background-color: #F8F6F2;
}

#section01,
#section02 {
  border-bottom: solid 4px #fff;
}
#section01 .section__title-line {
  color: #001E99;
}
#section01 .section__title-line::after {
  background-color: #001E99;
}
#section01 .column:first-of-type {
  width: calc(100% - 340px - 30px);
}
@media screen and (max-width: 479px) {
  #section01 .column:first-of-type {
    width: 100%;
  }
}
#section01 figure {
  max-width: 480px;
}
#section01 .support strong,
#section01 .support li::before {
  color: #001E99;
}
#section01 .training {
  max-width: 340px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
#section01 .training h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #001E99;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  #section01 .training h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
#section01 .training h3 small {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 479px) {
  #section01 .training h3 small {
    font-size: 1.4rem;
  }
}
#section01 .training h3 + p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#section01 .training .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  #section01 .training .desc {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  #section02 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  #section02 .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#section02 .column:first-of-type {
  max-width: 340px;
}
#section02 .column:last-of-type {
  width: calc(100% - 340px - 30px);
}
@media screen and (max-width: 479px) {
  #section02 .column:last-of-type {
    width: 100%;
  }
}
#section02 .section__title-line {
  color: #21B15D;
}
#section02 .section__title-line::after {
  background-color: #21B15D;
}
#section02 .support strong,
#section02 .support li::before {
  color: #21B15D;
}

@media screen and (max-width: 479px) {
  #section03 {
    padding-bottom: 80px;
  }
}
#section03 .section__inner {
  max-width: 790px;
}
#section03 .column {
  width: calc((100% - 10px) / 2);
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  #section03 .column {
    width: 100%;
  }
}
#section03 .section__inner:last-of-type .column{
  padding-bottom: 0;
}
@media screen and (max-width: 479px) {
  #section03 .section__inner:last-of-type .column{
	padding-bottom: 40px;
  }
  #section03 .section__inner:last-of-type .column:last-of-type{
	padding-bottom: 0px;
  }
}
#section03 .column .block + .block{
  padding-top: 40px;
}
#section03 .block__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  #section03 .block__title {
    font-size: 2rem;
  }
}
#section03 .block:first-of-type {
/*  margin-bottom: 50px;*/
}
@media screen and (max-width: 479px) {
  #section03 .block:first-of-type {
/*    margin-bottom: 40px;*/
  }
}
#section03 .block .btn {
  margin-top: 20px;
  margin-left: 0;
}
@media screen and (max-width: 479px) {
  #section03 .block .btn {
    max-width: 200px;
  }
}
#section03 .block p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 479px) {
  #section03 .block p {
    font-size: 1.4rem;
  }
}
#section03 .block + p {
  margin-top: 1em;
}
@media screen and (max-width: 479px) {
  #section03 .column:first-of-type {
/*    padding-bottom: 40px;*/
  }
}
#section03 .column:first-of-type .block:last-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 479px) {
  #section03 .column .block:last-of-type {
/*    padding-bottom: 40px;*/
  }
}
#section03 .block .bnr-04{
  margin-top: 20px;
  display: block;
}
#section03 .block .bnr-04 img{
  display: block;
  max-width: 184px;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  #section03 .block .bnr-04 img{
    max-width: 100%;
  }
}

#section06 .section__title-line,
#section04 .section__title-line,
#section05 .section__title-line {
  margin-bottom: 45px;
}
#section06 .section__title-line::after,
#section04 .section__title-line::after,
#section05 .section__title-line::after {
  background-color: #2F3438;
}
#section06 .system,
#section04 .system,
#section05 .system {
  max-width: 310px;
  padding: 20px;
  border: solid 1px #CDD6DD;
  border-radius: 10px;
}
@media screen and (max-width: 479px) {
#section06 .system,
#section04 .system,
#section05 .system {
    margin-top: 40px;
  }
}
#section06 .system h3,
#section04 .system h3,
#section05 .system h3 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
#section06 .system h3,
#section04 .system h3,
#section05 .system h3 {
    font-size: 1.6rem;
  }
}
#section06 .system ol,
#section04 .system ol,
#section05 .system ol {
  padding-left: 1em;
  list-style-type: decimal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  #section06 .system ol,
  #section04 .system ol,
  #section05 .system ol {
    font-size: 1.2rem;
  }
}
#section06 .system li,
#section04 .system li,
#section05 .system li {
  margin-bottom: 10px;
}
#section06 .system li:last-child,
#section04 .system li:last-child,
#section05 .system li:last-child {
  margin-bottom: 0;
}
#section06 .section__inner:first-of-type .column:first-of-type,
#section04 .section__inner:first-of-type .column:first-of-type,
#section05 .section__inner:first-of-type .column:first-of-type {
  max-width: 710px;
}
#section06 .section__inner:first-of-type .column:first-of-type p,
#section04 .section__inner:first-of-type .column:first-of-type p,
#section05 .section__inner:first-of-type .column:first-of-type p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
#section06 .section__inner:first-of-type .column:first-of-type p,
#section04 .section__inner:first-of-type .column:first-of-type p,
#section05 .section__inner:first-of-type .column:first-of-type p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
#section06 .section__inner:first-of-type .column:first-of-type p + p,
#section04 .section__inner:first-of-type .column:first-of-type p + p,
#section05 .section__inner:first-of-type .column:first-of-type p + p {
  margin-top: 2em;
}
#section06 .section__subtitle,
#section04 .section__subtitle,
#section05 .section__subtitle {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
#section06 .card-column,
#section04 .card-column,
#section05 .card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
#section06 .card-column,
#section04 .card-column,
#section05 .card-column {
    display: block;
    padding: 0 30px;
  }
}
#section06 .card,
#section04 .card,
#section05 .card {
  max-width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 479px) {
#section06 .card,
#section04 .card,
#section05 .card {
    max-width: 100%;
  }
}
#section06 .card .card__title,
#section04 .card .card__title,
#section05 .card .card__title {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 479px) {
#section06 .card .card__title,
#section04 .card .card__title,
#section05 .card .card__title {
    font-size: 1.8rem;
  }
}
#section06 .card .card__text,
#section04 .card .card__text,
#section05 .card .card__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 479px) {
#section06 .card .card__text,
#section04 .card .card__text,
#section05 .card .card__text {
    font-size: 1.4rem;
  }
}

#section04 .card-column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 479px) {
  #section05 {
    padding-bottom: 120px;
  }
}
#section05 .card-column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section05 .card {
  margin: 0 15px;
}
@media screen and (max-width: 479px) {
  #section05 .card {
    margin: 0 0 20px;
  }
}
#section05 .btn-01 {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}