@charset "UTF-8";
*,
*::before,
*::after {
  /* Box sizingの定義 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  /* デフォルトのmargin, paddingを削除 */
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  /* デフォルトのmarginを削除 */
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}

body {
  /* bodyのデフォルトを定義 */
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  /*iphoneの勝手に文字拡大を防ぐ*/
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  text-decoration: none;
  color: #333;
  letter-spacing: 0.01em;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
}

p,
li,
dt,
dd {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
}

ul,
ol {
  /* class属性を持つul、ol要素のリストスタイルを削除 */
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
}

a {
  cursor: pointer;
}

a:not([class]) {
  /* classを持たない要素はデフォルトのスタイルを取得 */
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  /* img要素の扱いを簡単にする */
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

input,
button,
textarea,
select {
  /* inputやbuttonなどのフォントは継承を定義 */
  font: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
}

sup {
  font-size: 11px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
}

@-webkit-keyframes megaMenuShow {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
    border-top: none;
  }
  1% {
    opacity: 0;
    visibility: hidden;
    display: grid;
    border-top: 1px solid #a0a5ab;
  }
  100% {
    opacity: 1;
    visibility: visible;
    display: grid;
    border-top: 1px solid #a0a5ab;
  }
}

@keyframes megaMenuShow {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
    border-top: none;
  }
  1% {
    opacity: 0;
    visibility: hidden;
    display: -ms-grid;
    display: grid;
    border-top: 1px solid #a0a5ab;
  }
  100% {
    opacity: 1;
    visibility: visible;
    display: -ms-grid;
    display: grid;
    border-top: 1px solid #a0a5ab;
  }
}
@-webkit-keyframes modalNavMenuShow {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  1% {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  100% {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@keyframes modalNavMenuShow {
  0% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  1% {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  100% {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
/* 幅の制御 */
.l-wrap-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .l-wrap-1000 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrap-1000 {
    padding: 0 20px;
  }
}

.l-wrap-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .l-wrap-1280 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrap-1280 {
    padding: 0 20px;
  }
}

.l-wrap-1440 {
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .l-wrap-1440 {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrap-1440 {
    padding: 0 20px;
  }
}

/* スマホでの非表示 */
.pc_none {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .sp_none {
    display: none;
  }
}

.l-sec__green {
  width: 100%;
  padding: 5.8333333333vw 0;
  background-color: #ECF0DC;
}
@media only screen and (max-width: 767px) {
  .l-sec__green {
    padding: 16vw 0;
  }
}
.l-sec__green.p-tb__small {
  padding: 4vw 0 2vw;
}
@media only screen and (max-width: 767px) {
  .l-sec__green.p-tb__small {
    padding: 8vw 0;
  }
}

.l-sec__white {
  width: 100%;
  padding: 5.8333333333vw 0;
}
@media only screen and (max-width: 767px) {
  .l-sec__white {
    padding: 16vw 0;
  }
}
.l-sec__white.pb-0 {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .l-sec__white.undertop-kv {
    padding: 6vw 0;
  }
}

.l-w-back {
  width: 100%;
  padding: 4.1666666667vw 8.3333333333vw;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-w-back {
    padding: 10.6666666667vw 20px;
  }
}

.l-news-back {
  width: 100%;
  padding: 6.7708333333vw 7.5vw;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-news-back {
    padding: 10.6666666667vw 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-lower-wrap {
    padding-top: 0;
  }
}

.pankuzu-green .l-bread {
  background: #ECF0DC;
}

.l-bread {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .l-bread {
    padding-top: 80px;
  }
}

.pankuzu-bottom .l-bread {
  padding-top: 0;
  padding-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .pankuzu-bottom .l-bread {
    padding-top: 0;
  }
}

.c-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2.9166666667vw;
  padding-top: 1em;
}
.c-bread__list .c-bread__item a {
  text-decoration: underline;
}
.c-bread__list .c-bread__item:nth-child(n+2) {
  position: relative;
  padding-left: 30px;
}
.c-bread__list .c-bread__item:nth-child(n+2)::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 10px;
  background-size: contain;
  background-position: center;
}
.c-bread__list .c-bread__item:last-child {
  font-weight: bold;
  color: #157712;
}
.c-bread__list .c-bread__item:last-child::before {
  font-weight: 400;
  color: #333;
}

.gutenberg {
  margin: 30px 0px 0px 0px;
  margin: vw(30) vw(0) vw(0) vw(0);
  padding: 0px 0px 64px 0px;
  padding: vw(0) vw(0) vw(64) vw(0);
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1271px) {
  .gutenberg {
    margin-top: 2.34375vw;
    padding-bottom: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg {
    margin-top: vw-sp(30);
    padding-bottom: vw-sp(64);
  }
}
.gutenberg .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.gutenberg .wp-block-columns {
  -webkit-column-gap: 2.0833333333vw;
     -moz-column-gap: 2.0833333333vw;
          column-gap: 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg .wp-block-columns {
    -webkit-column-gap: 2.34375vw;
       -moz-column-gap: 2.34375vw;
            column-gap: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-image img {
    width: 100%;
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .gutenberg .wp-block-image img {
    margin-top: 4.2666666667vw;
  }
}
.gutenberg .wp-block-image .alignleft {
  float: none;
  margin: 0 auto 0 0;
}
.gutenberg .wp-block-image .alignright {
  float: none;
  margin: 0 0 0 auto;
}
.gutenberg .wp-element-caption {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
.gutenberg p + p,
.gutenberg h2 + p,
.gutenberg h3 + p,
.gutenberg h4 + p,
.gutenberg ul + p,
.gutenberg ol + p,
.gutenberg .wp-block-image + p,
.gutenberg .wp-block-columns + p,
.gutenberg .wp-block-quote + p,
.gutenberg .wp-block-table + p {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg p + p,
  .gutenberg h2 + p,
  .gutenberg h3 + p,
  .gutenberg h4 + p,
  .gutenberg ul + p,
  .gutenberg ol + p,
  .gutenberg .wp-block-image + p,
  .gutenberg .wp-block-columns + p,
  .gutenberg .wp-block-quote + p,
  .gutenberg .wp-block-table + p {
    margin-top: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg p + p,
  .gutenberg h2 + p,
  .gutenberg h3 + p,
  .gutenberg h4 + p,
  .gutenberg ul + p,
  .gutenberg ol + p,
  .gutenberg .wp-block-image + p,
  .gutenberg .wp-block-columns + p,
  .gutenberg .wp-block-quote + p,
  .gutenberg .wp-block-table + p {
    margin-top: vw-sp(16);
  }
}
.gutenberg p + .wp-block-separator,
.gutenberg h2 + .wp-block-separator,
.gutenberg h3 + .wp-block-separator,
.gutenberg h4 + .wp-block-separator,
.gutenberg ul + .wp-block-separator,
.gutenberg ol + .wp-block-separator,
.gutenberg .wp-block-image + .wp-block-separator,
.gutenberg .wp-block-columns + .wp-block-separator,
.gutenberg .wp-block-quote + .wp-block-separator,
.gutenberg .wp-block-separator + .wp-block-separator,
.gutenberg .wp-block-table + .wp-block-separator {
  margin-top: 2.9166666667vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg p + .wp-block-separator,
  .gutenberg h2 + .wp-block-separator,
  .gutenberg h3 + .wp-block-separator,
  .gutenberg h4 + .wp-block-separator,
  .gutenberg ul + .wp-block-separator,
  .gutenberg ol + .wp-block-separator,
  .gutenberg .wp-block-image + .wp-block-separator,
  .gutenberg .wp-block-columns + .wp-block-separator,
  .gutenberg .wp-block-quote + .wp-block-separator,
  .gutenberg .wp-block-separator + .wp-block-separator,
  .gutenberg .wp-block-table + .wp-block-separator {
    margin-top: 4.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg p + .wp-block-separator,
  .gutenberg h2 + .wp-block-separator,
  .gutenberg h3 + .wp-block-separator,
  .gutenberg h4 + .wp-block-separator,
  .gutenberg ul + .wp-block-separator,
  .gutenberg ol + .wp-block-separator,
  .gutenberg .wp-block-image + .wp-block-separator,
  .gutenberg .wp-block-columns + .wp-block-separator,
  .gutenberg .wp-block-quote + .wp-block-separator,
  .gutenberg .wp-block-separator + .wp-block-separator,
  .gutenberg .wp-block-table + .wp-block-separator {
    margin-top: vw-sp(40);
  }
}
.gutenberg p + ul,
.gutenberg p + ol,
.gutenberg p + .wp-block-image,
.gutenberg p + .wp-block-quote,
.gutenberg h2 + ul,
.gutenberg h2 + ol,
.gutenberg h2 + .wp-block-image,
.gutenberg h2 + .wp-block-quote,
.gutenberg h3 + ul,
.gutenberg h3 + ol,
.gutenberg h3 + .wp-block-image,
.gutenberg h3 + .wp-block-quote,
.gutenberg h4 + ul,
.gutenberg h4 + ol,
.gutenberg h4 + .wp-block-image,
.gutenberg h4 + .wp-block-quote,
.gutenberg ul + ul,
.gutenberg ul + ol,
.gutenberg ul + .wp-block-image,
.gutenberg ul + .wp-block-quote,
.gutenberg ol + ul,
.gutenberg ol + ol,
.gutenberg ol + .wp-block-image,
.gutenberg ol + .wp-block-quote,
.gutenberg .wp-block-image + ul,
.gutenberg .wp-block-image + ol,
.gutenberg .wp-block-image + .wp-block-image,
.gutenberg .wp-block-image + .wp-block-quote,
.gutenberg .wp-block-columns + ul,
.gutenberg .wp-block-columns + ol,
.gutenberg .wp-block-columns + .wp-block-image,
.gutenberg .wp-block-columns + .wp-block-quote,
.gutenberg .wp-block-quote + ul,
.gutenberg .wp-block-quote + ol,
.gutenberg .wp-block-quote + .wp-block-image,
.gutenberg .wp-block-quote + .wp-block-quote,
.gutenberg .wp-block-separator + ul,
.gutenberg .wp-block-separator + ol,
.gutenberg .wp-block-separator + .wp-block-image,
.gutenberg .wp-block-separator + .wp-block-quote,
.gutenberg .wp-block-table + ul,
.gutenberg .wp-block-table + ol,
.gutenberg .wp-block-table + .wp-block-image,
.gutenberg .wp-block-table + .wp-block-quote {
  margin-top: 1.875vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg p + ul,
  .gutenberg p + ol,
  .gutenberg p + .wp-block-image,
  .gutenberg p + .wp-block-quote,
  .gutenberg h2 + ul,
  .gutenberg h2 + ol,
  .gutenberg h2 + .wp-block-image,
  .gutenberg h2 + .wp-block-quote,
  .gutenberg h3 + ul,
  .gutenberg h3 + ol,
  .gutenberg h3 + .wp-block-image,
  .gutenberg h3 + .wp-block-quote,
  .gutenberg h4 + ul,
  .gutenberg h4 + ol,
  .gutenberg h4 + .wp-block-image,
  .gutenberg h4 + .wp-block-quote,
  .gutenberg ul + ul,
  .gutenberg ul + ol,
  .gutenberg ul + .wp-block-image,
  .gutenberg ul + .wp-block-quote,
  .gutenberg ol + ul,
  .gutenberg ol + ol,
  .gutenberg ol + .wp-block-image,
  .gutenberg ol + .wp-block-quote,
  .gutenberg .wp-block-image + ul,
  .gutenberg .wp-block-image + ol,
  .gutenberg .wp-block-image + .wp-block-image,
  .gutenberg .wp-block-image + .wp-block-quote,
  .gutenberg .wp-block-columns + ul,
  .gutenberg .wp-block-columns + ol,
  .gutenberg .wp-block-columns + .wp-block-image,
  .gutenberg .wp-block-columns + .wp-block-quote,
  .gutenberg .wp-block-quote + ul,
  .gutenberg .wp-block-quote + ol,
  .gutenberg .wp-block-quote + .wp-block-image,
  .gutenberg .wp-block-quote + .wp-block-quote,
  .gutenberg .wp-block-separator + ul,
  .gutenberg .wp-block-separator + ol,
  .gutenberg .wp-block-separator + .wp-block-image,
  .gutenberg .wp-block-separator + .wp-block-quote,
  .gutenberg .wp-block-table + ul,
  .gutenberg .wp-block-table + ol,
  .gutenberg .wp-block-table + .wp-block-image,
  .gutenberg .wp-block-table + .wp-block-quote {
    margin-top: 2.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg p + ul,
  .gutenberg p + ol,
  .gutenberg p + .wp-block-image,
  .gutenberg p + .wp-block-quote,
  .gutenberg h2 + ul,
  .gutenberg h2 + ol,
  .gutenberg h2 + .wp-block-image,
  .gutenberg h2 + .wp-block-quote,
  .gutenberg h3 + ul,
  .gutenberg h3 + ol,
  .gutenberg h3 + .wp-block-image,
  .gutenberg h3 + .wp-block-quote,
  .gutenberg h4 + ul,
  .gutenberg h4 + ol,
  .gutenberg h4 + .wp-block-image,
  .gutenberg h4 + .wp-block-quote,
  .gutenberg ul + ul,
  .gutenberg ul + ol,
  .gutenberg ul + .wp-block-image,
  .gutenberg ul + .wp-block-quote,
  .gutenberg ol + ul,
  .gutenberg ol + ol,
  .gutenberg ol + .wp-block-image,
  .gutenberg ol + .wp-block-quote,
  .gutenberg .wp-block-image + ul,
  .gutenberg .wp-block-image + ol,
  .gutenberg .wp-block-image + .wp-block-image,
  .gutenberg .wp-block-image + .wp-block-quote,
  .gutenberg .wp-block-columns + ul,
  .gutenberg .wp-block-columns + ol,
  .gutenberg .wp-block-columns + .wp-block-image,
  .gutenberg .wp-block-columns + .wp-block-quote,
  .gutenberg .wp-block-quote + ul,
  .gutenberg .wp-block-quote + ol,
  .gutenberg .wp-block-quote + .wp-block-image,
  .gutenberg .wp-block-quote + .wp-block-quote,
  .gutenberg .wp-block-separator + ul,
  .gutenberg .wp-block-separator + ol,
  .gutenberg .wp-block-separator + .wp-block-image,
  .gutenberg .wp-block-separator + .wp-block-quote,
  .gutenberg .wp-block-table + ul,
  .gutenberg .wp-block-table + ol,
  .gutenberg .wp-block-table + .wp-block-image,
  .gutenberg .wp-block-table + .wp-block-quote {
    margin-top: vw-sp(24);
  }
}
.gutenberg p + .wp-block-columns,
.gutenberg h2 + .wp-block-columns,
.gutenberg h3 + .wp-block-columns,
.gutenberg h4 + .wp-block-columns,
.gutenberg ul + .wp-block-columns,
.gutenberg ol + .wp-block-columns,
.gutenberg .wp-block-image + .wp-block-columns,
.gutenberg .wp-block-columns + .wp-block-columns,
.gutenberg .wp-block-quote + .wp-block-columns,
.gutenberg .wp-block-separator + .wp-block-columns,
.gutenberg .wp-block-table + .wp-block-columns {
  margin-top: 2.2916666667vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg p + .wp-block-columns,
  .gutenberg h2 + .wp-block-columns,
  .gutenberg h3 + .wp-block-columns,
  .gutenberg h4 + .wp-block-columns,
  .gutenberg ul + .wp-block-columns,
  .gutenberg ol + .wp-block-columns,
  .gutenberg .wp-block-image + .wp-block-columns,
  .gutenberg .wp-block-columns + .wp-block-columns,
  .gutenberg .wp-block-quote + .wp-block-columns,
  .gutenberg .wp-block-separator + .wp-block-columns,
  .gutenberg .wp-block-table + .wp-block-columns {
    margin-top: 3.4375vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg p + .wp-block-columns,
  .gutenberg h2 + .wp-block-columns,
  .gutenberg h3 + .wp-block-columns,
  .gutenberg h4 + .wp-block-columns,
  .gutenberg ul + .wp-block-columns,
  .gutenberg ol + .wp-block-columns,
  .gutenberg .wp-block-image + .wp-block-columns,
  .gutenberg .wp-block-columns + .wp-block-columns,
  .gutenberg .wp-block-quote + .wp-block-columns,
  .gutenberg .wp-block-separator + .wp-block-columns,
  .gutenberg .wp-block-table + .wp-block-columns {
    margin-top: vw-sp(32);
  }
}
.gutenberg p + .wp-block-table,
.gutenberg h2 + .wp-block-table,
.gutenberg h3 + .wp-block-table,
.gutenberg h4 + .wp-block-table,
.gutenberg ul + .wp-block-table,
.gutenberg ol + .wp-block-table,
.gutenberg .wp-block-image + .wp-block-table,
.gutenberg .wp-block-columns + .wp-block-table,
.gutenberg .wp-block-quote + .wp-block-table,
.gutenberg .wp-block-separator + .wp-block-table,
.gutenberg .wp-block-table + .wp-block-table {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg p + .wp-block-table,
  .gutenberg h2 + .wp-block-table,
  .gutenberg h3 + .wp-block-table,
  .gutenberg h4 + .wp-block-table,
  .gutenberg ul + .wp-block-table,
  .gutenberg ol + .wp-block-table,
  .gutenberg .wp-block-image + .wp-block-table,
  .gutenberg .wp-block-columns + .wp-block-table,
  .gutenberg .wp-block-quote + .wp-block-table,
  .gutenberg .wp-block-separator + .wp-block-table,
  .gutenberg .wp-block-table + .wp-block-table {
    margin-top: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg p + .wp-block-table,
  .gutenberg h2 + .wp-block-table,
  .gutenberg h3 + .wp-block-table,
  .gutenberg h4 + .wp-block-table,
  .gutenberg ul + .wp-block-table,
  .gutenberg ol + .wp-block-table,
  .gutenberg .wp-block-image + .wp-block-table,
  .gutenberg .wp-block-columns + .wp-block-table,
  .gutenberg .wp-block-quote + .wp-block-table,
  .gutenberg .wp-block-separator + .wp-block-table,
  .gutenberg .wp-block-table + .wp-block-table {
    margin-top: vw-sp(16);
  }
}
.gutenberg p + h2,
.gutenberg p + h3,
.gutenberg p + h4,
.gutenberg p + h5,
.gutenberg p + .wp-block-buttons,
.gutenberg h2 + h2,
.gutenberg h2 + h3,
.gutenberg h2 + h4,
.gutenberg h2 + h5,
.gutenberg h2 + .wp-block-buttons,
.gutenberg h3 + h2,
.gutenberg h3 + h3,
.gutenberg h3 + h4,
.gutenberg h3 + h5,
.gutenberg h3 + .wp-block-buttons,
.gutenberg h4 + h2,
.gutenberg h4 + h3,
.gutenberg h4 + h4,
.gutenberg h4 + h5,
.gutenberg h4 + .wp-block-buttons,
.gutenberg ul + h2,
.gutenberg ul + h3,
.gutenberg ul + h4,
.gutenberg ul + h5,
.gutenberg ul + .wp-block-buttons,
.gutenberg ol + h2,
.gutenberg ol + h3,
.gutenberg ol + h4,
.gutenberg ol + h5,
.gutenberg ol + .wp-block-buttons,
.gutenberg .wp-block-image + h2,
.gutenberg .wp-block-image + h3,
.gutenberg .wp-block-image + h4,
.gutenberg .wp-block-image + h5,
.gutenberg .wp-block-image + .wp-block-buttons,
.gutenberg .wp-block-columns + h2,
.gutenberg .wp-block-columns + h3,
.gutenberg .wp-block-columns + h4,
.gutenberg .wp-block-columns + h5,
.gutenberg .wp-block-columns + .wp-block-buttons,
.gutenberg .wp-block-quote + h2,
.gutenberg .wp-block-quote + h3,
.gutenberg .wp-block-quote + h4,
.gutenberg .wp-block-quote + h5,
.gutenberg .wp-block-quote + .wp-block-buttons,
.gutenberg .wp-block-separator + h2,
.gutenberg .wp-block-separator + h3,
.gutenberg .wp-block-separator + h4,
.gutenberg .wp-block-separator + h5,
.gutenberg .wp-block-separator + .wp-block-buttons,
.gutenberg .wp-block-table + h2,
.gutenberg .wp-block-table + h3,
.gutenberg .wp-block-table + h4,
.gutenberg .wp-block-table + h5,
.gutenberg .wp-block-table + .wp-block-buttons {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg p + h2,
  .gutenberg p + h3,
  .gutenberg p + h4,
  .gutenberg p + h5,
  .gutenberg p + .wp-block-buttons,
  .gutenberg h2 + h2,
  .gutenberg h2 + h3,
  .gutenberg h2 + h4,
  .gutenberg h2 + h5,
  .gutenberg h2 + .wp-block-buttons,
  .gutenberg h3 + h2,
  .gutenberg h3 + h3,
  .gutenberg h3 + h4,
  .gutenberg h3 + h5,
  .gutenberg h3 + .wp-block-buttons,
  .gutenberg h4 + h2,
  .gutenberg h4 + h3,
  .gutenberg h4 + h4,
  .gutenberg h4 + h5,
  .gutenberg h4 + .wp-block-buttons,
  .gutenberg ul + h2,
  .gutenberg ul + h3,
  .gutenberg ul + h4,
  .gutenberg ul + h5,
  .gutenberg ul + .wp-block-buttons,
  .gutenberg ol + h2,
  .gutenberg ol + h3,
  .gutenberg ol + h4,
  .gutenberg ol + h5,
  .gutenberg ol + .wp-block-buttons,
  .gutenberg .wp-block-image + h2,
  .gutenberg .wp-block-image + h3,
  .gutenberg .wp-block-image + h4,
  .gutenberg .wp-block-image + h5,
  .gutenberg .wp-block-image + .wp-block-buttons,
  .gutenberg .wp-block-columns + h2,
  .gutenberg .wp-block-columns + h3,
  .gutenberg .wp-block-columns + h4,
  .gutenberg .wp-block-columns + h5,
  .gutenberg .wp-block-columns + .wp-block-buttons,
  .gutenberg .wp-block-quote + h2,
  .gutenberg .wp-block-quote + h3,
  .gutenberg .wp-block-quote + h4,
  .gutenberg .wp-block-quote + h5,
  .gutenberg .wp-block-quote + .wp-block-buttons,
  .gutenberg .wp-block-separator + h2,
  .gutenberg .wp-block-separator + h3,
  .gutenberg .wp-block-separator + h4,
  .gutenberg .wp-block-separator + h5,
  .gutenberg .wp-block-separator + .wp-block-buttons,
  .gutenberg .wp-block-table + h2,
  .gutenberg .wp-block-table + h3,
  .gutenberg .wp-block-table + h4,
  .gutenberg .wp-block-table + h5,
  .gutenberg .wp-block-table + .wp-block-buttons {
    margin-top: 3.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg p + h2,
  .gutenberg p + h3,
  .gutenberg p + h4,
  .gutenberg p + h5,
  .gutenberg p + .wp-block-buttons,
  .gutenberg h2 + h2,
  .gutenberg h2 + h3,
  .gutenberg h2 + h4,
  .gutenberg h2 + h5,
  .gutenberg h2 + .wp-block-buttons,
  .gutenberg h3 + h2,
  .gutenberg h3 + h3,
  .gutenberg h3 + h4,
  .gutenberg h3 + h5,
  .gutenberg h3 + .wp-block-buttons,
  .gutenberg h4 + h2,
  .gutenberg h4 + h3,
  .gutenberg h4 + h4,
  .gutenberg h4 + h5,
  .gutenberg h4 + .wp-block-buttons,
  .gutenberg ul + h2,
  .gutenberg ul + h3,
  .gutenberg ul + h4,
  .gutenberg ul + h5,
  .gutenberg ul + .wp-block-buttons,
  .gutenberg ol + h2,
  .gutenberg ol + h3,
  .gutenberg ol + h4,
  .gutenberg ol + h5,
  .gutenberg ol + .wp-block-buttons,
  .gutenberg .wp-block-image + h2,
  .gutenberg .wp-block-image + h3,
  .gutenberg .wp-block-image + h4,
  .gutenberg .wp-block-image + h5,
  .gutenberg .wp-block-image + .wp-block-buttons,
  .gutenberg .wp-block-columns + h2,
  .gutenberg .wp-block-columns + h3,
  .gutenberg .wp-block-columns + h4,
  .gutenberg .wp-block-columns + h5,
  .gutenberg .wp-block-columns + .wp-block-buttons,
  .gutenberg .wp-block-quote + h2,
  .gutenberg .wp-block-quote + h3,
  .gutenberg .wp-block-quote + h4,
  .gutenberg .wp-block-quote + h5,
  .gutenberg .wp-block-quote + .wp-block-buttons,
  .gutenberg .wp-block-separator + h2,
  .gutenberg .wp-block-separator + h3,
  .gutenberg .wp-block-separator + h4,
  .gutenberg .wp-block-separator + h5,
  .gutenberg .wp-block-separator + .wp-block-buttons,
  .gutenberg .wp-block-table + h2,
  .gutenberg .wp-block-table + h3,
  .gutenberg .wp-block-table + h4,
  .gutenberg .wp-block-table + h5,
  .gutenberg .wp-block-table + .wp-block-buttons {
    margin-top: vw-sp(32);
  }
}
.gutenberg .wp-block-image + h2 {
  margin-top: 3.6458333333vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg .wp-block-image + h2 {
    margin-top: 5.46875vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-image + h2 {
    margin-top: vw-sp(40);
  }
}
.gutenberg h2 {
  display: inline-block;
  width: 100%;
  border-left: solid 0.8333333333vw #157712;
  background-color: #ECF0DC;
  font-size: clamp(20px, 1.5625vw, 30px);
  padding: 1.0416666667vw 2.9166666667vw;
  margin-top: 4.6875vw;
}
@media only screen and (max-width: 767px) {
  .gutenberg h2 {
    font-size: 5.3333333333vw;
    margin-top: 6.9333333333vw;
  }
}
.gutenberg h3 {
  display: inline-block;
  width: 100%;
  border-bottom: solid 3px #157712;
  font-size: clamp(18px, 1.4583333333vw, 28px);
  padding-bottom: 1.3541666667vw;
  margin-top: 4.6875vw;
}
@media only screen and (max-width: 767px) {
  .gutenberg h3 {
    font-size: 4.8vw;
    margin-top: 6.9333333333vw;
  }
}
.gutenberg h4 {
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1.5;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1536px) {
  .gutenberg h4 {
    font-size: 1.171875vw;
  }
}
@media (max-width: 1271px) {
  .gutenberg h4 {
    font-size: 1.4162077105vw;
  }
}
@media (max-width: 1024px) {
  .gutenberg h4 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg h4 {
    font-size: 16px;
    font-size: vw-sp(16);
    line-height: 1.5;
  }
}
.gutenberg h5 {
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1.5;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1536px) {
  .gutenberg h5 {
    font-size: 1.171875vw;
  }
}
@media (max-width: 1271px) {
  .gutenberg h5 {
    font-size: 1.4162077105vw;
  }
}
@media (max-width: 1024px) {
  .gutenberg h5 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg h5 {
    font-size: 16px;
    font-size: vw-sp(16);
    line-height: 1.5;
  }
}
.gutenberg h5 + .wp-block-image,
.gutenberg h5 + .wp-block-quote,
.gutenberg h5 + .wp-block-columns,
.gutenberg h5 + .wp-block-table,
.gutenberg h5 + .wp-block-list {
  margin-top: 0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .gutenberg h5 + .wp-block-image,
  .gutenberg h5 + .wp-block-quote,
  .gutenberg h5 + .wp-block-columns,
  .gutenberg h5 + .wp-block-table,
  .gutenberg h5 + .wp-block-list {
    margin-top: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg h5 + .wp-block-image,
  .gutenberg h5 + .wp-block-quote,
  .gutenberg h5 + .wp-block-columns,
  .gutenberg h5 + .wp-block-table,
  .gutenberg h5 + .wp-block-list {
    margin-top: vw-sp(16);
  }
}
.gutenberg p {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .gutenberg p {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.gutenberg ul.wp-block-list > li {
  position: relative;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.5em;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media (max-width: 1536px) {
  .gutenberg ul.wp-block-list > li {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  .gutenberg ul.wp-block-list > li {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  .gutenberg ul.wp-block-list > li {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg ul.wp-block-list > li {
    font-size: 16px;
    font-size: vw-sp(16);
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}
.gutenberg ul.wp-block-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #157712;
}
.gutenberg ol.wp-block-list {
  counter-reset: my-counter;
  /* カウンターをリセット */
}
.gutenberg ol.wp-block-list > li {
  counter-increment: my-counter;
  /* カウンターをインクリメント */
  position: relative;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.5em;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media (max-width: 1536px) {
  .gutenberg ol.wp-block-list > li {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  .gutenberg ol.wp-block-list > li {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  .gutenberg ol.wp-block-list > li {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg ol.wp-block-list > li {
    font-size: 16px;
    font-size: vw-sp(16);
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}
.gutenberg ol.wp-block-list > li::before {
  content: counter(my-counter) ". ";
  /* contentプロパティは直接CSSで記述 */
  position: absolute;
  top: 0.1em;
  left: 0.15em;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  font-weight: 500;
  color: #157712;
}
@media (max-width: 1536px) {
  .gutenberg ol.wp-block-list > li::before {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  .gutenberg ol.wp-block-list > li::before {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  .gutenberg ol.wp-block-list > li::before {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg ol.wp-block-list > li::before {
    font-size: 16px;
    font-size: vw-sp(16);
    line-height: 1.5;
    top: -0.05em;
  }
}
.gutenberg .wp-block-table {
  overflow-x: auto;
}
.gutenberg .wp-block-table table {
  min-width: 600px;
}
.gutenberg .wp-block-table tr:first-child td {
  background-color: rgba(106, 150, 204, 0.7);
  color: white;
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table tr {
    /* display: flex;
    flex-direction: column; */
  }
}
.gutenberg .wp-block-table td {
  border: 1px solid #cecece;
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  padding: 1em;
}
@media (max-width: 1536px) {
  .gutenberg .wp-block-table td {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  .gutenberg .wp-block-table td {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  .gutenberg .wp-block-table td {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table td {
    /* font-size: 16px; */
    font-size: 16px;
    font-size: vw-sp(16);
    line-height: 1.5;
  }
}
.gutenberg .wp-block-table td:first-child {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table td:first-child {
    /* border: none; */
    /* padding-bottom: 0; */
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table td:last-child {
    /* padding: 3px 0px 13px 0; */
  }
}
.blog .gutenberg .wp-block-columns {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.blog .gutenberg .wp-block-columns.is-layout-flex {
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .blog .gutenberg .wp-block-columns.is-layout-flex {
    gap: 5px;
  }
}

.single-column {
  margin: 152px 0px 0px 0px;
  margin: vw(152) vw(0) vw(0) vw(0);
}
@media only screen and (max-width: 1271px) {
  .single-column {
    margin: 80px 0px 0px 0px;
    margin: vw-tb(80) vw-tb(0) vw-tb(0) vw-tb(0);
  }
}
@media only screen and (max-width: 767px) {
  .single-column {
    margin: 48px 0px 0px 0px;
    margin: vw-sp(48) vw-sp(0) vw-sp(0) vw-sp(0);
  }
}
.single-column__inr {
  margin: 0 auto;
  width: 1000px;
  width: 52.0833333333vw;
}
@media (max-width: 1536px) {
  .single-column__inr {
    width: 65.1041666667vw;
  }
}
@media (max-width: 1271px) {
  .single-column__inr {
    width: 78.6782061369vw;
  }
}
@media (max-width: 1024px) {
  .single-column__inr {
    width: 130.2083333333vw;
  }
}
@media only screen and (max-width: 1271px) {
  .single-column__inr {
    width: 56.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-column__inr {
    width: vw-sp(335);
  }
}
.single-column__ttl-cntr {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 20px 0px;
  padding: vw(0) vw(0) vw(20) vw(0);
}
.single-column__ttl {
  font-size: 25px;
  font-size: 1.3020833333vw;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1536px) {
  .single-column__ttl {
    font-size: 1.6276041667vw;
  }
}
@media (max-width: 1271px) {
  .single-column__ttl {
    font-size: 1.9669551534vw;
  }
}
@media (max-width: 1024px) {
  .single-column__ttl {
    font-size: 3.2552083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-column__ttl {
    font-size: vw-sp(20);
  }
}
.single-column__date {
  margin: 60px 0px 0px 0px;
  margin: vw(60) vw(0) vw(0) vw(0);
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  font-weight: 700;
  color: #ccc;
}
@media (max-width: 1536px) {
  .single-column__date {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1271px) {
  .single-column__date {
    font-size: 1.2588512982vw;
  }
}
@media (max-width: 1024px) {
  .single-column__date {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .single-column__date {
    margin-top: vw-sp(24);
    font-size: vw-sp(16);
  }
}

/* header */
header {
  width: 100%;
  height: 90px;
  padding-left: 2.9166666667vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  header {
    padding: 15px 20px;
    height: auto;
  }
}
header .head_wrap {
  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;
}
header .head_wrap .logo {
  z-index: 9999;
}
header .head_wrap .logo img {
  width: 23.9583333333vw;
}
@media only screen and (max-width: 767px) {
  header .head_wrap .logo img {
    width: 60%;
  }
}
header .head_wrap .logo a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .head_wrap .logo a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .head_wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header .head_wrap nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .head_wrap nav ul li {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: solid 1px #dfdfdf;
  }
}
header .head_wrap nav ul .download {
  width: 14.5833333333vw;
  height: 90px;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  header .head_wrap nav ul .download {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
header .head_wrap nav ul .download a {
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 90px;
}
@media only screen and (max-width: 767px) {
  header .head_wrap nav ul .download a {
    line-height: 1.5;
    text-align: left;
  }
}
header .head_wrap nav ul a {
  font-size: clamp(12px, 1.0416666667vw, 20px);
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1023px) {
  header .head_wrap nav ul a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
header .head_wrap nav ul a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .head_wrap nav ul li:nth-child(n+2) {
  margin-left: 1vw;
}
@media only screen and (max-width: 767px) {
  header .head_wrap nav ul li:nth-child(n+2) {
    margin-left: 0;
  }
}

#sp_menu {
  padding-right: 2.9166666667vw;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ハンバーガーメニュー */
@media only screen and (max-width: 767px) {
  #spmenu-btn {
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    height: 25px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  #spmenu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #333;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: 998;
    overflow: scroll;
    margin-top: 60px;
  }
  #sp_menu ul {
    list-style: none;
    padding: 40px 20px 100px;
    margin: 0;
  }
  #sp_menu ul li {
    margin-bottom: 20px;
  }
  #sp_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  /* メニュー開閉 */
  html.is-spmenu-open #sp_menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  html.is-spmenu-open #spmenu-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 11px);
            transform: rotate(45deg) translate(5px, 11px);
  }
  html.is-spmenu-open #spmenu-btn span:nth-child(2) {
    opacity: 0;
  }
  html.is-spmenu-open #spmenu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -11px);
            transform: rotate(-45deg) translate(5px, -11px);
  }
}
@media only screen and (min-width: 768px) {
  .c-header__button {
    width: 12vw;
    height: 3.3333333333vw;
    background-color: #157712;
  }
  .c-header__button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 3.3333333333vw;
    font-size: clamp(16px, 1.0416666667vw, 20px);
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c-header__button a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c-header__button a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5625vw;
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    margin-top: -0.2604166667vw;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .c-header__button a:after {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) {
  .c-header__button {
    width: 10vw;
  }
}
/* footer */
.l-footer {
  padding: 5vw 0 0;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 0 0;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__links--ttl {
  font-size: clamp(16px, 1.1979166667vw, 23px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-footer__links--ttl {
    font-size: 4.2666666667vw;
  }
}
.l-footer__links--item {
  margin-left: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__links--item {
    margin-left: 0;
    margin-top: 4.2666666667vw;
    width: 100%;
  }
}
.l-footer__links--item:nth-child(n+3) {
  margin-left: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__links--item:nth-child(n+3) {
    margin-left: 0;
  }
}
.l-footer__links--item a {
  color: #474747;
  padding: 3px 23px;
  font-size: clamp(16px, 1vw, 20px);
  border: solid 1px #474747;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .l-footer__links--item a {
    font-size: 4.2666666667vw;
  }
}
.l-footer__links--item a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__flex--add img {
  width: 23.9583333333vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--add img {
    width: 80%;
  }
}
.l-footer__flex--add address {
  font-style: normal;
  margin-top: 1.1458333333vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--add address {
    margin-top: 4.2666666667vw;
  }
}
.l-footer__flex--add address span {
  display: block;
  font-weight: 400;
  font-size: clamp(16px, 1.1979166667vw, 23px);
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--add address span {
    font-size: 4.2666666667vw;
  }
}
.l-footer__flex--add address span:nth-child(n+2) {
  margin-top: 0.625vw;
}
.l-footer__flex--map {
  margin-top: 1.40625vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--map {
    margin-top: 4.2666666667vw;
  }
}
.l-footer__flex--map span a {
  font-size: 1.5625vw;
  padding-left: 2.0833333333vw;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--map span a {
    font-size: 4.2666666667vw;
    padding-left: 4vw;
  }
}
.l-footer__flex--map span a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__flex--map span a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.8333333333vw;
  height: 1.5625vw;
  background-size: contain;
  background-image: url(../images/common/footer__icon.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--map span a:before {
    width: 2.4vw;
    height: 4.2666666667vw;
  }
}
.l-footer__flex--nav {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--nav {
    margin-left: 0;
    margin-top: 8vw;
  }
}
.l-footer__flex--nav li {
  margin-top: 0.7vw;
}
@media only screen and (min-width: 1600px) {
  .l-footer__flex--nav li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--nav li {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--nav li:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.l-footer__flex--nav li a {
  color: #474747;
  font-size: 1.1vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1600px) {
  .l-footer__flex--nav li a {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--nav li a {
    font-size: 4.2666666667vw;
  }
}
.l-footer__flex--nav li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__flex--banner {
  margin-left: 104px;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--banner {
    margin-left: 0;
    margin-top: 8vw;
  }
}
.l-footer__flex--banner li:nth-child(n+2) {
  margin-top: 0.5208333333vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--banner li:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.l-footer__flex--banner li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__flex--banner li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__flex--banner li a img {
  width: 20.1041666667vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__flex--banner li a img {
    width: 100%;
  }
}
.l-footer__txt {
  text-align: center;
  font-size: clamp(16px, 0.8333333333vw, 16px);
  margin-top: 5.1041666667vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__txt {
    margin-top: 8vw;
    font-size: 2.6666666667vw;
  }
}
.l-footer__copy {
  width: 100%;
  padding: 0.9375vw 0;
  margin-top: 1.3541666667vw;
  background-color: #157712;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 5.3333333333vw;
    padding: 15px 20px;
  }
}
.l-footer__copy span {
  display: block;
  text-align: center;
}
.l-footer__copy--txt {
  color: #fff;
  font-size: clamp(12px, 1.0416666667vw, 20px);
}
@media only screen and (max-width: 767px) {
  .l-footer__copy--txt {
    font-size: 3.2vw;
  }
}
.l-footer__copy--sub-txt {
  color: #fff;
  font-weight: 400;
  margin-top: 0.5208333333vw;
  font-size: clamp(10px, 0.8333333333vw, 16px);
}
@media only screen and (max-width: 767px) {
  .l-footer__copy--sub-txt {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }
}

.c-h2-ttl {
  text-align: center;
  font-size: clamp(24px, 2.0833333333vw, 40px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-h2-ttl {
    font-size: 6.4vw;
  }
}
.c-h2-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.4583333333vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 2.6041666667vw;
  height: 0.15625vw;
  background-color: #157712;
}
@media only screen and (max-width: 767px) {
  .c-h2-ttl:before {
    bottom: -2.6666666667vw;
    width: 8vw;
    height: 0.5333333333vw;
  }
}

.c-h3-ttl {
  display: inline-block;
  width: 100%;
  border-left: solid 0.8333333333vw #157712;
  background-color: #ECF0DC;
  font-size: clamp(20px, 1.5625vw, 30px);
  padding: 1.0416666667vw 2.9166666667vw;
  margin-top: 3.6458333333vw;
}
@media only screen and (max-width: 767px) {
  .c-h3-ttl {
    font-size: 5.3333333333vw;
    margin-top: 6.9333333333vw;
  }
}

.c-txt {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-top: 3.4375vw;
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 4.2666666667vw;
    margin-top: 6.9333333333vw;
  }
}
.c-txt__dd {
  display: block;
  font-weight: 700;
}
.c-txt__dd:nth-child(n+2) {
  margin-top: 1.0416666667vw;
}
.c-txt_center {
  text-align: center;
}

.c-txt2 {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-top: 1.875vw;
}
@media only screen and (max-width: 767px) {
  .c-txt2 {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}

.c-txt_red {
  color: #bc402f;
  display: inline-block;
}

.c-txt_blue {
  color: #1c79b5;
  display: inline-block;
}

.c-txt_green {
  color: #09724a;
  display: inline-block;
}

.c-txt_orange {
  color: #f57d0d;
  display: inline-block;
}

.--mt0 {
  margin-top: 0;
}

.c-top-ttl {
  text-align: center;
  font-size: clamp(24px, 2.0833333333vw, 36px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-top-ttl {
    font-size: 4.1vw;
  }
}

.c-h1-ttl {
  color: #157712;
  text-align: center;
  font-size: clamp(26px, 2.68vw, 50px);
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 767px) {
  .c-h1-ttl {
    font-size: 7vw;
  }
}

.c-flex {
  margin-top: 3.6458333333vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex__item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .c-flex__item {
    width: 100%;
    margin-top: 6.9333333333vw;
  }
  .c-flex__item:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.c-flex__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-button {
  width: 18.75vw;
  height: 3.3333333333vw;
  margin: 3.9583333333vw auto 0;
  background-color: #157712;
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 80vw;
    max-width: 100%;
    height: 13.3333333333vw;
    margin: 6.9333333333vw auto 0;
  }
}
.c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 3.3333333333vw;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .c-button a {
    line-height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.c-button a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5625vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  margin-top: -0.2604166667vw;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-button a:after {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.c-news__list {
  margin-top: 3.3854166667vw;
}
@media only screen and (max-width: 767px) {
  .c-news__list {
    margin-top: 0;
  }
}
.c-news__list--link {
  border-bottom: solid 1px #157712;
}
.c-news__list--link:nth-child(n+2) {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 767px) {
  .c-news__list--link:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.c-news__list--link a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.8333333333vw;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-news__list--link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .c-news__list--link a {
    padding-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__list--link a span {
    display: block;
  }
}
.c-news__list--data {
  color: #157712;
  margin-right: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .c-news__list--data {
    margin-right: 0;
  }
}

.c-full-img {
  width: 100%;
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .c-full-img {
    margin-top: 4.2666666667vw;
  }
}
.c-full-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280/630;
  -o-object-fit: cover;
     object-fit: cover;
}

/* KVエリア */
.p-kv {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-kv {
    height: auto;
  }
}
.p-kv__txt {
  position: absolute;
  bottom: 30px;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .p-kv__txt {
    top: 45%;
    bottom: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-kv__txt img {
  width: 65.625vw;
}
.p-kv img {
  width: 100%;
  height: 100%;
  margin-top: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media only screen and (max-width: 767px) {
  .p-kv img {
    margin-top: 60px;
  }
}

/* 会長挨拶 */
.p-chairman__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.4375vw;
}
.p-chairman__flex--img {
  width: 17.40625%;
}
@media only screen and (max-width: 767px) {
  .p-chairman__flex--img {
    width: 80%;
    margin: 6.9333333333vw auto 0;
  }
}
.p-chairman__flex--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 338/422;
}
.p-chairman__flex--txt {
  width: calc(73.59375% - 3.8020833333vw);
}
@media only screen and (max-width: 767px) {
  .p-chairman__flex--txt {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
}
.p-chairman__flex--txt p {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (max-width: 767px) {
  .p-chairman__flex--txt p {
    font-size: 4.2666666667vw;
  }
}
.p-chairman__flex--txt .data {
  text-align: right;
  margin-top: 2vw;
}
@media only screen and (max-width: 767px) {
  .p-chairman__flex--txt .data {
    margin-top: 4.2666666667vw;
  }
}
.p-chairman__flex--txt .name {
  text-align: right;
}
.p-chairman__flex--txt .name span {
  font-size: clamp(20px, 1.8229166667vw, 35px);
  margin-left: 1.8229166667vw;
}
@media only screen and (max-width: 767px) {
  .p-chairman__flex--txt .name span {
    display: block;
    font-size: 4.8vw;
  }
}

.p-news__cat-list.p-about__cat-list {
  margin-top: 0;
}
.p-news__cat-list.p-about__cat-list li {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .p-news__cat-list.p-about__cat-list li {
    width: 100%;
    height: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-news-list {
  margin-top: 2.9166666667vw;
}
@media only screen and (max-width: 767px) {
  .p-news-list {
    margin-top: 8vw;
  }
}

.p-news {
  width: 100%;
  padding: 5.8333333333vw 0;
  background-color: #ECF0DC;
}
@media only screen and (max-width: 767px) {
  .p-news {
    padding: 16vw 0;
  }
}
.p-news__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.8541666667vw;
}
@media only screen and (max-width: 767px) {
  .p-news__cat-list {
    margin-top: 6.9333333333vw;
  }
}
.p-news__cat-list li {
  width: 30%;
  height: auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-news__cat-list li {
    width: 100%;
    height: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-news__cat-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-news__cat-list li a {
    font-size: 4.2666666667vw;
    line-height: 10.6666666667vw;
  }
}
.p-news__cat-list li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-news__page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.4166666667vw;
}
.p-news__page-nav li {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .p-news__page-nav li {
    width: 8vw;
    height: 8vw;
  }
}
.p-news__page-nav li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  text-align: center;
  line-height: 2.0833333333vw;
  color: #fff;
  background-color: #157712 !important;
}
@media only screen and (max-width: 767px) {
  .p-news__page-nav li span {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
.p-news__page-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  text-align: center;
  line-height: 2.0833333333vw;
  background-color: #ECF0DC;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-news__page-nav li a {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
.p-news__page-nav li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-news__active a {
  color: #fff;
  background-color: #157712 !important;
}

.p-s-news {
  width: 100%;
  padding-top: 10.625vw;
  padding-bottom: 10.2083333333vw;
  background-color: #ECF0DC;
}
@media only screen and (max-width: 767px) {
  .p-s-news {
    padding: 16vw 0;
  }
}
.p-s-news .p-s-news-wrap {
  width: 100%;
  padding: 5vw 4.1666666667vw 6.6666666667vw;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-s-news .p-s-news-wrap {
    padding: 10.6666666667vw 20px;
  }
}
.p-s-news .p-s-news-wrap__data--cat {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  text-align: center;
  color: #fff;
  padding: 0.5208333333vw 1.3020833333vw;
  background-color: #157712;
}
@media only screen and (max-width: 767px) {
  .p-s-news .p-s-news-wrap__data--cat {
    font-size: 3.7333333333vw;
  }
}
.p-s-news .p-s-news-wrap__data--ymd {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  font-weight: 700;
  color: #157712;
  margin-left: 1.3541666667vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news .p-s-news-wrap__data--ymd {
    font-size: 3.7333333333vw;
  }
}
.p-s-news .p-s-news-wrap__data--ttl {
  font-size: clamp(24px, 2.0833333333vw, 40px);
  font-weight: 700;
  margin-top: 1.71875vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news .p-s-news-wrap__data--ttl {
    font-size: 6.4vw;
    margin-top: 5.0666666667vw;
  }
}
.p-s-news__content--full-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/548;
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--full-img {
    margin-top: 4.2666666667vw;
  }
}
.p-s-news__content--mid-img {
  width: calc(50% - 1.875vw);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--mid-img {
    width: 100%;
  }
  .p-s-news__content--mid-img:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.p-s-news__content--txt {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--txt {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.p-s-news__content--flex-txt {
  width: 50%;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--flex-txt {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.p-s-news__content--h2-ttl {
  display: inline-block;
  width: 100%;
  border-left: solid 0.8333333333vw #157712;
  background-color: #ECF0DC;
  font-size: clamp(20px, 1.5625vw, 30px);
  padding: 1.0416666667vw 2.9166666667vw;
  margin-top: 4.6875vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--h2-ttl {
    font-size: 5.3333333333vw;
    margin-top: 6.9333333333vw;
  }
}
.p-s-news__content--h3-ttl {
  display: inline-block;
  width: 100%;
  border-bottom: solid 3px #157712;
  font-size: clamp(18px, 1.4583333333vw, 28px);
  padding-bottom: 1.3541666667vw;
  margin-top: 4.6875vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--h3-ttl {
    font-size: 4.8vw;
    margin-top: 6.9333333333vw;
  }
}
.p-s-news__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--flex {
    margin-top: 4.2666666667vw;
  }
}
.p-s-news__content--rev-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__content--rev-flex {
    margin-top: 4.2666666667vw;
  }
}
.p-s-news__page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.3333333333vw;
  gap: 1.25vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li {
    width: 100%;
    height: 10.6666666667vw;
  }
}
.p-s-news__page-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  font-weight: 700;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li a {
    text-align: center;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-s-news__page-nav li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.p-s-news__page-nav li:first-child a {
  padding: 0.625vw 1.5625vw 0.625vw 2.34375vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li:first-child a {
    padding: 0;
  }
}
.p-s-news__page-nav li:first-child a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.4583333333vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  margin-top: -0.15625vw;
  border-top: solid 2px #157712;
  border-right: solid 2px #157712;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li:first-child a:after {
    display: none;
  }
}
.p-s-news__page-nav li:nth-child(2) a {
  padding: 0.625vw 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li:nth-child(2) a {
    padding: 0;
  }
}
.p-s-news__page-nav li:last-child a {
  padding: 0.625vw 2.34375vw 0.625vw 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li:last-child a {
    padding: 0;
  }
}
.p-s-news__page-nav li:last-child a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.4583333333vw;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  margin-top: -0.15625vw;
  border-top: solid 2px #157712;
  border-right: solid 2px #157712;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-s-news__page-nav li:last-child a:after {
    display: none;
  }
}

/* リンク集　*/
.c-link__list {
  margin-top: 3.4375vw;
}
@media only screen and (max-width: 767px) {
  .c-link__list {
    width: 80%;
    margin: 6.9333333333vw auto 0;
  }
}
.c-link__list li {
  list-style-type: disc;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
.c-link__list li a {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}

.list_item__wrap .list_item {
  margin-bottom: 1.6rem;
}
.list_item__wrap .list_item .list_item__titile {
  font-weight: bold;
}
.list_item__wrap .list_item .list_item__titile a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .list_item__wrap .list_item .list_item__titile a {
    font-size: 1rem;
  }
}
.list_item__wrap .list_item .list_item__titile a:hover {
  opacity: 0.7;
}

.u-margin-less {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .u-padding-less {
    padding-bottom: 0;
  }
}