@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
body {
  min-width: 320px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  box-sizing: border-box;
  color: #1D1D1D;
  position: relative;
  letter-spacing: 0.02em;
  font-size: clamp(13px, 1.2vw, 16px);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  min-width: 320px;
  margin-left: auto;
  width: calc(100vw - 240px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    margin-left: 0;
    width: 100%;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 100px 0px 120px;
  }
}

.blog_content_block {
  width: min(76%, 900px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 0 0 180px;
  }
}

.content_inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 969px) {
  .content_inner {
    width: min(86%, 1200px);
  }
}

.col2_wrap {
  display: flex;
  flex-direction: column;
  column-gap: 5%;
  align-items: center;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 969px) {
  .col2_wrap {
    flex-direction: row;
  }
}
.col2_wrap .col2 {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2 {
    min-width: 45%;
  }
}
.col2_wrap .col2.content, .col2_wrap .col2 .content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2.content, .col2_wrap .col2 .content {
    row-gap: 10px;
  }
}
.col2_wrap .col2.content p, .col2_wrap .col2 .content p {
  font-size: clamp(16px, 2vw, 24px);
}
.col2_wrap .col2.img {
  flex: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2.img {
    order: inherit;
    margin-top: 0;
  }
}

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

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

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 240px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header {
    left: auto;
    padding: 20px 0;
    width: 50px;
    background: none;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 70px 5%;
}
@media screen and (max-width: 767px) {
  header .header_pc {
    display: none;
  }
}

.header_item {
  display: none;
  align-items: stretch;
  display: flex;
  justify-content: end;
  flex: 1;
  height: 100%;
  margin: 70px 0 0;
}
.header_item .nav {
  flex-direction: column;
  align-items: center;
  row-gap: 53px;
}
.header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  list-style: none;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
}
.header_item .nav ul > li {
  margin-right: 0;
}
.header_item .nav ul > li a {
  display: flex;
  color: #1D1D1D;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1em;
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
@media screen and (max-width: 767px) {
  #drawer {
    display: block;
  }
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
  width: 100vw;
}
#drawer label[for=navTgl] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label[for=navTgl].open {
  background-color: #3D5427;
  z-index: 12;
  position: inherit;
  width: 56px;
  height: 56px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after {
  content: "";
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after,
#drawer label[for=navTgl].open span {
  content: "";
  position: absolute;
  top: 27px;
  right: 28%;
  width: 46%;
  border-bottom: 3px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before {
  transform: translateY(-8px);
}
#drawer label[for=navTgl].open::after {
  transform: translateY(8px);
}
#drawer label[for=navTgl].close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  padding: 95px 10px 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 35px;
  margin: 50px 0 0;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
}
.sp_menu .header_nav_block ul li {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}
.sp_menu .header_nav_block ul li a {
  transition: all 0.5s;
  display: block;
  text-align: center;
}
.sp_menu .header_nav_block ul li a span {
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
}

