@charset "UTF-8";
.mainimagebox {
  margin-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 20vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding-top: 10vw;
    margin-bottom: 10vw;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 300px;
  box-sizing: border-box;
  background: url(/images/sitemap/sitemap_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1442px;
  aspect-ratio: 1442/641;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 80px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
  line-height: 1.5;
}
.main_image .sub_text {
  text-align: left;
  width: 32.7%;
  font-size: 43px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 300px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 40vw;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: initial;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .sub_text {
    width: 60%;
    letter-spacing: 0.06em;
    color: #fff;
    font-size: 3.6vw;
    text-shadow: 0 0px 14px rgb(68, 68, 68);
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .title {
  margin-top: 240px;
  margin-bottom: 164px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 35px;
  text-align: center;
  position: relative;
}
.sec01 .title::before {
  content: "";
  position: absolute;
  top: -133px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/sitemap/sec01_logo.webp) center/contain no-repeat;
  width: 207px;
  height: 215px;
}
.sec01 .item {
  margin-bottom: 40px;
}
.sec01 .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 2.5em;
  font-family: "noto sans jp", sans-serif;
  font-size: 20px;
}
.sec01 .dai_arrow {
  position: relative;
}
.sec01 .dai_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/sitemap/btn_arrow.webp) center/contain no-repeat;
  width: 34px;
  height: 34px;
}
.sec01 .sub_arrow {
  position: relative;
}
.sec01 .sub_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/sitemap/btn_sub_arrow.webp) center/contain no-repeat;
  width: 30px;
  height: 30px;
}
.sec01 .sitemap_box {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .sitemap_box .site01 {
  padding-left: 1em;
}
.sec01 .sitemap_box .site02 {
  padding-left: 1em;
}
.sec01 .sitemap_box .site03 {
  padding-left: 3em;
}
.sec01 .sitemap_box .site_arrow {
  padding-left: 0.5em;
  position: relative;
}
.sec01 .sitemap_box .site_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
  background: url(/images/sitemap/btn_site.webp) center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.sec01 .sitemap_box .kagoshima_arrow {
  padding-left: 0.5em;
  position: relative;
}
.sec01 .sitemap_box .kagoshima_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
  background: url(/images/sitemap/btn_kagoshima.webp) center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.sec01 .sitemap_box .taniyama_arrow {
  padding-left: 0.5em;
  position: relative;
}
.sec01 .sitemap_box .taniyama_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
  background: url(/images/sitemap/btn_taniyama.webp) center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.sec01 .sitemap_box .tenmonkan_arrow {
  padding-left: 0.5em;
  position: relative;
}
.sec01 .sitemap_box .tenmonkan_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
  background: url(/images/sitemap/btn_tenmonkan.webp) center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.sec01 .sitemap_box .nishishin_arrow {
  padding-left: 0.5em;
  position: relative;
}
.sec01 .sitemap_box .nishishin_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
  background: url(/images/sitemap/btn_tenmonkan.webp) center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.sec01 .onayami_box {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .onayami_box .gridbox {
  box-sizing: border-box;
  padding-left: 1em;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .onayami_box .gridbox .item a {
  box-sizing: border-box;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .title {
    margin-top: 51.75vw;
    margin-bottom: 13.8vw;
    font-size: 5.68vw;
    text-align: center;
    position: relative;
  }
  .sec01 .title::before {
    content: "";
    position: absolute;
    top: -133px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/sitemap/sec01_logo.webp) center/contain no-repeat;
    width: 207px;
    height: 215px;
  }
  .sec01 .item {
    margin-bottom: 8vw;
  }
  .sec01 .item a {
    display: block;
    width: initial;
    height: 100%;
    padding-left: 2.5em;
    font-size: 4vw;
  }
  .sec01 .dai_arrow {
    position: relative;
  }
  .sec01 .dai_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/sitemap/btn_arrow.webp) center/contain no-repeat;
    width: 5.52vw;
    height: 5.52vw;
  }
  .sec01 .sub_arrow {
    position: relative;
  }
  .sec01 .sub_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/sitemap/btn_sub_arrow.webp) center/contain no-repeat;
    width: 4.87vw;
    height: 4.87vw;
  }
  .sec01 .sitemap_box {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .sitemap_box .site01 {
    padding-left: 1em;
    margin-bottom: 4.2vw;
  }
  .sec01 .sitemap_box .site02 {
    padding-left: 1em;
    margin-bottom: 4.2vw;
  }
  .sec01 .sitemap_box .site03 {
    padding-left: 1em;
  }
  .sec01 .sitemap_box .site_arrow {
    padding-left: 0.5em;
    position: relative;
  }
  .sec01 .sitemap_box .site_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    background: url(/images/sitemap/btn_site.webp) center/contain no-repeat;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec01 .sitemap_box .kagoshima_arrow {
    padding-left: 0.5em;
    position: relative;
  }
  .sec01 .sitemap_box .kagoshima_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    background: url(/images/sitemap/btn_kagoshima.webp) center/contain no-repeat;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec01 .sitemap_box .taniyama_arrow {
    padding-left: 0.5em;
    position: relative;
  }
  .sec01 .sitemap_box .taniyama_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    background: url(/images/sitemap/btn_taniyama.webp) center/contain no-repeat;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec01 .sitemap_box .tenmonkan_arrow {
    padding-left: 0.5em;
    position: relative;
  }
  .sec01 .sitemap_box .tenmonkan_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    background: url(/images/sitemap/btn_tenmonkan.webp) center/contain no-repeat;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec01 .sitemap_box .nishishin_arrow {
    padding-left: 0.5em;
    position: relative;
  }
  .sec01 .sitemap_box .nishishin_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    background: url(/images/sitemap/btn_tenmonkan.webp) center/contain no-repeat;
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec01 .onayami_box {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .onayami_box .gridbox {
    box-sizing: border-box;
    padding-left: 0.5em;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 0.3vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .onayami_box .gridbox .item a {
    box-sizing: border-box;
    padding-left: 2em;
  }
}

.sec02 {
  margin-bottom: 170px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .first_visit {
  position: relative;
}
.sec02 .first_visit img {
  width: 100%;
  height: auto;
  display: block;
}
.sec02 .yellow_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
  padding: 90px 80px 50px;
  background: rgba(190, 162, 20, 0.5);
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
}
.sec02 .yellow_box::after {
  content: "";
  position: absolute;
  width: 418px;
  height: 234px;
  right: 10px;
  bottom: 0;
  background: url("/images/index/sec05_kazari01.webp") center/contain no-repeat;
  pointer-events: none;
}
.sec02 .box_title {
  font-size: 40px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  position: relative;
}
.sec02 .box_title::before {
  content: "";
  position: absolute;
  width: 655px;
  height: 168px;
  left: -40px;
  bottom: 70px;
  background: url(/images/index/first_visit.webp) center/contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.15));
  z-index: -1;
}
.sec02 .box_text {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: left;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.sec02 .about_link {
  text-align: center;
  width: 70%;
}
.sec02 .about_link .about_btn {
  background: #fff;
  padding: 22px 40px;
  display: inline-block;
  border: 0px;
  font-size: 22px;
  font-weight: bold;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}
.sec02 .about_link .about_btn::before {
  width: 38px;
  height: 50px;
  right: auto;
  left: 20px;
  background: url(/images/index/wakaba.webp) center/contain no-repeat;
}
.sec02 .about_link .about_btn::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  right: auto;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/yajirushi_gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 90px;
  }
  .sec02 .first_visit img {
    width: 100%;
    height: auto;
  }
  .sec02 .yellow_box {
    width: calc(100% - 40px);
    padding: 9vw 5vw 30vw;
  }
  .sec02 .yellow_box::after {
    width: 75.5vw;
    height: 27.7vw;
    right: 0;
    bottom: 0;
    background: url(/images/index/sec05_kazari_sp_02.webp) center/contain no-repeat;
  }
  .sec02 .box_title {
    font-size: 7vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec02 .box_title::before {
    width: 65vw;
    height: 16.8vw;
    left: -4vw;
    bottom: 23vw;
  }
  .sec02 .box_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec02 .about_link {
    width: 100%;
  }
  .sec02 .about_link .about_btn {
    width: 100%;
    max-width: 100%;
    padding: 3.5vw 10vw;
    font-size: 5vw;
  }
  .sec02 .about_link .about_btn::before {
    width: 6.4vw;
    height: 8vw;
    left: 5vw;
  }
  .sec02 .about_link .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 2vw;
  }
}

