@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/* ////////////////////////////////
mainvisual
//////////////////////////////////*/
.mainvisual__inner {
  display: grid;
  grid-template-columns: 23.3% auto;
  height: calc(100svh - 114px);
  position: relative;
}
@media (max-width: 768px) {
  .mainvisual__inner {
    height: calc(100svh - 57px);
  }
}
.mainvisual__title {
  left: 3vw;
  position: absolute;
  top: 48px;
  width: 36vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .mainvisual__title {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .mainvisual__title {
    width: 70vw;
  }
}
.mainvisual__left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #4e5e55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
.mainvisual__lead {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 29px;
  letter-spacing: 1.65px;
  line-height: 1.8;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 300;
}
@media (max-width: 1080px) {
  .mainvisual__lead {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mainvisual__lead {
    bottom: unset;
    font-size: 22px;
    left: 20px;
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}
.mainvisual__lead.sp {
  display: none;
}
@media (max-width: 768px) {
  .mainvisual__lead.sp {
    display: block;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .mainvisual__lead.pc {
    display: none;
  }
}
.mainvisual__smallText {
  position: relative;
}
.mainvisual__smallText::before {
  content: "あらじゅく";
  position: absolute;
  top: 0px;
  right: -10px;
  font-size: 14px;
  white-space: pre;
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 10.61px;
}
@media (max-width: 1080px) {
  .mainvisual__smallText::before {
    top: -1px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .mainvisual__smallText::before {
    content: "";
  }
}
.mainvisual__right {
  background: #cea442;
  position: relative;
  z-index: 0;
}
.mainvisual__rightImg {
  bottom: 0;
  position: absolute;
  right: 0;
  /* max-width: 69.8vw; */
  width: 100%;
}
@media (max-width: 768px) {
  .mainvisual__rightImg {
    width: 120%;
  }
}

/* ////////////////////////////////
pageLink
//////////////////////////////////*/
.pageLink__column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 20px 16px;
}
@media (max-width: 768px) {
  .pageLink__column {
    grid-template-columns: 1fr 1fr;
  }
}
.pageLink__item {
  border-right: 1px solid #231815;
}
.pageLink__item:nth-last-child(1) {
  border-right: none;
}
.pageLink__item.red .pageLink__head {
  color: #e06248;
}
.pageLink__item.orange .pageLink__head {
  color: #f4a258;
}
.pageLink__item.blue .pageLink__head {
  color: #7bada4;
}
.pageLink__item.green .pageLink__head {
  color: #8caf70;
}
@media (max-width: 768px) {
  .pageLink__item {
    border-right: 0;
    padding-block: 20px;
    position: relative;
  }
  .pageLink__item:nth-child(1)::after {
    background: #231815;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
  .pageLink__item:nth-child(2)::after {
    background: #231815;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
  }
  .pageLink__item:nth-child(3)::after {
    background: #231815;
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
  }
  .pageLink__item:nth-child(4)::after {
    background: #231815;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
}
.pageLink__head {
  background: #231815;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin-inline: auto;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pageLink__head .large {
  font-size: 18px;
}
@media (max-width: 768px) {
  .pageLink__head {
    font-size: 12px;
  }
  .pageLink__head .large {
    font-size: 16px;
  }
}
.pageLink__text {
  bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.pageLink__text.mt24 {
  margin-top: 24px;
}
@media (max-width: 1080px) {
  .pageLink__text.mt24 {
    margin-top: 8px;
  }
}
.pageLink__text .red {
  color: #e06248;
}
.pageLink__text .orange {
  color: #f4a258;
}
.pageLink__text .blue {
  color: #7bada4;
}
.pageLink__text .green {
  color: #8caf70;
}
.pageLink__text .num {
  font-family: "Josefin Sans", sans-serif;
}
.pageLink__textColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.pageLink__walk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.font56 {
  font-size: 56px;
}
@media (max-width: 1080px) {
  .font56 {
    font-size: 36px;
  }
}

.font47 {
  font-size: 47px;
}
@media (max-width: 1080px) {
  .font47 {
    font-size: 30px;
  }
}

.font44 {
  font-size: 44px;
}
@media (max-width: 1080px) {
  .font44 {
    font-size: 28px;
  }
}

.font43 {
  font-size: 43px;
}
@media (max-width: 1080px) {
  .font43 {
    font-size: 28px;
  }
}

.font32 {
  font-size: 32px;
}
@media (max-width: 1080px) {
  .font32 {
    font-size: 21px;
  }
}

.font31 {
  font-size: 31px;
}
@media (max-width: 1080px) {
  .font31 {
    font-size: 20px;
  }
}

.font26 {
  font-size: 26px;
}
@media (max-width: 1080px) {
  .font26 {
    font-size: 14px;
  }
}

.font22 {
  font-size: 22px;
}
@media (max-width: 1080px) {
  .font22 {
    font-size: 12px;
  }
}

.font18 {
  font-size: 18px;
}
@media (max-width: 1080px) {
  .font18 {
    font-size: 11px;
  }
}

.font14 {
  font-size: 14px;
}
@media (max-width: 1080px) {
  .font14 {
    font-size: 10px;
  }
}

.astarisk {
  font-size: 12px;
  position: relative;
  top: -1em;
}

/* ////////////////////////////////
lead
//////////////////////////////////*/
.leadText {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #cea442;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 60px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-block: 32px;
}
@media (max-width: 768px) {
  .leadText {
    font-size: 32px;
    display: grid;
    gap: 20px;
    justify-items: center;
  }
}

.lead span {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.04em;
}

.infoLink {
  background: #4e5e55;
  padding-block: 32px;
}
.infoLink__title {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.infoLink__text {
  color: #cea442;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .infoLink__text {
    font-size: 22px;
  }
}
.infoLink__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto 0;
  max-width: 360px;
  position: relative;
  width: 100%;
}
.infoLink__btn::after {
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  content: "";
  display: inline-block;
  height: 0.5em;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  width: 0.5em;
}
@media (max-width: 768px) {
  .infoLink__btn {
    font-size: 16px;
    max-width: 320px;
  }
}

/* ////////////////////////////////
about
//////////////////////////////////*/
.about {
  background: #faf6ec;
}

.aboutContaienr {
  background: #faf6ec;
}

.aboutTopVisual {
  margin-inline: auto;
  max-width: 616px;
  padding-block: 52px 44px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .aboutTopVisual {
    max-width: 350px;
  }
}
.aboutTopVisual__human {
  margin-inline: auto;
  max-width: 422px;
  width: 100%;
}
@media (max-width: 768px) {
  .aboutTopVisual__human {
    max-width: 280px;
  }
}
.aboutTopVisual__text {
  bottom: 0;
  bottom: 24px;
  right: 0;
  max-width: 267px;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .aboutTopVisual__text {
    max-width: 160px;
  }
}

.about__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 48px;
  text-align: center;
}
.about__head .brown {
  color: #cea442;
}
.about__head-smallText {
  position: relative;
}
.about__head-smallText::before {
  content: "あらじゅく";
  position: absolute;
  top: -7px;
  left: 7px;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 768px) {
  .about__head-smallText::before {
    scale: 0.7;
    top: -10px;
    left: -14px;
    /* font-size: 10px; */
  }
}
@media (max-width: 768px) {
  .about__head {
    font-size: 20px;
  }
}
.about__img {
  padding-block: 20px;
  background-color: #faf6ec;
}
.about__img img {
  mix-blend-mode: multiply;
}
.about__desc {
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .about__desc {
    font-size: 14px;
    text-align: start;
  }
}

.aboutList {
  display: grid;
  gap: 38px;
}
@media (max-width: 768px) {
  .aboutList {
    gap: 16px;
  }
}
.aboutList__img {
  position: relative;
}
.aboutList__imgTitle {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.aboutList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.25%;
     -moz-column-gap: 6.25%;
          column-gap: 6.25%;
  display: grid;
  grid-template-columns: 48% auto;
  scroll-margin-top: 100px;
}
.aboutList__item.reverse .aboutList__textarea {
  text-align: end;
}
.aboutList__item.reverse .aboutList__head {
  margin-left: auto;
}
@media (max-width: 768px) {
  .aboutList__item {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .aboutList__item.reverse .aboutList__head {
    margin-left: 0;
  }
  .aboutList__item.reverse .aboutList__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .aboutList__item.reverse .aboutList__textarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: start;
  }
}
.aboutList__head {
  background: #231815;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutList__head span {
  font-size: 21px;
}
.aboutList__head.red {
  color: #e06248;
}
.aboutList__head.orange {
  color: #f4a258;
}
.aboutList__head.blue {
  color: #7bada4;
}
.aboutList__head.green {
  color: #8caf70;
}
@media (max-width: 768px) {
  .aboutList__head {
    font-size: 14px;
  }
  .aboutList__head span {
    font-size: 18px;
  }
}
.aboutList__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 44px;
}
.aboutList__lead .astarisk {
  font-size: 16px;
}
.aboutList__lead .red {
  color: #e06248;
}
.aboutList__lead .orange {
  color: #f4a258;
}
.aboutList__lead .blue {
  color: #7bada4;
}
.aboutList__lead .green {
  color: #8caf70;
}
@media (max-width: 768px) {
  .aboutList__lead {
    font-size: 25px;
    margin-top: 20px;
  }
}
.aboutList__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .aboutList__text {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .aboutList__textarea {
    margin-top: 20px;
  }
}

/* ////////////////////////////////
link
//////////////////////////////////*/
.link {
  background: #faf6ec;
}
.link__logo {
  margin-inline: auto;
  max-width: 324px;
  padding-top: 75px;
  width: 100%;
}
@media (max-width: 768px) {
  .link__logo {
    max-width: 200px;
  }
}
.link__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 50px;
  text-align: center;
}
.link__lead span {
  color: #cea442;
}
@media (max-width: 768px) {
  .link__lead {
    font-size: 24px;
  }
}

.predearclub_bn {
  padding: 60px 0;
  margin: 55px auto 0;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .predearclub_bn {
    padding: 35px 0;
  }
}
.predearclub_bn_img {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .predearclub_bn_img {
    margin: 0 auto 15px;
  }
}
.predearclub_bn_img img {
  width: 100%;
}
.predearclub_bn_p {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  letter-spacing: -0.05em;
}

.linkList {
  padding-left: 0;
}
.linkList__item {
  padding-block: 108px 72px;
  position: relative;
}
.linkList__item:nth-child(1) {
  background-image: url(../images/top/img-link-bg1.png);
}
.linkList__item:nth-child(2) {
  background-image: url(../images/top/img-link-bg2.png);
}
.linkList__item:nth-child(3) {
  background-image: url(../images/top/img-link-bg3.png);
}
.linkList__item:nth-child(4) {
  background-image: url(../images/top/img-link-bg4.png);
}
.linkList__item:nth-child(5) {
  background-image: url(../images/top/img-link-bg5.png);
}
.linkList__item:nth-child(6) {
  background-image: url(../images/top/img-link-bg6.png);
}
.linkList__item:not(:nth-child(7)) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .linkList__item {
    padding-block: 40px;
  }
}
.linkList__caption {
  position: absolute;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
  font-weight: 300;
  bottom: 0;
  right: 0;
  padding: 4px 12px;
}
.linkList__title {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1.31;
  text-align: center;
}
@media (max-width: 768px) {
  .linkList__title {
    font-size: 24px;
  }
}
.linkList__text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .linkList__text {
    font-size: 20px;
    margin-top: 20px;
  }
}
.linkList__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cea442;
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  height: 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 160px auto 0;
  width: 118px;
}
@media (max-width: 768px) {
  .linkList__btn {
    margin-top: 20px;
  }
}

.footerDetail__notesList.top_footercap {
  display: block;
}/*# sourceMappingURL=top.css.map */