footer {
  padding: 50px 0 0;
  background-color: #F7FAF4;
  margin-left: auto;
  width: calc(100vw - 240px);
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 60px;
    margin-left: 0;
    width: 100%;
  }
}
footer .footer_inner {
  display: flex;
  column-gap: 80px;
  flex-direction: column;
  width: min(96%, 1000px);
  margin: 0 auto 50px;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    width: min(80%, 1000px);
    margin: 0 auto 50px;
    row-gap: 30px;
  }
}
footer .footer_inner .logo {
  row-gap: 5px;
}
footer .footer_info {
  font-size: clamp(13px, 1.2vw, 14px);
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    order: -1;
  }
}
footer .footer_info ul li {
  margin-bottom: 10px;
}
footer .col2 {
  align-self: stretch;
}
footer iframe {
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  footer iframe {
    height: 300px;
  }
}
footer .foot_nav {
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    display: flex;
    row-gap: 50px;
  }
}
footer .foot_nav .nav {
  column-gap: 40px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  footer .foot_nav .nav {
    width: 80%;
    margin: 0 auto 40px;
  }
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul {
    align-items: stretch;
    margin: 0;
    justify-content: end;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    column-gap: 1vw;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  margin-bottom: 5px;
  line-height: 2.2em;
  font-size: 15px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li {
    display: flex;
    background-color: initial;
    margin-bottom: 0;
    text-align: left;
    line-height: 1em;
    column-gap: 1vw;
  }
  footer .foot_nav .nav ul li:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}
footer .foot_nav .nav ul li a {
  display: flex;
  transition: all 0.5s;
  font-size: clamp(14px, 1vw, 15px);
  display: block;
  color: #1D1D1D;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    text-align: left;
    color: #1D1D1D;
  }
}
footer .copy {
  color: #fff;
  font-size: clamp(11px, 1.2vw, 15px);
  width: 100%;
  margin-top: 14px;
  text-align: center;
  padding: 1em 0;
  background-color: #3C5528;
  line-height: 1.7em;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 20px;
  left: 20px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 969px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  position: relative;
  background: #3B7815;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.pagetop_block .contact_sp a span {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}
.pagetop_block .contact_sp a span::before {
  content: "";
  width: 21px;
  background: url(./assets/images/common/ico_mail_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  aspect-ratio: 1/0.75;
}
.pagetop_block #pagetop {
  width: 58px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  opacity: 1;
  color: #3D5427;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    width: 58px;
    aspect-ratio: 1/1;
    background: #3D5427 url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a::before {
    display: none;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    display: none;
  }
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.logo img {
  width: 87px;
}
.logo p {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .logo {
    row-gap: 10px;
  }
  .logo img {
    width: 65px;
  }
  .logo p {
    font-size: 17px;
  }
}

.breadcrumb_block {
  width: min(90%, 1200px);
  margin: 20px auto 80px;
}
@media screen and (min-width: 969px) {
  .breadcrumb_block {
    margin: 30px auto 110px;
  }
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  color: #1D1D1D;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li, .breadcrumb_block ul a {
    font-size: 11px;
  }
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  color: #3B7815;
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.contact_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 969px) {
  .contact_list_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }
}

.loc_btn {
  display: inline-flex;
  padding-left: 0.8em;
  column-gap: 5px;
  align-items: center;
  color: #fff;
}
.loc_btn:hover {
  color: #fff;
}
.loc_btn::after {
  content: "";
  background-image: url(./assets/images/common/ico_location_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 10px;
  aspect-ratio: 1/1.364;
}

.btn_contact {
  margin: 0;
  transition: 0.5s;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
  justify-content: center;
  column-gap: 8px;
  background-color: #3B7815;
}
@media screen and (max-width: 767px) {
  .btn_contact {
    width: 90%;
  }
}
.btn_contact span {
  color: #fff;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 600;
  text-align: center;
}
.btn_contact::before {
  content: "";
  width: 21px;
  background-image: url(./assets/images/common/ico_mail_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  aspect-ratio: 1/0.75;
}

.btn_detail_wrap {
  display: flex;
  margin-top: 30px;
  justify-content: start;
}
.btn_detail_wrap.center .btn_detail {
  margin: 0 auto;
}

.btn_detail {
  margin: 0;
  transition: 0.5s;
  text-decoration: none;
  display: flex;
  justify-content: end;
  align-items: center;
  border: 1px solid #3B7815;
  border-radius: 6px;
  padding: 0.5em 0.5em 0.5em 23px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn_detail {
    width: 90%;
  }
}
.btn_detail span {
  color: #3B7815;
  font-size: clamp(14px, 1.1vw, 19px);
  flex: 1;
  text-align: center;
}
.btn_detail::after {
  content: "";
  width: 23px;
  background: url(./assets/images/common/ico_arrow_g.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 31% auto;
  aspect-ratio: 1/1;
  border-radius: 50% 50%;
  border: 1px solid #3B7815;
}

#contact {
  background: linear-gradient(-90deg, #419684, #7FCC5C);
  padding: 60px 0px;
}
@media screen and (min-width: 969px) {
  #contact {
    padding: 80px 0px;
  }
}
#contact .content_inner {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .content_inner {
    width: 90%;
  }
}
#contact .content_inner h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 28px);
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
}
#contact .content_inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#contact .content_inner .contact_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  row-gap: 20px;
}
@media screen and (min-width: 969px) {
  #contact .content_inner .contact_list_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }
}
#contact .content_inner .contact_list_wrap .contact_list {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 969px) {
  #contact .content_inner .contact_list_wrap .contact_list {
    width: 328px;
  }
}
#contact .content_inner .contact_list_wrap .contact_list .btn_contact {
  color: #3B7815;
  background-color: #fff;
  font-size: clamp(13px, 1.2vw, 26px);
  padding: 0.8em 0.5em;
}
#contact .content_inner .contact_list_wrap .contact_list .btn_contact::before {
  width: 21px;
  background-image: url(./assets/images/common/ico_mail_g.svg);
}
#contact .content_inner .contact_list_wrap .contact_list .btn_contact span {
  color: #3B7815;
}
#contact .content_inner .contact_list_wrap .contact_list .btn_contact.line::before {
  aspect-ratio: 1/1;
  background-image: url(./assets/images/common/ico_line.svg);
}
#contact .content_inner p {
  font-size: clamp(13px, 1.2vw, 20px);
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 969px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.pagination .pagination__body {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body {
    padding: 0 1em;
  }
}
.pagination .pagination__body li {
  list-style: none;
  background: #E6EEF7;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body li {
    margin-right: 1em;
  }
}
.pagination .pagination__body li a {
  color: #DCDCDC;
  display: block;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #DCDCDC;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
}

