@charset "UTF-8";
/* change colours to suit your needs */
@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);
@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");
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::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;
}

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

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

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* fonts
=============================================================*/
/*  源柔ゴシック
=============================================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  font-weight: 400;
}

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

.footer {
  margin-top: auto; /* .containerのflexで下に押し下げ */
}

/* 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;
    -webkit-animation: fade 1s linear 0s;
            animation: fade 1s linear 0s;
  }
}

.gnav {
  width: 100%;
  padding: 0 20px;
}
.gnav-li_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
  gap: 2em;
}
@media only screen and (max-width: 864px) {
  .gnav-li_grp {
    gap: 1em;
  }
}
.gnav-link {
  display: block;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 864px) {
  .gnav-link {
    font-size: 1.4rem;
  }
}
.gnav-link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .gnav {
    color: inherit;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    background: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .gnav-li_grp {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 0;
  }
  .gnav-li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    border-bottom: 1px solid rgb(226.8602620087, 196.3755458515, 104.1397379913);
  }
  .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 {
    -webkit-transform: translateY(0%);
            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: rgba(119, 205, 225, 0.4);
  border-radius: 4px;
}
@media only screen and (max-width: 640px) {
  .hamburger {
    display: block;
  }
}
.hamburger::before {
  display: block;
  position: absolute;
  content: "MENU";
  left: 0;
  bottom: -1.1em;
  width: 100%;
  color: #77cde1;
  font-size: 1rem;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #77cde1;
  -webkit-transition: 0.3s ease-in-out;
  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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active span:nth-of-type(2),
.hamburger.active span:nth-of-type(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* footer
=============================================================*/
.footer-copy {
  background-color: #000;
  color: #fff;
  font-family: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.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: rgb(181.6746987952, 228.0421686747, 238.8253012048);
  background-image: url(../images/bcg.png);
  background-position: top center;
  padding: 40px 0;
}
@media only screen and (max-width: 960px) {
  .fnav {
    background-size: 25% auto;
  }
}
.fnav__ul {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 864px) {
  .fnav__ul {
    max-width: 480px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fnav__li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (max-width: 864px) {
  .fnav__li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(33.33% - 20px);
  }
}
.fnav__img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: contain;
     object-fit: contain;
}
.fnav__text {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.fnav a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
.fnav a:hover {
  opacity: 0.8;
}

/*  parts
=============================================================*/
.title {
  background-color: #77cde1;
  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-mainvisual {
  /* index.php */
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.title-main {
  display: inline-block;
  padding: 1.5em 0;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 961px) {
  .title-main {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .title-main {
    font-size: calc(5.6rem + (1vw - 0.865rem) * (8.4210526316));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .title-main {
    font-size: calc(4.8rem + (1vw - 0.641rem) * (3.5874439462));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .title-main {
    font-size: calc(4rem + (1vw - 0.481rem) * (5.0314465409));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .title-main {
    font-size: calc(3.2rem + (1vw - 0.321rem) * (5.0314465409));
  }
}
@media only screen and (max-width: 320px) {
  .title-main {
    font-size: 3.2rem;
  }
}
.title-logo {
  height: 1em;
  width: auto;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 640px) {
  .title-logo {
    height: 0.9em;
  }
}
.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;
  }
}

.top_title {
  background-color: #77cde1;
  background-image: url(../images/bcg.png);
  background-position: top center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 960px) {
  .top_title {
    background-size: 25% auto;
  }
}
.top_title-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.top_title-mainvisual {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-image: url(../images/main_bcg.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
}
.top_title-catch_top {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  font-family: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .top_title-catch_top {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .top_title-catch_top {
    font-size: calc(2.7rem + (1vw - 0.865rem) * (5.2631578947));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .top_title-catch_top {
    font-size: calc(2.2rem + (1vw - 0.641rem) * (2.2421524664));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top_title-catch_top {
    font-size: calc(1.7rem + (1vw - 0.481rem) * (3.1446540881));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .top_title-catch_top {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (3.1446540881));
  }
}
@media only screen and (max-width: 320px) {
  .top_title-catch_top {
    font-size: 1.2rem;
  }
}
.top_title-catch_bottom {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  font-family: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}
@media only screen and (min-width: 961px) {
  .top_title-catch_bottom {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .top_title-catch_bottom {
    font-size: calc(1.9rem + (1vw - 0.865rem) * (3.1578947368));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .top_title-catch_bottom {
    font-size: calc(1.6rem + (1vw - 0.641rem) * (1.3452914798));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top_title-catch_bottom {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (1.8867924528));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .top_title-catch_bottom {
    font-size: calc(1rem + (1vw - 0.321rem) * (1.8867924528));
  }
}
@media only screen and (max-width: 320px) {
  .top_title-catch_bottom {
    font-size: 1rem;
  }
}
.top_title-logo {
  position: absolute;
  width: 45%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}
.top_title-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.top_title-main_text {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}

.title_info {
  color: inherit;
  text-decoration: none;
  display: block;
  position: absolute;
  width: 40%;
  max-width: 220px;
  min-width: 140px;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
}
@media only screen and (min-width: 961px) {
  .title_info {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .title_info {
    font-size: calc(1.45rem + (1vw - 0.865rem) * (1.5789473684));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .title_info {
    font-size: calc(1.3rem + (1vw - 0.641rem) * (0.6726457399));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .title_info {
    font-size: calc(1.15rem + (1vw - 0.481rem) * (0.9433962264));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .title_info {
    font-size: calc(1rem + (1vw - 0.321rem) * (0.9433962264));
  }
}
@media only screen and (max-width: 320px) {
  .title_info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 864px) {
  .title_info {
    -webkit-transform: translate(-75%, -25%);
            transform: translate(-75%, -25%);
  }
}
.title_info:hover {
  left: 99.8%;
  opacity: 0.95;
}
.title_info-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.title_info-img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.title_info-text {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  top: 52%;
  left: 40%;
  letter-spacing: 0.1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  font-family: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  z-index: 2;
}

.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;
}
@media only screen and (min-width: 961px) {
  .contact_2-heading {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .contact_2-heading {
    font-size: calc(3.4rem + (1vw - 0.865rem) * (4.2105263158));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .contact_2-heading {
    font-size: calc(3rem + (1vw - 0.641rem) * (1.7937219731));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .contact_2-heading {
    font-size: calc(2.6rem + (1vw - 0.481rem) * (2.5157232704));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .contact_2-heading {
    font-size: calc(2.2rem + (1vw - 0.321rem) * (2.5157232704));
  }
}
@media only screen and (max-width: 320px) {
  .contact_2-heading {
    font-size: 2.2rem;
  }
}
.contact_2-heading:after {
  display: inline;
  content: "";
  margin-right: -0.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%;
  }
}

.bcg_cloud_sandwich {
  /* 要素を雲でサンドイッチ！！ */
  position: relative;
}
.bcg_cloud_sandwich::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 135px;
  top: 0;
  left: 0;
  background-image: url(../images/cloud_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0, -47%);
          transform: translate(0, -47%);
  background-size: 1920px auto;
}
@media only screen and (max-width: 864px) {
  .bcg_cloud_sandwich::before {
    background-size: 200% auto;
  }
}
.bcg_cloud_sandwich::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  top: 100%;
  left: 0;
  background-image: url(../images/cloud_2.png);
  background-repeat: no-repeat;
  background-position: 40% center;
  -webkit-transform: translate(0, -42%);
          transform: translate(0, -42%);
  background-size: 310px auto;
}
@media only screen and (max-width: 864px) {
  .bcg_cloud_sandwich::after {
    background-size: 40% auto;
  }
}

.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 (min-width: 961px) {
  .contact_note-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .contact_note-text {
    font-size: calc(1.5rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .contact_note-text {
    font-size: calc(1.4rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .contact_note-text {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .contact_note-text {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .contact_note-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .contact_note-text {
    text-align: justify;
  }
}
.contact_note-text p {
  margin: 1em 0;
}

.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: -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;
  -ms-flex-wrap: wrap;
      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: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@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;
  -webkit-transform: translate(0, -50%);
          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 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.0625em;
  margin-right: -0.0625em;
}
.dl_link a:hover {
  opacity: 0.8;
}

.sdgs {
  width: 100%;
  margin: 80px auto 0;
}
.sdgs__heading {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .sdgs__heading {
    text-align: center;
    text-indent: 0.2em;
  }
}
.sdgs__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  width: calc(100% + 10px);
  margin-left: -10px;
}
.sdgs__icon {
  width: 25%;
  display: block;
  height: auto;
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .sdgs__icon {
    width: 50%;
  }
}
.sdgs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 640px) {
  .sdgs__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sdgs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
  margin: 2rem 0;
  line-height: 1.5em;
  font-size: 16px;
}
.sdgs__item h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 1em 0;
}
.sdgs__item ul {
  padding-left: 1em;
}
.sdgs__item li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

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

/* single
=============================================================*/
.sg_twocolumn {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem auto;
  width: 92%;
}
@media only screen and (max-width: 864px) {
  .sg_twocolumn {
    display: block;
  }
}

.sg_main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 4rem;
}
@media only screen and (min-width: 961px) {
  .sg_main {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .sg_main {
    font-size: calc(1.5rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .sg_main {
    font-size: calc(1.4rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .sg_main {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .sg_main {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .sg_main {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 864px) {
  .sg_main {
    padding: 0;
    margin: auto;
    max-width: 740px;
    width: 100%;
  }
}
.sg_main-next {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  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: rgb(214.4912663755, 171.1484716157, 40.0087336245);
}
@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: rgb(214.4912663755, 171.1484716157, 40.0087336245);
}
@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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media only screen and (min-width: 961px) {
  .sg_side {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .sg_side {
    font-size: calc(1.5rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .sg_side {
    font-size: calc(1.4rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .sg_side {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .sg_side {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .sg_side {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 864px) {
  .sg_side {
    margin: 6rem 0 0;
  }
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      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: rgb(218.8427947598, 179.672489083, 61.1572052402);
  color: #fff;
  border: none !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0.4em 0.5em 0.6em !important;
}

/* index
=============================================================*/
.top_notice {
  width: 92%;
  max-width: 740px;
  margin: -4rem auto 8rem;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .top_notice {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .top_notice {
    font-size: calc(1.85rem + (1vw - 0.865rem) * (1.5789473684));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .top_notice {
    font-size: calc(1.7rem + (1vw - 0.641rem) * (0.6726457399));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top_notice {
    font-size: calc(1.55rem + (1vw - 0.481rem) * (0.9433962264));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .top_notice {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.9433962264));
  }
}
@media only screen and (max-width: 320px) {
  .top_notice {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 864px) {
  .top_notice {
    margin-top: 0;
  }
}
.top_notice p {
  margin-bottom: 0.5em;
}
.top_notice span {
  display: inline-block;
}

.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 (min-width: 961px) {
  .access-address {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .access-address {
    font-size: calc(1.5rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .access-address {
    font-size: calc(1.4rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .access-address {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .access-address {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .access-address {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .access-address {
    text-align: center;
  }
}
.access-name {
  color: #c19a24;
}
@media only screen and (max-width: 640px) {
  .access-name {
    display: block;
  }
}
.access-add {
  margin-left: 4em;
}
@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 (min-width: 961px) {
  .access-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .access-text {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .access-text {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .access-text {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .access-text {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .access-text {
    font-size: 1.4rem;
  }
}
.access-text p {
  margin-bottom: 1em;
}
.access-title {
  font-weight: 400;
}

.news {
  width: 100%;
  background-color: #f2f2f2;
  margin: 16rem auto;
}
.news-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 12rem 0;
  width: 92%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 864px) {
  .news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8rem 0;
  }
}
.news-heading {
  width: 35%;
  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: #c19a24;
  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 (min-width: 961px) {
  .news-li_grp {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .news-li_grp {
    font-size: calc(1.5rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .news-li_grp {
    font-size: calc(1.4rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .news-li_grp {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .news-li_grp {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .news-li_grp {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 864px) {
  .news-li_grp {
    width: 100%;
  }
}
.news-li {
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #c19a24;
  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;
  margin-left: 1em;
}

.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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 961px) {
  .idx_contact-text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .idx_contact-text {
    font-size: calc(1.7rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .idx_contact-text {
    font-size: calc(1.6rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .idx_contact-text {
    font-size: calc(1.5rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .idx_contact-text {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .idx_contact-text {
    font-size: 1.4rem;
  }
}
.idx_contact-text_a {
  font-size: 0.925em;
}
.idx_contact-text_b {
  letter-spacing: 0.1em;
}

.idx_sdgs {
  width: 92%;
  max-width: 960px;
  margin: 12rem auto 20rem;
}
@media only screen and (max-width: 640px) {
  .idx_sdgs {
    margin: 8rem auto;
  }
}
.idx_sdgs-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .idx_sdgs-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .idx_sdgs-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .idx_sdgs-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .idx_sdgs-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .idx_sdgs-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .idx_sdgs-heading {
    font-size: 2.4rem;
  }
}
.idx_sdgs-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.idx_sdgs-logo_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  width: calc(100% + 1rem);
  margin-left: -1rem;
}
@media only screen and (max-width: 640px) {
  .idx_sdgs-logo_grp {
    gap: 0.5rem 0;
    width: calc(100% + 0.5rem);
    margin-left: -0.5rem;
  }
}
.idx_sdgs-logo {
  width: 16.66%;
  display: block;
  height: auto;
  padding-left: 1rem;
}
@media only screen and (max-width: 640px) {
  .idx_sdgs-logo {
    width: 25%;
    padding-left: 0.5rem;
  }
}
.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: "GenJyuuGothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@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;
  -webkit-transform: translate(-4.242px, -50%) rotate(-45deg);
          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: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_section-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_section-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_section-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_section-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_section-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_section-heading {
    font-size: 2.4rem;
  }
}
.pg_section-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_section-heading._with_sub {
  margin-bottom: 0;
}
.pg_section-subheading {
  text-align: center;
  letter-spacing: 0.2em;
  margin: 2em 0;
}
@media only screen and (min-width: 961px) {
  .pg_section-subheading {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_section-subheading {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_section-subheading {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_section-subheading {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_section-subheading {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .pg_section-subheading {
    font-size: 1.4rem;
  }
}
.pg_section-subheading:after {
  display: inline;
  content: "";
  margin-right: -0.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;
}
@media only screen and (min-width: 961px) {
  .pg_vn_target-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_target-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_target-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_target-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_target-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_target-heading {
    font-size: 2.4rem;
  }
}
.pg_vn_target-heading_main {
  display: block;
  color: #c19a24;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.pg_vn_target-heading_main:after {
  display: inline;
  content: "";
  margin-right: -0.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: -0.1em;
}
.pg_vn_target-li_grp {
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-top: -1rem;
  padding: 3rem;
  display: block;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .pg_vn_target-li_grp {
    padding: 3rem 2rem;
  }
}
.pg_vn_target-li {
  padding-left: 1rem;
  padding-top: 1rem;
  display: block;
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .pg_vn_target-li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 480px) {
  .pg_vn_target-li {
    width: 50%;
  }
}
.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;
  -webkit-transform: translateY(-50%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 864px) {
  .pg_vn_intro-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.pg_vn_intro-text_heading._a {
  font-size: 4rem;
  margin: 0.5em 0;
}
@media only screen and (min-width: 961px) {
  .pg_vn_intro-text_heading._a {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_intro-text_heading._a {
    font-size: calc(3.5rem + (1vw - 0.865rem) * (5.2631578947));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_intro-text_heading._a {
    font-size: calc(3rem + (1vw - 0.641rem) * (2.2421524664));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_intro-text_heading._a {
    font-size: calc(2.5rem + (1vw - 0.481rem) * (3.1446540881));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_intro-text_heading._a {
    font-size: calc(2rem + (1vw - 0.321rem) * (3.1446540881));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_intro-text_heading._a {
    font-size: 2rem;
  }
}
.pg_vn_intro-text_heading._b {
  text-align: center;
  margin: 1em 0;
  font-size: 2rem;
}
@media only screen and (min-width: 961px) {
  .pg_vn_intro-text_heading._b {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_intro-text_heading._b {
    font-size: calc(2.25rem + (1vw - 0.865rem) * (1.5789473684));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_intro-text_heading._b {
    font-size: calc(2.1rem + (1vw - 0.641rem) * (0.6726457399));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_intro-text_heading._b {
    font-size: calc(1.95rem + (1vw - 0.481rem) * (0.9433962264));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_intro-text_heading._b {
    font-size: calc(1.8rem + (1vw - 0.321rem) * (0.9433962264));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_intro-text_heading._b {
    font-size: 1.8rem;
  }
}
.pg_vn_intro-text_main {
  white-space: nowrap;
  display: inline-block;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .pg_vn_intro-text_main._a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_intro-text_main._a {
    font-size: calc(1.7rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_intro-text_main._a {
    font-size: calc(1.6rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_intro-text_main._a {
    font-size: calc(1.5rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_intro-text_main._a {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_intro-text_main._a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 961px) {
  .pg_vn_intro-text_main._b {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_intro-text_main._b {
    font-size: calc(1.5rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_intro-text_main._b {
    font-size: calc(1.4rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_intro-text_main._b {
    font-size: calc(1.3rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_intro-text_main._b {
    font-size: calc(1.2rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_intro-text_main._b {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .pg_vn_intro-text_main._b {
    letter-spacing: 0;
    margin: 0;
  }
}

.pg_vn_detail {
  width: 100%;
  max-width: 740px;
  margin: 16rem auto 8rem;
}
.pg_vn_detail-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .pg_vn_detail-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_detail-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_detail-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_detail-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_detail-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_detail-heading {
    font-size: 2.4rem;
  }
}
.pg_vn_detail-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_vn_detail-li_grp {
  margin-top: 8rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pg_vn_detail-li {
  width: 33.3333333333%;
}
@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: 50%;
  }
}
@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: rgb(222.8515283843, 188.0240174672, 82.6484716157);
  border-radius: 50%;
}
@media only screen and (min-width: 640px) {
  .pg_vn_detail-circle._three {
    background-color: rgb(230.8689956332, 204.7270742358, 125.6310043668);
  }
}
@media only screen and (max-width: 640px) {
  .pg_vn_detail-circle._two {
    background-color: rgb(230.8689956332, 204.7270742358, 125.6310043668);
  }
}
.pg_vn_detail-item {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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 {
  -webkit-font-feature-settings: "palt";
          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: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_vn_apply-heading {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_apply-heading {
    font-size: calc(3.4rem + (1vw - 0.865rem) * (4.2105263158));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_apply-heading {
    font-size: calc(3rem + (1vw - 0.641rem) * (1.7937219731));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_apply-heading {
    font-size: calc(2.6rem + (1vw - 0.481rem) * (2.5157232704));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_apply-heading {
    font-size: calc(2.2rem + (1vw - 0.321rem) * (2.5157232704));
  }
}
@media only screen and (max-width: 320px) {
  .pg_vn_apply-heading {
    font-size: 2.2rem;
  }
}
.pg_vn_apply-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_vn_apply-text {
  text-align: center;
  line-height: 1.8em;
}
@media only screen and (min-width: 961px) {
  .pg_vn_apply-text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_vn_apply-text {
    font-size: calc(1.7rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_vn_apply-text {
    font-size: calc(1.6rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_vn_apply-text {
    font-size: calc(1.5rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_vn_apply-text {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .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;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_abt_philosophy-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_abt_philosophy-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_abt_philosophy-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_abt_philosophy-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_abt_philosophy-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_abt_philosophy-heading {
    font-size: 2.4rem;
  }
}
.pg_abt_philosophy-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_abt_philosophy-motto {
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 961px) {
  .pg_abt_philosophy-motto {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_abt_philosophy-motto {
    font-size: calc(2.25rem + (1vw - 0.865rem) * (1.5789473684));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_abt_philosophy-motto {
    font-size: calc(2.1rem + (1vw - 0.641rem) * (0.6726457399));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_abt_philosophy-motto {
    font-size: calc(1.95rem + (1vw - 0.481rem) * (0.9433962264));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_abt_philosophy-motto {
    font-size: calc(1.8rem + (1vw - 0.321rem) * (0.9433962264));
  }
}
@media only screen and (max-width: 320px) {
  .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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .pg_abt_philosophy-name {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_abt_philosophy-name {
    font-size: calc(1.7rem + (1vw - 0.865rem) * (1.0526315789));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_abt_philosophy-name {
    font-size: calc(1.6rem + (1vw - 0.641rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_abt_philosophy-name {
    font-size: calc(1.5rem + (1vw - 0.481rem) * (0.6289308176));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_abt_philosophy-name {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.6289308176));
  }
}
@media only screen and (max-width: 320px) {
  .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 {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 1em 0;
}
@media only screen and (min-width: 961px) {
  .pg_abt_greeting-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_abt_greeting-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_abt_greeting-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_abt_greeting-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_abt_greeting-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_abt_greeting-heading {
    font-size: 2.4rem;
  }
}
.pg_abt_greeting-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_abt_greeting-text {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .pg_abt_greeting-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_abt_greeting-text {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_abt_greeting-text {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_abt_greeting-text {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_abt_greeting-text {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .pg_abt_greeting-text {
    font-size: 1.4rem;
  }
}
.pg_abt_greeting-text p {
  margin-bottom: 1em;
}

/* page-nursinghome */
.pg_nh_service {
  width: 100%;
  background-color: #e6d9b1;
  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: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 961px) {
  .pg_nh_service-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_nh_service-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_nh_service-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_nh_service-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_nh_service-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_nh_service-heading {
    font-size: 2.4rem;
  }
}
.pg_nh_service-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_nh_service-li_grp {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .pg_nh_service-li_grp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  z-index: 1;
  background-color: rgb(222.8515283843, 188.0240174672, 82.6484716157);
  border-radius: 50%;
}
.pg_nh_service-item {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 1.4rem;
}
.pg_nh_service-item_heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.8em;
  letter-spacing: 0.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_flow {
  width: 92%;
  max-width: 740px;
  margin: 12rem auto;
}
.pg_nh_flow-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_nh_flow-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_nh_flow-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_nh_flow-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_nh_flow-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_nh_flow-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_nh_flow-heading {
    font-size: 2.4rem;
  }
}
.pg_nh_flow-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.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: #c19a24;
  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: rgb(222.8515283843, 188.0240174672, 82.6484716157);
  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: #efe7cf;
}
.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-dayservice */
.pg_ds_feature {
  width: 92%;
  max-width: 740px;
  margin: 8rem auto;
}
.pg_ds_feature-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_ds_feature-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_ds_feature-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_ds_feature-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_ds_feature-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_ds_feature-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_ds_feature-heading {
    font-size: 2.4rem;
  }
}
.pg_ds_feature-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_ds_feature-li_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.pg_ds_feature-li {
  width: 33.3333333333%;
  min-width: 246px;
  padding: 1rem;
  margin-bottom: 8rem;
}
.pg_ds_feature-item {
  width: 100%;
}
.pg_ds_feature-circle {
  position: relative;
  width: 85%;
  padding-top: 85%;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #c19a24;
  margin-bottom: 2rem;
}
.pg_ds_feature-item_heading {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.8rem;
}
.pg_ds_feature-item_heading span {
  display: block;
}
.pg_ds_feature-item_heading span:nth-child(1) {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.pg_ds_feature-item_text {
  line-height: 1.8em;
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.pg_ds_feature-scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .pg_ds_feature-scale {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pg_ds_feature-scale_heading {
  width: 246px;
  min-width: 246px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2em;
}
@media only screen and (max-width: 640px) {
  .pg_ds_feature-scale_heading {
    width: auto;
    min-width: initial;
  }
}
.pg_ds_feature-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  height: 100%;
  margin: auto;
  background-color: #e6d9b1;
}
.pg_ds_feature-square span {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pg_ds_feature-square {
    padding: 1em;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .pg_ds_feature-square span {
    display: inline;
  }
}
.pg_ds_feature-scale_text {
  padding: 0 1rem;
  line-height: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .pg_ds_feature-scale_text {
    padding: 0;
  }
}

.pg_ds_pricelist {
  width: 100%;
  max-width: 740px;
  margin: 8rem auto 16rem;
}
.pg_ds_pricelist-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_ds_pricelist-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_ds_pricelist-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_ds_pricelist-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_ds_pricelist-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_ds_pricelist-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_ds_pricelist-heading {
    font-size: 2.4rem;
  }
}
.pg_ds_pricelist-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_ds_pricelist-note {
  margin-top: 4rem;
  line-height: 1.8em;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .pg_ds_pricelist-note {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_ds_pricelist-note {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_ds_pricelist-note {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_ds_pricelist-note {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_ds_pricelist-note {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .pg_ds_pricelist-note {
    font-size: 1.4rem;
  }
}

.pg_ds_pricelist_table {
  width: 100%;
  min-width: 520px;
  margin: auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1rem;
}
@media only screen and (max-width: 864px) {
  .pg_ds_pricelist_table {
    padding: 0 1.6rem;
  }
}
.pg_ds_pricelist_table._shokuhi {
  margin-top: 6rem;
  min-width: 0;
  min-width: initial;
  max-width: 448px;
}
@media only screen and (min-width: 864px) {
  .pg_ds_pricelist_table._shokuhi th {
    width: 136px;
  }
}
.pg_ds_pricelist_table th,
.pg_ds_pricelist_table td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.pg_ds_pricelist_table th {
  width: 30%;
  background-color: rgb(222.8515283843, 188.0240174672, 82.6484716157);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pg_ds_pricelist_table td {
  background-color: #e6e6e6;
}
.pg_ds_pricelist_table td:nth-child(even) {
  background-color: #f2f2f2;
}

/* page-caremanager */
.pg_cm_careplan {
  max-width: 740px;
  width: 92%;
  margin: 8rem auto;
}
.pg_cm_careplan-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
@media only screen and (min-width: 961px) {
  .pg_cm_careplan-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_cm_careplan-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_cm_careplan-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_cm_careplan-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_cm_careplan-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_cm_careplan-heading {
    font-size: 2.4rem;
  }
}
.pg_cm_careplan-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_cm_careplan-heading span {
  display: inline-block;
}
.pg_cm_careplan-item {
  margin: 12rem auto 20rem;
  position: relative;
  z-index: 0;
  width: 100%;
}
.pg_cm_careplan-item::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 864px) {
  .pg_cm_careplan-item {
    margin: 12rem auto;
  }
}
.pg_cm_careplan-illust {
  width: 246px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 864px) {
  .pg_cm_careplan-illust {
    -webkit-transform: none;
            transform: none;
    top: 0;
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
  }
}
.pg_cm_careplan-illust img {
  display: block;
  height: 256px;
  width: auto;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 864px) {
  .pg_cm_careplan-illust img {
    height: 140px;
  }
}
.pg_cm_careplan-illust._rabbit {
  left: initial;
  right: 0;
}
.pg_cm_careplan-circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  width: 493px;
  height: 0;
  padding-top: 493px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 864px) {
  .pg_cm_careplan-circle {
    width: 240px;
    padding-top: 240px;
  }
}
@media only screen and (min-width: 864px) {
  .pg_cm_careplan-circle._frog {
    left: 75%;
  }
}
.pg_cm_careplan-circle._rabbit {
  background-color: #e6d9b1;
}
@media only screen and (min-width: 864px) {
  .pg_cm_careplan-circle._rabbit {
    left: 25%;
  }
}
@media only screen and (max-width: 864px) {
  .pg_cm_careplan-case {
    padding-top: 4rem;
    text-align: center;
  }
}
.pg_cm_careplan-li_grp {
  padding-left: 1.25em;
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media only screen and (min-width: 961px) {
  .pg_cm_careplan-li_grp {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_cm_careplan-li_grp {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_cm_careplan-li_grp {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_cm_careplan-li_grp {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_cm_careplan-li_grp {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .pg_cm_careplan-li_grp {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 864px) {
  .pg_cm_careplan-li_grp {
    float: right;
  }
}
.pg_cm_careplan-li {
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.pg_cm_careplan-li:not(:last-child) {
  margin-bottom: 1.5em;
}
.pg_cm_careplan-text {
  padding-top: 4rem;
  position: relative;
  line-height: 2em;
  margin: auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 961px) {
  .pg_cm_careplan-text {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_cm_careplan-text {
    font-size: calc(2.85rem + (1vw - 0.865rem) * (1.5789473684));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_cm_careplan-text {
    font-size: calc(2.7rem + (1vw - 0.641rem) * (0.6726457399));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_cm_careplan-text {
    font-size: calc(2.55rem + (1vw - 0.481rem) * (0.9433962264));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_cm_careplan-text {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (0.9433962264));
  }
}
@media only screen and (max-width: 320px) {
  .pg_cm_careplan-text {
    font-size: 2.4rem;
  }
}

.pg_cm_role {
  width: 100%;
  max-width: 960px;
  margin: auto;
  width: 92%;
  margin: 8rem auto;
}
.pg_cm_role-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_cm_role-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_cm_role-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_cm_role-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_cm_role-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_cm_role-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_cm_role-heading {
    font-size: 2.4rem;
  }
}
.pg_cm_role-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_cm_role-heading span {
  display: inline-block;
}
.pg_cm_role-li_grp {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin-left: -3rem;
}
.pg_cm_role-li {
  padding-left: 3rem;
  width: 240px;
}
.pg_cm_role-item_heading {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 6em;
  width: 100%;
  text-align: center;
  font-weight: 900;
  line-height: 1.6em;
}
.pg_cm_role-item_heading br {
  margin-right: -0.1em;
}
.pg_cm_role-item_heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_cm_role-item_text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 8rem;
}

/* page-recruit */
.pg_rct_staff {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin: 8rem auto;
}
.pg_rct_staff-heading {
  text-align: center;
  color: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_rct_staff-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_rct_staff-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_rct_staff-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_rct_staff-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_rct_staff-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_rct_staff-heading {
    font-size: 2.4rem;
  }
}
.pg_rct_staff-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_rct_staff-li_grp {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      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: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.pg_rct_staff-salary {
  font-size: 1.6rem;
  width: 98%;
  margin: 4rem auto;
  text-align: center;
  background-color: #77cde1;
  border-radius: 99px;
  padding: 0.5em;
  -webkit-font-feature-settings: "palt";
          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;
  -webkit-font-feature-settings: "palt";
          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;
  -webkit-font-feature-settings: "palt";
          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: 0.1em;
  text-align: center;
  line-height: 1.6em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  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%;
  -webkit-transform: translate(-50%, 0);
          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;
  -webkit-transform: translate(-50%, 0);
          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: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_rct_form-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_rct_form-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_rct_form-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_rct_form-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_rct_form-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_rct_form-heading {
    font-size: 2.4rem;
  }
}
.pg_rct_form-heading:after {
  display: inline;
  content: "";
  margin-right: -0.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;
}
@media only screen and (min-width: 961px) {
  .pg_rct_form-note {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_rct_form-note {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_rct_form-note {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_rct_form-note {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_rct_form-note {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .pg_rct_form-note {
    font-size: 1.4rem;
  }
}
.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;
  -webkit-font-feature-settings: "palt";
          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: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_sdgs_intro-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_sdgs_intro-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_sdgs_intro-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_sdgs_intro-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_sdgs_intro-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_sdgs_intro-heading {
    font-size: 2.4rem;
  }
}
.pg_sdgs_intro-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_sdgs_intro-text {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .pg_sdgs_intro-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_sdgs_intro-text {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_sdgs_intro-text {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_sdgs_intro-text {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_sdgs_intro-text {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .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: #c19a24;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 961px) {
  .pg_sdgs_goals-heading {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_sdgs_goals-heading {
    font-size: calc(4.2rem + (1vw - 0.865rem) * (6.3157894737));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_sdgs_goals-heading {
    font-size: calc(3.6rem + (1vw - 0.641rem) * (2.6905829596));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_sdgs_goals-heading {
    font-size: calc(3rem + (1vw - 0.481rem) * (3.7735849057));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_sdgs_goals-heading {
    font-size: calc(2.4rem + (1vw - 0.321rem) * (3.7735849057));
  }
}
@media only screen and (max-width: 320px) {
  .pg_sdgs_goals-heading {
    font-size: 2.4rem;
  }
}
.pg_sdgs_goals-heading:after {
  display: inline;
  content: "";
  margin-right: -0.1em;
}
.pg_sdgs_goals-text {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 961px) {
  .pg_sdgs_goals-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 865px) and (max-width: 960px) {
  .pg_sdgs_goals-text {
    font-size: calc(1.55rem + (1vw - 0.865rem) * (0.5263157895));
  }
}
@media only screen and (min-width: 641px) and (max-width: 864px) {
  .pg_sdgs_goals-text {
    font-size: calc(1.5rem + (1vw - 0.641rem) * (0.2242152466));
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pg_sdgs_goals-text {
    font-size: calc(1.45rem + (1vw - 0.481rem) * (0.3144654088));
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .pg_sdgs_goals-text {
    font-size: calc(1.4rem + (1vw - 0.321rem) * (0.3144654088));
  }
}
@media only screen and (max-width: 320px) {
  .pg_sdgs_goals-text {
    font-size: 1.4rem;
  }
}
.pg_sdgs_goals-text p {
  margin-bottom: 1em;
}/*# sourceMappingURL=common.css.map */