@charset "UTF-8";
.concept-mv {
  width: 100%;
  position: relative;
}
.concept-mv picture, .concept-mv img {
  display: block;
  width: 100%;
  height: auto;
}
.concept-mv__text-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 32%;
  max-width: 360px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 12%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .concept-mv__text-box {
    width: 100%;
    max-width: 100%;
    background-color: #ecf0fb;
    padding: 35px 32px 50px;
    position: relative;
    right: 0;
  }
}
.concept-mv__text-box > h2 {
  color: #222222;
  font-size: min(24px, 2vw);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  white-space: nowrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .concept-mv__text-box > h2 {
    font-size: 20px;
    white-space: normal;
  }
}
.concept-mv__text-box > p {
  color: #222222;
  font-size: min(16px, 1.33vw);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .concept-mv__text-box > p {
    font-size: 15px;
    white-space: normal;
  }
}
.concept-mv__text-image {
  display: block;
  width: 100%;
}

.concept-ct01 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 var(--site-base-side-pd);
}
@media screen and (max-width: 767px) {
  .concept-ct01 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.concept-ct01__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.concept-3-list-area {
  width: 100%;
}
.concept-3-list-area > h3 {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .concept-3-list-area > h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.concept-3-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 60px;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept-3-list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.concept-3-list > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 767px) {
  .concept-3-list > li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.concept-3-list > li > h4 {
  width: auto;
  color: #222222;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
  margin-right: 1.1em;
  position: relative;
  top: -1em;
}
@media screen and (max-width: 767px) {
  .concept-3-list > li > h4 {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 15px;
    top: 0;
  }
}
.concept-3-list > li > h4 > .kerning {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-bottom: -0.25em;
}
.concept-3-list > li > p {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept-3-list > li > p {
    max-width: 240px;
  }
}

.concept-ct02 {
  width: 100%;
  background-color: #ecf0fb;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 60px var(--site-base-side-pd) 95px;
}
@media screen and (max-width: 767px) {
  .concept-ct02 {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 30px;
  }
}
.concept-ct02__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.concept-detail-list-area {
  display: block;
  width: 100%;
}

.concept-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .concept-detail-list {
    gap: 20px;
  }
}
.concept-detail-list > li {
  width: calc((100% - 40px) / 2);
  height: auto;
  min-height: 301px;
  background-color: #ffffff;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .concept-detail-list > li {
    width: 100%;
    min-height: 0;
    padding: 30px 30px 45px;
  }
}
.concept-detail-list > li > h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .concept-detail-list > li > h4 {
    font-size: 20px;
    margin-bottom: 1.1em;
  }
}
.concept-detail-list > li > p {
  width: 100%;
  max-width: 300px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept-detail-list > li > p {
    font-size: 15px;
  }
}

