@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

body {
  color: black;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: unset;
  overflow-x: hidden;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body .main {
    width: 100%;
    overflow-x: hidden;
  }
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

a {
  transition: 0.5s;
}
a:hover {
  color: #ffa02d;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1348.3684210526px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1422.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.5;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center.spleft {
    text-align: left;
  }
}

.right {
  text-align: right;
}

.maincolor {
  color: #00643c;
}

.redtext {
  color: #920012;
}

.letterspacing {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .letterspacing {
    letter-spacing: 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.center {
  justify-content: center;
}
.flex.center > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: calc((100% - 3rem) / 2);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flex.c2.onecolumn > * {
    width: 100%;
  }
  .flex.c2.onecolumn > *:last-child {
    margin-bottom: 0;
  }
}
.flex.c3 > * {
  width: calc((100% - 6rem) / 3);
  margin-bottom: 1rem;
}
.flex.c4 > * {
  width: calc((100% - 9rem) / 4);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flex.c2.spone > *, .flex.c3.spone > *, .flex.c4.spone > * {
    width: 100%;
  }
  .flex.c2.spone > *:not(:last-child), .flex.c3.spone > *:not(:last-child), .flex.c4.spone > *:not(:last-child) {
    margin-bottom: 1em;
  }
}

.grid {
  display: grid;
}
.grid.g2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.g3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.g4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.gap1 {
  gap: 1rem;
}
.grid.gap2 {
  gap: 2rem;
}
.grid.gap3 {
  gap: 3rem;
}
.grid.g2 > *.wide2, .grid.g3 > *.wide2, .grid.g4 > *.wide2 {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .grid.g2.spone, .grid.g3.spone, .grid.g4.spone {
    display: block;
  }
}

.initbox {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .initbox .initbox2,
  .initbox .initbox3 {
    width: 100%;
  }
}

.initbox2 {
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .initbox2 {
    width: 90%;
  }
}

.initbox3 {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nontable table,
  .nontable tbody,
  .nontable tr,
  .nontable th,
  .nontable td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nontable thead {
    display: none;
  }
  .nontable th:has([data-title]):before,
  .nontable td:has([data-title]):before {
    content: attr(data-title) "";
    display: block;
    font-size: 75%;
    opacity: 0.7;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 1.5rem;
  }
}

.mb60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 3rem;
  }
}

.mb90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 4.5rem;
  }
}

.mbL {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 6rem;
  }
}

.mbM {
  margin-bottom: 4.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 3rem;
  }
}

.mbS {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 1rem;
  }
}

ul.cautionUl > li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.myUl {
  margin-left: 2em;
}
ul.myUl li {
  list-style: disc;
  text-indent: 0;
}

ol.parenthesesol {
  counter-reset: parenthesesol;
}
ol.parenthesesol > li {
  position: relative;
  list-style: none;
  counter-increment: parenthesesol;
  margin-left: 2.5em;
}
ol.parenthesesol > li::before {
  content: counter(parenthesesol) "）";
  position: absolute;
  top: 0;
  left: -2em;
}
ol.parenthesesol2 {
  counter-reset: parenthesesol2;
}
ol.parenthesesol2 > li {
  position: relative;
  list-style: none;
  counter-increment: parenthesesol2;
  margin-left: 2em;
}
ol.parenthesesol2 > li::before {
  content: "（" counter(parenthesesol2) "）";
  position: absolute;
  top: 0;
  left: -2em;
}

.indentblock {
  margin-left: 1.25em;
}
@media screen and (max-width: 768px) {
  .indentblock {
    margin-left: 0;
  }
}

.indentlv1 {
  margin-left: 3em;
}
.indentlv1 .indent1 {
  text-indent: -1em;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #b49650;
}
a.tel {
  pointer-events: none;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 768px) {
  a.tel {
    color: #ffa02d;
    text-decoration: underline;
    pointer-events: all;
  }
  a.tel:hover {
    color: #b49650;
  }
}

.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-top: 177.7777777778%;
  }
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#breadcrumbs {
  padding: 1rem 0;
}
#breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
#breadcrumbs ul li {
  font-size: 1.2rem;
  line-height: 1;
  list-style: none;
}
#breadcrumbs ul li:first-child::before {
  font-family: "Material Symbols Outlined";
  content: "\e88a";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
}
#breadcrumbs ul li:not(:last-child)::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  display: inline-block;
}
#breadcrumbs ul li a {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    overflow-x: auto;
  }
  #breadcrumbs ul li {
    white-space: nowrap;
  }
}

.scrollin.nonactive {
  opacity: 0;
}
.scrollin.isactive:not(.leftin) {
  animation: fadeIn 1s ease 0s 1 normal backwards;
}
.scrollin.isactive.leftin {
  animation: fadeInLeft 1s ease 0s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#page-skip {
  position: relative;
}
#page-skip a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
}

.slick-slider div {
  transition: none;
}

@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\e9ec";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 1s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
  .spscroll > * {
    width: auto;
    max-width: auto;
  }
  .spscroll > table th {
    white-space: nowrap;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#header {
  background: white;
}
#header > .initbox > .flex {
  align-items: flex-end;
  padding: 3rem 0 2rem;
}
#header > .initbox > .flex h1 {
  width: 26.0416666667vw;
}
#header > .initbox > .flex h1 a {
  display: block;
}
#header > .initbox > .flex h1 a img {
  max-width: 460px;
}
#header > .initbox > .flex h1 span {
  font-weight: normal;
  font-size: 1rem;
  display: block;
  margin-top: 0.5rem;
}
#header > .initbox > .flex .subnavi {
  flex: 1;
}
#header > .initbox > .flex .subnavi .flex {
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
}
#header > .initbox > .flex .subnavi .flex .textsize {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  margin-right: 0.5em;
  font-size: 1.4rem;
}
#header > .initbox > .flex .subnavi .flex .textsize dt {
  white-space: nowrap;
  margin-right: 0.5em;
}
#header > .initbox > .flex .subnavi .flex .textsize dd {
  margin-right: 0.5em;
}
#header > .initbox > .flex .subnavi .flex .textsize dd span {
  width: 2em;
  text-align: center;
  display: block;
  border-radius: 3px;
  background: #c9caca;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
#header > .initbox > .flex .subnavi .flex .textsize dd span.isactive {
  background: #00643c;
  color: white;
}
#header > .initbox > .flex .subnavi .flex .textsize dd span:hover {
  background: black;
  color: white;
}
#header > .initbox > .flex .subnavi .flex label#facilitytelnav-label {
  background: #b49650;
  margin-right: 0.5em;
  color: white;
  padding: 0.25em 1em;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}
