@charset "UTF-8";
/* ofi */
/* column */

/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  /* added */
  -webkit-text-size-adjust: none;
  /* added */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

/* added */
ol li {
  list-style: none;
}

/* added */
blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
:before,
:after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?yyjfaa");
  src: url("../fonts/icomoon.eot?yyjfaa#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?yyjfaa") format("truetype"), url("../fonts/icomoon.woff?yyjfaa") format("woff"), url("../fonts/icomoon.svg?yyjfaa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_top:before {
  content: "\e903";
}

.icon-arrow_right:before {
  content: "\e906";
}

.icon-lv2:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-bottom:before {
  content: "\e902";
}

.icon-pagetop:before {
  content: "\e901";
}

.icon-down_arrow:before {
  content: "\e313";
}

.icon-left_arrow:before {
  content: "\e314";
}

.icon-right_arrow:before {
  content: "\e315";
}

.icon-top_arrow:before {
  content: "\e316";
}

.icon-phone:before {
  content: "\e909";
}

.icon-search-plus:before {
  content: "\e908";
}

.icon-home:before {
  content: "\e90b";
}

.icon-mail:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e900";
}

/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-size: 15.04px;
  font-size: 0.94rem;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont,'Noto Sans JP', 'Hiragino Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "游ゴシック","Yu Gothic","游ゴシック体",YuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  font-weight: 400;
  word-wrap: break-word;
  color: #2f2f2f;
  background: url(../img/common/bg_01.png);
  overflow-x: hidden;
}

/*
section:after,
article:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* a,img
----------------------------------------------------------------*/
a {
  color: #0F9225;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
}

a.hover img {
  transition: 0.3s ease all;
}

a.hover img:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* link- */
*[id^="link-"] {
  padding-top: 16px;
  padding-top: 1rem;
  margin-top: -16px;
  margin-top: -1rem;
  position: relative;
}

/* CSS Document */
/*====================================================================

	common.css

=====================================================================*/
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

.h-inner {
  transition: 0.6s ease all;
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
  max-width: 1180px;
}

.h-logo {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  text-align: left;
  width: 50%;
  max-width: 326px;
  margin-top: 8.96px;
  margin-top: .56rem;
}

.h-info {
  display: flex;
  align-items: center;
}

.h-contact {
  margin-right: 16px;
  margin-right: 1rem;
}

.h-contact a {
  text-decoration: none !important;
  background: #FFB867;
  color: #fefefe;
  display: block;
  padding: 9.6px 2% 6.4px;
  padding: .6rem 2% .4rem;
  text-align: center;
  width: 200px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.3s ease all;
}

.h-contact a:before {
  font-family: 'icomoon', sans-serif;
  content: "\e904";
  font-weight: 400;
  font-size: 22.08px;
  font-size: 1.38rem;
  margin-right: 4.8px;
  margin-right: 0.3rem;
  vertical-align: middle;
  padding-bottom: 2px;
  display: inline-block;
}

.h-contact a:hover {
  background: #FF781E;
}

.h-tel {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #1B5024;
}

.h-tel:before {
  font-family: 'icomoon', sans-serif;
  content: "\e909";
  font-size: 18.08px;
  font-size: 1.13rem;
  font-weight: 400;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 3.2px;
  margin-right: 0.2rem;
  display: inline-block;
}

/*--------------------------------------------------------------------/
		nav global
/--------------------------------------------------------------------*/

.g-nav {
  display: flex;
  height: 46px;
}

.g-nav > li {
  flex-basis: 16.66%;
  position: relative;
}

.g-nav > li:before {
  content: "";
  background-image: linear-gradient(to bottom, #1B5024, #1B5024 2px, transparent 2px, transparent 6px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
}

.g-nav > li:last-of-type:after {
  content: "";
  background-image: linear-gradient(to bottom, #1B5024, #1B5024 2px, transparent 2px, transparent 6px);
  background-size: 4px 6px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}

.g-nav > li > a {
  color: #1B5024;
  transition: 0.3s ease all;
  padding: 0 2%;
  line-height: 1.2;
  text-align: center;
  display: block;
  text-decoration: none !important;
  height: 100%;
  width: 100%;
  line-height: 46px;
  font-size: 1.13em;
}

.g-nav > li > a:hover {
  background: #0F9225;
  color: #fefefe;
}

.g-nav__lv2 {
  position: relative;
}

.g-nav__lv2:hover ul {
  top: 46px;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.g-nav__lv2 ul {
  position: absolute;
  transition: 0.3s ease all;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  left: 0;
  z-index: 10;
  width: 240px;
}

.g-nav__lv2 ul a {
  display: block;
  text-decoration: none !important;
  padding: 12px 16px;
  padding: .75rem 1rem;
  font-size: 0.93em;
  color: #1B5024;
  line-height: 1.4;
  position: relative;
  background: #B1E2B8;
  transition: 0.3s ease all;
}

.g-nav__lv2 ul a:hover {
  background: #0F9225;
  color: #fefefe;
}

.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.hamburger {
  position: fixed;
  top: 8px;
  top: .5rem;
  right: 8px;
  right: .5rem;
  z-index: 999;
}

.open .hamburger-trigger {
  background: transparent;
}

.hamburger-trigger {
  position: relative;
  width: 42px;
  height: 42px;
  background: #0F9225;
  color: #fefefe;
  cursor: pointer;
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  border-radius: 5px;
}

.hamburger-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 12px;
  width: 18px;
  height: 1px;
  background-color: #fefefe;
}

.hamburger-trigger span:nth-of-type(1) {
  top: 14px;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.hamburger-trigger span:nth-of-type(2) {
  top: 21px;
  transition: all .25s .25s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hamburger-trigger span:nth-of-type(3) {
  bottom: 14px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.hamburger-trigger.active span {
  background-color: #fefefe;
}

.hamburger-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.hamburger-trigger.active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* スマホメニュー */

body.open .sp-nav__list > li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-top: 0;
}

body.open .sp-nav__list > li:nth-child(1) {
  transition: 0.5s ease 0.3s;
}

body.open .sp-nav__list > li:nth-child(2) {
  transition: 0.5s ease 0.4s;
}

body.open .sp-nav__list > li:nth-child(3) {
  transition: 0.5s ease 0.5s;
}

body.open .sp-nav__list > li:nth-child(4) {
  transition: 0.5s ease 0.6s;
}

body.open .sp-nav__list > li:nth-child(5) {
  transition: 0.5s ease 0.7s;
}

body.open .sp-nav__list > li:nth-child(6) {
  transition: 0.5s ease 0.8s;
}

body.open .sp-nav__list > li:nth-child(7) {
  transition: 0.5s ease 0.9s;
}

body.open .sp-nav__list > li:nth-child(8) {
  transition: 0.5s ease 1s;
}

body.open .sp-nav__list > li:nth-child(9) {
  transition: 0.5s ease 1.1s;
}

body.open .sp-nav__list > li:nth-child(10) {
  transition: 0.5s ease 1.2s;
}

body.open .sp-nav__list > li:nth-child(11) {
  transition: 0.5s ease 1.3s;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
/* wrapper */
/* main */
.main:after {
  display: block;
  content: "";
  clear: both;
}

.main img {
  display: block;
}

/* contents */
.l-box {
  width: 100%;
  z-index: 1;
  position: relative;
}

.l-box:not(:last-of-type) {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.sub-box {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  position: relative;
}

/* cmt-box */
[class^="cmt-box"] {
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
  border-radius: 8px;
}

.cmt-box--green {
  background: rgba(254, 254, 254, 0.6);
  border: rgba(177, 226, 184, 0.7) 2px solid;
}

.cmt-box--red {
  border-color: #df2f2f;
}

/*----------------------------------------------------------------
	component(common)
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	heading
/--------------------------------------------------------------------*/
.cont-tit {
  font-size: calc(1.25rem + 4 * (100vw - 320px) / 620);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  margin-bottom: calc(2rem + .3em);
  text-align: center;
}

.heading-tit {
  font-size: calc(1.25rem + 4 * (100vw - 320px) / 620);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  margin-bottom: calc(2rem + .3em);
  text-align: center;
}

.heading-tit2 {
  text-align: left;
  border-bottom: 1px solid #0F9225;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(1.25rem + 4 * (100vw - 320px) / 620);
  margin-bottom: calc(1rem + .2em);
  line-height: 1.4;
  padding-bottom: 11.2px;
  padding-bottom: 0.7rem;
}

.heading-tit3 {
  font-family: 'Noto Serif JP', serif;
  font-size: calc(1.25rem + 4 * (100vw - 320px) / 620);
  margin-bottom: calc(1rem + .2em);
  line-height: 1.4;
  padding-bottom: 11.2px;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #0F9225;
}

.heading-tit4 {
  font-size: calc(1.25rem + 4 * (100vw - 320px) / 620);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  margin-bottom: calc(2rem + .3em);
  padding-bottom: 11.2px;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #0F9225;
}

/* button
----------------------------------------------------------------*/
[class*="btn-arrow"] {
  font-weight: normal;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  color: #fefefe;
  transition: 0.3s ease all;
  text-decoration: none !important;
  border-radius: 5px;
  padding-right: 32px;
  padding-right: 2rem;
  position: relative;
  padding: 9.6px 2%;
  padding: .6rem 2%;
  font-size: 1.13em;
}

[class*="btn-arrow"]:after {
  font-family: 'icomoon', sans-serif;
  content: "\e906";
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
  font-size: 1.13em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-arrow--green {
  background: #0F9225;
}

.btn-arrow--green:hover {
  background: #0a6419;
}

.btn-arrow--white {
  background: #fefefe;
  color: #0F9225;
  border: 2px solid #0F9225;
}

.btn-arrow--white:hover {
  background: #0F9225;
  color: #fefefe;
}

.btn-arrow--orange {
  background: #FF781E;
}

.btn-arrow--orange:hover {
  background: #ea5e00;
}

[class*="btn-normal"] {
  font-weight: normal;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  color: #fefefe;
  transition: 0.3s ease all;
  text-decoration: none !important;
  border-radius: 5px;
  padding-right: 32px;
  padding-right: 2rem;
  position: relative;
  padding: 8px 2%;
  padding: .5rem 2%;
  font-size: 1.06em;
}

[class*="btn-normal"]:after {
  font-family: 'icomoon', sans-serif;
  content: "\e315";
  position: absolute;
  top: 50%;
  right: 11.2px;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-normal--green {
  background: #0F9225;
}

.btn-normal--green:hover {
  background: #0a6419;
}

/* ol
/--------------------------------------------------------------------*/
ol.normal {
  margin-left: 5px;
  counter-reset: number;
}

ol.normal > li {
  line-height: 1.4;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

ol.normal > li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: -3.2px;
  top: -.2rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
}

ol.normal > li:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* ul
/--------------------------------------------------------------------*/
ul.normal {
  margin-left: 5px;
}

ul.normal li {
  line-height: 1.4;
  padding-left: 20.8px;
  padding-left: 1.3rem;
  position: relative;
}

ul.normal li:before {
  content: "●";
  color: #B1E2B8;
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8em;
}

ul.normal li:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

ul.normal2 {
  margin-left: 5px;
}

ul.normal2 li {
  line-height: 1.4;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

ul.normal2 li:before {
  content: "・";
  position: absolute;
  color: #2f2f2f;
  left: 0;
  top: 0;
}

ul.normal2 li:not(:last-child) {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
}

ul.caution {
  margin-left: 5px;
}

ul.caution li {
  line-height: 1.4;
  padding-left: 19.2px;
  padding-left: 1.2rem;
  position: relative;
  color: #df2f2f;
}

ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ul.caution li:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

/* dl
/--------------------------------------------------------------------*/
dl.normal {
  margin-left: 5px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

dl.normal dt {
  line-height: 1.4;
}

dl.normal dt:before {
  content: "●";
  padding-right: .3em;
}

dl.normal dd:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* table
----------------------------------------------------------------*/
.common-table table {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.93em;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.common-table table tr:not(:last-child) {
  border-bottom: 1px solid #B1E2B8;
}

.common-table table th, .common-table table td.column-1 {
  text-align: left;
  font-weight: normal;
  padding: 16px 0 12.8px;
  padding: 1rem 0 .8rem;
}

.common-table table td:not(.column-1) {
  padding: 16px 20px 12.8px 8px;
  padding: 1rem 1.25rem .8rem .5rem;
}

.frame-table {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.86em;
  border-top: 1px solid #0F9225;
  border-left: 1px solid #0F9225;
  border-right: 1px solid #0F9225;
}

.frame-table tr {
  border-bottom: 1px solid #0F9225;
}

.frame-table td:first-child {
  text-align: left;
  font-weight: normal;
  background: #B1E2B8;
}

.frame-table td {
  background: rgba(254, 254, 254, 0.6);
  padding: 16px;
  padding: 1rem;
}

/* table press CSS */
.tablepress td, .tablepress th {
  padding: none;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: none !important;
}

/*--------------------------------------------------------------------/
	common-parts
/--------------------------------------------------------------------*/
.l-cont {
  padding: 0 4%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

h3, h4, h5 {
  line-height: 1.4;
}

.txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.txt p:last-child {
  margin-bottom: 0;
}

.alignright {
  float: right;
  margin: 0 0 11.2px 11.2px;
  margin: 0 0 .7rem .7rem;
}

.alignleft {
  float: left;
  margin: 11.2px 11.2px 0 0;
  margin: .7rem .7rem 0 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 11.2px;
  margin: 0 auto .7rem;
}

.facility-box {
  max-width: 360px;
  border: 2px solid;
  border-radius: 10px 10px 8px 8px;
  background: rgba(254, 254, 254, 0.6);
  position: relative;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.facility-box.care {
  border-color: rgba(177, 226, 184, 0.7);
}

.facility-box.care .facility-box__tit {
  background: #B1E2B8;
  color: #1B5024;
}

.facility-box.care .btn-normal {
  background: #0F9225;
}

.facility-box.care .btn-normal:hover {
  background: #0a6419;
}

.facility-box.elderly_housing {
  border-color: rgba(255, 238, 125, 0.7);
}

.facility-box.elderly_housing .facility-box__tit {
  background: #FFEE7D;
  color: #7E3E13;
}

.facility-box.elderly_housing ul.normal li:before {
  color: #EEAD2B;
}

.facility-box.elderly_housing .btn-normal {
  background: #EEAD2B;
}

.facility-box.elderly_housing .btn-normal:hover {
  background: #d59411;
}

.facility-box__tit {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding: 11.2px 2%;
  padding: 0.7rem 2%;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  font-size: 1.13em;
}

.facility-box__txt {
  padding: 16px 5%;
  padding: 1rem 5%;
}

.facility-box__txt .btn-wrap {
  position: absolute;
  width: 90%;
  bottom: 24px;
  bottom: 1.5rem;
}

.facility-box figure {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------------/
	banner
/--------------------------------------------------------------------*/
/* common-banner
-----------------------------------------------------------------*/
.common-bnr {
  padding: 48px 0 32px;
  padding: 3rem 0 2rem;
  background: url(../img/common/bg_03.png);
}

.common-bnr__list {
  display: flex;
  flex-wrap: wrap;
}

.common-bnr__list > * {
  height: auto;
  width: 48.96%;
  vertical-align: top;
}

.common-bnr__list > *:not(:nth-child(2n)) {
  margin-right: 2.00%;
}

.common-bnr__list > *:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.common-bnr__item a {
  display: block;
  border: 1px solid #ccc;
  transition: 0.3s ease all;
}

.common-bnr__item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.common-bnr__item a img {
  width: 100%;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  color: #2f2f2f;
  background: #B1E2B8;
}

footer .l-cont {
  margin: 0 auto;
  text-align: left;
  padding: 32px 4% 40px;
  padding: 2rem 4% 2.5rem;
  max-width: 1180px;
}

footer .l-cont:after {
  display: block;
  content: "";
  clear: both;
}

.f-info h3 {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
  font-weight: 600;
  font-size: 1.33em;
}

.f-info address {
  line-height: 1.75;
  font-size: 0.86em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.f-copy {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 16px 4%;
  padding: 1rem 4%;
  color: #fefefe;
  background: #0F9225;
  text-align: center;
}

.f-flex {
  width: 100%;
}

/* pagetop
--------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 99;
  bottom: 16px;
  bottom: 1rem;
  right: 8px;
  right: .5rem;
}

.pagetop a {
  width: 50px;
  height: 50px;
  color: #fefefe;
  text-decoration: none !important;
  text-align: center;
  display: block;
  line-height: 50px;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}

.pagetop a:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background: #0F9225;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease all;
}

.pagetop a:hover:before {
  background: #0a6419;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/

/*----------------------------------------------------------------
	 helper
----------------------------------------------------------------*/
/* display */

.block {
  display: block !important;
}

.in-block {
  display: inline-block !important;
}

/* img */
a.light-box {
  display: block;
  overflow: hidden;
  position: relative;
}

a.light-box:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 8px;
  font-size: .5rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-family: "icomoon";
  content: "\e908";
  transition: 0.3s ease all;
  text-decoration: none !important;
  color: #fefefe;
  z-index: 1;
}

a.light-box img {
  transition: 0.3s ease all;
}

a.light-box:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

a.light-box:hover:after {
  font-size: 48px;
  font-size: 3rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.img-scale figure {
  overflow: hidden;
}

a.img-scale img {
  transition: 0.3s ease all;
}

a.img-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* ofi */
.ofi-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ofi-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.of-hidden {
  overflow: hidden;
}

/* color */
.cl-red {
  color: #df2f2f;
}

.cl-blue {
  color: #2b74e0;
}

/* font-size */
.fs-s {
  font-size: 0.875em;
}

.fs-m {
  font-size: 1.14em;
}

.fs-l {
  font-size: 1.25em;
}

/* radius */
.radius {
  border-radius: 8px;
}

/* flex */

/* border */
.border--green {
  border: 1px solid #0F9225;
}

/* txt-align */
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* margin */
.m-a {
  margin-left: auto;
  margin-right: auto;
}

.mt-s {
  margin-top: 4.8px;
  margin-top: .3rem;
}

.mt-m {
  margin-top: 16px;
  margin-top: 1rem;
}

.mt-l {
  margin-top: 32px;
  margin-top: 2rem;
}

.mr-s {
  margin-right: 4.8px;
  margin-right: .3rem;
}

.mr-m {
  margin-right: 16px;
  margin-right: 1rem;
}

.mr-l {
  margin-right: 32px;
  margin-right: 2rem;
}

.mb-s {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
}

.mb-ms {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.mb-m {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mb-l {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mb-ll {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.ml-s {
  margin-left: 4.8px;
  margin-left: .3rem;
}

.ml-m {
  margin-left: 16px;
  margin-left: 1rem;
}

.ml-l {
  margin-left: 32px;
  margin-left: 2rem;
}

.w-280 {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.w-320 {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}

.w-900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/* print css
----------------------------------------------------------------*/

@media print, screen and (min-width: 376px) {
  /*====================================================================/
/*------------------iPhone 以上----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .col-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-4 > * {
    width: 46%;
  }
  .col-4 > *:not(:nth-of-type(2n)) {
    margin-right: 8%;
  }
  .col-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 > * {
    width: 46%;
  }
  .col-3 > *:not(:nth-of-type(2n)) {
    margin-right: 8%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
/*------------------タブレットスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .heading-tit3 {
    text-align: center;
  }
  .heading-tit4 {
    text-align: center;
  }
  .facility-box {
    margin-bottom: 2rem;
  }
  .facility-box figure {
    height: 25.66vw;
  }
  .common-bnr__list > * {
    width: 23.44%;
  }
  .common-bnr__list > *:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .common-bnr__list > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .common-bnr__list > *:not(:nth-child(4n)) {
    margin-right: 2.08%;
  }
  .common-bnr__list > *:not(:nth-last-of-type(-n+4)) {
    margin-bottom: 1.25rem;
  }
  .col-2_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-2_2 > * {
    width: 47.46%;
  }
  .col-2_2 > *:not(:nth-of-type(2n)) {
    margin-right: 5.08%;
  }
  .txt-c_tb {
    text-align: center;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
/*-------------------小さいPCスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .h-inner {
    padding: 0 20px;
    height: 4rem;
  }
  .h-logo {
    margin-top: .5rem;
  }
  .l-box:not(:last-of-type) {
    margin-bottom: 7rem;
  }
  .sub-box {
    margin-bottom: 4rem;
  }
  [class^="cmt-box"] {
    padding: 2rem 8%;
  }
  .common-table table th, .common-table table td.column-1 {
    width: 25%;
    min-width: 180px;
  }
  .frame-table td:first-child {
    min-width: 180px;
  }
  .facility-box__txt {
    padding: 1.25rem 6%;
  }
  .facility-box__txt .btn-wrap {
    width: 88%;
  }
  .facility-box figure {
    height: 166px;
  }
  footer .l-cont {
    padding: 2.5rem 20px;
  }
  .f-flex {
    display: flex;
  }
  .f-flex {
    display: flex;
    justify-content: space-between;
  }
  .f-flex > * {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .f-nav {
    display: flex;
    margin-bottom: 2rem;
  }
  .f-nav__items {
    font-size: 0.88rem;
    line-height: 1.2;
  }
  .f-nav__items:not(:last-child) {
    margin-right: 2rem;
  }
  .f-nav__items > li:not(:last-child) {
    margin-bottom: .5rem;
  }
  .f-nav__items > li > a {
    color: #2f2f2f;
    padding-left: 1rem;
    position: relative;
    text-decoration: none !important;
    transition: 0.3s ease all;
  }
  .f-nav__items > li > a:hover {
    color: #0F9225;
  }
  .f-nav__items > li > a:before {
    position: absolute;
    top: .3rem;
    left: 0;
    font-family: 'icomoon', sans-serif;
    content: "\e907";
    font-size: 0.63rem;
  }
  .f-nav__items__lv2 {
    margin-top: 0.8rem;
  }
  .f-nav__items__lv2 > li {
    margin-left: 0.5rem !important;
  }
  .f-nav__items__lv2 > li:not(:last-child) {
    margin-bottom: .5rem;
  }
  .f-nav__items__lv2 > li > a {
    color: #2f2f2f;
    padding-left: 1rem;
    position: relative;
    text-decoration: none !important;
    transition: 0.3s ease all;
  }
  .f-nav__items__lv2 > li > a:hover {
    color: #0F9225;
  }
  .f-nav__items__lv2 > li > a:before {
    position: absolute;
    top: .2rem;
    font-weight: 100;
    left: 0;
    font-family: 'icomoon', sans-serif;
    content: "\e905" !important;
    font-size: 0.5rem;
  }
  .col-3 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-3 > *:nth-last-of-type(-n+2) {
    margin-bottom: auto;
  }
  .col-3 > * {
    width: 31.25%;
  }
  .col-3 > *:not(:nth-of-type(3n)) {
    margin-right: 3.12%;
  }
  .col-3_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3_2 > * {
    width: 29.38%;
  }
  .col-3_2 > *:not(:nth-of-type(3n)) {
    margin-right: 5.93%;
  }
  .col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-2 > * {
    width: 47.46%;
  }
  .col-2 > *:not(:nth-of-type(2n)) {
    margin-right: 5.08%;
  }
  .pc_s-none {
    display: none;
  }
  .txt-c_pc_s {
    text-align: center;
  }
  .mt-s {
    margin-top: .5rem;
  }
  .mt-m {
    margin-top: 2rem;
  }
  .mt-l {
    margin-top: 3rem;
  }
  .mr-s {
    margin-right: .5rem;
  }
  .mr-m {
    margin-right: 2rem;
  }
  .mr-l {
    margin-right: 3rem;
  }
  .mb-s {
    margin-bottom: .5rem;
  }
  .mb-ms {
    margin-bottom: 1rem;
  }
  .mb-m {
    margin-bottom: 2rem;
  }
  .mb-l {
    margin-bottom: 3rem;
  }
  .mb-ll {
    margin-bottom: 6rem;
  }
  .ml-s {
    margin-left: .5rem;
  }
  .ml-m {
    margin-left: 2rem;
  }
  .ml-l {
    margin-left: 3rem;
  }
}

@media print, screen and (min-width: 1197px) {
  /*====================================================================/
/*-------------------PCスタイル-------------------
/====================================================================*/
  html {
    width: 100%;
  }
  *[id^="link-"] {
    padding-top: 54px;
    margin-top: -54px;
  }
  .h-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .global.js-fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: url(../img/common/bg_01.png);
    transition: 0.3s ease all;
    box-shadow: 0 0 4px #ddd;
  }
  .close-btn__wrap {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .sp-nav {
    display: none;
  }
  .cont-tit {
    font-size: 1.5rem;
  }
  .heading-tit {
    font-size: 1.5rem;
  }
  .heading-tit2 {
    font-size: 1.25rem;
  }
  .heading-tit3 {
    font-size: 1.25rem;
  }
  .heading-tit4 {
    font-size: 1.5rem;
  }
  .common-table table th, .common-table table td.column-1 {
    width: 225px;
  }
  .frame-table td:first-child {
    width: 225px;
  }
  .l-cont {
    padding: 0 20px;
  }
  .col-4 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-4 > *:nth-last-of-type(-n+2) {
    margin-bottom: auto;
  }
  .col-4 > * {
    width: 23.73%;
  }
  .col-4 > *:not(:nth-of-type(4n)) {
    margin-right: 1.69%;
  }
  .col-3 > * {
    width: 31.64%;
  }
  .col-3 > *:not(:nth-of-type(3n)) {
    margin-right: 2.54%;
  }
  .pc-none {
    display: none;
  }
  .flex-pc--normal {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .txt-c_pc {
    text-align: center;
  }
}

@media screen and (max-width: 1196px) and (min-width: 1197px) {
  .sp-nav__tel li {
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
/*-------------------full PCスタイル-------------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1196px) {
  /*====================================================================/
/*------------------PC以下---------
/====================================================================*/
  html {
    width: 100%;
  }
  .global {
    display: none;
  }
  .close-btn {
    color: #fefefe;
    background: transparent;
    padding: 1rem 4%;
    border: 1px solid #fefefe;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-weight: normal;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none !important;
  }
  body.open .close-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0;
    transition: .5s ease 1.4s;
  }
  .close-btn__wrap {
    width: 80%;
    margin: 1rem auto 0;
    padding-bottom: 3rem;
  }
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 146, 37, 0.9);
    visibility: hidden;
    z-index: 100;
  }
  body.open .sp-nav {
    cursor: '',auto;
    transition: 0.5s ease all;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .sp-nav__inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-nav__list {
    width: 80%;
    margin: 4rem 10% 0;
  }
  .sp-nav__list > li {
    width: 100%;
    margin: 0 auto;
    margin-top: -15px;
    text-align: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-bottom: 1px solid #fefefe;
  }
  .sp-nav__list > li a {
    display: block;
    color: #fefefe;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 1rem;
    position: relative;
  }
  .sp-nav__list__accordion {
    position: relative;
    width: 100%;
  }
  .sp-nav__list__accordion em {
    font-style: normal;
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 10px;
    height: 1px;
    content: '';
    transition: 0.3s ease all;
    background-color: #fefefe;
  }
  .sp-nav__list__accordion em:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .sp-nav__list__accordion em:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sp-nav__list__accordion.active em:nth-of-type(1) {
    display: none;
  }
  .sp-nav__list__accordion.active em:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-nav__list__lv2 {
    display: none;
  }
  .sp-nav__list__lv2 li {
    border-top: 1px dotted #fefefe;
  }
  .sp-nav__list__lv2 li a {
    padding-left: 1rem;
  }
  .sp-nav__list__lv2 li a:before {
    content: "-";
    margin-right: .75rem;
  }
  .sp-nav__tel {
    width: 80%;
    margin: 1rem 10%;
    padding: .75rem 0;
    border-radius: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fefefe;
  }
  body.open .sp-nav__tel {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: .5s ease 1.3s;
  }
  .sp-nav__tel li {
    color: #0F9225;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    font-size: calc(1.5rem + 4 * (100vw - 320px) / 620);
  }
  .sp-nav__tel li span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }
  .sp-nav__tel li span:before {
    font-family: 'icomoon';
    content: "\e909";
    vertical-align: middle;
    font-size: 0.7em;
    margin-right: .2rem;
    padding-bottom: 0.2rem;
    font-weight: 100;
    display: inline-block;
  }
  .sp-nav__tel li .tel-link a {
    color: #0F9225;
    text-decoration: none !important;
  }
  .pc_less-none {
    display: none;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
/*------------------スマホタブレット共通スタイル---------
/====================================================================*/
  html {
    width: 100%;
  }
  body {
    font-size: 0.94rem;
  }
  .h-inner {
    height: 52px;
  }
  .common-table table th, .common-table table td.column-1 {
    display: block;
    padding-bottom: 0;
  }
  .common-table table td:not(.column-1) {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
  .f-nav {
    display: none;
  }
  .tb-none {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
/*------------------スマホのみスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  body {
    font-size: 0.88rem;
  }
  .h-logo {
    width: 70%;
  }
  .facility-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  .pagetop a {
    font-size: 1rem;
    line-height: 33px;
    width: 33px;
    height: 33px;
  }
  .pagetop a:before {
    width: 33px;
    height: 33px;
  }
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
/*------------------iPhone 以下----------------
/====================================================================*/
  html {
    width: 100%;
  }
}

@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}
