@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.container,
.container-xl,
.container-xxl,
.container-md {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-80 {
  margin-bottom: 40px;
}

.mb-auto {
  margin-bottom: auto !important;
}

@media screen and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}
.mb-160 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .mb-160 {
    margin-bottom: 160px;
  }
}
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html.menuBtn-open {
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  html.menuBtn-open {
    overflow: auto;
  }
}
body {
  position: relative;
  height: 100%;
  overflow: auto;
  min-width: 320px;
  line-height: 1.8;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #3B4043;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
a {
  text-decoration: none;
  outline: none;
  color: #0b5b7a;
}
a:hover {
  color: #50C1EE;
}

strong {
  font-weight: bold;
  color: #3B4043;
}

hr {
  border: medium none;
  display: block;
  height: 1px;
  margin: 50px 0;
  width: 100%;
  background-color: #84919e;
}

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

/* =========================================================
.contents
========================================================= */
.contents {
  position: relative;
  padding-top: 52px;
}

/*! Yaku Han JP v3.4.1 (OFL-1.1 AND MIT) by Qrac */
/*! Type: YakuHanJP - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
/* =========================================================
.inview & animation
========================================================= */
.inviewMask {
  overflow: hidden;
}

body.inview--use [class*=inview_] {
  opacity: 0;
}

.invew_title span,
.animate__animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@media print, (prefers-reduced-motion: reduce) {
  .invew_title span,
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
.inview
========================================================= */
@-webkit-keyframes clip {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
@keyframes clip {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
.inview_curtain {
  position: relative;
  opacity: 1 !important;
}

.inview_curtain > * {
  visibility: hidden;
  transition: visibility 0s linear 0.45s;
}

.inview_curtain.curtain-start > * {
  visibility: visible;
}

.inview_curtain::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3B4043;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.inview_curtain.curtain-start::after {
  animation: clip 0.9s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

/*============================
textileflip
============================*/
.inview_textyle {
  opacity: 0;
}

.inview_textyle span {
  position: relative;
  top: 0px;
  left: 10px;
  opacity: 0;
}

/*============================
animate.css
============================*/
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
  }
  to {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s;
  }
}
.animate__fadeInZoom {
  animation-name: fadeInZoom;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}

.anime_delay-05s {
  animation-delay: 0.5s;
}

.anime_delay-1s {
  animation-delay: 1s;
}

.anime_delay-2s {
  animation-delay: 2s;
}

.anime_delay-3s {
  animation-delay: 3s;
}

.anime_delay-4s {
  animation-delay: 4s;
}

.anime_delay-5s {
  animation-delay: 5s;
}

.anime_faster {
  animation-duration: 0.5s;
}

.anime_fast {
  animation-duration: 0.8s;
}

.anime_slow {
  animation-duration: 2s;
}

.anime_slower {
  animation-duration: 3s;
}

/*============================
全体のアニメ完了フラグ
============================*/
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__zoomIn2 {
  animation: zoomIn2 0.5s ease forwards;
}

@keyframes slideInL {
  0% {
    opacity: 0;
    transform: translate(-20px, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.animate__slideInL {
  animation: slideInL 0.5s ease forwards;
}

@keyframes slideInR {
  0% {
    opacity: 0;
    transform: translate(20px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.animate__slideInR {
  animation: slideInR 0.5s ease forwards;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  15% {
    opacity: 1;
    transform: scale(0.9);
  }
  30% {
    transform: scale(1.12);
  }
  45% {
    transform: scale(0.92);
  }
  59% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.95);
  }
  85% {
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__bounceIn {
  animation: bounceIn 0.5s ease forwards;
}

@keyframes txtIn {
  0% {
    opacity: 1;
    transform: translateY(101%);
  }
  30% {
    transform: translateY(-10%);
  }
  40% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(-4%);
  }
  75% {
    transform: translateY(3%);
  }
  85% {
    transform: translateY(-2%);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.animate__txtIn {
  animation: txtIn 0.8s ease forwards;
}

@keyframes navIn {
  0% {
    opacity: 1;
    transform: translateY(51%);
  }
  30% {
    transform: translateY(-3%);
  }
  60% {
    transform: translateY(3%);
  }
  85% {
    transform: translateY(-2%);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.animate__navIn {
  animation: navIn 0.6s ease forwards;
}

.is-fontsize-s {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
}

.is-fontsize-m {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.is-fontsize-l {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}

.is-fontsize-xl {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
}

.pc-only {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* =========================================================
wordpressのスクリーンリーダー
========================================================= */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* =========================================================
	.embedmedia や .youtube
========================================================= */
.embedmedia,
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.embedmedia iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
	.egooglemap
========================================================= */
.googlemap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}

@media (orientation: landscape) and (max-width: 480px) {
  .googlemap {
    padding-top: 60vh;
  }
}
@media screen and (min-width: 576px) {
  .googlemap {
    padding-top: 66.667%;
  }
}
.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.googlemap iframe[src*="https://www.google.com/maps"] {
  top: -150px;
  height: calc(100% + 150px + 150px);
}

.editor-styles-wrapper .pageinlink a {
  display: block;
  color: #1182AF;
  border: 2px solid #0061A8;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.editor-styles-wrapper .pageinlink a:after {
  color: inherit;
  margin-right: 5px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  float: right;
}

.editor-styles-wrapper .pageinlink a:hover {
  background: #1182AF;
  color: #FFF;
}

.column_valign {
  display: inline-flex !important;
}

@media screen and (max-width: 575px) {
  .column_valign {
    width: 100%;
  }
  .column_valign > div {
    width: 100% !important;
  }
}
/*============================
.header
============================*/
.header {
  position: fixed;
  background-color: #143149;
  width: 100%;
  display: block;
  z-index: 999;
  top: 0;
  transition: all 0.3s ease;
}

.header-inner {
  transition: height 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 992px) {
  .header-inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.header-inner-left {
  display: flex;
  justify-content: flex-start;
}

.header-inner-right {
  display: flex;
  justify-content: flex-end;
}

.header-logoArea {
  z-index: 9997;
  background-color: transparent;
  width: 168px;
  height: 52px;
  align-self: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

@media screen and (min-width: 992px) {
  .header-logoArea {
    width: 350px;
    height: 75px;
  }
}
.header-logoArea .logomark img,
.header-logoArea .logoname img {
  width: 100%;
  height: 75px;
}

.header .entryBtn,
.header .menuBtn {
  width: 58.93px;
  height: 52px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-self: center;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
}

@media screen and (min-width: 768px) {
  .header .entryBtn,
  .header .menuBtn {
    width: 85px;
    height: 75px;
  }
}
.header .entryBtn:hover,
.header .menuBtn:hover {
  cursor: pointer;
  background-color: #50C1EE;
}

.header .entryBtn .txt,
.header .menuBtn .txt {
  color: #ffffff;
  font-size: 12px;
}

.header .entryBtn {
  z-index: 9998;
  background-color: #EE7D50;
}

.header .menuBtn {
  z-index: 9999;
  background-color: #50C1EE;
}

/*topのみ反転対応*******/
/*============================
.is-headerChange .header
============================*/
.is-headerChange .header {
  background-color: #143149;
}

@media screen and (min-width: 768px) {
  .is-headerChange .header-logoArea {
    height: 60px;
  }
}
.is-headerChange .header-logoArea .logomark img,
.is-headerChange .header-logoArea .logoname img {
  height: 50px;
}

/*============================
.globalNavi
============================*/
.gNavi {
  position: relative;
}
.gNavi .gNavi-inner {
  background-color: transparent;
  position: relative;
  z-index: 3;
}
.gNavi .globalNavi-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  line-height: 2;
  position: relative;
}
.gNavi .globalNavi-links li {
  list-style: none;
}
.gNavi .globalNavi-links li > a {
  color: #ffffff;
  flex: 1 1 auto;
  transition: all 0.3s ease;
}
.gNavi .globalNavi-links li > a:hover {
  cursor: pointer;
  color: #50C1EE;
}
.gNavi .globalNavi-links .globalNavi-child {
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 100%;
  overflow: hidden;
  opacity: 0;
  width: 60vw;
  background: #143149;
  padding: 0 30px;
  box-shadow: 0rem 1.8rem 4rem rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  height: 0;
}
.gNavi .globalNavi-links .globalNavi-child ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
  font-size: 1.4rem;
}
.gNavi .globalNavi-links .globalNavi-child ul li {
  position: relative;
  padding-left: 1.3em;
}
.gNavi .globalNavi-links .globalNavi-child ul li::before {
  position: absolute;
  top: 1em;
  left: 0;
  width: 1em;
  height: 1px;
  content: "";
  background-color: #ffffff;
}
.gNavi .globalNavi-links .globalNavi-child ul li a {
  color: #ffffff;
  position: relative;
}
.gNavi .globalNavi-links .globalNavi-child ul li a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.gNavi .globalNavi-links .globalNavi-child ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.gNavi .globalNavi-links > li:hover .globalNavi-child {
  opacity: 1;
  overflow: visible;
  padding: 30px 30px;
  height: auto;
}
.gNavi .globalNavi-child-index a {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  color: #ffffff;
  line-height: 1.4;
  padding-right: 2em;
}
.gNavi .globalNavi-child-index a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.gNavi .globalNavi-child-index a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (min-width: 992px) {
  .gNavi .globalNavi-links .globalNavi-child {
    padding: 0 40px;
    width: 600px;
  }
  .gNavi .globalNavi-links > li:hover .globalNavi-child {
    padding: 20px;
  }
}
@media screen and (max-width: 1075px) {
  .gNavi {
    display: none;
  }
}
/* =========================================================
sp_btn
========================================================= */
.sp_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: none;
  background-color: transparent;
  text-align: center;
  font-family: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 2;
  height: 52px;
  width: 52px;
  min-width: 52px;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-family: inherit;
  cursor: pointer;
}
.sp_btn .sp_btn-arrow {
  display: block;
  width: 32px;
}
.sp_btn .sp_btn-arrow span:nth-of-type(1),
.sp_btn .sp_btn-arrow span:nth-of-type(2),
.sp_btn .sp_btn-arrow span:nth-of-type(3) {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.sp_btn .sp_btn-arrow span:nth-of-type(2),
.sp_btn .sp_btn-arrow span:nth-of-type(3) {
  margin-top: 8px;
}
.sp_btn .sp_btn-txt span:nth-of-type(1),
.sp_btn .sp_btn-txt span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
  height: auto;
  background: none;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.sp_btn .sp_btn-txt span:nth-of-type(2) {
  display: none;
}

@media screen and (min-width: 1076px) {
  .sp_btn {
    display: none;
  }
}
.spmenu-open .sp_btn {
  z-index: 9999;
}

.spmenu-open .sp_btn-arrow span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.spmenu-open .sp_btn-arrow span:nth-of-type(2) {
  opacity: 0;
}
.spmenu-open .sp_btn-arrow span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.spmenu-open .sp_btn-arrow span:nth-of-type(2) {
  display: block;
}

/* =========================================================
.spNavi
========================================================= */
.spNavi {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 85px 30px 80px;
  background-color: #3B4043;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .spNavi {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .spNavi {
    opacity: 0;
    visibility: hidden;
  }
}
.spNavi-inner {
  display: none;
  width: 100%;
  max-width: 400px;
}

.spNavi .sp_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.spmenu-open .spNavi {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1076px) {
  .spmenu-open .spNavi {
    opacity: 0;
    visibility: hidden;
  }
}
.spmenu-open .spNavi-inner {
  display: block;
}

.spNavi-links a {
  color: #ffffff;
  line-height: 1.4;
  padding: 1em 0.5em;
  display: block;
}

.spNavi-links > li.menu-item-has-children {
  display: grid;
  grid-template-columns: 1fr 3em;
}

.spNavi-links > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.spNavi-links > li > a {
  font-size: 1.6rem;
}

.spNavi-links > li ul {
  display: none;
  background: rgba(255, 255, 255, 0.09);
  grid-row: span 1;
  grid-column: span 2;
}

.spNavi-links > li ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.spNavi-links > li ul > li > a {
  font-size: 1.4rem;
}

.spNavi-links .accordionBtn {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #3B4043;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.spNavi-links .accordionBtn i {
  transition: all 0.3s;
}

.spNavi-links .accordionBtn:hover {
  color: #50C1EE;
}

.spNavi-links .open > ul {
  display: none;
  width: 100%;
}

.spNavi-links .open .accordionBtn i {
  transform: rotate(45deg);
}

.spNavi-btnWrap {
  margin-top: 40px;
}

.spNavi-btn a {
  background-color: #1182AF;
  color: #fff;
  padding: 1em;
  line-height: 1.2;
  border-radius: 3em;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}

.spNavi-btn a .hosoku {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.spNavi-btn a:hover {
  background-color: #50C1EE;
  color: #fff;
}

.spNavi-btn + .spNavi-btn {
  margin-top: 15px;
}

.accordionBtn {
  position: relative;
}

.accordionBtn:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  height: 2px;
  width: 15px;
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.accordionBtn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  height: 2px;
  width: 15px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}

.accordionBtn.open:before {
  transform: rotate(180deg);
}

.accordionBtn.open:after {
  opacity: 0;
}

/* =========================================================
.footer
========================================================= */
.footer {
  position: relative;
  background-color: #ffffff;
}

.footer-row {
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer-row {
    grid-template-columns: 25vw 1fr;
  }
}
.footer-logoArea {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.footer-logoArea img {
  width: 80%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .footer-logoArea img {
    width: 100%;
    height: 100%;
  }
}
.footer-naviArea {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 768px) {
  .footer-naviArea {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.footer-naviArea .footer-nav-menu {
  margin-bottom: clamp(1.6rem, 2vw, 2rem);
}

.footer-naviArea .footer-nav-menu .links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1em;
  justify-content: flex-start;
}

.footer-naviArea .footer-nav-menu .links li {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.footer-naviArea .footer-nav-menu .links li a {
  position: relative;
  color: #0b5b7a;
  transition: color 0.3s;
  font-size: 14px;
}

.footer-naviArea .footer-nav-menu .links li a:hover {
  color: #50C1EE;
  text-decoration: underline;
}

.footer-copyArea {
  text-align: center;
  padding: 60px 30px;
}

.footer-copyArea .copyright {
  text-align: center;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  line-height: 1.2;
}

.footer-banner .banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .footer-banner .banner {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.footer-banner .banner li a {
  display: block;
  transition: all 0.3s;
}

.footer-banner .banner li a:hover {
  opacity: 0.8;
}

/* =========================================================
#pagetop backtotop
========================================================= */
.pagetop {
  position: fixed;
  right: 2%;
  text-align: center;
  z-index: 888;
  bottom: 10px;
}

.pagetop i {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #ffffff;
  z-index: 1;
  line-height: 1;
  text-align: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3Anone%3B%7D.c%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22c%22%20points%3D%228%205.94%2014.74%2012.5%2016%2011.28%208%203.5%200%2011.28%201.26%2012.5%208%205.94%22%2F%3E%3Crect%20class%3D%22b%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
}

.pagetop .backtotop {
  z-index: 2;
  background-color: #EE7D50;
  width: 50px;
  height: 50px;
}

/*============================
.sectionTitle（共通）
============================*/
.sectionTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.sectionTitle .en {
  font-size: clamp(3rem, 4vw, 8rem);
  line-height: 1;
  margin-bottom: 0.2em;
  color: #3B4043;
  font-family: "Cinzel", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0.075em;
}

.sectionTitle .ja {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: relative;
}

/*============================
.h2（共通）
============================*/
.headerTitle {
  position: relative;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  line-height: 1.4;
  font-weight: 700;
  color: #3B4043;
  white-space: nowrap;
  margin-bottom: 80px;
  text-align: center;
}

.headerTitle::before {
  content: "";
  position: absolute;
  bottom: -2.4rem;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1182AF;
}

.headerTitle.is-left {
  text-align: left;
}

.headerTitle.is-left::before {
  content: "";
  position: absolute;
  bottom: -2.4rem;
  display: inline-block;
  width: 40px;
  height: 6px;
  left: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #1182AF;
}

/*============================
.tbl（共通）
============================*/
table.table {
  width: 100%;
}

table.table tr:not(:last-child) {
  border-bottom: 0.5px solid #3B4043;
  padding: 1.6rem;
}

table.table tr:first-child th,
table.table tr:first-child td {
  padding: 0 1.6rem 1.6rem;
}

@media screen and (min-width: 768px) {
  table.table tr:first-child th,
  table.table tr:first-child td {
    padding: 0 1.6rem 1.6rem;
  }
}
table.table tr:not(:first-child) th,
table.table tr:not(:first-child) td {
  padding: 1.6rem;
}

@media screen and (min-width: 768px) {
  table.table tr:not(:first-child) th,
  table.table tr:not(:first-child) td {
    padding: 1.6rem;
  }
}
table.table th {
  font-weight: 700;
  width: 25%;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  text-align: left;
}

table.table td {
  width: 75%;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  text-align: left;
}

table.table.is-break tr th {
  width: 30%;
}

table.table.is-break tr td {
  width: 70%;
}

@media screen and (max-width: 767px) {
  table.table.is-break tr th,
  table.table.is-break tr td {
    display: block;
    width: 100%;
    border: 0px;
  }
  table.table.is-break tr th {
    padding: 1.6rem 0.8rem 0;
  }
  table.table.is-break tr td {
    padding: 1.6rem 0.8rem 1.6rem;
  }
}
/*============================
.new（共通）
============================*/
.new {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  display: inline-block;
  color: #EE7D50;
  line-height: 1;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
}

/*============================
.link（共通）
============================*/
a.link {
  transition: color 0.3s;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  display: flex;
  align-items: center;
}

a.link svg {
  margin-right: 0.5em;
}

a.link svg circle {
  transition: fill 0.3s;
  fill: #0b5b7a;
}

a.link:hover svg {
  margin-right: 0.5em;
}

a.link:hover svg circle {
  fill: #50C1EE;
}

a.link-w {
  transition: color 0.3s;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  display: flex;
  align-items: center;
}

a.link-w svg {
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
}

a.link-w svg circle {
  transition: fill 0.3s;
  fill: #ffffff;
}

a.link-w svg path {
  fill: #3B4043;
}

a.link-w:hover svg circle {
  fill: #50C1EE;
}

/* =========================================================
btn 共通
========================================================= */
.btn {
  position: relative;
  color: #ffffff;
  padding: 1.2em 30px;
  line-height: 1.2em;
  display: inline-block;
  font-size: 1.4rem;
  width: 100%;
  max-width: 250px;
  text-align: center;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.4rem;
    min-width: 250px;
    width: auto;
  }
}
.btn.is-accent {
  background-color: #EE7D50;
  transition: background-color 0.3s;
}

.btn.is-accent:hover {
  text-decoration: none;
  background-color: #50C1EE;
  color: #ffffff;
}

.btn.is-primary {
  background-color: #1182AF;
}

.btn.is-primary a {
  color: #ffffff;
}

.btn.is-primary:hover {
  background-color: #50C1EE;
  color: #ffffff;
  cursor: pointer;
}

.btn.is-white {
  background: #ffffff;
}

.btn.is-white a {
  color: #1182AF;
}

.btn.is-white:hover {
  background: #50C1EE;
  cursor: pointer;
}

.btn.is-event {
  background-color: #EE7D50;
  transition: background-color 0.3s;
  align-items: center;
  display: flex;
}

.btn.is-event:hover {
  text-decoration: none;
  background-color: #50C1EE;
  color: #ffffff;
}

.btn.is-event::before {
  content: none;
}

/* =========================================================
.cardItem
========================================================= */
.date-open {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.cat {
  display: inline-block;
  background-color: #84919e;
  color: #0b5b7a;
  padding: 0.4em 0.6em;
  line-height: 1;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  border-radius: 5px;
  transition: all 0.3s;
}

.tag {
  margin-right: 0.5em;
  color: #84919e;
  transition: all 0.3s;
  font-size: 14px;
}

.tag:hover {
  color: #50C1EE;
  cursor: pointer;
}

.cardItem {
  display: flex;
  flex-direction: column;
  column-gap: 1.6rem;
  margin-bottom: 1.6rem;
  height: 95%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cardItem-media {
  transition: all 0.3s;
}

.cardItem-media:hover {
  opacity: 0.8;
  cursor: pointer;
}

.cardItem-content {
  padding: 0.5em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cardItem-content {
    padding: 1em;
  }
}
.cardItem-content .sub {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.cardItem-content .hdg {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.4;
  transition: color 0.3s;
}

/* =========================================================
.topContact
========================================================= */
.sharedContact {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/common/back.jpg) no-repeat center center/cover;
}

.sharedContact-inner {
  text-align: center;
  color: #ffffff;
}

.sharedContact-inner h2 {
  font-weight: 900;
}

.sharedContact-inner ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  column-gap: 1.6rem;
}

@media screen and (min-width: 768px) {
  .sharedContact-inner ul {
    flex-direction: row;
  }
}
.sharedContact-inner ul li {
  width: 100%;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .sharedContact-inner ul li {
    width: 50%;
  }
}
.sharedContact-inner ul li a {
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  min-height: 120px;
  line-height: 1;
  justify-content: center;
  font-family: "YakuHanMP", "Noto Serif JP", "Arial", "Meiryo", sans-serif;
  transition: all 0.3s;
}

.sharedContact-inner ul li a svg {
  fill: #0b5b7a;
  margin-right: 0.5em;
  transition: all 0.3s;
}

.sharedContact-inner ul li a:hover {
  color: #50C1EE;
}

.sharedContact-inner ul li a:hover svg {
  fill: #50C1EE;
}

.sharedContact-inner ul li a.faq {
  justify-content: center;
}

.sharedContact-inner ul li a .title {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}

.sharedContact-inner ul li a .hdg {
  font-weight: 700;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sharedContact-inner ul li a .hdg.tel {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2.4rem, 3vw, 3rem);
}

.sharedContact-inner ul li a .hdg.mail {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}

.entrybtn,
.contactbtn {
  display: flex;
  justify-content: center;
}

.entrybtn a,
.contactbtn a {
  position: relative;
  color: #ffffff;
  transition: background-color 0.3s;
  padding: 1.2em 30px;
  line-height: 1.2em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  border-radius: 3em;
  width: 100%;
  max-width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 400;
  column-gap: 0.5em;
  justify-content: center;
}

.entrybtn a svg,
.contactbtn a svg {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .entrybtn a,
  .contactbtn a {
    font-size: 1.8rem;
    min-width: 300px;
    width: auto;
  }
}
.entrybtn a:hover,
.contactbtn a:hover {
  text-decoration: none;
  background-color: #50C1EE;
  color: #ffffff;
}

.entrybtn a svg,
.contactbtn a svg {
  fill: #ffffff;
}

.entrybtn a {
  background-color: #EE7D50;
}

.contactbtn a {
  background-color: #1182AF;
}

/*# sourceMappingURL=common_style.css.map */