@charset "UTF-8";
main#home {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}
main#home #mainVisual {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main#home #mainVisual {
    margin-bottom: 20px;
  }
}
main#home #mainVisual img {
  width: 100%;
}
main#home #instagramTopics,
main#home #news {
  width: 100%;
  margin-bottom: min(6vw, 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics,
  main#home #news {
    margin-bottom: max(15.957vw, 60px);
  }
}
main#home #instagramTopics .title,
main#home #news .title {
  width: 100%;
  height: min(3vw, 30px);
  margin-bottom: min(3vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics .title,
  main#home #news .title {
    height: max(7.979vw, 30px);
    margin-bottom: max(7.979vw, 30px);
  }
}
main#home #instagramTopics .title h4,
main#home #news .title h4 {
  margin: 0px min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics .title h4,
  main#home #news .title h4 {
    margin: 0px 20px;
  }
}
main#home #instagramTopics .title img,
main#home #news .title img {
  width: auto;
  height: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics .title img,
  main#home #news .title img {
    height: max(5.319vw, 20px);
  }
}
main#home #instagramTopics .gallery,
main#home #news .gallery {
  width: min(96vw, 960px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics .gallery,
  main#home #news .gallery {
    width: max(85.106vw, 320px);
    grid-template-columns: repeat(2, 1fr);
  }
}
main#home #instagramTopics .gallery a,
main#home #news .gallery a {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
main#home #instagramTopics .gallery a img,
main#home #news .gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
}
main#home #instagramTopics .gallery a::before,
main#home #news .gallery a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}
main#home #instagramTopics .gallery a::after,
main#home #news .gallery a::after {
  content: "インスタグラムへ";
  font-size: min(1.2vw, 12px);
  font-weight: bold;
  text-align: center;
  text-wrap: nowrap;
  color: #fbfbfb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics .gallery a::after,
  main#home #news .gallery a::after {
    display: none;
  }
}
main#home #instagramTopics .gallery a:hover img,
main#home #news .gallery a:hover img {
  transform: translate(-50%, -50%) scale(0.95);
}
main#home #instagramTopics .gallery a:hover::before, main#home #instagramTopics .gallery a:hover::after,
main#home #news .gallery a:hover::before,
main#home #news .gallery a:hover::after {
  opacity: 1;
}
main#home #instagramTopics #instagramMoreButton,
main#home #news #instagramMoreButton {
  width: min(96vw, 960px);
  height: min(3.2vw, 32px);
  margin-top: min(3vw, 30px);
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics #instagramMoreButton,
  main#home #news #instagramMoreButton {
    width: max(85.106vw, 320px);
    height: max(8.511vw, 32px);
    margin-top: max(5.319vw, 20px);
  }
}
main#home #instagramTopics #instagramMoreButton #instagramMoreButtonDetail,
main#home #news #instagramMoreButton #instagramMoreButtonDetail {
  height: min(3.2vw, 32px);
  padding: 0 min(2vw, 20px);
  border: solid 1px #db007a;
  border-radius: min(1.6vw, 16px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics #instagramMoreButton #instagramMoreButtonDetail,
  main#home #news #instagramMoreButton #instagramMoreButtonDetail {
    height: max(8.511vw, 32px);
    border-radius: max(4.255vw, 16px);
  }
}
main#home #instagramTopics #instagramMoreButton #instagramMoreButtonDetail span,
main#home #news #instagramMoreButton #instagramMoreButtonDetail span {
  display: inline-block;
  transform: translateY(-1px);
}
main#home #instagramTopics #instagramMoreButton #instagramLink,
main#home #news #instagramMoreButton #instagramLink {
  position: absolute;
  bottom: 0;
  right: 0;
}
main#home #instagramTopics #instagramMoreButton #instagramLink img,
main#home #news #instagramMoreButton #instagramLink img {
  width: min(5vw, 50px);
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics #instagramMoreButton #instagramLink img,
  main#home #news #instagramMoreButton #instagramLink img {
    width: max(10.638vw, 40px);
  }
}
main#home #instagramTopics #newsDetail,
main#home #news #newsDetail {
  width: min(96vw, 960px);
  padding: min(2vw, 20px) min(2vw, 20px);
  border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics #newsDetail,
  main#home #news #newsDetail {
    width: calc(100% - 36px);
    padding: max(5.319vw, 20px) max(5.319vw, 20px);
  }
}
main#home #instagramTopics #newsDetail .newsContainer,
main#home #news #newsDetail .newsContainer {
  display: flex;
}
@media screen and (max-width: 767px) {
  main#home #instagramTopics #newsDetail .newsContainer,
  main#home #news #newsDetail .newsContainer {
    flex-direction: column;
  }
}
main#home #instagramTopics #newsDetail .newsContainer p:first-child,
main#home #news #newsDetail .newsContainer p:first-child {
  margin-right: 30px;
}
main#home #philosophy {
  width: 100%;
  margin-top: min(10vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #philosophy {
    margin-top: 0px;
  }
}
main#home #philosophy #philosophyDetail {
  width: min(96vw, 960px);
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #philosophy #philosophyDetail {
    width: 100%;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
  }
}
main#home #philosophy #philosophyDetail p:first-child {
  margin-bottom: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  main#home #philosophy #philosophyDetail p:first-child {
    margin-bottom: max(7.979vw, 30px);
  }
}
main#home #philosophy #philosophyDetail p:nth-of-type(2) {
  margin-bottom: min(11vw, 110px);
}
@media screen and (max-width: 767px) {
  main#home #philosophy #philosophyDetail p:nth-of-type(2) {
    width: 100%;
    margin-bottom: max(5.319vw, 20px);
  }
}
main#home #philosophy #philosophyDetail img {
  width: min(46vw, 460px);
  position: absolute;
  top: max(-3.333vw, -40px);
  left: min(48.333vw, 580px);
}
@media screen and (max-width: 767px) {
  main#home #philosophy #philosophyDetail img {
    width: max(58.511vw, 220px);
    position: static;
  }
}
main#home #greeting {
  width: 100%;
  padding-bottom: min(1vw, 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #fffddf, #fffcd8);
}
@media screen and (max-width: 767px) {
  main#home #greeting {
    padding-bottom: max(2.66vw, 10px);
  }
}
main#home #greeting #greetingBack {
  width: 100%;
}
main#home #greeting #greetingBack img {
  width: 100%;
}
main#home #greeting .title {
  width: 100%;
  height: min(5vw, 50px);
  margin: 60px 0 min(3vw, 30px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #greeting .title {
    height: max(7.979vw, 30px);
    margin: max(5.319vw, 20px) 0 max(7.979vw, 30px) 0;
  }
}
main#home #greeting .title h4 {
  margin: 0px min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  main#home #greeting .title h4 {
    margin: 0px max(5.319vw, 20px);
  }
}
main#home #greeting .title img {
  width: auto;
  height: min(3.6vw, 36px);
}
@media screen and (max-width: 767px) {
  main#home #greeting .title img {
    height: max(7.979vw, 30px);
  }
}
main#home #greeting #greetingContainer {
  width: min(96vw, 960px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#home #greeting #greetingContainer {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
main#home #greeting #greetingContainer #ceoWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #greeting #greetingContainer #ceoWrapper {
    margin-bottom: max(10.638vw, 40px);
  }
}
main#home #greeting #greetingContainer #ceoWrapper #ceoPhoto {
  width: min(22vw, 220px);
  height: min(26vw, 260px);
  margin-bottom: min(2vw, 20px);
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
main#home #greeting #greetingContainer #ceoWrapper #ceoPhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 767px) {
  main#home #greeting #greetingContainer #ceoWrapper #ceoPhoto {
    width: max(36.17vw, 136px);
    height: max(42.553vw, 160px);
    margin-bottom: max(2.66vw, 10px);
  }
}
main#home #greeting #greetingContainer #ceoWrapper #ceoName img {
  width: min(17.4vw, 174px);
}
@media screen and (max-width: 767px) {
  main#home #greeting #greetingContainer #ceoWrapper #ceoName img {
    width: max(34.574vw, 130px);
  }
}
main#home #greeting #greetingContainer #greetingDetail {
  width: min(66vw, 660px);
}
@media screen and (max-width: 767px) {
  main#home #greeting #greetingContainer #greetingDetail {
    width: calc(100% - 36px);
  }
}
main#home #facilities {
  width: 100%;
  padding-bottom: 30px;
  background-color: #e8deed;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #facilities {
    padding-bottom: max(2.66vw, 10px);
  }
}
main#home #facilities #greetingLast {
  width: 100%;
  margin-bottom: min(6vw, 60px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #greetingLast {
    margin-bottom: max(15.957vw, 60px);
  }
}
main#home #facilities #greetingLast img {
  width: 100%;
}
main#home #facilities .title {
  width: 100%;
  height: min(5vw, 50px);
  margin-bottom: min(3vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #facilities .title {
    height: max(13.298vw, 50px);
    margin-bottom: max(7.979vw, 30px);
  }
}
main#home #facilities .title h4 {
  margin: 0px min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  main#home #facilities .title h4 {
    margin: 0px min(2vw, 20px);
  }
}
main#home #facilities .title img {
  width: auto;
  height: min(3.6vw, 36px);
}
@media screen and (max-width: 767px) {
  main#home #facilities .title img {
    height: max(7.979vw, 30px);
  }
}
main#home #facilities #facilitiesDetail {
  width: min(96vw, 1200px);
  padding: 50px min(2vw, 20px) 50px min(2vw, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  background-color: #f4f5f7;
  border-radius: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail {
    width: calc(100% - 16px);
    padding: 30px 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}
main#home #facilities #facilitiesDetail #ghLogoWrapper {
  width: 460px;
  margin-bottom: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghLogoWrapper {
    width: max(76.596vw, 288px);
    margin-bottom: max(5.319vw, 20px);
  }
}
main#home #facilities #facilitiesDetail #ghLogoWrapper img {
  width: 100%;
}
main#home #facilities #facilitiesDetail #ghWrapper {
  width: min(92vw, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper {
  height: min(33vw, 330px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper {
    height: auto;
    justify-content: flex-start;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper h5 {
  margin-bottom: min(3vw, 30px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper h5 {
    margin-bottom: max(5.319vw, 20px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper #ghIntroductionImage {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper #ghIntroductionImage {
    margin-top: max(5.319vw, 20px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper #ghIntroductionImage img {
  width: min(24vw, 240px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #ghIntroductionWrapper #ghIntroductionImage img {
    width: max(59.309vw, 223px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #exteriorImage {
  width: min(48vw, 480px);
  height: min(33vw, 330px);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #exteriorImage {
    width: max(85.106vw, 320px);
    height: max(58.511vw, 220px);
    margin-bottom: max(7.979vw, 30px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghIntroduction #exteriorImage img {
  width: 100%;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment {
    margin-bottom: max(10.638vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghEquipmentTitle {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghEquipmentTitle img#illust2 {
  width: min(7vw, 70px);
  position: absolute;
  top: max(-4vw, -40px);
  left: min(5.3vw, 53px);
  z-index: 10;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghEquipmentTitle img#illust3 {
  width: min(6.4vw, 64px);
  position: absolute;
  top: max(-4vw, -40px);
  right: min(4.8vw, 48px);
  z-index: 10;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper {
  width: min(92vw, 920px);
  display: grid;
  grid-template-columns: repeat(4, 215px);
  grid-template-rows: repeat(3, auto);
  gap: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper {
    width: max(85.106vw, 320px);
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: max(5.319vw, 20px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer {
  width: 100%;
  position: relative;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer p {
  position: absolute;
  bottom: 4px;
  left: 4px;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(1) {
  grid-column: 1/5;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(1) .imageContainer {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(1) .imageContainer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(1) .imageContainer img {
    width: max(85.106vw, 320px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(2) {
  width: 100%;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(2) .imageContainer {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(2) .imageContainer img {
  width: 215px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(2) .imageContainer img {
    width: max(39.894vw, 150px);
    height: max(53.191vw, 200px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(3) {
  width: 100%;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(3) .imageContainer {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(3) .imageContainer img {
  width: 215px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(3) .imageContainer img {
    width: max(39.894vw, 150px);
    height: max(53.191vw, 200px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(4) {
  width: 100%;
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(4) .imageContainer {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(4) .imageContainer img {
  width: 215px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(4) .imageContainer img {
    width: max(39.894vw, 150px);
    height: max(53.191vw, 200px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(5) {
  width: 100%;
  grid-column: 4/5;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(5) .imageContainer {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(5) .imageContainer img {
  width: 215px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(5) .imageContainer img {
    width: max(39.894vw, 150px);
    height: max(53.191vw, 200px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(6) {
  grid-column: 1/5;
  grid-row: 3/4;
  width: min(92vw, 920px);
  height: min(37vw, 370px);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(6) {
    width: max(85.106vw, 320px);
    height: max(58.511vw, 220px);
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(6) img {
  width: min(54vw, 540px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghEquipment #ghPhotoWrapper .ghPhotoContainer:nth-of-type(6) img {
    width: max(79.787vw, 300px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife {
  margin-bottom: min(7vw, 70px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife {
    margin-bottom: 40px;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife h6 {
  margin-bottom: min(5vw, 50px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife h6 {
    margin-bottom: 20px;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: min(6vw, 60px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail {
    padding: 0 18px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeDetailText {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeDetailText {
    margin-bottom: 20px;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule {
  grid-column: 2/3;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: min(6vw, 60px) min(4.5vw, 45px) min(34.5vw, 345px);
  grid-template-rows: repeat(10, min(0.4vw, 4px) min(4vw, 40px)) min(0.4vw, 4px);
  position: relative;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule {
    margin-bottom: 30px;
    grid-column: 1/2;
    grid-row: 2/3;
    grid-template-columns: max(12.766vw, 48px) max(9.574vw, 36px) max(68.085vw, 256px);
    grid-template-rows: repeat(10, max(1.064vw, 4px) max(10.638vw, 40px)) max(1.064vw, 4px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule .dot2 {
  grid-column: 1/4;
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule p {
  display: flex;
  align-items: center;
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule .scheduleDetail {
  padding-left: min(2vw, 20px);
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule #illust5 {
  width: min(12vw, 120px);
  position: absolute;
  top: min(10vw, 100px);
  right: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule #illust5 {
    width: max(25.532vw, 96px);
    top: max(21.277vw, 80px);
    right: max(3.191vw, 12px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule #illust6 {
  width: min(12.8vw, 128px);
  position: absolute;
  bottom: min(1.6vw, 16px);
  right: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeSchedule #illust6 {
    width: max(27.128vw, 102px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalText {
  display: flex;
  justify-content: center;
  align-items: center;
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalText img {
  width: min(9vw, 90px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalText img {
    width: max(19.947vw, 75px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail {
  width: 100%;
  padding: min(2vw, 20px) min(1.2vw, 12px);
  display: flex;
  align-items: center;
  border-radius: min(1vw, 10px);
  background-color: #cce6ed;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail {
    padding: max(2.66vw, 10px) max(3.191vw, 12px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail div:nth-of-type(1) {
  width: min(10vw, 100px);
  height: min(10vw, 100px);
  margin-right: min(1.2vw, 12px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(5vw, 50px);
  background-color: #cd7e9a;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail div:nth-of-type(1) {
    width: max(21.277vw, 80px);
    height: max(21.277vw, 80px);
    margin-right: max(3.191vw, 12px);
    border-radius: max(10.638vw, 40px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail div:nth-of-type(1) p {
  transform: translateY(max(-0.3vw, -3px));
  display: inline-block;
}
main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail div:nth-of-type(2) {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #dailyLife #dailyLifeDetail #dailyLifeHospital #dailyLifeHospitalDetail div:nth-of-type(2) {
    height: max(18.617vw, 70px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline {
  width: 100%;
  margin-bottom: min(3vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline {
    margin-bottom: max(5.319vw, 20px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline h5 {
  margin-bottom: min(5vw, 50px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline h5 {
    margin-bottom: max(5.319vw, 20px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1,
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 {
  width: min(45vw, 450px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1,
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 {
    width: 100%;
    padding: 0 18px;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl,
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl {
  height: min(4vw, 40px);
  display: flex;
  align-items: center;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl,
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl {
    height: auto;
    padding: 8px 8px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl dt,
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl dt {
  width: min(9vw, 90px);
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl dt,
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl dt {
    width: 100%;
    margin: 0;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl dd,
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl dd {
  width: min(36vw, 360px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl dd,
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl dd {
    width: 100%;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl dd .mapLabel,
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl dd .mapLabel {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl dd .mapLabel,
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl dd .mapLabel {
    margin: 10px 0px 0px 10px;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl:nth-last-of-type(1),
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-last-of-type(1) {
  border-bottom: solid 1px #cccccc;
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 {
  margin-right: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline1 dl:nth-last-of-type(1) {
    border-bottom: none;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-of-type(3) {
  height: min(6vw, 60px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-of-type(3) {
    height: auto;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-of-type(4),
main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-of-type(5) {
  height: min(7vw, 70px);
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-of-type(4),
  main#home #facilities #facilitiesDetail #ghWrapper #ghOutline #ghOutlineDetail #ghOutline2 dl:nth-of-type(5) {
    height: auto;
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #contactButton {
  width: min(48vw, 480px);
  height: min(8vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(1vw, 10px);
  background-color: #f08300;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 767px) {
  main#home #facilities #facilitiesDetail #ghWrapper #contactButton {
    width: calc(100% - 20px);
    height: max(15.957vw, 60px);
    border-radius: max(2.66vw, 10px);
  }
}
main#home #facilities #facilitiesDetail #ghWrapper #contactButton:active {
  transform: translateY(2px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
main#home #recruitInfo {
  background-color: #fffde8;
}
main#home #recruitInfo #facilitiesLast {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main#home #recruitInfo #facilitiesLast {
    margin-bottom: 30px;
  }
}
main#home #recruitInfo #facilitiesLast img {
  width: 100%;
}
main#home #recruitInfo .title {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#home #recruitInfo .title h4 {
  margin: 0px 40px;
}
@media screen and (max-width: 767px) {
  main#home #recruitInfo .title h4 {
    margin: 0px 20px;
  }
}
main#home #recruitInfo .title img {
  width: auto;
  height: min(3.6vw, 36px);
}
@media screen and (max-width: 767px) {
  main#home #recruitInfo .title img {
    height: max(7.979vw, 30px);
  }
}
main#home #recruitInfo #recruitDetail {
  width: 100%;
  padding-bottom: min(4vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #recruitInfo #recruitDetail {
    padding-bottom: 10px;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
main#home #recruitInfo #recruitDetail img {
  width: min(35vw, 350px);
  margin-right: min(3vw, 30px);
}
@media screen and (max-width: 767px) {
  main#home #recruitInfo #recruitDetail img {
    width: max(74.468vw, 280px);
    margin: max(2.66vw, 10px) 0 0 0;
  }
}
main#home #recruitInfo #recruitDetail p {
  width: min(35vw, 350px);
}
@media screen and (max-width: 767px) {
  main#home #recruitInfo #recruitDetail p {
    width: auto;
  }
}
main#home #companyOutline {
  padding-top: min(8vw, 80px);
}
@media screen and (max-width: 767px) {
  main#home #companyOutline {
    width: 100%;
    padding: max(13.298vw, 50px) max(4.787vw, 18px) 0px max(4.787vw, 18px);
  }
}
main#home #companyOutline .title {
  width: 100%;
  margin-bottom: min(3vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#home #companyOutline .title {
    margin-bottom: max(5.319vw, 20px);
  }
}
main#home #companyOutline #companyOutlineDetail {
  width: 720px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  main#home #companyOutline #companyOutlineDetail {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
main#home #companyOutline #companyOutlineDetail dl {
  padding: 14px 0;
  display: flex;
  border-top: solid 1px #cccccc;
}
main#home #companyOutline #companyOutlineDetail dl dt {
  width: min(16vw, 160px);
  padding-left: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  main#home #companyOutline #companyOutlineDetail dl dt {
    width: max(21.277vw, 80px);
    padding-left: max(2.66vw, 10px);
  }
}
main#home #companyOutline #companyOutlineDetail dl dd {
  padding-left: min(1vw, 10px);
}
@media screen and (max-width: 767px) {
  main#home #companyOutline #companyOutlineDetail dl dd {
    width: max(69.149vw, 260px);
    padding-left: max(2.66vw, 10px);
  }
}
main#home #companyOutline #companyOutlineDetail dl dd li {
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  main#home #companyOutline #companyOutlineDetail dl dd li {
    padding: max(1.064vw, 4px) 0;
  }
}
main#home #companyOutline #companyOutlineDetail dl:nth-last-of-type(1) {
  border-bottom: solid 1px #cccccc;
}/*# sourceMappingURL=home.css.map */