@charset "UTF-8";
/* ------------------------------------------- */
/* root */
/* ------------------------------------------- */
:root {
  --default-text-color: #000;
  --noto: "Noto Sans JP", sans-serif;
  --bebas: "Bebas Neue", sans-serif;
  --ooohbaby: "Oooh Baby", cursive;
}

/* --------------------------------------------------------------- */
/* reset start */
/* --------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

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

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
}
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 0.1rem dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-appearance: none;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

video {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}

/* --------------------------------------------------------------- */
/* reset end */
/* --------------------------------------------------------------- */
/* タブレット(1081px以上)のみ非表示 */
@media screen and (min-width: 1081px) {
  .tab-off {
    display: none !important;
  }
}
/* PC(768px以上)のみ非表示 */
@media screen and (min-width: 768px) {
  .pc-off {
    display: none !important;
  }
}
/* スマホのみ非表示 */
@media screen and (max-width: 767px) {
  .sp-off {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    color: var(--default-text-color);
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
html {
  font-size: 62.5%;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  /* あまりにも文字サイズが小さくなった場合 */
  /* スマホ用（デザインサイズが375の場合） */
}
@media screen and (min-width: 1081px) and (max-width: 1919px) {
  html {
    font-size: 0.5211047421vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: max(1.6rem, 16px);
  line-height: 1;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    /* スマホ画像長押し禁止対策 */
    pointer-events: none;
  }
}

a {
  color: var(--default-text-color);
}

/* ------------------------------------------- */
/* 印刷用の設定 */
/* ------------------------------------------- */
@media print {
  html {
    font-size: 7.2954663887px;
  }
  body {
    -webkit-print-color-adjust: exact;
    position: relative;
    width: 1400px;
    zoom: 70%;
  }
}
@page {
  size: A4;
  margin: 10mm;
}
/* ------------------------------------------- */
/* デバッグ用：スクロールバーを0pxに
/* ------------------------------------------- */
.deve body {
  --sb-track-color: #ddd;
  --sb-thumb-color: #000;
  --sb-size: 0;
  /* scrollbar-color: var(--sb-thumb-color) var(--sb-track-color); */
  overflow-x: hidden;
}

.deve body::-webkit-scrollbar {
  width: var(--sb-size);
}

.deve body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

.deve body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
}

/* --------------------------------------------------------------- */
/* wrapper */
/* --------------------------------------------------------------- */
#wrapper {
  overflow: hidden;
  padding-top: 15.4rem;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 6rem;
  }
}

