@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("otf");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Medium.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.otf") format("otf");
  font-display: swap;
}
/* 日本語用 NotoSerifJP縦 */
@font-face {
  font-family: "NotoSerifJP-tate";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular-tate.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular-tate.woff") format("woff"), url("../fonts/NotoSerifJP-Regular-tate.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-tate";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium-tate.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium-tate.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-tate";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-SemiBold-tate.woff2") format("woff2"), url("../fonts/NotoSerifJP-SemiBold-tate.woff") format("woff");
  font-display: swap;
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #333333;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
}
@media (max-width: 959px) {
  body .wrap {
    padding-bottom: 45px;
  }
}
body .uk-container {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .uk-container.wide {
  max-width: 1280px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: 0.7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1320px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

@media (max-width: 1320px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}
.uk-visible-xlarge {
  display: none;
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* タグ */
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #333333;
}
a:hover {
  transition: all 0.5s ease 0s;
}
a.link-color {
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}
@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}
.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}
.att::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  position: absolute !important;
  z-index: 9999;
  padding: 0;
  box-sizing: border-box;
  height: 180px;
  left: 0;
  bottom: 10px;
  right: 0;
}
@media (max-width: 959px) {
  header {
    height: 80px;
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}
header .uk-flex {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 959px) {
  header .uk-flex {
    display: block;
  }
}
header {
  /*--------------------------
   ヘッダーロゴ
  ----------------------------*/
  /*ロゴ -----*/
}
header .hd-logo {
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}
header .hd-logo h1 {
  margin: 0;
}
header .hd-logo a {
  display: block;
  padding: 0;
}
header .hd-logo img {
  width: 150px;
  height: 178px;
}
@media (max-width: 1320px) {
  header .hd-logo img {
    width: 120px;
    height: 142.4px;
  }
}
@media (max-width: 959px) {
  header .hd-logo img {
    width: 90px !important;
    height: 106.8px !important;
  }
}
@media (max-width: 767px) {
  header .hd-logo img {
    width: 60px !important;
    height: 71.2px !important;
  }
}
@media (max-width: 959px) {
  header .hd-logo {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    top: 10px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  header .hd-logo {
    top: 5px;
    left: 10px;
  }
}
header {
  /* ナビ -----*/
}
header .hd__gnavi {
  position: relative;
  margin-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 959px) {
  header .hd__gnavi {
    display: none;
  }
}
@media (min-width: 960px) {
  header .hd__gnavi ul li a:hover {
    color: #00602E !important;
  }
}
header .hd__gnavi nav.mainnav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
header .hd__gnavi nav.mainnav > ul > li {
  margin-top: 0 !important;
  position: relative;
}
header .hd__gnavi nav.mainnav > ul > li:nth-child(n+2) {
  margin-left: 50px;
}
@media (max-width: 1320px) {
  header .hd__gnavi nav.mainnav > ul > li:nth-child(n+2) {
    margin-left: 30px;
  }
}
header .hd__gnavi nav.mainnav > ul > li > a, header .hd__gnavi nav.mainnav > ul > li > button {
  line-height: 1;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
@media (max-width: 1320px) {
  header .hd__gnavi nav.mainnav > ul > li > a, header .hd__gnavi nav.mainnav > ul > li > button {
    font-size: 16px;
  }
}
header .hd__gnavi nav.mainnav > ul > li > button {
  border: none;
  background: none;
}
header .hd__gnavi nav.mainnav > ul > li .uk-dropdown {
  width: auto;
  white-space: nowrap;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
header .hd__gnavi nav.mainnav > ul > li .uk-dropdown ul li {
  font-size: 14px;
}
header .hd__gnavi nav.mainnav > ul > li .uk-dropdown ul li a {
  color: #333;
  padding: 15px 20px;
  font-weight: 500;
}
@media (min-width: 960px) {
  header .hd__gnavi nav.mainnav > ul > li .uk-dropdown ul li a:hover {
    background: #F3F5EE;
    color: #00602E;
  }
}
header .hd__gnavi .subnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
header .hd__gnavi .subnav ul {
  display: flex;
  margin: 0;
}
header .hd__gnavi .subnav ul li {
  margin: 0;
}
header .hd__gnavi .subnav ul li:nth-child(n+2) {
  margin-left: 35px;
}
header .hd__gnavi .subnav ul li.instagram img {
  width: 24px;
  height: 24px;
}
header .hd__gnavi .subnav ul li a {
  font-size: 16px;
  font-weight: 500;
}
header .hd__gnavi .subnav__tel {
  margin-left: 35px;
  position: relative;
  padding-left: 40px;
}
header .hd__gnavi .subnav__tel a {
  color: #00602E;
  display: block;
  font-size: 32px;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
}
header .hd__gnavi .subnav__tel a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
header .hd__gnavi .subnav__tel span {
  font-size: 12px;
  font-weight: 500;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}
header.uk-sticky.uk-active {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.95);
  height: 70px;
  z-index: 9999;
  top: 0 !important;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  top: 0;
  bottom: auto;
}
@media (max-width: 959px) {
  header.uk-sticky.uk-active {
    height: 60px;
  }
}
header.uk-sticky.uk-active .hd-logo img {
  width: 52.5px;
  height: 62.3px;
}
header.uk-sticky.uk-active .hd__gnavi {
  padding-bottom: 10px;
}
header.uk-sticky.uk-active .hd__gnavi .subnav {
  margin-bottom: 5px;
}
header.uk-sticky.uk-active .hd__gnavi .subnav ul li a {
  font-size: 14px;
}
header.uk-sticky.uk-active .hd__gnavi .subnav ul li.instagram {
  display: none;
}
header.uk-sticky.uk-active .hd__gnavi .subnav ul li:nth-child(n+2) {
  margin-left: 25px;
}
header.uk-sticky.uk-active .hd__gnavi .subnav__tel {
  display: none;
}
@media (max-width: 959px) {
  header.uk-sticky.uk-active {
    background: none;
    filter: drop-shadow(0 0 0);
  }
  header.uk-sticky.uk-active .hd-logo {
    display: none;
  }
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.menu__toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
  z-index: 9999;
  text-align: center;
  display: none;
  background: #9AC243;
}
@media (max-width: 959px) {
  .menu__toggle {
    display: block;
  }
}
.menu__toggle__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.menu__toggle__btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  left: 0;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.menu__toggle__btn span:nth-child(1) {
  top: 0px;
  animation: menu-bar01 0.75s forwards;
}
.menu__toggle__btn span:nth-child(2) {
  top: 9px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu__toggle__btn span:nth-child(3) {
  bottom: 0;
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* メニュー開 */
.menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.menu__toggle__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.uk-modal.spn__navi {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  top: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .uk-modal.spn__navi {
    padding: 0;
  }
}
.uk-modal.spn__navi .uk-modal-dialog {
  background: #fff;
  width: 350px;
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow-y: scroll;
  padding: 5px 10px 25px;
  margin-left: calc(100% - 350px);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .uk-modal.spn__navi .uk-modal-dialog {
    width: 100%;
    margin-left: 0;
  }
}
.uk-modal.spn__navi .modal__header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.uk-modal.spn__navi .modal__header .modal__logo img {
  width: 60px;
  height: 71.2px;
}
.uk-modal.spn__navi .modal__header .modal__close {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
  z-index: 9999;
  text-align: center;
  background: #9AC243;
}
.uk-modal.spn__navi .modal__header .modal__close a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.uk-modal.spn__navi .modal__header .modal__close a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  left: 0;
  background: #fff;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}
.uk-modal.spn__navi .modal__header .modal__close a span:nth-child(1) {
  top: 0px;
}
.uk-modal.spn__navi .modal__header .modal__close a span:nth-child(2) {
  top: 9px;
}
.uk-modal.spn__navi .modal__header .modal__close a span:nth-child(3) {
  top: 18px;
}
.uk-modal.spn__navi .spn__navi__list {
  padding: 60px 0 0px;
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li {
  border-bottom: 1px solid #cccccc;
  margin-top: 0;
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li a {
  padding: 20px 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 1;
  text-align: left;
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion {
  margin: 0;
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion a {
  line-height: 1;
  overflow: initial;
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion a::before {
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_plus.svg) #9AC243 no-repeat center/15px 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
}
@media (max-width: 767px) {
  .uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion a {
    padding-right: 30px;
  }
  .uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion a::before {
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_plus.svg) #9AC243 no-repeat center/10px 10px;
    border-radius: 10px;
  }
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion li.uk-open a::before {
  background-image: url(../img/common/ico_minus.svg);
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion li .uk-accordion-content {
  padding: 0 20px 20px;
  margin: 0;
}
.uk-modal.spn__navi .spn__navi__list nav > ul > li .uk-accordion li .uk-accordion-content ul li a {
  padding: 0px 0px;
  color: #00602E;
  font-size: 14px;
}
.uk-modal.spn__navi .modal__bottom {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.uk-modal.spn__navi .modal__bottom .modal__tel {
  position: relative;
  padding-left: 40px;
}
.uk-modal.spn__navi .modal__bottom .modal__tel a {
  color: #00602E;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
}
.uk-modal.spn__navi .modal__bottom .modal__tel a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.uk-modal.spn__navi .modal__bottom .modal__tel span {
  font-size: 12px;
  font-weight: 500;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}
.uk-modal.spn__navi .modal__bottom .modal__instagram {
  margin-left: 30px;
}
.uk-modal.spn__navi .modal__bottom .modal__instagram img {
  width: 24px;
  height: 24px;
}
.uk-modal.spn__navi.uk-open .modal__close a span:nth-child(1) {
  animation: active-menu-bar04 0.75s forwards;
}
.uk-modal.spn__navi.uk-open .modal__close a span:nth-child(2) {
  transition: opacity 0.25s 0.25s;
  opacity: 0;
}
.uk-modal.spn__navi.uk-open .modal__close a span:nth-child(3) {
  animation: active-menu-bar05 0.75s forwards;
}
@keyframes active-menu-bar04 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar05 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

.section {
  padding: 150px 0;
}
.section .uk-container {
  position: relative;
}
@media (max-width: 1320px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 50px 0;
  }
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}

/* 見出し */
.ttl01 {
  font-size: 36px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.ttl01::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_title_en.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 1320px) {
  .ttl01 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .ttl01 {
    font-size: 24px;
    padding-left: 30px;
  }
  .ttl01::before {
    width: 20px;
    height: 20px;
  }
}
.ttl01.tate {
  writing-mode: vertical-rl; /* 縦書き（文字は上→下、行は右→左） */
  text-orientation: upright;
  line-height: 1.6; /* 行間は調整が必要 */
  padding-top: 35px;
  padding-left: 0;
  text-align: center;
  font-family: "NotoSerifJP-tate" !important;
  letter-spacing: 5px;
  width: 55px;
}
.ttl01.tate::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
@media (max-width: 640px) and (orientation: portrait) {
  .ttl01.tate {
    width: auto;
    letter-spacing: 2px;
    writing-mode: initial;
    text-orientation: initial;
    padding-left: 35px;
    padding-top: 0;
    display: inline-block;
  }
  .ttl01.tate::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
}

.ttl02 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  color: #009E4B;
  margin-bottom: 60px;
}
.ttl02::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/ico_title_en.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 640px) {
  .ttl02 {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .ttl02::before {
    width: 20px;
    height: 20px;
  }
}

/* ボタン */
.btn01 {
  margin-top: 30px;
}
.btn01 a {
  position: relative;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 35px;
  line-height: 1;
  border-radius: 35px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  height: 70px;
}
@media (max-width: 767px) {
  .btn01 a {
    height: 50px;
    border-radius: 25px;
    padding: 10px 25px;
  }
}
.btn01 a div {
  position: relative;
  padding-right: 40px;
}
.btn01 a span {
  display: block;
}
.btn01 a span.text {
  color: #009E4B;
  font-weight: 500;
  line-height: 30px;
}
.btn01 a span.circle {
  background: #009E4B;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  transition: all 0.5s ease 0s;
}
.btn01 a span.circle img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 960px) {
  .btn01 a:hover {
    background: #f5fffa;
  }
  .btn01 a:hover span.circle {
    transition: all 0.5s ease 0s;
    transform: translate(0%, -50%) scale(1.1);
  }
  .btn01 a:hover span.circle img {
    opacity: 1;
    animation: arw_r 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}
.btn01.green a {
  background: #009E4B;
}
.btn01.green a span.text {
  color: #fff;
}
.btn01.green a span.circle {
  background: #fff;
}
@media (min-width: 960px) {
  .btn01.green a:hover {
    background: #07b359;
  }
}

@keyframes arw_r {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(0%, -50%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.maruList li {
  position: relative;
  padding-left: 20px;
}
.maruList li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #9AC243;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 6px;
}
.maruList li:nth-child(n+2) {
  margin-top: 5px;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.fixbtn {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 99;
}
.fixbtn__list {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
}
.fixbtn__list > div {
  overflow: hidden;
}
.fixbtn__list > div img {
  width: 30px;
  height: auto;
}
@media (max-width: 959px) {
  .fixbtn__list > div img.pc {
    display: none;
  }
}
.fixbtn__list > div img.spn {
  display: none;
}
@media (max-width: 959px) {
  .fixbtn__list > div img.spn {
    display: block;
  }
}
.fixbtn__list > div a {
  display: block;
  padding: 20px 15px;
}
@media (min-width: 960px) {
  .fixbtn__list > div a:hover img {
    opacity: 1;
  }
}
.fixbtn__list > div.fixbtn__kengaku {
  border-radius: 10px 0 0 0;
}
.fixbtn__list > div.fixbtn__kengaku a {
  display: block;
  background: #00602E;
}
@media (min-width: 960px) {
  .fixbtn__list > div.fixbtn__kengaku a:hover {
    background: #066f39;
  }
}
.fixbtn__list > div.fixbtn__contact {
  border-radius: 0 0 0 10px;
}
.fixbtn__list > div.fixbtn__contact a {
  display: block;
  background: #009E4B;
}
@media (min-width: 960px) {
  .fixbtn__list > div.fixbtn__contact a:hover {
    background: #07b359;
  }
}
.fixbtn .fixbtn__instagram {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  position: relative;
  margin: 20px auto 0;
}
.fixbtn .fixbtn__instagram img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 959px) {
  .fixbtn {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .fixbtn__list {
    display: flex;
    flex-wrap: wrap;
  }
  .fixbtn__list > div {
    width: 50%;
  }
  .fixbtn__list > div a {
    padding: 10px;
    text-align: center;
  }
  .fixbtn__list > div img {
    height: 35px;
    width: auto;
    margin: 0 auto;
  }
  .fixbtn__list > div.fixbtn__kengaku {
    border-radius: 10px 0 0 0;
  }
  .fixbtn__list > div.fixbtn__contact {
    border-radius: 0 10px 0 0;
  }
  .fixbtn .fixbtn__instagram {
    display: none;
  }
}

/*--------------------------
 トップページ
----------------------------*/
#top {
  /*--------------------------
   メインビジュアル
  ----------------------------*/
}
#top #mv, #top .mv {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 100vh;
}
@media (max-width: 959px) {
  #top #mv, #top .mv {
    height: 520px;
  }
}
@media (max-width: 767px) {
  #top #mv, #top .mv {
    height: auto;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  #top #mv, #top .mv {
    height: 100vh;
  }
}
#top #mv, #top .mv {
  /* スライドショー */
}
#top #mv__img, #top .mv__img {
  margin-right: 35%;
  position: relative;
  border-radius: 0 0 60px 0px;
  overflow: hidden;
  z-index: 1;
}
#top #mv__img::before, #top .mv__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(27, 52, 2, 0);
  z-index: 1;
}
#top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
  height: calc(100vh - 200px);
  min-height: auto !important;
}
#top #mv__img .uk-dotnav, #top .mv__img .uk-dotnav {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 99;
}
#top #mv__img .uk-dotnav li.uk-active a, #top .mv__img .uk-dotnav li.uk-active a {
  background: #F38200;
}
@media (max-width: 959px) {
  #top #mv__img, #top .mv__img {
    margin-top: 130px;
    border-radius: 0 40px 40px 0px;
  }
  #top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
    height: 390px;
  }
}
@media (max-width: 767px) {
  #top #mv__img, #top .mv__img {
    margin-top: 90px;
    border-radius: 0 30px 30px 0px;
  }
  #top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
    height: 430px;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  #top #mv__img, #top .mv__img {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 20px;
    width: calc(100% - 20px);
  }
  #top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
    height: 300px;
  }
}
@media (max-width: 640px) and (orientation: portrait) and (max-height: 680px) {
  #top #mv__img, #top .mv__img {
    bottom: 30px;
  }
  #top #mv__img .uk-slideshow-items, #top .mv__img .uk-slideshow-items {
    height: 250px;
  }
}
#top #mv__text, #top .mv__text {
  position: absolute;
  top: 0;
  left: 65%;
  z-index: 2;
  width: 35%;
  height: 100%;
}
#top #mv__text .inner, #top .mv__text .inner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  left: 40%;
  top: 100px;
  display: flex;
  align-items: flex-end;
}
#top #mv__text .inner p, #top .mv__text .inner p {
  writing-mode: vertical-rl; /* 縦書き（文字は上→下、行は右→左） */
  text-orientation: mixed; /* 漢字は縦向き、英数字は回転（既定） */
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
  color: #004671;
}
#top #mv__text .inner p.ld, #top .mv__text .inner p.ld {
  order: 2;
  margin-left: 30px;
}
#top #mv__text .inner p.ld img, #top .mv__text .inner p.ld img {
  width: 150px;
  height: auto;
}
@media (max-width: 1320px) {
  #top #mv__text .inner p.ld, #top .mv__text .inner p.ld {
    margin-left: 10px;
  }
  #top #mv__text .inner p.ld img, #top .mv__text .inner p.ld img {
    width: 120px;
  }
}
@media (max-width: 959px) {
  #top #mv__text .inner p.ld img, #top .mv__text .inner p.ld img {
    width: 100px;
  }
}
#top #mv__text .inner p:nth-child(2), #top .mv__text .inner p:nth-child(2) {
  order: 1;
  margin-right: 10px;
  margin-bottom: -30px;
}
@media (max-width: 1320px) {
  #top #mv__text .inner p:nth-child(2), #top .mv__text .inner p:nth-child(2) {
    margin-bottom: -60px;
  }
}
@media (max-width: 959px) {
  #top #mv__text, #top .mv__text {
    margin-top: 30px;
  }
  #top #mv__text .inner, #top .mv__text .inner {
    left: 50%;
  }
  #top #mv__text .inner p, #top .mv__text .inner p {
    font-size: 16px;
    text-align: left;
  }
  #top #mv__text .inner p:nth-child(2), #top .mv__text .inner p:nth-child(2) {
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  #top #mv__text, #top .mv__text {
    height: calc(100% - 340px);
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #top #mv__text .inner, #top .mv__text .inner {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
    height: calc(100% - 30px);
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -20px;
  }
  #top #mv__text .inner p.ld, #top .mv__text .inner p.ld {
    text-align: center;
    margin: 0;
  }
  #top #mv__text .inner p.ld img, #top .mv__text .inner p.ld img {
    width: auto;
    height: 80%;
  }
}
@media (max-width: 640px) and (orientation: portrait) and (max-height: 680px) {
  #top #mv__text, #top .mv__text {
    height: calc(100% - 290px);
  }
  #top #mv__text .inner, #top .mv__text .inner {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #top #mv__text .inner p.ld img, #top .mv__text .inner p.ld img {
    height: 90%;
  }
  #top #mv__text .inner p, #top .mv__text .inner p {
    font-size: 14px;
  }
}
#top {
  /*--------------------------
   私たちについて
  ----------------------------*/
}
#top .aboutus {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#top .aboutus__title {
  width: 15%;
  text-align: center;
}
@media (max-width: 959px) {
  #top .aboutus__title {
    width: 100px;
  }
}
#top .aboutus h2 {
  margin: 60px auto 0;
}
@media (max-width: 640px) {
  #top .aboutus__title {
    width: 100%;
    text-align: left;
  }
  #top .aboutus__title h2 {
    margin-bottom: 30px;
    text-align: left;
    margin-left: 20px;
    margin-top: 0;
  }
}
#top .aboutus__cnts {
  width: 85%;
  border-radius: 60px 0 0 60px;
  background: linear-gradient(to bottom, #F0FAFF, #B0E2FF);
  padding: 100px 80px 300px 80px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#top .aboutus__cnts::after {
  content: "";
  background: url(../img/top/aboutus_img.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
}
#top .aboutus__cnts p {
  z-index: 1;
  position: relative;
}
#top .aboutus__cnts p.ld {
  font-size: 60px;
  font-weight: 500;
  color: #004671;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  line-height: 1.5;
}
@media (max-width: 1320px) {
  #top .aboutus__cnts p.ld {
    font-size: 50px;
  }
}
@media (max-width: 959px) {
  #top .aboutus__cnts p.ld {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  #top .aboutus__cnts p.ld {
    font-size: 25px;
  }
}
#top .aboutus__cnts .btn01 {
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 959px) {
  #top .aboutus__cnts {
    border-radius: 40px 0 0 40px;
    padding-bottom: 200px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  #top .aboutus__cnts {
    padding: 40px 40px 150px 40px;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  #top .aboutus__cnts .btn01 {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  #top .aboutus__cnts {
    padding: 40px 25px 100px 25px;
  }
}
#top .aboutus .swiper {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  /* スライドの動き等速 */
}
#top .aboutus .swiper-wrapper {
  transition-timing-function: linear;
}
#top .aboutus .swiper {
  /* 画像のサイズ調整 */
}
#top .aboutus .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  padding-top: 20%;
  position: relative;
}
#top .aboutus .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#top .aboutus .swiper-slide:nth-child(even) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top .aboutus .swiper-slide {
    border-radius: 15px;
  }
}
@media (max-width: 640px) {
  #top .aboutus .swiper-slide {
    padding-top: 30%;
  }
}
#top {
  /*--------------------------
   施設紹介
  ----------------------------*/
}
#top .facility {
  display: flex;
  flex-wrap: wrap;
  padding-top: 300px;
}
@media (max-width: 1320px) {
  #top .facility {
    padding-top: 200px;
  }
}
@media (max-width: 640px) {
  #top .facility {
    padding-top: 0;
  }
}
#top .facility__title {
  background: #9AC243;
  width: 15%;
  text-align: center;
  padding: 80px 0;
  border-radius: 0 30px 30px 0;
  position: relative;
  overflow: hidden;
}
#top .facility__title h2 {
  margin: 0 auto;
  color: #fff;
}
#top .facility__title h2::before {
  filter: brightness(115%);
}
#top .facility__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/top/facility_title.png) no-repeat bottom center/100% auto;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
@media (max-width: 959px) {
  #top .facility__title {
    width: 120px;
  }
}
@media (max-width: 640px) {
  #top .facility__title {
    margin-top: 80px;
    width: calc(100% - 20px);
    padding: 30px 0;
    text-align: left;
    border-radius: 0 15px 15px 0;
  }
  #top .facility__title h2 {
    text-align: left;
    margin-left: 20px;
  }
  #top .facility__title::after {
    background: url(../img/top/facility_title_spn.png) no-repeat right top/auto 180%;
  }
}
#top .facility__cnts {
  padding-left: 100px;
  padding-right: calc((100% - 1200px) / 2);
  padding-top: 30px;
  width: 85%;
  box-sizing: border-box;
}
#top .facility__cnts p {
  text-align: justify;
}
@media (max-width: 1320px) {
  #top .facility__cnts {
    padding-right: 80px;
  }
}
@media (max-width: 959px) {
  #top .facility__cnts {
    width: calc(100% - 120px);
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  #top .facility__cnts {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#top {
  /*--------------------------
   利用者・OBの声
  ----------------------------*/
}
#top .voice {
  background: linear-gradient(to bottom, #FEF8E8, #FFEEC9);
  border-radius: 60px 0 60px 0;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
@media (max-width: 959px) {
  #top .voice {
    border-radius: 40px 0 40px 0;
  }
}
@media (max-width: 640px) {
  #top .voice {
    padding: 50px 0;
  }
}
#top .voice__cnts {
  width: 80%;
}
@media (max-width: 959px) {
  #top .voice__cnts {
    width: calc(100% - 100px);
  }
}
@media (max-width: 640px) {
  #top .voice__cnts {
    width: calc(100% - 20px);
    order: 2;
  }
}
#top .voice__cnts .uk-slideshow .uk-dotnav {
  margin-top: 50px;
  margin-bottom: 0;
}
#top .voice__cnts .uk-slideshow .uk-dotnav li a {
  width: 18px;
  height: 18px;
  background: #F0D395;
  border-radius: 9px;
  border: none;
}
#top .voice__cnts .uk-slideshow .uk-dotnav li.uk-active a {
  background: #F38200;
}
@media (max-width: 767px) {
  #top .voice__cnts .uk-slideshow .uk-dotnav {
    margin-top: 35px;
  }
  #top .voice__cnts .uk-slideshow .uk-dotnav li a {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
