@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer;
}

input[type='submit'],
input[type='button'] {
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select {
  font-size: 16px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

*:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 100%;
  height: -webkit-fill-available;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  color: #111;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: .4s;
  transition: .4s;
}

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

ul, ol, li {
  list-style-type: none;
}

.content__body {
  width: 85%;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .content__body {
    width: 95%;
  }
}

.fadein__bottom {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all .9s;
  transition: all .9s;
}

.fadein__bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein__right {
  opacity: 0;
  -webkit-transform: translate(150px, 0);
          transform: translate(150px, 0);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.fadein__right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein__left {
  opacity: 0;
  -webkit-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
  -webkit-transition: all .7s;
  transition: all .7s;
}

.fadein__left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*transition & delay*/
.delay01 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay02 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay03 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay04 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay05 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay06 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay07 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

/* ==============================
header Styles
============================== */
.header__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.header__logo {
  width: 7vw;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 820px) {
  .header__logo {
    width: 50px;
    padding: 10px 0;
  }
}

.header__logo a {
  display: block;
}

/*menu*/
.menu {
  width: 50px;
  height: 50px;
  background-color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 99;
}

@media screen and (max-width: 820px) {
  .menu {
    right: 20px;
    top: 20px;
  }
}

.menu.active {
  right: 30px;
  top: 50px;
  background-color: transparent;
}

@media screen and (max-width: 820px) {
  .menu.active {
    right: 20px;
    top: 30px;
  }
}

.menu:hover {
  cursor: pointer;
}

.menu__line {
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 65%;
}

.menu__line.active {
  -webkit-filter: none;
          filter: none;
  background-color: #fff;
}

.menu__line--top {
  top: 12px;
}

.menu__line--center {
  top: 25px;
}

.menu__line--bottom {
  bottom: 12px;
}

.menu__line--top.active {
  top: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 80%;
  left: 5px;
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 22px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 80%;
  left: 5px;
}

/*gnav*/
.gnav {
  background: #111;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 820px) {
  .gnav {
    width: 70vw;
  }
}

.gnav.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.gnav__wrap {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  width: 100%;
}

.gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 20px 0;
}

.gnav__menu__item {
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.gnav__menu__item a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 20px 40px;
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  .gnav__menu__item a {
    padding: 20px 0;
  }
}

/* ==============================
kv Styles
============================== */
.kv__wrap {
  background: url("../img/kv_bg.jpg") no-repeat center top;
  background-size: 100%;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .kv__wrap {
    background-position: center bottom;
  }
}

.kv__inner {
  color: #fff;
  height: 38vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 820px) {
  .kv__inner {
    height: 35vh;
  }
}

.kv__title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  color: #1b1b1b;
  margin-bottom: 100px;
}

@media screen and (max-width: 820px) {
  .kv__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .kv__title {
    margin-bottom: 20px;
  }
}

/* ==============================
Contents Styles
============================== */
.contents__wrap {
  position: relative;
  background: url("../img/deco_footer.png") no-repeat center 104%;
  background-size: 150px;
}

@media screen and (max-width: 820px) {
  .contents__wrap {
    background-position: center 102.4%;
    background-size: 120px;
  }
}

.contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 70px;
}

@media screen and (max-width: 820px) {
  .contents__list {
    padding: 30px 0 50px;
  }
}

.contents__item {
  width: 49%;
  padding: 10px;
  margin-bottom: 20px;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #82a254 6px, #82a254 8px);
}

@media screen and (max-width: 820px) {
  .contents__item {
    width: 100%;
  }
}

.contents__item--inner {
  background: #fff;
  padding: 5px;
}

.contents__item--inner:hover .contents__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.contents__item--inner:hover .contents__name {
  background-position: 98% center;
}

.contents__img {
  margin-bottom: 5px;
  overflow: hidden;
}

.contents__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.contents__name {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  background: url("../img/arrow_link.png") no-repeat 95% center #ffe200;
  background-size: 16px;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 820px) {
  .contents__name {
    font-size: 16px;
  }
}

.contents__name span {
  display: block;
}

/* ==============================
Footer Styles
============================== */
.footer__wrap {
  background: #310d0d;
  padding: 10px 20px;
}

.footer__copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .footer__copyright {
    font-size: 10px;
  }
}
.center__wrap {
  padding: 20px 20px;
  text-align: center;
}

.center__wrap a {
  color: #111;
  font-size: 15pt;
  text-decoration: underline;
}