#header > .initbox > .flex .subnavi .flex label#facilitytelnav-label:hover {
  background: black;
}
#header > .initbox > .flex .subnavi .flex .contactbox a {
  display: inline-block;
  text-decoration: none;
  background: #920012;
  color: white;
  padding: 0.25em 1em;
  border-radius: 3px;
}
#header > .initbox > .flex .subnavi .flex .contactbox a:hover {
  background: black;
}
@media screen and (max-width: 768px) {
  #header > .initbox > .flex {
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #header > .initbox > .flex h1 {
    width: 70%;
    margin: 0.25em 0;
  }
  #header > .initbox > .flex .subnavi {
    display: none;
  }
}
#header > .initbox #facilitytelnavbox input#facilitytelnav-check {
  display: none;
}
#header > .initbox #facilitytelnavbox input#facilitytelnav-check:checked ~ #facilitytelnav-label-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header > .initbox #facilitytelnavbox input#facilitytelnav-check:checked ~ #facilityteldetail {
  display: flex;
}
#header > .initbox #facilitytelnavbox #facilityteldetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 5;
}
#header > .initbox #facilitytelnavbox #facilityteldetail .initbox {
  width: 90%;
  max-height: 90vh;
  overflow-y: scroll;
  background: white;
  padding: 2em;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  #header > .initbox #facilitytelnavbox #facilityteldetail .initbox {
    max-height: calc(90vh - 100px);
    margin-top: -100px;
  }
}
#header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem {
  list-style: none;
  width: calc((100% - 6rem) / 3);
  display: inline-block;
  border: 1px dotted black;
  padding: 1em;
  margin-bottom: 1rem;
}
#header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem:not(:nth-child(3n)) {
  margin-right: 3rem;
}
#header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem h2 {
  font-size: 1.8rem;
}
#header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem {
    width: 100%;
    padding: 0 0 0.5em 0;
    margin-bottom: 0.5em;
    border-right: none;
    border-left: none;
  }
  #header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem:not(:first-child) {
    border-top: none;
  }
  #header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem h2 span {
    display: inline-block;
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem {
    width: 100%;
    padding: 0 0 0.5em 0;
    margin-bottom: 0.5em;
    border-right: none;
    border-left: none;
  }
  #header > .initbox #facilitytelnavbox #facilityteldetail .initbox .facilitylists .facilityitem:not(:first-child) {
    border-top: none;
  }
}
#header > .initbox #facilitytelnavbox #facilitytelnav-label-close {
  display: none;
  position: fixed;
  top: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 6;
}
#header > .initbox #facilitytelnavbox #facilitytelnav-label-close::before {
  font-family: "Material Symbols Outlined";
  content: "\e5cd";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  color: black;
}
#header #spsitenav-check {
  display: none;
}
@media screen and (max-width: 768px) {
  #header #spsitenav-check:checked ~ .global {
    display: block;
  }
}
#header nav.global {
  background: #00643c;
  padding: 0.5em 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#header nav.global .initbox > ul {
  flex-wrap: nowrap;
}
#header nav.global .initbox > ul > li {
  width: 16.6666666667%;
  list-style: none;
  position: relative;
}
#header nav.global .initbox > ul > li > a {
  display: block;
  border-right: 1px solid white;
  text-align: center;
  text-decoration: none;
  color: white;
}
#header nav.global .initbox > ul > li > a:hover {
  color: #ffa02d;
}
#header nav.global .initbox > ul > li:first-child a {
  border-left: 1px solid white;
}
#header nav.global .initbox > ul > li .spsitenav-check-sub {
  display: none;
}
#header nav.global .initbox > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  padding-top: 0.5em;
  top: 1.8em;
  width: 100%;
  background: rgba(0, 100, 60, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
#header nav.global .initbox > ul > li ul li {
  list-style: none;
}
#header nav.global .initbox > ul > li ul li:not(:last-child) {
  border-bottom: 1px dotted white;
}
#header nav.global .initbox > ul > li ul li a {
  padding: 0.5em;
  display: block;
  color: white;
  text-decoration: none;
  position: relative;
}
#header nav.global .initbox > ul > li ul li a:hover {
  color: #ffa02d;
}
#header nav.global .initbox > ul > li ul li a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (min-width: 809.4210526316px) {
  #header nav.global .initbox > ul > li:hover ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #header nav.global {
    display: none;
  }
  #header nav.global .initbox > ul {
    flex-wrap: wrap;
  }
  #header nav.global .initbox > ul > li {
    width: 100%;
  }
  #header nav.global .initbox > ul > li > label,
  #header nav.global .initbox > ul > li > a {
    display: block;
    border-right: none;
    border-bottom: 1px dotted white;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    color: white;
    position: relative;
  }
  #header nav.global .initbox > ul > li > label::after,
  #header nav.global .initbox > ul > li > a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }
  #header nav.global .initbox > ul > li > label::after {
    font-family: "Material Symbols Outlined";
    content: "\e7cd";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
  }
  #header nav.global .initbox > ul > li a::after {
    font-family: "Material Symbols Outlined";
    content: "\e5cc";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
  }
  #header nav.global .initbox > ul > li:first-child a {
    border-left: none;
  }
  #header nav.global .initbox > ul > li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: none;
  }
  #header nav.global .initbox > ul > li .spsitenav-check-sub:checked ~ ul {
    display: block;
  }
  #header nav.global .initbox > ul > li .spsitenav-check-sub:checked ~ label::after {
    font-family: "Material Symbols Outlined";
    content: "\f5d2";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
  }
  #header nav.global .initbox > ul > li.area, #header nav.global .initbox > ul > li.service {
    display: none;
  }
  #header nav.global .initbox > ul > li.about > a, #header nav.global .initbox > ul > li.recruit > a {
    display: none;
  }
  #header nav.global .initbox > ul > li.contact > a {
    margin-top: 1em;
    background: #920012;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header nav.global .initbox > ul > li.recruit ul {
    bottom: auto;
  }
}
#header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  animation: fadeIn 1s ease 0s 1 normal backwards;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #header.fixed {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}
#header.fixed > .initbox > .flex {
  padding: 1rem 0;
}
#header.fixed > .initbox > .flex h1 {
  line-height: 1;
}
#header.fixed > .initbox > .flex h1 span {
  display: none;
}

#contents .borderline {
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
  margin-bottom: 0.5em;
}
#contents h2 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #contents h2 {
    font-size: 2.6rem;
  }
}
#contents h3 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #contents h3 {
    letter-spacing: 0;
    font-size: 2rem;
  }
}
#contents h6 {
  font-size: 1.6rem;
}
#contents .faq dl {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 1em 2em;
  border-radius: 1.5rem;
}
#contents .faq dl dt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#contents .faq dl dt::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  margin-top: -0.25em;
  background: url(../img/common/icon_q.png) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #contents .faq dl dt::before {
    margin-right: 0.25em;
  }
}
#contents .faq dl dt label {
  text-align: left;
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  padding-right: 1.5em;
}
#contents .faq dl dt label::after {
  font-family: "Material Symbols Outlined";
  content: "\e147";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" -25, "opsz" 24;
  color: #9cca54;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  font-size: 1.75em;
  transition: 0.3s;
  transform: translateY(-50%);
}
#contents .faq dl dt label:hover {
  color: #9cca54;
}
#contents .faq dl dt label:hover::after {
  transform: translateY(-50%) rotate(360deg);
}
#contents .faq dl dd {
  display: none;
  text-align: left;
  border-top: 1px solid #C9CACA;
  padding: 1em 0 0 3em;
}
@media screen and (max-width: 768px) {
  #contents .faq dl dd {
    padding-left: 0;
  }
}
#contents .faq dl .faq-check {
  display: none;
}
#contents .faq dl:has(.faq-check:checked) {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#contents .faq dl:has(.faq-check:checked) dt {
  padding-bottom: 1em;
}
#contents .faq dl:has(.faq-check:checked) dt label::after {
  content: "\e644";
  color: #929292;
}
#contents .faq dl:has(.faq-check:checked) dd {
  display: block;
}
#contents {
  /*
  .news {
  	ul {
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: left;
  		li {
  			width: calc((100% - (3rem * 3)) / 4);
  			list-style: none;
  			&:not(:nth-child(4n)){
  				margin-right: 3rem;
  			}
  			a {
  				text-decoration: none;
  				.image {
  					width: 100%;
  					aspect-ratio: 1 / 1;
  					border-radius: 1.5rem;
  					overflow: hidden;
  					position: relative;
  					margin-bottom: 1rem;
  					background-repeat: no-repeat;
  					background-position: 50% 50%;
  					background-size: cover;
  				}
  				.date {
  					text-align: center;
  					font-size: 1.2rem;
  					&.new {
  						&::after {
  							content: 'NEW';
  							background: maincolor(1);
  							color: white(1);
  							padding: 0 1em;
  							margin-left: 0.5em;
  						}
  					}
  				}
  				.title {
  					font-size: 1.8rem;
  					font-weight: bold;
  					text-align: center;
  					margin-bottom: 0.5em;
  				}
  				.excerpt {
  					text-align: left;
  					overflow: hidden;
  					display: -webkit-box;
  					-webkit-box-orient: vertical;
  					-webkit-line-clamp: 2;
  				}
  			}
  		}
  	}
  }
  */
}
#contents .news ul li {
  list-style: none;
}
#contents .news ul li + li {
  margin-top: 1em;
}
#contents .news ul li a {
  text-decoration: none;
  display: block;
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: white;
  overflow: hidden;
  position: relative;
}
#contents .news ul li a .image {
  width: 25%;
  height: 190px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#contents .news ul li a .image img {
  max-width: none;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #contents .news ul li a .image {
    position: absolute;
    width: 20vw;
    height: 20vw;
    top: 0;
    right: 0;
  }
  #contents .news ul li a .image img {
    height: 20vw;
  }
}
#contents .news ul li a .text {
  padding: 1.5em;
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contents .news ul li a .text {
    width: 100%;
  }
}
#contents .news ul li a .text .metabox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  font-size: 1.4rem;
  line-height: 1;
}
#contents .news ul li a .text .metabox .date {
  display: inline-block;
  margin-right: 1em;
}
#contents .news ul li a .text .metabox .date.new::before {
  content: "NEW";
  background: #00643c;
  color: white;
  padding: 0 1em;
  margin-right: 0.5em;
}
#contents .news ul li a .text .metabox .facility,
#contents .news ul li a .text .metabox .category {
  display: inline-block;
  margin-right: 1em;
  /*
  height: 1em;
  overflow: hidden;
  */
}
#contents .news ul li a .text .metabox .facility.lotationUl,
#contents .news ul li a .text .metabox .category.lotationUl {
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .news ul li a .text .metabox .facility.lotationUl,
  #contents .news ul li a .text .metabox .category.lotationUl {
    height: 2em;
  }
}
#contents .news ul li a .text .metabox .facility.lotationUl li,
#contents .news ul li a .text .metabox .category.lotationUl li {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contents .news ul li a .text .metabox .facility.lotationUl li + li,
#contents .news ul li a .text .metabox .category.lotationUl li + li {
  margin-top: 0;
}
#contents .news ul li a .text .metabox .category {
  width: 6em;
}
#contents .news ul li a .text .metabox .category li {
  text-align: center;
  font-size: 1.2rem;
  padding: 0.1rem;
  background: #b49650;
  color: white;
}
#contents .news ul li a .text .metabox .category li.importantnotice {
  background: #920012;
}
#contents .news ul li a .text .metabox .category li.emptyroom {
  background: #ffa02d;
}
@media screen and (max-width: 768px) {
  #contents .news ul li a .text .metabox .category li {
    font-size: 1rem;
  }
}
#contents .news ul li a .text .metabox .facility {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #contents .news ul li a .text .metabox {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 20vw;
    font-size: 1.2rem;
  }
  #contents .news ul li a .text .metabox .date,
  #contents .news ul li a .text .metabox .category {
    width: 48%;
    margin: 0;
  }
  #contents .news ul li a .text .metabox .facility {
    width: 100%;
    margin: 0.5em 0 0 0;
    height: auto;
    flex: auto;
  }
}
@media screen and (max-width: 768px) {
  #contents .news ul li a .text .title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 370px) and (max-width: 767px) {
  #contents .news ul li a .text .title {
    padding-right: 20vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #contents .news ul li a .text .excerpt {
    padding-right: 20vw;
  }
}
#contents .news ul li a:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#contents .news ul li a:hover .image img {
  height: 230px;
}
@media screen and (max-width: 768px) {
  #contents .news ul li a:hover .image img {
    height: 23vw;
  }
}
#contents .whitebox {
  padding: 2em;
  background: white;
  border-radius: 1.5rem;
}
#contents ol.whitebox {
  padding-left: 4em;
}
#contents .bannerbtn01 {
  text-align: center;
  margin-top: 3em;
}
#contents .bannerbtn01 a {
  display: inline-block;
  padding: 0.5em 4em;
  background: #9cca54;
  color: white;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#contents .bannerbtn01 a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.3s;
}
#contents .bannerbtn01 a:hover {
  background: black;
}
#contents .bannerbtn01 a:hover::after {
  right: 0.5em;
}
#contents #footercontactbox {
  padding: 8.8541666667vw 0 5.2083333333vw;
  background: #ebf5dc;
  text-align: center;
}
#contents #footercontactbox .flex.center,
#contents #footercontactbox .flex.c2 {
  margin-top: 2.6041666667vw;
}
#contents #footercontactbox .flex.center label,
#contents #footercontactbox .flex.center a,
#contents #footercontactbox .flex.c2 label,
#contents #footercontactbox .flex.c2 a {
  font-size: 1.5625vw;
  display: block;
  border-top: 1px solid black;
  padding: 1em 0;
  border-bottom: 1px solid black;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
