@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Hiragino Sans","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans","メイリオ", Meiryo, sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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,
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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

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: baseline;
  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;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font: 16px "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #1a1a1a;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1a1a1a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

html {
  scroll-padding-top: 145px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}
@media screen and (max-width: 399px) {
  html {
    scroll-padding-top: 60px;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-15em {
  margin-bottom: 1.5em;
}

.u-main {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .u-main {
    padding-top: 90px;
  }
}
@media screen and (max-width: 399px) {
  .u-main {
    padding-top: 60px;
  }
}

.u-main-mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-main-mb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 399px) {
  .u-main-mb {
    padding-bottom: 50px;
  }
}

.u-inlineblock {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .u-inlineblock-pc {
    display: inline-block;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

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

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #49a26e;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #fff;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #fff;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

/*!
component > btn
------------------------------
*/
.c-btn-header-blog {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.c-btn-header-blog:hover {
  background-color: #999999;
}
@media screen and (max-width: 399px) {
  .c-btn-header-blog {
    background-color: #999999;
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

.c-btn-header-instagram {
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 399px) {
  .c-btn-header-instagram {
    width: 34px;
    height: 34px;
  }
}
.c-btn-header-instagram path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 399px) {
  .c-btn-header-instagram path {
    fill: #999999;
  }
}
.c-btn-header-instagram:hover path {
  fill: #999999;
}

.c-btn-news {
  display: grid;
  grid-template-columns: 75px 6em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 70px;
  margin-bottom: 22px;
  padding: 1em 0.8em;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-btn-news {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-news {
    margin-bottom: 15px;
    font-size: 1.2rem;
    grid-template-columns: 55px 6em 1fr;
  }
}
.c-btn-news:hover {
  border-color: #999999;
  background-color: lightenAlt(#49a26e, 50%);
}
.c-btn-news::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: calc(50% - 15px);
  background-color: #49a26e;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-btn-news::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 10px;
  }
}
.c-btn-news::after {
  content: "";
  width: 12px;
  height: 14px;
  background-color: #fff;
  clip-path: polygon(12px 50%, 0% 0%, 0% 14px);
  position: absolute;
  right: 37px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 768px) {
  .c-btn-news::after {
    width: 8px;
    height: 10px;
    clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
    top: calc(50% - 5px);
    right: 14px;
  }
}
.c-btn-news--new {
  grid-column: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #49a26e;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0.4em 0;
}
@media screen and (max-width: 399px) {
  .c-btn-news--new {
    font-size: 1.1rem;
  }
}
.c-btn-news--date {
  grid-column: 2;
  letter-spacing: 0;
}
.c-btn-news--title {
  grid-column: 3;
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-btn-news--title {
    padding-right: 22px;
  }
}

.c-btn-more {
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width: 399px) {
  .c-btn-more {
    font-size: 1.6rem;
    padding-right: 45px;
  }
}
.c-btn-more::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #49a26e;
  position: absolute;
  right: 0;
  top: 0.9em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 399px) {
  .c-btn-more::before {
    width: 38px;
    top: 0.8em;
  }
}
.c-btn-more::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #49a26e;
  position: absolute;
  right: 0;
  top: 0.9em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 399px) {
  .c-btn-more::after {
    top: 0.8em;
  }
}
.c-btn-more:hover {
  color: #8eba43;
}
.c-btn-more:hover::before {
  right: -5px;
  background-color: #8eba43;
}
.c-btn-more:hover::after {
  right: -5px;
  background-color: #8eba43;
}
.c-btn-more--white {
  color: #fff;
}
.c-btn-more--white::before {
  background-color: #fff;
}
.c-btn-more--white::after {
  background-color: #fff;
}
.c-btn-more--white:hover {
  color: #fff;
  opacity: 0.9;
}
.c-btn-more--white:hover::before {
  background-color: #fff;
}
.c-btn-more--white:hover::after {
  background-color: #fff;
}

.c-btn-circle-top {
  color: #fff;
  background-color: #4b7447;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 399px) {
  .c-btn-circle-top {
    width: 130px;
    height: 130px;
    font-size: 1.8rem;
  }
}
.c-btn-circle-top:hover {
  background-color: #49a26e;
}

.c-btn-footer-top {
  width: 12px;
  height: 100px;
  display: block;
  border-right: 1px solid #49a26e;
  margin: 0 4% 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-footer-top {
    height: 70px;
  }
}
@media screen and (max-width: 399px) {
  .c-btn-footer-top {
    height: 40px;
  }
}
.c-btn-footer-top::before {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #49a26e;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-footer-top:hover {
  border-color: #8eba43;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.c-btn-footer-top:hover::before {
  background-color: #8eba43;
}

.c-btn-pdf {
  display: inline-block;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .c-btn-pdf {
    padding-right: 28px;
  }
}
.c-btn-pdf::after {
  content: "PDF";
  width: 28px;
  height: 28px;
  background-color: #4b7447;
  border-radius: 50%;
  color: #fff;
  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;
  font-size: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-pdf::after {
    font-size: 1rem;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.c-btn-pdf:hover {
  color: #49a26e;
}
.c-btn-pdf:hover::after {
  background-color: #8eba43;
}

.c-btn-border {
  display: inline-block;
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.5em 3.5em 0.5em 2.5em;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 399px) {
  .c-btn-border {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    padding: 0.5em 3em 0.5em 2.5em;
  }
}
.c-btn-border::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: calc(50% - 15px);
  background-color: #49a26e;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-btn-border::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 10px;
  }
}
.c-btn-border::after {
  content: "";
  width: 12px;
  height: 14px;
  background-color: #fff;
  clip-path: polygon(12px 50%, 0% 0%, 0% 14px);
  position: absolute;
  right: 37px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 768px) {
  .c-btn-border::after {
    width: 8px;
    height: 10px;
    clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
    top: calc(50% - 5px);
    right: 14px;
  }
}
.c-btn-border:hover {
  border-color: #999999;
  background-color: lightenAlt(#49a26e, 50%);
}

.c-btn-book {
  background-color: #fff;
  color: #8eba43;
  padding: 0.75em 1.5em;
  line-height: 1.2;
  font-size: 1.6rem;
  border-radius: 30px;
  display: inline-block;
}
.c-btn-book:hover {
  background-color: #49a26e;
  color: #fff;
}

.c-btn-lime {
  background-color: #8eba43;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0.5em 1em;
}
@media screen and (max-width: 399px) {
  .c-btn-lime {
    padding: 1em 1em;
    font-size: 1.4rem;
  }
}
.c-btn-lime:hover {
  background-color: #49a26e;
}

.c-btn-circle {
  color: #fff;
  background-color: #49a26e;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 112px;
  height: 112px;
  margin: auto;
}
@media screen and (max-width: 399px) {
  .c-btn-circle {
    font-size: 1.6rem;
    width: 91px;
    height: 91px;
  }
}
.c-btn-circle:hover {
  background-color: #8eba43;
}

.c-btn-document {
  color: #fff;
  background-color: #8eba43;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  display: block;
  border-radius: 16px;
  padding: 0.75em 0.5em;
}
@media screen and (max-width: 768px) {
  .c-btn-document {
    font-size: 1.6rem;
  }
}
.c-btn-document:hover {
  background-color: #49a26e;
}
.c-btn-document--dead {
  background-color: #ccc;
  pointer-events: none;
}

/*!
component > title
------------------------------
*/
.c-title-simple {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-title-simple {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-simple {
    font-size: 2rem;
  }
}
.c-title-simple--mb1em {
  margin-bottom: 1em;
}
.c-title-simple--black {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.32em;
}
@media screen and (max-width: 768px) {
  .c-title-simple--black {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-simple--black {
    font-size: 2rem;
  }
}

.c-title-simple28 {
  color: #49a26e;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-title-simple28 {
    font-size: 2rem;
  }
}
.c-title-simple28--small {
  font-size: 80%;
  display: inline-block;
}

.c-title-simple24 {
  color: #49a26e;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-title-simple24 {
    font-size: 1.8rem;
  }
}

.c-title-top {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 90px auto;
}
@media screen and (max-width: 768px) {
  .c-title-top {
    font-size: 2.8rem;
    margin: 60px auto;
  }
}
@media screen and (max-width: 399px) {
  .c-title-top {
    font-size: 2rem;
    margin: 40px auto;
  }
}

.c-title-archive {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 50px auto 60px;
}
@media screen and (max-width: 768px) {
  .c-title-archive {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-archive {
    font-size: 2rem;
    margin: 1.5em auto 1em;
  }
}

.c-title-name {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32em;
  margin: 0 auto 0.5em;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .c-title-name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-name {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
  }
}

.c-title-lower {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-lower {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-lower {
    font-size: 2rem;
    letter-spacing: 0.18em;
  }
}
.c-title-lower--mb {
  margin-bottom: 2em;
  line-height: 2;
}

.c-title-lower-sub {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-lower-sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-lower-sub {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
  }
}

.c-title-gray {
  text-align: center;
  color: #999999;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-gray {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-gray {
    font-size: 1.6rem;
  }
}
.c-title-gray::before {
  content: "｜";
}
.c-title-gray::after {
  content: "｜";
}

.c-title-management {
  width: 100%;
  height: 543px;
  color: #fff;
  background-image: url("../img/management/bg_management-pc.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .c-title-management {
    height: 320px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 399px) {
  .c-title-management {
    background-image: url("../img/management/bg_management-sp.jpg");
    height: 283px;
  }
}
.c-title-management--text {
  width: 80%;
  max-width: 1000px;
  margin: auto;
  font-size: 4.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-title-management--text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-management--text {
    font-size: 2rem;
  }
}

.c-title-open {
  width: 100%;
  height: 543px;
  color: #49a26e;
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .c-title-open {
    height: 320px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 399px) {
  .c-title-open {
    height: 283px;
  }
}
.c-title-open::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-image: url("../img/open/bg_title-open-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 399px) {
  .c-title-open::before {
    background-image: url("../img/open/bg_title-open-sp.jpg");
  }
}
.c-title-open--text {
  width: 80%;
  margin: auto;
  font-size: 4.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-title-open--text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-open--text {
    font-size: 2rem;
  }
}

.c-title-book {
  color: #8eba43;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-title-book {
    padding: 0.2em 0.5em;
  }
}

.c-title-book-small {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.c-title-book-small span {
  color: #8eba43;
  background-color: #fff;
  display: inline-block;
  padding: 0.25em 1em;
}

.c-title-bank {
  width: 100%;
  height: 543px;
  color: #49a26e;
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .c-title-bank {
    height: 320px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 399px) {
  .c-title-bank {
    height: 283px;
  }
}
.c-title-bank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-image: url("../img/bank/bg_title-bank-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 399px) {
  .c-title-bank::before {
    background-image: url("../img/bank/bg_title-bank-sp.jpg");
  }
}
.c-title-bank--text {
  width: 80%;
  margin: auto;
  font-size: 4.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-title-bank--text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-bank--text {
    font-size: 2rem;
  }
}

.c-title-documents {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  letter-spacing: 0.32em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  .c-title-documents {
    font-size: 1.7rem;
    letter-spacing: 0.2em;
  }
}
.c-title-documents--inner {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) {
  .c-title-documents--inner {
    padding: 0 1.5em;
  }
}
.c-title-documents--inner::before {
  content: "｜";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.c-title-documents--inner::after {
  content: "｜";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.c-title-competition {
  width: 100%;
  height: 543px;
  color: #49a26e;
  position: relative;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .c-title-competition {
    height: 320px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 399px) {
  .c-title-competition {
    height: 283px;
  }
}
.c-title-competition::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-image: url("../img/competition/bg_title-competition-pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 399px) {
  .c-title-competition::before {
    background-image: url("../img/competition/bg_title-competition-sp.jpg");
  }
}
.c-title-competition--text {
  width: 80%;
  margin: auto;
  font-size: 4.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-title-competition--text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-competition--text {
    font-size: 2rem;
  }
}

.c-title-newsletter {
  text-align: center;
  color: #49a26e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.32em;
  margin: 90px auto 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-newsletter {
    font-size: 2.8rem;
    margin: 60px auto 0.75em;
  }
}
@media screen and (max-width: 399px) {
  .c-title-newsletter {
    font-size: 2rem;
    margin: 40px auto 0.75em;
  }
}
.c-title-newsletter--small {
  display: block;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-title-newsletter--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-newsletter--small {
    font-size: 1.7rem;
  }
}

.c-title-lime {
  background-color: #8eba43;
  color: #fff;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.32em;
  line-height: 1.4;
  padding: 0.25em 1em 0;
  margin: 0 auto 1.5em;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-title-lime {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-lime {
    font-size: 1.6rem;
  }
}

.c-title-progress {
  color: #1a1a1a;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4;
  padding-left: 1.25em;
  margin-bottom: 0.7em;
}
.c-title-progress::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.25em;
  margin-right: 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-progress {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 399px) {
  .c-title-progress {
    font-size: 1.5rem;
  }
}
.c-title-progress::before {
  content: "●";
  color: #8eba43;
}

/*!
component > pager
------------------------------
*/
.c-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 1080px;
  width: 92%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 399px) {
  .c-pager-list {
    gap: 6px;
  }
}

.c-pager-btn {
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #999999;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 399px) {
  .c-pager-btn {
    font-size: 1.8rem;
    width: 36px;
    height: 36px;
  }
}
.c-pager-btn:hover {
  background-color: #8eba43;
}
.c-pager-btn--active {
  background-color: #49a26e;
  pointer-events: none;
}
.c-pager-btn--prev-page {
  margin-right: 15px;
}
@media screen and (max-width: 399px) {
  .c-pager-btn--prev-page {
    margin-right: 7px;
  }
}
.c-pager-btn--prev-page img {
  width: 17px;
  height: 19px;
  padding-right: 2px;
}
.c-pager-btn--next-page {
  margin-left: 15px;
}
@media screen and (max-width: 399px) {
  .c-pager-btn--next-page {
    margin-left: 7px;
  }
}
.c-pager-btn--next-page img {
  width: 17px;
  height: 19px;
  padding-left: 2px;
}
.c-pager-btn--prev {
  background-color: #fff;
}
.c-pager-btn--prev img {
  width: 18px;
  height: 28px;
}
.c-pager-btn--next {
  background-color: #fff;
}
.c-pager-btn--next img {
  width: 18px;
  height: 28px;
}

/*!
layout > container
------------------------------
*/
.l-container-more, .l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 82%;
  margin: auto;
}

.l-container-l {
  max-width: 1080px;
}

.l-container-m {
  max-width: 950px;
}

.l-container-s {
  max-width: 750px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

.l-container-newslist {
  max-width: 950px;
  width: 91%;
  margin: 0 auto 30px;
}

.l-container-more {
  text-align: right;
  max-width: 1080px;
}

/*!
layout > header
------------------------------
*/
header {
  position: fixed;
  width: 100%;
  height: 125px;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 0 4%;
  border-bottom: 1px solid #49a26e;
}
@media screen and (max-width: 768px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 399px) {
  header {
    height: 60px;
  }
}

.header-logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .header-logo {
    width: 154px;
  }
}
.header-logo a:hover {
  opacity: 0.7;
}

.header-nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .header-nav-pc {
    display: none;
  }
}
.header-nav-pc--item {
  color: #999999;
  position: relative;
  font-size: 1.9rem;
  font-weight: 700;
}
.header-nav-pc--item::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #999999;
  position: absolute;
  right: -1em;
  top: calc(50% - 0.5em);
  display: block;
}
.header-nav-pc--item a {
  position: relative;
}
.header-nav-pc--item a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #999999;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-nav-pc--item a:hover::after {
  opacity: 1;
}
.header-nav-pc .header-link-hover {
  cursor: pointer;
}
.header-nav-pc .header-link-hover:hover > .header-link-dropDown {
  display: block;
  opacity: 1;
}
.header-nav-pc .header-link-hover:focus-within > .header-link-dropDown {
  display: block;
  opacity: 1;
}
.header-nav-pc .header-link-dropDown {
  display: none;
  position: absolute;
  bottom: 0;
  left: -10px;
  padding: 10px 10px 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-nav-pc .header-link-dropDown--01 {
  width: 150px;
}
.header-nav-pc .header-link-dropDown--02 {
  width: 345px;
}
.header-nav-pc .header-link-dropDown li::before {
  content: "・";
  width: 0.8em;
  display: inline-block;
}

.header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1099px) {
  .header-sns {
    position: absolute;
    right: calc(4% + 100px);
  }
}
@media screen and (max-width: 768px) {
  .header-sns {
    right: 95px;
  }
}
@media screen and (max-width: 399px) {
  .header-sns {
    right: 75px;
  }
}

.header-hamburger {
  display: none;
}
@media screen and (max-width: 1099px) {
  .header-hamburger {
    display: block;
    position: absolute;
    width: 50px;
    height: 52px;
    top: 39px;
    right: 4%;
    z-index: 10000;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    top: 21px;
  }
}
@media screen and (max-width: 399px) {
  .header-hamburger {
    width: 36px;
    right: 4.5%;
    top: 8px;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #999999;
  width: 100%;
  border-radius: 10px;
}
.header-hamburger span:nth-of-type(1) {
  top: 10px;
}
.header-hamburger span:nth-of-type(2) {
  top: 23px;
}
@media screen and (max-width: 399px) {
  .header-hamburger span:nth-of-type(2) {
    top: 21px;
  }
}
.header-hamburger span:nth-of-type(3) {
  top: 36px;
}
@media screen and (max-width: 399px) {
  .header-hamburger span:nth-of-type(3) {
    top: 32px;
  }
}
.header-hamburger:hover span {
  background-color: #49a26e;
}
.header-hamburger.open span {
  background-color: #999999;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 18px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(1) {
    top: 15px;
  }
}
@media screen and (max-width: 399px) {
  .header-hamburger.open span:nth-of-type(1) {
    top: 13px;
  }
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 30px;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(3) {
    top: 27px;
  }
}
@media screen and (max-width: 399px) {
  .header-hamburger.open span:nth-of-type(3) {
    top: 25px;
  }
}
.header-hamburger.open:hover span {
  background-color: #49a26e;
}

.header-nav-hum {
  display: none;
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-nav-hum {
    top: 90px;
  }
}
@media screen and (max-width: 399px) {
  .header-nav-hum {
    top: 60px;
  }
}
.header-nav-hum::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.header-nav {
  color: #999999;
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 1000px;
  padding: 30px 0;
  margin: auto;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .header-nav {
    font-size: 1.6rem;
  }
}
.header-nav--btn {
  padding: 1.25em 0.2em;
  display: block;
  width: 100%;
  border: none;
  font-weight: 700;
  background: none;
  text-align: left;
}
.header-nav--btn:hover {
  color: #1a1a1a;
  opacity: 1;
}
.header-nav--item {
  border-bottom: 1px solid #999999;
}

.header-acc-body {
  overflow: hidden;
  height: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: line-height 0.5s, padding 0.5s, opacity 0.5s, height 0.5s;
  transition: line-height 0.5s, padding 0.5s, opacity 0.5s, height 0.5s;
}
.header-acc-body.is-open {
  overflow: auto;
  height: auto;
  line-height: 1.5;
  opacity: 1;
  padding: 0 0 0.5em;
  -webkit-transition: line-height 0.5s, padding 0.5s, opacity 0.5s, height 0.5s;
  transition: line-height 0.5s, padding 0.5s, opacity 0.5s, height 0.5s;
}
.header-acc-body--link {
  padding-bottom: 0.9em;
  font-weight: 700;
  display: block;
}
.header-acc-body--link::before {
  content: "・";
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  max-width: 1366px;
  color: #49a26e;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
  background-image: url("../img/common/bg_fooer-pc.svg");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer {
    background-image: url("../img/common/bg_fooer-sp.svg");
    background-position: 20px left;
    padding: 0 0 50px;
    font-size: 1.2rem;
  }
}

.footer-name {
  padding: 110px 0 0.5em;
}
@media screen and (max-width: 768px) {
  .footer-name {
    padding: 60px 0 0.5em;
  }
}

.footer-address {
  width: 90%;
  margin: auto;
  margin-bottom: 3em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0;
}

.footer-copy {
  width: 90%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  font-size: 1rem;
  line-height: 1.2;
}

/*!
page > top
------------------------------
*/
.top-fv {
  width: 100%;
  margin: 0 auto;
}

.top-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  width: 80%;
  margin: 100px auto;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-lead {
    display: block;
    margin: 70px auto;
  }
}

.top-lead-title {
  color: #49a26e;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-right: 0.5em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-lead-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 0.8em;
    font-size: 2rem;
  }
}
.top-lead-title span {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-lead-title span {
    display: inline-block;
  }
}

.top-lead-text {
  max-width: 510px;
  width: calc(88% - 238px);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-lead-text {
    width: 100%;
    margin: auto;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
}

.top-lead-link {
  width: 112px;
  height: 112px;
  background-color: #49a26e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  -ms-flex-line-pack: end;
      align-content: end;
  place-self: end;
}
.top-lead-link:hover {
  background-color: rgb(65.7, 145.8, 99);
}
@media screen and (max-width: 768px) {
  .top-lead-link {
    font-size: 1.6rem;
    width: 91px;
    height: 91px;
    margin: 0 0 0 auto;
  }
}

.top-news {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin: 0 auto 80px;
  }
}

.top-works {
  margin: 0 auto 180px;
}
@media screen and (max-width: 768px) {
  .top-works {
    margin: 0 auto 80px;
  }
}

.top-works-title {
  width: 100%;
  height: 426px;
  background-image: url("../img/top/bg_works-pc.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-works-title {
    height: 220px;
  }
}
@media screen and (max-width: 399px) {
  .top-works-title {
    height: 175px;
    background-image: url("../img/top/bg_works-sp.jpg");
  }
}
.top-works-title--en {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.3rem;
  font-weight: 500;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .top-works-title--en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 399px) {
  .top-works-title--en {
    font-size: 2rem;
  }
}
.top-works-title--jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.32em;
}
@media screen and (max-width: 768px) {
  .top-works-title--jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 399px) {
  .top-works-title--jp {
    font-size: 2rem;
  }
}

.top-works-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 80px auto 0;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .top-works-links {
    margin: 50px auto 0;
    gap: 20px;
  }
}
@media screen and (max-width: 399px) {
  .top-works-links {
    gap: 10px;
  }
}

.top-newsletter {
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media screen and (max-width: 1099px) {
  .top-newsletter {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-newsletter {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 399px) {
  .top-newsletter {
    margin: 0 auto 55px;
  }
}
.top-newsletter--image {
  width: 50%;
}
.top-newsletter--image img {
  border-radius: 0 67px 67px 0;
}
@media screen and (max-width: 1099px) {
  .top-newsletter--image {
    width: 90%;
    margin-bottom: 50px;
  }
}
.top-newsletter--text {
  max-width: 580px;
  margin: auto;
  padding-right: 5%;
}
@media screen and (max-width: 1099px) {
  .top-newsletter--text {
    padding-right: 0;
    width: 80%;
  }
}

.top-newsletter-sentence {
  font-size: 1.8rem;
  line-height: 2;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  .top-newsletter-sentence {
    font-size: 1.6rem;
    margin: 1.7em auto;
  }
}

.top-instagram {
  margin: 0 auto 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-instagram {
    margin: 0 auto 120px;
  }
}
.top-instagram--ico {
  width: 96px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-instagram--ico {
    width: 50px;
  }
}
.top-instagram--ico path {
  fill: #8eba43;
}

.top-instagram-wrap {
  margin: 55px auto;
}
@media screen and (max-width: 768px) {
  .top-instagram-wrap {
    margin: 50px auto;
  }
}

/*!
page > profile
------------------------------
*/
.profile-wrap {
  max-width: 830px;
  width: 82%;
  margin: 80px auto 100px;
}
@media screen and (max-width: 768px) {
  .profile-wrap {
    margin: 40px auto 70px;
  }
}

.profile-dl {
  border-bottom: 1px solid #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2em 0;
  letter-spacing: 0;
}

.profile-dt {
  width: 8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .profile-dt {
    width: 5em;
  }
}
@media screen and (max-width: 768px) {
  .profile-dt--report {
    width: 3em;
  }
}
.profile-dt--w100 {
  width: 100%;
}

.profile-dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 768px) {
  .profile-dd {
    width: calc(100% - 5em);
  }
}
.profile-dd--list li {
  line-height: 1.5;
  margin-bottom: 0.25em;
  padding-left: 1em;
}
.profile-dd--list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.profile-dd--list li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .profile-dd--report {
    width: calc(100% - 3em);
  }
}

.profile-history {
  padding-bottom: 1.25em;
  position: relative;
}
.profile-history::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1px);
  top: 4px;
  left: 25px;
  background-color: #1a1a1a;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .profile-history::before {
    left: 10px;
  }
}
.profile-history:last-child {
  padding-bottom: 0.25em;
}
.profile-history:last-child::before {
  display: none;
}
.profile-history--dt {
  display: inline-block;
  background-color: #8eba43;
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  padding: 0.3em 0.5em;
  min-width: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile-history--dt {
    border-radius: 6px;
    min-width: 140px;
  }
}
.profile-history--dd {
  margin-top: 0.5em;
  padding-left: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .profile-history--dd {
    padding-left: 26px;
    margin-top: 0.75em;
  }
}

.profile-report--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  border-bottom: 1px dashed #1a1a1a;
  padding: 1em 0;
}
.profile-report--item:first-child {
  padding: 0 0 1em;
}
.profile-report--item:last-child {
  border-bottom: none;
  padding: 1em 0 0;
}
.profile-report--year {
  width: 5.8em;
}

