/* ----------------------------------------------
  Foundation
  break point -> min-width: 768px;
----------------------------------------------- */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
}
@media (max-width: 374px) {
  html {
    font-size: 60%;
  }
}
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 1;
}
a:focus {
  color: inherit;
}
a:hover img {
  opacity: 1;
}
p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
dfn {
  font-style: normal;
}
* {
  font-style: normal;
  list-style: none;
  word-wrap: break-word;
}
*,
*:before,
*:after {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
figure {
  margin: 0;
}
small {
  font-size: 100%;
}
address {
  font-style: normal;
  display: inline-block;
}
body {
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.035em;
  line-height: 1.41666;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #222;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    line-height: 1.538;
    font-size: 1.4rem;
  }
}
body img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}
body.ua-sp * {
  cursor: pointer;
}
body.is-showSpMenu {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  body.is-showSpMenu {
    overflow: auto;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 500;
  font-size: inherit;
  line-height: 1.4;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  line-height: normal;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: initial;
  font-weight: 500;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer;
}
label {
  display: block;
  vertical-align: middle;
}
.googlecal iframe {
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------------
  Layout
  break point -> min-width: 768px;
----------------------------------------------- */
.l-header {
  height: 157px;
  padding: 100px 80px 0;
  position: relative;
}
.l-header::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1240px) {
  .l-header {
    height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
}
@media (max-width: 1240px) {
  .l-header + * {
    margin-top: 60px;
  }
}
.l-inner {
  padding: 0 40px 50px;
}
@media (max-width: 1000px) {
  .l-inner {
    padding: 0 15px 15px;
  }
}
.l-container {
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  background-color: #f7f5ee;
}
@media (max-width: 1000px) {
  .l-container {
    padding: 15px 0 30px;
  }
}
.l-section {
  padding: 0 6.153% 20px;
  max-width: 1500px;
  margin: 0 auto;
}
.l-section::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1000px) {
  .l-section {
    padding: 0 15px 30px;
  }
}
.l-section--small {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 12.306% 20px;
}
.l-section--small::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1000px) {
  .l-section--small {
    padding: 0 15px 20px;
  }
}
.l-footer {
  padding: 0 40px 40px;
}
@media (max-width: 1000px) {
  .l-footer {
    padding: 0 15px 15px;
  }
}
.l-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.l-article__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23.716%;
          flex: 1 1 23.716%;
  max-width: 23.716%;
}
@media (max-width: 1000px) {
  .l-article__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.288%;
            flex: 1 1 48.288%;
    max-width: 48.288%;
  }
}
@media (max-width: 540px) {
  .l-article__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1001px) {
  .l-article__list li:not(:nth-child(-n+4)) {
    margin-top: 20px;
  }
}
@media (min-width: 1001px) {
  .l-article__list li:not(:nth-child(4n+1)) {
    margin-left: 1.712%;
  }
}
@media (max-width: 1000px) {
  .l-article__list li:not(:nth-child(2n+1)) {
    margin-left: 3.424%;
  }
}
@media (max-width: 540px) {
  .l-article__list li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .l-article__list li:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .l-article__list li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}