#contents #footercontactbox .flex.center label::after,
#contents #footercontactbox .flex.center a::after,
#contents #footercontactbox .flex.c2 label::after,
#contents #footercontactbox .flex.c2 a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.3s;
}
#contents #footercontactbox .flex.center label:hover,
#contents #footercontactbox .flex.center a:hover,
#contents #footercontactbox .flex.c2 label:hover,
#contents #footercontactbox .flex.c2 a:hover {
  background: black;
  color: white;
}
#contents #footercontactbox .flex.center label:hover::after,
#contents #footercontactbox .flex.center a:hover::after,
#contents #footercontactbox .flex.c2 label:hover::after,
#contents #footercontactbox .flex.c2 a:hover::after {
  right: 0.5em;
}
#contents #footercontactbox .flex.center label.tel:has(.pc)::after,
#contents #footercontactbox .flex.center a.tel:has(.pc)::after,
#contents #footercontactbox .flex.c2 label.tel:has(.pc)::after,
#contents #footercontactbox .flex.c2 a.tel:has(.pc)::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #contents #footercontactbox .flex.center label.tel,
  #contents #footercontactbox .flex.center a.tel,
  #contents #footercontactbox .flex.c2 label.tel,
  #contents #footercontactbox .flex.c2 a.tel {
    color: black;
  }
  #contents #footercontactbox .flex.center label.tel:has(.pc)::after,
  #contents #footercontactbox .flex.center a.tel:has(.pc)::after,
  #contents #footercontactbox .flex.c2 label.tel:has(.pc)::after,
  #contents #footercontactbox .flex.c2 a.tel:has(.pc)::after {
    content: "\e5cc";
  }
  #contents #footercontactbox .flex.center label.tel:hover,
  #contents #footercontactbox .flex.center a.tel:hover,
  #contents #footercontactbox .flex.c2 label.tel:hover,
  #contents #footercontactbox .flex.c2 a.tel:hover {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  #contents #footercontactbox .flex.center > * label,
  #contents #footercontactbox .flex.center > * a,
  #contents #footercontactbox .flex.c2 > * label,
  #contents #footercontactbox .flex.c2 > * a {
    font-size: 1.6rem;
  }
}
#contents #footercontactbox .flex.center > * {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #contents #footercontactbox .flex.center > * {
    width: 100%;
  }
}
#contents .linetitle01:has(span) {
  text-align: center;
  position: relative;
  line-height: 1;
}
#contents .linetitle01:has(span)::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  border-bottom: 1px solid black;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
#contents .linetitle01:has(span) span {
  display: inline-block;
  background: white;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
#contents #pagetitle {
  height: 18.2291666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebf5dc;
  border-radius: 0 0 0 5.2083333333vw;
}
#contents #pagecontent {
  padding-top: 5.2083333333vw;
  min-height: 80vh;
}
#contents #pagecontent .graybg,
#contents #pagecontent .greenbg {
  position: relative;
  padding: 5.2083333333vw 0;
}
#contents #pagecontent .graybg::after,
#contents #pagecontent .greenbg::after {
  content: "";
  width: 200vw;
  height: 100%;
  background: #ebf5dc;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -50vw;
}
#contents #pagecontent .graybg + .unitbox,
#contents #pagecontent .greenbg + .unitbox {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #contents #pagecontent .graybg,
  #contents #pagecontent .greenbg {
    padding: 5rem 0;
  }
  #contents #pagecontent .graybg + .unitbox,
  #contents #pagecontent .greenbg + .unitbox {
    padding-top: 5rem;
  }
}
#contents #pagecontent .graybg::after {
  background: #f0f0f0;
}
#contents #pagecontent .graybg .linetitle01:has(span) span {
  background: #f0f0f0;
}
#contents #pagecontent .greenbg .linetitle01:has(span) span {
  background: #ebf5dc;
}
#contents #pagecontent .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 5.2083333333vw 0;
}
#contents #pagecontent .navigation.pagination .nav-links .page-numbers {
  width: 2em;
  height: 2em;
  margin: 0 0.125em;
  border: 1px solid #00643c;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  color: #00643c;
}
#contents #pagecontent .navigation.pagination .nav-links .page-numbers:hover, #contents #pagecontent .navigation.pagination .nav-links .page-numbers.current {
  background: #00643c;
  color: white;
}
#contents #pagecontent .navigation.pagination .nav-links .page-numbers span {
  line-height: 1.4;
}
#contents #pagecontent .navigation.pagination .nav-links .page-numbers.prev, #contents #pagecontent .navigation.pagination .nav-links .page-numbers.next {
  border: none;
}
#contents .facilityoverviewbox h2 {
  margin-bottom: 0.5em;
}
#contents .facilityoverviewbox h2 span {
  font-size: 70%;
  padding: 0.25em;
  margin-left: 1em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid black;
  font-weight: normal;
}
#contents .facilityoverviewbox h2 span.residentialtype {
  border-color: #b49650;
  color: #b49650;
}
#contents .facilityoverviewbox h2 span.nursingcaretype {
  border-color: #ffa02d;
  color: #ffa02d;
}
#contents .facilityoverviewbox h2 span.dementiagrouphome {
  border-color: #00643c;
  color: #00643c;
}
#contents .facilityoverviewbox h2 span.smallscalehome {
  border-color: #920012;
  color: #920012;
}
#contents .facilityoverviewbox .overview {
  display: inline-block;
  text-align: left;
}
#contents .facilityoverviewbox .overview + .caresupport {
  margin-top: 1em;
}
#contents .facilityoverviewbox .caresupport {
  width: 55em;
  max-width: 100%;
}
#contents .facilityoverviewbox .caresupport ul {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
#contents .facilityoverviewbox .caresupport ul li {
  width: 5em;
  min-width: 5em;
  margin: 0 0.25em 0.5em;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0.25em 0;
  border: 1px solid #00643c;
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
#contents .facilityoverviewbox .caresupport ul li.selfsupporting {
  color: #00643c;
}
#contents .facilityoverviewbox .caresupport ul li.needsupport {
  background: #ebf5dc;
}
#contents .facilityoverviewbox .caresupport ul li.needcare {
  background: #00643c;
  color: white;
}
#contents .facilityoverviewbox .caresupport ul li.availables {
  border-color: #ffa02d;
  background: #ffa02d;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#contents .facilityoverviewbox .caresupport ul li:hover {
  width: auto;
}
#contents .facilityoverviewbox .caresupport ul.center {
  justify-content: center;
}
#contents .wp-block-group ul,
#contents .wp-block-group ol {
  margin-left: 1em;
}
#contents .wp-block-group ul > li > ul.cautionUl,
#contents .wp-block-group ol > li > ul.cautionUl {
  margin-left: 0;
}
#contents .wp-block-group ul.mylists,
#contents .wp-block-group ol.mylists {
  margin-left: 0;
  list-style: none;
}
#contents .wp-block-group ul.mylists > *,
#contents .wp-block-group ol.mylists > * {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#contents .wp-block-group ul.mylists > *:not(:has(a)),
#contents .wp-block-group ol.mylists > *:not(:has(a)) {
  padding: 1em 0;
  text-align: center;
}
#contents .wp-block-group ul.mylists > *:has(a) a,
#contents .wp-block-group ol.mylists > *:has(a) a {
  text-decoration: none;
  display: block;
  padding: 1em 0;
  text-align: center;
}
#contents .wp-block-group ul.mylists > *:has(a) a::after,
#contents .wp-block-group ol.mylists > *:has(a) a::after {
  font-family: "Material Symbols Outlined";
  content: "\f591";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-left: 0.25em;
}
#contents .wp-block-group ul.mylists > *:has(a) a:hover,
#contents .wp-block-group ol.mylists > *:has(a) a:hover {
  background: #b49650;
  color: white;
}
#contents .wp-block-group ul.countol,
#contents .wp-block-group ol.countol {
  counter-reset: countol;
}
#contents .wp-block-group ul.countol > li,
#contents .wp-block-group ol.countol > li {
  position: relative;
  list-style: none;
  counter-increment: countol;
  margin-left: 3em;
}
#contents .wp-block-group ul.countol > li::before,
#contents .wp-block-group ol.countol > li::before {
  content: counter(countol) ".";
  font-size: 200%;
  font-weight: normal;
  position: absolute;
  top: -0.25em;
  left: -1em;
  font-style: italic;
}
#contents .wp-block-group ul.roundol,
#contents .wp-block-group ol.roundol {
  counter-reset: roundol;
}
#contents .wp-block-group ul.roundol > li,
#contents .wp-block-group ol.roundol > li {
  position: relative;
  list-style: none;
  counter-increment: roundol;
  margin-left: 1.25em;
}
#contents .wp-block-group ul.roundol > li::before,
#contents .wp-block-group ol.roundol > li::before {
  content: "" counter(roundol);
  position: absolute;
  top: 0;
  left: -1.125em;
}
#contents .wp-block-group ul.roundol > li::after,
#contents .wp-block-group ol.roundol > li::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid black;
  border-radius: 1em;
  position: absolute;
  top: 0.25em;
  left: -1.5em;
}
#contents .wp-block-group ul.roundol > li ul li,
#contents .wp-block-group ol.roundol > li ul li {
  list-style: disc;
}
#contents .wp-block-group ul.indentol,
#contents .wp-block-group ol.indentol {
  margin-left: 1em !important;
}
#contents .wp-block-group.leadbox {
  padding: 5.2083333333vw 0;
  text-align: center;
  background: #ebf5dc;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .wp-block-group.leadbox {
    padding: 5rem 0;
  }
}
#contents .wp-block-group.leadbox::after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: #ebf5dc;
  border-radius: 0 0 0 5.2083333333vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#contents .wp-block-group.leadbox + .gallerybox {
  margin-top: -5.2083333333vw;
}
#contents .wp-block-group.leadbox + .drawingbox {
  margin-top: -5.2083333333vw;
}
#contents .wp-block-group.gallerybox {
  padding: 5.2083333333vw 0;
  text-align: center;
  background: #ebf5dc;
  border-radius: 0 0 0 5.2083333333vw;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
