@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: var(--zenmaru);
}

html {
  scroll-behavior: smooth;
}

:root {
  --sect_title: 40px;
  --sect_line: 36px;
  --header-logo: 36px;
  --s-contact-mess: 36px;
  --fas: 22px;
  --p-small: 14px;
  --copyright: 12px;
  --title-padding: 20px;
  --logo-h2: 24px;
  --s-contact-tel: 40px;
  --s-contact-a: 20px;
  --footer-h3-a: 32px;
  --footer-nav-a: 18px;
  --form-span: 11px;
  --font_32: 32px;
  --color_yellow: #54B300;
  --color_title_h: #428B03;
  --color_btn_gb: #3C8200;
  --color_428B03: #428B03;
  --color_7C6B5D: #7C6B5D;
  --zenmaru: "Zen Maru Gothic", serif;
  --notosansjp: "Noto Sans JP", sans-serif;
  --notosans: "Noto Sans", sans-serif;
  --roboto: "Roboto", serif;
  --under_sect_title_ja: 30px;
  --under_sect_title_en: 16px;
  --under_title_ja_co: #603C1C;
  --under_title_en_co: #B28247;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
}

.br-none__pc {
  display: none;
}

.br-none__sp {
  display: inline;
}

.category {
  width: 9.4444444444vw;
  height: 2.7777777778vw;
  border: solid 1px var(--color_yellow);
  border-radius: 0.6944444444vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color_yellow);
  background-color: #fff;
  margin-bottom: 1.8055555556vw;
}

a {
  color: #000;
}

img {
  width: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  position: relative;
  display: inline-flex;
  font-weight: 700;
  color: var(--color_title_h);
  font-size: var(--sect_title);
  font-family: var(--notosans);
  letter-spacing: 4px;
  line-height: 1.4;
  letter-spacing: 0.2777777778vw;
}

@media screen and (max-width: 2560px) {
  :root {
    --sect_title: calc(40/1440*100vw);
    --sect_line: calc(36/1440*100vw);
    --header-logo: calc(36/1440*100vw);
    --s-contact-mess: calc(36/1440*100vw);
    --p-small: calc(14/1440*100vw);
    --copyright: calc(12/1440*100vw);
    --title-padding: calc(20/1440*100vw);
    --logo-h2: calc(24/1440*100vw);
    --s-contact-tel: calc(40/1440*100vw);
    --s-contact-a: calc(20/1440*100vw);
    --footer-h3-a: calc(32/1440*100vw);
    --footer-nav-a: calc(18/1440*100vw);
    --form-span: calc(11/1440*100vw);
    --font_32: calc(32/1440*100vw);
    --under_sect_title_ja: calc(30/1440*100vw);
    --under_sect_title_en: calc(16/1440*100vw);
  }
  h1 {
    font-size: 3.3333333333vw;
  }
  h2 {
    font-size: 2.2222222222vw;
  }
  h3 {
    font-size: 1.6666666667vw;
  }
  h4 {
    font-size: 1.3888888889vw;
  }
  p {
    font-size: 1.1111111111vw;
  }
  a {
    font-size: 1.1111111111vw;
  }
  .section-title {
    text-align: center;
  }
  .section-title h2 {
    letter-spacing: 0.2777777778vw;
  }
}
@media (max-width: 450px) {
  :root {
    --sect_title: calc(32/375*100vw);
    --sect_line: calc(20/375*100vw);
    --header-logo:calc(36/375*100vw);
    --s-contact-mess: calc(36/375*100vw);
    --p-small: calc(14/375*100vw);
    --copyright: calc(12/375*100vw);
    --title-padding: calc(20/375*100vw);
    --logo-h2: calc(24/375*100vw);
    --s-contact-tel: calc(40/375*100vw);
    --s-contact-a: calc(20/375*100vw);
    --footer-h3-a: calc(36/375*100vw);
    --footer-nav-a: calc(14/375*100vw);
    --form-span: calc(11/375*100vw);
  }
  h1 {
    font-size: 8.5333333333vw;
  }
  h2 {
    font-size: 7.4666666667vw;
  }
  h3 {
    font-size: 5.3333333333vw;
  }
  h4 {
    font-size: 4.8vw;
  }
  p {
    font-size: 3.7333333333vw;
  }
  a {
    font-size: 3.7333333333vw;
  }
  .section-title {
    text-align: center;
  }
  .section-title h2 {
    letter-spacing: 1.0666666667vw;
  }
  .br-none__pc {
    display: inline;
  }
  .br-none__sp {
    display: none;
  }
  .category {
    width: 36.2666666667vw;
    height: 10.6666666667vw;
    border: solid 1px var(--color_yellow);
    border-radius: 2.6666666667vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color_yellow);
    background-color: #fff;
    margin-bottom: 6.9333333333vw;
  }
}
.sc__btn-wrap {
  display: flex;
  align-items: center;
  border: solid 1px var(--color_428B03);
  border-radius: 5px;
  padding: 8px 19px 8px 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 85px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
.sc__btn-wrap .sc__btn {
  display: flex;
  align-items: center;
}
.sc__btn-wrap .sc__btn a {
  color: var(--color_428B03);
  font-weight: 900;
  font-size: var(--s-contact-a);
}

@media (max-width: 2560px) {
  .sc__btn-wrap {
    border-radius: 0.3472222222vw;
    padding: 0.5555555556vw 1.3194444444vw 0.5555555556vw 0.5555555556vw;
    width: 23.6111111111vw;
    height: 5.9027777778vw;
  }
}
@media (max-width: 450px) {
  .sc__btn-wrap {
    border-radius: 1.3333333333vw;
    padding: 3.4666666667vw 0;
    width: 64.2666666667vw;
    height: 12.8vw;
    margin: 0 auto;
  }
  .sc__btn-wrap .sc__btn a {
    font-size: 4.2666666667vw;
  }
}
/* サムネイル付きスライダーcss */
/* メインスライダー */
.main__slider {
  width: 45.3472222222vw;
  height: 30.5555555556vw;
  position: relative;
}
.main__slider .swiper-slide {
  display: flex;
}
.main__slider .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* サムネイルスライダー */
.thumbnail__slider {
  width: 100%;
}
.thumbnail__slider .swiper-wrapper {
  width: auto !important;
  height: auto !important;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: auto;
  gap: 0.6944444444vw 0;
  margin-top: 1.0416666667vw;
}
.thumbnail__slider .swiper-slide {
  width: 4.1666666667vw !important;
  height: auto !important;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.thumbnail__slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.thumbnail__slider .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.swiper-button-prev-thumb,
.swiper-button-next-thumb {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2.9166666667vw;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
}

.swiper-button-prev-thumb {
  left: 0vw;
}
.swiper-button-prev-thumb::before {
  content: "<";
  display: flex;
  font-size: 1.3888888889vw;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -0.0694444444vw;
  top: -0.0694444444vw;
}

.swiper-button-next-thumb {
  right: 0vw;
}
.swiper-button-next-thumb::before {
  content: ">";
  display: flex;
  font-size: 1.3888888889vw;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -0.0694444444vw;
  top: -0.0694444444vw;
}

@media (max-width: 450px) {
  /* メインスライダー */
  .main__slider {
    width: 100%;
    height: 56.5333333333vw;
    position: relative;
  }
  .main__slider .swiper-slide {
    display: flex;
  }
  .main__slider .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* サムネイルスライダー */
  .thumbnail__slider {
    width: 100%;
  }
  .thumbnail__slider .swiper-wrapper {
    width: auto !important;
    height: auto !important;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 1.6vw 0;
    margin-top: 4vw;
  }
  .thumbnail__slider .swiper-slide {
    width: 16vw !important;
    height: auto !important;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .thumbnail__slider .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  .thumbnail__slider .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
  }
  .swiper-button-prev-thumb,
  .swiper-button-next-thumb {
    width: 8vw;
    height: 8vw;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11.2vw;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
  }
  .swiper-button-prev-thumb {
    left: 0vw;
  }
  .swiper-button-prev-thumb::before {
    content: "<";
    display: flex;
    font-size: 5.3333333333vw;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -0.2666666667vw;
    top: -0.2666666667vw;
  }
  .swiper-button-next-thumb {
    right: 0vw;
  }
  .swiper-button-next-thumb::before {
    content: ">";
    display: flex;
    font-size: 1.3888888889vw;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -0.0694444444vw;
    top: -0.0694444444vw;
  }
}
.header {
  max-width: 2560px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

#header {
  top: 30px;
}
#header .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1280px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
#header .inner .logo__wrap {
  width: 216px;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .inner .logo__wrap h2 {
  font-weight: 400;
  height: 100%;
}
#header .inner .logo__wrap h2 a {
  font-size: var(--logo-h2);
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .inner .nav {
  width: 686px;
  height: 18px;
  margin: 0 0 0 102px;
  display: flex;
}
#header .inner .nav ul {
  display: flex;
  width: 560px;
  height: 18px;
  align-items: center;
}
#header .inner .nav ul li {
  margin-right: 40px;
}
#header .inner .nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .inner .nav ul li a .-ja__pc {
  color: #333;
  font-weight: 500;
  font-family: var(--notosansjp);
}
#header .inner .nav ul li a .-ja__sp,
#header .inner .nav ul li a .-en {
  display: none;
}
#header .inner .nav ul li:last-child {
  margin-right: 0;
}
#header .inner .tel__numbar {
  width: 241px;
  height: 100%;
  margin-bottom: 9.048px;
  margin-left: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .inner .tel__numbar .numbar__wrap {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
#header .inner .tel__numbar .numbar__wrap .tel-icon__wrap {
  width: 23px;
  height: 28.5px;
  display: flex;
  align-items: center;
}
#header .inner .tel__numbar .numbar__wrap h2 {
  color: var(--color_yellow);
  text-align: end;
  line-height: 1;
  font-weight: 700;
  margin-left: 10px;
  height: auto;
  font-size: var(--header-logo);
}
#header .inner .tel__numbar p {
  font-size: var(--p-small);
  text-align: end;
}

@media (max-width: 2560px) {
  .inner {
    width: 72.9166666667vw;
  }
  .section-title h3 {
    padding-bottom: var(--title-padding);
  }
  #header .inner {
    width: 88.8888888889vw;
    height: 6.9444444444vw;
    box-shadow: 0 0.2083333333vw 0.2083333333vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 3.4722222222vw;
  }
  #header .inner .logo__wrap {
    width: 15vw;
  }
  #header .inner .nav {
    width: 47.6388888889vw;
    height: 1.25vw;
    margin: 0 0 0 7.0833333333vw;
  }
  #header .inner .nav ul {
    width: 27.2222222222vw;
    height: 1.25vw;
    margin-top: 0.2vw;
  }
  #header .inner .nav ul li {
    margin-right: 2.7777777778vw;
  }
  #header .inner .nav .tel__numbar {
    width: 16.7361111111vw;
    margin-bottom: 0.6vw;
    margin-left: 3.6805555556vw;
  }
  #header .inner .nav .tel__numbar .numbar__wrap {
    height: 2.7777777778vw;
  }
  #header .inner .nav .tel__numbar .numbar__wrap .tel-icon__wrap {
    width: 1.5972222222vw;
    height: 1.9791666667vw;
  }
  #header .inner .nav .tel__numbar .numbar__wrap h2 {
    margin-left: 0.6944444444vw;
  }
}
@media (max-width: 450px) {
  .header {
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  #header {
    top: 8vw;
    width: 100%;
  }
  #header .inner {
    width: 90.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 8vw;
    box-shadow: 0 0.5333333333vw 0.8vw 0 rgba(0, 0, 0, 0.25);
    justify-content: space-around;
  }
  #header .inner .logo__wrap {
    width: 57.6vw;
    height: auto;
    display: flex;
    align-items: center;
    line-height: 0;
  }
  #header .inner .logo__wrap h2 {
    font-weight: 400;
  }
  #header .inner .logo__wrap h2 a {
    font-size: 3.7333333333vw;
    color: #333;
  }
  #header .inner .nav {
    display: none;
    width: 90.6666666667vw;
    height: auto;
    padding-bottom: 8.2666666667vw;
    margin: 0;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.8vw 0 rgba(0, 0, 0, 0.25);
  }
  #header .inner .nav ul {
    display: flex;
    width: 80vw;
    height: auto;
    align-items: center;
    margin: 6.4vw auto 5.3333333333vw;
  }
  #header .inner .nav ul li {
    margin: 2vw 0 0 0;
    padding: 0;
    height: 15.2vw;
    border-bottom: solid 1px #e9e9e9;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .inner .nav ul li a .-ja__pc {
    display: none;
  }
  #header .inner .nav ul li a .-ja__sp {
    display: inline;
    font-weight: 700;
    font-size: 3.7333333333vw;
    color: #333;
    margin-bottom: 2.4vw;
  }
  #header .inner .nav ul li a .-en {
    display: inline;
    color: var(--color_title_h);
    font-size: 3.2vw;
    font-family: var(--roboto);
    font-weight: 700;
  }
  #header .inner .nav ul li:first-child {
    margin-top: 0;
  }
  #header .inner .nav ul li:last-child {
    margin-right: 0;
  }
  #header .inner .nav .tel__numbar {
    width: 50.7013333333vw;
    height: 14.3253333333vw;
    margin: 0 auto;
  }
  #header .inner .nav .tel__numbar .numbar__wrap {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom: 2.6666666667vw;
  }
  #header .inner .nav .tel__numbar .numbar__wrap .tel-icon__wrap {
    width: 5.1413333333vw;
    height: 5.1413333333vw;
    display: flex;
    align-items: end;
    margin-top: 1.4vw;
  }
  #header .inner .nav .tel__numbar .numbar__wrap h2 {
    color: var(--color_yellow);
    text-align: end;
    line-height: 1;
    font-weight: 700;
    margin-left: 0.9333333333vw;
    height: auto;
    font-size: 8vw;
  }
  #header .inner .nav .tel__numbar p {
    font-size: 2.9333333333vw;
    text-align: end;
  }
  #header .inner .nav.active {
    display: block;
  }
  #header .inner .action {
    transition: 0.3s;
  }
  #header .inner-action {
    border-radius: 8vw 8vw 0 0;
  }
}
/* ハンバーガーアイコンの基本スタイル */
.header {
  /* open時にバツ印に変形 */
}
.header .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 6.6666666667vw;
  height: 4.8vw;
  cursor: pointer;
  z-index: 1001;
}
.header .hamburger span {
  display: block;
  width: 100%;
  height: 0.8vw;
  background: var(--color_title_h);
  border-radius: 0.5333333333vw;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(1.5vw, 1.4333333333vw);
}
.header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(1.3333333333vw, -1.3333333333vw);
}

