@charset "UTF-8";
/* Googleフォント */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* flexbox */
/* Telリンク制御 */
@media (min-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*
	* @Block: Base
	* @Description: 
*/
/* リセット */
fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 404 */
.not-found__inner {
  width: 100%;
  padding: 80px 0;
}
.not-found__inner > p {
  font-size: 16px;
  color: #333;
  padding: 30px 0;
}
.not-found__inner > p span {
  color: #de0515;
  display: block;
}

/* ユーティリティクラス */
.u-mt__20 {
  margin-top: 20px;
}

.u-mt__40 {
  margin-top: 40px;
}

.u-mt__80 {
  margin-top: 80px;
}

.u-mb__20 {
  margin-bottom: 20px;
}

.u-mb__40 {
  margin-bottom: 40px;
}

.u-mb__80 {
  margin-bottom: 80px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #4f4844;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.main__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

.main__inner-narrow {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
  padding: 0 1%;
}

.main__inner-wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

h1:not(#top_h1) {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 36px;
  color: #4f4844;
  text-align: center;
}

h2 {
  font-size: 31px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  position: relative;
  margin: 20px 0 40px;
  text-align: center;
}

h2 + span {
  display: block;
  font-size: 14px;
  color: #65c828;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.h2_item {
  position: relative;
}
.h2_item:nth-of-type(n+2) {
  margin-top: 60px;
}

.h2_item + p {
  text-align: center;
  margin-bottom: 40px;
}

h3 {
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  z-index: 0;
}
h3::before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #65c828;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
h3:nth-of-type(n+2) {
  margin-top: 80px;
}

h3 + p {
  line-height: 40px;
  margin-bottom: 30px;
}

section {
  padding: 80px 0;
}
section:last-of-type {
  padding: 80px 0 120px;
}
section:nth-of-type(even) {
  background: #fdfcf3;
}

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

.ofcimage {
  object-fit: cover;
}

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
}

/* mmenu */
.sp-menu__nav {
  visibility: hidden;
}

.mm-menu, .mm-menu_offcanvas {
  top: 0 !important;
  z-index: 9999 !important;
  visibility: visible !important;
}

.mm-wrapper__blocker {
  z-index: 9998 !important;
}

.mm-menu .mm-navbar, .mm-menu .mm-panels, .mm-menu .mm-listview, .mm-menu .mm-listitem {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.mm-menu, .mm-menu_offcanvas {
  opacity: 0;
  transition: opacity .2s ease;
}

html.is-mmenu-opening .mm-menu, html.is-mmenu-opening .mm-menu_offcanvas, html.is-mmenu-open .mm-menu, html.is-mmenu-open .mm-menu_offcanvas {
  opacity: 1;
}

/* Animation */
.fadein {
  opacity: 0;
  transition: opacity .8s;
}

.scrollin {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .u-hide-pc {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-container.u-hide-mobile {
    display: none !important;
  }

  .sp-menu.u-hide-pc {
    display: block !important;
  }

  .main__inner, .main__inner-narrow, .main__inner-wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .sp-menu {
    position: absolute;
    top: 12px;
    right: 16px;
  }
  .sp-menu i {
    font-size: 30px;
    color: #0573DD;
  }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #212121 !important;
  }

  .mm-listitem:nth-child(5) > a {
    background: #fd8399;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px;
  }

  .mm-listitem:nth-child(5), .mm-listitem:nth-child(7) {
    margin-top: 20px;
  }

  .mm-listitem:nth-child(5)::after, .mm-listitem:nth-child(6)::after {
    border: none;
  }

  .mm-listitem:nth-child(6) > a {
    background: #65c828;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 8px;
  }

  .mm-listitem:nth-child(7) > a, .mm-listitem:nth-child(8) > a {
    width: 90%;
    margin: 10px auto 0;
  }

  .mm-listitem:nth-child(7) > a i, .mm-listitem:nth-child(8) > a i {
    color: #fa863e;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  h1:not(#top_h1) {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }

  h3 + p {
    line-height: 30px;
  }

  section {
    padding: 40px 0;
  }
  section:last-of-type {
    padding: 40px 0 120px;
  }

  .u-hide-pc {
    display: block !important;
  }

  .u-hide-mobile {
    display: none !important;
  }

  .main__inner, .main__inner-narrow, .main__inner-wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .sp-menu {
    position: absolute;
    top: 12px;
    right: 16px;
  }
  .sp-menu i {
    font-size: 30px;
    color: #0573DD;
  }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #212121 !important;
  }

  .mm-listitem:nth-child(5) > a {
    background: #fd8399;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px;
  }

  .mm-listitem:nth-child(5), .mm-listitem:nth-child(7) {
    margin-top: 20px;
  }

  .mm-listitem:nth-child(5)::after, .mm-listitem:nth-child(6)::after {
    border: none;
  }

  .mm-listitem:nth-child(6) > a {
    background: #65c828;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 8px;
  }

  .mm-listitem:nth-child(7) > a, .mm-listitem:nth-child(8) > a {
    width: 90%;
    margin: 10px auto 0;
  }

  .mm-listitem:nth-child(7) > a i, .mm-listitem:nth-child(8) > a i {
    color: #fa863e;
  }
}
@media screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }

  h3:nth-of-type(n+2) {
    margin-top: 40px;
  }

  h3 + p {
    line-height: 30px;
  }

  section {
    padding: 40px 0;
  }
  section:last-of-type {
    padding: 40px 0 120px;
  }

  .u-hide-mobile {
    display: none !important;
  }

  .main__inner, .main__inner-narrow, .main__inner-wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .sp-menu {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .sp-menu i {
    font-size: 30px;
    color: #0573DD;
  }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #212121 !important;
  }

  .mm-listitem:nth-child(5) > a {
    background: #fd8399;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 8px;
  }

  .mm-listitem:nth-child(5), .mm-listitem:nth-child(7) {
    margin-top: 20px;
  }

  .mm-listitem:nth-child(5)::after, .mm-listitem:nth-child(6)::after {
    border: none;
  }

  .mm-listitem:nth-child(6) > a {
    background: #65c828;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 8px;
  }

  .mm-listitem:nth-child(7) > a, .mm-listitem:nth-child(8) > a {
    width: 90%;
    margin: 10px auto 0;
  }

  .mm-listitem:nth-child(7) > a i, .mm-listitem:nth-child(8) > a i {
    color: #fa863e;
  }
}
@media print {
  .u-hide-pc {
    display: none !important;
  }
}
/*
	* @Block: Header
	* @Description: 
*/
.global-header {
  position: relative;
  width: 100%;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3%;
  margin: 0 auto;
  min-width: 1200px;
}
.global-header .logo-container {
  max-width: 224px;
  height: 33px;
  line-height: 0;
}
.global-header .logo-container #top_h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.global-header .logo-container a {
  display: block;
}
.global-header .logo-container img {
  display: block;
  vertical-align: -20%;
}
.global-header .nav-container {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2%;
}
.global-header .nav-container nav {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6%;
}
.global-header .nav-container nav a {
  font-size: 20px;
  transition: .2s;
  text-decoration: none;
  color: #212121;
}
.global-header .nav-container nav a:nth-of-type(-n+2) {
  font-size: 15px;
}
.global-header .nav-container nav a:nth-of-type(-n+2) i {
  color: #fa863e;
  font-size: 16px;
  margin-right: 8px;
}
.global-header .nav-container nav a:hover {
  color: #fa863e;
}
.global-header .nav-container nav span {
  flex-basis: 100%;
}
.global-header .nav-container .navBtn-item {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 430px;
}
.global-header .nav-container .navBtn-item a {
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
  width: 200px;
  height: 80px;
  background: #fd8399;
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  text-decoration: none;
}
.global-header .nav-container .navBtn-item a:last-of-type {
  background: #65c828;
}
.global-header .nav-container .navBtn-item a:last-of-type::before {
  background-color: #80db49;
}
.global-header .nav-container .navBtn-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fc5170;
  transition: all .2s;
  z-index: -1;
}
.global-header .nav-container .navBtn-item a:hover::before {
  width: 100%;
}