#contents .wp-block-group.gallerybox .slick-slide {
  margin: 0 3rem !important;
  border-radius: 1.5rem;
  overflow: hidden;
}
#contents .wp-block-group.gallerybox p + .wp-block-gallery {
  margin-top: 2.6041666667vw;
}
#contents .wp-block-group.gallerybox + .drawingbox {
  margin-top: -5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #contents .wp-block-group.gallerybox {
    padding: 5rem 0;
  }
  #contents .wp-block-group.gallerybox .slick-slide {
    margin: 0 1rem !important;
  }
  #contents .wp-block-group.gallerybox p {
    padding: 0 2.5vw;
  }
}
#contents .wp-block-group.drawingbox {
  padding: 5.2083333333vw 0;
  text-align: center;
  background: #ebf5dc;
  position: relative;
}
#contents .wp-block-group.drawingbox::after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: #ebf5dc;
  border-radius: 0 0 0 5.2083333333vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#contents .wp-block-group.drawingbox .mainimage {
  display: inline-block;
  margin: 0 auto;
  padding: 2em;
  background: white;
  border-radius: 1.5rem;
  position: relative;
}
#contents .wp-block-group.drawingbox .mainimage .subimage01,
#contents .wp-block-group.drawingbox .mainimage .subimage02 {
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
}
#contents .wp-block-group.drawingbox .mainimage .subimage01 {
  width: 17.7083333333vw;
  top: -4.1666666667vw;
  left: -14.5833333333vw;
}
@media screen and (max-width: 768px) {
  #contents .wp-block-group.drawingbox .mainimage .subimage01 {
    width: 20vw;
    left: -5vw;
  }
}
#contents .wp-block-group.drawingbox .mainimage .subimage02 {
  width: 23.4375vw;
  right: -18.75vw;
  bottom: -10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #contents .wp-block-group.drawingbox .mainimage .subimage02 {
    width: 25vw;
    right: -5vw;
  }
}
#contents .wp-block-group.featurebox {
  padding: 5.2083333333vw 0;
  text-align: center;
}
#contents .wp-block-group.featurebox .wp-block-columns {
  margin-top: 2.6041666667vw;
}
#contents .wp-block-group.featurebox .wp-block-columns .wp-block-column {
  margin-bottom: 2em;
  padding: 0 1.5rem;
}
#contents .wp-block-group.featurebox .wp-block-columns .wp-block-column .wp-block-image img {
  border-radius: 1.5rem;
  width: 100%;
}
#contents .wp-block-group.featurebox .wp-block-columns .wp-block-column h4 {
  margin: 0.5em 0;
}
#contents .wp-block-group.featurebox .wp-block-columns .wp-block-column p {
  text-align: left;
}
#contents .wp-block-group.unitbox {
  padding: 5.2083333333vw 0;
}
@media screen and (max-width: 768px) {
  #contents .wp-block-group.unitbox {
    padding: 5rem 0;
  }
}
#contents .wp-block-group.unitbox + .unitbox {
  padding-top: 0;
}
#contents .wp-block-group.usagefeesbox, #contents .wp-block-group.nursinginsurancebox, #contents .wp-block-group.othercostbox, #contents .wp-block-group.facilityoutlinebox {
  text-align: center;
}
#contents .wp-block-group.usagefeesbox h3, #contents .wp-block-group.nursinginsurancebox h3, #contents .wp-block-group.othercostbox h3, #contents .wp-block-group.facilityoutlinebox h3 {
  margin-bottom: 1em;
}
#contents .wp-block-group.usagefeesbox table, #contents .wp-block-group.nursinginsurancebox table, #contents .wp-block-group.othercostbox table, #contents .wp-block-group.facilityoutlinebox table {
  margin-top: 0.5em;
  table-layout: auto;
}
#contents .wp-block-group.usagefeesbox table:has(thead) thead, #contents .wp-block-group.nursinginsurancebox table:has(thead) thead, #contents .wp-block-group.othercostbox table:has(thead) thead, #contents .wp-block-group.facilityoutlinebox table:has(thead) thead {
  border-bottom: none;
}
#contents .wp-block-group.usagefeesbox table:has(thead) thead th, #contents .wp-block-group.nursinginsurancebox table:has(thead) thead th, #contents .wp-block-group.othercostbox table:has(thead) thead th, #contents .wp-block-group.facilityoutlinebox table:has(thead) thead th {
  background: #f0f0f0;
  border-bottom: none;
}
#contents .wp-block-group.usagefeesbox table:has(thead) thead th:first-child, #contents .wp-block-group.nursinginsurancebox table:has(thead) thead th:first-child, #contents .wp-block-group.othercostbox table:has(thead) thead th:first-child, #contents .wp-block-group.facilityoutlinebox table:has(thead) thead th:first-child {
  border-left: none;
}
#contents .wp-block-group.usagefeesbox table:has(thead) thead th:last-child, #contents .wp-block-group.nursinginsurancebox table:has(thead) thead th:last-child, #contents .wp-block-group.othercostbox table:has(thead) thead th:last-child, #contents .wp-block-group.facilityoutlinebox table:has(thead) thead th:last-child {
  border-right: none;
}
#contents .wp-block-group.usagefeesbox table:has(thead) tbody td, #contents .wp-block-group.nursinginsurancebox table:has(thead) tbody td, #contents .wp-block-group.othercostbox table:has(thead) tbody td, #contents .wp-block-group.facilityoutlinebox table:has(thead) tbody td {
  border-top-style: dotted;
}
#contents .wp-block-group.usagefeesbox table:has(thead) tbody td:first-child, #contents .wp-block-group.nursinginsurancebox table:has(thead) tbody td:first-child, #contents .wp-block-group.othercostbox table:has(thead) tbody td:first-child, #contents .wp-block-group.facilityoutlinebox table:has(thead) tbody td:first-child {
  border-left: none;
}
#contents .wp-block-group.usagefeesbox table:has(thead) tbody td:last-child, #contents .wp-block-group.nursinginsurancebox table:has(thead) tbody td:last-child, #contents .wp-block-group.othercostbox table:has(thead) tbody td:last-child, #contents .wp-block-group.facilityoutlinebox table:has(thead) tbody td:last-child {
  border-right: none;
}
#contents .wp-block-group.usagefeesbox table:not(:has(thead)) tr td, #contents .wp-block-group.nursinginsurancebox table:not(:has(thead)) tr td, #contents .wp-block-group.othercostbox table:not(:has(thead)) tr td, #contents .wp-block-group.facilityoutlinebox table:not(:has(thead)) tr td {
  text-align: left;
  padding-right: 1em;
  padding-left: 1em;
}
#contents .wp-block-group.usagefeesbox table:not(:has(thead)) tr td:first-child, #contents .wp-block-group.nursinginsurancebox table:not(:has(thead)) tr td:first-child, #contents .wp-block-group.othercostbox table:not(:has(thead)) tr td:first-child, #contents .wp-block-group.facilityoutlinebox table:not(:has(thead)) tr td:first-child {
  background: #f0f0f0;
  white-space: nowrap;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #contents .wp-block-group.usagefeesbox table:not(:has(thead)) tr td:first-child, #contents .wp-block-group.nursinginsurancebox table:not(:has(thead)) tr td:first-child, #contents .wp-block-group.othercostbox table:not(:has(thead)) tr td:first-child, #contents .wp-block-group.facilityoutlinebox table:not(:has(thead)) tr td:first-child {
    white-space: wrap;
    width: 30%;
    font-size: 1.4rem;
  }
}
#contents .wp-block-group.usagefeesbox table:not(:has(thead)) tr td:last-child, #contents .wp-block-group.nursinginsurancebox table:not(:has(thead)) tr td:last-child, #contents .wp-block-group.othercostbox table:not(:has(thead)) tr td:last-child, #contents .wp-block-group.facilityoutlinebox table:not(:has(thead)) tr td:last-child {
  border-right: none;
}
#contents .wp-block-group.usagefeesbox table tr:not(:first-child) th,
#contents .wp-block-group.usagefeesbox table tr:not(:first-child) td, #contents .wp-block-group.nursinginsurancebox table tr:not(:first-child) th,
#contents .wp-block-group.nursinginsurancebox table tr:not(:first-child) td, #contents .wp-block-group.othercostbox table tr:not(:first-child) th,
#contents .wp-block-group.othercostbox table tr:not(:first-child) td, #contents .wp-block-group.facilityoutlinebox table tr:not(:first-child) th,
#contents .wp-block-group.facilityoutlinebox table tr:not(:first-child) td {
  border-top: none;
}
#contents .wp-block-group.usagefeesbox table tr:not(:last-child) th,
#contents .wp-block-group.usagefeesbox table tr:not(:last-child) td, #contents .wp-block-group.nursinginsurancebox table tr:not(:last-child) th,
#contents .wp-block-group.nursinginsurancebox table tr:not(:last-child) td, #contents .wp-block-group.othercostbox table tr:not(:last-child) th,
#contents .wp-block-group.othercostbox table tr:not(:last-child) td, #contents .wp-block-group.facilityoutlinebox table tr:not(:last-child) th,
#contents .wp-block-group.facilityoutlinebox table tr:not(:last-child) td {
  border-bottom-style: dotted;
}
#contents #relatedfacilities {
  padding: 2.6041666667vw 0;
  text-align: center;
  background: #ebf5dc;
}
@media screen and (max-width: 768px) {
  #contents #relatedfacilities {
    padding: 5rem 0;
  }
}
#contents #relatedfacilities .slick-track {
  display: flex;
}
#contents #relatedfacilities .slick-track .slick-slide {
  height: auto !important;
  background: white;
  padding: 2em;
  margin: 0 3rem !important;
  border-radius: 1.5rem;
  overflow: hidden;
}
#contents #relatedfacilities .slick-track .slick-slide .facilityoverviewbox h2 {
  font-size: 2rem;
  margin-bottom: 1em;
}
#contents #relatedfacilities .slick-track .slick-slide .facilityoverviewbox .overview {
  font-size: 1.4rem;
}
#contents #relatedfacilities .slick-track .slick-slide .facilityoverviewbox .overview .image {
  width: 30%;
  float: right;
  margin: 0 0 1em 1em;
}
#contents #relatedfacilities .slick-track .slick-slide .facilityoverviewbox .bannerbtn01 {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #contents #relatedfacilities .slick-track .slick-slide .facilityoverviewbox .bannerbtn01 a {
    display: block;
    text-align: center;
    padding: 0.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #contents p {
    text-align: left;
  }
  #contents p.right {
    text-align: right;
  }
}

