@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

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

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

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

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

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

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

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

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

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

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

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

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

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*# sourceMappingURL=sanitize.css.map */
.row {
  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;
  margin: -10px;
}

@media screen and (min-width: 1025px) {
  .row {
    margin: -18px;
  }
}

.row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row__item {
    padding: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .row__item {
    padding: 18px;
  }
}

.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-half {
  width: 50%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.row--mini {
  margin: -5px;
}

@media screen and (min-width: 768px) {
  .row--mini {
    margin: -10px;
  }
}

.row--mini .row__item {
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .row--mini .row__item {
    padding: 10px;
  }
}

:root {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #111111;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 75px;
  }
}

@media screen and (min-width: 1025px) {
  body {
    padding-top: 165px;
  }
}

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

:focus {
  outline: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

ul li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tablet {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none;
  }
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero {
  margin: 0 0 15px;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    margin: 0 0 25px;
  }
}

.hero__ttl, .hero__en-ttl {
  color: #5ca228;
  text-align: center;
}

.hero__ttl {
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  width: 87%;
  margin: 0 auto;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .hero__ttl {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: normal;
    width: 78%;
  }
}

@media screen and (min-width: 1025px) {
  .hero__ttl {
    font-size: 4.2rem;
    width: 65%;
  }
}

.hero__ttl::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 60%;
  height: 45px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hero__ttl::before {
    width: 238px;
    height: 45px;
  }
}

.hero__ttl::after {
  content: "";
  border: 2px solid #5ca228;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -2;
}

.hero__text {
  color: #5ca228;
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  margin: .6rem 0 0;
}

@media screen and (min-width: 768px) {
  .hero__text {
    font-size: 1.8rem;
  }
}

.hero__en-ttl {
  font-family: "Poppins";
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .hero__en-ttl {
    font-size: 3.3rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px) {
  .hero__en-ttl {
    font-size: 3.8rem;
  }
}

.hero__ja {
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .hero__ja {
    line-height: 2.2;
    margin-bottom: -5px;
  }
}

@media screen and (min-width: 768px) {
  .hero__ja {
    font-size: 1.5rem;
  }
}

.sup-small {
  font-size: 1.1rem;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 25px;
}

.mb-6 {
  margin-bottom: 30px;
}

.mb-7 {
  margin-bottom: 35px;
}

.mb-8 {
  margin-bottom: 40px;
}

.mb-9 {
  margin-bottom: 45px;
}

.mb-10 {
  margin-bottom: 50px;
}

.mb-11 {
  margin-bottom: 55px;
}

.mb-12 {
  margin-bottom: 60px;
}

.mb-13 {
  margin-bottom: 65px;
}

.mb-14 {
  margin-bottom: 70px;
}

.mb-15 {
  margin-bottom: 75px;
}

.sitemap-link {
  color: #111111;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
}

.sitemap-link:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #dbeacf));
  background: -webkit-linear-gradient(transparent 65%, #dbeacf 0%);
  background: -o-linear-gradient(transparent 65%, #dbeacf 0%);
  background: linear-gradient(transparent 65%, #dbeacf 0%);
}

.mb-sitemap {
  margin: -6px 0 0;
}

@media screen and (max-width: 767px) {
  .mb-sitemap:last-of-type {
    margin: -6px 0 35px;
  }
}

@media screen and (min-width: 768px) {
  .mb-sitemap {
    margin: 0 0 35px;
  }
  .mb-sitemap:last-of-type {
    margin: 0 0 20px;
  }
}

.scroller {
  position: fixed;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  right: 20px;
  bottom: 55px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  .scroller {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    right: 45px;
  }
}

.scroller:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-color: #5ca228 #5ca228 transparent transparent;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 60%;
}

@media screen and (min-width: 768px) {
  .scroller:before {
    width: 20px;
    height: 20px;
  }
}

.scroller:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.13);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1.13);
  transform: translate(-50%, -50%) rotate(-45deg) scale(1.13);
}

.scroller:hover {
  background: rgba(188, 228, 160, 0.8);
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.scroller--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.suptext {
  font-size: .4em;
  position: relative;
  top: -.1em;
  padding: 0 0 0 .6em;
  vertical-align: top;
  display: inline-block;
}

.fancybox {
  cursor: pointer;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}

.loader__icon {
  position: absolute;
  border-left: 2px solid #000;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader__icon, .loader__icon:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.menu-btn {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  overflow: hidden;
  border-left: 1px solid #707070;
}

.menu-btn--open {
  border-left: 0;
}

.menu-btn__line {
  position: absolute;
  left: 27%;
  top: 37%;
  display: block;
  width: 46%;
  height: 4px;
  margin-top: -1px;
  background: #5a5a5a;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-btn--open .menu-btn__line:nth-child(2) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.menu-btn__name {
  position: absolute;
  bottom: 12px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #5ca228;
  line-height: 1;
  letter-spacing: 0.5px;
}

.menu-btn__name::before {
  content: "MENU";
}

.menu-btn--open .menu-btn__name::before {
  content: "CLOSE";
}

.button {
  display: block;
}

.button--contact, .button--member {
  padding: 14px;
  border-radius: 100px;
  width: 185px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
}

@media screen and (max-width: 1024px) {
  .button--contact, .button--member {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: left;
    margin: 15px auto;
    padding: 10px 30px 10px 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button--contact, .button--member {
    line-height: 2;
    margin: 20px auto;
    width: 65%;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .button--contact, .header--sticky .button--member {
    width: 124px;
    height: 35px;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 10px 23px 10px 10px;
  }
}

.button--contact {
  border: 1px solid #5ca228;
  color: #5ca228;
  position: relative;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
}

.button--contact::after {
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/image/contact-icon-green.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .button--contact::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .button--contact::after {
    width: 11px;
    height: 11.5px;
    right: 10px;
  }
}

.button--contact:hover {
  background: #E8E8E8;
  border: 1px solid #5ca228;
}

.button--member {
  border: 1px solid #0080cc;
  background: #0080cc;
  color: #fff;
  position: relative;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.button--member::after {
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .button--member::after {
    width: 10px;
    height: 10px;
    right: 27px;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .button--member::after {
    width: 8px;
    height: 8px;
    right: 11px;
  }
}

.button--member--active, .button--member:hover {
  background: #5ca228;
  border: 1px solid #5ca228;
}

@media screen and (min-width: 1025px) {
  .button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .button-list__item:not(:last-child) {
    margin-left: 17px;
  }
}

@media screen and (min-width: 1025px) {
  .button-list__item:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .button-list__item:not(:first-child) {
    margin-left: 8px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background: #fff;
  border-top: 5px solid #5ca228;
  z-index: 100;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: .03em;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 75px;
  }
}

@media print {
  .header {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .header__body {
    margin: 22px auto 23px;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .header__body {
    margin: 13px auto;
  }
}

.header__title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .header__title {
    line-height: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .header__title {
    top: 3px;
    font-size: 2rem;
    font-weight: bold;
  }
}

.header__title::before {
  content: "";
  background: url(../image/ssik_logo.png) no-repeat center center;
  display: inline-block;
  width: 116px;
  height: 62px;
  vertical-align: top;
  margin-right: 20px;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .header__title::before {
    vertical-align: middle;
    width: 70px;
    height: 41px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__title::before {
    width: 75px;
    height: 44px;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .header__title::before {
    background: url(../image/ssik_logo.png) no-repeat top center;
    width: 71px;
    height: 39px;
    vertical-align: middle;
    margin-right: 12px;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .header__title {
    position: absolute;
    top: 0;
    left: 17px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .header__title {
    position: absolute;
    top: 0;
    left: 13px;
    font-size: 3.4rem;
  }
}

.header__btn {
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 200;
}

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

.header--link {
  color: #111111;
}

@media screen and (min-width: 1025px) {
  .header--sticky {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 75px;
  }
  .header--sticky .header__btn {
    display: none;
  }
}

.header--sticky:before {
  display: none;
}

@media screen and (min-width: 1025px) {
  .header--sticky .header__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer {
  color: #fff;
  background: #5ca228;
  padding: 20px 0;
  height: 100px;
}

@media print {
  .footer {
    display: none;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__body {
    line-height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 60px;
  }
}

.footer__copy {
  font-family: "Poppins";
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}

.fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  list-style: none;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .fnav-list {
    margin: 0 0 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .fnav-list {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}

.fnav-list__item {
  position: relative;
  padding: 0 1em;
}

.fnav-list__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (min-width: 1025px) {
  .fnav-list__item:first-child {
    padding: 0 1em 0 0;
  }
}

.fnav-list__link {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
}

.fnav-list__link:hover {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 75px 20px 20px;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    border-bottom: 5px solid #5ca228;
  }
}

@media screen and (min-width: 1025px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.nav-list {
  position: relative;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-list {
    margin: 0 0 35px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list {
    margin: 0;
  }
}

.nav-list:after {
  content: "";
  position: absolute;
  display: block;
  background: #707070;
}

@media screen and (max-width: 1024px) {
  .nav-list:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-list:after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list:after {
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .nav-list__item {
    line-height: 59px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-list__item {
    line-height: 80px;
  }
}

.nav-list__btn {
  position: relative;
  display: block;
  color: inherit;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1025px) {
  .nav-list__btn {
    padding: 22px 25px;
  }
}

.nav-list__btn:before {
  content: "";
  position: absolute;
  display: block;
  background: #707070;
}

@media screen and (max-width: 1024px) {
  .nav-list__btn:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-list__btn:before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list__btn:before {
    height: 80%;
  }
}

@media screen and (min-width: 1025px) {
  .nav-list__btn:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    display: block;
    width: 36px;
    height: 5px;
    background: #d8971d;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list__btn:after {
    bottom: -15px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-list__btn--active:after, .nav-list__btn:hover:after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.nav-list__btn-ja, .nav-list__btn-en {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .nav-list__btn-ja, .nav-list__btn-en {
    display: block;
    text-align: center;
  }
}

.nav-list__btn-ja {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .nav-list__btn-ja {
    vertical-align: top;
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .nav-list__btn-ja {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list__btn-ja {
    font-size: 1.4rem;
  }
}

.nav-list__btn-en {
  font-family: "Poppins";
  font-size: 1.2rem;
  font-weight: 500;
  color: #2865a2;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  letter-spacing: 0.3px;
}

.nav-list__btn:hover .nav-list__btn-en,
.nav-list__btn--active .nav-list__btn-en {
  color: #d8971d;
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list__btn-en {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .header--sticky .nav-list__btn {
    padding: 0 1.25rem;
  }
}

.article {
  margin: 34px auto 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .03em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .article {
    margin: 55px auto;
  }
}

@media screen and (min-width: 1025px) {
  .article {
    margin: 55px auto 57px;
  }
}

.article__text {
  font-size: 1.5rem;
  line-height: 1.8;
  width: 87%;
  margin: 0 auto 15px;
  padding: 20px;
  background: #fcf6dd;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .article__text {
    font-size: 1.8rem;
    line-height: 1.9;
    width: 78%;
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 1025px) {
  .article__text {
    font-size: 2rem;
    line-height: 1.9;
    width: 450px;
    margin: 0 auto 30px;
  }
}

.box-list {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .box-list {
    margin-bottom: 0;
  }
}

.box-list__item {
  width: 100%;
  background: #fcf6dd;
  padding: 20px 15px 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box-list__item {
    padding: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .box-list__item {
    padding: 25px 43px;
  }
}

@media screen and (min-width: 768px) {
  .box-list__item:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-list__item:last-child {
    margin-top: 15px;
  }
}

.box-list__item img {
  width: 85%;
  height: auto;
  margin: 15px auto;
}

@media screen and (min-width: 768px) {
  .box-list__item img {
    margin: 20px auto;
  }
}

.box-list__item-ttl {
  font-size: 1.7rem;
  color: #2865a2;
  line-height: 1;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .box-list__item-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .box-list__item-ttl {
    font-size: 2rem;
  }
}

.box-list__item-txt {
  display: block;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .box-list__item-txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .box-list--top {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .box-list--item {
    padding: 13px 13px 0;
  }
}

@media screen and (min-width: 1025px) {
  .box-list--item {
    width: 49.4%;
  }
}

.news-list {
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .news-list {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1025px) {
  .news-list {
    margin-top: -7px;
    margin-bottom: 85px;
  }
}

.news-list__item {
  border-top: 1px solid #999;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .news-list__item {
    padding: 20px 24px;
  }
}

.news-list__item:last-child {
  border-bottom: 1px solid #999;
}

.news-list__item-date {
  font-family: "Poppins";
  font-size: 1.7rem;
  color: #2865a2;
  display: block;
  margin: 0 20px 0 0;
}

@media screen and (min-width: 768px) {
  .news-list__item-date {
    font-size: 1.8rem;
    display: inline-block;
    margin: 0 24px 0 0;
  }
}

.news-list__item-ttl {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .news-list__item-ttl {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

/* Slider */
.slider {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .slider {
    margin-bottom: 95px;
  }
}

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 30px;
  z-index: 50;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider .slick-prev,
  .slider .slick-next {
    width: 24px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .slider .slick-prev,
  .slider .slick-next {
    width: 50px;
    height: 80px;
  }
}

.slider .slick-prev {
  background: url(../image/slider-prev.svg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .slider .slick-prev {
    left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider .slick-prev {
    left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .slider .slick-prev {
    right: 50%;
    margin-right: 530px;
  }
}

.slider .slick-next {
  background: url(../image/slider-next.svg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .slider .slick-next {
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider .slick-next {
    right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .slider .slick-next {
    left: 50%;
    margin-left: 530px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 13px auto 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    margin: 19px auto 0;
  }
}

.slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background: #ccc;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin: 0 6px;
}

@media screen and (max-width: 1024px) {
  .slick-dots button {
    margin: 0 6px;
  }
}

.slick-dots .slick-active button {
  background: #5CA228;
}

.slide__item {
  position: relative;
}

.slide__item-txt {
  position: absolute;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.7;
  color: #fff;
  display: block;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .slide__item-txt {
    font-size: 1.7rem;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide__item-txt {
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1025px) {
  .slide__item-txt {
    top: 115px;
    left: 115px;
    line-height: 1.7;
  }
}

/*-------------SUBページ----------------*/
.sub-hero {
  border-bottom: 1px solid #999999;
  position: relative;
  padding: 27px 0 18px;
}

@media screen and (min-width: 768px) {
  .sub-hero {
    padding: 44px 0 36px;
  }
}

.sub-hero::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #5ca228 transparent transparent transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sub-hero__ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  color: #5ca228;
}

@media screen and (min-width: 768px) {
  .sub-hero__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .sub-hero__ttl {
    font-size: 2.8rem;
  }
}

.sub-page {
  background: #E8E8E8;
  z-index: -2;
}

.sub-page-bg {
  background: #fff;
  padding: 0 0 1px;
  margin: 20px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sub-page-bg {
    padding: 0 0 1px;
    margin: 40px 0;
  }
}

.sub-page-bg--list {
  margin: 40px 0 63px;
}

.sub-page-pd {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sub-page-pd {
    padding: 0 17px;
  }
}

.sub-article {
  counter-reset: number;
  padding: 10px 20px 0;
  margin-top: 10px;
  margin-bottom: 40px;
}

.sub-article:last-of-type {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sub-article {
    padding: 40px 20px 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.sub-article__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 15px;
  letter-spacing: .03em;
}

@media screen and (min-width: 768px) {
  .sub-article__txt {
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 0 0 23px;
  }
}

@media screen and (min-width: 1025px) {
  .sub-article__txt {
    font-size: 1.6rem;
  }
}

.sub-article__txt-author {
  font-size: 1.7rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sub-article__head {
    margin: 14px 0 0;
  }
}

.sub-article__head:not(:first-of-type) {
  margin: 35px 0 0;
}

@media screen and (min-width: 768px) {
  .sub-article__head:not(:first-of-type) {
    margin: 56px 0 0;
  }
}

.sub-article__ctxt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
  padding: 57px 0 0 0;
  letter-spacing: .03em;
}

@media screen and (min-width: 768px) {
  .sub-article__ctxt {
    padding: 105px 0 0 0;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .sub-article__ctxt {
    font-size: 1.9rem;
  }
}

.sub-article__ctxt:before {
  counter-increment: number;
  content: counter(number) " ";
  width: 50px;
  height: 50px;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#e2ae72), to(#497d16));
  background: -webkit-linear-gradient(top left, #e2ae72 0%, #497d16 100%);
  background: -o-linear-gradient(top left, #e2ae72 0%, #497d16 100%);
  background: linear-gradient(to bottom right, #e2ae72 0%, #497d16 100%);
  border-radius: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .sub-article__ctxt:before {
    width: 62px;
    height: 62px;
    font-size: 34px;
    top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .sub-article__ctxt:before {
    width: 68px;
    height: 68px;
    font-size: 39px;
    top: 47px;
  }
}

@media screen and (max-width: 1024px) {
  .sub-article__ctxt br {
    display: none;
  }
}

.sub-article__img100 {
  width: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #111111;
  margin: 0 0 46px;
}

.sub-article__img50 {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-article__img50 {
    margin: 7px 0px 15px;
  }
}

@media screen and (min-width: 1025px) {
  .sub-article__img50 {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .sub-article__img50 img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}

.sub-article__cap, .sub-article__cap-mt {
  color: #428a0d;
  font-size: 1.3rem;
  display: block;
  line-height: 1.4;
}

@media screen and (min-width: 1025px) {
  .sub-article__cap, .sub-article__cap-mt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.sub-article__cap {
  margin: 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .sub-article__cap {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sub-article__cap {
    margin: 10px 0;
  }
}

.sub-article__cap-mt {
  margin: 10px 0 0;
}

.h2-sub-ttl {
  background: #5fa230;
  line-height: 28px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 16px 20px;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .h2-sub-ttl {
    height: 65px;
    line-height: 65px;
    font-size: 2rem;
    padding: 0 30px;
    margin: 0 0 25px;
  }
}

@media screen and (min-width: 1025px) {
  .h2-sub-ttl {
    height: 74px;
    line-height: 74px;
    font-size: 2.3rem;
  }
}

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

.sub-box__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5ca228;
  display: inline-block;
  line-height: 28px;
  padding: 1rem 1.1rem;
  text-align: center;
  border: 5px solid #FFF500;
  margin: 14px 0 16px;
}

@media screen and (min-width: 768px) {
  .sub-box__ttl {
    font-size: 1.9rem;
    line-height: 51px;
    padding: 0 42px;
    margin: 16px 0 21px;
  }
}

@media screen and (min-width: 1025px) {
  .sub-box__ttl {
    font-size: 2.2rem;
    line-height: 60px;
  }
}

.h3-sub-ttl {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
  color: #111111;
  position: relative;
  padding: 0 0 0 32px;
  margin: 20px 0 10px;
  letter-spacing: 0.2px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h3-sub-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0 0 0 36px;
    margin: 30px 0 0;
    letter-spacing: 0.5px;
  }
}

@media screen and (min-width: 1025px) {
  .h3-sub-ttl {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 0 0 38px;
    margin: 20px 0 15px;
    letter-spacing: 0.8px;
  }
}

.h3-sub-ttl::before {
  content: "";
  width: 22px;
  height: 22px;
  background: -webkit-gradient(linear, left top, right bottom, from(#E2BB8E), to(#7CB04A));
  background: -webkit-linear-gradient(top left, #E2BB8E 0%, #7CB04A 100%);
  background: -o-linear-gradient(top left, #E2BB8E 0%, #7CB04A 100%);
  background: linear-gradient(to bottom right, #E2BB8E 0%, #7CB04A 100%);
  border-radius: 22px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .h3-sub-ttl::before {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    top: 2px;
  }
}

@media screen and (min-width: 1025px) {
  .h3-sub-ttl::before {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    top: 3px;
  }
}

.h3-sub-ttl--privacy {
  margin: 10px 0 15px;
}

@media screen and (min-width: 768px) {
  .h3-sub-ttl--privacy {
    margin: 5px 0 15px;
  }
}

.img-btn,
.pdf-btn,
.zip-btn {
  width: 100%;
  height: 65px;
  color: #5ca228;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  border: 2px solid #5ca228;
  background: #fff;
  position: relative;
  padding: 0 45px 0 0;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
}

.img-btn::before,
.pdf-btn::before,
.zip-btn::before {
  content: "";
  width: 30px;
  height: 38px;
  background: url(/image/pdf-icon.svg) no-repeat center center;
  position: absolute;
  top: 51%;
  left: 27px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .img-btn::before,
  .pdf-btn::before,
  .zip-btn::before {
    left: 19px;
  }
}

.img-btn::after,
.pdf-btn::after,
.zip-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #5ca228;
  border-right: 3px solid #5ca228;
  position: absolute;
  top: 51%;
  right: 22px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.img-btn:hover,
.pdf-btn:hover,
.zip-btn:hover {
  background: rgba(252, 246, 221, 0.6);
  -webkit-transform: translate(0, -3%);
  -ms-transform: translate(0, -3%);
  transform: translate(0, -3%);
  -webkit-box-shadow: 0 4px 10px rgba(99, 136, 73, 0.2);
  box-shadow: 0 4px 10px rgba(99, 136, 73, 0.2);
}

@media screen and (max-width: 767px) {
  .img-btn,
  .pdf-btn,
  .zip-btn {
    padding: 0 39px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .img-btn,
  .pdf-btn,
  .zip-btn {
    width: 360px;
    height: 68px;
    font-size: 2rem;
    line-height: 67px;
  }
}

.zip-btn::before {
  content: "";
  background: url(/image/zip-icon.svg) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .zip-btn::before {
    left: 19px;
  }
}

.img-btn {
  width: 100%;
  font-size: 1.3rem;
  height: 50px;
  line-height: 47px;
  font-weight: bold;
  padding: 0 20px 0 0;
  border: 2px solid #5ca228;
  margin: 1.5rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .img-btn {
    width: 250px;
    font-size: 1.2rem;
    margin: 2rem 0 0;
    text-align: left;
    height: 60px;
    line-height: 20px;
    padding: 8px 23px 5px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .img-btn {
    width: 335px;
    font-size: 1.4rem;
    margin: 2rem 0 0;
    padding: 0 25px;
    height: 50px;
    line-height: 47px;
  }
}

.img-btn::before {
  content: "";
  background: none;
}

@media screen and (max-width: 767px) {
  .img-btn::before {
    left: 19px;
  }
}

.img-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  border-bottom: 2px solid #5ca228;
  border-right: 2px solid #5ca228;
}

@media screen and (min-width: 768px) {
  .img-btn::after {
    right: 7px;
  }
}

@media screen and (min-width: 1025px) {
  .img-btn::after {
    right: 10px;
  }
}

.contact-btn {
  width: 100%;
  height: 65px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
  background: #d8971d;
  margin: 0 auto 42px;
  position: relative;
  padding: 0 5px 0 0;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
}

.contact-btn::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/image/contact.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-btn:hover {
  background: #5ca228;
}

@media screen and (max-width: 767px) {
  .contact-btn {
    margin: 15px auto 35px;
  }
}

@media screen and (min-width: 768px) {
  .contact-btn {
    width: 340px;
    height: 68px;
    font-size: 2rem;
    line-height: 68px;
  }
}

.h4-sub-ttl {
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: bold;
  color: #d8971d;
  position: relative;
  padding: 0 0 0 18px;
  margin: 17px 0 0;
}

@media screen and (min-width: 768px) {
  .h4-sub-ttl {
    padding: 0 0 0 24px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .h4-sub-ttl {
    margin: 42px 0 0;
  }
}

.h4-sub-ttl--key {
  color: #d8971d;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .h4-sub-ttl--key {
    margin: 0;
  }
}

.h4-sub-ttl--special {
  color: #0080cc;
}

.h4-sub-ttl--adviser {
  color: #5ca228;
}

.h4-sub-ttl--regular-mbr {
  color: #9472c7;
}

.h4-sub-ttl--associate-mbr {
  color: #50a090;
}

.h4-sub-ttl--office {
  color: #5B5B5B;
}

.h4-sub-ttl::before, .h4-sub-ttl--special::before, .h4-sub-ttl--adviser::before, .h4-sub-ttl--regular-mbr::before, .h4-sub-ttl--associate-mbr::before, .h4-sub-ttl--office::before {
  content: "";
  width: 6px;
  height: 30px;
  background: #d8971d;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .h4-sub-ttl::before, .h4-sub-ttl--special::before, .h4-sub-ttl--adviser::before, .h4-sub-ttl--regular-mbr::before, .h4-sub-ttl--associate-mbr::before, .h4-sub-ttl--office::before {
    width: 8px;
    height: 34px;
  }
}

.h4-sub-ttl--special::before {
  background: #0080cc;
}

.h4-sub-ttl--adviser::before {
  background: #5ca228;
}

.h4-sub-ttl--regular-mbr::before {
  background: #9472c7;
}

.h4-sub-ttl--associate-mbr::before {
  background: #50a090;
}

.h4-sub-ttl--office::before {
  background: #5B5B5B;
}

.h5-sub-ttl {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: #111111;
  position: relative;
  margin: 15px 0 8px;
}

.h5-sub-ttl:not(:first-of-type) {
  margin: 10px 0 8px;
}

@media screen and (min-width: 768px) {
  .h5-sub-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 20px 0 8px;
  }
  .h5-sub-ttl:not(:first-of-type) {
    margin: -2px 0 7px;
  }
}

.members-dl-list .pdf-btn:not(:last-of-type) {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .members-dl-list .pdf-btn:not(:last-of-type) {
    margin: 0 0 25px;
  }
}

.members-dl-list .h3-sub-ttl {
  margin: 35px 0 10px;
}

@media screen and (min-width: 768px) {
  .members-dl-list .h3-sub-ttl {
    margin: 45px 0 15px;
  }
}

.sub-linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 12px;
}

@media screen and (max-width: 767px) {
  .sub-linkbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .sub-linkbtn {
    margin: 0 0 25px;
  }
}

.sub-linkbtn__item {
  width: 100%;
  line-height: 25px;
  border: 1px solid #428a0d;
  font-size: 1.5rem;
  color: #428a0d;
  padding: 10px 5px 10px 32px;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
  margin: 0 0 10px;
}

.sub-linkbtn__item:last-of-type {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .sub-linkbtn__item {
    font-size: 1.6rem;
    width: calc(100%/2 - 8px);
    line-height: 56px;
    height: 56px;
    padding: 0 5px 0 35px;
  }
  .sub-linkbtn__item:nth-of-type(odd) {
    margin: 0 14px 14px 0;
  }
}

@media screen and (min-width: 1025px) {
  .sub-linkbtn__item {
    font-size: 1.8rem;
    padding: 0 5px 0 60px;
  }
}

.sub-linkbtn__item::before {
  content: "";
  width: 14px;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 51%;
  background: url(../image/under-arrow.svg) no-repeat center center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .sub-linkbtn__item::before {
    width: 15px;
    height: 15px;
    left: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .sub-linkbtn__item::before {
    width: 16px;
    height: 18px;
    left: 23px;
  }
}

.sub-linkbtn__item:hover {
  background: rgba(216, 229, 207, 0.5);
  -webkit-transform: translate(0, -3%);
  -ms-transform: translate(0, -3%);
  transform: translate(0, -3%);
  -webkit-box-shadow: 0 4px 10px rgba(99, 136, 73, 0.2);
  box-shadow: 0 4px 10px rgba(99, 136, 73, 0.2);
}

.ssikk-img {
  margin: 0 auto;
  width: 80.5%;
}

@media screen and (min-width: 768px) {
  .ssikk-img {
    margin: 0;
    width: 79%;
  }
}

@media screen and (min-width: 1025px) {
  .ssikk-img {
    margin: 0;
    width: auto;
  }
}

.article-table.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .article-table {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .article-table {
    margin: 0 0 40px;
  }
}

.table {
  border: 1px solid #E8E8E8;
  font-size: 1.4rem;
  margin: 16px 0 12px;
  letter-spacing: .03em;
}

@media screen and (min-width: 768px) {
  .table {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.table--ion th,
.table--ion td, .table--key th,
.table--key td, .table--special th,
.table--special td, .table--adviser th,
.table--adviser td, .table--office th,
.table--office td, .table--regular-mbr th,
.table--regular-mbr td, .table--associate-mbr th,
.table--associate-mbr td {
  padding: 5px 10px;
  border: 1px solid #707070;
  color: #111111;
  font-weight: normal;
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  .table--ion th,
  .table--ion td, .table--key th,
  .table--key td, .table--special th,
  .table--special td, .table--adviser th,
  .table--adviser td, .table--office th,
  .table--office td, .table--regular-mbr th,
  .table--regular-mbr td, .table--associate-mbr th,
  .table--associate-mbr td {
    padding: 6px;
  }
}

@media screen and (max-width: 767px) {
  .table--ion {
    margin: 0 0 12px;
  }
}

.table--ion td {
  padding: 5px 10px;
  word-break: break-word;
}

.table--ion td:not(:first-of-type) {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .table--ion td {
    padding: 6px 17px;
  }
}

.table--ion td .li {
  position: relative;
  padding: 0 0 0 18px;
}

.table--ion td .li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #5ca228;
  top: 15px;
  left: 0;
  display: block;
  position: absolute;
  border-radius: 7px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table--key, .table--special, .table--adviser, .table--office, .table--regular-mbr, .table--associate-mbr {
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .table--key, .table--special, .table--adviser, .table--office, .table--regular-mbr, .table--associate-mbr {
    margin: 13px 0 15px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .table--key, .table--special, .table--adviser, .table--office, .table--regular-mbr, .table--associate-mbr {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.table--key th,
.table--key td, .table--special th,
.table--special td, .table--adviser th,
.table--adviser td, .table--office th,
.table--office td, .table--regular-mbr th,
.table--regular-mbr td, .table--associate-mbr th,
.table--associate-mbr td {
  text-align: left;
  padding: 6px 10px;
  word-break: keep-all;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .table--key th,
  .table--key td, .table--special th,
  .table--special td, .table--adviser th,
  .table--adviser td, .table--office th,
  .table--office td, .table--regular-mbr th,
  .table--regular-mbr td, .table--associate-mbr th,
  .table--associate-mbr td {
    padding: 6px 14px;
    width: 36%;
  }
}

@media screen and (min-width: 768px) {
  .table--key th:nth-child(2),
  .table--key td:nth-child(2), .table--special th:nth-child(2),
  .table--special td:nth-child(2), .table--adviser th:nth-child(2),
  .table--adviser td:nth-child(2), .table--office th:nth-child(2),
  .table--office td:nth-child(2), .table--regular-mbr th:nth-child(2),
  .table--regular-mbr td:nth-child(2), .table--associate-mbr th:nth-child(2),
  .table--associate-mbr td:nth-child(2) {
    width: 12%;
  }
}

@media screen and (min-width: 768px) {
  .table--key th:nth-child(4),
  .table--key td:nth-child(4), .table--special th:nth-child(4),
  .table--special td:nth-child(4), .table--adviser th:nth-child(4),
  .table--adviser td:nth-child(4), .table--office th:nth-child(4),
  .table--office td:nth-child(4), .table--regular-mbr th:nth-child(4),
  .table--regular-mbr td:nth-child(4), .table--associate-mbr th:nth-child(4),
  .table--associate-mbr td:nth-child(4) {
    width: 16%;
  }
}

.table--ion th {
  background: #b4d692;
}

.table--key th {
  background: #fbdda8;
}

.table--special th {
  background: #a7d2ef;
}

.table--adviser th {
  background: #E3EDDB;
}

.table--regular-mbr th {
  background: #d4d0f5;
}

.table--associate-mbr th {
  background: #aceade;
}

.table--office th {
  background: #D2CDD0;
}

@media screen and (min-width: 768px) {
  .table--w30 {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .table--w20 {
    width: 20%;
  }
}

.table-list-link {
  color: #111111;
}

/*# sourceMappingURL=style.css.map */