@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

dl {
  padding: 0;
  margin: 0;
}
dl dt {
  font-weight: normal;
}

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

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

body {
  font-size: 1.5rem;
  line-height: 2;
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
body.is-hidden {
  overflow: hidden;
}

main {
  display: block;
}

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

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

button {
  color: #323131;
}

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

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

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

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

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

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

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

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

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.tel-link {
  color: inherit;
  text-decoration: none;
}

.l-footer {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer a:hover {
  text-decoration: none;
}
.l-footer__info {
  background: #ffffff;
}
.l-footer__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__info ul li {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 50%;
  border-right: 1px solid #000000;
}
.l-footer__info ul li:last-child {
  border-right: 0;
}
.l-footer__info ul li a {
  padding: 4%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  .l-footer__info ul li a {
    padding: 6% 6%;
    line-height: 1.8;
  }
}
.l-footer__info ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.l-footer__info ul li a span {
  position: relative;
  z-index: 1;
}
.l-footer__info ul li a span.title {
  font-size: 1.5rem;
  font-weight: bold;
}
.l-footer__info ul li a span.eng {
  font-size: 1rem;
}
.l-footer__info ul li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ico-arrow-link.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  content: "";
  z-index: 1;
}
.l-footer__info ul li a:hover::before {
  left: 0;
}
.l-footer__info ul li a:hover:after {
  background: url(../img/common/ico-arrow-link_white.svg) no-repeat;
  background-size: 100%;
}
.l-footer__info ul li a:hover span {
  color: #fff;
}
.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  gap: 0 60px;
  background: url(../img/front/bg-contact.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.l-footer__contact__inner .c-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact__inner .c-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.l-footer__contact__inner .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact__inner .contact-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 0;
  }
}
.l-footer__contact__inner .contact-list .c-button a {
  background: #ffffff;
}
.l-footer__contact__inner .contact-list .tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.l-footer__contact__inner .contact-list .tel__wrap .business_hours {
  font-size: 1rem;
}
.l-footer__contact__inner .contact-list .tel__wrap .tel {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
.l-footer__contact__inner .contact-list .tel__wrap .tel small {
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
}
.l-footer__contact__inner .contact-list .tel__wrap .tel .tel_number {
  font-size: 2.9rem;
  line-height: 1;
}
.l-footer__bottom {
  background: #FFF9DB;
  padding: 3% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 7% 4%;
  }
}
.l-footer__bottom__logo {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__logo {
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__bottom__inner {
    width: 300px;
  }
}
.l-footer__bottom__address {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__address {
    text-align: center;
  }
}
.l-footer__bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer__bottom__menu__listsub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu__listsub {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer__bottom__menu__listsub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 23px;
}
.l-footer__bottom__menu__listsub__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
}
.l-footer__bottom__menu__listsub__list li a {
  position: relative;
  padding-left: 26px;
  color: #525252;
}
.l-footer__bottom__menu__listsub__list li a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-arrow_01.svg) no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 767px) {
  .l-footer__bottom__menu__col {
    padding-right: 6rem;
  }
  .l-footer__bottom__menu__col:last-of-type {
    padding-right: 0;
  }
}
.l-footer__bottom__menu__col__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu__col__main {
    font-size: 1.4rem;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }
}
.l-footer__bottom__menu__col__main a {
  position: relative;
  padding-left: 26px;
  color: #525252;
  display: block;
  width: 100%;
}
.l-footer__bottom__menu__col__main a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-arrow_01.svg) no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-footer__bottom__menu__col__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu__col__sub {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    display: none;
  }
}
.l-footer .l-footer--bottom__menu__sub__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer--bottom__menu__sub__copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}

