@charset "UTF-8";
body {
  background: #EBE9E3;
}

.page__fv {
  padding: 80px 40px 80px;
  margin-top: 340px;
  background: #0E2640;
  max-width: 92.5%;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .page__fv {
    margin-top: 260px;
  }
}
@media screen and (max-width: 768px) {
  .page__fv {
    margin-top: 400px;
    width: 100%;
    padding: 14.6666666667vw 0 10.6666666667vw;
  }
}
.page__fv--img {
  position: absolute;
  bottom: 80px;
  height: 400px;
  right: 0;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .page__fv--img {
    width: 85%;
    height: 430px;
    right: 46%;
    bottom: 50px;
    transform: translateX(50%);
  }
}
.page__fv--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__fv.fv__about {
  margin: 0 auto;
  max-width: 100%;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__about {
    z-index: 4;
  }
}
.page__fv.fv__about .page__fv--img {
  height: 80vh;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  position: unset;
}
@media screen and (max-width: 768px) {
  .page__fv.fv__about .page__fv--img {
    transform: translate(0);
    width: 82%;
  }
}
.page__fv.single {
  padding: 65px 40px 65px;
  max-width: 92.5%;
  background: #0E2640;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .page__fv.single {
    padding: 13.3333333333vw 10.6666666667vw 13.3333333333vw;
  }
}
.page__fv--inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    max-width: 90%;
  }
}
.page__fv--title {
  color: #fff;
  font-size: 108px;
  font-family: "Lora", serif;
  font-weight: normal;
  margin: 15px 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    padding-left: 10.6666666667vw;
  }
}
.page__fv--title::after {
  content: "";
  height: 1px;
  background: #fff;
  right: 0;
  width: 200%;
  position: absolute;
  right: 0;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  .page__fv--title::after {
    bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 14.6666666667vw;
  }
}
.page__fv--subTitle {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-left: 14px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    padding-left: 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    padding-left: 10.6666666667vw;
  }
}

/* 線のアニメーション部分 */
.fv__scroll {
  position: absolute;
  left: 50px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1320px) {
  .fv__scroll {
    bottom: 20px;
    bottom: unset;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .fv__scroll {
    left: 2.6666666667vw;
  }
}
.fv__scroll p {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv__scroll p {
    font-size: 10px;
  }
}
.fv__scroll span {
  background: rgba(0, 0, 0, 0.3);
  width: 2px;
  height: 138px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__scroll span {
    height: 90px;
    margin-top: 10px;
  }
}
.fv__scroll span::before {
  animation: scroll 2s infinite;
  background-color: #0E2640;
  bottom: 0;
  content: "";
  height: 138px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
@media screen and (max-width: 768px) {
  .fv__scroll span::before {
    height: 90px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
main {
  width: 100%;
  overflow: hidden;
}

.works {
  padding: 65px 40px 120px;
  background: #EBE9E3;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.works__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.works .section__title {
  text-align: center;
  margin-bottom: 10px;
}
.works .section__subTitle {
  text-align: center;
}
.works__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 30px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    margin-top: 0;
    display: block;
  }
}
.works__list {
  display: block;
}
@media screen and (max-width: 768px) {
  .works__list {
    margin-bottom: 45px;
  }
}
.works__list--img {
  position: relative;
  overflow: hidden;
}
.works__list--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s ease;
  vertical-align: bottom;
}
.works__list--img:hover img {
  transform: scale(1.1);
}
.works__list--cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0D2741;
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
}
.works__list--contents {
  padding: 18px 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  position: relative;
}
.works__list--contents::before {
  content: "";
  width: 16px;
  height: 100%;
  border: 1px solid #0E2640;
  border-right: 0;
  position: absolute;
  left: 0;
  top: -1px;
}
.works__list--contents::after {
  content: "";
  width: 16px;
  height: 100%;
  border: 1px solid #0E2640;
  border-left: 0;
  position: absolute;
  right: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .works__list--contents {
    padding: 18px 15px;
  }
}
.works__list--title {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: #1F1F1F;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__list--title {
    font-size: 4.8vw;
  }
}
.works__list--item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.works__list--item span {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px;
  background: #fff;
  white-space: nowrap;
}
.works__list--item p {
  font-size: 14px;
  font-weight: 500;
}
.works .more__btn {
  margin: 40px auto 0;
}