/*!
page > news
------------------------------
*/
.news-list {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .news-list {
    margin-bottom: 75px;
  }
}

.news-pager {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .news-pager {
    margin: 50px auto 0;
  }
}

.news-detail {
  max-width: 680px;
  width: 80%;
  margin: 0 auto 170px;
}
@media screen and (max-width: 768px) {
  .news-detail {
    margin: 0 auto 80px;
  }
}

.news-detail-new {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #49a26e;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 0.4em 2em;
}
@media screen and (max-width: 399px) {
  .news-detail-new {
    font-size: 1.1rem;
  }
}

.news-detail-date {
  color: #49a26e;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.2em auto 0.5em;
  display: block;
}
@media screen and (max-width: 768px) {
  .news-detail-date {
    font-size: 1.6rem;
  }
}

.news-detail-title {
  color: #49a26e;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto 3em;
  display: block;
}
@media screen and (max-width: 768px) {
  .news-detail-title {
    font-size: 1.8rem;
  }
}

.news-article {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .news-article {
    font-size: 1.6rem;
  }
}
.news-article p {
  margin-bottom: 3em;
}
.news-article figure {
  margin-bottom: 3em;
}
.news-article a {
  color: #49a26e;
  text-decoration: underline;
}
.news-article a:hover {
  text-decoration: none;
}