@media (max-width: 540px) {
  .l-article__list li + li {
    margin-top: 10px;
  }
}
.l-article__list li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .l-article__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-article__side > * + * {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .l-article__side > * + * {
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .l-article__side > * + * {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .l-article__side li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.288%;
            flex: 1 1 48.288%;
    max-width: 48.288%;
  }
}
@media (max-width: 540px) {
  .l-article__side li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .l-article__side li:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}
.l-article__single {
  padding: 0 6.153% 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.l-article__single::after {
  content: '';
  display: block;
  clear: both;
}
.l-article__single-main {
  width: 100%;
  max-width: 71.681%;
  margin-right: 4.424%;
  float: left;
}
@media (max-width: 1000px) {
  .l-article__single-main {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
}
.l-article__single-side {
  overflow: hidden;
}
@media (max-width: 1000px) {
  .l-article__single-side {
    margin-top: 70px;
  }
}
.l-article__single-side > * + * {
  margin-top: 40px;
}
/* ----------------------------------------------
  Object
  break point -> min-width: 768px;
----------------------------------------------- */
.c-article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.c-article__author > * + * {
  margin-top: 25px;
}
.c-article__author-name * {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-article__author-image img {
  max-width: 210px;
  border-radius: 50%;
}
.c-article__author-desc {
  font-weight: 700;
  max-width: 555px;
  text-align: center;
}
.c-article__list,
.c-article__list--pickup {
  width: 100%;
  height: 100%;
  padding: 27px 25px;
  border-radius: 6px;
  border: solid 2px #01913a;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .c-article__list,
  .c-article__list--pickup {
    padding: 20px;
  }
}
.c-article__list:hover .c-article__list-title,
.c-article__list--pickup:hover .c-article__list-title {
  color: #01913a;
}
.c-article__list a,
.c-article__list--pickup a {
  display: block;
}
.c-article__list--pickup,
.c-article__list--pickup--pickup {
  display: block;
  height: 100%;
  width: 100%;
  padding: 80px 37px 40px;
  background-color: #01913a;
  color: #fff;
  border: none;
  position: relative;
}
@media (max-width: 1000px) {
  .c-article__list--pickup,
  .c-article__list--pickup--pickup {
    padding: 80px 20px 30px;
  }
}
.c-article__list--pickup::before,
.c-article__list--pickup--pickup::before {
  content: '';
  width: 123px;
  height: 49px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url("../images/home/pickup_img.png");
  background-size: cover;
}
.c-article__list--pickup a,
.c-article__list--pickup--pickup a {
  display: block;
}
.c-article__list--pickup img,
.c-article__list--pickup--pickup img {
  width: 100%;
}
.c-article__list-image,
.c-article__list-image--pickup {
  border-radius: 6px;
  overflow: hidden;
}
.c-article__list-image img,
.c-article__list-image--pickup img {
  width: 100%;
}
.c-article__list-util,
.c-article__list-util--pickup,
.c-article__single-util--pickup,
.c-article__single-util {
  margin-top: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.c-article__list-util::after,
.c-article__list-util--pickup::after,
.c-article__single-util--pickup::after,
.c-article__single-util::after {
  content: '';
  display: block;
  clear: both;
}
.c-article__list-util > *,
.c-article__list-util--pickup > *,
.c-article__single-util--pickup > *,
.c-article__single-util > * {
  float: left;
  line-height: 1;
  margin: 3px 0;
}
.c-article__list-util > * + *,
.c-article__list-util--pickup > * + *,
.c-article__single-util--pickup > * + *,
.c-article__single-util > * + * {
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px;
}
@media (max-width: 1000px) {
  .c-article__list-util > * + *,
  .c-article__list-util--pickup > * + *,
  .c-article__single-util--pickup > * + *,
  .c-article__single-util > * + * {
    margin-left: 5px;
  }
}
.c-article__list-util--pickup,
.c-article__list-util--pickup--pickup,
.c-article__single-util--pickup--pickup,
.c-article__single-util--pickup {
  margin-top: 30px;
  font-size: 1.7rem;
}
@media (max-width: 1000px) {
  .c-article__list-util--pickup,
  .c-article__list-util--pickup--pickup,
  .c-article__single-util--pickup--pickup,
  .c-article__single-util--pickup {
    margin-top: 20px;
  }
}
.c-article__list-category,
.c-article__list-category--pickup,
.c-article__single-category--pickup,
.c-article__single-category {
  color: #01913a;
  word-break: break-all;
}
.c-article__list-category--pickup,
.c-article__list-category--pickup--pickup,
.c-article__single-category--pickup--pickup,
.c-article__single-category--pickup {
  color: #fff;
}
.c-article__list-title,
.c-article__list-title--pickup {
  margin-top: 15px;
  font-weight: 700;
  -webkit-transition: color 0.07s ease-in-out;
  transition: color 0.07s ease-in-out;
}
.c-article__list-title--pickup,
.c-article__list-title--pickup--pickup {
  margin-top: 25px;
  font-size: 1.9rem;
}
@media (max-width: 1000px) {
  .c-article__list-title--pickup,
  .c-article__list-title--pickup--pickup {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.c-article__single {
  position: relative;
}
.c-article__single-sns-twitter img {
  width: 24px;
}
.c-article__single-sns-facebook img {
  width: 11px;
}
.c-article__single-sns-google img {
  width: 29px;
}
.c-article__single-sns-note img {
  width: 17px;
}
.c-article__single-title {
  margin-top: 20px;
}
.c-article__single-title * {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .c-article__single-title * {
    font-size: 2.3rem;
  }
}
.c-article__single-text {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: solid 2px #444;
}
.c-article__single-text .wp-caption {
  max-width: 100%;
}
.c-article__single-text .u-textBox ol > li {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-article__single-text .u-textBox ol > li + li {
  margin-top: 5px;
}
.c-article__single-sns {
  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;
  margin-top: 37px;
}
.c-article__single-sns a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .c-article__single-sns a {
    max-width: 25%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}
.c-article__single-sns a + a {
  margin-left: 15px;
}
.c-article__single-sns a div {
  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;
  height: 48px;
  width: 144px;
  color: #fff;
}
@media (max-width: 1000px) {
  .c-article__single-sns a div {
    width: auto;
    height: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 10px;
  }
}
.c-article__single-sns a div i {
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .c-article__single-sns a div i {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .c-article__single-sns a div i {
    margin-bottom: 0;
  }
}
.c-article__single-sns a div p {
  line-height: 1;
}
@media (max-width: 1000px) {
  .c-article__single-sns a div p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .c-article__single-sns a div p {
    display: none;
  }
}
.c-article__single-sns-twitter {
  background-color: #55acee;
  border-radius: 3px;
  border-bottom: solid 3px #2092e9;
}
.c-article__single-sns-facebook {
  background-color: #3a5b97;
  border-radius: 3px;
  border-bottom: solid 3px #28396c;
}
.c-article__single-sns-google {
  background-color: #de4b39;
  border-radius: 3px;
  border-bottom: solid 3px #bf2916;
}
.c-article__single-sns-note {
  background-color: #41c9b4;
  border-radius: 3px;
  border-bottom: solid 3px #509989;
}
.c-article__single-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .c-article__single-back {
    margin-top: 40px;
  }
}
.c-article__single-back a {
  display: block;
  padding: 15px 40px;
  background-color: #01913a;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}
.c-article__widget-awards {
  text-align: center;
  margin-bottom: 45px;
}
.c-article__widget-awards-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-article__widget-awards-btn {
  margin-top: 35px;
}
.c-article__widget-awards-btn a {
  padding: 10px 50px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 150px;
  border: solid 2px #01913a;
  color: #01913a;
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.c-article__widget-awards-btn a::before,
.c-article__widget-awards-btn a::after {
  content: '';
  width: 3px;
  height: 8px;
  display: block;
  background: #01913a;
  position: absolute;
  right: 25px;
}
.c-article__widget-awards-btn a::before {
  bottom: 50%;
}
.c-article__widget-awards-btn a::after {
  top: 50%;
}
.c-article__widget-awards-btn a::before {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.c-article__widget-awards-btn a::after {
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.c-article__widget-more {
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .c-article__widget-more {
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .c-article__widget-more {
    margin-top: 10px;
  }
}
.c-article__widget-more > * {
  display: block;
  border-radius: 6px;
  background-color: #444;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 20px 10px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  position: relative;
}
.c-article__widget-more > *::before {
  content: '';
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  background-image: url("../images/common/loading.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  opacity: 0;
}
.c-article__widget-more > *:hover,
.c-article__widget-more > *:focus {
  color: #fff;
}
.c-article__widget-more > *.is-loading {
  color: #444;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.c-article__widget-more > *.is-loading::before {
  opacity: 1;
}
.c-calendar {
  margin-top: 40px;
}
.c-calendar > div {
  padding: 30px 20px;
  position: relative;
  background-color: #fff;
}
.c-calendar > div::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 58.849%;
}
@media (max-width: 1000px) {
  .c-calendar > div::before {
    padding-top: 340px;
  }
}
.c-calendar > div > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 70px;
}
@media (max-width: 1000px) {
  .c-calendar > div > * {
    padding: 20px 20px;
  }
}
.c-calendar iframe {
  width: 100% !important;
  height: 100% !important;
}
.c-definition {
  border-top: solid 1px #dcdbd5;
  border-bottom: solid 1px #dcdbd5;
}
.c-definition dl {
  padding: 15px 0;
  font-size: 1.5rem;
}
.c-definition dl::after {
  content: '';
  display: block;
  clear: both;
}
.c-definition dl dt {
  float: left;
  width: 100%;
  max-width: 16.666%;
  min-width: 110px;
  font-weight: 700;
}
.c-definition dl dd {
  overflow: hidden;
  max-width: 100%;
  padding-right: 10px;
}
.c-definition dl + dl {
  border-top: solid 1px #dcdbd5;
}
.c-definition dl dd ul::after {
  content: '';
  display: block;
  clear: both;
}
.c-definition dl dd ul li {
  position: relative;
  padding-left: 20px;
}
.c-definition dl dd ul li::before {
  content: '\0030fb';
  position: absolute;
  left: 0;
  top: 0;
}
.c-definition dl dd ul li + li {
  margin-top: 5px;
}
.c-definition__title > * {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
* + .c-definition__title {
  margin-top: 55px;
}
.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  font-weight: 700;
  position: relative;
}
.c-pagenation::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1000px) {
  .c-pagenation {
    margin-top: 30px;
  }
}
.c-pagenation > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.c-pagenation .prev,
.c-pagenation .next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-pagenation .prev::before,
.c-pagenation .next::before,
.c-pagenation .prev::after,
.c-pagenation .next::after {
  content: '';
  width: 3px;
  height: 8px;
  display: block;
  background: #444;
  position: absolute;
  right: 50%;
}
.c-pagenation .prev::before,
.c-pagenation .next::before {
  bottom: 50%;
}
.c-pagenation .prev::after,
.c-pagenation .next::after {
  top: 50%;
}
.c-pagenation .prev a,
.c-pagenation .next a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-pagenation .next {
  text-align: right;
  float: right;
  right: 0;
}
.c-pagenation .next::before {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.c-pagenation .next::after {
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.c-pagenation .prev {
  text-align: left;
  float: left;
  left: 0;
}
.c-pagenation .prev::before {
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.c-pagenation .prev::after {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.c-pagenation__prev,
.c-pagenation__next {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42px;
          flex: 1 1 42px;
}
.c-pagenation__number {
  text-align: center;
}
.c-pagenation__number div {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pagenation__number div * {
  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: 42px;
  height: 42px;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .c-pagenation__number div * {
    width: 22px;
    height: 22px;
  }
}
.c-pagenation__number div *.current {
  background-color: #01913a;
  color: #fff;
}
.c-pagenation__number div * + * {
  margin-left: 30px;
}
@media (max-width: 1000px) {
  .c-pagenation__number div * + * {
    margin-left: 5px;
  }
}
.c-dictionary,
.c-dictionary--small {
  height: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #01913a;
  padding: 10px;
}
.c-dictionary i,
.c-dictionary--small i {
  display: block;
  padding-right: 10px;
}
.c-dictionary i img,
.c-dictionary--small i img {
  max-width: 53px;
  margin: 0 auto;
}
.c-dictionary i + *,
.c-dictionary--small i + * {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-dictionary--small {
  max-width: 556px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: transparent;
}
.c-dictionary--small a {
  width: 100%;
  max-width: 556px;
  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;
  padding: 15px 15px 20px;
  background-color: #01913a;
  border-radius: 6px;
}
.c-contact {
  max-width: 680px;
  margin: 0 auto;
}
.c-contact input[type="text"],
.c-contact input[type="email"],
.c-contact input[type="tel"],
.c-contact textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
}
.c-contact dl {
  position: relative;
}
.c-contact dl::after {
  content: '';
  display: block;
  clear: both;
}
.c-contact dl + dl {
  margin-top: 35px;
}
@media (max-width: 1100px) {
  .c-contact dl + dl {
    margin-top: 10px;
  }
}
.c-contact dl dt {
  padding-top: 13px;
  float: left;
  width: 100%;
  max-width: 30.882%;
  padding-right: 15px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .c-contact dl dt {
    float: none;
    max-width: 100%;
  }
}
.c-contact dl dd {
  padding: 5px 0;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .c-contact dl dd {
    margin-top: 10px;
  }
}
.c-contact__required dt {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-contact__required dt::before {
  font-size: 1.5rem;
  font-weight: 700;
  content: '\005fc5\009808';
  padding: 5px 10px;
  margin-right: 20px;
  background-color: #ee5454;
  color: #fff;
}
@media (max-width: 1100px) {
  .c-contact__required dt::before {
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
.c-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1100px) {
  .c-contact__submit {
    margin-top: 30px;
  }
}
.c-contact__submit > * {
  display: block;
  width: 100%;
  max-width: 260px;
  text-align: center;
  padding: 15px 15px;
  background-color: #01913a;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}
.c-contact__submit .ajax-loader {
  display: none !important;
}
.c-contact div.wpcf7-validation-errors,
.c-contact div.wpcf7-acceptance-missing {
  border: none !important;
  background-color: #ee5454;
  padding: 12px;
  text-align: center;
  color: #fff;
}
.c-contact div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #dbefe3;
  color: #01913a;
  padding: 12px;
  text-align: center;
}
.c-contact span.wpcf7-list-item {
  margin: 0;
  display: block;
}
.c-contact span.wpcf7-list-item + span.wpcf7-list-item {
  margin-top: 15px;
}
.c-contact span.wpcf7-list-item input + span {
  padding-left: 35px;
  padding-top: 1px;
  position: relative;
  cursor: pointer;
}
.c-contact span.wpcf7-list-item input + span::before,
.c-contact span.wpcf7-list-item input + span::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #01913a;
}
.c-contact span.wpcf7-list-item input + span::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.c-contact span.wpcf7-list-item input:checked + span::after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background-color: #fff;
}
.c-btn,
.c-btn--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .c-btn,
  .c-btn--grid {
    display: block;
  }
}
.c-btn a,
.c-btn--grid a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 308px;
          flex: 1 1 308px;
  max-width: 308px;
  margin: 0 auto;
  padding: 15px;
  background-color: #01913a;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 1000px) {
  .c-btn a,
  .c-btn--grid a {
    width: 100%;
    display: block;
  }
}
.c-btn--grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .c-btn--grid a {
    margin: 0 auto;
  }
}
.c-btn--grid a + a {
  margin-left: 2.371%;
}
@media (max-width: 1000px) {
  .c-btn--grid a + a {
    margin-left: auto;
    margin-top: 5px;
  }
}
.c-btn--grid a + p {
  margin-left: 6.565%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media (max-width: 1000px) {
  .c-btn--grid a + p {
    margin-left: 0;
    margin-top: 15px;
  }
}
.c-footer {
  padding: 60px;
  background-color: #01913a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1160px) {
  .c-footer {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .c-footer {
    display: block;
  }
}
.c-footer__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}
.c-footer__column::after {
  content: '';
  display: block;
  clear: both;
}
.c-footer__column > * {
  float: left;
}
@media (max-width: 1160px) {
  .c-footer__column > * {
    float: none;
  }
}
.c-footer__column > * + * {
  margin-left: 80px;
}
@media (max-width: 1280px) {
  .c-footer__column > * + * {
    margin-left: 50px;
  }
}
@media (max-width: 1160px) {
  .c-footer__column > * + * {
    margin-left: 0;
    margin-top: 30px;
  }
}
.c-footer__column-logo {
  max-width: 100px;
}
.c-footer__column-copy {
  margin-top: 60px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 1160px) {
  .c-footer__column-copy {
    margin-top: 20px;
  }
}
.c-footer__column-list::after {
  content: '';
  display: block;
  clear: both;
}
.c-footer__column-list > * {
  float: left;
}
@media (max-width: 768px) {
  .c-footer__column-list > * {
    float: none;
  }
}
.c-footer__column-list > * + * {
  margin-left: 50px;
}
@media (max-width: 1280px) {
  .c-footer__column-list > * + * {
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .c-footer__column-list > * + * {
    margin-left: 0;
    margin-top: 50px;
  }
}
.c-footer__column-list li {
  padding-left: 10px;
  position: relative;
  font-weight: 700;
}
.c-footer__column-list li::before {
  content: '';
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-footer__column-list li + li {
  margin-top: 15px;
}
.c-footer__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  text-align: right;
  float: right;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 1160px) {
  .c-footer__right {
    float: none;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .c-footer__right {
    text-align: left;
  }
}
.c-footer__right-banner {
  max-width: 142px;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .c-footer__right-banner {
    margin: 0 auto 0 0;
    max-width: 142px;
  }
}
.c-footer__right-banner a {
  display: block;
}
.c-footer__right-banner a + a {
  margin-top: 7px;
}
.c-footer__right-banner + * {
  margin-top: 22px;
  font-size: 1.2rem;
}
.c-header__logo {
  max-width: 273px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50px;
}
@media (max-width: 1240px) {
  .c-header__logo {
    max-width: 138px;
    height: 60px;
    padding: 12px 0;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-header__util {
  position: absolute;
  top: 28px;
  right: 40px;
}
@media (max-width: 1240px) {
  .c-header__util {
    display: none;
  }
}
.c-header__pcNav {
  float: right;
}
@media (max-width: 1240px) {
  .c-header__pcNav {
    display: none;
  }
}
.c-header__pcNav > ul::after {
  content: '';
  display: block;
  clear: both;
}
.c-header__pcNav > ul > li {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.c-header__pcNav > ul > li + li {
  margin-left: 30px;
}
@media (max-width: 1330px) {
  .c-header__pcNav > ul > li + li {
    margin-left: 18px;
  }
}
.c-header__pcNav > ul > li > a {
  padding-bottom: 2px;
  position: relative;
  display: block;
}
.c-header__pcNav > ul > li > a::before {
  content: '';
  display: block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: -17px;
  top: -16px;
  background-image: url("../images/common/nav_active_icon@2x.png");
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.c-header__pcNav > ul > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background-color: #01913a;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
.c-header__pcNav > ul > li > a:hover {
  color: #01913a;
}
.c-header__pcNav > ul > li > a:hover::after {
  width: 100%;
}
.c-header__pcNav > ul > li > a:hover::before {
  opacity: 1;
  left: -18px;
  top: -19px;
  visibility: visible;
}
.c-header__pcNav-dropmenu > * {
  display: block;
}
.c-header__pcNav-dropmenu > * + div {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  width: 100vw;
}
.c-header__pcNav-dropmenu > * + div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  z-index: 999;
}
.c-header__pcNav-dropmenu > *:hover + div {
  opacity: 1;
  visibility: visible;
}
.c-header__pcNav-dropmenu > * + div:hover {
  opacity: 1;
  visibility: visible;
}
.c-header__pcNav-dropmenu-list,
.c-header__pcNav-dropmenu-list--about,
.c-header__pcNav-dropmenu-list--howto,
.c-header__pcNav-dropmenu-list--event {
  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;
  padding-top: 13px;
  width: auto;
  margin: 0 auto;
}
.c-header__pcNav-dropmenu-list:hover,
.c-header__pcNav-dropmenu-list--about:hover,
.c-header__pcNav-dropmenu-list--howto:hover,
.c-header__pcNav-dropmenu-list--event:hover {
  opacity: 1;
  visibility: visible;
}
.c-header__pcNav-dropmenu-list > ul,
.c-header__pcNav-dropmenu-list--about > ul,
.c-header__pcNav-dropmenu-list--howto > ul,
.c-header__pcNav-dropmenu-list--event > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 40px 30px;
  border-radius: 6px;
  border: solid 2px #01913a;
  background-color: #fff;
  position: relative;
}
.c-header__pcNav-dropmenu-list > ul::before,
.c-header__pcNav-dropmenu-list--about > ul::before,
.c-header__pcNav-dropmenu-list--howto > ul::before,
.c-header__pcNav-dropmenu-list--event > ul::before {
  content: '';
  width: 24px;
  height: 13px;
  background-image: url("../images/common/dropmenu_tri_icon@2x.png");
  background-size: cover;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-header__pcNav-dropmenu-list > ul > li,
.c-header__pcNav-dropmenu-list--about > ul > li,
.c-header__pcNav-dropmenu-list--howto > ul > li,
.c-header__pcNav-dropmenu-list--event > ul > li {
  text-align: center;
}
.c-header__pcNav-dropmenu-list > ul > li + li,
.c-header__pcNav-dropmenu-list--about > ul > li + li,
.c-header__pcNav-dropmenu-list--howto > ul > li + li,
.c-header__pcNav-dropmenu-list--event > ul > li + li {
  margin-left: 4.344%;
}
.c-header__pcNav-dropmenu-list > ul > li i,
.c-header__pcNav-dropmenu-list--about > ul > li i,
.c-header__pcNav-dropmenu-list--howto > ul > li i,
.c-header__pcNav-dropmenu-list--event > ul > li i {
  display: block;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding-top: 5px;
}
.c-header__pcNav-dropmenu-list > ul > li i img,
.c-header__pcNav-dropmenu-list--about > ul > li i img,
.c-header__pcNav-dropmenu-list--howto > ul > li i img,
.c-header__pcNav-dropmenu-list--event > ul > li i img {
  display: block;
  margin: 0 auto;
}
.c-header__pcNav-dropmenu-list--about {
  width: 100%;
  max-width: 972px;
}
.c-header__pcNav-dropmenu-list--about:hover {
  opacity: 1;
  visibility: visible;
}
.c-header__pcNav-dropmenu-list--about > ul {
  width: 100%;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(1) i {
  max-width: 24px;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(2) i {
  max-width: 72px;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(3) i {
  max-width: 48px;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(4) i {
  max-width: 32px;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(5) i {
  max-width: 80px;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(6) i {
  max-width: 22px;
}
.c-header__pcNav-dropmenu-list--about > ul > li:nth-child(7) i {
  max-width: 47px;
}
.c-header__pcNav-dropmenu-list--howto {
  width: 100%;
  max-width: 1072px;
}
.c-header__pcNav-dropmenu-list--howto > ul {
  width: 100%;
}
.c-header__pcNav-dropmenu-list--howto > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10.074%;
          flex: 1 1 10.074%;
}
.c-header__pcNav-dropmenu-list--howto > ul > li + li {
  margin-left: 1.212%;
}
.c-header__pcNav-dropmenu-list--howto > ul > li img {
  border-radius: 6px;
  margin-bottom: 10px;
}
.c-header__pcNav-dropmenu-list--event {
  width: 100%;
  max-width: 417px;
}
.c-header__pcNav-dropmenu-list--event > ul {
  width: 100%;
}
.c-header__pcNav-dropmenu-list--event > ul > li:nth-child(1) i {
  padding-top: 10px;
  max-width: 30px;
}
.c-header__pcNav-dropmenu-list--event > ul > li:nth-child(2) i {
  max-width: 85px;
}
.c-header__pcNav-dropmenu-list--event > ul > li + li {
  margin-left: 20.844%;
}
.c-header__spMenu {
  display: none;
}
@media (max-width: 1240px) {
  .c-header__spMenu {
    display: block;
  }
}
.c-header__spMenu-btn {
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
  z-index: 999999;
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__spMenu-btn button {
  position: relative;
  width: 27px;
  height: 20px;
}
.c-header__spMenu-btn button span {
  width: 100%;
  height: 2px;
  background-color: #444;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.83, -0.01, 0.57, 1);
  transition: all 0.2s cubic-bezier(0.83, -0.01, 0.57, 1);
}
.c-header__spMenu-btn button span:nth-child(1) {
  top: 0;
}
.c-header__spMenu-btn button span:nth-child(2) {
  top: 6px;
}
.c-header__spMenu-btn button span:nth-child(3) {
  top: 12px;
}
.c-header__spMenu-btn button.active span:nth-child(1) {
  -webkit-transform: rotate(35deg) translate(4px, 5px);
          transform: rotate(35deg) translate(4px, 5px);
}
.c-header__spMenu-btn button.active span:nth-child(2) {
  opacity: 0;
}
.c-header__spMenu-btn button.active span:nth-child(3) {
  -webkit-transform: rotate(-35deg) translate(3px, -4px);
          transform: rotate(-35deg) translate(3px, -4px);
}
.c-header__spMenu-list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  right: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}
.c-header__spMenu-list-search {
  padding: 15px 10px 15px;
}
.c-header__spMenu-list-search form {
  position: relative;
}
.c-header__spMenu-list-search input[type="text"] {
  width: 100%;
  border: solid 2px #01913a;
  padding: 15px;
}
.c-header__spMenu-list-search input[type="submit"] {
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/spnav_search_bg@2x.png");
  background-size: cover;
}
.c-header__spMenu-list-nav {
  padding-bottom: 50px;
}
.c-header__spMenu-list-nav ul {
  border-top: solid 2px #444;
  border-bottom: solid 2px #444;
}
.c-header__spMenu-list-nav ul > li {
  overflow: hidden;
}
.c-header__spMenu-list-nav ul > li > a,
.c-header__spMenu-list-nav ul > li > button {
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  text-align: left;
}
.c-header__spMenu-list-nav ul > li + li {
  border-top: solid 2px #444;
}
.c-header__spMenu-list-dropmenu {
  padding: 0;
  border-top: solid 1px #444;
}
.c-header__spMenu-list-dropmenu a {
  padding: 12px 15px 12px 30px;
  display: block;
  font-size: 1.3rem;
}
.c-header__spMenu-list-dropmenu a + a {
  border-top: solid 1px #444;
}
.spMenu-enter-active,
.spMenu-leave-active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.spMenu-enter,
.spMenu-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.c-heading-default,
[class*="c-heading-h1"],
[class*="c-heading-h2"] {
  text-align: center;
  position: relative;
  padding-top: 40px;
}
.c-heading-default::after,
[class*="c-heading-h1"]::after,
[class*="c-heading-h2"]::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #444;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-heading-default + *,
[class*="c-heading-h1"] + *,
[class*="c-heading-h2"] + * {
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .c-heading-default + *,
  [class*="c-heading-h1"] + *,
  [class*="c-heading-h2"] + * {
    padding-top: 0;
  }
}
.c-heading-default p,
[class*="c-heading-h1"] p,
[class*="c-heading-h2"] p {
  font-family: 'Montserrat', sans-serif;
}
.c-heading-default br,
[class*="c-heading-h1"] br,
[class*="c-heading-h2"] br {
  display: inline-block;
}
@media (max-width: 1000px) {
  .c-heading-default br,
  [class*="c-heading-h1"] br,
  [class*="c-heading-h2"] br {
    display: none;
  }
}
.c-heading-default > div,
[class*="c-heading-h1"] > div,
[class*="c-heading-h2"] > div {
  min-width: 300px;
  display: inline-block;
  padding: 22px 30px;
  background-color: #f7f5ee;
  position: relative;
  z-index: 9;
}
@media (max-width: 1000px) {
  .c-heading-default > div,
  [class*="c-heading-h1"] > div,
  [class*="c-heading-h2"] > div {
    min-width: 0;
    padding: 22px 60px;
  }
}
.c-heading-default > div::before,
[class*="c-heading-h1"] > div::before,
[class*="c-heading-h2"] > div::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  border-left: solid 2px #444;
}
.c-heading-default > div i,
[class*="c-heading-h1"] > div i,
[class*="c-heading-h2"] > div i {
  width: 100%;
  display: block;
  margin: -60px auto 0;
  padding-right: 15px;
  position: relative;
}
.c-heading-default > div i img,
[class*="c-heading-h1"] > div i img,
[class*="c-heading-h2"] > div i img {
  width: 100%;
  max-width: 40px;
}
.c-heading-default > div i + h2,
[class*="c-heading-h1"] > div i + h2,
[class*="c-heading-h2"] > div i + h2 {
  margin-top: 10px;
}
.c-heading-default > div h2,
[class*="c-heading-h1"] > div h2,
[class*="c-heading-h2"] > div h2 {
  font-weight: 700;
  font-size: 1.8rem;
}
.c-heading-default > div p,
[class*="c-heading-h1"] > div p,
[class*="c-heading-h2"] > div p {
  font-weight: 700;
  margin-top: 3px;
}
.c-heading-h1--map > div i,
.c-heading-h2--map > div i {
  margin: -60px auto 0;
}
.c-heading-h1--map > div i img,
.c-heading-h2--map > div i img {
  max-width: 40px;
}
.c-heading-h1--event > div i,
.c-heading-h2--event > div i {
  margin: -60px auto 0;
}
.c-heading-h1--event > div i img,
.c-heading-h2--event > div i img {
  max-width: 50px;
}
.c-heading-h1--organization > div i,
.c-heading-h2--organization > div i {
  margin: -60px auto 0;
}
.c-heading-h1--organization > div i img,
.c-heading-h2--organization > div i img {
  max-width: 57px;
}
.c-heading-h1--privacy > div i,
.c-heading-h2--privacy > div i {
  margin: -55px auto 0;
}
.c-heading-h1--privacy > div i img,
.c-heading-h2--privacy > div i img {
  max-width: 48px;
}
.c-heading-h1--report > div i,
.c-heading-h2--report > div i {
  margin: -55px auto 0;
}
.c-heading-h1--report > div i img,
.c-heading-h2--report > div i img {
  max-width: 49px;
}
.c-heading-h1--book > div i,
.c-heading-h2--book > div i {
  margin: -55px auto 0;
}
.c-heading-h1--book > div i img,
.c-heading-h2--book > div i img {
  max-width: 43px;
}
.c-heading-h1--book > div i,
.c-heading-h2--book > div i {
  margin: -55px auto 0;
}
.c-heading-h1--book > div i img,
.c-heading-h2--book > div i img {
  max-width: 51px;
}
.c-heading-h1--contact > div i,
.c-heading-h2--contact > div i {
  margin: -55px auto 0;
}
.c-heading-h1--contact > div i img,
.c-heading-h2--contact > div i img {
  max-width: 49px;
}
.c-heading-h1--lab > div i,
.c-heading-h2--lab > div i {
  margin: -55px auto 0;
}
.c-heading-h1--lab > div i img,
.c-heading-h2--lab > div i img {
  max-width: 49px;
}
.c-heading-h1--about > div i,
.c-heading-h2--about > div i {
  margin: -55px auto 0;
}
.c-heading-h1--about > div i img,
.c-heading-h2--about > div i img {
  max-width: 43px;
}
.c-heading-h1--howto > div i,
.c-heading-h2--howto > div i {
  margin: -55px auto 0;
  padding-right: 0;
}
.c-heading-h1--howto > div i img,
.c-heading-h2--howto > div i img {
  max-width: 97px;
}
.c-heading-h1--author > div i,
.c-heading-h2--author > div i {
  margin: -55px auto 0;
}
.c-heading-h1--author > div i img,
.c-heading-h2--author > div i img {
  max-width: 96px;
}
[class*="c-heading-h2"] {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  [class*="c-heading-h2"] {
    margin-top: 10px;
  }
}
.c-heading-h3 {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .c-heading-h3 {
    margin-bottom: 25px;
  }
}
.c-heading-h3::before {
  content: '';
  width: 100%;
  max-width: 100%;
  height: 2px;
  background-color: #444;
  position: absolute;
  top: 75px;
  right: 0;
}
@media (max-width: 1000px) {
  .c-heading-h3::before {
    top: 71px;
  }
}
.c-heading-h3::after {
  content: '';
  display: block;
  width: 62px;
  height: 46px;
  background-image: url("../images/common/h3_icon@2x.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: -20px;
}
.c-heading-h3 h3 {
  max-width: 55%;
  display: inline-block;
  padding-right: 15px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  background-color: #f7f5ee;
}
@media (max-width: 1000px) {
  .c-heading-h3 h3 {
    max-width: 80%;
    font-size: 1.9rem;
    padding-right: 5px;
  }
}
.c-heading-h3 br {
  display: inline-block;
}
@media (max-width: 1000px) {
  .c-heading-h3 br {
    display: none;
  }
}
.c-heading-static,
.c-heading-static--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
@media (max-width: 1000px) {
  .c-heading-static,
  .c-heading-static--member {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-bottom: 40px;
  }
}
.c-heading-static > div:nth-child(1),
.c-heading-static--member > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 34.955%;
          flex: 1 1 34.955%;
  max-width: 34.955%;
  background-color: #01913a;
  padding: 10px 60px;
  color: #fff;
  border-radius: 6px;
}
@media (max-width: 1000px) {
  .c-heading-static > div:nth-child(1),
  .c-heading-static--member > div:nth-child(1) {
    max-width: 100%;
    margin-left: 0;
    margin-top: 7px;
    padding: 15px;
  }
}
.c-heading-static > div:nth-child(1) > div,
.c-heading-static--member > div:nth-child(1) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.c-heading-static > div:nth-child(1) h2,
.c-heading-static--member > div:nth-child(1) h2 {
  font-size: 3.4rem;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .c-heading-static > div:nth-child(1) h2,
  .c-heading-static--member > div:nth-child(1) h2 {
    font-size: 2.1rem;
  }
}
.c-heading-static > div:nth-child(1) p,
.c-heading-static--member > div:nth-child(1) p {
  margin-top: 15px;
  font-size: 1.4rem;
  padding-left: 5px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .c-heading-static > div:nth-child(1) p,
  .c-heading-static--member > div:nth-child(1) p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
@media (max-width: 1000px) {
  .c-heading-static > div:nth-child(1) br,
  .c-heading-static--member > div:nth-child(1) br {
    display: none;
  }
}
.c-heading-static > div:nth-child(2),
.c-heading-static--member > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 63.716%;
          flex: 1 1 63.716%;
  max-width: 63.716%;
  margin-left: 1.327%;
}
@media (max-width: 1000px) {
  .c-heading-static > div:nth-child(2),
  .c-heading-static--member > div:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
  }
}
.c-heading-static > div:nth-child(2) img,
.c-heading-static--member > div:nth-child(2) img {
  border-radius: 6px;
  width: 100%;
}
.c-heading-static--member {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .c-heading-static--member {
    margin-bottom: 0;
  }
}
.c-heading-side {
  position: relative;
  margin-bottom: 23px;
  text-align: center;
}
.c-heading-side::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-heading-side > * {
  display: inline-block;
  background-color: #f7f5ee;
  padding: 0 24px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-map__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .c-map__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-map__label > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 7.964%;
          flex: 1 1 7.964%;
  max-width: 7.964%;
  text-align: center;
  display: block;
  background-color: #01913a;
  color: #fff;
  padding: 15px 5px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .c-map__label > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32.705%;
            flex: 1 1 32.705%;
    max-width: 32.705%;
  }
}
@media (max-width: 1000px) {
  .c-map__label > *:not(:nth-child(3n+1)) {
    margin-left: 0.941%;
  }
}
@media (max-width: 1000px) {
  .c-map__label > *:not(:nth-child(-n+3)) {
    margin-top: 5px;
  }
}
.c-map__iframe {
  margin-top: 50px;
}
.c-map__iframe > div {
  width: 100%;
  height: auto;
  position: relative;
}
.c-map__iframe > div::before {
  content: '';
  display: block;
  padding-top: 58.849%;
}
@media (max-width: 1000px) {
  .c-map__iframe > div::before {
    padding-top: 500px;
  }
}
.c-map__iframe > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
}
.gmap-info-window {
  position: relative;
  width: 268px;
  max-width: 268px;
  padding: 25px 25px 40px;
  border: 2px solid #01913a;
  background-color: #fff;
  border-radius: 6px;
}
.gmap-info-window .c-article__list-title {
  font-size: 1.4rem;
}
.gmap-info-window .c-article__list-image img {
  max-width: 100% !important;
}
.gmap-info-window:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 24px;
  height: 13px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url("../images/common/dropmenu_tri_icon@2x.png");
  content: '';
  background-size: cover;
  -webkit-transform: rotate(180deg) translate(-50%, 0);
          transform: rotate(180deg) translate(-50%, 0);
  margin-left: -19px;
}
.gmap-info-window-title {
  color: #ec492c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.gmap-info-window-address {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.c-side__author {
  text-align: center;
  font-weight: 700;
}
.c-side__author img {
  border-radius: 50%;
  max-width: 210px;
}
@media (max-width: 1000px) {
  .c-side__author img {
    max-width: 125px;
  }
}
.c-side__author img + p {
  margin-top: 20px;
}
.c-side__author p {
  font-size: 1.6rem;
}
.c-side__author p + a {
  margin-top: 5px;
}
.c-side__author a {
  display: inline-block;
  color: #01913a;
}
.c-side__calendar {
  border: solid 2px #01913a;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}
/* ----------------------------------------------
  Object
  break point -> min-width: 768px;
----------------------------------------------- */
.u-textBox > * + * {
  margin-top: 1.2em;
}
.u-textBox img {
  display: block;
  margin: 0 auto;
}
.u-textBox h1 {
  display: none;
}
.u-textBox h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .u-textBox h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.u-textBox * + h2 {
  margin-top: 60px;
}
.u-textBox h3 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: solid 2px #dad8d2;
}
@media (max-width: 1000px) {
  .u-textBox h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.u-textBox * + h3 {
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .u-textBox * + h3 {
    margin-top: 40px;
  }
}
.u-textBox h2 + h3 {
  margin-top: 40px;
}
.u-textBox h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .u-textBox h4 {
    font-size: 1.6rem;
  }
}
.u-textBox * + h4 {
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .u-textBox * + h4 {
    margin-top: 40px;
  }
}
.u-textBox h3 + h4 {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .u-textBox h3 + h4 {
    margin-top: 20px;
  }
}
.u-textBox p {
  font-size: 1.5rem;
}
.u-textBox p b {
  font-weight: 700;
}
.u-textBox p a {
  color: #01913a;
  text-decoration: underline;
}
.u-textBox iframe {
  margin: 20px 0;
  width: 100%;
}
.u-textBox table {
  width: 100% !important;
  max-width: 100%;
  margin: 40px 0;
  border: solid 1px #ddd;
  border-collapse: collapse;
  word-break: break-all;
  font-size: 1.3rem;
}
.u-textBox table tr + tr {
  border-top: solid 1px #ddd;
}
.u-textBox table tr th,
.u-textBox table tr td {
  padding: 15px 15px;
}
.u-textBox table tr th {
  min-width: 20%;
}
.u-textBox table iframe {
  width: 100%;
}
.u-textBox table a {
  color: #01913a;
  text-decoration: underline;
}
.u-textBox * + ol {
  margin-top: 1.3em;
}
.u-textBox ol {
  counter-reset: number;
}
.u-textBox ol > li {
  position: relative;
  counter-increment: number;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.u-textBox ol > li::before {
  content: counter(number) '.';
  position: absolute;
  top: 0;
  left: 0;
}
.u-textBox ol > li + li {
  margin-top: 20px;
}
.u-textBox ol > li * + ol {
  margin-top: 10px;
  margin-left: -20px;
}
.u-textBox ol > li ol {
  counter-reset: sub-number;
}
.u-textBox ol > li ol li {
  position: relative;
  counter-increment: sub-number;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: 500;
}
.u-textBox ol > li ol li::before {
  content: '(' counter(sub-number) ')';
  position: absolute;
  top: 0;
  left: 0;
}
.u-textBox ol > li ol li + li {
  margin-top: 5px;
}
.u-textBox * + ul {
  margin-top: 1.3em;
}
.u-textBox ul li {
  position: relative;
  padding-left: 20px;
}
.u-textBox ul li::before {
  content: '\0030fb';
  position: absolute;
  top: 0;
  left: 0;
}
.u-textBox ul.toc_list li::before {
  content: none;
}
.u-textBox ul li + li {
  margin-top: 5px;
}
.u-textBox * + .wp-caption {
  margin: 40px 0;
}
.u-textBox .wp-caption-text {
  margin: 10px 0;
  font-size: 1.3rem;
}
.u-textBox * + blockquote {
  margin: 35px 0;
}
.u-textBox blockquote {
  padding: 25px;
  background-color: rgba(255,255,255,0.3);
  border: solid 2px #01913a;
  border-radius: 8px;
  position: relative;
}
.u-textBox blockquote::before {
  content: '\00201c';
  position: absolute;
  left: 15px;
  top: -20px;
  font-size: 7.5rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #01913a;
  height: 0;
  width: 0;
}
.u-util ul::after {
  content: '';
  display: block;
  clear: both;
}
.u-util li {
  float: left;
  height: 34px;
}
@media (max-width: 540px) {
  .u-util li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .u-util li:not(:nth-child(-n+4)) {
    margin-top: 10px;
  }
}
.u-util li + li {
  margin-left: 15px;
}
.u-util__search {
  width: 200px;
  height: 35px;
  background-color: #01913a;
  border-radius: 150px;
  padding: 7px 15px 7px 43px;
  background-image: url("../images/common/util_search_icon@2x.png");
  background-position: left 13px center;
  background-size: 20px 20px;
}
.u-util__search input {
  color: #fff;
  max-width: 100%;
}
.u-util__text {
  color: #01913a;
}
.u-util__text a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.u-util__text a::before {
  content: '>　';
}
.u-util__btn {
  width: 34px;
  height: 34px;
  background-color: #01913a;
  border-radius: 50%;
  text-align: center;
}
.u-util__btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-util__btn img {
  max-width: 50%;
  max-height: 50%;
  margin: 0 auto;
}
.u-util__btn img[src*="util_line_icon"] {
  max-width: 65%;
  max-height: 65%;
}
.u-util .goog-te-combo {
  padding: 5px 8px;
  border: solid 1px #e2e2e2 !important;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
       appearance: menulist-button;
}
/* ----------------------------------------------
  Page
  break point -> min-width: 768px;
----------------------------------------------- */
.p-about__btn {
  margin-top: 35px;
}
@media (max-width: 1000px) {
  .p-about__btn {
    margin-top: 15px;
  }
}
.p-about__section .u-textBox dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 10px 0 5px;
}
.p-about__section + .p-about__section {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .p-about__section + .p-about__section {
    margin-top: 25px;
  }
}
.p-about__section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-about__section-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-about__section-column > div:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 1000px) {
  .p-about__section-column > div:nth-child(1) {
    max-width: 100%;
    margin-top: 15px;
  }
}
.p-about__section-column > div:nth-child(2) {
  margin-top: -75px;
  max-width: 46.938%;
  position: relative;
}
@media (max-width: 1000px) {
  .p-about__section-column > div:nth-child(2) {
    max-width: 100%;
    margin-top: 0;
  }
}
.p-about__section-column > div:nth-child(2) img {
  border-radius: 6px;
}
.p-about__section-sns {
  position: relative;
}
.p-about__section-sns-title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .p-about__section-sns-title {
    padding-top: 0;
    margin-bottom: 25px;
  }
}
.p-about__section-sns-title::before {
  content: '';
  width: 100%;
  max-width: 100%;
  height: 2px;
  background-color: #444;
  position: absolute;
  top: 75px;
  right: 0;
}
@media (max-width: 1000px) {
  .p-about__section-sns-title::before {
    top: 13px;
  }
}
.p-about__section-sns-title h3 {
  max-width: 55%;
  display: inline-block;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-color: #f7f5ee;
}
.p-about__section-sns-util {
  padding-left: 30px;
  background-color: #f7f5ee;
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 1000px) {
  .p-about__section-sns-util {
    position: static;
    top: auto;
    right: auto;
    padding-left: 0;
  }
}
.p-lab__btn {
  margin-top: 35px;
}
.p-about__btn {
  margin-top: 35px;
}
@media (max-width: 1000px) {
  .p-about__btn {
    margin-top: 15px;
  }
}
.p-about__section + .p-about__section {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .p-about__section + .p-about__section {
    margin-top: 25px;
  }
}
.p-about__section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-about__section-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-about__section-column > div:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 1000px) {
  .p-about__section-column > div:nth-child(1) {
    max-width: 100%;
    margin-top: 15px;
  }
}
.p-about__section-column > div:nth-child(2) {
  margin-top: -75px;
  max-width: 46.938%;
  position: relative;
}
@media (max-width: 1000px) {
  .p-about__section-column > div:nth-child(2) {
    max-width: 100%;
    margin-top: 0;
  }
}
.p-about__section-column > div:nth-child(2) img {
  border-radius: 6px;
}
.p-about__section-sns {
  position: relative;
}
.p-about__section-sns-title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .p-about__section-sns-title {
    padding-top: 0;
    margin-bottom: 25px;
  }
}
.p-about__section-sns-title::before {
  content: '';
  width: 100%;
  max-width: 100%;
  height: 2px;
  background-color: #444;
  position: absolute;
  top: 75px;
  right: 0;
}
@media (max-width: 1000px) {
  .p-about__section-sns-title::before {
    top: 13px;
  }
}
.p-about__section-sns-title h3 {
  max-width: 55%;
  display: inline-block;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-color: #f7f5ee;
}
.p-about__section-sns-util {
  padding-left: 30px;
  background-color: #f7f5ee;
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 1000px) {
  .p-about__section-sns-util {
    position: static;
    top: auto;
    right: auto;
    padding-left: 0;
  }
}
.p-howto__section--03 {
  margin-top: 75px;
}
@media (max-width: 1000px) {
  .p-howto__section--03 {
    margin-top: 30px;
  }
}
.p-howto__btn {
  margin-top: 45px;
}
.p-howto__btn--section03 {
  margin-top: 45px;
  max-width: 308px;
}
@media (max-width: 1000px) {
  .p-howto__btn--section03 {
    max-width: none;
  }
}
.p-howto__menu {
  padding-bottom: 70px;
}
@media (max-width: 1000px) {
  .p-howto__menu {
    display: none;
  }
}
.p-howto__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .p-howto__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-howto__menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25.656%;
          flex: 1 1 25.656%;
  max-width: 25.656%;
  position: relative;
  text-align: center;
}
.p-howto__menu ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  border-top: solid 2px #01913a;
  border-right: solid 2px #01913a;
  border-left: solid 2px #01913a;
}
.p-howto__menu ul li + li {
  margin-left: 11.515%;
}
.p-howto__menu ul li i {
  display: block;
  width: 100%;
  max-width: 62px;
  margin: -30px auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-howto__menu ul li a {
  display: block;
  position: relative;
  padding: 27px 20px 20px;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-howto__menu ul li a::before,
.p-howto__menu ul li a::after {
  content: '';
  width: 8px;
  height: 3px;
  display: block;
  background: #444;
  position: absolute;
  bottom: 0;
}
.p-howto__menu ul li a::before {
  right: 50%;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}
.p-howto__menu ul li a::after {
  left: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}
.p-howto__section + .p-howto__section {
  margin-top: 30px;
}
.p-howto__section-column,
.p-howto__section-column--secondary,
.p-howto__section-column--secondary--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-howto__section-column,
  .p-howto__section-column--secondary,
  .p-howto__section-column--secondary--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-howto__section-column > div:nth-child(1),
.p-howto__section-column--secondary > div:nth-child(1),
.p-howto__section-column--secondary--secondary > div:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 1000px) {
  .p-howto__section-column > div:nth-child(1),
  .p-howto__section-column--secondary > div:nth-child(1),
  .p-howto__section-column--secondary--secondary > div:nth-child(1) {
    max-width: 100%;
    margin-top: 15px;
  }
}
.p-howto__section-column > div:nth-child(2),
.p-howto__section-column--secondary > div:nth-child(2),
.p-howto__section-column--secondary--secondary > div:nth-child(2) {
  margin-top: -120px;
  max-width: 46.938%;
  position: relative;
}
@media (max-width: 1000px) {
  .p-howto__section-column > div:nth-child(2),
  .p-howto__section-column--secondary > div:nth-child(2),
  .p-howto__section-column--secondary--secondary > div:nth-child(2) {
    margin-top: 0;
    max-width: 100%;
  }
}
.p-howto__section-column > div:nth-child(2) img,
.p-howto__section-column--secondary > div:nth-child(2) img,
.p-howto__section-column--secondary--secondary > div:nth-child(2) img {
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}
.p-howto__section-column--secondary > div:nth-child(2),
.p-howto__section-column--secondary--secondary > div:nth-child(2),
.p-howto__section-column--secondary--secondary--secondary > div:nth-child(2) {
  max-width: 27.272%;
}
@media (max-width: 1000px) {
  .p-howto__section-column--secondary > div:nth-child(2),
  .p-howto__section-column--secondary--secondary > div:nth-child(2),
  .p-howto__section-column--secondary--secondary--secondary > div:nth-child(2) {
    max-width: 100%;
  }
}
.p-howto__section-jobs dl::after {
  content: '';
  display: block;
  clear: both;
}
.p-howto__section-jobs dl + dl {
  margin-top: 45px;
}
@media (max-width: 1000px) {
  .p-howto__section-jobs dl + dl {
    margin-top: 20px;
  }
}
.p-howto__section-jobs dl dt {
  float: left;
  width: 100%;
  max-width: 24.747%;
  padding-right: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01913a;
}
@media (max-width: 1000px) {
  .p-howto__section-jobs dl dt {
    float: none;
    max-width: 100%;
  }
}
.p-howto__section-jobs dd {
  overflow: hidden;
  padding-top: 2px;
}
@media (max-width: 1000px) {
  .p-howto__section-jobs dd {
    margin-top: 10px;
  }
}
.p-howto__contact {
  margin-top: 60px;
  border-top: solid 2px #444;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .p-howto__contact {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.p-home-article {
  position: relative;
  padding-left: 50.884%;
}
@media (max-width: 1000px) {
  .p-home-article {
    padding-left: 0;
  }
}
.p-home-article + .p-home-article {
  padding-left: 0;
  margin-top: 20px;
}
@media (max-width: 540px) {
  .p-home-article + .p-home-article {
    margin-top: 10px;
  }
}
.p-home-article__pickup {
  width: 100%;
  height: 100%;
  max-width: 49.115%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-article__pickup::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1000px) {
  .p-home-article__pickup {
    max-width: 100%;
    position: static;
  }
}
.p-home-article__pickup a {
  display: block;
  height: 100%;
}
@media (max-width: 1000px) {
  .p-home-article__list {
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .p-home-article__list {
    margin-top: 10px;
  }
}
.p-home-article__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-home-article__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48.288%;
          flex: 1 1 48.288%;
  max-width: 48.288%;
}
@media (max-width: 540px) {
  .p-home-article__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.p-home-article__list li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}
@media (max-width: 540px) {
  .p-home-article__list li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}
@media (max-width: 540px) {
  .p-home-article__list li + li {
    margin-top: 10px;
  }
}
.p-home-article__list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-column {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .p-home-column {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-home-column > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.p-home-column > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 73.805%;
          flex: 1 1 73.805%;
  max-width: 73.805%;
}
@media (max-width: 1000px) {
  .p-home-column > div:nth-child(1) {
    max-width: 100%;
  }
}
.p-home-column > div:nth-child(2) {
  max-width: 23.716%;
  margin-left: 1.592%;
}
@media (max-width: 1000px) {
  .p-home-column > div:nth-child(2) {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.p-home-keywords {
  padding: 23px 0;
  border-radius: 6px;
  border: solid 2px #01913a;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1000px) {
  .p-home-keywords {
    padding: 15px 0 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-home-keywords__title {
  padding: 15px 40px;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  border-right: dotted 2px #1f120e;
}
@media (max-width: 1000px) {
  .p-home-keywords__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    margin: 0 30px;
    border-right: none;
    border-bottom: dotted 2px #1f120e;
  }
}
.p-home-keywords__list {
  padding: 0 25px;
  text-align: left;
}
@media (max-width: 1000px) {
  .p-home-keywords__list {
    margin-top: 10px;
  }
}
.p-home-keywords__list a {
  display: inline-block;
  font-weight: 700;
  padding: 5px 15px;
  color: #01913a;
}
.p-home-keywords__list a::before {
  content: '[';
}
.p-home-keywords__list a::after {
  content: ']';
}
.p-home-event__banner {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .p-home-event__banner {
    margin-top: 30px;
  }
}
.p-home-event__banner a img {
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}
.p-home-sotonoba__subTitle {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-home-sotonoba__list {
  width: 100%;
  max-width: 963px;
  margin: 60px auto 0;
}
@media (max-width: 1000px) {
  .p-home-sotonoba__list {
    max-width: 100%;
    margin-top: 30px;
  }
}
.p-home-sotonoba__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .p-home-sotonoba__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-home-sotonoba__list li {
  max-width: 25.545%;
}
@media (max-width: 1000px) {
  .p-home-sotonoba__list li {
    max-width: 500px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
    margin: 0 auto;
  }
}
.p-home-sotonoba__list li + li {
  margin-left: 11.526%;
}
@media (max-width: 1000px) {
  .p-home-sotonoba__list li + li {
    margin-left: auto;
    margin-top: 60px;
  }
}
.p-home-sotonoba__list-image {
  text-align: center;
}
.p-home-sotonoba__list-image img {
  border-radius: 50%;
}
.p-home-sotonoba__list-title {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-home-sotonoba__list-text {
  padding: 15px 20px 0;
  font-weight: 700;
}
.p-home-sotonoba__list-more {
  margin-top: 35px;
}
.p-home-sotonoba__list-more a {
  width: 100%;
  display: block;
  padding: 15px 10px;
  background-color: #01913a;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .p-home-sotonoba__list-more a {
    max-width: 308px;
    margin: 0 auto;
  }
}
.p-howto__btn {
  margin-top: 45px;
}
.p-howto__btn--section03 {
  margin-top: 45px;
  max-width: 308px;
}
@media (max-width: 1000px) {
  .p-howto__btn--section03 {
    max-width: none;
  }
}
.p-howto__menu {
  padding-bottom: 70px;
}
@media (max-width: 1000px) {
  .p-howto__menu {
    display: none;
  }
}
.p-howto__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .p-howto__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-howto__menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25.656%;
          flex: 1 1 25.656%;
  max-width: 25.656%;
  position: relative;
  text-align: center;
}
.p-howto__menu ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  border-top: solid 2px #01913a;
  border-right: solid 2px #01913a;
  border-left: solid 2px #01913a;
}
.p-howto__menu ul li + li {
  margin-left: 11.515%;
}
.p-howto__menu ul li i {
  display: block;
  width: 100%;
  max-width: 62px;
  margin: -30px auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-howto__menu ul li a {
  display: block;
  position: relative;
  padding: 27px 20px 20px;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-howto__menu ul li a::before,
.p-howto__menu ul li a::after {
  content: '';
  width: 8px;
  height: 3px;
  display: block;
  background: #444;
  position: absolute;
  bottom: 0;
}
.p-howto__menu ul li a::before {
  right: 50%;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}
.p-howto__menu ul li a::after {
  left: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}
.p-howto__section + .p-howto__section {
  margin-top: 30px;
}
.p-howto__section-column,
.p-howto__section-column--secondary--secondary,
.p-howto__section-column--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-howto__section-column,
  .p-howto__section-column--secondary--secondary,
  .p-howto__section-column--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-howto__section-column > div:nth-child(1),
.p-howto__section-column--secondary--secondary > div:nth-child(1),
.p-howto__section-column--secondary > div:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 1000px) {
  .p-howto__section-column > div:nth-child(1),
  .p-howto__section-column--secondary--secondary > div:nth-child(1),
  .p-howto__section-column--secondary > div:nth-child(1) {
    max-width: 100%;
    margin-top: 15px;
  }
}
.p-howto__section-column > div:nth-child(2),
.p-howto__section-column--secondary--secondary > div:nth-child(2),
.p-howto__section-column--secondary > div:nth-child(2) {
  margin-top: -120px;
  max-width: 46.938%;
  position: relative;
}
@media (max-width: 1000px) {
  .p-howto__section-column > div:nth-child(2),
  .p-howto__section-column--secondary--secondary > div:nth-child(2),
  .p-howto__section-column--secondary > div:nth-child(2) {
    margin-top: 0;
    max-width: 100%;
  }
}
.p-howto__section-column > div:nth-child(2) img,
.p-howto__section-column--secondary--secondary > div:nth-child(2) img,
.p-howto__section-column--secondary > div:nth-child(2) img {
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}
.p-howto__section-column--secondary > div:nth-child(2) {
  max-width: 27.272%;
}
@media (max-width: 1000px) {
  .p-howto__section-column--secondary > div:nth-child(2) {
    max-width: 100%;
  }
}
.p-howto__section-jobs dl::after {
  content: '';
  display: block;
  clear: both;
}
.p-howto__section-jobs dl + dl {
  margin-top: 45px;
}
@media (max-width: 1000px) {
  .p-howto__section-jobs dl + dl {
    margin-top: 20px;
  }
}
.p-howto__section-jobs dl dt {
  float: left;
  width: 100%;
  max-width: 24.747%;
  padding-right: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01913a;
}
@media (max-width: 1000px) {
  .p-howto__section-jobs dl dt {
    float: none;
    max-width: 100%;
  }
}
.p-howto__section-jobs dd {
  overflow: hidden;
  padding-top: 2px;
}
@media (max-width: 1000px) {
  .p-howto__section-jobs dd {
    margin-top: 10px;
  }
}
.p-howto__contact {
  margin-top: 60px;
  border-top: solid 2px #444;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .p-howto__contact {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.p-howto__section--03 {
  margin-top: 75px;
}
@media (max-width: 1000px) {
  .p-howto__section--03 {
    margin-top: 30px;
  }
}
.p-lab__btn {
  margin-top: 35px;
  max-width: 308px;
}
@media (max-width: 1000px) {
  .p-lab__btn {
    max-width: none;
  }
}
.p-lab__section .u-textBox dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 10px 0 5px;
}
.p-lab__section + .p-lab__section {
  margin-top: 65px;
}
@media (max-width: 1000px) {
  .p-lab__section + .p-lab__section {
    margin-top: 25px;
  }
}
.p-lab__section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-lab__section-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-lab__section-column > div:nth-child(1) {
  max-width: 69.008%;
}
@media (max-width: 1000px) {
  .p-lab__section-column > div:nth-child(1) {
    max-width: 100%;
    margin-top: 15px;
  }
}
.p-lab__section-column > div:nth-child(2) {
  max-width: 24.793%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .p-lab__section-column > div:nth-child(2) {
    max-width: 100%;
    margin-top: 0;
  }
}
.p-lab__section-column > div:nth-child(2) img {
  border-radius: 6px;
}
.p-lab__section-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #01913a;
}
.p-member__menu {
  padding: 20px 30px;
  border: 2px solid #01913a;
  background-color: #fff;
  border-radius: 6px;
}
.p-member__menu ul {
  margin-left: -20px;
}
@media (max-width: 1000px) {
  .p-member__menu ul {
    margin-left: -5px;
  }
}
.p-member__menu ul li {
  padding: 5px 20px;
  display: inline-block;
}
@media (max-width: 1000px) {
  .p-member__menu ul li {
    padding: 2px 5px;
  }
}
.p-member__menu ul li label {
  color: #01913a;
  font-weight: 700;
  cursor: pointer;
}
.p-member__menu ul li label::before {
  content: '[#';
}
.p-member__menu ul li label::after {
  content: ']';
}
.p-member__menu-head {
  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;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px dotted #1f120e;
}
@media (max-width: 1000px) {
  .p-member__menu-head {
    display: block;
  }
}
.p-member__menu-head > *:nth-child(2) {
  color: #01913a;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 1000px) {
  .p-member__menu-head > *:nth-child(2) {
    margin-top: 10px;
  }
}
.p-member__list {
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .p-member__list {
    margin-top: 30px;
  }
}
.p-member__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-member__list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 22%;
          flex: 1 1 22%;
  max-width: 21%;
  margin: 0 2% 60px;
  display: block;
}
@media (max-width: 1000px) {
  .p-member__list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 45%;
    margin: 0 2.5% 40px;
  }
}
@media (max-width: 500px) {
  .p-member__list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin: 0 auto 40px;
  }
}
.p-member__list-name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-member__list-image {
  max-width: 210px;
  margin: 20px auto;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .p-member__list-image {
    margin-top: 15px;
  }
}
.p-member__list-image img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.p-member__list-category p {
  display: inline;
  margin-right: 15px;
  font-weight: 700;
  color: #01913a;
}
.p-member__list-category p::before {
  content: '[#';
}
.p-member__list-category p::after {
  content: ']';
}
@media (max-width: 1000px) {
  .p-member__list-category {
    padding: 0 20px;
  }
}
.p-member__list-info {
  margin-top: 30px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .p-member__list-info {
    padding: 0 20px;
    margin-top: 15px;
  }
}
.p-member__list-more {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  color: #01913a;
}
@media (max-width: 1000px) {
  .p-member__list-more {
    margin-top: 15px;
  }
}
.p-member__content {
  width: 100%;
  max-width: 1015px;
  margin: 80px auto 0;
}
.p-member__content::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1000px) {
  .p-member__content {
    margin-top: 40px;
  }
}
.p-member__content-left {
  float: left;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1000px) {
  .p-member__content-left {
    float: none;
    max-width: 100%;
  }
}
.p-member__content-right {
  float: right;
  width: 100%;
  max-width: 50%;
  padding: 40px 30px 30px 80px;
  background-color: #f7f5ee;
}
@media (max-width: 1000px) {
  .p-member__content-right {
    padding: 0 0;
    float: none;
    max-width: 100%;
  }
}
.p-member__content-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-member__content-right ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28.26%;
          flex: 1 1 28.26%;
  max-width: 28.26%;
  font-size: 1.5rem;
  color: #190506;
  width: 100%;
  text-align: center;
}
.p-member__content-right ul li:not(:nth-child(3n+1)) {
  margin-left: 7.608%;
}
.p-member__content-right ul li:not(:nth-child(-n+3)) {
  margin-top: 40px;
}
.p-member__content-right ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  margin-bottom: 15px;
  margin: 0 auto 15px;
}
.p-member__content-right ul li img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 72px;
  margin: 0 auto;
}