.cover-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 60px;
  padding: 0 3%;
  margin: 0 auto;
  min-width: 1200px;
  position: fixed;
  top: -100px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.cover-header__logo {
  max-width: 224px;
  height: 33px;
  line-height: 0;
}
.cover-header__logo #top_h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.cover-header__logo a {
  display: block;
}
.cover-header__logo img {
  display: block;
  vertical-align: -20%;
}
.cover-header__nav {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2%;
}
.cover-header__nav nav {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6%;
}
.cover-header__nav nav a {
  font-size: 18px;
  transition: .2s;
  text-decoration: none;
  color: #212121;
}
.cover-header__nav nav a:nth-of-type(-n+2) {
  font-size: 15px;
}
.cover-header__nav nav a:nth-of-type(-n+2) i {
  color: #fa863e;
  font-size: 16px;
  margin-right: 8px;
}
.cover-header__nav nav a:hover {
  color: #fa863e;
}
.cover-header__nav nav span {
  flex-basis: 100%;
}
.cover-header__nav .navBtn-item {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 430px;
}
.cover-header__nav .navBtn-item a {
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  background: #fd8399;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  text-decoration: none;
}
.cover-header__nav .navBtn-item a:last-of-type {
  background: #65c828;
}
.cover-header__nav .navBtn-item a:last-of-type::before {
  background-color: #80db49;
}
.cover-header__nav .navBtn-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fc5170;
  transition: all .2s;
  z-index: -1;
}
.cover-header__nav .navBtn-item a:hover::before {
  width: 100%;
}

