@charset "UTF-8";
/**
 * Foundation
**/
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
  # Global selectors
  # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  color: #222;
  line-height: 1.6;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

*:focus {
  outline: none;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
  outline: none;
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
    # Selection
    # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Project Base
**/
html {
  font-size: 62.5%;
}

body {
  color: color(default);
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1100px;
    font-size: 1.8rem;
  }
}

a {
  color: #539940;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

button:focus,
input:focus,
textarea:focus,
optgroup:focus {
  -webkit-box-shadow: 0 0 0 2px color(focus);
          box-shadow: 0 0 0 2px color(focus);
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@font-face {
  font-family: 'gensen';
  src: url(../fonts/GenSenMaruGothicJP-Bold.woff) format("woff");
}

/**
 * Layout
**/
.l-sec {
  margin-left: 250px;
}

@media screen and (max-width: 768px) {
  .l-sec {
    margin-left: 0;
  }
}

.l-sec__inner {
  position: relative;
  width: 100%;
  min-width: 1125px;
  margin: 0 auto;
  padding: 90px 50px;
}

@media screen and (max-width: 768px) {
  .l-sec__inner {
    width: 100%;
    min-width: auto;
    padding: 70px 20px;
  }
}

/**
 * Component
**/
.c-header-pc {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 250px;
  height: 100%;
  padding: 50px 40px 0;
  background-color: #F7F8F7;
}

@media screen and (max-width: 768px) {
  .c-header-pc {
    display: none;
  }
}

.c-header-pc__logo-link {
  display: block;
  width: 170px;
  height: 145px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.c-header-pc__logo-link:hover {
  opacity: 0.7;
}

.c-header-pc__logo-link h1 {
  display: block;
  width: 170px;
  height: 145px;
}

.c-header-pc__logo-link h1 img {
  width: 170px;
  height: 145px;
}

.c-header-pc__nav {
  margin-top: 55px;
}

.c-header-pc__nav ul li {
  position: relative;
}

.c-header-pc__nav ul li:nth-child(n+2) {
  margin-top: 30px;
}

.c-header-pc__nav ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.c-header-pc__nav ul li:first-child::before {
  top: 6px;
  left: 2px;
  width: 19px;
  height: 16px;
  background-image: url(../img/icon_gnav01.svg);
}

.c-header-pc__nav ul li:nth-child(2)::before {
  top: 8px;
  left: 2px;
  width: 17px;
  height: 14px;
  background-image: url(../img/icon_gnav02.svg);
}

.c-header-pc__nav ul li:nth-child(3)::before {
  top: 6px;
  left: 5px;
  width: 10px;
  height: 17px;
  background-image: url(../img/icon_gnav03.svg);
}

.c-header-pc__nav ul li:nth-child(4)::before {
  top: 6px;
  left: 2px;
  width: 15px;
  height: 17px;
  background-image: url(../img/icon_gnav04.svg);
}

.c-header-pc__nav ul li:nth-child(5)::before {
  top: 7px;
  left: 2px;
  width: 16px;
  height: 17px;
  background-image: url(../img/icon_gnav05.svg);
}

.c-header-pc__nav ul li:nth-child(6)::before {
  top: 9px;
  left: 1px;
  width: 16px;
  height: 17px;
  background-image: url(../img/icon_gnav06.svg);
}

.c-header-pc__nav ul li a {
  padding-left: 25px;
  color: #222;
  font-family: "gensen", serif;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.c-header-pc__nav ul li a:hover {
  opacity: 0.7;
}

.c-header-sp {
  z-index: 10;
  position: fixed;
  display: none;
  right: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 58px;
  margin: 10px auto 0;
  background-color: #F7F8F7;
  -webkit-box-shadow: 0px 9px 10px -5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 10px -5px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .c-header-sp {
    display: block;
  }
}

.c-header-sp__logo-link {
  display: block;
  margin: 10px auto;
  width: 195px;
  height: 38px;
  font-size: 0;
}

.c-header-sp__logo-link img {
  display: block;
  width: 195px;
  height: 38px;
}

.c-header-sp__tgl-btn {
  position: fixed;
  top: 31px;
  right: 32px;
  width: 18px;
  height: 15px;
}

.c-header-sp__tgl-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #539940;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.c-header-sp__tgl-btn span:first-of-type {
  top: 0;
}

.c-header-sp__tgl-btn span:first-of-type.openNav {
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header-sp__tgl-btn span:nth-of-type(2) {
  top: 6px;
}

.c-header-sp__tgl-btn span:nth-of-type(2).openNav {
  display: none;
}

.c-header-sp__tgl-btn span:nth-of-type(3) {
  top: 12px;
}

.c-header-sp__tgl-btn span:nth-of-type(3).openNav {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-header-spNav {
  z-index: 10;
  position: fixed;
  display: none;
  right: 0;
  left: 0;
  width: calc(100% - 20px);
  margin: 68px auto 0;
  background-color: #F7F8F7;
  -webkit-box-shadow: 0px 9px 10px -5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 10px -5px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 769px) {
  .c-header-spNav {
    display: none !important;
  }
}

.c-header-spNav__top-list {
  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;
  margin: 0 10px;
  padding: 35px 20px;
  border-top: 1px solid #539940;
}

.c-header-spNav__top-list li {
  width: 45%;
}

.c-header-spNav__top-list li:nth-child(n+3) {
  margin-top: 20px;
}

.c-header-spNav__top-list li:first-child a::before {
  top: 0px;
  left: 3px;
  width: 17px;
  height: 14px;
  background-image: url(../img/icon_gnav01.svg);
}

.c-header-spNav__top-list li:nth-child(2) a::before {
  top: 0px;
  left: 2px;
  width: 17px;
  height: 15px;
  background-image: url(../img/icon_gnav02.svg);
}

.c-header-spNav__top-list li:nth-child(3) a::before {
  top: -2px;
  left: 6px;
  width: 15px;
  height: 17px;
  background-image: url(../img/icon_gnav03.svg);
}

.c-header-spNav__top-list li:nth-child(4) a::before {
  top: -2px;
  left: 3px;
  width: 16px;
  height: 17px;
  background-image: url(../img/icon_gnav04.svg);
}

.c-header-spNav__top-list li:nth-child(5) a::before {
  top: -1px;
  left: 3px;
  width: 16px;
  height: 17px;
  background-image: url(../img/icon_gnav05.svg);
}

.c-header-spNav__top-list li:nth-child(6) a::before {
  top: 1px;
  left: 2px;
  width: 16px;
  height: 17px;
  background-image: url(../img/icon_gnav06.svg);
}

.c-header-spNav__top-list li a {
  position: relative;
  padding-left: 25px;
  color: #222;
  font-family: "gensen", serif;
  font-size: 14px;
}

.c-header-spNav__top-list li a::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.c-header-spNav__btm-list {
  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;
  margin: 0 10px;
  padding: 35px 15px;
  border-top: 1px solid #539940;
}

.c-header-spNav__btm-list .c-btm-list-item {
  width: 50%;
  text-align: center;
}

.c-header-spNav__btm-list .c-btm-list-item p:first-child {
  font-weight: bold;
}

.c-header-spNav__bg {
  z-index: 5;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .c-header-spNav__bg {
    display: none !important;
  }
}

.c-mv {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1125px;
  height: 100vh;
  background-image: url(../img/img_top-mv.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .c-mv {
    min-width: auto;
  }
}

.c-mv__inner {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 50px 70px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .c-mv__inner {
    width: 100%;
    padding: 35px;
    border-radius: 0;
  }
}

.c-mv__ttl {
  font-size: 29px;
  font-family: "gensen", serif;
  color: #539940;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv__ttl {
    font-size: 20px;
  }
}

.c-mv__txt {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}

.c-mv__link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-mv__link-flex {
    display: block;
    margin-top: 20px;
  }
}

.c-mv__link-flex-item {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-mv__link-flex-item {
    text-align: center;
  }
}

.c-mv__link-flex-item:nth-child(2) {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 768px) {
  .c-mv__link-flex-item:nth-child(2) {
    margin: 15px 0 0 0;
  }
}

.c-mv__scroll-btn {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}

.c-mv__scroll-link {
  position: relative;
  display: block;
  width: 43px;
  height: 49px;
  margin: 0 auto;
}

.c-mv__scroll-link__mouse {
  width: 43px;
  height: 49px;
}

.c-mv__scroll-link__ball {
  position: absolute;
  width: 3px;
  height: 3px;
  top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: scroll-ball 1.5s ease -1s infinite alternate;
          animation: scroll-ball 1.5s ease -1s infinite alternate;
}

@-webkit-keyframes scroll-ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@keyframes scroll-ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

.c-sec-ttl {
  position: relative;
  font-size: 32px;
  font-family: "gensen", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-sec-ttl {
    font-size: 22px;
  }
}

.c-sec-ttl::after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  border: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: 2px;
  bottom: -12px;
  background-color: #539940;
  width: 60px;
}

@media screen and (max-width: 768px) {
  .c-sec-ttl::after {
    bottom: -10px;
  }
}

.c-sec-sub-ttl {
  margin-top: 80px;
  font-size: 22px;
  font-family: "gensen", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-sec-sub-ttl {
    margin-top: 50px;
    font-size: 18px;
  }
}

.c-arrow-link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-arrow-link {
    font-size: 14px;
  }
}

.c-arrow-link:hover {
  text-decoration: underline;
}

.c-arrow-link::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 30%;
  left: -17px;
  border-top: 2px solid #539940;
  border-right: 2px solid #539940;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-sec-read-txt {
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-sec-read-txt {
    margin-top: 25px;
    font-size: 14px;
  }
}

.c-sec-read-txt.impress-txt {
  margin-top: 50px;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .c-sec-read-txt.impress-txt {
    margin-top: 30px;
    text-align: left;
  }
}

.c-top-news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1025px;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-top-news-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-top-news-area__left-item {
  display: block;
  width: 780px;
}

@media screen and (max-width: 768px) {
  .c-top-news-area__left-item {
    width: 100%;
    height: auto;
  }
}

.c-top-news-area__right-item {
  display: block;
  width: 220px;
  height: 310px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

@media screen and (max-width: 768px) {
  .c-top-news-area__right-item {
    width: 100%;
    height: auto;
  }
}

.c-top-news-area__right-item:hover {
  opacity: 0.7;
}

.c-left-card {
  display: block;
  width: 100%;
  background-color: #F7F8F7;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .c-left-card {
    margin-top: 30px;
  }
}

.c-left-card__list {
  height: 310px;
  padding: 20px 70px;
}

@media screen and (max-width: 768px) {
  .c-left-card__list {
    height: auto;
    padding: 25px 20px;
  }
}

.c-left-card__list-item:nth-child(n+2) {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .c-left-card__list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.c-left-card__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

@media screen and (max-width: 768px) {
  .c-left-card__list-item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.c-left-card__list-item-link:hover {
  opacity: 0.7;
}

.c-left-card__day {
  position: relative;
  display: block;
  margin-right: 30px;
  color: #737373;
}

@media screen and (max-width: 768px) {
  .c-left-card__day {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 13px;
  }
}

.c-left-card__day::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -14px;
  width: 2px;
  height: 15px;
  background-color: #539940;
}

@media screen and (max-width: 768px) {
  .c-left-card__day::after {
    top: 31px;
    right: auto;
    left: 0;
  }
}

.c-left-card__new {
  display: block;
  width: 50px;
  height: 22px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #F85D3D;
  border-radius: 3px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-left-card__new {
    width: auto;
    height: auto;
    margin: 3px 0 0 15px;
    font-size: 10px;
  }
}

.c-left-card__news-ttl {
  display: block;
  color: #222;
}

@media screen and (max-width: 768px) {
  .c-left-card__news-ttl {
    margin: 5px 0 0 15px;
    font-size: 14px;
  }
}

.c-right-card {
  display: block;
  height: 310px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .c-right-card {
    height: auto;
  }
}

.c-right-card__top-img {
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url(../img/img_news-dummy.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 7px 7px 0 0;
}

@media screen and (max-width: 768px) {
  .c-right-card__top-img {
    height: 180px;
  }
}

.c-right-card__pickup {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin-bottom: auto;
  padding: 3px 0 3px 15px;
  color: #fff;
  font-size: 13px;
  background-color: rgba(83, 153, 64, 0.9);
}

.c-right-card__btm-card {
  height: 150px;
  padding: 15px;
  background-color: #F7F8F7;
  border-radius: 0 0 7px 7px;
}

@media screen and (max-width: 768px) {
  .c-right-card__btm-card {
    height: auto;
  }
}

.c-right-card__day {
  font-size: 16px;
  color: #737373;
}

@media screen and (max-width: 768px) {
  .c-right-card__day {
    font-size: 13px;
  }
}

.c-right-card__news-ttl {
  margin-top: 3px;
  color: #222;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-right-card__news-ttl {
    font-size: 14px;
  }
}

.c-left-link {
  margin-top: 25px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .c-left-link {
    padding-left: 20px;
    text-align: center;
  }
}

.c-bg-image {
  background-position: bottom;
  background-size: cover;
}

.c-bg-image.w-bg {
  background-image: url(../img/img_news-bg.jpg);
}

.c-bg-image.a-bg {
  background-image: url(../img/img_application-bg.jpg);
}

.c-sec-table {
  width: 730px;
  margin: 30px auto 0;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  .c-sec-table {
    width: 100%;
  }
}

.c-sec-table tbody tr:last-child th {
  border-bottom: 1px solid #539940;
}

.c-sec-table tbody tr:last-child td {
  border-bottom: 1px solid #9DCF90;
}

.c-sec-table tbody tr th {
  width: 20%;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #539940;
}

@media screen and (max-width: 768px) {
  .c-sec-table tbody tr th {
    padding: 12px 0;
    font-size: 14px;
  }
}

.c-sec-table tbody tr td {
  width: 80%;
  padding: 20px 0 20px 20px;
  text-align-last: left;
  border-top: 1px solid #9DCF90;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-sec-table tbody tr td {
    font-size: 14px;
    padding: 12px 0 12px 12px;
  }
}

.c-sec-table tbody tr td a:hover {
  text-decoration: underline;
}

.c-sec-flex-wrap {
  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: 940px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-sec-flex-wrap__item h3 {
  position: relative;
  font-size: 26px;
  font-family: "gensen", serif;
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap__item h3 {
    font-size: 18px;
  }
}

.c-sec-flex-wrap__item h3::before {
  z-index: -5;
  position: absolute;
  content: "";
  top: 30px;
  width: 100%;
  height: 8px;
  background-color: #cee2c9;
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap__item h3::before {
    top: 20px;
    height: 4px;
  }
}

.c-sec-flex-wrap__item p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap__item p {
    margin-top: 15px;
  }
}

.c-sec-flex-wrap__item.txt-item {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap__item.txt-item {
    width: 100%;
  }
}

.c-sec-flex-wrap__item.img-item {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .c-sec-flex-wrap__item.img-item {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.c-sec-txt-card {
  width: 670px;
  margin: 50px auto 0;
  padding: 30px 60px 30px 80px;
  background-color: #F7F8F7;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .c-sec-txt-card {
    width: 100%;
    margin-top: 40px;
    padding: 25px 20px 25px 40px;
  }
}

.c-sec-txt-card ul {
  list-style-type: disc;
}

.c-sec-txt-card ul li {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-sec-txt-card ul li {
    font-size: 14px;
  }
}

.c-sec-txt-card ul li:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-sec-txt-card ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}

.c-sec-tab-card {
  width: 670px;
  margin: 50px auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card {
    width: 100%;
    margin-top: 25px;
  }
}

.c-sec-tab-card__flex-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sec-tab-card__flex-switch-item {
  display: block;
  width: 50%;
  padding: 15px 0 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__flex-switch-item {
    padding: 35px 10px 5px;
  }
}

.c-sec-tab-card__flex-switch-item:first-child {
  border-radius: 7px 0 0 0;
}

.c-sec-tab-card__flex-switch-item:last-child {
  border-radius: 0 7px 0 0;
}

.c-sec-tab-card__flex-switch-item.is-active {
  background-color: #539940;
}

.c-sec-tab-card__flex-switch-item.is-active .c-sec-tab-card__flex-switch-txt {
  color: #fff;
}

.c-sec-tab-card__flex-switch-item.is-active .c-sec-tab-card__flex-switch-txt .m-switch::before {
  background-image: url(../img/ico_mail-active.svg);
}

.c-sec-tab-card__flex-switch-item.is-active .c-sec-tab-card__flex-switch-txt .f-switch::before {
  background-image: url(../img/ico_fax-active.svg);
}

.c-sec-tab-card__flex-switch-txt {
  color: #539940;
  font-family: "gensen", serif;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__flex-switch-txt {
    font-size: 12px;
  }
}

.c-sec-tab-card__flex-switch-txt span {
  position: relative;
}

.c-sec-tab-card__flex-switch-txt span::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -32px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__flex-switch-txt span::before {
    top: -24px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
  }
}

.c-sec-tab-card__flex-switch-txt span.m-switch::before {
  width: 26px;
  height: 21px;
  background-image: url(../img/ico_mail.svg);
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__flex-switch-txt span.m-switch::before {
    width: 22px;
    height: 17px;
  }
}

.c-sec-tab-card__flex-switch-txt span.f-switch::before {
  width: 21px;
  height: 21px;
  background-image: url(../img/ico_fax.svg);
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__flex-switch-txt span.f-switch::before {
    width: 16px;
    height: 17px;
  }
}

.c-sec-tab-card__panel-group {
  min-height: 550px;
  padding: 35px 80px;
  border-radius: 0 0 7px 7px;
  border-top: 3px solid #539940;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__panel-group {
    min-height: auto;
    height: auto;
    padding: 25px 25px 25px 50px;
  }
}

.c-sec-tab-card__panel {
  display: none;
  counter-reset: number;
}

.c-sec-tab-card__panel.is-show {
  display: block;
}

.c-sec-tab-card__panel li {
  position: relative;
}

.c-sec-tab-card__panel li::before {
  position: absolute;
  top: -18px;
  left: -37px;
  font-size: 40px;
  font-family: "gensen", serif;
  color: #539940;
  counter-increment: number;
  content: counter(number);
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__panel li::before {
    top: -12px;
    left: -28px;
    font-size: 28px;
  }
}

.c-sec-tab-card__panel li:nth-child(n+2) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__panel li:nth-child(n+2) {
    margin-top: 25px;
  }
}

.c-sec-tab-card__panel li a:hover {
  text-decoration: underline;
}

.c-sec-tab-card__panel li .txt-card {
  margin-top: 20px;
  padding: 20px 27px;
  font-size: 16px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-sec-tab-card__panel li .txt-card {
    font-size: 13px;
    margin-top: 15px;
    padding: 15px;
  }
}

.c-sec-txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-sec-txt-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .c-sec-txt-flex__item {
    width: 100%;
    text-align: center;
  }
}

.c-sec-txt-flex__item:first-child {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .c-sec-txt-flex__item:first-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .c-sec-txt-flex__item:nth-child(2) {
    margin-top: 25px;
  }
}

.c-sec-txt-flex__item span {
  margin-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-sec-txt-flex__item span {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

.c-sec-txt-flex__item a:hover {
  text-decoration: underline;
}

.c-news-mv {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1125px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/img_news-mv.jpg);
}

@media screen and (max-width: 768px) {
  .c-news-mv {
    min-width: auto;
  }
}

.c-news-mv .l-sec__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}

.c-news-mv .l-sec__inner h2 {
  font-family: "gensen", serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.c-low-sec {
  margin-left: 250px;
}

@media screen and (max-width: 768px) {
  .c-low-sec {
    margin: 0;
  }
}

.c-low-sec__breadcrumb {
  display: block;
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-low-sec__breadcrumb {
    width: 100%;
    font-size: 13px;
    padding: 0 20px;
  }
}

.c-low-sec__breadcrumb a:hover {
  text-decoration: underline;
}

.c-low-sec__inner {
  position: relative;
  min-width: 1125px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 50px 115px;
}

@media screen and (max-width: 768px) {
  .c-low-sec__inner {
    min-width: auto;
    padding: 15px 0 50px;
  }
}

.c-low-sec__news {
  width: 1000px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-low-sec__news {
    width: 100%;
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-low-sec__left {
  width: 720px;
  min-height: 750px;
}

@media screen and (max-width: 768px) {
  .c-low-sec__left {
    width: 100%;
    min-height: auto;
  }
}

.c-low-sec__left-post {
  display: block;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.c-low-sec__left-post:hover {
  opacity: 0.7;
}

.c-low-sec__left-post:nth-of-type(2n) {
  background-color: #F7F8F7;
}

.c-low-sec__right {
  display: block;
  width: 240px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .c-low-sec__right {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-low-sec__right-wrap {
    margin-top: 45px;
    padding: 0 20px;
  }
}

.c-low-sec__right-wrap:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-low-sec__right-wrap:nth-child(n+2) {
    margin-top: 35px;
  }
}

.c-low-sec__right-wrap .c-right-ttl {
  font-weight: normal;
  border-bottom: 1px dashed #539940;
}

@media screen and (max-width: 768px) {
  .c-low-sec__right-wrap .c-right-ttl {
    font-size: 16px;
  }
}

.c-low-sec__right-wrap .c-right-list {
  margin-top: 10px;
  list-style-type: disc;
}

.c-low-sec__right-wrap .c-right-list li {
  margin-left: 25px;
  font-size: 1.4rem;
}

.c-low-sec__right-wrap .c-right-list li:nth-child(n+2) {
  margin-top: 5px;
}

.c-low-sec__right-wrap .c-right-list li a {
  font-size: 1.5rem;
}

.c-low-sec__right-wrap .c-right-list li a:hover {
  text-decoration: underline;
}

.c-low-sec__right-wrap .c-right-list--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-low-sec__right-wrap .c-right-list--cat__item:nth-of-type(2n) {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .c-low-sec__right-wrap .c-right-list--cat__item:nth-child(n+2) {
    margin-left: 10px;
  }
}

.c-low-sec__right-wrap .c-right-list--cat__item a {
  display: block;
  min-width: 82px;
  margin-top: 10px;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #539940;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.c-low-sec__right-wrap .c-right-list--cat__item a:hover {
  opacity: 0.7;
}

.c-single-post {
  width: 100%;
  display: block;
}

.c-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  width: 100%;
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-post-item {
    padding: 25px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-post-item__img {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 240px;
  height: 160px;
  background-image: url(../img/img_news-dummy.jpg);
}

@media screen and (max-width: 768px) {
  .c-post-item__img {
    width: 100%;
    max-width: 335px;
    height: 185px;
    margin: 25px auto 0;
  }
}

.c-post-item__txt {
  width: 400px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-post-item__txt {
    width: 100%;
    margin: auto;
  }
}

.c-post-item__txt.c-single-post-page {
  width: 100%;
  margin: 0;
  padding: 30px 45px;
  background-color: #F7F8F7;
}

@media screen and (max-width: 768px) {
  .c-post-item__txt.c-single-post-page {
    margin-top: 15px;
    padding: 25px 20px;
  }
}

.c-post-item__txt .c-article-wrap h1 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-post-item__txt .c-article-wrap h1 {
    font-size: 16px;
  }
}

.c-post-item__txt .c-article-wrap p {
  margin: 30px 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-post-item__txt .c-article-wrap p {
    font-size: 14px;
    margin: 20px 0;
  }
}

.c-post-item__txt .c-article-wrap img {
  max-width: 100%;
  height: auto !important;
}

.c-post-item__ttl {
  margin-top: 7px;
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .c-post-item__ttl {
    margin-top: 12px;
  }
}

.c-post-item__ad-txt {
  margin-top: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-post-item__ad-txt {
    font-size: 14px;
  }
}

.c-post-item__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-post-item__day {
  font-size: 14px;
  color: #737373;
}

@media screen and (max-width: 768px) {
  .c-post-item__day {
    font-size: 13px;
  }
}

.c-post-item__cat {
  display: block;
  min-width: 82px;
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #539940;
}

.navigation {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .navigation {
    margin-top: 45px;
    padding: 0 20px;
  }
}

.navigation .screen-reader-text {
  display: none;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation .nav-links a {
  margin: 0 2px;
  padding: 10px 20px;
  color: #222;
  font-size: 16px;
  border: 1px solid #CBCBCB;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

@media screen and (max-width: 768px) {
  .navigation .nav-links a {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.navigation .nav-links a:hover {
  color: #fff;
  background-color: #539940;
}

.navigation .nav-links a.prev {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .navigation .nav-links a.prev {
    margin-right: 5px;
    padding: 6px 5px;
  }
}

.navigation .nav-links a.next {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .navigation .nav-links a.next {
    margin-left: 5px;
    padding: 6px 5px;
  }
}

.navigation .nav-links .page-numbers {
  margin: 0 2px;
  padding: 10px 20px;
  color: #222;
  font-size: 16px;
  border: 1px solid #CBCBCB;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

@media screen and (max-width: 768px) {
  .navigation .nav-links .page-numbers {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.navigation .nav-links .page-numbers.current {
  color: #fff;
  background-color: #539940;
}

.navigation .nav-links .page-numbers.current:hover {
  color: #fff;
  cursor: default;
}

.navigation .nav-links .page-numbers.dots {
  margin: 0 2px;
  padding: 10px 20px;
  color: #222;
  font-size: 16px;
  border: 1px solid #CBCBCB;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

@media screen and (max-width: 768px) {
  .navigation .nav-links .page-numbers.dots {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.navigation .nav-links .page-numbers.dots:hover {
  color: #222;
  background-color: #fff;
  cursor: default;
}

.c-footer {
  margin-left: 250px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-footer {
    margin: 0;
  }
}

.c-footer p {
  width: 100%;
  min-width: 1125px;
  padding: 30px 0;
  font-size: 14px;
  color: #fff;
  background-color: #539940;
}

@media screen and (max-width: 768px) {
  .c-footer p {
    min-width: auto;
    padding: 20px 10px;
    font-size: 13px;
  }
}

.c-footer__raise-btn {
  position: fixed;
  right: 20px;
  bottom: 12px;
  width: 70px;
  height: 70px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .c-footer__raise-btn {
    bottom: 15px;
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}

.c-footer__raise-btn:hover {
  opacity: 1;
}

.c-footer__raise-btn img {
  display: block;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .c-footer__raise-btn img {
    width: 45px;
    height: 45px;
  }
}

.c-404 {
  min-height: 700px;
}

@media only screen and (min-width: 1280px) {
  .c-404 {
    min-height: 1080px;
  }
}

.c-404__mv {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1125px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/img_404-mv.jpg);
}

@media screen and (max-width: 768px) {
  .c-404__mv {
    min-width: auto;
  }
}

.c-404__mv .l-sec__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}

.c-404__mv .l-sec__inner h2 {
  font-family: "gensen", serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.c-404__mv .l-sec__inner p {
  font-family: "gensen", serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}

.c-404__txt {
  text-align: center;
}

.c-404__btn {
  margin-top: 45px;
}

.c-404__link {
  position: relative;
  padding: 8px 20px 8px 40px;
  display: inline-block;
  color: #fff;
  font-family: "gensen", serif;
  background-color: #539940;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.c-404__link:hover {
  opacity: 0.7;
}

.c-404__icon {
  color: #fff;
  font-size: 18px;
}

.c-404__icon::before {
  position: absolute;
  content: "";
  background-size: contain;
  vertical-align: middle;
  top: 14px;
  left: 15px;
  width: 19px;
  height: 16px;
  background-image: url(../img/icon_404btn.svg);
}

.c-low-sec__404inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 50px 100px;
}

@media screen and (min-width: 769px) {
  .c-low-sec__404inner {
    min-width: 1125px;
  }
}

@media screen and (max-width: 768px) {
  .c-low-sec__404inner {
    padding: 80px 0 80px;
  }
}

@media screen and (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  _::-webkit-full-page-media, _:future, :root .pc_hide {
    display: none;
  }
}

/**
 * Project
**/
/**
 * Utility
**/
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-hideSp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-hidePc {
    display: none !important;
  }
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tal {
  text-align: left !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fz1x {
  font-size: 1em !important;
}

.u-fz2x {
  font-size: 2em !important;
}

.u-fz3x {
  font-size: 3em !important;
}

.u-fz4x {
  font-size: 4em !important;
}

.u-fz5x {
  font-size: 5em !important;
}

.u-fz6x {
  font-size: 6em !important;
}

.u-fz7x {
  font-size: 7em !important;
}

.u-fz8x {
  font-size: 8em !important;
}

.u-fz9x {
  font-size: 9em !important;
}

.u-fz10x {
  font-size: 10em !important;
}

.u-fz1_1x {
  font-size: 1.1em !important;
}

.u-fz1_2x {
  font-size: 1.2em !important;
}

.u-fz1_3x {
  font-size: 1.3em !important;
}

.u-fz1_4x {
  font-size: 1.4em !important;
}

.u-fz1_5x {
  font-size: 1.5em !important;
}

.u-fz1_6x {
  font-size: 1.6em !important;
}

.u-fz1_7x {
  font-size: 1.7em !important;
}

.u-fz1_8x {
  font-size: 1.8em !important;
}

.u-fz1_9x {
  font-size: 1.9em !important;
}
/*# sourceMappingURL=common.css.map */