@charset "UTF-8";
/*
Theme Name:
License: うとね
License URI: https://utone.jp
Version : 1.0
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --key_yellow: #D7C200;
  --illust_gray: #C7C6C1;
  --beige_01: #F4F3EF;
  --beige_02: #F3EFF4;
  --beige_03: #F1F5ED;
  --gray: #878681;
  --black: #383D3E;
  --beige: #F4F3EF;
  --small_ttl: #878681;
  --font_main: "noto-sans-cjk-jp", sans-serif;
  --font_key: "dnp-shuei-gothic-gin-std", sans-serif;
}

/* 全体的なサイト設定
========================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: max(1.2vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.03rem;
}
html.contact_html {
  scroll-behavior: auto;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: var(--black, #383D3E);
  position: relative;
  counter-reset: number 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}
body.open {
  overflow: hidden !important;
}
body.modal_active {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

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

i {
  font-weight: bold;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--key_bk, #383D3E);
  text-decoration: none;
  display: inline-block;
}

strong {
  font-weight: 500;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(236, 255, 173, 0.5)));
  background: -webkit-linear-gradient(transparent 50%, rgba(236, 255, 173, 0.5) 0%);
  background: linear-gradient(transparent 50%, rgba(236, 255, 173, 0.5) 0%);
  display: inline;
  padding: 0 0 4px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* width関連
========================== */
.w_xl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 92vw;
}
.w_l {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 88vw;
}
@media only screen and (max-width: 600px) {
  .w_l {
    width: 92vw;
  }
}
.w_m {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 77vw;
}
@media only screen and (max-width: 960px) {
  .w_m {
    width: 88vw;
  }
}
@media only screen and (max-width: 600px) {
  .w_m {
    width: 92vw;
  }
}
.w_s {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 68vw;
}
@media only screen and (max-width: 960px) {
  .w_s {
    width: 77vw;
  }
}
@media only screen and (max-width: 600px) {
  .w_s {
    width: 92vw;
  }
}
.w_xs {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 58vw;
}
@media only screen and (max-width: 960px) {
  .w_xs {
    width: 77vw;
  }
}
@media only screen and (max-width: 600px) {
  .w_xs {
    width: 92vw;
  }
}