html.mm-wrapper_opened .global-header, html.mm-wrapper_opened .cover-header {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .global-header {
    height: 60px;
    min-width: 100%;
  }

  .cover-header {
    display: none;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .global-header {
    height: 60px;
    min-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .global-header {
    width: 100%;
    height: 60px;
    min-width: 100%;
    padding: 0 2%;
    position: fixed;
    top: 0;
    transition: .2s;
    z-index: 10;
    background: #fff;
    left: 0;
  }

  .cover-header {
    display: none;
  }

  .global-header .logo-container {
    width: 42%;
    max-width: 224px;
  }

  .global-header.hide {
    transform: translateY(-100%);
  }
}
/*
	* @Block: Footer
	* @Description: 
*/
.footer-contact {
  width: 100%;
  background: url("../images/common/footer_bk.webp") center/cover no-repeat;
  padding: 80px 0;
}
.footer-contact .footer-contact__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10%;
}
.footer-contact .footer-contact__inner > div a {
  text-decoration: none;
  color: #4f4844;
  font-family: "Zen Maru Gothic", serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  .footer-contact .footer-contact__inner > div a {
    font-size: 34px;
  }
}
.footer-contact .footer-contact__inner > div a i {
  margin-right: 30px;
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .footer-contact .footer-contact__inner > div a i {
    margin-right: 10px;
    font-size: 36px;
  }
}
.footer-contact .footer-contact__inner > div span {
  display: block;
  font-size: 14px;
  text-align: right;
  margin-top: -8px;
}
@media (max-width: 767.98px) {
  .footer-contact .footer-contact__inner > div span {
    margin-top: 0;
  }
}
.footer-contact .footer-contact__inner > span {
  width: 1px;
  height: 100px;
  background: #4f4844;
}
.footer-contact .footer-contact__inner .c-btn--large {
  margin: 0;
}

.global_footer {
  width: 100%;
  padding: 40px 1% 16px;
  background: #4f4844;
}

.footer_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 0;
  max-width: 1440px;
  margin: 0 auto;
}
.footer_container .footer_item figure {
  max-width: 224px;
  margin-bottom: 8px;
}
.footer_container .footer_item p {
  color: #fff;
}
.footer_container .footer_item address {
  color: #fff;
  line-height: 30px;
}
.footer_container .footer_item a {
  text-decoration: none;
  color: #fff;
  transition: .2s;
}
.footer_container .footer_item a:hover {
  color: #fa863e;
}
.footer_container .footer_item a i {
  font-size: 16px;
  margin-left: 8px;
}
.footer_container .footer_item .footerLink_item {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: 16px;
}
.footer_container .footer_item .footerLink_item a {
  font-size: 16px;
}
.footer_container .footer_item .footerLink_item a i {
  font-size: 18px;
  color: #fa863e;
  margin: 0 8px 0 0;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.page-top a {
  display: block;
  text-decoration: none;
  background: #65c828;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  opacity: 0.5;
  transition: all  0.5s ease;
  padding: 16px 0;
}
.page-top a:hover {
  opacity: 1;
  transition: all  0.5s ease;
}
.page-top a i {
  display: block;
  font-size: 28px;
}

.copyright {
  max-width: 1440px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  color: #FFF;
  padding: 0;
  margin-top: 16px;
}

.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.pager .page-numbers {
  display: inline-block;
  margin: 12px 0 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-size: 16px;
  border: 2px #65c828 solid;
  color: #65c828;
  background: #fff;
  transition: .3s;
}
.pager .page-numbers:hover {
  background: #FFF;
  border: 2px #65c828 solid;
  color: #65c828;
  opacity: 1;
  transition: .3s;
}
.pager a {
  text-decoration: none;
}
.pager .current {
  background: #65c828;
  border: 2px #65c828 solid;
  color: #FFF;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-contact {
    background-position: 80%;
  }

  .footer-contact .footer-contact__inner {
    flex-direction: column;
  }

  .footer-contact .footer-contact__inner > span {
    width: 50%;
    height: 1px;
  }
}
@media screen and (max-width: 767.98px) {
  .global_footer {
    padding: 40px 4% 16px;
  }

  .footer_container .footer_item .footerLink_item {
    justify-content: flex-start;
  }

  .footer-contact {
    padding: 40px 0 120px;
  }

  .footer-contact {
    background-position: 80%;
  }

  .footer-contact .footer-contact__inner > span {
    width: 100%;
    height: 1px;
  }

  .footer-contact .footer-contact__inner .c-btn--large {
    margin: 0 auto;
  }
}
/*
	* @Block: Components
	* @Description: 共通パーツ
*/
.lv1_cover {
  width: 98%;
  max-width: 1880px;
  height: 400px;
  font-size: 0;
  position: relative;
  border-radius: 40px;
  margin: 0 auto;
  padding: 170px 0;
}
.lv1_cover .h1_item {
  text-align: center;
}
.lv1_cover h1:not(#top_h1) {
  display: inline-block;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.lv1_cover.about {
  background: url("../images/common/lv1_cover_about.jpg") center/cover no-repeat;
}
.lv1_cover.facility {
  background: url("../images/common/lv1_cover_facility.jpg") center/cover no-repeat;
}
.lv1_cover.news {
  background: url("../images/common/lv1_cover_news.jpg") center/cover no-repeat;
}
.lv1_cover.recruit {
  background: url("../images/common/lv1_cover_recruit.jpg") center/cover no-repeat;
}
.lv1_cover.contact {
  background: url("../images/common/lv1_cover_contact.jpg") center/cover no-repeat;
}

.c-btn--large {
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
  width: 388px;
  margin: 40px auto 0;
  background: #65c828;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  border-radius: 10px;
}
.c-btn--large::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #80db49;
  transition: all .2s;
  z-index: -1;
}
.c-btn--large:hover::before {
  width: 100%;
}
.c-btn--large i {
  margin-right: 16px;
}

.c-btn--small {
  font-size: 18px;
  color: #fa863e;
  text-decoration: none;
  display: block;
  text-align: right;
  margin-top: 40px;
}
.c-btn--small::after {
  font-family: 'Font Awesome 6 free';
  content: '\f105';
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fa863e;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  margin-left: 20px;
  line-height: 50px;
  text-align: center;
  transition: .2s;
}
.c-btn--small:hover {
  color: #fd8399;
}
.c-btn--small:hover::after {
  background: #fd8399;
}

.file-item {
  color: #18933b;
  text-decoration: none;
  position: relative;
}
.file-item::before {
  display: inline-block;
  content: '';
  margin-right: 16px;
  vertical-align: -10%;
}
.file-item:nth-of-type(n+2) {
  margin-left: 32px;
}
.file-item.pdf::before {
  background: url("../images/common/pdf.svg") no-repeat;
  width: 18px;
  height: 21px;
}

.content__lead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.content__lead figure {
  max-width: 230px;
}
.content__lead p {
  width: 72%;
  font-size: 18px;
  line-height: 40px;
}
.content__lead .content__phone {
  display: block;
  margin-top: 16px;
}
.content__lead .content__phone a {
  text-decoration: none;
  color: #4f4844;
  font-family: "Zen Maru Gothic", serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
}
.content__lead .content__phone a i {
  font-size: 36px;
  margin-right: 16px;
}
.content__lead .content__phone > span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 16px;
}