/*----------------------------------------
	@use
----------------------------------------*/
.toggle-menu {
  background: rgba(73, 145, 38, 0.5); /* 半透明の白 */
  backdrop-filter: blur(10px); /* 背景をぼかす */
  -webkit-backdrop-filter: blur(10px); /* Safari対応 */
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 995;
  display: none;
  padding: 10vw 6vw;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 10vw 5vw;
    z-index: 998;
  }
}
.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: 50px;
  height: 45px;
  cursor: pointer;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  position: absolute;
  right: 4%;
  top: 2%;
}
@media screen and (min-width: 767px) {
  .toggle-menu__toggle {
    display: none;
  }
}
.toggle-menu__toggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 36px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__toggle > span {
    width: 45px;
    height: 21px;
  }
}
.toggle-menu__toggle > span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__toggle > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: 0;
  text-align: center;
  background: none !important;
}
@media screen and (max-width: 767px) {
  .toggle-menu__toggle > span .-txt {
    font-size: 1rem;
  }
}
.toggle-menu.is-active .toggle-menu__toggle > span span {
  background: #ffffff;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(4.5px) rotate(-45deg);
          transform: translateY(4.5px) rotate(-45deg);
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(2) {
  display: none;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(3) {
  -webkit-transform: translateY(-4.5px) rotate(45deg);
          transform: translateY(-4.5px) rotate(45deg);
}
.toggle-menu.is-active {
  display: block;
}
.toggle-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@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__main__menu {
  margin-bottom: 20px;
}
.toggle-menu__main__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 767px) {
  .toggle-menu__main__menu ul li {
    width: calc(50% - 15px);
  }
}
.toggle-menu__main__menu ul li a {
  font-size: 2rem;
  padding: 6px;
  color: #ffffff;
  display: block;
  font-style: normal;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu ul li a {
    font-size: 1.5rem;
    padding: 9px;
  }
}
.toggle-menu__main__sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__sub_menu {
    gap: 0 17px;
  }
}
.toggle-menu__main__sub_menu ul {
  margin-bottom: 15px;
}
.toggle-menu__main__sub_menu ul li {
  margin-bottom: 10px;
}
.toggle-menu__main__sub_menu ul li a {
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__sub_menu ul li a {
    font-size: 1rem;
  }
}
.toggle-menu__main__sub_menu ul li a:before {
  content: "";
  background: url(../img/_common/ico_link__arrow__white.svg) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-menu__main__sub_menu ul li a:hover:before {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.toggle-menu__main__instagram_menu {
  margin-bottom: 20px;
}
.toggle-menu__main__instagram_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.toggle-menu__main__instagram_menu ul li a {
  color: #ffffff;
}
.toggle-menu__main__instagram_menu ul li i {
  width: 15px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.toggle-menu__main__instagram_menu ul li i img {
  width: 100%;
  height: auto;
}
.toggle-menu__main__instagram_menu ul li.-youtube i {
  position: relative;
  top: -4px;
}
.toggle-menu__main__bottom_menu {
  margin-bottom: 20px;
}
.toggle-menu__main__bottom_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-bottom: 15px;
}
.toggle-menu__main__bottom_menu ul li {
  margin-bottom: 10px;
}
.toggle-menu__main__bottom_menu ul li a {
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__bottom_menu ul li a {
    font-size: 1.1rem;
  }
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  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;
  width: 100%;
  padding: 1% 2%;
  background: #ffffff;
}
@media screen and (min-width: 767px) {
  .l-header {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2.5% 4%;
  }
}
.l-header__inner {
  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__logo {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 18rem;
  }
}
.l-header__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 10px;
}
.l-header__nav__btn a {
  background: #5CB531;
  color: #ffffff;
  padding: 9px 8px 9px;
  line-height: 1;
  font-weight: bold;
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav ul li a {
  font-size: 1.5rem;
  font-weight: 600;
}
.l-header__nav ul li a:hover {
  text-decoration: none;
}
.l-header__nav ul li.-contact a {
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
  padding: 7px 18px 4px;
  display: inline-block;
}
.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: 50px;
  height: 45px;
  cursor: pointer;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}
@media screen and (min-width: 767px) {
  .l-header__toggle {
    display: none;
  }
}
.l-header__toggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 36px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .l-header__toggle > span {
    width: 45px;
    height: 21px;
  }
}
.l-header__toggle > span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__toggle > span .-txt {
  color: #000000;
  font-size: 0.7rem;
  position: relative;
  top: 0;
  text-align: center;
  background: none !important;
}
@media screen and (max-width: 767px) {
  .l-header__toggle > span .-txt {
    font-size: 1rem;
  }
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  font-size: 1rem;
  padding: 10px 0;
  border-top: 2px solid #5CB531;
}
.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 > span {
  position: relative;
  display: block;
  padding-left: 16px;
}
.c-breadcrumb > span:before {
  background: #5CB531;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.c-breadcrumb > span > span {
  margin-right: 16px;
  display: inline-block;
}
.c-breadcrumb > span > span a {
  position: relative;
  text-underline-offset: 2px;
}
.c-breadcrumb > span > span a:before {
  content: "";
  width: 7px;
  height: 9px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  border-radius: 100px;
  background: #499126;
  color: #ffffff;
  display: inline-block;
  padding: 7px 44px 5px 37px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button {
    display: inline-block;
    padding: 7px 44px 7px 37px;
    width: 100%;
  }
}
.c-button:after {
  content: "";
  background: url(../img/common/ico-arrow_02.svg) no-repeat;
  width: 7px;
  height: 11px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button.-white {
  background: #ffffff;
  color: #626262;
}
.c-button.-white:after {
  content: "";
  background: url(../img/common/ico-arrow_02_color.svg) no-repeat;
  width: 7px;
  height: 11px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	contact__info
----------------------------------------*/
.contact__info__flex {
  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;
  gap: 0 60px;
}
.contact__info__label {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact__info__tel .name {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact__info__tel .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.contact__info__tel address {
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}

.form-wrap input[type=checkbox] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
}
.form-wrap input[type=checkbox]:checked:before {
  position: absolute;
  top: 30%;
  left: 1px;
  -webkit-transform: rotate(50deg) translate(0, -50%);
          transform: rotate(50deg) translate(0, -50%);
  width: 7px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.form-wrap input[type=radio] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
  border-radius: 100%;
  margin-right: 4px;
}
.form-wrap input[type=radio]:checked:before {
  position: absolute;
  top: 30%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 100%;
  content: "";
}
.form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.form-wrap dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  width: 190px;
  margin-bottom: 0;
}
.form-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-wrap dl dd label {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.form-wrap dl dd input[type=text] {
  padding: 2px 6px;
  background: #ffffff;
  width: 100%;
  border: 1px solid #707070;
}
.form-wrap dl.contact_n {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-wrap dl.contact_n dt {
  width: 100%;
}
.form-wrap dl.contact_n dd {
  width: 100%;
}
.form-wrap dl.contact_n textarea {
  width: 100%;
  border: 1px solid #707070;
  background: #ffffff;
  height: 120px;
  margin-top: 6px;
}
.form-wrap .syubetsu dd label {
  display: inline-block;
  margin-right: 10px;
}
.form-wrap .privacy {
  height: 120px;
  overflow: scroll;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px;
  border-right: 1px solid #707070;
}
.form-wrap .check__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}
.form-wrap .submit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.form-wrap .submit__btn input[type=submit] {
  background: #2C2C2C;
  border-radius: 100px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 2rem;
  padding: 10px 60px;
}

/*----------------------------------------
  @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 #5CB531;
  border-right: 3px solid #5CB531;
  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__main
----------------------------------------*/
.subpage__head {
  margin-bottom: 20px;
}
.subpage__head .eng {
  font-weight: normal;
  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: #5CB531;
}
@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: #5CB531;
}
.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 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-bottom: 0;
  }
}
.c-list dl dt {
  padding: 12px 22px;
  width: 160px;
  background: #F0EEDC;
}
@media screen and (max-width: 767px) {
  .c-list dl dt {
    width: 100%;
    text-align: center;
    padding: 8px 22px;
  }
}
.c-list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 22px;
}

