@charset "UTF-8";
/* ====================================================================================

    THEMA INFO

==================================================================================== */
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
/* ====================================================================================

    ITEMS

==================================================================================== */
.Title--1 span {
  display: block;
}
.Title--2 > span {
  padding: 0.78125vw 2.0833333333vw  ;
  display: inline-block;
  color: #fff;
  background: #FF6819;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 50%, 100% 100%, 0% 100%, 10px 50%);
}
@media only screen and (max-width: 768px) {
  .Title--2 > span {
    padding: 3.8461538462vw 10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Title--2 > span {
    padding: 2.0512820513vw 8.9743589744vw;
  }
}

.Button--1 {
  color: #fff;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.Button--1 > span {
  width: 19.0104166667vw  ;
  height: 4.9479166667vw  ;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0vw 0.8854166667vw  ;
  border-radius: 2.96875vw  ;
  background: #FF6819;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .Button--1 > span {
    width: 93.5897435897vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--1 > span {
    height: 24.358974359vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--1 > span {
    gap: 0vw 4.358974359vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--1 > span {
    border-radius: 14.6153846154vw  ;
  }
}
.Button--1.w-auto > span {
  padding: 0vw 2.34375vw  ;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .Button--1.w-auto > span {
    padding: 0vw 11.5384615385vw  ;
  }
}
.Button--1.green > span {
  background: #00783D;
}
.Button--1.black > span {
  background: #000;
}
.Button--1.black:after {
  background: #00783D;
}
.Button--1:after {
  content: "";
  position: absolute;
  inset: 0;
  translate: 0.2604166667vw 0.2604166667vw  ;
  background: #000;
  border-radius: 2.96875vw  ;
}
@media only screen and (max-width: 768px) {
  .Button--1:after {
    translate: 1.2820512821vw 1.2820512821vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--1:after {
    border-radius: 14.6153846154vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Button--1 {
    transition: transform 0.4s ease;
  }
  .Button--1:hover {
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 768px) {
  .Button--1 {
    width: 51.2820512821vw;
  }
  .Button--1 > span {
    width: 100%;
    height: 11.5384615385vw;
    font-size: 1.2rem;
    gap: 0 1.2820512821vw;
  }
  .Button--1.w-auto {
    width: 100%;
  }
  .Button--1.w-auto > span {
    padding: 0;
  }
}
.Button--2 {
  padding: 0.6770833333vw 1.5625vw 0.78125vw 1.5625vw  ;
  text-align: center;
  display: inline-block;
  font-size: 1.5rem;
  background: #000;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .Button--2 {
    padding: 3.3333333333vw 7.6923076923vw 3.8461538462vw 7.6923076923vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Button--2 {
    transition: 0.4s ease;
    transition-property: transform, background;
  }
  .Button--2:hover {
    background: #FF6819;
    transform: scale(1.05);
  }
}

/* ====================================================================================

    HEADER

==================================================================================== */
.Header--logo {
  position: fixed;
  top: 2.0833333333vw  ;
  left: 2.34375vw  ;
}
@media only screen and (max-width: 768px) {
  .Header--logo {
    top: 10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Header--logo {
    left: 11.5384615385vw  ;
  }
}
.Header--logo img {
  width: 8.8541666667vw  ;
}
@media only screen and (max-width: 768px) {
  .Header--logo img {
    width: 43.5897435897vw  ;
  }
}
.Header--workwith {
  width: 14.5833333333vw  ;
  position: fixed;
  top: 50%;
  left: 7.03125vw  ;
  translate: 0 -200%;
  animation: yurayura 3.5s ease-in-out 0s infinite alternate;
}
@media only screen and (max-width: 768px) {
  .Header--workwith {
    width: 71.7948717949vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Header--workwith {
    left: 34.6153846154vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Header {
    height: auto;
    position: static;
  }
  .Header--logo {
    top: 6.4102564103vw;
    left: 6.4102564103vw;
    z-index: 100;
  }
  .Header--logo img {
    width: 28.2051282051vw;
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(5deg);
  }
  3% {
    transform: rotate(-5deg);
  }
  6% {
    transform: rotate(5deg);
  }
  9% {
    transform: rotate(0deg);
  }
}
/* ====================================================================================

    NAV

==================================================================================== */
.Navi {
  position: fixed;
  top: 0;
  right: 4.9479166667vw  ;
  width: 18.75vw  ;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 768px) {
  .Navi {
    right: 24.358974359vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Navi {
    width: 92.3076923077vw  ;
  }
}
.Navi::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Navi {
    width: 100%;
    right: 0;
    z-index: 99;
    background: #fff;
    transform: translateX(100%);
    visibility: hidden;
  }
}
.Navi--inner {
  position: relative;
  min-height: 100vh;
}
.Navi--workwith {
  width: 8.2291666667vw  ;
}
@media only screen and (max-width: 768px) {
  .Navi--workwith {
    width: 40.5128205128vw  ;
  }
}
.Navi--primary li a {
  padding: 0.2604166667vw 0.2604166667vw 0.2604166667vw 1.5625vw  ;
  display: inline-block;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Navi--primary li a {
    padding: 1.2820512821vw 1.2820512821vw 1.2820512821vw 7.6923076923vw  ;
  }
}
.Navi--primary li a:before {
  content: "\e037";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  left: -0.5208333333vw  ;
  translate: 0 -50%;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .Navi--primary li a:before {
    left: -2.5641025641vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Navi--primary li a {
    transition: 0.4s ease;
    transition-property: transform, color;
    transform-origin: left center;
  }
  .Navi--primary li a:hover {
    color: #FF6819;
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 768px) {
  .Navi--primary li a {
    padding-left: 6.4102564103vw;
    font-size: 1.4rem;
  }
  .Navi--primary li a:before {
    font-size: 2.6rem;
  }
}
.Navi--primary li + li {
  margin-top: 1.3020833333vw  ;
}
@media only screen and (max-width: 768px) {
  .Navi--primary li + li {
    margin-top: 6.4102564103vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Navi--primary li + li {
    margin-top: 5.1282051282vw;
  }
}
.Navi--fixbutton {
  position: absolute;
  bottom: 3.6458333333vw  ;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .Navi--fixbutton {
    bottom: 17.9487179487vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Navi .items {
    transform: translateY(10px);
    opacity: 0;
    transition: 0.4s ease 0.2s;
    transition-property: transform, opacity;
  }
  .Navi.open .items {
    transform: translateY(0);
    opacity: 1;
  }
}

#nav-torigger {
  display: none;
  aspect-ratio: 1/1;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  width: 3.125vw  ;
  z-index: 101;
}
@media only screen and (max-width: 768px) {
  #nav-torigger {
    width: 15.3846153846vw  ;
  }
}
#nav-torigger .ham {
  aspect-ratio: 40/20;
  width: 36.3636363636%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-torigger .ham span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  transition: 0.5s ease;
  transition: width 0.2s 0.2s ease, top 0.2s 0.2s ease, transform 0.2s ease, opacity 0s 0.2s ease;
}
#nav-torigger .ham span:nth-of-type(1) {
  top: 0;
}
#nav-torigger .ham span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
#nav-torigger .ham span:nth-of-type(3) {
  top: 100%;
  translate: 0 -100%;
}
#nav-torigger.active .ham span {
  transition: width 0.2s ease, top 0.2s ease, transform 0.2s 0.2s ease, opacity 0s 0.2s ease;
}
#nav-torigger.active .ham span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
  translate: 0 -50%;
}
#nav-torigger.active .ham span:nth-of-type(2) {
  opacity: 0;
}
#nav-torigger.active .ham span:nth-of-type(3) {
  width: 100%;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #nav-torigger {
    display: block;
  }
}

/* ====================================================================================

    SIDE

==================================================================================== */
.Fix--button--1 {
  position: fixed;
  bottom: 1.5625vw  ;
  left: 28.4895833333vw  ;
  width: 25.46875vw  ;
  z-index: 80;
}
@media only screen and (max-width: 768px) {
  .Fix--button--1 {
    bottom: 7.6923076923vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Fix--button--1 {
    left: 140.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Fix--button--1 {
    width: 125.3846153846vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Fix--button--1 {
    transition: transform 0.4s ease;
    transform-origin: left center;
  }
  .Fix--button--1:hover {
    transform: scaleX(1.08);
  }
}
@media only screen and (max-width: 768px) {
  .Fix--button--1 {
    left: 0;
    bottom: 6.4102564103vw;
    width: 65%;
  }
}
.Fix--button--2 {
  position: fixed;
  bottom: 1.8229166667vw  ;
  right: 31.875vw  ;
  width: 3.4895833333vw  ;
  z-index: 80;
}
@media only screen and (max-width: 768px) {
  .Fix--button--2 {
    bottom: 8.9743589744vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Fix--button--2 {
    right: 156.9230769231vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Fix--button--2 {
    width: 17.1794871795vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Fix--button--2 {
    transition: transform 0.4s ease;
  }
  .Fix--button--2:hover {
    transform: scale(1.08);
  }
}
@media only screen and (max-width: 768px) {
  .Fix--button--2 {
    right: 7.6923076923vw;
    width: 10%;
    bottom: 6.4102564103vw;
  }
}

/* ====================================================================================

    FOOTER

==================================================================================== */
.Footer--content {
  position: relative;
  overflow: hidden;
}
.Footer--content:before {
  content: "";
  width: 100%;
  aspect-ratio: 826/336;
  background: url("../img/footer--back.jpg") no-repeat center;
  background-size: 100% 100%;
  border-radius: 2.6041666667vw 2.6041666667vw 0vw 0vw  ;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(5rem);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}
@media only screen and (max-width: 768px) {
  .Footer--content:before {
    border-radius: 12.8205128205vw 12.8205128205vw 0vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--content:before {
    border-radius: 7.6923076923vw;
  }
}
.Footer--content.active:before {
  transform: translateY(0);
}
.Footer--content--inner {
  position: relative;
  z-index: 1;
  border-radius: 2.6041666667vw 2.6041666667vw 0vw 0vw  ;
}
@media only screen and (max-width: 768px) {
  .Footer--content--inner {
    border-radius: 12.8205128205vw 12.8205128205vw 0vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--content--inner {
    border-radius: 7.6923076923vw;
  }
}
.Footer--content--entry {
  position: relative;
  top: -2.0833333333vw  ;
}
@media only screen and (max-width: 768px) {
  .Footer--content--entry {
    top: -10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--content--entry {
    top: -5.1282051282vw;
  }
}

/* ====================================================================================

    ITEM

==================================================================================== */
.to-up,
.to-right,
.to-left {
  opacity: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition-property: transform, opacity;
  will-change: opacity, transform;
}
.to-up.active,
.to-right.active,
.to-left.active {
  opacity: 1;
  transform: translate(0, 0);
}

.to-blur {
  opacity: 0;
  filter: blur(10px);
  transition: 1.5s ease;
  transition-property: opacity, filter;
}
.to-blur.active {
  opacity: 1;
  filter: blur(0px);
}

.to-up {
  transform: translateY(5rem);
}

.to-right {
  transform: translateX(-5rem);
}

.to-left {
  transform: translateX(5rem);
}

.order.active .order-child {
  opacity: 1;
  transform: translate(0, 0);
}

.wpcf7-list-item {
  margin: 0.5208333333vw 2.0833333333vw 0.5208333333vw 0vw  ;
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin: 2.5641025641vw 10.2564102564vw 2.5641025641vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin-top: 6.4102564103vw;
    display: block;
  }
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1.2;
}

.wpcf7-radio input[type=radio],
.wpcf7-radio input[type=checkbox],
.wpcf7-acceptance input[type=radio],
.wpcf7-acceptance input[type=checkbox] {
  display: none !important;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 2.0833333333vw  ;
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 11.5384615385vw;
  }
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before, .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before {
  width: 1.40625vw  ;
  background: #fff;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 6.9230769231vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 7.6923076923vw;
  }
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after {
  width: 0.78125vw  ;
  background: #00783D;
  left: 0.3125vw  ;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 3.8461538462vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after {
    left: 1.5384615385vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 5.1282051282vw;
    left: 1.2820512821vw;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7sc-confirming .wpcf7-radio input[type=radio] + .wpcf7-list-item-label,
.wpcf7sc-confirming .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7sc-confirming .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
.wpcf7sc-confirming .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 0;
}
.wpcf7sc-confirming .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before, .wpcf7sc-confirming .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7sc-confirming .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7sc-confirming .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7sc-confirming .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7sc-confirming .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7sc-confirming .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7sc-confirming .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after {
  content: none;
}

.wpcf7-radio {
  display: block;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before, .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
  border-radius: 50%;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 1.3020833333vw 0vw  ;
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 6.4102564103vw 0vw  ;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 0.2604166667vw  ;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    margin-top: 1.2820512821vw  ;
  }
}

.wpcf7-spinner {
  margin: 0;
  position: absolute !important;
  bottom: -1.0416666667vw  ;
  left: 50%;
  translate: -50% 100%;
}
@media only screen and (max-width: 768px) {
  .wpcf7-spinner {
    bottom: -5.1282051282vw  ;
  }
}

.recaptcha_policy {
  text-align: center;
  font-size: 1.2rem;
}
.recaptcha_policy a {
  color: #00783D;
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.Scroller {
  position: absolute;
  top: 2.34375vw  ;
  left: 2.6041666667vw  ;
  width: 4.4270833333vw  ;
  animation: yura 1s ease-in-out 0s infinite alternate;
}
@media only screen and (max-width: 768px) {
  .Scroller {
    top: 11.5384615385vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Scroller {
    left: 12.8205128205vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Scroller {
    width: 21.7948717949vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Scroller {
    top: auto;
    left: 6.4102564103vw;
    bottom: 30.7692307692vw;
    width: 14.1025641026vw;
  }
}

@keyframes yura {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.text-animation {
  position: relative;
  height: 2.8125vw  ;
}
@media only screen and (max-width: 768px) {
  .text-animation {
    height: 13.8461538462vw  ;
  }
}
.text-animation span {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: textAnm 15s linear 0s infinite;
  will-change: transform;
}
.text-animation span img {
  margin-right: 2.0833333333vw  ;
  max-width: unset;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .text-animation span img {
    margin-right: 10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .text-animation {
    height: 10.2564102564vw;
  }
}

@keyframes textAnm {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.caption {
  position: absolute;
  top: 0.2604166667vw  ;
  left: -2.6041666667vw  ;
  translate: 0 -100%;
  transform: rotate(-10deg);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .caption {
    top: 1.2820512821vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .caption {
    left: -12.8205128205vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .caption {
    left: -7.6923076923vw;
  }
}

.eachTextAnime span {
  opacity: 0;
  transition: 0.8s ease;
}

.eachTextAnime.active span {
  opacity: 1;
}

.What--link {
  display: block;
  position: relative;
}
.What--link .Button--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .What--link .Button--1 {
    transition-property: opacity, transform;
  }
  .What--link:hover .Button--1 {
    opacity: 1;
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 768px) {
  .What--link .Button--1 {
    opacity: 1;
  }
}

/* ====================================================================================

    MAIN

==================================================================================== */
.page-id-33 .Main {
  background: #DDF8EB;
}

.Main {
  margin-left: auto;
  margin-right: auto;
  width: 43.0208333333vw  ;
  background: #00783D;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background: #00783D;
}
@media only screen and (max-width: 768px) {
  .Main {
    width: 211.7948717949vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Main {
    width: 100%;
  }
}

/* ====================================================================================

    TOP

==================================================================================== */
.Top--mainvisual {
  position: relative;
  height: 100vh;
}
.Top--mainvisual--image {
  width: 100%;
  height: 100%;
}
.Top--mainvisual--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Top--mainvisual--catch {
  position: absolute;
  top: 3.6458333333vw  ;
  right: -2.0833333333vw  ;
  width: 27.8125vw  ;
  aspect-ratio: 534/594;
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--catch {
    top: 17.9487179487vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--catch {
    right: -10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--catch {
    width: 136.9230769231vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--catch {
    width: 66.6666666667vw;
  }
}
.Top--mainvisual--catch--1, .Top--mainvisual--catch--2 {
  opacity: 0;
  filter: blur(10px);
  transition: 1.5s ease;
  transition-property: opacity, filter;
}
.Top--mainvisual--catch--1.active, .Top--mainvisual--catch--2.active {
  opacity: 1;
  filter: blur(0px);
}
.Top--mainvisual--catch--1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 76.7790262172%;
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--catch--1 {
    width: 51.2820512821vw;
  }
}
.Top--mainvisual--catch--2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70.2247191011%;
  transition-delay: 1.5s;
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--catch--2 {
    width: 46.1538461538vw;
  }
}
.Top--textborder--1 {
  display: inline-block;
  width: 4.7916666667vw  ;
  height: 0.1041666667vw  ;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .Top--textborder--1 {
    width: 23.5897435897vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--textborder--1 {
    height: 0.5128205128vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--textborder--1 {
    width: 12.8205128205vw;
    height: 1px;
  }
}
.Top--star--1 {
  position: absolute;
  top: 17.7083333333vw  ;
  left: -2.0833333333vw  ;
  width: 10.4166666667vw  ;
}
@media only screen and (max-width: 768px) {
  .Top--star--1 {
    top: 87.1794871795vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--star--1 {
    left: -10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--star--1 {
    width: 51.2820512821vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--star--1 {
    width: 24.358974359vw;
    top: 64.1025641026vw;
    left: -5.1282051282vw;
  }
}
.Top--ill--2--1 {
  position: absolute;
  bottom: 1.9791666667vw  ;
  right: -0.5208333333vw  ;
  translate: 50%;
  width: 31.4540059347%;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .Top--ill--2--1 {
    bottom: 9.7435897436vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--ill--2--1 {
    right: -2.5641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--ill--2--1 {
    bottom: 7.1794871795vw;
    right: -1.2820512821vw;
  }
}
.Top--ill--3--1 {
  position: absolute;
  bottom: 4.9479166667vw  ;
  left: -4.8426150121%;
  width: 20.5811138015%;
}
@media only screen and (max-width: 768px) {
  .Top--ill--3--1 {
    bottom: 24.358974359vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--ill--3--1 {
    bottom: 0;
    left: -5.1282051282vw;
  }
}
.Top--ill--3--2 {
  position: absolute;
  bottom: 4.4270833333vw  ;
  right: 9.0799031477%;
  right: 3.90625vw  ;
  width: 13.0750605327%;
}
@media only screen and (max-width: 768px) {
  .Top--ill--3--2 {
    bottom: 21.7948717949vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--ill--3--2 {
    right: 19.2307692308vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--ill--3--2 {
    bottom: 0;
    right: 8.9743589744vw;
  }
}

/* ====================================================================================

    PAGE

==================================================================================== */
.Pnkz {
  display: flex;
  align-items: center;
  gap: 0vw 0.78125vw  ;
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .Pnkz {
    gap: 0vw 3.8461538462vw  ;
  }
}
.Pnkz--home {
  font-size: 0;
}
.Pnkz--home:before {
  content: "\e88a";
  font-family: "Material Icons";
  font-size: 1.9rem;
  color: #fff;
}
.Pnkz a {
  color: #fff;
}
.Pnkz.c-green {
  color: #00783D;
}
.Pnkz.c-green .Pnkz--home:before {
  color: #00783D;
}
.Pnkz.c-green a {
  color: #00783D;
}
@media only screen and (max-width: 768px) {
  .Pnkz {
    font-size: 1.2rem;
    gap: 0 2.5641025641vw;
  }
  .Pnkz--home:before {
    font-size: 1.3rem;
  }
}

/* ====================================================================================

    FEATURE

==================================================================================== */
.Feature--header p {
  position: absolute;
  bottom: 0.78125vw  ;
  right: 0.5208333333vw  ;
}
@media only screen and (max-width: 768px) {
  .Feature--header p {
    bottom: 3.8461538462vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--header p {
    right: 2.5641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--header p {
    position: static;
    text-align: center;
  }
}
.Feature--icon--1--1 {
  position: absolute;
  width: 40.6528189911%;
  top: 0.6770833333vw  ;
  right: 0;
  translate: 50%;
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--1 {
    top: 3.3333333333vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--1 {
    top: 50%;
    width: 23.0769230769vw;
    translate: 40% -50%;
  }
}
.Feature--icon--1--2 {
  position: absolute;
  width: 31.1572700297%;
  top: 3.125vw  ;
  right: 1.5625vw  ;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--2 {
    top: 15.3846153846vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--2 {
    right: 7.6923076923vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--2 {
    top: 50%;
    right: 0;
    width: 23.0769230769vw;
    translate: 30% -50%;
  }
}
.Feature--icon--1--3 {
  position: absolute;
  width: 26.8545994065%;
  top: 2.0833333333vw  ;
  right: -0.5208333333vw  ;
  translate: 50% -50%;
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--3 {
    top: 10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--3 {
    right: -2.5641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--1--3 {
    top: 50%;
    right: 0;
    width: 20.5128205128vw;
    translate: 30% -50%;
  }
}
.Feature--icon--2--1 {
  position: absolute;
  width: 28.6350148368%;
  top: 0.6770833333vw  ;
  right: 1.8229166667vw  ;
  translate: 50%;
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--1 {
    top: 3.3333333333vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--1 {
    right: 8.9743589744vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--1 {
    top: 50%;
    right: 0;
    width: 23.0769230769vw;
    translate: 30% -50%;
  }
}
.Feature--icon--2--2 {
  position: absolute;
  width: 27.0029673591%;
  top: 50%;
  right: -1.5625vw  ;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--2 {
    right: -7.6923076923vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--2 {
    right: 0;
    width: 23.0769230769vw;
    translate: 25% -50%;
  }
}
.Feature--icon--2--3 {
  position: absolute;
  width: 23.4421364985%;
  top: 50%;
  right: -2.2395833333vw  ;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--3 {
    right: -11.0256410256vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--icon--2--3 {
    right: 0;
    width: 20.5128205128vw;
    translate: 25% -50%;
  }
}
.Feature--ill--1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  translate: 0 50%;
  opacity: 0;
  filter: blur(10px);
  transition: 1.5s ease;
  transition-property: opacity, filter;
}
.Feature--ill--1.active {
  opacity: 1;
  filter: blur(0px);
}
.Feature--ill--2 {
  width: 43.3234421365%;
  position: absolute;
  top: -0.8854166667vw  ;
  right: 1.1458333333vw  ;
  translate: 50% 0;
}
@media only screen and (max-width: 768px) {
  .Feature--ill--2 {
    top: -4.358974359vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--ill--2 {
    right: 5.641025641vw  ;
  }
}
.Feature--ill--3 {
  width: 43.3234421365%;
  position: absolute;
  bottom: -2.8645833333vw  ;
  left: 2.0833333333vw  ;
  translate: -50% 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .Feature--ill--3 {
    bottom: -14.1025641026vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Feature--ill--3 {
    left: 10.2564102564vw  ;
  }
}

/* ====================================================================================

    WORKS

==================================================================================== */
.Works--ill--1 {
  position: absolute;
  top: -0.5208333333vw  ;
  left: 1.1979166667vw  ;
  translate: -50% -50%;
  width: 52.75%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--1 {
    top: -2.5641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--1 {
    left: 5.8974358974vw  ;
  }
}
.Works--ill--2 {
  position: absolute;
  top: 50%;
  right: 2.34375vw  ;
  translate: 50% -50%;
  width: 43.3234421365%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--2 {
    right: 11.5384615385vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--2 {
    width: 20.5128205128vw;
    right: 0;
  }
}
.Works--ill--3 {
  position: absolute;
  top: 2.0833333333vw  ;
  right: -0.78125vw  ;
  width: 20.3264094955%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--3 {
    top: 10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--3 {
    right: -3.8461538462vw  ;
  }
}
.Works--ill--4 {
  position: absolute;
  top: 0;
  left: -14.0949554896%;
  width: 60.8308605341%;
}
.Works--ill--5 {
  position: absolute;
  top: 1.5625vw  ;
  right: -1.0416666667vw  ;
  translate: 50% -50%;
  width: 22.9970326409%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--5 {
    top: 7.6923076923vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--5 {
    right: -5.1282051282vw  ;
  }
}
.Works--ill--6 {
  position: absolute;
  top: 23.3333333333vw  ;
  right: -0.78125vw  ;
  width: 20.7715133531%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--6 {
    top: 114.8717948718vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--6 {
    right: -3.8461538462vw  ;
  }
}
.Works--ill--7 {
  position: absolute;
  top: -1.5625vw  ;
  left: 14.1129032258%;
  translate: -100%;
  width: 57.4596774194%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--7 {
    top: -7.6923076923vw  ;
  }
}
.Works--ill--8 {
  width: 28.6290322581%;
  position: absolute;
  top: 0;
  right: -1.1458333333vw  ;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--8 {
    right: -5.641025641vw  ;
  }
}
.Works--ill--9 {
  width: 16.935483871%;
  position: absolute;
  top: -0.4166666667vw  ;
  right: -1.1458333333vw  ;
}
@media only screen and (max-width: 768px) {
  .Works--ill--9 {
    top: -2.0512820513vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--9 {
    right: -5.641025641vw  ;
  }
}
.Works--ill--10 {
  width: 21.5725806452%;
  position: absolute;
  top: -1.8229166667vw  ;
  left: -6.0483870968%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--10 {
    top: -8.9743589744vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--10 {
    top: -5.1282051282vw;
  }
}
.Works--ill--11 {
  width: 21.5725806452%;
  position: absolute;
  top: -0.78125vw  ;
  right: -6.0483870968%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--11 {
    top: -3.8461538462vw  ;
  }
}
.Works--ill--12 {
  position: absolute;
  top: 0.5208333333vw  ;
  right: -3.6458333333vw  ;
  translate: 0 -50%;
  width: 65.7051282051%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--12 {
    top: 2.5641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--12 {
    right: -17.9487179487vw  ;
  }
}
.Works--ill--13 {
  position: absolute;
  top: 1.8229166667vw  ;
  right: 9.6153846154%;
  width: 44.391025641%;
}
@media only screen and (max-width: 768px) {
  .Works--ill--13 {
    top: 8.9743589744vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Works--ill--13 {
    top: 17.9487179487vw;
    right: 5.1282051282vw;
    width: 30.7692307692vw;
  }
}
.Works--text--1 {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  width: 15.4302670623%;
}
@media only screen and (max-width: 768px) {
  .Works--text--1 {
    width: 15.3846153846vw;
  }
}

/* ====================================================================================

    PLACE

==================================================================================== */
.Place--radius--1 {
  border-radius: 5.2083333333vw 5.2083333333vw 0vw 0vw  ;
}
@media only screen and (max-width: 768px) {
  .Place--radius--1 {
    border-radius: 25.641025641vw 25.641025641vw 0vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Place--radius--1 {
    border-radius: 10.2564102564vw 10.2564102564vw 0 0;
  }
}
.Place--titleimage--1 {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 84.5697329377%;
}
.Place--titleimage--2 {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
}
.Place--data dt {
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .Place--data dd ul {
    gap: 4% 2%;
  }
}
@media only screen and (min-width: 769px) {
  .Place--data dd ul li:nth-child(3n+1) {
    width: 26.8562401264%;
  }
  .Place--data dd ul li:nth-child(3n+2) {
    width: 39.4944707741%;
  }
  .Place--data dd ul li:nth-child(3n+3) {
    width: 28.4360189573%;
  }
}
@media only screen and (max-width: 768px) {
  .Place--data dd ul li {
    width: 49%;
  }
}
.Place--ill--1 {
  width: 73.5135135135%;
  position: absolute;
  left: 24.3243243243%;
  bottom: -1.0416666667vw  ;
  translate: -100%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--1 {
    bottom: -5.1282051282vw  ;
  }
}
.Place--ill--2 {
  position: absolute;
  bottom: -0.5208333333vw  ;
  left: 8.4151472651%;
  translate: -50%;
  width: 48.3870967742%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--2 {
    bottom: -2.5641025641vw  ;
  }
}
.Place--ill--3 {
  position: absolute;
  top: -3.90625vw  ;
  right: 0;
  width: 32.538569425%;
  translate: 50%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--3 {
    top: -19.2307692308vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Place--ill--3 {
    top: -10.2564102564vw;
  }
}
.Place--ill--4 {
  position: absolute;
  top: 20.9895833333vw  ;
  left: 0;
  translate: -50%;
  width: 35.2071005917%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--4 {
    top: 103.3333333333vw  ;
  }
}
.Place--ill--5 {
  position: absolute;
  top: 41.8229166667vw  ;
  right: 5.1775147929%;
  translate: 100%;
  width: 20.2662721893%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--5 {
    top: 205.8974358974vw  ;
  }
}
.Place--ill--6 {
  position: absolute;
  top: -1.5625vw  ;
  left: 11.8343195266%;
  translate: -100%;
  width: 29.5857988166%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--6 {
    top: -7.6923076923vw  ;
  }
}
.Place--ill--7 {
  position: absolute;
  bottom: -4.9479166667vw  ;
  right: 0;
  translate: 50%;
  width: 22.9289940828%;
}
@media only screen and (max-width: 768px) {
  .Place--ill--7 {
    bottom: -24.358974359vw  ;
  }
}
.Place--select--list {
  position: relative;
}
.Place--select--list:before {
  content: "Or";
  font-family: "Galindo", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .Place--select--list:before {
    font-size: 1.4rem;
  }
}
.Place--select--list li {
  width: 43.471810089%;
}
.Place--select--list li.current button svg {
  opacity: 1;
}
.Place--select--list li.current button:before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .Place--select--list li:not(.current) button {
    transition: filter 0.4s ease;
  }
  .Place--select--list li:not(.current):hover button {
    filter: brightness(0.8);
  }
}
.Place--select--button {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.Place--select--button svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: placeSelectRotation 30s linear 0s infinite;
}
.Place--select--button:before {
  content: "選択中";
  padding: 0.15625vw 1.0416666667vw 0.3125vw  ;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1.3541666667vw  ;
  white-space: nowrap;
  font-size: 2rem;
  position: absolute;
  top: 25.1700680272%;
  left: 50%;
  translate: -50%;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .Place--select--button:before {
    padding: 0.7692307692vw 5.1282051282vw 1.5384615385vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Place--select--button:before {
    border-radius: 6.6666666667vw  ;
  }
}
.Place--select--button.light {
  background: #209003;
}
.Place--select--button.orange {
  background: #FF6819;
}
@media only screen and (max-width: 768px) {
  .Place--select--button {
    font-size: 1.6rem;
  }
  .Place--select--button:before {
    padding: 0.5128205128vw 3.8461538462vw;
    font-size: 1rem;
  }
}
.Place--select--content figure {
  position: relative;
}
.Place--select--content figure:before {
  content: "";
  width: 2.1875vw  ;
  aspect-ratio: 42/55;
  position: absolute;
  top: 1px;
  translate: 0 -100%;
}
@media only screen and (max-width: 768px) {
  .Place--select--content figure:before {
    width: 10.7692307692vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Place--select--content figure:before {
    width: 7.6923076923vw;
  }
}
.Place--select--content figure:nth-child(1):before {
  background: url("../img/icon--comment--top--green.png") no-repeat center;
  background-size: 100% 100%;
  left: 23.3656174334%;
}
.Place--select--content figure:nth-child(2):before {
  background: url("../img/icon--comment--top--orange.png") no-repeat center;
  background-size: 100% 100%;
  right: 23.3656174334%;
}
.Place--icon--instagram {
  width: 3.2291666667vw  ;
}
@media only screen and (max-width: 768px) {
  .Place--icon--instagram {
    width: 15.8974358974vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Place--icon--instagram {
    width: 10.2564102564vw;
  }
}

@keyframes placeSelectRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ====================================================================================

    MEMBER

==================================================================================== */
.Member--carusel figure img {
  margin-left: -5%;
  width: 110%;
  max-width: unset;
}
.Member--xtalk .slick--list {
  margin: 0vw -0.2604166667vw  ;
}
@media only screen and (max-width: 768px) {
  .Member--xtalk .slick--list {
    margin: 0vw -1.2820512821vw  ;
  }
}
.Member--xtalk .slick-slide {
  padding: 0vw 0.2604166667vw  ;
}
@media only screen and (max-width: 768px) {
  .Member--xtalk .slick-slide {
    padding: 0vw 1.2820512821vw  ;
  }
}
.Member--ill--1 {
  width: 36.2162162162%;
  position: absolute;
  left: 5.4054054054%;
  bottom: -1.5625vw  ;
  translate: -100%;
}
@media only screen and (max-width: 768px) {
  .Member--ill--1 {
    bottom: -7.6923076923vw  ;
  }
}
.Member--ill--2 {
  width: 23.0024213075%;
  position: absolute;
  left: -4.8426150121%;
  top: 0;
}
.Member--ill--3 {
  width: 12.7118644068%;
  position: absolute;
  right: -2.4213075061%;
  bottom: -2.0833333333vw  ;
}
@media only screen and (max-width: 768px) {
  .Member--ill--3 {
    bottom: -10.2564102564vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Member--ill--3 {
    bottom: -5.1282051282vw;
  }
}
.Member--ill--4 {
  width: 23.0024213075%;
  position: absolute;
  left: -4.8426150121%;
  top: -2.6041666667vw  ;
}
@media only screen and (max-width: 768px) {
  .Member--ill--4 {
    top: -12.8205128205vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Member--ill--4 {
    top: -5.1282051282vw;
  }
}
.Member--ill--5 {
  width: 24.2130750605%;
  position: absolute;
  right: -8.4745762712%;
  bottom: -5.2083333333vw  ;
}
@media only screen and (max-width: 768px) {
  .Member--ill--5 {
    bottom: -25.641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Member--ill--5 {
    bottom: -7.6923076923vw;
  }
}
.Member--comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Member--comment--content {
  position: relative;
}
.Member--comment--content:before {
  content: "";
  aspect-ratio: 1;
  width: 3.4990791897%;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.Member--comment--content.white {
  background: #fff;
}
.Member--comment--content.white.left:before {
  background-image: url("../img/icon--comment--right--white.png");
}
.Member--comment--content.white.right:before {
  background-image: url("../img/icon--comment--left--white.png");
}
.Member--comment--content.black {
  background: #000;
}
.Member--comment--content.black.left:before {
  background-image: url("../img/icon--comment--right--black.png");
}
.Member--comment--content.black.right:before {
  background-image: url("../img/icon--comment--left--black.png");
}
.Member--comment--content.light {
  background: #209003;
}
.Member--comment--content.light.left:before {
  background-image: url("../img/icon--comment--right--green.png");
}
.Member--comment--content.light.right:before {
  background-image: url("../img/icon--comment--left--green.png");
}
.Member--comment--content.orange {
  background: #FF6819;
}
.Member--comment--content.orange.left:before {
  background-image: url("../img/icon--comment--right--orange.png");
}
.Member--comment--content.orange.right:before {
  background-image: url("../img/icon--comment--left--orange.png");
}
.Member--comment--content.left:before {
  right: 1px;
  translate: 100% -50%;
}
.Member--comment--content.right:before {
  left: 1px;
  translate: -100% -50%;
}

/* ====================================================================================

    CONTACT

==================================================================================== */
.Contact--ill--1 {
  position: absolute;
  top: -1.5625vw  ;
  left: -2.7027027027%;
  translate: -50%;
  width: 48.6486486486%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--1 {
    top: -7.6923076923vw  ;
  }
}
.Contact--ill--2 {
  position: absolute;
  top: -0.625vw  ;
  right: 9.219858156%;
  width: 17.1631205674%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--2 {
    top: -3.0769230769vw  ;
  }
}
.Contact--ill--3 {
  position: absolute;
  top: 1.8229166667vw  ;
  right: 9.9290780142%;
  width: 18.1560283688%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--3 {
    top: 8.9743589744vw  ;
  }
}
.Contact--ill--4 {
  position: absolute;
  top: 1.4583333333vw  ;
  right: 10.6382978723%;
  width: 22.8368794326%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--4 {
    top: 7.1794871795vw  ;
  }
}
.Contact--ill--5 {
  position: absolute;
  top: -0.625vw  ;
  right: 14.1843971631%;
  width: 15.4609929078%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--5 {
    top: -3.0769230769vw  ;
  }
}
.Contact--ill--6 {
  position: absolute;
  top: 1.3020833333vw  ;
  right: 9.9290780142%;
  width: 18.865248227%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--6 {
    top: 6.4102564103vw  ;
  }
}
.Contact--ill--7 {
  position: absolute;
  top: -0.78125vw  ;
  right: 6.6666666667%;
  width: 22.5531914894%;
}
@media only screen and (max-width: 768px) {
  .Contact--ill--7 {
    top: -3.8461538462vw  ;
  }
}
.Contact--recruit--navi {
  list-style: decimal;
}
.Contact--recruit--navi li {
  color: #00783D;
  line-height: 1.4;
}
.Contact--recruit--navi li + li {
  margin-top: 0.78125vw  ;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--navi li + li {
    margin-top: 3.8461538462vw  ;
  }
}
.Contact--recruit--navi li a {
  color: #00783D;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .Contact--recruit--navi li a:hover {
    text-decoration: none;
  }
}
.Contact--recruit--content {
  padding: 2.0833333333vw 0vw  ;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content {
    padding: 10.2564102564vw 0vw  ;
  }
}
.Contact--recruit--content:first-of-type {
  padding-top: 0;
}
.Contact--recruit--content:last-of-type {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content {
    padding: 6.4102564103vw 0;
  }
}
.Contact--recruit--content + dl {
  border-top: 1px solid #707070;
}
.Contact--recruit--content dt {
  padding-left: 1.8229166667vw  ;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dt {
    padding-left: 8.9743589744vw  ;
  }
}
.Contact--recruit--content dt:before {
  content: "";
  width: 1.25vw  ;
  aspect-ratio: 28/26;
  background: url("../img/icon--star.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dt:before {
    width: 6.1538461538vw  ;
  }
}
.Contact--recruit--content dd {
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd {
    font-size: 1.2rem;
  }
}
.Contact--recruit--content dd h1,
.Contact--recruit--content dd h2,
.Contact--recruit--content dd h3,
.Contact--recruit--content dd h4,
.Contact--recruit--content dd h5,
.Contact--recruit--content dd h6 {
  margin: 2.0833333333vw 0vw 0.78125vw  ;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd h1,
  .Contact--recruit--content dd h2,
  .Contact--recruit--content dd h3,
  .Contact--recruit--content dd h4,
  .Contact--recruit--content dd h5,
  .Contact--recruit--content dd h6 {
    margin: 10.2564102564vw 0vw 3.8461538462vw  ;
  }
}
.Contact--recruit--content dd h1 {
  padding: 0.4166666667vw 1.0416666667vw  ;
  font-size: 2.8rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd h1 {
    padding: 2.0512820513vw 5.1282051282vw  ;
  }
}
.Contact--recruit--content dd h2 {
  padding: 0.2604166667vw 0.5208333333vw  ;
  font-size: 3rem;
  line-height: 1.3;
  color: #000;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd h2 {
    padding: 1.2820512821vw 2.5641025641vw  ;
  }
}
.Contact--recruit--content dd h3 {
  font-size: 2.4rem;
}
.Contact--recruit--content dd h4 {
  font-size: 2rem;
}
.Contact--recruit--content dd h5 {
  font-size: 1.8rem;
}
.Contact--recruit--content dd h6 {
  font-size: 1.6rem;
}
.Contact--recruit--content dd p {
  margin: 1.3020833333vw 0vw  ;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd p {
    margin: 6.4102564103vw 0vw  ;
  }
}
.Contact--recruit--content dd p:first-child {
  margin-top: 0;
}
.Contact--recruit--content dd img {
  height: auto;
}
.Contact--recruit--content dd strong {
  font-weight: bold;
}
.Contact--recruit--content dd em {
  font-style: italic;
}
.Contact--recruit--content dd b {
  font-weight: bold;
}
.Contact--recruit--content dd mark {
  display: inline;
  background-color: #fffb7b;
  color: #000;
}
.Contact--recruit--content dd blockquote {
  margin: 1.5625vw 0vw  ;
  padding: 2.0833333333vw 1.5625vw  ;
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
  border: 1px solid #dcdcdc;
  color: rgba(33, 33, 33, 0.8);
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd blockquote {
    margin: 7.6923076923vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd blockquote {
    padding: 10.2564102564vw 7.6923076923vw  ;
  }
}
.Contact--recruit--content dd blockquote p {
  margin: 0;
}
.Contact--recruit--content dd blockquote p + p {
  margin-top: 30px;
}
.Contact--recruit--content dd a {
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .Contact--recruit--content dd a:hover {
    text-decoration: none;
  }
}
.Contact--recruit--content dd .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.Contact--recruit--content dd .alignright {
  float: right;
}
.Contact--recruit--content dd .alignleft {
  float: left;
}
.Contact--recruit--content dd img[class*=attachment-],
.Contact--recruit--content dd img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
}
.Contact--recruit--content dd ul,
.Contact--recruit--content dd ol {
  margin: 1.5625vw 0vw  ;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd ul,
  .Contact--recruit--content dd ol {
    margin: 7.6923076923vw 0vw  ;
  }
}
.Contact--recruit--content dd ul li,
.Contact--recruit--content dd ol li {
  line-height: 1.8;
}
.Contact--recruit--content dd ul {
  padding-left: 1.0416666667vw  ;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd ul {
    padding-left: 5.1282051282vw  ;
  }
}
.Contact--recruit--content dd ol {
  counter-reset: num;
}
.Contact--recruit--content dd ol li {
  padding-left: 1.25vw  ;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd ol li {
    padding-left: 6.1538461538vw  ;
  }
}
.Contact--recruit--content dd ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.Contact--recruit--content dd table {
  width: 100%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd table {
    font-size: 1.2rem;
  }
}
.Contact--recruit--content dd table tr:first-child th,
.Contact--recruit--content dd table tr:first-child td {
  padding-top: 0;
}
.Contact--recruit--content dd table tr th,
.Contact--recruit--content dd table tr td {
  padding: 1.0416666667vw 0vw  ;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd table tr th,
  .Contact--recruit--content dd table tr td {
    padding: 5.1282051282vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd table tr th,
  .Contact--recruit--content dd table tr td {
    padding: 2.5641025641vw 0;
  }
}
.Contact--recruit--content dd table tr th {
  width: 20.1863354037%;
  vertical-align: top;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd table tr th {
    width: 23.0769230769vw;
  }
}
.Contact--recruit--content dd table tr td {
  font-weight: 400;
}
.Contact--recruit--content dd table tr td p {
  margin-bottom: 0;
}
.Contact--recruit--content dd table tr td:first-child {
  width: 20.1863354037%;
  vertical-align: top;
  font-weight: 500;
}
.Contact--recruit--content dd table tr td:first-child span {
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  .Contact--recruit--content dd table tr td:first-child {
    width: 23.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form dd {
    font-size: 16px;
  }
}
.Contact--form--item {
  padding-left: 1.0416666667vw  ;
  padding-right: 1.0416666667vw  ;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 0.5208333333vw  ;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .Contact--form--item {
    padding-left: 5.1282051282vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--item {
    padding-right: 5.1282051282vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--item {
    border-radius: 2.5641025641vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--item {
    font-size: 16px;
    border-radius: 1.2820512821vw;
  }
}
.Contact--form--input {
  height: 2.6041666667vw  ;
}
@media only screen and (max-width: 768px) {
  .Contact--form--input {
    height: 12.8205128205vw  ;
  }
}
.Contact--form--textarea {
  padding-top: 0.78125vw  ;
  padding-bottom: 0.78125vw  ;
  height: 10.0520833333vw  ;
  resize: vertical;
}
@media only screen and (max-width: 768px) {
  .Contact--form--textarea {
    padding-top: 3.8461538462vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--textarea {
    padding-bottom: 3.8461538462vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--textarea {
    height: 49.4871794872vw  ;
  }
}
.Contact--form--button {
  margin-top: 1.5625vw  ;
  margin-bottom: 1.5625vw  ;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 16.6666666667vw  ;
  aspect-ratio: 320/88;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .Contact--form--button {
    margin-top: 7.6923076923vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--button {
    margin-bottom: 7.6923076923vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--button {
    width: 82.0512820513vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Contact--form--button {
    transition: transform 0.4s ease;
  }
  .Contact--form--button:hover {
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 768px) {
  .Contact--form--button {
    margin-top: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
    padding-bottom: 1.2820512821vw;
    width: 66.6666666667vw;
    font-size: 16px;
  }
}
.Contact--form--submit {
  background: url("../img/contact--form--button--submit.png") no-repeat center;
  background-size: 100% 100%;
}
.Contact--form--back {
  background: url("../img/contact--form--button--back.png") no-repeat center;
  background-size: 100% 100%;
}

::placeholder {
  color: #DDDDDD;
}

/* ====================================================================================

    SINGLE

==================================================================================== */
.Single--content h1,
.Single--content h2,
.Single--content h3,
.Single--content h4,
.Single--content h5,
.Single--content h6 {
  margin: 2.0833333333vw 0vw 0.78125vw  ;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .Single--content h1,
  .Single--content h2,
  .Single--content h3,
  .Single--content h4,
  .Single--content h5,
  .Single--content h6 {
    margin: 10.2564102564vw 0vw 3.8461538462vw  ;
  }
}
.Single--content h1 {
  padding: 0.4166666667vw 1.0416666667vw  ;
  font-size: 2.8rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .Single--content h1 {
    padding: 2.0512820513vw 5.1282051282vw  ;
  }
}
.Single--content h2 {
  padding: 0.2604166667vw 0.5208333333vw  ;
  font-size: 3rem;
  line-height: 1.3;
  color: #000;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .Single--content h2 {
    padding: 1.2820512821vw 2.5641025641vw  ;
  }
}
.Single--content h3 {
  font-size: 2.4rem;
}
.Single--content h4 {
  font-size: 2rem;
}
.Single--content h5 {
  font-size: 1.8rem;
}
.Single--content h6 {
  font-size: 1.6rem;
}
.Single--content p {
  margin: 1.3020833333vw 0vw  ;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .Single--content p {
    margin: 6.4102564103vw 0vw  ;
  }
}
.Single--content p:first-child {
  margin-top: 0;
}
.Single--content img {
  height: auto;
}
.Single--content strong {
  font-weight: bold;
}
.Single--content em {
  font-style: italic;
}
.Single--content b {
  font-weight: bold;
}
.Single--content mark {
  display: inline;
  background-color: #fffb7b;
  color: #000;
}
.Single--content blockquote {
  margin: 1.5625vw 0vw  ;
  padding: 2.0833333333vw 1.5625vw  ;
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
  border: 1px solid #dcdcdc;
  color: rgba(33, 33, 33, 0.8);
}
@media only screen and (max-width: 768px) {
  .Single--content blockquote {
    margin: 7.6923076923vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content blockquote {
    padding: 10.2564102564vw 7.6923076923vw  ;
  }
}
.Single--content blockquote p {
  margin: 0;
}
.Single--content blockquote p + p {
  margin-top: 30px;
}
.Single--content a {
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .Single--content a:hover {
    text-decoration: none;
  }
}
.Single--content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.Single--content .alignright {
  float: right;
}
.Single--content .alignleft {
  float: left;
}
.Single--content img[class*=attachment-],
.Single--content img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
}
.Single--content ul,
.Single--content ol {
  margin: 1.5625vw 0vw  ;
}
@media only screen and (max-width: 768px) {
  .Single--content ul,
  .Single--content ol {
    margin: 7.6923076923vw 0vw  ;
  }
}
.Single--content ul li,
.Single--content ol li {
  line-height: 1.8;
}
.Single--content ul li + li,
.Single--content ol li + li {
  margin-top: 0.625vw  ;
}
@media only screen and (max-width: 768px) {
  .Single--content ul li + li,
  .Single--content ol li + li {
    margin-top: 3.0769230769vw  ;
  }
}
.Single--content ul {
  padding-left: 1.0416666667vw  ;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  .Single--content ul {
    padding-left: 5.1282051282vw  ;
  }
}
.Single--content ol {
  counter-reset: num;
}
.Single--content ol li {
  padding-left: 1.25vw  ;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Single--content ol li {
    padding-left: 6.1538461538vw  ;
  }
}
.Single--content ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-i {
    display: inline !important;
  }
  .flex {
    display: block;
  }
  .col-sm-1 {
    width: 100%;
  }
  .tc-sp {
    text-align: center;
  }
  .tj-sp {
    text-align: justify;
  }
  .tr-sp {
    text-align: right;
  }
}
/*# sourceMappingURL=style.css.map */