.menu-active {
  overflow: hidden;
}

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 15.4rem;
  background-color: #1b8b4f;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  /* メニューボタン */
}
@media screen and (max-width: 767px) {
  #header {
    background-color: #fff;
    padding-right: 0;
    padding-left: 2rem;
    height: 6rem;
    display: block;
  }
}
#header .logomark {
  width: 36.6rem;
}
@media screen and (max-width: 767px) {
  #header .logomark {
    width: 11.9rem !important;
    position: absolute;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#header .logomark img {
  width: 100%;
  vertical-align: top;
}
#header .nav {
  position: relative;
}
#header .nav .main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.4rem;
}
@media screen and (max-width: 1080px) {
  #header .nav .main-list {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #header .nav .main-list {
    gap: 0;
  }
}
#header .nav .main-list .list-link {
  font-family: var(--noto);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  #header .nav .main-list .list-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #header .nav .main-list .list-link {
    font-size: 1.4rem;
  }
}
#header .nav .main-list .entry-link {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
  width: 25.4rem;
  height: 8rem;
  border-radius: 6px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #header .nav .main-list .entry-link .entry-link:after {
    display: none !important;
  }
}
#header .menu-btn {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #header .menu-btn {
    display: block;
    background-color: #1b8b4f;
  }
}
#header .menu-btn:after {
  /* content: "MENU"; */
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
#header .menu-btn a {
  position: relative;
  width: 10rem;
  height: 10rem;
  vertical-align: top;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
}
@media screen and (max-width: 767px) {
  #header .menu-btn a {
    width: 6rem;
    height: 6rem;
  }
}
#header .menu-btn a span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -1.8rem;
  width: 3.4rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  #header .menu-btn a span {
    margin-left: -1.4rem;
    width: 3rem;
    height: 0.2rem;
  }
}
#header .menu-btn a span:before, #header .menu-btn a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
}
#header .menu-btn a span:before {
  margin-top: -1.1rem;
}
@media screen and (max-width: 767px) {
  #header .menu-btn a span:before {
    margin-top: -0.8rem;
  }
}
#header .menu-btn a span:after {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  #header .menu-btn a span:after {
    margin-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    left: 100%;
    z-index: 999;
    width: 100%;
    pointer-events: none;
    gap: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .nav ul li {
    width: 100%;
  }
  .nav ul li a {
    width: 100%;
    font-family: var(--noto);
    font-weight: normal;
    font-size: 1.6rem !important;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: left;
    color: #223c2e !important;
    padding: 2rem 2.2rem 2rem;
    background-color: #f7f7f7;
    position: relative;
  }
  .nav ul li a:after {
    content: "";
    position: absolute;
    right: 2.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/header/menu-arrow.svg") no-repeat center/100% auto;
    width: 2.2rem;
    height: 2.25rem;
  }
  .nav ul li:nth-child(2n) a {
    background-color: #fff;
  }
  .nav ul .entry-link {
    width: 25.4rem;
    height: 8rem;
    border-radius: 0.6rem;
    background: -webkit-gradient(linear, right top, left top, from(#1b8b4f), color-stop(50.74%, #27a06d), to(#30af83)) !important;
    background: linear-gradient(to left, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%) !important;
    margin: 2.4rem auto 2.4rem;
    font-family: var(--bebas);
    font-weight: bold;
    font-size: 3.4rem !important;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nav ul .entry-link {
    font-size: 1.8rem !important;
    width: 19rem !important;
    height: 5rem !important;
    margin: 3rem auto 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nav ul .entry-link:after {
    display: none !important;
  }
}
.menu-active #header .menu-btn {
  /* position: fixed; */
}
.menu-active #header .menu-btn a {
  background-color: #1b8b4f;
}
.menu-active #header .menu-btn a span {
  background-color: transparent;
}
.menu-active #header .menu-btn a span:before {
  margin-top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-active #header .menu-btn a span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .menu-active #header .nav {
    left: 0;
    top: 6rem;
    pointer-events: auto;
    background-color: #fff;
    padding: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    height: calc(100vh - 6rem);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.scroll-now #header {
  height: 11.4rem;
}
@media screen and (max-width: 767px) {
  .scroll-now #header {
    height: 6rem;
  }
}
.scroll-now #header .logomark {
  height: 11.4rem !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .scroll-now #header .logomark {
    width: 11.9rem !important;
    height: auto !important;
  }
}
.scroll-now #header .logomark img {
  width: auto !important;
  height: 11.4rem !important;
}
@media screen and (max-width: 767px) {
  .scroll-now #header .logomark img {
    width: 100% !important;
    height: auto !important;
  }
}

/* --------------------------------------------------------------- */
/* breadcrumbs */
/* --------------------------------------------------------------- */
#breadcrumbs {
  padding: 0 0 2.2rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#breadcrumbs li {
  position: relative;
  margin-right: 3.7rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#breadcrumbs li:last-child {
  margin-right: 0;
}
#breadcrumbs li:last-child:after {
  display: none;
}
#breadcrumbs li:after {
  content: "＞";
  position: absolute;
  right: -2.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
#breadcrumbs li:after:last-child:after {
  display: none;
}
#breadcrumbs a {
  text-decoration: none;
  color: #7aa3c6;
}
@media (hover: hover) and (pointer: fine) {
  #breadcrumbs a:hover {
    text-decoration: none;
  }
}
#breadcrumbs a span {
  color: #000;
}
#breadcrumbs span {
  font-family: var(--noto);
  color: #1b8b4f;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: right;
  color: #1b8b4f;
}

/* --------------------------------------------------------------- */
/* container */
/* --------------------------------------------------------------- */
#staff .card {
  overflow: hidden;
  width: 42rem;
  position: relative;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
