@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont
------------------------------------------------------------ */
/* cleafix
------------------------------------------------------------ */
.u-cf, .c-single__body {
  *zoom: 1;
}
.u-cf:after, .c-single__body:after {
  content: "";
  display: block;
  clear: both;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* add Reset
------------------------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/*=============================================================
 Base
=============================================================*/
html {
  overflow-y: scroll;
  font-size: calc(0.162037037vw + 0.5rem);
}
@media (max-width: 1080px) {
  html {
    font-size: 0.8796296296vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 2.6315789474vw;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  html {
    font-size: 1.5789473684vw;
  }
}

body {
  width: 100%;
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
}

/*figure {  margin: 0;}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

img, object, embed {
  max-width: 100%;
}

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

/*button{
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}*/
blockquote {
  position: relative;
  margin: 1em 0 0;
  padding: 15px 15px 15px 60px;
  background: #eee;
  color: #333;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "”";
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}
blockquote cite {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-size: 0.9em;
}

small {
  font-size: 100%;
}

/*=============================================================
 Link
=============================================================*/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #f00;
}

a[target=_blank],
.is-blank {
  text-decoration: underline;
}
a[target=_blank]::after,
.is-blank::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5rem;
}
a[target=_blank]:hover,
.is-blank:hover {
  text-decoration: none;
}

a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-left: 0.5rem;
}

