@charset "UTF-8";
/* Front
--------------------------- */
/* 無駄な空白を削除 */
/* 初期化 */
.p-front figure {
  margin: 0;
  padding: 0;
}
.p-front a {
  transition: 0.2s;
}
.p-front a:hover {
  opacity: 0.8;
}

.p-header-mv {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 8px solid #17400b;
}
.p-header-mv video {
  display: block;
  width: 100%;
  height: auto;
}

.p-header-slider {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .p-header-content__link {
    display: none;
  }
}

.p-header-slider__item {
  height: 800px !important;
}
@media screen and (max-width: 767px) {
  .p-header-slider__item {
    height: 480px !important;
  }
}

.p-header-slide-title {
  position: absolute;
  inset: 19% 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "EB Garamond", serif;
  font-size: 76px;
  font-weight: 600;
  letter-spacing: 4.56px;
  line-height: 1.3;
  text-align: center;
  color: #1c1d1d;
}
@media screen and (max-width: 767px) {
  .p-header-slide-title {
    font-size: 40px;
  }
}

.p-front-sec01 {
  padding: 0px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 0px 0 20px 0;
  }
}
.p-front-sec01__bg-white {
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec01__bg-white {
    padding-top: 80px;
  }
}
.p-front-sec01__lead {
  padding-bottom: 100px;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-sec01__lead {
    padding-bottom: 40px;
    font-size: 24px;
  }
}
.p-front-sec01__img {
  width: 100%;
  height: 600px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-sec01__img {
    height: 200px;
  }
}

