@charset "utf-8";
/*============================================
  タグのスタイル変更
==============================================*/

/*--- h1---*/
h1 {
  color: var(--color-main-default) !important;
}

h1.sec.c-h1--type-na {
  border: none !important;
  display: inline-block;
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
  line-height: 1.6rem;
  margin: 40px 0 10px 0;
  min-width: 200px;
  padding: 25px 25px 45px 22px !important;
  position: relative;
  text-align: center;
}

h1.sec.c-h1--type-na::before,
h1.sec.c-h1--type-na::after {
  content: "";
  height: 20%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80%;
}

h1.sec.c-h1--type-na::before {
  background: url("pattern/modern/img-parts/heading/h1_decorationA_natural_top_pink01.svg");
  background-position: 53% center;
  background-repeat: no-repeat;
  background-size: 80% 90%;
  padding: 0 0 0 45px;
  pointer-events: none;
  top: -4px;
}

h1.sec.c-h1--type-na::after {
  background: url("pattern/modern/img-parts/heading/h1_decorationA_natural_bottom_pink01.svg");
  background-position: 35% center;
  background-repeat: no-repeat;
  background-size: 80% 100%;
  bottom: 1px;
  padding: 20px 45px 0 0;
  pointer-events: none;
}

h1.sec.c-h1--type-na span::before,
h1.sec.c-h1--type-na span::after {
  background-position: center;
  background-size: 100% auto;
  content: "";
  position: absolute;
}

h1.sec.c-h1--type-na span::before {
  background-image: url("pattern/modern/img-parts/heading/h1_decorationA_natural_left_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 20px;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 20px;
}

h1.sec.c-h1--type-na span::after {
  background-image: url("pattern/modern/img-parts/heading/h1_decorationA_natural_right_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 20px;
  pointer-events: none;
  right: 0;
  top: 2px;
  width: 30px;
}

@media screen and (max-width: 767px) {
  h1.sec.c-h1--type-na {
    margin-top: 0;
  }
}

/*--- h2---*/
h2 {
  color: var(--color-main-default);
}

h2.c-h2--type-na {
  border-bottom: 0 !important;
  display: block;
  font-family: var(--font-title);
  margin: 0 auto 40px;
  padding: 20px 20px 20px 35px;
  position: relative;
  transform: translateX(5px);
  width: fit-content;
}

h2.c-h2--type-na::before {
  background-color: transparent;
  background-image: url("pattern/modern/img-parts/heading/h2_decorationA_natural_flower_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  h2.c-h2--type-na {
    margin-bottom: 10px;
    padding: 20px;
    text-align: left;
    z-index: 1;
  }

  h2.c-h2--type-na span {
    padding-left: 15px;
  }
}

h2.c-h2--type-na span {
  font-weight: 500;
  paint-order: stroke fill;
  position: relative;
  -webkit-text-stroke: 4px #fff;
}

/*---採用情報---*/
.c-h2--recruit {
  color: var(--color-main-default) !important;
}

/*---h3_sentence---*/
h3.c-h3__sentence--type-na {
  border-left: 0;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  h3.c-h3__sentence--type-na {
    right: -7px;
  }
}

h3.c-h3__sentence--type-na::before {
  background-color: transparent;
  background-image: url("pattern/modern/img-parts/heading/h3_sentence_decorationA_natural_left_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 0;
  content: "";
  height: 24px;
  left: -18px;
  position: absolute;
  top: .6em;
  transform: translateY(-50%);
  width: 23px;
}

h3.c-h3__sentence--type-na span {
  color: var(--color-main-default);
  position: relative;
}

/* right-imgの写真の上の飾り */
div.c-h3__right-img {
  display: flex;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.c-h3__right-img::after {
  background-image: url("pattern/modern/img-parts/heading/h3_sentence_decorationA_natural_right_pink01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -30px;
  content: "";
  height: 60px;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  right: -15px;
  width: 65px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  div.c-h3__right-img {
    display: block;
    padding-bottom: 30px;
  }

  .c-h3__right-img::after {
    bottom: 0;
    right: 10px;
  }
}

/* ---h3_title--- */
h3.c-h3__title--type-na {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

h3.c-h3__title--type-na span {
  color: var(--color-main-default);
  paint-order: stroke fill;
  -webkit-text-stroke: 2px #fff;
}

h3.c-h3__title--type-na::before,
h3.c-h3__title--type-na::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  z-index: -1;
}

h3.c-h3__title--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h3_title_decorationA_natural_left_pink01.svg");
  left: 0;
}

h3.c-h3__title--type-na::after {
  background-image: url("pattern/modern/img-parts/heading/h3_title_decorationA_natural_right_pink01.svg");
  right: 0;
}

/*---h3.料金表---*/
h3.c-h3__price-table--type-na {
  color: var(--color-main-default);
  padding-left: 36px;
}

h3.c-h3__price-table--type-na::before {
  background: url("pattern/modern/img-parts/heading/h3_price_decorationA_natural_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 0;
  width: 30px;
}

/*料金表の下線デザイン*/
.c-h3__price-table--line {
  background-image: url("pattern/modern/img-parts/heading/h3_price_decorationA_natural_bottom-line_pink01.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  border: 0;
}

/*特徴・料金のテキスト部分のデザイン*/
.c-h3__price-table--text {
  border-color: var(--color-main-default);
  color: var(--color-main-default);
}

.c-h3__price-table--text::after {
  border-color: var(--color-main-default);
}

/*---h3_採用情報ページ---*/
.c-h3__recruit--text {
  background-color: var(--color-accent);
  border-radius: 26px;
  color: var(--color-text-default);
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-h3__recruit--text {
    padding: 6px 0 7px 0;
  }
}

/*--- h4---*/
h4.c-h4__sentence--type-na {
  border: 0;
  color: var(--color-main-default);
  display: block;
  padding-left: 25px;
  position: relative;
}

h4.c-h4__sentence--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h4_sentence_decorationA_natural_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 23px;
  left: -2px;
  position: absolute;
  top: .5em;
  transform: translateY(-50%);
  width: 23px;
}

h4.c-h4__contrast--type-na {
  align-items: center;
  border: 0;
  color: var(--color-main-default);
  display: flex;
  justify-content: left;
}

/* --- 左右の装飾の共通設定 --- */
h4.c-h4__contrast--type-na::before,
h4.c-h4__contrast--type-na::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  width: 25px;
}

h4.c-h4__contrast--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h4_contrast_decorationA_natural_left_pink01.svg");
  margin-right: 12px;
}

h4.c-h4__contrast--type-na::after {
  background-image: url("pattern/modern/img-parts/heading/h4_contrast_decorationA_natural_right_pink01.svg");
  margin-left: 12px;
}

/* ---h5 --- */
h5.c-h5__sentence--type-na {
  border: 0;
  color: var(--color-main-default);
  display: block;
  padding-left: 23px;
  position: relative;
}

h5.c-h5__sentence--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h5_sentence_decorationA_natural_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px !important;
  left: 0;
  position: absolute !important;
  top: .8em;
  transform: translateY(-50%);
  width: 17px !important;
}

h5.c-h5__contrast--type-na {
  align-items: center;
  border: 0;
  color: var(--color-main-default);
  display: flex;
  justify-content: left;
  width: fit-content;
}

/* --- 左右の装飾の共通設定 --- */
h5.c-h5__contrast--type-na::before,
h5.c-h5__contrast--type-na::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: "";
  display: block;
  height: 12px;
  position: static;
  top: auto;
  width: 13px;
}

h5.c-h5__contrast--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h5_contrast_decorationA_natural_left_pink01.svg");
  margin-right: 12px;
}

h5.c-h5__contrast--type-na::after {
  background-image: url("pattern/modern/img-parts/heading/h5_contrast_decorationA_natural_right_pink01.svg");
  margin-left: 12px;
}

h5.c-h5__contrast--type-na span {
  top: 1px;
}

/*h6 */
h6.c-h6__sentence--type-na {
  border: 0;
  color: var(--color-main-default);
  display: block;
  padding-left: 13px;
  position: relative;
}

h6.c-h6__sentence--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h6_sentence_decorationA_natural_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 8px !important;
  left: 0;
  position: absolute;
  top: .8em;
  transform: translateY(-50%);
  width: 9px !important;
}

h6.c-h6__contrast--type-na {
  align-items: center;
  border: 0;
  color: var(--color-main-default);
  display: flex;
  justify-content: left;
  width: fit-content;
}

/* --- 左右の装飾の共通設定 --- */
h6.c-h6__contrast--type-na::before,
h6.c-h6__contrast--type-na::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: "";
  display: block;
  height: 9px;
  position: static;
  top: auto;
  width: 8px;
}

h6.c-h6__contrast--type-na::before {
  background-image: url("pattern/modern/img-parts/heading/h6_contrast_decorationA_natural_left_pink01.svg");
  margin-right: 7px;
}

h6.c-h6__contrast--type-na::after {
  background-image: url("pattern/modern/img-parts/heading/h6_contrast_decorationA_natural_right_pink01.svg");
  margin-left: 7px;
}

h6.c-h6__contrast--type-na span {
  top: 1px;
}