.current::before {
  color: #1D1D1D !important;
  font-size: 16px !important;
}

@keyframes fadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.fadein {
  opacity: 0;
  backface-visibility: hidden;
}
.fadein.active {
  animation: fadeIn 0.5s ease-out both;
  animation-delay: 0.5s;
  transform: translate3d(0, 20px, 0);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.section_title01 {
  color: #3B7815;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 41px);
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.6em;
  flex-direction: row;
  column-gap: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section_title01 {
    margin-bottom: 10px;
  }
}
.section_title01::before, .section_title01::after {
  content: "";
  display: block;
  width: min(6vw, 60px);
  height: 2px;
  background-color: #3B7815;
}

.section_title02 {
  margin-bottom: 40px;
  color: #3B7815;
  font-size: clamp(18px, 1.6vw, 28px);
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
}
.section_title02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3B7815;
}

.section_title03 {
  color: #fff;
  background-color: #3B7815;
  text-align: center;
  font-size: clamp(18px, 2.6vw, 29px);
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.6em;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 0.2em 1.2em;
}

.section_title04 {
  margin-bottom: 23px;
  color: #3B7815;
  font-size: clamp(14px, 1.4vw, 22px);
  position: relative;
  display: block;
  padding-bottom: 10px;
  text-align: left;
}
.section_title04 span::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #3B7815;
  margin-right: 0.4em;
}
.section_title04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3B7815;
}

p {
  font-size: clamp(13px, 1.2vw, 16px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8em;
  margin: 0;
}

.tel_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tel_link a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(23px, 4vw, 30px);
}
.tel_link a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_b.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 24px;
  height: 20px;
}
.tel_link span {
  font-size: 0.95em;
}

a {
  color: #1D1D1D;
}
a:hover {
  color: #1D1D1D;
}

.text_center {
  text-align: center;
}

.txt_green {
  color: #3B7815;
}

.note {
  display: flex;
  font-size: 11px;
  line-height: 1.7em;
}
@media screen and (min-width: 969px) {
  .note {
    font-size: 13px;
  }
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
}
.note span {
  flex: 1;
}
.note.center {
  justify-content: center;
}
.note.center span {
  flex: initial;
}

.txt_red {
  color: #C9161F;
}

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

@media screen and (min-width: 768px) and (max-width: 968px) {
  .md_none {
    display: none;
  }
}

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes newsfadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-50%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.main_visual {
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  width: 100%;
  position: relative;
}
.main_visual h1 {
  position: absolute;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.7);
  color: #3D5427;
  font-size: clamp(18px, 4vw, 52px);
  padding: 0.4em 0.7em;
  margin: 0;
  right: 35px;
  bottom: 35px;
  font-weight: 700;
}
.main_visual h1 span {
  font-size: 0.7em;
  padding-left: 0.8em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main_visual h1 {
    right: 0.8em;
    bottom: 0.8em;
  }
}
.main_visual .mv_fade {
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 1/0.664;
  padding: 0;
  margin: 0;
}
.main_visual .mv_fade .slick-slide {
  min-height: 500px;
}
.main_visual .mv_fade .slick-slide img {
  height: 100%;
  object-position: center center;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_fade {
    aspect-ratio: 1/1.25;
  }
  .main_visual .mv_fade .slick-slide img {
    aspect-ratio: 1/1.25;
    object-fit: cover;
  }
}