/*!
page > management
------------------------------
*/
.management-lead {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .management-lead {
    margin-bottom: 50px;
  }
}
.management-lead--text {
  margin: 2em auto 0;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .management-lead--text {
    margin: 1.5em auto 0;
  }
}

.management-list {
  max-width: 1280px;
  width: 82%;
  text-align: center;
  margin: 0 auto 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .management-list {
    -webkit-column-gap: 5.6%;
       -moz-column-gap: 5.6%;
            column-gap: 5.6%;
  }
}
@media screen and (max-width: 768px) {
  .management-list {
    margin: 0 auto 55px;
    -webkit-column-gap: 11%;
       -moz-column-gap: 11%;
            column-gap: 11%;
  }
}
@media screen and (max-width: 399px) {
  .management-list {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
}
.management-list--item {
  width: 23.5%;
}
@media screen and (max-width: 991px) {
  .management-list--item {
    width: 29.6%;
  }
}
@media screen and (max-width: 768px) {
  .management-list--item {
    width: 44.5%;
  }
}
@media screen and (max-width: 399px) {
  .management-list--item {
    width: 47%;
  }
}
.management-list--btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #4d4d4d;
  line-height: 1.6;
}
@media screen and (max-width: 1099px) {
  .management-list--btn {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 859px) {
  .management-list--btn {
    font-size: 1.8rem;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 399px) {
  .management-list--btn {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.management-list--btn:hover {
  color: #49a26e;
}
.management-list--btn:hover img {
  opacity: 0.8;
}
.management-list--figure figcaption {
  display: block;
  margin-top: 0.8em;
}
.management-list--image {
  display: block;
  width: 100%;
  position: relative;
}
.management-list--image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.management-list--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.management-list--image img {
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .management-list--image img {
    border-radius: 15px;
  }
}

.management-bottom {
  margin: 0 auto 170px;
}
@media screen and (max-width: 768px) {
  .management-bottom {
    margin: 0 auto 100px;
  }
}

/*!
page > open
------------------------------
*/
.open-lead {
  margin: 0 auto 125px;
}
@media screen and (max-width: 768px) {
  .open-lead {
    margin: 0 auto 90px;
  }
}
.open-lead--text {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 1em;
}

.open-book {
  color: #fff;
  background-color: #8eba43;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .open-book {
    padding: 50px 0;
  }
}
.open-book--title {
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.4em;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
  .open-book--title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .open-book--title {
    font-size: 1.8rem;
  }
}
.open-book--inner {
  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: 991px) {
  .open-book--inner {
    display: block;
  }
}

.open-book-article {
  width: 48%;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.open-book-article::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
  display: block;
  position: absolute;
  right: -20%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .open-book-article {
    width: 100%;
    border-top: 1px dashed #fff;
    padding-top: 40px;
  }
  .open-book-article::after {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .open-book-article {
    padding-top: 30px;
  }
}

.open-book-image {
  width: 32.7%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 991px) {
  .open-book-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .open-book-image img {
    width: 75%;
  }
}
@media screen and (max-width: 399px) {
  .open-book-image {
    margin: 0 auto 25px;
  }
}
.open-book-image figcaption {
  display: block;
  margin-top: 0.75em;
}

.open-book-section {
  margin-bottom: 2em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .open-book-section {
    font-size: 1.4rem;
  }
}

.open-book-list li {
  padding-left: 1.25em;
  margin-bottom: 0.25em;
}
.open-book-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.25em;
  margin-right: 0.25em;
  text-align: center;
}
.open-book-list li::before {
  content: "■";
}

.open-book-caution {
  font-size: 1.4rem;
  padding-left: 1.25em;
  margin-bottom: 0.25em;
}
.open-book-caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.25em;
  margin-right: 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .open-book-caution {
    font-size: 1.2rem;
  }
}
.open-book-caution::before {
  content: "＊";
}

.open-event {
  width: 90%;
  max-width: 1080px;
  margin: 150px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .open-event {
    margin: 70px auto;
  }
}
.open-event::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid #49a26e;
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .open-event::before {
    height: calc(100% - 15px);
    top: 15px;
  }
}
@media screen and (max-width: 399px) {
  .open-event::before {
    height: calc(100% - 8px);
    top: 8px;
  }
}
.open-event--inner {
  width: 88%;
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .open-event--inner {
    padding: 50px 0;
  }
}

.open-event-title {
  text-align: center;
  color: #49a26e;
  font-size: 4.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .open-event-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 399px) {
  .open-event-title {
    font-size: 2rem;
  }
}
.open-event-title--inner {
  display: inline-block;
  background-color: #fff;
  padding: 0 1em;
}

.open-event-lead {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .open-event-lead {
    font-size: 1.5rem;
  }
}

.open-event-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}
@media screen and (max-width: 859px) {
  .open-event-flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .open-event-flex {
    margin: 40px auto 0;
  }
}
.open-event-flex--image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 38.5%;
}
@media screen and (max-width: 859px) {
  .open-event-flex--image {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.open-event-flex--text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 53%;
}
@media screen and (max-width: 859px) {
  .open-event-flex--text {
    width: 100%;
  }
}

.open-event-dl {
  border-bottom: 1px solid #1a1a1a;
  display: grid;
  grid-template-columns: 6em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  padding: 0.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.open-event-dl:first-of-type {
  border-top: 1px solid #1a1a1a;
}
.open-event-dl dt {
  background-color: #8eba43;
  color: #fff;
  text-align: center;
}

.open-event-list {
  font-size: 1.7rem;
  letter-spacing: 0;
  margin: 1.5em auto 2em;
}
@media screen and (max-width: 768px) {
  .open-event-list {
    font-size: 1.5rem;
  }
}
.open-event-list li {
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.open-event-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.open-event-list li::before {
  content: "・";
}

.open-event-pdf {
  margin-bottom: 1.5em;
}
.open-event-pdf:last-child {
  margin-bottom: 0;
}

.open-request {
  width: 82%;
  max-width: 1020px;
  margin: 0 auto 170px;
}
@media screen and (max-width: 991px) {
  .open-request {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .open-request {
    margin: 0 auto 60px;
  }
}

.open-request-title {
  color: #49a26e;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8;
  margin-bottom: 1.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .open-request-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.open-request-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .open-request-list {
    font-size: 1.5rem;
  }
}
.open-request-list li {
  padding-left: 1.25em;
  margin-bottom: 0.25em;
  letter-spacing: 0.01em;
}
.open-request-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.25em;
  margin-right: 0.25em;
  text-align: center;
}
.open-request-list li::before {
  content: "○";
}

.open-request-bnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .open-request-bnr {
    display: block;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .open-request-image {
    width: 80%;
    max-width: 325px;
    margin: 25px auto 0;
  }
}

.open-association {
  padding: 70px 0;
  color: #fff;
  background-color: #49a26e;
}
.open-association--inner {
  width: 82%;
  max-width: 1020px;
  margin: auto;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 50% 1fr;
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
}
@media screen and (max-width: 991px) {
  .open-association--inner {
    display: block;
  }
}
.open-association--image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.open-association--text {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 991px) {
  .open-association--text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 399px) {
  .open-association--text {
    margin-bottom: 20px;
  }
}
.open-association--link {
  text-align: right;
  margin-top: 1em;
  grid-row: 2/3;
  grid-column: 2/3;
}
.open-association--title {
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 991px) {
  .open-association--title {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .open-association--title {
    font-size: 2rem;
  }
}
.open-association--sentence {
  line-height: 2;
  text-indent: 1em;
}

.open-gallery {
  width: 100%;
  max-width: 1440px;
  margin: 180px auto 120px;
}
@media screen and (max-width: 768px) {
  .open-gallery {
    margin: 60px auto 80px;
  }
}
.open-gallery--inner {
  margin: 140px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .open-gallery--inner {
    display: block;
    margin: 40px auto 0;
  }
}

.open-gallery-image1 {
  width: calc(46% - 14px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .open-gallery-image1 {
    width: 81.6%;
  }
}
.open-gallery-image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .open-gallery-image1 img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.open-gallery-image2 {
  width: calc(54% - 14px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .open-gallery-image2 {
    width: 81.6%;
    margin: 20px 0 20px auto;
  }
}
.open-gallery-image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .open-gallery-image2 img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.open-gallery-image3 {
  width: 36.3%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .open-gallery-image3 {
    width: 67.5%;
    margin: 0 auto 20px 8%;
  }
}

.open-gallery-image4 {
  width: 54.9%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .open-gallery-image4 {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.open-gallery-image5 {
  width: calc(54% - 14px);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin: 0 auto 0 0;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 768px) {
  .open-gallery-image5 {
    width: 78.9%;
    margin: 0 0 20px auto;
  }
}

.open-gallery-image6 {
  width: calc(42% - 14px);
  margin: -14% 4% 0 0;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 768px) {
  .open-gallery-image6 {
    width: 67.5%;
    margin: 0 auto 20px 0;
  }
}

.open-gallery-image7 {
  width: calc(46% - 14px);
  margin-top: -1.5%;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .open-gallery-image7 {
    width: 79%;
    margin: 0 auto 20px;
  }
}
.open-gallery-image7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .open-gallery-image7 img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.open-gallery-image8 {
  width: calc(54% - 14px);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .open-gallery-image8 {
    width: 89.5%;
    margin: 0 auto 0 0;
  }
}
.open-gallery-image8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .open-gallery-image8 img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*!
page > bank
------------------------------
*/
.bank-lead {
  width: 82%;
  max-width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .bank-lead {
    margin: 0 auto 30px;
  }
}
.bank-lead--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .bank-lead--inner {
    display: block;
  }
}
.bank-lead--text {
  line-height: 2;
  letter-spacing: 0;
  width: calc(100% - 142px);
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .bank-lead--text {
    width: 100%;
    font-size: 1.6rem;
  }
}
.bank-lead--right {
  width: 112px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bank-lead--right {
    margin: 20px 0 0 auto;
    width: 100px;
  }
}
.bank-lead--caution {
  text-align: center;
  margin: 0.5em auto 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .bank-lead--caution {
    font-size: 1.2rem;
  }
}

.bank-image {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 399px) {
  .bank-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 80px;
  }
}

.bank-documents {
  width: 90%;
  max-width: 990px;
  margin: 0 auto 150px;
  padding: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bank-documents {
    margin: 0 auto 80px;
  }
}
.bank-documents::before {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  position: absolute;
  top: 16px;
  left: 0;
  border: 1px solid #49a26e;
  border-radius: 20px;
  z-index: -1;
}
.bank-documents--inner {
  max-width: 820px;
  width: 90%;
  margin: 0 auto;
}

.bank-documents-title {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.32em;
  line-height: 1.5;
  text-align: center;
  color: #49a26e;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
  .bank-documents-title {
    font-size: 2rem;
    letter-spacing: 0.16em;
  }
}
.bank-documents-title--inner {
  background-color: #fff;
  padding: 0 0.75em;
}

.bank-documents-lead {
  text-align: center;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .bank-documents-lead {
    display: block;
    text-align: left;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .bank-documents-lead--text {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.25em;
  }
}

.bank-documents-block {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px dashed #49a26e;
  font-size: 1.4rem;
}
.bank-documents-block:last-child {
  border-bottom: none;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .bank-documents-block {
    font-size: 1.2rem;
  }
}

.bank-documents-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}
@media screen and (max-width: 859px) {
  .bank-documents-flex {
    display: block;
  }
}

@media screen and (max-width: 859px) {
  .bank-documents-pdf {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
.bank-documents-pdf dd {
  margin-top: 1em;
}
@media screen and (max-width: 859px) {
  .bank-documents-pdf dd {
    margin-top: 0.6em;
  }
}

/*!
page > competition
------------------------------
*/
.competition-lead {
  width: 82%;
  max-width: 800px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .competition-lead {
    margin: 0 auto 80px;
  }
}
.competition-lead--text {
  line-height: 2;
  letter-spacing: 0;
  padding-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .competition-lead--text {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
}

.competition-image {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0 auto 120px;
  padding-top: 50px;
}
@media screen and (max-width: 399px) {
  .competition-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 80px;
    padding-top: 20px;
  }
}

.competition-documents {
  width: 90%;
  max-width: 990px;
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .competition-documents {
    margin: 0 auto 50px;
  }
}
.competition-documents::before {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  position: absolute;
  top: 16px;
  left: 0;
  border: 1px solid #49a26e;
  border-radius: 20px;
  z-index: -1;
}
.competition-documents--inner {
  max-width: 820px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px;
}

.competition-documents-title {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.32em;
  line-height: 1.5;
  text-align: center;
  color: #49a26e;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
  .competition-documents-title {
    font-size: 2rem;
    letter-spacing: 0.16em;
  }
}
.competition-documents-title--inner {
  background-color: #fff;
  padding: 0 0.75em;
}

.competition-documents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 859px) {
  .competition-documents-flex {
    display: block;
  }
}

.competition-documents-pdf {
  width: 31%;
}
@media screen and (max-width: 859px) {
  .competition-documents-pdf {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
.competition-documents-pdf:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.competition-documents-pdf:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.competition-documents-pdf:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.competition-documents-pdf:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.competition-documents-caution {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .competition-documents-caution {
    font-size: 1.2rem;
  }
}

/*!
page > newsletter
------------------------------
*/
.newsletter-lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsletter-lead {
    text-align: left;
  }
}

.newsletter-section {
  margin: 0 auto 200px;
  padding: 60px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsletter-section {
    margin: 0 auto 90px;
    padding: 35px 0 40px;
  }
}
.newsletter-section::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  border: 1px solid #49a26e;
}

.newsletter-list {
  width: 98%;
  margin: 0 auto;
  padding: 30px 0 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 50px;
}
@media screen and (max-width: 991px) {
  .newsletter-list {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-list {
    row-gap: 40px;
    padding: 20px 0 50px;
  }
}
.newsletter-list--item {
  width: 22%;
}
@media screen and (max-width: 991px) {
  .newsletter-list--item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-list--item {
    width: 47.5%;
  }
}
.newsletter-list--item:hover .newsletter-list--image {
  opacity: 0.7;
}
.newsletter-list--item:hover .newsletter-list--text {
  color: #8eba43;
  border-color: #8eba43;
}
.newsletter-list--image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsletter-list--image::before {
  content: "";
  display: block;
  padding-top: 142.8%;
}
.newsletter-list--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.newsletter-list--text {
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0.4em 0;
  margin: 1em auto 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 859px) {
  .newsletter-list--text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-list--text {
    font-size: 1.5rem;
  }
}

.newsletter-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto 1.5em;
  position: relative;
}
@media screen and (max-width: 399px) {
  .newsletter-btn-wrap {
    gap: 10px;
  }
}

.newsletter-btn-item {
  background-color: #999999;
  color: #fff;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-indent: 0.32em;
  padding: 0.6em 1em 0.5em;
  border-radius: 50px;
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .newsletter-btn-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 399px) {
  .newsletter-btn-item {
    font-size: 1.6rem;
    width: calc(50% - 3px);
    letter-spacing: 0.25em;
    text-indent: 0.25em;
  }
}
.newsletter-btn-item:hover {
  background-color: #49a26e;
}
.newsletter-btn-item--active {
  background-color: #8eba43;
  pointer-events: none;
}

/*!
page > recruit
------------------------------
*/
.recruit-lead {
  margin: 50px auto 80px;
}

.recruit-address {
  max-width: 750px;
  width: 90%;
  margin: 0 auto 100px;
  background-color: rgba(142, 186, 67, 0.2);
  padding: 30px 6%;
}
@media screen and (max-width: 768px) {
  .recruit-address {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 399px) {
  .recruit-address {
    margin: 0 auto 50px;
  }
}
.recruit-address--caution {
  margin-top: 0.5em;
  font-size: 88%;
  padding-left: 1em;
}
.recruit-address--caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.recruit-address--caution::before {
  content: "※";
}

/*!
page > project
------------------------------
*/
.project-link {
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .project-link {
    margin: 0 auto 40px;
    grid-template-columns: 1fr;
  }
}

.project-section {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto 100px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .project-section {
    margin: 0 auto 40px;
    padding-top: 10px;
  }
}

.project-section-text {
  text-align: center;
  margin: 0 auto 1em;
}

.project-2014 {
  background-color: #fff0ff;
  padding: 20px;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .project-2014 {
    padding: 10px;
    margin: 0 auto 40px;
  }
}
.project-2014--text {
  margin: 1.5em auto 1.2em;
}
.project-2014--pink {
  color: #e65b7c;
  font-weight: 700;
}
.project-2014--image {
  display: grid;
  grid-template-columns: 3.95fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .project-2014--image {
    gap: 6px;
  }
}
.project-2014--image figure:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
}
.project-2014--image figure:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.project-2014--image figure:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.project-progress-wrap {
  background-color: lightenAlt(#49a26e, 45%);
  padding: 40px 5% 60px;
  border-radius: 10px;
}
@media screen and (max-width: 399px) {
  .project-progress-wrap {
    padding: 30px 4% 30px;
  }
}

.project-progress {
  margin-bottom: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .project-progress {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 399px) {
  .project-progress {
    margin-bottom: 25px;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.project-progress:last-child {
  margin-bottom: 0;
}
.project-progress--flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 20px;
}
@media screen and (max-width: 399px) {
  .project-progress--flex {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 10px;
  }
}
.project-progress--maki {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 20px auto 25px;
}
@media screen and (max-width: 399px) {
  .project-progress--maki {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 10px;
    margin: 15px auto;
  }
}
.project-progress--maki .project-progress-makitext {
  -ms-flex-item-align: center;
      align-self: center;
  padding-right: 0.25em;
}
.project-progress--break {
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .project-progress--break {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 399px) {
  .project-progress--break {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 10px;
    margin: 15px auto;
  }
}
.project-progress--image {
  margin: 0 auto 30px;
}
@media screen and (max-width: 399px) {
  .project-progress--image {
    margin: 0 auto 15px;
  }
}
.project-progress--1column {
  grid-column: 2/3;
  text-align: center;
}
.project-progress--1st {
  grid-column: 1/2;
}
.project-progress--2nd {
  grid-column: 2/3;
}
.project-progress--3rd {
  grid-column: 3/4;
}
.project-progress--alineCenter {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 0.5em;
}
.project-progress figure figcaption {
  line-height: 1.3;
  margin-top: 0.5em;
}
@media screen and (max-width: 399px) {
  .project-progress figure figcaption {
    letter-spacing: 0;
  }
}

.project-progress-kabu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  text-align: center;
}

.project-2009 {
  text-align: center;
  background-color: lightenAlt(#8eba43, 45%);
  padding: 30px 5% 60px;
  margin: 0 auto 70px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .project-2009 {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 399px) {
  .project-2009 {
    padding: 30px 4% 30px;
  }
}
.project-2009--title {
  text-align: center;
  color: #8eba43;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 399px) {
  .project-2009--title {
    font-size: 1.5rem;
  }
}
.project-2009--flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 20px auto 0;
}
@media screen and (max-width: 399px) {
  .project-2009--flex {
    gap: 10px;
  }
}
.project-2009--flex figure {
  position: relative;
}
.project-2009--flex figure::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.project-2009--flex figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}/*# sourceMappingURL=style.css.map */