#staff .card:after {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  background: url("../img/general/arrow-right-green.svg") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #staff .card {
    width: 100%;
  }
}
#staff .card .triangle {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  width: 13.511rem;
  height: 14.294rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#staff .card .card-num {
  position: absolute;
  left: 1.4rem;
  top: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.7rem;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #staff .card .card-num {
    left: 1rem;
    top: 1rem;
    width: 6.7rem;
  }
}
#staff .card .card-num .line1 {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #staff .card .card-num .line1 {
    font-size: 2.6rem;
  }
}
#staff .card .card-num .line2 {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 9.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #staff .card .card-num .line2 {
    font-size: 6.6rem;
  }
}
#staff .card .card-img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#staff .card .card-img img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#staff .card .white-card {
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #staff .card .white-card {
    padding: 2rem;
  }
}
#staff .card .white-card .line1 {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #staff .card .white-card .line1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#staff .card .white-card .line1:after {
  content: "";
  position: absolute;
  background-color: #1b8b4f;
  width: 0.4rem;
  height: 2.4rem;
  left: 0;
  top: -0.4rem;
}
@media screen and (max-width: 767px) {
  #staff .card .white-card .line1:after {
    height: 2rem;
    top: -0.3rem;
  }
}
#staff .card .white-card .line2 {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  #staff .card .white-card .line2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
#staff .card .white-card .line3 {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #staff .card .white-card .line3 {
    font-size: 1.4rem;
  }
}
#staff .card:hover .card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 0;
}

/* --------------------------------------------------------------- */
/* News */
/* --------------------------------------------------------------- */
#news .common-list.article li a {
  width: 100%;
  height: 9rem;
  /* background: #FFF; */
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #news .common-list.article li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem;
    position: relative;
  }
}
#news .common-list.article li a .list-date {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  margin-right: 3.2rem;
}
@media screen and (max-width: 767px) {
  #news .common-list.article li a .list-date {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#news .common-list.article li a .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6.5rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #news .common-list.article li a .list-category {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#news .common-list.article li a .list-category span {
  padding: 0.5rem 1.21rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: -webkit-gradient(linear, right top, left top, from(#1b8b4f), color-stop(50.74%, #27a06d), to(#30af83));
  background: linear-gradient(to left, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  min-width: 10rem;
  min-height: 3.4rem;
}
@media screen and (max-width: 767px) {
  #news .common-list.article li a .list-category span {
    font-size: 1.4rem;
  }
}
#news .common-list.article li a .list-title {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #news .common-list.article li a .list-title {
    font-size: 1.4rem;
  }
}
#news .common-list.article .green-button {
  margin: 0 auto;
}

/* --------------------------------------------------------------- */
/* Entry */
/* --------------------------------------------------------------- */
#entry {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: url("../img/footer/entry-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #entry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#entry .global-header .jp,
#entry .global-header .en {
  color: #fff;
}
#entry .global-header .jp {
  letter-spacing: 0;
}
#entry .card-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #entry .card-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#entry .card-flex .card {
  width: 62rem;
}
@media screen and (max-width: 767px) {
  #entry .card-flex .card {
    width: 100%;
  }
}
#entry .card-flex .card:hover {
  opacity: 0.85;
}

/* --------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------- */
#footer {
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 4rem;
  }
}
#footer .pageup {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: fixed;
  width: 9rem;
  height: 9rem;
  border-radius: 9rem;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
  right: 17.7rem;
  bottom: 3.3rem;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #footer .pageup {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    right: 2rem;
    bottom: 2rem;
  }
}
#footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding-bottom: 2rem;
  }
}
#footer .footer-flex .f-logo {
  width: 25.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-logo {
    width: 18rem;
    margin-bottom: 1rem;
  }
}
#footer .footer-flex .f-logo img {
  width: 100%;
  vertical-align: top;
}
#footer .footer-flex .address {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: left;
  color: #223c2e;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .address {
    font-size: 1.4rem;
  }
}
#footer .footer-flex .address a {
  pointer-events: none;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .address a {
    pointer-events: all;
  }
}
#footer .footer-flex .f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.6rem;
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-links {
    gap: 2rem;
    margin-right: 0;
  }
}
#footer .footer-flex .f-links ul li {
  position: relative;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-links ul li {
    margin-bottom: 2rem;
    padding-left: 1.4rem;
  }
}
#footer .footer-flex .f-links ul li:after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 0.4rem;
  height: 2rem;
  background-color: #1b8b4f;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-links ul li:after {
    width: 0.3rem;
    height: 1.8rem;
  }
}
#footer .footer-flex .f-links ul li a {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-links ul li a {
    font-size: 1.4rem;
  }
}
#footer .footer-flex .f-links ul li a:hover {
  color: #1b8b4f;
}
#footer .footer-flex .f-links ul .corp-link {
  padding-left: 0;
  padding-right: 3.1rem;
  margin-top: 5.1rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-links ul .corp-link {
    padding-right: 2.4rem;
  }
}
#footer .footer-flex .f-links ul .corp-link:after {
  content: "";
  position: absolute;
  left: unset;
  right: 0;
  top: -0.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url("../img/footer/external.svg") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-flex .f-links ul .corp-link:after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#footer .copyright-container {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#1b8b4f), color-stop(48.5%, #27a06d), to(#30af83));
  background: linear-gradient(to left, #1b8b4f 0%, #27a06d 48.5%, #30af83 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer .copyright-container .copyright {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .copyright-container .copyright {
    font-size: 1rem;
  }
}

/* ------------------------------------------- */
/* inner config */
/* ------------------------------------------- */
.inner {
  /* position: relative; */
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 3rem);
  }
}

.w960 {
  max-width: 96rem;
}

.w1080 {
  max-width: 108rem;
}

.w1200 {
  max-width: 120rem;
}

.w1300 {
  max-width: 130rem;
}

.w1440 {
  max-width: 144rem;
}

/* ------------------------------------------- */
/* align */
/* ------------------------------------------- */
.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

/* --------------------------------------------------------------- */
/* common parts */
/* --------------------------------------------------------------- */
.common-title.page {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .common-title.page {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.common-title.page .title-main {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #223c2e;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .common-title.page .title-main {
    font-size: 2.8rem;
    margin-bottom: 1.4rem;
  }
}
.common-title.page .title-sub {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
  margin-bottom: 1.3rem;
  position: relative;
  display: table;
  /* padding-left: 0.2rem; */
}
@media screen and (max-width: 767px) {
  .common-title.page .title-sub {
    font-size: 1.6rem;
  }
}
.common-title.page .title-sub:after {
  position: absolute;
  content: "";
  width: 5.2rem;
  height: 0.4rem;
  background-color: #1b8b4f;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: -1.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .common-title.page .title-sub:after {
    height: 0.3rem;
    width: 4.2rem;
  }
}

/* ------------------------------------------- */
/* common-area */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* common-title */
/* ------------------------------------------- */
.global-header {
  margin: 0 auto 7.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
.global-header .jp {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #223c2e;
  line-height: 1;
}
.global-header .en {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #1b8b4f;
}
@media screen and (max-width: 767px) {
  .global-header {
    margin: 0 auto 3rem;
    gap: 1rem;
  }
  .global-header .jp {
    font-size: 3rem;
  }
  .global-header .en {
    font-size: 1.6rem;
  }
}

.bullet-header {
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  padding-left: 4.9rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bullet-header {
    font-size: 1.8rem;
    padding-left: 3.2rem;
    margin-bottom: 3rem;
  }
}
.bullet-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b8b4f), color-stop(50.74%, #27a06d), to(#30af83));
  background: linear-gradient(to top, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
}
@media screen and (max-width: 767px) {
  .bullet-header:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.title-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .title-contents-flex {
    margin-bottom: 1rem;
  }
}
.title-contents-flex .num {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 3rem;
  text-align: left;
  color: #1b8b4f;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-contents-flex .num {
    font-size: 1.8rem;
    margin-right: 0.5rem;
    white-space: nowrap;
  }
}
.title-contents-flex .num:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 4rem;
  background-color: #d6d6d6;
}
@media screen and (max-width: 767px) {
  .title-contents-flex .num:after {
    height: 2.2rem;
  }
}
.title-contents-flex .num-header {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .title-contents-flex .num-header {
    font-size: 1.6rem;
    padding-left: 0.5rem;
  }
}

/* type01 */
.common-title.type01 {
  text-align: center;
}

/* ------------------------------------------- */
/* common-btn */
/* ------------------------------------------- */
.green-button {
  width: 34rem;
  height: 9rem;
  border-radius: 6px;
  background: -webkit-gradient(linear, right top, left top, from(#1b8b4f), color-stop(50.74%, #27a06d), to(#30af83));
  background: linear-gradient(to left, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
  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;
  gap: 2.1rem;
  font-family: var(--noto);
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: center;
  color: #fff;
}
.green-button img {
  width: 5rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .green-button {
    width: 25rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 auto;
  }
  .green-button img {
    width: 3rem;
  }
}

/* ------------------------------------------- */
/* common-select */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* common-list */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* common-text */
/* ------------------------------------------- */
p,
.body-text {
  font-family: var(--noto);
  font-weight: 500;
  font-size: max(1.6rem, 16px);
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  p,
  .body-text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

/* ------------------------------------------- */
/* common-table */
/* ------------------------------------------- */
.common-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.common-table p {
  margin-bottom: 2rem;
}
.common-table p:last-child {
  margin-bottom: 0;
}

/* table-scroll */
@media screen and (max-width: 767px) {
  .table-scroll {
    position: relative;
    padding-bottom: 2rem;
    overflow-x: scroll;
  }
  .table-scroll:after {
    content: "←";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-left: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    border: 0.1rem solid #000;
    -webkit-animation: arrowtable 2s infinite forwards;
            animation: arrowtable 2s infinite forwards;
  }
  .table-scroll .common-table {
    width: 80rem;
  }
}
@-webkit-keyframes arrowtable {
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    right: 100%;
  }
}
@keyframes arrowtable {
  50% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    right: 100%;
  }
}
/* ------------------------------------------- */
/* アニメーション用 */
/* ------------------------------------------- */
/*
.moveFlag {
	position: relative;
	top: -5rem;
	opacity: 0;
	transition: ease 0.5s top, ease 0.5s opacity;
}
.moveFlag.on {
	top: 0;
	opacity: 1;
}
@media print {
	.moveFlag {
		top: 0;
		opacity: 1;
	}
}
*/
/* --------------------------------------------------------------- */
/*  margin padding */
/* --------------------------------------------------------------- */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 0.5rem !important;
  }
  .mb20 {
    margin-bottom: 1rem !important;
  }
  .mb30 {
    margin-bottom: 1.5rem !important;
  }
  .mb40 {
    margin-bottom: 2rem !important;
  }
  .mb50 {
    margin-bottom: 2.5rem !important;
  }
  .mb60 {
    margin-bottom: 3rem !important;
  }
  .mb70 {
    margin-bottom: 3.5rem !important;
  }
  .mb80 {
    margin-bottom: 4rem !important;
  }
  .mb90 {
    margin-bottom: 4.5rem !important;
  }
  .mb100 {
    margin-bottom: 5rem !important;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 0.5rem !important;
  }
  .mt20 {
    margin-top: 1rem !important;
  }
  .mt30 {
    margin-top: 1.5rem !important;
  }
  .mt40 {
    margin-top: 2rem !important;
  }
  .mt50 {
    margin-top: 2.5rem !important;
  }
  .mt60 {
    margin-top: 3rem !important;
  }
  .mt70 {
    margin-top: 3.5rem !important;
  }
  .mt80 {
    margin-top: 4rem !important;
  }
  .mt90 {
    margin-top: 4.5rem !important;
  }
  .mt100 {
    margin-top: 5rem !important;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 0.5rem !important;
  }
  .pb20 {
    padding-bottom: 1rem !important;
  }
  .pb30 {
    padding-bottom: 1.5rem !important;
  }
  .pb40 {
    padding-bottom: 2rem !important;
  }
  .pb50 {
    padding-bottom: 2.5rem !important;
  }
  .pb60 {
    padding-bottom: 3rem !important;
  }
  .pb70 {
    padding-bottom: 3.5rem !important;
  }
  .pb80 {
    padding-bottom: 4rem !important;
  }
  .pb90 {
    padding-bottom: 4.5rem !important;
  }
  .pb100 {
    padding-bottom: 5rem !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 0.5rem !important;
  }
  .pt20 {
    padding-top: 1rem !important;
  }
  .pt30 {
    padding-top: 1.5rem !important;
  }
  .pt40 {
    padding-top: 2rem !important;
  }
  .pt50 {
    padding-top: 2.5rem !important;
  }
  .pt60 {
    padding-top: 3rem !important;
  }
  .pt70 {
    padding-top: 3.5rem !important;
  }
  .pt80 {
    padding-top: 4rem !important;
  }
  .pt90 {
    padding-top: 4.5rem !important;
  }
  .pt100 {
    padding-top: 5rem !important;
  }
}
/* ------------------------------------------- */
/* pagination */
/* ------------------------------------------- */
.single-post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .single-post-pagination {
    margin-top: 3.5rem;
  }
}
.single-post-pagination .back {
  margin: 0 8.3rem;
}
@media screen and (max-width: 767px) {
  .single-post-pagination .back {
    margin: 0 1rem;
  }
}
.single-post-pagination .prev,
.single-post-pagination .next {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .single-post-pagination .prev,
  .single-post-pagination .next {
    width: 4.6rem;
  }
}
.single-post-pagination .prev a,
.single-post-pagination .next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.6rem;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.08rem;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .single-post-pagination .prev a,
  .single-post-pagination .next a {
    padding: 0;
    font-size: 0;
    color: transparent;
  }
}
@media (hover: hover) and (pointer: fine) {
  .single-post-pagination .prev a:hover,
  .single-post-pagination .next a:hover {
    text-decoration: none;
  }
}
.single-post-pagination .prev a:after,
.single-post-pagination .next a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.3rem;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 2.3rem;
  background-color: #1b8b4f;
}
@media (hover: hover) and (pointer: fine) {
  .single-post-pagination .prev a:hover:after,
  .single-post-pagination .next a:hover:after {
    background-color: #1b8b4f;
  }
}
@media screen and (max-width: 767px) {
  .single-post-pagination .prev a:after,
  .single-post-pagination .next a:after {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    border-radius: 0;
  }
}
.single-post-pagination .prev a:before,
.single-post-pagination .next a:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -0.4rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease 0.25s border;
  transition: ease 0.25s border;
}
.single-post-pagination .prev a {
  padding-left: 7.3rem;
}
.single-post-pagination .prev a:after {
  left: 0;
}
.single-post-pagination .prev a:before {
  left: 2.2rem;
  border-left: 0.2rem solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .single-post-pagination .prev a:hover:before {
    border-left-color: #fff;
  }
}
.single-post-pagination .next a {
  padding-right: 7.3rem;
}
.single-post-pagination .next a:after {
  right: 0;
}
.single-post-pagination .next a:before {
  right: 2.2rem;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* navigation pagination */
.navigation.pagination {
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin: 3rem 0 0;
  }
}
.navigation.pagination .disable {
  display: none;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links {
    position: relative;
    padding-bottom: 5rem;
  }
}
.navigation.pagination .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.8rem;
  width: 4.4rem;
  height: 5rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #1b8b4f;
  background: #fff;
  text-decoration: none;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  /* border-radius: 0.4em; */
  border: 0.1rem solid #1b8b4f;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .pager {
    width: 3rem;
    height: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .pager:hover {
    color: #fff;
    background: #1b8b4f;
    border-color: #1b8b4f;
  }
}
.navigation.pagination .pager.current {
  color: #fff;
  font-weight: bold;
  background: #1b8b4f;
  border-color: #1b8b4f;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .next,
  .navigation.pagination .prev {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 48%;*/
    /*height: 4rem;*/
  }
}
.navigation.pagination .next a,
.navigation.pagination .prev a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 5rem;
  font-size: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 0.1rem solid #1b8b4f;
  -webkit-transition: ease 0.25s background, ease 0.25s color;
  transition: ease 0.25s background, ease 0.25s color;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .next a,
  .navigation.pagination .prev a {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .next a:hover,
  .navigation.pagination .prev a:hover {
    color: #fff;
    background-color: #1b8b4f;
  }
  .navigation.pagination .next a:hover:after,
  .navigation.pagination .prev a:hover:after {
    border-top-color: #fff;
  }
}
.navigation.pagination .next a:after,
.navigation.pagination .prev a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #1b8b4f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease 0.25s border;
  transition: ease 0.25s border;
}
@media screen and (min-width: 768px) {
  .navigation.pagination .prev {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation.pagination .prev {
    margin-right: 1rem;
  }
}
.navigation.pagination .prev a:after {
  left: 50%;
  margin-left: -0.2rem;
  border-left: 0.1rem solid #1b8b4f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .prev a:hover:after {
    border-left-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .navigation.pagination .next {
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation.pagination .next {
    margin-left: 1rem;
    /*right: 0;*/
  }
}
.navigation.pagination .next a:after {
  right: 50%;
  margin-right: -0.2rem;
  border-right: 0.1rem solid #1b8b4f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .next a:hover:after {
    border-right-color: #fff;
  }
}

/* ------------------------------------------- */
/* wordpress パスワードフォーム調整用 */
/* ------------------------------------------- */
.post-password-form {
  padding: 100px 30px;
  line-height: 1.8;
  text-align: center;
}