@charset "UTF-8";
/*==Noto_Sans_JP==*/
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*==Zen_Maru_Gothic==*/
/*Medium*/
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../font/Zen_Maru_Gothic/ZenMaruGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../font/Zen_Maru_Gothic/ZenMaruGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Black*/
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../font/Zen_Maru_Gothic/ZenMaruGothic-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "";
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-display: swap;
  position: relative;
  background-image: url(../../img/bg.webp);
  color: #222222;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.sp-block {
  display: none;
}

.main__container {
  padding-top: 96px;
  padding-bottom: 120px;
}
.main__container.--top {
  padding-top: 0;
}

.sectionContainer {
  padding-top: 96px;
}

.wrapper {
  width: min(100%, 1040px);
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
}

.ly__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sectionContainer {
    padding-top: 64px;
  }
  .main__container {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
/* Module */
.sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  margin-bottom: 40px;
}
.sectionTitle--en {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  padding: 0 1em;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #FFFFFF;
}
.sectionTitle--en.orange {
  background-color: #E48916;
}
.sectionTitle--en.blue {
  background-color: #3780DE;
}
.sectionTitle--en.green {
  background-color: #49B84A;
}
.sectionTitle--en.red {
  background-color: #BE1A22;
}
.sectionTitle--en.pueple {
  background-color: #9A5E9A;
}
.sectionTitle--ja {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  text-align: center;
  color: #533B29;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sectionTitle.left {
  align-items: flex-start;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 24px;
  }
}
.btn {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  background-color: #E48916;
  color: #FFFFFF;
  padding: 4px 32px;
}
.btn.--large {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.icon-tab::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/icon/icon-tab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}
.btn.icon-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.text__link {
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  font-size: 0.875rem;
  color: #533B29;
  text-align: right;
  display: block;
  position: relative;
  padding-right: 2em;
}
.text__link::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #E48916;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text__link::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

/*===========================
sp
===========================*/
.headerContainer {
  background-image: url(../../img/bg.webp);
  width: 100%;
  position: fixed;
  min-height: 105px;
  z-index: 3;
}
.headerContainer .inner {
  width: min(100%, 1240px);
  padding: 16px 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.home .headerContainer {
  background-color: #FBF8EF;
  background-image: none;
}

.header__logo {
  max-width: 190px;
  display: block;
}

.header__textContents {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
}
.header__textContents h1 {
  color: #7E6654;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}

.nav__list {
  display: flex;
  gap: 2em;
}
.nav__list .nav__item a {
  color: #533B29;
  font-weight: 700;
}

.nav__sp {
  display: none;
}

/*===========================
wrap
===========================*/
@media screen and (max-width: 1050px) {
  .headerContainer {
    min-height: 90px;
  }
  .headerContainer .inner {
    padding: 8px 16px;
    flex-direction: column-reverse;
  }
  .header__logo {
    max-width: 100px;
  }
  .header__textContents {
    display: contents;
  }
  .header__textContents h1 {
    letter-spacing: 0;
    padding-bottom: 8px;
    font-size: 9px;
  }
  .nav__container .nav__list {
    background-color: #E48916;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    padding-top: 100px;
    padding-right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 1;
  }
  .nav__container .nav__list .nav__item a {
    color: #FFFFFF;
  }
  .nav__container .nav__list.sp_open {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    height: 100vh;
  }
  /*バーガーメニュー時背景固定用*/
  #toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #E48916;
    color: #FFFFFF;
    z-index: 2;
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
  .hamburger {
    position: relative;
    width: 14px;
    height: 14px;
  }
  /*ボタン内側*/
  #toggle span {
    transition: all 0.4s;
    position: absolute;
    left: 0%;
    height: 2px;
    background: #FFFFFF;
    width: 100%;
  }
  #toggle span:nth-of-type(1) {
    top: 0;
  }
  #toggle span:nth-of-type(2) {
    top: 6px;
  }
  #toggle span:nth-of-type(3) {
    top: 12px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  #toggle.active {
    border-color: #FFFFFF;
  }
  #toggle.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #toggle.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
}
.footerContainer {
  box-shadow: 0px -4px 16px 0px rgba(115, 92, 37, 0.1);
  background-color: #FFFFFF;
  border-radius: 100px 100px 0 0;
  padding: 56px 0 16px;
  text-align: center;
  font-size: 0.875rem;
}
.footerContainer copy {
  font-size: 0.625rem;
  text-align: center;
}