#reason {
  padding: 120px 0;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 1s forwards;
}
#reason p {
  font-size: clamp(14px, 1.6vw, 19px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 40px 0;
  }
  #reason p {
    text-align: left;
  }
}

#reason_points {
  padding: 0 5vw 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reason_points {
    padding: 0px 12vw 50px;
  }
}
#reason_points .points_wrap {
  padding: 0;
  list-style: none;
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  column-gap: 2vw;
}
#reason_points .points_wrap .point_list {
  max-width: 400px;
}
#reason_points .points_wrap .point_list .point_content {
  padding: 25px 5% 0;
}
#reason_points .points_wrap .point_list .point_content h4 {
  margin-bottom: 20px;
  color: #3B7815;
  font-size: clamp(14px, 1.6vw, 19px);
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
#reason_points .points_wrap .point_list .point_content h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3B7815;
}
#reason_points .points_wrap .point_list .point_content .btn_detail {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #reason_points .points_wrap {
    flex-direction: column;
    row-gap: 30px;
    margin: 30px 0 0;
  }
  #reason_points .points_wrap .point_list .point_content {
    padding: 17px 5% 0;
  }
  #reason_points .points_wrap .point_list .point_content p {
    text-align: center;
  }
  #reason_points .points_wrap .point_list .btn_detail {
    margin-top: 1em;
  }
}

#service {
  background-color: #A8D0A8;
  padding: 110px 0px 130px;
  text-align: center;
}
#service .col2_wrap .service_list {
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 3% 30px;
  counter-increment: mycounter;
}
#service .col2_wrap .service_list h3 {
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 600;
  margin-bottom: 15px;
  color: #3B7815;
  display: flex;
  align-items: center;
  text-align: left;
}
#service .col2_wrap .service_list h3::before {
  font-family: "Alumni Sans", sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1em;
  content: counter(mycounter, decimal-leading-zero);
}
#service .col2_wrap .service_list h3 span {
  margin-left: 0.5em;
}
#service .col2_wrap .service_list img {
  width: 100%;
}
#service .col2_wrap .service_list img:not(.col2) {
  margin-bottom: 25px;
}
#service .col2_wrap .service_list img.col2 {
  width: auto;
  align-self: stretch;
}
#service .col2_wrap .service_list .service_list_content p, #service .col2_wrap .service_list .service_list_content li {
  text-align: justify;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.8em;
}
#service .col2_wrap .service_list .service_list_content ul li {
  text-align: left;
}
#service .col2_wrap .service_list .btn_detail {
  margin-top: 2em;
  width: min(100%, 450px);
}
@media screen and (max-width: 767px) {
  #service {
    padding: 50px 0;
  }
  #service .col2_wrap .col2 {
    width: 100%;
  }
  #service .col2_wrap .service_list {
    padding: 16px 7% 27px;
    width: 100%;
  }
  #service .col2_wrap .service_list img.col2 {
    width: 100%;
  }
}

#campaign {
  padding: 60px 0px;
}
@media screen and (min-width: 969px) {
  #campaign {
    padding: 80px 0px;
  }
}
#campaign .content_inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #campaign .content_inner {
    width: 86%;
  }
}
#campaign .col2_wrap {
  align-items: stretch;
}
#campaign .col2_wrap .campaign_list .campaign_list_content {
  text-align: left;
  width: 95%;
  margin: 20px auto 0;
}
#campaign .col2_wrap .campaign_list .campaign_list_content p {
  text-align: justify;
}
#campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub {
  background-color: #F7FAF4;
  padding: 1em 3%;
  margin: 1em 0 1.5em;
}
#campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl:last-of-type {
  margin-bottom: 0;
}
#campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dt {
  color: #3B7815;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dt::before {
  content: "・";
}
#campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dd {
  margin: 0 1em;
}
#campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dd .off {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  background-color: #5AAC74;
  padding: 0.2em 0.4em;
  margin-left: 0.8em;
  font-size: 0.8em;
}
#campaign .col2_wrap .campaign_list .campaign_list_content .btn_detail {
  width: 100%;
}
#campaign #benefits {
  margin: 90px 0 0;
  padding: 80px 4%;
  background-color: #F7FAF4;
}
#campaign #benefits .benefits_ttl {
  margin-bottom: 40px;
  color: #3D5427;
  font-size: clamp(18px, 1.6vw, 28px);
  display: inline-block;
  letter-spacing: 0.08em;
}
#campaign #benefits .tour_wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  justify-content: center;
  column-gap: 3%;
  row-gap: 40px;
}
#campaign #benefits .tour_wrap .tour_list {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  filter: drop-shadow(0 10px 4px rgba(29, 29, 29, 0.13));
}
#campaign #benefits .tour_wrap .tour_list .benefits_txt {
  width: 100%;
  background-color: #fff;
  font-size: clamp(13px, 1.6vw, 14px);
  text-align: center;
  border-radius: 7px;
  padding: 1em 0.5em;
  position: relative;
}
#campaign #benefits .tour_wrap .tour_list .benefits_txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
#campaign #benefits .tour_wrap .tour_list p {
  text-align: center;
}
#campaign #benefits .tour_wrap .tour_list .benefits_img {
  width: min(80%, 150px);
}
#campaign #benefits p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #campaign #benefits {
    margin: 60px 0 0;
    padding: 40px 8%;
  }
  #campaign #benefits .benefits_ttl {
    line-height: 1.6em;
  }
  #campaign #benefits .tour_wrap .tour_list {
    width: 230px;
  }
  #campaign #benefits .tour_wrap .tour_list .benefits_img {
    width: min(80%, 120px);
  }
  #campaign #benefits p {
    text-align: justify;
  }
}

.subpage {
  min-width: 320px;
}
.subpage .hero {
  height: 400px;
  position: relative;
}
.subpage .hero img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.subpage .hero .page_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  font-size: clamp(20px, 4vw, 36px);
  text-align: center;
  color: #3D5427;
  padding: 0.3em 0.8em;
  line-height: 1.6em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .subpage .hero {
    height: 200px;
  }
  .subpage .hero .page_title {
    min-width: 68vw;
  }
}
.subpage .sec_title {
  text-align: center;
}
.subpage .sec_title .sub,
.subpage .sec_title .main {
  text-align: center;
}
.subpage .sec_title .sub {
  text-transform: capitalize;
}
.subpage .content_block {
  margin: 0 auto;
  padding: 30px 0 120px;
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 70px 0 220px;
  }
}
.subpage .content_block .content_inner {
  margin: 0 auto;
  position: relative;
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}

.info_title_wrap .info_title_inner {
  margin: 0 auto;
  width: min(90%, 900px);
}
.info_title_wrap .info_title_inner .info_title {
  margin: 50px 0;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6em;
}
@media screen and (min-width: 969px) {
  .info_title_wrap .info_title_inner .info_title {
    margin: 80px 0;
  }
}

#page_about .bg_green {
  background-color: #F7FAF4;
  padding-bottom: 120px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #page_about .bg_green {
    padding-bottom: 60px;
  }
}
#page_about .bg_green .breadcrumb_block {
  margin-top: 0;
}
#page_about .bg_green .logo_area {
  width: min(90%, 900px);
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
#page_about .bg_green .logo_area p {
  font-size: clamp(13px, 1.2vw, 16px);
}
@media screen and (min-width: 969px) {
  #page_about .bg_green .logo_area {
    padding: 50px 0 70px;
  }
}
#page_about .bg_green .logo_area dt {
  margin: 0 auto;
}
#page_about .bg_green .logo_area dt img {
  width: min(20%, 114px);
}
#page_about .bg_green .logo_area dd {
  margin-top: 20px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8em;
  color: #fff;
  background-color: #3D5427;
  border-radius: 7px;
  padding: 1em;
  width: min(100%, 566px);
  margin: 20px auto 0;
}
#page_about .bg_green .logo_area dd p {
  text-align: center;
}
#page_about .bg_green p {
  font-size: clamp(14px, 1.6vw, 19px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_about .bg_green p {
    text-align: left;
  }
}
#page_about #about_voice {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  #page_about #about_voice {
    padding: 30px 0 0;
  }
}
#page_about #about_voice .content_inner {
  text-align: center;
}
#page_about #about_voice .content_inner .about_voice_wrap {
  width: min(100%, 700px);
  margin: 0 auto;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 5%;
  margin-bottom: 40px;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list dt {
  width: min(28%, 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list dt p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list dd {
  width: 100%;
  background-color: #5AAC74;
  font-size: clamp(13px, 1.6vw, 14px);
  text-align: center;
  border-radius: 7px;
  padding: 1em 0.5em;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list dd::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #5AAC74;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list dd p {
  text-align: center;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list:nth-of-type(even) {
  flex-direction: row;
}
#page_about #about_voice .content_inner .about_voice_wrap .about_voice_list:nth-of-type(even) dd::after {
  left: -10px;
  border-left: none;
  border-right: 10px solid #5AAC74;
}
#page_about #about_voice .about_voice_bottom {
  background-color: #5AAC74;
  color: #fff;
  text-align: center;
  padding: 0.4em 0;
  font-size: clamp(16px, 2vw, 22px);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_about #about_voice .about_voice_bottom {
    margin-top: 50px;
  }
}
#page_about #about_campaign {
  padding: 60px 0 0;
  margin: 0;
}
@media screen and (min-width: 969px) {
  #page_about #about_campaign {
    padding: 80px 0;
  }
}
#page_about #about_campaign .col2_wrap {
  align-items: stretch;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content {
  text-align: left;
  width: 95%;
  margin: 20px auto 0;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content p {
  text-align: justify;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content h3 {
  margin-bottom: 23px;
  color: #3B7815;
  font-size: clamp(14px, 1.4vw, 22px);
  position: relative;
  display: block;
  padding-bottom: 10px;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content h3 span::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #3B7815;
  margin-right: 0.4em;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3B7815;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub {
  background-color: #F7FAF4;
  padding: 1em 3%;
  margin: 1em 0 1.5em;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl:last-of-type {
  margin-bottom: 0;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dt {
  color: #3B7815;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dt::before {
  content: "・";
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dd {
  margin: 0 1em;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .campaign_list_content_sub dl dd .off {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  background-color: #5AAC74;
  padding: 0.2em 0.4em;
  margin-left: 0.8em;
  font-size: 0.8em;
}
#page_about #about_campaign .col2_wrap .campaign_list .campaign_list_content .btn_detail {
  width: 100%;
}

#page_service .service_wrap {
  text-align: center;
  background-color: #A8D0A8;
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  #page_service .service_wrap {
    padding: 30px 5% 60px;
  }
}
#page_service .service_wrap .title_block {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page_service .service_wrap .section_title03 {
    margin-bottom: 20px;
  }
}
#page_service .service_wrap .section_title03 .tax {
  font-size: 0.7em;
}
#page_service .service_wrap .service_list {
  background-color: #fff;
  border-radius: 6px;
  margin: 50px auto 0;
  counter-increment: mycounter;
  width: min(100%, 1000px);
}
@media screen and (max-width: 767px) {
  #page_service .service_wrap .service_list {
    margin: 20px auto 0;
  }
}
#page_service .service_wrap .service_list .service_list_title {
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 600;
  margin-bottom: 15px;
  color: #3B7815;
  display: flex;
  align-items: center;
  text-align: left;
  transition: all 0.5s;
  padding: 10px 3%;
}
@media screen and (max-width: 767px) {
  #page_service .service_wrap .service_list .service_list_title {
    margin-bottom: 0px;
  }
}
#page_service .service_wrap .service_list .service_list_title::before {
  font-family: "Alumni Sans", sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1em;
  content: counter(mycounter, decimal-leading-zero);
}
#page_service .service_wrap .service_list .service_list_title span {
  margin-left: 0.5em;
}
#page_service .service_wrap .service_list .accordion_btn {
  cursor: pointer;
}
#page_service .service_wrap .service_list .accordion_btn::after {
  content: "";
  width: 2em;
  background: #A8D0A8 url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 31% auto;
  aspect-ratio: 1/1;
  border-radius: 50% 50%;
  transition: all 0.5s;
  margin-left: auto;
}
#page_service .service_wrap .service_list .accordion_btn.active::after {
  transform: rotate(180deg);
}
#page_service .service_wrap .service_list .accordion_content {
  display: none;
}
#page_service .service_wrap .service_list .service_list_content {
  padding: 0 3% 20px;
}
#page_service .service_wrap .service_list .service_list_content .section_title03 {
  display: block;
  text-align: left;
  padding: 0.2em 0.5em;
  line-height: 1em;
}
#page_service .service_wrap .service_list .service_list_content .section_title03 span {
  font-size: clamp(15px, 1.3vw, 18px);
}
#page_service .service_wrap .service_list .service_list_content .section_title04 {
  font-size: clamp(13px, 1.4vw, 17px);
}
#page_service .service_wrap .service_list .service_list_content .service_list_table {
  display: flex;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #3B7815;
  flex-wrap: wrap;
  background-color: #3B7815;
  column-gap: 1px;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl {
  flex: 1;
  counter-reset: number 0;
  margin: 0;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl dt {
  text-align: left;
  font-weight: 500;
  background-color: #A8D0A8;
  padding: 0.3em 0.4em;
  font-size: clamp(12px, 1.2vw, 16px);
  border-bottom: 1px solid #3B7815;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl dd {
  display: flex;
  align-items: stretch;
  text-align: left;
  padding: 0.8em 0.5em;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #3B7815;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl dd span {
  padding: 0.2em 0.4em;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl dd ol li {
  line-height: 1.7em;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl.col2 {
  min-width: 150px;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl.col2 dd {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #3B7815;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl.col2 dd::before {
  width: 2.4em;
  font-size: 13px;
  color: #3D5427;
  counter-increment: number 1;
  content: counter(number);
  border-right: 1px solid #3B7815;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_service .service_wrap .service_list .service_list_content .service_list_table dl.col2 dd span {
  padding: 0.2em 0.4em;
}
#page_service .service_wrap .service_list .service_list_content .service_list_img {
  margin-bottom: 20px;
}
#page_service .service_wrap .service_list .service_list_content .service_list_img img {
  width: 73%;
}
@media screen and (min-width: 969px) {
  #page_service .service_wrap .service_list .service_list_content .service_list_img img {
    width: 63%;
  }
}
#page_service .service_wrap#individual {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #page_service .service_wrap#individual {
    margin-bottom: 40px;
  }
}