/* モバイル用メニュー制御 */
@media screen and (max-width: 450px) {
  .header .hamburger {
    display: flex;
  }
  .header .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 1000;
    border-radius: 0 0 8vw 8vw;
  }
  .header .nav .item__wrap {
    flex-direction: column;
    align-items: center;
  }
  .header .tel__numbar {
    display: none; /* 必要なら非表示に */
  }
}
.sprite,
.scroll-bg__wrap {
  animation-play-state: paused;
}

.fv__wrap {
  position: relative;
  width: 100%;
  height: 44.4444444444vw;
  overflow: hidden;
  background-image: url(../img/fv_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -6.9444444444vw;
}
.fv__wrap .kumo-bg__wrap {
  position: absolute;
  animation-name: cloudFloat;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes cloudFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fv__wrap .kumo-1 {
  top: 9.7222222222vw;
  left: 10.7986111111vw;
  width: 8.5958333333vw;
  height: 2.7527777778vw;
  animation-delay: 0s;
}
.fv__wrap .kumo-2 {
  top: 17.4305555556vw;
  left: 26.6319444444vw;
  width: 4.225vw;
  height: 1.7861111111vw;
  animation-delay: 3s;
}
.fv__wrap .kumo-3 {
  top: 11.3888888889vw;
  right: 45.5902777778vw;
  width: 2.7777777778vw;
  height: 1.3194444444vw;
  animation-delay: 1s;
}
.fv__wrap .kumo-4 {
  top: 16.5972222222vw;
  right: 10.0444444444vw;
  width: 8.3930555556vw;
  height: 3.6625vw;
  animation-delay: 2s;
}
.fv__wrap .hikouki__wrap {
  position: absolute;
  top: 12.8638888889vw;
  right: -48.6111111111vw;
  width: 27.7777777778vw;
  height: 3.1673611111vw;
  z-index: 4;
  animation: hikoukiFly 20s linear infinite;
}
@keyframes hikoukiFly {
  0% {
    ransform: translateX(0);
  }
  100% {
    transform: translateX(-200vw); /* 画面の左外まで移動 */
  }
}
.fv__wrap .scroll__container {
  position: absolute;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  bottom: 2.2916666667vw;
  height: 16.7777777778vw;
}
.fv__wrap .scroll__container .scroll-bg__wrap {
  display: flex;
  width: 458.3333333333vw;
  animation: scroll-left 70s linear infinite;
  animation-play-state: running;
  height: 100%;
}
.fv__wrap .scroll__container img {
  width: 100%;
  height: 100%;
}
.fv__wrap .jimen {
  height: 4.8611111111vw;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
.fv__wrap .siba {
  position: absolute;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  bottom: -0.1vw;
}
.fv__wrap .siba .scroll-bg__wrap {
  display: flex;
  width: 416.6666666667vw;
  animation: scroll-left 60s linear infinite;
  animation-play-state: running;
}
.fv__wrap .siba img {
  width: 83.3333333333vw;
  height: 3.4722222222vw;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-2560px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sprite {
  position: absolute;
  bottom: 0.6944444444vw;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 160px;
  width: 13.8888888889vw;
  height: 11.1111111111vw;
  background-image: url(../img/sprite_new_6.png);
  background-repeat: no-repeat;
  background-size: 503.4722222222vw 13.8888888889vw;
  animation: walk-dog 5s steps(33) infinite;
  z-index: 3;
}

@keyframes walk-dog {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -503.4722222222vw 0;
  }
}
.section-contact .inner {
  /* 左から右へ移動 */
}
.section-contact .inner .sprite {
  bottom: -9.7222222222vw;
  left: 50%;
  transform: translateX(-50%);
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  background-image: url(../img/sprite_new_7.png);
  background-repeat: no-repeat;
  background-size: 291.6666666667vw 13.8888888889vw;
  animation: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.section-contact .inner .sprite.animate {
  animation: walk-dog-2 6s steps(20) forwards, walk-dog-move 6s linear forwards;
  opacity: 1;
}
@keyframes walk-dog-2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -277.7777777778vw 0;
  }
}
@keyframes walk-dog-move {
  0% {
    left: 10%;
    transform: scaleX(-1);
  }
  100% {
    left: calc(100% - 20.8333333333vw);
    transform: scaleX(-1); /* 反転維持 */
  }
}

.fv-under .fv__wrap {
  height: 45.1388888889vw;
  background-position: center -5.9888888889vw;
  /* 左から右へ移動 */
}
.fv-under .fv__wrap .board-img__wrap {
  width: 20.9027777778vw;
  height: 17.3611111111vw;
  position: absolute;
  bottom: 4.1666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.fv-under .fv__wrap .sprite {
  bottom: -3.125vw;
  left: auto;
  right: 0;
  transform: none;
  width: 17.3611111111vw;
  height: 17.3611111111vw;
  background-image: url(../img/sprite_new_7.png);
  background-repeat: no-repeat;
  background-size: 437.5vw 17.3611111111vw;
  animation: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.fv-under .fv__wrap .sprite.animate {
  animation: walk-dog-3 6s steps(20) forwards, walk-dog-move-2 6s linear forwards;
  opacity: 1;
}
@keyframes walk-dog-3 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -416.6666666667vw 0;
  }
}
@keyframes walk-dog-move-2 {
  0% {
    right: -20%;
    transform: scaleX(1);
  }
  100% {
    right: calc(0% + 24.3055555556vw);
    transform: scaleX(1); /* 反転維持 */
  }
}
.fv-under .fv__wrap .jimen {
  height: 3.0833333333vw;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
.fv-under .fv__wrap .siba {
  width: 120vw;
  left: -1.3888888889vw;
  bottom: -0.4vw;
}
.fv-under .fv__wrap .siba .scroll-bg__wrap {
  animation: none;
  width: 100%;
  display: block;
}
.fv-under .fv__wrap .siba .scroll-bg__wrap img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 2561px) {
  .fv__wrap {
    height: 525px;
    background-position: center -100px;
  }
  .fv__wrap .scroll__container {
    bottom: 33px;
    height: 241.6px;
  }
  .fv__wrap .scroll__container .scroll-bg__wrap {
    display: flex;
    width: 6600px;
    animation: scroll-left 70s linear infinite;
  }
  .fv__wrap .scroll__container .scroll-bg__wrap img {
    width: 2450px;
    height: auto;
  }
  .fv__wrap .jimen {
    height: 70px;
    width: 100%;
    bottom: 0px;
  }
  .fv__wrap .siba {
    position: absolute;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    bottom: -1px;
  }
  .fv__wrap .siba .scroll-bg__wrap {
    display: flex;
    width: 6000px;
    animation: scroll-left 60s linear infinite;
    animation-play-state: running;
  }
  .fv__wrap .siba .scroll-bg__wrap img {
    width: 1200px;
    height: 50px;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(-3600px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .sprite {
    position: absolute;
    bottom: 0.6944444444vw;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 160px;
    background-image: url(../img/sprite_new_6.png);
    background-repeat: no-repeat;
    background-size: 7250px 200px;
    animation: walk-dog 5s steps(33) infinite;
    z-index: 3;
  }
  @keyframes walk-dog {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -7250px 0;
    }
  }
  .section-contact .inner {
    /* 左から右へ移動 */
  }
  .section-contact .inner .sprite {
    position: absolute;
    bottom: -120px;
    left: 0px;
    transform: scaleX(-1);
    width: 158px;
    height: 132px;
    background-image: url(../img/sprite_new_7.png);
    background-repeat: no-repeat;
    background-size: 3318px 132px;
    animation: none;
    opacity: 0; /* 視覚的に出現させる演出にも */
    transition: opacity 0.3s;
    z-index: 1;
  }
  .section-contact .inner .sprite.animate {
    animation: walk-dog-2 6s steps(20) forwards, walk-dog-move 6s linear forwards;
    opacity: 1;
  }
  @keyframes walk-dog-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -3160px 0;
    }
  }
  @keyframes walk-dog-move {
    0% {
      left: 10%;
      transform: scaleX(-1);
    }
    100% {
      left: calc(100% - 270px);
      transform: scaleX(-1); /* 反転維持 */
    }
  }
  .fv-under .fv__wrap {
    height: 556px;
    background-position: center -160px;
    /* 左から右へ移動 */
  }
  .fv-under .fv__wrap .jimen {
    bottom: -25px;
  }
  .fv-under .fv__wrap .board-img__wrap {
    width: 200px;
    height: 250px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .fv-under .fv__wrap .siba .scroll-bg__wrap {
    animation: none;
  }
  .fv-under .fv__wrap .sprite {
    position: absolute;
    bottom: 30px;
    right: 80px;
    left: auto;
    transform: scaleX(-1);
    width: 200px;
    height: 160px;
    background-image: url(../img/sprite_new_7.png);
    background-repeat: no-repeat;
    background-size: 2100px 160px;
    animation: none;
    opacity: 0; /* 視覚的に出現させる演出にも */
    transition: opacity 0.3s;
    z-index: 1;
  }
  .fv-under .fv__wrap .sprite.animate {
    animation: walk-dog-3 6s steps(20) forwards, walk-dog-move-2 6s linear forwards;
    opacity: 1;
  }
  @keyframes walk-dog-3 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2000px 0;
    }
  }
  @keyframes walk-dog-move-2 {
    0% {
      right: 10%;
      transform: scaleX(1);
    }
    100% {
      right: calc(100% - 270px);
      transform: scaleX(1);
    }
  }
}
@media (max-width: 450px) {
  .fv__wrap {
    height: 144vw !important;
    background-size: 349vw;
    background-position: -90vw -18vw;
  }
  .fv__wrap .board-img__wrap {
    width: 42.4vw;
    height: 35.216vw;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .fv__wrap .kumo-bg__wrap {
    position: absolute;
    animation-name: cloudFloat;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes cloudFloat {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .fv__wrap .kumo-1 {
    top: 45.0666666667vw;
    left: 12px;
    width: 26.2373333333vw;
    height: 8.4026666667vw;
    animation-delay: 0s;
  }
  .fv__wrap .kumo-2 {
    top: 26.6666666667vw;
    left: 125px;
    width: 12.896vw;
    height: 5.4533333333vw;
    animation-delay: 3s;
  }
  .fv__wrap .kumo-3 {
    top: 39.2vw;
    right: 79.21px;
    width: 8.4773333333vw;
    height: 4.024vw;
    animation-delay: 1s;
  }
  .fv__wrap .kumo-4 {
    top: 75.7333333333vw;
    right: 30.93px;
    width: 25.6186666667vw;
    height: 11.1786666667vw;
    animation-delay: 2s;
  }
  .fv__wrap .hikouki__wrap {
    position: absolute;
    top: 59.7333333333vw;
    right: -186.6666666667vw;
    width: 64vw;
    height: 7.2vw;
    z-index: 4;
    animation: hikoukiFly 30s linear infinite;
  }
  @keyframes hikoukiFly {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-500vw); /* 画面の左外まで移動 */
    }
  }
  .fv__wrap .scroll__container {
    position: absolute;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    bottom: -17vw;
    height: 276px;
  }
  .fv__wrap .scroll__container .scroll-bg__wrap {
    display: flex;
    width: 800vw;
    animation: scroll-left 80s linear infinite;
    animation-play-state: running;
    height: 70%;
  }
  .fv__wrap .scroll__container img {
    width: 880vw;
    height: 100%;
  }
  .fv__wrap .jimen {
    bottom: -60vw;
    z-index: 0;
  }
  .fv__wrap .siba {
    position: absolute;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    bottom: -0.2vw;
  }
  .fv__wrap .siba .scroll-bg__wrap {
    display: flex;
    width: 1280vw;
    animation: scroll-left 60s linear infinite;
    animation-play-state: running;
  }
  .fv__wrap .siba img {
    width: 197.3333333333vw;
    height: 10.6666666667vw;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(-2560px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .sprite {
    position: absolute;
    bottom: 10px;
    bottom: -3.2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    width: 36.4vw;
    height: 160px;
    height: 38vw;
    background-image: url(../img/sprite_new_6.png);
    background-repeat: no-repeat;
    background-size: 7250px 200px;
    background-size: 1201.2vw 40vw;
    animation: walk-dog 5s steps(33) infinite;
    z-index: 3;
  }
  @keyframes walk-dog {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -7250px 0;
      background-position: -1201.2vw 0;
    }
  }
  .section-contact .inner {
    /* 左から右へ移動 */
  }
  .section-contact .inner .sprite {
    bottom: -22vw;
    left: 50%;
    transform: translateX(-50%);
    width: 38.5333333333vw;
    height: 32vw;
    background-image: url(../img/sprite_new_7.png);
    background-repeat: no-repeat;
    background-size: 788vw 35vw;
    animation: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
  }
  .section-contact .inner .sprite.animate {
    animation: walk-dog-2 6s steps(20) forwards, walk-dog-move 6s linear forwards;
    opacity: 1;
  }
  @keyframes walk-dog-2 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -749.2vw 0;
    }
  }
  @keyframes walk-dog-move {
    0% {
      left: -20%;
      transform: scaleX(-1);
    }
    100% {
      left: calc(100% - 50.6666666667vw);
      transform: scaleX(-1); /* 反転維持 */
    }
  }
  .fv-under .fv__wrap {
    height: 144vw;
    background-position: center 0px;
    /* 左から右へ移動 */
  }
  .fv-under .fv__wrap .jimen {
    bottom: -25px;
  }
  .fv-under .fv__wrap .board-img__wrap {
    width: 42.4vw;
    height: 35.216vw;
    bottom: 9.3333333333vw;
    z-index: 1;
  }
  .fv-under .fv__wrap .siba {
    width: 110%;
    left: 49%;
    transform: translateX(-50%);
    bottom: -1%;
  }
  .fv-under .fv__wrap .siba .scroll-bg__wrap {
    animation: none;
  }
  .fv-under .fv__wrap .siba .scroll-bg__wrap img {
    width: 220vw;
    height: 6.9333333333vw;
  }
  .fv-under .fv__wrap .sprite {
    position: absolute;
    bottom: 2.6666666667vw;
    right: 21.3333333333vw;
    left: auto;
    transform: scaleX(-1);
    width: 40vw;
    height: 31vw;
    background-image: url(../img/sprite_new_7.png);
    background-repeat: no-repeat;
    background-size: 800vw 40vw;
    animation: none;
    opacity: 0; /* 視覚的に出現させる演出にも */
    transition: opacity 0.3s;
    z-index: 1;
  }
  .fv-under .fv__wrap .sprite.animate {
    animation: walk-dog-3 4s steps(20) forwards, walk-dog-move-2 4s linear forwards;
    opacity: 1;
  }
  @keyframes walk-dog-3 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -760vw 0;
    }
  }
  @keyframes walk-dog-move-2 {
    0% {
      right: -30%;
      transform: scaleX(1);
    }
    100% {
      right: calc(0% + 50px);
      transform: scaleX(1);
    }
  }
}
/* 

fv

fvアニメーションはanimation.cssに
*/
.fv-message__wrap {
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
  align-items: center;
  margin: 265px auto 0 auto;
  text-align: center;
  background-color: #83B35B;
}
.fv-message__wrap .fv-message:first-child h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 2560px) {
  .fv-message__wrap {
    margin: 18.4027777778vw auto 0 auto;
  }
  .fv-message__wrap .fv-message:first-child h4 {
    margin-bottom: 0.6944444444vw;
  }
}
/* 

section about

*/
#about {
  width: 100%;
  background-color: #F5F5F5;
}
#about .__wrap {
  background-image: url(../img/about_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 862.75px;
  background-position-y: 0px;
  position: relative;
}
#about .__wrap .-bg-img__wrap {
  width: 100%;
  max-width: 2560px;
  height: 767px;
  position: absolute;
  top: 0vw;
  left: 50%;
  transform: translateX(-50%);
}
#about .__wrap .-bg-img__wrap .-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#about .__wrap .-bg-img__wrap .-inner .-nikukyu__wrap {
  position: absolute;
  width: 128px;
  height: 143.1px;
  transform: rotate(-15.8deg);
}
#about .__wrap .-bg-img__wrap .-inner .-dog__wrap {
  position: absolute;
}
#about .__wrap .-bg-img__wrap .-inner .-nikukyu-left__wrap {
  top: 97px;
  left: 22px;
}
#about .__wrap .-bg-img__wrap .-inner .-dog-left__wrap {
  width: 303px;
  height: 271.42px;
  top: 116.79px;
  left: 125px;
}
#about .__wrap .-bg-img__wrap .-inner .-nikukyu-right__wrap {
  bottom: 35px;
  right: 20.22px;
}
#about .__wrap .-bg-img__wrap .-inner .-dog-right__wrap {
  width: 285.33px;
  height: 217px;
  bottom: 125px;
  right: 120px;
}
#about .__wrap .-bg-img__wrap .-inner .-miti__wrap {
  position: absolute;
  width: 477px;
  height: 476px;
  bottom: -78px;
  left: 0;
}
#about .__wrap .inner {
  position: relative;
  padding: 88px 0 150px 0;
}
#about .__wrap .inner::after {
  position: absolute;
  content: "";
  background-image: url(../img/scroll_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.7916666667vw;
  height: 3.3333333333vw;
  top: 0.6944444444vw;
  left: 50%;
  transform: translateX(-50%);
}
#about .__wrap .inner .section-title {
  margin: 0px 0 22.8px 0;
}
#about .__wrap .inner .about-message {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-family: var(--zenmaru);
  font-size: var(--sect_line);
  margin-bottom: 25.6px;
  line-height: 1.4;
}
#about .__wrap .inner .about-text {
  text-align: center;
  color: #fff;
  font-family: var(--zenmaru);
  line-height: 2.5;
}
#about .inner-2 {
  padding-top: 100px;
  padding-bottom: 140px;
  width: 1200px;
}
#about .inner-2 .section-title {
  margin-bottom: 10px;
}
#about .inner-2 .section-title h2 {
  font-family: var(--notosansjp);
}
#about .inner-2 .about-text {
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}
#about .inner-2 .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#about .inner-2 .container .content {
  width: 381px;
  height: 400px;
  background-color: #fff;
  border-radius: 20px;
  padding: 49px 0 30px 0;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}