.mb_xl {
  margin-bottom: 130px;
}
@media only screen and (max-width: 960px) {
  .mb_xl {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .mb_xl {
    margin-bottom: 18%;
  }
}
.mb_l {
  margin-bottom: 90px;
}
@media only screen and (max-width: 960px) {
  .mb_l {
    margin-bottom: 60px;
  }
}
.mb_m {
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .mb_m {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_m {
    margin-bottom: 30px;
  }
}
.mb_s {
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .mb_s {
    margin-bottom: 20px;
  }
}
.mb_xs {
  margin-bottom: 10px;
}
.mb_0 {
  margin-bottom: 0;
}

.mt_xl {
  margin-top: 130px;
}
@media only screen and (max-width: 960px) {
  .mt_xl {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .mt_xl {
    margin-top: 18%;
  }
}

.pt_m {
  padding-top: 45px;
}
@media only screen and (max-width: 960px) {
  .pt_m {
    padding-top: 90px;
  }
}

.fz_09 {
  font-size: 0.9em;
}
.fz_08 {
  font-size: 0.8em;
}

.inline_block {
  display: inline-block;
}

/* common
========================== */
.cmmn_title_l {
  font-family: var(--font_key);
  font-size: max(5.4vw, 47px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.cmmn_title_m {
  font-family: var(--font_key);
  font-size: max(2.9vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: var(--key_bk, #383D3E);
}

.cmmn_title_ja_en {
  text-align: center;
  margin-bottom: 2rem;
}
.cmmn_title_ja_en .ja {
  color: var(--key_bk, #383D3E);
  font-family: var(--font_key);
  font-size: 30px;
  font-size: max(2.1vw, 22px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.cmmn_title_ja_en .en {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: var(--small_ttl, #878681);
}
.cmmn_title_ja_en .en::before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: var(--gray);
}

.cmmn_title_s {
  color: var(--gray);
  font-weight: 600;
  line-height: normal;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  font-family: var(--font_key);
}
.cmmn_title_s span {
  font-family: var(--font_main);
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
}
.cmmn_title_s span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  margin: 0 0.6em 0.3em;
  background-color: var(--gray);
}
.cmmn_title_s.center {
  text-align: center;
}

.cmmn_text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.cmmn_btn {
  color: var(--key_bk, #383D3E);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5rem;
  border: 1px solid var(--small_ttl, #878681);
  display: block;
  padding: 1em 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: max(30vw, 20em);
}
.cmmn_btn span {
  width: 2em;
  height: 2em;
  position: relative;
  display: block;
}
.cmmn_btn span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--key_yellow);
}
.cmmn_btn span::after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmmn_btn:hover {
  color: rgba(56, 61, 62, 0.7);
}
.cmmn_btn:hover span::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.cmmn_btn.sz_m {
  padding: 0.75em 1em;
  width: max(22vw, 18em);
}
.cmmn_btn.sz_m span {
  width: 1.5em;
  height: 1.5em;
}

.cmmn_btn.mini {
  padding: 0.5em 0.8em;
  width: max(16.5vw, 13em);
}
.cmmn_btn.mini span {
  width: 1.5em;
  height: 1.5em;
}

.cmmn_btn.target span::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 0.8em;
  background-image: url(./assets/images/icon/target_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmmn_btn.target span::after span {
  width: 1.5em;
  height: 1.5em;
}
.cmmn_btn.target span::after span::after {
  width: 40%;
  height: 40%;
}

.cmmn_btn.arrow:hover span::after {
  -webkit-animation: anim_arrow 0.5s 1;
          animation: anim_arrow 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes anim_arrow {
  0% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0.05em);
            transform: translateX(0.05em);
  }
}
@keyframes anim_arrow {
  0% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0.05em);
            transform: translateX(0.05em);
  }
}
.cmmn_btn.arrow.white span::before {
  background-color: #fff;
}
.cmmn_btn.arrow.white span::after {
  background-image: url(./assets/images/icon/arrow_yellow.svg);
}
.cmmn_btn.arrow.yellow span::before {
  background-color: var(--key_yellow);
}
.cmmn_btn.arrow.yellow span::after {
  background-image: url(./assets/images/icon/arrow_white.svg);
}
.cmmn_btn.arrow.bg_white {
  background-color: #fff;
  border: 1px solid #fff;
}
.cmmn_btn.arrow.reverse span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmmn_btn.arrow.reverse:hover span::after {
  -webkit-animation: anim_arrow_re 0.5s 1;
          animation: anim_arrow_re 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes anim_arrow_re {
  0% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-0.05em);
            transform: translateX(-0.05em);
  }
}
@keyframes anim_arrow_re {
  0% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-0.05em);
            transform: translateX(-0.05em);
  }
}

.cmmn_btn_border {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
  padding: 0.4em 0;
}
.cmmn_btn_border:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 1px;
  background: var(--gray);
}
.cmmn_btn_border span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1.5em;
  position: relative;
}
.cmmn_btn_border span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--key_yellow);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.cmmn_btn_border span::after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(./assets/images/icon/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmmn_btn_border:hover:before {
  -webkit-animation: anim_line 0.6s 1;
          animation: anim_line 0.6s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cmmn_btn_border:hover span::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@-webkit-keyframes anim_line {
  0% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}
@keyframes anim_line {
  0% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50.1% {
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 0% 0;
            transform-origin: 0% 0;
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}

.cmmn_btn_s {
  font-family: var(--font_key);
  font-size: max(1.2vw, 14px);
  padding: 0.2em 0.4em;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid var(--illust_gray, #C7C6C1);
  background: #fff;
}
.cmmn_btn_s:hover {
  border: 1px solid var(--small_ttl, #878681);
  background: var(--beige_01, #F4F3EF);
}

.cmmn_target_blank::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 0.8em;
  margin-left: 0.8em;
  background-image: url(./assets/images/icon/target_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_target_blank:hover::after {
  background-image: url(./assets/images/icon/target_blank_hover.svg);
}

.cmmn_icon_tel::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url(./assets/images/icon/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cmmn_icon_fax::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url(./assets/images/icon/fax.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cmmn_pc_none_sp_block {
  display: none;
}
@media only screen and (max-width: 600px) {
  .cmmn_pc_none_sp_block {
    display: block;
  }
}

.cmmn_top_sct {
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct {
    margin-bottom: 5rem;
  }
}
.cmmn_top_sct::before {
  content: "";
  display: block;
  width: 187%;
  height: 100%;
  position: absolute;
  top: 2vw;
  left: -8vw;
  margin: auto;
  background-image: url(./assets/images/icon/wwww_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct::before {
    width: 220%;
    height: 50%;
    top: 5vw;
    left: -42vw;
  }
}
.cmmn_top_sct .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9rem 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct .inner {
    display: block;
  }
}
.cmmn_top_sct .text_wrap {
  width: 40%;
  padding-left: 4vw;
  padding-right: 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct .text_wrap {
    padding: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.cmmn_top_sct .text_wrap .title .ja {
  font-family: var(--font_key);
  font-size: max(3vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--key_bk, #383D3E);
}
.cmmn_top_sct .text_wrap .title .ja.sub {
  font-size: max(1.9vw, 17px);
}
.cmmn_top_sct .text_wrap .title .en {
  color: var(--gray);
  font-weight: 600;
  line-height: normal;
  font-size: max(1.1vw, 17px);
  letter-spacing: 0.05em;
  font-family: var(--font_key);
}
.cmmn_top_sct.company .image_wrap {
  display: none;
}
.cmmn_top_sct .image_wrap {
  width: 60%;
  position: relative;
  z-index: 1;
  padding-top: 44%;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct .image_wrap {
    margin-left: auto;
    width: 95%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_top_sct .image_wrap {
    padding-top: 70%;
  }
}
.cmmn_top_sct .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.cmmn_top_sct.sz_s {
  background-color: var(--beige_01);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct.sz_s {
    margin-bottom: 3rem;
  }
}
.cmmn_top_sct.sz_s .image {
  position: relative;
  z-index: 1;
  padding-top: 62.5%;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
}
.cmmn_top_sct.sz_s .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_top_sct.sz_s::before {
  width: 150%;
  height: 200%;
  min-width: 1500px;
  min-height: 500px;
  top: 0;
  bottom: 0;
  left: -5%;
  background-image: url(./assets/images/icon/ww_white.svg);
}
.cmmn_top_sct.sz_s .text_wrap {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cmmn_top_sct.sz_s .text_wrap {
    margin-bottom: 0;
  }
}
.cmmn_top_sct.sz_s .text_wrap .title .ja {
  font-size: max(2.8vw, 30px);
}

.cmmn_image_box .link {
  display: block;
}
.cmmn_image_box .link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmmn_image_box .link:hover .cmmn_btn.arrow span::after {
  -webkit-animation: anim_arrow 0.5s 1;
          animation: anim_arrow 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes anim_arrow {
  0% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0.05em);
            transform: translateX(0.05em);
  }
}
.cmmn_image_box .link:hover .cmmn_btn:hover {
  color: var(--key_bk, #383D3E);
}
.cmmn_image_box.hover_none {
  pointer-events: none;
}
.cmmn_image_box .image {
  position: relative;
  z-index: 1;
  padding-top: 62.5%;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
}
.cmmn_image_box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_image_box .title {
  width: auto;
  border-radius: 0;
  border: none;
  padding: 0 0 0.8rem 0;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid var(--illust_gray, #C7C6C1);
}
.cmmn_image_box .title .fz_s {
  font-size: max(0.9vw, 14px);
}
.cmmn_image_box .title .fz_l {
  font-size: max(1.2vw, 18px);
  width: calc(100% - 2em);
}
.cmmn_image_box .text {
  font-size: max(0.9vw, 14px);
}

.cmmn_article .link {
  display: block;
}
.cmmn_article .link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmmn_article .link:hover .time, .cmmn_article .link:hover .title {
  opacity: 0.7;
}
.cmmn_article .image_box {
  position: relative;
}
.cmmn_article .image_box .image {
  position: relative;
  z-index: 1;
  padding-top: 62.5%;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
}
.cmmn_article .image_box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_article .image_box .category {
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: max(0.95vw, 12px);
  font-family: var(--font_key);
  font-weight: 600;
  background-color: #fff;
  padding: 0.1em 0.35em;
  border-radius: 0px 5px 0px 0px;
}
.cmmn_article .time {
  font-size: max(0.95vw, 12px);
  margin-bottom: 0.2em;
}
.cmmn_article .title {
  font-size: max(1.4vw, 16px);
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.cmmn_article .tag {
  display: inline-block;
}
.cmmn_article .tag:not(:last-child) {
  margin-right: 0.5em;
}
.cmmn_article .tag a {
  font-family: var(--font_key);
  font-size: max(0.9vw, 12px);
  padding: 0.1em 0.2em;
  border-radius: 5px;
  border: 1px solid var(--illust_gray, #C7C6C1);
  background: #fff;
}
.cmmn_article .tag a:hover {
  border: 1px solid var(--small_ttl, #878681);
  background: var(--beige_01, #F4F3EF);
}

.cmmn_contact_sct {
  background: #EBE080;
  padding: 3.5rem 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct.white {
    background-color: #fff;
    padding: 1.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct.white .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct.white .map_wrap {
    width: 85%;
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct.white .map_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct.white .text_wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct.white .text_wrap dl .content {
    border-bottom: 1px solid var(--illust_gray);
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct.white .cmmn_btn {
    border: 1px solid var(--small_ttl, #878681);
  }
}
.cmmn_contact_sct .cmmn_title_s {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--key_bk, #383D3E);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmmn_contact_sct .text {
  text-align: center;
  font-size: max(1vw, 15px);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct .text {
    margin-bottom: 2.5rem;
  }
}
.cmmn_contact_sct .text .top {
  display: none;
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct .text .top {
    display: block;
  }
}
.cmmn_contact_sct .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cmmn_contact_sct .map_wrap {
  width: 41%;
  height: 23rem;
}
@media only screen and (max-width: 1250px) {
  .cmmn_contact_sct .map_wrap {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct .map_wrap {
    width: 100%;
  }
}
.cmmn_contact_sct .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.cmmn_contact_sct .text_wrap {
  width: 53%;
}
@media only screen and (max-width: 1250px) {
  .cmmn_contact_sct .text_wrap {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct .text_wrap {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.cmmn_contact_sct .text_wrap dl {
  font-family: var(--font_key);
  font-weight: 600;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct .text_wrap dl {
    margin: auto;
    margin-bottom: 2rem;
    width: 85%;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct .text_wrap dl {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .cmmn_contact_sct .text_wrap dl {
    width: 85%;
  }
}
@media only screen and (max-width: 425px) {
  .cmmn_contact_sct .text_wrap dl {
    width: 100%;
  }
}
.cmmn_contact_sct .text_wrap dl .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #f5f5f5;
}
.cmmn_contact_sct .text_wrap dl .content:not(:last-child) {
  margin-bottom: 0.9rem;
}
.cmmn_contact_sct .text_wrap dl .content dt {
  font-size: max(1.25vw, 16px);
  width: max(15%, 7em);
}
.cmmn_contact_sct .text_wrap dl .content .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_sct .text_wrap dl .content .box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct .text_wrap dl .content .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.cmmn_contact_sct .text_wrap dl .content .box dd {
  font-size: max(1.25vw, 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8em;
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct .text_wrap dl .content .box dd {
    margin: 0;
  }
}
.cmmn_contact_sct .text_wrap dl .content .sns_list {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmn_contact_sct .text_wrap dl .content .sns_list li {
  margin: 0 5%;
  width: 22%;
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_sct .text_wrap dl .content .sns_list li {
    width: 35%;
  }
}
.cmmn_contact_sct .text_wrap dl .content .sns_list a {
  display: block;
}
.cmmn_contact_sct .text_wrap dl .content .sns_list img {
  display: block;
  width: 100%;
  height: auto;
}

.cmmn_information_sct {
  background-color: var(--beige_03, #F1F5ED);
  padding: 3.5rem 0;
  margin-bottom: 2rem;
}
.cmmn_information_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
.cmmn_information_sct .inner {
  padding: 0 5%;
}
@media only screen and (max-width: 600px) {
  .cmmn_information_sct .inner {
    padding: 0;
  }
}
.cmmn_information_sct .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_information_sct .wrap {
    display: block;
  }
}
.cmmn_information_sct .map_wrap {
  width: 43.5%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .cmmn_information_sct .map_wrap {
    width: 100%;
    height: 50vw;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_information_sct .map_wrap {
    height: 80vw;
  }
}
.cmmn_information_sct .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.cmmn_information_sct .text_wrap {
  width: 52.5%;
  border-top: 1px solid var(--illust_gray);
  border-bottom: 1px solid var(--illust_gray);
}
@media only screen and (max-width: 768px) {
  .cmmn_information_sct .text_wrap {
    width: 100%;
  }
}
.cmmn_information_sct .text_wrap .content {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--illust_gray);
}
.cmmn_information_sct .text_wrap .content .title {
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .cmmn_information_sct .text_wrap .content .title {
    margin-bottom: 0.5rem;
  }
}
.cmmn_information_sct .text_wrap .content .title .fz_s {
  font-size: max(1vw, 13px);
}
.cmmn_information_sct .text_wrap .content .title .fz_l {
  font-size: max(1.65vw, 22px);
}
.cmmn_information_sct .text_wrap .content .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.cmmn_information_sct .text_wrap .content .contact p {
  font-size: max(1.25vw, 18px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8em;
}
.cmmn_information_sct .text_wrap .location {
  padding: 1.5rem 0;
}
.cmmn_information_sct .text_wrap .location .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.25rem;
}
.cmmn_information_sct .text_wrap .location .link {
  text-align: center;
  font-size: max(0.9vw, 12px);
}
.cmmn_information_sct .text_wrap .location .link a {
  border-bottom: 1px solid var(--small_ttl, #878681);
}
.cmmn_information_sct .text_wrap .location .link a:hover {
  opacity: 0.7;
}

.cmmn_accordion_box:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.cmmn_accordion_box .wrap {
  position: relative;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .wrap {
    padding-bottom: 2rem;
  }
}
.cmmn_accordion_box .wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--beige_02, #F3EFF4);
  border-radius: 6px;
}
.cmmn_accordion_box .wrap .inner {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cmmn_accordion_box .wrap .text_wrap {
  margin-top: 15%;
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .wrap .text_wrap {
    width: 100%;
    margin-top: 0;
  }
}
.cmmn_accordion_box .wrap .text_wrap .title {
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(3.1vw, 26px);
  letter-spacing: 0.05em;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .wrap .text_wrap .title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 425px) {
  .cmmn_accordion_box .wrap .text_wrap .title {
    font-size: 6vw;
  }
}
.cmmn_accordion_box .wrap .image_wrap {
  width: 62%;
  position: relative;
  z-index: 1;
  padding-top: 38%;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .wrap .image_wrap {
    width: 100%;
    padding-top: 55%;
    margin-bottom: 2rem;
  }
}
.cmmn_accordion_box .wrap .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
.cmmn_accordion_box .accordion {
  background: var(--beige_02, #F3EFF4);
  padding-bottom: 3rem;
  border-radius: 0 0 6px 6px;
}
.cmmn_accordion_box .accordion .inner {
  width: 90%;
  margin: auto;
  border-top: 1px solid var(--illust_gray, #C7C6C1);
  border-bottom: 1px solid var(--illust_gray, #C7C6C1);
}
.cmmn_accordion_box .accordion .cmmn_plus_box {
  padding: 1.2rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmn_accordion_box .accordion .cmmn_plus_box:hover {
  background: #FEFAFF;
}
.cmmn_accordion_box .accordion .cmmn_plus_box.active:hover {
  background: unset;
}
.cmmn_accordion_box .accordion .cmmn_plus_box .plus {
  position: relative;
  margin: 0 0 0 1rem;
}
.cmmn_accordion_box .accordion .text_box {
  padding: 1.2rem 0;
  position: relative;
}
.cmmn_accordion_box .accordion .text_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: var(--illust_gray, #C7C6C1);
}
.cmmn_accordion_box .accordion .text_box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmn_accordion_box .accordion .text_box .box:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .accordion .text_box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmmn_accordion_box .accordion .text_box .box dt {
  font-family: var(--font_key);
  font-weight: 600;
  width: 17%;
  min-width: 125px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .cmmn_accordion_box .accordion .text_box .box dt {
    margin-bottom: 0.75rem;
    width: auto;
    min-width: unset;
  }
}
.cmmn_accordion_box .accordion .text_box .box .dd_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cmmn_accordion_box .accordion .text_box .box dd {
  margin: 0.3em;
}
.cmmn_accordion_box .accordion .text_box .box .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmn_accordion_box .accordion .text_box .box .name .sz_s {
  font-size: 0.9rem;
  margin-left: 0.5em;
}
.cmmn_accordion_box .accordion .text_box .content {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .cmmn_accordion_box .accordion .text_box .content {
    width: 100%;
  }
}

.cmmn_balloon {
  position: relative;
}
.cmmn_balloon.show .title::before {
  opacity: 1;
}
.cmmn_balloon.show .title::after {
  opacity: 0.7;
}
.cmmn_balloon.show .text {
  top: 4.1em;
}
.cmmn_balloon .title {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.1em 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.cmmn_balloon .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid var(--illust_gray);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.cmmn_balloon .title::after {
  content: "？";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  background-color: var(--beige_02, #F3EFF4);
  color: var(--small_ttl, #878681);
  font-size: 1em;
  line-height: 1.5em;
  border-radius: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_balloon .text {
  display: none;
  position: absolute;
  font-size: 0.88em;
  background-color: #fff;
  padding: 0.5em;
  width: 180%;
  top: 3.7em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .cmmn_balloon .text {
    width: 100%;
  }
}
.cmmn_balloon .text::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: -4em;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.cmmn_balloon .text::after {
  content: "";
  display: block;
  position: absolute;
  top: -1.2em;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-bottom: 1.5em solid #fff;
  border-top: 0;
  z-index: 1;
}

.cmmn_contact_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5vw;
  margin-bottom: 6rem;
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(1.25vw, 18px);
}
@media only screen and (max-width: 768px) {
  .cmmn_contact_list {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cmmn_contact_list .content {
  border-bottom: 1px solid var(--illust_gray);
  padding: 1em 0;
}
.cmmn_contact_list .content:first-child, .cmmn_contact_list .content:nth-child(2) {
  border-top: 1px solid var(--illust_gray);
}
@media only screen and (max-width: 600px) {
  .cmmn_contact_list .content:nth-child(2) {
    border-top: none;
  }
}
.cmmn_contact_list .title {
  text-align: center;
  margin-bottom: 0.8em;
}
.cmmn_contact_list .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cmmn_contact_list .text p {
  margin: 0 0.25em;
}

.cmmn_object {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 66.666%;
  border-radius: 5px;
  overflow: hidden;
}
.cmmn_object img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.cmmn_scroll.top {
  margin-bottom: 0.5rem;
}
.cmmn_scroll.bottom {
  margin-bottom: 2rem;
}
.cmmn_scroll .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cmmn_scroll ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cmmn_scroll ul li {
  width: 28.5714285714vw;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .cmmn_scroll ul li {
    width: 33.3333333333vw;
  }
}
.cmmn_scroll ul li .image {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 66.666%;
}
.cmmn_scroll ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
.cmmn_scroll .scroll_left {
  -webkit-animation: infinity_scroll_left 80s infinite linear 0.5s both;
          animation: infinity_scroll_left 80s infinite linear 0.5s both;
}
.cmmn_scroll .scroll_right {
  -webkit-animation: infinity_scroll_right 80s infinite linear 0.5s both;
          animation: infinity_scroll_right 80s infinite linear 0.5s both;
}

@-webkit-keyframes infinity_scroll_left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity_scroll_left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity_scroll_right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity_scroll_right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.js_plus_children {
  display: none;
}

.js_list {
  display: none;
}

.cmmn_plus_box {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_plus_box:hover {
  background: #F2F2EB;
}
.cmmn_plus_box.active:hover {
  background: unset;
}
.cmmn_plus_box:hover .plus span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cmmn_plus_box .plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: max(1vw, 28px);
  height: max(1vw, 28px);
}
.cmmn_plus_box .plus:before, .cmmn_plus_box .plus::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  -webkit-transform: none;
          transform: none;
}
.cmmn_plus_box .plus::before {
  width: max(0.7vw, 12px);
  height: max(0.1vw, 2px);
  z-index: 1;
}
.cmmn_plus_box .plus::after {
  width: max(0.1vw, 2px);
  height: max(0.7vw, 12px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_plus_box .plus span {
  width: 100%;
  height: 100%;
  background-color: var(--key_yellow);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmmn_plus_box .plus span:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.cmmn_plus_box.active span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

/* cmmn_pagenavi ------------------- */
.cmmn_pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(1.3vw, 18px);
  color: var(--illust_gray, #C7C6C1);
  font-family: var(--font_key);
  font-weight: 600;
}
.cmmn_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmmn_pagenavi .wp-pagenavi a {
  border: none;
  margin: 0 0.5em;
  color: var(--illust_gray);
}
.cmmn_pagenavi .wp-pagenavi a:hover {
  color: var(--black);
}
.cmmn_pagenavi .wp-pagenavi span {
  border: none;
  margin: 0;
  padding: 0;
}
.cmmn_pagenavi .wp-pagenavi span.current {
  margin: 0 0.5em;
  border: none;
  border-bottom: 1px solid var(--key_yellow);
  color: var(--black);
}
.cmmn_pagenavi .wp-pagenavi .nextpostslink, .cmmn_pagenavi .wp-pagenavi .previouspostslink {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background-color: var(--key_yellow);
}
.cmmn_pagenavi .wp-pagenavi .nextpostslink .cmmn_btn::before {
  content: "NEXT";
}
.cmmn_pagenavi .wp-pagenavi .previouspostslink .cmmn_btn::before {
  content: "BACK";
}
.cmmn_pagenavi .wp-pagenavi .cmmn_btn {
  width: auto;
  position: relative;
}
.cmmn_pagenavi .wp-pagenavi .cmmn_btn::before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  bottom: -2.5em;
  color: var(--small_ttl, #878681);
  font-size: 0.65em;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.cmmn_pagenavi .wp-pagenavi .cmmn_btn span {
  width: 1.5em;
  height: 1.5em;
}

/*------------------------------------------------
お申し込みフォーム
------------------------------------------------- */
#customForm .cmmn_btn {
  background-color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#customForm .recptcha_notes {
  font-size: max(0.8vw, 12px);
  text-align: center;
}
#customForm .form_bk {
  background-color: rgba(255, 255, 255, 0.6);
}
#customForm dl {
  margin: 0 auto 4rem;
}
#customForm dl dt {
  float: left;
  padding: 0.7rem 0 0 0.5rem;
  width: 26%;
}
#customForm dl dt.required:after {
  content: "＊";
  color: red;
  font-size: max(0.8vw, 12px);
  display: inline-block;
  -webkit-transform: translate(0px, -4px);
          transform: translate(0px, -4px);
}
#customForm dl dd {
  padding: 0.75rem 1rem 1px 30%;
}
#customForm dl dd .your_address {
  background: var(--key_yellow);
  color: #FFF;
  width: 8.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: max(0.8vw, 12px);
  margin-bottom: 0;
}
#customForm dl dd input,
#customForm dl dd textarea {
  margin: 0 0 0.85rem 0;
  font-size: 0.85rem;
  line-height: 1.8;
  padding: 0.3rem;
  border: none;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
#customForm dl dd input[type=checkbox] {
  margin: 0 0.5rem 0.15rem 0;
  cursor: pointer;
}
#customForm dl dd input[type=radio] {
  margin: 0 0.5rem 0.15rem 0;
  cursor: pointer;
}
#customForm dl dd textarea {
  width: 100%;
  height: 15rem;
  display: block;
}
#customForm dl dd input.haba {
  display: block;
  width: 100%;
}
#customForm dl dd input.half {
  display: block;
  width: 45%;
}
#customForm dl dd select {
  margin: 0 0 1.25rem 0;
  font-size: 0.9rem;
  line-height: 1.8;
  padding: 0.25rem;
  display: block;
  border-color: #ddd;
  padding: 0.5rem;
  border-radius: 5px;
  width: 45%;
}
#customForm dl dd.kugiri {
  border-bottom: 0.25rem solid #ddd;
}

dl.brdr dd {
  border-bottom: 1px solid #ddd;
}

#cfAddressConfirm {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin: 0 0 1.25rem 0;
  padding: 0.5rem;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #B2B2B2;
}

label {
  cursor: pointer;
}

.checkLayout01 label {
  display: block;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
  padding: 0.6rem 0.5rem 0.5rem;
}
.checkLayout01 label:last-child {
  border-bottom: none !important;
  margin-bottom: 1.25rem;
}
.checkLayout01 .caution label:last-child {
  margin-bottom: 0.5rem;
}
.checkLayout01 label.ag:hover {
  font-weight: bold;
}
.checkLayout01 label.ag.on {
  font-weight: bold;
}

.checkLayout02 label {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.checkLayout02 label.ag {
  padding: 0px 0.4rem;
  border: 1px solid #e6e6e6;
  margin: 0 0.25rem 0.5rem 0;
  border-radius: 5px;
}
.checkLayout02 label.ag:hover {
  border: 1px solid #999;
  font-weight: bold;
}
.checkLayout02 label.ag.on {
  font-weight: bold;
}

h4.tit_h4_inform {
  margin: 0 0 0.5rem 0;
}

.policyBox_inform {
  width: 100% !important;
  height: 7.5rem;
  padding: 0.5rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #ccc;
  font-size: 0.8rem;
}
.policyBox_inform h2 {
  font-size: 1.6rem;
  background: #f2f2f2;
  width: 100%;
  margin-left: 0;
}

.halfBox,
.oneThirdBox,
.zipBox {
  width: 100%;
}

.halfBox span.formWrap {
  width: 48%;
  display: block;
  float: left;
}
.halfBox span.formWrap:last-child {
  float: right;
}
.halfBox span.formWrap input {
  width: 93%;
}

.oneThirdBox span.formWrap {
  width: 25%;
  display: block;
  float: left;
}

.oneThirdBox span.formWrap input {
  width: 93%;
}

.zipBox span.formWrap {
  width: 55%;
  display: block;
  float: left;
}

span#postcode_span {
  float: left;
  margin: 0 0.5rem 0 0;
  line-height: 1.5rem;
}

.cfConfirm_button {
  text-align: center;
}

.cfConfirm_button > button,
.cfConfirm_button > input {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.privacy {
  font-size: max(0.8vw, 13px);
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .privacy {
    text-align: left;
  }
}
.privacy a {
  display: inline;
  text-decoration: underline;
  color: #246aa7;
}

/* validate ---------------------*/
.validate_attention {
  position: relative;
  top: -0.4rem;
  left: 0px;
  background: #9E0000;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: max(0.8vw, 12px);
  border-radius: 5px;
}

.validate_attention.set {
  top: 0px;
  margin-bottom: 1.25rem;
  display: inline-block;
  padding: 0.2rem 0.5rem 0.1rem;
}

.halfBox .validate_attention {
  top: -0.5rem;
  left: 0px;
}

.validate_attention:before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: 0.65rem;
  display: block;
  border: 0.2rem solid transparent;
  border-bottom-color: #9E0000;
  border-left-color: #9E0000;
}

.setWrap {
  margin-bottom: 0.25rem;
}

.caution {
  background: #FFEFE9;
}

.setWrap.caution {
  padding: 0.5rem;
  padding-bottom: 0;
  border: 1px solid #ccc;
}

/*---------------------
確認画面
---------------------*/
#cfCover {
  background: #ccc;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.6;
}

#cfConfirmBox {
  position: fixed;
  width: 30rem;
  background: #fff;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -15rem;
  height: 90%;
  z-index: 10000;
}
#cfConfirmBox dl {
  width: 90%;
  margin: auto;
  overflow-y: auto;
  margin: 1rem auto 0;
}
#cfConfirmBox dl dt {
  float: left;
  padding: 0.5rem 0 0 0;
  font-size: 0.8rem;
}
#cfConfirmBox dl dd {
  padding: 0.5rem 0 0.5rem 9.5rem;
  border-bottom: 1px solid #ddd;
  min-height: 1.2rem;
  text-align: left;
}

p.cfConfirmTit {
  text-align: center;
  border-bottom: 0.25rem solid #ddd;
  margin: 0px auto;
  padding: 2rem 0 1.25rem;
  line-height: 1;
  font-size: 1rem;
  width: 90%;
  color: #000000;
}

#cfBtnBox {
  width: 30rem;
  position: fixed;
  bottom: 5%;
  left: 50%;
  height: 3rem;
  margin: 0 0 0 -15rem;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#cfBtnBox button {
  width: 11.5rem;
  height: 2.35rem;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 1.5rem;
  margin: 0 0 0 0.25rem;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#cfBtnBox button:hover {
  opacity: 0.7;
}
#cfBtnBox button.send {
  background: red;
}
#cfBtnBox button#cfBtn_rewrite {
  color: #fff;
  background: #bbb;
  margin: 0 0.25rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  /*------------------------------------------------
  お申し込みフォーム
  ------------------------------------------------- */
  #customForm h1 {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
  }
  #customForm dl {
    padding: 0 0 1rem 0;
    margin: 0 auto 0.25rem;
  }
  #customForm dl dt {
    float: none;
    padding: 0.25rem 0 0.25rem 0.5rem;
    margin: 0 0px 0.5rem 0;
    font-weight: bold;
    border-bottom: 1px solid #eae4d5;
    background: #f5f5f5;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
  }
  #customForm dl dd {
    padding: 0.25rem 0px 0.5rem 0px;
    margin: 0;
  }
  #customForm dl dd.even {
    background: rgba(255, 255, 255, 0);
  }
  #customForm dl dd input[type=radio] {
    position: relative;
    top: 0px;
  }
  #customForm .elrement {
    padding: 3.5rem 0;
  }
  .checkLayout01 label {
    padding: 0.35rem 0px;
    border-bottom: 0px solid #b9b9b9;
  }
  .policyBox_inform h2 {
    margin: 1.25rem 0 !important;
    font-size: 0.9rem !important;
    padding: 0.5rem 0 0.5rem 5% !important;
    text-align: left !important;
  }
  /* validate ---------------------*/
  #cfConfirmBox {
    position: fixed;
    width: 95%;
    background: #fff;
    top: 5%;
    left: 50%;
    margin: 0 0 0 -47.5%;
    height: 90%;
  }
  #cfConfirmBox h2 {
    width: 94%;
  }
  #cfConfirmBox dl {
    width: 94%;
  }
  #cfConfirmBox dl dt {
    font-size: max(0.8vw, 12px);
  }
  #cfConfirmBox dl dd {
    padding: 0.5rem 0 0.5rem 10.5rem;
  }
  #cfBtnBox {
    width: 95%;
    position: fixed;
    bottom: 5%;
    left: 2.5%;
    height: 3rem;
    margin: 0 0 0 0px;
  }
  #cfBtnBox button {
    width: 45%;
  }
}
/* header
========================== */
.page_front .header {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page_front .header {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .logo {
  position: absolute;
  top: 2em;
  left: 2.5vw;
  width: max(13.35vw, 128px);
}
.header .logo:hover {
  opacity: 0.6;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  max-width: unset;
  width: 100%;
}

/*  burger ------------------- */
.burger {
  position: absolute;
  right: 2.5vw;
  top: 2.8em;
  z-index: 10;
  background-color: #D7C200;
  width: 5.6em;
  height: 5.6em;
  border-radius: 100%;
  font-size: max(0.69vw, 7.15px);
}
.burger::before, .burger::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 3em;
  height: 0.2em;
  left: 1.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.burger::before {
  top: 2.2em;
}
.burger::after {
  bottom: 2.2em;
}
.burger .text {
  position: absolute;
  bottom: -1.3em;
  left: 0;
  right: 0;
  text-align: center;
  color: #878681;
  font-size: 1.25em;
  line-height: 1em;
  letter-spacing: 0.04em;
}
.burger .text::before {
  content: "メニュー";
}

/*  nav ------------------- */
.global_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100svh;
}
.global_nav .innner {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.global_nav .wrap {
  margin: 8em auto;
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 960px) {
  .global_nav .wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .global_nav .wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 600px) {
  .global_nav .wrap {
    margin: 5em auto;
  }
}
.global_nav .ul_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .global_nav .ul_parent {
    display: block;
    margin-bottom: 2rem;
  }
}
.global_nav .ul_parent a {
  color: var(--key_bk, #383D3E);
  font-size: max(1.6vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 0.4em 0;
  width: 100%;
}
.global_nav .ul_parent a:hover {
  color: var(--key_yellow, #D7C200);
}
.global_nav .ul_parent .p_p a {
  font-size: max(1vw, 14px);
}
.global_nav .ul_parent > li:not(:last-child) {
  margin-right: 5vw;
}
@media only screen and (max-width: 600px) {
  .global_nav .ul_parent > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
}
@media only screen and (max-width: 600px) {
  .global_nav .ul_parent > li:last-child {
    margin-top: 2.2rem;
  }
}
.global_nav .ul_child li:not(:last-child) {
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 600px) {
  .global_nav .ul_child .p_p, .global_nav .ul_child .recruit, .global_nav .ul_child .blog, .global_nav .ul_child .contact {
    display: none;
  }
}
.global_nav .li_care > a,
.global_nav .li_child > a {
  margin-bottom: 1.1rem;
}
.global_nav .li_care > a.pe-none,
.global_nav .li_child > a.pe-none {
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .global_nav .li_care,
  .global_nav .li_child {
    margin-bottom: 2.2rem;
  }
}
.global_nav .li_care .ul_child,
.global_nav .li_child .ul_child {
  position: relative;
  padding-left: 3em;
}
.global_nav .li_care .ul_child::before,
.global_nav .li_child .ul_child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1em;
  margin: auto;
  background-color: var(--black);
}
.global_nav .nav_logo {
  margin-left: auto;
  width: 14%;
  min-width: 76px;
}
.global_nav .nav_logo img {
  width: 100%;
}

/*  背景フィルター ------------------- */
.header_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-color: #F4F3EF;
}

/*  .header.open ------------------- */
.header.open .burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2.7em;
}
.header.open .burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 2.7em;
}
.header.open .burger .text::before {
  content: "とじる";
}
.header.open .global_nav, .header.open .header_overlay {
  -webkit-animation-name: fade_in;
          animation-name: fade_in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.footer {
  margin-top: auto;
  background-color: var(--illust_gray, #C7C6C1);
  padding: 2.5rem 0 1rem;
}
.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.8rem;
  }
}
.footer .ul_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .footer .ul_parent {
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
    width: 80%;
  }
}
@media only screen and (max-width: 425px) {
  .footer .ul_parent {
    width: 92%;
  }
}
.footer .ul_parent a {
  color: var(--key_bk, #383D3E);
  font-size: max(1vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  padding: 0.5em 0;
  width: 100%;
}
.footer .ul_parent a:hover {
  color: var(--key_yellow, #D7C200);
}
.footer .ul_parent a.pe-none {
  pointer-events: none;
}
.footer .ul_parent > li:not(:last-child) {
  margin-right: 4.5vw;
}
@media only screen and (max-width: 600px) {
  .footer .ul_parent > li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer .ul_child.first a {
    padding: 0.608em 0;
  }
}
.footer .li_care .ul_child,
.footer .li_child .ul_child {
  position: relative;
  padding-left: 3em;
}
.footer .li_care .ul_child::before,
.footer .li_child .ul_child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1em;
  margin: auto;
  background-color: var(--black);
}
.footer .li_care .child,
.footer .li_child .child {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer .li_care .child,
  .footer .li_child .child {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .footer .li_child.sp_none {
    display: none;
  }
}
.footer .nav_logo {
  margin-top: auto;
  width: 9%;
  min-width: 70px;
}
.footer .nav_logo img {
  width: 100%;
}
.footer .bottom {
  text-align: center;
}
.footer .bottom .p_p {
  font-size: 0.8rem;
}
.footer .bottom .p_p a {
  padding: 0.05rem;
}
.footer .bottom .p_p a:hover {
  color: var(--key_yellow, #D7C200);
}
.footer .bottom small {
  font-size: 0.7rem;
}

.front_top_sct {
  margin-bottom: max(10vw, 60px);
  margin-top: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .front_top_sct {
    margin-top: 3.5rem;
  }
}
.front_top_sct .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.front_top_sct .inner::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2vw;
  border-radius: 6px;
  background: var(--beige_01, #F4F3EF);
}
@media only screen and (max-width: 768px) {
  .front_top_sct .inner::before {
    display: none;
  }
}
.front_top_sct .image_wrap {
  width: 78%;
  height: 46rem;
  min-height: 600px;
  position: relative;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 960px) {
  .front_top_sct .image_wrap {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .front_top_sct .image_wrap {
    width: 100%;
    margin-top: 0;
    height: 70vh;
    min-height: unset;
  }
}
.front_top_sct .image_wrap .title {
  position: absolute;
  left: 4vw;
  bottom: 4%;
  white-space: nowrap;
  font-size: max(5.4vw, 40px);
  color: var(--white, #FFF);
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 960px) {
  .front_top_sct .image_wrap .title {
    bottom: 9%;
  }
}
@media only screen and (max-width: 768px) {
  .front_top_sct .image_wrap .title {
    bottom: 15%;
  }
}
.front_top_sct .top_visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  overflow: hidden;
  border-radius: 6px;
}
.front_top_sct .top_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front_top_sct .text_wrap {
  width: 22%;
  padding-left: 4.5%;
  margin-top: 2.25rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .front_top_sct .text_wrap {
    width: 0;
    padding: 0;
    margin: 0;
    position: unset;
  }
}
.front_top_sct .text_wrap .front_logo {
  width: 95%;
  min-width: 83px;
  margin-bottom: 3rem;
  padding-top: 95%;
  overflow: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  .front_top_sct .text_wrap .front_logo {
    position: absolute;
    width: 15%;
    top: -2rem;
    right: 0;
    min-width: 84px;
    display: none;
  }
}
.front_top_sct .text_wrap .front_logo img {
  width: 100%;
}
.front_top_sct .text_wrap .front_logo video {
  width: 100%;
  display: block;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  position: absolute;
  top: 0;
  left: 0;
}
.front_top_sct .text_wrap ul {
  padding-left: 1.5em;
  font-weight: 500;
  line-height: normal;
  font-size: max(1vw, 14px);
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 960px) {
  .front_top_sct .text_wrap ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .front_top_sct .text_wrap ul {
    display: none;
  }
}
.front_top_sct .text_wrap ul a {
  padding: 0.6em 0;
}
.front_top_sct .text_wrap ul a:hover {
  color: var(--key_yellow, #D7C200);
}
.front_top_sct .news_wrap {
  position: relative;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}
@media only screen and (max-width: 768px) {
  .front_top_sct .news_wrap {
    -webkit-transform: unset;
            transform: unset;
  }
}
.front_top_sct .news_wrap .box {
  width: 40%;
  margin-left: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 500px;
  margin-top: -3.5rem;
  padding: 1rem 2.5rem;
  border-radius: 6px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .front_top_sct .news_wrap .box {
    width: 96%;
    display: block;
    min-width: unset;
    padding: 1em 0 0 4%;
  }
}
.front_top_sct .news_wrap .box .top {
  width: 77%;
  padding-right: 3%;
}
@media only screen and (max-width: 768px) {
  .front_top_sct .news_wrap .box .top {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
.front_top_sct .news_wrap .box .top .cmmn_title_s {
  font-size: 0.95rem;
}
.front_top_sct .news_wrap .box .top .articles {
  padding-right: 5%;
}
@media only screen and (max-width: 768px) {
  .front_top_sct .news_wrap .box .top .articles {
    padding-right: 0;
  }
}
.front_top_sct .news_wrap .box .top .articles a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  letter-spacing: 0.035rem;
  line-height: normal;
  padding: 0.25rem 0;
}
.front_top_sct .news_wrap .box .top .articles a:hover {
  opacity: 0.6;
}
.front_top_sct .news_wrap .box .top .articles a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.front_top_sct .news_wrap .box .top .articles a .title time {
  margin-right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .front_top_sct .news_wrap .box .top .articles a .title time {
    margin-right: 1em;
  }
}
.front_top_sct .news_wrap .box .link {
  white-space: nowrap;
}
.front_top_sct .cmmn_btn_border {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .front_top_sct .cmmn_btn_border {
    width: 7.5em;
  }
}

.front_cmmn_sct {
  background-color: var(--beige);
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct {
    margin-bottom: 1rem;
  }
}
.front_cmmn_sct .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front_cmmn_sct .text_wrap {
  width: 50%;
  padding: 0 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct .text_wrap {
    width: 100%;
  }
}
.front_cmmn_sct .text_wrap .title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct .text_wrap .title {
    margin-bottom: 1.5rem;
  }
}
.front_cmmn_sct .text_wrap .text {
  color: var(--key_bk, #383D3E);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 960px) {
  .front_cmmn_sct .text_wrap .text {
    margin-bottom: 1.5rem;
  }
}
.front_cmmn_sct .text_wrap .cmmn_title_m {
  text-align: center;
}
.front_cmmn_sct .text_wrap .cmmn_btn_arrow {
  margin-bottom: 3rem;
}
.front_cmmn_sct .image_wrap {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-top: 43%;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct .image_wrap {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-top: 65%;
  }
}
@media only screen and (max-width: 600px) {
  .front_cmmn_sct .image_wrap {
    padding-top: 90%;
  }
}
.front_cmmn_sct .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
.front_cmmn_sct .image_wrap .back_img_01, .front_cmmn_sct .image_wrap .back_img_02, .front_cmmn_sct .image_wrap .back_img_03 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front_cmmn_sct .image_wrap .back_img_01.end, .front_cmmn_sct .image_wrap .back_img_02.end, .front_cmmn_sct .image_wrap .back_img_03.end {
  opacity: 1;
}
.front_cmmn_sct .image_wrap .back_img_02 {
  -o-object-position: 36%;
     object-position: 36%;
}
.front_cmmn_sct .image_wrap video {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
}
.front_cmmn_sct .image_wrap video.end {
  opacity: 0;
}
.front_cmmn_sct .cmmn_title_s {
  text-align: center;
}

.front_cmmn_sct.about {
  background-color: var(--beige);
}
.front_cmmn_sct.about .inner {
  width: 100%;
  margin-left: auto;
  padding-right: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct.about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 6%;
    padding-right: 6%;
  }
}
.front_cmmn_sct.about .text_wrap {
  width: 43%;
  padding-left: 8vw;
  padding-right: 3rem;
  padding-bottom: 0.7rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .front_cmmn_sct.about .text_wrap {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct.about .text_wrap {
    width: 100%;
    padding: 0 2vw;
  }
}
.front_cmmn_sct.about .text_wrap .title {
  white-space: nowrap;
  font-size: max(4.5vw, 42px);
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct.about .text_wrap .title {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.front_cmmn_sct.about .image_wrap {
  width: 57%;
}
@media only screen and (max-width: 1250px) {
  .front_cmmn_sct.about .image_wrap {
    width: 52.5%;
  }
}
@media only screen and (max-width: 960px) {
  .front_cmmn_sct.about .image_wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .front_cmmn_sct.about .image_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .front_cmmn_sct.about .cmmn_btn {
    margin-bottom: 1.5rem;
  }
}
.front_cmmn_sct.about .cmmn_btn_arrow {
  width: 100%;
}

.front_cmmn_sct.nursing .text_wrap, .front_cmmn_sct.child .text_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.front_cmmn_sct.nursing .cmmn_title_s, .front_cmmn_sct.child .cmmn_title_s {
  padding-bottom: 1rem;
}

.front_cmmn_sct.nursing {
  background-color: var(--beige_02);
}

@media only screen and (max-width: 768px) {
  .front_cmmn_sct.nursing .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.front_cmmn_02_sct {
  padding: 3rem 0 1.25rem;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct {
    padding: 1rem 0;
  }
}
.front_cmmn_02_sct.community {
  background: var(--beige_01, #F4F3EF);
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct.community {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct.community .image_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front_cmmn_02_sct.recruitment {
  background: var(--beige_02, #F3EFF4);
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct.recruitment .image_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front_cmmn_02_sct .image_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.front_cmmn_02_sct .image_wrap .box {
  position: relative;
  z-index: 1;
  padding-top: 27%;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct .image_wrap .box {
    padding-top: 45%;
  }
}
.front_cmmn_02_sct .image_wrap .box.large {
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct .image_wrap .box.large {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.front_cmmn_02_sct .image_wrap .box.short {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct .image_wrap .box.short {
    width: 50%;
  }
}
.front_cmmn_02_sct .image_wrap .box img, .front_cmmn_02_sct .image_wrap .box video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
.front_cmmn_02_sct .image_wrap .box video {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.front_cmmn_02_sct .text_wrap {
  margin-bottom: 2rem;
  text-align: center;
}
.front_cmmn_02_sct .text_wrap .cmmn_title_m {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .front_cmmn_02_sct .text_wrap .cmmn_title_m span {
    display: block;
    margin-right: 0;
  }
}
.front_cmmn_02_sct .text_wrap .cmmn_title_m br {
  display: none;
}
.front_cmmn_02_sct .cmmn_title_s {
  text-align: center;
}

.front_company_sct {
  padding: 5rem 0 9rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .front_company_sct {
    padding-bottom: 5rem;
  }
}
.front_company_sct .inner {
  position: relative;
}
.front_company_sct .image_wrap {
  position: absolute;
  top: 0;
  left: -15vw;
}
@media only screen and (max-width: 768px) {
  .front_company_sct .image_wrap {
    top: -3rem;
  }
}
.front_company_sct .text_wrap {
  width: 50%;
  margin-left: auto;
  position: relative;
  padding-left: 2%;
}
@media only screen and (max-width: 768px) {
  .front_company_sct .text_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.front_company_sct .text_wrap .cmmn_title_s {
  margin-bottom: 1rem;
}
.front_company_sct .text_wrap .title {
  color: var(--key_bk, #383D3E);
  font-family: var(--font_key);
  font-size: max(2.3vw, 20px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.front_company_sct .text_wrap .cmmn_text {
  margin-bottom: 2rem;
}

@-webkit-keyframes modal_open_back {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal_open_back {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal_open {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal_open {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal_overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
  cursor: pointer;
}
.modal_overlay.active {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  -webkit-animation-name: modal_open_back;
          animation-name: modal_open_back;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*forwards/backwards/both*/
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*infinite*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*linear/ease/ease-in/ease-out/ease-in-out/steps*/
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.modal_box {
  position: relative;
  width: 100%;
  height: 100vh;
  display: none;
}
.modal_box.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  -webkit-animation-name: modal_open_back;
          animation-name: modal_open_back;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*forwards/backwards/both*/
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*infinite*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*linear/ease/ease-in/ease-out/ease-in-out/steps*/
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.modal_box .close_btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_box .close_btn.top {
  position: absolute;
  top: 4.5rem;
  right: calc((100% - 68vw) / 2 - 1.6rem);
}
@media only screen and (max-width: 960px) {
  .modal_box .close_btn.top {
    right: calc((100% - 78vw) / 2 - 1.5rem);
  }
}
@media only screen and (max-width: 600px) {
  .modal_box .close_btn.top {
    right: calc((100% - 92vw) / 2 - 0.5rem);
    top: 6.25rem;
  }
}
.modal_box .close_btn.bottom {
  border-bottom: 1px solid var(--small_ttl);
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(0.85vw, 12px);
}
.modal_box .close_btn.bottom:hover {
  opacity: 0.7;
}
.modal_box .close_btn .close_x {
  position: relative;
  display: block;
  width: 5.6em;
  height: 5.6em;
  font-size: 10px;
  border-radius: 100%;
  background-color: var(--key_yellow);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
  .modal_box .close_btn .close_x {
    font-size: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .modal_box .close_btn .close_x {
    font-size: 7px;
  }
}
.modal_box .close_btn .close_x:hover {
  background-color: #E7DA66;
}
.modal_box .close_btn .close_x::before, .modal_box .close_btn .close_x::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 3em;
  height: 0.2em;
  border-radius: 10px;
}
.modal_box .close_btn .close_x::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal_box .close_btn .close_x::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_box .modal_inr {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_box .modal_inr .modal_close_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal_box .modal_cnt {
  margin: 6rem auto;
  padding: 3rem 5% 4rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(155, 155, 155, 0.6705882353);
          box-shadow: 0px 0.5rem 1rem rgba(155, 155, 155, 0.6705882353);
  border-radius: 6px;
  position: relative;
  -webkit-animation-name: modal_open;
          animation-name: modal_open;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*forwards/backwards/both*/
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*infinite*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*linear/ease/ease-in/ease-out/ease-in-out/steps*/
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .modal_box .modal_cnt {
    margin-top: 8rem;
  }
}
.modal_box .cmmn_object {
  padding-top: 47.5%;
  margin-bottom: 1rem;
}
.modal_box .title_box {
  border-bottom: 1px solid var(--illust_gray);
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
}
.modal_box .title_box .cat {
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(0.95vw, 12px);
  border: 1px solid var(--illust_gray);
  border-radius: 5px;
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-right: 1em;
}
.modal_box .title_box .title {
  font-size: max(2vw, 20px);
  margin-bottom: 0.1em;
}
.modal_box .text_box {
  margin-bottom: 2rem;
}

.company_history_sct .modal_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.company_history_sct .modal_cnt {
  padding: 3.5rem 6% 2rem;
}
.company_history_sct .modal_box .image_wrap {
  width: 100%;
  position: relative;
  padding-top: 60%;
  margin-bottom: 1.5rem;
}
.company_history_sct .modal_box .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company_history_sct .modal_box p {
  font-size: max(1.5vw, 15px);
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .company_history_sct .modal_box .close_btn.top {
    top: 6.5rem;
    right: calc((100% - 77vw) / 2 + 0.5em);
  }
}
@media only screen and (max-width: 600px) {
  .company_history_sct .modal_box .close_btn.top {
    top: 8.5rem;
    right: calc((100% - 92vw) / 2 + 0.5em);
  }
}

.cmmn_top_sct.about {
  background-color: var(--beige_01);
}

.about_slogan_sct {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 768px) {
  .about_slogan_sct {
    margin-bottom: 5rem;
  }
}
.about_slogan_sct .cmmn_title_s {
  width: 57%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .about_slogan_sct .cmmn_title_s {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.about_slogan_sct .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about_slogan_sct .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_slogan_sct .image_wrap {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .about_slogan_sct .image_wrap {
    margin: auto;
    width: 42.5%;
  }
}
@media only screen and (max-width: 425px) {
  .about_slogan_sct .image_wrap {
    width: 65%;
  }
}
.about_slogan_sct .image_wrap .image {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.about_slogan_sct .image_wrap .image .video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about_slogan_sct .text_wrap {
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .about_slogan_sct .text_wrap {
    width: 100%;
  }
}
.about_slogan_sct .text_wrap .title {
  color: var(--key_bk, #383D3E);
  font-family: var(--font_key);
  font-size: max(3.7vw, 34px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .about_slogan_sct .text_wrap .title {
    margin: 2.5rem 0 2rem;
  }
}
@media only screen and (max-width: 425px) {
  .about_slogan_sct .text_wrap .title {
    font-size: 8vw;
  }
}

.about_initiative_sct {
  background: var(--beige_01);
  padding: 3.5rem 0 5rem;
}
.about_initiative_sct .text_wrap .text {
  color: var(--key_bk, #383D3E);
  line-height: 1.9;
  margin-bottom: 3rem;
  font-size: max(1vw, 15px);
  text-align: center;
}

.about_goal_sct .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_goal_sct .image_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 60%;
  height: 100svh;
  min-height: 600px;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap {
    display: contents;
  }
}
.about_goal_sct .image_wrap .image {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: url("/cms/wp-content/themes/wakyokai/assets/images/about_misson.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap .image {
    display: contents;
  }
}
.about_goal_sct .image_wrap .image img {
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap .image img {
    display: none;
    opacity: 1;
    position: relative;
    width: 100%;
    height: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap .image img.goal_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap .image img.vision_img {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap .image img.mission_img {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .image_wrap .image img.value_img {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}
.about_goal_sct .image_wrap.goal .goal_img {
  opacity: 1;
}
.about_goal_sct .image_wrap.vision .vision_img {
  opacity: 1;
}
.about_goal_sct .image_wrap.mission .mission_img {
  opacity: 1;
}
.about_goal_sct .image_wrap.value .value_img {
  opacity: 1;
}
.about_goal_sct .text_wrap {
  overflow: hidden;
  position: relative;
  width: 40%;
  padding: 0 1vw;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap {
    display: contents;
  }
}
.about_goal_sct .text_wrap .content {
  height: 100svh;
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap .content {
    height: auto;
    min-height: auto;
    padding: 6rem 0 0;
  }
}
.about_goal_sct .text_wrap .content .cmmn_title_s {
  margin-bottom: 0.8rem;
}
.about_goal_sct .text_wrap .content .text {
  color: var(--key_bk, #383D3E);
  font-family: var(--font_key);
  font-size: 30px;
  font-size: max(1.9vw, 20px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
.about_goal_sct .text_wrap .content .text p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 425px) {
  .about_goal_sct .text_wrap .content .text {
    font-size: 5.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap .content.goal {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap .content.vision {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap .content.mission {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap .content.value {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
    padding: 6rem 0;
  }
}
.about_goal_sct .text_wrap dl {
  width: 80%;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 425px) {
  .about_goal_sct .text_wrap dl {
    width: 95%;
    font-size: 3.5vw;
  }
}
.about_goal_sct .text_wrap dl .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_goal_sct .text_wrap dl .box:not(:last-child) {
  margin-bottom: 1.4em;
}
.about_goal_sct .text_wrap dl dt {
  white-space: nowrap;
  width: 3.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1em;
}
.about_goal_sct .text_wrap dl dt::before {
  content: "[";
}
.about_goal_sct .text_wrap dl dt::after {
  content: "]";
}
.about_goal_sct .text_wrap dl dd {
  width: 72%;
}
@media only screen and (max-width: 768px) {
  .about_goal_sct .text_wrap dl dd {
    width: 100%;
  }
}

.about_logo_sct {
  background: var(--beige_01);
  padding: 6rem 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .about_logo_sct {
    padding: 3rem 0;
  }
}
.about_logo_sct .cmmn_title_ja_en {
  margin-bottom: 2.8rem;
}
.about_logo_sct .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 600px) {
  .about_logo_sct .wrap {
    display: block;
    margin-bottom: 3rem;
  }
}
.about_logo_sct .image_wrap {
  width: 30%;
  padding-left: 11%;
}
@media only screen and (max-width: 768px) {
  .about_logo_sct .image_wrap {
    padding-left: 5.5%;
  }
}
@media only screen and (max-width: 600px) {
  .about_logo_sct .image_wrap {
    width: 30%;
    padding-left: 0;
    margin: 0 auto 2rem;
    min-width: 110px;
  }
}
.about_logo_sct .image_wrap figure {
  width: 100%;
}
.about_logo_sct .image_wrap figure img {
  width: 100%;
}
.about_logo_sct .text_wrap {
  width: 58%;
  margin: auto 0;
}
@media only screen and (max-width: 600px) {
  .about_logo_sct .text_wrap {
    width: 100%;
  }
}
.about_logo_sct .text_wrap .title {
  color: var(--key_bk, #383D3E);
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(1.75vw, 20px);
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .about_logo_sct .text_wrap .title {
    text-align: center;
  }
}
.about_logo_sct .text_wrap .title br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .about_logo_sct .text_wrap .title br {
    display: block;
  }
}

.cmmn_top_sct.company {
  background-color: var(--beige_03, #F1F5ED);
}

.company_info_sct {
  margin-bottom: 5rem;
}
.company_info_sct .cmmn_title_ja_en {
  margin-bottom: 3rem;
}
.company_info_sct dl .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--illust_gray);
  padding: 1.5em 0;
}
@media only screen and (max-width: 600px) {
  .company_info_sct dl .content {
    display: block;
  }
}
.company_info_sct dl .content:first-child {
  border-top: 1px solid var(--illust_gray);
}
.company_info_sct dl dt {
  font-family: var(--font_key);
  font-weight: 600;
  width: 25%;
  padding-left: 2em;
}
.company_info_sct dl dd {
  padding-right: 2rem;
  width: 75%;
}
@media only screen and (max-width: 600px) {
  .company_info_sct dl dt, .company_info_sct dl dd {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }
}

.company_message_sct {
  margin-bottom: 5rem;
}
.company_message_sct .cmmn_title_ja_en {
  margin-bottom: 2.5rem;
}
.company_message_sct .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .company_message_sct .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company_message_sct .wrap .cmmn_text {
  width: 62%;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .company_message_sct .wrap .cmmn_text {
    margin: auto;
    width: 100%;
  }
}
.company_message_sct .wrap .image_wrap {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .company_message_sct .wrap .image_wrap {
    margin: auto;
    min-width: 165px;
    width: 40%;
    margin-bottom: 1rem;
  }
}
.company_message_sct .wrap .image_wrap .image {
  margin-bottom: 1rem;
}
.company_message_sct .wrap .image_wrap figcaption {
  text-align: center;
}
.company_message_sct .wrap .image_wrap figcaption .post {
  font-size: 0.8rem;
}
.company_message_sct .wrap .image_wrap figcaption .name {
  font-size: 1.1rem;
}
.company_message_sct .wrap .image_wrap figcaption .name .fz_s {
  font-size: 0.85em;
  margin-right: 0.85em;
}

.company_history_sct {
  background: var(--beige_03, #F1F5ED);
  padding: 4rem 0;
}
.company_history_sct .js_more_btn {
  cursor: pointer;
  border-radius: 32px;
  border: 1px solid var(--small_ttl, #878681);
  text-align: center;
  padding: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company_history_sct .js_more_btn:hover {
  color: rgba(56, 61, 62, 0.7);
}
.company_history_sct .js_more_btn:hover .plus span {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.company_history_sct .js_more_btn .cmmn_plus_box {
  display: inline-block;
}
.company_history_sct .js_more_btn .plus {
  right: -2.5rem;
}
.company_history_sct .js_more_btn.none {
  display: none;
}
.company_history_sct .js_more_box {
  position: relative;
  overflow: hidden;
  height: 90vh;
  min-height: 30rem;
}
.company_history_sct .js_more_box.show {
  height: auto;
  overflow: visible;
}
@media only screen and (max-width: 600px) {
  .company_history_sct .js_more_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5px;
  }
}
.company_history_sct .js_more_box:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: #000;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 600px) {
  .company_history_sct .js_more_box:before {
    left: 5px;
  }
}
.company_history_sct .js_more_box.show:after {
  content: "";
  width: 0px;
  height: 2rem;
  border-left: 2px dashed #898989;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.company_history_sct .js_more_box li {
  width: 50%;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .company_history_sct .js_more_box li {
    width: 100%;
  }
}
.company_history_sct .js_more_box li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  width: 10px;
  height: 10px;
  background: var(--key_yellow);
  border-radius: 50%;
  z-index: 1;
}
.company_history_sct .js_more_box li:nth-child(odd) {
  padding-right: 3%;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .company_history_sct .js_more_box li:nth-child(odd) {
    text-align: left;
    padding-left: 3%;
    padding-right: 0;
  }
}
.company_history_sct .js_more_box li:nth-child(odd):before {
  right: -5px;
}
@media only screen and (max-width: 600px) {
  .company_history_sct .js_more_box li:nth-child(odd):before {
    right: unset;
    left: -5px;
  }
}
.company_history_sct .js_more_box li:nth-child(odd) .image img {
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .company_history_sct .js_more_box li:nth-child(odd) .image img {
    margin-left: 0;
  }
}
.company_history_sct .js_more_box li:nth-child(even) {
  padding-left: 3%;
  margin-top: 2rem;
  margin-left: auto;
}
.company_history_sct .js_more_box li:nth-child(even):before {
  left: -5px;
}
.company_history_sct .js_more_box li:nth-child(even) .image img {
  margin-right: auto;
}
.company_history_sct .js_more_box li .title {
  margin-bottom: 1em;
  display: inline-block;
}
.company_history_sct .js_more_box li .title .en {
  font-size: max(2.2vw, 22px);
  line-height: 1;
}
.company_history_sct .js_more_box li .title .en .year {
  font-family: var(--font_key);
}
.company_history_sct .js_more_box li .title .en .month {
  font-family: var(--font_key);
  font-size: 0.8em;
}
.company_history_sct .js_more_box li .title .en .sz_s {
  font-size: max(0.8vw, 12px);
}
.company_history_sct .js_more_box li .title .ja {
  font-size: max(0.85vw, 12px);
  text-align: left;
  margin-left: 0.3em;
}
.company_history_sct .js_more_box li .image {
  margin-bottom: 1rem;
}
.company_history_sct .js_more_box li .text {
  font-size: max(0.8rem, 15px);
}
.company_history_sct .hstr_list {
  cursor: pointer;
  position: relative;
  padding-top: 55%;
}
.company_history_sct .hstr_list.show .title::before {
  opacity: 1;
}
.company_history_sct .hstr_list.show .title::after {
  opacity: 0.7;
}
.company_history_sct .hstr_list.show .comment {
  display: block;
}
.company_history_sct .hstr_list .comment {
  display: none;
  position: absolute;
  font-size: 0.88em;
  padding: 0.5em;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
@media only screen and (max-width: 600px) {
  .company_history_sct .hstr_list .comment {
    display: none;
  }
}
.company_history_sct .hstr_list .comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2em solid transparent;
  border-left: 2em solid transparent;
  border-bottom: 2em solid #fff;
  border-top: 0;
  z-index: -1;
}
.company_history_sct .hstr_list .comment p {
  padding: 1em 3%;
  background-color: #fff;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.company_history_sct .hstr_list.right .comment {
  right: -100%;
}
.company_history_sct .hstr_list.right .comment::after {
  -webkit-transform: rotate(270deg) translateY(-50%);
          transform: rotate(270deg) translateY(-50%);
  left: -4%;
}
.company_history_sct .hstr_list.left .comment {
  left: -100%;
}
.company_history_sct .hstr_list.left .comment::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  right: -4%;
  left: unset;
}
.company_history_sct .hstr_list.left .comment p {
  margin-left: auto;
}
.company_history_sct .image.vertical {
  position: relative;
  width: 70%;
  padding-top: 85%;
  margin-left: auto;
}
.company_history_sct img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.company_information_sct {
  padding: 4rem 0;
}
.company_information_sct .cmmn_btn {
  margin-bottom: 3rem;
}
.company_information_sct .wrap .box {
  border-bottom: 1px solid var(--illust_gray);
}
.company_information_sct .wrap .box:first-child {
  border-top: 1px solid var(--illust_gray);
}
.company_information_sct .wrap .box .title {
  padding: 1.5rem;
}
.company_information_sct .wrap .box .plus {
  right: 1.5rem;
}
.company_information_sct .wrap .box dl {
  padding-left: 2rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.company_information_sct .wrap .box dl > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.company_information_sct .wrap .box dl > div:not(:last-child) {
  margin-bottom: 0.5em;
}
.company_information_sct .wrap .box dl dt {
  padding-left: 1em;
  position: relative;
}
.company_information_sct .wrap .box dl dt::before {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  top: 0.8em;
  left: 0;
  background-color: var(--black);
}
.company_information_sct .wrap .box dl dd {
  padding-left: 1em;
}
.company_information_sct .wrap .box dl dd a {
  border-bottom: 1px solid var(--black);
}
.company_information_sct .wrap .box dl dd a.pdf::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-image: url(./assets/images/icon/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.company_information_sct .wrap .box dl dd a:hover {
  opacity: 0.7;
}
.company_information_sct .wrap .box dl dd a.cmmn_target_blank:hover::after {
  background-image: url(./assets/images/icon/target_blank.svg);
}

.cmmn_top_sct.care {
  background-color: var(--beige_02, #F3EFF4);
}

.care_images_sct {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .care_images_sct {
    margin-bottom: 5rem;
  }
}
.care_images_sct .text_wrap {
  margin-bottom: 6rem;
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(1.35vw, 18px);
}
.care_images_sct .text_wrap p:not(:last-child) {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  .care_images_sct .text_wrap {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .care_images_sct .text_wrap {
    text-align: left;
  }
}
.care_images_sct .image_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.care_images_sct .image_wrap > div {
  position: relative;
  z-index: 1;
  padding-top: 17.5%;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .care_images_sct .image_wrap > div {
    padding-top: 25%;
  }
  .care_images_sct .image_wrap > div:last-child {
    display: none;
  }
}
.care_images_sct .image_wrap > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.care_service_sct {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .care_service_sct {
    margin-bottom: 5rem;
  }
}
.care_service_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}

.care_introduction_sct {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .care_introduction_sct {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .care_introduction_sct {
    margin-bottom: 3.5rem;
  }
}
.care_introduction_sct .cmmn_title_ja_en {
  margin-bottom: 3rem;
}
.care_introduction_sct .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media only screen and (max-width: 768px) {
  .care_introduction_sct .wrap {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .care_introduction_sct .box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.care_introduction_sct .service {
  margin-top: 1.25rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--illust_gray, #C7C6C1);
}
.care_introduction_sct .service dt {
  color: var(--small_ttl, #878681);
  font-size: max(0.9vw, 12px);
  margin-bottom: 0.5em;
}
.care_introduction_sct .service .cmmn_balloon {
  font-size: max(0.9vw, 14px);
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
}
.care_introduction_sct .service .cmmn_balloon:not(:last-child) {
  margin-right: 0.5em;
}
.care_introduction_sct .service .cmmn_balloon.show .title::before {
  border: 1px solid var(--small_ttl, #878681);
}
.care_introduction_sct .service .cmmn_balloon.show .title::after {
  opacity: 0.7;
}
.care_introduction_sct .service .cmmn_balloon .title {
  background-color: #fff;
}
.care_introduction_sct .service .cmmn_balloon .title::before {
  border: 1px solid var(--illust_gray);
  opacity: 1;
}
.care_introduction_sct .service .cmmn_balloon .text {
  background-color: var(--beige_02, #F3EFF4);
  width: 100%;
}
.care_introduction_sct .service .cmmn_balloon .text::after {
  border-bottom: 1.5em solid var(--beige_02, #F3EFF4);
}

.cmmn_top_sct.child {
  background-color: var(--beige_03, #F1F5ED);
}

.child_message_sct {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .child_message_sct {
    margin-bottom: 5rem;
  }
}
.child_message_sct .title {
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(2.9vw, 22px);
  margin-bottom: 0.5em;
}
.child_message_sct .text {
  text-align: center;
  font-size: max(1.25vw, 15px);
}

.child_value_sct {
  margin-bottom: 6rem;
}
.child_value_sct .inner {
  border-radius: 5px;
  background: var(--beige_03, #F1F5ED);
}
.child_value_sct .inner.top {
  margin-bottom: 2rem;
  padding: 3rem 5%;
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.top {
    width: 100%;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    border-radius: 0;
  }
}
.child_value_sct .inner.top .image_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.top .image_wrap {
    display: block;
  }
}
.child_value_sct .inner.top .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
.child_value_sct .inner.top .cmmn_image_box {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.top .cmmn_image_box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.child_value_sct .inner.top .cmmn_image_box .image::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #f8faf6;
  border-radius: 5px;
}
.child_value_sct .inner.top .cmmn_image_box .title {
  font-size: max(1.3vw, 12px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6em;
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
  padding: 1em 0;
  border-top: 1px solid var(--illust_gray, #C7C6C1);
  border-bottom: 1px solid var(--illust_gray, #C7C6C1);
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.top .cmmn_image_box .title {
    font-size: 18px;
    height: 1.8em;
    padding: 2em 0;
  }
}
@media only screen and (max-width: 425px) {
  .child_value_sct .inner.top .cmmn_image_box .title {
    font-size: 5vw;
  }
}
.child_value_sct .inner.bottom {
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.bottom {
    width: 100%;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    border-radius: 0;
  }
}
.child_value_sct .inner.bottom .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5vw;
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.bottom .wrap {
    display: block;
    width: 100%;
  }
}
.child_value_sct .inner.bottom .wrap .cmmn_image_box.height img {
  -o-object-position: 50% 33%;
     object-position: 50% 33%;
}
@media only screen and (max-width: 768px) {
  .child_value_sct .inner.bottom .wrap .cmmn_image_box:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.child_initiative_sct {
  margin-bottom: 6rem;
}
.child_initiative_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .child_initiative_sct .cmmn_accordion_box .wrap {
    padding-bottom: 0;
  }
}
.child_initiative_sct .cmmn_accordion_box .wrap::before {
  background: var(--beige_03);
}
@media only screen and (max-width: 768px) {
  .child_initiative_sct .cmmn_accordion_box .title br {
    display: none;
  }
}
.child_initiative_sct .cmmn_accordion_box .accordion {
  background: var(--beige_03);
}
.child_initiative_sct .cmmn_accordion_box .accordion .cmmn_plus_box:hover {
  background: #F9FFF2;
}
.child_initiative_sct .cmmn_accordion_box .accordion .cmmn_plus_box.active:hover {
  background: unset;
  color: rgba(56, 61, 62, 0.6);
}
.child_initiative_sct .cmmn_accordion_box .accordion .content p {
  margin-bottom: 1.4rem;
}
.child_initiative_sct .cmmn_accordion_box .accordion .content .dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4rem;
  color: #7c7c7c;
}
.child_initiative_sct .cmmn_accordion_box .accordion .content ol li {
  margin-bottom: 1.4rem;
}
.child_initiative_sct .cmmn_accordion_box .accordion .content ol li:last-child {
  margin-bottom: 0;
}
.child_initiative_sct .cmmn_accordion_box .accordion .content ol li dt {
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #D7C200;
}
.child_initiative_sct .cmmn_accordion_box .accordion .content ol li dd {
  width: 96%;
  margin: 0 auto;
}
.child_initiative_sct .wrap_02 {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .child_initiative_sct .wrap_02 {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .child_initiative_sct .wrap_02 {
    width: 100%;
  }
}
.child_initiative_sct .wrap_02 .cmmn_image_box {
  width: 47.5%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .child_initiative_sct .wrap_02 .cmmn_image_box {
    width: 100%;
  }
  .child_initiative_sct .wrap_02 .cmmn_image_box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.child_initiative_sct .wrap_02 .cmmn_image_box .image {
  padding-top: 50%;
}

.child_introduction_sct {
  margin-bottom: 6rem;
}
.child_introduction_sct .cmmn_title_s span {
  display: block;
}
.child_introduction_sct .wrap {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .child_introduction_sct .wrap {
    width: 100%;
  }
}
.child_introduction_sct .top_text {
  text-align: center;
  font-size: max(1.25vw, 15px);
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 600px) {
  .child_introduction_sct .top_text {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .child_introduction_sct .top_text br {
    display: none;
    text-align: left;
  }
}
.child_introduction_sct .image_wrap_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5vw 2vw;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .image_wrap_top {
    display: block;
  }
}
.child_introduction_sct .image_wrap_top .cmmn_image_box:not(:last-child) {
  margin-bottom: 3rem;
}
.child_introduction_sct .image_wrap_top .cmmn_image_box .title {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .image_wrap_top .cmmn_image_box .title {
    text-align: center;
  }
}
.child_introduction_sct .image_wrap_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .image_wrap_bottom {
    display: block;
  }
}
.child_introduction_sct .image_wrap_bottom .cmmn_image_box:not(:last-child) {
  margin-bottom: 3rem;
}
.child_introduction_sct .image_wrap_bottom .cmmn_image_box .image {
  padding-top: 50%;
}
.child_introduction_sct .character_wrap {
  background: var(--beige_03);
  padding: 3rem 10%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .child_introduction_sct .character_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.child_introduction_sct .character_wrap .cmmn_title_s {
  text-align: center;
  margin-bottom: 2em;
}
.child_introduction_sct .character_wrap .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
.child_introduction_sct .character_wrap .image img {
  margin-bottom: 1rem;
}
.child_introduction_sct .character_wrap .image .caption {
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
}
.child_introduction_sct .character_wrap .text_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
  margin-bottom: 1.5rem;
  font-size: max(0.9vw, 14px);
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .character_wrap .text_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.child_introduction_sct .character_wrap .bottom_wrap {
  border-radius: 5px;
  border: 1px solid var(--illust_gray, #C7C6C1);
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem 2%;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .character_wrap .bottom_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.child_introduction_sct .character_wrap .bottom_wrap .title {
  text-align: center;
  font-size: max(0.9vw, 18px);
  margin-bottom: 0.5em;
}
.child_introduction_sct .character_wrap .bottom_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .character_wrap .bottom_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
.child_introduction_sct .character_wrap .bottom_wrap li {
  font-size: max(0.9vw, 14px);
  position: relative;
  margin-right: 0.5em;
  padding-right: 0.5em;
}
.child_introduction_sct .character_wrap .bottom_wrap li:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: -0.25em;
  right: 0;
  margin: auto;
  background-color: var(--black);
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .character_wrap .bottom_wrap li:not(:last-child)::before {
    display: none;
  }
}
.child_introduction_sct .character_wrap .bottom_wrap li span {
  vertical-align: text-bottom;
}
.child_introduction_sct .character_wrap .bottom_wrap li span::before {
  content: "...";
}
.child_introduction_sct .cmmn_accordion_box .wrap::before {
  background: var(--beige_03);
}
.child_introduction_sct .cmmn_accordion_box .accordion {
  background: var(--beige_03);
  padding-bottom: 0;
}
.child_introduction_sct .cmmn_accordion_box .accordion .inner {
  border-top: none;
  border-bottom: none;
}
@media only screen and (max-width: 960px) {
  .child_introduction_sct .cmmn_accordion_box .accordion .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .cmmn_accordion_box .accordion .inner {
    border-top: 1px solid var(--illust_gray, #C7C6C1);
    border-bottom: 1px solid var(--illust_gray, #C7C6C1);
  }
}
.child_introduction_sct .cmmn_accordion_box .accordion .cmmn_plus_box {
  display: none;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .cmmn_accordion_box .accordion .cmmn_plus_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.child_introduction_sct .cmmn_accordion_box .accordion .cmmn_plus_box:hover {
  background: #F9FFF2;
}
.child_introduction_sct .cmmn_accordion_box .accordion .cmmn_plus_box.active:hover {
  background: unset;
  color: rgba(56, 61, 62, 0.6);
}
.child_introduction_sct .cmmn_accordion_box .accordion .text_box {
  display: block;
  padding: 0;
}
.child_introduction_sct .cmmn_accordion_box .accordion .text_box::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .child_introduction_sct .cmmn_accordion_box .accordion .text_box {
    display: none;
    padding: 1.2rem 0;
  }
  .child_introduction_sct .cmmn_accordion_box .accordion .text_box::before {
    display: block;
  }
}

.category_top_sect {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .category_top_sect {
    margin-bottom: 4.5rem;
  }
}
.category_top_sect .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.category_top_sect .wrap:not(:last-child) {
  margin-bottom: 1.5rem;
}
.category_top_sect .title_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.category_top_sect .title_box.show::before {
  content: "";
  display: block;
  width: calc(100% - 1.6em);
  height: 2em;
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.category_top_sect .title_box.show .top_list::before {
  opacity: 1;
}
.category_top_sect .title_box.show .top_list::after {
  opacity: 0;
}
.category_top_sect .title_box .top_list {
  position: relative;
  width: max(25vw, 20em);
  background-color: #fff;
}
.category_top_sect .title_box .top_list::before, .category_top_sect .title_box .top_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  margin: auto;
  width: 0;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-right: 0.34em solid transparent;
  border-left: 0.34em solid transparent;
}
.category_top_sect .title_box .top_list::before {
  border-bottom: 0.6em solid var(--gray);
  border-top: 0;
  opacity: 0;
}
.category_top_sect .title_box .top_list::after {
  border-top: 0.6em solid var(--gray);
  border-bottom: 0;
  opacity: 1;
}
.category_top_sect .title_box .top_list .title {
  display: none;
}
.category_top_sect .title_box .top_list .title.on {
  display: block;
}
.category_top_sect .title_box .bottom_list {
  display: none;
  position: absolute;
  width: calc(100% - 1.6em);
  margin: auto;
  top: 3em;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 1px solid var(--gray);
  padding: 0.5em 1.5em;
  background-color: #fff;
}
.category_top_sect .title_box .bottom_list .title a {
  padding: 0.2em 0;
  display: block;
}
.category_top_sect .title_box .bottom_list .title.on {
  opacity: 0.5;
  pointer-events: none;
}
.category_top_sect dt {
  font-family: var(--font_key);
  font-weight: 600;
  margin-right: 1.5em;
}
.category_top_sect dd:not(:last-child) {
  margin-right: 1em;
}
.category_top_sect .tag_wrap .cmmn_btn_s.on {
  border: 1px solid var(--small_ttl, #878681);
  background: var(--beige_01, #F4F3EF);
}

.category_article_sect .article_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw 2.5vw;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .category_article_sect .article_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.category_article_sect .article_wrap .category_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0.2em;
  left: 0.2em;
}
.category_article_sect .article_wrap .category_wrap .category {
  position: static;
}
.category_article_sect .article_wrap .category_wrap .category:not(:last-child) {
  margin-right: 0.2em;
}
.category_article_sect .pagenavi_wrap {
  margin-bottom: 5rem;
}

.single_top_sct {
  margin-bottom: 5rem;
}
.single_top_sct .inner {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--illust_gray);
}
.single_top_sct .cmmn_article .wrap {
  margin-bottom: 3rem;
}
.single_top_sct .cmmn_article .image_box .category {
  font-size: max(1.25vw, 14px);
}
.single_top_sct .cmmn_article .time {
  font-size: max(1vw, 12px);
}
.single_top_sct .cmmn_article .title {
  font-size: max(2.4vw, 28px);
  margin-bottom: 0.5em;
}
.single_top_sct .cmmn_article .tag a {
  font-size: max(0.95vw, 12px);
}

.single_article_sect {
  margin-bottom: 5rem;
}
.single_article_sect .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
.single_article_sect .article_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw 2.5vw;
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--illust_gray);
}
@media only screen and (max-width: 600px) {
  .single_article_sect .article_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.facility_top_sct {
  margin-top: 7rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.facility_top_sct .title {
  font-family: var(--font_key);
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  border-radius: 0 5px 5px 0;
  background-color: var(--beige_03);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 1.5rem 1rem 5vw;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .facility_top_sct .title {
    padding: 1rem 1.5rem;
  }
}
.facility_top_sct .title .category {
  font-size: max(1.85vw, 14px);
}
.facility_top_sct .title .ja {
  font-size: max(2.75vw, 26px);
}
.facility_top_sct .title .en {
  font-size: max(1.15vw, 13px);
  color: var(--small_ttl);
}
.facility_top_sct .image_wrap {
  position: relative;
  z-index: 1;
  padding-top: 45%;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .facility_top_sct .image_wrap {
    padding-top: 66%;
  }
}
@media only screen and (max-width: 600px) {
  .facility_top_sct .image_wrap {
    padding-top: 85%;
  }
}
.facility_top_sct .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.facility_message_sct {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .facility_message_sct {
    margin-bottom: 5rem;
  }
}
.facility_message_sct .title {
  color: var(--key_bk, #383D3E);
  text-align: center;
  font-family: var(--font_key);
  font-size: 41px;
  font-weight: 600;
  font-size: max(3vw, 22px);
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 425px) {
  .facility_message_sct .title {
    font-size: 5.25vw;
  }
}
.facility_message_sct .text {
  text-align: center;
}

.facility_features_sct {
  margin-bottom: 4rem;
}
.facility_features_sct .inner {
  background-color: var(--beige_03);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .inner {
    width: 100%;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    border-radius: 0;
  }
}
.facility_features_sct .wrap {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .wrap {
    width: 100%;
  }
}
.facility_features_sct .wrap.top {
  padding: 2rem 0 3.5rem;
  margin-bottom: 2.5rem;
}
.facility_features_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
.facility_features_sct .column_1_wrap {
  width: 88%;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_1_wrap {
    width: 100%;
  }
}
.facility_features_sct .column_1_wrap .image {
  background-color: #fff;
  padding: 1.5rem 7%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_1_wrap .image {
    padding: 5%;
    margin-bottom: 1.5rem;
  }
}
.facility_features_sct .column_1_wrap .image img {
  margin: auto;
}
.facility_features_sct .column_1_wrap .title {
  font-family: var(--font_key);
  font-size: max(1.65vw, 16px);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_1_wrap .title {
    text-align: center;
  }
}
.facility_features_sct .column_2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_2_wrap {
    display: block;
  }
}
.facility_features_sct .column_2_wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_2_wrap:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.facility_features_sct .column_2_wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.facility_features_sct .column_2_wrap .cmmn_object {
  width: 55%;
  padding-top: 35%;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_2_wrap .cmmn_object {
    width: 100%;
    padding-top: 60%;
    margin-bottom: 1.5rem;
  }
}
.facility_features_sct .column_2_wrap .text_wrap {
  width: 45%;
  padding: 0 2%;
}
.facility_features_sct .column_2_wrap .text_wrap .text {
  text-align: center;
  font-family: var(--font_key);
  font-weight: 600;
  font-size: max(1.65vw, 16px);
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_2_wrap .text_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .facility_features_sct .column_2_wrap .text_wrap {
    font-size: 4vw;
  }
}
.facility_features_sct .column_2_wrap .text_wrap .cmmn_btn {
  margin-top: 1em;
  width: max(28vw, 17em);
  gap: 0.25em;
}
@media only screen and (max-width: 960px) {
  .facility_features_sct .column_2_wrap .text_wrap .cmmn_btn {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .column_2_wrap .text_wrap .cmmn_btn {
    font-size: 1em;
    width: 20em;
  }
}
.facility_features_sct .image_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .facility_features_sct .image_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.facility_features_sct .image_wrap .cmmn_image_box .image {
  padding-top: 58%;
}

.facility_service_sct {
  margin-bottom: 5rem;
}
.facility_service_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
.facility_service_sct .inner {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5vw 2.5vw;
}
@media only screen and (max-width: 768px) {
  .facility_service_sct .inner {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.facility_service_sct .wrap .cmmn_image_box .link {
  cursor: pointer;
}
.facility_service_sct .wrap .cmmn_image_box .image {
  padding-top: 46%;
}
@media only screen and (max-width: 768px) {
  .facility_service_sct .wrap .cmmn_image_box .image {
    padding-top: 50%;
  }
}
.facility_service_sct .wrap .cmmn_image_box .image .cat {
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: max(0.95vw, 10px);
  font-family: var(--font_key);
  font-weight: 600;
  background-color: #fff;
  padding: 0.1em 0.35em;
  border-radius: 0px 5px 0px 0px;
}
@media only screen and (max-width: 600px) {
  .facility_service_sct .wrap .cmmn_image_box .image .cat {
    font-size: max(2vw, 13px);
  }
}
.facility_service_sct .wrap .cmmn_image_box .text {
  color: var(--small_ttl);
  font-size: max(0.85vw, 13px);
}

.contact_facility_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}

.contact_form_sct {
  margin-bottom: 5rem;
}
.contact_form_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}

.thanks_sct {
  margin-bottom: 5rem;
}
.thanks_sct .cmmn_title_ja_en {
  margin-bottom: 3.5rem;
}
.thanks_sct .text_wrap {
  margin-bottom: 3rem;
  text-align: center;
}
.thanks_sct .text_wrap p:not(:last-child) {
  margin-bottom: 1rem;
}
.thanks_sct .cmmn_contact_list {
  margin-bottom: 3.5rem;
}/*# sourceMappingURL=style.css.map */