#content__home #topmainimage {
  width: 100%;
  height: 44.2708333333vw;
  background: url(../img/home/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 0 0 0 5.2083333333vw;
  text-align: center;
}
#content__home #topmainimage h2 {
  margin-top: 9.375vw;
  font-size: 2.6041666667vw;
  text-align: center;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 768px) {
  #content__home #topmainimage h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
#content__home #topconcept {
  margin-top: -5.2083333333vw;
  background: #ebf5dc;
  padding: 9.375vw 0 12.5vw;
  position: relative;
  z-index: -1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content__home #topconcept {
    padding-top: 7rem;
  }
}
#content__home #topconcept .about {
  background: white;
  border-radius: 1.5rem;
  padding: 0 1em 2em;
  position: relative;
  margin-bottom: 5.2083333333vw;
}
#content__home #topconcept .about img {
  width: 10.9375vw;
  max-width: 210px;
  margin-top: -2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #content__home #topconcept .about img {
    width: 20vw;
    margin-top: -8vw;
  }
}
#content__home #topconcept .about h3 {
  font-size: 2rem;
}
#content__home #topconcept .about h2 {
  color: #9cca54;
  padding: 0.8rem;
}
#content__home #topconcept .about:before, #content__home #topconcept .about:after {
  content: "";
  position: absolute;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#content__home #topconcept .about:before {
  width: 11.8229166667vw;
  max-width: 227px;
  aspect-ratio: 227/327;
  background-image: url(../img/home/conceptaboutitem01.png);
  top: -2rem;
  left: -7.8125vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #content__home #topconcept .about:before {
    width: 20vw;
    top: -1rem;
    left: -5vw;
  }
}
#content__home #topconcept .about:after {
  width: 12.6041666667vw;
  max-width: 242px;
  aspect-ratio: 242/337;
  background-image: url(../img/home/conceptaboutitem02.png);
  bottom: -2rem;
  right: -9.1666666667vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #content__home #topconcept .about:after {
    width: 20vw;
    right: -5vw;
  }
}
@media screen and (max-width: 768px) {
  #content__home #topconcept .philosophy {
    padding-top: 3rem;
  }
}
#content__home #topconcept .philosophy .flex.c3 {
  margin-top: 5.2083333333vw;
}
#content__home #topconcept .philosophy .flex.c3 li {
  list-style: none;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #content__home #topconcept .philosophy .flex.c3 li {
    width: 100%;
  }
}
#content__home #topfacility {
  margin-top: -5.2083333333vw;
  padding-top: 5.2083333333vw;
  border-radius: 0 5.2083333333vw 0 0;
  background: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content__home #topfacility {
    padding-top: 5rem;
  }
}
#content__home #topfacility .about {
  position: relative;
}
#content__home #topfacility .about::before {
  content: "";
  position: absolute;
  bottom: -2.6041666667vw;
  left: -10.9375vw;
  width: 18.1770833333vw;
  max-width: 349px;
  aspect-ratio: 349/527;
  background: url(../img/home/facilityitem01.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content__home #topfacility .about::before {
    width: 20vw;
    bottom: -4rem;
    left: 0;
  }
}
#content__home #topfacility .about::after {
  content: "";
  position: absolute;
  top: -10.9375vw;
  right: -9.375vw;
  width: 15.5729166667vw;
  max-width: 299px;
  aspect-ratio: 299/594;
  background: url(../img/home/facilityitem02.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content__home #topfacility .about::after {
    width: 20vw;
    top: -10rem;
    right: 0;
  }
}
#content__home #topfacility .flex.c2 {
  padding: 4.1666666667vw 0;
}
#content__home #topfacility .flex.c2 li {
  list-style: none;
}
#content__home #topfacility .flex.c2 li a {
  display: block;
  padding: 1em;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  color: white;
  border-radius: 1.5rem;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#content__home #topfacility .flex.c2 li a::before {
  content: "";
  display: block;
  height: 82px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-bottom: 1rem;
}
#content__home #topfacility .flex.c2 li a::after {
  font-family: "Material Symbols Outlined";
  content: "\f591";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  display: block;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1;
}
#content__home #topfacility .flex.c2 li a.area {
  background: #9cca54;
}
#content__home #topfacility .flex.c2 li a.area::before {
  background-image: url(../img/home/icon_area.png);
}
#content__home #topfacility .flex.c2 li a.service {
  background: #ffa02d;
}
#content__home #topfacility .flex.c2 li a.service::before {
  background-image: url(../img/home/icon_service.png);
}
#content__home #topfacility .flex.c2 li a:hover {
  background: black;
}
@media screen and (max-width: 768px) {
  #content__home #topfacility .flex.c2 {
    padding: 2em 0 1em 0;
  }
  #content__home #topfacility .flex.c2 li {
    width: 100%;
    margin-bottom: 1em;
  }
  #content__home #topfacility .flex.c2 li a {
    font-size: 2.2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #content__home #topfacility .flex.c2 li a::before {
    width: 10vw;
    height: 2em;
    margin-bottom: 0;
  }
  #content__home #topfacility .flex.c2 li a span {
    flex: 1;
  }
  #content__home #topfacility .flex.c2 li a::after {
    width: 1em;
    font-size: 4rem;
  }
}
#content__home #topfacility .list dl {
  margin-bottom: 1em;
}
#content__home #topfacility .list dl dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
#content__home #topfacility .list dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5em;
  border-bottom: 1px solid black;
  z-index: 0;
}
#content__home #topfacility .list dl dt span {
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
  background: white;
}
#content__home #topfacility .list dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#content__home #topfacility .list dl dd ul li {
  list-style: none;
  width: calc((100% - 2em) / 3);
  margin: 0 1em 1em 0;
}
#content__home #topfacility .list dl dd ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #content__home #topfacility .list dl dd ul li {
    width: 100%;
    margin-right: 0;
  }
}
#content__home #topfacility .list dl dd ul li a {
  padding: 0.5em 0;
  display: block;
  background: #f0f0f0;
  text-decoration: none;
  border-radius: 3px;
}
#content__home #topfacility .list dl dd ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\f591";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-left: 1em;
}
#content__home #topfacility .list dl dd ul li a:hover {
  background: #ebf5dc;
  color: black;
}
#content__home #topfacility .list dl + dl {
  margin-top: 2.6041666667vw;
}
#content__home #topflow {
  margin-top: 5.2083333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content__home #topflow {
    margin-top: 5rem;
  }
}
#content__home #topflow ol.flex {
  margin-top: 2em;
  flex-wrap: nowrap;
  counter-reset: listnum;
}
#content__home #topflow ol.flex li {
  width: calc((100% - 12em) / 7);
  background: #9cca54;
  color: white;
  display: flex;
  justify-content: flex-start;
  padding: 5em 0 1em;
  font-size: 1.5625vw;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