.pagination {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 10.6666666667vw;
  }
}
.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pagination__item span {
  color: #0D2741;
}
.pagination__item a {
  color: #0D2741;
  opacity: 0.4;
  text-decoration: underline;
}
.pagination__item.prev {
  margin-right: 20px;
}
.pagination__item.prev a {
  opacity: 1;
}
.pagination__item.next {
  margin-left: 20px;
}
.pagination__item.next a {
  opacity: 1;
}

.works__detail {
  padding: 75px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works__detail {
    padding: 12vw 5.3333333333vw;
  }
}
.works__detail::after {
  content: "";
  width: 30%;
  height: 92%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #EBE9E3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .works__detail::after {
    width: 100%;
    height: 100%;
  }
}
.works__detail--inner {
  max-width: 900px;
  margin: 0 auto;
}
.works__detail .category {
  padding: 8px 15px;
  background: #0E2640;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .works__detail .category {
    margin-bottom: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.works__detail--title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .works__detail--title {
    margin-bottom: 6.6666666667vw;
    font-size: 6.9333333333vw;
  }
}
.works__detail--text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__detail--text {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.works__detail--item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.works__detail--item span {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px;
  background: #fff;
}
.works__detail--item p {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.works__detail--thumbnail {
  margin: 60px auto 28px;
  text-align: center;
}
.works__detail--thumbnail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works__detail--thumbnail {
    margin: 0 auto 2.6666666667vw;
  }
}
.works__detail--subs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .works__detail--subs {
    gap: 10px;
    margin-bottom: 9.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
.works__detail--description h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 20px;
  border-bottom: 1px solid #0D2741;
  margin-bottom: 25px;
}
.works__detail--description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 45px;
  display: none;
}
.works__detail--description .img__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .works__detail--description .img__box {
    flex-direction: column;
    gap: 10px;
  }
}
.works__detail--description .img__box img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .works__detail--description .img__box img {
    width: 100%;
  }
}
.works__detail--description h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 25px;
}

.back__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-weight: 500;
  font-family: "Lora", serif;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #0D2741;
  cursor: pointer;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .back__btn {
    font-size: 5.3333333333vw;
    gap: 14px;
    margin-top: 12vw;
  }
}
.back__btn .text {
  position: relative;
}
.back__btn .text::after {
  content: "";
  height: 1px;
  width: 0;
  background: #0D2741;
  transition: all 0.4s ease;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.back__btn:hover {
  opacity: 1;
}
.back__btn:hover .text::after {
  width: 100%;
}
.back__btn .arrow {
  width: 44px;
  height: 44px;
  background: #0D2741;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .back__btn .arrow {
    width: 36px;
    height: 36px;
  }
}
.back__btn .arrow:before,
.back__btn .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
}
.back__btn.bk .arrow:before,
.back__btn.bk .arrow:after {
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: 10px;
  transform: translate(50%, -50%) scaleX(-1);
}
.back__btn.bk .arrow:after {
  transform: translate(-400%, -50%) scaleX(-1);
}
.back__btn.wh {
  color: #fff;
}
.back__btn.wh .text::after {
  background: #fff;
}
.back__btn.wh .arrow {
  background: #fff;
}
.back__btn.wh .arrow:before,
.back__btn.wh .arrow:after {
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  background: url(../img/common/icon_arrow_right_blue.svg) no-repeat;
  background-size: 10px;
  transform: translate(50%, -50%) scaleX(-1);
}
.back__btn.wh .arrow:after {
  transform: translate(400%, -50%) scaleX(-1);
}

.back__btn:hover .arrow:before {
  animation-name: transformRightLeft;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
}

