@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #323131;
  background: #ffffff;
  font-weight: 500;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  display: block;
}

a {
  color: #323131;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: bold;
}

button {
  color: #323131;
}

/* ---- パーツオプション --- */
.u-mt15 {
  margin-top: 15px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

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

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

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  max-width: 1080px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .l-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 75px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  l-footer-bnr
----------------------------------------*/
.l-footer-bnr__container {
  max-width: 1120px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .l-footer-bnr__container {
    width: 90%;
    margin: 0 auto;
  }
}
.l-footer-bnr__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer-bnr__container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
}
.l-footer-bnr__container ul li {
  width: calc(33.3333333333% - 35px);
}
@media screen and (max-width: 767px) {
  .l-footer-bnr__container ul li {
    width: 100%;
  }
}

/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
  }
}
.l-footer__bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__bnrlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__bnrlist__item {
    width: calc(50% - 6px);
  }
}
.l-footer__info {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    margin-bottom: 20px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer__info__sns {
  background: #F5F5F5;
  display: inline-block;
  padding: 9px 45px;
  border-radius: 100px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__info__sns {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
    padding: 9px 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__info__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__info__sns ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.l-footer__info__sitemap {
  width: 500px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__info__sitemap {
    width: 100%;
  }
}
.l-footer__info__sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.l-footer__info__sitemap ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__info__sitemap ul li {
    width: calc(50% - 15px);
  }
}
.l-footer__info__logo {
  width: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__info__logo {
    margin: 0 auto 20px;
  }
}
.l-footer__info__logo img {
  width: 100%;
}
.l-footer__info address {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info address {
    font-size: 1.3rem;
    text-align: left;
    display: table;
    margin: 0 auto;
  }
}
.l-footer__info address strong {
  display: inline-block;
  margin-bottom: 12px;
}
.l-footer__pagetop {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 40px;
  font-size: 1.4rem;
  color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .l-footer__pagetop {
    top: -10px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    bottom: -10px;
    right: 15px;
    width: 50px;
  }
}
.l-footer__pagetop:hover {
  opacity: 0.7;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__flex {
    padding: 0 15px;
  }
}
.l-footer__container {
  max-width: 1120px;
  padding: 30px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding: 40px 5vw;
  }
}
.l-footer__sitemap {
  background: #7A7671;
  padding: 60px 0;
  position: relative;
}
.l-footer__sitemap__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__sitemap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__sitemap__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
    padding: 0 20px;
  }
  .l-footer__sitemap__inner__col {
    width: calc(50% - 10px);
  }
}
.l-footer__sitemap__inner__top {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sitemap__inner__top {
    font-size: 1.5rem;
  }
}
.l-footer__sitemap__inner__top > a {
  border-bottom: 1px solid #ffffff;
  display: block;
  margin-bottom: 18px;
  padding-bottom: 6px;
}
.l-footer__sitemap__inner__top > a small {
  display: inline-block;
  margin-left: 6px;
}
.l-footer__sitemap__inner__top > ul {
  margin-bottom: 30px;
}
.l-footer__sitemap__inner__top > ul li {
  margin-bottom: 6px;
}
.l-footer__sitemap__inner__sub {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sitemap__inner__sub {
    font-size: 1.1rem;
  }
}
.l-footer__sitemap__inner__sub a {
  position: relative;
}
.l-footer__sitemap__inner__sub a[target=_blank]:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-target.svg) no-repeat;
  background-size: 100%;
}
.l-footer__sitemap a {
  color: #ffffff;
}
.l-footer__sitemap__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__sitemap__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}
.l-footer__sitemap__heading {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 0;
}
.l-footer__sitemap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.l-footer__sitemap__content.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .l-footer__sitemap__content.-row {
    gap: 0;
  }
}
.l-footer__sitemap__content.-indent {
  padding-left: 1em;
}
.l-footer__sitemap__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.l-footer__sitemap__content ul li a {
  display: inline-block;
  font-size: 1.4rem;
}
.l-footer__sitemap__content ul li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/_common/icon-link-blank01.svg) center/cover;
  margin: 0 0 0 8px;
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 15px 0 0;
}
.l-footer__copyright span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright span {
    font-size: 1.1rem;
  }
}