.footer__logo {
  display: block;
  max-width: 190px;
  margin: 0 auto 24px;
}

.footer__nav {
  margin-top: 56px;
}
.footer__nav .footerNav__item {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  border-left: 1px solid #C2C2C2;
  padding: 0 2em;
  line-height: 1;
  margin-bottom: 56px;
}
.footer__nav .footerNav__item:last-child {
  border-right: 1px solid #C2C2C2;
}
.footer__nav a {
  color: #222222;
}

.banner__list {
  justify-content: flex-start;
  gap: 16px 2.666%;
  margin-bottom: 56px;
}
.banner__list .banner__item {
  width: 23%;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .footerContainer {
    border-radius: 64px 64px 0 0;
    padding: 56px 0 16px;
  }
  .footer__nav {
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 32px;
    border-top: 1px solid #eeeeee;
  }
  .footer__nav .footerNav__item {
    border-left: none;
    padding: 0;
    margin-bottom: 32px;
  }
  .banner__list {
    gap: 8px 2%;
  }
  .banner__list .banner__item {
    width: 49%;
  }
}
/* sections */
#secAbout {
  padding: 150px 24px 0;
  position: relative;
}
#secAbout::before {
  content: "";
  width: 50%;
  max-width: 150px;
  aspect-ratio: 1/1;
  background-image: url(../../img/object-about03.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 73%;
  z-index: 1;
}
#secAbout .inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 80px 0;
  background-color: #FFFFFF;
  border-radius: 40px;
  position: relative;
}
#secAbout .inner::before {
  content: "";
  width: 26%;
  max-width: 260px;
  aspect-ratio: 13/3;
  background-image: url(../../img/object-about01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 30px;
}
#secAbout .inner::after {
  content: "";
  width: 26%;
  max-width: 260px;
  aspect-ratio: 13/3;
  background-image: url(../../img/object-about02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 30px;
}

.about__contents {
  gap: 32px;
}
.about__contents .about__img {
  width: 50%;
}
.about__contents .about__textContents {
  flex: 1;
}
.about__contents .about__textContents h3 {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #E48916;
  font-size: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem);
  margin-bottom: 24px;
  letter-spacing: 0;
}
.about__contents .about__textContents h3 span {
  display: block;
  border-top: 1px dashed #BCAA7F;
  padding: 8px;
}
.about__contents .about__textContents h3 span:last-child {
  border-bottom: 1px dashed #BCAA7F;
}
.about__contents .about__textContents h3 span.sp-block {
  display: contents;
}
.about__contents .about__textContents p {
  line-height: 200%;
}
.about__contents .about__textContents p:not(:last-child) {
  margin-bottom: 1em;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secAbout {
    padding: 56px 0 0;
  }
  #secAbout::before {
    max-width: 80px;
    bottom: -40px;
  }
  #secAbout .inner {
    width: calc(100% - 32px);
    padding: 40px 0;
    border-radius: 16px;
  }
  #secAbout .inner::before {
    top: -10px;
  }
  #secAbout .inner::after {
    bottom: -10px;
  }
  .about__contents {
    gap: 24px;
  }
  .about__contents .about__img {
    width: 80%;
    order: 2;
  }
  .about__contents .about__textContents {
    display: contents;
  }
  .about__contents .about__textContents h3 {
    order: 1;
    margin-bottom: 0;
  }
  .about__contents .about__textContents h3 span {
    padding: 4px;
  }
  .about__contents .about__textContents h3 span.sp-block {
    display: block;
    border-bottom: none;
  }
  .about__contents .about__textContents p {
    order: 3;
  }
}
.event__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.event__item {
  width: 30%;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}
.event__item a {
  color: #222222;
}

.event__img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.event__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.event__textContents {
  background-color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  padding: 16px;
}
.event__textContents date {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.event__textContents date span {
  background-color: #BCAA7F;
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  padding: 1px 10px;
  border-radius: 10px;
}
.event__textContents p {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  height: 3.5em;
  font-weight: 500;
}

#secEvent .btn__container {
  text-align: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .event__list {
    flex-direction: column;
    padding: 0 24px;
  }
  .event__item {
    width: 100%;
  }
  .event__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
#secGroup {
  padding-top: 0;
}
#secGroup::before {
  content: "";
  width: 100%;
  background-image: url(../../img/group-top.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  aspect-ratio: 32/3;
}
#secGroup .inner {
  background-color: #FFFBEE;
  padding-bottom: 120px;
}

