@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*mediaquery-1*/
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

:root {
  /* SP（〜767） */
  --fz-base: 1.4rem;
  --fz-1: 2.4rem;
  /* H1 */
  --fz-2: 2rem;
  /* H2 */
  --fz-3: 1.6rem;
  /* H3 */
  --fz-4: 1.5rem;
  /* H4 */
  --fz-5: 1.2rem;
  /* 補足 */
  --heading01: 4rem;
  --heading02: 3.6rem;
  --heading03: 3rem;
}

@media (min-width: 768px) {
  :root {
    /* PC（768〜） */
    --fz-base: clamp(1.4rem, 1.1vw, 1.6rem);
    --fz-1: clamp(2.6rem, 2.2vw, 3.2rem);
    --fz-2: clamp(2rem, 1.8vw, 2.6rem);
    --fz-3: clamp(1.7rem, 1.5vw, 2.2rem);
    --fz-4: clamp(1.6rem, 1.3vw, 1.9rem);
    --fz-5: clamp(1.3rem, 1vw, 1.5rem);
    --heading01: clamp(4rem, 6.5vw, 9rem);
    --heading02: clamp(3.6rem, 5vw, 7.5rem);
    --heading03: clamp(3rem, 3.2vw, 4.6rem);
  }
}
/*
	include style
===================================================*/
.ellipsis {
  width: 100%;
}

/*
	general style
===================================================*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body {
  position: relative;
  color: #000;
  font-family: "秀英にじみ丸ゴシック B", "A P-OTF 秀英にじみ丸ゴ Std", sans-serif;
  line-height: 1.6;
}
body.teaser {
  color: #ffffff;
  background-color: #18594d;
}

a {
  background-color: transparent;
  transition: 0.2s;
}
a:hover {
  color: #000;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

br.brmd {
  display: none;
}
@media screen and (max-width: 768px) {
  br.brmd {
    display: block;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

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

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

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

#wraper {
  overflow: hidden;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    max-width: 90%;
    width: 90%;
    padding: 0;
  }
}

.tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

/*
	Parts style
===================================================*/
/* -------------------------------------------
 * 共通矢印アイコン（マスク方式）
 * ------------------------------------------- */
.icon-arrow-circle {
  display: inline-block;
  margin-left: 0.5em;
  flex-shrink: 0;
  width: 30px; /* デフォルトのサイズ */
  height: 30px;
  /* アイコンの色 */
  background-color: currentColor; /*親の文字色（color）に連動させる*/
  background-color: #18594d;
  /* マスクの設定（SVGのパスを正しく指定してください） */
  -webkit-mask-image: url("../img/arrow-icon.svg");
  mask-image: url("../img/arrow-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  /* 動きを滑らかにする */
  transition: transform 0.3s ease, background-color 0.3s ease;
  vertical-align: middle;
}

/* --- バリエーション --- */
/* 小さめサイズ用 */
.icon-arrow-circle.--sm {
  width: 20px;
  height: 20px;
}

/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #18594d;
  border: 1px solid #18594d;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #18594d;
  border-color: #18594d;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #18594d;
  border-color: #18594d;
  font-weight: bold;
}

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center;
}
.page_navigation nav {
  margin: 50px auto;
  padding: 30px 0;
  border-top: solid #18594d 1px;
}
.page_navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.page_navigation .nav-links .nav-previous,
.page_navigation .nav-links .nav-next {
  width: 40%;
  text-align: left;
}
.page_navigation .nav-links .nav-previous span,
.page_navigation .nav-links .nav-next span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.page_navigation .nav-links a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #18594d;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a {
    font-size: 1.3rem;
  }
}
.page_navigation .nav-links a i {
  font-size: 2rem;
  color: #18594d;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a i {
    font-size: 1.3rem;
  }
}
.page_navigation .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*********************************

パンくずリスト

*********************************/
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline;
  font-weight: bold;
}
.breadcrumb li a {
  color: #000;
  font-weight: normal;
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

/*********************************

loading

*********************************/
/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #18594d;
  z-index: 9999;
}

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  animation: loadinganimation 3000ms ease-out forwards infinite;
}

@keyframes loadinganimation {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1;
}
.loop-txt__wrap.intro-loop-txt {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden;
}

.loop-txt__wrap div:nth-child(odd) {
  animation: loop-txt1 50s -25s linear infinite;
}

.loop-txt__wrap div:nth-child(even) {
  animation: loop-txt2 50s linear infinite;
}

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-txt2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
.swiper-container_gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container_gallery .swiper-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************************

CSSアニメーション

*********************************/
/*一文字づつ表示*/
.flow-text .char {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-10px); /* 少し左からスライド */
  will-change: filter, opacity, transform;
}

/*ブラー表示*/
.fade_blur_img {
  opacity: 0;
  filter: blur(15px);
  transform: scale(1.03); /* 最初は少し大きくしておく */
  will-change: filter, opacity, transform;
}

/*********************************

HEADER

*********************************/
.header {
  padding: 2rem 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    align-items: start;
  }
}
.header .header__ttl {
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .header .header__ttl {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__ttl {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .header .header__ttl {
    width: 160px;
  }
}
.header .header__ttl img {
  width: 100%;
  height: auto;
}
.header .header__info {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .header .header__info {
    gap: 1rem;
    align-items: start;
    flex-direction: column-reverse;
  }
}
.header .header__info .header__address {
  font-size: var(--fz-3);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .header .header__info .header__address {
    display: none;
  }
}
.header .header__info .header__time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header .header__info .header__time {
    display: none;
  }
}
.header .header__info .header__tel {
  color: #000000;
  text-decoration: none;
  font-size: var(--fz-2);
  border-radius: 12px;
  padding: 4px 12px;
  display: inline-block;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  .header .header__info .header__tel {
    font-size: 14px;
  }
}
.header .header__info .header__tel:hover {
  animation: anima-button-30 1s;
  opacity: 1;
}
@keyframes anima-button-30 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
.header .header__info .header__tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  color: #18594d;
  display: inline-block;
  margin-right: 4px;
}
.header .header__info .header__tel span {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .header__info .header__tel span {
    font-size: 12px;
  }
}

/*ハンバーガーメニュー*/
.h-menu_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.h-menu_wrap .btn {
  width: 100%;
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  right: 0;
  z-index: 999;
}
.h-menu_wrap .btn .bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #18594d;
}
.h-menu_wrap .btn .bar.bar-top {
  top: 10px;
}
.h-menu_wrap .btn .bar.bar-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.h-menu_wrap .btn .bar.bar-bottom {
  bottom: 10px;
}
.h-menu_wrap .btn {
  /*bar_close*/
}
.h-menu_wrap .btn.close .bar-top {
  transform: translate(-50%, 8px) rotate(45deg);
  transition: transform 0.3s;
}
.h-menu_wrap .btn.close .bar-middle {
  opacity: 0;
  transition: opacity 0.3s;
}
.h-menu_wrap .btn.close .bar-bottom {
  transform: translate(-50%, -10px) rotate(-45deg);
  transition: transform 0.3s;
}
.h-menu_wrap {
  /*menuBg*/
}
.h-menu_wrap .menuBg {
  transition: all 1s;
}
.h-menu_wrap .menuBg.close {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  content: "";
  left: 0;
  opacity: 1;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 19;
  position: fixed;
}
.h-menu_wrap {
  /*h-menu_lists*/
}
.h-menu_wrap .h-menu_lists {
  display: none;
  background-color: #18594d;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 50px;
  text-align: center;
  z-index: 800;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 5% auto;
  width: 80%;
  background: #18594d;
  padding: 5%;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li {
  width: 100%;
  margin-bottom: 5vw;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li:last-child {
  margin-bottom: 0;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a:hover {
  opacity: 1;
}
.h-menu_wrap .h-menu_lists .h-menu_lists__wrap ul li a:hover::after {
  transform: scale(1, 1);
}

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*********************************

top-page

*********************************/
#top-page img {
  width: 100%;
  height: auto;
}
#top-page .bg-item {
  position: absolute;
  top: -150%;
  left: 0;
  width: 100%;
  z-index: -1;
}
#top-page .bg-item img {
  width: 100%;
  height: auto;
}
#top-page .fv {
  padding: 5% 0;
  background: url(../img/fv-img.webp) no-repeat 110% center;
  background-size: 44%;
}
@media screen and (max-width: 768px) {
  #top-page .fv {
    background: url(../img/fv-img.webp) no-repeat 110% bottom;
    background-size: 40%;
    padding-bottom: 20%;
  }
}
#top-page .fv .fv__content .fv__date {
  font-size: var(--heading03);
}
#top-page .fv .fv__content .fv__title {
  font-size: var(--heading01);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__content .fv__title {
    line-height: 2;
  }
}
#top-page .fv .fv__content .fv__message {
  line-height: 2;
  padding: 4rem 0;
  font-size: var(--fz-3);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__content .fv__message {
    padding: 2rem 0;
  }
}
#top-page .intro {
  position: relative;
  color: #000000;
}
#top-page .intro .info-card__head .info-ttl {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #top-page .intro .info-card__head .info-ttl img {
    width: 70%;
    display: block;
    margin: 0 auto 2rem;
  }
}
#top-page .intro .info-card__head .info-address {
  font-size: var(--fz-3);
  margin: 1rem 0;
}
#top-page .intro .info-card__body {
  display: flex;
  gap: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 5%;
  margin: 5% auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-page .intro .info-card__body {
    gap: 2rem;
    flex-direction: column;
  }
}
#top-page .intro .info-card__body .lt,
#top-page .intro .info-card__body .rt {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  #top-page .intro .info-card__body .lt,
  #top-page .intro .info-card__body .rt {
    width: 100%;
  }
}
#top-page .intro .info-card__body .info-card__dtl {
  font-size: var(--fz-4);
}
#top-page .intro .info-card__body .info-card__dtl th,
#top-page .intro .info-card__body .info-card__dtl td {
  padding: 4px 10px 4px 0;
}
@media screen and (max-width: 768px) {
  #top-page .intro .info-card__body .info-card__dtl th,
  #top-page .intro .info-card__body .info-card__dtl td {
    padding: 4px;
  }
}
#top-page .intro .info-card__body .schedule-table table {
  width: 100%;
}
#top-page .intro .info-card__body .schedule-table thead {
  background-color: #131e4c;
  color: #ffffff;
}
#top-page .intro .info-card__body .schedule-table th,
#top-page .intro .info-card__body .schedule-table td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  #top-page .intro .info-card__body .schedule-table th,
  #top-page .intro .info-card__body .schedule-table td {
    padding: 4px;
  }
}
#top-page .intro .info-card__body .schedule-table td {
  background-color: #f9f9f9;
  color: #131e4c;
}
#top-page .recruit {
  color: #000000;
}
#top-page .recruit .recruit__box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 0 5%;
  margin: 5% auto;
}
#top-page .recruit .recruit__box .recruit__intro {
  display: flex;
  flex: 1;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #top-page .recruit .recruit__box .recruit__intro {
    flex-direction: column-reverse;
  }
}
#top-page .recruit .recruit__box .recruit__intro .recruit__img {
  width: 50%;
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  #top-page .recruit .recruit__box .recruit__intro .recruit__img {
    width: 80%;
    margin: 0 auto;
  }
}
#top-page .recruit .recruit__box .recruit__intro .recruit__text {
  font-size: var(--fz-4);
  padding-top: 5%;
}
#top-page .recruit .recruit__box .recruit__intro .recruit__text h3 {
  font-size: var(--heading03);
  color: #131e4c;
}
#top-page .recruit .recruit__box .recruit__intro .recruit__text p {
  line-height: 2;
  padding-top: 2rem;
}
#top-page .recruit .recruit__box .recruit__dtl {
  padding: 10% 0;
  text-align: center;
}
#top-page .recruit .recruit__box .recruit__dtl--box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
  margin: 5% auto;
  font-size: var(--fz-3);
}
#top-page .recruit .recruit__box .recruit__dtl h4 {
  font-size: var(--fz-1);
  color: #131e4c;
}

/*********************************

sub-page

*********************************/
#sub-page {
  background: #fff;
  padding: 10% 0;
}
#sub-page h1.sub-page__ttl {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #18594d;
}
@media screen and (max-width: 768px) {
  #sub-page h1.sub-page__ttl {
    font-size: 2rem;
  }
}

/*********************************

Contact_MWWPFORM

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/
}

#form_page {
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 5%;
  color: #000;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #form_page {
    max-width: 100%;
  }
}

table.form_page__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.form_page__table {
    font-size: 1.3rem;
  }
}
table.form_page__table input,
table.form_page__table textarea {
  padding: 1em;
  width: 100%;
  background: #eee;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  table.form_page__table input,
  table.form_page__table textarea {
    padding: 10px 0.5em;
  }
}
table.form_page__table input[type=checkbox],
table.form_page__table input[type=radio],
table.form_page__table input[type=text].input_tel {
  width: auto;
}
table.form_page__table input[type=tel].input_zip {
  width: 6em;
}
table.form_page__table input[type=checkbox] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: scale(1.4);
  margin-left: 1em;
}
table.form_page__table th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.form_page__table th {
    padding-bottom: 0;
    vertical-align: middle;
  }
}
table.form_page__table th,
table.form_page__table td {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  table.form_page__table th,
  table.form_page__table td {
    padding: 10px 0;
  }
}

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #18594d;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  span.equ {
    margin-top: 1em;
  }
}

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto;
}

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #18594d;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #18594d;
  transition: all 0.5s;
  letter-spacing: 0.18em;
}

.btn_submit:hover {
  background: #131e4c;
  border: 1px solid #131e4c;
  color: #fff;
}

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #18594d;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #18594d;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  margin-right: 1em;
}

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important;
}

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_page__p_area {
    font-size: 1.3rem;
  }
}
.form_page__p_area h3 {
  margin-bottom: 20px;
}
.form_page__p_area .p_btn {
  display: inline-block;
}
.form_page__p_area .form_page__p_txt {
  padding: 30px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.75em;
  width: 100%;
  height: 200px;
  border: 2px solid #18594d;
  border-radius: 5px;
  overflow: auto;
  background: #fff;
}

/*********************************

footer

*********************************/
.footer {
  text-align: center;
  background-color: #18594d;
  color: #fff;
}
.footer .copy {
  padding: 2rem;
  font-size: 12px;
  font-weight: normal;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  border-radius: 100%;
  text-align: center;
}
#page_top a i {
  color: #fff;
}/*# sourceMappingURL=style.css.map */