/*----------------------------------------
	@use
----------------------------------------*/
.toggle-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 995;
  background: #198479;
  display: none;
  padding: 10vw 6vw;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 10vw 5vw;
    z-index: 998;
  }
}
.toggle-menu a {
  color: #ffffff;
}
.toggle-menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 50;
  right: 15px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__toggle {
    position: fixed;
    top: 19px;
    right: 12px;
  }
}
.toggle-menu__toggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20px;
  height: 20px;
}
.toggle-menu__toggle > span span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.toggle-menu__toggle > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.toggle-menu.is-active .toggle-menu__toggle > span span {
  background: #fff;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(2) {
  opacity: 0;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.toggle-menu.is-active .toggle-menu__toggle > span span span.-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.toggle-menu__logo {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .toggle-menu__logo {
    margin-bottom: 12px;
    width: 200px;
    margin: 0 auto 12px;
  }
}
.toggle-menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toggle-menu__logo a img {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__logo a img {
    width: 100%;
    margin-right: 0;
  }
}
.toggle-menu__logo span img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__logo span img {
    width: 90px;
  }
}
.toggle-menu.is-active {
  display: block;
}
.toggle-menu__header {
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.toggle-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 30px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner {
    gap: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 50px;
    overflow: scroll;
    height: 80vh;
    padding-bottom: 12vw;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.toggle-menu__inner__top {
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top {
    font-size: 1.5rem;
  }
}
.toggle-menu__inner__top > a {
  border-bottom: 1px solid #ffffff;
  display: block;
  margin-bottom: 18px;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .toggle-menu__inner__top > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 47%;
    background: url(../img/_common/ico-link-link01_white.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top > a {
    margin-bottom: 0;
    padding: 12px 0;
    position: relative;
    /* 縦線 */
    /* 横線 */
  }
  .toggle-menu__inner__top > a::before, .toggle-menu__inner__top > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: #ffffff;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .toggle-menu__inner__top > a::before {
    width: 2px;
    height: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17px;
  }
  .toggle-menu__inner__top > a::after {
    width: 16px;
    height: 2px;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.toggle-menu__inner__top > a small {
  display: inline-block;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top.is-open > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top.-only a:before {
    background: url(../img/_common/ico-link-arrow_white.svg) no-repeat;
    background-size: 100%;
    content: "";
    width: 15px;
    right: 9px;
  }
  .toggle-menu__inner__top.-only a:after {
    display: none;
  }
}
.toggle-menu__inner__top > ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top > ul {
    display: none;
    margin-bottom: 0;
  }
}
.toggle-menu__inner__top > ul li {
  margin-bottom: 12px;
}
.toggle-menu__inner__sub {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__sub {
    margin-bottom: 0 !important;
    border-bottom: 0.5px dashed #ffffff;
    background: rgba(255, 255, 255, 0.1);
  }
}
.toggle-menu__inner__sub a {
  display: inline-block;
  padding: 11px 10px;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 767px) {
  .toggle-menu__inner__sub a {
    background: none;
    padding: 3px 10px;
    padding-left: 30px;
  }
}
.toggle-menu__inner__sub a:before {
  background: url(../img/_common/ico-link-arrow_white.svg) no-repeat;
  background-size: 12px;
  content: "";
  width: 15px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 767px) {
  .toggle-menu__inner__sub a:before {
    background-size: 9px;
  }
}
.toggle-menu__inner__sub a[target=_blank]:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-target.svg) no-repeat;
  background-size: 100%;
}
.toggle-menu a {
  color: #ffffff;
}
.mega-menu {
  display: none;
  position: absolute;
  top: 60px;
  z-index: 5;
  width: 100%;
  background: rgba(246, 246, 246, 0.9);
  border-bottom-right-radius: 120px;
}
.mega-menu.is-active {
  display: block;
}
.mega-menu__wrap {
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 60px;
}
.mega-menu__head {
  width: 450px;
}
.mega-menu__head__ttl {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mega-menu__head__ttl {
    height: 180px;
    font-size: 2.4rem;
    padding: 20px;
  }
}
.mega-menu__head__ttl .label {
  color: #198479;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
  margin-left: 15px;
}
.mega-menu__head__ttl .label:before {
  width: 40px;
  height: 1px;
  content: "";
  background: #198479;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mega-menu__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mega-menu__inner .c-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.mega-menu__inner .c-list li {
  width: calc(50% - 10px);
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.mega-menu__inner .c-list li a {
  background: url(../img/_common/ico-link-link01.svg) no-repeat left center;
  background-size: 20px;
  padding: 6px 20px;
  padding-left: 30px;
  position: relative;
}
.mega-menu__inner .c-list li a[target=_blank]:after {
  content: "";
  background: url(../img/_common/ico-target-link-gray.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
  side-menu
----------------------------------------*/
.side-menu {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 55;
  background: #F5F5F5;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 35px 7px;
  font-size: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .side-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    display: none;
  }
}
.side-menu ul li {
  margin-bottom: 18px;
  text-align: center;
}
.side-menu ul li i {
  width: 20px;
  display: block;
  margin: 0 auto 6px;
}
.side-menu ul li.-price i {
  width: 24px;
}
.side-menu ul li.-calender {
  cursor: pointer;
}
.side-menu__sns {
  gap: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-top: 1px solid #707070;
  width: 40px;
  margin: 0 auto;
  padding-top: 25px;
}
.side-menu__sns .-x {
  width: 20px;
  margin: 0 auto;
}
.side-menu__sns .-youtube {
  width: 30px;
  margin: 0 auto;
}

/*----------------------------------------
  sp-foot-menu
----------------------------------------*/
.sp-foot-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #F5F5F5;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 12px 8px 8px;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .sp-foot-menu {
    display: none;
  }
}
.sp-foot-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-foot-menu ul li {
  text-align: center;
  position: relative;
  width: 20%;
}
.sp-foot-menu ul li:after {
  position: absolute;
  right: 0rem;
  top: 50%;
  content: "";
  background: #B9B9B9;
  width: 1px;
  height: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sp-foot-menu ul li:last-child:after {
  display: none;
}
.sp-foot-menu ul li i {
  width: 20px;
  display: block;
  margin: 0 auto 6px;
  height: 19px;
}
.sp-foot-menu ul li.-price i {
  width: 28px;
}
.sp-foot-menu ul li.-menu .__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-foot-menu ul li.-menu .__toggle > span {
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background: #198479;
  border-radius: 100%;
  padding: 9px 0;
}
.sp-foot-menu ul li.-menu .__toggle > span span {
  display: block;
  width: 13px;
  height: 1.5px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.sp-foot-menu ul li.-menu .__toggle .-txt {
  position: relative;
  background: none !important;
}
.sp-foot-menu ul li.-menu .__toggle.is-active > span span {
  background: #fff;
}
.sp-foot-menu ul li.-menu .__toggle.is-active > span span:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.sp-foot-menu ul li.-menu .__toggle.is-active > span span:nth-child(2) {
  opacity: 0;
}
.sp-foot-menu ul li.-menu .__toggle.is-active > span span:nth-child(3) {
  -webkit-transform: translateY(-3px) rotate(45deg);
          transform: translateY(-3px) rotate(45deg);
}

/*----------------------------------------
  .calender-popup カレンダーポップアップ
----------------------------------------*/
@media screen and (min-width: 767px) {
  .calender-enable:before {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 998;
    content: "";
  }
}

.calender-popup {
  display: none;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 90px;
  width: auto;
  background: #F6F6F6;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 60px 65px;
  z-index: 999;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .calender-popup {
    top: 75px;
  }
}
.calender-popup.is-active {
  display: block;
}
.calender-popup .close-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 45px;
  top: 40px;
  cursor: pointer;
}
.calender-popup__head {
  margin-bottom: 30px;
}
.calender-popup__head__ttl {
  font-size: 2.2rem;
  font-weight: normal;
}
.calender-popup__head__ttl i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.calender-popup__summary {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .calender-popup__summary {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.calender-popup__summary .today {
  font-size: 1.7rem;
}
.calender-popup__summary .today b {
  font-size: 2.8rem;
  font-weight: normal;
}
.calender-popup__summary__time {
  margin-bottom: 10px;
}
.calender-popup__summary__time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.calender-popup__summary__time ul li {
  background: #198479;
  width: 90px;
  padding: 14px 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calender-popup__summary__time ul li .ttl {
  font-size: 1.1rem;
}
.calender-popup__summary__time ul li .today {
  font-size: 1.2rem;
  color: #F2D69A;
}
.calender-popup__summary__time ul li .today.-close {
  color: #ffffff;
}
.calender-popup__summary__time ul li .time {
  font-size: 0.9rem;
}
.calender-popup__summary__event-list .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.calender-popup__summary__event-list .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid #A3A3A3;
  background: #ffffff;
}
.calender-popup__summary__event-list .c-title {
  font-size: 1.8rem;
}
.calender-popup__summary__event-list .sub-title {
  margin-top: 10px;
}
.calender-popup__summary__event-list ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
}
.calender-popup__calender {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .calender-popup__calender {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.calender-popup__calender .date-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.calender-popup__calender .date-select .-year {
  background: #ffffff;
  width: 150px;
  border: 1px solid #198479;
  border-radius: 100px;
  padding: 4px 12px;
}
.calender-popup__calender .date-select .-year li {
  display: none;
}
.calender-popup__calender .date-select .-year li span {
  font-size: 1.8rem;
  font-weight: bold;
}
.calender-popup__calender .date-select .-year li.-is-active {
  display: block;
  position: relative;
}
.calender-popup__calender .date-select .-year li.-is-active:before {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../img/_common/ico-arrow-bottom.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.calender-popup__calender .date-select .-month {
  background: #ffffff;
  width: 100px;
  border: 1px solid #198479;
  border-radius: 100px;
  padding: 4px 12px;
}
.calender-popup__calender .date-select .-month li {
  display: none;
}
.calender-popup__calender .date-select .-month li span {
  font-size: 1.8rem;
  font-weight: bold;
}
.calender-popup__calender .date-select .-month li.-is-active {
  display: block;
  position: relative;
}
.calender-popup__calender .date-select .-month li.-is-active:before {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../img/_common/ico-arrow-bottom.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.calender-popup__calender .calender__table {
  text-align: center;
  width: 100%;
  height: 100%;
}
.calender-popup__calender .calender__table thead tr {
  background: #F6F6F6;
  border-bottom: 1px solid #CCCCCC;
}
.calender-popup__calender .calender__table thead tr th {
  font-weight: normal;
  text-align: center;
}
.calender-popup__calender .calender__table tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
.calender-popup__calender .calender__table tbody tr td {
  padding: 3px 6px;
}
.calender-popup__calender .calender__table__wrap {
  background: #ffffff;
  border-radius: 10px;
  padding: 17px;
}
.calender-popup__calender .calender__table__hanrei {
  margin-top: 6px;
}
.calender-popup__calender .calender__table__hanrei ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.calender-popup__calender .calender__table__hanrei ul li {
  font-size: 1.2rem;
}
.calender-popup__calender .calender__table__hanrei ul li i {
  font-style: normal;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 6px;
}
.calender-popup__calender .calender__table__hanrei ul li.-is-current i {
  background: #198479;
  border-radius: 100%;
}
.calender-popup__calender .calender__table__hanrei ul li.-is-holiday i {
  background: #E4E4E4;
}
.calender-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .calender-popup__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px 0;
    overflow: scroll;
    height: 72vh;
    padding-bottom: 30px;
  }
}

.search-popup.is-active {
  display: block;
}

/*----------------------------------------
  .search-popup 検索
----------------------------------------*/
.search-popup {
  display: none;
  position: absolute;
  right: 50px;
  top: 90px;
  width: auto;
  background: #F6F6F6;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 20px;
  z-index: 500;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search-popup {
    border-radius: 0;
    width: 100%;
    left: 0;
    right: auto;
    height: 100%;
    top: 75px;
    padding: 60px 30px 20px;
    position: fixed;
  }
}
.search-popup .close-btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-popup .close-btn {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.search-popup input[type=text] {
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #BFBFBF;
  width: 200px;
  padding: 6px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .search-popup input[type=text] {
    width: 75%;
    font-size: 1.2rem;
  }
}
.search-popup input[type=submit] {
  background: #198479;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .search-popup input[type=submit] {
    font-size: 1.2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

.search-popup.is-active {
  display: block;
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: absolute;
    z-index: 998;
  }
}
.l-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #198479;
  border-radius: 100%;
  margin-right: 15px;
  text-align: center;
}
.l-header__search > span .-img {
  width: 16px;
  margin: 0 auto 0;
  position: relative;
  top: -2px;
  display: inline-block;
}
.l-header__search > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -13px;
}
.l-header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #198479;
  border-radius: 100%;
}
.l-header__toggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20px;
  height: 20px;
}
.l-header__toggle > span span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.l-header__toggle > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.l-header__logo {
  background: #198479;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 990;
  font-weight: normal;
  border-bottom-right-radius: 15px;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a img {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-right: 12px;
}
.l-header__nav__wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-header__nav__top {
    display: none;
  }
}
.l-header__nav__top li {
  position: relative;
  font-size: 1.4rem;
}
.l-header__nav__top li a {
  position: relative;
  padding: 0 18px;
  display: block;
}
.l-header__nav__top li a:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__nav__top li a:hover:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 95%;
  height: 4px;
  background: #198479;
}
.l-header__nav__language {
  margin-right: 15px;
  font-size: 1.2rem;
  position: relative;
}
.l-header__nav__language__ttl {
  border-radius: 100px;
  border: 1px solid #707070;
  padding: 6px 20px 8px;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.l-header__nav__language__ttl:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/_common/ico-lang.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-header__nav__language .hLanguage {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 150px;
  z-index: 995;
}
.l-header__nav__language .hLanguage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__nav__language .hLanguage ul li {
  padding: 10px;
  text-align: center;
}
.l-header__nav__language .hLanguage ul li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.l-header__nav__language .hLanguage ul li a:hover {
  background: #f0f0f0;
}
.l-header__nav__language .hLanguage ul li.current {
  font-weight: bold;
}
.l-header__nav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 35px;
}
.l-header__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__menu.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 188px;
  font-size: 1.7rem;
  color: #fff;
  background: #1C2F43;
  border-radius: 6px 0 0 6px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.l-header__menu li:last-child a {
  color: #1C2F43;
  background: #fff;
  border: 1px solid #707070;
}
.is-active .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.is-active .l-header__toggle > span span {
  background: #fff;
}
.is-active .l-header__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.is-active .l-header__toggle > span span:nth-child(2) {
  opacity: 0;
}
.is-active .l-header__toggle > span span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.is-active .l-header__toggle > span span.-txt {
  background: none !important;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 17px 12px 17px;
    padding-right: 56px;
  }
  .l-header__logo {
    padding: 20px 5px;
    width: 19rem;
    padding-right: 12px;
    border-bottom-right-radius: 40px;
  }
  .l-header__logo a {
    width: 100%;
    margin-right: 0;
  }
  .l-header__logo a img {
    width: 100%;
    margin-right: 0;
  }
  .l-header__toggle {
    position: fixed;
    right: 10px;
  }
  .l-header__nav__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .l-header__nav__sns li {
    width: 24px;
  }
  .l-header__nav__sns li.-x {
    width: 20px;
  }
  .l-header__nav__sns li.-youtube {
    width: 28px;
  }
  .l-header__nav__language {
    margin-right: 5px;
  }
}
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  font-size: 1.2rem;
  padding: 10px 0;
  border-top: 2px solid #198479;
}
.c-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  position: relative;
  display: block;
  text-decoration: none;
}
.c-breadcrumb a:before {
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-arrow-right.svg) no-repeat center;
  background-size: 4px;
}
.c-breadcrumb > span {
  position: relative;
  display: block;
  padding-left: 16px;
}
.c-breadcrumb > span:before {
  background: #198479;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.c-breadcrumb > span > span {
  margin-right: 16px;
  display: inline-block;
}
.c-breadcrumb > span > span a {
  position: relative;
  text-underline-offset: 2px;
}
.c-breadcrumb > span > span a:before {
  content: "";
  width: 7px;
  height: 9px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button a {
  padding: 10px 70px 10px 60px;
  font-size: 1.4rem;
  color: #fff;
  background: #2E2E2E;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.4rem;
    padding: 15px 70px 15px 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-button.-inline {
    padding: 15px 30px 15px 15px;
    display: block;
    text-align: center;
  }
}
.c-button a {
  text-decoration: none !important;
  color: #fff;
}
.c-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../img/_common/ico-link-link01_white.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-button a:after {
    right: 20px;
  }
}
.c-button[target=_blank]:after {
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-link-blank01_white.svg) center/cover;
  border-top: none;
  border-right: none;
  rotate: 0deg;
}
.c-button.-return a {
  background: #ffffff;
  border: 1px solid #2E2E2E;
  border-radius: 100px !important;
  padding: 10px 60px;
  color: #2E2E2E !important;
  text-decoration: none;
  font-size: 1.4rem;
  text-decoration: none !important;
  position: relative;
}
.c-button.-return a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  right: auto;
  width: 20px;
  height: 20px;
  background: url(../img/_common/ico-link-return01_black.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-button.-return a:after {
    left: 20px;
  }
}
.c-button_full {
  display: block;
}
.c-button_full .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.c-button_full a {
  width: 100%;
}
.c-button_full__spwrap {
  padding-left: 5vw;
  padding-right: 5vw;
}