#top .voice__cnts .uk-slideshow .uk-slidenav {
  width: 65px;
  height: 65px;
  border-radius: 32.5px;
  top: 40%;
  background: url(../img/top/slide_arrow.svg) #F38200 no-repeat center/20px 20px;
}
@media (max-width: 959px) {
  #top .voice__cnts .uk-slideshow .uk-slidenav {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 640px) {
  #top .voice__cnts .uk-slideshow .uk-slidenav {
    background: url(../img/top/slide_arrow.svg) #F38200 no-repeat center/10px 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
#top .voice__cnts .uk-slideshow .uk-slidenav svg {
  display: none;
}
#top .voice__cnts .uk-slideshow .uk-slidenav-previous {
  transform: translate(0, -50%) scale(-1, 1);
  display: none;
}
#top .voice__cnts .uk-slideshow .uk-slidenav-next {
  right: -50px;
}
@media (max-width: 959px) {
  #top .voice__cnts .uk-slideshow .uk-slidenav-next {
    right: -40px;
  }
}
@media (max-width: 640px) {
  #top .voice__cnts .uk-slideshow .uk-slidenav-next {
    right: -30px;
  }
}
#top .voice__cnts .uk-slideshow-items {
  background: #fff;
  border-radius: 0 50px 50px 0;
  box-sizing: border-box;
  min-height: 550px !important;
}
@media (max-width: 767px) {
  #top .voice__cnts .uk-slideshow-items {
    border-radius: 0 30px 30px 0;
    min-height: 700px !important;
  }
}
@media (max-width: 640px) {
  #top .voice__cnts .uk-slideshow-items {
    min-height: 650px !important;
  }
}
#top .voice__cnts .uk-slideshow-items > div {
  display: flex;
  padding: 60px 150px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  #top .voice__cnts .uk-slideshow-items > div {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  #top .voice__cnts .uk-slideshow-items > div {
    padding: 35px 20px;
  }
}
#top .voice__cnts .uk-slideshow-items > div:not(.uk-active) {
  display: none;
}
#top .voice__cnts .uk-slideshow-items > div .voice__text {
  width: 50%;
}
#top .voice__cnts .uk-slideshow-items > div .voice__text p.ld {
  color: #00602E;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 36px;
  line-height: 1.35;
}
#top .voice__cnts .uk-slideshow-items > div .voice__text p.textbox {
  color: #333;
  height: 9em; /* 約3行分の高さ（1.6×3） */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* ← 3行でカット */
}
@media (max-width: 1320px) {
  #top .voice__cnts .uk-slideshow-items > div .voice__text p.ld {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #top .voice__cnts .uk-slideshow-items > div .voice__text {
    order: 2;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #top .voice__cnts .uk-slideshow-items > div .voice__text p.ld {
    font-size: 20px;
  }
}
#top .voice__cnts .uk-slideshow-items > div .voice__img {
  width: calc(50% - 80px);
  margin-left: 80px;
}
#top .voice__cnts .uk-slideshow-items > div .voice__img > div {
  height: 420px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#top .voice__cnts .uk-slideshow-items > div .voice__img > div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1320px) {
  #top .voice__cnts .uk-slideshow-items > div .voice__img {
    width: calc(50% - 50px);
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  #top .voice__cnts .uk-slideshow-items > div .voice__img {
    order: 1;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  #top .voice__cnts .uk-slideshow-items > div .voice__img > div {
    height: 250px;
  }
}
#top .voice__title {
  width: 20%;
  text-align: center;
}
@media (max-width: 959px) {
  #top .voice__title {
    width: 100px;
  }
}
#top .voice__title h2 {
  margin: 0 auto;
}
@media (max-width: 640px) {
  #top .voice__title {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    text-align: left;
  }
  #top .voice__title h2 {
    text-align: left;
    margin-left: 20px;
  }
}
#top {
  /*--------------------------
   ご利用までの流れ
  ----------------------------*/
}
#top .flow {
  padding-bottom: 200px;
  /* 260217修正指示箇所：flow_bg02を左揃え・全サイズ100%に変更 */
  background: url(../img/top/flow_bg01.png) no-repeat top center/100% auto, url(../img/top/flow_bg02.png) no-repeat bottom left/100% auto;
  margin-top: -60px;
  text-align: center;
  padding-top: 200px;
}
@media (max-width: 1320px) {
  #top .flow {
    background: url(../img/top/flow_bg01.png) no-repeat top center/100% auto, url(../img/top/flow_bg02.png) no-repeat bottom left/100% auto;
  }
}
@media (max-width: 640px) {
  #top .flow {
    padding-top: 150px;
    padding-bottom: 250px;
    background: url(../img/top/flow_bg01.png) no-repeat top center/100% auto, url(../img/top/flow_bg02.png) no-repeat bottom left/100% auto;
  }
}
#top .flow h2 {
  display: inline-block;
  margin-bottom: 100px;
}
@media (max-width: 1320px) {
  #top .flow h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  #top .flow h2 {
    margin-bottom: 40px;
  }
}
#top .flow__list {
  display: flex;
  margin-left: -60px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  #top .flow__list {
    margin-left: -40px;
  }
}
@media (max-width: 959px) {
  #top .flow__list {
    margin-left: 0;
  }
}
#top .flow__box {
  background: #F3F5EE;
  border-radius: 30px;
  padding: 35px 25px;
  width: calc(33% - 50px);
  margin-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  #top .flow__box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 20px;
  }
  #top .flow__box:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  #top .flow__box {
    width: 100%;
    border-radius: 15px;
    padding: 40px 20px;
  }
}
#top .flow__box h3 {
  font-weight: 500;
  font-size: 28px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#top .flow__box h3::after {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #009E4B;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
}
@media (max-width: 1320px) {
  #top .flow__box h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #top .flow__box h3 {
    font-size: 20px;
  }
}
#top .flow__box .step {
  display: flex;
  padding-bottom: 40px;
  position: relative;
}
#top .flow__box .step::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #C6D0B8;
}
@media (max-width: 1320px) {
  #top .flow__box .step::before {
    left: 27.5px;
  }
}
@media (max-width: 640px) {
  #top .flow__box .step::before {
    left: 22.5px;
  }
}
#top .flow__box .step:last-of-type::before {
  content: none;
}
#top .flow__box .step__number {
  width: 60px;
  height: 60px;
  background: #9AC243;
  border-radius: 42.5px;
  position: relative;
}
#top .flow__box .step__number p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Figtree", sans-serif;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
#top .flow__box .step__number p span {
  font-size: 12px;
  display: block;
}
@media (max-width: 1320px) {
  #top .flow__box .step__number {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  #top .flow__box .step__number p {
    font-size: 30px;
  }
  #top .flow__box .step__number p span {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  #top .flow__box .step__number {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #top .flow__box .step__number p {
    font-size: 24px;
  }
  #top .flow__box .step__number p span {
    font-size: 11px;
  }
}
#top .flow__box .step__cnts {
  text-align: left;
  width: calc(100% - 110px);
  margin-left: 15px;
}
#top .flow__box .step__cnts h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
#top .flow__box .step__cnts p {
  margin: 10px 0 0;
  text-align: justify;
}
@media (max-width: 1320px) {
  #top .flow__box .step__cnts {
    width: calc(100% - 85px);
  }
  #top .flow__box .step__cnts h4 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  #top .flow__box .step__cnts {
    width: calc(100% - 70px);
    margin-left: 20px;
  }
}
#top .flow__box__inner {
  text-align: left;
  margin-bottom: 25px;
}
#top .flow__box__inner a {
  color: #00602E;
  transition: all 0.3s;
}
#top .flow__box__inner a:hover {
  color: #9AC243;
  text-decoration: underline;
}
#top .flow__box__inner dl dt {
  font-size: 110%;
  margin-bottom: 10px;
}
#top .flow__box__inner dl dd {
  font-size: 95%;
}
#top .flow__box__inner.flowArrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_arrow_shita.svg) no-repeat center center/contain;
  margin: 0px auto;
  margin-top: 25px;
}
#top .flow__box__inner.note {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
#top .flow__box__inner.note h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}
#top .flow__box__inner.note p {
  font-size: 13px;
  line-height: 1.35;
  margin: 0px;
}
#top {
  /*--------------------------
   よくあるご質問
  ----------------------------*/
}
#top .faq {
  background: #00602E;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
}
@media (max-width: 959px) {
  #top .faq {
    border-radius: 40px 40px 0 0;
  }
}
#top .faq__title {
  width: 100px;
  text-align: left;
}
#top .faq__title h2 {
  color: #fff;
}
@media (max-width: 640px) {
  #top .faq__title {
    width: 100%;
    text-align: center;
  }
  #top .faq__title h2 {
    margin-bottom: 50px;
  }
}
#top .faq__cnts {
  width: calc(100% - 130px);
  margin-left: 30px;
}
@media (max-width: 1320px) {
  #top .faq__cnts {
    width: calc(100% - 160px);
    margin-right: 30px;
  }
}
@media (max-width: 959px) {
  #top .faq__cnts {
    width: calc(100% - 100px);
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 640px) {
  #top .faq__cnts {
    width: 100%;
  }
}
#top .faq__cnts h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  margin-bottom: 50px;
  line-height: 1.3;
}
@media (max-width: 1320px) {
  #top .faq__cnts h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #top .faq__cnts h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#top .faq__cnts__inner:nth-child(n+2) {
  margin-top: 100px;
}
#top {
  /*--------------------------
   保護者の皆様へ
  ----------------------------*/
}
#top .family {
  background: url(../img/top/parents_bg.jpg) no-repeat center right/cover;
  height: 520px;
}
@media (max-width: 767px) {
  #top .family {
    height: 400px;
  }
}
#top .family__cnts {
  width: 50%;
  background: rgba(154, 194, 67, 0.8);
  position: relative;
  height: 100%;
}
#top .family__cnts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
#top .family__cnts__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  text-align: left;
  max-width: 580px;
  color: #fff;
  z-index: 1;
}
#top .family__cnts__inner h2 {
  color: #fff;
}
#top .family__cnts__inner h2:before {
  filter: brightness(115%);
}
@media (max-width: 767px) {
  #top .family__cnts {
    width: 55%;
  }
  #top .family__cnts__inner {
    width: 80%;
  }
}
@media (max-width: 640px) {
  #top .family__cnts {
    width: 100%;
  }
  #top .family__cnts__inner {
    width: 90%;
    text-align: center;
  }
  #top .family__cnts__inner h2 {
    display: inline-block;
    margin-bottom: 0px;
  }
  #top .family__cnts__inner p {
    text-align: left;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  overflow: hidden;
  padding: 150px 0 0;
}
@media (max-width: 959px) {
  footer {
    padding-top: 0px;
  }
}
footer .ft__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  footer .ft__inner {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  footer .ft__inner {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  footer .ft__inner {
    padding: 50px 0 30px;
  }
}
footer .ft__info {
  position: relative;
  width: 300px;
}
footer .ft__info .logo img {
  width: 127px;
  height: 150px;
}
footer .ft__info .info {
  margin: 20px 0 30px;
}
footer .ft__info .info p {
  margin-bottom: 0;
}
footer .ft__info .info p a {
  display: block;
  margin-top: 10px;
}
footer .ft__info .info p a img {
  width: 24px;
  height: 24px;
}
@media (max-width: 959px) {
  footer .ft__info {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
footer .ft__navi {
  width: calc(100% - 300px - 60px);
  margin-left: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  footer .ft__navi {
    width: 100%;
    margin-left: 0;
  }
}
footer .ft__navi__left {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 300px);
  padding-left: 60px;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  footer .ft__navi__left {
    width: 100%;
  }
}
@media (max-width: 959px) {
  footer .ft__navi__left {
    justify-content: center;
    padding-left: 0;
  }
}
footer .ft__navi__left > ul {
  margin-top: 0;
}
footer .ft__navi__left > ul:nth-child(n+2) {
  margin-left: 60px;
}
@media (max-width: 640px) {
  footer .ft__navi__left > ul:nth-child(n+2) {
    margin-left: 10px;
  }
}
footer .ft__navi__left > ul li {
  position: relative;
}
footer .ft__navi__left > ul li:nth-child(n+2) {
  margin-top: 30px;
}
footer .ft__navi__left > ul li a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  color: #00602E;
}
@media (min-width: 960px) {
  footer .ft__navi__left > ul li a:hover {
    color: #009E4B;
    transition: all 0.5s ease 0s;
  }
}
footer .ft__navi__left > ul li .child {
  margin-top: 10px;
}
footer .ft__navi__left > ul li .child li {
  padding: 0;
}
footer .ft__navi__left > ul li .child li a {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}
@media (max-width: 640px) {
  footer .ft__navi__left > ul li .child li a {
    font-size: 12px;
    padding-left: 10px;
  }
}
footer .ft__navi__left > ul li .child li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #00602E;
  position: absolute;
  top: 8px;
  left: 0;
}
footer .ft__navi__left > ul li .child li:nth-child(n+2) {
  margin-top: 0px;
}
footer .ft__navi__right {
  width: 300px;
}
@media (max-width: 1320px) {
  footer .ft__navi__right {
    width: 100%;
    margin-top: 50px;
    max-width: 300px;
    margin-left: 60px;
  }
}
@media (max-width: 959px) {
  footer .ft__navi__right {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  footer .ft__navi__right {
    margin-top: 30px;
  }
}
footer .ft__navi__right ul li a {
  display: block;
  border: 1px solid #00602E;
  height: 60px;
  border-radius: 30px;
  position: relative;
}
footer .ft__navi__right ul li a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30px;
  color: #00602E;
  font-weight: 500;
  padding-left: 45px;
}
footer .ft__navi__right ul li a span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (min-width: 960px) {
  footer .ft__navi__right ul li a:hover {
    background: #F3F5EE;
  }
}
footer .ft__navi__right ul li:nth-child(n+2) {
  margin-top: 15px;
}
footer .ft__navi__right ul li.kengaku a span::before {
  background: url(../img/common/ico_kengaku.svg) no-repeat center/contain;
}
footer .ft__navi__right ul li.contact a span::before {
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
}
@media (max-width: 959px) {
  footer .ft__navi__right ul {
    display: flex;
    justify-content: center;
    margin-left: -20px;
    flex-wrap: wrap;
  }
  footer .ft__navi__right ul li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 0 !important;
  }
  footer .ft__navi__right ul a {
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer .ft__navi__right ul li {
    width: calc(100% - 20px);
  }
  footer .ft__navi__right ul li:nth-child(n+2) {
    margin-top: 20px !important;
  }
}
footer .ft__bottom {
  padding: 50px 10px;
  background: #00602E;
  margin-top: 100px;
}
footer .ft__bottom p {
  margin: 0;
  text-align: right;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 959px) {
  footer .ft__bottom {
    margin-top: 0px;
    padding: 20px 10px 30px;
    background: #9AC243;
  }
  footer .ft__bottom p {
    text-align: center;
  }
}