#content__home #topflow ol.flex li::before {
  content: "";
  width: 70%;
  height: 6.5104166667vw;
  position: absolute;
  top: 0;
  left: 15%;
  border-bottom: 1px solid white;
}
#content__home #topflow ol.flex li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border: 0.7em solid transparent;
  border-left-color: #808080;
  position: absolute;
  top: calc((100% - 2em) / 2);
  right: -2em;
}
#content__home #topflow ol.flex li > span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  line-height: 1.25;
  position: relative;
}
#content__home #topflow ol.flex li > span::before {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  content: "Step";
  writing-mode: horizontal-tb;
  font-size: 1.3020833333vw;
  position: absolute;
  top: -5em;
  left: 50%;
  transform: translateX(-50%);
}
#content__home #topflow ol.flex li > span::after {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  counter-increment: listnum;
  content: "" counter(listnum);
  font-size: 3.125vw;
  position: absolute;
  top: -1.75em;
  left: 50%;
  transform: translateX(-50%);
}
#content__home #topflow ol.flex li .upright {
  text-combine-upright: all;
}
#content__home #topflow ol.flex li:nth-child(2n+1) {
  background: #ffa02d;
}
@media screen and (max-width: 768px) {
  #content__home #topflow ol.flex {
    flex-wrap: wrap;
  }
  #content__home #topflow ol.flex li {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.4rem;
    justify-content: left;
    padding: 1em;
    align-items: center;
  }
  #content__home #topflow ol.flex li::before {
    border-bottom: none;
    border-right: 1px solid white;
    width: 25%;
    height: 3em;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
  }
  #content__home #topflow ol.flex li > span {
    writing-mode: horizontal-tb;
    padding-left: 1em;
    text-align: left;
    flex: 1;
  }
  #content__home #topflow ol.flex li > span::before, #content__home #topflow ol.flex li > span::after {
    text-align: center;
    display: block;
    position: absolute;
    width: 25%;
  }
  #content__home #topflow ol.flex li > span::before {
    top: calc(50% - 1.8rem);
    left: calc(-25% + 1.8rem);
    font-size: 1.2rem;
  }
  #content__home #topflow ol.flex li > span::after {
    top: calc(50% + 1rem);
    left: calc(-25% - 1.4rem);
    transform: translateY(-50%);
    font-size: 3rem;
  }
  #content__home #topflow ol.flex li:not(:last-child):after {
    top: auto;
    right: auto;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: #808080;
    border-left-color: transparent;
  }
}
#content__home #topfaq {
  margin-top: 5.2083333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content__home #topfaq {
    margin-top: 5rem;
  }
}
#content__home #topfaq .initbox {
  position: relative;
}
#content__home #topfaq .initbox::before {
  content: "";
  position: absolute;
  top: -3.90625vw;
  left: -13.0208333333vw;
  display: block;
  width: 22.3958333333vw;
  max-width: 430px;
  aspect-ratio: 430/525;
  background: url(../img/home/faqitem01.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content__home #topfaq .initbox::before {
    width: 20vw;
    left: 0;
  }
}
#content__home #topfaq .initbox .faq {
  background: #f0f0f0;
  border-radius: 1.5rem;
  padding: 3em 5em;
}
@media screen and (max-width: 768px) {
  #content__home #topfaq .initbox .faq {
    padding: 3em 1em;
  }
}
#content__home #topnews {
  margin-top: 5.2083333333vw;
  padding: 5.2083333333vw 0 10.4166666667vw;
  background: #ebf5dc;
  border-radius: 5.2083333333vw 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content__home #topnews {
    margin-top: 5rem;
  }
}
#content__home #topnews {
  /*
  .news {
  	position: relative;
  	&::before {
  		content: '';
  		position: absolute;
  		top: vwsize(-366);
  		right: vwsize(-107);
  		display: block;
  		width: vwsize(453);
  		max-width: 453px;
  		aspect-ratio: 453 / 488;
  		background: url(../img/home/newsitem01.png) no-repeat 50% 50%;
  		background-size: contain;
  	}
  }
  */
}
#content__home #toprecruit {
  margin-top: -5.2083333333vw;
  padding: 5.2083333333vw 0 7.8125vw;
  background: white;
  border-radius: 0 5.2083333333vw 0 0;
  text-align: center;
}
#content__home #toprecruit .recruit {
  position: relative;
}
#content__home #toprecruit .recruit .flex.c3 {
  margin-top: 2.6041666667vw;
}
#content__home #toprecruit .recruit .flex.c3 li {
  list-style: none;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#content__home #toprecruit .recruit .flex.c3 li img {
  width: 100%;
}
#content__home #toprecruit .recruit .flex.c3 li:nth-child(1) {
  transform: rotate(-4deg);
}
#content__home #toprecruit .recruit .flex.c3 li:nth-child(2) {
  transform: translateY(1em) rotate(3.6deg);
}
#content__home #toprecruit .recruit .flex.c3 li:nth-child(3) {
  transform: translateY(-1em) rotate(6deg);
}
@media screen and (max-width: 768px) {
  #content__home #toprecruit .recruit .flex.c3 li {
    width: 32%;
  }
}
#content__home #toprecruit .recruit::after {
  content: "";
  position: absolute;
  bottom: -7.8125vw;
  left: -6.7708333333vw;
  display: block;
  width: 27.4479166667vw;
  max-width: 527px;
  aspect-ratio: 527/320;
  background: url(../img/home/recruititem01.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content__home #toprecruit {
    padding: 5rem 0;
  }
  #content__home #toprecruit .recruit::after {
    width: 17rem;
    bottom: -5rem;
  }
}
#content__facility .leadcontent {
  padding-top: 5.2083333333vw;
  text-align: center;
  background: #ebf5dc;
}
@media screen and (max-width: 768px) {
  #content__facility .leadcontent {
    padding-top: 5rem;
  }
}
#content__facility .leadcontent .whitebox {
  padding: 2em 4em;
  background: white;
  border-radius: 1.5rem;
}
#content__facility .leadcontent .whitebox .facilityoverviewbox h2 span {
  font-size: 50%;
}
#content__facility #singlepagemv .mvimage {
  display: flex;
  flex-wrap: nowrap;
}
#content__facility #singlepagemv .mvimage .mvimage01,
#content__facility #singlepagemv .mvimage .mvimage02 {
  width: 50%;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#content__facility #breadcrumbs.single {
  background: #ebf5dc;
}
#content__facility #singlecontent .newslistbox {
  padding: 5.2083333333vw 0;
  background: #ebf5dc;
  border-radius: 5.2083333333vw 0 0 0;
  text-align: center;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #content__facility #singlecontent .newslistbox {
    padding: 5rem 0;
  }
}
#content__facility #accessbox {
  background: #ebf5dc;
  text-align: center;
  position: relative;
  padding-top: 5.2083333333vw;
}
#content__facility #accessbox::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #ebf5dc;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#content__facility #contents #footercontactbox {
  padding-top: 5.2083333333vw;
}
#content__about .aboutoutline {
  padding: 5.2083333333vw 0;
}
#content__about .aboutoutline h3 {
  margin-bottom: 1.5em;
}
#content__about .aboutoutline ul li {
  list-style: none;
}
#content__about .aboutoutline ul li a.pdf {
  text-decoration: none;
}
#content__about .aboutoutline ul li a.pdf::before {
  font-family: "Material Symbols Outlined";
  content: "\e415";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-right: 0.25em;
  color: #fa0f01;
}
@media screen and (max-width: 768px) {
  #content__about .aboutoutline {
    padding: 5rem 0;
  }
}
#content__about-ideal h5, #content__about-guideline h5, #content__about-aboutstaff h5 {
  font-size: 2rem;
}
#content__about-ideal ol, #content__about-guideline ol, #content__about-aboutstaff ol {
  margin-left: 0 !important;
}
#content__about-ideal ol li, #content__about-guideline ol li, #content__about-aboutstaff ol li {
  margin-bottom: 0.5em;
}
#content__about-ideal ol li strong, #content__about-guideline ol li strong, #content__about-aboutstaff ol li strong {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.5;
}
#content__about-ideal ol li strong.inline, #content__about-guideline ol li strong.inline, #content__about-aboutstaff ol li strong.inline {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.8;
}
#content__about-ideal ol.countol, #content__about-guideline ol.countol, #content__about-aboutstaff ol.countol {
  counter-reset: countol;
}
#content__about-ideal ol.countol > li, #content__about-guideline ol.countol > li, #content__about-aboutstaff ol.countol > li {
  position: relative;
  list-style: none;
  counter-increment: countol;
  margin-left: 3em;
}
#content__about-ideal ol.countol > li::before, #content__about-guideline ol.countol > li::before, #content__about-aboutstaff ol.countol > li::before {
  content: counter(countol) ".";
  font-size: 200%;
  font-weight: normal;
  position: absolute;
  top: -0.25em;
  left: -1em;
  font-style: italic;
}
#content__about-ideal ol.roundol, #content__about-guideline ol.roundol, #content__about-aboutstaff ol.roundol {
  counter-reset: roundol;
}
#content__about-ideal ol.roundol > li, #content__about-guideline ol.roundol > li, #content__about-aboutstaff ol.roundol > li {
  position: relative;
  list-style: none;
  counter-increment: roundol;
  margin-left: 1.25em;
}
#content__about-ideal ol.roundol > li::before, #content__about-guideline ol.roundol > li::before, #content__about-aboutstaff ol.roundol > li::before {
  content: "" counter(roundol);
  position: absolute;
  top: 0;
  left: -1.125em;
}
#content__about-ideal ol.roundol > li::after, #content__about-guideline ol.roundol > li::after, #content__about-aboutstaff ol.roundol > li::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid black;
  border-radius: 1em;
  position: absolute;
  top: 0.25em;
  left: -1.5em;
}
#content__about-ideal ol.roundol > li ul li, #content__about-guideline ol.roundol > li ul li, #content__about-aboutstaff ol.roundol > li ul li {
  list-style: disc;
}
#content__about-ideal ol.objectiveol, #content__about-guideline ol.objectiveol, #content__about-aboutstaff ol.objectiveol {
  counter-reset: objectiveol;
}
#content__about-ideal ol.objectiveol > li, #content__about-guideline ol.objectiveol > li, #content__about-aboutstaff ol.objectiveol > li {
  position: relative;
  list-style: none;
  counter-increment: objectiveol;
  margin-left: 5em;
}
#content__about-ideal ol.objectiveol > li::before, #content__about-guideline ol.objectiveol > li::before, #content__about-aboutstaff ol.objectiveol > li::before {
  content: "目標" counter(objectiveol) "：";
  position: absolute;
  top: 0;
  left: -4em;
}
#content__about-ideal ol.objectiveol > li:has(strong)::before, #content__about-guideline ol.objectiveol > li:has(strong)::before, #content__about-aboutstaff ol.objectiveol > li:has(strong)::before {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5;
}
#content__about-ideal ol.objectiveol > li ul li, #content__about-guideline ol.objectiveol > li ul li, #content__about-aboutstaff ol.objectiveol > li ul li {
  list-style: disc;
}
#content__about-ideal ol.indentol, #content__about-guideline ol.indentol, #content__about-aboutstaff ol.indentol {
  margin-left: 1em !important;
}
#content__about-ideal .initiative, #content__about-guideline .initiative, #content__about-aboutstaff .initiative {
  padding: 5.2083333333vw 0;
}
@media screen and (max-width: 768px) {
  #content__about-ideal .initiative, #content__about-guideline .initiative, #content__about-aboutstaff .initiative {
    padding: 5rem 0;
  }
}
#content__about-ideal .initiative h4, #content__about-guideline .initiative h4, #content__about-aboutstaff .initiative h4 {
  text-align: center;
  font-size: 2.2rem;
  padding: 0.25em 0;
  margin: 2em 0 0.5em 0;
  border: 1px solid black;
}
#content__about-ideal .initiative .initiativeunit, #content__about-guideline .initiative .initiativeunit, #content__about-aboutstaff .initiative .initiativeunit {
  border-left: 1px solid black;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