/*=============================================================
 Layout
=============================================================*/
#page {
  height: 100%;
  padding-top: 13rem;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  #page {
    min-width: initial;
    min-width: auto;
    padding-top: 6rem;
  }
}
/* gHeader
------------------------------------------------------------ */
/*.l-header__wrap {
  background: linear-gradient(90deg, transparent 0%, transparent 55%, #f6f4f1 55%, #f6f4f1 100%);
}*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 100;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
}
.l-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
}
.l-header__heading .logo {
  width: 40rem;
}
.l-header.is-fixed {
  -webkit-transform: translateY(-19rem);
          transform: translateY(-19rem);
}
.l-header.is-fixed {
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}
.l-header.is-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 599px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    padding: 0;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2%;
  }
  .l-header__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 2rem;
  }
  .l-header__heading .logo {
    width: 20rem;
    padding: 0;
  }
  .l-header.is-fixed {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .is-drawer_opened #page {
    padding-top: 6rem;
  }
  .is-drawer_opened .l-header {
    position: fixed;
    background-color: rgb(255, 255, 255);
  }
}
/* global_nav
------------------------------------------------------------ */
.l-global_nav {
  padding-top: 1.4rem;
}
.l-global_nav__catch {
  font-size: 1.4rem;
}
.l-global_nav__menu {
  margin-top: 1.5rem;
}
.l-global_nav__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.l-global_nav__menu .list > li {
  margin: 0;
}
.l-global_nav__menu .list > li:not(.contact) a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.l-global_nav__menu .list > li:not(.contact) a > span {
  display: inline-block;
  position: relative;
}
.l-global_nav__menu .list > li:not(.contact) a > span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0%;
  width: 0;
  height: 0.3rem;
  background-color: rgba(255, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-global_nav__menu .list > li:not(.contact) a:hover > span::before {
  width: 100%;
}
.l-global_nav__menu .list > li.contact {
  margin-left: -2.5rem;
}
.l-global_nav__menu .list > li.contact a {
  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;
  width: 15.5rem;
  height: 4.5rem;
  border: 2px solid #000;
  border-radius: 3rem;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-global_nav__menu .list > li.contact a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.l-global_nav__menu .list > li.is-current a > span::before {
  width: 100%;
}
.l-global_nav__menu .list > li.is-current a figure {
  background-color: rgba(241, 146, 47, 0.3);
}

@media only screen and (max-width: 599px) {
  .l-global_nav {
    padding-top: 0;
  }
  .l-global_nav__catch {
    position: absolute;
    top: 0;
    left: 2%;
    font-size: 0.8rem;
  }
  .l-global_nav__menu {
    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;
    margin-top: 0;
  }
  .l-global_nav__menu .list {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .l-global_nav__menu .list > li {
    margin: 0;
  }
  .l-global_nav__menu .list > li:not(.contact) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    padding: 1rem 0;
    border-bottom: 1px dotted #D3D3D3;
    background: url(/assets/img/common/icon_arrow02.svg) 95% 50% no-repeat;
    background-size: 2rem auto;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
  }
  .l-global_nav__menu .list > li:not(.contact) a figure {
    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;
    width: 4rem;
    height: 4rem;
    margin: 0 1.5rem 0 0;
  }
  .l-global_nav__menu .list > li:not(.contact) a figure img {
    width: 70%;
    height: auto;
  }
  .l-global_nav__menu .list > li:not(.contact) a > span {
    display: inline-block;
    position: relative;
  }
  .l-global_nav__menu .list > li:not(.contact) a > span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0.2rem;
    background-color: rgba(241, 146, 47, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .l-global_nav__menu .list > li.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
    margin-left: 0;
  }
  .l-global_nav__menu .list > li.contact a {
    width: 22rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
/* drawer */
.l-drawer__check,
.l-drawer > label {
  display: none;
}

@media only screen and (max-width: 599px) {
  .is-drawer_opened #page {
    scroll-behavior: smooth;
    inset: 0;
    overflow: auto;
  }
  .l-drawer {
    display: block;
    /*    &__close {
          z-index: 1;
          inset: 0;
          pointer-events: none;
          transition: all .6s;
        }*/
    /*    &__check:checked ~ &__close {
          pointer-events: auto;
          background: rgba(0,0,0,.3);
        }*/
  }
  .l-drawer > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    top: 0.5rem;
    right: 0;
    width: 5rem;
    height: 5rem;
    z-index: 100;
    cursor: pointer;
  }
  .l-drawer > label.l-drawer__open {
    color: #333;
    font-size: 1rem;
    -webkit-transition: all 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer > label.l-drawer__open > span, .l-drawer > label.l-drawer__open::before, .l-drawer > label.l-drawer__open::after {
    content: "";
    position: absolute;
    top: calc(38% - 1px);
    left: 17%;
    width: 66%;
    border-bottom: 3px solid #333;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer > label.l-drawer__open::before {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
  }
  .l-drawer > label.l-drawer__open::after {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
  }
  .l-drawer__check:checked + .l-drawer__open {
    background: rgba(255, 255, 255, 0.3);
  }
  .l-drawer__check:checked + .l-drawer__open span {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-drawer__check:checked + .l-drawer__open::before {
    -webkit-transform: rotate(135deg) scaleX(1);
            transform: rotate(135deg) scaleX(1);
  }
  .l-drawer__check:checked + .l-drawer__open::after {
    -webkit-transform: rotate(-135deg) scaleX(1);
            transform: rotate(-135deg) scaleX(1);
  }
  .l-drawer__content {
    z-index: 101;
    position: fixed;
    overflow: auto;
    top: 6rem;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 2rem 1.5rem 2rem;
    background: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer__check:checked ~ .l-drawer__content {
    -webkit-transform: none;
            transform: none;
  }
}
/*-----topicsPath-----*/
.l-topicsPath {
  padding: 2rem 0;
  background-color: #F1F1F1;
}
.l-topicsPath ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  list-style: none;
}
.l-topicsPath ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-topicsPath ol li::before {
  content: "　/　";
  display: inline-block;
  margin: 0 0.5em;
}
.l-topicsPath ol li:first-child::before {
  display: none;
}
.l-topicsPath ol li:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-topicsPath ol li a,
.l-topicsPath ol li > span {
  white-space: nowrap;
}
.l-topicsPath ol li > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60rem;
}

@media only screen and (max-width: 599px) {
  .l-topicsPath {
    margin-bottom: 4rem;
    padding: 1rem 2%;
  }
  .l-topicsPath ol li {
    font-size: 1.2rem;
  }
}
/*-----mainContent-----*/
.l-main {
  padding-top: 4rem;
}

@media only screen and (max-width: 599px) {
  .l-main {
    padding-top: 0;
  }
}
/*-----gFooter-----*/
.l-footer {
  margin-top: 10rem;
  padding-bottom: 4rem;
}
.l-footer__nav {
  padding: 3rem 0 6rem;
  background-color: #000;
  color: #fff;
}
.l-footer__nav .title01 {
  margin-bottom: 1rem;
  font-family: "Open Sans", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
.l-footer__nav .u-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
.l-footer__nav .list01 > li {
  font-weight: 600;
}
.l-footer__nav .list01 > li:not(:first-child) {
  margin-top: 1.2rem;
}
.l-footer__nav .list01 > li::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.5rem;
  margin-right: 1.6rem;
  background-color: #fff;
  vertical-align: middle;
}
.l-footer__nav .list01 > li.is-second {
  height: 100%;
}
.l-footer__nav .list01 > li.is-second > ul {
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}
.l-footer__nav .list01 > li.is-second > ul > li {
  margin-top: 1.2rem;
}
.l-footer__info {
  padding: 4rem 0 0.5rem;
}
.l-footer__info .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
.l-footer__info .about .logo {
  width: 38rem;
}
.l-footer__info .about .map {
  margin-top: 3rem;
}
.l-footer__info .about .map a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 2rem;
  border-radius: 3rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.l-footer__info .about .map a::before {
  display: inline-block;
  content: "\f3c5";
  margin-right: 0.8rem;
  font: var(--fa-font-solid);
  font-size: 1.6rem;
}
.l-footer__info .about .map a::after {
  display: none;
}
.l-footer__info address {
  font-weight: 600;
}
.l-footer__copyright {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .l-footer {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
  .l-footer__nav {
    padding: 2rem 0 3rem;
  }
  .l-footer__nav .title01 {
    margin-bottom: 1rem;
    font-family: "Open Sans", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
  }
  .l-footer__nav .u-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .l-footer__nav .list01 > li {
    font-weight: 600;
  }
  .l-footer__nav .list01 > li:not(:first-child) {
    margin-top: 1.2rem;
  }
  .l-footer__nav .list01 > li::before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 0.5rem;
    margin-right: 1.6rem;
    background-color: #fff;
    vertical-align: middle;
  }
  .l-footer__nav .list01 > li.is-second {
    height: 100%;
  }
  .l-footer__nav .list01 > li.is-second > ul {
    display: block;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }
  .l-footer__nav .list01 > li.is-second > ul > li {
    margin-top: 1.2rem;
  }
  .l-footer__info {
    padding: 4rem 0 0.5rem;
  }
  .l-footer__info .u-container {
    display: block;
    gap: 7rem;
  }
  .l-footer__info .about .logo {
    width: auto;
    max-width: 30rem;
  }
  .l-footer__info .about .map {
    margin-top: 2rem;
  }
  .l-footer__info address {
    margin-top: 2rem;
  }
  .l-footer__copyright {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }
}
/*=============================================================
 Component
=============================================================*/
/* Title
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* Title
------------------------------------------------------------ */
.c-pagetitle {
  padding: 4.5rem 3%;
}
.c-pagetitle__title {
  font-size: 4.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .c-pagetitle {
    padding: 4.5rem 1.5rem;
  }
  .c-pagetitle__title {
    font-size: 3rem;
  }
}
.c-title01 {
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.c-title01[data-subText]::before {
  content: attr(data-subText);
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
}

@media only screen and (max-width: 599px) {
  .c-title01 {
    margin-bottom: 1rem;
  }
  .c-title01[data-subText]::before {
    font-size: 2.8rem;
  }
}
.c-title02 {
  padding: 0 1.5rem 3rem;
  margin-bottom: 5rem;
  border-bottom: 2px solid #bbb;
  font-size: 3.2rem;
  font-weight: 600;
}
.c-title02:not(:first-child) {
  margin-top: 7rem;
}
.c-title02.is-border_none {
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 599px) {
  .c-title02 {
    padding: 0 1rem 1rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .c-title02:not(:first-child) {
    margin-top: 5rem;
  }
  .c-title02.is-border_none {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.c-title03 {
  position: relative;
  margin-bottom: 4rem;
  padding: 0 0 0 2.5rem;
  font-size: 3.4rem;
  font-weight: 600;
}
.c-title03::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 85%;
  background-color: #39B19E;
  border-radius: 1rem;
}

@media only screen and (max-width: 599px) {
  .c-title03 {
    margin-bottom: 3rem;
    padding: 0 0 0 1.5rem;
    font-size: 2.2rem;
  }
}
.c-title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
.c-title04::before {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  margin-right: 1rem;
  background-color: #cfc7bc;
}
.c-title04:not(:first-child) {
  margin-top: 3.5rem;
}

.c-leadtext {
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .c-leadtext {
    font-size: 1.6rem;
  }
}
/* Button
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* Button
------------------------------------------------------------ */
.c-button01 .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 1.5rem;
  border-radius: 3rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .c-button01 .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3rem 1.5rem;
    border-radius: 3rem;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
  }
}
.c-button_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
.c-button_block01 .button {
  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;
  width: 22rem;
  height: 5.5rem;
  padding-right: 3rem;
  border: 0.2rem solid #00583D;
  border-radius: 5rem;
  background: #00583D url(/assets/img/common/icon_arrow01.svg) 93% 50% no-repeat;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-button_block01 .button:hover {
  background-color: #fff;
  background-image: url(/assets/img/common/icon_arrow02.svg);
  color: #00583D;
  text-decoration: none;
}
.c-button_block01 .button.is-mail {
  padding-right: 0;
  padding-left: 3rem;
  background-image: url(/assets/img/common/icon_mail.svg);
  background-position: 15% 50%;
}
.c-button_block01 .button.is-mail:hover {
  background-image: url(/assets/img/common/icon_mail02.svg);
}
.c-button_block01 .button.is-L {
  width: 28rem;
  height: 7rem;
  font-size: 2.2rem;
}
.c-button_block01 .button[target=_blank] {
  text-decoration: none;
}
.c-button_block01 .button[target=_blank]::after {
  display: none;
}
.c-button_block01.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button_block01.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .c-button_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
  }
  .c-button_block01 .button {
    width: 22rem;
    height: 5.5rem;
    padding-right: 3rem;
  }
  .c-button_block01 .button.is-mail {
    padding-right: 0;
    padding-left: 3rem;
    background-image: url(/assets/img/common/icon_mail.svg);
    background-position: 15% 50%;
  }
  .c-button_block01 .button.is-mail:hover {
    background-image: url(/assets/img/common/icon_mail02.svg);
  }
  .c-button_block01 .button.is-L {
    width: 28rem;
    height: 7rem;
    font-size: 2rem;
  }
  .c-button_block01 .button[target=_blank] {
    text-decoration: none;
  }
  .c-button_block01 .button[target=_blank]::after {
    display: none;
  }
  .c-button_block01.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-button_block01.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-buttonBlock01 {
  margin-top: 3rem;
  text-align: center;
}
.c-buttonBlock01 .button {
  display: inline-block;
  min-width: 43rem;
  margin: 0 1rem;
}
.c-buttonBlock01 .button > a,
.c-buttonBlock01 .button > button {
  display: block;
  width: 100%;
  margin: 0 1rem;
  padding: 3rem 0;
  border: 1px solid var(--color02);
  border-radius: 5rem;
  background-color: var(--color02);
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
}
.c-buttonBlock01 .button > a i,
.c-buttonBlock01 .button > button i {
  margin-right: 1rem;
  font-size: 120%;
}
.c-buttonBlock01 .button > a:hover,
.c-buttonBlock01 .button > button:hover {
  opacity: 0.7;
}
.c-buttonBlock01 .button.is-sample > a {
  border: 1px solid var(--color03);
  background-color: var(--color03);
}

@media only screen and (max-width: 599px) {
  .c-buttonBlock01 {
    margin-top: 2rem;
    text-align: center;
  }
  .c-buttonBlock01 .button {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .c-buttonBlock01 .button:not(:first-child) {
    margin-top: 1em;
  }
  .c-buttonBlock01 .button > a,
  .c-buttonBlock01 .button > button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    border-radius: 0.5rem;
    font-size: 1.8rem;
  }
}
/* Table
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* Table
------------------------------------------------------------ */
.c-table01 {
  overflow: visible;
}
.c-table01 table {
  width: 100%;
  border-top: 1px solid #000;
}
.c-table01 table th,
.c-table01 table td {
  padding: 2.5rem 2rem;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.c-table01 table th.is-nowrap,
.c-table01 table td.is-nowrap {
  white-space: nowrap;
}
.c-table01 table thead {
  background-color: #F6F6F6;
}
.c-table01 table thead th {
  text-align: center;
  vertical-align: middle;
}
.c-table01 table tbody th {
  text-align: left;
  vertical-align: middle;
}
.c-table01.is-companylist table thead th:nth-child(2) {
  width: 13rem;
}
.c-table01.is-companylist table thead th:nth-child(3) {
  width: 38rem;
}
.c-table01.is-companylist table thead th:nth-child(4) {
  width: 15rem;
}

@media only screen and (max-width: 599px) {
  .c-table01 {
    margin-top: 3rem;
  }
  .c-table01 table {
    width: 100%;
  }
  .c-table01 table th,
  .c-table01 table td {
    padding: 1rem 1rem;
  }
  .c-table01 table tbody th {
    white-space: nowrap;
  }
  .c-table01.js-scrollable {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* Block
------------------------------------------------------------ */
/*.c-contentBlock01 {
  padding: 5rem 0;
}
@include mq(sm) {
  .c-contentBlock01 {
    margin-top: - $fixed-header_sp;
    padding: 2.5rem + $fixed-header_sp 0 2.5rem;
  }
}*/
.c-content_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 5rem;
  margin-bottom: 6rem;
}
.c-content_nav:not(:first-child) {
  margin-top: 8rem;
}
.c-content_nav > li {
  width: calc((100% - 10rem) / 3);
}
.c-content_nav > li a {
  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;
  width: 100%;
  height: 6.7rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  font-size: 1.8;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  line-height: 1.4;
}
.c-content_nav > li a:hover, .c-content_nav > li a.is-current {
  border-radius: 5rem;
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .c-content_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 6rem;
  }
  .c-content_nav:not(:first-child) {
    margin-top: 8rem;
  }
  .c-content_nav > li {
    width: calc((100% - 2rem) / 2);
  }
  .c-content_nav > li a {
    width: 100%;
    height: 6rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
    font-size: 1.6;
  }
  .c-content_nav > li a:hover, .c-content_nav > li a.is-current {
    border-radius: 0.5rem;
  }
}
.c-remodal {
  position: relative;
  padding: 3rem;
}
.c-remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* List
------------------------------------------------------------ */
.c-list01 li {
  position: relative;
  padding-left: 1.5em;
}
.c-list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list01.is_asterisk li::before {
  content: "※";
}
.c-list01.is_mark_center li::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-discList li {
  list-style-type: disc;
  margin-left: 1.2em;
}

/* Form
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* Form
------------------------------------------------------------ */
.c-form01_error > .error {
  display: none !important;
}
.c-form01_error .error:first-child {
  display: block !important;
}
.c-form01_error .error:first-child::before {
  content: "入力エラーがあります: ";
  display: inline;
}
.c-form01 .mw_wp_form_complete {
  color: #000;
}
.c-form01__text_box {
  font-weight: 600;
  line-height: 2;
}
.c-form01__text_box:not(:first-child) {
  margin-top: 2rem;
}
.c-form01__text_info {
  color: var(--color02);
  font-weight: 600;
}
.c-form01__text_info:not(:first-child) {
  margin-top: 2rem;
}
.c-form01__table01 {
  width: 58rem;
  margin: 5rem auto 0;
}
.c-form01__table01 table {
  width: 100%;
  margin-bottom: 4rem;
}
.c-form01__table01 table th, .c-form01__table01 table td {
  padding: 2rem 1rem;
  border-bottom: 1px dotted #D3D3D3;
}
.c-form01__table01 table th {
  width: 30rem;
  padding-top: 2.2rem;
  font-weight: normal;
  text-align: left;
}
.c-form01__table01 table th.is-required {
  position: relative;
  padding-right: 7rem;
}
.c-form01__table01 table th.is-required::before {
  content: "必須";
  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;
  position: absolute;
  top: 2em;
  right: 2rem;
  width: 4rem;
  height: 2.5rem;
  border-radius: 2px;
  background-color: #F1932F;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.c-form01__table01 table td {
  vertical-align: middle;
}
.c-form01__table01 table td input,
.c-form01__table01 table td textarea {
  color: #333;
}
.c-form01__table01 table td .info_text {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.c-form01__table01 dl {
  padding: 2rem 0;
  /*      &:not(:first-child) {
          border-top: 1px solid #fff;
        }*/
}
.c-form01__table01 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-form01__table01 dl dt::after {
  content: "任意";
  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;
  width: 4.8rem;
  height: 2r 0.2em;
  margin-left: 1rem;
  border-radius: 0.5rem;
  background-color: #ccc;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.c-form01__table01 dl dt.is-required::after {
  content: "必須";
  background-color: #000;
}
.c-form01__table01 dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*        &.is-2col {
            display: flex;
            justify-content: space-between;
            > * {
              width: 48%;
            }
          }*/
}
.c-form01__table01 .text_attention {
  padding: 2rem 5rem;
  color: var(--color02);
  font-size: 1.4rem;
  font-weight: 600;
}
.c-form01 input,
.c-form01 textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background-color: #fff;
}
.c-form01 input[type=text],
.c-form01 input[type=email] {
  padding: 0.5rem 1rem;
}
.c-form01 textarea {
  height: 16em;
  padding: 1rem;
}
.c-form01 label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  white-space: nowrap;
  /*    select {
        width: 100%;
        margin: 0 0 0 1rem;
      }*/
}
.c-form01 label.is-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form01 label input[type=text],
.c-form01 label input[type=email] {
  width: 100%;
  margin: 0 1rem;
}
.c-form01 .is-SS {
  width: 7rem;
}
.c-form01 .is-S {
  width: 30%;
}
.c-form01 .is-M {
  width: 60%;
}
.c-form01 .is-L {
  width: 80%;
}
.c-form01 .is-LL {
  width: 100%;
}
.c-form01__agree {
  margin: 5rem 2rem 0;
  padding: 1.5rem 2rem;
  font-weight: 400;
}
.c-form01__agree .u-checkbox01 {
  display: block;
  text-align: center;
}
.c-form01__agree a {
  margin-right: 0.5rem;
  color: #00583D;
  text-decoration: underline;
}
.c-form01__agree a::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  background: url(/assets/img/common/icon_blank.svg) 50% 50% no-repeat;
  background-size: contain;
}
.c-form01__agree a:hover {
  text-decoration: none;
}
.c-form01__button01 {
  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;
  gap: 3rem;
  margin-top: 5rem;
}
.c-form01__button01 .button a,
.c-form01__button01 .button button,
.c-form01__button01 .button input {
  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;
  width: 20rem;
  height: 5rem;
  border: 2px solid #000;
  border-radius: 5rem;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-form01__button01 .button a:hover,
.c-form01__button01 .button button:hover,
.c-form01__button01 .button input:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.c-form01__button01 .button.is-back button {
  border-color: #838383;
  background-color: #838383;
  background-image: none;
}
.c-form01__button01 .button.is-back button:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  .c-form01 {
    /*    &_inputWrap {
          label {
            + input {
              width: calc(100% - 5em)!important;
            }
          }
        }*/
    /*    &__button01 {
          margin-top: 20px;
          text-align: center;
          .button {
            display: block;
            &:not(:first-child) {
              margin-top: 1em;
            }
            > a,
            > button {
              display: block;
              width: 100%;
              margin: 0;
              padding: 15px 0;
              border-radius: 3px;
              font-size: 1.3rem;
              &::after {
                width: 5px;
              }
            }
            &.is-confirm {
              button {
                min-width: 0;
              }
            }
            &.is-submit {
              button {
                min-width: 0;
              }
            }
          }
        }*/
  }
  .c-form01__table01 {
    margin-bottom: 2rem;
  }
  .c-form01__table01 table th {
    display: block;
    width: 100%;
    padding: 2rem 1rem 1rem;
    border-bottom: none;
  }
  .c-form01__table01 table th.is-required {
    position: relative;
    padding-right: 4rem;
    z-index: 0;
  }
  .c-form01__table01 table th.is-required::before {
    width: 3rem;
    height: 2rem;
    font-size: 1rem;
  }
  .c-form01__table01 table td {
    display: block;
    height: auto;
    padding: 0 10px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 1.2rem;
  }
  .c-form01__table01 table td .info_text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .c-form01__table01 dl {
    display: block;
    padding: 1.5rem 0;
  }
  .c-form01__table01 dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .c-form01__table01 dl dt::before {
    width: 4rem;
    height: 3rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }
  .c-form01__table01 dl dd {
    margin-top: 0.5rem;
  }
  .c-form01 input[type=text],
  .c-form01 input[type=email] {
    padding: 5px 10px;
  }
  .c-form01 textarea {
    width: 100%;
    height: 15em;
  }
  .c-form01 .is-SS {
    width: 30%;
  }
  .c-form01 .is-S {
    width: 100%;
  }
  .c-form01 .is-M {
    width: 100%;
  }
  .c-form01 .is-L {
    width: 100%;
  }
  .c-form01 .is-LL {
    width: 100%;
  }
  .c-form01_agree {
    text-align: center;
  }
  .c-form01__button01 {
    display: block;
    margin-top: 3rem;
  }
  .c-form01__button01 .button {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .c-form01__button01 .button > a,
  .c-form01__button01 .button > button {
    width: 100%;
    min-width: 0;
    margin: 1rem 0 0;
    font-size: 1.8rem;
  }
  .c-form01__button01 .button.is-confirm button {
    min-width: 0;
  }
  .c-form01__button01 .button.is-back button {
    min-width: 0;
  }
  .c-form01__button01 .button.is-back button .icon-arrow01 {
    width: 6rem;
    height: 6rem;
  }
  .c-form01__button01 .button.is-back button .icon-arrow01 svg {
    width: 2rem;
  }
  .mw_wp_form_confirm .c-form01_button01 .back {
    display: block;
  }
}
/* CMS
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* CMS
------------------------------------------------------------ */
.c-news_list {
  border-top: 1px solid #000;
}
.c-news_list__item {
  border-bottom: 1px solid #000;
}
.c-news_list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  position: relative;
  padding: 2.5rem 2rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-news_list__item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 2rem;
  height: 1.9626105055rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-news_list__item > a time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.c-news_list__item > a:hover {
  padding-left: 3.5rem;
  background-color: #F6F6F6;
}
.c-news_list__item > a:hover::before {
  right: 2.5rem;
}
.c-news_list__item > a:hover .text {
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  .c-news_list {
    border-top: 1px solid #000;
  }
  .c-news_list__item {
    border-bottom: 1px solid #000;
  }
  .c-news_list__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    position: relative;
    padding: 1.5rem 3rem 1.5rem 0;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .c-news_list__item > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #000;
    width: 1rem;
    height: 0.9813052528rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .c-news_list__item > a time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
  }
  .c-news_list__item > a:hover {
    padding-left: 3.5rem;
    background-color: #F6F6F6;
  }
  .c-news_list__item > a:hover::before {
    right: 2.5rem;
  }
  .c-news_list__item > a:hover .text {
    text-decoration: underline;
  }
}
.c-card01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4rem -2rem;
}
.c-card01_item {
  display: block;
  width: 30.4rem;
  margin: 4rem 2rem;
  /*    .category {
        margin-top: 10px;
        li {
          display: inline-block;
          padding: 1px 12px;
          background-color: #e2ad5d;
          color: #fff;
          font-size: 1.2rem;
        }
      }*/
  /*    .button {
        margin-top: 10px;
        padding: 15px 0;
        border-top: 1px solid #ddd;
        font-size: 1.2rem;
        line-height: 1.2;
      }*/
}
.c-card01_item .image img {
  border-radius: 2rem;
}
.c-card01_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.c-card01_item .title .type {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border: 1px solid #27596B;
  border-radius: 0.3rem;
  color: #27596B;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.c-card01_item .title a {
  text-decoration: none;
}
.c-card01_item .title a:hover {
  text-decoration: underline;
}
.c-card01_item .detail > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  font-size: 1.7rem;
}
.c-card01_item .detail > dl dt {
  font-weight: 400;
}
.c-card01_item .text {
  margin-top: 1rem;
}
.c-card01.is-col4 .c-card01_item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: calc(25% - 4rem);
      flex-basis: calc(25% - 4rem);
}
.c-card01.is-col3 .c-card01_item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: calc(33.3333% - 4rem);
      flex-basis: calc(33.3333% - 4rem);
  max-width: 35rem;
}

@media only screen and (max-width: 599px) {
  .c-card01 {
    margin: -4rem -2rem;
    padding-bottom: 1px;
    /*    &.is-sp_col4 {
          .c-card01_item {
            flex-grow: 0;
            flex-basis: calc(25% - 4rem);
          }
        }
        &.is-sp_col3 {
          .c-card01_item {
            flex-grow: 0;
            flex-basis: calc(33.3333% - 4rem);
          }
        }
        &.is-sp_col2 {
          .c-card01_item {
            flex-grow: 0;
            flex-basis: calc(50% - 4rem);
          }
        }*/
  }
  .c-card01_item {
    margin: 4rem 2rem;
  }
  .c-card01_item .title {
    margin-top: 0.3rem;
    padding: 0 1.5rem;
    font-size: 1.6rem;
  }
  .c-card01_item .text {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  .c-card01.is-sp_col1 {
    display: block;
    margin: -4rem 0;
  }
  .c-card01.is-sp_col1 .c-card01_item {
    width: 100%;
    margin: 4rem 0;
  }
}
.c-newsList01_item {
  border-bottom: 1px solid #ddd;
}
.c-newsList01_item:first-child {
  margin-top: 0;
}
.c-newsList01_item > a,
.c-newsList01_item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5px;
  color: #000;
  text-decoration: none;
}
.c-newsList01_item > a .category,
.c-newsList01_item > span .category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
}
.c-newsList01_item > a .category > span,
.c-newsList01_item > span .category > span {
  display: block;
  margin-top: 0.17em;
  margin-right: 20px;
  background-color: #aaa;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.c-newsList01_item > a time,
.c-newsList01_item > span time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5em;
          flex: 0 0 7.5em;
  margin-top: 0.17em;
  font-size: 1.2rem;
  font-weight: normal;
}
.c-newsList01_item > a p,
.c-newsList01_item > span p {
  margin: 0;
  text-decoration: underline;
}
.c-newsList01_item > a:hover {
  background-image: url(/img/common/icon_arrow02.png);
}
.c-newsList01_item > a:hover p {
  color: #fe613e;
}

.c-archiveList01_item {
  margin-bottom: 100px;
  /*    .entrBody {
        p, ul, ol, table {
          margin-top: 1em;
          &:first-child {
            margin-top: 0;
          }
        }
      }*/
}
.c-archiveList01_item .entryTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.c-archiveList01_item .entryTitle time {
  margin-left: 20px;
  color: #999;
  font-size: 1.2rem;
  white-space: nowrap;
}
.c-archiveList01_item .entryTitle .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.c-archiveList01_item .entryTitle .category li {
  margin-left: 20px;
  padding: 5px 20px;
  background: #e8eded;
  font-size: 1.4rem;
  white-space: nowrap;
}
.c-archiveList01_item .entryExcerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-archiveList01_item .entryExcerpt figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin-right: 20px;
}
.c-archiveList01_item .button {
  text-align: right;
}
.c-archiveList01_item .button > a {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #ccc;
}

/* pager */
.c-pager {
  margin-top: 8rem;
}
.c-pager .nav-links {
  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;
  gap: 2.5rem;
}
.c-pager .nav-links .page-numbers {
  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;
  height: 4rem;
  width: 4rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.c-pager .nav-links .page-numbers:not(span):hover {
  background-color: #000;
  color: #fff;
  text-decoration: underline;
}
.c-pager .nav-links .page-numbers.current {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.c-pager .nav-links .page-numbers.next, .c-pager .nav-links .page-numbers.prev {
  position: relative;
  text-indent: -9999rem;
}
.c-pager .nav-links .page-numbers.next::before, .c-pager .nav-links .page-numbers.prev::before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Solid:900、Regular:400 */
  text-indent: 0;
}
.c-pager .nav-links .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-pager .pagination h2.screen-reader-text {
  display: none;
}

@media only screen and (max-width: 599px) {
  .c-pager {
    margin-top: 4rem;
  }
  .c-pager .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .c-pager .nav-links .page-numbers {
    height: 3rem;
    width: 3rem;
    font-size: 1.6rem;
  }
  .c-pager .pagination h2.screen-reader-text {
    display: none;
  }
}
.c-page__heading_text01 {
  margin-bottom: 7rem;
  line-height: 3;
}
.c-page__heading_text01.is-center {
  text-align: center;
}
.c-page__map iframe {
  width: 100%;
  height: 50rem;
}
.c-page__date {
  margin-top: 3rem;
  font-weight: 600;
  text-align: right;
}
.c-page__article .article_date {
  margin-top: -3rem;
  margin-bottom: 3rem;
  text-align: right;
}
.c-page__article .chapter {
  margin-top: 4rem;
}
.c-page__article .chapter:not(:first-of-type) {
  padding-top: 4rem;
  border-top: 1px solid #000;
}
.c-page__article .chapter h3 {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.c-page__article .chapter h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.c-page__article .chapter ol {
  list-style: none;
  counter-reset: item;
  margin-top: 2rem;
  margin-left: 1rem;
  padding-left: 2em;
}
.c-page__article .chapter ol li {
  counter-increment: item;
  position: relative;
  margin-top: 1rem;
}
.c-page__article .chapter ol li::before {
  content: "(" counter(item) ")";
  position: absolute;
  left: -2em;
}
.c-page__article .chapter p {
  margin-top: 2rem;
}
.c-page__article .chapter a {
  text-decoration: underline;
}
.c-page__article .chapter a:hover {
  text-decoration: none;
}
.c-page__article .chapter .note > p {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.c-page__article .chapter .note > p::before {
  content: "＊";
  margin-right: 0.5em;
}
.c-page__schedule .year h3 {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.c-page__schedule .year h3::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  margin-right: 1.5rem;
  background-color: #000;
}
.c-page__schedule .year h3:not(:first-child) {
  margin-top: 4rem;
}
.c-page__schedule .year h4 {
  margin: 3rem 0 1rem;
  font-weight: 600;
}
.c-page__schedule .year h3 + h4 {
  margin-top: 1rem;
}
.c-page__schedule .year p {
  margin-top: 1rem;
}
.c-page__hanpubutsu .headding p + p {
  margin-top: 1.5rem;
}
.c-page__hanpubutsu .item {
  margin-top: 8rem;
}
.c-page__hanpubutsu .item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
.c-page__hanpubutsu .item .media .price {
  margin-top: 5rem;
  font-weight: 600;
}
.c-page__hanpubutsu .item .media .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-page__hanpubutsu .item .media .image img {
  min-width: 21rem;
  min-height: 21rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 599px) {
  .c-page__heading_text01 {
    margin-bottom: 7rem;
    line-height: 3;
  }
  .c-page__heading_text01.is-center {
    text-align: center;
  }
  .c-page__map iframe {
    width: 100%;
    height: 30rem;
  }
  .c-page__date {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .c-page__article .article_date {
    margin-top: -3rem;
    margin-bottom: 3rem;
    text-align: right;
  }
  .c-page__article .chapter {
    margin-top: 4rem;
  }
  .c-page__article .chapter:not(:first-of-type) {
    padding-top: 4rem;
    border-top: 1px solid #000;
  }
  .c-page__article .chapter h3 {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .c-page__article .chapter h4 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .c-page__article .chapter ol {
    list-style: none;
    counter-reset: item;
    margin-top: 2rem;
    margin-left: 1rem;
    padding-left: 2em;
  }
  .c-page__article .chapter ol li {
    counter-increment: item;
    position: relative;
    margin-top: 1rem;
  }
  .c-page__article .chapter ol li::before {
    content: "(" counter(item) ")";
    position: absolute;
    left: -2em;
  }
  .c-page__article .chapter p {
    margin-top: 2rem;
  }
  .c-page__article .chapter a {
    text-decoration: underline;
  }
  .c-page__article .chapter a:hover {
    text-decoration: none;
  }
  .c-page__article .chapter .note > p {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .c-page__article .chapter .note > p::before {
    content: "＊";
    margin-right: 0.5em;
  }
  .c-page__schedule .year h3 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .c-page__schedule .year h3::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.5rem;
    margin-right: 1.5rem;
    background-color: #000;
  }
  .c-page__schedule .year h3:not(:first-child) {
    margin-top: 4rem;
  }
  .c-page__schedule .year h4 {
    margin: 3rem 0 1rem;
    font-weight: 600;
  }
  .c-page__schedule .year h3 + h4 {
    margin-top: 1rem;
  }
  .c-page__schedule .year p {
    margin-top: 1rem;
  }
  .c-page__hanpubutsu .headding p + p {
    margin-top: 1.5rem;
  }
  .c-page__hanpubutsu .item {
    margin-top: 8rem;
  }
  .c-page__hanpubutsu .item .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5rem;
  }
  .c-page__hanpubutsu .item .media .price {
    margin-top: 5rem;
    font-weight: 600;
  }
  .c-page__hanpubutsu .item .media .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-page__hanpubutsu .item .media .image img {
    min-width: 21rem;
    min-height: 21rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem 3rem;
}
.c-topics_list__item {
  width: calc((100% - 6rem) / 3);
}
.c-topics_list__item a:hover {
  opacity: 0.7;
}
.c-topics_list__item .image {
  height: 24.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-topics_list__item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-topics_list__item .image.is-no_image {
  background: #E5E5E5 url(/assets/img/common/no_image.png) 50% 50% no-repeat;
}
.c-topics_list__item .content {
  margin-top: 3rem;
}
.c-topics_list__item .content time {
  display: block;
  font-size: 1.4rem;
}
.c-topics_list__item .content .title {
  margin: 1.2rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline;
}
.c-topics_list__item .content .excerpt {
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .c-topics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 2rem;
  }
  .c-topics_list__item {
    width: calc((100% - 2rem) / 2);
  }
  .c-topics_list__item .image {
    height: auto;
    min-height: 16rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .c-topics_list__item .image img {
    width: 100%;
  }
  .c-topics_list__item .image.is-no_image {
    background: #E5E5E5 url(/assets/img/common/no_image.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .c-topics_list__item .content {
    margin-top: 1.5rem;
  }
  .c-topics_list__item .content time {
    display: block;
    font-size: 1.2rem;
  }
  .c-topics_list__item .content .title {
    margin: 1.2rem 0;
    font-size: 1.6rem;
  }
  .c-topics_list__item .content .excerpt {
    line-height: 1.4;
  }
}
.c-single__title {
  margin-bottom: 6rem;
}
.c-single__title .title {
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.c-single__title .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-single__body {
  word-wrap: break-word;
  /*    h5 {
        margin: 3rem 0;
        color: #27596B;
        font-size: 2.8rem;
        font-weight: 600;
        &:first-child {
          margin-top: 0;
        }
      }
      h6 {
        margin: 3rem 0;
        font-size: 2.4rem;
        font-weight: 600;
        &:first-child {
          margin-top: 0;
        }
      }*/
}
.c-single__body p + p {
  margin-top: 3rem;
}
.c-single__body h3 {
  position: relative;
  margin: 5rem 0 3rem;
  padding: 0 0 0 6rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.c-single__body h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.5rem;
  background-color: #000;
}
.c-single__body h3:first-child {
  margin-top: 0;
}
.c-single__body h4 {
  margin: 3rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px dotted #ccc;
  font-size: 2rem;
  font-weight: 600;
}
.c-single__body h4:first-child {
  margin-top: 0;
}
.c-single__body a {
  text-decoration: underline;
}
.c-single__body a:hover {
  text-decoration: none;
}
.c-single__body ul {
  margin-top: 1.5rem;
}
.c-single__body ul li {
  position: relative;
  padding-left: 2rem;
}
.c-single__body ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #000;
}
.c-single__body table {
  width: 100%;
  margin-top: 3rem;
  border-top: 1px solid #000;
}
.c-single__body table th,
.c-single__body table td {
  padding: 2.5rem 2rem;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.c-single__body table thead {
  background-color: #F6F6F6;
}
.c-single__body table thead th {
  text-align: center;
  vertical-align: middle;
}
.c-single__body table tbody th {
  text-align: left;
  vertical-align: middle;
}
.c-single__body .alignleft {
  float: left;
  margin: 0 3rem 3rem 0;
}
.c-single__body .alignright {
  float: right;
  margin: 0 0 3rem 3rem;
}
.c-single__control {
  margin-top: 6rem;
  border-top: 2px solid #bbb;
  padding-top: 6rem;
}
.c-single__control ul {
  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;
}
.c-single__control ul > li {
  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;
  width: 33.3333%;
}
.c-single__control ul li.prev a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  margin-right: 0.5em;
}
.c-single__control ul li.next a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 0.5em;
}
.c-single__control ul li.top a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 0.5em;
}

@media only screen and (max-width: 599px) {
  .c-single__title {
    margin-bottom: 3rem;
  }
  .c-single__title .title {
    font-size: 2.6rem;
  }
  .c-single__body p + p {
    margin-top: 1.5rem;
  }
  .c-single__body h3 {
    margin: 3rem 0;
    padding: 0 0 0 2rem;
    font-size: 2.2rem;
  }
  .c-single__body h4 {
    margin: 2rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px dotted #27596B;
    font-size: 2rem;
  }
  .c-single__body h5 {
    margin: 2rem 0;
    font-size: 1.8rem;
  }
  .c-single__body h6 {
    margin: 2rem 0;
    font-size: 1.6rem;
  }
  .c-single__body ul li {
    padding-left: 1.5rem;
  }
  .c-single__body ul li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c-single_control {
    padding-top: 10px;
  }
  .c-single_control ul {
    padding: 0 5px;
    font-size: 1.2rem;
  }
  .c-single_control ul .prev {
    padding-left: 15px;
    background-size: 12px auto;
  }
  .c-single_control ul .next {
    padding-right: 15px;
    background-size: 12px auto;
  }
  .c-single_control ul .top {
    padding-left: 15px;
    background-size: 12px auto;
  }
}
/* 404 */
.c-404__block {
  padding: 10rem;
}
.c-404__block .text {
  font-size: 150%;
}
.c-404__block .link {
  margin-top: 5rem;
}
.c-404__block .link::before {
  content: "\f100";
  margin-right: 1rem;
  font: var(--fa-font-solid);
  font-size: 100%;
}
.c-404__block .link a {
  text-decoration: underline;
}
.c-404__block .link a:hover {
  text-decoration: none;
}

/* Utility
------------------------------------------------------------ */
.u-container {
  width: 108rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.u-container.is-wide {
  width: 142rem;
}

.u-inner {
  padding: 0 3rem;
}

@media only screen and (max-width: 599px) {
  .u-container {
    width: 100%;
    padding: 0 1.5rem;
  }
  .u-container.is-narrow {
    max-width: 100%;
  }
  .u-inner {
    padding: 0 1rem;
  }
}
/*.u-flr { float: right;}
.u-fll { float: left;}
.u-clb { clear: both;}
.u-cll { clear:left;}
.u-clr { clear:right;}

.u-tac { text-align: center!important;}
.u-tar { text-align: right!important;}
.u-tal { text-align: left!important;}
.u-fwb { font-weight: bold!important;}
.u-fwn { font-weight: normal!important;}

.u-wsn { white-space: nowrap!important;}*/
.u-hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .u-hidden_pc {
    display: none !important; /* into tb */
  }
}
@media only screen and (max-width: 1024px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .u-hidden_sm {
    display: none !important;
  }
}
/* image switch */
/*.u-switch {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: switchMotion;
  animation-name: switchMotion;
}
@-webkit-keyframes switchMotion {
  0% { opacity: 0; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}
@keyframes switchMotion {
  0% { opacity: 0; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}*/
/* font */
.u-font_sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}

.u-font_serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}

.u-font_en {
  font-family: Century, Georgia, "Times New Roman", serif;
}

.u-fontS {
  font-size: 0.75em;
}

.u-fontM {
  font-size: 1.25em;
}

.u-fontL {
  font-size: 1.5em;
}

/* Acordion menu
------------------------------------------------------------ */
.u-accordion {
  cursor: pointer;
}
.u-accordion__content {
  display: none;
}

/* sp Acordion menu
------------------------------------------------------------ */
/*.u-spAcmenu {}
@include mq(sm) {
  .u-spAcmenu {
      display: block;
    &_trigger,
    &_content {
      display: block;
    }
    &_trigger {
      position: relative;
      padding-bottom: 40px;
      cursor: pointer;
      &::after {
        content: "＞";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: rotate(90deg);
        font-size: 1rem;
        line-height: 1;
        z-index: 1;
      }
      &.active::after {
        transform: rotate(90deg);
      }
    }
    &_content {
      display: none;
    }
  }
}*/
/* form parts
------------------------------------------------------------ */
.u-tel01 input {
  width: 10rem;
}

.u-radio01 {
  display: inline-block;
}
.u-radio01 label {
  position: relative;
  cursor: pointer;
}
.u-radio01 label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-radio01 label > span {
  display: inline-block;
}
.u-radio01 label input[type=radio] + span {
  position: relative;
  padding: 0 2.5rem;
}
.u-radio01 label input[type=radio] + span::before,
.u-radio01 label input[type=radio] + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
}
.u-radio01 label input[type=radio] + span::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #666;
  background-color: #fff;
  z-index: 0;
}
.u-radio01 label input[type=radio] + span::after {
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
}
.u-radio01 label input[type=radio]:checked + span::after {
  background-color: #666;
}

@media only screen and (max-width: 599px) {
  .u-radio01 label input[type=radio] + span {
    padding: 0 20px;
  }
  .u-radio01 label input[type=radio] + span::before {
    width: 16px;
    height: 16px;
    z-index: 0;
  }
  .u-radio01 label input[type=radio] + span::after {
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: transparent;
  }
}
.u-checkbox01 {
  display: inline-block;
}
.u-checkbox01 label {
  position: relative;
  cursor: pointer;
}
.u-checkbox01 label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-checkbox01 label > span {
  display: inline-block;
}
.u-checkbox01 label input[type=checkbox] + span {
  position: relative;
  padding: 0 2.5rem;
}
.u-checkbox01 label input[type=checkbox] + span::before,
.u-checkbox01 label input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
}
.u-checkbox01 label input[type=checkbox] + span::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #666;
  border-radius: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.u-checkbox01 label input[type=checkbox] + span::after {
  left: 0.5rem;
  width: 0.8rem;
  height: 1.4rem;
  margin: -9px 0 0 1px;
  z-index: 1;
}
.u-checkbox01 label input[type=checkbox]:checked + span::after {
  border: 3px solid #666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 599px) {
  .u-checkbox01 label input[type=checkbox] + span {
    position: relative;
    padding: 0 2rem;
  }
  .u-checkbox01 label input[type=checkbox] + span::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .u-checkbox01 label input[type=checkbox] + span::after {
    left: 0.5rem;
    width: 0.6rem;
    height: 1rem;
    margin: -0.7rem 0 0 0;
    z-index: 1;
  }
  .u-checkbox01 label input[type=checkbox]:checked + span::after {
    border-width: 0 0.3rem 0.3rem 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.u-select01 {
  display: inline-block;
  position: relative;
}
.u-select01:before {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
  pointer-events: none;
}
.u-select01 select {
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 1px solid #fff;
  background: none #fff;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-select01 select::-ms-expand {
  display: none;
}

.mw_wp_form_confirm .u-select01::before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .u-select01 {
    width: 100%;
  }
  .u-select01 select {
    width: 100%;
  }
  .u-select01 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .u-select01 label select {
    margin-left: 1rem;
  }
}
.mw_wp_form_send_error {
  display: none;
}

/* WP template chk */
.u-wptemp {
  position: fixed;
  left: 20px;
  bottom: 30px;
  padding: 8px 20px;
  background-color: #0073aa;
  color: #fff;
  font-size: 10px;
  text-align: center;
  opacity: 0.7;
  z-index: 999;
}

/* material icon
------------------------------------------------------------ */
.material-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}/*# sourceMappingURL=common.css.map */