.concept-ct03 {
  width: 100%;
  margin: 0;
  padding: 0 var(--site-base-side-pd);
}
.concept-ct03__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.concept-referred {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 82.7272727273%;
  max-width: 910px;
  margin: 0 auto 100px;
  position: relative;
  left: -35px;
}
@media screen and (max-width: 767px) {
  .concept-referred {
    width: 72%;
    margin-bottom: 60px;
    left: 0;
  }
}
.concept-referred__image-box {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept-referred__image-box {
    width: 100%;
  }
}
.concept-referred__logo {
  display: block;
  width: 30%;
  opacity: 1;
  position: absolute;
  top: 9.75%;
  right: 0;
  z-index: 5;
  transform: translateX(60%);
}
.concept-referred__image {
  display: block;
  width: 100%;
  opacity: 1;
  filter: blur(0px);
}
.concept-referred__image-mask {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  opacity: 1;
  filter: blur(0px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.concept-referred__text-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  margin-top: 5.5%;
  padding-left: 12.7%;
}
@media screen and (max-width: 767px) {
  .concept-referred__text-box {
    margin-top: 0;
    padding-left: 0;
  }
}
.concept-referred__text-box > h2 {
  color: #222222;
  font-size: min(32px, 2.47vw);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 1.1em;
}
@media screen and (max-width: 767px) {
  .concept-referred__text-box > h2 {
    font-size: 5.33333vw;
    margin-top: 1.6em;
  }
}
.concept-referred__text-box > p {
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: min(20px, 1.55vw);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-bottom: 1em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .concept-referred__text-box > p {
    font-size: 4.267vw;
    padding-left: 0;
  }
}
.concept-referred__text-box > p:last-of-type {
  margin-bottom: 0;
}

.concept-reservation {
  width: 100%;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .concept-reservation {
    padding-bottom: 100px;
  }
}
.concept-reservation__heading {
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .concept-reservation__heading {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.concept-reservation__box {
  width: 100%;
  max-width: 847px;
  margin: 0 auto;
  position: relative;
}
.concept-reservation__image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .concept-reservation__image {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
.concept-reservation__link-button {
  display: block;
  width: 310px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  padding: 20px;
  margin: auto;
  position: absolute;
  right: -4%;
  bottom: 0;
  z-index: 2;
  transform: translateY(50%);
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 991px) {
  .concept-reservation__link-button {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .concept-reservation__link-button {
    width: 90%;
    max-width: 232px;
    padding: 15px;
    bottom: 15px;
    right: 0;
    left: 0;
    transform: translateY(100%);
  }
}
.concept-reservation__link-button:hover .concept-reservation__link-text {
  opacity: 0.75;
}
.concept-reservation__link-button:hover::after {
  opacity: 0.75;
}
.concept-reservation__link-button::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .concept-reservation__link-button::after {
    width: 22px;
    right: 22px;
  }
}
.concept-reservation__link-text {
  display: inline-block;
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .concept-reservation__link-text {
    font-size: 12px;
  }
}

.interview-mv {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 30px;
}
.interview-mv > img {
  display: block;
  width: 100%;
}

.interview-beginning-area {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .interview-beginning-area {
    margin-bottom: 40px;
  }
}

.interview-lower-heading {
  display: block;
  width: 100%;
  color: #253975;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-heading {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.interview-lower-subheading {
  display: block;
  width: 100%;
  color: #253975;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .interview-lower-subheading {
    font-size: 18px;
  }
}

.interview-lower-sentence {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-sentence {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.interview-ct {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--site-base-side-pd);
}
.interview-ct__inner {
  width: 100%;
  max-width: 810px;
  border-top: solid 1px #d3d7e3;
  margin: 0 auto;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .interview-ct__inner {
    padding-top: 40px;
  }
}

.interview-qa-list {
  width: 100%;
  margin: 50px auto 55px;
}
@media screen and (max-width: 767px) {
  .interview-qa-list {
    margin: 28px auto;
  }
}
.interview-qa-list__li {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview-qa-list__li {
    margin-bottom: 15px;
  }
}
.interview-qa-list__li > dt {
  display: block;
  width: 100%;
  color: #253975;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-qa-list__li > dt {
    font-size: 14px;
  }
}
.interview-qa-list__li > dt::before {
  content: "Q.";
  color: #253975;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-20%);
}
.interview-qa-list__li > dd {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding-left: 40px;
  position: relative;
}
.interview-qa-list__li > dd::before {
  content: "A.";
  color: #253975;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-20%);
}
.interview-qa-list__li > dd > p {
  width: 100%;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 767px) {
  .interview-qa-list__li > dd > p {
    font-size: 14px;
  }
}
.interview-qa-list__li > dd > p > strong {
  width: 100%;
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .interview-qa-list__li > dd > p > strong {
    font-size: 14px;
  }
}

.interview-lower-image-box {
  display: block;
  width: 100%;
}
.interview-lower-image-box > img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.interview-lower-image-box--wide {
  width: calc(var(--vw100) - 80px);
  max-width: 1200px;
  position: relative;
  left: max(calc((1200px - 810px) / 2 * -1), calc((var(--vw100) - 100% - (40px * 2)) / 2 * -1));
}
@media screen and (max-width: 767px) {
  .interview-lower-image-box--wide {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.interview-lower-image-box--margin-top {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-box--margin-top {
    margin-top: 30px;
  }
}
.interview-lower-image-box--margin-bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-box--margin-bottom {
    margin-bottom: 30px;
  }
}

.interview-lower-image-list-2col-a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.interview-lower-image-list-2col-a > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-a > li {
    width: 100%;
  }
}
.interview-lower-image-list-2col-a > li > img {
  display: block;
  width: 100%;
}
.interview-lower-image-list-2col-a--sp-col {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-a--sp-col > li {
    width: 50%;
  }
}
.interview-lower-image-list-2col-a--sp-col-column {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-a--sp-col-column > li {
    width: 100%;
  }
}

.interview-lower-image-list-2col-b {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-b {
    gap: 0;
  }
}
.interview-lower-image-list-2col-b > li {
  width: calc((100% - 56px) / 2);
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-b > li {
    width: 100%;
  }
}
.interview-lower-image-list-2col-b > li > img {
  display: block;
  width: 100%;
}
.interview-lower-image-list-2col-b--sp-col {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-b--sp-col > li {
    width: 50%;
  }
}
.interview-lower-image-list-2col-b--sp-col-column {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-2col-b--sp-col-column > li {
    width: 100%;
  }
}

.interview-lower-image-list-3col-a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.interview-lower-image-list-3col-a > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-3col-a > li {
    width: 100%;
  }
}
.interview-lower-image-list-3col-a > li > img {
  display: block;
  width: 100%;
}
.interview-lower-image-list-3col-a--sp-col {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-3col-a--sp-col > li {
    width: 33.3333333333%;
  }
}
.interview-lower-image-list-3col-a--sp-col-column {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-3col-a--sp-col-column > li {
    width: 100%;
  }
}

.interview-lower-image-list-3col-b {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-3col-b {
    gap: 0;
  }
}
.interview-lower-image-list-3col-b > li {
  width: calc((100% - 112px) / 3);
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-3col-b > li {
    width: 100%;
  }
}
.interview-lower-image-list-3col-b > li > img {
  display: block;
  width: 100%;
}
.interview-lower-image-list-3col-b--sp-col {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-3col-b--sp-col > li {
    width: 33.3333333333%;
  }
}

.interview-lower-image-list-4col-a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.interview-lower-image-list-4col-a > li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-4col-a > li {
    width: 100%;
  }
}
.interview-lower-image-list-4col-a > li > img {
  display: block;
  width: 100%;
}
.interview-lower-image-list-4col-a--sp-col {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-4col-a--sp-col > li {
    width: 50%;
  }
}
.interview-lower-image-list-4col-a--sp-col-column {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview-lower-image-list-4col-a--sp-col-column > li {
    width: 100%;
  }
}

.interview-lower-signature-text {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin: 60px auto 40px;
}

.interview-lower-back-button-area {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .interview-lower-back-button-area {
    margin-bottom: 50px;
  }
}

.interview-lower-back-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 280px;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  margin: auto;
  padding: 28px;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .interview-lower-back-button {
    font-size: 12px;
  }
}
.interview-lower-back-button:hover {
  color: #222222;
  opacity: 0.75;
}
.interview-lower-back-button:hover::before {
  left: 5px;
}
.interview-lower-back-button::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-right: 8px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: left 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .interview-lower-back-button::before {
    width: 22px;
  }
}