.back__btn:hover .arrow:after {
  animation-name: transformLeftRight;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translate(400%, -50%) scaleX(-1);
  }
  100% {
    transform: translate(50%, -50%) scaleX(-1);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translate(50%, -50%) scaleX(-1);
  }
  100% {
    transform: translate(-400%, -50%) scaleX(-1);
  }
}
.thought {
  padding: 120px 40px 50px;
  position: relative;
  background: #EBE9E3;
  max-width: 85%;
  margin-left: auto;
  position: relative;
  margin-top: -260px;
}
@media screen and (max-width: 1320px) {
  .thought {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .thought {
    width: 100%;
    margin-top: -110px;
    max-width: 100%;
  }
}
.thought .page__fv--title {
  color: #fff;
  position: absolute;
  top: -90px;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 2;
  font-size: 90px;
  margin-left: auto;
  padding-right: 20%;
}
@media screen and (max-width: 768px) {
  .thought .page__fv--title {
    top: -120px;
    z-index: 5;
    font-size: 18.6666666667vw;
    padding-left: 0;
    padding-right: 15%;
  }
}
.thought .page__fv--title::after {
  content: "";
  width: 200%;
  left: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .thought .page__fv--title::after {
    right: unset;
  }
}
@media screen and (max-width: 768px) {
  .thought {
    padding: 21.3333333333vw 8vw 24vw;
  }
}
.thought::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0D2741;
  width: 100%;
  height: 90%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .thought::after {
    height: 100%;
  }
}
.thought__inner {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1320px) {
  .thought__inner {
    max-width: 100%;
  }
}
.thought__box {
  display: flex;
  justify-content: space-between;
}
.thought__title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thought__title {
    font-size: 7.4666666667vw;
    writing-mode: vertical-rl;
    margin-top: 24px;
    letter-spacing: 0.2em;
  }
  .thought__title span {
    padding-top: 20px;
  }
}
.thought .section__subTitle {
  color: #fff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thought .section__subTitle {
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
  }
}
.thought__text {
  margin-top: 55px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
.thought__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thought__contents {
  width: 42%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .thought__contents {
    width: 30%;
  }
}
.thought__en {
  font-size: 126px;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Lora", serif;
  color: #EBE9E3;
  opacity: 0.35 !important;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .thought__en {
    margin-top: 5.3333333333vw;
    font-size: 24vw;
    position: absolute;
    white-space: nowrap;
    top: -40px;
    left: -30px;
  }
}
.thought__img {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .thought__img {
    width: 70%;
    margin-bottom: 13.3333333333vw;
    transform: translateX(20%) scale(1.15);
    margin-bottom: -80px;
  }
}
.thought__img div {
  width: 48%;
}
.thought__img .thought__img02 img {
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .thought__img .thought__img02 img {
    transform: translateY(20px);
  }
}

.virtue {
  padding: 100px 40px 100px;
  background: #EBE9E3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .virtue {
    padding: 8vw 5.3333333333vw 14.6666666667vw;
  }
}
.virtue__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .virtue .section__subTitle {
    text-align: center;
  }
}
.virtue__title {
  font-size: 126px;
}
@media screen and (max-width: 768px) {
  .virtue__title {
    font-size: 18.6666666667vw;
    text-align: center;
    margin-bottom: 10px;
  }
}
.virtue__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .virtue__box {
    flex-direction: column-reverse;
  }
}
.virtue__img {
  width: 50%;
  transform: scale(1.6) translate(-20%, 15%);
}
@media screen and (max-width: 768px) {
  .virtue__img {
    width: 100%;
    transform: scale(1.2) translate(-8%, 0);
  }
}
.virtue .section__subTitle {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 25px;
  color: #1F1F1F;
}
@media screen and (max-width: 768px) {
  .virtue .section__subTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.virtue__contents {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .virtue__contents {
    margin-top: 8vw;
    width: 100%;
  }
}
.virtue__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .virtue__text {
    margin-top: 8vw;
    margin-bottom: 12vw;
    font-size: 4.2666666667vw;
  }
}

.about__sec {
  background: #EBE9E3;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about__sec {
    padding: 0 5.3333333333vw 0vw;
  }
}
.about__sec--inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .about__sec--inner {
    padding: 10.6666666667vw 0;
  }
}
.about__sec--box {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__sec--box {
    flex-direction: column;
    gap: 30px;
  }
}
.about__sec--item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .about__sec--item {
    width: 100%;
  }
}
.about__sec .titleArea {
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about__sec .titleArea {
    margin-bottom: 10.6666666667vw;
    display: block;
  }
}
.about__sec .titleArea::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 107%;
  background: #0E2640;
  height: 1px;
  width: 300%;
}
.about__sec .section__subTitle {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #1F1F1F;
}
@media screen and (max-width: 768px) {
  .about__sec .section__subTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.about__sec--title {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__sec--title {
    font-size: 10.6666666667vw;
    margin-bottom: 10px;
  }
}
.about__sec--img {
  margin-bottom: 10px;
}
.about__sec--contents h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0E2640;
  padding: 10px 0;
  color: #fff;
  gap: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .about__sec--contents h3 {
    font-size: 4.8vw;
  }
}
.about__sec--contents .num {
  font-size: 40px;
  font-family: "Lora", serif;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about__sec--contents .num {
    font-size: 7.4666666667vw;
    text-align: center;
  }
}
.about__sec--contents p {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__sec--contents p {
    margin-top: 15px;
    text-align: center;
    font-size: 3.7333333333vw;
  }
}

.message {
  background: #EBE9E3;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 18.6666666667vw 5.3333333333vw 14.6666666667vw;
  }
}
.message .titleArea {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .message .titleArea {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.message .titleArea::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 107%;
  background: #0E2640;
  height: 1px;
  width: 300%;
}
.message__inner {
  max-width: 900px;
  margin: 0 auto;
}
.message__title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #0D2741;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message__title {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .message__title::before {
    content: "";
    width: 25px;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    display: block;
    background: #0E2640;
  }
}
.message .section__subTitle {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message .section__subTitle {
    font-size: 4.2666666667vw;
    margin-top: 10px;
  }
}
.message__en {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 126px;
  font-family: "Lora", serif;
  font-weight: normal;
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 768px) {
  .message__en {
    writing-mode: horizontal-tb;
    font-size: 16.8vw;
    top: 6%;
    left: 15px;
    z-index: 4;
  }
}
.message__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 4.2666666667vw;
  }
}
.message__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .message__box {
    flex-direction: column-reverse;
  }
}
.message__contents {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
    padding: 0 4vw;
  }
}
.message__img {
  width: 38%;
}
.message__img img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .message__img {
    padding: 0 5.3333333333vw;
    width: 100%;
    margin: 0 auto 30px;
  }
}

.company {
  background: #EBE9E3;
  padding: 80px 40px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 9.3333333333vw 5.3333333333vw 17.3333333333vw;
    padding-left: 12vw;
  }
}
.company::after {
  content: "";
  width: 90%;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .company::after {
    width: 95%;
  }
}
.company__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.company__table {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.company__table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company__table table {
    border-bottom: 1px solid rgba(13, 39, 65, 0.25);
  }
}
.company__table table tr {
  border-top: 1px solid rgba(13, 39, 65, 0.25);
}
@media screen and (max-width: 768px) {
  .company__table table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table table th,
.company__table table td {
  text-align: left;
  box-sizing: border-box;
  padding: 30px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company__table table th,
  .company__table table td {
    font-size: 3.7333333333vw;
  }
}
.company__table table th {
  font-weight: bold;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .company__table table th {
    padding-top: 17px;
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
  }
}
.company__table table td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .company__table table td {
    width: 100%;
    padding-bottom: 17px;
    font-size: 16px;
    padding-top: 0;
  }
}
.company__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company__title {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}

.contact {
  background: #EBE9E3;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 11.2vw 5.3333333333vw 20vw;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__form {
  max-width: 900px;
  margin: 0 auto;
}
.contact__form--privacy {
  margin: 60px auto 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .contact__form--privacy {
    margin: 9.3333333333vw auto 8vw;
  }
}
.contact__form--privacy input {
  width: 23px;
  height: 23px;
  border: none;
  margin: 0;
}
.contact__form--privacy p {
  font-size: 14px;
}
.contact__form--privacy p a {
  color: #1F1F1F;
  text-decoration: underline;
}
.contact__form--submit {
  text-align: center;
}
.contact__form--submit input {
  background: #0D2741;
  width: 375px;
  height: 84px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__form--submit input {
    width: 240px;
    height: 65px;
    font-size: 18px;
  }
}
.contact__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__item {
    display: block;
  }
}
.contact__item.top {
  align-items: flex-start;
}
.contact__item.top .contact__item--title {
  padding-top: 12px;
}
.contact__item--title {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__item--title {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.contact__item--input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__item--input {
    width: 100%;
  }
}
.contact__item--input input {
  height: 50px;
  background: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__item--input input {
    height: 45px;
  }
}
.contact__item--input textarea {
  background: #fff;
  border: none;
  width: 100%;
  height: 235px;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contact__item--input textarea {
    height: 170px;
  }
}

.thanks {
  background: #EBE9E3;
  padding: 110px 40px;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 16vw 5.3333333333vw;
  }
}
.thanks__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.thanks__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #0D2741;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.thanks__text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 4.2666666667vw;
  }
}
.thanks .back__btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .thanks .back__btn {
    margin-top: 8vw;
  }
}

.policy {
  padding: 80px 40px;
}
.policy__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.policy__contents {
  line-height: 2;
}
.policy__contents p {
  margin-bottom: 30px;
}
.policy__contents .right {
  text-align: right;
}

.mwform-checkbox-field-text {
  display: none !important;
}/*# sourceMappingURL=page.css.map */