@charset "UTF-8";
/* =====================
	環境を知る
 ======================= */
/** ------------------------- 創心會グループってこんなところ！ ------------------------- **/
.p-data {
  background: url(../img/environment/bg_stripe.png) repeat center/10px;
}

.p-data__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2.77778em;
}

.p-data__box {
  background: var(--c_wht);
  padding: 1.55556em;
  -webkit-box-shadow: 3px 3px 20px 0px rgba(120, 120, 120, 0.16), -3px -3px 20px 0px rgba(120, 120, 120, 0.16);
          box-shadow: 3px 3px 20px 0px rgba(120, 120, 120, 0.16), -3px -3px 20px 0px rgba(120, 120, 120, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-data__box.is-show {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-data__box--02, .p-data__box--05 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.p-data__box--03, .p-data__box--06 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.p-data__box--04 {
  grid-row: span 2;
}

.p-data__box--04 .p-data__txt {
  margin-top: 1em;
}

.p-data__box--07 {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}

.p-data__box--07__leftBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.76826%;
          flex: 0 1 35.76826%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-data__box--07__leftBox .p-data__name {
  text-align: left;
}

.p-data__box--07__leftBox .p-data__img {
  margin-top: auto;
}

.p-data__box--07__rightBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60.4534%;
          flex: 0 1 60.4534%;
  padding-bottom: 1.55556em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-data__name {
  text-align: center;
  font-size: 155.55556%;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.78571em;
}

.p-data__txt {
  line-height: 1.6;
}

.p-data__sub {
  font-size: 111.11111%;
  font-weight: 700;
  line-height: 1.25;
  color: #8D8D8D;
  text-align: center;
}

.p-data__num {
  text-align: center;
  color: var(--c_red);
  font-size: 266.66667%;
  font-weight: 700;
  line-height: 1.0;
}

.p-data__num > span {
  font-size: 229.16667%;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 0.05em;
}

.p-data__num > span > span {
  font-size: 63.63636%;
}

.p-data__num--small {
  font-size: 161.11111%;
}

.p-data__num--small > span {
  font-size: 248.27586%;
}

.p-data__note {
  text-align: right;
  font-size: 77.77778%;
  margin-top: auto;
}

/** ------------------------- 制度・福利厚生　Q&A ------------------------- **/
.p-qa__img01 {
  width: 50.4%;
  margin: -3% auto 5.5%;
}

.p-qa__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}

.p-qa__box__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  padding-top: 12%;
}

.p-qa__box__balloon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 50%;
  line-height: 1.5;
  padding: 1.94444em;
  position: relative;
  border-radius: 0.33333em;
}

.p-qa__box__balloon:before {
  content: "";
  width: 1.22222em;
  height: 0.83333em;
  position: absolute;
  bottom: 1em;
}

.p-qa__box--q {
  margin-bottom: 3.5%;
}

.p-qa__box--q .p-qa__box__icon {
  background: url(../img/environment/img_q.png) no-repeat center/contain;
}

.p-qa__box--q .p-qa__box__balloon {
  background: var(--c_green);
}

.p-qa__box--q .p-qa__box__balloon:before {
  background: url(../img/environment/balloon_q.png) no-repeat center/contain;
  left: -1.11111em;
}

.p-qa__box--a {
  margin-bottom: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-qa__box--a:last-child {
  margin-bottom: 0;
}

.p-qa__box--a .p-qa__box__icon {
  background: url(../img/environment/img_a.png) no-repeat center/contain;
}

.p-qa__box--a .p-qa__box__balloon {
  background: var(--c_yellow);
}

.p-qa__box--a .p-qa__box__balloon:before {
  background: url(../img/environment/balloon_a.png) no-repeat center/contain;
  right: -1.11111em;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .p-data__container {
    grid-template-columns: 90%;
    grid-template-rows: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 20px 20px;
  }
  .p-data__box {
    padding: 20px;
  }
  .p-data__box--02, .p-data__box--03, .p-data__box--05, .p-data__box--06 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-data__box--04 {
    grid-row: auto;
  }
  .p-data__box--07 {
    grid-column: auto;
    display: block;
    padding-bottom: 20px;
  }
  .p-data__box--07__leftBox .p-data__name {
    text-align: center;
  }
  .p-data__box--07__rightBox {
    margin-top: 30px;
    padding-bottom: 0;
    row-gap: 15px;
  }
  .p-data__name {
    font-size: 20px;
  }
  .p-data__txt {
    font-size: 14px;
  }
  .p-data__sub {
    font-size: 16px;
  }
  .p-data__num {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .p-data__num > span {
    font-size: 72px;
  }
  .p-data__num > span > span {
    font-size: 52px;
  }
  .p-data__num--small {
    font-size: 24px;
    margin-top: 15px;
  }
  .p-data__num--small > span {
    font-size: 56px;
  }
  .p-qa__img01 {
    width: 80%;
    margin: 0 auto 30px;
  }
  .p-qa__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .p-qa__box__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    padding-top: 70px;
  }
  .p-qa__box__balloon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: none;
    padding: 15px;
    font-size: 14px;
  }
  .p-qa__box__balloon:before {
    width: 16px;
    height: 12px;
    bottom: auto;
    top: -11px;
  }
  .p-qa__box--q {
    margin-bottom: 30px;
  }
  .p-qa__box--q .p-qa__box__balloon:before {
    left: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-qa__box--a {
    margin-bottom: 50px;
  }
  .p-qa__box--a .p-qa__box__balloon:before {
    right: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

/*# sourceMappingURL=map/environment.css.map */