.content-2col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 2%;
}
.content-2col .content-2col__item, .content-2col figure {
  width: 48.21%;
}
.content-2col .content-2col__item img, .content-2col figure img {
  border-radius: 16px;
}

.content-3col {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.content-3col .content-3col__item, .content-3col figure {
  width: 32%;
  height: 190px;
}
.content-3col .content-3col__item img, .content-3col figure img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}

.content__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.content__table tbody tr {
  border-bottom: 1px solid #ddd;
}
.content__table tbody th, .content__table tbody td {
  padding: 30px 10px;
}
.content__table tbody th {
  width: 30%;
  font-size: 18px;
  vertical-align: top;
}
.content__table tbody td a {
  text-decoration: none;
  color: #18933b;
}
.content__table tbody td a i {
  margin-left: 8px;
}
.content__table tbody td a[href*="tel:"] {
  color: #4f4844;
}

.content-flow__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.content-flow__title span {
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #58c7ea;
  margin-right: 8px;
  text-align: center;
  line-height: 31px;
  color: #fff;
}
.content-flow__title:nth-of-type(n+2) {
  margin-top: 32px;
}
.content-flow__value a {
  text-decoration: none;
  color: #18933b;
}

.facility-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 3%;
}
.facility-list__item {
  width: 31.3%;
}

.facility-list__article {
  position: relative;
  z-index: 0;
  transition: .2s;
}
.facility-list__article > a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.facility-list__article:hover {
  opacity: .7;
}
.facility-list__article figure {
  width: 100%;
  position: relative;
  height: 220px;
}
.facility-list__article figure img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
.facility-list__article figure > span {
  display: block;
  width: 100%;
  padding: 4px 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: right;
}
.facility-list__article figure > span > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #231815;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  margin: 0 4px;
}

.facility-list__service span {
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #fff;
  padding: 1px 8px 3px;
  text-align: center;
  border-radius: 4px;
}
.facility-list__service span:nth-of-type(n+2) {
  margin-left: 8px;
}
.facility-list__service span.service01 {
  background: #fd8399;
}
.facility-list__service span.service02 {
  background: #c386fc;
}
.facility-list__service span.service03 {
  background: #58c7ea;
}
.facility-list__service span.service04 {
  background: #f7b589;
}

.facility-list__name {
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  margin-bottom: 16px;
}

.facility-list__address, .facility-list__tel {
  font-size: 18px;
}