/*----------------------------------------
  c-list-ul
----------------------------------------*/
.c-list-ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.c-list-ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #5CB531;
}

/*----------------------------------------
  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;
  color: #fff;
  background: #5CB531;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-list-ol li:before {
    top: 2px;
  }
}

/*----------------------------------------
  c-list-dl
----------------------------------------*/
.c-list_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-list_dl dl dt {
  border-bottom: 1px solid #dedede;
  width: 120px;
  padding: 8px;
}
.c-list_dl dl dd {
  border-bottom: 1px solid #dedede;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px;
}

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

@media screen and (max-width: 767px) {
  .c-list-thumbnail {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-thumbnail__link {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  }
  .c-list-thumbnail__content {
    padding: 10px;
  }
  .c-list-thumbnail__heading {
    font-size: 1.4rem;
  }
  .c-list-thumbnail__heading:after {
    width: 15px;
    height: 15px;
  }
  .c-list-thumbnail__text {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
/*----------------------------------------
  c-list-post
----------------------------------------*/
.c-list-post__item {
  border-bottom: 1px solid #E4E4E4;
}
.c-list-post__item:last-child {
  border-bottom: none;
}
.c-list-post__link {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.c-list-post__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  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));
}
.c-list-post__nolink {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.c-list-post__nolink .c-list-post__title {
  color: #323131;
  text-decoration: none;
}
.c-list-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0 0 10px;
}
.c-list-post__time {
  width: 142px;
  font-size: 1.6rem;
  line-height: 1;
  color: #707070;
}
.c-list-post__time.-person {
  width: 100%;
}
.c-list-post__time._fill {
  width: 100%;
}
.c-list-post__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 28px 8px;
  border: 1px solid #A3A3A3;
  border-radius: 100px;
}
.c-list-post__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #A10000;
  padding: 10px 28px 8px;
  border-radius: 100px;
}
.c-list-post__hiss {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #A10000;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.c-list-post__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5CB531;
  text-decoration: underline;
}
.c-list-post__sp {
  position: relative;
  display: block;
  padding: 20px 40px 20px 0;
}
.c-list-post__sp .c-list-post__title {
  color: inherit;
  text-decoration: none;
}
.c-list-post.-panel {
  background: #fff;
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .c-list-post.-panel {
    padding: 20px;
  }
}
.c-list-post.-panel .c-list-post__item:first-child {
  border-top: 1px solid #E4E4E4;
}
.c-list-post.-panel .c-list-post__item:last-child {
  border-bottom: 1px solid #E4E4E4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  font-size: 2.1rem;
  color: #499126;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 1.7rem;
  }
}

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

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

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

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	form-box
----------------------------------------*/
input[type=text], textarea {
  background: #ffffff;
  width: 100%;
  padding: 6px;
  border: 1px solid #707070;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 2px solid #8bc53f; /* 緑枠 */
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px; /* 角丸は必要に応じて */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -2px;
}