.c-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-button-list li {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .c-button-list li {
    font-size: 1.3rem;
  }
}
.c-button-list li a {
  background: #FFFFFF;
  border: 1px solid #707070;
  display: block;
  padding: 18px 12px;
  position: relative;
}
.c-button-list li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
}

.c-button-list__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button-list__sub li {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-button-list__sub li {
    width: 50%;
  }
}
.c-button-list__sub li a {
  background: #FFFFFF;
  border: 1px solid #707070;
  display: block;
  padding: 11px 55px 11px 12px;
  position: relative;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-button-list__sub li a {
    width: 100%;
  }
}
.c-button-list__sub li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-contact
----------------------------------------*/
.c-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 30px solid #F4F4F4;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 20px;
  }
}
.c-contact__heading {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #198479;
  margin: 0 0 30px;
}
.c-contact__company {
  font-weight: bold;
  margin: 0 0 20px;
}
.c-contact__address {
  margin: 0 0 20px;
}
.c-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
.c-contact__info__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.c-contact__info__inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  height: 24px;
  color: #fff;
  background: #4AA3E2;
}
.c-contact__info__inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-contact__time {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact__time {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-flow
----------------------------------------*/
.c-flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-flow {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-height: 130px;
  background: #fff;
  padding: 40px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    min-height: 80px;
    padding: 30px 0;
  }
}
.c-flow__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #198479;
  border-right: 3px solid #198479;
  margin: auto;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(2n):after {
    content: none;
  }
}
.c-flow__item:nth-child(4n):after, .c-flow__item:last-child:after {
  content: none;
}
.c-flow__number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  font-weight: bold;
  color: #fff;
  background: #54B7EE;
  border-radius: 50%;
  translate: -50% -50%;
}
.c-flow__img {
  width: 56px;
}
.c-flow__text {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-flow__text {
    font-size: 1.6rem;
  }
}
.c-flow__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .c-flow__arrow {
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
}
.c-flow__arrow img {
  vertical-align: baseline;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-heading-primary
----------------------------------------*/
.c-heading-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.7rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-heading-primary {
    font-size: 2.4rem;
  }
}
.c-heading-primary__main {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.c-heading-primary .label {
  color: #198479;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
  margin-left: 15px;
}
.c-heading-primary .label:before {
  width: 40px;
  height: 1px;
  content: "";
  background: #198479;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
	c-heading-secondary
----------------------------------------*/
.c-heading-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading-secondary {
    gap: 10px;
  }
}
.c-heading-secondary__main {
  color: #198479;
  font-size: 3.2rem;
  position: relative;
}
.c-heading-secondary__main:before {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  background: url(../img/common/ico-heading.svg) no-repeat center top;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading-secondary__main {
    font-size: 3rem;
  }
}

/*----------------------------------------
  c-heading-tertiary
----------------------------------------*/
.c-heading-tertiary, h2.wp-block-heading {
  margin: 1em 0 1em;
  text-align: center;
  color: #198479;
  font-size: 2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading-tertiary, h2.wp-block-heading {
    font-size: 2rem;
    line-height: 1.5;
  }
}

/*----------------------------------------
  c-heading-quaternary
----------------------------------------*/
.c-heading-quaternary, h3.wp-block-heading {
  font-size: 2.2rem;
  padding: 12px 20px;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #198479;
  margin: 1em 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-quaternary, h3.wp-block-heading {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

/*----------------------------------------
  c-heading-quinary
----------------------------------------*/
.c-heading-quinary, h4.wp-block-heading {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  background: #198479;
  color: #ffffff;
  padding: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-quinary, h4.wp-block-heading {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.c-heading-quinary a, h4.wp-block-heading a {
  color: inherit;
  text-decoration: none;
}

/*----------------------------------------
  c-heading-senary
----------------------------------------*/
.c-heading-senary, h5.wp-block-heading {
  font-size: 2.2rem;
  color: #323131;
  margin: 1em 0 1em;
  line-height: 1.2;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-heading-senary, h5.wp-block-heading {
    font-size: 1.9rem;
  }
}
.c-heading-senary:before, h5.wp-block-heading:before {
  width: 4px;
  height: 100%;
  background: #198479;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

/*----------------------------------------
  c-heading-line
----------------------------------------*/
.c-heading-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading-line {
    text-align: center;
  }
}
.c-heading-line span {
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #E66288;
}
@media screen and (max-width: 767px) {
  .c-heading-line span {
    font-size: 2rem;
  }
}
.c-heading-line__wrap {
  position: relative;
}
.c-heading-line__wrap figure {
  right: 0;
  top: -35px;
  width: 150px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-heading-line__wrap figure {
    width: 120px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 15px;
  }
}
.c-heading-line__wrap figure img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
  c-heading-number
----------------------------------------*/
.c-heading-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 3rem;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-number {
    gap: 16px;
    font-size: 2.4rem;
  }
}
.c-heading-number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #FF7600;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-heading-number span {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-link-text
----------------------------------------*/
.c-link-text a {
  color: #3582AD;
  text-decoration: underline;
}

/*----------------------------------------
  c-link-arrow
----------------------------------------*/
.c-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link-arrow a {
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
.c-link-arrow a:after {
  background: #FF7600 url(../img/common/arrow.svg) no-repeat center;
  background-size: 10px;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100%;
}

/*----------------------------------------
  c-link__sub-menu
----------------------------------------*/
.c-link__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 14px 14px;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-link__sub-menu {
    padding: 12px 10px;
  }
}
.c-link__sub-menu[target=_blank]:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-target.svg) no-repeat right center;
  background-size: 100%;
}

/*----------------------------------------
	c-link-list-arrow
----------------------------------------*/
.c-link-list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-link-list-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-link-list-arrow li:before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #198479;
}
@media screen and (max-width: 767px) {
  .c-link-list-arrow li:before {
    width: 12px;
    height: 12px;
  }
}
.c-link-list-arrow li a {
  font-weight: bold;
  text-decoration: underline;
  color: #198479;
}
.c-link-list-arrow li a[download]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../img/common/icon-link-file01.svg) center/cover;
  margin: 0 0 0 8px;
}
.c-link-list-arrow li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(../img/common/icon-link-blank01.svg) center/cover;
  margin: 0 0 0 8px;
}