.facility-list__link {
  margin-top: 16px;
}
.facility-list__link a {
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #fa863e;
}
.facility-list__link a i {
  margin-right: 8px;
}
.facility-list__link a:nth-of-type(n+2) {
  margin-left: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c-btn--large, .c-btn--small {
    width: 100%;
  }

  .lv1_cover {
    height: 250px;
    padding: 100px 0;
  }

  .content__lead {
    flex-wrap: nowrap;
  }

  .content__lead .content__phone > span {
    display: block;
    margin-left: 0;
  }

  .facility-list .facility-list__item {
    width: 48.21%;
  }

  .facility-list .facility-list__item .facility-list__article figure {
    height: 260px;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .c-btn--large, .c-btn--small {
    width: 100%;
  }

  .lv1_cover {
    height: 250px;
    padding: 100px 0;
  }

  .content__lead {
    justify-content: center;
  }

  .content__lead figure, .content__lead p {
    width: 100%;
  }

  .content__lead .content__phone > span {
    display: block;
    margin-left: 0;
  }

  .facility-list .facility-list__item {
    width: 48.21%;
  }

  .facility-list .facility-list__item .facility-list__article figure {
    height: 230px;
  }
}
@media (max-width: 767.98px) {
  .c-btn--large, .c-btn--small {
    width: 100%;
  }

  .lv1_cover {
    height: 140px;
    border-radius: 16px;
    margin-top: 60px;
    padding: 50px 0;
  }

  .content__lead {
    justify-content: center;
  }

  .content__lead figure, .content__lead p {
    width: 100%;
  }

  .content__lead p {
    font-size: 16px;
    line-height: 30px;
  }

  .content__lead .content__phone > span {
    display: block;
    margin-left: 0;
  }

  .content__table tbody th, .content__table tbody td {
    display: block;
    width: 100%;
  }

  .content__table tbody th {
    padding: 16px 0 8px;
  }

  .content__table tbody td {
    padding: 8px 0 16px;
  }

  .content-2col .content-2col__item, .content-2col figure {
    width: 100%;
  }

  .facility-list {
    justify-content: center;
  }

  .facility-list .facility-list__item {
    width: 100%;
    max-width: 500px;
  }

  .facility-list .facility-list__item .facility-list__article figure {
    height: 220px;
  }
}
/*
	* @Block: TopPage
	* @Description: 
*/
.cover-wrap {
  width: 100%;
  height: 800px;
}

.slide-container {
  width: 98%;
  max-width: 1880px;
  height: 100%;
  font-size: 0;
  position: relative;
  border-radius: 40px;
  margin: 0 auto;
  background-size: cover;
}
.slide-container figure {
  width: 240px;
  position: absolute;
  top: 100px;
  left: 24%;
  z-index: 0;
}

.top-greeting {
  width: 100%;
  padding: 80px 0;
}

.top-greeting__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.top-greeting__container figure {
  max-width: 213px;
}
.top-greeting__container p {
  width: 72%;
  font-size: 18px;
  line-height: 40px;
}
.top-greeting__container p span {
  display: block;
  margin-top: 40px;
  text-align: right;
}
.top-greeting__container p span span {
  display: inline;
  font-size: 24px;
  margin: 0 0 0 8px;
}

.top-about {
  width: 100%;
  padding: 80px 0;
}

.top-about__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.top-about__container .top-about__item {
  width: 48.21%;
}
.top-about__container .top-about__item h2 {
  text-align: left;
}
.top-about__container .top-about__item h2 + span {
  text-align: left;
}
.top-about__container .top-about__item .h2_item + p {
  text-align: left;
}
.top-about__container .top-about__item .c-btn--small {
  margin-top: 120px;
}
.top-about__container figure {
  width: 48.21%;
}
.top-about__container figure img {
  border-radius: 40px;
}
.top-about__container:nth-of-type(n+2) {
  margin-top: 60px;
  gap: 60px 2%;
}

.top-office {
  width: 100%;
  padding: 80px 0;
  background: #fdfcf3;
  position: relative;
}
.top-office:before {
  content: '';
  display: block;
  width: 232px;
  height: 206px;
  background: url("../images/home/top_illst_02-8.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 2%;
}
.top-office:after {
  content: '';
  display: block;
  width: 336px;
  height: 216px;
  background: url("../images/home/top_illst_03-8.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 2%;
}
.top-office .c-btn--large {
  margin: 80px auto 0;
}
.top-office .facility-list .facility-list__item figure {
  height: 260px;
}

.top-recruit {
  width: 100%;
  padding: 80px 0;
}

.top-recruit__container {
  position: relative;
  padding-bottom: 80px;
}
.top-recruit__container figure {
  width: 72%;
}
.top-recruit__container figure img {
  border-radius: 40px;
  min-width: 900px;
}
.top-recruit__container .top-recruit__item {
  width: 48%;
  min-width: 690px;
  background: #fef7f6;
  padding: 40px;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.top-recruit__container .top-recruit__item h2, .top-recruit__container .top-recruit__item h2 + span, .top-recruit__container .top-recruit__item .h2_item + p, .top-recruit__container .top-recruit__item .c-btn--small {
  text-align: left;
}
.top-recruit__container .top-recruit__item img {
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 202px;
  z-index: -1;
}

@media (min-width: 1025px) and (max-width: 1336px) {
  .top-recruit__container {
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cover-wrap {
    height: 400px;
  }

  .slide-container figure {
    width: 140px;
    top: 35px;
    left: 20%;
  }

  .top-greeting__container {
    flex-wrap: nowrap;
  }

  .top-about__container .top-about__item {
    width: 100%;
  }

  .top-about__container .top-about__item .c-btn--small {
    margin-top: 40px;
    text-align: left;
  }

  .top-about__container figure {
    width: 100%;
    max-width: 814px;
    margin: 0 auto;
  }

  .top-office .c-btn--large {
    max-width: 360px;
  }

  .top-recruit {
    padding-bottom: 0;
  }

  .top-recruit__container figure {
    width: 100%;
  }

  .top-recruit__container figure img {
    min-width: 100%;
    border-radius: 12px;
  }

  .top-recruit__container .top-recruit__item {
    width: 100%;
    min-width: 100%;
    position: relative;
    /*padding:100px 20px 20px;*/
    border-radius: 20px;
  }

  .top-recruit__container .top-recruit__item img {
    max-width: 150px;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .cover-wrap {
    height: 260px;
  }

  .slide-container figure {
    width: 100px;
    top: 35px;
    left: 20%;
  }

  .top-greeting__container {
    justify-content: center;
  }

  .top-greeting__container figure, .top-greeting__container p {
    width: 100%;
  }

  .top-about__container .top-about__item {
    width: 100%;
  }

  .top-about__container figure {
    width: 100%;
    max-width: 814px;
    margin: 0 auto;
  }

  .top-about__container .top-about__item .c-btn--small {
    margin-top: 40px;
  }

  .topOffice_container .topOffice_item {
    width: 48.21%;
  }

  .topOffice_container .topOffice_item figure {
    height: 256px;
  }

  .top-office:before, .top-office:after {
    display: none;
  }

  .top-office .facility-list .facility-list__item figure {
    height: 230px;
  }

  .top-office .c-btn--large {
    max-width: 360px;
  }

  .top-recruit {
    padding: 40px 0;
  }

  .top-recruit__container figure {
    width: 100%;
  }

  .top-recruit__container figure img {
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cover-wrap {
    margin-top: 60px;
    height: 260px;
  }

  .slide-container {
    border-radius: 20px;
  }

  .slide-container figure {
    width: 100px;
    top: 35px;
    left: 20%;
  }

  .top-greeting, .top-about, .top-office, .top-recruit {
    padding: 40px 0;
  }

  .top-greeting__container {
    justify-content: center;
  }

  .top-greeting__container figure, .top-greeting__container p {
    width: 100%;
  }

  .top-greeting__container p {
    font-size: 16px;
    line-height: 30px;
  }

  .top-about__container:nth-of-type(n+2) {
    gap: 40px 0;
  }

  .top-about__container .top-about__item {
    width: 100%;
  }

  .top-about__container figure {
    width: 100%;
    max-width: 814px;
  }

  .top-about__container figure img {
    border-radius: 20px;
  }

  .top-about__container .top-about__item .c-btn--small {
    margin-top: 40px;
    text-align: left;
  }

  .top-office:before, .top-office:after {
    display: none;
  }

  .top-office .facility-list .facility-list__item figure {
    height: 220px;
  }

  .top-recruit {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .top-recruit__container figure {
    width: 100%;
  }

  .top-recruit__container figure img {
    min-width: 100%;
    border-radius: 12px;
  }

  .top-recruit__container .top-recruit__item {
    width: 100%;
    min-width: 100%;
    position: relative;
    border-radius: 20px;
  }

  .top-recruit__container .top-recruit__item img {
    max-width: 150px;
  }
}
/*
	* @Block: About
	* @Description: 静寿会について
*/
.service-list__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.service-list__container .service-list__item {
  width: 48.21%;
}
.service-list__container figure {
  width: 48.21%;
}
.service-list__container figure img {
  border-radius: 40px;
}
.service-list__container:nth-of-type(n+2) {
  margin-top: 60px;
  gap: 60px 2%;
}

.disclosure__container .file-item:nth-of-type(n+2) {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service-list__container .service-list__item {
    width: 100%;
  }

  .service-list__container figure {
    width: 100%;
    max-width: 814px;
    margin: 0 auto;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .service-list__container .service-list__item {
    width: 100%;
  }

  .service-list__container figure {
    width: 100%;
    max-width: 814px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .service-list__container:nth-of-type(n+2) {
    gap: 40px 0;
  }

  .service-list__container .service-list__item {
    width: 100%;
  }

  .service-list__container figure {
    width: 100%;
    max-width: 814px;
  }

  .service-list__container figure img {
    border-radius: 20px;
  }
}
/*
	* @Block: Facility
	* @Description: 事業所一覧
*/
.roomtype-list {
  text-align: center;
  padding: 8px;
  border: 1px solid #4f4844;
  margin: 30px 0 80px;
}

.facility-item h2 {
  margin: 20px 0 10px;
}
.facility-item .content-2col__item h3 {
  padding-left: 0;
}
.facility-item .content-2col__item h3::before {
  display: none;
}
.facility-item .content-2col__item dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 2%;
}
.facility-item .content-2col__item dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.facility-item .content-2col__item dl dt {
  width: 20%;
  font-size: 18px;
  color: #65c828;
  font-weight: bold;
}
.facility-item .content-2col__item dl dd {
  width: 78%;
}
.facility-item__service {
  text-align: center;
}
.facility-item__service span {
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #fff;
  padding: 1px 8px 3px;
  text-align: center;
  border-radius: 4px;
}
.facility-item__service span:nth-of-type(n+2) {
  margin-left: 8px;
}
.facility-item__service span.service01 {
  background: #fd8399;
}
.facility-item__service span.service02 {
  background: #c386fc;
}
.facility-item__service span.service03 {
  background: #58c7ea;
}
.facility-item__service span.service04 {
  background: #f7b589;
}
.facility-item__newslist {
  margin-top: 60px;
}
.facility-item__newslist article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 2%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  z-index: 0;
  transition: .2s;
}
.facility-item__newslist article a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.facility-item__newslist article:hover {
  opacity: .7;
}
.facility-item__newslist article span {
  width: 20%;
}
.facility-item__newslist article p {
  width: 70%;
}
.facility-item__newslist article i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fa863e;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  color: #fa863e;
}
.facility-item__body {
  margin-top: 60px;
}
.facility-item__body .info-label span {
  display: block;
  font-size: 15px;
  margin-bottom: -8px;
}
.facility-item__inner {
  width: 90%;
  margin: 0 auto;
}
.facility-item__movie {
  margin-top: 30px;
}
.facility-item__gallery {
  margin-top: 30px;
}
.facility-item__gallery figure {
  width: 32%;
  height: 190px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 16px;
}
.facility-item__gallery figure a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.facility-item__gallery figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.facility-item__gallery figure::after {
  font-family: 'Font Awesome 6 Free';
  content: '\f00e';
  font-weight: 900;
  font-size: 31px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.facility-item__gallery figure:hover::before {
  opacity: 1;
}
.facility-item__gallery figure:hover::after {
  opacity: 1;
}
.facility-item__gallery figure img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
.facility-item__info-list {
  margin-top: 30px;
}
.facility-item__info-list .googlemap__item {
  margin-left: 24px;
  background: #fa863e;
  border-radius: 5px;
  padding: 1px 8px 3px;
  color: #fff;
  font-size: 14px;
}
.facility-item__file-list {
  padding: 0px 3%;
}
.facility-item__flow {
  padding: 0px 3%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .facility-item .facility-item__file-list {
    display: flex;
    flex-direction: column;
  }

  .facility-item .facility-item__file-list .file-item:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 8px;
  }

  .facility-item__gallery figure {
    width: 48.21%;
    max-width: 420px;
  }

  .facility-item__newslist article span {
    width: 100%;
  }

  .facility-item__newslist article p {
    width: 90%;
  }

  .facility-item__newslist article p {
    color: #fa863e;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .facility-item .facility-item__file-list {
    display: flex;
    flex-direction: column;
  }

  .facility-item .facility-item__file-list .file-item:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 8px;
  }

  .facility-item__newslist article span {
    width: 100%;
  }

  .facility-item__newslist article p {
    width: 90%;
  }

  .facility-item__newslist article p {
    color: #fa863e;
  }
}
@media (max-width: 767.98px) {
  .facility-item .facility-item__body .facility-item__movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .facility-item .facility-item__body .facility-item__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .facility-item .content-2col__item dl:nth-of-type(n+2) {
    margin-top: 16px;
  }

  .facility-item .content-2col__item dl dt, .facility-item .content-2col__item dl dd {
    width: 100%;
  }

  .facility-item__newslist article span, .facility-item__newslist article p {
    width: 100%;
  }

  .facility-item__newslist article p {
    color: #fa863e;
  }

  .facility-item__newslist article i {
    display: none;
  }

  .facility-item__gallery figure {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .facility-item__info-list .googlemap__item {
    margin-left: 0;
    display: block;
    width: 50%;
    text-align: center;
  }

  .facility-item .facility-item__file-list {
    display: flex;
    flex-direction: column;
  }

  .facility-item .facility-item__file-list .file-item:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 8px;
  }
}
/*
	* @Block: Contact
	* @Description: お問い合わせ
*/
.contact__flow {
  border: 1px solid #4f4844;
  padding: 20px;
}

.contact-form > ul {
  width: 100%;
  margin: 0 auto;
}
.contact-form > ul li {
  list-style: disc;
  font-size: 16px;
  color: #333;
  margin: 6px 0 6px 20px;
}
.contact-form .content .hide {
  display: none;
}
.contact-form .content li {
  list-style: none;
}
.contact-form .content_nav label {
  cursor: pointer;
  margin-right: 10px;
}

.contact-form__container {
  width: 100%;
  margin: 0 auto;
}
.contact-form__container table tr:last-of-type th {
  vertical-align: top;
  padding-top: 36px;
}
.contact-form__container table th {
  vertical-align: middle;
}
.contact-form__container table th span {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  float: right;
  border-radius: 2px;
}
.contact-form__container table .optionalicon {
  font-size: 14px;
  color: #2D4675;
  text-align: center;
  padding: 2px 15px;
  background: #ABD8FF;
  border-radius: 12px;
  margin-right: 30px;
}

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  margin-right: 20px;
}

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #fff;
  overflow-y: scroll;
  text-align: left !important;
}
.privacypolicy p {
  text-align: left !important;
}
.privacypolicy p:first-of-type {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.privacypolicy h4 {
  margin: 20px 0 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #666;
}

.privacypolicy::-webkit-scrollbar {
  width: 8px;
}

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc;
}

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999;
}

/* Google recaptcha */
/* Thanksページ */
.thanks__container {
  text-align: center;
}
.thanks__container h3::before {
  display: none;
}
.thanks__container .link_btn {
  margin: 40px auto 0;
}

/* フォーム */
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
  width: 98%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
  width: 80%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
  width: 60%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
  width: 30%;
}

input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle;
}
input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #add8d5;
  margin-top: -2px;
}
input[type='checkbox']:checked::before {
  background-color: #26A69A;
}
input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
  left: 8px;
  top: 2px;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
