.link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link-container a.link-box {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #63bfe2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #004592;
  margin-bottom: 10px;
}

.link-container a.link-box:nth-child(3n) {
  margin-right: 0;
}

.link-container a.link-box:last-child {
  margin-right: 0;
}

.link-container a.link-box .number {
  color: #004592;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 1;
}

.link-container a.link-box .title {
  color: #004592;
  font-size: 1.8rem;
  line-height: 1;
}

.link-container a.link-box:hover {
  background: #63bfe2;
  color: #fff;
  opacity: 1;
}

.link-container a.link-box:hover .number {
  color: #fff;
}

.link-container a.link-box:hover .title {
  color: #fff;
}

.section-container {
  margin-top: 80px;
}

.section-container .section-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004592;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.section-container .section-title span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background: #63bfe2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.section-container .section-img {
  width: 100%;
}

.section-container .section-img img {
  width: 100%;
}

.section-container .section-copy {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.section-container .wlb-panel-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-container .wlb-panel-wrap .wlb-panel {
  width: calc((100% - 24px) / 3);
  background: #e8f5fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 12px;
}

.section-container .wlb-panel-wrap .wlb-panel.w-one-half {
  width: calc(50% - 6px);
}

.section-container .wlb-panel-wrap .wlb-panel.w-two {
  width: calc(((100% - 24px) / 3 * 2) + 12px);
}

.section-container .wlb-panel-wrap .wlb-panel.w-full {
  width: 100%;
}

.section-container .wlb-panel-wrap .wlb-panel.panel-row {
  flex-direction: row;
  justify-content: center;
}

.section-container .wlb-panel-wrap .wlb-panel.panel-row.sp-around {
  justify-content: space-around;
}

.section-container .wlb-panel-wrap .wlb-panel .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-icon {
  width: 50px;
  margin: 0 auto;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-icon img {
  width: 100%;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-title span {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  padding: 0 1em;
  border-bottom: 2px solid #000;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-sub-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box {
  color: #004592;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box em {
  font-style: normal;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box em.smaller {
  font-size: 7.2rem;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box span {
  font-size: 2.6rem;
  font-weight: 600;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box span.per {
  font-size: 3.6rem;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-2col {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-2col .wlb-num-box {
  margin-right: 40px;
}

.section-container
  .wlb-panel-wrap
  .wlb-panel
  .wlb-num-box-2col
  .wlb-num-box:nth-of-type(2) {
  margin-right: 0;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-title-wrap {
  width: fit-content;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-container .wlb-panel-wrap .wlb-panel .supplement-box {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  background: url("../about/images/secrets_wlb_img06.svg") no-repeat center
    center;
  background-size: 100px;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-icon-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-container
  .wlb-panel-wrap
  .wlb-panel
  .wlb-num-box-icon-wrap
  .wlb-num-box {
  margin-right: 35px;
}

.section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-icon-wrap .wlb-icon {
  width: 130px;
  margin: 0;
}

.section-container
  .wlb-panel-wrap
  .wlb-panel
  .wlb-num-box-icon-wrap
  .wlb-icon
  img {
  width: 100%;
}

.section-container .wlb-panel-wrap .wlb-panel .panel-inner-3col {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-container .wlb-panel-wrap .wlb-panel .panel-inner-3col .wlb-title {
  margin-bottom: unset;
}

.section-container .wlb-panel-wrap .wlb-panel .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #004592;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.section-container .wlb-panel-wrap .wlb-panel .text-box span {
  font-size: 2.1rem;
  font-weight: 500;
}

.section-container .wlb-panel-wrap .wlb-panel .text-box span.black {
  color: #000;
}

.section-container .wlb-panel-wrap .wlb-panel .text-box.with-bg {
  min-height: 195px;
  background: url("../about/images/secrets_wlb_img09.svg") no-repeat center
    center;
  background-size: contain;
}

.section-container .location-content-wrap {
  margin-bottom: 70px;
}

.section-container .location-content-wrap .location-content {
  height: 290px;
  display: flex;
  background: #efefef;
  margin-bottom: 10px;
}

.section-container .location-content-wrap .location-content .img-box {
  width: 49.5%;
  height: 100%;
}

.section-container .location-content-wrap .location-content .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-container .location-content-wrap .location-content .text-box {
  width: 50.5%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.section-container .location-content-wrap .location-content .text-box .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section-container
  .location-content-wrap
  .location-content
  .text-box
  .title
  h4 {
  font-size: 2.2rem;
  font-weight: bold;
}

.section-container
  .location-content-wrap
  .location-content
  .text-box
  .title
  span {
  display: inline-block;
  background: #5895d1;
  color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 1.4rem;
  margin-left: 25px;
}

.section-container
  .location-content-wrap
  .location-content
  .text-box
  .title
  span.pink {
  background: #d06a8a;
}

.section-container
  .location-content-wrap
  .location-content
  .text-box
  .title
  span
  + span {
  margin-left: 10px;
}

.section-container
  .location-content-wrap
  .location-content
  .text-box
  > *:last-child {
  margin-bottom: 0;
}

/* .section-container .location-content-wrap .location-content:nth-of-type(2) {
  margin-top: 35px;
} */

.section-container
  .location-content-wrap
  .location-content:nth-of-type(2)
  .text-box {
  order: -1;
}

.section-container .target-content {
  margin-bottom: 70px;
}

.section-container .target-content .target-box .title {
  font-size: 2.2rem;
  border-bottom: 1px solid #5895d1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section-container .target-content .target-box .title span {
  font-size: 1.4rem;
  margin-left: 1em;
}

.section-container .target-content .target-box .title.pink {
  border-bottom: 1px solid #d06a8a;
}

.section-container .target-content .target-box .paragraph {
  margin-bottom: 30px;
}

.section-container .target-content .target-box .target_item_list dl {
  display: flex;
  flex-wrap: wrap;
}

.section-container .target-content .target-box .target_item_list dl dt {
  width: calc(35% - 20px);
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  background: #5895d1;
  margin-right: 20px;
  font-size: 1.3rem;
}

.section-container .target-content .target-box .target_item_list dl dd {
  width: 65%;
  font-size: 1.4rem;
  line-height: 1.9;
}

.section-container .target-content .target-box .target_item_list dl + dl {
  margin-top: 20px;
}

.section-container .target-content .target-box .target_item_list.pink dl dt {
  background: #d06a8a;
}

.section-container .support-content {
  background: #eeeeee;
  padding: 60px;
}

.section-container .support-content .content-title {
  width: 60%;
  margin: 0 auto 45px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  background: #19d2c3;
}

.section-container .support-content .content-title.example {
  background: #8f918e;
}

.section-container .support-content .support-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-container .support-content .support-list > li {
  width: 114px;
}

.section-container .support-content .support-list > li figure {
  width: 100%;
  margin-bottom: 10px;
}

.section-container .support-content .support-list > li figure img {
  width: 100%;
}

.section-container .support-content .support-list > li .list-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
}

.section-container .support-content .support-list > li .list-text em {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.section-container .support-content .example-list-wrap {
  width: 95%;
  margin: 0 auto;
}

.section-container .support-content .example-list-wrap .example-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-container .support-content .example-list-wrap .example-list dt,
.section-container .support-content .example-list-wrap .example-list dd {
  width: 25%;
}

.section-container .support-content .example-list-wrap .example-list dt {
  font-size: 1.7rem;
  line-height: 1.7;
}

.section-container .support-content .example-list-wrap .example-list dt em {
  display: block;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-container .support-content .example-list-wrap .example-list dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-container .support-content .example-list-wrap .example-list dd figure {
  width: 85px;
  margin-bottom: 5px;
}

.section-container
  .support-content
  .example-list-wrap
  .example-list
  dd
  figure
  img {
  width: 100%;
}

.section-container
  .support-content
  .example-list-wrap
  .example-list
  dd
  .list-text {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

.section-container
  .support-content
  .example-list-wrap
  .example-list
  + .example-list {
  margin-top: 40px;
}

.section-container .salary-content .salary-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #004592;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
}

.section-container .salary-content .salary-amount em {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
  color: #d06a8a;
  font-size: 13rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.section-container .salary-content .table-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.section-container .salary-content .table-wrap .table_salary {
  width: 37%;
  border-left: 2px solid #004592;
}

.section-container .salary-content .table-wrap .table_salary:last-of-type {
  width: 57%;
}

.section-container .salary-content .table-wrap .table_salary caption {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-container .salary-content .table-wrap .table_salary th,
.section-container .salary-content .table-wrap .table_salary td {
  border-right: 2px solid #004592;
  border-bottom: 2px solid #004592;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}

.section-container .salary-content .table-wrap .table_salary th {
  background: #4c7bad;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  height: 60px;
}

.section-container .salary-content .table-wrap .table_salary th.txt-larger {
  font-size: 2rem;
}

.section-container .salary-content .table-wrap .table_salary td {
  font-size: 2.2rem;
  font-weight: 500;
}

.section-container .salary-content .table-wrap .table_salary td em {
  font-style: normal;
  font-size: 8rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.section-container .salary-content .table-wrap .table_salary td span {
  font-size: 1.8rem;
  font-weight: 500;
}

.section-container .salary-content .table-wrap .table_salary td.txt-larger {
  font-size: 2.5rem;
  font-weight: bold;
}

.section-container .salary-content .table-wrap .table_salary td.txt-larger em {
  font-size: 12rem;
}

.section-container .salary-content .table-wrap .table_salary td.bar-graph {
  padding: 30px 40px;
}

.section-container .salary-content .table-wrap .table_salary td.bar-graph img {
  width: 100%;
}

.section-container .salary-content .content-title {
  background: #4c7bad;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}

.section-container .salary-content .salary-lead {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.section-container .salary-content .salary-lead .notes {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.section-container .salary-content .salary-img {
  width: 100%;
  margin-bottom: 15px;
}

.section-container .salary-content .salary-img img {
  width: 100%;
}

.section-container .salary-content .salary-sup-text {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 70px;
}

.section-container .salary-content .average-annual-income {
  padding: 30px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background: #004592;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

.section-container .salary-content .average-annual-income div em {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
  font-size: 12rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.section-container .salary-content .average-annual-income div span {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}

.numbers-title-container {
  display: flex;
  justify-content: center;
}

.numbers-title-container span.title {
  text-align: center;
  display: block;
  width: 33%;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 2rem;
  background: #c8337a;
  background: linear-gradient(90deg, #e3a3b1 0, #c8337a 100%);
}

.number-panel-container {
  margin-top: 40px;
  margin-bottom: 80px;
}

.number-panel-container.three-column {
  display: flex;
  flex-wrap: wrap;
}

.number-panel-container.three-column > * {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: unset;
}

.number-panel-container.three-column > *:nth-of-type(3n) {
  margin-right: 0;
}

.number-panel-container .number-panel {
  background: #e8f5fb;
  padding: 30px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.number-panel-container .number-panel .panel-title-box .panel-icon {
  width: 80px;
  margin: 0 auto 10px;
}

.number-panel-container .number-panel .panel-title-box .panel-icon img {
  width: 100%;
}

.number-panel-container .number-panel .panel-title-box .panel-title {
  text-align: center;
  color: #004592;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.number-panel-container .number-panel .number-box {
  text-align: center;
  margin-bottom: 20px;
}

.number-panel-container .number-panel .number-box span {
  letter-spacing: 0.05em;
  line-height: 1;
  color: #004592;
  font-weight: 500;
}

.number-panel-container .number-panel .number-box span.number {
  font-size: 7rem;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
}

.number-panel-container .number-panel .number-box span.unit {
  font-size: 1.8rem;
}

.number-panel-container .number-panel .number-box span.gender {
  font-size: 1.4rem;
  width: 100%;
}

.number-panel-container .number-panel .two-rows-number {
  display: flex;
  flex-direction: column;
}

.number-panel-container .number-panel .remarks {
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #004592;
  margin-bottom: 20px;
}

.number-panel-container .number-panel .graph-img {
  width: 80%;
  margin: 0 auto;
}

.number-panel-container .number-panel .graph-img img {
  width: 100%;
}

.number-panel-container .number-panel .text-box {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  color: #004592;
}

.number-panel-container .number-panel .text-box .bg-box {
  color: #fff;
  background: #7eb4df;
  padding: 10px;
  margin-bottom: 10px;
}

.number-panel-container .number-panel .text-box .bg-box + p {
  margin-top: 20px;
}

.number-panel-container .number-panel > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .link-container a.link-box {
    width: 48%;
    margin-right: 4%;
    padding: 15px 10px 10px;
    justify-content: space-between;
  }

  .link-container a.link-box:nth-child(3n) {
    margin-right: 4%;
  }

  .link-container a.link-box:nth-child(2n) {
    margin-right: 0;
  }

  .link-container a.link-box .number {
    font-size: 2.2rem;
  }

  .link-container a.link-box .title {
    font-size: 1.4rem;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-container {
    margin-top: 50px;
  }

  .section-container .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .section-container .section-title span {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }

  .section-container .section-copy {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .section-container .wlb-panel-wrap .wlb-panel {
    width: 100%;
  }

  .section-container .wlb-panel-wrap .wlb-panel.w-one-half {
    width: 100%;
  }

  .section-container .wlb-panel-wrap .wlb-panel.w-two {
    width: 100%;
  }

  .section-container .wlb-panel-wrap .wlb-panel.mb-w-two {
    width: calc(50% - 6px);
  }

  .section-container .wlb-panel-wrap .wlb-panel.panel-row {
    flex-wrap: wrap;
  }

  .section-container .wlb-panel-wrap .wlb-panel.mb-panel-row {
    flex-direction: row;
    justify-content: center;
  }

  .section-container .wlb-panel-wrap .wlb-panel.mb-panel-row > *:first-child {
    margin-right: 30px;
  }

  .section-container .wlb-panel-wrap .wlb-panel.mb-panel-row .wlb-num-box {
    text-align: center;
  }

  .section-container .wlb-panel-wrap .wlb-panel.mb-panel-row .wlb-title {
    margin-bottom: unset;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-title span {
    font-size: 1.6rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-sub-title {
    font-size: 1.4rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box {
    font-size: 1.6rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box em {
    font-size: 6rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box em.smaller {
    font-size: 4rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box span {
    font-size: 2rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box span.per {
    font-size: 2.4rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-2col .wlb-num-box {
    margin-right: 30px;
    text-align: center;
  }

  .section-container .wlb-panel-wrap .wlb-panel .wlb-num-box-title-wrap {
    margin-right: 30px;
  }

  .section-container .wlb-panel-wrap .wlb-panel .supplement-box {
    font-size: 1.4rem;
    background-size: contain;
  }

  .section-container
    .wlb-panel-wrap
    .wlb-panel
    .wlb-num-box-icon-wrap
    .wlb-num-box {
    margin-right: 20px;
  }

  .section-container
    .wlb-panel-wrap
    .wlb-panel
    .wlb-num-box-icon-wrap
    .wlb-icon {
    width: 110px;
  }

  .section-container .wlb-panel-wrap .wlb-panel .panel-inner-3col .wlb-title {
    margin-bottom: 20px;
  }

  .section-container
    .wlb-panel-wrap
    .wlb-panel
    .panel-inner-3col:first-of-type {
    width: 100%;
  }

  .section-container .wlb-panel-wrap .wlb-panel .text-box {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }

  .section-container .wlb-panel-wrap .wlb-panel .text-box span {
    font-size: 1.4rem;
  }

  .section-container .wlb-panel-wrap .wlb-panel .text-box.with-bg {
    min-height: 150px;
  }

  .section-container .location-content-wrap {
    margin-bottom: 50px;
  }

  .section-container .location-content-wrap .location-content {
    height: unset;
    display: flex;
    flex-direction: column;
  }

  .section-container .location-content-wrap .location-content .img-box {
    width: 100%;
    height: unset;
  }

  .section-container .location-content-wrap .location-content .img-box img {
    object-fit: unset;
    width: 100%;
    height: auto;
  }

  .section-container .location-content-wrap .location-content .text-box {
    width: 100%;
    height: unset;
    padding: 20px;
  }

  .section-container .location-content-wrap .location-content .text-box .title {
    flex-wrap: wrap;
  }

  .section-container
    .location-content-wrap
    .location-content
    .text-box
    .title
    h4 {
    width: 100%;
    font-size: 2rem;
  }

  .section-container
    .location-content-wrap
    .location-content
    .text-box
    .title
    span {
    font-size: 1.3rem;
    margin-left: unset;
    margin-top: 5px;
  }

  .section-container
    .location-content-wrap
    .location-content
    .text-box
    .title
    span
    + span {
    margin-left: 5px;
  }

  .section-container .location-content-wrap .location-content:nth-of-type(2) {
    margin-top: 30px;
  }

  .section-container
    .location-content-wrap
    .location-content:nth-of-type(2)
    .text-box {
    order: unset;
  }

  .section-container .target-content {
    margin-bottom: 50px;
  }

  .section-container .target-content .target-box {
    margin-bottom: 0;
  }

  .section-container .target-content .target-box .title {
    font-size: 2rem;
  }

  .section-container .target-content .target-box .title span {
    font-size: 1.3rem;
  }

  .section-container .target-content .target-box .paragraph {
    margin-bottom: 20px;
  }

  .section-container .target-content .target-box .target_item_list dl {
    flex-direction: column;
  }

  .section-container .target-content .target-box .target_item_list dl dt {
    margin-right: unset;
    margin-bottom: 5px;
  }

  .section-container .target-content .target-box .target_item_list dl dd {
    width: 100%;
  }

  .section-container .target-content .target-box .target_item_list dl + dl {
    margin-top: 10px;
  }

  .section-container .target-content .target-box + .target-box {
    margin-top: 40px;
  }

  .section-container .support-content {
    padding: 30px 20px;
  }

  .section-container .support-content .content-title {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 1.5rem;
  }

  .section-container .support-content .support-list {
    flex-wrap: wrap;
  }

  .section-container .support-content .support-list > li {
    width: 31%;
    margin-bottom: 20px;
  }

  .section-container .support-content .support-list > li .list-text {
    font-size: 1.1rem;
  }

  .section-container .support-content .support-list > li .list-text em {
    font-size: 1.3rem;
  }

  .section-container .support-content .example-list-wrap .example-list {
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
  }

  .section-container .support-content .example-list-wrap .example-list dt,
  .section-container .support-content .example-list-wrap .example-list dd {
    width: 100%;
  }

  .section-container .support-content .example-list-wrap .example-list dt {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .section-container .support-content .example-list-wrap .example-list dt em {
    font-size: 1.6rem;
    margin-bottom: unset;
  }

  .section-container .support-content .example-list-wrap .example-list dd {
    flex-direction: row;
    align-items: center;
  }

  .section-container .support-content .example-list-wrap .example-list dd + dd {
    margin-top: 10px;
    border-top: 1px dashed #19d2c3;
    padding-top: 10px;
  }

  .section-container
    .support-content
    .example-list-wrap
    .example-list
    dd
    figure {
    width: 60px;
    margin: 0 20px 0 0;
  }

  .section-container
    .support-content
    .example-list-wrap
    .example-list
    dd
    .list-text {
    width: calc(100% - 80px);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
  }

  .section-container .salary-content .salary-amount {
    font-size: 2rem;
  }

  .section-container .salary-content .salary-amount em {
    font-size: 8rem;
  }

  .section-container .salary-content .table-wrap {
    flex-direction: column;
    justify-content: unset;
  }

  .section-container .salary-content .table-wrap .table_salary {
    width: 100%;
  }

  .section-container .salary-content .table-wrap .table_salary:last-of-type {
    width: 100%;
    margin-top: 40px;
  }

  .section-container .salary-content .table-wrap .table_salary caption {
    font-size: 1.8rem;
  }

  .section-container .salary-content .table-wrap .table_salary th {
    font-size: 1.6rem;
    height: 50px;
  }

  .section-container .salary-content .table-wrap .table_salary th.txt-larger {
    font-size: 1.8rem;
  }

  .section-container .salary-content .table-wrap .table_salary td {
    font-size: 1.6rem;
  }

  .section-container .salary-content .table-wrap .table_salary td em {
    font-size: 5rem;
  }

  .section-container .salary-content .table-wrap .table_salary td span {
    font-size: 1.4rem;
  }

  .section-container .salary-content .table-wrap .table_salary td.txt-larger {
    font-size: 1.9rem;
  }

  .section-container
    .salary-content
    .table-wrap
    .table_salary
    td.txt-larger
    em {
    font-size: 7rem;
  }

  .section-container .salary-content .table-wrap .table_salary td.bar-graph {
    padding: 20px;
  }

  .section-container .salary-content .content-title {
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 20px;
  }

  .section-container .salary-content .salary-lead {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .section-container .salary-content .salary-lead .notes {
    font-size: 1.4rem;
  }

  .section-container .salary-content .salary-sup-text {
    font-size: 1.6rem;
  }

  .section-container .salary-content .average-annual-income {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
  }

  .section-container .salary-content .average-annual-income div {
    margin-top: 10px;
  }

  .section-container .salary-content .average-annual-income div em {
    font-size: 7rem;
  }

  .section-container .salary-content .average-annual-income div span {
    font-size: 2rem;
  }

  .numbers-title-container span.title {
    width: 200px;
    padding: 10px 15px;
    font-size: 1.6rem;
  }

  .number-panel-container.three-column > * {
    width: 48%;
    margin-right: 4%;
  }

  .number-panel-container.three-column > *:nth-of-type(3n) {
    margin-right: 4%;
  }

  .number-panel-container.three-column > *:nth-of-type(2n) {
    margin-right: 0;
  }

  .number-panel-container.three-column .two-panel-wrap {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .number-panel-container.three-column .two-panel-wrap > * {
    width: 48%;
    margin-right: 4%;
  }

  .number-panel-container.three-column .two-panel-wrap > *:nth-of-type(2n) {
    margin-right: 0;
  }

  .number-panel-container .number-panel {
    padding: 15px;
    margin-bottom: 20px;
  }

  .number-panel-container .number-panel .panel-title-box .panel-icon {
    width: 60px;
  }

  .number-panel-container .number-panel .panel-title-box .panel-title {
    font-size: 1.6rem;
  }

  .number-panel-container .number-panel .two-column > * {
    width: 48%;
    margin-right: 4%;
  }

  .number-panel-container .number-panel .two-column > *:nth-of-type(2n) {
    margin-right: 0;
  }

  .number-panel-container .number-panel .number-box span.number {
    font-size: 4.5rem;
  }

  .number-panel-container .number-panel .number-box span.unit {
    font-size: 1.4rem;
  }

  .number-panel-container .number-panel .number-box span.gender {
    font-size: 1.2rem;
  }

  .number-panel-container .number-panel .remarks {
    margin-bottom: 10px;
  }

  .number-panel-container .number-panel .graph-img {
    width: 90%;
  }

  .number-panel-container .number-panel .text-box {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: unset;
  }

  .number-panel-container .number-panel .text-box .bg-box + p {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=maps/about.css.map */