/*----------------------------------------
	c-link-list-button
----------------------------------------*/
.c-link-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 640px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-link-list-button {
    gap: 10px;
  }
}

/*----------------------------------------
	c-link-list-panel
----------------------------------------*/
.c-link-list-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .c-link-list-panel {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-link-list-panel li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 78px;
  font-size: 2.1rem;
  font-weight: bold;
  background: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-link-list-panel li a {
    height: 60px;
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}
.c-link-list-panel li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-arrow01.svg) center/cover;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .c-link-list-panel li a:after {
    right: 20px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
.c-list__please {
  margin-bottom: 60px;
}
.c-list__please__item {
  position: relative;
  min-height: 120px;
  padding-right: 140px;
  margin-bottom: 40px !important;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .c-list__please__item {
    padding-right: 0;
  }
}
.c-list__please__item .c-link__wrap {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-list__please__item ul li {
  background: none;
}
.c-list__please__item ul li:before {
  background: none !important;
  content: "・" !important;
  top: 0 !important;
}
.c-list__please__item .ttl {
  font-weight: bold;
}
.c-list__please__item figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .c-list__please__item figure {
    width: 80px;
    position: relative;
    margin: 0 auto;
  }
}
.c-list__please__item.-other {
  list-style: none;
}
.c-list__please__item.-other:before {
  content: "※";
  left: -20px;
  position: absolute;
}
.c-list__please__item.-other .ttl {
  font-weight: normal;
}

/*----------------------------------------
	c-list-ul
----------------------------------------*/
.c-list-ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.c-list-ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  color: #FDF27A;
  width: 10px;
  height: 10px;
  background: #198479;
}

/*----------------------------------------
	c-list-ol
----------------------------------------*/
.c-list-ol {
  counter-reset: li;
}
.c-list-ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
}
.c-list-ol li:before {
  content: counter(li);
  counter-increment: li;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 4px;
  width: 20px;
  height: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #FDF27A;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-list-ol li:before {
    top: 2px;
  }
}

/*----------------------------------------
	c-list-dl
----------------------------------------*/
.c-list-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.c-list-dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  height: 24px;
  border-radius: 10px;
  font-weight: normal;
  background: #D6EBF7;
}
.c-list-dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-list-dl-te {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.c-list-dl-te dt {
  font-weight: normal;
  width: 140px;
}
.c-list-dl-te dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------
	c-list-thumbnail
----------------------------------------*/
.c-list-thumbnail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
.c-list-thumbnail__link {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.c-list-thumbnail__content {
  padding: 20px;
}
.c-list-thumbnail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.1rem;
  font-weight: bold;
}
.c-list-thumbnail__heading:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-arrow01.svg) center/cover;
  margin: 4px 0 0;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}
.c-list-thumbnail__text {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .c-list-thumbnail {
    gap: 15px;
  }
  .c-list-thumbnail__link {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  }
  .c-list-thumbnail__content {
    padding: 10px;
  }
  .c-list-thumbnail__heading {
    font-size: 1.4rem;
  }
  .c-list-thumbnail__heading:after {
    width: 15px;
    height: 15px;
  }
  .c-list-thumbnail__text {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
/*----------------------------------------
  ご来館の皆様へのお願い 
----------------------------------------*/
/*----------------------------------------
	c-list-post
----------------------------------------*/
.c-list-post__item {
  border-bottom: 1px solid #E4E4E4;
}
.c-list-post__item:last-child {
  border-bottom: none;
}
.c-list-post__link {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
  color: inherit !important;
  text-decoration: none !important;
}
.c-list-post__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../img/_common/ico-link-link01.svg) center/cover;
  margin: auto;
}
.c-list-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0 0 10px;
}
.c-list-post__info p {
  margin-bottom: 0 !important;
}
.c-list-post__time {
  font-size: 1.6rem;
  line-height: 1;
  color: #323131;
}
.c-list-post__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid #A3A3A3;
}
.c-list-post__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 32px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #B73232;
  border-radius: 100px;
}
.c-list-post__hiss {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #A10000;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.c-list-post__title {
  font-size: 1.8rem;
  text-decoration: underline;
}
.c-list-post__sp {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.c-list-post__sp .c-list-post__title {
  color: inherit;
  text-decoration: none;
}
.c-list-post.-panel {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-list-post.-panel {
    padding: 20px;
  }
}
.c-list-post.-panel .c-list-post__item:first-child {
  border-top: 1px solid #E4E4E4;
}
.c-list-post.-panel .c-list-post__item:last-child {
  border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 767px) {
  .c-list-post__link {
    padding: 20px 30px 20px 0;
  }
  .c-list-post__link:after {
    width: 25px;
    height: 25px;
  }
  .c-list-post__info {
    gap: 10px;
    margin: 0 0 6px;
  }
  .c-list-post__time {
    width: 102px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
  .c-list-post__category {
    height: 26px;
    padding: 0 10px;
  }
  .c-list-post__new {
    height: 26px;
    padding: 0 10px;
  }
  .c-list-post__title {
    font-size: 1.4rem;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
.center-section section {
  padding: 50px 0;
}
.center-section section:nth-of-type(2n) {
  background: url(../img/common/bg-dotted.png);
  background-size: 100%;
}

/*----------------------------------------
	c-section-feature
----------------------------------------*/
.c-section-feature {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-feature {
    padding: 20px;
  }
}
.c-section-feature.radius0 {
  border-radius: 0;
}

/*----------------------------------------
  c-section-movie
----------------------------------------*/
.c-section-movie {
  background: #F4F4F4;
  padding: 35px;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-section-movie {
    padding: 10px;
  }
}
.c-section-movie iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-section-movie iframe {
    height: 200px;
  }
}
.c-section-movie dl dt {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-section-movie dl dt {
    font-size: 1.8rem;
  }
}
.c-section-movie dl dd {
  background: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}

/*----------------------------------------
  c-section-map
----------------------------------------*/
.c-section-map {
  background: #F4F4F4;
  padding: 35px;
  text-align: center;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-section-map {
    padding: 10px;
  }
}
.c-section-map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-section-map iframe {
    height: 200px;
  }
}
.c-section-map .main {
  background: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}

/*----------------------------------------
	c-section-feature-right
----------------------------------------*/
.c-section-feature-right {
  position: relative;
  padding: 50px calc(1px - (50% - 50vw)) 50px 60px;
  margin: 0 calc(50% - 50vw) 0 -60px;
}
@media screen and (max-width: 767px) {
  .c-section-feature-right {
    padding: 20px calc(1px - (50% - 50vw)) 20px 20px;
    margin: 0 calc(50% - 50vw) 0 -20px;
  }
}
.c-section-feature-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6EBF7;
  z-index: -1;
}

/*----------------------------------------
	c-section-feature-left
----------------------------------------*/
.c-section-feature-left {
  position: relative;
  padding: 50px 60px 50px calc(1px - (50% - 50vw));
  margin: 0 -60px 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-section-feature-left {
    padding: 20px 20px 20px calc(1px - (50% - 50vw));
    margin: 0 -20px 0 calc(50% - 50vw);
  }
}
.c-section-feature-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6EBF7;
  z-index: -1;
}

/*----------------------------------------
	c-section-line-blue
----------------------------------------*/
.c-section-line-blue {
  background: #fff;
  padding: 80px 50px;
  border: 30px solid #F4F4F4;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section-line-blue {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-line-red
----------------------------------------*/
.c-section-line-red {
  background: #fff;
  padding: 80px 50px;
  border: 30px solid #198479;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section-line-red {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-line-black
----------------------------------------*/
.c-section-line-black {
  background: #fff;
  padding: 80px 50px;
  border: 4px solid #6D6D6D;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-line-black {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-row
----------------------------------------*/
.c-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-section-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*----------------------------------------
	c-section-list
----------------------------------------*/
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .c-section-list {
    gap: 60px;
  }
}
.c-section-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-section-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.c-section-list__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-section-list__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-section-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-section-list__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-tab
----------------------------------------*/
.c-tab__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.c-tab__button.two-sec {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-tab__button {
    gap: 10px;
  }
}
.c-tab__button li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 78px;
  font-size: 2.8rem;
  font-weight: bold;
  background: #E1EBF2;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-tab__button li {
    height: 60px;
    font-size: 1.6rem;
  }
}
.c-tab__button li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #198479 transparent transparent transparent;
  margin: auto;
  opacity: 0;
}
.c-tab__button li.is-current {
  color: #fff;
  background: #198479;
}
.c-tab__button li.is-current:after {
  opacity: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-table
----------------------------------------*/
.c-table {
  width: 100%;
  table-layout: fixed;
}
.c-table thead tr th {
  text-align: center;
  color: #fff;
  background: #4AA3E2;
  padding: 20px;
  border: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .c-table thead tr th {
    text-align: left;
    padding: 10px;
  }
}
.c-table thead tr th:first-child {
  width: 24%;
}
.c-table tbody tr th, .c-table tbody tr td {
  padding: 20px;
  border: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th, .c-table tbody tr td {
    padding: 10px;
  }
}
.c-table tbody tr th {
  width: 30%;
  text-align: center;
  background: #E6F5FF;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th {
    text-align: left;
  }
}
.c-table tbody tr td {
  width: auto;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-text-center
----------------------------------------*/
.c-text-center {
  max-width: 840px;
  margin: auto;
}

/*----------------------------------------
	c-text-right
----------------------------------------*/
.c-text-right {
  text-align: right;
}

.c-text__big {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 767px) {
  .c-text__big {
    font-size: 2.2rem !important;
  }
}

.u-weight-normal {
  font-weight: 400;
}

/*----------------------------------------
  @use
----------------------------------------*/
.c-label {
  text-align: center;
}
.c-label__sub {
  background: #ffffff;
  padding: 4px 16px;
  border-radius: 100px;
  display: inline-block;
  color: #323131 !important;
}
.c-label__sub__border {
  background: #ffffff;
  padding: 4px 16px;
  border-radius: 100px;
  display: inline-block;
  color: #323131;
  border: 1px solid #707070;
}

.c-label__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-label__line span {
  background: #FFFAB7;
  padding: 4px 25px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  c-line
----------------------------------------*/
.c-line {
  text-align: center;
}
.c-line span {
  background: url(../img/common/line-bg.svg) center no-repeat;
  background-size: 80%;
}

.c-label__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-label__line span {
  background: #FFFAB7;
  padding: 4px 25px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title__arrow {
  position: relative;
  padding-left: 30px;
}
.c-title__arrow:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  left: 0;
  top: 52%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	iframe
----------------------------------------*/
.googleMap {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
}

.panorama {
  height: 500px;
  width: 100%;
  margin-bottom: 20px;
}

.is-type-video iframe {
  width: 100%;
  height: 600px;
}

/*----------------------------------------
  @use
----------------------------------------*/
.wp-block-image {
  margin: 1em 0 1em;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-box
----------------------------------------*/
.c-box__sub {
  background: #F5F1ED;
  padding: 20px;
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-pagination
----------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c-pagination a,
.c-pagination span {
  background: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: inherit !important;
  text-decoration: none !important;
}
.c-pagination .page-numbers.current {
  background-color: #198479;
  color: #fff !important;
  cursor: default;
}
.c-pagination .page-numbers.dots {
  border: none;
  pointer-events: none;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-device-tablet {
    display: block;
  }
}

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

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-color-red
----------------------------------------*/
.u-color-red {
  color: #D12D2D;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
/*----------------------------------------
	緊急のお知らせ attension-msg
----------------------------------------*/
.attension-msg {
  background: #C80000;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .attension-msg {
    padding: 5vw;
  }
}
.attension-msg.-normal {
  background: #F5F5F5;
}
.attension-msg.is-active {
  display: block;
}
.attension-msg__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 30px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .attension-msg__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
  }
}
.attension-msg__wrap .c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .attension-msg__wrap .c-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.attension-msg__wrap .c-label span {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #333333;
}
.attension-msg__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.attension-msg__inner time {
  font-size: 1.3rem;
}
.attension-msg__inner .c-title {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 12px;
  line-height: 1.2;
}
.attension-msg__inner .c-text {
  font-size: 1.4rem;
}

/*----------------------------------------
	p-front-mv
----------------------------------------*/
.p-front-mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    height: calc(100% + 87px);
    margin-bottom: 87px;
  }
}
.p-front-mv #slick-toggle {
  position: absolute;
  bottom: 15px;
  left: 210px;
  z-index: 10;
  background: #2e2e2e;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-mv #slick-toggle {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.p-front-mv #slick-toggle.slick-pause {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-front-mv #slick-toggle.slick-pause {
    font-size: 1.6rem;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv #slick-toggle {
    left: 140px !important;
  }
}
.p-front-mv .slick-prev {
  background: url(../img/_common/ico-link-link01_black.svg);
  background-size: 100%;
  left: 100px !important;
  top: auto !important;
  bottom: 15px;
  z-index: 50;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-front-mv .slick-prev:after, .p-front-mv .slick-prev:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv .slick-prev {
    left: 30px !important;
  }
}
.p-front-mv .slick-next {
  background: url(../img/_common/ico-link-link01_black.svg);
  background-size: 100%;
  left: 148px !important;
  right: auto !important;
  top: auto !important;
  bottom: 15px;
  z-index: 50;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.p-front-mv .slick-next:after, .p-front-mv .slick-next:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv .slick-next {
    left: 80px !important;
  }
}
.p-front-mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-front-mv .dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 6;
  bottom: 30px;
  left: 275px;
}
@media screen and (max-width: 767px) {
  .p-front-mv .dots-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    left: 10px;
    top: 50%;
    gap: 4px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-front-mv .dots-wrap {
    display: none !important;
  }
}
.p-front-mv .dots-wrap li {
  width: 77px;
  height: 3px;
  margin: 0 2px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-front-mv .dots-wrap li {
    height: 50px;
    width: 3px;
  }
}
.p-front-mv .dots-wrap li:hover,
.p-front-mv .dots-wrap li.slick-active {
  background: #198479;
}
.p-front-mv .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-front-mv__bnr {
  width: 200px;
  position: absolute;
  right: 30px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__bnr {
    width: 150px;
    right: 15px;
    bottom: 20px;
  }
}
.p-front-mv__container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-front-mv__img {
  max-width: 100%;
}
.p-front-mv__img .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
.p-front-mv__img .add-animation.-paused {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.p-front-mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-front-mv__img img {
    height: 60vh;
  }
}
.p-front-mv__heading {
  max-width: 440px;
  margin: 0 0 40px 0;
  z-index: 50;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  position: relative;
}
.p-front-mv__heading:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: -30px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.p-front-mv__heading h1 {
  font-size: 2.4rem;
}
.p-front-mv__time {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-front-mv__time {
    position: absolute;
    display: block;
    bottom: -87px;
    left: 0;
    width: 100%;
  }
}
.p-front-mv__time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__time ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-front-mv__time ul li {
  background: #198479;
  width: 90px;
  padding: 14px 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-front-mv__time ul li {
    width: calc(25% - 1px);
  }
}
.p-front-mv__time ul li .ttl {
  font-size: 1.1rem;
}
.p-front-mv__time ul li .today {
  font-size: 1.2rem;
  color: #F2D69A;
}
.p-front-mv__time ul li .today.-close {
  color: #ffffff;
}
.p-front-mv__time ul li .time {
  font-size: 0.9rem;
}

