@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
#mv {
  background-image: url("../images/top/img-mv@2x.jpg");
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 6rem;
    background-image: url("../images/top/img-mv_sp@2x.jpg");
    position: center;
  }
}
#mv .inner-b {
  height: 8rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-b {
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
  }
}
#mv .txt-area {
  width: 5.97697rem;
  height: 3.96747rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: initial;
  background-image: url("../images/top/back-mv-txt.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  #mv .txt-area {
    width: 5.4336090909rem;
    height: 3.6067909091rem;
  }
}
@media screen and (max-width: 768px) {
  #mv .txt-area {
    width: 2.6764rem;
    height: 1.7992rem;
  }
}
#mv .txt-area h1 {
  font-size: 0.52532rem;
  font-family: "Zen Maru Gothic", serif;
  line-height: 2;
}
@media (max-width: 1440px) {
  #mv .txt-area h1 {
    font-size: 0.4775636364rem;
  }
}
@media screen and (max-width: 768px) {
  #mv .txt-area h1 {
    font-size: 0.2312rem;
  }
}
#mv .txt-area h1 > em {
  font-size: 0.44324rem;
}
@media (max-width: 1440px) {
  #mv .txt-area h1 > em {
    font-size: 0.4029454545rem;
  }
}
@media screen and (max-width: 768px) {
  #mv .txt-area h1 > em {
    font-size: 0.1879rem;
  }
}
#mv .txt-area h1 span {
  position: relative;
}
#mv .txt-area h1 span em {
  font-size: 0.29549rem;
  position: absolute;
  top: -0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #mv .txt-area h1 span em {
    font-size: 0.2686272727rem;
    top: -0.2727272727rem;
  }
}
@media screen and (max-width: 768px) {
  #mv .txt-area h1 span em {
    font-size: 0.1301rem;
    top: -0.14rem;
  }
}

#index .sec-head {
  margin-top: 0;
}
#index .flex {
  gap: 0.2rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #index .flex {
    flex-direction: column;
  }
}
#index .txt-area {
  width: 4.2rem;
}
@media screen and (max-width: 768px) {
  #index .txt-area {
    width: 100%;
  }
}
#index .txt-area .ttl-h3 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0.24rem;
}
#index .txt-area strong {
  margin-top: 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 0.2rem 0.24rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .txt-area strong {
    font-size: 0.2rem;
    padding: 0.1rem 0.16rem;
  }
}
#index .txt-area strong:before {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/common/obj-corner.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#index .txt-area strong:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  background-image: url("../images/common/obj-corner.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#index .txt-area p {
  font-size: 0.2rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  #index .txt-area p {
    font-size: 0.16rem;
  }
}
#index .img-area {
  width: 5rem;
}
@media (max-width: 1260px) {
  #index .img-area {
    width: 4.5454545455rem;
  }
}
@media screen and (max-width: 768px) {
  #index .img-area {
    width: 100%;
  }
}
#index .img-area .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
#index .img-area .chairman {
  font-size: 0.24rem;
  font-weight: 400;
  display: block;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #index .img-area .chairman {
    margin-top: 0.08rem;
  }
}
#index .img-area .chairman em {
  font-size: 0.16rem;
  display: inline-block;
  margin-right: 0.16rem;
}
#index .img-area .chairman span {
  font-size: 0.12rem;
}

