@charset "UTF-8";
/* 共通
======================================= */
/* demographic
========================================= */
.demographic__inner {
  padding-bottom: 4em;
}
.demographic__container {
  background-color: #F8F9FF;
  margin: 0 calc(50% - 50vw) 4em;
  padding: 4em 15.625vw;
}
@media (max-width: 768px) {
  .demographic__container {
    padding: 4em 14.1vw;
  }
}
.demographic__list {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}
@media (max-width: 980px) {
  .demographic__list {
    display: block;
  }
}
.demographic__item {
  text-align: center;
  background-color: #fff;
  padding: 2.5em 15.625%;
  position: relative;
  z-index: 0;
}
@media (max-width: 980px) {
  .demographic__item {
    margin-bottom: 2em;
    padding: 2.5em;
  }
}
.demographic__item--full {
  grid-column: 1/3;
}
.demographic__item--08 {
  padding: 2.5em 9%;
}
.demographic__item-title {
  font-family: "源真ゴシックP";
  font-weight: 900;
  font-size: 1.2em;
  color: #1C2C6F;
  text-align: center;
  width: 12em;
  margin: 0 auto 2.5em;
  padding: 0.2085em;
  border-radius: 30px;
  border: 1px solid #1C2C6F;
}
.demographic__item-num {
  white-space: nowrap;
}
.demographic__item-num span {
  font-family: "源真ゴシックP";
  color: #1C2C6F;
  font-weight: bold;
}
.demographic__item-num span.pink {
  font-family: "Acumin Pro";
  font-size: 7.2em;
  font-weight: bold;
  color: #EB2487;
  line-height: 1;
  margin: 0 0.6rem;
}
@media (max-width: 768px) {
  .demographic__item-num span.pink {
    font-size: 5em;
  }
}
.demographic__item-num span.icon {
  position: relative;
  z-index: 0;
}
.demographic__item-num span.icon img {
  height: auto;
  position: absolute;
  bottom: 120%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.demographic__item-num span.icon img.w50p {
  width: 50%;
}
.demographic__item-num span.icon img.w100p {
  width: 100%;
}
.demographic__item-note {
  font-size: 0.8em;
  margin-bottom: 2em;
}
.demographic__item-heading {
  font-family: "源真ゴシックP";
  color: #1C2C6F;
  font-weight: bold;
  margin-bottom: 1em;
}
.demographic__item-text {
  text-align: left;
  line-height: 2;
}
.demographic__item-bg {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  z-index: -1;
  width: 35%;
}
.demographic__item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
@media (max-width: 980px) {
  .demographic__item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.demographic__item-left {
  width: 50%;
}
@media (max-width: 980px) {
  .demographic__item-left {
    width: 100%;
    margin-bottom: 2em;
  }
}
.demographic__item-left-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin: 0 auto 2em;
}
@media (max-width: 980px) {
  .demographic__item-left-upper {
    max-width: 270px;
  }
}
.demographic__item-left-lower .demographic__item-num {
  text-align: left;
}
@media (max-width: 980px) {
  .demographic__item-left-lower .demographic__item-num {
    text-align: center;
  }
}
.demographic__item-half {
  width: 37%;
  text-align: left;
}
@media (max-width: 980px) {
  .demographic__item-half {
    width: 50%;
  }
}
.demographic__item-right {
  width: 50%;
  text-align: left;
  line-height: 2;
}
@media (max-width: 768px) {
  .demographic__item-right {
    width: 100%;
  }
}

.job__inner {
  padding-bottom: 4em;
}
.job__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  margin-bottom: 3em;
}
@media (max-width: 980px) {
  .job__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.job__item {
  width: 50%;
  padding: 2.8em 5% 4.5em;
  background-color: #F8F9FF;
  text-align: center;
}
@media (max-width: 980px) {
  .job__item {
    width: 100%;
    padding: 2em 6%;
    margin-bottom: 2em;
  }
}
.job__item-icon {
  max-width: 240px;
  margin: 0 auto 1.6em;
}
@media (max-width: 980px) {
  .job__item-icon {
    max-width: 100px;
  }
}
.job__item-title {
  font-family: "源真ゴシックP";
  color: #1C2C6F;
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .job__item-title {
    font-size: 1.3em;
  }
}
.job__item-list {
  text-align: left;
  display: inline-block;
}
.job__item-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.job__item-list-item::before {
  content: "●";
  color: #9F296A;
  display: block;
  margin-right: 0.5em;
}
.job__btn {
  margin-top: 5em;
}
@media (max-width: 980px) {
  .job__btn {
    max-width: 360px;
  }
}