@charset "UTF-8";
/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  position: relative;
  padding: 60px 0 60px 55px;
}
@media (max-width: 1024px) {
  section {
    padding: 0 5%;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
}
section.full {
  height: auto;
  min-height: 1080px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.full {
    min-height: inherit;
  }
}
section .mainlead {
  font-size: 54px;
  letter-spacing: 0.08em;
  line-height: 1em;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 300;
  font-style: normal;
  color: #221E1D;
  position: absolute;
  top: 100px;
  left: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: calc(100vh - 100px - 320px);
  max-height: 600px;
}
section .mainlead .l1,
section .mainlead .l2 {
  white-space: nowrap;
  overflow-x: hidden;
  padding-bottom: 0.6em;
  width: 100%;
  display: block;
  min-height: 1em;
}
@media (max-width: 1024px) {
  section .mainlead {
    width: 100%;
    height: auto;
    padding: 2em 0 0.25em;
    font-size: clamp(40px, 11.5vw, 54px);
    line-height: 1em;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
section .copyright {
  position: absolute;
  left: calc(98vw - 2em);
  top: 0;
  height: 100vw;
  max-height: 800px;
}
@media (max-width: 1024px) {
  section .copyright {
    position: relative;
    padding-bottom: 1em;
    top: inherit;
    left: inherit;
    height: inherit;
    max-height: inherit;
  }
}
section .copyright p {
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  position: absolute;
  color: #221E1D;
  opacity: 0.5;
  left: 0;
  bottom: 60%;
  z-index: 0;
  width: 100vh;
  transform-origin: left;
  transform: rotateZ(90deg);
}
@media (max-width: 1024px) {
  section .copyright p {
    font-size: 11px;
    transform: rotateZ(0);
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
section.policy {
  background-color: #59AAD3;
  padding-left: 28.5vw;
}
@media (max-width: 1024px) {
  section.policy {
    height: auto;
    padding-left: 0;
  }
}
section.policy .policyLead {
  position: absolute;
  top: 180px;
  left: 0;
}
@media (max-width: 1024px) {
  section.policy .policyLead {
    position: relative;
    top: 0;
    padding-top: max(180px, 50vw);
  }
}
section.policy .policyLead p {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.3137254902);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  position: absolute;
  left: -40px;
  top: 60px;
  transform: rotate(90deg);
}
section.policy .policyLead p::before {
  content: "";
  position: absolute;
  top: 0.625em;
  left: -1.2em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3137254902);
}
@media (max-width: 1024px) {
  section.policy .policyLead p {
    font-size: 3vw;
    left: -6.5vw;
    top: max(240px, 61vw);
  }
  section.policy .policyLead p::before {
    top: 0.725em;
  }
}
section.policy .policyLead h2 {
  letter-spacing: 0.064em;
  line-height: 1;
  font-size: 52px;
  color: #fff;
  padding-left: 1.5em;
}
section.policy .policyLead h2 span {
  display: block;
  padding-bottom: 0.4em;
}
@media (max-width: 1024px) {
  section.policy .policyLead h2 {
    padding-top: 0.85em;
    font-size: 8.5vw;
    padding-bottom: 1em;
  }
}
section.policy .palicyText {
  color: #fff;
  line-height: 2.2;
  position: relative;
  padding-top: 400px;
  padding-left: calc(5% + 30px);
  max-width: 95%;
  height: auto;
  padding-bottom: 2em;
}
@media (max-width: 1024px) {
  section.policy .palicyText {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: justify;
    margin: 0;
  }
}
section.policy .palicyText .photo3wrap {
  position: relative;
  padding-bottom: 1em;
}
@media (max-width: 1024px) {
  section.policy .palicyText .photo3wrap {
    bottom: 0;
    padding-bottom: 0;
    margin-top: 61vw;
  }
}
section.policy .palicyText .photo3wrap .photo3 {
  width: 295px;
  height: 183px;
  margin: 4em auto 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.policy .palicyText .photo3wrap .photo3 {
    position: relative;
    width: 55vw;
    height: 34.1vw;
    top: 0;
    left: 0;
    margin-top: 15vw;
    margin-left: 25vw;
    margin-bottom: 15vw;
  }
}
section.policy .photo {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden; /* 画像がはみ出さないように */
}
section.policy .photo .simpleParallax {
  border-radius: 10px;
  height: 100%;
}
section.policy .photo.photo1 {
  width: 360px;
  height: 230px;
  top: 110px;
  left: calc(100% - 330px);
}
@media (max-width: 1024px) {
  section.policy .photo.photo1 {
    position: absolute;
    width: max(60%, 194px);
    height: max(35vw, 124px);
    top: 56px;
    left: auto;
    right: 0;
  }
}
section.policy .photo.photo2 {
  max-width: 418px;
  width: 52%;
  height: 300px;
  top: 400px;
  left: -10%;
}
@media (max-width: 1024px) {
  section.policy .photo.photo2 {
    position: absolute;
    max-width: 90%;
    width: 80vw;
    height: 52vw;
    top: inherit;
    bottom: 52vw;
    left: inherit;
    margin-left: 5vw;
  }
}
section.policy .photo img, section.policy .photo3 img {
  position: absolute; /* 枠内での位置を調整 */
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%; /* 画像の幅を維持 */
  height: 100%; /* 画像の高さを維持 */
  -o-object-fit: cover;
     object-fit: cover;
}
section.normal, section.intro {
  overflow: hidden;
}
section.normal .title, section.intro .title {
  margin-bottom: 2em;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  section.normal .title, section.intro .title {
    padding-top: 20vw;
  }
}
section.normal .title p, section.intro .title p {
  font-size: 18px;
  line-height: 1;
  color: #59AAD3;
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
}
section.normal .title p::before, section.intro .title p::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #59AAD3;
}
section.normal .title h2, section.intro .title h2 {
  font-size: 46px;
  padding-top: 0.15em;
}
section.normal .mainAreaW, section.intro .mainAreaW {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  width: calc(90% - 28.5vw);
  min-height: inherit;
}
@media (max-width: 1024px) {
  section.normal .mainAreaW, section.intro .mainAreaW {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 10vw;
  }
}
section.normal .more, section.intro .more {
  position: relative;
  max-width: 176px;
}
section.normal .more a, section.intro .more a {
  color: #221E1D;
  border: 1px solid #221E1D;
  display: block;
  padding: 0.7em 4em 0.7em 2em;
  transition: 0.5s;
}
section.normal .more a p, section.intro .more a p {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 15px;
  letter-spacing: 0;
}
section.normal .more a::after, section.intro .more a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #221E1D;
  border-right: 0;
  transition: 0.5s;
}
section.normal .more a:hover, section.intro .more a:hover {
  border: 1px solid #247090;
  background-color: #247090;
  color: #fff;
}
section.normal .more a:hover::after, section.intro .more a:hover::after {
  border-left: 8px solid #fff;
}
@media (max-width: 1024px) {
  section.normal .more, section.intro .more {
    position: relative;
    top: auto;
    right: auto;
    margin: 10vw auto 0;
  }
}
section.news {
  height: auto;
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  section.news {
    padding-bottom: 0;
  }
}
section.news ul {
  border-top: solid 1px #D5D5D5;
}
section.news ul li {
  border-bottom: solid 1px #D5D5D5;
  padding: 0;
}
section.news ul li a {
  display: flex;
  color: #221E1D;
  position: relative;
  padding: 1.5em 2em 1.5em 0.5em;
  transition: 0.5s;
}
section.news ul li a p {
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
}
section.news ul li a p.date {
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  white-space: nowrap;
  padding-right: 1em;
  letter-spacing: 0;
}
section.news ul li a p.date em {
  font-style: normal;
  width: 2.5em;
  display: inline-block;
  text-align: right;
}
section.news ul li a p.date em::after {
  content: ".";
}
section.news ul li a p.date em:nth-of-type(2) {
  width: 1.5em;
}
section.news ul li a p.date em:nth-of-type(3) {
  width: 1.1em;
}
section.news ul li a p.date em:nth-of-type(3)::after {
  content: "";
}
section.news ul li a p.cat {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #59AAD3;
  height: 22px;
  font-weight: 500;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0;
  border: 1px solid #59AAD3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 0.3em;
  transition: 0.5s;
}
section.news ul li a p.txt {
  padding-left: 1em;
  padding-right: 1.5em;
}
section.news ul li a p.txt span {
  font-size: 16px;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  color: #221E1D; /* 文字色 */
  background-image: linear-gradient(90deg, #247090, #247090); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.5s; /* 線を伸ばすアニメーション実行時間を指定 */
  text-align: justify;
}
section.news ul li a p::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #221E1D;
  border-right: 0;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  section.news ul li a {
    display: block;
    padding: 1em 0;
  }
  section.news ul li a p.date {
    display: block;
    float: left;
    padding-left: 0.5em;
  }
  section.news ul li a p.cat {
    float: left;
  }
  section.news ul li a p.txt {
    width: 100%;
    padding: 1em 0.5em;
  }
  section.news ul li a p::after {
    display: none;
  }
}
section.news ul li a:hover {
  color: #247090;
}
section.news ul li a:hover p.cat {
  color: #fff;
  background-color: #247090;
  border-color: #247090;
}
section.news ul li a:hover p.txt span {
  color: #247090;
  background-size: 100% 1px;
}
section.news ul li a:hover p::after {
  border-left: 8px solid #247090;
}
section.news .more {
  position: absolute;
  top: 110px;
  right: 0;
}
@media (max-width: 1024px) {
  section.news .more {
    position: relative;
    top: auto;
    right: auto;
    margin: 10vw auto 0;
  }
}
section.service {
  height: auto;
  background-color: rgba(0, 0, 0, 0.062745098);
  overflow-x: hidden;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  section.service {
    padding-bottom: 0;
  }
}
section.service .photo {
  position: absolute;
  top: 40px;
  left: 65%;
  width: 100%;
  max-width: 864px;
  height: 458px;
  background-color: #ccc;
}
section.service .photo .simpleParallax {
  height: 100%;
}
section.service .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1024px) {
  section.service .photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 60vw;
    margin: 10vw auto 2em;
  }
  section.service .photo img {
    height: 100%;
  }
}
section.service p.lead, section.service .lineup {
  color: #221E1D;
}
@media (max-width: 1024px) {
  section.service p.lead, section.service .lineup {
    font-size: 15px;
  }
}
section.service p.lead {
  max-width: 466px;
  width: 60%;
}
@media (max-width: 1024px) {
  section.service p.lead {
    width: 100%;
    max-width: 100%;
  }
}
section.service .lineup {
  width: 60%;
  max-width: 466px;
  margin: 3em 0 2em;
  padding: 1.5em 0;
  border: solid 1px #D5D5D5;
  border-left: none;
  border-right: none;
}
section.service .lineup ul {
  display: inline;
}
section.service .lineup ul li {
  display: inline-block;
  padding-right: 1.5em;
  line-height: 2;
}
section.service .lineup span {
  display: inline-block;
}
@media (max-width: 1024px) {
  section.service .lineup {
    width: 100%;
    max-width: 100%;
  }
  section.service .lineup ul {
    display: inline;
  }
  section.service .lineup ul li {
    padding-right: 1em;
  }
  section.service .lineup ul li:nth-of-type(4) {
    padding-right: 0;
  }
}
section.service .maker {
  margin-top: 154px;
  height: 287px;
  background-color: #247090;
  position: relative;
}
@media (max-width: 1024px) {
  section.service .maker {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    margin-left: -5vw;
    margin-top: 0;
    height: 90vw;
    max-height: 500px;
    margin-bottom: 10vw;
  }
}
section.service .maker a .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
section.service .maker a .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  mask-image: linear-gradient(to left, black 50%, transparent); /* 右方向に黒から透明に変化するグラデーション */
  -webkit-mask-image: linear-gradient(to left, black 50%, transparent); /* Safari用 */
}
@media (max-width: 1024px) {
  section.service .maker a .image {
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  section.service .maker a .image img {
    width: 100%;
    mask-image: linear-gradient(to top, black 50%, transparent); /* 右方向に黒から透明に変化するグラデーション */
    -webkit-mask-image: linear-gradient(to top, black 50%, transparent); /* Safari用 */
  }
}
section.service .maker a .title {
  padding-top: 90px;
  padding-left: 42px;
}
section.service .maker a .title p {
  color: #fff;
}
section.service .maker a .title p::before {
  background-color: #fff;
}
section.service .maker a .title h2 {
  color: #fff;
  font-size: 42px;
  position: relative;
  display: inline-block;
}
section.service .maker a .title h2::before {
  content: "";
  position: absolute;
  top: 0.6em;
  right: -1.4em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
}
section.service .maker a .title h2::after {
  content: "";
  position: absolute;
  top: 1em;
  right: -1.05em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #247090;
  border-right: 0;
}
@media (max-width: 1024px) {
  section.service .maker a .title {
    padding-top: 4em;
    padding-left: 5vw;
  }
  section.service .maker a .title h2 {
    font-size: 8.5vw;
    display: block;
    width: 100%;
  }
  section.service .maker a .title h2::before {
    content: "";
    position: absolute;
    top: 0.6em;
    right: 5vw;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-radius: 50%;
  }
  section.service .maker a .title h2::after {
    content: "";
    position: absolute;
    top: 1em;
    right: calc(0.3em + 5vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.12em solid transparent;
    border-bottom: 0.12em solid transparent;
    border-left: 0.3em solid #247090;
    border-right: 0;
  }
}
section.intro {
  padding-top: 160px;
  padding-bottom: 264px;
}
section.intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.intro .bg .simpleParallax {
  height: 100%;
}
section.intro .bg img {
  width: 100%; /* 画像の幅を維持 */
  height: 100%; /* 画像の高さを維持 */
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  section.intro {
    padding-top: 0;
    padding-bottom: 30vw;
    background-image: url(../image/yama.png);
    background-size: cover;
  }
  section.intro .bg {
    display: none;
  }
}
section.intro .title h2 {
  color: #fff;
}
@media (max-width: 1024px) {
  section.intro .title h2 {
    font-size: 8.5vw;
  }
}
section.intro .title p {
  color: #fff;
}
section.intro .title p::before {
  background-color: #fff;
}
section.intro .Coming-soon {
  display: none;
  width: 100%;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  border: 1px rgba(255, 255, 255, 0.3137254902) solid;
}
section.recruit_shop ul {
  width: 110%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
}
section.recruit_shop ul li {
  width: 50%;
}
section.recruit_shop ul li a {
  background-size: cover;
  color: #fff;
  display: block;
  width: 100%;
  height: 440px;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section.recruit_shop ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.recruit_shop ul li a h3 {
  position: relative;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 46px;
  line-height: 2;
  height: 130px;
}
section.recruit_shop ul li a h3 span {
  display: block;
  padding-top: 1em;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
section.recruit_shop ul li a p {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 3em;
}
section.recruit_shop ul li.shop a h3 {
  font-size: 40px;
  line-height: 1.2;
  transition: 0.5s;
}
@media (max-width: 1400px) {
  section.recruit_shop ul li.shop a h3 {
    font-size: 32px;
    padding-top: 8px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  section.recruit_shop {
    padding: 0;
    width: 100%;
  }
  section.recruit_shop ul {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
  section.recruit_shop ul li {
    width: 100%;
  }
  section.recruit_shop ul li a {
    height: 81vw;
    padding-top: 0;
  }
  section.recruit_shop ul li a h3 {
    font-size: 10vw;
    height: auto;
    padding-top: 18vw;
    line-height: 1.5;
  }
  section.recruit_shop ul li a h3 span {
    padding-top: 2vw;
    font-size: 4vw;
  }
  section.recruit_shop ul li a p {
    padding-top: 6vw;
    font-size: 4vw;
  }
  section.recruit_shop ul li.shop a h3 {
    font-size: 9vw;
    padding-top: 16vw;
  }
  section.recruit_shop .mainAreaW {
    padding-bottom: 0;
  }
}

.parallax-window {
  background: transparent;
}

.parallax-slider {
  top: 0;
  left: 0;
}