#facilities {
  content-visibility: auto;
  contain-intrinsic-size: 17.46rem;
}
@media screen and (max-width: 768px) {
  #facilities {
    contain-intrinsic-size: 25.4322rem;
  }
}
#facilities .facilities-contents {
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents {
    margin-top: 0.12rem;
  }
}
#facilities .facilities-contents .contents.double {
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents .contents.double {
    margin-top: 0.24rem;
  }
}
#facilities .facilities-contents .contents.triple {
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents .contents.triple {
    margin-top: 0.24rem;
  }
}
#facilities .facilities-contents .contents.quad {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem 0.4rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents .contents.quad {
    gap: 0.24rem;
    margin-top: 0.24rem;
  }
}
#facilities .facilities-contents .contents.quad div[class$=items] {
  width: calc((100% - 0.4rem) / 2);
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents .contents.quad div[class$=items] {
    width: 100%;
  }
}
#facilities .facilities-contents .contents.quad div[class$=items] .img-box {
  display: block;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents .contents.quad div[class$=items] .img-box {
    height: initial;
  }
}
#facilities .facilities-contents div[class$=items] {
  border-radius: 0.2rem;
  overflow: hidden;
}
#facilities .facilities-contents div[class$=items] .img-box {
  position: relative;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items] .img-box {
    height: initial;
  }
  #facilities .facilities-contents div[class$=items] .img-box:nth-of-type(1) h3 {
    padding-top: 0.1rem;
  }
}
#facilities .facilities-contents div[class$=items] picture {
  display: block;
  height: 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items] picture {
    height: auto;
    overflow: initial;
  }
}
#facilities .facilities-contents div[class$=items] picture img {
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items] picture img {
    height: initial;
  }
}
#facilities .facilities-contents div[class$=items] h3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.18rem;
  height: 0.53rem;
  padding: 0 0.16rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items] h3 {
    position: static;
    width: 100%;
    height: auto;
    background: initial;
    border-radius: 0;
    padding: 0.05rem 0;
    font-size: 0.16rem;
    line-height: 1.3;
  }
}
#facilities .facilities-contents div[class$=items] img {
  width: 100%;
  transition: linear all 0.5s;
}
#facilities .facilities-contents div[class$=items] .txt-area {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.015rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items] .txt-area {
    height: initial;
    font-size: 0.14rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  #facilities .facilities-contents div[class$=items] .txt-area:before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.02rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#facilities .facilities-contents div[class$=items] .txt-area:after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.24rem;
  transition: linear all 0.2s;
  background-image: url("../images/common/arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items] .txt-area:after {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#facilities .facilities-contents div[class$=items] a {
  transition: linear all 0.2s;
}
#facilities .facilities-contents div[class$=items] a:hover figure img {
  opacity: 0.8;
}
#facilities .facilities-contents div[class$=items] a:hover .txt-area:after {
  right: 0.18rem;
}
#facilities .facilities-contents div[class$=items].single-items h3 {
  top: 0.08rem;
  right: 0.08rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].single-items h3 {
    background: #507fae;
    color: #fff;
  }
}
#facilities .facilities-contents div[class$=items].single-items .img-box {
  background: #507fae;
  padding-bottom: 0.1rem;
}
#facilities .facilities-contents div[class$=items].single-items .txt-area {
  background: #507fae;
}
#facilities .facilities-contents div[class$=items].single-items .txt-area:after {
  background-image: url("../images/common/icon-elink-w.svg");
}
#facilities .facilities-contents div[class$=items].single-items a:hover .txt-area:after {
  right: 0.24rem;
  top: -0.08rem;
}
#facilities .facilities-contents div[class$=items].double-items a {
  display: flex;
  flex-direction: column;
}
#facilities .facilities-contents div[class$=items].double-items a .img-wrap {
  display: flex;
  background: #25b7be;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].double-items a .img-wrap {
    padding-bottom: 0.1rem;
  }
}
#facilities .facilities-contents div[class$=items].double-items a .txt-area {
  background: #25b7be;
}
#facilities .facilities-contents div[class$=items].double-items a h3 {
  left: 0.08rem;
  right: 0.08rem;
  margin: 0 auto;
  bottom: 0.08rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].double-items a .img-wrap {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "item1 item2" "item3 item3" "item4 item4" "item5 item5";
  }
  #facilities .facilities-contents div[class$=items].double-items a h3 {
    text-align: left;
    display: inline-block;
    background: #25b7be;
    color: #fff;
    padding-left: 0.15rem;
  }
  #facilities .facilities-contents div[class$=items].double-items a h3:before {
    content: "・";
  }
  #facilities .facilities-contents div[class$=items].double-items a .img1,
  #facilities .facilities-contents div[class$=items].double-items a .img2 {
    display: contents;
  }
  #facilities .facilities-contents div[class$=items].double-items a .img1 picture {
    grid-area: item1;
  }
  #facilities .facilities-contents div[class$=items].double-items a .img1 h3 {
    grid-area: item3;
  }
  #facilities .facilities-contents div[class$=items].double-items a .img2 picture {
    grid-area: item2;
  }
  #facilities .facilities-contents div[class$=items].double-items a .img2 h3 {
    grid-area: item4;
  }
  #facilities .facilities-contents div[class$=items].double-items a .txt-area {
    grid-area: item5;
  }
}
#facilities .facilities-contents div[class$=items].triple-items a {
  display: flex;
  flex-direction: column;
}
#facilities .facilities-contents div[class$=items].triple-items a .img-wrap {
  display: flex;
  background: #e89f00;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].triple-items a .img-wrap {
    padding-bottom: 0.1rem;
  }
}
#facilities .facilities-contents div[class$=items].triple-items a .img1 {
  grid-area: item1;
}
#facilities .facilities-contents div[class$=items].triple-items a .img2 {
  grid-area: item2;
}
#facilities .facilities-contents div[class$=items].triple-items a .imt3 {
  grid-area: item3;
}
#facilities .facilities-contents div[class$=items].triple-items a .txt-area {
  grid-area: item4;
  background: #e89f00;
}
#facilities .facilities-contents div[class$=items].triple-items a h3 {
  left: 0rem;
  right: 0rem;
  margin: 0 auto;
  bottom: 0.08rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].triple-items a .img-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "item1 item2 item3" "item4 item4 item4" "item5 item5 item5" "item6 item6 item6" "item7 item7 item7";
  }
  #facilities .facilities-contents div[class$=items].triple-items a h3 {
    text-align: left;
    display: inline-block;
    background: #e89f00;
    color: #fff;
    padding-left: 0.15rem;
  }
  #facilities .facilities-contents div[class$=items].triple-items a h3:before {
    content: "・";
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img1,
  #facilities .facilities-contents div[class$=items].triple-items a .img2,
  #facilities .facilities-contents div[class$=items].triple-items a .img3 {
    display: contents;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img1 picture {
    grid-area: item1;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img1 h3 {
    grid-area: item4;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img2 picture {
    grid-area: item2;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img2 h3 {
    grid-area: item5;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img3 picture {
    grid-area: item3;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .img3 h3 {
    grid-area: item6;
  }
  #facilities .facilities-contents div[class$=items].triple-items a .txt-area {
    grid-area: item7;
  }
}
#facilities .facilities-contents div[class$=items].quad-items h3 {
  top: 0.08rem;
  right: 0.08rem;
}
#facilities .facilities-contents div[class$=items].quad-items h3 em {
  display: block;
  font-size: 0.12rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].quad-items h3 {
    background: #478f38;
    color: #fff;
  }
}
#facilities .facilities-contents div[class$=items].quad-items picture img {
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].quad-items picture img {
    height: initial;
  }
}
@media screen and (max-width: 768px) {
  #facilities .facilities-contents div[class$=items].quad-items .img-box {
    background: #478f38;
    padding-bottom: 0.1rem;
  }
}
#facilities .facilities-contents div[class$=items].quad-items .txt-area {
  background: #478f38;
}

#recruit .recruit-contents {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-contents {
    margin-top: 0.24rem;
    flex-direction: column;
    gap: 0.24rem;
  }
}
#recruit .recruit-contents .items {
  width: calc((100% - 0.4rem) / 2);
  display: flex;
  flex-direction: column;
  padding: 0.24rem 0.16rem 0.24rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-contents .items {
    width: 100%;
  }
}
#recruit .recruit-contents .items ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.12rem 0;
  flex-grow: 1;
}
#recruit .recruit-contents .items ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.04rem;
  font-weight: 600;
}
#recruit .recruit-contents .items ul li:before {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../images/common/icon-list-arrow.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#recruit .recruit-contents .items .link-btn {
  width: 100%;
  background: #534741;
  margin-top: 0.32rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-contents .items .link-btn {
    margin-top: 0.16rem;
  }
}
#recruit .recruit-contents .items:nth-child(1) {
  background: #d4fdff;
}
#recruit .recruit-contents .items:nth-child(2) {
  background: #c6ffeb;
}
#recruit .recruit-contents .items:nth-child(2) ul li {
  width: 100%;
}/*# sourceMappingURL=style.css.map */