@charset "UTF-8";
/* =====================
	メッセージ
 ======================= */
/** ------------------------- メッセージ ------------------------- **/
.p-message__title {
  text-align: center;
  font-size: 266.66667%;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 3.07692%;
}

.p-message__txt {
  text-align: center;
  font-size: 111.11111%;
  line-height: 2.0;
  position: relative;
}

.p-message__txt:before {
  content: "";
  width: 13.38462%;
  padding-top: 28.07692%;
  background: url(../img/message/img01.png) no-repeat center/contain;
  position: absolute;
  right: 5.23077%;
  top: 0;
  margin-top: 3.46154%;
  z-index: -1;
}

.p-message__txt:after {
  content: "";
  width: 11.46154%;
  padding-top: 27.69231%;
  background: url(../img/message/img02.png) no-repeat center/contain;
  position: absolute;
  left: 4.84615%;
  bottom: 0;
  margin-bottom: -0.92308%;
  z-index: -1;
}

.p-message__txt p + p {
  margin-top: 2.0em;
}

/** ------------------------- 代表挨拶 ------------------------- **/
.p-greeting__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10%;
}

.p-greeting__header__picBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.p-greeting__header__txtBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.6%;
          flex: 0 1 66.6%;
}

.p-greeting__header__title {
  font-size: 222.22222%;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 7.20721%;
  margin-bottom: 7.50751%;
}

.p-greeting__header__title:before, .p-greeting__header__title:after {
  content: "";
  width: 0.75em;
  padding-top: 1em;
  background: url(../img/message/title_icon.png) no-repeat center/contain;
}

.p-greeting__header__title:before {
  position: absolute;
  top: 0;
  left: 0;
}

.p-greeting__header__title:after {
  display: inline-block;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  margin-left: 0.25em;
  margin-bottom: -0.25em;
}

.p-greeting__header__name {
  padding-left: 7.20721%;
}

.p-greeting__header__name span {
  font-size: 166.66667%;
}

.p-greeting__body {
  line-height: 1.8;
}

.p-greeting__body__title {
  font-size: 166.66667%;
  font-weight: 700;
  padding-left: 6%;
  position: relative;
  margin: 6% 0 0.4%;
}

.p-greeting__body__title:first-child {
  margin-top: 0;
}

.p-greeting__body__title:before {
  content: "";
  width: 4%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 0.9em;
  left: 0;
}

/** ------------------------- 事業内容 ------------------------- **/
.p-service__list {
  margin-top: 6.53846%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
}

.p-service__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.125%;
          flex: 0 1 23.125%;
  counter-increment: cnt;
  background: var(--c_wht);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-service__list__item__pic {
  position: relative;
}

.p-service__list__item__pic:before {
  content: counter(cnt, decimal-leading-zero);
  font-size: 144.44444%;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.53846em;
  height: 1.53846em;
  background: var(--c_yellow);
  color: var(--c_wht);
  position: absolute;
  top: -0.26923em;
  left: -0.26923em;
}

.p-service__list__item__body {
  padding: 6.66667%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-service__list__item__title {
  text-align: center;
  font-size: 122.22222%;
  font-weight: 700;
  line-height: 1.27273;
}

.p-service__list__item__txt {
  line-height: 1.6;
  margin: 0.44444em 0 0.66667em;
}

.p-service__list__item__links {
  margin-top: auto;
  font-size: 88.88889%;
  line-height: 1.8;
}

.p-service__list__item__links a {
  text-decoration: underline;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .p-message__title {
    font-size: 22px;
  }
  .p-message__txt {
    font-size: 16px;
  }
  .p-message__txt:before {
    width: 69.6px;
    padding-top: 146px;
    right: 0;
    margin-top: -20px;
  }
  .p-message__txt:after {
    width: 59.6px;
    padding-top: 144px;
    left: 0;
    margin-bottom: -50px;
  }
  .p-greeting__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .p-greeting__header__picBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .p-greeting__header__txtBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .p-greeting__header__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .p-greeting__header__name span {
    font-size: 18px;
  }
  .p-greeting__body {
    font-size: 14px;
  }
  .p-greeting__body__title {
    font-size: 16px;
    margin: 30px 0 4px;
  }
  .p-service__list {
    gap: 20px 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .p-service__list__item__pic:before {
    font-size: 16px;
    width: 28px;
    height: 28px;
    top: -4px;
    left: -4px;
  }
  .p-service__list__item__body {
    padding: 20px 10px;
  }
  .p-service__list__item__title {
    font-size: 18px;
  }
  .p-service__list__item__txt {
    font-size: 14px;
  }
  .p-service__list__item__links {
    font-size: 12px;
  }
}

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