.interview__container {
  width: 100%;
  padding: 0 var(--site-base-side-pd);
  position: relative;
}
.interview__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.interview__heading {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  padding: 35px 0;
}
.interview__heading .heading-jp {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  padding-left: 30px;
  vertical-align: 50%;
}
.interview__list {
  display: flex;
  flex-wrap: wrap;
}
.interview__list-item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 40px;
}
.interview__list-item:nth-of-type(2n) {
  margin-right: 0;
}
.interview__list-item > a {
  transition: opacity 0.15s ease-out 0s;
}
.interview__list-item > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .interview__list-item {
    width: calc((100% - 105px) / 4);
    margin-right: 35px;
    margin-bottom: 55px;
  }
  .interview__list-item:nth-of-type(2n) {
    margin-right: 35px;
  }
  .interview__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.interview__list-item .works-img {
  display: block;
  width: 100%;
}
.interview__list-item .ctg-work {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 0 1px;
}
@media screen and (max-width: 767px) {
  .interview__list-item .ctg-work {
    font-size: ren(11);
    padding: 12px 0 1px;
  }
}
.interview__list-item .ctg-work > .work-new {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #b37702;
  padding-right: 5px;
}
.interview__list-item .work-ttl {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .interview__list-item .work-ttl {
    font-size: 0.9375rem;
  }
}

.interview-img {
  display: block;
  width: 100%;
}

.previous-interview-button-area {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .previous-interview-button-area {
    margin-bottom: 50px;
  }
}

.previous-interview-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 280px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  margin: auto;
  padding: 19px 28px;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .previous-interview-button {
    font-size: 12px;
  }
}
.previous-interview-button:hover {
  color: #222222;
  opacity: 0.75;
}
.previous-interview-button:hover:before {
  left: 5px;
}
.previous-interview-button::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-right: 10px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: left 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .previous-interview-button::before {
    width: 22px;
  }
}