#about .inner-2 .container .content .-img__wrap {
  width: 132.04px;
  height: 140.74px;
  text-align: center;
  margin: 0 auto 39px auto;
}
#about .inner-2 .container .content .-text__wrap h2 {
  color: var(--color_title_h);
  text-align: center;
  margin-bottom: 15px;
}
#about .inner-2 .container .content .-text__wrap p {
  text-align: center;
  width: 295px;
  margin: 0 auto;
  line-height: 1.75;
}
#about .inner-2 .container .c-2 {
  padding-top: 60px;
}
#about .inner-2 .container .c-2 .-img__wrap {
  width: 123px;
  height: 126px;
}
#about .inner-2 .container .c-3 {
  padding-top: 65px;
}
#about .inner-2 .container .c-3 .-img__wrap {
  width: 132.04px;
  height: 125.02px;
}
#about .inner-2 .container .c-3 .-text__wrap p {
  width: 304px;
}

@media (max-width: 2560px) {
  #about {
    padding-bottom: 0;
  }
  #about .__wrap {
    background-size: 100% 59.9131944444vw;
    background-size: cover;
  }
  #about .__wrap .-bg-img__wrap {
    height: 59.9131944444vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-nikukyu__wrap {
    width: 8.8888888889vw;
    height: 9.9375vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-nikukyu-left__wrap {
    top: 6.7361111111vw;
    left: 1.5277777778vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-dog-left__wrap {
    width: 21.0416666667vw;
    height: 18.8486111111vw;
    top: 8.1104166667vw;
    left: 8.6805555556vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-nikukyu-right__wrap {
    bottom: 2.4305555556vw;
    right: 1.4041666667vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-dog-right__wrap {
    width: 19.8145833333vw;
    height: 15.0694444444vw;
    bottom: 8.6805555556vw;
    right: 8.3333333333vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-miti__wrap {
    position: absolute;
    width: 33.125vw;
    height: 33.1069444444vw;
    bottom: -5.4166666667vw;
  }
  #about .__wrap .inner {
    padding: 6.9444444444vw 0 20vw 0;
  }
  #about .__wrap .inner .about-message {
    margin: 0 0 2.7777777778vw 0;
  }
  #about .inner-2 {
    width: 83.3333333333vw;
    padding-top: 6.9444444444vw;
    padding-bottom: 9.7222222222vw;
  }
  #about .inner-2 .section-title {
    margin-bottom: 0.7142857143vw;
  }
  #about .inner-2 .about-text {
    margin-bottom: 3.4722222222vw;
  }
  #about .inner-2 .container {
    width: 83.3333333333vw;
  }
  #about .inner-2 .container .content {
    width: 26.4583333333vw;
    height: 27.7777777778vw;
    border-radius: 1.3888888889vw;
    padding: 3.4027777778vw 0 2.0833333333vw 0;
  }
  #about .inner-2 .container .content .-img__wrap {
    width: 9.1694444444vw;
    height: 9.7736111111vw;
    margin-bottom: 2.7083333333vw;
  }
  #about .inner-2 .container .content .-text__wrap h2 {
    margin-bottom: 1.0416666667vw;
  }
  #about .inner-2 .container .content .-text__wrap p {
    width: 20.4861111111vw;
  }
  #about .inner-2 .container .c-2 {
    padding-top: 4.1666666667vw;
  }
  #about .inner-2 .container .c-2 .-img__wrap {
    width: 8.5416666667vw;
    height: 8.75vw;
  }
  #about .inner-2 .container .c-3 {
    padding-top: 4.5138888889vw;
  }
  #about .inner-2 .container .c-3 .-img__wrap {
    width: 9.1694444444vw;
    height: 8.6819444444vw;
  }
  #about .inner-2 .container .c-3 .-text__wrap p {
    width: 21.1111111111vw;
  }
}
@media (max-width: 450px) {
  #about {
    width: 100%;
    background-color: #F5F5F5;
  }
  #about .__wrap {
    background-image: url(../img/about_bg_sp.png);
    padding-bottom: 0;
    background-size: contain;
    width: 100%;
  }
  #about .__wrap .-bg-img__wrap {
    height: 91%;
  }
  #about .__wrap .-bg-img__wrap .-inner .-nikukyu__wrap {
    width: 21.0266666667vw;
    height: 23.5066666667vw;
    transform: rotate(-6.08deg);
  }
  #about .__wrap .-bg-img__wrap .-inner .-dog__wrap {
    width: 44.032vw;
    height: 39.4426666667vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-nikukyu-left__wrap {
    left: -6.4533333333vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-dog-left__wrap {
    top: 21.0666666667vw;
    left: 2.6666666667vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-nikukyu-right__wrap {
    top: 236.2666666667vw;
    bottom: 16.5733333333vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-dog-right__wrap {
    width: 41.464vw;
    height: 31.5333333333vw;
    top: 216.8vw;
    right: 3.24vw;
  }
  #about .__wrap .-bg-img__wrap .-inner .-miti__wrap {
    width: 53.067vw;
    height: 48.6vw;
    bottom: -4.67vw;
    left: -9vw;
  }
  #about .__wrap .inner {
    width: 83.2vw;
    padding: 59.4666666667vw 0 73.6vw 0;
  }
  #about .__wrap .inner .section-title {
    margin: 5.3333333333vw 0;
  }
  #about .__wrap .inner .section-title h2 {
    font-weight: 600;
  }
  #about .__wrap .inner::after {
    width: 13.8666666667vw;
    height: 11.2vw;
    top: 2.6666666667vw;
  }
  #about .__wrap .inner .about-message {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
    font-family: var(--zenmaru);
  }
  #about .__wrap .inner .about-text {
    margin-bottom: 13.3333333333vw;
  }
  #about .inner-2 {
    width: 83.2vw;
    padding: 0;
  }
  #about .inner-2 .section-title {
    margin-bottom: 7.4666666667vw;
  }
  #about .inner-2 .section-title h2 {
    font-size: 4.8vw;
    letter-spacing: 0vw;
  }
  #about .inner-2 .about-text {
    margin-bottom: 13.3333333333vw;
    font-weight: 500;
  }
  #about .inner-2 .container {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32vw;
  }
  #about .inner-2 .container .content {
    width: 100%;
    height: 78.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 9.6vw 0 5.6vw 0;
    margin-bottom: 8vw;
  }
  #about .inner-2 .container .content .-img__wrap {
    width: 28.8346666667vw;
    height: 28.8346666667vw;
    margin: 0 auto 6.952vw auto;
  }
  #about .inner-2 .container .content .-text__wrap h2 {
    margin-bottom: 2.9333333333vw;
    font-size: 6.4vw;
    font-weight: 500;
  }
  #about .inner-2 .container .content .-text__wrap p {
    width: 78.6666666667vw;
    font-size: 3.2vw;
    font-weight: 500;
  }
  #about .inner-2 .container .c-2 {
    padding-top: 11.7333333333vw;
  }
  #about .inner-2 .container .c-2 .-img__wrap {
    width: 26.8586666667vw;
    height: 24.7813333333vw;
  }
  #about .inner-2 .container .c-3 {
    padding-top: 12.8vw;
  }
  #about .inner-2 .container .c-3 .-img__wrap {
    width: 28.8346666667vw;
    height: 24.5866666667vw;
  }
  #about .inner-2 .container .c-3 .-text__wrap p {
    width: 66.4vw;
  }
}
/* 

section category

*/
#section-category {
  background-color: #F5F5F5;
  background-image: url(../img/category_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-y: 0px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
#section-category .inner {
  position: relative;
  width: 1200px;
  padding: 140px 0 80px 0;
}
#section-category .inner .-nikukyu__wrap {
  position: absolute;
  width: 128px;
  height: 143.1px;
  transform: scaleX(-1);
}
#section-category .inner .-nikukyu-left__wrap {
  top: 728px;
  left: -165px;
}
#section-category .inner .-nikukyu-right__wrap {
  top: 185px;
  right: -135px;
}
#section-category .inner .-miti__wrap {
  position: absolute;
  width: 353px;
  height: 510px;
  top: -10px;
  left: -220px;
  transform: rotate(60.05deg);
}
#section-category .inner .-line__wrap {
  margin: 30px 0;
  text-align: start;
  text-align: center;
  color: #fff;
}
#section-category .inner .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#section-category .inner .container .content {
  width: 280px;
  height: 400px;
  border: solid 2px #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  overflow: hidden;
}
#section-category .inner .container .content .category__img-pc {
  display: block;
  width: 100%;
  height: 100%;
}
#section-category .inner .container .content .category__img-sp {
  display: none;
}
#section-category .inner .container .content .obi__wrap {
  height: 50px;
  bottom: 44px;
  left: 72px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-category .inner .container .content .obi__wrap p {
  font-size: 24px;
  color: var(--color_title_h);
  line-height: 1;
}
#section-category .inner .container .content .arrow__wrap {
  width: 42px;
  height: 42px;
  bottom: 9px;
  right: 8px;
  position: absolute;
  background-color: #428B03;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-category .inner .container .content .arrow__wrap img {
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 2560px) {
  #section-category {
    padding-bottom: 6.9444444444vw;
  }
  #section-category .inner {
    position: relative;
    width: 83.3333333333vw;
    padding: 9.7222222222vw 0 5.5555555556vw 0;
  }
  #section-category .inner .-nikukyu__wrap {
    position: absolute;
    width: 8.8888888889vw;
    height: 9.9375vw;
  }
  #section-category .inner .-nikukyu-left__wrap {
    top: 50.5555555556vw;
    left: -11.4583333333vw;
  }
  #section-category .inner .-nikukyu-right__wrap {
    top: 12.8472222222vw;
    right: -9.375vw;
  }
  #section-category .inner .-miti__wrap {
    width: 24.5138888889vw;
    height: 35.4166666667vw;
    left: -15.2777777778vw;
  }
  #section-category .inner .-line__wrap {
    margin: 2.0833333333vw 0;
  }
  #section-category .inner .container {
    width: 83.3333333333vw;
  }
  #section-category .inner .container .content {
    width: 19.4444444444vw;
    height: 27.7777777778vw;
    border: solid 0.1388888889vw #fff;
    border-radius: 2.0833333333vw;
    box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0 rgba(0, 0, 0, 0.25);
  }
  #section-category .inner .container .content .category__img-pc {
    width: 100vw;
  }
  #section-category .inner .container .content .obi__wrap {
    height: 3.4722222222vw;
    bottom: 3.0555555556vw;
    left: 5vw;
  }
  #section-category .inner .container .content .obi__wrap p {
    font-size: 1.6666666667vw;
  }
  #section-category .inner .container .content .arrow__wrap {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    bottom: 0.625vw;
    right: 0.5555555556vw;
  }
  #section-category .inner .container .content:nth-child(1) .category__img-pc {
    margin-left: -9vw;
  }
  #section-category .inner .container .content:nth-child(2) .category__img-pc {
    margin-left: -14vw;
  }
  #section-category .inner .container .content:nth-child(3) .category__img-pc {
    margin-left: -21vw;
  }
  #section-category .inner .container .content:nth-child(4) .category__img-pc {
    margin-left: -21vw;
  }
}
@media (max-width: 450px) {
  #section-category {
    background-image: url(../img/category_bg_sp.png);
    padding-bottom: 0;
    background-size: 100%;
    width: 100%;
    height: auto;
    margin-bottom: -14vw;
  }
  #section-category .inner {
    position: relative;
    width: 83.2vw;
    padding: 28.5333333333vw 0 25.976vw 0;
  }
  #section-category .inner .section-title h2 {
    font-weight: 500;
  }
  #section-category .inner .-nikukyu__wrap {
    position: absolute;
    width: 21.0266666667vw;
    height: 23.5066666667vw;
  }
  #section-category .inner .-nikukyu-left__wrap {
    top: 317.5333333333vw;
    left: -16vw;
  }
  #section-category .inner .-nikukyu-right__wrap {
    top: 26.9333333333vw;
    right: -18vw;
  }
  #section-category .inner .-miti__wrap {
    width: 40.048vw;
    height: 57.8586666667vw;
    left: -22.67vw;
    top: -0.5vw;
  }
  #section-category .inner .-line__wrap {
    margin: 5.3333333333vw 0 11.2vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 2.28;
  }
  #section-category .inner .container {
    width: 100%;
    flex-wrap: wrap;
  }
  #section-category .inner .container .content {
    width: 100%;
    height: 51.7333333333vw;
    border: solid 0.5333333333vw #fff;
    border-radius: 5.3333333333vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 5.3333333333vw;
  }
  #section-category .inner .container .content .category__img-pc {
    display: none;
  }
  #section-category .inner .container .content .category__img-sp {
    display: block;
    width: 100%;
    height: 100%;
  }
  #section-category .inner .container .content .obi__wrap {
    height: 13.3333333333vw;
    bottom: 11.7333333333vw;
    left: 19.2vw;
  }
  #section-category .inner .container .content .obi__wrap p {
    font-size: 4.5226666667vw;
  }
  #section-category .inner .container .content .arrow__wrap {
    width: 11.2vw;
    height: 11.2vw;
    bottom: 2.4vw;
    right: 2.1333333333vw;
  }
}
/* 

section-cntact

*/
.section-contact {
  background-image: url(../img/sect_contact_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 804px;
  margin-top: -2px;
  position: relative;
  background-color: #83B35B;
}
.section-contact .inner {
  max-width: 2560px;
  width: 1200px;
  padding: 151px 0 80px 0;
  position: relative;
}
.section-contact .inner .container {
  background-color: #fff;
  border-radius: 50px;
  width: 1000px;
  height: 475px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 55px 82px;
  border: solid 1px var(--color_title_h);
}
.section-contact .inner .container h2 {
  color: var(--color_title_h);
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.55;
}
.section-contact .inner .container .list__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 28px;
}
.section-contact .inner .container .list__content .content {
  width: 393px;
  display: flex;
  align-items: start;
  border: none;
  justify-content: start;
  margin-bottom: 20px;
}
.section-contact .inner .container .list__content .content .__dots-color {
  width: 20px;
  display: inline-block;
  padding-top: 0.1vw;
  margin-right: 12px;
}
.section-contact .inner .container .list__content .content h3 {
  font-weight: 400;
  align-items: center;
}
.section-contact .inner .__btn-wrap {
  width: 679px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.section-contact .inner .__btn-wrap .tel__numbar {
  padding: 0;
}
.section-contact .inner .__btn-wrap .tel__numbar .numbar__wrap {
  color: var(--color_yellow);
  margin-bottom: 8px;
  display: flex;
  align-items: end;
}
.section-contact .inner .__btn-wrap .tel__numbar .numbar__wrap .tel-icon__wrap {
  width: 30px;
  margin-right: 8px;
}
.section-contact .inner .__btn-wrap .tel__numbar .numbar__wrap h1 {
  line-height: 1;
}
.section-contact .inner .__btn-wrap .tel__numbar p {
  text-align: end;
  color: var(--color_yellow);
}
.section-contact .inner .reverse-top_btn {
  position: absolute;
  width: 118.33px;
  height: 151px;
  bottom: -90px;
  right: 0px;
}
.section-contact .-bg__flower {
  position: absolute;
  display: flex;
  width: 100%;
  height: 45px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 2560px) {
  .section-contact {
    height: 55.8333333333vw;
    margin-top: -0.1388888889vw;
  }
  .section-contact .inner {
    width: 83.3333333333vw;
    padding: 10.4861111111vw 0 5.5555555556vw 0;
  }
  .section-contact .inner .container {
    border-radius: 3.4722222222vw;
    width: 69.4444444444vw;
    height: 32.9861111111vw;
    padding: 3.8194444444vw 5.6944444444vw;
  }
  .section-contact .inner .container h2 {
    margin-bottom: 1.7361111111vw;
  }
  .section-contact .inner .container .list__content {
    margin-bottom: 1.9444444444vw;
  }
  .section-contact .inner .container .list__content .content {
    width: 27.2916666667vw;
    margin-bottom: 1.3888888889vw;
  }
  .section-contact .inner .container .list__content .content .__dots-color {
    width: 1.3888888889vw;
    margin-right: 0.8333333333vw;
  }
  .section-contact .inner .__btn-wrap {
    width: 47.1527777778vw;
  }
  .section-contact .inner .__btn-wrap .tel__numbar .numbar__wrap {
    margin-bottom: 0.5555555556vw;
  }
  .section-contact .inner .__btn-wrap .tel__numbar .numbar__wrap .tel-icon__wrap {
    width: 2.0833333333vw;
    margin-right: 0.5555555556vw;
  }
  .section-contact .inner .reverse-top_btn {
    position: absolute;
    width: 8.2173611111vw;
    height: 10.4861111111vw;
    bottom: -6.25vw;
  }
  .section-contact .-bg__flower {
    height: 3.125vw;
  }
}
@media (max-width: 450px) {
  .section-contact {
    background-image: url(../img/sect_contact_bg_sp.png);
    background-size: 101% 100%;
    width: 100%;
    height: 176.2666666667vw;
    margin-top: -0.5333333333vw;
    overflow: hidden;
  }
  .section-contact .inner {
    max-width: 100%;
    width: 83.2vw;
    padding: 26.6666666667vw 0 21.3333333333vw 0;
  }
  .section-contact .inner .container {
    border-radius: 5.3333333333vw;
    width: 100%;
    height: 110.1333333333vw;
    padding: 13.3333333333vw 2.6666666667vw 10.6666666667vw;
  }
  .section-contact .inner .container h2 {
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
  .section-contact .inner .container h2 .text__none-sp {
    display: none;
  }
  .section-contact .inner .container .list__content {
    margin: 0 auto;
    margin-bottom: 10.6666666667vw;
    width: 64.2666666667vw;
  }
  .section-contact .inner .container .list__content .content {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  .section-contact .inner .container .list__content .content .__dots-color {
    width: 4.5333333333vw;
    margin-right: 2.1733333333vw;
    padding-top: 0.6vw;
  }
  .section-contact .inner .container .list__content .content h3 {
    font-size: 3.7333333333vw;
    color: #333;
  }
  .section-contact .inner .container .list__content .content:last-child {
    margin-bottom: 0;
  }
  .section-contact .inner .__btn-wrap {
    width: 100%;
  }
  .section-contact .inner .__btn-wrap .tel__numbar {
    display: none;
  }
  .section-contact .inner .reverse-top_btn {
    position: absolute;
    width: 20.2666666667vw;
    height: 25.8613333333vw;
    bottom: -18vw;
  }
  .section-contact .-bg__flower {
    height: 6.9333333333vw;
    width: 200%;
    z-index: 10;
    bottom: -0.1vw;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 2.0833333333vw;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4027777778vw;
  height: 3.4027777778vw;
  background-color: #fff;
  color: var(--color_428B03);
  border: solid 1px var(--color_428B03);
  border-radius: 50%;
  font-family: var(--notosans);
  font-size: var(--font_32);
  font-weight: 300;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  transition: 0.3s;
  background-color: var(--color_428B03);
  border: solid 1px #fff;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: var(--color_428B03);
  border: solid 1px #fff;
  color: #fff;
  pointer-events: none;
}
.pagination .prev, .pagination .next {
  display: none;
}

.fv-under .section-title {
  position: absolute;
  width: 16.3888888889vw;
  height: 9.2361111111vw;
  top: 28.4vw;
  left: 49.9%;
  transform: translateX(-50%);
  z-index: 10;
}
.fv-under .section-title h2 {
  font-size: var(--under_sect_title_ja);
  color: var(--under_title_ja_co);
}
.fv-under .section-title p {
  font-size: var(--under_sect_title_en);
  color: var(--under_title_en_co);
}

.__wrap {
  position: relative;
  height: 100%;
  background-image: url(../img/under_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -0.2vw;
}
.__wrap .-bg-img__wrap {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.__wrap .-bg-img__wrap #property {
  padding: 10.4166666667vw 0 0 0;
}
.__wrap .-bg-img__wrap #property .inner {
  width: 65.3472222222vw;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.__wrap .-bg-img__wrap #property .inner .-nikukyu__wrap {
  position: absolute;
  width: 8.8888888889vw;
  height: 9.9375vw;
}
.__wrap .-bg-img__wrap #property .inner .-nikukyu-left__wrap {
  top: 11.1111111111vw;
  left: -15.2777777778vw;
}
.__wrap .-bg-img__wrap #property .inner .-nikukyu-right__wrap {
  top: 46.5277777778vw;
  right: -19.3055555556vw;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap {
  width: 100%;
  margin-bottom: 4.1666666667vw;
  flex-direction: column;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.7361111111vw;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .category-buttons {
  display: none;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  --item-h: calc(34/1440*100vw);
  --rows: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker p {
  font-size: 1.5277777778vw;
  color: #fff;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 20.8333333333vw;
  height: 3.3333333333vw;
  line-height: 1.1111111111vw;
  font-size: 0.9722222222vw;
  padding: 0 1.3888888889vw;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #3c8200;
  color: #fff;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-toggle .wheelpicker-current {
  font-size: 2.0833333333vw;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-toggle .wheelpicker-caret {
  font-size: 2.0833333333vw;
  margin-left: auto;
  padding-bottom: 0.3472222222vw;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel[hidden] {
  display: none;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel {
  position: absolute;
  width: 20.8333333333vw;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport {
  position: relative;
  height: calc(var(--item-h) * var(--rows));
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  background: rgb(255, 255, 255);
  border-radius: 0.5555555556vw;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list .wheelpicker-option {
  height: var(--item-h);
  line-height: var(--item-h);
  scroll-snap-align: start;
  text-align: center;
  font-size: 1.6666666667vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 0.8333333333vw;
  opacity: 1;
  transition: transform 0.12s ease, opacity 0.12s ease;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list .wheelpicker-option.is-active,
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list .wheelpicker-option[aria-selected=true] {
  font-weight: 700;
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list::after {
  content: "";
  display: block;
  height: calc((var(--rows) - 1) * var(--item-h));
}
.__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-indicator {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--item-h);
}
.__wrap .-bg-img__wrap #property .inner .container {
  width: 65.3472222222vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.7361111111vw;
  margin-bottom: 6.9444444444vw;
}
.__wrap .-bg-img__wrap #property .inner .container .content {
  width: 20.625vw;
  height: 28.4722222222vw;
  background-color: #fff;
  border-radius: 1.3888888889vw;
  border: solid 1px var(--color_428B03);
  font-family: var(--notosansjp);
  font-weight: 400;
  position: relative;
}
.__wrap .-bg-img__wrap #property .inner .container .content .img__wrap {
  width: 100%;
  height: 12.5vw;
  display: flex;
  align-items: flex-end;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  overflow: hidden;
}
.__wrap .-bg-img__wrap #property .inner .container .content .img__wrap img {
  width: 100%;
  height: 12.5vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
.__wrap .-bg-img__wrap #property .inner .container .content .-category__wrap {
  width: 100%;
  display: flex;
  margin-bottom: 0.6944444444vw;
  position: absolute;
  align-items: flex-start; /* 左寄せ（必要に応じて） */
  bottom: 13.8888888889vw;
}
.__wrap .-bg-img__wrap #property .inner .container .content .-category__wrap .room-category {
  font-size: 1.25vw;
  background-color: var(--color_7C6B5D);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6944444444vw;
  margin-bottom: -0.1vw;
  font-family: var(--notosansjp);
  font-weight: 500;
  width: 100%;
}
.__wrap .-bg-img__wrap #property .inner .container .content .info__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: auto;
}
.__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .title {
  pointer-events: auto !important;
  color: #333;
  font-family: var(--notosansjp);
  font-weight: 700;
  padding: 1.3888888889vw 0 1.3888888889vw 0;
  border-bottom: solid 1px #cecece;
  width: 19.375vw;
  height: auto;
  margin: 1.3888888889vw auto 1.0416666667vw auto;
}
.__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .info {
  display: flex;
  flex-direction: column;
  width: 19.0972222222vw;
  padding: 0 0 0 0.9722222222vw;
  text-align: start;
}
.__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .info .info__content {
  width: 100%;
  color: #333;
  display: flex;
  align-items: center;
}
.__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .info .info__content p {
  font-family: var(--notosansjp);
  font-weight: 400;
  font-size: 1.1111111111vw;
  margin-bottom: 0;
}
.__wrap .-bg-img__wrap #property .inner .container .content .arrow__wrap {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  bottom: 0.625vw;
  right: 0.5555555556vw;
  position: absolute;
  background-color: #428B03;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.05vw;
  padding-left: 0.05vw;
}
.__wrap .-bg-img__wrap #property .inner .container .content .arrow__wrap img {
  width: 50%;
  height: 50%;
}
.__wrap .-bg-img__wrap .under-category {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-y: 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 6.9444444444vw;
}
.__wrap .-bg-img__wrap .under-category .inner {
  position: relative;
  width: 83.3333333333vw;
  padding: 6.9444444444vw 0 5.5555555556vw 0;
}
.__wrap .-bg-img__wrap .under-category .inner .-nikukyu__wrap {
  position: absolute;
  width: 8.8888888889vw;
  height: 9.9375vw;
  transform: scaleX(-1);
}
.__wrap .-bg-img__wrap .under-category .inner .-nikukyu-left__wrap {
  top: 50.5555555556vw;
  left: -11.4583333333vw;
}
.__wrap .-bg-img__wrap .under-category .inner .-nikukyu-right__wrap {
  top: 12.8472222222vw;
  right: -9.375vw;
}
.__wrap .-bg-img__wrap .under-category .inner .section-title h2 {
  font-weight: 600;
}
.__wrap .-bg-img__wrap .under-category .inner .-line__wrap {
  margin: 2.0833333333vw 0;
  text-align: start;
  text-align: center;
  color: #fff;
}
.__wrap .-bg-img__wrap .under-category .inner .container {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.__wrap .-bg-img__wrap .under-category .inner .container .content {
  width: 19.4444444444vw;
  height: 27.7777777778vw;
  border: solid 0.1388888889vw #fff;
  border-radius: 2.0833333333vw;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0 rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  overflow: hidden;
}
.__wrap .-bg-img__wrap .under-category .inner .container .content img {
  width: 100%;
  height: 100%;
}
.__wrap .-bg-img__wrap .under-category .inner .container .content .obi__wrap {
  height: 3.4722222222vw;
  bottom: 3.0555555556vw;
  left: 5vw;
  width: 100%;
  position: absolute;
  background-color: #fff;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.__wrap .-bg-img__wrap .under-category .inner .container .content .obi__wrap p {
  font-size: 1.6666666667vw;
  color: var(--color_title_h);
  line-height: 1;
}
.__wrap .-bg-img__wrap .under-category .inner .container .content .arrow__wrap {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  bottom: 0.625vw;
  right: 0.5555555556vw;
  position: absolute;
  background-color: #428B03;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.05vw;
  padding-left: 0.05vw;
}
.__wrap .-bg-img__wrap .under-category .inner .container .content .arrow__wrap img {
  width: 50%;
  height: 50%;
}

/* 背景スクロール固定クラス */
body.is-locked, html.is-locked {
  overflow: hidden;
  height: 100%;
}

/* iOS対策（position:fixedでガッチリ止める） */
@supports (-webkit-touch-callout: none) {
  body.is-locked {
    position: fixed;
    width: 100%;
  }
}
/* スクロールのバケツリレー防止（ピッカー内だけスクロールさせる） */
.wheelpicker-viewport {
  overscroll-behavior: contain; /* 背景へスクロールを伝播しない */
  overscroll-behavior-y: contain;
  touch-action: pan-y; /* 垂直のみ */
}

@media (max-width: 450px) {
  .pagination {
    gap: 0 4.5333333333vw;
  }
  .pagination .page-numbers {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    font-size: 4.8vw;
    font-weight: 400;
  }
  .fv-under .fv__wrap {
    background-image: url(../img/fv_under_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .fv-under .section-title {
    position: absolute;
    width: 42.4vw;
    height: 35.216vw;
    top: 108vw;
    left: 49.9%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .fv-under .section-title h2 {
    font-size: 4.2666666667vw;
  }
  .fv-under .section-title p {
    font-size: 2.6666666667vw;
  }
  .__wrap {
    margin-top: -0.4vw;
  }
  .__wrap .-bg-img__wrap #property {
    padding: 13.3333333333vw 0 0 0;
  }
  .__wrap .-bg-img__wrap #property .inner {
    width: 100%;
    height: 100%;
    padding: 0 4.2666666667vw;
  }
  .__wrap .-bg-img__wrap #property .inner .-nikukyu__wrap {
    width: 34.1333333333vw;
    height: 38.16vw;
  }
  .__wrap .-bg-img__wrap #property .inner .-nikukyu-left__wrap {
    top: 42.6666666667vw;
    left: -58.6666666667vw;
  }
  .__wrap .-bg-img__wrap #property .inner .-nikukyu-right__wrap {
    top: 178.6666666667vw;
    right: -74.1333333333vw;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap {
    margin-bottom: 7.7333333333vw;
    flex-direction: column;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6.6666666667vw;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
    --item-h: 34px;
    --rows: 5;
    display: flex;
    justify-content: flex-end;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker p {
    font-size: 3.7333333333vw;
    color: #fff;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 44.8vw;
    height: 6.9333333333vw;
    line-height: 4.2666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 2.1333333333vw;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #3c8200;
    color: #fff;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-toggle .wheelpicker-current {
    font-size: 4.8vw;
    padding-bottom: 0.5333333333vw;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-toggle .wheelpicker-caret {
    font-size: 4.8vw;
    margin-left: auto;
    padding-bottom: 0.8vw;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel[hidden] {
    display: none;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel {
    position: absolute;
    width: 31.2vw;
    right: 0;
    top: calc(100% + 6px);
    z-index: 30;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport {
    position: relative;
    height: calc(var(--item-h) * var(--rows));
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    background: rgb(255, 255, 255);
    border-radius: 2.1333333333vw;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list .wheelpicker-option {
    height: var(--item-h);
    line-height: var(--item-h);
    scroll-snap-align: start;
    text-align: center;
    font-size: 3.7333333333vw;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 3.2vw;
    opacity: 1;
    transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list .wheelpicker-option.is-active,
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list .wheelpicker-option[aria-selected=true] {
    font-weight: 700;
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-list::after {
    content: "";
    display: block;
    height: calc((var(--rows) - 1) * var(--item-h));
  }
  .__wrap .-bg-img__wrap #property .inner .category__wrap .type__wrap .wheelpicker .wheelpicker__inner .wheelpicker-panel .wheelpicker-viewport .wheelpicker-indicator {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--item-h);
  }
  .__wrap .-bg-img__wrap #property .inner .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8666666667vw;
    margin-bottom: 12.5333333333vw;
    padding: 0;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content {
    width: 44.8vw;
    height: 58.9333333333vw;
    background-color: #fff;
    border-radius: 3.0213333333vw;
    border: solid 1px var(--color_428B03);
    font-family: var(--notosansjp);
    font-weight: 400;
    position: relative;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .img__wrap {
    width: 100%;
    height: 27.2vw;
    display: flex;
    align-items: flex-end;
    border-radius: 2.872vw 2.872vw 0 0;
    overflow: hidden;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .img__wrap img {
    width: 100%;
    height: 27.2vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.872vw 2.872vw 0 0;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .-category__wrap {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    position: absolute;
    align-items: flex-start; /* 左寄せ（必要に応じて） */
    bottom: 28.2vw;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .-category__wrap .room-category {
    font-size: 2.72vw;
    background-color: var(--color_7C6B5D);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.6666666667vw;
    margin-bottom: -0.1vw;
    font-family: var(--notosansjp);
    font-weight: 500;
    width: 100%;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .info__wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .title {
    color: #333;
    padding: 0vw 1.0666666667vw 2vw;
    width: 100%;
    height: auto;
    margin: 5.3333333333vw auto 2.1333333333vw auto;
    font-size: 14px;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 1.0666666667vw;
    text-align: start;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .info .info__content {
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .info__wrap .info .info__content p {
    font-family: var(--notosansjp);
    font-weight: 400;
    font-size: 2.72vw;
    margin-bottom: 0;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .arrow__wrap {
    width: 6.336vw;
    height: 6.3466666667vw;
    bottom: 2.2666666667vw;
    right: 2.2666666667vw;
    position: absolute;
    background-color: #428B03;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.05vw;
    padding-left: 0.05vw;
  }
  .__wrap .-bg-img__wrap #property .inner .container .content .arrow__wrap img {
    width: 50%;
    height: 50%;
  }
  .__wrap .-bg-img__wrap .under-category {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 26.6666666667vw;
  }
  .__wrap .-bg-img__wrap .under-category .inner {
    position: relative;
    width: 100%;
    padding: 26.6666666667vw 0 21.3333333333vw 0;
  }
  .__wrap .-bg-img__wrap .under-category .inner .-nikukyu__wrap {
    position: absolute;
    width: 34.1333333333vw;
    height: 38.16vw;
    transform: scaleX(-1);
  }
  .__wrap .-bg-img__wrap .under-category .inner .-nikukyu-left__wrap {
    top: 194.1333333333vw;
    left: -44vw;
  }
  .__wrap .-bg-img__wrap .under-category .inner .-nikukyu-right__wrap {
    top: 49.3333333333vw;
    right: -36vw;
  }
  .__wrap .-bg-img__wrap .under-category .inner .section-title h2 {
    font-weight: 600;
  }
  .__wrap .-bg-img__wrap .under-category .inner .-line__wrap {
    margin: 8vw 0;
    text-align: start;
    text-align: center;
    color: #fff;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container .content {
    width: 74.6666666667vw;
    height: 106.6666666667vw;
    border: solid 0.5333333333vw #fff;
    border-radius: 8vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0 rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    overflow: hidden;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container .content img {
    width: 100%;
    height: 100%;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container .content .obi__wrap {
    height: 13.3333333333vw;
    bottom: 11.7333333333vw;
    left: 19.2vw;
    width: 100%;
    position: absolute;
    background-color: #fff;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container .content .obi__wrap p {
    font-size: 6.4vw;
    color: var(--color_title_h);
    line-height: 1;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container .content .arrow__wrap {
    width: 11.2vw;
    height: 11.2vw;
    bottom: 2.4vw;
    right: 2.1333333333vw;
    position: absolute;
    background-color: #428B03;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.05vw;
    padding-left: 0.05vw;
  }
  .__wrap .-bg-img__wrap .under-category .inner .container .content .arrow__wrap img {
    width: 50%;
    height: 50%;
  }
}
#vacancy {
  padding: 18.4027777778vw 0 5.5555555556vw 0;
  background-color: #FFF9ED;
}
#vacancy form {
  padding: 100px 200px 400px;
}
#vacancy .inner .section-title__wrap {
  text-align: center;
  margin-bottom: 6.9444444444vw;
}
#vacancy .inner .category__wrap .type__wrap {
  /* アクティブ状態（選択中） */
  /* 非アクティブ時のみホバー反応させる */
}
#vacancy .inner .category__wrap .type__wrap .category {
  cursor: pointer;
  transition: all 0.2s;
  background-color: transparent;
  color: var(--color_yellow);
  transition: all 0.3s ease;
  margin-right: 1.3888888889vw;
}
#vacancy .inner .category__wrap .type__wrap .category:hover {
  background: var(--color_yellow);
  color: white;
}
#vacancy .inner .category__wrap .type__wrap .category.active {
  background-color: var(--color_yellow);
  color: #fff;
}
#vacancy .inner .category__wrap .type__wrap .category:not(.active):hover {
  background-color: #fff;
  color: var(--color_yellow);
}
#vacancy .inner .container {
  width: 72.9166666667vw;
}
#vacancy .inner .container .content {
  background-color: #fff;
  border-radius: 0.3472222222vw;
  padding: 1.3888888889vw;
}
#vacancy .inner .container .content .category__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0.6944444444vw;
}
#vacancy .inner .container .content .category__wrap .commission-free {
  width: 10.4166666667vw;
  background-color: red;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6944444444vw;
  margin-bottom: 0;
}
#vacancy .inner .container .content .category__wrap .room-category {
  background-color: #D9D9D9;
  color: blue;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6944444444vw;
  padding: 0 0.6944444444vw;
  margin-bottom: 0;
}
#vacancy .inner .container .content .category__wrap .title {
  pointer-events: auto !important;
}
#vacancy .inner .container .content .category__wrap .title a {
  color: blue;
  text-decoration: none;
  cursor: pointer !important;
  transition: all 0.2s ease;
}
#vacancy .inner .container .content .category__wrap .title a:hover {
  text-decoration: underline;
  cursor: pointer !important;
}
#vacancy .inner .container .content .info__wrap {
  display: flex;
  justify-content: space-between;
}
#vacancy .inner .container .content .info__wrap .img__wrap {
  width: 9.7222222222vw;
  height: 6.9444444444vw;
  margin-right: 3.4722222222vw;
  display: flex;
}
#vacancy .inner .container .content .info__wrap .img__wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#vacancy .inner .container .content .info__wrap .info {
  display: flex;
  width: 80%;
}
#vacancy .inner .container .content .info__wrap .info .info__content {
  border: solid 1px #000;
  width: 100%;
}
#vacancy .inner .container .content .info__wrap .info .info__content :first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: solid 1px #000;
}
#vacancy .inner .container .content .info__wrap .info .info__content :last-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#vacancy .inner .container .content .info__wrap .info .info__content-1 {
  width: 40%;
  border-right: none;
}
#vacancy .inner .container .content .info__wrap .info .info__content-2 {
  width: 35%;
  border-right: none;
}
#vacancy .inner .container .content .info__wrap .info .info__content-3 {
  width: 25%;
}

/* 

companyページ

*/
#company {
  padding: 64px 0 80px 0;
  background-color: #83B35B;
  background-image: url(../img/under_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#company .inner {
  width: 1200px;
}
#company .inner .container {
  display: flex;
  width: 1200px;
  height: 604px;
  justify-content: space-between;
  margin-bottom: 36px;
  padding: 50px 26px 50px 35px;
  background-color: #fff;
  border-radius: 10px;
}
#company .inner .container .-img__wrap {
  width: 626px;
  height: 504px;
}
#company .inner .container .-text__wrap {
  width: 457px;
}
#company .inner .container .-text__wrap .content__item {
  display: flex;
  height: 56px;
  align-items: center;
  border-bottom: solid 1px #000;
}
#company .inner .container .-text__wrap .content__item p {
  font-family: var(--notosansjp);
  font-size: 16px;
}
#company .inner .container .-text__wrap .content__item p:first-child {
  font-weight: 700;
  width: 140px;
}
#company .inner .map {
  width: 1200px;
}
#company .inner .map iframe {
  width: 100%;
}

@media (max-width: 2560px) {
  #company {
    padding: 4.4444444444vw 0 5.5555555556vw 0;
  }
  #company .section-title__wrap {
    margin-bottom: 5vw;
  }
  #company .inner {
    width: 83.3333333333vw;
  }
  #company .inner .container {
    width: 83.3333333333vw;
    height: 41.9444444444vw;
    padding: 3.4722222222vw 1.8055555556vw 3.4722222222vw 2.4305555556vw;
    margin-bottom: 2.5vw;
    border-radius: 0.6944444444vw;
  }
  #company .inner .container .-img__wrap {
    width: 43.4722222222vw;
    height: 35vw;
    overflow: hidden;
    display: flex;
  }
  #company .inner .container .-text__wrap {
    width: 31.7361111111vw;
  }
  #company .inner .container .-text__wrap .content__item {
    height: 3.8888888889vw;
  }
  #company .inner .container .-text__wrap .content__item p {
    font-size: 1.1111111111vw;
  }
  #company .inner .container .-text__wrap .content__item p:first-child {
    width: 9.7222222222vw;
  }
  #company .inner .map {
    width: 83.3333333333vw;
  }
}
@media (max-width: 450px) {
  #company {
    padding: 17.0666666667vw 4.2666666667vw 21.3333333333vw 4.2666666667vw;
    margin-top: -0.4vw;
  }
  #company .section-title__wrap {
    margin-bottom: 19.2vw;
  }
  #company .inner {
    width: 100%;
  }
  #company .inner .container {
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    margin-bottom: 9.6vw;
    border-radius: 2.6666666667vw;
    flex-direction: column;
  }
  #company .inner .container .-img__wrap {
    width: 100%;
    height: 56.5333333333vw;
    overflow: hidden;
    display: flex;
  }
  #company .inner .container .-text__wrap {
    width: 100%;
  }
  #company .inner .container .-text__wrap .content__item {
    height: 14.9333333333vw;
  }
  #company .inner .container .-text__wrap .content__item p {
    font-size: 4.2666666667vw;
  }
  #company .inner .container .-text__wrap .content__item p:first-child {
    width: 22.6666666667vw;
  }
  #company .inner .map {
    width: 100%;
  }
  #company .inner .map iframe {
    height: 59.4666666667vw;
  }
}
#room {
  padding: 14.5833333333vw 0 5.5555555556vw 0;
  background-color: #83B35B;
  background-image: url(../img/under_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#room .inner {
  width: 83.3333333333vw;
}
#room .inner .section-title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vw;
}
#room .inner .container {
  display: flex;
  width: 83.3333333333vw;
  justify-content: space-between;
  margin-bottom: 3.4722222222vw;
}
#room .inner .container .__slider {
  width: 45.2777777778vw;
  height: auto;
}
#room .inner .container .-text__wrap {
  width: 36.1111111111vw;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 1.3888888889vw;
  border-radius: 1.3888888889vw;
}
#room .inner .container .-text__wrap .room-title__wrap .-name {
  line-height: 1;
  margin-bottom: 1.3888888889vw;
  font-family: var(--notosansjp);
  color: #428B03;
  font-size: 2.2222222222vw;
}
#room .inner .container .-text__wrap .content__item {
  display: flex;
  height: 3.4722222222vw;
  align-items: center;
  border-bottom: solid 2px #D7D7D7;
  padding-bottom: 0.6944444444vw;
}
#room .inner .container .-text__wrap .content__item p {
  font-weight: 400;
  font-family: var(--notosansjp);
  font-size: 1.3888888889vw;
  align-self: self-start;
  padding-top: 0.6944444444vw;
  letter-spacing: 0;
  text-align: start;
}
#room .inner .container .-text__wrap .content__item p:first-child {
  width: 9.7222222222vw;
  font-weight: 700;
}
#room .inner .container .-text__wrap .content__item-last {
  border-bottom: none;
  padding-bottom: 2.0833333333vw;
}
#room .inner .map {
  width: 83.3333333333vw;
  margin-bottom: 5.625vw;
}
#room .inner .map iframe {
  width: 100%;
  height: 33.0555555556vw;
}
#room .inner .-btn__wrap {
  text-align: center;
}
#room .inner .-btn__wrap .-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20.8333333333vw;
  height: 3.9583333333vw;
  background-color: #fff;
  color: var(--color_yellow);
  border: solid 1px var(--color_yellow);
  border-radius: 0.3472222222vw;
  font-size: var(--s-contact-a);
  font-weight: 500;
}

#member .inner .member-title__wrap .category {
  display: none;
}

@media (max-width: 450px) {
  #room {
    padding: 32vw 0 5.3333333333vw 0;
    background-color: #83B35B;
    width: 100%;
  }
  #room .inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  #room .inner .section-title__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 19.2vw;
  }
  #room .inner .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2.9333333333vw;
    flex-direction: column;
  }
  #room .inner .container .__slider {
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
  #room .inner .container .-text__wrap {
    width: 100%;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 7.0533333333vw 5.6vw 5.6vw 2.7777777778vw;
    border-radius: 1.7626666667vw;
  }
  #room .inner .container .-text__wrap .room-title__wrap .-name {
    line-height: 1;
    margin-bottom: 5.3333333333vw;
    font-family: var(--notosansjp);
    color: #428B03;
    font-size: 5.3333333333vw;
  }
  #room .inner .container .-text__wrap .content__item {
    display: flex;
    height: 10.1333333333vw;
    align-items: center;
    height: auto;
    padding-bottom: 2.6666666667vw;
  }
  #room .inner .container .-text__wrap .content__item p {
    font-weight: 400;
    font-family: var(--notosansjp);
    font-size: 3.4666666667vw;
    align-self: self-start;
    padding-top: 2.6666666667vw;
    letter-spacing: 0;
    text-align: start;
  }
  #room .inner .container .-text__wrap .content__item p:first-child {
    width: 21.3333333333vw;
    font-weight: 700;
  }
  #room .inner .container .-text__wrap .content__item-last {
    border-bottom: none;
    padding-bottom: 8vw;
  }
  #room .inner .map {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  #room .inner .map iframe {
    width: 100%;
    border-radius: 2.1333333333vw;
    height: 59.4666666667vw;
    border: none;
  }
  #room .inner .-btn__wrap {
    text-align: center;
  }
  #room .inner .-btn__wrap .-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 89.8666666667vw;
    height: 15.2vw;
    background-color: #fff;
    color: var(--color_yellow);
    border: solid 1px var(--color_yellow);
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
}
#member {
  padding: 14.5833333333vw 0 5.5555555556vw 0;
  background-color: #83B35B;
  background-image: url(../img/single_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
#member .inner {
  width: 83.3333333333vw;
}
#member .inner .member-title__wrap .-name {
  line-height: 1;
  margin-bottom: 2.2222222222vw;
  font-family: var(--notosansjp);
}
#member .inner .section-title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vw;
}
#member .inner .container {
  display: flex;
  width: 83.3333333333vw;
  justify-content: space-between;
  margin-bottom: 3.4722222222vw;
}
#member .inner .container .__slider {
  width: 48.6111111111vw;
  height: 38.8888888889vw;
}
#member .inner .container .-text__wrap {
  width: 36.1111111111vw;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 3.4722222222vw 2.7777777778vw 0 2.7777777778vw;
  border-radius: 1.3888888889vw;
}
#member .inner .container .-text__wrap .content__item {
  display: flex;
  height: 3.8888888889vw;
  align-items: center;
  border-bottom: solid 1px #000;
  width: 100%;
}
#member .inner .container .-text__wrap .content__item p {
  font-weight: 700;
  font-family: var(--notosansjp);
}
#member .inner .container .-text__wrap .content__item p:first-child {
  width: 30%;
}
#member .inner .container .-text__wrap .content__item p:last-child {
  width: 70%;
}
#member .inner .container .-text__wrap .content__price {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  line-height: 1.6;
}
#member .inner .container .-text__wrap .content__price .-price {
  font-family: var(--notosans);
  font-size: 3.8888888889vw;
}
#member .inner .container .-text__wrap .content__price .-price .span-mark {
  font-size: 2.2222222222vw;
  font-family: var(--notosansjp);
}
#member .inner .container .-text__wrap .content__price .-price .span-tax {
  font-size: 1.1111111111vw;
  font-family: var(--notosansjp);
}
#member .inner .container .-text__wrap .content__item:last-child {
  height: 7.7777777778vw;
}
#member .inner .container .-text__wrap .content__item-last {
  border-bottom: none;
}
#member .inner .map {
  width: 83.3333333333vw;
  height: auto;
  margin-bottom: 5.625vw;
}
#member .inner .map iframe {
  width: 100%;
}
#member .inner .-btn__wrap {
  text-align: center;
}
#member .inner .-btn__wrap .-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20.8333333333vw;
  height: 3.9583333333vw;
  background-color: #fff;
  color: var(--color_yellow);
  border: solid 1px var(--color_yellow);
  border-radius: 0.3472222222vw;
  font-size: var(--s-contact-a);
  font-weight: 500;
}

form.post-password-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 17.3611111111vw;
}

@media (max-width: 450px) {
  form.post-password-form {
    margin-top: 37.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  form.post-password-form:nth-child(2) p {
    margin-bottom: 5.3333333333vw;
  }
}
.__wrap {
  position: relative;
  height: 100%;
  background-image: url(../img/under_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -0.2vw;
}
.__wrap .-bg-img__wrap {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.__wrap .-bg-img__wrap #member-archive {
  padding: 3.4722222222vw 0 0 0;
}
.__wrap .-bg-img__wrap #member-archive .inner {
  width: 83.3333333333vw;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.__wrap .-bg-img__wrap #member-archive .inner .-nikukyu__wrap {
  position: absolute;
  width: 8.8888888889vw;
  height: 9.9375vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .-nikukyu-left__wrap {
  top: 11.1111111111vw;
  left: -15.2777777778vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .-nikukyu-right__wrap {
  top: 46.5277777778vw;
  right: -19.3055555556vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap {
  width: 100%;
  margin-bottom: 2.0138888889vw;
  flex-direction: column;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.7361111111vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons {
  /* アクティブ状態（選択中） */
  /* 非アクティブ時のみホバー反応させる */
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category {
  cursor: pointer;
  transition: all 0.2s;
  background-color: transparent;
  color: var(--color_yellow);
  transition: all 0.3s ease;
  background-color: #fff;
  border: solid 1px var(--color_yellow);
  width: 9.4444444444vw;
  font-family: var(--notosansjp);
  font-weight: 400;
  font-size: 1.3888888889vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category:hover {
  background-color: var(--color_btn_gb);
  color: white;
  border: solid 1px #fff;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category.active {
  background-color: var(--color_btn_gb);
  color: #fff;
  border: solid 1px #fff;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category:not(.active):hover {
  background-color: #fff;
  color: var(--color_yellow);
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .font-class {
  font-size: 1.1vw !important;
}
.__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .wheelpicker {
  display: none;
}
.__wrap .-bg-img__wrap #member-archive .inner .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 6.9444444444vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap {
  display: flex;
  background-color: #333;
  align-items: center;
  height: 5.5555555556vw;
  margin-bottom: 0.6944444444vw;
  width: 100%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap p {
  font-size: 1.3888888889vw;
  color: #fff;
  text-align: center;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no1 {
  width: 17%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no2 {
  width: 25.9%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no3 {
  width: 20.7%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no4 {
  width: 8.3%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no5 {
  width: 5.2%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no6 {
  width: 15.5%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap .-name__no7 {
  width: 7%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content-sp {
  display: none;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content {
  width: 100%;
  height: 11.1111111111vw;
  background-color: #fff;
  border: solid 1px var(--color_428B03);
  font-family: var(--notosansjp);
  font-weight: 400;
  position: relative;
  margin-bottom: 0.6944444444vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .-category__wrap {
  width: 100%;
  display: flex;
  margin-bottom: 0.6944444444vw;
  position: absolute;
  align-items: flex-start; /* 左寄せ（必要に応じて） */
  bottom: 12.2916666667vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .-category__wrap .room-category {
  font-size: 1.25vw;
  background-color: var(--color_7C6B5D);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6944444444vw;
  margin-bottom: -0.1vw;
  font-family: var(--notosansjp);
  font-weight: 500;
  width: 100%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-title {
  pointer-events: auto !important;
  width: 20%;
  height: auto;
  padding: 0.6944444444vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-title h4 {
  color: #333;
  font-weight: 700;
  font-family: var(--notosansjp);
  font-size: 1.1111111111vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-name__no1 {
  width: 20%;
  border: solid 1px var(--color_428B03);
  height: auto;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: start;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content {
  color: #333;
  display: flex;
  align-items: center;
  border: solid 1px var(--color_428B03);
  padding: 0.6944444444vw;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content p {
  font-family: var(--notosansjp);
  font-weight: 400;
  font-size: 1.1111111111vw;
  margin-bottom: 0;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner {
  width: 100%;
  display: flex;
  height: 33.3333333333%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner .-name__no2 {
  width: 31.25%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner .-name__no3 {
  width: 25%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner .-name__no4 {
  width: 10%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner .-name__no5 {
  width: 6.25%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner .-name__no6 {
  width: 18.75%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-content__inner .-name__no7 {
  width: 8.75%;
}
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-name__no8,
.__wrap .-bg-img__wrap #member-archive .inner .container .content .info__wrap .-info__inner .-name__no9 {
  width: 100%;
  height: 33.3333333333%;
}

@media (max-width: 450px) {
  .__wrap {
    position: relative;
    height: 100%;
    background-image: url(../img/under_bg_img.png);
    background-repeat: repeat-y;
    background-size: 200%;
    background-position: center;
    overflow: hidden;
    margin-top: -0.2vw;
  }
  .__wrap .-bg-img__wrap {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
  }
  .__wrap .-bg-img__wrap #member-archive {
    padding: 3.4722222222vw 0 0 0;
  }
  .__wrap .-bg-img__wrap #member-archive .inner {
    width: 83.3333333333vw;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .-nikukyu__wrap {
    position: absolute;
    width: 8.8888888889vw;
    height: 9.9375vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .-nikukyu-left__wrap {
    top: 11.1111111111vw;
    left: -15.2777777778vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .-nikukyu-right__wrap {
    top: 46.5277777778vw;
    right: -19.3055555556vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap {
    width: 100%;
    margin-bottom: 2.0138888889vw;
    flex-direction: column;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.7361111111vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons {
    /* アクティブ状態（選択中） */
    /* 非アクティブ時のみホバー反応させる */
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category {
    cursor: pointer;
    transition: all 0.2s;
    background-color: transparent;
    color: var(--color_yellow);
    transition: all 0.3s ease;
    background-color: #fff;
    border: solid 1px var(--color_yellow);
    width: 9.4444444444vw;
    font-family: var(--notosansjp);
    font-weight: 400;
    font-size: 1.3888888889vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category:hover {
    background-color: var(--color_btn_gb);
    color: white;
    border: solid 1px #fff;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category.active {
    background-color: var(--color_btn_gb);
    color: #fff;
    border: solid 1px #fff;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .category:not(.active):hover {
    background-color: #fff;
    color: var(--color_yellow);
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .category-buttons .font-class {
    font-size: 1.1vw !important;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .category__wrap .type__wrap .wheelpicker {
    display: none;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .item-name__wrap {
    display: none;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content {
    display: none;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.6666666667vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap {
    width: 100%;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap .-title {
    background-color: #333;
    width: 100%;
    padding: 1.6vw 2.6666666667vw;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap .-title h4 {
    color: #fff;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap .-info__inner {
    width: 100%;
    background-color: #fff;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap .-info__inner .-content {
    padding: 1.6vw 2.6666666667vw;
    border-bottom: solid 1px #333;
    display: flex;
    justify-content: space-between;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap .-info__inner .-content p:first-child {
    width: 20%;
  }
  .__wrap .-bg-img__wrap #member-archive .inner .container .content-sp .info__wrap .-info__inner .-content p:last-child {
    width: 80%;
    margin-left: 1vw;
  }
}
/* 

contactページ

*/
body.page-id-50 .section-contact,
body.page-id-2197 .section-contact,
body.page-id-2203 .section-contact,
body.page-id-3775 .section-contact {
  display: none;
}

.br-sp {
  display: none;
}

.fv-under__contact .fv__wrap .section-title h2 {
  font-size: 30px;
}

#contact {
  padding: 65px 0 80px 0;
  background-color: #83B35B;
  background-image: url(../img/single_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
#contact .inner {
  width: 100px;
  background-color: #fff;
  border-radius: 50px;
  padding: 86.34px 0 0 0;
}
#contact .inner .section-title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact .inner .section-title__wrap h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color_title_h);
  list-style: 1.4;
}
#contact .inner .section-title__wrap h2:nth-child(2) {
  margin-bottom: 40px;
}
#contact .inner .section-title__wrap h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
#contact .inner .section-title__wrap p {
  color: var(--color_title_h);
  font-size: 16px;
}
#contact .inner .page-navi {
  width: 546px;
  height: 42px;
  margin: 0 auto 40px auto;
}
#contact .inner .container {
  width: 900px;
  margin: 0 auto;
  /* 基本スタイル */
  /* チェックされた状態 */
  /* チェックマークの描画（疑似要素） */
}
#contact .inner .container .content {
  margin-bottom: 25px;
}
#contact .inner .container .content .form-span {
  font-size: var(--form-span);
  color: var(--color_yellow);
  border: solid 1px var(--color_yellow);
  font-weight: 500;
  padding: 2px 7px;
  margin-right: 8px;
}
#contact .inner .container .content p {
  font-size: var(--p-small);
  margin-bottom: 10px;
}
#contact .inner .container .content .input-content {
  width: 900px;
  height: 40px;
  border: solid 1px #645D5C;
  border-radius: 5px;
  font-size: var(--p-small);
  padding: 12px 20px;
}
#contact .inner .container .content .input-content::-moz-placeholder {
  font-size: var(--p-small);
  color: #D9D9D9;
}
#contact .inner .container .content .input-content::placeholder {
  font-size: var(--p-small);
  color: #D9D9D9;
}
#contact .inner .container .content .text-area {
  width: 900px;
  height: 260px;
  border: solid 1px #645D5C;
  border-radius: 5px;
  font-size: var(--p-small);
  padding: 12px 20px;
}
#contact .inner .container .pp {
  text-align: center;
  margin-bottom: 28px;
}
#contact .inner .container .pp a {
  color: var(--color_yellow);
  text-decoration: underline;
  font-size: var(--p-small);
}
#contact .inner .container input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #54B300;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  top: 5px;
}
#contact .inner .container input[type=checkbox]:checked {
  background-color: #54B300;
  border-color: #54B300;
}
#contact .inner .container input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact .inner .container .submit-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
#contact .inner .container .submit-wrap .submit-btn {
  width: 320px;
  height: 57px;
  background-color: #fff;
  color: var(--color_428B03);
  border: solid 1px var(--color_428B03);
  border-radius: 5px;
  font-size: var(--title-padding);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#contact .inner .container .submit-wrap .submit-back {
  margin: 0 10px 0 auto;
}
#contact .inner .container .submit-wrap .submit-enter {
  margin: 0 auto 0 10px;
}

@media (max-width: 2560px) {
  .fv-under__contact .fv__wrap .section-title h2 {
    font-size: 2.0833333333vw;
  }
  #contact {
    padding: 4.5138888889vw 0 5.5555555556vw 0;
  }
  #contact .inner {
    width: 69.4444444444vw;
    border-radius: 3.4722222222vw;
    padding: 5.8555555556vw 0 0 0;
  }
  #contact .inner .section-title__wrap h2 {
    font-size: 2.5vw;
  }
  #contact .inner .section-title__wrap h2:nth-child(2) {
    margin-bottom: 2.7777777778vw;
  }
  #contact .inner .section-title__wrap h4 {
    font-size: 1.1111111111vw;
  }
  #contact .inner .section-title__wrap p {
    font-size: 1.1111111111vw;
  }
  #contact .inner .page-navi {
    width: 37.9166666667vw;
    height: 2.9166666667vw;
    margin: 2.7777777778vw auto;
  }
  #contact .inner .container {
    width: 62.5vw;
    /* チェックマークの描画（疑似要素） */
  }
  #contact .inner .container .content {
    margin-bottom: 1.7361111111vw;
  }
  #contact .inner .container .content .form-span {
    padding: 0.1388888889vw 0.4861111111vw;
    margin-right: 0.5555555556vw;
  }
  #contact .inner .container .content .content p {
    margin-bottom: 0.5555555556vw;
  }
  #contact .inner .container .content .input-content {
    width: 62.5vw;
    height: 2.7777777778vw;
    padding: 0.8333333333vw 1.3888888889vw;
    border-radius: 0.3472222222vw;
  }
  #contact .inner .container .content .text-area {
    width: 62.5vw;
    height: 18.0555555556vw;
    padding: 0.8333333333vw 1.3888888889vw;
    border-radius: 0.3472222222vw;
  }
  #contact .inner .container .pp {
    text-align: center;
    margin-bottom: 1.9444444444vw;
  }
  #contact .inner .container input[type=checkbox] {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-radius: 0.2777777778vw;
    top: 0.3472222222vw;
  }
  #contact .inner .container input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 0.1388888889vw;
    left: 0.4166666667vw;
    width: 0.2777777778vw;
    height: 0.6944444444vw;
    border-width: 0 0.1388888889vw 0.1388888889vw 0;
  }
  #contact .inner .container .submit-wrap {
    padding-bottom: 4.8611111111vw;
  }
  #contact .inner .container .submit-wrap .submit-btn {
    width: 22.2222222222vw;
    height: 3.9583333333vw;
    border-radius: 0.3472222222vw;
    cursor: pointer;
  }
}
@media (max-width: 450px) {
  .br-sp {
    display: inline;
  }
  .-sp {
    display: none;
  }
  .fv-under__contact .fv__wrap .section-title h2 {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
  #contact {
    padding: 8vw 4.2666666667vw 10.6666666667vw 4.2666666667vw;
    margin-top: -0.4vw;
  }
  #contact .inner {
    width: 100%;
    border-radius: 2.1333333333vw;
    padding: 10.6666666667vw 4.2666666667vw 0 4.2666666667vw;
  }
  #contact .inner .section-title__wrap h2 {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 8vw;
  }
  #contact .inner .section-title__wrap h4 {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  #contact .inner .section-title__wrap p {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
  #contact .inner .page-navi {
    width: 100%;
    height: 11.2vw;
    margin: 5.3333333333vw auto 0 auto;
  }
  #contact .inner .container {
    width: 100%;
    /* チェックマークの描画（疑似要素） */
  }
  #contact .inner .container .content {
    margin-bottom: 6.6666666667vw;
  }
  #contact .inner .container .content .form-span {
    padding: 0.5333333333vw 1.8666666667vw;
    margin-right: 2.1333333333vw;
  }
  #contact .inner .container .content .content p {
    margin-bottom: 2.1333333333vw;
  }
  #contact .inner .container .content .input-content {
    width: 100%;
    height: 10.6666666667vw;
    padding: 3.2vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  #contact .inner .container .content .text-area {
    width: 100%;
    height: 69.3333333333vw;
    padding: 3.2vw 5.3333333333vw;
    border-radius: 0.3472222222vw;
  }
  #contact .inner .container .pp {
    text-align: center;
    margin-bottom: 7.4666666667vw;
  }
  #contact .inner .container input[type=checkbox] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    top: 1.3333333333vw;
  }
  #contact .inner .container input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 0.5333333333vw;
    left: 1.6vw;
    width: 1.0666666667vw;
    height: 2.6666666667vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
  }
  #contact .inner .container .submit-wrap {
    padding-bottom: 10.6666666667vw;
  }
  #contact .inner .container .submit-wrap .submit-btn {
    width: 69.3333333333vw;
    height: 15.2vw;
    border-radius: 1.3333333333vw;
  }
}
/* 

confirm

*/
.mw_wp_form_confirm .pp {
  display: none;
}

