@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*==================================================================================================
	トップページ
==================================================================================================*/
.-top .mainView .mainSlide {
  position: relative;
  height: 100%;
}
.-top .mainView .mainSlide .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 800px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .-top .mainView .mainSlide .logo {
    width: 100%;
  }
}
.-top .mainView .splide__arrows {
  display: none;
}
@media screen and (max-width: 767px) {
  .-top .mainView .splide .splide-wrapper {
    height: 100vh;
  }
  .-top .mainView .splide .splide-wrapper .splide__track {
    height: 100%;
  }
  .-top .mainView .splide .splide-wrapper .splide__track img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
.-top .ttlArea {
  position: relative;
  padding-top: 3em;
  padding-left: 2vw;
  padding-right: 2vw;
  margin: 0 auto;
  max-width: 1420px;
}
@media screen and (max-width: 767px) {
  .-top .ttlArea {
    padding-top: 6em;
  }
}
.-top .ttlArea .ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .-top .ttlArea .ttl {
    align-items: center;
    flex-direction: column;
  }
}
.-top .ttlArea .ttl .enLabel {
  display: inline-block;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 8vw, 12rem);
  transform: rotate(-10deg);
  color: #676767;
  line-height: 1;
  margin-bottom: 0;
}
.-top .ttlArea .ttl p {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .-top .ttlArea .ttl p {
    padding-bottom: 0;
    padding-top: 0.2em;
  }
}
.-top .ttlArea .bg {
  position: absolute;
  top: 0;
  max-width: 56vw;
  opacity: 0.65;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .-top .ttlArea .bg {
    max-width: none;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 767px) {
  .-top .ttlArea.-left .ttl {
    justify-content: flex-start;
  }
  .-top .ttlArea.-left .bg {
    right: 0;
  }
  .-top .ttlArea.-right .ttl {
    justify-content: flex-end;
  }
  .-top .ttlArea.-right .bg {
    left: 0;
  }
}
.-top .secIntro .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2em, 5vw, 3em);
}
.-top .secIntro .flexWrap .thumb {
  width: 40%;
}
.-top .secIntro .flexWrap .textArea {
  flex: 1;
  text-align: left;
}
.-top .secIntro .flexWrap h2 {
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  color: #676767;
}
.-top .secIntro .flexWrap p {
  margin-top: 2em;
}
.-top .secIntro .bnrArea {
  margin-top: 3em;
}
.-top .secIntro .bnrArea > li:not(:first-child) {
  margin-top: 1em;
}
.-top .secEvent .eventList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 3%;
  margin-top: 2em;
}
.-top .secEvent .eventList__item {
  width: 31.3333333333%;
}
.-top .secEvent .eventList a {
  display: block;
  text-decoration: none;
}
.-top .secEvent .eventList a:hover .thumb img {
  transform: scale(1.1);
}
.-top .secEvent .eventList .thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.-top .secEvent .eventList .thumb img {
  width: 100%;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-top .secEvent .eventList p {
  line-height: 1.4;
  font-size: 90%;
  margin-top: 1em;
}
.-top .secEvent .eventList .ttl {
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .-top .secEvent .eventList__item {
    width: 47%;
  }
}
@media screen and (max-width: 560px) {
  .-top .secEvent .eventList__item {
    width: 100%;
  }
}
.-top .secWorks .splide,
.-top .secVoice .splide {
  margin-top: 2em;
}
.-top .secWorks .splide a,
.-top .secVoice .splide a {
  display: block;
  text-decoration: none;
}
.-top .secWorks .splide a:hover .thumb img,
.-top .secVoice .splide a:hover .thumb img {
  transform: scale(1.1);
}
.-top .secWorks .splide a:hover .textArea,
.-top .secVoice .splide a:hover .textArea {
  background: #EBEBEB;
}
.-top .secWorks .splide .thumb,
.-top .secVoice .splide .thumb {
  overflow: hidden;
  aspect-ratio: 3/1.6;
}
.-top .secWorks .splide .thumb img,
.-top .secVoice .splide .thumb img {
  width: 100%;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-top .secWorks .splide .textArea,
.-top .secVoice .splide .textArea {
  padding: clamp(1em, 5vw, 1.5em);
  transition: 0.3s;
}
.-top .secWorks .splide .textArea p,
.-top .secVoice .splide .textArea p {
  line-height: 1.4;
  font-size: 90%;
  margin-bottom: 0.5em;
}
.-top .secWorks .splide .textArea .ttl,
.-top .secVoice .splide .textArea .ttl {
  line-height: 1.6;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.8em;
}
.-top .secWorks .splide .textArea .price,
.-top .secVoice .splide .textArea .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.-top .secWorks .splide .textArea .price dt,
.-top .secVoice .splide .textArea .price dt {
  line-height: 1;
  background: #000000;
  color: #FFF;
  padding: 0.4em 1em;
  font-size: 85%;
}
.-top .secWorks .splide .textArea .cateList,
.-top .secVoice .splide .textArea .cateList {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-top: 1em;
}
.-top .secWorks .splide .textArea .cateList li,
.-top .secVoice .splide .textArea .cateList li {
  line-height: 1;
  white-space: nowrap;
  font-size: 80%;
}
.-top .secConcept .inner {
  background: url("../img/top/concept-bg.png") no-repeat top left/45vw;
  padding-top: 4em;
}
@media screen and (max-width: 767px) {
  .-top .secConcept .inner {
    background-size: 90vw;
    padding-top: 30vw;
  }
}
.-top .secConcept .textArea {
  background: #fff;
  padding: 2.6vw;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  max-width: 45vw;
  margin-left: auto;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .-top .secConcept .textArea {
    max-width: 85vw;
  }
}
.-top .secConcept .textArea p:not(:first-child) {
  margin-top: 1.35em;
}
.-top .secTopics .splide {
  max-width: 670px;
  width: 100%;
  margin: 2em auto;
}
.-top .secTopics .splide__track {
  overflow: visible;
}
.-top .secTopics .splide__arrow {
  display: none;
}
.-top .secConcept .flexWrap {
  display: flex;
  gap: clamp(2em, 5vw, 3em);
  position: relative;
  z-index: 1;
}
.-top .secConcept .flexWrap .thumb {
  width: 55%;
}
.-top .secConcept .flexWrap .textArea {
  flex: 1;
  text-align: left;
}
.-top .secConcept .grayWrap {
  position: relative;
  padding: 1em 0;
  margin-top: -2em;
}
.-top .secConcept .grayWrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(0%) translateX(-50%);
  background: #D9D9D9;
  z-index: -1;
}
.-top .secConcept .grayWrap .imageList {
  display: flex;
  gap: 0.5em;
  max-width: 600px;
  width: 60%;
  margin-left: auto;
}
.-top .secConcept .grayWrap .btnArea {
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translateY(0%) translateX(-50%);
  z-index: 1;
}
.-top .secConcept .grayWrap .pointL {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  max-width: 280px;
  width: 30%;
}
.-top .secConcept .grayWrap .pointR {
  position: absolute;
  right: -5%;
  top: 0;
  max-width: 170px;
  width: 20%;
}
@media screen and (max-width: 1080px) {
  .-top .secConcept .flexWrap {
    align-items: center;
  }
  .-top .secConcept .grayWrap {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .-top .secConcept .flexWrap {
    flex-direction: column;
  }
  .-top .secConcept .flexWrap .thumb {
    width: 100%;
  }
  .-top .secConcept .flexWrap .textArea {
    width: 100%;
  }
  .-top .secConcept .grayWrap {
    margin-top: 2em;
  }
  .-top .secConcept .grayWrap .imageList {
    gap: 1em;
    max-width: 100%;
    width: 100%;
  }
  .-top .secConcept .grayWrap .pointL {
    position: absolute;
    left: -5%;
    top: auto;
    bottom: -20%;
    transform: translateY(0%) translateX(0%);
  }
  .-top .secConcept .grayWrap .pointR {
    right: -5%;
    top: -10%;
  }
}
.-top .secModel .flexWrap {
  display: flex;
}
.-top .secModel .flexWrap .textArea {
  width: 40%;
  background: #000000;
  color: #FFF;
  padding: clamp(1em, 8vw, 3em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.-top .secModel .flexWrap .thumb {
  width: 60%;
}
.-top .secModel .flexWrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100% !important;
}
.-top .secModel .photoList {
  display: flex;
}
.-top .secModel .photoList li {
  width: 33.3333333333%;
}
@media screen and (max-width: 860px) {
  .-top .secModel .flexWrap {
    flex-direction: column;
  }
  .-top .secModel .flexWrap .textArea {
    width: 100%;
    order: 1;
  }
  .-top .secModel .flexWrap .thumb {
    width: 100%;
  }
}
.-top .secLink:before {
  top: -20%;
}
.-top .wideImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 40vw;
  max-height: 320px;
}
.-top .secColumn .inner {
  position: relative;
}
.-top .secColumn .inner .pointR {
  position: absolute;
  right: 0;
  top: -2%;
  max-width: 200px;
  width: 25%;
}
.-top .secColumn .columnList {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 3%;
}
.-top .secColumn .columnList__item {
  width: 22.75%;
}
@media screen and (max-width: 767px) {
  .-top .secColumn .columnList__item {
    width: 47%;
  }
}
@media screen and (max-width: 560px) {
  .-top .secColumn .columnList__item {
    width: 100%;
  }
}
.-top .secColumn .columnList a {
  display: block;
  text-decoration: none;
}
.-top .secColumn .columnList a:hover .thumb img {
  transform: scale(1.1);
}
.-top .secColumn .columnList .thumb {
  overflow: hidden;
  aspect-ratio: 3/1.8;
}
.-top .secColumn .columnList .thumb img {
  width: 100%;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-top .secColumn .columnList .textArea {
  margin-top: 0.8em;
}
.-top .secColumn .columnList .textArea time {
  line-height: 1.4;
  font-size: 90%;
}
.-top .secColumn .columnList .textArea .ttl {
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0.5em;
}
.-top .secColumn .splide__track {
  overflow: visible;
}
.-top .secColumn .columnSlider {
  margin-top: 2em;
}
.-top .secColumn .columnSlider a {
  display: block;
  text-decoration: none;
}
.-top .secColumn .columnSlider a:hover .thumb img {
  transform: scale(1.1);
}
.-top .secColumn .columnSlider .thumb {
  overflow: hidden;
  aspect-ratio: 3/1.8;
}
.-top .secColumn .columnSlider .thumb img {
  width: 100%;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-top .secColumn .columnSlider .textArea {
  margin-top: 0.8em;
}
.-top .secColumn .columnSlider .textArea time {
  line-height: 1.4;
  font-size: 90%;
}
.-top .secColumn .columnSlider .textArea .ttl {
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0.5em;
}
.-top .secWakuwaku .flexWrap {
  display: flex;
  align-items: center;
}
.-top .secWakuwaku .flexWrap .thumb {
  width: 70%;
}
.-top .secWakuwaku .flexWrap .textArea {
  width: 50%;
  padding: clamp(1em, 7vw, 3em);
  order: 1;
  margin-left: -20%;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .-top .secWakuwaku .flexWrap {
    flex-direction: column;
  }
  .-top .secWakuwaku .flexWrap .thumb {
    width: 100%;
  }
  .-top .secWakuwaku .flexWrap .textArea {
    width: 100%;
    margin-left: 0;
  }
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
.-privacy .ttl {
  font-size: 120%;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.-privacy ol {
  list-style: auto;
  padding-left: 1.3em;
  margin-top: 1em;
}
.-privacy ul {
  list-style: disc;
  padding-left: 1em;
}
.-privacy p {
  margin-top: 1em;
}

/*==================================================================================================
	コンセプト
==================================================================================================*/
.-sub .concept h2:not([class]) {
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  text-align: center;
  margin-bottom: 1.6em;
}
.-sub .concept h2.ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-sub .concept h2.ttl {
    align-items: center;
    flex-direction: column;
  }
}
.-sub .concept h2.ttl .en {
  display: inline-block;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 8vw, 10rem);
  transform: rotate(-10deg);
  line-height: 1;
  margin-bottom: 0;
}
.-sub .concept h2.ttl .jp {
  padding-left: 4em;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
@media screen and (max-width: 767px) {
  .-sub .concept h2.ttl .jp {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .-sub .concept .flexWrap {
    flex-direction: column !important;
  }
}
.-sub .concept .flexWrap p {
  margin-top: 1.65em;
}
.-sub .concept p.lead {
  text-align: center;
}
.-sub .concept p.lead::before {
  content: "";
  display: block;
  width: 1px;
  height: 6em;
  margin: 0 auto 20px;
  background: #000000;
}
.-sub .concept .problem {
  padding-top: 3em;
}
.-sub .concept .problem ul {
  max-width: 30em;
  margin: 0 auto;
}
.-sub .concept .problem ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: clamp(1.6rem, 3vw, 2rem);
}
.-sub .concept .problem ul li:not(:first-child) {
  margin-top: 0.3em;
}
.-sub .concept .problem ul li::before {
  font-family: "Material Symbols Rounded";
  content: "\f1fe";
  font-variation-settings: "FILL" 1;
  font-size: 120%;
}
.-sub .concept .point .flexWrap:not(:first-of-type) {
  margin-top: 3em;
}
.-sub .concept .point .flexWrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .-sub .concept .point .flexWrap .textArea {
    margin-top: 2em;
  }
}
.-sub .concept .splide {
  margin: 4em 0;
}
.-sub .concept .splide img {
  height: 300px;
  width: auto;
}
.-sub .concept .outro .flexWrap:not(:first-of-type) {
  margin-top: 3em;
}
.-sub .concept .outro .flexWrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .-sub .concept .outro .flexWrap figure {
    margin-top: 2em;
  }
}
.-sub .readText {
  line-height: 2;
}
.-sub .jpLabel {
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
}
.-sub .flexWrap {
  display: flex;
  gap: 4%;
}
.-sub .flexWrap > * {
  width: 48%;
}
@media screen and (max-width: 860px) {
  .-sub .flexWrap {
    flex-direction: column;
  }
  .-sub .flexWrap > * {
    width: 100%;
  }
}
.-sub .flexWrap.-line {
  padding-bottom: 2em;
  border-bottom: #000000 1px solid;
}
.-sub .galleryList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 3%;
}
.-sub .galleryList li {
  width: 22.75%;
  aspect-ratio: 1/1;
}
.-sub .galleryList li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
  height: 100% !important;
}
.-sub .flexGrayWrap {
  display: flex;
  align-items: center;
  gap: 4%;
  padding: 2em 0;
  position: relative;
}
.-sub .flexGrayWrap:before {
  content: "";
  width: 80%;
  height: 100%;
  background: #F6F5F5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.-sub .flexGrayWrap:after {
  content: "";
  width: 80%;
  height: 100%;
  background: #F6F5F5;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.-sub .flexGrayWrap > * {
  width: 48%;
}
.-sub .flexGrayWrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 460px;
  height: 100% !important;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 860px) {
  .-sub .flexGrayWrap {
    flex-direction: column;
    padding: 0;
    padding-bottom: 4em;
    gap: 2em;
  }
  .-sub .flexGrayWrap > * {
    width: 100%;
  }
  .-sub .flexGrayWrap .thumb img {
    max-width: 100%;
    height: 50vw;
  }
  .-sub .flexGrayWrap:before {
    content: "";
    width: 100vw;
    height: 80%;
    background: #F6F5F5;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    z-index: -1;
    transform: translateY(0) translateX(-50%);
  }
  .-sub .flexGrayWrap:after {
    content: none;
  }
}
.-sub .image img {
  width: 100%;
  height: auto;
}
.-sub .wideImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 60vw;
  max-height: 600px;
}
.-sub .flowList {
  display: flex;
  flex-direction: column;
  gap: 5em;
}
.-sub .flowList__item {
  display: flex;
  align-items: center;
  gap: 2em;
}
.-sub .flowList__item .thumb {
  flex: 1;
}
.-sub .flowList__item .textArea {
  width: 50%;
  max-width: 530px;
}
.-sub .flowList__item .textArea p {
  margin-top: 2em;
  margin-left: clamp(-5em, -8vw, -1em);
  background: #FFF;
  padding: clamp(1em, 5vw, 3em);
  position: relative;
}
.-sub .flowList__item:nth-child(2n) .thumb {
  order: 1;
}
.-sub .flowList__item:nth-child(2n) .textArea p {
  margin-left: auto;
  margin-right: clamp(-5em, -8vw, -1em);
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .-sub .flowList {
    gap: 4em;
  }
  .-sub .flowList__item {
    flex-direction: column;
  }
  .-sub .flowList__item .thumb {
    width: 100%;
  }
  .-sub .flowList__item .textArea {
    width: 100%;
    max-width: 100%;
  }
  .-sub .flowList__item .textArea p {
    margin-top: 1em;
    margin-left: 0;
    padding: 0;
  }
  .-sub .flowList__item:nth-child(2n) .thumb {
    order: -1;
  }
  .-sub .flowList__item:nth-child(2n) .textArea p {
    margin-right: 0;
  }
}
.-sub .featureTable {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.-sub .featureTable li {
  border-bottom: #000000 1px solid;
  display: flex;
  padding: 1em 0.3em;
}
.-sub .featureTable li .ttl {
  width: 20%;
  min-width: 4em;
  line-height: 1.4;
}
.-sub .featureTable li .text {
  flex: 1;
  line-height: 1.4;
}
.-sub .featureWrap {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.-sub .featureWrap .flexWrap {
  align-items: center;
}
.-sub .featureWrap .flexWrap .thumb {
  order: 1;
  text-align: right;
}
.-sub .featureWrap .flexWrap .thumb img {
  max-width: 470px;
  width: 100%;
}
.-sub .featureWrap .flexWrap .jpLabel.num {
  border-bottom: #000000 1px solid;
  margin-bottom: 0.8em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .-sub .featureWrap {
    gap: 3em;
  }
  .-sub .featureWrap .flexWrap .thumb {
    order: 0;
    margin-bottom: 2em;
  }
}
.-sub .messageWrap {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-top: 2em;
}
.-sub .messageWrap .thumb {
  order: 1;
  width: 60%;
}
.-sub .messageWrap .textArea {
  width: 60%;
  background: #FFF;
  padding: clamp(1em, 5vw, 2em);
  z-index: 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.-sub .messageWrap .textArea .name {
  font-size: 120%;
  text-align: right;
  margin-top: 0.3em;
}
.-sub .messageWrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .-sub .messageWrap {
    flex-direction: column !important;
  }
  .-sub .messageWrap .thumb {
    order: 0;
    width: 100%;
    margin-left: 0;
  }
  .-sub .messageWrap .textArea {
    width: 90%;
    margin-right: 0;
    margin-top: -2em;
  }
}
.-sub .staffList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 3%;
}
.-sub .staffList li {
  width: 31.3333333333%;
  text-align: center;
}
.-sub .staffList li p {
  font-size: 80%;
  line-height: 1.6;
  margin-top: 1em;
}
.-sub .staffList li .name {
  font-size: 120%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .-sub .staffList {
    gap: 2em 4%;
  }
  .-sub .staffList li {
    width: 48%;
  }
}
.-sub .flow li::after {
  display: block;
  font-family: "Material Symbols Rounded";
  content: "\e5db";
  font-variation-settings: "FILL" 1;
  font-size: 300%;
  text-align: center;
}
.-sub .flow li:last-child::after {
  display: none;
}
.-sub .flow h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  text-align: center;
  margin-bottom: 1em;
}
.-sub .flow .textArea {
  padding: clamp(1em, 5vw, 1.5em);
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.-sub .flow .textArea p:not(:first-child) {
  margin-top: 0.4em;
}
.-sub .eventList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 3%;
  margin-top: 2em;
}
.-sub .eventList__item {
  width: 31.3333333333%;
}
.-sub .eventList a {
  display: block;
  text-decoration: none;
}
.-sub .eventList a:hover .thumb img {
  transform: scale(1.1);
}
.-sub .eventList .thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.-sub .eventList .thumb img {
  width: 100% !important;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-sub .eventList p {
  line-height: 1.4;
  font-size: 90%;
  margin-top: 1em;
}
.-sub .eventList .ttl {
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .-sub .eventList__item {
    width: 47%;
  }
}
@media screen and (max-width: 560px) {
  .-sub .eventList__item {
    width: 100%;
  }
}
.-sub .worksWrap .selectedCategory {
  text-align: center;
  margin-bottom: 1em;
  font-size: 120%;
  margin-top: 2em;
}
.-sub .worksList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
.-sub .worksList__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .-sub .worksList__item {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .-sub .worksList__item {
    width: 100%;
  }
}
.-sub .worksList a {
  display: block;
  text-decoration: none;
}
.-sub .worksList a:hover .thumb img {
  transform: scale(1.1);
}
.-sub .worksList a:hover .textArea {
  background: #EBEBEB;
}
.-sub .worksList .thumb {
  overflow: hidden;
  aspect-ratio: 3/1.6;
}
.-sub .worksList .thumb img {
  width: 100% !important;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-sub .worksList .textArea {
  padding: clamp(1em, 5vw, 1.5em);
  transition: 0.3s;
}
.-sub .worksList .textArea p {
  line-height: 1.4;
  font-size: 90%;
  margin-bottom: 0.5em;
}
.-sub .worksList .textArea .ttl {
  line-height: 1.6;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.8em;
}
.-sub .worksList .textArea .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.-sub .worksList .textArea .price dt {
  line-height: 1;
  background: #000000;
  color: #FFF;
  padding: 0.4em 1em;
  font-size: 85%;
}
.-sub .worksList .textArea .cateList {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-top: 1em;
}
.-sub .worksList .textArea .cateList li {
  line-height: 1;
  white-space: nowrap;
  font-size: 80%;
}
.-sub .cateWrap {
  display: flex;
  gap: 2em;
  margin-top: 3em;
}
.-sub .cateWrap .ttl {
  font-family: "Afacad", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.4;
}
.-sub .cateWrap .cateList {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.-sub .cateWrap .cateList li a {
  display: block;
  border-radius: 2em;
  border: #000000 1px solid;
  color: #000000;
  line-height: 1;
  padding: 0.5em 1em;
  min-width: 7em;
  text-align: center;
  text-decoration: none;
}
.-sub .cateWrap .cateList li a:hover {
  background: #000000;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .-sub .cateWrap {
    flex-direction: column;
    gap: 1em;
  }
  .-sub .cateWrap .cateList {
    gap: 0.6em;
  }
  .-sub .cateWrap .cateList li a {
    min-width: 5em;
  }
}
.-sub .articleFlex {
  margin-top: 3em;
  display: flex;
  gap: clamp(2em, 5vw, 4em);
}
.-sub .articleFlex .selectedCategory {
  text-align: left;
  margin-bottom: 1em;
  font-size: 120%;
}
.-sub .articleFlex__main {
  flex: 1;
}
.-sub .articleFlex__index {
  width: 15em;
}
.-sub .articleFlex__index .indexLabel {
  background: #969696;
  color: #FFF;
  line-height: 1.6;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 110%;
}
.-sub .articleFlex__index .indexList {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.-sub .articleFlex__index .indexList a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .-sub .articleFlex {
    flex-direction: column;
  }
  .-sub .articleFlex__index {
    width: 100%;
    margin-top: 3em;
  }
}
.-sub .columnList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 3%;
}
.-sub .columnList__item {
  width: 31.3333333333%;
}
@media screen and (max-width: 860px) {
  .-sub .columnList__item {
    width: 47%;
  }
}
.-sub .columnList a {
  display: block;
  text-decoration: none;
}
.-sub .columnList a:hover .thumb img {
  transform: scale(1.1);
}
.-sub .columnList .thumb {
  overflow: hidden;
  aspect-ratio: 3/1.8;
}
.-sub .columnList .thumb img {
  width: 100% !important;
  height: 100% !important;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.-sub .columnList .textArea {
  margin-top: 0.8em;
}
.-sub .columnList .textArea time {
  line-height: 1.4;
  font-size: 90%;
}
.-sub .columnList .textArea .ttl {
  line-height: 1.6;
  font-weight: bold;
  margin-top: 0.5em;
}
.-sub .articleNewBack {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}
.-sub .articleNewBack .newbackBtn {
  display: flex;
  gap: 1em;
}
.-sub .articleNewBack .newbackBtn li {
  position: relative;
}
.-sub .articleNewBack .newbackBtn li:first-child:after {
  content: "|";
  margin-left: 1em;
}
.-sub .articleNewBack .newbackBtn a {
  text-decoration: none;
}
.-sub .articleNewBack .newbackBtn a:hover {
  color: #d1882d;
}
.-sub .articleNewBack .basicBtn {
  background: #000000;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 90%;
  line-height: 1;
}
.-sub .articleDetail__cate {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 1em;
}
.-sub .articleDetail__label {
  border-bottom: #000000 1px solid;
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
.-sub .articleDetail .cateList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.-sub .articleDetail .cateList li {
  display: block;
  border-radius: 2em;
  border: #000000 1px solid;
  color: #000000;
  line-height: 1;
  padding: 0.5em 1em;
  min-width: 7em;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
.-sub .articleDetail .dataWrap {
  background: #FFF;
  padding: clamp(1em, 5vw, 2em);
  text-align: center;
  border: #EBEBEB clamp(1em, 5vw, 2em) solid;
  margin: 3em auto;
}
.-sub .articleDetail .dataWrap .ttl {
  font-size: clamp(2.2rem, 8vw, 300%);
  font-weight: bold;
  font-family: "Afacad", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.-sub .articleDetail .dataWrap table {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.-sub .articleDetail .dataWrap table tr {
  border-bottom: #000000 1px solid;
}
.-sub .articleDetail .dataWrap table tr th, .-sub .articleDetail .dataWrap table tr td {
  padding: 0.5em;
}
.-sub .articleDetail .dataWrap table tr th {
  font-weight: normal;
  max-width: 7em;
  width: 35%;
}
.-sub .articleDetail .layoutWrap {
  margin-top: 3em;
}
.-sub .articleDetail .layoutWrap .ttl {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  color: #000000;
  border-bottom: #999999 1px solid;
  position: relative;
}
.-sub .articleDetail .layoutWrap .flexWrap {
  gap: 1.6em 4%;
}
.-sub .articleDetail .layoutWrap.-right .ttl {
  text-align: left;
}
.-sub .articleDetail .layoutWrap.-right .thumb {
  order: 1;
}
.-sub .articleDetail .layoutWrap.-right .textArea {
  text-align: left;
}
.-sub .archiveBtnList {
  margin-top: 3em;
}
.-sub .archiveBtnList .newbackBtn {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.-sub .archiveBtnList .newbackBtn__back, .-sub .archiveBtnList .newbackBtn__next {
  width: calc(50% - 3em);
  padding-bottom: 0.8em;
  border-bottom: #000000 1px solid;
}
.-sub .archiveBtnList .newbackBtn__back a, .-sub .archiveBtnList .newbackBtn__next a {
  text-decoration: none;
  display: block;
  font-size: 80%;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.-sub .archiveBtnList .newbackBtn__next a {
  text-align: right;
}
.-sub .archiveBtnList .newbackBtn__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.-sub .archiveBtnList .newbackBtn__menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 80%;
  gap: 0.5em;
  line-height: 1;
}
.-sub .archiveBtnList .newbackBtn__menu a img {
  width: 2.2em;
  height: 2.2em;
}
.-sub .eventDetail__label {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  text-align: center;
}
.-sub .eventDetail__main {
  margin-bottom: 3em;
}
.-sub .eventDetail__main .detailFlex {
  display: flex;
  gap: clamp(2em, 5vw, 3em);
  align-items: center;
}
.-sub .eventDetail__main .detailFlex > * {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub .eventDetail__main .detailFlex {
    flex-direction: column;
  }
  .-sub .eventDetail__main .detailFlex .textArea {
    width: 100%;
  }
}
.-sub .eventDetail__main table {
  width: 100%;
}
.-sub .eventDetail__main table tr {
  border-bottom: #000000 1px solid;
}
.-sub .eventDetail__main table th, .-sub .eventDetail__main table td {
  padding: 0.8em 0;
  text-align: left;
}
.-sub .eventDetail__main table th {
  width: 4em;
}
.-sub .eventDetail__main .btnArea .formBtn {
  display: block;
  padding: 0.8em clamp(1em, 5vw, 2em);
  background: #000000;
  color: #FFF;
  max-width: 18em;
  width: 100%;
  text-align: left;
  position: relative;
}
.-sub .eventDetail__main .btnArea .formBtn:after {
  content: "";
  width: 2em;
  height: 0.8em;
  background: url("../img/common/icon-more.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  transition: 0.3s;
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
.formCont {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.formCont tbody {
  display: block;
}
.formCont tr {
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  gap: 1em;
}
.formCont tr th, .formCont tr td {
  text-align: left;
  padding: 1.8em 0.6em;
  display: flex;
  border: none;
  background: none;
}
.formCont tr th {
  width: 15em;
  vertical-align: top;
  font-weight: 500;
  font-size: 112%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formCont tr th .flex1 {
  flex: 1;
}
.formCont tr td {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.formCont tr td input, .formCont tr td textarea, .formCont tr td select {
  background: #FFF2C0;
  border: none;
  height: auto;
  padding: 0.6em;
  font-weight: 400;
  margin: 0;
}
.formCont tr td input::-moz-placeholder, .formCont tr td textarea::-moz-placeholder, .formCont tr td select::-moz-placeholder {
  color: #BCC0C5;
}
.formCont tr td input::placeholder, .formCont tr td textarea::placeholder, .formCont tr td select::placeholder {
  color: #BCC0C5;
}
.formCont tr td .wpcf7-list-item {
  cursor: pointer;
}
.formCont tr td.wide {
  width: 100%;
}
.formCont tr td.wide .wpcf7-form-control-wrap {
  width: 100%;
}
.formCont tr td.middle input {
  max-width: 20em;
  width: 100%;
}
.formCont tr td.short input {
  max-width: 10em;
  width: 100%;
}
.formCont tr td.center {
  vertical-align: center;
}
.formCont tr td.column {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.formCont tr td.column .flex {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.formCont tr td.column .flex .wpcf7-form-control-wrap {
  width: auto;
}
.formCont tr td.column .wide {
  width: 100%;
}
.formCont tr td.column .column .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.formCont tr td.flex {
  display: flex;
  align-items: center;
  gap: 0.4em;
  flex-wrap: wrap;
}
.formCont tr td.flex p {
  margin: 0;
}
.formCont tr td .inputS {
  width: 6em;
}
.formCont tr td .inputMiddle {
  max-width: 20em;
  width: 100%;
}
.formCont tr td .inputL {
  width: 100%;
}
.formCont tr.inquiry th {
  padding: 1.3em 0.6em;
}
.formCont .necessary_input {
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  background: #000000;
  color: #FFF;
  font-size: 76%;
  font-weight: 500;
  line-height: 1;
  float: right;
}
.formCont .any_input {
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
  background: #C3C0C0;
  color: #000000;
  font-size: 76%;
  font-weight: 500;
  line-height: 1;
  float: right;
}
.formCont .notes {
  display: block;
  width: 100%;
  margin-top: 0.6em;
  font-weight: 400;
}
.formCont .notes.-top {
  margin-top: 0;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .formCont tr {
    flex-direction: column;
    padding: 2em 0.2em;
  }
  .formCont tr th, .formCont tr td {
    width: 100%;
    padding: 0;
  }
  .formCont tr th {
    justify-content: flex-start;
    gap: 0.6em;
  }
}

.privacyItem {
  text-align: left;
  margin: 3em auto;
}
.privacyItem .ttl {
  font-size: 110%;
  margin-bottom: 0.5em;
}
.privacyItem ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.privacyItem .wpcf7-form-control-wrap {
  display: block;
  margin: 1em auto 0;
  text-align: center;
}

.btnArea.-back {
  margin-top: 1em;
}
.btnArea input {
  background: #000000 !important;
  text-align: center !important;
  font-weight: 500;
  color: #FFF !important;
  border: none;
  max-width: 20em;
  padding: 1.2em 1em;
  transition: 0.3s;
}
.btnArea input:hover {
  background: #000000;
}
.btnArea input.-back {
  background: #aaa !important;
}

.wpcf7-response-output {
  background: #D04437;
  border: none !important;
  color: #FFF;
}

.wpcf7-response-output {
  background: none;
  border: #d1882d 2px solid;
  color: #d1882d;
}

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

/*==================================================================================================
	Wordpress用 scss
==================================================================================================*/
.pageTtl,
#top_title_area {
  position: relative;
  min-height: initial;
  background-position: center;
  background-size: cover;
  display: flex;
  text-align: center;
  color: #000000;
  background-color: #969696;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .pageTtl,
  #top_title_area {
    height: 40vw;
  }
}
.pageTtl .ttlEnglish,
.pageTtl .c-pageTitle,
#top_title_area .ttlEnglish,
#top_title_area .c-pageTitle {
  position: relative;
  display: inline-block;
  margin: auto;
  z-index: 2;
  color: #000000;
  text-shadow: none;
  text-align: center;
  letter-spacing: 0.1em;
}
.pageTtl img,
#top_title_area img {
  display: none;
}

/*---------------- ページネーション ----------------*/
.pagenavi {
  text-align: center;
  color: #000000;
  margin: 2em auto;
  font-size: 1.4rem;
  margin: 4em auto;
}
.pagenavi a,
.pagenavi span {
  border-radius: 0.25em;
  color: #000000;
  border: 1px solid #969696;
  display: inline-block;
  line-height: 1;
  padding: 1em 2em;
  margin: 0.25em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pagenavi a,
  .pagenavi span {
    padding: 1em;
  }
}
.pagenavi span[aria-current~=page],
.pagenavi .current,
.pagenavi a:hover,
.pagenavi span:hover {
  color: #FFFFFF;
  background-color: #969696;
}

.wp-pagenavi {
  clear: both;
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Afacad", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  background-color: #FFF;
  color: #000000;
  margin: 0.25em;
  width: 3em;
  height: 3em;
  border-radius: 5em;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.wp-pagenavi a.first, .wp-pagenavi a.last,
.wp-pagenavi span.first,
.wp-pagenavi span.last {
  display: none;
}
.wp-pagenavi .pages {
  width: 4em;
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #000000;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  font-weight: bold;
}

.sidebarWrap,
#sidebar {
  width: 25%;
  padding: 1.5em;
  background-color: #FFFFFF;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .sidebarWrap,
  #sidebar {
    width: 100%;
  }
}
.sidebarWrap .sideTtl,
#sidebar .sideTtl {
  border-bottom: 1px solid #969696;
  padding: 0 0 0.5em 0;
  margin: 2.5em 0 0 0;
  color: rgba(0, 0, 0, 0.6);
}
.sidebarWrap .sideTtl:first-child,
#sidebar .sideTtl:first-child {
  margin-top: 0;
}
.sidebarWrap .sideList li,
#sidebar .sideList li {
  margin-top: 0.75em;
}
.sidebarWrap .sideList a,
#sidebar .sideList a {
  color: initial;
  text-decoration: none;
}

.wpText {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
  width: 100%;
  /* clearfix */
}
.wpText .alignleft, .wpText .alignright {
  clear: both;
}
.wpText .alignleft:after, .wpText .alignright:after {
  content: " ";
  display: block;
  clear: both;
}
.wpText .wp-block-image {
  clear: both;
}
.wpText .wp-block-image:after {
  content: " ";
  display: block;
  clear: both;
}
.wpText .wp-block-image * :after {
  content: " ";
  display: block;
  clear: both;
}
.wpText a {
  color: #d1882d;
  text-decoration: underline;
  transition: 0.3s;
}
.wpText a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wpText > *:first-child {
  margin-top: 0;
}
.wpText p {
  line-height: 2;
  margin: 1em 0;
  display: block;
}
.wpText h1,
.wpText h2,
.wpText h3,
.wpText h4,
.wpText h5,
.wpText h6 {
  line-height: 1.6 !important;
  font-weight: 500;
  width: 100%;
}
.wpText .has-large-font-size {
  font-weight: bold;
}
.wpText pre {
  overflow: auto;
}
.wpText strong {
  font-weight: bold;
}
.wpText .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.wpText .alignright {
  float: right;
}
.wpText .alignleft {
  float: left;
}
.wpText img[class*=wp-image-],
.wpText img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.wpText .clearfix {
  overflow: hidden;
  zoom: 1;
}
.wpText .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.wpText h1 {
  font-size: 250%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  color: #000000;
  border-bottom: #999999 1px solid;
  position: relative;
}
.wpText h3 {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText h4 {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0.7em;
  border-left: 6px solid #d1882d;
}
.wpText h5 {
  color: #d1882d;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText h6 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText ul {
  list-style: none;
  margin: 1.5em 0;
  list-style: disc;
}
.wpText ul li {
  margin-left: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1.5;
}
.wpText ul li:last-child {
  margin-bottom: 0;
}
.wpText ol {
  list-style: none;
  margin: 1.5em 0;
  list-style: decimal;
}
.wpText ol li {
  margin-bottom: 0.3em;
  margin-left: 1.5em;
}
.wpText ol li:last-child {
  margin-bottom: 0;
}
.wpText ol li::marker {
  color: #d1882d;
}
.wpText .wp-block-buttons {
  margin: 1em 0;
}
.wpText .wp-block-buttons .wp-block-button__link {
  color: #FFF;
  text-decoration: none;
  border-radius: 0.3em;
  padding: 0.8em 2.2em 0.8em 2em;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 100%;
  min-width: 15em;
  position: relative;
}
.wpText .wp-block-buttons .wp-block-button__link:after {
  font-family: "Material Symbols Rounded";
  content: "\e941";
  color: #FFF;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 120%;
  vertical-align: middle;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.wpText .wp-block-buttons .wp-block-button.is-style-fill a {
  color: #FFF;
  background: #000000;
}
.wpText .wp-block-buttons .wp-block-button.is-style-outline a::after {
  color: #000000;
}
.wpText .wp-block-buttons .wp-block-button.-icon .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wpText .wp-block-buttons .wp-block-button.-icon .wp-block-button__link img {
  width: 1em !important;
  height: auto;
}
.wpText .wp-block-buttons .wp-block-button.-icon .wp-block-button__link::after {
  content: "";
}
.wpText .wp-block-buttons .wp-block-button.-big {
  width: 100%;
  text-align: center;
}
.wpText .wp-block-buttons .wp-block-button.-big a {
  width: 100%;
  max-width: 22em;
  font-size: 110%;
}
.wpText .wp-block-column h1:first-child, .wpText .wp-block-column h2:first-child, .wpText .wp-block-column h3:first-child, .wpText .wp-block-column h4:first-child, .wpText .wp-block-column h5:first-child, .wpText .wp-block-column h6:first-child {
  margin-top: 0;
}
.wpText .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.wpText .wp-block-group > * {
  width: 100%;
}
.wpText .wp-block-group > *:first-child {
  margin-top: 0;
}
.wpText .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.wpText .wp-block-group h2 {
  margin-bottom: 0.5em;
}
.wpText .wp-block-image figure figcaption {
  display: block;
}
.wpText .wp-block-gallery {
  padding: 0;
}
.wpText .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  padding: 0;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.wpText .wp-block-gallery .blocks-gallery-item:nth-child(2n) {
  margin-right: 0;
}
.wpText .wp-block-gallery .blocks-gallery-item:before {
  display: none;
}
.wpText .wp-block-gallery .blocks-gallery-item figure img {
  width: 100%;
  height: 20vw;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1020px) {
  .wpText .wp-block-gallery .blocks-gallery-item figure img {
    height: 28vw;
  }
}
.wpText table {
  margin: 0.5em 0 1em;
  max-width: 100% !important;
  min-width: 360px;
}
@media screen and (max-width: 860px) {
  .wpText table {
    min-width: 240px;
    width: 100% !important;
    table-layout: auto !important;
  }
}
.wpText table th {
  background: #969696;
  padding: 0.8em 1em;
  line-height: 1.4;
  font-weight: 500;
  min-width: 80px;
  border: #999999 solid 1px;
  word-break: break-all;
}
.wpText table td {
  padding: 0.8em 1.5em 0.8em 1em;
  line-height: 1.4;
  border: #999999 solid 1px;
  word-break: break-all;
}
.wpText iframe {
  max-width: 100%;
  margin: 2em 0;
}
.wpText .wp-element-caption {
  margin: 1em 0;
  max-width: 100%;
  text-align: center;
  line-height: 1.4;
}
.wpText .wp-caption {
  margin: 1.6em 0;
  max-width: 100%;
}
.wpText .wp-caption p {
  text-align: center;
  margin: 0;
}
.wpText img {
  height: auto;
}
.wpText .iframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.wpText .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpText .wp-video {
  width: 100% !important;
}
.wpText .wp-video .mejs-container, .wpText .wp-video .mejs-container-keyboard-inactive, .wpText .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: auto !important;
  min-width: auto !important;
  aspect-ratio: 5/3;
}
.wpText .-bgGray {
  background: #969696;
  position: relative;
}
.wpText .-bgGray:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #969696;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(0) translateX(-50%);
  z-index: -1;
}
.wpText .-bgGreen {
  background: #d1882d;
  position: relative;
}
.wpText .-bgGreen:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #d1882d;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(0) translateX(-50%);
  z-index: -1;
}
.wpText .-inner {
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .wpText .-inner {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .wpText .-inner {
    padding: 4em 0;
  }
}
.wpText .-inner > *:first-child {
  margin-top: 0;
}
.wpText .-lastCont {
  margin-bottom: -5em;
}
@media screen and (max-width: 767px) {
  .wpText .-lastCont {
    margin-bottom: -4em;
  }
}
@media screen and (max-width: 480px) {
  .wpText .-lastCont {
    margin-bottom: -4em;
  }
}
.wpText .-contInner {
  padding: clamp(1em, 5vw, 2em);
}
.wpText .strongText {
  font-size: 120%;
  font-weight: bold;
}

.hideCont {
  display: none !important;
}/*# sourceMappingURL=page.css.map */