#content__about-ideal .initiative .initiativeunit p::before, #content__about-guideline .initiative .initiativeunit p::before, #content__about-aboutstaff .initiative .initiativeunit p::before {
  content: "職場環境要件項目";
  font-size: 1.4rem;
  display: block;
}
#content__about-ideal .initiative .initiativeunit ul, #content__about-guideline .initiative .initiativeunit ul, #content__about-aboutstaff .initiative .initiativeunit ul {
  margin-top: 1em;
}
#content__about-ideal .initiative .initiativeunit ul::before, #content__about-guideline .initiative .initiativeunit ul::before, #content__about-aboutstaff .initiative .initiativeunit ul::before {
  content: "当法人としての取組み";
  font-size: 1.4rem;
  display: block;
  text-indent: -1em;
}
#content__about-ideal .initiative .initiativeunit ul li, #content__about-guideline .initiative .initiativeunit ul li, #content__about-aboutstaff .initiative .initiativeunit ul li {
  margin-left: 2em;
}
#content__recruit #pagecontent {
  padding-top: 8.8541666667vw;
}
#content__recruit .recruitlist li {
  list-style: none;
}
#content__recruit .recruitlist li:not(:last-child) {
  margin-bottom: 2em;
}
#content__recruit .recruitlist li a {
  display: block;
  border-radius: 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding: 2em;
  position: relative;
}
#content__recruit .recruitlist li a h3:has(.facility) {
  display: flex;
  flex-wrap: nowrap;
}
#content__recruit .recruitlist li a h3:has(.facility) .facility {
  display: inline-block;
  width: 50%;
}
#content__recruit .recruitlist li a h3:has(.facility) .position {
  display: inline-block;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #content__recruit .recruitlist li a h3:has(.facility) {
    flex-wrap: wrap;
  }
  #content__recruit .recruitlist li a h3:has(.facility) .facility,
  #content__recruit .recruitlist li a h3:has(.facility) .position {
    width: 100%;
  }
}
#content__recruit .recruitlist li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #content__recruit .recruitlist li a::after {
    right: 2.5%;
  }
}
#content__recruit .recruitlist li a:hover {
  background: #ebf5dc;
}
#content__recruit .recruitlist li a:hover::after {
  right: 3%;
}
#content__recruit .recruitlist li a .special {
  display: inline-block;
  float: right;
  padding: 0.5em 1em;
  border-radius: 8px;
  background: #ffa02d;
  color: white;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #content__recruit .recruitlist li a .special {
    transform: translateY(0);
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #content__recruit .recruitlist li a .date {
    display: block;
    text-align: right;
  }
}
#content__recruit table.recruitdetails {
  border-top: 1px solid black;
  width: 100%;
}
#content__recruit table.recruitdetails tr th {
  font-weight: normal;
  white-space: nowrap;
  padding: 1em;
  background: #f0f0f0;
  border-bottom: 1px dotted black;
}
#content__recruit table.recruitdetails tr td {
  padding: 1em 0 1em 1em;
  border-bottom: 1px dotted black;
}
#content__recruit table.recruitdetails tr:last-child th,
#content__recruit table.recruitdetails tr:last-child td {
  border-bottom-style: solid;
}
#content__recruit #recruitcontactbox {
  padding: 5.2083333333vw 0;
  background: #ebf5dc;
  text-align: center;
}
#content__recruit #recruitcontactbox a {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5625vw;
  display: block;
  border-top: 1px solid black;
  padding: 1em 0;
  border-bottom: 1px solid black;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
#content__recruit #recruitcontactbox a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.3s;
}
#content__recruit #recruitcontactbox a:hover {
  background: black;
  color: white;
}
#content__recruit #recruitcontactbox a:hover::after {
  right: 0.5em;
}
#content__recruit #recruitcontactbox a.tel:has(.pc)::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #content__recruit #recruitcontactbox a.tel {
    color: black;
  }
  #content__recruit #recruitcontactbox a.tel:has(.pc)::after {
    content: "\e5cc";
  }
  #content__recruit #recruitcontactbox a.tel:hover {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  #content__recruit #recruitcontactbox {
    padding: 5rem 0;
  }
  #content__recruit #recruitcontactbox a {
    width: 100%;
    font-size: 1.6rem;
  }
}
#content__post #pagecontent ol,
#content__post #pagecontent ul {
  margin-left: 1em;
}
#content__post #pagecontent.archivecontent .newsarchive .news ul li a {
  background: #f0f0f0;
}
#content__post #pagecontent.archivecontent .contentfooterlink {
  margin: 5.2083333333vw 0;
}
@media screen and (max-width: 768px) {
  #content__post #pagecontent.archivecontent .contentfooterlink {
    margin: 5rem 0;
  }
}
#content__post #pagecontent.archivecontent .contentfooterlink .nav-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#content__post #pagecontent.archivecontent .contentfooterlink .nav-links .page-numbers {
  width: 2em;
  height: 2em;
  margin: 0 0.125em;
  border: 1px solid #00643c;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  color: #00643c;
}
#content__post #pagecontent.archivecontent .contentfooterlink .nav-links .page-numbers:hover, #content__post #pagecontent.archivecontent .contentfooterlink .nav-links .page-numbers.current {
  background: #00643c;
  color: white;
}
#content__post #pagecontent.archivecontent .contentfooterlink .nav-links .page-numbers span {
  line-height: 1.4;
}
#content__post #pagecontent.singlecontent .date.new::after {
  content: "NEW";
  background: #00643c;
  color: white;
  padding: 0 1em;
  margin-left: 0.5em;
}
#content__post #pagecontent.singlecontent .content {
  min-height: 50vh;
}
#content__post #pagecontent.singlecontent .contentfooterlink {
  margin: 5.2083333333vw 0;
}
@media screen and (max-width: 768px) {
  #content__post #pagecontent.singlecontent .contentfooterlink {
    margin: 5rem 0;
  }
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li {
  list-style: none;
  text-align: center;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li a {
  display: inline-block;
  background: #00643c;
  line-height: 1;
  padding: 0.5em 2.5em;
  border-radius: 1em;
  position: relative;
  color: white;
  text-decoration: none;
  text-align: center;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li a:hover {
  background: black;
  padding: 0.5em 3em;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:first-child a::before, #content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:last-child a::before {
  content: "";
  width: calc(2em - 4px);
  height: calc(2em - 4px);
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 2px;
  z-index: 1;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:first-child a::after, #content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:last-child a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #00643c;
  z-index: 2;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:first-child a:hover::after, #content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:last-child a:hover::after {
  color: black;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:first-child {
  text-align: left;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:first-child a::before {
  left: 2px;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:first-child a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cb";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  left: 0.125em;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:last-child {
  text-align: right;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:last-child a::before {
  right: 2px;
}
#content__post #pagecontent.singlecontent .contentfooterlink .flex.c3 li:last-child a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  right: 0.125em;
}

#content__recruit #pagecontent .initbox2:has(.recruitdetails) {
  position: relative;
}
#content__recruit #pagecontent .initbox2:has(.recruitdetails) .special {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  text-align: center;
  background: #ffa02d;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  #content__recruit #pagecontent .initbox2:has(.recruitdetails) .special {
    position: relative;
    float: right;
    border-radius: 8px;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0.5em 1em;
    transform: translateY(10%);
  }
}

#footer {
  padding: 3.125vw 0;
  background: #00643c;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-bottom: 100px;
  }
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  color: #ffa02d;
}
#footer h1 {
  font-size: 1.8rem;
}
#footer address,
#footer .mailbox {
  font-size: 1.2rem;
}
#footer .telbox {
  font-size: 3rem;
  font-weight: bold;
}
#footer .footernav {
  margin: 2em 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#footer .footernav > * {
  border-left: 1px solid white;
  text-align: left;
  width: calc((100% - 4em) / 5);
}
#footer .footernav > * ul {
  margin-left: 1em;
}
#footer .footernav > * ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#footer .footernav > * dt {
  padding-bottom: 0.25em;
  border-bottom: 1px dotted white;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #footer .footernav {
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
  #footer .footernav > * {
    border-left: none;
    width: 100%;
  }
  #footer .footernav > * ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }
  #footer .footernav > * ul li {
    width: 48%;
    list-style: none;
  }
  #footer .footernav > * dt {
    padding: 0.25em 0 0.25em 1em;
    background: rgba(255, 255, 255, 0.3);
  }
}
#footer .fixnav {
  position: relative;
  z-index: 10;
}
#footer .fixnav .sptelnav,
#footer .fixnav .spsitenav {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 25vw;
  height: 100px;
  left: 0;
  bottom: 0;
  background: white;
  text-align: center;
  font-size: 1.2rem;
}
#footer .fixnav .sptelnav span,
#footer .fixnav .spsitenav span {
  padding-top: 0.5em;
  display: block;
  position: relative;
  height: 100%;
}
#footer .fixnav .sptelnav span::after,
#footer .fixnav .spsitenav span::after {
  position: absolute;
  top: calc(1.2rem + 50%);
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .fixnav #areabtnbox a,
#footer .fixnav #servicebtnbox a {
  display: block;
  position: fixed;
  width: 13.0208333333vw;
  max-width: 250px;
  aspect-ratio: 1/1;
  border: 0.25em solid white;
  right: -7.2916666667vw;
  color: white;
  border-radius: 50%;
  text-align: center;
  z-index: 8;
}
#footer .fixnav #areabtnbox a:hover,
#footer .fixnav #servicebtnbox a:hover {
  background-color: black;
}
#footer .fixnav #areabtnbox a span,
#footer .fixnav #servicebtnbox a span {
  writing-mode: vertical-rl;
  display: block;
  height: 100%;
  text-align: center;
  margin-left: 1.5625vw;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #footer .fixnav #areabtnbox a,
  #footer .fixnav #servicebtnbox a {
    width: 15.625vw;
    right: -7.8125vw;
  }
  #footer .fixnav #areabtnbox a span,
  #footer .fixnav #servicebtnbox a span {
    margin-left: 2.6041666667vw;
  }
}
#footer .fixnav #areabtnbox a {
  top: calc(50% - 6.5104166667vw - 6.7708333333vw);
  background-color: #9cca54;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #footer .fixnav #areabtnbox a {
    top: calc(50% - 7.8125vw - 8.3333333333vw);
  }
}
#footer .fixnav #servicebtnbox a {
  top: calc(50% - 6.5104166667vw + 6.7708333333vw);
  background-color: #ffa02d;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #footer .fixnav #servicebtnbox a {
    top: calc(50% - 7.8125vw + 8.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  #footer .fixnav #areabtnbox a,
  #footer .fixnav #servicebtnbox a {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 1.2rem;
    width: 25vw;
    height: 100px;
    aspect-ratio: auto;
    border: none;
    top: auto;
    right: auto;
    bottom: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 50% calc(50% + 1em);
    background-size: 12vw;
  }
  #footer .fixnav #areabtnbox a span,
  #footer .fixnav #servicebtnbox a span {
    writing-mode: horizontal-tb;
    margin-left: 0;
    text-align: center;
    padding-top: 0.5em;
  }
  #footer .fixnav #areabtnbox a {
    left: 25vw;
    background-image: url(../img/home/icon_area.png);
  }
  #footer .fixnav #servicebtnbox a {
    left: 50vw;
    background-image: url(../img/home/icon_service.png);
  }
  #footer .fixnav .spsitenav span {
    color: black;
  }
  #footer .fixnav .spsitenav span::after {
    font-family: "Material Symbols Outlined";
    content: "\e5d2";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
    font-size: 12vw;
  }
  #footer .fixnav .sptelnav {
    left: 75vw;
    background: #b49650;
  }
  #footer .fixnav .sptelnav span {
    color: white;
  }
  #footer .fixnav .sptelnav span::after {
    font-family: "Material Symbols Outlined";
    content: "\e0b0";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
    font-size: 12vw;
  }
}
#footer .fixnav #pagetopbtnbox a {
  display: block;
  position: absolute;
  width: 8.59375vw;
  max-width: 165px;
  aspect-ratio: 1/1;
  text-indent: -2000em;
  background: #9cca54 url(../img/common/btn_pagetop.png) no-repeat 50% 50%;
  background-size: contain;
  border-radius: 50%;
  top: -7.421875vw;
  right: 1em;
  z-index: 5;
}
#footer .fixnav #pagetopbtnbox a:hover {
  background-color: #ffa02d;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #footer .fixnav #pagetopbtnbox a {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .fixnav #pagetopbtnbox a {
    width: 10rem;
  }
}
#footer .fixnav #pagetopbtnbox.fixed a {
  position: fixed;
  top: auto;
  bottom: 1em;
}
@media screen and (max-width: 768px) {
  #footer .fixnav #pagetopbtnbox.fixed a {
    bottom: calc(100px + 1em);
  }
}

.googlemymapicon {
  width: 32px;
  height: 26px;
  background-color: #000;
  background-image: url("https://www.gstatic.com/gmeviewer/images/MyMaps_Icons003.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  border: 4px solid #000;
  border-radius: 4px;
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */