@charset "UTF-8";
/** base **/
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li, em {
  word-wrap: break-word;
  word-break: normal;
}

ul, li {
  margin: 0;
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

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

input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.8;
}

input::placeholder {
  font-weight: 400;
  opacity: 0.8;
}

.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

.hid {
  margin-left: -0.5em;
}

html {
  scroll-padding-top: 100px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 85px;
  }
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

a.link_text {
  text-decoration: underline;
}

/*box-sizing*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
  border: 0;
}

.f11 {
  font-size: 0.7rem;
}
.f11 * {
  font-size: 1em;
}

.f12 {
  font-size: 0.77rem;
}
.f12 * {
  font-size: 1em;
}

.f13 {
  font-size: 0.82rem;
}
.f13 * {
  font-size: 1em;
}

.f14 {
  font-size: 0.88rem;
}
.f14 * {
  font-size: 1em;
}

.f15 {
  font-size: 0.94rem;
}
.f15 * {
  font-size: 1em;
}

.f16 {
  font-size: 1rem;
}
.f16 * {
  font-size: 1em;
}

.f17 {
  font-size: 1.08rem;
}
.f17 * {
  font-size: 1em;
}

.f18 {
  font-size: 1.13rem;
}
.f18 * {
  font-size: 1em;
}

.f20 {
  font-size: 1.25rem;
}
.f20 * {
  font-size: 1em;
}

.f22 {
  font-size: 1.35rem;
}
.f22 * {
  font-size: 1em;
}

.f24 {
  font-size: 1.5rem;
}
.f24 * {
  font-size: 1em;
}

.f26 {
  font-size: 1.63rem;
}
.f26 * {
  font-size: 1em;
}

.f30 {
  font-size: 1.9rem;
}
.f30 * {
  font-size: 1em;
}

.f32 {
  font-size: 2rem;
}
.f32 * {
  font-size: 1em;
}

.f42 {
  font-size: 2.63rem;
}
.f42 * {
  font-size: 1em;
}

.f52 {
  font-size: 3.25rem;
}
.f52 * {
  font-size: 1em;
}

@media (max-width: 767px) {
  .f11 {
    font-size: 3.3vw;
  }
  .f11 * {
    font-size: 1em;
  }
  .f12 {
    font-size: 3.3vw;
  }
  .f12 * {
    font-size: 1em;
  }
  .f13 {
    font-size: 3.3vw;
  }
  .f13 * {
    font-size: 1em;
  }
  .f14 {
    font-size: 3.4vw;
  }
  .f14 * {
    font-size: 1em;
  }
  .f15 {
    font-size: 3.5vw;
  }
  .f15 * {
    font-size: 1em;
  }
  .f16 {
    font-size: 3.65vw;
  }
  .f16 * {
    font-size: 1em;
  }
  .f17 {
    font-size: 3.8vw;
  }
  .f17 * {
    font-size: 1em;
  }
  .f18 {
    font-size: 4.1vw;
  }
  .f18 * {
    font-size: 1em;
  }
  .f20 {
    font-size: 4.3vw;
  }
  .f20 * {
    font-size: 1em;
  }
  .f22 {
    font-size: 4.6vw;
  }
  .f22 * {
    font-size: 1em;
  }
  .f24 {
    font-size: 4.8vw;
  }
  .f24 * {
    font-size: 1em;
  }
  .f26 {
    font-size: 5vw;
  }
  .f26 * {
    font-size: 1em;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f30 * {
    font-size: 1em;
  }
  .f32 {
    font-size: 6vw;
  }
  .f32 * {
    font-size: 1em;
  }
  .f42 {
    font-size: 7vw;
  }
  .f42 * {
    font-size: 1em;
  }
  .f52 {
    font-size: 8vw;
  }
  .f52 * {
    font-size: 1em;
  }
}
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.wrap.w1400 {
  width: 1400px;
}
.wrap.w1300 {
  width: 1300px;
}
.wrap.w1100 {
  width: 1100px;
}
.wrap.w1000 {
  width: 1000px;
}
.wrap.w900 {
  width: 900px;
}

* {
  letter-spacing: 0.05em;
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  color: #333;
}

body,
select,
textarea,
input {
  letter-spacing: 0.04em;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 600;
}

body figure {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.eng {
  font-family: "Outfit";
}

.mincho {
  font-family: "Shippori Mincho";
  font-weight: 500;
}

.red_text {
  color: #ed570d;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

.list_indent li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.3em;
  line-height: 1.6em;
}

.list_dot > li {
  list-style: none;
  position: relative;
  padding: 0 0 5px 20px;
}
.list_dot > li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 8px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #38589c;
}
.list_dot > li ul {
  margin-left: 20px;
  padding: 2px 0;
}
.list_dot > li ul li {
  font-size: 0.9em;
  list-style-type: disc;
  padding-bottom: 2px;
}

.list_dot_l {
  border-top: 1px solid #9bb0c7;
}
.list_dot_l li {
  list-style: none;
  padding: 0.5em 0 0.5em 1.6em;
  position: relative;
  border-bottom: 1px solid #9bb0c7;
}
.list_dot_l li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0.8em;
  border: 5px solid #004898;
}

/* パンくずリスト */
.breadcrumb_wrap {
  padding: 15px 5px 45px;
}
@media (max-width: 1023px) {
  .breadcrumb_wrap {
    padding: 15px 20px 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb_wrap {
    padding: 15px 10px;
  }
}
.breadcrumb_wrap ul {
  display: flex;
}
@media (max-width: 1023px) {
  .breadcrumb_wrap ul {
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.breadcrumb_wrap ul li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .breadcrumb_wrap ul li {
    font-size: 3.2vw;
  }
}
.breadcrumb_wrap ul li a {
  color: #00a944;
  -webkit-text-decoration: underline #00a944 1px;
          text-decoration: underline #00a944 1px;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.breadcrumb_wrap ul li a:hover {
  text-decoration: none;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.breadcrumb_wrap ul li + li {
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .breadcrumb_wrap ul li + li {
    padding-left: 20px;
  }
}
.breadcrumb_wrap ul li + li::before {
  position: absolute;
  left: 10px;
  top: 1px;
  content: "<";
  font-size: 1em;
}
@media (max-width: 767px) {
  .breadcrumb_wrap ul li + li::before {
    left: 8px;
    font-size: 0.8em;
  }
}

header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 10px 20px 13px 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 1000;
  backdrop-filter: blur(3px);
}
header:hover {
  background: #fff;
}
@media (max-width: 767px) {
  header {
    padding: 10px;
  }
}
header .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  header .inner {
    justify-content: space-between;
  }
}
header .logo_wrap {
  max-width: 40%;
  width: 240px;
}
@media (max-width: 767px) {
  header .logo_wrap {
    max-width: 50%;
  }
}
@media (max-width: 1240px) {
  header .logo_wrap.open {
    position: relative;
    z-index: 100;
    transition: ease all 0.2s;
  }
}
header .menu_wrap {
  transition: 0.25s;
  margin-left: auto;
}
@media (max-width: 1240px) {
  header .menu_wrap {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 50;
    pointer-events: none;
  }
  header .menu_wrap * {
    pointer-events: none !important;
  }
}
header .menu_wrap .menu_inner {
  display: flex;
  gap: 10px;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner {
    padding: 65px 0 30px;
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
header .menu_wrap .menu_inner > ul {
  display: flex;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul {
    flex-direction: column;
    margin-top: 45px;
  }
}
@media (max-width: 1023px) {
  header .menu_wrap .menu_inner > ul {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul {
    margin-top: 30px;
  }
}
header .menu_wrap .menu_inner > ul > li {
  position: relative;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li {
    border-bottom: 1px solid #b8c3b7;
  }
}
header .menu_wrap .menu_inner > ul > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 17px;
  transition: 0.2s;
  line-height: 1.4em;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li > a {
    padding: 10px;
  }
}
header .menu_wrap .menu_inner > ul > li > a:hover {
  color: #23ac38;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li > a:hover::after {
    right: 10px;
    transition: right ease 0.25s;
  }
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li > a::after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 53%;
    z-index: 10;
    transform: translateY(-50%) rotate(-90deg);
    background: url(../image/icon_arrow.svg) no-repeat center center;
    transition: right ease 0.25s;
  }
}
header .menu_wrap .menu_inner > ul > li + li::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #888;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li + li::before {
    content: none;
  }
}
header .menu_wrap .menu_inner > ul > li.parent {
  position: relative;
  z-index: 100;
}
header .menu_wrap .menu_inner > ul > li.parent > a {
  position: relative;
  padding-right: 35px;
}
header .menu_wrap .menu_inner > ul > li.parent > a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 53%;
  z-index: 10;
  transform: translateY(-50%);
  background: url(../image/icon_arrow.svg) no-repeat center center;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.parent > a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
header .menu_wrap .menu_inner > ul > li.parent > a::before {
  content: "";
  top: -5px;
  bottom: -5px;
  border-radius: 5px 5px 0 0;
  background: #e4ede1;
  position: absolute;
  left: -1px;
  right: -1px;
  transition: 0.25s;
  opacity: 0;
}
header .menu_wrap .menu_inner > ul > li.parent > a > span {
  position: relative;
  z-index: 15;
  line-height: 1.4em;
}
header .menu_wrap .menu_inner > ul > li.parent ul.child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 15px;
  background: #e4ede1;
  width: 200%;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.parent ul.child {
    position: relative;
    opacity: 1;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}
header .menu_wrap .menu_inner > ul > li.parent ul.child * {
  pointer-events: none;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.parent ul.child * {
    pointer-events: all;
  }
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li a {
  display: block;
  padding: 10px 25px 10px 10px;
  border-bottom: 1px solid #b8c3b7;
  border-radius: 0;
  transition: 0.25s;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.parent ul.child li a {
    padding: 8px 10px;
    border-bottom: 1px solid #bbb;
  }
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../image/icon_arrow.svg) no-repeat center center;
  transition: 0.3s;
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li a:hover {
  color: #23ac38;
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li a:hover::after {
  right: 3px;
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li:last-child a {
  border-bottom: 0;
}
header .menu_wrap .menu_inner > ul > li.parent:hover > a::before {
  opacity: 1;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.parent:hover > a::before {
    content: none;
  }
}
header .menu_wrap .menu_inner > ul > li.parent:hover ul.child {
  pointer-events: all;
  opacity: 1;
}
header .menu_wrap .menu_inner > ul > li.parent:hover ul.child * {
  pointer-events: all;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.cta, header .menu_wrap .menu_inner > ul > li.join {
    margin-top: 40px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.cta, header .menu_wrap .menu_inner > ul > li.join {
    margin-top: 30px;
  }
}
header .menu_wrap .menu_inner > ul > li.cta::before, header .menu_wrap .menu_inner > ul > li.join::before {
  display: none;
}
header .menu_wrap .menu_inner > ul > li.cta, header .menu_wrap .menu_inner > ul > li.join {
  padding-left: 5px;
}
header .menu_wrap .menu_inner > ul > li.cta a, header .menu_wrap .menu_inner > ul > li.join a {
  background: #00a944;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px 11px 40px;
  font-size: 16px;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.cta a, header .menu_wrap .menu_inner > ul > li.join a {
    margin-inline: auto;
    width: min(250px, 100%);
    position: relative;
    padding: 10px 25px 11px 50px;
  }
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.cta a, header .menu_wrap .menu_inner > ul > li.join a {
    width: 100%;
  }
}
header .menu_wrap .menu_inner > ul > li.cta a::after, header .menu_wrap .menu_inner > ul > li.join a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon_heart.svg) no-repeat;
}
header .menu_wrap .menu_inner > ul > li.cta a:hover, header .menu_wrap .menu_inner > ul > li.join a:hover {
  background: #03c551;
}
header .menu_wrap .menu_inner > ul > li.join {
  display: none;
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.join {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 1240px) {
  header .menu_wrap .menu_inner > ul > li.join a::after {
    background-image: url(../image/icon_member.svg);
    width: 25px;
    height: 25px;
    left: 15px;
  }
}
header .menu_wrap.open {
  opacity: 1;
  pointer-events: all !important;
}
header .menu_wrap.open * {
  pointer-events: all !important;
}
header .menu_btn {
  display: none;
  color: #fff;
  width: 55px;
  height: 55px;
  cursor: pointer;
  position: relative;
  z-index: 60;
}
@media (max-width: 1240px) {
  header .menu_btn {
    display: block;
    border: 1px solid #00a944;
    background-color: #00a944;
    border-radius: 5px;
  }
}
header .menu_btn span {
  position: absolute;
  top: 50%;
  width: 67%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.25s ease;
}
header .menu_btn span::before, header .menu_btn span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.25s ease;
}
header .menu_btn span::before {
  top: -6px;
}
header .menu_btn span::after {
  bottom: -6px;
}
header .menu_btn.open span::before {
  top: 0;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
header .menu_btn.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.25s ease;
}

.fv {
  height: 100dvh;
  background: #999;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    height: 80dvh;
  }
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(30deg, rgba(0, 27, 84, 0.83) 0%, rgba(0, 27, 84, 0) 65%);
  pointer-events: none;
}
.fv .text_wrap {
  position: absolute;
  z-index: 10;
  left: 6%;
  bottom: 13vh;
  width: 460px;
  max-width: 70%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fv .text_wrap {
    max-width: 88%;
    bottom: 10%;
  }
}
.fv .fv_swiper {
  width: 100%;
  height: 100%;
}
.fv .fv_swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_swiper img.r {
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
}
@media (max-width: 767px) {
  .fv .fv_swiper img.sp_r {
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
  .fv .fv_swiper img.sp_l {
    -o-object-position: 42% 50%;
       object-position: 42% 50%;
  }
}
.fv .fv_swiper .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  left: 6%;
  bottom: 20px;
}
.fv .fv_swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0 7px;
}
.fv .fv_swiper .swiper-pagination-bullet-active {
  background: #00a944;
}

.cta_fix {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 0;
  background: #fff;
  padding: 4px 4px 7px 4px;
  border-radius: 28px 28px 0 0;
  display: flex;
  gap: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
@media (max-width: 767px) {
  .cta_fix {
    width: 100%;
    right: auto;
    left: 0;
    justify-content: space-between;
  }
}
.cta_fix a {
  background: #00a944;
  display: block;
  padding: 10px 20px 13px 45px;
  border-radius: 100px;
  color: #fff;
  transition: 0.25s;
  font-weight: 500;
  position: relative;
  border: 4px solid #eee;
}
@media (max-width: 767px) {
  .cta_fix a {
    font-size: 3.4vw;
    padding: 10px 12px 12px 35px;
  }
}
.cta_fix a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon_heart.svg) no-repeat;
}
@media (max-width: 767px) {
  .cta_fix a::after {
    width: 15px;
    height: 15px;
    left: 15px;
  }
}
.cta_fix a:hover {
  background: #03c551;
}
.cta_fix a.member::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon_member.svg) no-repeat;
}
@media (max-width: 767px) {
  .cta_fix a.member::after {
    width: 18px;
    height: 18px;
    left: 12px;
  }
}

.bg_g {
  background: #eef3dd;
  position: relative;
}

.bg_w {
  background: #ffffff;
  position: relative;
}

.pulse_title {
  position: relative;
  padding-top: 55px;
}
.pulse_title .pulse-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px #56bf70;
}
.pulse_title .pulse-btn::after, .pulse_title .pulse-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid #56bf70;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 3s linear infinite;
}
.pulse_title .pulse-btn::after {
  animation-delay: 1s;
}
.pulse_title h3 {
  font-size: 38px;
  text-align: center;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .pulse_title h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pulse_title h3 {
    font-size: 5.6vw;
  }
}
.pulse_title h3 .eng {
  display: inline-block;
  padding: 0 2px;
  font-size: 1.4em;
  letter-spacing: 0.07em;
  color: #00a944;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.line_title h3 {
  font-size: 30px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .line_title h3 {
    font-size: 6.5vw;
  }
}
.line_title h3::before {
  content: "";
  width: 5px;
  top: 6px;
  bottom: 2px;
  left: 0;
  position: absolute;
  background: #00a944;
  border-radius: 10px;
}

.home_concept .wrap {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .home_concept .wrap {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .home_concept .wrap {
    display: flex;
    flex-direction: column;
  }
}
.home_concept .wrap .title_wrap {
  padding-bottom: 35px;
}
.home_concept .wrap .inner {
  padding-right: 30%;
  position: relative;
}
@media (max-width: 1023px) {
  .home_concept .wrap .inner {
    padding-right: 40%;
  }
}
@media (max-width: 767px) {
  .home_concept .wrap .inner {
    padding-right: 0;
    order: 3;
  }
}
.home_concept .wrap .inner .text_wrap {
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
.home_concept .wrap .inner .text_wrap p {
  font-size: 17px;
  line-height: 2.1em;
}
@media (max-width: 1023px) {
  .home_concept .wrap .inner .text_wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home_concept .wrap .inner .text_wrap p {
    font-size: 4vw;
  }
}
.home_concept .wrap .inner .data_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 4%;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .home_concept .wrap .inner .data_wrap {
    gap: 20px 4%;
  }
}
.home_concept .wrap .inner .data_wrap .box {
  background: #fff;
  padding: 20px;
  width: 30.66%;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  .home_concept .wrap .inner .data_wrap .box {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .home_concept .wrap .inner .data_wrap .box {
    padding: 15px;
  }
}
.home_concept .wrap .inner .data_wrap .box .icon {
  max-width: 55%;
  width: 80px;
  margin: 0 auto;
}
.home_concept .wrap .inner .data_wrap .box h4 {
  color: #19a144;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home_concept .wrap .inner .data_wrap .box h4 {
    font-size: 4.8vw;
  }
}
.home_concept .wrap .inner .data_wrap .box .data_box {
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: baseline;
}
.home_concept .wrap .inner .data_wrap .box .data_box .num {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1439px) {
  .home_concept .wrap .inner .data_wrap .box .data_box .num {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home_concept .wrap .inner .data_wrap .box .data_box .num {
    font-size: 6.4vw;
  }
}
.home_concept .wrap .inner .data_wrap .box .data_box .unit {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  .home_concept .wrap .inner .data_wrap .box .data_box .unit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home_concept .wrap .inner .data_wrap .box .data_box .unit {
    font-size: 5vw;
  }
}
.home_concept .wrap .image_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(20%);
  max-width: 50%;
  text-align: right;
}
@media (max-width: 1380px) {
  .home_concept .wrap .image_wrap {
    max-width: 46%;
    transform: translateY(-50%) translateX(5%);
  }
}
@media (max-width: 767px) {
  .home_concept .wrap .image_wrap {
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70%;
    order: 2;
  }
}

.home_katsudo .wrap {
  padding: 120px 0 150px;
}
@media (max-width: 767px) {
  .home_katsudo .wrap {
    padding: 60px 0 80px;
  }
}
.home_katsudo .wrap .title_wrap {
  margin-bottom: 10px;
}
.home_katsudo .wrap .home_katsudo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1023px) {
  .home_katsudo .wrap .home_katsudo {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home_katsudo .wrap .home_katsudo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_katsudo .wrap .home_katsudo .box {
  position: relative;
}
.home_katsudo .wrap .home_katsudo .box .katsudo_icon {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #00a944;
  color: #fff;
  margin: 0 auto;
  padding: 7px calc(20px - 0.4em) 7px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
  letter-spacing: 0.4em;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .home_katsudo .wrap .home_katsudo .box .katsudo_icon {
    font-size: 5.2vw;
  }
}
.home_katsudo .wrap .home_katsudo .box .image_wrap {
  border: 5px solid #00a944;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.home_katsudo .wrap .home_katsudo .box h4 {
  font-size: 25px;
  color: #00a944;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 1023px) {
  .home_katsudo .wrap .home_katsudo .box h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home_katsudo .wrap .home_katsudo .box h4 {
    font-size: 5.2vw;
  }
}
.home_katsudo .wrap .home_katsudo .box p {
  line-height: 2em;
}
@media (max-width: 1023px) {
  .home_katsudo .wrap .home_katsudo .box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home_katsudo .wrap .home_katsudo .box p {
    font-size: 4.2vw;
  }
}

.home_news .wrap {
  padding: 120px 0 150px;
}
@media (max-width: 767px) {
  .home_news .wrap {
    padding: 60px 0 90px;
  }
}
.home_news .wrap .title_wrap {
  margin-bottom: 20px;
}
.home_news .wrap .inner {
  position: relative;
}
.home_news .wrap .inner + .inner {
  margin-top: 70px;
}
.home_news .wrap .inner .btn_wrap {
  position: absolute;
  right: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .home_news .wrap .inner .btn_wrap {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.home_news .wrap .inner .btn_wrap a {
  display: block;
  position: relative;
  padding: 6px 33px 8px 22px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #c0dbca;
  letter-spacing: 0;
  font-weight: 500;
  transition: 0.3s;
}
.home_news .wrap .inner .btn_wrap a::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../image/icon_arrow.svg);
  transition: 0.25s;
}
.home_news .wrap .inner .btn_wrap a:hover {
  background: #00a944;
  color: #fff;
}
.home_news .wrap .inner .btn_wrap a:hover::after {
  background: url(../image/icon_arrow_w.svg);
}

.news_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
}
@media (max-width: 767px) {
  .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_list .box a {
  background: #fff;
  padding: 2px;
  display: flex;
  border-radius: 10px;
  transition: 0.25s;
  border: 5px solid #fff;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .news_list .box a {
    padding: 20px 25px;
  }
}
.news_list .box a:hover {
  box-shadow: 0 0 10px rgba(135, 168, 141, 0.3);
  border: 5px solid #c0dbca;
}
.news_list .box a .image_wrap {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0;
}
.news_list .box a .text_wrap {
  width: 100%;
  padding: 10px 15px;
}
.news_list .box a .text_wrap time {
  display: block;
  color: #00a944;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .news_list .box a .text_wrap time {
    font-size: 4.2vw;
  }
}
.news_list .box a .text_wrap > strong {
  display: block;
  padding-bottom: 10px;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .news_list .box a .text_wrap > strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news_list .box a .text_wrap > strong {
    font-size: 4.3vw;
  }
}
.news_list .box a .text_wrap > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.7em;
}
@media (max-width: 1023px) {
  .news_list .box a .text_wrap > p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news_list .box a .text_wrap > p {
    font-size: 3.8vw;
  }
}

.member_cta {
  background: url(../image/bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}
.member_cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 3, 43, 0.3);
}
.member_cta .wrap {
  position: relative;
  z-index: 10;
  padding: 200px 0;
}
@media (max-width: 1023px) {
  .member_cta .wrap {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .member_cta .wrap {
    padding: 100px 0;
  }
}
.member_cta .wrap * {
  color: #fff;
}
.member_cta .wrap .text_wrap {
  padding-right: 50%;
}
@media (max-width: 1023px) {
  .member_cta .wrap .text_wrap {
    padding-right: 45%;
  }
}
@media (max-width: 767px) {
  .member_cta .wrap .text_wrap {
    font-size: 4.8vw;
    padding-right: 0;
  }
}
.member_cta .wrap .text_wrap > h4 {
  font-size: 40px;
  line-height: 1.6em;
  padding-bottom: 30px;
  letter-spacing: 0.13em;
  text-shadow: 0 0 5px #00032b;
}
@media (max-width: 1023px) {
  .member_cta .wrap .text_wrap > h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .member_cta .wrap .text_wrap > h4 {
    font-size: 7.2vw;
  }
}
.member_cta .wrap .text_wrap > p {
  line-height: 2.4em;
  font-size: 18px;
  text-shadow: 0 0 5px #00032b;
}
@media (max-width: 1023px) {
  .member_cta .wrap .text_wrap > p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .member_cta .wrap .text_wrap > p {
    font-size: 3.8vw;
  }
}
.member_cta .wrap .text_wrap > p + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .member_cta .wrap .text_wrap > p + p {
    margin-top: 15px;
  }
}
.member_cta .wrap .text_wrap .btn_wrap {
  padding: 35px 0 0 0;
}
.member_cta .wrap .text_wrap .btn_wrap a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 20px 50px 20px 75px;
  font-size: 20px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .member_cta .wrap .text_wrap .btn_wrap a {
    font-size: 4.8vw;
    padding: 15px 40px 15px 65px;
    width: 100%;
  }
}
.member_cta .wrap .text_wrap .btn_wrap a::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/icon_member.svg) no-repeat;
}
@media (max-width: 767px) {
  .member_cta .wrap .text_wrap .btn_wrap a::before {
    width: 30px;
    height: 30px;
  }
}
.member_cta .wrap .text_wrap .btn_wrap a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../image/icon_arrow_w.svg);
  transition: 0.25s;
}
.member_cta .wrap .text_wrap .btn_wrap a:hover {
  background: rgba(255, 255, 255, 0.2);
}

footer {
  background: #00a84d;
}
footer .wrap {
  padding: 100px 0;
}
@media (max-width: 767px) {
  footer .wrap {
    padding: 80px 0;
  }
}
footer .foot_cta {
  padding-bottom: 60px;
  border-bottom: 4px double rgba(255, 255, 255, 0.5);
}
footer .foot_cta .pulse_title {
  color: #fff;
}
footer .foot_cta p {
  color: #fff;
  text-align: center;
  padding: 25px 0 0 0;
  line-height: 2.1em;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  footer .foot_cta p {
    font-size: 4.2vw;
  }
}
footer .foot_cta .btn_wrap {
  text-align: center;
  padding: 35px 0 0 0;
}
footer .foot_cta .btn_wrap a {
  display: block;
  margin: 0 auto;
  padding: 15px 40px 17px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  color: #00a944;
  font-weight: 600;
  font-size: 23px;
  border-radius: 100px;
  border: 5px solid #eee;
  box-shadow: 0 0 10px #0e7f42;
  transition: 0.25s;
}
@media (max-width: 767px) {
  footer .foot_cta .btn_wrap a {
    font-size: 4.8vw;
    padding: 12px 35px 12px;
    width: 100%;
  }
}
footer .foot_cta .btn_wrap a:hover {
  background: #00a944;
  color: #fff;
}
footer .foot_data {
  padding: 50px 0 0 0;
  display: flex;
  gap: 4%;
}
@media (max-width: 1240px) {
  footer .foot_data {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  footer .foot_data {
    padding: 25px 0 0;
  }
}
footer .foot_data * {
  color: #fff;
}
footer .foot_data .foot_prof strong {
  display: block;
  font-size: 19px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  footer .foot_data .foot_prof strong {
    font-size: 4.3vw;
  }
}
footer .foot_data .foot_prof em {
  font-size: 17px;
  display: block;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 500;
}
footer .foot_data .foot_prof p {
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
footer .foot_data .foot_prof p + p {
  margin-top: 10px;
}
footer .foot_data .foot_prof p a {
  text-decoration: underline;
}
footer .foot_data .foot_prof p.copy {
  margin-top: 25px;
  opacity: 0.85;
  letter-spacing: 0.08em;
}
footer .foot_data .foot_menu {
  margin-left: auto;
}
@media (max-width: 1240px) {
  footer .foot_data .foot_menu {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer .foot_data .foot_menu {
    padding-bottom: 25px;
    border-bottom: 4px double rgba(255, 255, 255, 0.5);
  }
}
footer .foot_data .foot_menu > ul {
  display: flex;
  gap: 25px;
}
@media (max-width: 1240px) {
  footer .foot_data .foot_menu > ul {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  footer .foot_data .foot_menu > ul {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  footer .foot_data .foot_menu > ul {
    flex-direction: column;
    gap: 10px;
  }
}
footer .foot_data .foot_menu > ul a {
  font-weight: 500;
}
footer .foot_data .foot_menu > ul a:hover {
  text-decoration: underline;
}
footer .foot_data .foot_menu > ul ul {
  margin-top: 5px;
}
footer .foot_data .foot_menu > ul ul li {
  padding: 3px 0 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  footer .foot_data .foot_menu > ul ul li {
    font-size: 3.8vw;
  }
}
footer .foot_data .foot_menu > ul ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 6px;
  top: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  pointer-events: none;
}
.logo_fadein div {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 100%;
  text-align: center;
}
.logo_fadein div img {
  width: 300px;
  max-width: 80%;
}

/** 下層ページ **/
.page_contents_wrap {
  padding: 95px 0 80px 0;
}
@media (max-width: 1023px) {
  .page_contents_wrap {
    padding: 85px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap {
    padding: 20vw 0 65px 0;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .w1100 {
    max-width: 100%;
  }
}
.page_contents_wrap.thanks .wrap {
  padding: 85px 0 80px 0;
}
@media (max-width: 1023px) {
  .page_contents_wrap.thanks .wrap {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap.thanks .wrap {
    padding: 20vw 0 65px 0;
  }
}
.page_contents_wrap.thanks .page_contents_box .title_wrap.page_title_lower_wrap .page_title {
  font-size: 28px;
}
@media (max-width: 1023px) {
  .page_contents_wrap.thanks .page_contents_box .title_wrap.page_title_lower_wrap .page_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap.thanks .page_contents_box .title_wrap.page_title_lower_wrap .page_title {
    font-size: 6.4vw;
  }
}
@media (max-width: 1023px) {
  .page_contents_wrap.thanks .page_contents_box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap.thanks .page_contents_box p {
    font-size: 3.8vw;
  }
}
.page_contents_wrap.thanks .page_contents_box .btn_wrap {
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .page_contents_wrap.thanks .page_contents_box .btn_wrap {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap.thanks .page_contents_box .btn_wrap {
    padding-top: 20px;
  }
}
.page_contents_wrap .title_wrap.page_title_wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 125px 65px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap.page_title_wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap.page_title_wrap {
    padding: 60px 30px;
  }
}
.page_contents_wrap .title_wrap.page_title_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_contents_wrap .title_wrap.page_title_lower_wrap {
  padding: 10px 0;
  text-align: center;
}
.page_contents_wrap .title_wrap.page_title_lower_wrap .page_title {
  color: #000000;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  font-size: 32px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title {
    font-size: 30px;
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title {
    font-size: 6.8vw;
    padding: 0 25px;
  }
}
.page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::before, .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 6px;
  border-top: solid 2px #0e7f42;
  border-bottom: solid 2px #0e7f42;
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::before, .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::before, .page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::after {
    width: 15px;
  }
}
.page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::before {
  left: 0;
}
.page_contents_wrap .title_wrap.page_title_lower_wrap .page_title::after {
  right: 0;
}
.page_contents_wrap .title_wrap.page_title_lower_wrap + * {
  margin-top: 0;
}
.page_contents_wrap .title_wrap h2.page_title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 3px #333;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap h2.page_title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap h2.page_title {
    font-size: 6.8vw;
  }
}
.page_contents_wrap .title_wrap h2.page_title:first-child {
  margin-top: 0;
}
.page_contents_wrap .title_wrap .large_title {
  font-size: 30px;
  margin-bottom: 35px;
  padding: 0.2em 0 0.3em 0.3em;
  border-top: solid 3px #00a944;
  border-bottom: solid 3px #00a944;
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap .large_title {
    font-size: 26px;
    padding: 0.2em 0 0.3em 0.2em;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap .large_title {
    font-size: 6vw;
    margin-bottom: 20px;
    border-top: solid 2px #00a944;
    border-bottom: solid 2px #00a944;
  }
}
.page_contents_wrap .title_wrap .medium_title {
  font-size: 26px;
  margin-bottom: 25px;
  padding: 0 0 0.2em 0.3em;
  border-bottom: double 4px #00a944;
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap .medium_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap .medium_title {
    font-size: 5.2vw;
  }
}
.page_contents_wrap .title_wrap .small_title {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 7px 0 10px 10px;
  border-left: solid 5px #00a944;
  background-color: rgba(238, 243, 221, 0.6);
  border-bottom: solid 2px #d7d7d7; /*下線*/
}
@media (max-width: 1023px) {
  .page_contents_wrap .title_wrap .small_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .title_wrap .small_title {
    font-size: 4.8vw;
  }
}
.page_contents_wrap .page_contents_box {
  background-color: #ffffff;
  padding: 65px 45px;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box {
    padding: 45px 35px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box {
    padding: 50px 25px 45px;
    border-radius: 35px;
  }
}
.page_contents_wrap .page_contents_box .rice_mark {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .rice_mark {
    font-size: 3vw;
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box .rice_mark.t_center {
  text-align: center;
}
.page_contents_wrap .page_contents_box .rice_mark.block_center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0 auto;
}
.page_contents_wrap .page_contents_box .title_wrap.page_title_lower_wrap + * {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .title_wrap.page_title_lower_wrap + * {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .title_wrap.page_title_lower_wrap + * {
    margin-top: 30px;
  }
}
.page_contents_wrap .page_contents_box .title_wrap .large_title {
  margin-top: 75px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .title_wrap .large_title {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .title_wrap .large_title {
    margin-top: 40px;
  }
}
.page_contents_wrap .page_contents_box .title_wrap .medium_title {
  margin-top: 45px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .title_wrap .medium_title {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .title_wrap .medium_title {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .title_wrap .small_title {
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .title_wrap .small_title {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .title_wrap:first-child > * {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box .title_wrap + * {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .title_wrap + * {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .title_wrap + * {
    margin-top: 20px;
  }
}
.page_contents_wrap .page_contents_box p {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box p {
    font-size: 3.8vw;
  }
}
.page_contents_wrap .page_contents_box p + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box p + * {
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box p + p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box p + p {
    margin-top: 10px;
  }
}
.page_contents_wrap .page_contents_box p a.text_link,
.page_contents_wrap .page_contents_box p a.text_ex_link {
  color: #00a944;
  -webkit-text-decoration: underline #00a944 1px;
          text-decoration: underline #00a944 1px;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.page_contents_wrap .page_contents_box p a.text_link:hover,
.page_contents_wrap .page_contents_box p a.text_ex_link:hover {
  text-decoration: none;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.page_contents_wrap .page_contents_box p a.text_link + *,
.page_contents_wrap .page_contents_box p a.text_ex_link + * {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box p a.text_ex_link {
  padding-right: 1.5em;
}
.page_contents_wrap .page_contents_box p strong {
  font-weight: 700;
  color: #fa8c33;
}
.page_contents_wrap .page_contents_box a.text_link,
.page_contents_wrap .page_contents_box a.text_ex_link {
  color: #00a944;
  -webkit-text-decoration: underline #00a944 1px;
          text-decoration: underline #00a944 1px;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.page_contents_wrap .page_contents_box a.text_link:hover,
.page_contents_wrap .page_contents_box a.text_ex_link:hover {
  text-decoration: none;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.page_contents_wrap .page_contents_box a.text_link + *,
.page_contents_wrap .page_contents_box a.text_ex_link + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box a.text_link + *,
  .page_contents_wrap .page_contents_box a.text_ex_link + * {
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box a.text_ex_link {
  display: inline-block;
  position: relative;
}
.page_contents_wrap .page_contents_box a.text_ex_link::after {
  position: absolute;
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 25px;
  background: url(../image/icon_external_link.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_contents_wrap .page_contents_box > strong {
  display: block;
  font-weight: 700;
  color: #fa8c33;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box > strong {
    font-size: 4vw;
  }
}
.page_contents_wrap .page_contents_box > strong + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box > strong + * {
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box .image_wrap {
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .image_wrap {
    margin-top: 20px;
  }
}
.page_contents_wrap .page_contents_box .image_wrap img {
  text-align: center;
}
.page_contents_wrap .page_contents_box .image_wrap.full_image img {
  width: 100%;
}
.page_contents_wrap .page_contents_box .image_wrap.medium_image {
  text-align: center;
}
.page_contents_wrap .page_contents_box .image_wrap.medium_image img {
  width: 80%;
}
.page_contents_wrap .page_contents_box .image_wrap + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .image_wrap + * {
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box .image_wrap + .text_wrap {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box .flex_box {
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .flex_box {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box {
    flex-direction: column;
  }
}
.page_contents_wrap .page_contents_box .flex_box .image_wrap {
  width: calc(50% - 15px);
  margin-top: 0;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box .image_wrap {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .flex_box .image_wrap img {
  width: 100%;
}
.page_contents_wrap .page_contents_box .flex_box .image_wrap + .image_wrap {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box .flex_box .flex_text {
  width: calc(50% - 35px);
  flex: 1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box .flex_text {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .flex_box.image_right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box.image_right {
    flex-direction: column;
  }
}
.page_contents_wrap .page_contents_box .flex_box + .flex_box {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box + .flex_box {
    margin-top: 35px;
  }
}
.page_contents_wrap .page_contents_box .flex_box.row_three_wrap {
  flex-wrap: wrap;
}
.page_contents_wrap .page_contents_box .flex_box.row_three_wrap > * {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .flex_box.row_three_wrap > * {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box.row_three_wrap > * {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .flex_box.row_three_wrap .box_item {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .flex_box.row_three_wrap .box_item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .flex_box.row_three_wrap .box_item {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .flex_box + * {
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .flex_box + * {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .btn_wrap {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .btn_wrap {
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box .btn_wrap a,
.page_contents_wrap .page_contents_box .btn_wrap span {
  margin-inline: auto;
  display: block;
  width: min(280px, 80%);
  padding: 15px 50px 15px 25px;
  font-size: 20px;
  color: #ffffff;
  background-color: #00a944;
  border: solid 1px #00a944;
  border-radius: 45px;
  position: relative;
  transition: color ease 0.25s, background-color ease 0.25s;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .btn_wrap a,
  .page_contents_wrap .page_contents_box .btn_wrap span {
    font-size: 4.8vw;
    padding: 10px 40px 12px 20px;
  }
}
.page_contents_wrap .page_contents_box .btn_wrap a::before,
.page_contents_wrap .page_contents_box .btn_wrap span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 15px;
  content: "";
  background-image: url(../image/icon_arrow_w.svg);
  width: 15px;
  height: 15px;
  transition: right ease 0.25s;
}
.page_contents_wrap .page_contents_box .btn_wrap a:hover,
.page_contents_wrap .page_contents_box .btn_wrap span:hover {
  color: #00a944;
  background-color: #fff;
  transition: color ease 0.25s, background-color ease 0.25s;
}
.page_contents_wrap .page_contents_box .btn_wrap a:hover::before,
.page_contents_wrap .page_contents_box .btn_wrap span:hover::before {
  right: 10px;
  background-image: url(../image/icon_arrow.svg);
  transition: right ease 0.25s;
}
.page_contents_wrap .page_contents_box .btn_wrap.back_link a {
  background-color: #888;
  border: #888 solid 1px;
  padding: 15px 25px 15px 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .btn_wrap.back_link a {
    font-size: 4.8vw;
    padding: 10px 40px 12px 20px;
  }
}
.page_contents_wrap .page_contents_box .btn_wrap.back_link a::before {
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(90deg);
  transition: left ease 0.25s;
}
.page_contents_wrap .page_contents_box .btn_wrap.back_link a:hover {
  background-color: #ffffff;
  color: #888;
}
.page_contents_wrap .page_contents_box .btn_wrap.back_link a:hover::before {
  right: auto;
  left: 10px;
  transition: left ease 0.25s;
}
.page_contents_wrap .page_contents_box .boxes_wrap + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .boxes_wrap + * {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .boxes_wrap .box_item {
  width: 48%;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .boxes_wrap .box_item {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .boxes_wrap .box_item .image_wrap {
  width: 100%;
}
.page_contents_wrap .page_contents_box .box_item {
  display: flex;
  flex-direction: column;
  border: #00a944 solid 2px;
  border-radius: 15px;
  overflow: hidden;
}
.page_contents_wrap .page_contents_box .box_item .image_wrap {
  width: 100%;
  overflow: hidden;
}
.page_contents_wrap .page_contents_box .box_item .image_wrap img {
  transition: ease transform 0.25s;
}
.page_contents_wrap .page_contents_box .box_item .image_wrap + * {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box .box_item .text_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .box_item .text_wrap {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .box_item .text_wrap {
    padding: 15px;
  }
}
.page_contents_wrap .page_contents_box .box_item .text_wrap > * {
  margin-bottom: 20px;
}
.page_contents_wrap .page_contents_box .box_item .text_wrap > *:last-child {
  margin-bottom: 0;
}
.page_contents_wrap .page_contents_box .box_item .text_wrap .box_title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .box_item .text_wrap .box_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .box_item .text_wrap .box_title {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }
}
.page_contents_wrap .page_contents_box .box_item .text_wrap .box_title.center {
  text-align: center;
}
.page_contents_wrap .page_contents_box .box_item .text_wrap p,
.page_contents_wrap .page_contents_box .box_item .text_wrap ul > li {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .box_item .text_wrap p,
  .page_contents_wrap .page_contents_box .box_item .text_wrap ul > li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .box_item .text_wrap p,
  .page_contents_wrap .page_contents_box .box_item .text_wrap ul > li {
    font-size: 3.5vw;
  }
}
.page_contents_wrap .page_contents_box .box_item .text_wrap p {
  margin-bottom: 15px;
}
.page_contents_wrap .page_contents_box .box_item .text_wrap ul > li p {
  margin-bottom: 0;
}
.page_contents_wrap .page_contents_box .box_item .btn_wrap {
  margin-top: auto;
}
.page_contents_wrap .page_contents_box .box_item .btn_wrap a {
  padding: 10px 35px 12px 20px;
  font-size: 16px;
  width: 90%;
  text-align: center;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .box_item .btn_wrap a {
    font-size: 3.8vw;
  }
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .box_item .btn_wrap a {
    width: 100%;
    padding: 10px 40px 12px 20px;
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .box_item .btn_wrap a::before {
    width: 10px;
    height: 10px;
  }
}
.page_contents_wrap .page_contents_box .link_box_wrap + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_box_wrap + * {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .link_box_wrap .link_box a .image_wrap {
  width: 100%;
}
.page_contents_wrap .page_contents_box .link_box a {
  display: flex;
  flex-direction: column;
}
.page_contents_wrap .page_contents_box .link_box a .image_wrap {
  width: 100%;
  overflow: hidden;
}
.page_contents_wrap .page_contents_box .link_box a .image_wrap img {
  transition: ease transform 0.25s;
}
.page_contents_wrap .page_contents_box .link_box a .image_wrap + * {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box .link_box a .text_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .link_box a .text_wrap {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_box a .text_wrap {
    padding: 15px;
  }
}
.page_contents_wrap .page_contents_box .link_box a .text_wrap .link_box_title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_box a .text_wrap .link_box_title {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }
}
.page_contents_wrap .page_contents_box .link_box a .text_wrap p {
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .link_box a .text_wrap p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_box a .text_wrap p {
    font-size: 3.5vw;
  }
}
.page_contents_wrap .page_contents_box .link_box a .btn_wrap {
  margin-top: auto;
}
.page_contents_wrap .page_contents_box .link_box a .btn_wrap span {
  padding: 10px 35px 12px 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_box a .btn_wrap span {
    font-size: 3.8vw;
  }
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .link_box a .btn_wrap span {
    width: 100%;
    padding: 10px 40px 12px 20px;
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .link_box a .btn_wrap span::before {
    width: 10px;
    height: 10px;
  }
}
.page_contents_wrap .page_contents_box .link_box a:hover {
  background-color: #eee;
}
.page_contents_wrap .page_contents_box .link_box a:hover .image_wrap img {
  transform: scale(1.1);
  transition: ease transform 0.25s;
}
.page_contents_wrap .page_contents_box .link_box a:hover .btn_wrap span {
  color: #00a944;
  background-color: #fff;
  transition: color ease 0.25s, background-color ease 0.25s;
}
.page_contents_wrap .page_contents_box .link_box a:hover .btn_wrap span::before {
  right: 10px;
  background-image: url(../image/icon_arrow.svg);
  transition: right ease 0.25s;
}
.page_contents_wrap .page_contents_box .cards_block {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .cards_block {
    gap: 15px;
  }
}
.page_contents_wrap .page_contents_box .cards_block .btn_wrap {
  width: 100%;
  margin: 0;
}
.page_contents_wrap .page_contents_box .cards_block .btn_wrap a {
  width: 50%;
  text-align: center;
  padding: 10px 35px 10px 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .cards_block .btn_wrap a {
    width: 100%;
    font-size: 4.2vw;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .cards_block .btn_wrap a strong {
    font-size: 4.5vw;
  }
}
.page_contents_wrap .page_contents_box .cards_block .btn_wrap:first-child {
  margin-top: 0;
}
.page_contents_wrap .page_contents_box .table_wrap + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap + * {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .table_wrap table {
  width: auto;
  border: 2px solid #00a944;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .table_wrap table th, .page_contents_wrap .page_contents_box .table_wrap table td {
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #00a944;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table th, .page_contents_wrap .page_contents_box .table_wrap table td {
    font-size: 3.8vw;
    padding: 10px 15px;
  }
}
.page_contents_wrap .page_contents_box .table_wrap table th.text_left, .page_contents_wrap .page_contents_box .table_wrap table td.text_left {
  text-align: left;
}
.page_contents_wrap .page_contents_box .table_wrap table th.left, .page_contents_wrap .page_contents_box .table_wrap table td.left {
  text-align: left;
}
.page_contents_wrap .page_contents_box .table_wrap table thead th {
  background-color: rgb(192, 219, 202);
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table thead th {
    font-size: 4.2vw;
  }
}
.page_contents_wrap .page_contents_box .table_wrap table tbody th {
  background-color: rgb(192, 219, 202);
  font-size: 18px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table tbody th {
    font-size: 4.2vw;
  }
}
.page_contents_wrap .page_contents_box .table_wrap table tbody td .list_wrap li {
  font-size: inherit;
  line-height: 1.5em;
}
.page_contents_wrap .page_contents_box .table_wrap table tbody td .list_wrap li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table.block {
    display: block;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table.block tr, .page_contents_wrap .page_contents_box .table_wrap table.block tbody {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .table_wrap table.block th, .page_contents_wrap .page_contents_box .table_wrap table.block td {
    width: 100%;
    display: block;
  }
}
.page_contents_wrap .page_contents_box table.full {
  width: 100%;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box table.full th, .page_contents_wrap .page_contents_box table.full td {
    display: block;
  }
}
.page_contents_wrap .page_contents_box .js-scrollable {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .js-scrollable {
    overflow: auto !important;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .js-scrollable table {
    width: 600px;
  }
}
.page_contents_wrap .page_contents_box .scroll-hint-icon {
  top: 100px; /* 必要に応じて上からの距離を調整 */
  transform: translateY(0); /* 垂直中央配置のデフォルトを解除 */
}
.page_contents_wrap .page_contents_box .list_wrap + * {
  margin-top: 35px;
}
.page_contents_wrap .page_contents_box .list_wrap ul.flex_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.flex_list {
    gap: 5px;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.flex_list li {
  width: calc(50% - 7px);
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.flex_list li {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.flex_list_three {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.page_contents_wrap .page_contents_box .list_wrap ul.flex_list_three li {
  width: calc(33.3333333333% - 4px);
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.flex_list_three li {
    width: 100%;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.group li, .page_contents_wrap .page_contents_box .list_wrap ul.members li {
  font-size: 18px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.group li, .page_contents_wrap .page_contents_box .list_wrap ul.members li {
    width: 100%;
    font-size: 3.8vw;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.group li span, .page_contents_wrap .page_contents_box .list_wrap ul.members li span {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.group li span, .page_contents_wrap .page_contents_box .list_wrap ul.members li span {
    font-size: 3.8vw;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.members {
  row-gap: 0;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.page_contents_wrap .page_contents_box .list_wrap ul.members li {
  width: 31.3333333333%;
  line-height: 1.4em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00a944;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.members li {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.members li {
    width: 100%;
    font-size: 3.8vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.members li span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul.members li span {
    font-size: 3.2vw;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul li {
  list-style-position: inside;
  line-height: 2em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul li {
    font-size: 4.8vw;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul li.f18 {
  font-size: 18px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul li.f18 {
    font-size: 4.2vw;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  height: 1em;
}
.page_contents_wrap .page_contents_box .list_wrap ul li p {
  display: block;
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul li p {
    font-size: 4.2vw;
  }
}
.page_contents_wrap .page_contents_box .list_wrap ul.dot li {
  position: relative;
  padding-left: 1.2em;
}
.page_contents_wrap .page_contents_box .list_wrap ul.dot li::before {
  position: absolute;
  content: "・";
  height: 1em;
}
.page_contents_wrap .page_contents_box .list_wrap ul.number {
  counter-reset: listnum; /* カウンターをリセット */
}
.page_contents_wrap .page_contents_box .list_wrap ul.number li {
  position: relative;
  padding-left: 1.2em;
}
.page_contents_wrap .page_contents_box .list_wrap ul.number li::before {
  position: absolute;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
  height: 1em;
}
.page_contents_wrap .page_contents_box .list_wrap ul.check li {
  position: relative;
  padding-left: 1.2em;
}
.page_contents_wrap .page_contents_box .list_wrap ul.check li::before {
  position: absolute;
  background-image: url(../image/icon_checkbox.svg);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  content: "";
  top: 0.5em;
  left: 0;
}
.page_contents_wrap .page_contents_box .list_wrap ul + ul {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .list_wrap ul + ul {
    margin-top: 15px;
  }
}
.page_contents_wrap .page_contents_box .youtube_wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.page_contents_wrap .page_contents_box .youtube_wrap iframe {
  width: 100%;
  height: 100%;
}
.page_contents_wrap .page_contents_box .youtube_wrap {
  /* Youtubeショート用 */
}
.page_contents_wrap .page_contents_box .youtube_wrap.short {
  aspect-ratio: 9/16;
}
.page_contents_wrap .page_contents_box .youtube_wrap + * {
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .youtube_wrap + * {
    margin-top: 25px;
  }
}
.page_contents_wrap .page_contents_box .border_box {
  border: solid 1px #ccc;
  padding: 35px 45px;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .page_contents_wrap .page_contents_box .border_box {
    padding: 25px 15px;
  }
}
.page_contents_wrap .page_contents_box {
  /* 私たちについて */
}
.page_contents_wrap .page_contents_box .page_catchcopy {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .page_catchcopy {
    font-size: 5vw;
    line-height: 1.6em;
  }
}
.page_contents_wrap .page_contents_box .page_catchcopy.main {
  font-size: 28px;
  font-weight: 700;
  line-height: 2em;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .page_catchcopy.main {
    font-size: 5.8vw;
  }
}
.page_contents_wrap .page_contents_box .page_catchcopy span {
  background: linear-gradient(transparent 70%, rgba(0, 169, 68, 0.7) 70%);
  display: inline;
  padding: 0 10px;
  margin-top: 15px;
}
.page_contents_wrap .page_contents_box .page_catchcopy + * {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .page_catchcopy + * {
    margin-top: 60px;
  }
}
.page_contents_wrap .page_contents_box .page_catchcopy + .page_catchcopy {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .page_catchcopy + .page_catchcopy {
    margin-top: 20px;
  }
}
.page_contents_wrap .page_contents_box {
  /* 私たちの活動 */
}
.page_contents_wrap .page_contents_box .news_list {
  gap: 20px 15px;
}
.page_contents_wrap .page_contents_box {
  /* 震災に学ぶ */
}
.page_contents_wrap .page_contents_box .map_wrap {
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .map_wrap {
    border-radius: none;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .map_contents {
    display: none;
  }
}
.page_contents_wrap .page_contents_box .link_contents {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_contents {
    padding: 0;
  }
}
.page_contents_wrap .page_contents_box .link_contents h5 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_contents h5 {
    font-size: 4.6vw;
  }
}
.page_contents_wrap .page_contents_box .link_contents ul {
  margin-bottom: 25px;
}
.page_contents_wrap .page_contents_box .link_contents ul li {
  font-size: 18px;
  padding-left: 1.4em;
  line-height: 1.8em;
  position: relative;
}
@media (max-width: 767px) {
  .page_contents_wrap .page_contents_box .link_contents ul li {
    font-size: 4.2vw;
  }
}
.page_contents_wrap .page_contents_box .link_contents ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_01::before {
  content: "①";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_02::before {
  content: "②";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_03::before {
  content: "③";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_04::before {
  content: "④";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_05::before {
  content: "⑤";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_06::before {
  content: "⑥";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_07::before {
  content: "⑦";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_08::before {
  content: "⑧";
}
.page_contents_wrap .page_contents_box .link_contents ul li.num_09::before {
  content: "⑨";
}

/* お問い合わせ */
.wpcf7 {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .wpcf7 {
    margin-top: 35px !important;
  }
}

.table-res-form {
  width: min(800px, 100%);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .table-res-form tr:first-child th {
    padding-top: 0;
  }
}
.table-res-form tr:last-child th {
  border-bottom: none;
}
.table-res-form th, .table-res-form td {
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-res-form th, .table-res-form td {
    display: block;
  }
}
.table-res-form th .chushaku, .table-res-form td .chushaku {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .table-res-form th .chushaku, .table-res-form td .chushaku {
    font-size: 3.5vw;
  }
}
.table-res-form th {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .table-res-form th {
    font-size: 4.5vw;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.table-res-form th span.requied {
  margin-left: 5px;
  display: inline-block;
  padding: 3px 8px 5px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-radius: 3px;
  background-color: #00a944;
}
@media (max-width: 767px) {
  .table-res-form th span.requied {
    font-size: 3.5vw;
  }
}
.table-res-form td {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .table-res-form td {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
.table-res-form span .wpcf7-radio,
.table-res-form span .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
}
.table-res-form input[type=text],
.table-res-form input[type=tel],
.table-res-form input[type=email],
.table-res-form textarea {
  border: 1px #666 solid;
  padding: 3% 2%;
  margin-bottom: 0.5em;
  width: 96%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .table-res-form input[type=text],
  .table-res-form input[type=tel],
  .table-res-form input[type=email],
  .table-res-form textarea {
    font-size: 4.2vw;
  }
}
.table-res-form input[type=text]:focus,
.table-res-form input[type=tel]:focus,
.table-res-form input[type=email]:focus,
.table-res-form textarea:focus {
  border: 1px #00a944 solid;
  border-radius: 5px;
}
.table-res-form input[name=your-zip-code],
.table-res-form input[name=your-zip-code2] {
  width: 45%;
}
@media (max-width: 767px) {
  .table-res-form input[name=your-zip-code],
  .table-res-form input[name=your-zip-code2] {
    width: 42%;
  }
}
.table-res-form input[type=checkbox],
.table-res-form input[type=radio] {
  margin-right: 5px;
}
.table-res-form input[type=submit] {
  display: block;
  width: 250px;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #00a944;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-inline: auto;
}

/* 私たちについて｜運営委員の紹介 */
.profile_wrap {
  width: min(900px, 100%);
  margin-inline: auto;
}
.profile_wrap .profile_flex {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 767px) {
  .profile_wrap .profile_flex {
    gap: 40px;
  }
}
.profile_wrap .profile_box {
  display: flex;
  gap: 5%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .profile_wrap .profile_box {
    flex-direction: column;
    gap: 15px;
    font-size: 4.2vw;
  }
}
.profile_wrap .profile_box .profile_img {
  width: min(270px, 30%);
}
@media (max-width: 767px) {
  .profile_wrap .profile_box .profile_img {
    width: 90%;
    margin-inline: auto;
  }
}
.profile_wrap .profile_box .profile_img img {
  width: 100%;
}
.profile_wrap .profile_box .profile_text {
  flex: 1;
}
.profile_wrap .profile_box .profile_text .profile_name {
  line-height: 1.7em;
}
.profile_wrap .profile_box .profile_text .profile_name strong {
  font-size: 22px;
}
@media (max-width: 767px) {
  .profile_wrap .profile_box .profile_text .profile_name strong {
    font-size: 5.2vw;
  }
}
.profile_wrap .profile_box .profile_text .profile_name span {
  display: inline-block;
  margin-left: 1em;
  font-size: 18px;
}
@media (max-width: 767px) {
  .profile_wrap .profile_box .profile_text .profile_name span {
    font-size: 4.2vw;
  }
}
.profile_wrap .profile_box .profile_text .profile_name + .profile_position {
  margin-top: 10px;
}
.profile_wrap .profile_box .profile_text .profile_position + .profile_position {
  margin-top: 5px;
}
.profile_wrap .profile_box .profile_text .profile_position + p {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .profile_wrap .profile_box .profile_text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .profile_box .profile_text p {
    font-size: 3.8vw;
  }
}

/*** 投稿ページ ***/
.single_contents_wrap {
  padding: 95px 0 80px 0;
}
@media (max-width: 1023px) {
  .single_contents_wrap {
    padding: 85px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .single_contents_wrap {
    padding: 20vw 0 65px 0;
  }
}
@media (max-width: 767px) {
  .single_contents_wrap .w1100 {
    max-width: 100%;
  }
}
.single_contents_wrap .wrap {
  background-color: #fff;
  padding: 40px 4%;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .single_contents_wrap .wrap {
    max-width: 100%;
  }
}
.single_contents_wrap .breadcrumb_wrap {
  width: 900px;
  max-width: 90%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .single_contents_wrap .breadcrumb_wrap {
    max-width: 100%;
  }
}
.single_contents_wrap .page_title_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 45px;
}
@media (max-width: 1023px) {
  .single_contents_wrap .page_title_wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single_contents_wrap .page_title_wrap {
    padding-bottom: 25px;
  }
}
.single_contents_wrap .page_title_wrap h2 {
  font-size: 30px;
  padding: 0.2em 0 0.3em 0.3em;
  border-top: solid 3px #00a944;
  border-bottom: solid 3px #00a944;
}
@media (max-width: 1023px) {
  .single_contents_wrap .page_title_wrap h2 {
    font-size: 26px;
    padding: 0.2em 0 0.3em 0.2em;
  }
}
@media (max-width: 767px) {
  .single_contents_wrap .page_title_wrap h2 {
    font-size: 6vw;
    border-top: solid 2px #00a944;
    border-bottom: solid 2px #00a944;
  }
}

.single_content {
  /* margin */
}
.single_content .ma_5 {
  margin-bottom: 5px !important;
}
.single_content .ma_10 {
  margin-bottom: 10px !important;
}
.single_content .ma_15 {
  margin-bottom: 15px !important;
}
.single_content .ma_20 {
  margin-bottom: 20px !important;
}
.single_content .ma_30 {
  margin-bottom: 30px !important;
}
.single_content .ma_40 {
  margin-bottom: 40px !important;
}
.single_content .ma_50 {
  margin-bottom: 50px !important;
}
.single_content .ma_60 {
  margin-bottom: 60px !important;
}
.single_content .ma_80 {
  margin-bottom: 80px !important;
}
.single_content .ma_100 {
  margin-bottom: 100px !important;
}
.single_content h3 {
  font-size: 26px;
  margin-bottom: 25px;
  padding: 0 0 0.2em 0.3em;
  border-bottom: double 4px #00a944;
}
@media (max-width: 1023px) {
  .single_content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single_content h3 {
    font-size: 5.2vw;
  }
}
.single_content h4 {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 7px 0 8px 0;
  border-bottom: solid 1px #ccc; /*下線*/
}
@media (max-width: 1023px) {
  .single_content h4 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .single_content h4 {
    font-size: 4.8vw;
  }
}
.single_content h5 {
  font-size: 20px;
  color: #00a944;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .single_content h5 {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .single_content h5 {
    font-size: 4.5vw;
  }
}
.single_content p {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .single_content p {
    font-size: 3.8vw;
  }
}
.single_content p + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .single_content p + * {
    margin-top: 15px;
  }
}
.single_content p + p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single_content p + p {
    margin-top: 10px;
  }
}
.single_content p a {
  color: #00a944;
  -webkit-text-decoration: underline #00a944 1px;
          text-decoration: underline #00a944 1px;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.single_content p a:hover {
  text-decoration: none;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.single_content p a + * {
  margin-top: 0;
}
.single_content p strong {
  font-weight: 700;
  color: #fa8c33;
}
.single_content p img {
  width: 100%;
}
.single_content p img + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single_content p img + * {
    margin-top: 15px;
  }
}
.single_content {
  /* table */
}
.single_content table {
  width: auto;
  border: 2px solid #00a944;
}
@media (max-width: 767px) {
  .single_content table {
    width: 100%;
  }
}
.single_content table th, .single_content table td {
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #00a944;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single_content table th, .single_content table td {
    font-size: 3.8vw;
    padding: 10px 15px;
  }
}
.single_content table th.text_left, .single_content table td.text_left {
  text-align: left;
}
.single_content table th.left, .single_content table td.left {
  text-align: left;
}
.single_content table thead th {
  background-color: rgb(192, 219, 202);
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .single_content table thead th {
    font-size: 4.2vw;
  }
}
.single_content table tbody th {
  background-color: rgb(192, 219, 202);
  font-size: 18px;
  width: 15%;
}
@media (max-width: 767px) {
  .single_content table tbody th {
    font-size: 4.2vw;
  }
}
.single_content table tbody td {
  background-color: #ffffff;
}
.single_content table tbody td .list_wrap li {
  font-size: inherit;
  line-height: 1.5em;
}
.single_content table tbody td .list_wrap li + li {
  margin-top: 10px;
}
.single_content table + * {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .single_content table + * {
    margin-top: 25px;
  }
}
.single_content {
  /* リスト */
}
.single_content ul li, .single_content ol li {
  list-style-position: inside;
  line-height: 2em;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .single_content ul li, .single_content ol li {
    font-size: 4vw;
  }
}
.single_content ul li::before, .single_content ol li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  height: 1em;
}
.single_content ul li p, .single_content ol li p {
  display: block;
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .single_content ul li p, .single_content ol li p {
    font-size: 3.8vw;
  }
}
.single_content ul li a, .single_content ol li a {
  color: #00a944;
  -webkit-text-decoration: underline #00a944 1px;
          text-decoration: underline #00a944 1px;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.single_content ul li a:hover, .single_content ol li a:hover {
  text-decoration: none;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.single_content ul li a + *, .single_content ol li a + * {
  margin-top: 0;
}
.single_content ul li:last-child, .single_content ol li:last-child {
  margin-bottom: 0;
}
.single_content ul + *, .single_content ol + * {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single_content ul + *, .single_content ol + * {
    margin-top: 20px;
  }
}
.single_content ul + p, .single_content ol + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single_content ul + p, .single_content ol + p {
    margin-top: 15px;
  }
}
.single_content ul li {
  position: relative;
  padding-left: 1.2em;
}
.single_content ul li::before {
  position: absolute;
  content: "・";
  height: 1em;
}
.single_content ol {
  counter-reset: listnum; /* カウンターをリセット */
}
.single_content ol li {
  position: relative;
  padding-left: 1.2em;
}
.single_content ol li::before {
  position: absolute;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
  height: 1em;
}

/* 語り部 */
.single_contents_wrap.erea {
  padding: 95px 0 80px 0;
}
@media (max-width: 1023px) {
  .single_contents_wrap.erea {
    padding: 85px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .single_contents_wrap.erea {
    padding: 10vw 0 65px 0;
  }
}
.single_contents_wrap.erea .breadcrumb_wrap {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea .breadcrumb_wrap {
    padding: 25px 5px;
  }
}
.single_contents_wrap.erea h2 {
  border-top: none;
}
.single_contents_wrap.erea h2 .subttl {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea h2 .subttl {
    font-size: 3.5vw;
  }
}
.single_contents_wrap.erea .single_content > *:first-child {
  margin-top: 0;
}
.single_contents_wrap.erea .single_content .profile_box {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea .single_content .profile_box {
    flex-direction: column;
  }
}
.single_contents_wrap.erea .single_content .profile_box dt {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea .single_content .profile_box dt {
    width: 100%;
  }
}
.single_contents_wrap.erea .single_content .profile_box dt img {
  width: 100%;
}
.single_contents_wrap.erea .single_content .profile_box dd {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea .single_content .profile_box dd {
    font-size: 3.8vw;
  }
}
.single_contents_wrap.erea .single_content ul.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea .single_content ul.tag {
    gap: 5px 10px;
  }
}
.single_contents_wrap.erea .single_content ul.tag li {
  padding: 0;
}
.single_contents_wrap.erea .single_content ul.tag li a {
  color: #008e41;
  border: 1px solid #00a84d;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .single_contents_wrap.erea .single_content ul.tag li a {
    font-size: 3.2vw;
  }
}
.single_contents_wrap.erea .single_content ul.tag li::before {
  content: none;
}

/* インタビュー */
.single_contents_wrap.interview .interview_box {
  margin-top: 0;
  padding: 35px 8% 5% 8%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .single_contents_wrap.interview .interview_box {
    padding: 30px 4% 5% 4%;
  }
}
.single_contents_wrap.interview .interview_box p {
  margin-bottom: 30px;
}
.single_contents_wrap.interview .interview_box .profile_box {
  border: #00a84d 1px solid;
  padding: 1.5em;
}
@media (max-width: 767px) {
  .single_contents_wrap.interview .interview_box .profile_box {
    padding: 1em 1.2em;
  }
}
.single_contents_wrap.interview .interview_box .profile_box h5 {
  font-size: 20px;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .single_contents_wrap.interview .interview_box .profile_box h5 {
    font-size: 4.5vw;
  }
}
.single_contents_wrap.interview .interview_box .profile_box p {
  margin-bottom: 0;
}
.single_contents_wrap.interview .interview_box .profile_box p + p {
  margin-top: 20px;
}
.single_contents_wrap.interview .interview_box .profile_box .img_box + .txt_box {
  margin-top: 25px;
}
.single_contents_wrap.interview .interview_box .intervier {
  color: #00a84d;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.single_contents_wrap.interview .interview_box .intervier::before {
  content: "-----";
  letter-spacing: -0.2em;
}
.single_contents_wrap.interview strong {
  font-weight: bold;
}
.single_contents_wrap.interview strong strong p.btn {
  text-align: center;
}
.single_contents_wrap.interview strong strong p.btn a {
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  position: relative;
  padding: 6px 33px 8px 22px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #c0dbca;
  letter-spacing: 0;
  font-weight: 500;
  transition: 0.3s;
}
.single_contents_wrap.interview strong strong p.btn a::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../image/icon_arrow.svg);
  transition: 0.25s;
}
.single_contents_wrap.interview strong strong p.btn a:hover {
  background: #00a944;
  color: #fff;
}
.single_contents_wrap.interview strong strong p.btn a:hover::after {
  background: url(../image/icon_arrow_w.svg);
}

/* アーカイブページ */
.archive_content {
  padding: 30px 25px 80px 25px;
}
@media (max-width: 1023px) {
  .archive_content {
    padding: 25px 20px 70px 20px;
  }
}
@media (max-width: 767px) {
  .archive_content {
    padding: 20px 15px 65px 15px;
  }
}
.archive_content .breadcrumb_wrap {
  padding: 25px 0;
}
.archive_content .archive_list {
  display: flex;
  flex-direction: column;
}
.archive_content .archive_list .archive_list_item {
  border-top: #00a944 solid 1px;
}
.archive_content .archive_list .archive_list_item a {
  display: flex;
  gap: 25px;
  padding: 20px 15px;
  background-color: #fff;
  transition: background-color ease 0.35;
}
@media (max-width: 767px) {
  .archive_content .archive_list .archive_list_item a {
    padding: 15px;
    flex-direction: column;
  }
}
.archive_content .archive_list .archive_list_item a:hover {
  background-color: #c0dbca;
  transition: background-color ease 35;
}
.archive_content .archive_list .archive_list_item .image_wrap {
  width: 20%;
}
@media (max-width: 1023px) {
  .archive_content .archive_list .archive_list_item .image_wrap {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .archive_content .archive_list .archive_list_item .image_wrap {
    width: 100%;
  }
}
.archive_content .archive_list .archive_list_item .image_wrap img {
  width: 100%;
}
.archive_content .archive_list .archive_list_item .text_wrap {
  flex: 1;
  font-weight: 700;
}
.archive_content .archive_list .archive_list_item .text_wrap time {
  color: #00a944;
  font-size: 15px;
  display: block;
}
@media (max-width: 767px) {
  .archive_content .archive_list .archive_list_item .text_wrap time {
    font-size: 3.5vw;
  }
}
.archive_content .archive_list .archive_list_item .text_wrap strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .archive_content .archive_list .archive_list_item .text_wrap strong {
    font-size: 4.2vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .archive_content .archive_list .archive_list_item .text_wrap strong {
    font-size: 3.8vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 表示したい行数 */
    overflow: hidden; /* はみ出た分を隠す */
  }
}
.archive_content .archive_list .archive_list_item .text_wrap p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .archive_content .archive_list .archive_list_item .text_wrap p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 表示したい行数 */
    overflow: hidden; /* はみ出た分を隠す */
  }
}
@media (max-width: 767px) {
  .archive_content .archive_list .archive_list_item .text_wrap p {
    font-size: 3.5vw;
    -webkit-line-clamp: 2; /* 表示したい行数 */
  }
}
.archive_content .archive_list .archive_list_item:last-child {
  border-bottom: #00a944 solid 1px;
}
.archive_content .pagination {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.archive_content .pagination a, .archive_content .pagination span {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 16px;
}
.archive_content .pagination span.current {
  background-color: #00a84d;
  color: white;
}

/* アーカイブページ / category */
.category_content_wrap {
  padding: 95px 0 80px 0;
}
@media (max-width: 1023px) {
  .category_content_wrap {
    padding: 85px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .category_content_wrap {
    padding: 20vw 0 65px 0;
  }
}
.category_content_wrap .breadcrumb_wrap {
  padding: 25px 0;
}
.category_content_wrap .page_title_wrap .page_title {
  font-size: 30px;
  margin-bottom: 35px;
  padding: 0.2em 0 0.3em 0.3em;
  border-top: solid 3px #00a944;
  border-bottom: solid 3px #00a944;
}
@media (max-width: 1023px) {
  .category_content_wrap .page_title_wrap .page_title {
    font-size: 26px;
    padding: 0.2em 0 0.3em 0.2em;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .category_content_wrap .page_title_wrap .page_title {
    font-size: 6vw;
    margin-bottom: 20px;
    border-top: solid 2px #00a944;
    border-bottom: solid 2px #00a944;
  }
}
.category_content_wrap .to_map {
  padding: 15px 0 35px 0;
}
.category_content_wrap .to_map a {
  color: #00a944;
  -webkit-text-decoration: underline #00a944 1px;
          text-decoration: underline #00a944 1px;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.category_content_wrap .to_map a:hover {
  text-decoration: none;
  transition: -webkit-text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s;
  transition: text-decoration ease 0.25s, -webkit-text-decoration ease 0.25s;
}
.category_content_wrap .activity_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
}
@media (max-width: 1023px) {
  .category_content_wrap .activity_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category_content_wrap .activity_list .activity_box a {
  background: #fff;
  padding: 10px 15px;
  display: flex;
  border-radius: 10px;
  transition: 0.25s;
  border: 5px solid #fff;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .category_content_wrap .activity_list .activity_box a {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list .activity_box a {
    padding: 10px 15px;
  }
}
.category_content_wrap .activity_list .activity_box a:hover {
  box-shadow: 0 0 10px rgba(135, 168, 141, 0.3);
  border: 5px solid #c0dbca;
}
.category_content_wrap .activity_list .activity_box a .img_wrap {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.category_content_wrap .activity_list .activity_box a .img_wrap .icn_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.category_content_wrap .activity_list .activity_box a .txt_wrap {
  width: 100%;
  padding: 10px 15px;
}
.category_content_wrap .activity_list .activity_box a .txt_wrap .subttl {
  display: block;
  color: #00a944;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list .activity_box a .txt_wrap .subttl {
    font-size: 4.2vw;
  }
}
.category_content_wrap .activity_list .activity_box a .txt_wrap .ttl {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list .activity_box a .txt_wrap .ttl {
    font-size: 5.2vw;
  }
}
.category_content_wrap .activity_list .activity_box a .txt_wrap .area {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .category_content_wrap .activity_list .activity_box a .txt_wrap .area {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list .activity_box a .txt_wrap .area {
    font-size: 3.8vw;
  }
}
.category_content_wrap .activity_list .activity_box a .txt_wrap .area .parent_area {
  width: 25%;
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list .activity_box a .txt_wrap .area .parent_area {
    width: 20%;
  }
}
.category_content_wrap .activity_list .activity_box a .txt_wrap .area .child_area {
  font-size: 14px;
}
@media (max-width: 767px) {
  .category_content_wrap .activity_list .activity_box a .txt_wrap .area .child_area {
    font-size: 3.2vw;
  }
}
.category_content_wrap .pagination {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.category_content_wrap .pagination a, .category_content_wrap .pagination span {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 16px;
}
.category_content_wrap .pagination span.current {
  background-color: #00a84d;
  color: white;
}

.notfound_wrap .btn_wrap {
  text-align: center;
  padding: 35px 0 0 0;
}
.notfound_wrap .btn_wrap a {
  display: block;
  margin: 0 auto;
  padding: 15px 40px 17px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  color: #00a944;
  font-weight: 600;
  font-size: 23px;
  border-radius: 100px;
  border: 5px solid #eee;
  box-shadow: 0 0 10px #0e7f42;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .notfound_wrap .btn_wrap a {
    font-size: 4.8vw;
    padding: 12px 35px 12px;
    width: 100%;
  }
}
.notfound_wrap .btn_wrap a:hover {
  background: #00a944;
  color: #fff;
}/*# sourceMappingURL=style.css.map */