@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/* 源柔ゴシック サブセット */
@import url(../fonts/genjyuugothic/light/GenJyuuGothic-Light.css);
@import url(../fonts/genjyuugothic/normal/GenJyuuGothic-Normal.css);
@import url(../fonts/genjyuugothic/regular/GenJyuuGothic-Regular.css);
@import url(../fonts/genjyuugothic/medium/GenJyuuGothic-Medium.css);
@import url(../fonts/genjyuugothic/bold/GenJyuuGothic-Bold.css);

/* カスタムプロパティ
=============================================================*/
:root {
  /* color */
  --color-fonts-1: #004628;
  --color-fonts-2: #ed7254;
  --color-fonts-3: #f29200;
  --color-fonts-4: #e60012;
  --color-main: #f6baaf;
  --color-sub-1: #fdece8;
  --color-sub-2: #fff0cb;
  --color-sub-3: #fbc844; 

  /* font-family */
  --font-family-notosansjp: "Noto Sans JP", "Helvetica Neue", Arial,
  "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-genjyuugothic: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue",
  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family-yumincho : "游明朝", YuMincho, 'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* initialize
=============================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 0.8em;
}

address {
  font-style: normal;
}

pre {
  white-space: pre-wrap;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* fonts
=============================================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family:var(--font-family-yumincho);
  color: #333;
  font-weight: 400;
}


/* font-size 4.8rem to 2.4rem
=============================================================*/
@media only screen and (min-width: 961px) {
  .pg_section-heading,
.pg_vn_detail-heading,
.pg_abt_philosophy-heading,
.pg_vn_apply-heading,
.pg_abt_greeting-heading,
.pg_nh_service-heading,
.pg_nh_charge-heading,
.pg_nh_flow-heading,
.pg_ds_feature-heading,
.pg_ds_pricelist-heading,
.pg_rct_staff-heading,
.pg_rct_form-heading,
.pg_sdgs_intro-heading,
.pg_sdgs_goals-heading {

    font-size: 4.8rem;
  }
}

@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_section-heading,
  .pg_vn_detail-heading,
  .pg_abt_philosophy-heading,
  .pg_vn_apply-heading,
  .pg_abt_greeting-heading,
  .pg_nh_service-heading,
  .pg_nh_charge-heading,
  .pg_nh_flow-heading,
  .pg_ds_feature-heading,
  .pg_ds_pricelist-heading,
  .pg_rct_staff-heading,
  .pg_rct_form-heading,
  .pg_sdgs_intro-heading,
  .pg_sdgs_goals-heading {
    font-size: calc(4.2rem + ((1vw - 0.865rem) * (6.31579)));
  }
}

@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_section-heading,
  .pg_vn_detail-heading,
  .pg_abt_philosophy-heading,
  .pg_vn_apply-heading,
  .pg_abt_greeting-heading,
  .pg_nh_service-heading,
  .pg_nh_charge-heading,
  .pg_nh_flow-heading,
  .pg_ds_feature-heading,
  .pg_ds_pricelist-heading,
  .pg_rct_staff-heading,
  .pg_rct_form-heading,
  .pg_sdgs_intro-heading,
  .pg_sdgs_goals-heading {
    font-size: calc(3.6rem + ((1vw - 0.641rem) * (2.69058)));
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_section-heading,
  .pg_vn_detail-heading,
  .pg_abt_philosophy-heading,
  .pg_vn_apply-heading,
  .pg_abt_greeting-heading,
  .pg_nh_service-heading,
  .pg_nh_charge-heading,
  .pg_nh_flow-heading,
  .pg_ds_feature-heading,
  .pg_ds_pricelist-heading,
  .pg_rct_staff-heading,
  .pg_rct_form-heading,
  .pg_sdgs_intro-heading,
  .pg_sdgs_goals-heading {
    font-size: calc(3rem + ((1vw - 0.481rem) * (3.77358)));
  }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_section-heading,
  .pg_vn_detail-heading,
  .pg_abt_philosophy-heading,
  .pg_vn_apply-heading,
  .pg_abt_greeting-heading,
  .pg_nh_service-heading,
  .pg_nh_charge-heading,
  .pg_nh_flow-heading,
  .pg_ds_feature-heading,
  .pg_ds_pricelist-heading,
  .pg_rct_staff-heading,
  .pg_rct_form-heading,
  .pg_sdgs_intro-heading,
  .pg_sdgs_goals-heading {
    font-size: calc(2.4rem + ((1vw - 0.321rem) * (3.77358)));
  }
}

@media only screen and (max-width: 320px) {
  .pg_section-heading,
  .pg_vn_detail-heading,
  .pg_abt_philosophy-heading,
  .pg_vn_apply-heading,
  .pg_abt_greeting-heading,
  .pg_nh_service-heading,
  .pg_nh_charge-heading,
  .pg_nh_flow-heading,
  .pg_ds_feature-heading,
  .pg_ds_pricelist-heading,
  .pg_rct_staff-heading,
  .pg_rct_form-heading,
  .pg_sdgs_intro-heading,
  .pg_sdgs_goals-heading {
    font-size: 2.4rem;
  }
}

/* container
=============================================================*/
.container {
  min-height: 100vh;
  width: 100%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow-x: hidden;
}

/* header
=============================================================*/
.header {
  width: 100%;
  min-height: 70px;
  position: relative;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 640px) {
  .header-overlay {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 997;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header-overlay.active {
    display: block;
    animation: fade 1s linear 0s;
  }
}

/* グローバルナビ
=============================================================*/
.gnav {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.gnav-li_grp {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1em 0;
}

.gnav-li {
  width: 100%;
}

.gnav-link {
  display: block;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: 700;
  transition: color 0.2s ease;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

.gnav-link:hover {
  opacity: .8;
}

@media only screen and (max-width: 864px) {
  .gnav {
    color: inherit;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    background: none;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  .gnav-li_grp {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .gnav-li {
    width: 100%;
    justify-content: center;
    border: none;
    border-bottom: 1px solid #e3c468;
  }
  .gnav-li:last-child {
    border: none;
  }
  .gnav-li a {
    padding: 1.2em 1em;
    text-decoration: none;
    text-align: center;
    display: block;
    background-image: none;
    background: rgba(255, 255, 255, 0.8) !important;
  }
  .gnav.active {
    transform: translateY(0%);
  }
}

/*  ハンバーガーメニュー
=============================================================*/
.hamburger {
  display: none;
  position: absolute;
  z-index: 999;
  right: 12px;
  top: 8px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background: white;
  border-radius: 4px;
}

@media only screen and (max-width: 864px) {
  .hamburger {
    display: block;
  }
}

.hamburger::before {
  display: block;
  position: absolute;
  content: "MENU";
  left: 0;
  bottom: -1.1em;
  width: 100%;
  color: #ed7254;
  font-size: 1rem;
  transition: 0.6s ease-in-out;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #ed7254;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-of-type(1) {
  top: 10px;
}

.hamburger span:nth-of-type(2) {
  top: 20px;
}

.hamburger span:nth-of-type(3) {
  top: 30px;
}

.hamburger.active::before {
  opacity: 0;
}

.hamburger.active span:nth-of-type(1) {
  left: 6px;
  top: 20px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-of-type(2),
.hamburger.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(45deg);
}

/* footer
=============================================================*/
.footer {
  margin-top: auto;
}

.footer-copy {
  background-color: #f99f93;
  color: #fff;
  font-family: var(--font-family-genjyuugothic);
}

.footer-copy_text {
  display: block;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .footer-copy_text {
    text-align: center;
  }
}

.fnav {
  background-color: #fdece8;
  background-position: top center;
}

@media only screen and (max-width: 960px) {
  .fnav {
    background-size: 25% auto;
  }
}

.fnav-li_grp {
  width: 100%;
  margin: auto;
  padding: 2rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 641px) and (max-width: 864px) {
  .fnav-li {
    width: calc(96% / 7);
    min-width: 90px;
  }
}

.fnav-li {
  margin-bottom: 2rem;
  width: 115px;
  min-width: 115px;
}

.fnav-img_wrap {
  padding: 0 2rem;
  width: 100%;
  height: 120px;
}

.fnav-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fnav-link {
  text-decoration: none;
  color: inherit;
  font-family: var(--font-family-genjyuugothic);
  font-weight: 500;
}

.fnav-link:hover {
  opacity: 0.8;
}

.fnav-text {
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.footer-img__wrap {
  display: none;
}

.footer-img {
  width: 70%;
}

@media only screen and (min-width: 641px) and (max-width: 864px) {
  .fnav-li {
    width: calc(96% / 7);
    max-width: 115px;
    min-width: 85px;
  }

  .fnav-text {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 640px) {
  .fnav-img_wrap {
    display: none;
  }

  .fnav-text {
    text-align: left;
    margin-left: 2em;
  }

  .fnav-li_grp {
    display: flex;
    flex-direction: column;
  }

  .footer-img__wrap {
    display: block;
    margin: auto;
  }

  .fnav {
    display: flex;
    flex-direction: row;
  }
}

/*  parts
=============================================================*/
.title {
  background-color: #f99f93;
  /*background-image: url(../images/bcg.png);*/
  background-position: top center;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 960px) {
  .title {
    background-size: 25% auto;
  }
}

.title-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
  text-align: center;
}

.title-main {
  display: inline-block;
  padding: 2em 0;
  position: relative;
  font-feature-settings: "palt";
  justify-content: center;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 961px) {
  .title-main {
    font-size: 5.6rem;
  }
}

@media only screen and (min-width: 865px) and (max-width: 960px) {
  .title-main {
    font-size: calc(4.8rem + ((1vw - 0.865rem) * (8.42105)));
  }
}

@media only screen and (min-width: 641px) and (max-width: 864px) {
  .title-main {
    font-size: calc(4rem + ((1vw - 0.641rem) * (3.58744)));
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .title-main {
    font-size: calc(3.2rem + ((1vw - 0.481rem) * (5.03145)));
  }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
  .title-main {
    font-size: calc(2.4rem + ((1vw - 0.321rem) * (5.03145)));
  }
}

@media only screen and (max-width: 320px) {
  .title-main {
    font-size: 2.4rem;
  }
}

.title-logo {
  width: 250px;
  height: auto;
}

.title-main_text {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}

.title-icon {
  padding-right: 0.4em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: auto;
  height: 2.4em;
  max-width: 2.4em;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 640px) {
  .title-icon {
    width: auto;
    height: 1.8em;
    max-width: 1.8em;
    padding-right: 0.2em;
  }
}

.mainvisual {
  display: block;
  width: 100%;
  background-color: #f99f93;
}

.mainvisual img {
  display:block;
  margin:0 auto;
  width:100%;
  max-width:1400px;
  height:auto;
}

.gmap {
  width: 100%;
  height: 540px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .gmap {
    height: 0;
    padding-top: 75%;
  }
}

.gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact_1 {
  width: 92%;
  max-width: 740px;
  margin: auto;
}

@media only screen and (max-width: 864px) {
  .contact_1 {
    max-width: 380px;
    margin: auto;
  }
}

.contact_1-frame {
  margin: auto;
  position: relative;
  background-image: url(../images/contact_desktop_bcg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: 26.26%;
  white-space: nowrap;
}

@media only screen and (max-width: 864px) {
  .contact_1-frame {
    background-image: url(../images/contact_mobile_bcg.jpg);
    padding-top: 100%;
  }
}

.contact_1-tel {
  display: block;
  position: absolute;
  width: 280px;
  top: 50%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 864px) {
  .contact_1-tel {
    top: 25%;
    left: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .contact_1-tel {
    width: 220px;
  }
}

.contact_1-tel img {
  width: 100%;
  height: auto;
}

.contact_1-tel:hover {
  opacity: 0.8;
}

.contact_1-form {
  display: block;
  position: absolute;
  top: 50%;
  left: 76%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  text-decoration: none;
  text-align: center;
  color: #333;
  line-height: 1.8em;
}

@media only screen and (max-width: 864px) {
  .contact_1-form {
    top: 74%;
    left: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .contact_1-form {
    font-size: 2rem;
  }
}

.contact_1-form:hover {
  opacity: 0.8;
}

.contact_2 {
  background-color: #f2f2f2;
}

.contact_2-inner {
  width: 100%;
  max-width: 660px;
  margin: auto;
  padding: 8% 4%;
}

.contact_2-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 1.5em;
  font-weight: 900;
  font-size:3.8rem;
}

@media only screen and (max-width: 864px) {
  .contact_2-heading {
    font-size:2.4rem;
  }
}


.contact_2-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.contact_2-tel {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1.6rem;
}

.contact_2-add {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1.6rem;
}

.contact_2-name {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.contact_2-img {
  width: 100%;
  height: auto;
  display: block;
}

.bcg_cloud {
  /* 雲 */
  margin-bottom: 2%;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 14%;
  top: 0;
  left: 0;
  background-image: url(../images/cloud_1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px auto;
}

@media only screen and (max-width: 864px) {
  .bcg_cloud {
    background-size: 200% auto;
    margin-bottom: 1%;
  }
}

/* 見出し
=============================================================*/

.heading-sect {
  /* color: #916643;s */
  color: #004628;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 1em;
  text-align:left;
  font-size: 40px;
  line-height:1.5em;
}

.heading-sect span {
  display:inline-block;
}

.heading-sect--center {
  text-align: center;
  text-indent: .05em;
}

@media only screen and (max-width: 864px) {
  .heading-sect {
    font-size:24px;
  }
}

/* スライダー
=============================================================*/
.swiper-container {
  width: 92%;
  max-width: 740px;
  margin: 8rem auto;
}

.swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  font-size: 1.8rem;
  background: #fff;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/* お問い合わせ
=============================================================*/

.contact_note {
  max-width: 740px;
  width: 92%;
  margin: 8rem auto;
}

.contact_note-inner {
  background-color: #fff;
  background-image: url(../images/frame_w.png), url(../images/frame_w.png), url(../images/frame_h.png), url(../images/frame_h.png);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: center top, center bottom, left center, right center;
  background-size: 100% 4px, 100% 4px, 4px 100%, 4px 100%;
  padding: 4%;
}

.contact_note-text {
  text-align: center;
  line-height: 2em;
}

@media only screen and (max-width: 864px) {
  .contact_note-text {
    font-size:1.4rem;
    text-align: justify;
  }
}

.contact_note-text p {
  margin: 1em 0;
}

/* YouTube カスタムフィールド
=============================================================*/

.youtube_field {
  width: 92%;
  max-width: 740px;
  margin: 8rem auto 8rem;
}

.youtube_field-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube_field iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dl_link {
  margin: 8rem auto;
  max-width: 960px;
  width: 100%;
}

.dl_link ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.dl_link li {
  padding: 0 2rem 2rem;
}

.dl_link a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 1em 1em 1em 2em;
  background-color: #77cde1;
  font-weight: 700;
  font-size: 2rem;
  white-space: nowrap;
  font-family: var(--font-family-notosansjp);
}

@media only screen and (max-width: 640px) {
  .dl_link a {
    font-size: 1.4rem;
  }
}

.dl_link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 52%;
  left: 0.75em;
  transform: translate(0, -50%);
  display: inline-block;
  border-style: solid;
  border-width: 0.4em 0.344em 0 0.344em;
  border-color: #fff transparent transparent transparent;
}

.dl_link a span {
  font-feature-settings: "palt";
  letter-spacing: 0.0625em;
  margin-right: -0.0625em;
}

.dl_link a:hover {
  opacity: 0.8;
}

/* main 
=============================================================*/
.main {
  background-color: #fff;
}

/* single
=============================================================*/
.sg_twocolumn {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  margin: 6rem auto;
  width: 92%;
}

@media only screen and (max-width: 864px) {
  .sg_twocolumn {
    display: block;
  }
}

.sg_main {
  flex: 1 1 auto;
  padding-right: 4rem;
}

@media only screen and (max-width: 864px) {
  .sg_main {
    padding: 0;
    margin: auto;
    max-width: 740px;
    width: 100%;
    font-size: 1.4rem;
  }
}

.sg_main-next {
  justify-content: space-between;
  display: flex;
  margin-bottom: 50px;
  text-decoration: underline;
}

.sg_main img {
  max-width: 100%;
  height: auto;
}

.sg_single {
  margin-bottom: 4rem;
  min-height: 300px;
}

.sg_single-title {
  width: 100%;
  font-size: 2.8rem;
  margin-bottom: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  word-wrap: break-word;
  color: #d6ab28;
}

@media only screen and (max-width: 864px) {
  .sg_single-title {
    text-align: center;
  }
}

.sg_single p {
  line-height: 1.6em;
  margin-bottom: 1em;
  text-align: justify;
}

.sg_archive {
  margin-bottom: 4rem;
}

.sg_archive-time {
  text-align: left;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  color: #999;
  padding: 0 0.1em 0.25em;
}

@media only screen and (max-width: 864px) {
  .sg_archive-time {
    text-align: center;
  }
}

.sg_archive-title {
  width: 100%;
  font-size: 2.8rem;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 400;
  word-wrap: break-word;
  color: #d6ab28;
}

@media only screen and (max-width: 864px) {
  .sg_archive-title {
    text-align: center;
  }
}

.sg_archive-title_link {
  text-align: justify;
  text-decoration: none;
  color: inherit;
}

.sg_archive-title_link:hover {
  color: inherit;
  opacity: 0.8;
}

.sg_archive-excerpt {
  line-height: 1.6em;
  margin-bottom: 1em;
  text-align: justify;
}

.sg_archive-more {
  text-align: right;
}

.sg_side {
  margin-top: 2rem;
  flex: 0 0 180px;
}

@media only screen and (max-width: 864px) {
  .sg_side {
    margin: 6rem 0 0;
    font-size: 1.4rem;
  }
}

.sg_side-category, .sg_side-monthly {
  margin-bottom: 4rem;
}

.sg_side-title {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666;
}

@media only screen and (max-width: 864px) {
  .sg_side-title {
    text-align: center;
  }
}

.sg_side-list {
  line-height: 2em;
  list-style: none;
}

@media only screen and (max-width: 864px) {
  .sg_side-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sg_side-list li {
    padding: 0 0.5em;
  }
}

.sg_side-list a {
  text-decoration: underline;
}

/* wp pagenavi */
.wp-pagenavi {
  margin: auto;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 2rem;
  background-color: #c19a24;
  margin: 2px;
  padding: 0.5em !important;
  color: #fff;
  border: none !important;
  text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #dbb43d;
  color: #fff;
  border: none !important;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0.4em 0.5em 0.6em !important;
}

/* index
=============================================================*/
.access {
  width: 100%;
  margin: 8rem 0;
}

.access-address {
  width: 100%;
  max-width: 740px;
  margin: auto;
  line-height: 1.6em;
  margin: 2em auto 4em;
}

@media only screen and (max-width: 640px) {
  .access-address {
    font-size:1.4rem;
    text-align: center;
  }

  .access-name {
    justify-content: center;
  }
}

.access-name {
  font-family: var(--font-family-genjyuugothic);
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.access-name__logo {
  width: 2em;
  height: auto;
  margin-right: .5em;
}

@media only screen and (max-width: 640px) {
  .access-add {
    display: block;
    margin: 0;
  }
}

.access-text {
  width: 100%;
  max-width: 740px;
  margin: auto;
  width: 92%;
  margin: 2em auto;
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .access-text {
    font-size:1.4rem;
  }
}

.access-text p {
  margin-bottom: 1em;
}

.access-title {
  font-weight: 400;
}

.news {
  width: 92%;
  max-width: 960px;
  background-color: #f7f7f7;
  margin: 16rem auto;
  border-radius: 10px;
}

.news-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 12rem 0;
  margin: auto;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 864px) {
  .news-inner {
    flex-direction: column;
    padding: 8rem 0;
  }
}

.news-heading {
  width: 30%;
  text-align: center;
}

@media only screen and (max-width: 864px) {
  .news-heading {
    width: 100%;
    margin-bottom: 8rem;
  }
}

.news-heading a {
  color: inherit;
  text-decoration: none;
}

.news-heading_inner {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
}

.news-heading_sub {
  display: block;
  color: #f29200;
  font-size: 0.8em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

.news-heading_main {
  display: block;
  letter-spacing: 0.2em;
}

.news-li_grp {
  width: 65%;
  list-style: none;
}

@media only screen and (max-width: 864px) {
  .news-li_grp {
    font-size:1.4rem;
    width: 100%;
    padding: 0 50px;
  }
}

.news-li {
  line-height: 1.6em;
  display: flex;
}

.news-li:not(:last-child) {
  margin-bottom: 2em;
}

.news-link {
  text-decoration: none;
  color: #333;
  display: inline-block;
}

.news-link:hover {
  opacity: 0.8;
}

.news-date {
  display: inline-block;
  color: #f29200;
  font-family: 'Roboto','Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

.news-content {
  display: inline-block;
  padding-left: 2em;
  text-align: justify;
}

.news-content_title {
  color: #333;
  text-align: justify;
  font-weight: 900;
}

.news-content_excerpt {
  color: #333;
}

.idx_contact {
  width: 100%;
  margin: 16rem auto;
}

@media only screen and (max-width: 640px) {
  .idx_contact {
    margin: 8rem auto;
  }
}

.idx_contact-text {
  width: 92%;
  margin: 0 auto 4rem;
  text-align: center;
  line-height: 1.6em;
  font-size:1.8rem;
}

@media only screen and (max-width: 864px) {
  .idx_contact-text {
    font-size: 1.6rem;
  }
}

.idx_sdgs {
  width: 92%;
  max-width: 960px;
  margin: 12rem auto 20rem;
}

.idx_sdgs-logo_grp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.idx_sdgs-logo {
  width: calc((100% - 40px) / 5);
  display: block;
  height: auto;
}

@media only screen and (max-width: 864px) {
  .idx_sdgs-logo_grp {
    gap: 5px;
  }
  .idx_sdgs-logo {
    width: calc((100% - 15px) / 4);
  }
}

.idx_sdgs-more_wrapper {
  margin-top: 4rem;
  text-align: center;
}

.idx_sdgs-more {
  display: inline-block;
  padding: 0.5em 1.5em 0.5em 1em;
  background-color: #77cde1;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-family: var(--font-family-genjyuugothic);
}

@media only screen and (max-width: 640px) {
  .idx_sdgs-more {
    font-size: 1.6rem;
  }
}

.idx_sdgs-more:hover::after {
  right: 0.5em;
}

.idx_sdgs-more::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.5656em;
  height: 0.5656em;
  transform: translate(-4.242px, -50%) rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  right: 0.6em;
}

/* page
=============================================================*/
.pg_section {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin: 8rem auto;
}

.pg_section-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}



.pg_section-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_section-heading._with_sub {
  margin-bottom: 0;
}

.pg_section-subheading {
  text-align: center;
  letter-spacing: 0.2em;
  margin: 2em 0;
}

.pg_section-subheading:after {
  display: inline;
  content: "";
  margin-right: -.2em;
}

/* page-visitnursing */
.pg_vn_target {
  width: 92%;
  max-width: 740px;
  margin: 8rem auto;
}

.pg_vn_target-inner {
  background-color: #f2f2f2;
  background-image: url(../images/frame_w.png), url(../images/frame_w.png), url(../images/frame_h.png), url(../images/frame_h.png);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: center top, center bottom, left center, right center;
  background-size: 100% 4px, 100% 4px, 4px 100%, 4px 100%;
}

.pg_vn_target-heading {
  text-align: center;
  font-weight: 400;
  font-size:4.8rem;
}

@media only screen and (max-width: 864px) {
  .pg_vn_target-heading {
    font-size:2.4rem;
  }
}


.pg_vn_target-heading_main {
  display: block;
  color: #004628;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.pg_vn_target-heading_main:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_vn_target-heading_sub {
  display: block;
  color: #333;
  font-size: 0.5em;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.pg_vn_target-heading_sub:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_vn_target-li_grp {
  width:100%;
  padding: 3rem 4.3%;
  display: block;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pg_vn_target-li {
  display: block;
  width: calc((100% - 30px) / 4);
}

@media only screen and (max-width: 640px) {
  .pg_vn_target-li {
    width: calc((100% - 20px) / 3);
  }
}

@media only screen and (max-width: 480px) {
  .pg_vn_target-li {
    width: calc((100% - 10px )/ 2);
  }
}

.pg_vn_target-li_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #e6e6e6;
}

.pg_vn_target-li_item {
  line-height: 1.6em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 864px) {
  .pg_vn_target-li_item {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.pg_vn_target-note {
  margin-top: 2em;
  font-size: 1.4rem;
  text-align: right;
}

.pg_vn_intro {
  width: 92%;
  max-width: 740px;
  margin: auto;
}

.pg_vn_intro-item {
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pg_vn_intro-item._a {
    margin-bottom: 8rem;
  }
}

.pg_vn_intro-img_wrap {
  width: 50%;
}

.pg_vn_intro-img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: auto;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-img {
    max-width: 160px;
  }
}

.pg_vn_intro-text {
  width: 50%;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-text {
    width: 100%;
    text-align: center;
  }
}

.pg_vn_intro-text._b {
  text-align: center;
  padding-left: 1.6rem;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-text._b {
    padding: 0;
  }
}

.pg_vn_intro-text_heading {
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.pg_vn_intro-text_heading._a {
  font-size: 3.8rem;
  margin: 0.5em 0;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-text_heading._a {
    font-size:2.4rem;
  }
}

.pg_vn_intro-text_heading._b {
  text-align: center;
  margin: 1em 0;
  font-size: 2.8rem;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-text_heading._b {
    font-size: 2rem;
  }
}

.pg_vn_intro-text_main {
  display: inline-block;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size :1.8rem;
}

@media only screen and (max-width: 864px) {
  .pg_vn_intro-text_main {
    font-size:1.4rem;
  }
}

.pg_vn_detail {
  width: 100%;
  max-width: 740px;
  margin: 16rem auto 8rem;
}

.pg_vn_detail-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.pg_vn_detail-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_vn_detail-li_grp {
  margin-top: 8rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.pg_vn_detail-li {
  width: calc(100% / 3);
}

@media only screen and (max-width: 864px) {
  .pg_vn_detail-li {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 640px) {
  .pg_vn_detail-li {
    font-size: 1.6rem;
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 480px) {
  .pg_vn_detail-li {
    font-size: 1.2rem;
  }
}

.pg_vn_detail-item_wrap {
  position: relative;
  padding: 0 10%;
  margin-bottom: 30%;
}

.pg_vn_detail-circle {
  width: 100%;
  padding-top: 100%;
  height: 0;
  background-color: #f6baaf;
  border-radius: 50%;
}

@media only screen and (min-width: 640px) {
  .pg_vn_detail-circle._three {
    background-color: #ffe6e2;
  }
}

@media only screen and (max-width: 640px) {
  .pg_vn_detail-circle._two {
    background-color: #ffe6e2;
  }
}

.pg_vn_detail-item {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.8em;
}

@media only screen and (min-width: 640px) {
  .pg_vn_detail-item {
    white-space: nowrap;
  }
}

.pg_vn_detail-item p {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.pg_vn_detail-item p:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}

.pg_vn_detail-item_heading {
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.pg_vn_apply {
  width: 92%;
  max-width: 660px;
  margin: 8rem auto;
}

.pg_vn_apply-inner {
  background-color: #fff;
  background-image: url(../images/frame_w.png), url(../images/frame_w.png), url(../images/frame_h.png), url(../images/frame_h.png);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: center top, center bottom, left center, right center;
  background-size: 100% 4px, 100% 4px, 4px 100%, 4px 100%;
  padding: 12% 4%;
}

.pg_vn_apply-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-size: 3.8rem;
}

@media only screen and (max-width: 864px) {
  .pg_vn_apply-heading {
    font-size: 2.4rem;
  }
}

.pg_vn_apply-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_vn_apply-text {
  text-align: center;
  line-height: 1.8em;
}

@media only screen and (max-width: 864px) {
  .pg_vn_apply-text {
    font-size: 1.4rem;
  }
}

.pg_vn_apply-text p {
  letter-spacing: 0.1em;
}

.pg_vn_apply-text p:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}

/* page-about */
.pg_abt_philosophy {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin: 8rem auto;
}

.pg_abt_philosophy-heading {
  text-align: center;
  font-family: var(--font-family-genjyuugothic);
  font-size: 2em;
  margin-bottom: 50px;
}

.pg_abt_philosophy-heading__br {
  display: none;
}

.pg_abt_philosophy-heading span {
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  margin-right: 1em;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .pg_abt_philosophy-heading__br {
    display: block;
  }

  .pg_abt_philosophy-heading span {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .pg_abt_philosophy-heading {
    font-size: 1.3em;
  }
}

.pg_abt_philosophy-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

@media only screen and (max-width: 864px) {
  .pg_abt_philosophy-motto {
    font-size:1.8rem;
  }
}


.pg_abt_philosophy-motto p {
  margin-bottom: 2em;
}

.pg_abt_philosophy-name {
  text-align: center;
  line-height: 2em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}

@media only screen and (max-width: 864px) {
  .pg_abt_philosophy-name {
    font-size: 1.4rem;
  }
}

.pg_abt_greeting {
  width: 100%;
  background-color: #f2f2f2;
  margin: 16rem 0;
}

.pg_abt_greeting-inner {
  padding: 12rem 0;
  max-width: 740px;
  width: 92%;
  margin: auto;
}

.pg_abt_greeting-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_abt_greeting-text {
  text-align: justify;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 864px) {
  .pg_abt_greeting-text {
    font-size: 1.6rem;
  }
}

.pg_abt_greeting-text p {
  margin-bottom: 1em;
}

/* page-nursinghome */
.pg_nh_service {
  width: 100%;
  background-color: #ffe6e2;
  margin: 16rem auto;
}

.pg_nh_service::after {
  /* 下の雲は表示しない */
  display: none;
  background: none;
}

.pg_nh_service-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 12rem 0;
  width: 92%;
  max-width: 740px;
}

@media only screen and (max-width: 864px) {
  .pg_nh_service-inner {
    padding: 8rem 0;
  }
}

.pg_nh_service-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.pg_nh_service-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_nh_service-li_grp {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .pg_nh_service-li_grp {
    align-items: center;
    flex-direction: column;
  }
}

.pg_nh_service-li {
  display: block;
  position: relative;
  width: 50%;
  margin: 4rem 0 12rem;
  padding: 2rem;
}

@media only screen and (max-width: 640px) {
  .pg_nh_service-li {
    width: 100%;
  }
}

.pg_nh_service-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -55%);
  z-index: 1;
  background-color: #f6baaf;
  border-radius: 50%;
}

.pg_nh_service-item {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 1.4rem;
}

.pg_nh_service-item_heading {
  font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.8em;
  letter-spacing: .1em;
}

.pg_nh_service-item_text {
  text-align: justify;
  margin-top: 0.8em;
  line-height: 1.6em;
}

.pg_nh_service-note {
  font-size: 0.9em;
}

/* .pg_nh_charge {
  width: 100%;
  max-width: 740px;
  margin: 8rem auto;
}

.pg_nh_charge-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.pg_nh_charge-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_nh_charge-apply {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16rem;
}

.pg_nh_charge-apply_inner {
  background-color: #f2f2f2;
  display: inline-block;
  font-feature-settings: "palt";
  padding: 0.4em;
  white-space: nowrap;
  font-size:2.4rem;
}

@media only screen and (max-width: 864px) {
  .pg_nh_charge-apply_inner {
    font-size: 1.6rem;
  }
}

.pg_nh_charge-apply_title {
  background-color: #ffe6e2;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em;
}

.pg_nh_charge-apply_price {
  display: inline-block;
  font-size: 1.2em;
  vertical-align: -0.08em;
  margin-left: 0.8em;
}

.pg_nh_charge-text {
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.pg_nh_charge-note {
  color: #004628;
  margin: 2em 0;
}

.pg_nh_charge-uchiwake {
  margin: 2em 0;
}

.pg_nh_charge-subheading {
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
}

.pg_nh_charge-subheading:after {
  display: inline;
  content: "";
  margin-right: -.2em;
}

.pg_nh_charge-other {
  width: 100%;
  margin: 8rem auto;
  line-height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:1.4rem;
}

.pg_nh_charge-other_heading {
  background-color: #ffe6e2;
  padding: 1em 2em;
  text-align: center;
}

.pg_nh_charge-other_text {
  padding-left: 2em;
  display: inline-block;
  text-align: left;
}

.pg_nh_charge_table {
  width: 100%;
  min-width: 520px;
  margin: auto;
  border-collapse: separate;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 864px) {
  .pg_nh_charge_table {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .pg_nh_charge_table {
    font-size: 1.4rem;
  }
}

.pg_nh_charge_table th, .pg_nh_charge_table td {
  vertical-align: middle;
  line-height: 1.8em;
  padding: 1em 1em;
  font-weight: 400;
  width: 24%;
}

.pg_nh_charge_table th:first-child {
  text-align: left;
  padding-left: 2em;
  width: 28%;
}

.pg_nh_charge_table thead th {
  background-color: #ffe6e2;
}

.pg_nh_charge_table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.pg_nh_charge_table tbody td {
  text-align: center;
}

@media only screen and (max-width: 864px) {
  .table_scroll {
    overflow-x: scroll;
  }
} */

/* ご入居の流れ */
.pg_nh_flow {
  width: 92%;
  max-width: 740px;
  margin: 12rem auto;
}

.pg_nh_flow-heading {
  text-align: center;
  color: var(--color-fonts-1);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.pg_nh_flow-table {
  width: 100%;
  margin: 0 auto 10px;
  border-collapse: separate;
  border-spacing: 0 10px;
  line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
  .pg_nh_flow-table {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    border-spacing: 0;
  }
  .pg_nh_flow-table td {
    width: 100% !important;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.pg_nh_flow-table h3 {
  font-weight: 400;
}
.pg_nh_flow-table_head td:nth-child(1) {
  padding: 0;
  vertical-align: middle;
  width: 8%;
  font-weight: 400;
  color: var(--color-main);
  font-size: 3em;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 640px) {
  .pg_nh_flow-table_head td:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
  }
}
.pg_nh_flow-table_head td:nth-child(2) {
  vertical-align: middle;
  background-color: #f6baaf;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 0;
}
@media only screen and (max-width: 640px) {
  .pg_nh_flow-table_body td:nth-child(1) {
    display: none;
  }
}
.pg_nh_flow-table_body td:nth-child(2) {
  width: 240px;
}
.pg_nh_flow-table_body td:nth-child(2) p {
  padding: 0.5em 1em;
  width: 100%;
  background-color: #fdece8;
}
.pg_nh_flow-table_body td:nth-child(3) {
  vertical-align: top;
  padding-left: 20px;
}
.pg_nh_flow-table_body td:nth-child(3)._big {
  font-size: 1.8em;
}
.pg_nh_flow-table_body td:nth-child(3) p {
  margin-bottom: 0.2em;
}

/* page-recruit */
.pg_rct_staff {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin: 8rem auto;
}

.pg_rct_staff-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.pg_rct_staff-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_rct_staff-li_grp {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -1rem;
}

.pg_rct_staff-li {
  padding-left: 1rem;
  width: 240px;
  max-width: 240px;
  margin-bottom: 12rem;
}

.pg_rct_staff-item {
  font-family: var(--font-family-notosansjp);
}

.pg_rct_staff-salary {
  font-size: 1.6rem;
  width: 98%;
  margin: 4rem auto;
  text-align: center;
  background-color: #f6baaf;
  border-radius: 99px;
  padding: .5em;
  font-feature-settings: "palt";
}

.pg_rct_staff-salary span {
  vertical-align: 1px;
}

.pg_rct_staff-hours {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  height: 8em;
  padding: 0 1rem;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 640px) {
  .pg_rct_staff-hours {
    height: auto;
    margin-bottom: 1em;
  }
}

.pg_rct_staff-hours_inner {
  text-align: right;
  display: inline-block;
}

.pg_rct_staff-text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding: 0 1rem;
}

.pg_rct_staff-text p:not(:last-child) {
  margin-bottom: 1em;
}

.pg_rct_staff-text ul {
  list-style: disc;
  margin-bottom: 1em;
  font-feature-settings: "palt";
  text-align: left;
}

.pg_rct_frame {
  width: 100%;
  height: 0;
  padding-top: 133.3%;
  background-color: #f2f2f2;
  position: relative;
}

.pg_rct_frame-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2em 0;
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.6em;
  font-family: var(--font-family-notosansjp);
  font-weight: 500;
  z-index: 3;
}

.pg_rct_frame-heading br {
  margin-right: -0.1em;
}

.pg_rct_frame-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}

.pg_rct_frame-img {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: auto;
  height: 160px;
  z-index: 1;
}

.pg_rct_frame-tag {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: block;
  width: 90%;
  height: auto;
  transform: translate(-50%, 0);
  z-index: 2;
}

.pg_rct_form {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin: 8rem auto;
}

.pg_rct_form-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.pg_rct_form-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_rct_form-note {
  width: 92%;
  margin: auto;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 2em;
  letter-spacing: 0.1em;
}

.pg_rct_form-note span {
  display: inline-block;
}

/* page-contact */
.pg_cont_tel {
  width: 92%;
  margin: 8rem auto;
}

.pg_cont_tel a {
  max-width: 400px;
  display: block;
  text-decoration: none;
  color: inherit;
  margin: auto;
}

.pg_cont_tel img {
  display: block;
  width: 100%;
  height: auto;
}

.pg_cont_tel p {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6em;
  margin: 1em 0;
  font-feature-settings: "palt";
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .pg_cont_tel p {
    font-size: 1.6rem;
  }
}

.pg_cont_tel p span {
  display: inline-block;
}

.pg_cont_form {
  margin: 8rem auto;
}

/* page-sdgs */
.pg_sdgs_intro {
  width: 92%;
  max-width: 740px;
  margin: 8rem auto;
}

.pg_sdgs_intro-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.pg_sdgs_intro-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_sdgs_intro-text {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 864px) {
  .pg_sdgs_intro-text {
    font-size: 1.4rem;
  }
}

.pg_sdgs_intro-text p {
  margin-bottom: 1em;
}

.pg_sdgs_intro-poster_img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
}

.pg_sdgs_goals {
  width: 92%;
  max-width: 740px;
  margin: 8rem auto;
}

.pg_sdgs_goals-heading {
  text-align: center;
  color: #004628;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.pg_sdgs_goals-heading:after {
  display: inline;
  content: "";
  margin-right: -.1em;
}

.pg_sdgs_goals-text {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 864px) {
  .pg_sdgs_goals-text {
    font-size: 1.4rem;
  }
}

.pg_sdgs_goals-text p {
  margin-bottom: 1em;
}

.pg_sdgs_goals-item {
  margin: 6rem 0;
}

.pg_sdgs_goals-item_heading {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.4rem
}


@media only screen and (max-width: 640px) {
  .pg_sdgs_goals-item_heading {
    text-align: center;
    text-indent: 0.2em;
  }
}

.pg_sdgs_goals-logo_grp {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  width: calc(100% + 1rem);
  margin-left: -1rem;
}

.pg_sdgs_goals-logo {
  width: 20%;
  display: block;
  height: auto;
  padding-left: 1rem;
}

@media only screen and (max-width: 640px) {
  .pg_sdgs_goals-logo {
    width: 33.33%;
  }
}

.pg_sdgs_goals-item_text {
  text-align: justify;
  margin: 2rem 0;
  line-height: 1.5em;
}

@media only screen and (max-width: 864px) {
  .pg_sdgs_goals-item_text {
    font-size: 1.4rem;
  }
}

.pg_sdgs_goals-item_text ul {
  padding-left: 1em;
}

.pg_sdgs_goals-item_text li {
  margin-bottom: 0.5em;
}

.pg_sdgs__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  max-width: 400px;
  margin: 0 auto 100px;
  padding: 1em;
  border: 2px solid #ed7254;
  border-radius: 10px;
}

.pg_sdgs__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.pg_sdgs__link-img {
  width: 40px;
  margin-right: 1em;
}

.pg_sdgs__link-text {
  font-family: var(--font-family-genjyuugothic);
  font-size: 1.2em;
}