#page_contact .content_inner {
  width: min(86%, 900px);
}

.label_wrap > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.label_wrap > p .wpcf7-form-control-wrap {
  margin-right: 5px;
  display: flex;
  flex-direction: column;
}
.label_wrap > p .wpcf7-form-control-wrap:not(:first-of-type) {
  margin-left: 10px;
}

.wpcf7 {
  margin: 0 auto;
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #FF9575;
  font-size: 13px;
}
.wpcf7 .form_row {
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row {
    margin-bottom: 40px;
  }
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .preview_none p:not(.note) {
  text-align: center;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  display: none;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #fff !important;
}
.wpcf7 .form_btn_wrap {
  position: relative;
}
.wpcf7 .form_btn_wrap .wpcf7-submit {
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 0.02em;
  background: #3B7815;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: none;
  border-radius: 7px;
  margin: 0 auto;
}
.wpcf7 .form_btn_wrap .wpcf7-submit:focus, .wpcf7 .form_btn_wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 30%;
  }
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #C8C8C8;
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #1D1D1D;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #ff8668;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 2px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

.input_none {
  display: none;
  speak: normal;
}

.select .error {
  display: inline-block !important;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

article {
  position: relative;
}
.archive article {
  background-color: #B9B9B9;
}

.pg_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #1D1D1D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 0;
  }
}
.pg_contents .attachment-post-thumbnail {
  object-fit: cover;
  aspect-ratio: 220/125;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .pg_contents .attachment-post-thumbnail {
    margin-bottom: 20px;
  }
}
.pg_contents .attachment-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
.pg_contents .detail_btn {
  margin-top: 30px;
}

.posts_item_list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 969px) {
  .posts_item_list {
    row-gap: 50px;
  }
}
.posts_item {
  width: min(90%, 400px);
  margin: 0 auto 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 969px) {
  .posts_item {
    width: 100%;
  }
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item a:hover .post_thumb {
  overflow: hidden;
}
.posts_item a:hover .post_thumb img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.posts_item_inner {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: 220px;
  aspect-ratio: 220/145;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts_item_inner .post_thumb img {
  object-fit: cover;
  height: 100%;
}
.posts_item_inner .post_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.posts_item_inner .post_content time {
  display: block;
  margin-bottom: 10px;
}
.posts_item_inner .post_content h2 {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  flex: 1;
  line-height: 1.6em;
}
.posts_date {
  color: #1D1D1D;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
  margin-top: 40px;
}
@media screen and (min-width: 969px) {
  .posts_date {
    font-size: 16px;
  }
}
.posts_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 969px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #1D1D1D;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #1D1D1D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #1D1D1D;
  margin: 30px 0;
  text-align: left;
  line-height: 1.7em;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}
.pg_single_contents .detail_btn_wrap {
  margin-top: 110px;
  text-align: center;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1D1D1D;
}
.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}