@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  word-break: auto-phrase;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lower-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 7.5rem;
}
	header + section:not(.fv){
	  margin-top: 70px
}

@media screen and (max-width: 1024px) {
  .lower-fv {
    margin: 70px 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .lower-fv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.3));
  }
}
.lower-fv-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}
.lower-fv-text.black {
  color: #000;
}
.lower-fv h1 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 0.5rem;
  display: inline-block;
  color: #333333;
  padding: 6px 5px !important;
  font-weight: bold;
  width: 30px;
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 8px 5px !important;
  }
}
.wp-pagenavi span.current {
  color: #006F90;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    padding: 0.6rem 0rem;
  }
}

.content {
  width: 70%;
  margin: 5rem auto;
  max-width: 1000px;
}
.content h1,.content h2,.content h3{
	margin:2rem 0;
}

.content a{
	color:blue;
	text-decoration:underline;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 90%;
    margin: 2.5rem auto;
  }
  .content .wp-block-spacer {
    height: 3rem !important;
  }
}

.wp-block-table th {
  word-break: auto-phrase !important;
}

.simple-sitemap-wrap h3 {
  background-color: #006F90;
  color: #fff;
  padding: 4px 1rem;
  margin-bottom: 1rem;
}
.simple-sitemap-wrap a {
  color: #0000ee;
  text-decoration: underline;
}
.simple-sitemap-wrap ul, .simple-sitemap-wrap li {
  list-style: inside;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.swiper {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .swiper {
    margin-top: 2.5rem;
  }
}
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper {
  padding: 0 4rem;
}
@media screen and (max-width: 1024px) {
  .swiper {
    padding: 0 2rem;
  }
}

.swiper-slide {
  opacity: 0.8; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "<";
  color: #006F90;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 2rem;
  }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: ">";
  color: #006F90;
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -4px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -4px;
  }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	    background: #fff;
    z-index: 9999;
  transition: 0.3s;
}

header + a + div + section{
	margin-top:120px;
} 

@media screen and (max-width: 767px) {
header + a + div + section{
	margin-top:6rem;
}
}

@media screen and (max-width: 1024px) {
  header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

/* .l-header {
	position: fixed;
	background: #fff;
	z-index: 999;
} */


.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4px 9% 4px 7%;
}
@media screen and (max-width: 1024px) {
  .header-contents {
    padding: 4px 1.5% 4px 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .header-contents {
    height: 70px;
    padding: 4px 5% 4px;
  }
}
.header-contents.header-top .header-btn img {
  width: 130px;
}
.header-contents.header-top .header-btn-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-top .header-btn-wrap {
    display: none;
  }
}
.header-contents.header-bottom {
  background-color: #006F90;
  justify-content: center;
  padding: 13px;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-bottom {
    display: none;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.header-left a img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .header-left a img {
    width: 200px;
  }
}
.header-left > p {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header-left > p {
    display: none;
  }
}

.header-right {
  width: 70%;
}
.header-right > .hamburger-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul > li:last-child > a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1.5rem;
  top: 0;
  background-color: #fff;
}
.header-right > .hamburger-nav > ul > li > a {
  color: #fff;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.7rem;
}
@media screen and (max-width: 1400px) {
  .header-right > .hamburger-nav > ul > li > a {
    padding: 0;
  }
}
.header-right > .hamburger-nav > ul > li > a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1.5rem;
  top: 0;
  background-color: #fff;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #006F90;
    border-radius: 999vh;
    width: 44px;
    height: 44px;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
  height: 25px;
  width: 40px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .logo {
    width: 180px;
  }
}
.hamburger-menu .menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap {
    width: 85%;
  }
}
.hamburger-menu .menu-content ul li a {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  color: #231815;
  text-align: center;
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  background-color: #fff;
  width: 90%;
  height: calc(100vh - 70px);
  top: 70px;
  max-width: 400px;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 0;
  overflow: hidden;
	  z-index: -200;
	visibility: hidden;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 1.5rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
    margin-bottom: 1.5rem;
  }
}
.hamburger-menu .gnavi__sp-style .ham-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hamburger-menu .gnavi__sp-style .ham-btn-wrap img {
  width: 220px;
}
.hamburger-menu .gnavi__sp-style.active {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
}

.footer {
  padding: 3rem 0 1.5rem;
  background-color: #B78A17;
  color: #fff;
  font-weight: 500;
}
.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 5rem;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .footer-wrap {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
.footer-left {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .footer-left {
	width: 100%;
	margin-bottom: 30px;
  }
}
.footer-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-left a img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .footer-left a img {
    width: 230px;
  }
}
.footer-left > p:first-of-type {
  margin: 1.5rem 0;
}
.footer-sns {
  display: flex;
  justify-content: end;
  gap: 1rem;
  margin-top: 2.5rem;
}
.footer-sns img {
  width: 2.5rem;
}
.footer-right {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .footer-right {
    max-width: none;
  }
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .footer ul {
    gap: 1rem;
  }
}
.footer ul li {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.footer ul li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer ul li {
    text-align: center;
  }
}
.footer p.copyright {
  text-align: center;
  font-size: 14px;
}
.footer p.copyright span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    line-height: 1.5;
  }
}

.blue-title {
  color: #fff;
  background-color: #006F90;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
  font-size: clamp(1.25rem, 0.932rem + 1.06vw, 2.125rem);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blue-title {
    font-size: 1rem;
    padding: 6px 0rem;
  }
}
.blue-title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2rem;
  background: url(./images/top-title-left.png) no-repeat left/contain;
  left: -1rem;
  top: 0;
}
.blue-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2rem;
  background: url(./images/top-title-right.png) no-repeat right/contain;
  right: -1rem;
  top: 0;
}

a {
  text-decoration: none;
  color: #000;
  line-height: 1.5;
}

.blue-btn {
  color: #fff;
  padding: 10px 2.5rem 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: #B78A17;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  margin: 2rem auto 0;
  letter-spacing: 2px;
  display: block;
}
.blue-btn:hover {
  opacity: 0.7;
}

/*お知らせ一覧ページ*/
.news {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2.5rem 0;
  }
}
.news .container {
  max-width: 1100px;
}
.news .container > h2 {
  color: #006F90;
  text-align: center;
  margin: 2rem 0 3.5rem;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
}
@media screen and (max-width: 767px) {
.news .container > h2 {
  margin: 2rem 0 1.5rem;
}
}
.news .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .news .post-list {
    gap: 2rem;
  }
}
.news .post-list .item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1024px) {
  .news .post-list .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .post-list .item {
    width: 100%;
  }
}
.news-text {
  margin-top: 1rem;
}
.news-text .category {
  font-size: 12px;
}
.news-text .post-title {
  font-size: 14px;
}
.news-img {
  position: relative;
}
.news-img .news-label {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #E7B921;
}
.news-img .news-label:has(.cat-news-category2) {
  background-color: #50A1C2;
}
.news-img img {
  aspect-ratio: 312/206;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*詳細ページ*/
@media screen and (max-width: 1024px) {
  .single-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-main {
    margin-top: 2.5rem;
  }
}
.single-main .news-img {
  margin-bottom: 2.5rem;
}
.single .news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #e7b921;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.single .blue-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .single .blue-btn {
    margin-top: 2.5rem;
  }
}

.news-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .news-contents {
    flex-direction: column-reverse;
    gap: 5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news-contents {
    gap: 0rem;
  }
}
.news-contents .news-right {
  width: 260px;
}
.news-contents .news-left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  .news-contents .news-left {
    width: 100%;
  }
}
.news-contents .news-left .content h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  padding: 10px 1.5rem;
  border-left: 10px solid #006F90;
  margin: 3rem 0 1.5rem;
  background: #F6F6F6;
}
.news-contents .news-left .content {
  width: 100%;
  margin: 0;
}
.news-contents .news-left .content h3 {
  margin: 2rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0068B6;
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
}
.news-contents .news-left .content h4 {
  margin: 2rem 0 1.5rem;
  padding-left: 1.5rem;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .news-contents .news-left .content h4 {
    padding: 0;
  }
}
.news-contents .news-left .content p {
  font-weight: 400;
  line-height: 2;
}
.news-contents .news-left .content ul {
  margin: 1rem 0;
  list-style: inside;
}
.news-contents .news-left .content ul li {
  list-style: inside;
  line-height: 2;
}
.news-contents .news-left .content ::marker {
  color: #006F90;
}
.news-contents .news-left .content .wp-block-image img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
}

.single-list-wrap {
  padding: 1.5rem 1rem 1rem;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.single-list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #006F90;
  margin-bottom: 1rem;
}
.single-list-title img {
  width: 20px;
}
.single-list-title h2 {
  font-size: 18px;
  font-weight: 500;
}
.single-list h3 {
  font-size: 12px;
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
  margin-bottom: 8px;
}
.single-list h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #006F90;
  border-radius: 999vh;
}

.single-lower-fv .lower-fv-text {
  padding: 11rem 10%;
}
@media screen and (max-width: 1024px) {
  .single-lower-fv .lower-fv-text {
    padding: 7rem 10%;
  }
}
@media screen and (max-width: 767px) {
  .single-lower-fv .lower-fv-text {
    padding: 5rem 5%;
  }
}
.single-lower-fv h1 {
  line-height: 1.3;
  max-width: 400px;
}

#ez-toc-container {
  width: 100%;
  margin: 2.5rem 0;
}

.ez-toc-title-container {
  text-align: center;
}

/*contact*/
.contact-text {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-bottom: 2rem;
  }
}
.contact-text p:not(:last-child) {
  margin-bottom: 1rem;
}
.contact-text h2 {
  font-size: 28px;
  margin-bottom: 3rem;
  color: #006F90;
}
@media screen and (max-width: 767px) {
  .contact-text h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.contact-bottom {
  margin-bottom: 5rem;
}
.contact-bottom h2 {
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  border-left: 10px solid #B78A17;
  color: #B78A17;
  padding: 12px 1.5rem;
  background: #F6F6F6;
  margin: 4rem 0 2.5rem;
}
.contact-box {
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1.5rem;
}
.contact-box > p {
  font-weight: bold;
  margin-bottom: 1rem;
}
.contact-box div p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contact form {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: left;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2rem 5%;
}
@media screen and (max-width: 767px) {
  .contact form {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.contact form > div:not(.submit-btn) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.contact form > div:not(.submit-btn):not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn):not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact form > div:not(.submit-btn) p {
  width: 100%;
}
.contact form > div:not(.submit-btn) p:first-child {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact form > div:not(.submit-btn) p:first-child {
    width: 100%;
    min-width: auto;
    justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn) p:first-child {
    gap: 0;
  }
}
.contact p:has(input[type=submit]) {
  width: 100% !important;
}
.contact input:not([type=radio]),
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #000;
  padding: 10px 1rem;
  width: 100%;
  border: 1px solid #D7D7D7;
  background-color: #F7F5F5;
  border-radius: 4px;
}
.contact select {
  padding-left: 2.5rem;
}
.contact .radio-wrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact .privacyBox {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  border: 1px solid #898989;
  background-color: #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contact p:has(select) {
  position: relative;
}
.contact p:has(select)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact .time-wrap {
  margin-bottom: 0 !important;
}
.contact .time-wrap > p {
  font-weight: bold;
  margin: 8px 0 4px;
}
.contact .time-wrap + p {
  margin-bottom: 2rem;
  font-size: 12px;
}
.contact span.required {
  color: #fff;
  background-color: #006F90;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.required {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact span.optional {
  color: #fff;
  background-color: #505050;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.optional {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .contact-policy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.2rem;
  }
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006F90;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  color: #50A1C2;
}
.contact p:has(input[type=submit]) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2.5rem auto 0;
  position: relative;
}
.contact p:has(input[type=submit])::before {
  content: "＞";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
.contact input[type=submit] {
  color: #fff;
  padding: 10px 2rem 10px 2rem;
  background: #B78A17;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  letter-spacing: 2px;
  transition: 0.3s;
  width: 280px;
}
.contact input[type=submit]:hover {
  opacity: 0.7;
}
.contact .wpcf7-not-valid {
  background-color: #FFE8E8;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/*404*/
.not-found {
  text-align: center;
  margin-bottom: 7.5rem;
}
.fv img{
	max-width:1180px;
	margin:0 auto;
	width:90%;
}
/* .fv {
  height: calc(100vh - 121px);
  position: relative;
}*/
@media screen and (max-width: 1024px) {
  .fv {
	  margin-top:68px;
  }
} 
/* .fv::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 100%;
  background: url(./images/fv-bg.png) no-repeat center/cover;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .fv::before {
    width: 100%;
    background: url(./images/fv-bg.png) no-repeat right/cover;
    left: -40%;
  }
} */
.fv > img {
  width: 100%;
  height: 100%;
/*   -o-object-fit: cover;
     object-fit: cover; */
}
/* @media screen and (max-width: 767px) {
  .fv > img {
    -o-object-position: 45%;
       object-position: 45%;
  }
} */
.fv-text {
  position: absolute;
  width: 50%;
  left: 7.5%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv-text {
    width: 90%;
    left: 5%;
  }
}
.fv-text h1:not(:has(img)) {
  font-size: clamp(1.688rem, 1.074rem + 2.05vw, 3.375rem);
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
}
.fv-text h1:not(:has(img)) span {
  font-size: clamp(1.75rem, 1.114rem + 2.12vw, 3.5rem);
  color: #fff;
  padding: 8px 2rem;
  border-radius: 10px;
  background: #006F90;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .fv-text h1:not(:has(img)) span {
    padding: 4px 1rem;
    margin-right: 0.5rem;
  }
}
.fv-text > img {
  width: 52%;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .fv-text > img {
    width: 70%;
  }
}
.fv-text h1:has(img) {
  display: flex;
  align-items: center;
  font-size: clamp(1.063rem, 0.676rem + 1.29vw, 2.125rem);
  margin-top: 2.5rem;
}
.fv-text h1:has(img) img {
  width: 50%;
  margin-top: -2.5rem;
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  .fv-text h1:has(img) img {
    margin-top: -1.25rem;
    margin-right: 0rem;
  }
}

.hurdle {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .hurdle {
    margin: 3rem 0;
  }
}
.hurdle-box {
  padding: 5rem 3%;
  border: 6px solid #B78A17;
  border-radius: 20px;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .hurdle-box {
    margin-top: 3rem;
    padding: 2rem 5%;
    border: 3px solid #B78A17;
  }
}
.hurdle-box h3 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0 4rem;
  margin: -7rem auto 5rem;
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hurdle-box h3 {
    margin: -6rem auto 5rem;
  }
}
@media screen and (max-width: 767px) {
  .hurdle-box h3 {
    text-align: center;
    margin: -4rem auto 2rem;
    padding: 0 1rem;
  }
}
.hurdle-box h3::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2rem;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(./images/hurdle-title-right.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .hurdle-box h3::before {
    left: 0;
    width: 20px;
  }
}
.hurdle-box h3::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(./images/hurdle-title-left.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .hurdle-box h3::after {
    right: 0;
    width: 20px;
  }
}
.hurdle-wrap {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1400px) {
  .hurdle-wrap {
    gap: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .hurdle-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.hurdle-item {
  width: calc((100% - 8rem) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .hurdle-item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .hurdle-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hurdle-item {
    width: 90%;
  }
}
.hurdle-item-img > img {
  aspect-ratio: 310/222;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .hurdle-item-img > img {
    margin-bottom: 1rem;
  }
}
.hurdle-text {
  font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.hurdle-text > img {
    aspect-ratio: 314 / 80;
    margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .hurdle-text > img {
    margin-top: 0.5rem;
  }
}
.hurdle-item h4 {
  margin: 1rem 0;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  padding: 0.5rem 0;
  text-align: center;
  color: #B78A17;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
.hurdle-text p {
  text-align: center;
}
.hurdle-text p.blue-p {
  color: #006F90;
}
.hurdle-top {
  display: flex;
  gap: 8px;
	margin-bottom:1rem;
}
.hurdle-top p {
  padding: 4px 1rem;
  font-size: 14px;
  color: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 1400px) {
  .hurdle-top p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hurdle-top p {
    font-size: 10px;
  }
}
.hurdle-top p.orange {
  background-color: #B78A17;
}
.hurdle-top p.blue {
  background-color: #006F90;
}
.hurdle-top p.black {
  background-color: #000;
}

.feature {
  padding: 5rem 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 3rem 0;
  }
}
.feature > h2 {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .feature > h2 {
    margin-bottom: 2rem;
  }
}
.feature > h2 img {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature > h2 img {
    width: 230px;
  }
}
.feature .container {
  padding: 5rem 5% 3rem;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 4rem;
}
.feature-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.price-box > p{
	padding:4px 1rem;
	background:#B78A17;
	width:fit-content;
	margin-bottom:1.5rem;
	color:#fff;
	    border-radius: 4px;
}

.price-box > div:not(.box){
	margin:1rem 0;
}
.price-box > div:not(.box) > p{
	font-weight:bold;
	font-size:20px;	
	margin-bottom:0.5rem;
}
.price-box > div:not(.box) > div{
    display: flex;
    gap: 1rem;
    align-items: center;
	font-size: 20px;
	font-family: serif;
}
.price-box > div:not(.box) > div span{
	font-weight:bold;
	font-size:2rem;
}
.price-box .box{
    padding: 1rem 2rem;
    background: #eee;
    margin-top: 2rem;
    border-radius: 1rem;
	text-align:center;
}
.price-box + h2{
	text-align:center;
	margin-bottom:1.5rem;
}

.price-box .box p:first-child{
	font-size:18px;
	font-weight:bold;
	margin-bottom:1rem;
}
.feature-wrap:not(:last-child){
	margin-bottom: 2rem;
}
.feature-wrap:not(:last-child) + .price-box{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (max-width: 1024px) {
	.price-box > div:not(.box) > div{
		font-size:1rem;
	}
	.price-box > div:not(.box) > div span {
    font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
.price-box > div:not(.box) > div {
    flex-direction: column;
    gap: 1rem;
    align-items: baseline;
}

}
.feature-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .feature-wrap:nth-child(even) {
    flex-direction: column;
  }
}
.feature-wrap img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .feature-wrap img {
    width: 100%;
  }
}
.feature-text {
  width: 55%;
}
.feature-text img{
	margin:2rem 0;
}
@media screen and (max-width: 767px) {
  .feature-text {
    width: 100%;
  }
}
.feature-text > p:first-child {
  color: #B78A17;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  font-weight: bold;
}
.feature-text h3 {
  background-color: #B78A17;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 1.5rem;
  padding: 0 1rem;
  color: #fff;
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .feature-text h3 {
    margin: 0.5rem 0;
  }
}
.feature-text h3 + p {
  line-height: 2;
}

.line {
  width: 80%;
  margin: 0 auto;
  max-width: 1180px;
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem;
  position: relative;
  box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
}
.line::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(./images/triangle.png) no-repeat top left/contain;
  left: 15px;
  bottom: 15px;
  transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  .line::before {
    bottom: 1rem;
  }
}
.line::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(./images/triangle.png) no-repeat top right/contain;
  right: 15px;
  bottom: 15px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .line {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .line {
    width: 90%;
  }
}
.line h2 {
  text-align: center;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
  color: #B78A17;
  margin-bottom: 1rem;
}
.line-box {
  border: 2px solid #B78A17;
  padding: 2rem 5%;
  position: relative;
}
.line-box::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(./images/triangle.png) no-repeat top left/contain;
  left: -1px;
  top: -1px;
}
.line-box::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(./images/triangle.png) no-repeat top right/contain;
  right: -1px;
  top: -1px;
  transform: rotate(90deg);
}
.line-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .line-text {
    flex-direction: column;
  }
}
.line-text img {
  width: 4rem;
}
.line-border {
  margin: 2.5rem 0;
  height: 1px;
  width: 100%;
  border-top: 2px dashed #333333;
}
@media screen and (max-width: 767px) {
  .line-border {
    margin: 1.5rem 0;
  }
}
.line-bottom {
  max-width: 655px;
  margin: 0 auto;
}

.genome {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .genome {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .genome .container {
    width: 90%;
  }
}
.genome .hurdle-box img {
  max-width: 624px;
  margin: 0 auto;
}

.reason {
  padding: 5rem 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 3rem 0;
  }
}
.reason .container {
  max-width: 730px;
}
.reason .container > img {
  width: 4rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .reason .container > img {
    width: 3rem;
    margin: 3rem auto 2rem;
  }
}
.reason-title {
  margin-bottom: 2rem;
  max-width: 580px;
}
.reason-title img {
  width: 100%;
}
.reason-title h2 {
  text-align: center;
  color: #B78A17;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin: 0.5rem 0 1rem;
}
.reason-1 {
  margin: 2rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .reason-1 {
    margin: 2rem 0;
  }
}
.reason-1-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  margin-bottom: 2.5rem;
}
.reason-1-faq img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .reason-1-faq img {
    width: 2rem;
  }
}
.reason-1-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reason-1-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.reason-1-wrap > img {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .reason-1-wrap > img {
    width: 70%;
  }
}
.reason-1-text {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .reason-1-text {
    width: 100%;
  }
}
.reason-1-text > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.reason-1-text > div.reason-1-red p {
  background-color: #831C21;
}
.reason-1-text > div.reason-1-blue p {
  background-color: #162642;
}
.reason-1-text > div.reason-1-yellow p {
  background-color: #B78A17;
}
.reason-1-text > div p {
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  width: calc(100% - 4rem);
  text-align: center;
}
.reason-1-text > div img {
  width: 3rem;
}
.reason-1-text > p {
  margin-bottom: 1rem;
}
.reason-1-text > p span.bold {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.reason-1-text > p span.red {
  color: #831C21;
}
.reason-1-text > p span.blue {
  color: #162642;
}
.reason-1-text > p span.yellow {
  color: #B78A17;
}

.use {
  margin-bottom: 4rem;
}
.use-title {
  max-width: 460px;
  margin: 0 auto 3rem;
}
.use-title img:first-child {
  width: 2.5rem;
  margin: 0 auto;
}
.use-title h2 {
  font-size: clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  margin: 0rem 0 1rem;
  text-align: center;
}
.use-title h2 span {
  color: #B78A17;
  font-size: clamp(1.5rem, 1.273rem + 0.76vw, 2.125rem);
}
.use-wrap {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .use-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.use-wrap > img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .use-wrap > img {
    width: 80%;
  }
}
.use-wrap.first {
  margin-bottom: 1.5rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .use-wrap.first {
    flex-direction: column;
  }
}
.use-wrap.first > img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .use-wrap.first > img {
    width: 70%;
  }
}
.use-text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .use-text {
    width: 100%;
  }
}
.use-text h3 {
  color: #831C21;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 0.5rem;
}

.onayami {
  text-align: center;
}
.onayami > img {
  max-width: 345px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .onayami > img {
    width: 70%;
  }
}
.onayami > p:first-of-type {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 2.5rem;
}
.onayami > p:last-of-type {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.852rem + 0.91vw, 1.875rem);
}

.solve {
  padding: 14rem 0 5rem;
  background: url(./images/solve-bg.png) no-repeat top/cover;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .solve {
    padding: 10rem 0 3rem;
  }
}
.solve .solve1 {
  width: 280px;
  margin: 0 auto;
}
.solve h2 {
  text-align: center;
  font-size: clamp(1.125rem, 0.852rem + 0.91vw, 1.875rem);
}
.solve h2 span {
  color: #B78A17;
}
.solve .solve2 {
  max-width: 450px;
  margin: 3rem auto 1.5rem;
}
.solve .container {
  max-width: 930px;
}
.solve .container div {
  max-width: 600px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .solve .container div {
    margin-bottom: 2rem;
  }
}
.solve .solve3 + p {
  margin-top: 2rem;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1rem, 0.773rem + 0.76vw, 1.625rem);
  padding: 0.5rem 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.solve .solve3 + p span {
  color: #B78A17;
}

.before {
  padding: 5rem 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .before {
    padding: 3rem 0;
  }
}
.before h2 + p {
  text-align: center;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .before h2 + p {
    margin-bottom: 2rem;
  }
}
.before-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .before-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
}
.before-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
.before-left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .before-left {
    width: 100%;
  }
}
.before-left .name {
  margin: 1rem 0;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.before-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .before-right {
    width: 100%;
  }
}
.before-right h3 {
  margin: 0.5rem 0 1.5rem;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.before-right h3 + img {
  margin-bottom: 2rem;
}
.before-right p {
  font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
  font-weight: bold;
  display: flex;
  align-items: center;
}
.before-right p span {
  margin-left: 1rem;
  font-size: 18px;
  color: #B78A17;
  background-color: #fff;
  padding: 2px 6px;
  border: 1px solid #B78A17;
}
.before .container {
  max-width: 820px;
}

.voice {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 3rem 0;
  }
}
.voice-text {
  margin: 0 auto 5rem;
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .voice-text {
    margin-bottom: 3rem;
  }
}
.voice-img {
  margin: 0 auto;
  max-width: 630px;
}
.voice::before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(./images/voice-bg.png) no-repeat center/cover;
  top: 0rem;
  left: 0;
  z-index: -1;
  aspect-ratio: 1440/2014;
}

.otoku {
  background: #F8F8F8;
  padding: 5rem 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .otoku {
    padding: 3rme 0;
  }
}
.otoku p:first-child {
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
}
.otoku p:nth-of-type(2) {
  font-size: clamp(1rem, 0.636rem + 1.21vw, 2rem);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.otoku p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -2.5rem;
  top: 0;
  width: 1px;
  background: #000;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .otoku p:nth-of-type(2)::before {
    left: 0rem;
  }
}
.otoku p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  height: 100%;
  right: -2rem;
  top: 0;
  width: 1px;
  background: #000;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .otoku p:nth-of-type(2)::after {
    right: 0rem;
  }
}
.otoku .container {
  max-width: 850px;
}
.otoku-arrow {
  width: 3.5rem;
  margin: 1.5rem auto;
}
.otoku-main {
  margin: 2.5rem auto 0;
  max-width: 640px;
}

.staff {
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 3rem 0;
  }
}
.staff h2 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 0 2rem;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff h2 {
    margin-bottom: 2rem;
  }
}
.staff h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #231815;
  left: -7px;
  top: 0;
}
.staff h2::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #231815;
  right: -7px;
  top: 0;
}
.staff .staff-h3 {
  max-width: 450px;
  margin: 0 auto 1.5rem;
}
.staff .staff-h3 h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  padding-bottom: 0.5rem;
}
.staff .container {
  max-width: 800px;
}
.staff::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(./images/staff-bg.png) no-repeat center/cover;
  z-index: -1;
}

.scene {
  background-color: #F8F8F8;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .scene {
    padding: 3rem 0;
  }
}
.scene h2 img {
  max-width: 350px;
  margin: 0 auto 1.5rem;
  width: 80%;
}
.scene .container {
  max-width: 800px;
}

.faq {
  margin: 5rem auto;
  width: 80%;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .faq {
    width: 90%;
    margin: 3rem auto;
  }
}
.faq h2 {
  text-align: center;
  color: #B78A17;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  margin: 0 auto 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq h2 {
    margin-bottom: 2rem;
  }
}
.faq h2::before {
  content: "";
  position: absolute;
  width: 200%;
  left: -50%;
  background: #B78A17;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .faq h2::before {
    width: 150%;
    left: -25%;
  }
}
.faq-box {
  padding: 1.5rem 5%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.faq-box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq-box img {
  width: 36px;
}
.faq-q, .faq-a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .faq-q, .faq-a {
    gap: 1rem;
  }
}
.faq-q {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq-q {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
.faq-q p {
  padding-top: 4px;
}

iframe {
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 767px) {
  iframe {
    height: 350px;
  }
}


.price{
	text-align:center;
	color:#B78A17;
	margin-bottom:2rem;
}

.price h1{
	font-size: clamp(1.25rem, 0.932rem + 1.06vw, 2.125rem);
	margin-bottom:2rem;
}

.teate{
    margin: 0rem 0;
    background: #b78a1714;
}
.teate h2{
	text-align:center;
	margin-bottom:3rem;
}

.teate-box{
    width: 80%;
    margin: 0 auto 5rem;
    max-width: 600px;
    text-align: center;
}

.teate-box > p{
	font-size:20px;
	margin-bottom:1rem;
}
.teate-box .box{
    padding: 1rem 2rem;
    background: #eee;
    margin-top: 2rem;
    border-radius: 1rem;
    text-align: center;
}

.feature-wrap.teate-feature{
	flex-direction:column-reverse;
	align-items: center;
}

.feature-wrap.teate-feature .feature-text{
	width:fit-content;
}

.feature-wrap.teate-feature + .price-box > p{
    margin-top: 3rem;
}

.feature-wrap.teate-feature + .price-box > div:not(.box) > div + p,
.feature-wrap.last + .price-box > div:not(.box) > div + p{
	font-weight:400;
	font-size:1rem;
}

#page_top {
width: 50px;
height: 50px;
position: fixed;
right: 10px;
bottom: 10px;
	z-index:999;
background: #006F90;
border:1px solid #fff;
border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

@media screen and (max-width: 767px) {
	#page_top {
		bottom: 100px;
	}
}

/* Font Awesome */
#page_top::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f0d8';
font-size: 30px;
color: rgb(255, 255, 255);
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}


#page_top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sp-foot{
	display:none;
}

@media screen and (max-width: 767px) {
.sp-foot{
	display:flex;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.sp-foot.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
}

.contact-policy{
	display: flex;
    justify-content: center;
    align-items: center;
}

.contact-policy span{
	display:block;
	margin-right:4px;
}

.page-container {
	margin-top: 130px;
}

@media screen and (max-width: 767px) {
	.page-container {
		margin-top: 50px !important;
	}
	header + a + div + section{
		margin-top: 70px !important;
	} 
}


/* 比較表 */
.anze-comparison {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 800px;
    width: 100%;
    background: #fff;
    border: 4px solid #1a2744;
    border-radius: 8px;
    padding: 20px 20px 40px;
    margin: 30px auto 0;
}

/* ヘッダー部分 */
.anze-comparison .anze-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.anze-comparison .anze-badges {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}

.anze-comparison .anze-badge-left {
    display: inline-block;
    background: #1a2744;
    color: #d4a853;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    transform: rotate(-5deg);
}

.anze-comparison .anze-badge-right {
    display: inline-block;
    background: #8b2635;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.anze-comparison .anze-main-title {
    font-size: 36px;
    font-weight: 900;
    color: #1a2744;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.anze-comparison .anze-main-title .anze-highlight {
    color: #8b2635;
}

.anze-comparison .anze-sub-title {
    font-size: 28px;
    color: #d4a853;
    font-weight: 700;
    margin-top: 5px;
}

/* 比較表 */
.anze-comparison .anze-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.anze-comparison .anze-table th,
.anze-comparison .anze-table td {
    padding: 14px 10px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
}

.anze-comparison .anze-table thead th {
    background: transparent;
    font-weight: 700;
    color: #1a2744;
    padding-bottom: 18px;
    border-bottom: 2px solid #1a2744;
}

.anze-comparison .anze-table thead th:first-child {
    text-align: left;
    width: 140px;
}

.anze-comparison .anze-table thead th.anze-th-highlight {
    color: #8b2635;
}

.anze-comparison .anze-gym-name {
    font-size: 16px;
    font-weight: 700;
}

.anze-comparison .anze-name {
    font-size: 24px;
    font-weight: 900;
    color: #8b2635;
}

.anze-comparison .anze-logo {
    display: block;
    font-size: 11px;
    background: #1a2744;
    color: #d4a853;
    padding: 5px 10px;
    margin: 0 auto 5px;
    width: fit-content;
    letter-spacing: 1px;
}

/* 行のラベル */
.anze-comparison .anze-table tbody td:first-child {
    text-align: left;
    color: #8b2635;
    font-weight: 700;
    font-size: 13px;
}

/* アンゼの列をハイライト */
.anze-comparison .anze-table tbody td:last-child {
    color: #8b2635;
    font-weight: 700;
}

.anze-comparison .anze-table tbody td.anze-cell {
    background: rgba(139, 38, 53, 0.03);
}

/* 価格表示 */
.anze-comparison .anze-price {
    font-size: 15px;
}

.anze-comparison .anze-price-small {
    font-size: 12px;
    color: #666;
    display: block;
}

.anze-comparison .anze-price-highlight {
    font-size: 20px;
    font-weight: 900;
    color: #8b2635;
}

.anze-comparison .anze-price-highlight .anze-price-small {
    color: #8b2635;
}

/* 割引価格 */
.anze-comparison .anze-discount-label {
    display: inline-block;
    background: #8b2635;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    margin-bottom: 4px;
}

/* 時間表示 */
.anze-comparison .anze-time-highlight {
    color: #8b2635;
    font-weight: 700;
}

/* 経験年数 */
.anze-comparison .anze-career-highlight {
    color: #8b2635;
    font-weight: 700;
}

/* プランに込み表示 */
.anze-comparison .anze-included {
    color: #8b2635;
    font-weight: 700;
}

/* ダッシュ表示 */
.anze-comparison .anze-dash {
    color: #999;
}

/* 3部屋表示 */
.anze-comparison .anze-room-highlight {
    background: rgba(139, 38, 53, 0.1);
    padding: 5px 14px;
    border-radius: 3px;
    display: inline-block;
}

/* 機材セル */
.anze-comparison .anze-equipment-cell {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    vertical-align: middle;
}

.anze-comparison .anze-equipment-anze {
    font-size: 12px;
    color: #8b2635;
    font-weight: 500;
    line-height: 1.8;
}

/* 注釈 */
.anze-comparison .anze-footnote {
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
    color: #999;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {
    .anze-comparison {
        padding: 20px 15px;
    }
    
    .anze-comparison .anze-main-title {
        font-size: 24px;
    }
    
    .anze-comparison .anze-sub-title {
        font-size: 20px;
    }
    
    .anze-comparison .anze-badges {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .anze-comparison .anze-badge-left {
        transform: none;
    }
    
    .anze-comparison .anze-table th,
    .anze-comparison .anze-table td {
        padding: 10px 5px;
        font-size: 11px;
    }
    
    .anze-comparison .anze-table thead th:first-child {
        width: 80px;
    }
    
    .anze-comparison .anze-price-highlight {
        font-size: 14px;
    }
    
    .anze-comparison .anze-name {
        font-size: 16px;
    }
}


.scene-swiper .swiper-slide{
	padding:2rem 5%;
	background:#fff;
}

.scene-swiper-img{
	position:relative;
}

.scene-swiper-img p{
	color:#fff;
	background:#C00C20;
	position:absolute;
	bottom:0;
	left:0;
	font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
	padding: 1rem 2rem;
    width: 100%;
}

@media screen and (max-width: 767px) {
	.scene-swiper-img p{
		padding: 0.5rem 1rem;
	}
	.anze-table-wrap{
		overflow:scroll;
	}
	.swiper {
        padding: 0 1rem;
	}
}

.staff-swiper .swiper-slide{
	padding:2rem 5%;
	background:#ECECEC;
	border:10px solid #fff;
}

.staff-swiper .swiper-slide h4{
	font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.staff-swiper-wrap{
	display:flex;
	justify-content:space-between;
	align-items:center;
	text-align: left;
	margin:1rem 0 -1rem;
}

.staff-swiper-wrap img{
	width:45%;
}

.staff-swiper-wrap > div{
	width:50%;
}

.staff-swiper-wrap > div .label{
	background:#2A2221;
	color:#fff;
	margin-bottom:2rem;
    width: fit-content;
    padding: 0 2rem;
}

.staff-swiper-wrap > div > div p{
	text-align:right;
	padding-right:1rem;
	font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.staff-swiper-wrap > div > div .name-en{
	text-align:right;
	font-size:1rem;
	padding:0;
}

.staff-swiper-txt{
	padding:1rem;
	background:#fff;
	text-align: left;
}

.staff-swiper-txt > h5{
	font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin:0 0 1rem;
}

.staff-swiper-txt > h5 + p{
	margin-bottom:2.5rem;
	border-left:4px solid #000;
	padding-left:1rem;
}

.staff-swiper-feature h5{
	color:#161D61;
	font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
	margin:0 0 1rem;
}

.staff-swiper-feature-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}

.staff-swiper-feature-wrap p{
	padding:4px 1rem;
	background:#161D61;
	color:#fff;
}

@media screen and (max-width: 767px) {
.staff-swiper .swiper-slide{
	    border: 2px solid #fff;
}
	.staff-swiper-wrap {
    margin: 1rem 0 1rem;
    flex-direction: column;
    gap: 1rem;
	}
	.staff-swiper-wrap > div {
    width: 100%;
	}
	.staff-swiper-wrap > div .label{
		margin: 0 auto 1rem;
	}
	.staff-swiper-wrap > div > div p {
    text-align: center;
    padding-right: 0;
	}
	.staff-swiper-wrap > div > div .name-en {
    text-align: center;
    font-size: 14px;
	}
	.staff-swiper-wrap img {
    width: 70%;
	}
	.staff-swiper-txt > h5 + p {
    margin-bottom: 1.5rem;
    border-left: 2px solid #000;
    padding-left: 0.5rem;
	}
	.staff-swiper-feature-wrap{
		gap:0.5rem;
	}
}

.hurdle-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
}

.hurdle-bottom img{
	width:2rem;
}

.hurdle-bottom p:last-child{
	font-size:200%;
	font-weight:bold;
}

.price{
	margin-top:10rem !important;
}

@media screen and (max-width: 767px) {
.price{
	margin-top:7.5rem !important;
}
}

.hurdle-four{
	flex-wrap:wrap;
	gap:4rem;
	max-width: 800px;
    margin: 0 auto;
}

.hurdle-four .hurdle-item{
	width:calc((100% - 4rem ) / 2);
}

@media screen and (max-width: 1200px) {
.hurdle-four .hurdle-item{
	width:100%;
	max-width: 350px;
}
	.hurdle-four {
		gap: 2rem;
	}
}

.price-p{
	font-size: 2rem;
}