<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;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 &amp; 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;
  }
}

.eng {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  max-width: 920px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 5vw;
  }
}

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

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
}
.l-footer .c-heading__line {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
  }
}
.l-footer__bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__bnrlist {
    gap: 12px 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__bnrlist__item {
  width: calc(33.3333333333% - 25px);
}
@media screen and (max-width: 767px) {
  .l-footer__bnrlist__item {
    width: calc(50% - 8px);
  }
}
.l-footer__bnrlist__item img {
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  transition: box-shadow 0.3s ease, transform 0.2s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.2s ease;
}
.l-footer__bnrlist__item img:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.l-footer__pagetop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.4rem;
  color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .l-footer__pagetop {
    bottom: 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;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.l-footer__container {
  max-width: 980px;
  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__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: #DBE8F3;
  display: none;
  padding: 10vw 6vw;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 10vw 5vw;
    z-index: 998;
  }
}
.toggle-menu .toggle-menu__inner__top {
  text-align: center;
}
.toggle-menu .toggle-menu__inner__top li {
  margin-bottom: 12px;
}
.toggle-menu .toggle-menu__inner__top a {
  color: #000000;
}
.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 #000000;
  color: #000000;
  border-radius: 100%;
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__toggle {
    background: #ffffff;
  }
}
.toggle-menu__toggle &gt; 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 &gt; span span {
  background: #000000;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__toggle &gt; span .-txt {
  color: #000000;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.toggle-menu.is-active .toggle-menu__toggle &gt; span span {
  background: #000000;
}
.toggle-menu.is-active .toggle-menu__toggle &gt; span span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.toggle-menu.is-active .toggle-menu__toggle &gt; span span:nth-child(2) {
  opacity: 0;
}
.toggle-menu.is-active .toggle-menu__toggle &gt; span span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.toggle-menu.is-active .toggle-menu__toggle &gt; 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 {
    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;
}
@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;
}
@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;
  }
}
.toggle-menu__inner__top {
  font-size: 1.15vw;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top {
    font-size: 1.5rem;
  }
}
.toggle-menu__inner__top &gt; 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 &gt; 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 &gt; a {
    margin-bottom: 0;
    padding: 12px 0;
    position: relative;
    /* 縦線 */
    /* 横線 */
  }
  .toggle-menu__inner__top &gt; a::before, .toggle-menu__inner__top &gt; 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 &gt; a::before {
    width: 2px;
    height: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17px;
  }
  .toggle-menu__inner__top &gt; a::after {
    width: 16px;
    height: 2px;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.toggle-menu__inner__top &gt; a small {
  display: inline-block;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top.is-open &gt; a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
}
.toggle-menu__inner__top &gt; ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner__top &gt; ul {
    display: none;
    margin-bottom: 0;
  }
}
.toggle-menu__inner__top &gt; ul li {
  margin-bottom: 12px;
}
.toggle-menu a {
  color: #ffffff;
}
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 初期状態で表示 */
}
.l-header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* ヘッダーを非表示にスライド */
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 998;
  }
}
.l-header__nav__top {
  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;
}
.l-header__nav__top a {
  padding-right: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.l-header__nav__top a:before {
  background: url(../img/ico-arrow-list.svg) no-repeat right center;
  content: "";
  position: absolute;
  right: 0px;
  top: 54%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__nav__top a:hover:before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.l-header__nav__top .-lg a {
  padding-right: 0;
}
.l-header__nav__top .-lg a:before {
  display: none;
}
.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: #000000;
  border-radius: 100%;
}
.l-header__toggle &gt; 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 &gt; span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__toggle &gt; span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.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: 100px;
  height: auto;
  margin-right: 12px;
}
.is-active .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.is-active .l-header__toggle &gt; span span {
  background: #fff;
}
.is-active .l-header__toggle &gt; span span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.is-active .l-header__toggle &gt; span span:nth-child(2) {
  opacity: 0;
}
.is-active .l-header__toggle &gt; span span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.is-active .l-header__toggle &gt; span span.-txt {
  background: none !important;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 5px 0 5px;
  }
  .l-header__logo {
    padding: 0;
    width: 9rem;
  }
  .l-header__logo a {
    width: 100%;
    margin-right: 0;
  }
  .l-header__logo a img {
    width: 100%;
    margin-right: 0;
  }
  .l-header__nav.-sp_enable {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav__language {
    margin-right: 5px;
  }
}
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  font-size: 1rem;
  padding: 10px 0;
  border-top: 2px solid #198479;
}
.c-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  position: relative;
  display: block;
}
.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 &gt; span {
  position: relative;
  display: block;
  padding-left: 16px;
}
.c-breadcrumb &gt; 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 &gt; span &gt; span {
  margin-right: 16px;
  display: inline-block;
}
.c-breadcrumb &gt; span &gt; span a {
  position: relative;
  text-underline-offset: 2px;
}
.c-breadcrumb &gt; span &gt; 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;
  padding: 10px 70px 10px 60px;
  font-size: 1.3rem;
  color: #fff;
  background: #2E2E2E;
  border-radius: 100px;
}
.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.4rem;
    padding: 15px 70px 15px 60px;
  }
}
.c-button a {
  color: #fff;
}
.c-button: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: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 {
  color: #1C2F43;
  background: #fff;
  border: 1px solid #1C2F43;
}
.c-button.-return:after {
  right: auto;
  left: 30px;
  border-top: 2px solid #1C2F43;
  border-right: 2px solid #1C2F43;
  rotate: 225deg;
}
@media screen and (max-width: 767px) {
  .c-button.-return: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__line
----------------------------------------*/
.c-heading__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-heading__line span {
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: 4px;
}
.c-heading__line span:before {
  content: "";
  width: 100%;
  height: 12px;
  background: #FFF799;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*----------------------------------------
	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 {
  font-size: 3.2rem;
  color: #fff;
  background: #198479;
  padding: 8px 24px;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-tertiary {
    font-size: 2.8rem;
  }
}

/*----------------------------------------
	c-heading-quaternary
----------------------------------------*/
.c-heading-quaternary {
  font-size: 2.6rem;
  padding: 4px 30px;
  background: #198479;
  color: #ffffff;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-quaternary {
    font-size: 2.6rem;
  }
}

/*----------------------------------------
	c-heading-quinary
----------------------------------------*/
.c-heading-quinary {
  font-size: 2.4rem;
  padding: 0 0 0 16px;
  border-left: 6px solid #FF7600;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-quinary {
    font-size: 2.2rem;
  }
}

/*----------------------------------------
	c-heading-senary
----------------------------------------*/
.c-heading-senary {
  font-size: 2.2rem;
  color: #FF7600;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-heading-senary {
    font-size: 2rem;
  }
}

/*----------------------------------------
	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-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 li {
  margin-bottom: 10px;
  position: relative;
}
.c-list li a {
  position: relative;
}
.c-list li a:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ico-arrow-list.svg) no-repeat;
  position: absolute;
  background-size: cover;
  right: -30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-list li a:hover:after {
  right: -40px;
}

/*----------------------------------------
  @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 #000000;
  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__center {
  text-align: center;
}

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

/*----------------------------------------
	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); /* 拡大率 */
  }
}
.cat {
  background: #FFF799;
  border-radius: 100px;
  padding: 6px 18px;
  line-height: 1;
  font-size: 1.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  border: 1px solid #000000;
}

.-content_head {
  text-align: center;
  padding: 35px 0;
}
.-content_head .main-eng {
  font-size: 9rem;
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-content_head .main-eng {
    font-size: 5rem;
  }
}
.-content_head .main-eng span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.-content_head .main-eng.is-active span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.-content_head .main-eng.is-active span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.-content_head .main-eng.is-active span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.-content_head .main-eng.is-active span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.-content_head .main-eng.is-active span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.-content_head .main-eng.is-active span:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.-content_head .main-eng.is-active span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------
	p-front-mv
----------------------------------------*/
.p-front-mv {
  background: #D7EAF5;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    padding-top: 80px;
  }
}
.p-front-mv__img {
  width: 600px;
  margin-left: -60px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__img {
    width: 100%;
    margin-left: 0;
  }
}
.p-front-mv__img figure {
  position: relative;
}
.p-front-mv__img figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 6rem;
  text-shadow: 0.5px 0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-mv__img figure figcaption {
    font-size: 5rem;
  }
}
.p-front-mv__img figure figcaption span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.p-front-mv__img.is-active figcaption span:nth-child(1) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.p-front-mv__img.is-active figcaption span:nth-child(2) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.p-front-mv__img.is-active figcaption span:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.p-front-mv__img.is-active figcaption span:nth-child(4) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.p-front-mv__img.is-active figcaption span:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-front-mv__img.is-active figcaption span:nth-child(6) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.p-front-mv__img.is-active figcaption span:nth-child(7) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.p-front-mv__img.is-active figcaption span:nth-child(8) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.p-front-mv__img.is-active figcaption span:nth-child(9) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.p-front-mv__img.is-active figcaption span:nth-child(10) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-front-mv__img.is-active figcaption span:nth-child(11) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.p-front-mv__img.is-active figcaption span:nth-child(12) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.p-front-mv__img.is-active figcaption span:nth-child(13) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.p-front-mv__img.is-active figcaption span:nth-child(14) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.p-front-mv__img.is-active figcaption span:nth-child(15) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-front-mv__img.is-active figcaption span:nth-child(16) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.p-front-mv__img.is-active figcaption span:nth-child(17) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.p-front-mv__img.is-active figcaption span:nth-child(18) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.p-front-mv__img.is-active figcaption span:nth-child(19) {
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
}
.p-front-mv__img.is-active figcaption span:nth-child(20) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-front-mv__img.is-active figcaption span:nth-child(21) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.p-front-mv__img.is-active figcaption span:nth-child(22) {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.p-front-mv__img.is-active figcaption span:nth-child(23) {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
.p-front-mv__img.is-active figcaption span:nth-child(24) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.p-front-mv__img.is-active figcaption span:nth-child(25) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-front-mv__img.is-active figcaption span:nth-child(26) {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}
.p-front-mv__img.is-active figcaption span:nth-child(27) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.p-front-mv__img.is-active figcaption span:nth-child(28) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.p-front-mv__img.is-active figcaption span:nth-child(29) {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
}
.p-front-mv__img.is-active figcaption span:nth-child(30) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-front-mv__img.is-active figcaption span:nth-child(31) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.p-front-mv__img.is-active figcaption span:nth-child(32) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.p-front-mv__img.is-active figcaption span:nth-child(33) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
.p-front-mv__img.is-active figcaption span:nth-child(34) {
  -webkit-transition-delay: 0.68s;
          transition-delay: 0.68s;
}
.p-front-mv__img.is-active figcaption span:nth-child(35) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-front-mv__img.is-active figcaption span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-front-mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__inner h1 {
    text-align: center;
    padding-top: 15px;
  }
}
.p-front-mv__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 35px;
  }
}
.p-front-mv__inner ul li {
  margin-left: -25px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-front-mv__inner ul li {
    position: relative;
  }
}
.p-front-mv__inner ul li span {
  background: #71C9D2;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 1px solid #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-mv__inner ul li span {
    width: 120px;
    height: 120px;
  }
}
.p-front-mv__inner ul li:nth-of-type(2) span {
  background: #C7F082;
}
.p-front-mv__inner ul li:nth-of-type(3) span {
  background: #FFC8AF;
}
.p-front-mv__inner.is-active ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-front-mv__inner.is-active ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-front-mv__inner.is-active ul li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-front-mv__inner.is-active ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------------------
	p-front-post
----------------------------------------*/
.p-front-post {
  background: #D7EAF5;
  padding-top: 80px;
}
.p-front-post__wrap {
  background: #ffffff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 60px;
  padding-top: 100px;
  padding-bottom: 14vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-post__wrap {
    padding: 60px 20px 130px;
  }
}
.p-front-post__wrap .illust__list {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-post__wrap .illust__list {
    display: none;
  }
}
.p-front-post__wrap .illust__list li {
  position: absolute;
  top: 0;
  height: 120px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.p-front-post__wrap .illust__list .item01 {
  left: 60px;
  width: 110px;
}
.p-front-post__wrap .illust__list .item02 {
  left: 220px;
  width: 105px;
}
.p-front-post__wrap .illust__list .item03 {
  left: 430px;
  width: 50px;
}
.p-front-post__wrap .illust__list .item04 {
  right: 240px;
  width: 100px;
}
.p-front-post__wrap .illust__list .item05 {
  right: 40px;
  width: 59px;
}
.p-front-post__inner {
  background: #D7EAF5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-post__inner {
    border-top-left-radius: 30px;
    overflow: hidden;
  }
}
.p-front-post__inner__button {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-front-post__inner__button {
    top: 15px;
    right: 15px;
  }
}
.p-front-post__inner__button a {
  background: url(../img/ico-arrow-black.svg);
  background-size: 100%;
  display: block;
  width: 42px;
  height: 42px;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-front-post__inner__button a:hover {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.p-front-post__inner__head {
  background: #FFF799;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 40px;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 767px) {
  .p-front-post__inner__head {
    border: 1px solid #000000;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-post__inner__head {
    width: 102%;
    border-bottom: 1px solid #000000;
  }
}
.p-front-post__inner__head .eng {
  margin-right: 25px;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-front-post__inner__head .eng {
    margin-right: 0;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-post__inner__head h2 {
    display: none;
  }
}
.p-front-post__inner__content {
  padding: 25px 40px;
}
@media screen and (max-width: 767px) {
  .p-front-post__inner__content {
    padding: 15px 12px;
  }
}
.p-front-post__inner__content ul li {
  border-bottom: 1px dotted #000000;
  padding: 20px 10px;
}
.p-front-post__inner__content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-post__inner__content ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-post__inner__content ul li a time {
  margin-right: 15px;
  font-size: 1.3rem;
}
.p-front-post__inner__content ul li a .ttl {
  margin-left: 15px;
}
.p-front-post__inner__content ul li:last-child {
  border-bottom: 0;
}

.illust__list.is-active .illust__list__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.illust__list.is-active .illust__list__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.illust__list.is-active .illust__list__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.illust__list.is-active .illust__list__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.illust__list.is-active .illust__list__item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.illust__list.is-active .illust__list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------
	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;
  }
}
/*----------------------------------------
	p-front-service
----------------------------------------*/
@-webkit-keyframes rotateBg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateBg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-front-service {
  background: #DCF0D7;
  position: relative;
  margin-top: 20px;
  margin-bottom: 200px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-front-service .c-list {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-service .l-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.p-front-service .-content_head {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.p-front-service .-content_head:before, .p-front-service .-content_head:after {
  content: "";
  width: 120px;
  height: 200px;
  top: 0;
  position: absolute;
}
.p-front-service .-content_head:before {
  background: url(../img/illust-service-head01.svg) no-repeat;
  height: 250px;
  width: 200px;
  left: -300px;
}
@media screen and (max-width: 767px) {
  .p-front-service .-content_head:before {
    left: 0;
    width: 50px;
  }
}
.p-front-service .-content_head:after {
  background: url(../img/illust-service-head02.svg) no-repeat;
  height: 250px;
  width: 140px;
  right: -250px;
}
@media screen and (max-width: 767px) {
  .p-front-service .-content_head:after {
    right: 0;
    width: 50px;
  }
}
.p-front-service:before {
  background: url(../img/bg-service_head.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 11vw;
  position: absolute;
  top: -11vw;
  left: 0;
  content: "";
}
.p-front-service:after {
  background: url(../img/bg-service_footer.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: -210px;
  left: 0;
  content: "";
}
.p-front-service__inner {
  position: relative;
}
.p-front-service__inner:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -170px;
  content: "";
  width: 300px;
  height: 150px;
  background: url(../img/service-foot-illust.svg) no-repeat;
  background-size: 100%;
  z-index: 2;
}
.p-front-service__inner &gt; 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) {
  .p-front-service__inner &gt; ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-service__inner &gt; ul &gt; li {
  border: 1px solid #000000;
  border-radius: 12px;
  width: calc(33.3333333333% - 30px);
  padding: 60px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-service__inner &gt; ul &gt; li {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 65px;
  }
  .p-front-service__inner &gt; ul &gt; li:nth-of-type(1) {
    margin-bottom: 90px;
  }
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(1) {
  background: #FFE1E6;
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(1) .label::before {
  background: url(../img/service-label01.svg) no-repeat 0 center;
  padding-left: -6px;
  left: -10px;
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(1) .label span {
  position: relative;
  left: -10px;
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(2) {
  background: #FFFCDB;
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(2) .label::before {
  background: url(../img/service-label02.svg) no-repeat center;
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(3) {
  background: #CDE4F5;
}
.p-front-service__inner &gt; ul &gt; li:nth-of-type(3) .label::before {
  background: url(../img/service-label03.svg) no-repeat center;
}
.p-front-service__inner &gt; ul &gt; li .label {
  width: 160px;
  height: 160px;
  margin-top: -90px;
  margin-bottom: 30px;
  padding-top: 60px;
  line-height: 1.4;
  position: relative;
}
.p-front-service__inner &gt; ul &gt; li .label span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-front-service__inner &gt; ul &gt; li .label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.p-front-service__inner &gt; ul &gt; li .c-img {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 12px;
}
.p-front-service__inner &gt; ul &gt; li .c-button_img {
  width: 200px;
  position: absolute;
  z-index: 4;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-front-service__inner &gt; ul &gt; li .c-button_img:hover {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.p-front-service__inner &gt; ul &gt; li.is-active .label::before {
  -webkit-animation: rotateBg 2s ease-out forwards infinite;
          animation: rotateBg 2s ease-out forwards infinite;
}

/*----------------------------------------
	p-front-member
----------------------------------------*/
.p-front-member {
  padding: 60px 0;
}
.p-front-member .c-text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-front-member .c-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-member .-head_text {
    margin-bottom: 45px;
  }
}
.p-front-member__head {
  position: relative;
}
.p-front-member__head .illust-list {
  position: relative;
}
.p-front-member__head .illust-list li {
  position: absolute;
}
.p-front-member__head .illust-list li:nth-of-type(1) {
  top: -110px;
  left: 40px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-front-member__head .illust-list li:nth-of-type(1) {
    width: 60px;
    left: 0;
  }
}
.p-front-member__head .illust-list li:nth-of-type(1):before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/kira01.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 160px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-front-member__head .illust-list li:nth-of-type(1):before {
    left: 0;
    display: none;
  }
}
.p-front-member__head .illust-list li:nth-of-type(2) {
  top: -160px;
  right: -60px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-front-member__head .illust-list li:nth-of-type(2) {
    width: 120px;
    right: 0;
  }
}
.p-front-member__head .illust-list li:nth-of-type(2):before {
  content: "";
  width: 90px;
  height: 100px;
  background: url(../img/kira02.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -150px;
  display: none;
}
.p-front-member .member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-member .member__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-member .member__list .member__list__col {
  width: calc(50% - 20px);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-front-member .member__list .member__list__col {
    width: 100%;
  }
}
.p-front-member .member__list .member__list__col figure {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.p-front-member .member__list .member__list__col figure figcaption {
  position: absolute;
  right: -10px;
  bottom: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-front-member .member__list .member__list__col figure figcaption i {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.p-front-member .member__list .member__list__col figure figcaption i img {
  width: 100%;
  height: auto;
}
.p-front-member .member__list .member__list__col figure:hover figcaption {
  right: -15px;
  bottom: -15px;
}
.p-front-member .member__list .member__list__col__pref {
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
  padding: 12px 10px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/*----------------------------------------
	p-front-access
----------------------------------------*/
.p-front-access {
  background: #CDE4F5;
  padding: 90px 0 60px;
  position: relative;
  margin-top: 60px;
}
.p-front-access:before {
  background: url(../img/bg-access_head_line.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  content: "";
}
.p-front-access__inner {
  background: #ffffff;
  border-radius: 40px;
  padding: 60px 80px;
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-front-access__inner {
    padding: 60px 5vw;
  }
}
.p-front-access__head {
  position: absolute;
  left: 50%;
  width: 100%;
  top: -80px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}
.p-front-access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front-access__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-access__flex__inner {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-front-access__flex__inner {
    width: 100%;
  }
}
.p-front-access__flex__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.p-front-access__flex__inner dl dt {
  width: 90px;
  border-right: 1px solid #000000;
}
.p-front-access__flex__inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.p-front-access__flex__inner .bnr-tel {
  margin-top: 25px;
  width: 300px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-front-access__flex__inner .bnr-tel {
    width: 100%;
  }
}
.p-front-access__flex__inner .bnr-tel:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.p-front-access__flex .c-img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-front-access__flex .c-img {
    width: 100%;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
/*----------------------------------------
	p-front-post-detail
----------------------------------------*/
.p-front-post-list {
  background: #D7EAF5;
  padding-top: 170px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-front-post-list {
    padding-top: 80px;
  }
}
.p-front-post-list__category-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 15px;
  position: relative;
}
.p-front-post-list__category-select .-label {
  font-size: 1.3rem;
  cursor: pointer;
  padding: 6px;
  padding-right: 30px;
  border-bottom: 1px solid #000000;
  position: relative;
}
.p-front-post-list__category-select .-label:after {
  content: "";
  width: 14px;
  height: 6px;
  background: url(../img/ico-arrow-bottom.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-front-post-list__category-select .-select {
  position: absolute;
  top: 70%;
  width: 320px;
  padding: 15px;
  background: #D7EAF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 10px;
  display: none;
}
.p-front-post-list__category-select .-select .cat {
  font-size: 1.1rem;
}
.p-front-post-list__wrap {
  background: #ffffff;
  border-radius: 60px;
  padding: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-front-post-list__wrap__heading {
  margin-top: -6vw;
  margin-bottom: 1vw;
}
.p-front-post-list__wrap__heading .eng {
  text-align: center;
  font-size: 7rem;
  letter-spacing: 0.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__wrap__heading .eng {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-front-post-list__wrap__heading .label {
  text-align: center;
}
.p-front-post-list__pagenum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front-post-list__pagenum ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.p-front-post-list__pagenum ul .num {
  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;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background: #EDEDED;
  border: 1px solid #000000;
}
.p-front-post-list__pagenum ul .num.-current {
  background: #000000;
  color: #ffffff;
}
.p-front-post-list__content {
  padding: 0 40px;
  padding-bottom: 25px;
}
.p-front-post-list__content ul li {
  border-bottom: 1px dotted #000000;
  padding: 20px 10px;
}
.p-front-post-list__content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__content ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-post-list__content ul li a time {
  margin-right: 15px;
  font-size: 1.3rem;
}
.p-front-post-list__content ul li a .ttl {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__content ul li a .ttl {
    margin-left: 0;
  }
}
.p-front-post-list__content ul li:last-child {
  border-bottom: 0;
}

.p-front-post-detail {
  background: #D7EAF5;
  padding-top: 190px;
}
@media screen and (max-width: 767px) {
  .p-front-post-detail {
    padding-top: 80px;
  }
}
.p-front-post-detail__head {
  margin-bottom: 25px;
}
.p-front-post-detail__head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  margin-bottom: 10px;
}
.p-front-post-detail__head h1 {
  font-size: 2.4rem;
}
.p-front-post-detail__content .wp-block-table {
  border: none;
}
.p-front-post-detail__content .wp-block-table th, .p-front-post-detail__content .wp-block-table td {
  border: none;
}
.p-front-post-detail__content a {
  text-decoration: underline;
}
.p-front-post-detail__footer {
  border-top: 1px dotted #000000;
  padding-top: 12px;
  margin-top: 20px;
}
.p-front-post-detail__wrap {
  background: #ffffff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 60px;
  padding-top: 60px;
  padding-bottom: 16vw;
  position: relative;
}
.p-front-post-detail__wrap__heading {
  margin-top: -6vw;
  margin-bottom: 4vw;
}
.p-front-post-detail__wrap__heading .eng {
  text-align: center;
  font-size: 7rem;
  letter-spacing: 0.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-post-detail__wrap__heading .eng {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-front-post-detail__wrap__heading .label {
  text-align: center;
}
.p-front-post-detail__pagenation {
  position: relative;
  padding-bottom: 60px;
}
.p-front-post-detail__pagenation:before {
  background: url(../img/bg_post-detail_pagenation.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 13vw;
  position: absolute;
  top: -13vw;
  left: 0;
  content: "";
}
.p-front-post-detail__pagenation .pagenation {
  position: relative;
  top: -10vw;
  margin-bottom: -5vw;
}
.p-front-post-detail__pagenation .pagenation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front-post-detail__pagenation .pagenation__inner .prev {
  width: 50px;
}
.p-front-post-detail__pagenation .pagenation__inner .prev .-icon {
  background: url(../img/ico-arrow-prev-black.svg) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  display: block;
}
.p-front-post-detail__pagenation .pagenation__inner .prev .-txt {
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-front-post-detail__pagenation .pagenation__inner .return {
  margin-top: -10px;
}
.p-front-post-detail__pagenation .pagenation__inner .return a {
  background: #000000;
  border-radius: 100%;
  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: 55px;
  text-align: center;
  height: 55px;
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
}
.p-front-post-detail__pagenation .pagenation__inner .next {
  width: 50px;
}
.p-front-post-detail__pagenation .pagenation__inner .next .-icon {
  background: url(../img/ico-arrow-black.svg) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  display: block;
}
.p-front-post-detail__pagenation .pagenation__inner .next .-txt {
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-front-post-detail__pagenation .category {
  position: relative;
  z-index: 2;
}
.p-front-post-detail__pagenation .category .-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.p-front-post-detail__pagenation .category .-label .eng {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
}
.p-front-post-detail__pagenation .category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}</pre></body></html>