.previous-interview-button-text {
  display: inline-block;
  width: auto;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}

.works__container {
  width: 100%;
  padding: 0 var(--site-base-side-pd);
  position: relative;
}
.works__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.works__heading {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  padding: 35px 0;
}
.works__heading .heading-jp {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  padding-left: 30px;
  vertical-align: 50%;
}
.works__list {
  display: flex;
  flex-wrap: wrap;
}
.works__list-item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 40px;
}
.works__list-item:nth-of-type(2n) {
  margin-right: 0;
}
.works__list-item > a {
  transition: opacity 0.15s ease-out 0s;
}
.works__list-item > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .works__list-item {
    width: calc((100% - 105px) / 4);
    margin-right: 35px;
    margin-bottom: 55px;
  }
  .works__list-item:nth-of-type(2n) {
    margin-right: 35px;
  }
  .works__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.works__list-item .works-img {
  width: 100%;
}
.works__list-item .ctg-work {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 0 1px;
}
@media screen and (max-width: 767px) {
  .works__list-item .ctg-work {
    font-size: ren(11);
    padding: 12px 0 1px;
  }
}
.works__list-item .ctg-work > .work-new {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #b37702;
  padding-right: 5px;
}
.works__list-item .work-ttl {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .works__list-item .work-ttl {
    font-size: 0.9375rem;
  }
}

.works-banner {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .works-banner {
    margin-bottom: 40px;
  }
}
.works-banner__link {
  display: flex;
  justify-content: center;
}
.works-banner__img {
  width: 100%;
  max-width: 280px;
}

.previous-works-button-area {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .previous-works-button-area {
    margin-bottom: 50px;
  }
}

.previous-works-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 280px;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  margin: auto;
  padding: 28px;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .previous-works-button {
    font-size: 12px;
  }
}
.previous-works-button:hover {
  color: #222222;
  opacity: 0.75;
}
.previous-works-button:hover:before {
  left: 5px;
}
.previous-works-button::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-right: 8px;
  position: relative;
  left: 0;
  z-index: 2;
  transition: left 0.3s;
}
@media screen and (max-width: 767px) {
  .previous-works-button::before {
    width: 22px;
  }
}

.privacy-contents {
  width: 100%;
  max-width: 810px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .privacy-contents {
    margin-top: 10px;
  }
}

.privacy-sentence {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .privacy-sentence {
    font-size: 14px;
  }
}

.privacy-list {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .privacy-list {
    margin-bottom: 30px;
  }
}
.privacy-list__li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .privacy-list__li {
    margin-bottom: 30px;
  }
}
.privacy-list__li > dt {
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .privacy-list__li > dt {
    font-size: 14px;
  }
}

.privacy-order-list {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .privacy-order-list {
    font-size: 14px;
  }
}

.privacy-sentence-link {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-sentence-link {
    font-size: 14px;
  }
}
.privacy-sentence-link:hover {
  color: #222222;
  text-decoration: underline;
}

.recruit-contents {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.recruit-heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-heading {
    font-size: 24px;
  }
}
.recruit-heading > small {
  display: block;
  width: 100%;
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .recruit-heading > small {
    font-size: 12px;
  }
}

.recruit-sentence-wrap {
  width: 100%;
  text-align: center;
}

.recruit-sentence {
  display: inline-block;
  width: auto;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit-sentence {
    font-size: 15px;
  }
}

.recruit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit-list {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
.recruit-list__li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .recruit-list__li {
    width: 100%;
  }
}
.recruit-list__li > a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  padding: 32px 40px 34px;
  margin: auto;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .recruit-list__li > a {
    max-width: 500px;
    padding: 25px 10px 28px;
  }
}
.recruit-list__li > a:hover {
  opacity: 0.75;
}
.recruit-list__li > a:hover::after {
  opacity: 0.75;
}
.recruit-list__li > a::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruit-list__li > a::after {
    width: 22px;
    right: 22px;
  }
}
@media screen and (max-width: 374px) {
  .recruit-list__li > a::after {
    right: 10px;
  }
}
.recruit-list__li-heading {
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-list__li-heading {
    margin-bottom: 9px;
  }
}
.recruit-list__li-button {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 15px;
  text-align: center;
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .recruit-list__li-button {
    width: 100%;
    font-size: 14px;
  }
}

.recruit-job-description-list, .recruit-company-list {
  width: 100%;
  margin: 60px auto 50px;
}
@media screen and (max-width: 767px) {
  .recruit-job-description-list, .recruit-company-list {
    margin: 40px auto 30px;
  }
}
.recruit-job-description-list__li, .recruit-company-list__li {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-job-description-list__li, .recruit-company-list__li {
    grid-template-columns: 100px 1fr;
  }
}
.recruit-job-description-list__li > dt, .recruit-company-list__li > dt {
  grid-row: 1/2;
  grid-column: 1/2;
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  border-right: solid 1px #d3d7e3;
  padding: 10px 20px 30px 0;
}
@media screen and (max-width: 767px) {
  .recruit-job-description-list__li > dt, .recruit-company-list__li > dt {
    font-size: 14px;
    padding: 10px 20px 25px 0;
  }
}
.recruit-job-description-list__li > dd, .recruit-company-list__li > dd {
  grid-row: 1/2;
  grid-column: 2/3;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 10px 0 30px 35px;
}
@media screen and (max-width: 767px) {
  .recruit-job-description-list__li > dd, .recruit-company-list__li > dd {
    font-size: 14px;
    padding: 10px 0 25px 20px;
  }
}
.recruit-job-description-list__li > dd > a, .recruit-company-list__li > dd > a {
  color: #222222;
  text-decoration: underline;
}
.recruit-job-description-list__li > dd > a:hover, .recruit-company-list__li > dd > a:hover {
  color: #222222;
}
.recruit-job-description-list__li > dd > p, .recruit-company-list__li > dd > p {
  margin-bottom: 1em;
}

.recruit-entry-button-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.recruit-entry-guide-text {
  width: auto;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .recruit-entry-guide-text {
    font-size: 12px;
  }
}

.recruit-entry-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 350px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  margin: 0 auto 80px;
  padding: 30px 28px;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .recruit-entry-button {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 16px;
  }
}
.recruit-entry-button:hover {
  color: #222222;
  opacity: 0.75;
}
.recruit-entry-button::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruit-entry-button::after {
    width: 22px;
  }
}

.recruit-company-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-company-list {
    margin-bottom: 60px;
  }
}
.lower-back-button-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.lower-back-button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 320px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  margin: 0 auto 80px;
  padding: 30px 28px;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .lower-back-button {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 15px;
  }
}
.lower-back-button:hover {
  color: #222222;
  opacity: 0.75;
}
.lower-back-button::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lower-back-button::before {
    width: 22px;
  }
}

.company-contents {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.company-list {
  width: 100%;
  background-color: #ecf0fb;
  margin: 30px auto 50px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .company-list {
    margin: 5px auto 30px;
    padding: 15px;
  }
}
@media (pointer: fine), (hover: hover) {
  .company-list .company-list__tel a {
    pointer-events: none;
    color: #222222;
    text-decoration: none;
  }
}
@media (pointer: none), (hover: none) {
  .company-list .company-list__tel a {
    pointer-events: auto;
    color: #222222;
    text-decoration: underline;
  }
}
.company-list__li {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-list__li {
    grid-template-columns: 100px 1fr;
  }
}
.company-list__li > dt {
  grid-row: 1/2;
  grid-column: 1/2;
  color: #222222;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  border-right: solid 1px #d3d7e3;
  padding: 10px 20px 30px 0;
}
@media screen and (max-width: 767px) {
  .company-list__li > dt {
    font-size: 14px;
    padding: 10px 20px 25px 0;
  }
}
.company-list__li > dd {
  grid-row: 1/2;
  grid-column: 2/3;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 10px 0 30px 35px;
}
@media screen and (max-width: 767px) {
  .company-list__li > dd {
    font-size: 14px;
    padding: 10px 0 25px 20px;
  }
}
.company-list__li > dd > a {
  color: #222222;
  text-decoration: underline;
}
.company-list__li > dd > a:hover {
  color: #222222;
}
.company-list__li > dd > p {
  margin-bottom: 1em;
}

.company-image-box {
  width: 100%;
}
.company-image-box > img {
  display: block;
  width: 100%;
}

.model-ct01 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 var(--site-base-side-pd);
}
@media screen and (max-width: 767px) {
  .model-ct01 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.model-ct01__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.model-mv {
  width: 100%;
  max-width: 810px;
  margin: auto;
}
.model-mv img {
  width: 100%;
}

.model__text-box {
  margin-top: 65px;
}
@media screen and (min-width: 576px) {
  .model__text-box {
    text-align: center;
  }
}
.model__text-box .text-box-ttl {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  padding-bottom: 30px;
  text-align: center;
}
.model__text-box .text-box-sentence > p {
  line-height: 1.8;
  padding-bottom: 20px;
}
.model__roomtour-wrap {
  position: relative;
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 70px 0 80px;
  max-width: 810px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .model__roomtour-wrap {
    flex-direction: column;
    padding: 50px 0 60px;
  }
}
.model__roomtour-wrap::after {
  content: "";
  width: var(--vw100);
  height: 100%;
  display: block;
  background-color: #ecf0fb;
  position: absolute;
  left: calc((var(--vw100) - 100%) / 2 * -1);
  top: 0;
  z-index: -1;
}
.model__roomtour-text-box {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .model__roomtour-text-box {
    width: 100%;
  }
}
.model__roomtour-text-box .roomtour-ttl {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .model__roomtour-text-box .roomtour-ttl {
    white-space: normal;
  }
}
.model__roomtour-text-box .roomtour-sentence {
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
}
.model__roomtour-text-box .model-reservation__link-button {
  display: block;
  color: #222222;
  font-size: 0.9375rem;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  padding: 30px 0;
  margin: auto;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .model__roomtour-text-box .model-reservation__link-button {
    margin-bottom: 50px;
  }
}
.model__roomtour-text-box .model-reservation__link-button::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  z-index: 2;
  transition: left 0.3s;
}
.model__roomtour-text-box .model-reservation__link-button .model-reservation__link-text {
  padding-left: 35px;
}
.model__roomtour-text-box .model-reservation__link-button:hover {
  opacity: 0.75;
}
.model__roomtour-text-box .model-reservation__link-button:hover::after {
  left: 36px;
}
.model__roomtour-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
  width: 61%;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .model__roomtour-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 25px;
    width: 100%;
    padding-top: 0;
  }
}
.model__roomtour-list > li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .model__roomtour-list > li {
    width: calc((100% - 20px) / 2);
  }
}
.model__roomtour-list > li img {
  width: 100%;
  height: auto;
}

.works-mv {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 30px;
}
.works-mv img {
  display: block;
  width: 100%;
}

.works-beginning-area {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .works-beginning-area {
    margin-bottom: 40px;
  }
}

.works-lower-heading {
  display: block;
  width: 100%;
  color: #253975;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .works-lower-heading {
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
}

.works-lower-sentence {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .works-lower-sentence {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.works-ct {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 var(--site-base-side-pd);
}
@media screen and (max-width: 767px) {
  .works-ct {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.works-ct__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.works-swiper-main {
  width: 100%;
  max-width: 810px;
  margin-bottom: 30px;
}
.works-swiper-main .swiper-button-prev, .works-swiper-main .swiper-button-next {
  color: #f5f5f5;
}
.works-swiper-main .works-swiper-ul .works-swiper-li img {
  width: 100%;
}

.works-swiper-thumb {
  width: 100%;
  max-width: 810px;
  margin-bottom: 80px;
}
.works-swiper-thumb .works-swiper-thumb-ul .works-swiper-thumb-li {
  opacity: 0.5;
}
.works-swiper-thumb .works-swiper-thumb-ul .works-swiper-thumb-li img {
  width: 100%;
}
.works-swiper-thumb .works-swiper-thumb-ul .swiper-slide-thumb-active {
  opacity: 1;
}

.works-list-btn {
  display: block;
  color: #222222;
  font-size: 0.9375rem;
  width: 280px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d3d7e3;
  border-radius: 4px;
  padding: 33px 0;
  margin: auto;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .works-list-btn {
    margin-bottom: 50px;
  }
}
.works-list-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  left: 66px;
  bottom: 0;
  z-index: 2;
  transition: left 0.3s;
}
.works-list-btn .works-list-btn-txt {
  padding-left: 40px;
}
.works-list-btn:hover {
  opacity: 0.75;
}
.works-list-btn:hover:after {
  left: 71px;
}

.showroom-mv__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 830px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .showroom-mv__wrap {
    flex-direction: column;
  }
}
.showroom-mv__text-box {
  width: 100%;
}
.showroom-mv__text-box h2 {
  font-size: 1.5rem;
  padding-bottom: 34px;
}
.showroom-mv__text-box p {
  padding-bottom: 54px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .showroom-mv__text-box p {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .showroom-mv__text-box p {
    padding-right: 0;
  }
}

.showroom-mv-wrap {
  width: 54%;
  max-width: 430px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .showroom-mv-wrap {
    width: 100%;
  }
}

.showroom-mv-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .showroom-mv-img:last-of-type {
    max-width: 300px;
  }
}

.showroom-reserve-btn {
  width: 280px;
}
@media screen and (max-width: 575px) {
  .showroom-reserve-btn {
    margin: auto;
  }
}
.showroom-reserve-btn .font-en {
  color: #ffffff;
}
.showroom-reserve-btn a {
  display: block;
  position: relative;
  background-color: #283c77;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding: 33px 0;
  padding-left: 41px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  transition: opacity 0.15s ease-out 0s;
}
.showroom-reserve-btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01-white.svg);
  margin: auto;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
}
.showroom-reserve-btn a:hover {
  opacity: 0.75;
}
.showroom-reserve-btn a:hover:after {
  left: 45px;
}
.showroom-reserve-btn p {
  font-size: 0.75rem;
  color: #283c77;
  letter-spacing: 0.02em;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .showroom-reserve-btn p {
    text-align: center;
  }
}

.showroom-ct01 {
  width: 100%;
  background-color: #ecf0fb;
  margin-top: 60px;
  padding: 60px var(--site-base-side-pd) 95px;
}
@media screen and (max-width: 767px) {
  .showroom-ct01 {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 30px;
  }
}
.showroom-ct01__inner {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.showroom-ct01-ttl-wrap {
  display: flex;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .showroom-ct01-ttl-wrap {
    flex-direction: column;
  }
}
.showroom-ct01-ttl-wrap > h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.8;
  width: 36%;
}
@media screen and (max-width: 767px) {
  .showroom-ct01-ttl-wrap > h2 {
    width: 100%;
    padding-bottom: 22px;
  }
}
.showroom-ct01-ttl-wrap .showroom-ttl-list {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .showroom-ct01-ttl-wrap .showroom-ttl-list {
    width: 100%;
    top: 0;
  }
}
.showroom-ct01-ttl-wrap .showroom-ttl-list > p {
  position: relative;
  font-size: 1.25rem;
  padding-top: 10px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  padding-left: 25px;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .showroom-ct01-ttl-wrap .showroom-ttl-list > p {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .showroom-ct01-ttl-wrap .showroom-ttl-list > p {
    width: 100%;
  }
}
.showroom-ct01-ttl-wrap .showroom-ttl-list > p::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.showroom-ct01-ttl-wrap .showroom-ttl-list > p:last-child {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .showroom-ct01-ttl-wrap .showroom-ttl-list > p:last-child {
    width: 100%;
  }
}

.showroom-equipment-wrap {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .showroom-equipment-wrap {
    margin-top: 35px;
  }
}
.showroom-equipment-wrap > p {
  line-height: 1.8;
}
.showroom-equipment-wrap > h3 {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .showroom-equipment-wrap > h3 {
    font-size: 1.375rem;
    padding-bottom: 18px;
  }
}
.showroom-equipment-wrap .showroom-equipment-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 12px;
}
.showroom-equipment-wrap .showroom-equipment-list > li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .showroom-equipment-wrap .showroom-equipment-list > li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.showroom-equipment-wrap .showroom-equipment-list > li img {
  width: 100%;
  height: auto;
}
.showroom-equipment-wrap .showroom-equipment-list > li > p {
  font-size: 0.75rem;
  text-align: center;
  padding-top: 12px;
}

.showroom-ct02 {
  width: 100%;
  padding: 60px var(--site-base-side-pd);
}
@media screen and (max-width: 767px) {
  .showroom-ct02 {
    padding: 30px;
  }
}
.showroom-ct02__inner {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.showroom-head-sub {
  color: #283c77;
}

.showroom-head {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 37px;
}
.showroom-head > .font-en {
  font-size: 2.5rem;
  color: #283c77;
  padding-right: 18px;
}

.showroom-article-box {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 767px) {
  .showroom-article-box {
    flex-wrap: wrap;
  }
}
.showroom-article-box__li {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 767px) {
  .showroom-article-box__li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .showroom-article-box__li {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.showroom-article-box__li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #ecf0fb;
  transition: opacity 0.15s ease-out 0s;
}
.showroom-article-box__li > a:hover {
  opacity: 0.75;
}
.showroom-article-box__li > a:hover .showroom-article-box__button:after {
  right: 45px;
}
.showroom-article-box__li .event-date {
  text-align: center;
  padding-bottom: 6px;
}
.showroom-article-box__li .event-date .date {
  color: #283c77;
  font-size: 1rem;
  font-weight: bold;
}
.showroom-article-box__li .event-ttl {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 32px;
}
.showroom-article-box__li .showroom-article-box__button {
  display: block;
  color: #222222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #dae2f7;
  border: 1px solid #ffffff;
  width: 100%;
  padding: 15px;
  font-size: 0.75rem;
  position: relative;
}
.showroom-article-box__li .showroom-article-box__button:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 52px;
  bottom: 0;
  z-index: 2;
  transition: right 0.3s ease-out 0s;
}
.showroom-article-box__text-wrap {
  width: 100%;
  padding: 32px 30px 0;
}

.showroom-ct03 {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px var(--site-base-side-pd) 95px;
}
@media screen and (max-width: 767px) {
  .showroom-ct03 {
    margin-bottom: 60px;
    padding: 30px;
  }
}
.showroom-ct03__inner {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.showroom-map-box {
  width: calc(var(--vw100) - var(--site-base-side-pd));
  height: 300px;
  position: relative;
  left: calc((var(--vw100) - 100%) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .showroom-map-box {
    width: var(--vw100);
    height: auto;
    position: relative;
  }
  .showroom-map-box::before {
    content: "";
    float: left;
    padding-top: 105.3333333333%;
  }
  .showroom-map-box::after {
    content: "";
    display: table;
    clear: both;
  }
  .showroom-map-box > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.showroom-googlemap-btn {
  text-align: right;
  padding-top: 5px;
}
.showroom-googlemap-btn > a {
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #d3d7e3;
  text-decoration-thickness: 2px;
}
.showroom-googlemap-btn > a span {
  color: #283c77;
}

.showroom-info-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.showroom-info-area .showroom-info-img {
  width: calc((100% - 30px) / 2);
  max-width: 300px;
}
@media screen and (max-width: 575px) {
  .showroom-info-area .showroom-info-img {
    width: 100%;
    max-width: 100%;
  }
}
.showroom-info-area .showroom-info-img img {
  width: 100%;
  height: auto;
}
.showroom-info-area .showroom-info-text-box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 575px) {
  .showroom-info-area .showroom-info-text-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.showroom-info-area .showroom-info-text-box > p {
  font-size: 0.75rem;
  padding-bottom: 18px;
}
.showroom-info-area .showroom-info-text-box .showroom__info-list {
  margin-bottom: 26px;
}
.showroom-info-area .showroom-info-text-box .showroom__info-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.showroom-info-area .showroom-info-text-box .showroom__info-li > dt {
  font-family: "Libre Baskerville", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  position: relative;
  top: 1px;
}
.showroom-info-area .showroom-info-text-box .showroom__info-li > dd {
  color: #222222;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-right: 1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .showroom-info-area .showroom-info-text-box .showroom__info-li:nth-of-type(2) > dd:first-of-type {
    width: calc(100% - 26.2px - 16px);
  }
}

.after-explain {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.after-explain__li {
  margin-bottom: 70px;
}
.after-explain__li-head {
  font-size: 1.5rem;
  color: #283c77;
  padding-bottom: 13px;
  line-height: 1.8;
  font-weight: 400;
  border-bottom: 1px solid #d3d7e3;
}
.after-explain__li-head > .font-en {
  color: #283c77;
}
.after-explain__li-txt {
  padding-top: 25px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.after-explain__li-img {
  width: 100%;
  margin-top: 40px;
}
.after-explain__li-img > img {
  width: 100%;
  height: auto;
}

.after-consultation-btn {
  margin-bottom: 70px;
}
.after-consultation-btn a {
  display: block;
  position: relative;
  background-color: #283c77;
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 33px 0;
  padding-left: 38px;
  text-align: center;
  width: 280px;
  margin: auto;
  border-radius: 4px;
  transition: opacity 0.15s ease-out 0s;
}
.after-consultation-btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  background: no-repeat center/contain url(/img/i-arrow01-white.svg);
  margin: auto;
  position: absolute;
  top: 0;
  left: 26px;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
}
.after-consultation-btn a:hover {
  opacity: 0.75;
}
.after-consultation-btn a:hover::after {
  left: 32px;
}

#admin-mode {
  display: block;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}/*# sourceMappingURL=contents.css.map */