.sec03 {
  padding: 0 0 60px;
  position: relative;
  background-image: linear-gradient(180deg, rgba(250, 204, 181, 0), rgba(250, 204, 181, 0.5));
  margin-bottom: 110px;
}
.sec03 .inner {
  padding: 0 60px 0 0;
}
.sec03 .recruit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.sec03 .recruit_images {
  max-width: 650px;
  display: flex;
  position: relative;
  z-index: 2;
}
.sec03 .recruit_images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec03 .recruit_content {
  position: relative;
  z-index: 2;
}
.sec03 .recruit_head {
  position: absolute;
  right: 0;
  top: -120px;
  text-align: right;
}
.sec03 .recruit_head .en {
  font-size: 48px;
  letter-spacing: 0.25em;
  color: #e89a73;
  display: block;
  font-weight: 600;
}
.sec03 .recruit_head h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
}
.sec03 .catch {
  font-size: 34px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.sec03 .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
}
.sec03 .about_link {
  text-align: center;
}
.sec03 .recruit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  background-color: #F59A6B;
  margin: 0 auto;
  position: relative;
}
.sec03 .recruit_btn::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .sec03 .recruit_images {
    max-width: initial;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .sec03 .recruit_images img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .recruit_content {
    position: relative;
    z-index: 2;
  }
  .sec03 .recruit_head {
    position: static;
    text-align: right;
    margin-bottom: 5vw;
  }
  .sec03 .recruit_head .en {
    font-size: 6vw;
    letter-spacing: 0.25em;
    color: #e89a73;
    display: block;
    font-weight: 600;
  }
  .sec03 .recruit_head h2 {
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec03 .catch {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .sec03 .text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec03 .about_link {
    text-align: center;
  }
  .sec03 .recruit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: auto;
    padding: 3vw 0;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
    background-color: #F59A6B;
    margin: 0 auto;
    position: relative;
  }
  .sec03 .recruit_btn::after {
    content: "";
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-left: 3vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    margin-left: 0;
  }
}/*# sourceMappingURL=sitemap.css.map */