.confirm-text-wrap {
  width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  margin: 0 auto 46px auto;
  border-radius: 5px;
  padding: 25px 0 30px 0;
}

.confirm-text-wrap h2 {
  margin-bottom: 18px;
  text-align: center;
}

.confirm-text-wrap p {
  font-size: var(--p-small);
  text-align: center;
}

.page-slug-confirm .content p:first-child {
  margin-bottom: 30px;
}

.page-slug-confirm .content {
  margin-bottom: 52px;
}

@media (max-width: 2560px) {
  .confirm-text-wrap {
    width: 62.5vw;
    margin: 0 auto 3.1944444444vw auto;
    border-radius: 0.3472222222vw;
    padding: 1.7361111111vw 0 2.0833333333vw 0;
  }
  .confirm-text-wrap h2 {
    margin-bottom: 1.25vw;
  }
  .page-slug-confirm .content p:first-child {
    margin-bottom: 2.0833333333vw;
  }
  .page-slug-confirm .content {
    margin-bottom: 3.6111111111vw;
  }
}
@media (max-width: 450px) {
  .mw_wp_form_confirm {
    margin-top: 0;
  }
  .mw_wp_form_confirm .pp {
    display: none;
  }
  .mw_wp_form_confirm .submit-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mw_wp_form_confirm .submit-wrap .submit-btn {
    margin: 0 !important;
  }
  .confirm-text-wrap {
    width: 100%;
    margin: 0 auto 12.2666666667vw auto;
    border-radius: 1.3333333333vw;
    padding: 6.6666666667vw 0 8vw 0;
  }
  .confirm-text-wrap h2 {
    margin-bottom: 4.8vw;
  }
  .page-slug-confirm .content p:first-child {
    margin-bottom: 8vw;
  }
  .page-slug-confirm .content {
    margin-bottom: 13.8666666667vw;
  }
}
/* 

complete

*/
.br-sp {
  display: none;
}

.page-slug-complete .section-title-wrap {
  display: none;
}

.page-slug-complete .submit-btn a {
  font-size: var(--title-padding);
  color: var(--color_yellow);
}

.message-span {
  color: var(--color_yellow);
}

.mw_wp_form_complete {
  margin: 2.7777777778vw auto 0 auto;
  padding-bottom: 2.7777777778vw;
  text-align: center;
  letter-spacing: -0.0694444444vw;
}
.mw_wp_form_complete h2 {
  font-size: 2.2222222222vw;
  font-weight: 700;
  font-family: var(--notosansjp);
  line-height: 150%;
  margin-bottom: 0.6944444444vw;
}
.mw_wp_form_complete p {
  font-size: 1.1111111111vw;
}
.mw_wp_form_complete a {
  width: 18.0555555556vw;
  height: 3.9583333333vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  border: solid 1px #54B300;
  border-radius: 0.3472222222vw;
  color: #54B300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.4722222222vw auto 0 auto;
}

@media (max-width: 450px) {
  .br-sp {
    display: inline;
  }
  .mw_wp_form_complete {
    margin: 2.6666666667vw auto 0 auto;
    padding-bottom: 10.6951871658vw;
    text-align: center;
    letter-spacing: -0.2666666667vw;
  }
  .mw_wp_form_complete h2 {
    font-size: 5.8666666667vw;
    line-height: 120%;
    margin-bottom: 2.6666666667vw;
  }
  .mw_wp_form_complete p {
    font-size: 4.2666666667vw;
    font-family: var(--notosansjp);
  }
  .mw_wp_form_complete a {
    width: 69.3333333333vw;
    height: 15.2vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    border: solid 1px #54B300;
    border-radius: 1.3333333333vw;
    color: #54B300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13.3333333333vw auto 0 auto;
  }
}
.fv-under__pp .fv__wrap .section-title {
  top: 27.4vw;
}
.fv-under__pp .fv__wrap .section-title h2 {
  line-height: 1.2;
  font-size: 1.9444444444vw;
}

#pp {
  width: 100%;
  background-image: url(../img/under_bg_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -0.4vw;
}
#pp .inner {
  width: 83.3333333333vw;
  padding: 5.5555555556vw 0;
}
#pp .inner .container {
  background-color: #fff;
  padding: 5.5555555556vw;
  border-radius: 1.3888888889vw;
}
#pp .inner .container .content p {
  font-size: 1.3888888889vw;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-family: var(--notosansjp);
  font-weight: 500;
}

@media (max-width: 450px) {
  .fv-under__pp .fv__wrap .section-title {
    top: 106.4vw;
  }
  .fv-under__pp .fv__wrap .section-title h2 {
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
  #pp {
    width: 100%;
    margin-top: -0.4vw;
    padding: 0 4.2666666667vw;
    background-size: cover;
  }
  #pp .inner {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
  #pp .inner .container {
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  #pp .inner .container .content p {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
}
/* 

footer

*/
.footer {
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -1px;
  padding: 70px 0 15px 0;
}
.footer .top-btn__wrap {
  display: flex;
  justify-content: end;
  width: 2560px;
  margin: 0 auto;
}
.footer .top-btn__wrap .top-btn__inner {
  width: 118px;
  height: 107px;
  margin: 0 61px 21px 0;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 1200px;
  max-width: 2560px;
  margin: 0 auto 81px auto;
}
.footer .inner .logo__wrap {
  color: #fff;
}
.footer .inner .logo__wrap h3 {
  margin-bottom: 10px;
}
.footer .inner .logo__wrap h3 a {
  font-size: var(--footer-h3-a);
  font-weight: 400;
  color: #fff;
}
.footer .inner .logo__wrap .address {
  margin-bottom: 10px;
}
.footer .inner .logo__wrap .address p {
  text-decoration: none;
}
.footer .inner .logo__wrap .tel__numbar {
  padding: 0;
  width: 241px;
}
.footer .inner .logo__wrap .tel__numbar .numbar__wrap {
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: end;
}
.footer .inner .logo__wrap .tel__numbar .numbar__wrap .tel-icon__wrap {
  width: 23px;
  margin-right: 5px;
}
.footer .inner .logo__wrap .tel__numbar .numbar__wrap h2 {
  line-height: 1;
  font-size: 36px;
  letter-spacing: 1.08px;
}
.footer .inner .logo__wrap .tel__numbar p {
  text-align: end;
  color: #fff;
  font-size: 14px;
}
.footer .inner .nav {
  width: 620px;
  display: flex;
  justify-content: center;
  align-self: start;
}
.footer .inner .nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .inner .nav ul li {
  padding: 0;
}
.footer .inner .nav ul li a {
  font-size: var(--footer-nav-a);
  font-weight: 500;
  color: #fff;
}
.footer .copyright {
  font-size: var(--copyright);
  text-align: center;
  color: #fff;
}

@media (max-width: 2560px) {
  .footer {
    margin-top: -0.0694444444vw;
    padding: 4.8611111111vw 0 1.0416666667vw 0;
  }
  .footer .top-btn__wrap {
    width: 100vw;
  }
  .footer .top-btn__wrap .top-btn__inner {
    width: 8.1944444444vw;
    height: 7.4305555556vw;
    margin: 0 4.2361111111vw 1.4583333333vw 0;
  }
  .footer .inner {
    width: 83.3333333333vw;
    margin: 0 auto 5.625vw auto;
  }
  .footer .inner .logo__wrap h3 {
    margin-bottom: 0.6944444444vw;
  }
  .footer .inner .logo__wrap .address {
    margin-bottom: 0.6944444444vw;
  }
  .footer .inner .logo__wrap .tel__numbar {
    width: 16.7361111111vw;
  }
  .footer .inner .logo__wrap .tel__numbar .numbar__wrap .tel-icon__wrap {
    width: 1.5972222222vw;
    margin-right: 0.3472222222vw;
  }
  .footer .inner .logo__wrap .tel__numbar .numbar__wrap h2 {
    font-size: 2.5vw;
    letter-spacing: 0.075vw;
  }
  .footer .inner .logo__wrap .tel__numbar p {
    font-size: 0.9722222222vw;
  }
  .footer .inner .nav {
    width: 43.0555555556vw;
  }
}
@media (max-width: 450px) {
  .footer {
    background-image: url(../img/footer_bg_sp.png);
    background-size: 100% 100%;
    margin-top: -0.2666666667vw;
    padding: 7.4666666667vw 0 4vw 0;
  }
  .footer .top-btn__wrap {
    width: 384vw;
  }
  .footer .top-btn__wrap .top-btn__inner {
    width: 31.4666666667vw;
    height: 28.5333333333vw;
    margin: 0 16.2666666667vw 5.6vw 0;
  }
  .footer .inner {
    width: 83.2vw;
    margin: 0 auto 5.9413333333vw auto;
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }
  .footer .inner .logo__wrap {
    order: 2;
  }
  .footer .inner .logo__wrap h3 {
    margin-bottom: 2.6666666667vw;
  }
  .footer .inner .logo__wrap h3 a {
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
  .footer .inner .logo__wrap .address {
    margin-bottom: 2.6666666667vw;
    line-height: 2.18;
  }
  .footer .inner .logo__wrap .address p {
    font-size: 3.2085561497vw;
  }
  .footer .inner .logo__wrap .tel__numbar {
    width: 64.2666666667vw;
  }
  .footer .inner .logo__wrap .tel__numbar .numbar__wrap .tel-icon__wrap {
    width: 5.1413333333vw;
    margin-right: 1.3333333333vw;
    padding-bottom: 0.5vw;
    display: flex;
  }
  .footer .inner .logo__wrap .tel__numbar .numbar__wrap h2 {
    font-size: 8vw;
    font-weight: 700;
    letter-spacing: 0;
  }
  .footer .inner .logo__wrap .tel__numbar p {
    text-align: start;
    font-size: 2.9333333333vw;
  }
  .footer .inner .nav {
    width: 100%;
    order: 1;
    margin-bottom: 8vw;
  }
  .footer .inner .nav ul {
    display: block;
  }
  .footer .inner .nav ul li {
    margin-bottom: 5.3333333333vw;
  }
  .footer .inner .nav ul li a {
    font-size: 4.8vw;
  }
  .footer .copyright {
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */