@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
html *,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, main, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, div, span, applet, object, iframe, button, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

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

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

ol, ul, summary {
  list-style: none;
  list-style-type: none;
}

li, dd {
  list-style-type: none;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-lg {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: vw(1100, 16);
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
}

body {
  color: #111;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

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

.section-padding {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .section-padding {
    padding: 6.25rem 0;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/*===========================================================*/
/*機能編  5-1-26 追従メニューの現在地ハイライト*/
/*===========================================================*/
#header {
  position: fixed;
  height: 5rem;
  width: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#pc-nav ul {
  display: flex;
  justify-content: center;
  margin: 0 0 0 5%;
}

#pc-nav li a {
  display: block;
  white-space: nowrap;
  color: #ff6d00;
  padding: 2.5rem 0.9375rem;
  font-weight: 500;
  transition: 0.3s;
}

/* @media (any-hover: hover) {
  #pc-nav li.current a,
  #pc-nav li a:hover {
    color: #111111;
  }
} */
#pc-nav li.current a, #pc-nav li a:hover {
    color: #111111;
}

/* g-nav */
@media (any-hover: hover) {
  #g-nav.panelactive li a:hover {
    color: #fff;
  }
}

#g-nav.panelactive li:last-child a {
  margin: 1.875rem auto 0;
  padding: 0.625rem 1.25rem;
  border: 2px solid #111;
  max-width: 12.5rem;
  transition: 0.3s;
}

@media (any-hover: hover) {
  #g-nav.panelactive li:last-child a:hover {
    color: #fff;
    border-color: #fff;
  }
}

/*pc-nav*/
#pc-nav span.bgLRextend::before {
  background: #ff6d00;
}

/*ロゴ*/
.header__logo {
  width: 3.75rem;
  position: absolute;
  top: 0.46875rem;
  left: 5%;
  z-index: 60;
}

/* ==============================================
予約ボタン
=============================================== */
.header__reserve {
  z-index: 80;
  position: fixed;
  top: 0;
  right: 5rem;
  width: 5rem;
  height: 4.375rem;
  border-left: 2px solid #ff6d00;
  display: block;
  color: #ff6d00;
  font-weight: 600;
  line-height: 4.375rem;
  text-align: center;
  transition: 0.5s;
}

@media (any-hover: hover) {
  .header__reserve:hover {
    color: #fff;
    background: #ff6d00;
  }
}

/*===========================================================*/
/*クリックしたらナビが下から上に出現 */
/*===========================================================*/
#g-nav {
  position: fixed;
  z-index: 70;
  bottom: -120%;
  width: 100%;
  height: 100vh;
  background: #ff6d00;
  transition: all 0.6s;
}

#g-nav.panelactive {
  bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list {
  position: fixed;
  z-index: 70;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 70;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*リストのレイアウト設定*/
#g-nav li {
  text-align: center;
}

#g-nav li a {
  color: #111;
  padding: 0.625rem;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: 0.3s;
}

.openbtn {
  z-index: 80;
  position: fixed;
  top: 0;
  right: 0;
  width: 5rem;
  height: 4.375rem;
  border-left: 2px solid #111;
}

.openbtn span {
  position: relative;
  display: block;
  transform: translate(-50%, -50%);
  right: -50%;
  height: 0.125rem;
  width: 1.5rem;
  background: #111;
  transition: ease 0.3s;
}

.openbtn span:nth-child(1) {
  top: 0;
}

.openbtn span:nth-child(2) {
  margin: 0.35625rem 0;
}

.openbtn span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.openbtn.is-open span:nth-child(1) {
  top: 0.5rem;
  right: -36%;
  transform: rotate(225deg);
}

.openbtn.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.openbtn.is-open span:nth-child(3) {
  top: -0.5rem;
  right: -36%;
  transform: rotate(-225deg);
}

.pagetop {
  display: block;
  position: fixed;
  bottom: 2.5625rem;
  right: 1.3125rem;
  background-color: #ff6d00;
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 40;
  transition: 0.3s ease;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 1.9375rem;
    right: 2rem;
  }
}

.pagetop::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0.8125rem;
  transform: rotate(45deg);
  width: 1.0606601718rem;
  height: 1.0606601718rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .pagetop:hover {
    background-color: #fff;
    border: 1px solid #ff6d00;
  }
}

@media screen and (min-width: 768px) {
  .pagetop:hover::after {
    border-color: #ff6d00;
  }
}

/*===========================================================*/
/*背景色が伸びる（下から上） */
/*===========================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 90;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash-logo {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff6d00;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #splash-logo {
    font-size: 2rem;
  }
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

body.appear .splashbg {
  display: block;
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #ff6d00;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*画面遷移の後現れるコンテンツ*/
#wrapper {
  opacity: 0;
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*シャッ（左から）*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff6d00;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger {
  opacity: 0;
}

.btn-box {
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .btn-box {
    margin-top: 3.75rem;
  }
}

.btn {
  padding: 0.5rem 1.3125rem 0.5rem 1.6875rem;
  background-image: linear-gradient(transparent 50%, #ff6d00 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: 0.3s;
  border-bottom: 3px solid #ff6d00;
  color: #ff6d00;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 0.75rem 1.75rem 0.75rem 2.1875rem;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background-position: 0 100%;
    color: #fff;
  }
}

.btn-square {
  display: block;
  font-weight: 600;
  border: 1px solid;
  white-space: nowrap;
  padding: 0.75rem 1.25rem 0.875rem 3.125rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
  background-position: 0 0;
  background-size: auto 200%;
}
@media screen and (min-width: 768px) {
  .btn-square {
    width: 15rem;
  }
}

.btn-orange-border {
  color: #ff6d00;
  background-image: linear-gradient(transparent 50%, #ff6d00 50%);
}

@media (any-hover: hover) {
  .btn-orange-border:hover {
    border-color: #ff6d00;
    background-position: 0 100%;
    color: #fff;
  }
}

.btn-white-border {
  color: #fff;
  background-image: linear-gradient(transparent 50%, #fff 50%);
}

@media (any-hover: hover) {
  .btn-white-border:hover {
    color: #ff6d00;
    background-position: 0 100%;
    border-color: #fff;
  }
}

.btn-orange {
  color: #fff;
  background-image: linear-gradient(#ff6d00 50%, #fff 50%);
  border-color: #ff6d00;
}

@media (any-hover: hover) {
  .btn-orange:hover {
    color: #ff6d00;
    background-color: #fff;
    background-position: 0 100%;
  }
}

.btn-gray {
  background-image: linear-gradient(#333 50%, rgb(209, 209, 209) 50%);
  border-color: #333;
  letter-spacing: normal;
}

@media (any-hover: hover) {
  .btn-gray:hover {
    color: #333;
    background-position: 0 100%;
    letter-spacing: normal;
  }
}

.btn-submit {
  display: inline-block;
  padding: 0.75rem 2.5rem;
}

.footer {
  background: #f3f3f3;
}

.footer__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
  }
}

.footer__logo {
  width: 3.75rem;
  margin: 0 auto;
}

.footer__logo a {
  display: inline-block;
}

.footer__links {
  text-align: center;
}

.footer__btn-box img {
  width: 2rem;
  display: inline;
  margin-right: 0.625rem;
  margin-left: -2rem;
}

.footer__btn {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    width: 18.75rem;
  }
}

.footer__nav {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    text-align: left;
  }
}

.footer__nav:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav-item {
    display: flex;
  }
}

.footer__nav-item a {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  padding: 0.375rem 0;
}
@media screen and (min-width: 768px) {
  .footer__nav-item a {
    line-height: 2.2;
    padding: 0 0.9375rem;
  }
}

@media (any-hover: hover) {
  .footer__nav-item a:hover {
    color: #ff6d00;
  }
}

.footer__copyright {
  text-align: center;
  padding: 1rem 0;
  background: #ff6d00;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer__copyright small {
  line-height: 1.4;
  font-size: 0.6875rem;
  padding-left: 0.1375rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright small {
    font-size: 0.9375rem;
    line-height: 2.2;
  }
}

/*===========================================================*/
/* スクロールすると下のエリアがヘッダーにかぶさる*/
/*===========================================================*/
#top-main {
  width: 100%;
  height: 100vh;
  position: relative;
}

#top-main:before {
  content: "";
  position: fixed;
  top: 10vh;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 80vh;
  background: url("../images/main_sp.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-main:before {
    background: url("../images/main.webp") top 60% right/cover;
    height: 82vh;
  }
}

#top-overlap {
  position: relative;
  z-index: 1;
  background: #fff;
}

/* lead */
.top-lead {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .04em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 85%;
  padding: 6.25rem 1rem;
  white-space:nowrap;
}
@media screen and (min-width: 768px) {
  .top-lead {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: .1em;
    width: 37.5rem;
    height: 20rem;
    padding: 3rem 2.5rem;
  }
}

.lead-big {
  font-size: 1.75rem;
} 
@media screen and (min-width: 768px) {
    .lead-big {
    font-size: 3rem;
  }
}

.cards {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .cards {
    gap: 2.5rem;
  }
}

/* カード単体 */
.card {
  display: block;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  color: #333;
  width: min(100%, 37.5rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .card {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .card:hover {
    background-color: #333;
    color: #fff;
  }
}

.card__img {
  position: relative;
  width: 100%;
  padding-top: 66.5671641791%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .card__img {
    padding-top: 66.5714285714%;
  }
}

.card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}

.card__text,
.card__category,
.card__date {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.0714285714em;
}

.card__header {
  padding: 0.2625rem 1.3125rem 0;
}
@media screen and (min-width: 768px) {
  .card__header {
    padding: 0.35rem 1.25rem 0 1.40625rem;
    letter-spacing: 0.0555555556em;
  }
}

.card__title {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: 0.0555555556em;
  font-weight: 500;
}

.card__text {
  padding-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .card__text {
    padding-top: 0.34375rem;
  }
}

.card__text,
.card__footer {
  margin-top: auto;
}

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4375rem 1.40625rem 1rem 1.3875rem;
}
@media screen and (min-width: 768px) {
  .card__footer {
    padding: 0.5625rem 1.40625rem 0.9875rem 1.53125rem;
  }
}

/* ==============================================
トップページ共通タイトル
=============================================== */
.title-h3 {
  font-size: 1.375rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title-h3 {
    font-size: 2.25rem;
  }
}

.title-h4 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .title-h4 {
    font-size: 1.5rem;
  }
}

/* ==============================================
下層共通タイトル
=============================================== */
.title-page-h2 {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .title-page-h2 {
    font-size: 2.25rem;
  }
}

.title-page-h2::before, .title-page-h2::after {
  content: "";
  height: 2px;
  background: #ff6d00;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .title-page-h2::before, .title-page-h2::after {
    max-width: 6.25rem;
  }
}

.title-page-h2::before {
  margin-right: 12px;
}

.title-page-h2::after {
  margin-left: 12px;
}

.title-page-h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1em;
  padding: 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-page-h3 {
    font-size: 1.375rem;
  }
}

.title-page-h3::before {
  content: "";
  height: 24px;
  width: 2px;
  background: #ff6d00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.about {
  position: relative;
  background: url("../images/about_sp.webp") no-repeat center/cover;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about {
    background: url("../images/about.webp") no-repeat center/cover;
  }
}

.about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 5;
}

.about__inner {
  padding: 5rem 1rem;
}

.about__title {
  color: #fff;
  position: relative;
  z-index: 10;
}

.about__text {
  color: #fff;
  padding: 1.5rem 0.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about__text {
    text-align: center;
    padding: 3.75rem 7.5rem 1.5rem;
  }
}

.about__btn {
  text-align: center;
}

.problem {
  margin-bottom: 2rem;
}

.problem__inner {
  position: relative;
}

.problem__inner:after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: url("../images/arrow.webp") no-repeat center/contain;
  width: 1.25rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .problem__inner:after {
    width: 2.5rem;
    height: 2.9375rem;
  }
}

.problem__title span.bgLRextend::before {
  background: #111111;
}

.problem__cards {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .problem__cards {
    margin-top: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .problem__card-title {
    margin-top: 1rem;
    text-align: center;
    line-height: 1.4;
  }
}

.problem__lists {
  margin-top: 1rem;
  line-height: 1.4;
}

.price__title span.bgLRextend::before {
  background: #111111;
}

.price__text {
  margin: 1.5rem 1.5rem 0;
  max-width: 90%;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .price__text {
    margin: 3.75rem auto 0;
    max-width: 37.5rem;
    text-align: center;
  }
}

.price__cards {
  display: grid;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .price__cards {
    gap: 2%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.price__card {
  display: block;
  position: relative;
  background: url("../images/price01.webp") no-repeat center/cover;
  z-index: -2;
  width: 100%;
  aspect-ratio: 375/250;
}
.price__card + .price__card {
  background-image: url(../images/price02.webp);
}
.price__card + .price__card + .price__card {
  background-image: url(../images/price03.webp);
}

.price__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.price__card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.price__card-time,
.price__card-yen {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.price__card-time {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .price__card-time {
    font-size: 1.375rem;
  }
}

.price__card-yen {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .price__card-yen {
    font-size: 2.125rem;
  }
}

.price__btn-box {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__btn-box {
    margin-top: 3.75rem;
  }
}

/* ==============================================
下層の料金
=============================================== */
.price__footer {
  margin-top: 1.5rem;
}

/* ==============================================
  右から左に流れるテキスト
=============================================== */
.text-anime {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .text-anime {
    padding: 3.75rem 0;
  }
}

.text-anime__marquee {
  display: inline-block;
  font-size: 3.5rem;
  font-family: "Poppins";
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
  -webkit-text-stroke: 1px #ff6d00;
  text-transform: uppercase;
  padding-right: 100%; /* 次のテキストとの間隔を調整 */
  animation: marquee 15s linear infinite;
}
@media screen and (min-width: 768px) {
  .text-anime__marquee {
    font-size: 6.375rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.service__media {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .service__media {
    margin: 0 0 12.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__media {
    margin: 0 0 17.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .service__media + .service__media {
    margin-bottom: 11.25rem;
  }
}

.service__media::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 23em;
  background: #f3f3f3;
  right: 10%;
  top: 20%;
  z-index: -1;
}

.service__media:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}

.service__img {
  width: 100%;
  z-index: 5;
  aspect-ratio: 670/398;
}
@media screen and (min-width: 768px) {
  .service__img {
    width: 50%;
  }
}

.service__body {
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  top: 0;
  animation: none;
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service__body {
    width: 47%;
    top: 6.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__body {
    width: 40%;
    top: 9.375rem;
  }
}

.service__content {
  padding: 2.5rem 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .service__content {
    padding: 3.75rem 2.5rem 4.25rem;
  }
}

.service__content-text {
  margin-top: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.service__btn {
  text-align: right;
}

.access-wrapper {
  position: relative;
}

.access-wrapper::before {
  background: #ff6d00;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access-wrapper::before {
    bottom: 8.75rem;
    width: 76.5625%;
  }
}

/* access
---------------------------- */
.access {
  position: relative;
  padding: 2.5rem 1rem 3.75rem;
}

@media screen and (min-width: 768px) {
  .access {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 22.5rem 1fr;
    grid-template-rows: auto 1fr;
    max-width: 87.5rem;
    margin: auto;
    padding: 5rem 0 0 5rem;
  }
}
.access__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .access__title {
    text-align: left;
  }
}

.access__title span.bgLRextend::before {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .access__inner {
    grid-area: 1/1/2/2;
  }
}

.access__address {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .access__address {
    margin-top: 2.75rem;
  }
}

.access__address p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .access__address p {
    line-height: 1.6;
  }
}

.access__address i {
  padding-right: 0.375rem;
}

.access__address .zip-code {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .access__address .zip-code {
    margin-top: 1.5rem;
  }
}

.access__btn-box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__btn-box {
    grid-area: 2/1/3/2;
    text-align: left;
  }
}

.access__btn {
  color: #fff;
  border-color: #fff;
  background-image: linear-gradient(transparent 50%, #fff 50%);
}

@media (any-hover: hover) {
  .access__btn:hover {
    color: #ff6d00;
  }
}

.access__map {
  height: 15rem;
  margin-top: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access__map {
    box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
    flex: 0 1 45rem;
    grid-area: 1/2/3/3;
    height: 32.5rem;
  }
}

.access__map iframe {
  height: 100%;
  width: 100%;
}

.news__content {
  width: 100%;
  box-shadow: 0 0 20px rgba(62, 62, 62, 0.16);
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .news__content {
    padding: 3.75rem 1.5rem;
    text-align: center;
  }
}

.news__items {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .news__item a {
  display: inline-flex;
  gap: 0.5em;
}
}

.news__item time {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .news__item time {
    margin-right: 0.5rem;
    display: inline-block;
  }
}

.contact {
  position: relative;
  background: url("../images/contact_sp.webp") no-repeat center/cover;
  z-index: -2;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contact {
    background: url("../images/contact.webp") no-repeat center/cover;
  }
}

.contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.contact__title {
  color: #fff;
}

.contact__text {
  margin-top: 1.875rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 3.75rem;
    padding: 0 7.5rem;
  }
}

.contact__links {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__links {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.75rem;
  }
}

.contact__btn + .contact__btn {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__btn + .contact__btn {
    margin-top: 0;
  }
}

/* ==============================================
下層ページ共通タイトル
=============================================== */
.common-header {
  width: 100%;
  position: relative;
  top: 5rem;
  left: 0;
}

.common-header__img {
  width: 100%;
  aspect-ratio: 375/180;
}
@media screen and (min-width: 768px) {
  .common-header__img {
    aspect-ratio: 1280/280;
  }
}

.common-header__img img,
.common-header__img picture {
  height: 100%;
  object-fit: cover;
}

.common-header__img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.4);
}

.common-header__h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  z-index: 20;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .common-header__h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .media {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
}

.media-margin {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .media-margin {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .media-reverse {
    flex-direction: row-reverse;
  }
}

.breadcrumb {
  margin-top: 6rem;
}

.breadcrumb i {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .about-message__img,
  .about-conditioning__img,
  .about-profile__img {
    min-width: 20rem;
    max-width: 20rem;
  }
}

.about-profile {
  background: #f3f3f3;
}

.about-message__img,
.about-conditioning__text,
.about-profile__img,
.about-profile__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-message__img,
  .about-conditioning__text,
  .about-profile__img,
  .about-profile__content {
    margin-top: 2rem;
  }
}

.about-conditioning__text {
  line-height: 1.4;
}

.about-profile__table-head,
.about-profile__table-school,
.about-profile__table-career {
  width: 100%;
  margin: 1rem auto 0;
  table-layout: fixed;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .about-profile__content {
    width: 60%;
  }
}

.about-profile__table-head tr {
  width: 100%;
  line-height: 1.5;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.about-profile__table-head th {
  padding: 0.625rem;
  vertical-align: top;
}

.about-profile__table-school,
.about-profile__table-career {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-profile__table-school,
  .about-profile__table-career {
    margin-top: 2rem;
    width: 70%;
  }
}

.about-profile__table-school tr {
  line-height: 1.2;
  border-top: 1px solid #333;
}

.about-profile__table-school th,
.about-profile__table-career th {
  padding: 0.625rem;
  background: #f3f3f3;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #333;
}

.about-profile__table-school td {
  padding: 0.5rem;
}

.about-profile__table-career td {
  padding: 0.5rem;
  border: 1px solid #333;
}

.about-profile__table-career tr {
  line-height: 1.2;
}

.about-profile__text {
  margin-top: 1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .about-profile__text {
    margin-top: 2rem;
  }
}

.content {
  background: #f3f3f3;
}

.content__img,
.content__lists {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content__img,
  .content__lists {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .content__img {
    max-width: 40%;
  }
}

.content__sub-title {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content__sub-title {
    margin-top: 0;
  }
}

.content__lists {
  line-height: 1.7;
}

.font-bold {
  font-weight: 600;
  color: #ff6d00;
}

.flow__lists {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow__lists {
    margin-top: 2.5rem;
    max-width: 60%;
  }
}

.flow__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5em 0;
  min-width: 120px;
  max-width: 100%;
  background: #f3f3f3;
}
.flow__list:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f3f3f3;
}

.flow__list-inline {
  display: inline-block;
  background: #ff6d00;
  color: #fff;
  font-weight: 600;
  padding: 0.625rem 1rem 0.75rem;
}

.news-post-main {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news-post-main {
    min-width: 65%;
  }
}

.news-post__img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-post__img {
    max-width: 90%;
  }
}

.news-post__body {
  margin-top: 1rem;
}

.news-post__details time {
  font-size: 0.875rem;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .news-post__details time {
    margin: 5rem 0 0 0;
  }
}

.time-inline {
  padding: 0 1.25rem;
}

.wp-block-list ul,
.wp-block-list li {
  list-style-type: disc;
  margin-left: 2rem;
}

/* ==============================================
h2~h6
=============================================== */
.news-post__details h2,
.news-post__details h3,
.news-post__details h4,
.news-post__details h5,
.news-post__details h6 {
  font-weight: 700;
  position: relative;
  padding: 0 0 0 1rem;
  margin: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .news-post__details h2,
  .news-post__details h3,
  .news-post__details h4,
  .news-post__details h5,
  .news-post__details h6 {
    padding: 0 0 0 2.5rem;
  }
}

.news-post__details h2::before,
.news-post__details h3::before,
.news-post__details h4::before,
.news-post__details h5::before,
.news-post__details h6::before {
  content: "";
  position: absolute;
  left: 0;
}

.news-post__details h2 {
  font-size: 1.125rem;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .news-post__details h2 {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}

.news-post__details h2::before {
  content: "";
  height: 80%;
  width: 4px;
  background: #ff6d00;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news-post__details h2::before {
    width: 6px;
  }
}

.news-post__details h3 {
  font-size: 1.125rem;
  padding: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news-post__details h3 {
    font-size: 1.25rem;
  }
}

.news-post__details h3::before {
  bottom: -0.5rem;
  height: 2px;
  width: 100%;
  background: #ff6d00;
}

.news-post__details h4 {
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 1.5rem;
}

.news-post__details h4::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff6d00;
}

.news-post__details h5 {
  font-size: 1rem;
  color: #ff6d00;
  padding: 0;
}

.news-post__details h6 {
  font-size: 1rem;
}

.news-post__details p {
  margin: 1.5rem 0 0 0;
}

/* ==============================================
ページ送り
=============================================== */
.news-post__pager {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .news-post__pager {
    padding-bottom: 2rem;
  }
}

.news-post__pager .news-post__pagination {
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-post__pager .pre a,
.news-post__pager .next a {
  position: relative;
  display: block;
}

.pre a {
  padding: 0 0 0 1.625rem;
}

.news-post__pager .pre a::before {
  left: 0;
  background: url(../images/arrow-prev.png) no-repeat center center/contain;
}

.news-post__pager .pre a::before,
.news-post__pager .next a::before {
  content: "";
  position: absolute;
  top: 28%;
  width: 0.75rem;
  height: 0.75rem;
}

.news-post__pager .next a {
  padding: 0 1.625rem 0 0;
}

.news-post__pager .next a::before {
  right: 0;
  background: url(../images/arrow.png) no-repeat center center/contain;
}

.news-post__link-box {
  border: 1px solid #ff6d00;
  padding: 0.5rem 1.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-post__link-box {
    padding: 0.8125rem 2.25rem;
  }
}

.news-post__link {
  display: block;
}

.news-page {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-page {
    margin-top: 5rem;
  }
}

.news-page__list {
  border-top: solid 2px #333;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-page__list {
    margin-top: 2rem;
  }
}

.news-page__item {
  border-bottom: solid 2px #333;
}

.news-page__item-link {
  align-items: center;
  display: flex;
  letter-spacing: 0.025em;
  position: relative;
  transition: background-color 0.2s;
  padding: 0.75rem 2.125rem 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .news-page__item-link {
    padding: 1rem 5rem 1rem 0.75rem;
  }
  .news-page__item-link:after {
    right: 1.875rem;
  }
  .news-page__item-link:hover {
    background-color: rgba(255, 109, 0, 0.2);
  }
}
.news-page__item-link:after { /* 矢印アイコン */
  border-right: solid 3px #333;
  border-top: solid 3px #333;
  content: "";
  display: block;
  height: 0.9375rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.9375rem;
}
@media (max-width: 1023px) {
  .news-page__item-link {
    flex-wrap: wrap;
  }
}

.news-page__item-date {
  white-space: nowrap;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-page__item-date {
    font-size: 1rem;
  }
}

.news-page__item-category {
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  border: solid 2.5px #ff6d00;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .news-page__item-category {
    padding: 0 1.875rem;
    line-height: 1.8;
    margin-left: 2.375rem;
    white-space: nowrap;
  }
}

.news-page__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news-page__btn {
    margin-top: 2.25rem;
  }
}

.news-page__item-text {
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin: 0.5rem 0 0 0;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .news-page__item-text {
    margin-left: 2.5rem;
    font-size: 1.125rem;
    flex: 0 1 auto;
  }
}

.news-page__pagenavi {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-page__pagenavi {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.news-page-main {
  flex: 0 0 65%;
}

.news-page-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-page-wrapper {
    display: flex;
    max-width: 90%;
  }
}
/* ===============================================
予約
=============================================== */
.reserve__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}




/* ==============================================
検索結果
=============================================== */
.news-search {
  margin: 2rem 0;
  border-top: 3px solid #ff6d00;
  margin-bottom: 1.5rem;
}

.news-search__head {
  margin: 1rem 0;
  color: #ff6d00;
  font-size: 0.875rem;
  font-weight: 700;
}

.news-search__title {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .news-search__title {
    font-size: 1.625rem;
  }
}

.news-search__title span {
  color: #ff6d00;
}

.news-search__title::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1.625rem;
  margin-right: 0.5rem;
}

.news-search__empty {
  padding: 40px 24px;
  text-align: center;
}

/* カテゴリ-------------------- */
.post-category {
  margin-top: 1rem;
}

.post-category__nav {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .post-category__nav {
    padding-bottom: 0;
  }
}

.post-category__list {
  margin-top: 1rem;
  position: relative;
}

.post-category__list::before {
  content: "";
  position: absolute;
  background: url(../images/arrow.png) center center/contain;
  width: 0.75rem;
  height: 0.75rem;
  left: 0.375rem;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.0625rem;
}

.post-category__link {
  display: block;
  line-height: 1.8;
  margin-left: 1rem;
}

@media (any-hover: hover) {
  .post-category__link:hover {
    color: #ff6d00;
  }
}

/* ==============================================
検索窓
=============================================== */
.search-form {
  position: relative;
}

.search-field {
  padding: 1rem 3.75rem 1rem 1rem;
  width: 100%;
  border: 1px solid;
  margin-top: 2rem;
}

.search-submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  box-shadow: none;
  color: #333;
  font-size: 1.625rem;
  padding-top: 1.625rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.side-box {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .side-box {
    margin-top: 2.5rem;
  }
}

.side-box__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .side-box__title {
    line-height: 1.35;
  }
}
.side-box__title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ff6d00;
  left: 0;
  bottom: -0.75rem;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
  @media screen and (min-width: 768px) {
    .wp-pagenavi {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 0.1875rem 0;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.3s;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  width: min(100%, 1.5rem);
}

.wp-pagenavi a:first-child,
.wp-pagenavi a:last-child {
  letter-spacing: 0.125em;
  width: min(100%, 4.4375rem);
}

.wp-pagenavi .page {
  margin-left: 0.75rem;
}

.wp-pagenavi span.current,
.wp-pagenavi a:last-child {
  margin-left: 1.25rem;
}

.wp-pagenavi a:hover {
  color: #fff;
  border: none;
  background-color: #ff6d00;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a:hover {
    background-color: #ff6d00;
    border-color: #ff6d00;
  }
}

.wp-pagenavi a:focus-visible {
  border-color: transparent;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #ff6d00;
  border-color: #ff6d00;
}

/* contact-form
---------------------------- */
.contact-form {
  padding: 1rem 1.5625rem 2rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 3rem 2.5rem;
  }
}

.contact-form__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact-form__inner {
    width: min(100%, 43.75rem);
    padding-right: 25px;
    padding-left: 25px;
  }
}

.contact-form__text {
  text-align: center;
  padding: 2rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contact-form__text {
    padding: 3rem 0;
  }
}

.contact-form__list {
  margin-top: 24px;
}

.contact-form__caution {
  color: #FF112D;
  padding: 0 0.25rem;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

.contact-form__item + .contact-form__item {
  margin-top: 1.6875rem;
}

.contact-form input[type=text],
.contact-form input[type=email] {
  border: solid 1px #111;
  font-size: 1rem;
  color: #111;
  position: relative;
  width: 100%;
  padding: 0.0625rem 0;
}
@media screen and (min-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email] {
    padding: 0.1875rem 0.75rem 0.125rem;
  }
}

.contact-form input[type=text]:hover,
.contact-form input[type=text]:focus,
.contact-form input[type=email]:hover,
.contact-form input[type=email]:focus {
  border-color: #ff6d00;
  outline: none;
}

.contact-form textarea {
  border: solid 1px #111;
  color: #111;
  font-size: 1rem;
  height: 8.75rem;
  margin-top: 0.1875rem;
  outline: none;
  padding: 0.5em;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form textarea {
    font-size: 1.3125rem;
    height: 12.5rem;
  }
}

.contact-form textarea:hover,
.contact-form textarea:focus {
  border-color: #ff6d00;
}

.contact-form__input-box {
  position: relative;
  margin-top: 0.1875rem;
}

.contact-form input[type=text]:hover + .contact-form__focus,
.contact-form input[type=text]:focus + .contact-form__focus,
.contact-form input[type=email]:hover + .contact-form__focus,
.contact-form input[type=email]:focus + .contact-form__focus {
  opacity: 1;
}

.contact-form__focus {
  bottom: 1px;
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  width: 100%;
}

.contact-form input:invalid:focus + .contact-form__focus,
.contact-form textarea:invalid:focus {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 109, 0, 0.5);
}

.contact-form__privacy {
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-form__privacy {
    margin-top: 2rem;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item-label a {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #111;
  font-weight: 500;
  transition: 0.3s;
}

.wpcf7-list-item-label a:hover {
  color: #ff6d00;
  border-color: #ff6d00;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  padding-left: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1.125rem;
    padding-left: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item-label:hover::before {
    border-color: #ff6d00;
    box-shadow: 0 0 0.25rem #ff6d00;
  }
}

.wpcf7-list-item-label:before {
  border: solid 1px #111;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.3125rem;
  transition: 0.3s;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label:before {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.wpcf7-list-item-label:active::before {
  box-shadow: none;
}

.wpcf7-list-item-label::after {
  border-bottom: solid 2px #111;
  border-left: solid 2px #111;
  content: "";
  display: block;
  height: 0.375rem;
  left: 0.125rem;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  transform: rotate(-45deg);
  transition: 0.3s ease;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label::after {
    left: 0.25rem;
    top: 0.625rem;
  }
}

.contact-form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact-form__btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-form__btn {
    margin-top: 4.375rem;
  }
}

.modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.modal-background.is-show,
.modal.is-show {
  display: block;
  animation: open 0.3s;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  border: 1px solid #333;
  display: none;
  width: 90%;
  height: 90%;
  padding: 2.375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 80%;
    height: 90%;
    padding: 2.5rem 1.875rem;
  }
}

.modal__close-icon {
  text-align: center;
  position: absolute;
  right: -1rem;
  top: -1rem;
  cursor: pointer;
  width: 2.6875rem;
  background: #fff;
  border-radius: 50%;
}

@media (any-hover: hover) {
  .modal__close-icon:hover {
    background: #ff6d00;
  }
}

.modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.625rem;
  position: relative;
}

.modal__title::after {
  content: "";
  width: 6.25rem;
  height: 0.125rem;
  background: #ff6d00;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
}

.modal__content {
  overflow: auto;
  margin-top: 1.25rem;
  height: 75%;
}

.modal__head {
  font-size: 1.125rem;
  padding-left: 1rem;
  position: relative;
  font-weight: 700;
}

.modal__head:nth-of-type(n + 1) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .modal__head:nth-of-type(n + 1) {
    margin-top: 2.5rem;
  }
}

.modal__head::before {
  content: "";
  position: absolute;
  height: 1.125rem;
  width: 0.1875rem;
  background: #ff6d00;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.modal__text {
  padding: 0 1rem;
  margin-top: 0.375rem;
  line-height: 1.6;
}

.modal__close-btn {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal__close-btn {
    margin-top: 2.5rem;
  }
}

button.btn-orange {
  padding: 0.625rem 2.5rem 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-thanks__inner {
  margin: 40px auto;
  text-align: center;
}

.sitemap-main {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sitemap-main {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.sitemap__item-link {
  display: block;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-bottom: solid 1px #333;
  font-size: 1.125rem;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .sitemap__item-link {
    font-size: 1.25rem;
    padding: 1rem 1rem 1rem 2rem;
  }
}

@media (any-hover: hover) {
.sitemap__item-link:hover {
    background-color: rgba(255, 109, 0, 0.2);
    }
}

.sitemap__item-link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  margin: auto;
}

.not-found {
  width: 100%;
  text-align: center;
  padding: 6.25rem 1.25rem;
}

.not-found__title {
  font-size: 3.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .not-found__title {
    font-size: 5rem;
  }
}

.not-found__text {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .not-found__text {
    font-size: 1.875rem;
  }
}