/* チェック時の見た目 */
input[type=checkbox]:checked {
  background-color: #8bc53f; /* 緑塗りつぶし */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><polyline points='3,8 7,12 13,4' stroke='white' stroke-width='2' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

/* ラジオボタンの初期化 */
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 2px solid #8bc53f; /* 緑枠 */
  background: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%; /* 円形 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -2px;
}

/* 選択時の見た目（中央に緑丸） */
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #8bc53f;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .horizontal-item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

.form-box .form-box-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .form-box .form-box-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 12px;
  }
}
.form-box .form-box-table .item-title {
  width: 250px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #464646;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .form-box .form-box-table .item-title {
    width: auto;
  }
}
.form-box .form-box-table .item-title .-hiss {
  position: relative;
}
.form-box .form-box-table .item-title .-hiss:after {
  content: "必須";
  color: #ffffff;
  background: #89AC3F;
  border-radius: 2px;
  font-weight: normal;
  padding: 2px 6px 3px;
  line-height: 1;
  font-size: 1.2rem;
  position: relative;
  top: -1px;
  margin-left: 8px;
}
.form-box .form-box-table .item-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-box .form-box-table .item-input p {
  margin-bottom: 0;
}

.privacy {
  background: #ffffff;
  padding: 20px 10px;
}
.privacy p {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
}
.privacy p a {
  background: #5CB531;
  color: #ffffff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  padding-left: 30px;
}
.privacy p a:after {
  content: "";
  background: url(../img/common/ico-arrow_02.svg) no-repeat;
  width: 7px;
  height: 11px;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.privacy .privacy_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mw_wp_form_confirm .privacy {
  display: none;
}
.mw_wp_form_confirm .small-txt {
  display: none;
}

.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
}
.c-button__wrap input {
  background: #499126;
  color: #ffffff;
  border-radius: 56px;
  padding: 6px 60px;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .c-button__wrap input {
    font-size: 1.6rem;
  }
}
.c-button__wrap input[name=submitBack] {
  background: #666666;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	.row
----------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.row .col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row .col-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.row.-pa_all {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .row.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px 0;
  }
}
.row.-align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.-justify_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	animation
----------------------------------------*/
.show-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下から or 横ならXに変える */
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  will-change: opacity, transform;
}

.show-on-scroll.horizontal {
  -webkit-transform: translateX(30px);
          transform: translateX(30px); /* 横から出したい要素にこのクラスを追加 */
}

.show-on-scroll.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*----------------------------------------
	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
----------------------------------------*/
.p-front-mv {
  position: relative;
}
.p-front-mv__main-img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-mv__main-img {
    width: 100%;
  }
}
.p-front-mv .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 4%;
}
.p-front-mv .inner span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  padding: 10px;
  font-weight: bold;
  background: #ffffff;
  margin-bottom: 6px;
  color: #575757;
}
@media screen and (max-width: 767px) {
  .p-front-mv .inner span {
    font-size: 2rem;
  }
}
.p-front-mv .inner span:last-child {
  margin-bottom: 0;
}
.p-front-mv__news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__news {
    padding: 10px 10px;
  }
}
.p-front-mv__news .c-label {
  width: 250px;
  color: #747474;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-front-mv__news .c-label {
    font-size: 1.4rem;
    width: 110px;
  }
}
.p-front-mv__news__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-front-mv__news__inner .date {
  margin-right: 10px;
}

.p-front-about {
  background: #FFF9DB;
  padding: 45px 0;
}
.p-front-about .inner {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-front-about .inner {
    width: 95%;
  }
}
.p-front-about .inner .c-title {
  margin-bottom: 20px;
  text-align: center;
}
.p-front-about .inner .c-title span {
  font-size: 2.1rem;
  font-weight: bold;
  background: #ffffff;
  color: #575757;
  padding: 12px 12px 8px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-about .inner .c-title span {
    font-size: 1.7rem;
  }
}
.p-front-about .inner .shop-logo {
  text-align: center;
}
.p-front-about .inner .shop-logo .c-label {
  color: #626262;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-front-about .inner .shop-logo .logo {
  width: 240px;
  margin: 0 auto;
}
.p-front-about .inner .btn-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-front-about .inner .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 0;
  }
}
.p-front-about figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-front-about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front-about__inner {
  margin-bottom: 40px;
}
.p-front-about__inner:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-front-about__inner:nth-of-type(2) .inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-front-about__inner:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*----------------------------------------
	p-front-post
----------------------------------------*/
.p-front-post {
  position: relative;
  padding: 100px 60px 0;
}
.p-front-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 140px);
  height: 100%;
  background: #F7F7F7;
}
.p-front-post__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}
.p-front-post__head {
  padding: 0 0 60px;
}
.p-front-post__head__heading {
  font-size: 2.5rem;
  margin: 0 0 40px;
  font-weight: bold;
}
.p-front-post__head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0 0 40px 40px;
}
.p-front-post__head__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: bold;
  cursor: pointer;
}
.p-front-post__head__menu li:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #464646;
  margin-right: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-post__head__menu li.is-current {
  color: #5CB531;
}
.p-front-post__head__menu li.is-current:after {
  opacity: 1;
  visibility: visible;
}
.p-front-post__head__button {
  width: 300px;
}
.p-front-post__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 60px calc(60px - (50% - 50vw)) 40px 60px;
  margin-right: calc(50% - 50vw);
}
.p-front-post__main__column {
  display: none;
}
.p-front-post__main__column.is-current {
  display: block;
}
.p-front-post__foot {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-front-post__main {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-post {
    padding: 30px 20px 60px;
  }
  .p-front-post:before {
    width: 100%;
  }
  .p-front-post__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-front-post__head {
    padding: 0;
    margin: 0 0 20px;
  }
  .p-front-post__head__heading {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 30px;
  }
  .p-front-post__head__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 0;
  }
  .p-front-post__head__menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    font-size: 1.4rem;
  }
  .p-front-post__head__menu li:after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 2px;
    margin-right: 0;
  }
  .p-front-post__head__button {
    display: none;
  }
  .p-front-post__main {
    padding: 20px;
    margin-bottom: 30px;
  }
  .p-front-post__foot {
    display: block;
  }
  .p-front-post__foot__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-front-feature {
  padding: 45px 0;
}
.p-front-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px 0;
  }
}
.p-front-feature .inner {
  width: 450px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-feature .inner {
    width: 100%;
  }
}
.p-front-feature .inner .c-label {
  width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .p-front-feature .inner .c-label {
    width: 120px;
  }
}
.p-front-feature .inner .c-title {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.8rem;
  color: #747474;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-feature .inner .c-title {
    font-size: 2rem;
  }
}
.p-front-feature .c-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
.page_ttl__wrap {
  background: #ffffff;
  padding: 20px 6% 12px;
  border-top-right-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_ttl__wrap {
    padding: 9px 6% 5px;
  }
}
.page_ttl__wrap .eng {
  font-size: 2.6rem;
  margin-right: 15px;
  font-weight: bold;
}
.page_ttl__wrap .title {
  font-weight: bold;
}

.c-main-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-main-img {
    height: 20vh;
    overflow: hidden;
  }
}
.c-main-img h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.5rem;
  font-weight: bold;
  color: #5CB531;
}
@media screen and (max-width: 767px) {
  .c-main-img h1 {
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-main-img img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.sub-section {
  background: #FFF9DB;
  padding: 5% 0 5%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .sub-section {
    margin-top: 0;
    padding: 8% 0 8%;
  }
}
.sub-section__title {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sub-section__title {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.sub-section__title span {
  background: #FFF9DB;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #383838;
  display: inline-block;
  padding: 8px 30px 5px;
  border: 1px solid #707070;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sub-section__title span {
    font-size: 1.8rem;
  }
}
.sub-section .l-container {
  position: relative;
}
.sub-section__inner p {
  margin-bottom: 12px;
}
.sub-section.-gray {
  background: #F8F8F8;
}
.sub-section.-gray .sub-section__title span {
  background: #ffffff;
}
.sub-section.-gray .sub-section__inner {
  background: #ffffff;
  padding: 40px 100px;
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sub-section.-gray .sub-section__inner {
    padding: 40px 20px;
    width: 95%;
  }
}
.sub-section.-white {
  background: #ffffff;
}
.sub-section.-white .sub-section__title span {
  background: #ffffff;
}

.c-sub .i-inner .sub-section:not(:first-of-type) {
  margin-top: 0px;
}

.p-sub-post {
  padding: 4%;
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-contact__enter .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-contact__enter .tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__enter .tel__wrap .business_hours {
  font-size: 1rem;
}
.p-contact__enter .tel__wrap .tel {
  color: #499126;
  font-weight: bold;
  margin-bottom: 0;
}
.p-contact__enter .tel__wrap .tel small {
  font-size: 1.6rem;
  line-height: 1;
}
.p-contact__enter .tel__wrap .tel .tel_number {
  font-size: 2.9rem;
  line-height: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-company__message .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #89AC3F;
  font-size: 1.9rem;
  font-weight: bold;
}
.p-company__message .name .ryakureki {
  font-size: 1.2rem;
  margin-right: 8px;
}
.p-company__philosophy .sub-section__inner p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy .sub-section__inner p {
    font-size: 2rem;
  }
}
.p-company__philosophy .sub-section__inner p span {
  border-bottom: 4px solid #89AC3F;
}
@media screen and (max-width: 767px) {
  .p-company__facility .c-label {
    text-align: center;
  }
}
.p-company__facility .list .col {
  margin-bottom: 25px;
}
.p-company__facility .list .col:last-child {
  margin-bottom: 0;
}

/*----------------------------------------
  @use
----------------------------------------*/
.privacy-content__section {
  padding-bottom: 30px;
}
.privacy-content__section .privacy-dl {
  margin-bottom: 30px;
}
.privacy-content__section .privacy-dl dt {
  margin-bottom: 30px;
  font-weight: normal;
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-feature__message .sub-section__about__inner {
  padding: 5% 0 9%;
}
.p-feature__message .sub-section__about__inner .heading__main {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-feature__message .sub-section__about__inner .heading__main strong {
  border-bottom: 4px solid #89AC3F;
}
.p-feature__message .sub-section__about__inner .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  position: relative;
}
.p-feature__message .sub-section__about__inner .c-text p {
  position: relative;
}
.p-feature__message .sub-section__about__inner .c-text p:after {
  content: "";
  background: url(../img/common/img-mark.png) no-repeat;
  width: 180px;
  height: 116px;
  background-size: 100%;
  position: absolute;
  right: -100px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .p-feature__message .sub-section__about__inner .c-text p:after {
    right: 0;
    bottom: 0;
  }
}
.p-feature__message .sub-section__about__inner .photolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-feature__message .sub-section__about__inner .photolist ul li:nth-of-type(2) {
  margin-top: -35px;
}
.p-feature__content .c-label {
  width: 220px;
  margin: 0 auto 30px;
}
.p-feature__content .sub-section__inner .row {
  margin-bottom: 45px;
}
.p-feature__content .sub-section__inner .row:last-child {
  margin-bottom: 0;
}
.p-feature__content .sub-section__inner .row figure {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-feature__content .sub-section__inner .row figure {
    width: 100%;
  }
}
.p-feature__content .sub-section__inner .row .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-feature__content .sub-section__inner .row .inner .c-title {
  font-size: 2.1rem;
  color: #89AC3F;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .p-feature__content .sub-section__inner .row:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-feature__content .sub-section__inner .row:nth-of-type(2) .inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-facility__about .sub-section__about__inner {
  padding: 5% 0 9%;
}
.p-facility__about .sub-section__about__inner .shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .p-facility__about .sub-section__about__inner .shop-logo {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__about .sub-section__about__inner .shop-logo .logo {
    width: 65%;
    margin: 0 auto;
  }
}
.p-facility__about .sub-section__about__inner .shop-logo .c-label {
  font-weight: normal;
  color: inherit;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.p-facility__about .sub-section__about__inner .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__about .sub-section__about__inner .c-text {
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-facility__about .sub-section__about__inner .c-text p {
  position: relative;
}
.p-facility__about .sub-section__about__inner .photolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-facility__about .sub-section__about__inner .photolist ul {
    gap: 15px;
  }
}
.p-facility__about .result {
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-facility__about .result {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-facility__about .result br {
    display: none;
  }
}
.p-facility__content .c-label {
  width: 220px;
  margin: 0 auto 30px;
}
.p-facility__content .sub-section__inner .row {
  margin-bottom: 45px;
}
.p-facility__content .sub-section__inner .row:last-child {
  margin-bottom: 0;
}
.p-facility__content .sub-section__inner .row figure {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-facility__content .sub-section__inner .row figure {
    width: 95%;
  }
}
.p-facility__content .sub-section__inner .row .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-facility__content .sub-section__inner .row .inner .c-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facility__content .sub-section__inner .row .inner .c-title {
    font-size: 1.8rem;
  }
}
.p-facility__content .sub-section__inner .row .inner .c-title span {
  color: #ffffff;
  background: #89AC3F;
  padding: 8px 12px;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-facility__content .sub-section__inner .row:nth-of-type(odd) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-facility__content .sub-section__inner .row:nth-of-type(odd) .inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-facility__plan figure {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-facility__plan figure {
    width: 95%;
  }
}
.p-facility__plan .inner {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-facility__plan .inner {
    width: auto;
  }
}
.p-facility__plan .inner .c-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facility__plan .inner .c-title {
    font-size: 1.8rem;
  }
}
.p-facility__plan .inner .c-title span {
  color: #ffffff;
  background: #89AC3F;
  padding: 8px 12px;
  display: inline-block;
  line-height: 1;
}
.p-facility__plan .sub-section__inner .row {
  margin-bottom: 30px;
}
.p-facility__plan .sub-section__inner .row:last-child {
  margin-bottom: 0;
}
.p-facility__access address {
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-facility__access iframe {
    width: 100%;
    height: 250px;
  }
}
.p-facility__service .c-label {
  width: 220px;
  margin: 0 auto 30px;
}
.p-facility__service .sub-section__inner .row {
  margin-bottom: 45px;
}
.p-facility__service .sub-section__inner .row:last-child {
  margin-bottom: 0;
}
.p-facility__service .sub-section__inner .row figure {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-facility__service .sub-section__inner .row figure {
    width: 95%;
  }
}
.p-facility__service .sub-section__inner .row .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-facility__service .sub-section__inner .row .inner .c-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facility__service .sub-section__inner .row .inner .c-title {
    font-size: 1.8rem;
  }
}
.p-facility__service .sub-section__inner .row .inner .c-title span {
  color: #ffffff;
  background: #89AC3F;
  padding: 8px 12px;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-facility__service .sub-section__inner .row:nth-of-type(even) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-facility__service .sub-section__inner .row:nth-of-type(even) .inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-facility__service .facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-facility__service .facility-list figure {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-facility__service .facility-list figure {
    width: calc(50% - 10px);
  }
}
.p-facility__service .facility-list figure .c-sub_label {
  font-size: 1.8rem;
  color: #499126;
  font-weight: bold;
  margin-bottom: 0;
}

/*----------------------------------------
  @use
----------------------------------------*/
@media screen and (min-width: 767px) {
  .p-recruit__message .inner {
    width: 550px;
    margin-right: 60px;
  }
}
.p-recruit__message .photolist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-recruit__message .photolist li {
  margin-bottom: 25px;
}
.p-recruit__message .photolist li:last-child {
  margin-bottom: 0;
  position: relative;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__message .photolist li:last-child {
    left: 0;
  }
}
.p-recruit__message .heading__main {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__message .heading__main {
    text-align: center;
    font-size: 1.9rem;
  }
}
.p-recruit__message .heading__main strong {
  border-bottom: 4px solid #89AC3F;
}
@media screen and (min-width: 767px) {
  .p-recruit__message .heading__main:after {
    content: "";
    background: url(../img/common/img-mark.png) no-repeat;
    width: 180px;
    height: 116px;
    background-size: 100%;
    position: absolute;
    right: -100px;
    bottom: -50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .p-recruit__message .heading__main:after {
    right: 0;
    bottom: 0;
  }
}
.p-recruit__message .c-text {
  position: relative;
}
.p-recruit__message .c-text p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__message .c-text:after {
    content: "";
    background: url(../img/common/img-mark.png) no-repeat;
    width: 180px;
    height: 116px;
    background-size: 100%;
    position: absolute;
    right: -100px;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__message .c-text:after {
    right: 0;
    width: 140px;
    bottom: -90px;
  }
}
.p-recruit__person .list .col {
  margin-bottom: 25px;
  border-radius: 12px;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
  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;
}
@media screen and (max-width: 767px) {
  .p-recruit__person .list .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px;
  }
}
.p-recruit__person .list .col:last-child {
  margin-bottom: 0;
}
.p-recruit__person .list .col .c-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #89AC3F;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-recruit__person .list .col .c-title {
    width: auto;
    font-size: 1.9rem;
    text-align: center;
  }
}
.p-recruit__person .list .col .c-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-recruit__overview .c-text__center {
  font-size: 1.9rem;
}