input[type='checkbox']:checked::after {
  opacity: 1;
}

input[type="file"] {
  padding: 10px 0;
  transition: all .3s;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input[type="submit"] {
  display: block;
  width: 388px;
  margin: 40px auto 0;
  background: #65c828;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  border-radius: 10px;
  cursor: pointer;
}
input[type="submit"]:hover {
  opacity: .7;
}

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .contact-form ul {
    width: 100%;
  }

  .contact-form {
    padding: 40px 0;
  }

  .contact-form__container {
    width: 90%;
    margin: 40px auto 0;
  }

  .contact-form__container table tr:last-of-type th {
    padding-top: 16px;
  }

  .contact-form__container table th {
    width: 100%;
    display: block;
  }

  .contact-form__container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 0;
  }

  .privacypolicy {
    width: 100%;
  }

  input[type="button"] {
    width: 80%;
    margin: -10px auto 0;
  }

  input[type="submit"] {
    width: 80%;
  }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff;
  }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0;
  }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0;
  }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0;
  }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0;
  }

  textarea {
    margin-left: 0;
  }
}
/*
	* @Block: Recruit
	* @Description: 採用情報
*/
.recruit-list {
  margin: 80px 0;
}
.recruit-list__spec {
  padding: 16px 24px;
  border: 1px solid #4f4844;
}
.recruit-list__spec-value {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 2%;
  font-size: 18px;
}
.recruit-list__spec-value span {
  width: 10%;
  color: #65c828;
  font-weight: bold;
}
.recruit-list__job {
  margin-top: 30px;
}
.recruit-list__job h4 {
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #4f4844;
}
.recruit-list__job p {
  line-height: 31px;
}
.recruit-list__job .c-btn--small {
  text-align: left;
}
.recruit-list article:nth-of-type(n+2) {
  margin-top: 80px;
}