.p-front-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 4;
  padding: 0 40px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .p-front-head {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-head .p-front-news {
  width: 50%;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 35px 45px;
  margin: 7px;
}
@media screen and (max-width: 767px) {
  .p-front-head .p-front-news {
    width: 100%;
    margin: 0;
  }
}
.p-front-head .p-front-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front-head .p-front-news__head h2 {
  font-size: 2rem;
}
.p-front-head .p-front-news__list li {
  margin-bottom: 15px;
}
.p-front-head .p-front-news__list li:last-child {
  margin-bottom: 0;
}
.p-front-head .p-front-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-front-head .p-front-bank {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-head .p-front-bank {
    width: 100%;
  }
}

/*----------------------------------------
	p-front-about
----------------------------------------*/
.p-front-about__container {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front-about__head h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.p-front-about__main {
  width: 500px;
}
.p-front-about__img {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .p-front-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-front-about__main {
    width: 95%;
    margin-bottom: 30px;
  }
}
.-content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .-content_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  .-content_head .c-button {
    display: none;
  }
}

/*----------------------------------------
	p-front-look # 見る展覧会
--------------------------------------*/
.p-front-look {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-front-look__head {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front-look__container {
    overflow: hidden;
  }
}
.p-front-look__slider .slick-prev {
  background: url(../img/_common/ico-link-link01_black.svg);
  background-size: 100%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
  width: 40px;
  height: 40px;
  left: -50px;
  z-index: 6;
}
@media screen and (max-width: 1024px) {
  .p-front-look__slider .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-look__slider .slick-prev {
    left: 15px;
    z-index: 6;
  }
}
.p-front-look__slider .slick-prev:after, .p-front-look__slider .slick-prev:before {
  display: none;
}
.p-front-look__slider .slick-next {
  background: url(../img/_common/ico-link-link01_black.svg);
  background-size: 100%;
  width: 40px;
  height: 40px;
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .p-front-look__slider .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-look__slider .slick-next {
    right: 15px;
    z-index: 6;
  }
}
.p-front-look__slider .slick-next:after, .p-front-look__slider .slick-next:before {
  display: none;
}
.p-front-look__slider .slide-item {
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .p-front-look__slider .slide-item {
    margin: 0 12px;
  }
}
.p-front-look__slider .slide-item figure {
  margin-bottom: 12px;
}
.p-front-look__slider .slide-item .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-look__slider .slide-item .category-list {
    margin-bottom: 5px;
  }
}
.p-front-look__slider .slide-item .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid #A3A3A3;
}
.p-front-look__slider .slide-item .c-title {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.p-front-look__slider .slide-item .sub-title {
  font-weight: bold;
}
.p-front-look__slider .slide-item .c-date {
  font-size: 1.2rem;
  position: relative;
  padding-left: 18px;
  color: #323131;
}
.p-front-look__slider .slide-item .c-date:before {
  background: url(../img/_common/ico-date.svg) no-repeat;
  background-size: 100%;
  content: "";
  width: 10px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
	p-front-hall # 仏像館
--------------------------------------*/
.p-front-hall {
  background: #F5F5F5;
  padding: 60px 0;
}
.p-front-hall__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front-hall__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 767px) {
  .p-front-hall__head__inner {
    position: relative;
    margin-left: 140px;
    margin-top: 90px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-hall__head__inner {
    padding: 0 20px;
    width: 60%;
  }
}
.p-front-hall__head .c-title {
  font-size: 2.4rem;
  font-weight: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1rem;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-front-hall__head .c-title {
    top: 9px;
    left: -90px;
    position: absolute;
  }
}
.p-front-hall__head .c-text {
  width: 350px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-hall__head .c-text {
    width: 100%;
  }
}
.p-front-hall__head .c-text p {
  line-height: 2.2;
}
.p-front-hall__head figure {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-front-hall__head figure {
    width: 40%;
  }
}
.p-front-hall__photolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-hall__photolist ul {
    padding: 0;
    gap: 20px;
  }
}
.p-front-hall__photolist ul li:nth-of-type(2) {
  margin-top: 35px;
}

/*----------------------------------------
	p-front-event # 参加する
--------------------------------------*/
.p-front-event {
  background: #F9F8F4;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-front-event {
    padding: 40px 5vw;
  }
}
.p-front-event__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-event__list > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-front-event__list > ul .p-front-event__list__item {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-event__list > ul .p-front-event__list__item {
    width: 100%;
  }
}
.p-front-event__list > ul .p-front-event__list__item .c-title__arrow {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-front-event__list > ul .p-front-event__list__item .c-title__arrow {
    left: 15px;
    top: 15px;
  }
}
.p-front-event__list > ul .p-front-event__list__item .sub-menu {
  position: absolute;
  bottom: 15px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .p-front-event__list > ul .p-front-event__list__item .sub-menu {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.p-front-event__list > ul .p-front-event__list__item .sub-menu li {
  width: 50%;
}

/*----------------------------------------
	p-front-guide # 見どころガイド
--------------------------------------*/
.p-front-guide {
  background: url(../img/top/bg-guide.webp) center;
  background-size: cover;
  padding: 6vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-guide {
    padding: 60px 0;
  }
}
.p-front-guide .-bgtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.p-front-guide .-bgtext .-bgtext__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 60s linear infinite;
          animation: scroll-left 60s linear infinite;
}
.p-front-guide .-bgtext .-bgtext__inner img {
  height: auto;
  width: auto;
  display: block;
  margin-right: 2rem; /* 任意 */
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-front-guide__inner {
  width: 495px;
  background: rgba(255, 255, 255, 0.8);
  padding: 38px 30px 50px;
  position: relative;
  z-index: 15;
}
.p-front-guide__inner a {
  display: block;
}
.p-front-guide__inner a:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/_common/ico-link-link01.svg);
  background-size: 100%;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-guide__inner a:after {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-guide__inner {
    width: 92%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 40px;
  }
}
.p-front-guide__inner .c-title {
  font-size: 2.2rem;
  margin-bottom: 12px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-front-guide__inner .c-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-guide__inner .c-text br {
    display: none;
  }
}

/*----------------------------------------
	p-front-post # お知らせ
----------------------------------------*/
.p-front-post {
  position: relative;
  padding: 60px 0;
  background: #F5F5F5;
  border-top-left-radius: 60px;
}
.p-front-post:before {
  background: #198479;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: -1;
  content: "";
}
.p-front-post__container {
  position: relative;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}
.p-front-post__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-post__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-post__flex__head {
  margin-right: 35px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-front-post__flex__head {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-front-post__flex__head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-post__flex__head__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.p-front-post__flex__head__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 14px 26px;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-post__flex__head__menu li {
    padding: 10px 12px;
  }
}
.p-front-post__flex__head__menu li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #E4E4E4;
}
.p-front-post__flex__head__menu li.is-current {
  background: #198479;
  color: #ffffff;
}
.p-front-post__flex__head__menu li.is-current:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-front-post__flex__head__menu li {
    width: 100%;
    gap: 5px;
  }
  .p-front-post__flex__head__menu li.-sub {
    width: 46%;
    background: none;
    padding: 0;
  }
  .p-front-post__flex__head__menu li.-sub.is-current {
    color: inherit;
  }
  .p-front-post__flex__head__menu li.-sub.is-current:before {
    background: #198479;
  }
}
.p-front-post__flex__head__button {
  width: 300px;
}
.p-front-post__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 15px 40px 15px;
}
@media screen and (max-width: 767px) {
  .p-front-post__main {
    border-radius: 16px;
  }
}
.p-front-post__main__column {
  display: none;
}
.p-front-post__main__column.is-current {
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-front-post__main {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-post {
    padding: 60px 5vw 60px;
  }
  .p-front-post__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-front-post__head {
    padding: 0;
    margin: 0 0 20px;
  }
  .p-front-post__head__heading {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 30px;
  }
  .p-front-post__head__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 0;
  }
  .p-front-post__head__menu li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2px;
    font-size: 1.4rem;
  }
  .p-front-post__head__menu li:after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 2px;
    margin-right: 0;
  }
  .p-front-post__head__button {
    display: none;
  }
  .p-front-post__main {
    padding: 20px;
    margin-bottom: 30px;
  }
  .p-front-post__foot {
    display: block;
  }
  .p-front-post__foot__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*----------------------------------------
	p-front-study # 学ぶ・調べる
--------------------------------------*/
.p-front-study {
  background: #E8E3DE;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-front-study {
    padding: 45px 5vw;
  }
}
.p-front-study__inner .bnr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 12px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-front-study__inner .bnr-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-study__inner .bnr-list ul li figure {
  position: relative;
}
.p-front-study__inner .bnr-list ul li figure figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-study__inner .bnr-list ul li figure figcaption {
    font-size: 2rem;
  }
}

/*----------------------------------------
	p-front-history # 奈良博について
--------------------------------------*/
.p-front-history {
  border-bottom-right-radius: 60px;
  background: #F9F8F4;
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-front-history {
    padding: 45px 5vw;
  }
}
.p-front-history:before {
  background: #198479;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 60px;
  height: 60px;
  z-index: -1;
  content: "";
}
.p-front-history__inner .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-history__inner .bnr-list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list li {
    width: 100%;
    height: 19rem;
  }
}
.p-front-history__inner .bnr-list .-president {
  border: 4px solid #6F3E8F;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #6F3E8F;
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list .-president {
    padding: 30px 0;
  }
}
.p-front-history__inner .bnr-list .-president a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #6F3E8F;
}
.p-front-history__inner .bnr-list .-president figure {
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list .-president figure {
    width: 100px;
  }
}
.p-front-history__inner .bnr-list .-president .btn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 1.2rem;
  padding-right: 30px;
}
.p-front-history__inner .bnr-list .-president .btn a {
  color: #000000;
  position: relative;
  display: block;
}
.p-front-history__inner .bnr-list .-president .btn a:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-link01_purple.svg) no-repeat;
  background-size: 100%;
}
.p-front-history__inner .bnr-list .-president .inner .c-title {
  letter-spacing: 0.4rem;
  position: relative;
  left: 30px;
}
.p-front-history__inner .bnr-list .-president .inner .c-title b {
  font-size: 2.4rem;
  font-weight: normal;
}
.p-front-history__inner .bnr-list .-president .inner .num {
  line-height: 1.2;
  position: relative;
  left: 30px;
}
.p-front-history__inner .bnr-list .-president .inner .num span {
  font-size: 6rem;
  margin-right: 5px;
}
.p-front-history__inner .bnr-list .-history {
  border: 4px solid #1C9A96;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #198479;
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list .-history {
    padding: 15px 0 30px;
  }
}
.p-front-history__inner .bnr-list .-history a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #198479;
}
.p-front-history__inner .bnr-list .-history figure {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 130px;
}
.p-front-history__inner .bnr-list .-history .btn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 1.2rem;
  padding-right: 30px;
}
.p-front-history__inner .bnr-list .-history .btn a {
  color: #000000;
  position: relative;
  display: block;
}
.p-front-history__inner .bnr-list .-history .btn a:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
}
.p-front-history__inner .bnr-list .-history .inner .c-title {
  letter-spacing: 0.4rem;
}
.p-front-history__inner .bnr-list .-history .inner .c-title b {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list .-history .inner .num {
    line-height: 1.5;
  }
}
.p-front-history__inner .bnr-list .-history .inner .num span {
  font-size: 4rem;
  margin-right: 5px;
}
.p-front-history__inner .bnr-list .-history .inner .c-title2 {
  letter-spacing: 0.4rem;
}
.p-front-history__inner .bnr-list .-history .inner .c-title2 b {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.p-front-history__inner .bnr-list .-database {
  border: 4px solid #C57F23;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #C57F23;
  position: relative;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list .-database {
    padding: 15px 0 30px;
  }
}
.p-front-history__inner .bnr-list .-database a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #C57F23;
}
.p-front-history__inner .bnr-list .-database figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
.p-front-history__inner .bnr-list .-database .btn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 1.2rem;
  padding-right: 30px;
}
.p-front-history__inner .bnr-list .-database .btn a {
  color: #000000;
  position: relative;
  display: block;
}
.p-front-history__inner .bnr-list .-database .btn a:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-link01_orange.svg) no-repeat;
  background-size: 100%;
}
.p-front-history__inner .bnr-list .-database .inner .c-title {
  letter-spacing: 0.4rem;
}
.p-front-history__inner .bnr-list .-database .inner .c-title b {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front-history__inner .bnr-list .-database .inner .num {
    line-height: 1.5;
  }
}
.p-front-history__inner .bnr-list .-database .inner .num span {
  font-size: 4rem;
  margin-right: 5px;
}
.p-front-history__inner .bnr-list .-database .inner .c-title2 b {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.p-front-history .c-button-list {
  margin-bottom: 20px;
}
.p-front-history .c-button-list__sub {
  margin-bottom: 20px;
}
.p-front-history .bnr__zanmai {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-history .bnr__zanmai {
    width: 100%;
  }
}

/*----------------------------------------
	p-front-location # ぷらっと奈良めぐり
--------------------------------------*/
.p-front-location {
  background: url(../img/top/bg-location-map.svg) no-repeat right bottom #198479;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
  color: #ffffff;
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-location {
    background: #198479;
  }
}
@media screen and (max-width: 767px) {
  .p-front-location__container {
    overflow: hidden;
  }
}
.p-front-location:before {
  background: #F9F8F4;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: -1;
  content: "";
}
.p-front-location:after {
  background: #F5F5F5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-front-location {
    padding: 60px 0 60px;
  }
}
.p-front-location__head {
  margin-bottom: 35px;
}
.p-front-location__head .c-heading-primary {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-location__head .c-heading-primary {
    width: 86%;
  }
  .p-front-location__head .c-heading-primary img {
    width: 100%;
  }
}
.p-front-location__map {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-location__map {
    width: 90%;
    margin: 0 auto 35px;
  }
}
.p-front-location__slider .slick-prev {
  background: url(../img/_common/ico-link-link01_black.svg);
  background-size: 100%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
  width: 40px;
  height: 40px;
  left: -50px;
  top: 50%;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .p-front-location__slider .slick-prev {
    left: 15px;
    z-index: 6;
  }
}
@media screen and (max-width: 1024px) {
  .p-front-location__slider .slick-prev {
    left: 10px;
  }
}
.p-front-location__slider .slick-prev:after, .p-front-location__slider .slick-prev:before {
  display: none;
}
.p-front-location__slider .slick-next {
  background: url(../img/_common/ico-link-link01_black.svg);
  background-size: 100%;
  width: 40px;
  height: 40px;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  z-index: 6;
}
.p-front-location__slider .slick-next:after, .p-front-location__slider .slick-next:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-front-location__slider .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-location__slider .slick-next {
    right: 15px;
    z-index: 6;
  }
}
.p-front-location__slider .slide-item {
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .p-front-location__slider .slide-item {
    margin: 0 10px;
  }
}
.p-front-location__slider .slide-item figure {
  margin-bottom: 7px;
}

/*----------------------------------------
	p-front-career
--------------------------------------*/
.p-front-career {
  background: url(../img/top/bg-career.png) no-repeat left top;
  background-size: cover;
  padding: 60px 0;
}
.p-front-career__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-front-career__head {
  margin-bottom: 20px;
}
.p-front-career__head i {
  display: block;
  width: 30px;
  margin: -30px auto 15px;
}
.p-front-career__head h2 {
  font-size: 2.4rem;
}
.p-front-career__main {
  background: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  border-radius: 30px;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 40px;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-front-career__main {
    width: 95%;
    margin: 0 auto !important;
  }
}
.p-front-career__inner {
  width: 300px;
}
.p-front-career__btnlist {
  width: 400px;
}
.p-front-career__btnlist .c-button {
  margin-bottom: 12px;
}
.p-front-career__btnlist .c-button:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-front-career__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-front-career__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-right: 0;
  }
  .p-front-career__inner {
    width: auto;
  }
  .p-front-career__btnlist {
    width: auto;
    max-width: 100%;
  }
}
/*----------------------------------------
	p-front-slide
----------------------------------------*/
.p-front-slide {
  background: #fff;
  padding: 0 90px;
  margin: -88px 0 0;
}
.p-front-slide__container {
  position: relative;
  max-width: 1220px;
  margin: auto;
}
.p-front-slide__container .swiper-slide a {
  display: block;
}
.p-front-slide__container .swiper-slide a[target=_blank] span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/_common/icon-link-blank01.svg) center/cover;
  margin: 0 0 0 8px;
}
.p-front-slide__container .swiper-slide a img {
  border-radius: 4px;
}
.p-front-slide__container .swiper-slide a span {
  display: block;
  font-size: 1.8rem;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-front-slide__container .swiper-pagination {
  position: static;
  margin: 10px 0 0;
}
.p-front-slide__container .swiper-button-prev,
.p-front-slide__container .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../img/_common/icon-arrow01.svg) center/cover;
  margin-top: -56px;
  border-radius: 50%;
  z-index: 1;
}
.p-front-slide__container .swiper-button-prev:after,
.p-front-slide__container .swiper-button-next:after {
  content: none;
}
.p-front-slide__container .swiper-button-prev {
  left: -70px;
  rotate: 180deg;
}
.p-front-slide__container .swiper-button-next {
  right: -70px;
}

@media screen and (max-width: 767px) {
  .p-front-slide {
    padding: 0;
    margin: -32px 0 0;
  }
  .p-front-slide__container .swiper-slide a {
    display: block;
  }
  .p-front-slide__container .swiper-slide a[target=_blank] span:after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 4px;
  }
  .p-front-slide__container .swiper-slide a img {
    border-radius: 2px;
  }
  .p-front-slide__container .swiper-slide a span {
    font-size: 1.4rem;
    margin: 6px 0 0;
  }
  .p-front-slide__container .swiper-button-prev,
  .p-front-slide__container .swiper-button-next {
    display: none;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
　下層ページ パーツ
----------------------------------------*/
.sub-main ul:not(.blocks-gallery-grid):not(.newsTab):not(#newsIndex):not(.indexList) li {
  position: relative;
  padding-left: 22px;
}

.sub-main ul:not(.blocks-gallery-grid):not(.newsTab):not(#newsIndex):not(.indexList) li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

#sitemap main ul:not(.blocks-gallery-grid):not(.newsTab):not(#newsIndex):not(.indexList) > li {
  position: relative;
  padding-left: 22px;
}

#sitemap main ul:not(.blocks-gallery-grid):not(.newsTab):not(#newsIndex):not(.indexList) > li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

#dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.sub-main .wp-block-image :where(figcaption) {
  font-size: 1.3rem;
}
.sub-main .yearselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-main .newsTab {
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-main .newsTab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 10px 26px;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-main .newsTab li {
    padding: 10px 12px;
  }
}
.sub-main .newsTab li a {
  text-decoration: none;
  color: inherit;
}
.sub-main .newsTab li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #E4E4E4;
  margin-right: 6px;
}
.sub-main .newsTab li.act {
  background: #198479;
  color: #ffffff;
}
.sub-main .newsTab li.act:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .sub-main .newsTab li {
    width: 100%;
    gap: 5px;
  }
  .sub-main .newsTab li.-sub {
    width: 46%;
    background: none;
    padding: 0;
  }
  .sub-main .newsTab li.-sub.act {
    color: inherit;
  }
  .sub-main .newsTab li.-sub.act:before {
    background: #198479;
  }
}
.sub-main .wp-block-image .aligncenter > figcaption {
  display: block;
}
.sub-main .wp-block-group {
  gap: 0 30px;
}
.sub-main .wp-block-group.align-top {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media screen and (max-width: 767px) {
  .sub-main .wp-block-group.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-main .wp-block-group .wp-block-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-main .wp-block-group .wp-block-group__inner-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-main .wp-block-group .wp-block-image {
  width: 300px !important;
}
.sub-main .wp-block-group .wp-block-image figcaption {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sub-main .wp-block-group .wp-block-image {
    width: 60% !important;
    margin: 0 auto;
  }
}
.sub-main .aligncenter {
  margin: 0 !important;
}
.sub-main .aligncenter img {
  width: 100%;
}
.sub-main .wp-block-image .aligncenter {
  display: block;
}
.sub-main em {
  font-style: normal;
}
.sub-main .label {
  display: inline-block;
  background: #198479;
  color: #ffffff;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1;
}
.sub-main h1 {
  margin: 1em 0 1em;
  text-align: center;
  color: #198479;
  font-size: 2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-main h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sub-main :not(.blocks-gallery-grid) li {
  margin-bottom: 0.5em;
}
.sub-main h4 {
  margin-bottom: 1em;
  margin-top: 2em;
}
.sub-main .wp-block-table {
  margin-bottom: 2em;
}
.sub-main table th, .sub-main table td {
  border: 1px solid #B8B8B8;
  padding: 25px;
}
.sub-main table th {
  padding: 15px 25px;
  background: #E1E1E1;
}
.sub-main .wp-container-core-group-is-layout-1 {
  width: 100%;
  display: block;
}
.sub-main .has-vivid-red-color.has-text-align-center {
  text-align: center;
  background: #F5F1ED;
  padding: 25px 0;
  display: block;
}
.sub-main a {
  text-decoration: underline;
  color: #3582AD;
  position: relative;
}
.sub-main a[target=_blank] {
  background: url(../img/_common/ico-target-link.svg) no-repeat right center;
  padding-right: 15px;
  background-size: 12px;
}
.sub-main p {
  margin-bottom: 1em;
}
.sub-main h1 + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main h2 + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main h3 + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main h4 + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main h5 + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main h6 + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main div + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main p + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main ul + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main ol + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl), .sub-main table + h2:not(.categoryTtl):not(.listTtl):not(.indexTtl) {
  margin-top: 1.5em;
}
.sub-main h2:not(.categoryTtl):not(.listTtl):not(.indexTtl) {
  margin: 1em 0 1em;
  text-align: center;
  color: #198479;
  font-size: 2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-main h2:not(.categoryTtl):not(.listTtl):not(.indexTtl) {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sub-main a.wp-block-button__link {
  background: #2E2E2E;
  border-radius: 100px !important;
  padding: 14px 60px;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1.4rem;
  text-decoration: none !important;
  margin-bottom: 1em;
  position: relative;
}
.sub-main a.wp-block-button__link:before {
  background: url(../img/_common/ico-link-link01_white.svg) no-repeat left;
  background-size: 100%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main a.wp-block-button__link[target=_blank]:before {
  background: url(../img/_common/ico-link_target.svg) no-repeat left;
  background-size: 100%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main a.wp-block-button__link[href$=".pdf"]:before {
  background: url(../img/_common/ico-link_pdf.svg) no-repeat left;
  background-size: 100%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main a.wp-block-button__link[href$=".xls"]:before {
  background: url(../img/_common/ico-link_xls.svg) no-repeat left;
  background-size: 100%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main a.wp-block-button__link[href$=".docx"]:before {
  background: url(../img/_common/ico-link_docx.svg) no-repeat left;
  background-size: 100%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main .qa-box {
  margin-bottom: 35px;
}
.sub-main .qa-box .q-txt {
  background: #F8F7F2;
  padding: 20px 25px;
  padding-left: 65px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-weight: 500;
  position: relative;
}
.sub-main .qa-box .q-txt:before {
  position: absolute;
  background: url(../img/_common/ico-q.svg) no-repeat;
  width: 30px;
  height: 30px;
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main .qa-box .q-txt strong {
  font-weight: 500;
}
.sub-main .qa-box .a-txt {
  padding: 20px 25px;
  padding-left: 65px;
  position: relative;
}
.sub-main .qa-box .a-txt:before {
  position: absolute;
  background: url(../img/_common/ico-a.svg) no-repeat;
  width: 30px;
  height: 30px;
  content: "";
  left: 15px;
  top: 20px;
}
.sub-main form input[type=text], .sub-main form textarea, .sub-main form input[type=email] {
  background: #F8F8F8;
  width: 100%;
  padding: 3px;
  border: 1px solid #B8B8B8;
}
.sub-main .contactTable {
  width: 100%;
}
.sub-main .contactTable th, .sub-main .contactTable td {
  border: 1px solid #B8B8B8;
  padding: 12px;
}
.sub-main .contactTable th {
  text-align: center;
  vertical-align: middle;
  background: #F8F8F8;
}
.sub-main .submitBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
}
.sub-main .submitBtnWrap input[type=submit] {
  padding: 10px 70px 10px 60px;
  font-size: 1.3rem;
  color: #fff;
  background: #2E2E2E;
  border-radius: 100px;
}
.sub-main .wp-block-image a {
  background: none;
}
.sub-main .indexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 12px;
}
.sub-main .indexList li {
  width: calc(50% - 15px);
}
.sub-main .indexList li a {
  border: 1px solid #707070;
  padding: 18px 18px;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  background: #ffffff;
}
.sub-main .indexList li a:after {
  content: "";
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sub-main .wp-block-group-is-layout-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#zanmais .zanmais-main {
  width: 40% !important;
  margin: 0 auto 40px !important;
  text-align: center;
}
#zanmais .zanmais-main img {
  max-width: 600px !important;
  margin: 0 auto;
}
#zanmais .img-zanmais__col {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
#zanmais .img-zanmais__col img {
  max-width: 1000px !important;
  margin: 0 auto;
}

#history .sub-main .wp-block-group {
  gap: 0 35px;
}
#history .sub-main .wp-block-group p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#history .sub-main .wp-block-group figure {
  width: 350px;
}
#history .sub-main .wp-block-group .wp-block-group:nth-of-type(2) {
  width: 300px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

/*----------------------------------------
	p-sub-mv
----------------------------------------*/
.p-sub-mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #F8F8F8 url(../img/sub/txt-sub.svg) no-repeat left bottom -2px;
  background-size: 100%;
  padding: 90px 0 40px;
}
.p-sub-mv__container {
  max-width: 1080px;
  margin: auto;
}
.p-sub-mv__heading {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .p-sub-mv {
    padding: 90px 0 40px;
  }
  .p-sub-mv__container {
    padding: 0 5vw;
  }
}
.sub-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sub-main {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/* -------------------------------------------------------------------
 ブロックエディタ調整
------------------------------------------------------------------- */
.wp-block-buttons.is-content-justification-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-join
----------------------------------------*/
.join-sec {
  margin-bottom: 120px;
}

.join-sec-wrap .join-sec:last-child {
  margin-bottom: 0;
}