/*--------------------------
 トップ、よくあるご質問　共通
----------------------------*/
body#top .faq__list,
body#faq .faq__list {
  border-bottom: 1px solid #fff;
}
body#top .faq__list li,
body#faq .faq__list li {
  border-top: 1px solid #fff;
  margin-top: 0;
  padding: 0 15px;
}
@media (max-width: 640px) {
  body#top .faq__list li,
  body#faq .faq__list li {
    padding: 0 5px;
  }
}
body#top .faq__list li .q,
body#faq .faq__list li .q {
  color: #fff;
  font-size: 18px;
  padding: 25px 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 640px) {
  body#top .faq__list li .q,
  body#faq .faq__list li .q {
    font-size: 16px;
  }
}
body#top .faq__list li .q::after,
body#faq .faq__list li .q::after {
  content: "Q";
  font-size: 36px;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 22px;
  line-height: 1;
}
body#top .faq__list li .q::before,
body#faq .faq__list li .q::before {
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_plus.svg) #9AC243 no-repeat center/15px 15px;
  border-radius: 15px;
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 767px) {
  body#top .faq__list li .q,
  body#faq .faq__list li .q {
    padding-left: 40px;
    padding-right: 30px;
  }
  body#top .faq__list li .q::after,
  body#faq .faq__list li .q::after {
    font-size: 28px;
  }
  body#top .faq__list li .q::before,
  body#faq .faq__list li .q::before {
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_plus.svg) #9AC243 no-repeat center/10px 10px;
    border-radius: 10px;
  }
}
body#top .faq__list li .a,
body#faq .faq__list li .a {
  color: #fff;
  padding: 0 0 25px 70px;
  position: relative;
  margin: 0;
}
body#top .faq__list li .a::after,
body#faq .faq__list li .a::after {
  content: "A";
  font-size: 36px;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 0px;
  line-height: 1;
}
@media (max-width: 767px) {
  body#top .faq__list li .a,
  body#faq .faq__list li .a {
    padding: 0 0 25px 60px;
  }
  body#top .faq__list li .a::after,
  body#faq .faq__list li .a::after {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  body#top .faq__list li .a,
  body#faq .faq__list li .a {
    padding-left: 40px;
  }
  body#top .faq__list li .a::after,
  body#faq .faq__list li .a::after {
    left: 0;
  }
}
body#top .faq__list li .a p,
body#faq .faq__list li .a p {
  text-align: justify;
}
@media (max-width: 640px) {
  body#top .faq__list li .a p,
  body#faq .faq__list li .a p {
    font-size: 14px;
  }
}
body#top .faq__list li.uk-open .q::before,
body#faq .faq__list li.uk-open .q::before {
  background-image: url(../img/common/ico_minus.svg);
}