.job-detail h2 {
  margin-bottom: 8px;
}
.job-detail__tag {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 2%;
}
.job-detail__tag span {
  border: 1px solid #4f4844;
  padding: 2px 16px;
  white-space: nowrap;
}
.job-detail__summary {
  margin-top: 40px;
}
.job-detail__summary-info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 2%;
}
.job-detail__summary-info:nth-of-type(n+2) {
  margin-top: 8px;
}
.job-detail__summary-info dt {
  width: 45px;
}
.job-detail__summary-info dt img {
  border-radius: 0 !important;
}
.job-detail__summary-info dd {
  width: 80%;
  font-size: 18px;
  font-weight: 500;
}
.job-detail__contact {
  justify-content: center;
}
.job-detail__contact .content-2col__item {
  width: 40%;
}
.job-detail__contact .content-2col__item:nth-of-type(2) .c-btn--large {
  background: #fa863e;
}
.job-detail__contact .content-2col__item:nth-of-type(2) .c-btn--large::before {
  background-color: #fba570;
}
.job-detail__contact .c-btn--large i {
  font-size: 24px;
  margin-right: 16px;
  vertical-align: -10%;
}
.job-detail__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px 2%;
}
.job-detail__body:nth-of-type(n+2) {
  margin-top: 50px;
}
.job-detail__body-title {
  width: 28%;
  background: #fdfcf3;
  padding: 30px 40px;
}
.job-detail__body-content {
  width: 70%;
  padding: 30px 10px;
}
.job-detail__body-content .content__table tbody tr:last-of-type {
  border-bottom: none;
}
.job-detail__body-lead {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .job-detail__body-title {
    width: 100%;
    padding: 24px 16px 16px;
  }

  .job-detail__body-title h3 {
    margin-bottom: 0;
  }

  .job-detail__body-content {
    width: 100%;
    padding: 16px;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .job-detail__body-title {
    width: 100%;
    padding: 24px 16px 16px;
  }

  .job-detail__body-title h3 {
    margin-bottom: 0;
  }

  .job-detail__body-content {
    width: 100%;
    padding: 16px;
  }
}
@media (max-width: 767.98px) {
  .recruit-list__spec-value:nth-of-type(n+2) {
    margin-top: 16px;
  }

  .recruit-list__spec-value span {
    width: 100%;
  }

  .recruit-list article:nth-of-type(n+2) {
    border-top: 1px dashed #4f4844;
    padding-top: 40px;
    margin-top: 40px;
  }

  .job-detail__tag {
    text-align: left;
  }

  .job-detail__contact {
    margin-top: 40px;
  }

  .job-detail__contact .content-2col__item {
    width: 100%;
  }

  .job-detail__contact .content-2col__item .c-btn--large {
    margin: 0;
  }

  .job-detail__contact.content-2col {
    gap: 20px 0;
  }

  .job-detail__body-title {
    width: 100%;
    padding: 24px 16px 16px;
  }

  .job-detail__body-title h3 {
    margin-bottom: 0;
  }

  .job-detail__body-content {
    width: 100%;
    padding: 16px;
  }
}
/*
	* @Block: News
	* @Description: お知らせ
*/
.category-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 2%;
}
.category-list a {
  border: 1px solid #fa863e;
  padding: 2px 16px;
  white-space: nowrap;
  color: #fa863e;
  text-decoration: none;
  border-radius: 5px;
}
.category-list a.is-current {
  background: #fa863e;
  color: #fff;
}

.news-list {
  margin-top: 80px;
  min-width: 1040px;
}
.news-list article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 3%;
  padding: 24px 8px 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  z-index: 0;
  transition: .2s;
}
.news-list article a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-list article:hover {
  opacity: .7;
}
.news-list article::after {
  font-family: 'Font Awesome 6 free';
  content: '\f105';
  font-weight: 900;
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fa863e;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  color: #fa863e;
}
.news-list article .termname {
  background: #58c7ea;
  color: #fff;
  padding: 0 4px;
  border-radius: 5px;
}
.news-list article p {
  width: 58%;
}

/* エディター */
.editor_area {
  width: 100%;
  margin: 20px 0;
}
.editor_area .size-large {
  width: 100% !important;
  max-width: 967px;
}
.editor_area p {
  margin-top: 16px;
  font-size: 16px;
  color: #444;
  word-break: break-all;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 24px;
  list-style: disc;
  padding-left: 4.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 4.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border-top: 1px #cccccc dotted;
  margin-top: 32px;
  margin-bottom: 32px;
}
.editor_area h3 {
  padding-left: 0;
}
.editor_area h3::before {
  display: none;
}
.editor_area h4 {
  margin: 12px 0;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}
.editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
  margin-top: 10px;
}
.editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
  margin-top: 10px;
}
.editor_area a {
  color: #fa863e;
  font-size: 16px;
  margin: 10px 0;
}
.editor_area blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  width: 80%;
  margin: 30px auto;
}
.editor_area blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.editor_area blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.editor_area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.editor_area table {
  border: 1px solid #333;
  max-width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border-collapse: collapse;
}
.editor_area table tr {
  border-bottom: 1px solid #333;
}
.editor_area table td {
  border-right: 1px solid #333;
  padding: 6px;
  box-sizing: border-box;
}
.editor_area p:has(> img.size-thumbnail), .editor_area p:has(> img.size-medium) {
  width: 967px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 20px;
}
.editor_area p:has(> img.size-thumbnail) img, .editor_area p:has(> img.size-medium) img {
  display: block;
  width: 100%;
  height: 280px;
  max-height: 280px;
  object-fit: cover;
  margin: 0;
}
.editor_area p img.size-thumbnail {
  grid-column: span 1;
}
.editor_area p img.size-medium {
  grid-column: span 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .news-list {
    min-width: 100%;
  }

  .news-list article span, .news-list article p {
    width: 100%;
  }

  .news-list article p {
    color: #fa863e;
  }

  .news-list article .termname {
    display: block;
    width: 100%;
    background: transparent;
    color: #58c7ea;
    border-left: 3px solid #58c7ea;
    padding-left: 8px;
    border-radius: 0;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  .news-list {
    min-width: 100%;
  }

  .news-list article span, .news-list article p {
    width: 100%;
  }

  .news-list article p {
    color: #fa863e;
  }

  .news-list article .termname {
    display: block;
    width: 100%;
    background: transparent;
    color: #58c7ea;
    border-left: 3px solid #58c7ea;
    padding-left: 8px;
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .news-list {
    min-width: 100%;
    margin-top: 40px;
  }

  .news-list article span, .news-list article p {
    width: 100%;
  }

  .news-list article p {
    color: #fa863e;
  }

  .news-list article .termname {
    display: block;
    width: 100%;
    background: transparent;
    color: #58c7ea;
    border-left: 3px solid #58c7ea;
    padding-left: 8px;
    border-radius: 0;
  }

  .news-list article::after {
    display: none;
  }

  .editor_area {
    padding-bottom: 40px;
  }

  .editor_area p:has(> img.size-thumbnail), .editor_area p:has(> img.size-medium) {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
  }

  .editor_area p:has(> img.size-thumbnail) img, .editor_area p:has(> img.size-medium) img {
    height: 160px;
  }

  .editor_area p img.size-thumbnail {
    grid-column: span 1;
  }

  .editor_area p img.size-medium {
    grid-column: span 2;
    height: 200px;
  }
}