.p-front-heading {
  margin-bottom: 30px;
}
.p-front-heading__en {
  margin-bottom: 25px;
  font-family: "EB Garamond", serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #17400b;
}
@media screen and (max-width: 767px) {
  .p-front-heading__en {
    margin-bottom: 13px;
    font-size: 28px;
  }
}
.p-front-heading__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  color: #1c1d1d;
}
@media screen and (max-width: 767px) {
  .p-front-heading__title {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}

/* News */
.p-front-sec02 {
  padding: 50px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec02 {
    padding: 40px 0 60px 0;
  }
}

.p-front-sec02-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-front-sec02-block01__left {
  padding-top: 15px;
  width: 35%;
}
@media screen and (max-width: 1050px) {
  .p-front-sec02-block01__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec02-block01__left {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1050px) {
  .p-front-sec02-block01__btn {
    text-align: right;
  }
}
.p-front-sec02-block01__right {
  width: 65%;
}
@media screen and (max-width: 1050px) {
  .p-front-sec02-block01__right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec02-block01 .p-news-tab-list {
    margin: 0 0px 50px;
  }
}
.p-front-sec02-block01 .p-news-tab-list__tabs,
.p-front-sec02-block01 .p-news-tab-list__tabs2 {
  margin-left: -9px;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item a {
  position: relative;
  height: 50px;
  border: none;
  font-size: 16px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-sec02-block01 .p-news-tab-list__tabs-item a {
    font-size: 13px;
  }
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item.is-active a,
.p-front-sec02-block01 .p-news-tab-list__tabs-item a:hover {
  background: none;
  border: none;
  color: #1c1d1d;
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item.is-active a::after,
.p-front-sec02-block01 .p-news-tab-list__tabs-item a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  margin-inline: auto;
  background-color: #a52a2a;
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item.is-active + .p-news-tab-list__tabs-item a {
  border: none;
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item + .p-news-tab-list__tabs-item a {
  border: none;
}
.p-front-sec02-block01 .p-news-tab-list__tabs-item + .p-news-tab-list__tabs-item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #595a5a;
}
.p-front-sec02-block01 .p-news-tab-list__panel {
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-front-sec02-block01 .p-article04 {
  border: none;
  background: none;
}
.p-front-sec02-block01 .p-article04__inner {
  padding: 0;
  border-bottom: 1px solid #E6E8ED;
  height: auto;
  line-height: 1.6;
  padding: 28px 0 35px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec02-block01 .p-article04__inner {
    flex-wrap: wrap;
  }
}
.p-front-sec02-block01 .p-article04__date {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: bold;
}
.p-front-sec02-block01 .p-article04__title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-front-sec02-block01 .p-article04__title {
    display: block;
    width: 100%;
    flex: auto;
    margin-top: 12px;
  }
}
.p-front-sec02-block01 .p-cat {
  background: none;
  border: 1px solid #101010;
  color: #101010;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

.p-front-sec03 {
  padding: 10px 0;
  border-top: 6px solid #17400b;
  border-bottom: 6px solid #17400b;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec03 {
    padding: 6px 0;
    border-top: 4px solid #17400b;
    border-bottom: 4px solid #17400b;
    background-color: #f8f8f8;
  }
}

.p-front-sec03-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #17400b;
}
.p-front-sec03-block01__left {
  width: 45%;
  order: 1;
}
@media screen and (max-width: 1050px) {
  .p-front-sec03-block01__left {
    width: 100%;
    order: 2;
  }
}
.p-front-sec03-block01__img {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__img {
    height: 224px;
  }
}
.p-front-sec03-block01__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-front-sec03-block01__right {
  width: 55%;
  padding: 94px 0 0 140px;
  order: 2;
}
@media screen and (max-width: 1050px) {
  .p-front-sec03-block01__right {
    width: 100%;
    order: 1;
    padding: 97px 0 100px 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__right {
    padding: 40px 30px 40px;
  }
}
.p-front-sec03-block01__right-inner {
  width: 385px;
  max-width: 100%;
}
.p-front-sec03-block01 .p-front-heading__en, .p-front-sec03-block01 .p-front-heading__title {
  color: #fff;
}
.p-front-sec03-block01__lead {
  margin-bottom: 60px;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.42;
  color: #17400b;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__lead {
    font-size: 17px;
  }
}
.p-front-sec03-block01__lead > span {
  padding: 0 3px 3px 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__btn {
    text-align: right;
  }
}

.p-front-sec04 {
  padding: 10px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec04 {
    padding: 6px 0 0 0;
  }
}
.p-front-sec04__inner {
  padding: 144px 0 194px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-front-sec04__inner {
    padding: 70px 0 15px 0;
    background-color: transparent;
  }
}

.p-front-sec04-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 118px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .p-front-sec04-block01 {
    gap: 118px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec04-block01 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.p-front-sec04-block01__content {
  height: 251px;
  padding: 24px 40px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec04-block01__content {
    height: auto;
    padding: 20px 20px 30px;
  }
}
.p-front-sec04-block01__en {
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #17400b;
}
@media screen and (max-width: 1050px) {
  .p-front-sec04-block01__en {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec04-block01__en {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.p-front-sec04-block01__title {
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 3.63;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec04-block01__title {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 3;
  }
}
.p-front-sec04-block01__title > span {
  padding: 0 3px;
  color: #1C1D1D;
}
.p-front-sec04-block01__btn {
  text-align: right;
}

.p-front-sec05 {
  padding: 10px 0;
  background-color: #f8f8f8;
  border-top: 6px solid #17400b;
  border-bottom: 6px solid #17400b;
}
.p-front-sec05__inner {
  height: 340px;
}
@media screen and (max-width: 767px) {
  .p-front-sec05__inner {
    height: 200px;
  }
}
.p-front-sec05__inner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-front-sec06 {
  padding: 0px 0 10px 0;
  background-color: #fff;
  border-bottom: 6px solid #17400b;
}
@media screen and (max-width: 767px) {
  .p-front-sec06 {
    padding: 0px 0 50px 0;
    border-bottom: 4px solid #17400b;
  }
}
.p-front-sec06__inner {
  background-color: #F8F8F8;
  padding: 144px 0 127px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec06__inner {
    padding: 60px 0 70px 0;
  }
}

.p-front-sec06-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
}
.p-front-sec06-block01__left {
  position: relative;
  width: 45%;
  z-index: 2;
  order: 1;
}
@media screen and (max-width: 1050px) {
  .p-front-sec06-block01__left {
    width: 100%;
    order: 2;
  }
}
.p-front-sec06-block01__img01 {
  width: 600px;
  max-width: 100%;
  padding-top: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1050px) {
  .p-front-sec06-block01__img01 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 0px;
  }
}
.p-front-sec06-block01__img01 > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 551/400;
}
@media screen and (max-width: 1050px) {
  .p-front-sec06-block01__img01 > img {
    width: 551px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__img01 > img {
    width: 80%;
  }
}
.p-front-sec06-block01__right {
  width: 55%;
  padding: 0px 0 0 100px;
  order: 2;
}
@media screen and (max-width: 1050px) {
  .p-front-sec06-block01__right {
    width: 100%;
    padding: 0px 0 100px 100px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__right {
    padding: 0px;
  }
}
.p-front-sec06-block01__right-inner {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 72px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__right-inner {
    padding: 60px 30px 60px;
  }
}
.p-front-sec06-block01__right-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 950px;
  height: 525px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__right-inner::before {
    max-width: 100%;
    right: 0px;
    height: 410px;
  }
}
.p-front-sec06-block01__lead {
  margin-bottom: 35px;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  color: #a52a2a;
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__lead {
    margin-bottom: 40px;
    font-size: 17px;
  }
}
.p-front-sec06-block01__lead > span {
  padding: 0 3px 3px 3px;
  background-color: #a52a2a;
}
.p-front-sec06-block01__text {
  margin-bottom: 55px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.28px;
  color: #1c1d1d;
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__text {
    margin-bottom: 78px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec06-block01__btn {
    text-align: right;
  }
}

.p-front-sec07 {
  padding: 10px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec07 {
    padding: 6px 0;
  }
}
.p-front-sec07__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  background-color: #a52a2a;
}
@media screen and (max-width: 767px) {
  .p-front-sec07__inner {
    height: 218px;
  }
}

.p-front-sec07-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-front-sec07-block01 .p-front-heading__en,
.p-front-sec07-block01 .p-front-heading__title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec07-block01__right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec07-block01__btn {
    text-align: right;
  }
}