/*--------------------------
 トップ、よくあるご質問　共通
----------------------------*/
body#top .facility__list,
body#facilities-index .facility__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media (max-width: 1320px) {
  body#top .facility__list,
  body#facilities-index .facility__list {
    margin-left: -35px;
  }
}
@media (max-width: 640px) {
  body#top .facility__list,
  body#facilities-index .facility__list {
    margin-left: -15px;
  }
}
body#top .facility__list > *,
body#facilities-index .facility__list > * {
  width: calc(50% - 50px);
  margin-left: 50px;
  margin-top: 50px;
}
@media (max-width: 1320px) {
  body#top .facility__list > *,
  body#facilities-index .facility__list > * {
    width: calc(50% - 35px);
    margin-left: 35px;
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  body#top .facility__list > *,
  body#facilities-index .facility__list > * {
    width: calc(50% - 15px) !important;
    margin-left: 15px !important;
    margin-top: 25px !important;
  }
}
body#top .facility__list > * .img,
body#facilities-index .facility__list > * .img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
body#top .facility__list > * .img__logo,
body#facilities-index .facility__list > * .img__logo {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px 0 0 0;
  padding: 10px;
}
body#top .facility__list > * .img__logo img,
body#facilities-index .facility__list > * .img__logo img {
  width: 70px;
  height: 70px;
}
@media (max-width: 640px) {
  body#top .facility__list > * .img,
  body#facilities-index .facility__list > * .img {
    border-radius: 8px;
  }
  body#top .facility__list > * .img__logo,
  body#facilities-index .facility__list > * .img__logo {
    padding: 5px;
  }
  body#top .facility__list > * .img__logo img,
  body#facilities-index .facility__list > * .img__logo img {
    width: 40px;
    height: 40px;
  }
}
body#top .facility__list > * p,
body#facilities-index .facility__list > * p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #00602E;
}
@media (max-width: 640px) {
  body#top .facility__list > * p,
  body#facilities-index .facility__list > * p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  body#top .facility__list > * a:hover .img img,
  body#facilities-index .facility__list > * a:hover .img img {
    opacity: 1;
  }
  body#top .facility__list > * a:hover .img img.bg,
  body#facilities-index .facility__list > * a:hover .img img.bg {
    transform: scale(110%);
    filter: brightness(80%);
  }
}

/*--------------------------
    下層ページ共通
----------------------------*/
body.page header {
  position: relative !important;
  bottom: auto;
  left: auto;
  height: auto;
  padding: 10px 0;
}
@media (max-width: 959px) {
  body.page header {
    height: 60px;
  }
}
body.page header .hd-logo img {
  width: 84px;
  height: 100px;
}
@media (max-width: 959px) {
  body.page header .hd-logo img {
    width: 60px !important;
    height: 71.2px !important;
  }
}
body.page header .hd__gnavi {
  padding-bottom: 0;
}
body.page header .hd__gnavi .subnav {
  margin-bottom: 10px;
}
body.page header.uk-sticky.uk-active {
  padding: 0;
}
body.page .page__head {
  padding: 100px 0;
}
@media (max-width: 767px) {
  body.page .page__head {
    padding: 60px 0 30px;
  }
}
body.page .page__head h2 span {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  color: #009E4B;
}
body.page .page__head h2 {
  font-size: 60px;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: 500;
  color: #004671;
}
@media (max-width: 959px) {
  body.page .page__head h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  body.page .page__head h2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  body.page .page__head h2 {
    font-size: 32px;
  }
  body.page .page__head h2 span {
    font-size: 12px;
  }
}
body.page .page__head .breadcrumb {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1320px) {
  body.page .page__head .breadcrumb {
    margin-right: 50px;
  }
}
@media (max-width: 959px) {
  body.page .page__head .breadcrumb {
    margin-right: 0;
  }
}
body.page .page__head .breadcrumb ul {
  display: flex;
  justify-content: flex-end;
}
body.page .page__head .breadcrumb ul li a, body.page .page__head .breadcrumb ul li span {
  font-size: 12px;
  line-height: 1;
  display: block;
}
body.page .page__head .breadcrumb ul li a {
  color: #009E4B;
  text-decoration: underline;
}
body.page .page__head .breadcrumb ul li:nth-child(n+2) {
  margin-top: 0;
  padding-left: 30px;
  position: relative;
}
body.page .page__head .breadcrumb ul li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  width: 10px;
  height: 1px;
  background: #333;
}
body.page .pagecnts .section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  body.page .pagecnts .section {
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  body.page .pagecnts .section {
    padding: 50px 0;
  }
}
body.page .pagecnts .section:first-child {
  padding-top: 50px;
}
@media (max-width: 640px) {
  body.page .pagecnts .section:first-child {
    padding-top: 0;
  }
}
body.page .pagecnts .section__inner {
  padding-left: 40px;
}
@media (max-width: 1320px) {
  body.page .pagecnts .section__inner {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media (max-width: 959px) {
  body.page .pagecnts .section__inner {
    padding-right: 0;
  }
}
body.page .pagecnts .section .ld {
  font-size: 32px;
  font-weight: 500;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  color: #00602E;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  body.page .pagecnts .section .ld {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  body.page .pagecnts .section .ld {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
body.page .ft__img {
  height: 400px;
  background: url(../img/common/ft_img.jpg) no-repeat center/cover;
  margin-top: 100px;
}
@media (max-width: 640px) {
  body.page .ft__img {
    height: 250px;
    margin-top: 50px;
  }
}

/*--------------------------　
　表（私たちについて・施設概要共通）
----------------------------*/
body#aboutus,
body.facilities,
body#recruit {
  /* 法人概要 */
}
body#aboutus .outline__cnts,
body.facilities .outline__cnts,
body#recruit .outline__cnts {
  display: flex;
  flex-wrap: wrap;
}
body#aboutus .outline__cnts dt, body#aboutus .outline__cnts dd,
body.facilities .outline__cnts dt,
body.facilities .outline__cnts dd,
body#recruit .outline__cnts dt,
body#recruit .outline__cnts dd {
  padding: 20px 15px;
  box-sizing: border-box;
}
body#aboutus .outline__cnts dt,
body.facilities .outline__cnts dt,
body#recruit .outline__cnts dt {
  width: 150px;
  border-bottom: 1px solid #009E4B;
  font-weight: 500;
}
body#aboutus .outline__cnts dd,
body.facilities .outline__cnts dd,
body#recruit .outline__cnts dd {
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  width: calc(100% - 160px);
  text-align: left;
}
@media (max-width: 640px) {
  body#aboutus .outline__cnts dt, body#aboutus .outline__cnts dd,
  body.facilities .outline__cnts dt,
  body.facilities .outline__cnts dd,
  body#recruit .outline__cnts dt,
  body#recruit .outline__cnts dd {
    padding: 15px 5px;
  }
  body#aboutus .outline__cnts dt,
  body.facilities .outline__cnts dt,
  body#recruit .outline__cnts dt {
    width: 90px;
  }
  body#aboutus .outline__cnts dd,
  body.facilities .outline__cnts dd,
  body#recruit .outline__cnts dd {
    width: calc(100% - 100px);
  }
}

/*--------------------------　
　お問合せボタン（ご利用までの流れ・施設概要・ご家族の皆様へ共通）
----------------------------*/
body#flow .contact__box,
body.facilities .contact__box,
body#family .contact__box,
body#recruit .contact__box {
  background: #00602E;
  padding: 60px;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 100px 0;
}
@media (max-width: 1320px) {
  body#flow .contact__box,
  body.facilities .contact__box,
  body#family .contact__box,
  body#recruit .contact__box {
    margin-right: 50px;
  }
}
@media (max-width: 959px) {
  body#flow .contact__box,
  body.facilities .contact__box,
  body#family .contact__box,
  body#recruit .contact__box {
    margin-right: 0;
    padding: 40px;
  }
}
@media (max-width: 640px) {
  body#flow .contact__box,
  body.facilities .contact__box,
  body#family .contact__box,
  body#recruit .contact__box {
    padding: 30px 25px;
    border-radius: 15px;
    margin: 50px 0;
  }
}
body#flow .contact__box h3,
body.facilities .contact__box h3,
body#family .contact__box h3,
body#recruit .contact__box h3 {
  color: #fff;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
body#flow .contact__box h3::after,
body.facilities .contact__box h3::after,
body#family .contact__box h3::after,
body#recruit .contact__box h3::after {
  content: "";
  background: #fff;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
}
@media (max-width: 959px) {
  body#flow .contact__box h3,
  body.facilities .contact__box h3,
  body#family .contact__box h3,
  body#recruit .contact__box h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  body#flow .contact__box h3,
  body.facilities .contact__box h3,
  body#family .contact__box h3,
  body#recruit .contact__box h3 {
    font-size: 20px;
  }
}
body#flow .contact__box .contact__btn,
body.facilities .contact__box .contact__btn,
body#family .contact__box .contact__btn,
body#recruit .contact__box .contact__btn {
  margin-top: 80px;
}
body#flow .contact__box .contact__btn ul,
body.facilities .contact__box .contact__btn ul,
body#family .contact__box .contact__btn ul,
body#recruit .contact__box .contact__btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#flow .contact__box .contact__btn ul li,
body.facilities .contact__box .contact__btn ul li,
body#family .contact__box .contact__btn ul li,
body#recruit .contact__box .contact__btn ul li {
  width: calc(50% - 50px);
  margin: 0 25px;
  max-width: 350px;
}
body#flow .contact__box .contact__btn ul li:nth-child(n+2),
body.facilities .contact__box .contact__btn ul li:nth-child(n+2),
body#family .contact__box .contact__btn ul li:nth-child(n+2),
body#recruit .contact__box .contact__btn ul li:nth-child(n+2) {
  margin-top: 0;
}
body#flow .contact__box .contact__btn ul li a,
body.facilities .contact__box .contact__btn ul li a,
body#family .contact__box .contact__btn ul li a,
body#recruit .contact__box .contact__btn ul li a {
  display: block;
  height: 60px;
  border-radius: 30px;
  position: relative;
  background: #fff;
}
body#flow .contact__box .contact__btn ul li a span,
body.facilities .contact__box .contact__btn ul li a span,
body#family .contact__box .contact__btn ul li a span,
body#recruit .contact__box .contact__btn ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #00602E;
  font-weight: 500;
  padding-left: 45px;
  white-space: nowrap;
}
body#flow .contact__box .contact__btn ul li a span::before,
body.facilities .contact__box .contact__btn ul li a span::before,
body#family .contact__box .contact__btn ul li a span::before,
body#recruit .contact__box .contact__btn ul li a span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (min-width: 960px) {
  body#flow .contact__box .contact__btn ul li a:hover,
  body.facilities .contact__box .contact__btn ul li a:hover,
  body#family .contact__box .contact__btn ul li a:hover,
  body#recruit .contact__box .contact__btn ul li a:hover {
    background: #F3F5EE;
  }
}
body#flow .contact__box .contact__btn ul li.kengaku a span::before,
body.facilities .contact__box .contact__btn ul li.kengaku a span::before,
body#family .contact__box .contact__btn ul li.kengaku a span::before,
body#recruit .contact__box .contact__btn ul li.kengaku a span::before {
  background: url(../img/common/ico_kengaku.svg) no-repeat center/contain;
}
body#flow .contact__box .contact__btn ul li.contact a span::before,
body.facilities .contact__box .contact__btn ul li.contact a span::before,
body#family .contact__box .contact__btn ul li.contact a span::before,
body#recruit .contact__box .contact__btn ul li.contact a span::before {
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
}
@media (max-width: 959px) {
  body#flow .contact__box .contact__btn ul,
  body.facilities .contact__box .contact__btn ul,
  body#family .contact__box .contact__btn ul,
  body#recruit .contact__box .contact__btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body#flow .contact__box .contact__btn ul li,
  body.facilities .contact__box .contact__btn ul li,
  body#family .contact__box .contact__btn ul li,
  body#recruit .contact__box .contact__btn ul li {
    width: calc(50% - 40px);
    margin: 0 20px;
    margin-left: 20px;
    margin-top: 0 !important;
    max-width: 300px;
  }
  body#flow .contact__box .contact__btn ul a,
  body.facilities .contact__box .contact__btn ul a,
  body#family .contact__box .contact__btn ul a,
  body#recruit .contact__box .contact__btn ul a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body#flow .contact__box .contact__btn ul li,
  body.facilities .contact__box .contact__btn ul li,
  body#family .contact__box .contact__btn ul li,
  body#recruit .contact__box .contact__btn ul li {
    width: calc(100% - 20px);
    margin: 0;
  }
  body#flow .contact__box .contact__btn ul li:nth-child(n+2),
  body.facilities .contact__box .contact__btn ul li:nth-child(n+2),
  body#family .contact__box .contact__btn ul li:nth-child(n+2),
  body#recruit .contact__box .contact__btn ul li:nth-child(n+2) {
    margin-top: 20px !important;
  }
}

/*--------------------------　
　私たちについて
----------------------------*/
body#aboutus {
  /* 代表ご挨拶*/
}
body#aboutus .message .section__inner .uk-flex {
  flex-wrap: wrap;
}
body#aboutus .message .section__inner .uk-flex .message__text {
  width: 60%;
  padding-right: 80px;
  box-sizing: border-box;
  order: 1;
}
body#aboutus .message .section__inner .uk-flex .message__text p.ld {
  position: relative;
}
body#aboutus .message .section__inner .uk-flex .message__text p.ld span {
  display: inline-block;
  background: #fff;
  padding: 5px 10px 5px 0;
  z-index: 1;
  position: relative;
}
body#aboutus .message .section__inner .uk-flex .message__text p.ld::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background: #00602E;
}
body#aboutus .message .section__inner .uk-flex .message__img {
  width: 40%;
  text-align: center;
  order: 2;
  z-index: 1;
  position: relative;
}
body#aboutus .message .section__inner .uk-flex .message__img > div {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  body#aboutus .message .section__inner .uk-flex .message__text {
    padding-right: 30px;
    width: 65%;
  }
  body#aboutus .message .section__inner .uk-flex .message__img {
    width: 35%;
  }
  body#aboutus .message .section__inner .uk-flex .message__img > div {
    border-radius: 15px;
  }
}
@media (max-width: 959px) and (min-width: 641px) {
  body#aboutus .message .section__inner .uk-flex {
    display: block;
  }
  body#aboutus .message .section__inner .uk-flex:after {
    content: "";
    display: block;
    clear: both;
  }
  body#aboutus .message .section__inner .uk-flex .message__text {
    width: 100%;
    padding-right: 0;
  }
  body#aboutus .message .section__inner .uk-flex .message__text .ld::after {
    display: none;
  }
  body#aboutus .message .section__inner .uk-flex .message__img {
    float: right;
    margin-left: 30px;
    width: 300px;
  }
}
@media (max-width: 959px) and (min-width: 641px) and (max-width: 767px) {
  body#aboutus .message .section__inner .uk-flex .message__img {
    width: 200px;
  }
}
@media (max-width: 640px) {
  body#aboutus .message .section__inner .uk-flex .message__text {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  body#aboutus .message .section__inner .uk-flex .message__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    order: 1;
  }
  body#aboutus .message .section__inner .uk-flex .message__img > div {
    border-radius: 15px;
  }
}
body#aboutus {
  /* 事業紹介 */
}
body#aboutus .business__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media (max-width: 959px) {
  body#aboutus .business__list {
    margin-left: -30px;
  }
}
@media (max-width: 640px) {
  body#aboutus .business__list {
    margin-left: -10px;
  }
}
body#aboutus .business__list > * {
  width: calc(33.33% - 50px);
  margin-left: 50px;
}
body#aboutus .business__list > *:nth-child(n+4) {
  margin-top: 50px;
}
@media (max-width: 1320px) {
  body#aboutus .business__list > * {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
  body#aboutus .business__list > *:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  body#aboutus .business__list > * {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  body#aboutus .business__list > *:nth-child(n+3) {
    margin-top: 20px;
  }
}
body#aboutus .business__list > * .business__img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
body#aboutus .business__list > * .business__img .img__logo {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  border-radius: 10px 0 0 0;
  background: #fff;
}
@media (max-width: 640px) {
  body#aboutus .business__list > * .business__img {
    border-radius: 8px;
  }
  body#aboutus .business__list > * .business__img .img__logo {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
body#aboutus .business__list > * .business__text {
  padding: 20px 15px;
  box-sizing: border-box;
}
body#aboutus .business__list > * .business__text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #00602E;
  margin-bottom: 20px;
}
body#aboutus .business__list > * .business__text ul li .syukka {
  font-size: 14px;
  margin-top: 10px;
}
body#aboutus .business__list > * .business__text ul li .syukka span {
  display: inline-block;
  background: #00602E;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
}
body#aboutus .business__list > * .business__text ul li .syukka p {
  margin: 5px 0 0;
}
body#aboutus .business__list > * .business__text .btn01 a {
  height: 50px;
  padding: 10px 25px;
}
@media (max-width: 640px) {
  body#aboutus .business__list > * .business__text {
    padding: 15px 0;
  }
  body#aboutus .business__list > * .business__text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body#aboutus .business__list > * .business__text ul {
    margin: 0;
  }
  body#aboutus .business__list > * .business__text ul li {
    font-size: 12px;
    padding-left: 15px;
  }
  body#aboutus .business__list > * .business__text ul li::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: 5px;
  }
  body#aboutus .business__list > * .business__text ul li .syukka {
    font-size: 11px;
  }
  body#aboutus .business__list > * .business__text .btn01 {
    margin-top: 10px;
  }
  body#aboutus .business__list > * .business__text .btn01 a {
    height: 40px;
    border-radius: 20px;
    padding: 5px 20px;
  }
  body#aboutus .business__list > * .business__text .btn01 a span {
    font-size: 14px;
  }
  body#aboutus .business__list > * .business__text .btn01 a span.circle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
  }
  body#aboutus .business__list > * .business__text .btn01 a span.circle img {
    width: 10px;
    height: 10px;
  }
}

/*--------------------------　
　施設紹介
----------------------------*/
body.facilities .page__head .inner {
  height: 400px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.facilities .page__head .inner {
    height: 300px;
    border-radius: 8px;
  }
}
@media (max-width: 640px) {
  body.facilities .page__head .inner {
    height: 250px;
  }
}
body.facilities .page__head .inner .titlebox {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 30px 50px 0px 15px;
  border-radius: 0 15px 0 0;
  min-width: 550px;
}
body.facilities .page__head .inner .titlebox::before, body.facilities .page__head .inner .titlebox::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/r.svg) no-repeat center/contain;
  position: absolute;
}
body.facilities .page__head .inner .titlebox::before {
  left: 0;
  top: -15px;
}
body.facilities .page__head .inner .titlebox::after {
  bottom: 0;
  right: -15px;
}
body.facilities .page__head .inner .titlebox h2 {
  margin-bottom: 0;
}
body.facilities .page__head .inner .titlebox h2 span.category {
  font-size: 60%;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  color: #004671;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  body.facilities .page__head .inner .titlebox {
    min-width: 300px;
    border-radius: 0 8px 0 0;
    padding: 20px 50px 0px 10px;
  }
  body.facilities .page__head .inner .titlebox::before, body.facilities .page__head .inner .titlebox::after {
    width: 8px;
    height: 8px;
  }
  body.facilities .page__head .inner .titlebox::before {
    top: -8px;
  }
  body.facilities .page__head .inner .titlebox::after {
    right: -8px;
  }
}
@media (max-width: 640px) {
  body.facilities .page__head .inner .titlebox {
    min-width: auto;
  }
  body.facilities .page__head .inner .titlebox h2 span.category {
    margin-top: 10px;
  }
}

/*--------------------------　
　index（施設紹介）
----------------------------*/
body#facilities-index .page__head .inner {
  background: url(../img/facilities/index_pagehead.jpg) no-repeat center/cover;
}
body#facilities-index .facility__list > * {
  width: calc(33.33% - 50px);
  margin-left: 50px;
  margin-top: 50px;
}
@media (max-width: 1320px) {
  body#facilities-index .facility__list > * {
    width: calc(33.33% - 35px);
    margin-left: 35px;
    margin-top: 35px;
  }
}
@media (max-width: 959px) {
  body#facilities-index .facility__list > * {
    width: calc(50% - 35px);
    margin-left: 35px;
    margin-top: 35px;
  }
}

/*--------------------------　
　施設紹介　詳細ページ
----------------------------*/
body.facilities .lead .uk-flex {
  flex-wrap: wrap;
  align-items: center;
}
body.facilities .lead .uk-flex p {
  text-align: justify;
}
body.facilities .lead__img {
  width: calc(50% - 70px);
  border-radius: 30px;
  overflow: hidden;
  margin-right: 70px;
}
@media (max-width: 767px) {
  body.facilities .lead__img {
    border-radius: 15px;
  }
}
body.facilities .lead__text {
  width: 50%;
}
@media (max-width: 1100px) and (min-width: 641px) {
  body.facilities .lead .uk-flex {
    display: block !important;
  }
  body.facilities .lead:after {
    content: "";
    display: block;
    clear: both;
  }
  body.facilities .lead .lead__text {
    width: 100%;
    padding-right: 0;
  }
  body.facilities .lead .lead__img {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    width: 300px;
  }
}
@media (max-width: 1100px) and (min-width: 641px) and (max-width: 767px) {
  body.facilities .lead .lead__img {
    width: 200px;
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  body.facilities .lead__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  body.facilities .lead__text {
    width: 100%;
  }
}
body.facilities {
  /* プログラム内容 */
}
body.facilities .program__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
body.facilities .program__list > * {
  width: calc(33% - 40px);
  margin-left: 40px;
}
body.facilities .program__list > *:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 1320px) {
  body.facilities .program__list {
    margin-left: -20px;
  }
  body.facilities .program__list > * {
    width: calc(33% - 20px);
    margin-left: 20px;
  }
  body.facilities .program__list > *:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  body.facilities .program__list {
    margin-left: -10px;
  }
  body.facilities .program__list > * {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  body.facilities .program__list > *:nth-child(n+3) {
    margin-top: 10px;
  }
}
body.facilities .program__img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.facilities .program__img {
    border-radius: 8px;
    margin-bottom: 10px;
  }
}
body.facilities .program__text {
  padding: 0 15px;
}
body.facilities .program__text h4 {
  font-size: 18px;
  color: #00602E;
  font-weight: 500;
  margin-bottom: 0px;
}
body.facilities .program__text p {
  text-align: justify;
  margin-top: 10px;
}
@media (max-width: 959px) {
  body.facilities .program__text {
    padding: 0;
  }
  body.facilities .program__text p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.facilities .program__text h4 {
    font-size: 16px;
  }
}
body.facilities {
  /* 1日の流れ */
}
body.facilities .dayflow__cnts {
  background: #F3F5EE;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  body.facilities .dayflow__cnts {
    padding: 30px;
    border-radius: 15px;
  }
}
@media (max-width: 640px) {
  body.facilities .dayflow__cnts {
    padding: 30px 20px;
  }
}
body.facilities .dayflow__img {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
body.facilities .dayflow__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  body.facilities .dayflow__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    order: 1;
    height: 400px;
  }
}
@media (max-width: 767px) {
  body.facilities .dayflow__img {
    border-radius: 15px;
  }
}
@media (max-width: 640px) {
  body.facilities .dayflow__img {
    height: 300px;
  }
}
body.facilities .dayflow__text {
  width: calc(50% - 50px);
  margin-right: 50px;
}
@media (max-width: 1320px) {
  body.facilities .dayflow__text {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 959px) {
  body.facilities .dayflow__text {
    width: 100%;
    margin: auto;
    max-width: 600px;
    order: 2;
  }
}
body.facilities .dayflow__text > * {
  display: flex;
  flex-wrap: wrap;
}
body.facilities .dayflow__text > *:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 1320px) {
  body.facilities .dayflow__text > *:nth-child(n+2) {
    margin-top: 30px;
  }
}
body.facilities .dayflow__text > *:last-child .dayflow__text__cnts::after {
  content: none;
}
body.facilities .dayflow__text__time {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #00602E;
  width: 90px;
  padding-top: 8px;
}
@media (max-width: 1320px) {
  body.facilities .dayflow__text__time {
    font-size: 18px;
    width: 80px;
    padding-top: 10px;
  }
}
body.facilities .dayflow__text__cnts {
  width: calc(100% - 150px);
  padding-left: 60px;
  position: relative;
}
body.facilities .dayflow__text__cnts::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #9AC243;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
body.facilities .dayflow__text__cnts::after {
  content: "";
  width: 3px;
  height: calc(100% + 40px);
  background: #D9D9D9;
  left: 23px;
  top: 40px;
  position: absolute;
}
body.facilities .dayflow__text__cnts p {
  background: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 0;
  color: #00602E;
  font-weight: 500;
  position: relative;
}
body.facilities .dayflow__text__cnts p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #fff;
  border-left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10px;
}
@media (max-width: 1320px) {
  body.facilities .dayflow__text__cnts {
    width: calc(100% - 120px);
    padding-left: 40px;
  }
  body.facilities .dayflow__text__cnts::before {
    top: 13px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  body.facilities .dayflow__text__cnts::after {
    left: 8px;
    top: 13px;
  }
}
@media (max-width: 767px) {
  body.facilities .dayflow__text__cnts p {
    padding: 10px 15px;
  }
}
body.facilities {
  /* スタッフ紹介 */
}
body.facilities .staff__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 640px) {
  body.facilities .staff__list {
    margin-left: -15px;
  }
}
body.facilities .staff__list > * {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  border-radius: 15px;
  background: #F3F5EE;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 640px) {
  body.facilities .staff__list > * {
    width: calc(50% - 15px);
    margin-left: 15px;
    padding: 20px 15px;
    border-radius: 8px;
  }
}
body.facilities .staff__list > * .staff__img {
  border-radius: 50%;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  body.facilities .staff__list > * .staff__img {
    width: 100%;
  }
}
body.facilities .staff__list > * .staff__text p {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
}
body.facilities .staff__list > * .staff__text p.name {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  body.facilities .staff__list > * .staff__text p.name {
    font-size: 16px;
  }
}
body.facilities .staff__list > *.w100 {
  width: calc(100% - 30px);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #FEF8E8;
  align-items: center;
}
body.facilities .staff__list > *.w100 .staff__img {
  width: 35%;
}
body.facilities .staff__list > *.w100 .staff__text {
  width: calc(65% - 60px);
  margin-left: 60px;
}
body.facilities .staff__list > *.w100 .staff__text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #004671;
  margin-bottom: 20px;
}
body.facilities .staff__list > *.w100 .staff__text p.ld {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1100px) and (min-width: 641px) {
  body.facilities .staff__list > *.w100 {
    display: block !important;
  }
  body.facilities .staff__list > *.w100:after {
    content: "";
    display: block;
    clear: both;
  }
  body.facilities .staff__list > *.w100 .staff__text {
    width: 100%;
    margin-left: 0;
  }
  body.facilities .staff__list > *.w100 .staff__img {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    width: 300px;
  }
}
@media (max-width: 1100px) and (min-width: 641px) and (max-width: 767px) {
  body.facilities .staff__list > *.w100 .staff__img {
    width: 200px;
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  body.facilities .staff__list > *.w100 {
    padding: 30px 20px;
    border-radius: 15px;
    width: calc(100% - 10px);
  }
  body.facilities .staff__list > *.w100 .staff__img {
    width: 100%;
    max-width: 300px;
  }
  body.facilities .staff__list > *.w100 .staff__text {
    width: 100%;
    margin-left: 0;
  }
  body.facilities .staff__list > *.w100 .staff__text h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
body.facilities .staff__list > *:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 640px) {
  body.facilities .staff__list > *:nth-child(n+2) {
    margin-top: 10px;
  }
}
body.facilities {
  /* ギャラリー */
}
body.facilities .gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
}
body.facilities .gallery__list > * {
  width: calc(33.33% - 35px);
  margin-left: 35px;
}
body.facilities .gallery__list > *:nth-child(n+4) {
  margin-top: 35px;
}
@media (max-width: 767px) {
  body.facilities .gallery__list {
    margin-left: -15px;
  }
  body.facilities .gallery__list > * {
    width: calc(33.33% - 15px);
    margin-left: 15px;
  }
  body.facilities .gallery__list > *:nth-child(n+4) {
    margin-top: 15px;
  }
}
body.facilities {
  /* アクセス */
}
body.facilities .access .map {
  height: 550px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 959px) {
  body.facilities .access .map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  body.facilities .access .map {
    border-radius: 15px;
    height: 350px;
  }
}
body.facilities .access .map iframe {
  width: 100%;
  height: 100%;
}
body.facilities .access p {
  margin-left: 15px;
}
@media (max-width: 640px) {
  body.facilities .access p {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  body.facilities .uk-slidenav {
    margin: 0;
    top: 50%;
  }
}

/*--------------------------　
　伊賀農場（施設紹介）
----------------------------*/
body#iga .page__head .inner {
  background: url(../img/facilities/iga/iga_pagehead.jpg) no-repeat center/cover;
}

/*--------------------------　
　天理農場（施設紹介）
----------------------------*/
body#tenri .page__head .inner {
  background: url(../img/facilities/tenri/pagehead.jpg) no-repeat center/cover;
}

/*--------------------------　
　亀山農場（施設紹介）
----------------------------*/
body#kameyama .page__head .inner {
  background: url(../img/facilities/kameyama/pagehead.jpg) no-repeat center/cover;
}

/*--------------------------　
　高田駅前作業所（施設紹介）
----------------------------*/
body#takada .page__head .inner {
  background: url(../img/facilities/takada/pagehead.jpg) no-repeat center/cover;
}

/*--------------------------　
　いがぐり工房（施設紹介）
----------------------------*/
body#igaguri .page__head .inner {
  background: url(../img/facilities/igaguri/pagehead.jpg) no-repeat center/cover;
}

/*--------------------------　
　利用者・OBの声
----------------------------*/
body#voice .voice__cnts .voice__box {
  padding: 60px 50px;
  border-radius: 30px;
  margin-top: 100px;
}
@media (max-width: 640px) {
  body#voice .voice__cnts .voice__box {
    border-radius: 15px;
    margin-top: 50px;
  }
}
body#voice .voice__cnts .voice__box .uk-flex {
  flex-wrap: wrap;
  align-items: flex-start;
}
body#voice .voice__cnts .voice__box .box__text {
  width: 55%;
  padding-right: 50px;
  box-sizing: border-box;
  order: 1;
}
body#voice .voice__cnts .voice__box .box__text p.ld {
  margin-bottom: 10px;
}
body#voice .voice__cnts .voice__box .box__text p.name {
  color: #009E4B;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
}
@media (max-width: 640px) {
  body#voice .voice__cnts .voice__box .box__text p.name {
    font-size: 16px;
  }
}
body#voice .voice__cnts .voice__box .box__text__cnts {
  margin-top: 40px;
}
body#voice .voice__cnts .voice__box .box__text__cnts p:last-of-type {
  margin-bottom: 0;
}
body#voice .voice__cnts .voice__box .box__img {
  width: 45%;
  border-radius: 30px;
  overflow: hidden;
  order: 2;
}
@media (max-width: 1200px) and (min-width: 641px) {
  body#voice .voice__cnts .voice__box .uk-flex {
    display: block;
  }
  body#voice .voice__cnts .voice__box .uk-flex:after {
    content: "";
    display: block;
    clear: both;
  }
  body#voice .voice__cnts .voice__box .box__text {
    width: 100%;
    padding-right: 0;
  }
  body#voice .voice__cnts .voice__box .box__text .ld::after {
    display: none;
  }
  body#voice .voice__cnts .voice__box .box__img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
}
@media (max-width: 1200px) and (min-width: 641px) and (max-width: 767px) {
  body#voice .voice__cnts .voice__box .box__img {
    width: 200px;
  }
}
@media (max-width: 1200px) and (min-width: 641px) and (max-width: 959px) {
  body#voice .voice__cnts .voice__box {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  body#voice .voice__cnts .voice__box {
    padding: 30px 20px;
  }
  body#voice .voice__cnts .voice__box .box__text {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  body#voice .voice__cnts .voice__box .box__text__cnts {
    margin-top: 20px;
  }
  body#voice .voice__cnts .voice__box .box__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    order: 1;
    border-radius: 15px;
  }
}
body#voice .voice__cnts.ob .voice__box {
  background: #FEF8E8;
}
body#voice .voice__cnts.user .voice__box {
  background: #F3F5EE;
}

/*--------------------------　
　ご利用までの流れ
----------------------------*/
body#flow .ldbox {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1320px) {
  body#flow .ldbox p {
    padding-right: 50px;
  }
}
@media (max-width: 959px) {
  body#flow .ldbox p {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body#flow .ldbox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body#flow .flow__box {
  background: #F3F5EE;
  padding: 60px 50px;
  border-radius: 30px;
}
@media (max-width: 959px) {
  body#flow .flow__box {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  body#flow .flow__box {
    padding: 40px 25px;
    border-radius: 15px;
  }
}
body#flow .flow__box .uk-flex {
  flex-wrap: wrap;
  margin-left: -80px;
}
@media (max-width: 1320px) {
  body#flow .flow__box .uk-flex {
    margin-left: -40px;
  }
}
@media (max-width: 1320px) {
  body#flow .flow__box .uk-flex {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  body#flow .flow__box .uk-flex {
    margin-left: 0;
  }
}
body#flow .flow__box .step {
  width: calc(25% - 80px);
  margin-left: 80px;
  position: relative;
}
body#flow .flow__box .step:nth-child(n+2)::after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/common/ico_arrow_green.svg) no-repeat center/contain;
  position: absolute;
  left: -50px;
  top: 30px;
}
@media (max-width: 1320px) {
  body#flow .flow__box .step {
    width: calc(25% - 40px);
    margin-left: 40px;
  }
  body#flow .flow__box .step:nth-child(n+2)::after {
    width: 25px;
    height: 25px;
    left: -30px;
    top: 20px;
  }
}
@media (max-width: 959px) {
  body#flow .flow__box .step {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  body#flow .flow__box .step:nth-child(n+2)::after {
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  body#flow .flow__box .step {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  body#flow .flow__box .step:nth-child(n+2) {
    margin-top: 60px;
  }
  body#flow .flow__box .step:nth-child(n+2)::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -40px;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
body#flow .flow__box .step__number {
  width: 85px;
  height: 85px;
  background: #9AC243;
  border-radius: 42.5px;
  position: relative;
  margin: 0 auto 20px;
}
body#flow .flow__box .step__number p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Figtree", sans-serif;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
body#flow .flow__box .step__number p span {
  font-size: 14px;
  display: block;
}
@media (max-width: 1320px) {
  body#flow .flow__box .step__number {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  body#flow .flow__box .step__number p {
    font-size: 30px;
    margin: 0;
  }
  body#flow .flow__box .step__number p span {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  body#flow .flow__box .step__number {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  body#flow .flow__box .step__number p {
    font-size: 24px;
  }
  body#flow .flow__box .step__number p span {
    font-size: 11px;
  }
}
body#flow .flow__box .step__text {
  text-align: center;
}
body#flow .flow__box .step__text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
body#flow .flow__box .step__text p {
  text-align: justify;
  margin: 0;
}
@media (max-width: 959px) {
  body#flow .flow__box .step__text h4 {
    font-size: 18px;
  }
  body#flow .flow__box .step__text p {
    font-size: 14px;
  }
}
body#flow .contact__box {
  background: #00602E;
  padding: 60px;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 100px 0;
}
@media (max-width: 1320px) {
  body#flow .contact__box {
    margin-right: 50px;
  }
}
@media (max-width: 959px) {
  body#flow .contact__box {
    margin-right: 0;
    padding: 40px;
  }
}
@media (max-width: 640px) {
  body#flow .contact__box {
    padding: 30px 25px;
    border-radius: 15px;
    margin: 50px 0;
  }
}
body#flow .contact__box h3 {
  color: #fff;
  font-family: "NotoSerifCJKjp", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif !important;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
body#flow .contact__box h3::after {
  content: "";
  background: #fff;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
}
@media (max-width: 959px) {
  body#flow .contact__box h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  body#flow .contact__box h3 {
    font-size: 20px;
  }
}
body#flow .contact__box .contact__btn {
  margin-top: 80px;
}
body#flow .contact__box .contact__btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#flow .contact__box .contact__btn ul li {
  width: calc(50% - 50px);
  margin: 0 25px;
  max-width: 350px;
}
body#flow .contact__box .contact__btn ul li:nth-child(n+2) {
  margin-top: 0;
}
body#flow .contact__box .contact__btn ul li a {
  display: block;
  height: 60px;
  border-radius: 30px;
  position: relative;
  background: #fff;
}
body#flow .contact__box .contact__btn ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #00602E;
  font-weight: 500;
  padding-left: 45px;
  white-space: nowrap;
}
body#flow .contact__box .contact__btn ul li a span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (min-width: 960px) {
  body#flow .contact__box .contact__btn ul li a:hover {
    background: #F3F5EE;
  }
}
body#flow .contact__box .contact__btn ul li.kengaku a span::before {
  background: url(../img/common/ico_kengaku.svg) no-repeat center/contain;
}
body#flow .contact__box .contact__btn ul li.contact a span::before {
  background: url(../img/common/ico_contact.svg) no-repeat center/contain;
}
@media (max-width: 959px) {
  body#flow .contact__box .contact__btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body#flow .contact__box .contact__btn ul li {
    width: calc(50% - 40px);
    margin: 0 20px;
    margin-left: 20px;
    margin-top: 0 !important;
    max-width: 300px;
  }
  body#flow .contact__box .contact__btn ul a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body#flow .contact__box .contact__btn ul li {
    width: calc(100% - 20px);
    margin: 0;
  }
  body#flow .contact__box .contact__btn ul li:nth-child(n+2) {
    margin-top: 20px !important;
  }
}

/*--------------------------　
　よくあるご質問
----------------------------*/
body#faq .ldbox {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1320px) {
  body#faq .ldbox p {
    padding-right: 50px;
  }
}
@media (max-width: 959px) {
  body#faq .ldbox p {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body#faq .ldbox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body#faq .faq__cnts .faq__list {
  border-bottom: #DBDBDB solid 1px;
}
body#faq .faq__cnts .faq__list li {
  border-top: #DBDBDB solid 1px;
}
body#faq .faq__cnts .faq__list .q {
  color: #333;
}
body#faq .faq__cnts .faq__list .q::after {
  color: #00602E;
}
body#faq .faq__cnts .faq__list .a {
  color: #333;
}
body#faq .faq__cnts .faq__list .a::after {
  color: #F38200;
}

/*--------------------------　
　ご家族の皆さまへ
----------------------------*/
body#family .pagecnts .section__inner {
  padding-left: 0;
}
body#family .ldbox {
  margin-bottom: 100px;
}
body#family .link__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media (max-width: 1320px) {
  body#family .link__list {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  body#family .link__list {
    margin-left: -20px;
  }
}
@media (max-width: 640px) {
  body#family .link__list {
    margin: 0px auto;
    max-width: 350px;
  }
}
body#family .link__list > * {
  width: calc(33.33% - 50px);
  margin-left: 50px;
}
@media (max-width: 1320px) {
  body#family .link__list > * {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
  body#family .link__list > *:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body#family .link__list > * {
    width: calc(33.33% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  body#family .link__list > * {
    width: 100%;
    margin-left: 0px;
  }
  body#family .link__list > *:nth-child(n+2) {
    margin-top: 30px;
  }
}
body#family .link__list .link__img {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 959px) {
  body#family .link__list .link__img {
    border-radius: 8px;
  }
}
body#family .link__list .link__text {
  margin-top: 15px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  body#family .link__list .link__text {
    padding: 0;
  }
}
body#family .link__list .link__text h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #00602E;
}
@media (max-width: 767px) {
  body#family .link__list .link__text h4 {
    font-size: 16px;
  }
}
body#family .link__list .link__text .arrow {
  background: #009E4B;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-left: 10px;
  transition: all 0.5s ease 0s;
  position: relative;
}
body#family .link__list .link__text .arrow img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 960px) {
  body#family .link__list a:hover .link__img img {
    opacity: 1;
    transform: scale(110%);
    filter: brightness(80%);
  }
  body#family .link__list a:hover .link__text .arrow {
    transition: all 0.5s ease 0s;
    transform: scale(1.1);
  }
  body#family .link__list a:hover .link__text .arrow img {
    opacity: 1;
    animation: arw_r 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

/*--------------------------　
　採用情報
----------------------------*/
body#recruit .recruit__cnts dl dd .att {
  margin-bottom: 0;
  font-size: 110%;
  font-weight: 500;
  color: #c41717;
  text-align: justify;
}
body#recruit .contact__box .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
body#recruit .contact__box .tel a {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 50px;
}
body#recruit .contact__box .tel a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/ico_tel_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
body#recruit .contact__box .tel p {
  margin: 0;
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 959px) {
  body#recruit .contact__box .tel {
    display: block;
    margin-top: 35px;
  }
  body#recruit .contact__box .tel a {
    display: inline-block;
    font-size: 30px;
    padding-left: 40px;
  }
  body#recruit .contact__box .tel a::before {
    width: 30px;
    height: 30px;
  }
}

/*--------------------------
お問い合わせ
----------------------------*/
#contact .pagecnts .section__inner {
  padding-left: 0;
}
#contact .ldbox {
  margin-bottom: 0px;
}
#contact .contact__cnts .contactForm {
  width: 80%;
  margin: 0 auto;
}
#contact .contact__cnts .contactForm dt {
  padding: 25px 0px 5px 0px;
  line-height: 1;
}
#contact .contact__cnts .contactForm dt .hissu {
  display: inline-block;
  background: #F38200;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 7px;
  border: 1px solid #F38200;
}
#contact .contact__cnts .contactForm dt .ninni {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 7px;
  border: 1px solid #333;
}
#contact .contact__cnts .contactForm dd {
  padding: 5px 0px 25px 0px;
}
#contact .contact__cnts .contactForm__flex {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 75px;
}
#contact .contact__cnts .contactBtn {
  text-align: center;
}
#contact .contact__cnts .contactBtn input[type=submit] {
  background: #009E4B;
  color: #fff;
  padding: 15px;
  width: 250px;
  border: 1px solid #009E4B;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */