@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,700&display=swap");
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a {
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

img {
  width: auto;
  max-width: 100%;
  min-width: 0;
  height: auto;
}

#data_Top {
  position: relative;
}
#data_Top.isActive img {
  opacity: 1;
  top: 0;
}
#data_Top.isActive h2 {
  opacity: 1;
  top: 45%;
}
#data_Top img {
  width: 100%;
  opacity: 0;
  position: relative;
  top: 40px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#data_Top h2 {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  opacity: 0;
  top: 40%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  #data_Top h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#mainData .inner {
  padding: 5rem 10px;
}
@media only screen and (max-width: 767px) {
  #mainData .inner {
    padding: 3rem 10px;
  }
}
#mainData .st_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box {
    gap: 1rem 1%;
  }
}
#mainData .st_Box > div,
#mainData .st_Box dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box > div,
  #mainData .st_Box dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#mainData .st_Box dl {
  border: 5px solid #D1E3FF;
  padding: 1rem;
  aspect-ratio: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl {
    max-width: none;
  }
}
#mainData .st_Box dl.two-columns, #mainData .st_Box dl.four-columns {
  aspect-ratio: inherit;
}
#mainData .st_Box dl dt {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl dt {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl dt {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 1rem;
  }
}
#mainData .st_Box dl dt span {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 31px;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl dt span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl dt span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 13px;
  }
}
#mainData .st_Box dl dd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainData .st_Box dl dd span {
  font-size: 40px;
  font-size: 2.5rem;
}
#mainData .st_Box dl::before {
  content: "";
  width: 42%;
  height: 37%;
  background-image: url(../img/data/icon_people.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl::before {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl::before {
    opacity: 0.5;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
#mainData .st_Box dl.st_Employee {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box dl.st_Employee.isActive {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Employee {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
#mainData .st_Box dl.st_Length {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box dl.st_Length.isActive {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Length {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
#mainData .st_Box dl.st_Length dt {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Length dt {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Length dt {
    margin-bottom: 1rem;
  }
}
#mainData .st_Box dl.st_Length::before {
  background-image: url(../img/data/icon_work.png);
  width: 51%;
  height: 30%;
}
#mainData .st_Box dl.st_Gender {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box dl.st_Gender.isActive {
  opacity: 1;
  top: 0;
}
#mainData .st_Box dl.st_Gender dt {
  margin-bottom: 0.5rem;
}
#mainData .st_Box dl.st_Gender::before {
  background-image: none;
}
#mainData .st_Box dl.st_Age {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
#mainData .st_Box dl.st_Age.isActive {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Age {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#mainData .st_Box dl.st_Age dt {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Age dt {
    margin-bottom: 0.5rem;
  }
}
#mainData .st_Box dl.st_Age::before {
  width: 28%;
  height: 28%;
  background-image: url(../img/data/icon_age.png);
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Age::before {
    height: 26%;
  }
}
#mainData .st_Box dl.st_Childcare {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box dl.st_Childcare.isActive {
  opacity: 1;
  top: 0;
}
#mainData .st_Box dl.st_Childcare::before {
  background-image: url(../img/data/icon_family.png);
  height: 31%;
  width: 62%;
  right: 4.6rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Childcare::before {
    right: 2.3rem;
    height: 28%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Childcare::before {
    right: 6rem;
    height: 64%;
    width: 41%;
  }
}
#mainData .st_Box dl.st_Childcare dt {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Childcare dt {
    margin-bottom: 1rem;
  }
}
#mainData .st_Box dl.st_Childcare dd {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #0B3190;
}
#mainData .st_Box dl.st_Childcare dd div {
  font-family: "Oswald", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FF9101;
  font-weight: 500;
  font-size: 120px;
  font-size: 7.5rem;
}
#mainData .st_Box dl.st_Rest {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box dl.st_Rest.isActive {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Rest {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#mainData .st_Box dl.st_Rest dt {
  margin-bottom: 1rem;
}
#mainData .st_Box dl.st_Rest::before {
  background-image: url(../img/data/icon_calendar.png);
  width: 16%;
  height: 36%;
}
#mainData .st_Box dl.st_Rest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mainData .st_Box dl.st_Vacation {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box dl.st_Vacation.isActive {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Vacation {
    aspect-ratio: inherit;
  }
}
#mainData .st_Box dl.st_Vacation dt {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Vacation dt {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Vacation dt {
    margin-bottom: 1rem;
  }
}
#mainData .st_Box dl.st_Vacation::before {
  background-image: url(../img/data/icon_vacation.png);
  height: 39%;
  width: 39%;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Vacation::before {
    height: 54%;
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Vacation img {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Vacation img {
    width: 52%;
  }
}
#mainData .st_Box dl.st_Welfare {
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 2rem;
}
#mainData .st_Box dl.st_Welfare.isActive {
  opacity: 1;
  top: 0;
}
#mainData .st_Box dl.st_Welfare::before {
  background-image: url(../img/data/icon_heart.png);
  height: 44%;
  width: 12%;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Welfare::before {
    height: 27%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Welfare::before {
    height: 29%;
    width: 27%;
  }
}
#mainData .st_Box dl.st_Welfare dt {
  margin-bottom: 1rem;
}
#mainData .st_Box dl.st_Welfare dd {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  text-align: start;
  margin: 0 4rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box dl.st_Welfare dd {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box dl.st_Welfare dd {
    margin: 0 2rem;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
#mainData .st_Box dl.st_Welfare dd ul {
  list-style-type: disc;
}
#mainData .st_Box div.st_Global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: 5px solid #D1E3FF;
  padding: 1rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#mainData .st_Box div.st_Global.isActive {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global {
    display: block;
  }
}
#mainData .st_Box div.st_Global dl {
  border: none;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.6666666667%;
          flex: 0 0 21.6666666667%;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl {
    padding-bottom: 1rem;
  }
}
#mainData .st_Box div.st_Global dl::before {
  background-image: none;
  width: 36%;
  height: 36%;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl::before {
    height: 36%;
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl::before {
    right: 0;
    height: 53%;
  }
}
#mainData .st_Box div.st_Global dl figure {
  margin-right: 3rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl figure {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl figure {
    margin-right: 0;
    width: 37%;
  }
}
#mainData .st_Box div.st_Global dl dt {
  font-size: 37px;
  font-size: 2.3125rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl dt {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl dt {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
#mainData .st_Box div.st_Global dl:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
}
#mainData .st_Box div.st_Global dl:first-child dt {
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:first-child dt {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:first-child dt {
    margin-bottom: 2rem;
  }
}
#mainData .st_Box div.st_Global dl:first-child::before {
  background-image: url(../img/data/icon_building2.png);
  width: 29%;
  right: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:first-child::before {
    right: 0;
  }
}
#mainData .st_Box div.st_Global dl:first-child dd figure {
  width: 51%;
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:first-child dd figure {
    width: 36%;
  }
}
#mainData .st_Box div.st_Global dl:nth-child(2)::before {
  background-image: url(../img/data/icon_global.png);
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:nth-child(2)::before {
    height: 34%;
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:nth-child(2)::before {
    height: 51%;
    width: 28%;
  }
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:nth-child(2) figure {
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:nth-child(2) figure {
    width: 36%;
  }
}
#mainData .st_Box div.st_Global dl:nth-child(3)::before {
  background-image: url(../img/data/icon_building.png);
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:nth-child(3)::before {
    width: 41%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:nth-child(3)::before {
    width: 35%;
    height: 60%;
    right: -1rem;
  }
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:nth-child(3) figure {
    width: 100%;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:nth-child(3) figure {
    width: 46%;
    margin-right: 0;
    margin-left: 1rem;
  }
}
#mainData .st_Box div.st_Global dl:last-child::before {
  background-image: url(../img/data/icon_factory.png);
  height: 34%;
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:last-child::before {
    width: 40%;
    height: 33%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:last-child::before {
    width: 28%;
    height: 44%;
  }
}
@media only screen and (max-width: 991px) {
  #mainData .st_Box div.st_Global dl:last-child figure {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl:last-child figure {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  #mainData .st_Box div.st_Global dl {
    padding-bottom: 2rem;
  }
}