.group__inro {
  margin-bottom: 120px;
}

.group__img {
  max-width: 400px;
  margin-right: 5%;
  position: relative;
}
.group__img::before {
  content: "";
  width: 30%;
  max-width: 100px;
  aspect-ratio: 1/1;
  background-image: url(../../img/object-owner01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 0;
}
.group__img::after {
  content: "";
  width: 50%;
  max-width: 200px;
  aspect-ratio: 19/5;
  background-image: url(../../img/object-owner02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.group__message {
  flex: 1;
}
.group__message h3 {
  font-size: clamp(1.125rem, 0.949rem + 0.88vw, 1.5rem);
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #533B29;
  margin-bottom: 16px;
}
.group__message dl {
  margin-bottom: 16px;
}
.group__message dl dt {
  color: #E48916;
  font-size: 0.75rem;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
}
.group__message dl dd {
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
}
.group__message p {
  margin-top: 1rem;
}

.group__bottom {
  align-items: flex-start;
}

.intro__table {
  width: 48%;
  margin-right: 4%;
}
.intro__table .row {
  border-top: 1px dashed #BCAA7F;
  padding: 8px 16px;
}
.intro__table .row:last-child {
  border-bottom: 1px dashed #BCAA7F;
}
.intro__table .row dt {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #E48916;
  font-size: 0.75rem;
}
.intro__table .row dd {
  font-size: 0.875rem;
}

.history__container {
  width: 48%;
  background-color: #FFFFFF;
  border-radius: 0 16px 16px 16px;
}

.history__title {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  background-color: #BCAA7F;
  display: inline-block;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  padding: 0 24px;
  border-radius: 0 0 8px 8px;
  margin-left: 24px;
}

.history__table {
  padding: 0 24px 16px;
  font-size: 0.875rem;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}
.history__table .row {
  padding: 16px;
}
.history__table .row:not(:last-child) {
  border-bottom: 1px dashed #BCAA7F;
}
.history__table .row dt {
  font-size: 0.75rem;
  color: #999999;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secGroup .inner {
    padding-top: 24px;
    padding-bottom: 80px;
  }
  .group__inro {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .group__img {
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .group__img::before {
    max-width: 70px;
    top: 16px;
    right: -16px;
  }
  .group__img::after {
    content: "";
    max-width: 180px;
    left: -16px;
  }
  .group__message h3 {
    text-align: center;
  }
  .group__message dl {
    text-align: center;
  }
  .intro__table {
    width: 100%;
    margin-bottom: 32px;
  }
  .history__container {
    width: 100%;
  }
  .history__table {
    padding: 16px;
  }
  .history__table .row {
    flex-direction: column;
  }
  .history__table .row:last-child {
    border-bottom: none;
  }
  .history__table .row:first-child {
    border-top: none;
  }
}
.mainVisual {
  padding-top: 105px;
  background-color: #FBF8EF;
}
.mainVisual .inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  position: relative;
  padding: 32px 24px 56px;
}

.mv__title {
  position: absolute;
  left: 24px;
  top: 15%;
}
.mv__title h2 {
  width: 50%;
}

.mv__img {
  border-radius: 16px;
  overflow: hidden;
}
.mv__img.--large {
  width: 58.5%;
}
.mv__img.--middle {
  width: 38%;
}
.mv__img.--small {
  width: 28%;
}

.mv__top {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.mv__top::before {
  content: "";
  width: 20%;
  max-width: 120px;
  aspect-ratio: 1/1;
  background-image: url(../../img/oject-mv01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.mv__top::after {
  content: "";
  width: 18%;
  max-width: 180px;
  aspect-ratio: 3/2;
  background-image: url(../../img/oject-mv02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 24px;
  right: -24px;
}

.mv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -7%;
}

.kv__container {
  padding-top: 120px;
}
.kv__container .wrapper {
  width: calc(100% - 80px);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FBF8EF;
  border-radius: 16px;
}
.kv__container .sectionTitle {
  margin-bottom: 20px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .mainVisual {
    padding-top: 90px;
  }
  .mainVisual .inner {
    padding: 16px;
  }
  .mv__title {
    top: initial;
    bottom: -32px;
    left: 16px;
  }
  .mv__title h2 {
    width: 95%;
  }
  .mv__img {
    border-radius: 8px;
  }
  .mv__img.--large {
    width: 100%;
  }
  .mv__img.--middle {
    width: 60%;
    margin-bottom: 16px;
  }
  .mv__img.--small {
    width: 48%;
  }
  .mv__img.--small:last-child {
    margin-left: 4%;
  }
  .mv__top {
    position: relative;
    flex-direction: column-reverse;
  }
  .mv__top::before {
    top: 16px;
    left: initial;
    right: 16px;
  }
  .mv__top::after {
    display: none;
  }
  .mv__bottom {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 56px;
    position: relative;
  }
  .mv__bottom::after {
    content: "";
    width: 160px;
    height: 100px;
    background-image: url(../../img/oject-mv02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .kv__container {
    padding-top: 100px;
  }
  .kv__container .wrapper {
    width: calc(100% - 48px);
    min-height: 100px;
    border-radius: 8px;
  }
  .kv__container .sectionTitle {
    margin-bottom: 8px;
  }
}
#secNews {
  padding-bottom: 120px;
}
#secNews .wrapper {
  align-items: stretch;
}

.news__contents {
  position: relative;
  width: 48%;
  margin-right: 4%;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 56px 32px;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}
.news__contents::after {
  content: "";
  width: 50%;
  max-width: 180px;
  aspect-ratio: 3/2;
  background-image: url(../../img/oject-news.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 30px;
}

.news__item {
  border-top: 1px dashed #BCAA7F;
  padding: 16px;
}
.news__item:last-child {
  border-bottom: 1px dashed #BCAA7F;
  margin-bottom: 16px;
}
.news__item a {
  color: #222222;
}
.news__item date {
  color: #BCAA7F;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}

.calender__contents {
  width: 48%;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}
.calender__contents iframe {
  width: 100%;
  height: 100%;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secNews {
    padding-bottom: 80px;
  }
  #secNews .wrapper {
    flex-direction: column;
  }
  #secNews .sectionTitle.left {
    align-items: center;
  }
  .news__contents {
    width: 100%;
    margin-right: 0;
    padding: 32px 16px;
    margin-bottom: 40px;
  }
  .news__contents::after {
    display: none;
  }
  .news__item {
    padding: 16px;
  }
  .calender__contents {
    width: 100%;
    height: 380px;
  }
}
.colum2 {
  display: flex;
  justify-content: space-between;
}
.colum2 .main__column {
  flex: 1;
  overflow-wrap: break-word;
}
.colum2 .main__column date {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.colum2 .main__column date span {
  background-color: #BCAA7F;
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  padding: 1px 10px;
  border-radius: 10px;
}
.colum2 .side__column {
  width: 300px;
  margin-left: 50px;
}
.colum2 .side__column ul {
  background-color: #FBF8EF;
  border-radius: 0 0 8px 8px;
  padding: 0 16px 24px;
}
.colum2 .side__column li {
  border-bottom: 1px dashed #BCAA7F;
  padding: 16px 8px;
  font-size: 0.875rem;
}
.colum2 .side__column li a {
  color: #222222;
}
.colum2 .side__columnttl {
  background-color: #E48916;
  color: #FFFFFF;
  padding: 8px 16px;
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}

.pageevent__item {
  border-top: 1px dashed #BCAA7F;
  padding: 16px;
}
.pageevent__item:last-child {
  border-bottom: 1px dashed #BCAA7F;
}
.pageevent__item a {
  display: flex;
  color: #222222;
}
.pageevent__item .event__img {
  border-radius: 8px;
  overflow: hidden;
  max-width: 200px;
  margin-right: 24px;
}
.pageevent__item .event__textContents {
  padding: 0.5rem 0;
  flex: 1;
  background-color: transparent;
}

/* ============================
一覧のページャー
============================ */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 30px;
}
.nav-links a {
  text-decoration: none;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  border: 1px solid #E48916;
  border-radius: 20px;
  color: #E48916;
}

.pagination .current {
  background: #E48916;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #E48916;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

/* ============================
シングルのページャー
============================ */
.blog-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  border-top: 1px dashed #BCAA7F;
  padding-top: 30px;
}
.blog-pager li a {
  display: block;
  border: 1px solid #E48916;
  color: #E48916;
  text-decoration: none;
  width: 10em;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.blog-pager li.back a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #E48916;
  border-left: 2px solid #E48916;
  transform: rotate(-45deg) translateY(-50%);
}
.blog-pager li.next a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #E48916;
  border-right: 2px solid #E48916;
  transform: rotate(-45deg) translateY(-50%);
}

/* ============================
シングルの詳細
============================ */
.news__ttl {
  font-size: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem);
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  color: #533B29;
  margin-bottom: 30px;
}

.news__date {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 0.875rem;
  color: #BCAA7F;
  border-bottom: 1px dashed #BCAA7F;
  padding-bottom: 16px;
  margin-bottom: 32px;
  display: block;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .colum2 {
    flex-direction: column;
  }
  .colum2 .main__column {
    width: 100%;
    margin-bottom: 56px;
  }
  .colum2 .side__column {
    width: 100%;
    margin-left: 0;
  }
  /* ============================
  一覧のページャー
  ============================ */
}
.supporter__list {
  justify-content: flex-start;
  gap: 16px 5%;
  margin-bottom: 72px;
}

.supporter__item {
  width: 30%;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}

.supporter__banner {
  display: flex;
  align-items: stretch;
  filter: drop-shadow(4px 4px 16px rgba(115, 92, 37, 0.1));
}
.supporter__banner figure {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  max-width: 420px;
}
.supporter__banner figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.supporter__banner .taxtContents {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 0 16px 16px 0;
  padding: 24px 32px;
  text-align: center;
  position: relative;
}
.supporter__banner .taxtContents h3 {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #00973B;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.supporter__banner .taxtContents p {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.supporter__banner .taxtContents .btn {
  z-index: 1;
  letter-spacing: 0;
  padding: 4px 24px;
}
.supporter__banner .taxtContents::before {
  content: "";
  width: 50%;
  max-width: 130px;
  aspect-ratio: 13/9;
  background-image: url(../../img/object-bnr01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: -30px;
}
.supporter__banner .taxtContents::after {
  content: "";
  width: 50%;
  max-width: 130px;
  aspect-ratio: 13/9;
  background-image: url(../../img/object-bnr02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 24px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .supporter__list {
    gap: 8px 2%;
    margin-bottom: 40px;
  }
  .supporter__item {
    width: 49%;
  }
  .supporter__banner {
    flex-direction: column;
  }
  .supporter__banner figure {
    border-radius: 16px 16px 0 0;
  }
  .supporter__banner .taxtContents {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .supporter__banner .taxtContents::before {
    top: -30px;
    left: 0px;
  }
  .supporter__banner .taxtContents::after {
    bottom: 0;
    right: 0;
  }
}
#secWorks {
  padding-bottom: 120px;
  padding-top: 150px;
}

.works__item {
  padding: 40px 24px;
  gap: 40px;
  border-top: 1px dashed #BCAA7F;
}
.works__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.works__item:last-child {
  border-bottom: 1px dashed #BCAA7F;
}
.works__item .works__img {
  width: 40%;
  border-radius: 16px;
  overflow: hidden;
}
.works__item .works__textContents {
  flex: 1;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
.works__item .works__textContents h3 {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  color: #533B29;
  margin-bottom: 8px;
}
.works__item .works__textContents p {
  margin-bottom: 24px;
}

.works__textContents--small {
  background-color: #FBF7ED;
  border-radius: 16px;
  padding: 24px;
  gap: 40px;
}
.works__textContents--small .works__img {
  width: 30%;
  max-width: 240px;
  border-radius: 8px;
  overflow: hidden;
}
.works__textContents--small .works__textContents {
  flex: 1;
}
.works__textContents--small .works__textContents h3 {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  color: #533B29;
  margin-bottom: 8px;
}

.slider::before {
  content: "";
  width: 100%;
  height: 12px;
  background-image: url(../../img/icon/wave.svg);
  background-repeat: repeat-x;
  display: block;
  transform: rotate(180deg);
}
.slider::after {
  content: "";
  width: 100%;
  height: 12px;
  background-image: url(../../img/icon/wave.svg);
  background-repeat: repeat-x;
  display: block;
}

.slider__wrap {
  background-color: #ECE1C0;
  display: flex;
  overflow: hidden;
  padding: 56px 0;
}

.slider__list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.slide__item {
  width: 25vw;
  border-radius: 16px;
  margin: 0 20px;
  overflow: hidden;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secWorks {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .works__item {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    gap: 16px;
  }
  .works__item:nth-child(odd) {
    flex-direction: column;
  }
  .works__item .works__img {
    width: 100%;
  }
  .works__item .works__textContents {
    flex: 1;
    text-align: center;
  }
  .works__item .works__textContents h3 {
    text-align: center;
  }
  .works__item .works__textContents p {
    text-align: left;
  }
  .works__textContents--small {
    flex-direction: column-reverse;
    padding: 16px;
    gap: 16px;
  }
  .works__textContents--small .works__img {
    width: 100%;
    max-width: 300px;
  }
  .works__textContents--small .works__textContents p {
    margin-bottom: 0;
  }
  .slider__wrap {
    padding: 24px 0;
  }
  .slide__item {
    width: 66.6666666667vw;
    margin: 0 8px;
  }
}
.form__table {
  max-width: 800px;
  margin: 50px auto 0;
}
.form__table.-confirm .form__row .form__head {
  padding-top: 0;
}

.form__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #BCAA7F;
  padding: 1rem 0;
}
.form__row:first-child {
  border-top: 1px dashed #BCAA7F;
}
.form__row:last-child {
  align-items: flex-start;
}
.form__row:not(:last-child) {
  margin-bottom: 0;
}
.form__row .form__head {
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  width: 35%;
  max-width: 15em;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.5em;
}
.form__row .form__cell {
  flex: 1;
  font-size: 0.875rem;
}

.form__icon {
  background-color: #BE1A22;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 5px;
  font-size: 0.65rem;
  margin-right: 10px;
}

input, select, textarea {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn__wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0;
}
.btn__wrapper .btn__pre, .btn__wrapper .btn__submit {
  max-width: 300px;
  width: 100%;
}
.btn__wrapper .btn__pre p, .btn__wrapper .btn__submit p {
  position: relative;
  cursor: pointer;
}
.btn__wrapper .btn__pre p input[type=submit], .btn__wrapper .btn__submit p input[type=submit] {
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  border: transparent;
  background-color: #E48916;
  color: #FFFFFF;
  border-radius: 50px;
  display: block !important;
  transition: all 0.3s;
  padding: 16px;
}
.btn__wrapper .btn__pre p input[type=submit]:hover, .btn__wrapper .btn__submit p input[type=submit]:hover {
  background-color: #c55d03;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p input[type=button], .btn__wrapper .btn__submit p input[type=button] {
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 50px;
  display: block !important;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p input[type=button]:hover, .btn__wrapper .btn__submit p input[type=button]:hover {
  background-color: #ccc;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p::before {
  right: initial;
  left: 20px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 5px 0;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks__contents {
  text-align: center;
}
.thanks__contents p {
  margin-bottom: 32px;
}

.thanks-title {
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
    padding: 1rem 0;
  }
  .form__row .form__head {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .form__row .form__cell {
    width: 100%;
  }
  .contact__notice {
    text-align: left;
  }
  input[type=submit] {
    width: 100%;
  }
}
.wp-block-image {
  margin-bottom: 24px;
}

.wp-block-heading {
  margin-bottom: 24px;
}

h2.wp-block-heading {
  background-color: #00973B;
  color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 4px;
}

h3.wp-block-heading {
  border-bottom: 2px solid #00973B;
  padding: 4px 8px;
  color: #00973B;
}

h4.wp-block-heading {
  border-top: 2px solid #00973B;
  border-bottom: 2px solid #00973B;
  padding: 4px 8px;
}

h5.wp-block-heading::before {
  content: "●";
  color: #00973B;
  margin-right: 5px;
}

h6.wp-block-heading {
  color: #00973B;
  border-bottom: 1px dashed #00973B;
  padding: 4px 8px;
}

.main__column p {
  margin-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */