<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 51px;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - ( 1239px / 2 ) );
    margin-right: calc(50% - ( 1239px / 2 ) );
  }

  .section {
    padding-left: calc( ( 1239px / 2 ) - 50%);
    padding-right: calc( ( 1239px / 2 ) - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #a4a4a4;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #87b058;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #989898;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #87b058;
  background: #f1f7e9;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #87b058;
  border-right: 1px solid #87b058;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type="submit"] {
  background: #87b058;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #87b058;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 240px;
}
.wpcf7 input[type="submit"]:not(:disabled):hover {
  background: #fff;
  color: #87b058;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type="submit"]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd &gt; span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap &gt; * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #4b4b4b;
  text-decoration: none;
}
.entry_title a:hover {
  color: #87b058;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #87b058;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #4b4b4b;
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.pagenav_single a:hover {
  opacity: .7;
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #87b058;
  border: 1px solid #87b058;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #4b4b4b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4b4b4b;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #87b058;
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #4b4b4b;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
.post_aside .latestpost_list a:hover {
  color: #87b058;
}
.post_aside .latestpost_list a:hover::before {
  color: #87b058;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #87b058;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #87b058;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #87b058;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #87b058;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #87b058;
  color: #fff;
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: .35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(20% , 140px);
          flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: .8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #87b058;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #eeeeeb;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f1f7e9;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f1f7e9;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f1f7e9;
}

.box_border {
  background: #fff;
  border: 5px solid #e6f1d9;
}

.box_border .box_bg {
  background: #f1f7e9;
}

.section_bg .box_border .box_bg {
  background: #f1f7e9;
}

.box_bg,
.box_border {
  border-radius: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border-radius: 40px;
  background: #f8f5db;
  padding: min(30px , 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(20px , 2.4vw);
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 1px solid #87b058;
  color: #87b058 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
  color: #fff !important;
  background: #87b058;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  background: #87b058;
  color: #fff !important;
}
.link_anchor a:hover {
  background: #fff;
  color: #87b058 !important;
}
.link_anchor a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #87b058;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.link_anchor a:hover::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.link_anchor a:after {
  border-color: transparent transparent transparent #fff;
}
.link_anchor a:hover {
  background: #fff;
  color: #87b058 !important;
}
.link_anchor a:hover:after {
  border-color: transparent transparent transparent #87b058;
}
@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #f39800;
  height: calc(16px / 2);
  left: 0;
  top: calc((16px * 1.75 / 2) - (16px / 4));
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #f39800;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc((16px * 1.75 / 2) - (16px / 6));
  width: calc(16px / 3);
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: calc(( 16px * 1.75 / 2 ) - ( 16px / 4 ));
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #f39800;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #f39800;
  top: calc(( 16px * 1.75 / 2 ) - ( 16px / 4 ));
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #f39800;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th, table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.table_address th {
  color: #87b058;
  border-top: 1px solid #87b058;
  border-bottom: 1px solid #87b058;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th, table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th, table.table_timetable td {
  background: none;
  padding: .8rem .2rem;
  text-align: center;
  border: none;
}
table.table_timetable thead {
  border-top: 1px solid #ddd;
}
table.table_timetable thead th {
  background: none;
  color: #4b4b4b;
  padding-bottom: 0;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}
table.table_timetable tbody th {
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th, table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th, table.table thead td {
  background: #f39800;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #f8f5db;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th, table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th, table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead, table.table_sp_stack tbody, table.table_sp_stack tr, table.table_sp_stack th, table.table_sp_stack td, table.table_sp_stack_noborder thead, table.table_sp_stack_noborder tbody, table.table_sp_stack_noborder tr, table.table_sp_stack_noborder th, table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #87b058 !important;
}

.consul2 {
  color: #f39800 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #87b058;
}
.box_faq .question .faq_title {
  cursor: pointer;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #87b058;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #f39800;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #e6f1d9;
  background: #fff;
  border-radius: 40px;
  margin-top: calc(16px * 5.125);
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #cedbbe;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #87b058;
}
.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px;
    /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83;
  /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) );
  /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #87b058;
  background: #87b058;
  margin-right: .5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(( var(--flow-title-font-size) / 6 / 2 ) - var(--yugo-minus)));
          transform: translateY(calc(( var(--flow-title-font-size) / 6 / 2 ) - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
  .flow-block .title .num {
    line-height: 29px;
  }
  .flow-block .title .number_text {
    margin-top: -2px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: url("../img/common/footer_bg.png") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #87b058;
}
.footer .sec_logo {
  margin: 0;
  max-width: 500px;
}
.footer .footer_text {
  color: #fff;
  line-height: 23px;
  margin-top: 5px;
}
.footer .table_timetable {
  margin-bottom: 5px;
}
.footer .table_timetable .consul {
  color: #fff !important;
}
.footer .table_timetable th, .footer .table_timetable td {
  color: #fff;
}
.footer .table_timetable thead th {
  padding-top: 25px;
}
.footer .table_timetable tbody tr:not(:first-child) th, .footer .table_timetable tbody tr:not(:first-child) td {
  padding-top: 0;
}
.footer .table_timetable tbody tr:last-child th, .footer .table_timetable tbody tr:last-child td {
  padding-bottom: 25px;
}
.footer .sec_img {
  margin: 0;
}
.footer h2 {
  color: #fff;
}
.footer h2 .sec_span {
  color: #fff !important;
}
.footer .btnstyle {
  margin: 0;
}
.footer .btnstyle a {
  max-width: 250px !important;
  background: transparent;
  border: 2px solid #ffff;
  font-size: 20px;
  line-height: 1;
  padding: 1.85rem 2.4rem !important;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}
.footer .btnstyle a.btn_icon01 .sec_span {
  position: relative;
  padding-left: 42px;
}
.footer .btnstyle a.btn_icon01 .sec_span:after {
  -webkit-transition: .2;
  transition: .2;
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 20px;
  background: url("../img/common/footer_icon02.png") no-repeat center/cover;
}
.footer .btnstyle a.btn_icon02 .sec_span {
  position: relative;
  padding-left: 32px;
}
.footer .btnstyle a.btn_icon02 .sec_span:after {
  -webkit-transition: .2;
  transition: .2;
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 19px;
  background: url("../img/common/footer_icon03.png") no-repeat center/cover;
}
.footer .btnstyle a:hover {
  background: #fff;
  color: #4b4b4b !important;
  opacity: 1;
}
.footer .btnstyle a:hover:after {
  border-color: transparent transparent transparent #4b4b4b;
}
.footer .btnstyle a:hover.btn_icon01 .sec_span:after {
  -webkit-transition: .2;
  transition: .2;
  background: url("../img/common/hov_footer_icon02.png") no-repeat center/cover;
}
.footer .btnstyle a:hover.btn_icon02 .sec_span:after {
  -webkit-transition: .2;
  transition: .2;
  background: url("../img/common/hov_footer_icon03.png") no-repeat center/cover;
}
.footer .sec_tel {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 28px;
}
.footer .sec_tel a {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding-left: 26px;
}
.footer .sec_tel a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: 0;
  width: 21px;
  height: 30px;
  background: url("../img/common/footer_icon01.png") no-repeat center/cover;
}
.footer .sec_text {
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.footer .footer_text {
  line-height: 25px;
}
.footer .bridge_bnr {
  max-width: 248px;
  margin: auto;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 15px;
}
.footer .sitemap a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .row {
  margin-bottom: 30px;
}
.footer .btn_box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer .sec_logo {
    margin: 0 auto 20px;
    width: 70%;
  }
  .footer .btn_box .btnstyle:not(:first-child) {
    margin-top: 10px;
  }
  .footer .bridge_bnr {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
  .footer .btn_box {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .btn_box .btnstyle {
    max-width: 250px;
    width: 100%;
  }
  .footer .sec_logo {
    margin-left: auto;
  }
  .footer .row {
    margin-bottom: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .btnstyle a {
    max-width: 250px;
    font-size: 22px;
    padding: 1.85rem 2.4rem;
  }
  .footer .sec_tel {
    margin-top: 5px;
    margin-bottom: 28px;
  }
  .footer .sec_tel a {
    font-size: 35px;
  }
}

.copyright {
  background: transparent;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}
@media (min-width: 768px) {
  .copyright {
    padding: 10px 0 90px;
  }
}
@media screen and (min-width: 1620px) {
  .copyright {
    padding: 10px 0 30px;
  }
}

.list_list {
  margin-bottom: 15px !important;
}
.list_list dd {
  border-bottom: 1px dashed #dadfe0;
}
.list_list dd a {
  color: #4b4b4b;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: .5em 0 0;
  }
  .list_list dd {
    padding: 0 0 .5em;
  }
}
@media (min-width: 768px) {
  .list_list dt, .list_list dd {
    padding: 15px 0;
  }
  .list_list dt {
    float: left;
    padding-left: 15px;
  }
  .list_list dd {
    padding-left: 140px;
  }
}

.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }

  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }

  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }

  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }

  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2, .sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
}
.sec_top h2:before, .sec_top h2:after, .sec_top h3:before, .sec_top h3:after {
  display: none;
}
.sec_top h2 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_top h2 .sec_span {
  font-size: 20px;
  padding-top: 10px;
  letter-spacing: 0.15em;
  display: block;
  color: #87b058;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
.sec_top .btnstyle a {
  max-width: 220px;
  padding: 1.2rem 2.4rem;
}
@media (min-width: 768px) {
  .sec_top h2 {
    font-size: 42px;
    margin: 0 0 50px;
    letter-spacing: 0.1em;
  }
  .sec_top h2 .sec_span {
    font-size: 26px;
    padding-top: 15px;
    letter-spacing: 0.15em;
  }
}

.sec01 {
  padding: 50px 0;
  background: url("../img/top/sec01_bg.png") no-repeat center/cover;
}
.sec01 .sec_title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec01 .sec_title .sec_span {
  font-size: 18px;
  padding-top: 5px;
  color: #87b058;
  display: block;
}
.sec01 .sec_box {
  padding: 30px 10px;
  border-radius: 40px;
  background: #fff;
  position: relative;
}
.sec01 .sec_box:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: -5px;
  right: auto;
  top: -40px;
  bottom: auto;
  width: 200px;
  height: 82px;
  background: url("../img/top/sec01_text.png") no-repeat center/cover;
}
.sec01 .footer_text {
  line-height: 25px;
}
.sec01 .sec_logo {
  max-width: 482px;
  margin: 0 0 25px;
}
.sec01 .sec_access {
  line-height: 24px;
  margin: 0 0 10px;
  position: relative;
  padding-left: 37px;
}
.sec01 .sec_access:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 35px;
  background: url("../img/top/sec01_icon.png") no-repeat center/cover;
}
.sec01 .btnstyle a {
  padding: 0.95rem 2.4rem;
}
.sec01 .btnstyle1 {
  margin-left: 37px;
}
.sec01 .btnstyle1 a {
  max-width: 260px;
}
.sec01 .btnstyle2 a {
  max-width: 160px;
}
.sec01 .table_timetable {
  margin-top: 45px;
  margin-bottom: 10px;
}
.sec01 .table_timetable thead, .sec01 .table_timetable tbody {
  border-color: #7d7d7d !important;
}
.sec01 .table_timetable thead th {
  padding-top: 20px;
}
.sec01 .table_timetable tbody tr:not(:first-child) th, .sec01 .table_timetable tbody tr:not(:first-child) td {
  padding-top: 0;
}
.sec01 .table_timetable tbody tr:last-child th, .sec01 .table_timetable tbody tr:last-child td {
  padding-bottom: 20px;
}
.sec01 .news_box:not(:first-child) {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .sec01 .sec_logo {
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .sec01 .table_timetable {
    margin-top: 30px;
  }
  .sec01 .news_box {
    margin-top: 30px;
  }
  .sec01 .news_box:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec01 {
    padding: 100px 0;
  }
  .sec01 .sec_box {
    padding: 60px;
  }
  .sec01 .sec_box:after {
    left: -10px;
    top: -90px;
    width: 378px;
    height: 155px;
  }
  .sec01 .btnstyle1 a {
    margin: 0;
  }
  .sec01 .btnstyle2 a {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1300px) {
  .sec01 .sec_box:after {
    left: -38px;
    top: -62px;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/top/sec02_bg.png") no-repeat center/cover;
}
.sec02 h2 {
  padding-left: 85px;
  padding-top: 45px;
  position: relative;
  z-index: 0;
}
.sec02 h2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 139px;
  height: 133px;
  background: url("../img/top/sec02_icon.png") no-repeat center/cover;
  z-index: -1;
}
.sec02 .sec_title {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 10px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec02 .sec_box {
  position: relative;
  padding-top: 35px;
}
.sec02 .sec_no {
  position: absolute;
  margin: auto;
  left: 10px;
  right: auto;
  top: -66px;
  bottom: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #87b058;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec02 .sec_no .sec_small {
  display: block;
  margin: auto;
  font-size: 18px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid #87b058;
}
.sec02 .sec_no .sec_span {
  display: block;
  font-size: 60px;
  line-height: 0.9;
}
.sec02 .row .col_2 {
  position: relative;
  z-index: 0;
}
.sec02 .row .col_2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 30%;
  bottom: auto;
  width: 90%;
  height: 60%;
  background: #eeeeeb;
  z-index: -1;
}
.sec02 .row .col_2:nth-child(even) .sec_no {
  color: #f39800;
}
.sec02 .row .col_2:nth-child(even) .sec_no .sec_small {
  border-bottom: 1px solid #f39800;
}
@media (max-width: 767px) {
  .sec02 {
    position: relative;
    z-index: 0;
  }
  .sec02:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
    width: 100px;
    height: 84px;
    background: url("../img/top/sp_sec02_icon.png") no-repeat center/cover;
    z-index: -1;
  }
  .sec02 h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-right: 85px;
  }
  .sec02 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
  .sec02 .sec_img {
    margin-left: 20px;
    text-align: right;
  }
  .sec02 .sec_box {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 100px 0;
  }
  .sec02 h2 {
    padding-left: 85px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin: 0;
    width: 320px;
    text-align: left;
  }
  .sec02 .sec_img {
    text-align: right;
  }
  .sec02 .title_box {
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 125px;
    position: relative;
  }
  .sec02 .title_box:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 382.5px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 145px;
    border-right: 2px dotted #919191;
  }
  .sec02 .row {
    gap: 50px 4%;
  }
  .sec02 .row .col_2 {
    margin: 0;
  }
  .sec02 .row .col_2:nth-child(even) {
    margin-top: 50px;
  }
  .sec02 .sec_box {
    padding-left: 50px;
  }
  .sec02 .text_box .sec_text {
    margin-bottom: 12px;
  }
  .sec02 .sec_text {
    line-height: 32px;
  }
  .sec02 .btnstyle a {
    margin: 0;
  }
  .sec02 .sec_title {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 10px;
  }
  .sec02 .sec_box {
    padding-top: 40px;
  }
  .sec02 .sec_no {
    left: 18px;
    top: -96px;
    letter-spacing: 0.08em;
  }
  .sec02 .sec_no .sec_small {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .sec02 .sec_no .sec_span {
    font-size: 100px;
    line-height: 0.9;
  }
  .sec02 .row .col_2:after {
    top: 160px;
    width: 523px;
    height: 440px;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("../img/top/sec03_bg.png") no-repeat center/cover;
}
.sec03 .sec_text {
  line-height: 32px;
}
@media (max-width: 767px) {
  .sec03 h2 {
    line-height: 1.4;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
  }
  .sec03 h2:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: -39px;
    right: auto;
    top: -6px;
    bottom: auto;
    width: 150px;
    height: 134px;
    background: url("../img/top/sp_sec03_icon.png") no-repeat center/cover;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding: 100px 0 50px;
  }
  .sec03 .sec_text {
    text-align: center;
  }
}

.sec04 {
  padding: 50px 0 0;
  background: url("../img/top/sec04_bg.png") no-repeat center top;
}
.sec04 .sec_box {
  background: #fff;
  padding: 30px 10px 50px;
  border-radius: 40px 40px 0 0;
}
.sec04 .sec_title {
  font-size: 22px;
  line-height: 1.4;
  padding: 15px 0;
  margin: 0 0 13px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  border-top: 2px dotted #b8c6a9;
  border-bottom: 2px dotted #b8c6a9;
}
.sec04 .sec_title .sec_span {
  font-size: 16px;
  margin: auto;
  letter-spacing: 0.1em;
  padding: 11.5px 35px;
  margin-top: 15px;
  background: #e3d774;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec04 .btnstyle {
  margin: 0;
}
.sec04 .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec04 .btn_box .btnstyle {
  max-width: 220px;
  width: 100%;
}
.sec04 .text_box {
  border-radius: 25px;
  background: #e6f1d9;
}
.sec04 .title_box {
  border-radius: 20px;
  background: #e3d774;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sec04 .sec_no {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3b3b3b;
  position: absolute;
  margin: auto;
  left: 25px;
  right: auto;
  top: -15px;
  bottom: auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec04 .sec_title2 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.sec04 .title_box {
  position: relative;
  z-index: 0;
}
.sec04 .title_box:after {
  z-index: -1;
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 69px;
  height: 63px;
}
.sec04 .row2 .col_4:nth-child(2) .title_box:after {
  background: url("../img/top/sec04_icon01.png") no-repeat center;
}
.sec04 .row2 .col_4:nth-child(3) .title_box:after {
  background: url("../img/top/sec04_icon02.png") no-repeat center;
}
.sec04 .row2 .col_4:nth-child(4) .title_box:after {
  background: url("../img/top/sec04_icon03.png") no-repeat center;
}
@media (max-width: 767px) {
  .sec04 .text_box {
    padding-bottom: 30px;
  }
  .sec04 .row1 {
    margin-bottom: 30px;
  }
  .sec04 .row2 .col_4:not(:first-child) {
    margin-top: 20px;
  }
  .sec04 .title_box {
    margin: 0 25px;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 100px 0 0;
  }
  .sec04 .sec_img {
    text-align: left;
  }
  .sec04 .sec_box {
    padding: 60px 60px 50px;
  }
  .sec04 .sec_text {
    line-height: 32px;
    margin: 0 0 10px;
  }
  .sec04 .btn_box {
    gap: 0 19px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .sec04 .btn_box .btnstyle {
    max-width: 220px;
    width: 100%;
  }
  .sec04 .sec_title {
    font-size: 28px;
    line-height: 1;
    padding: 22px 0;
    margin: 0 0 13px;
  }
  .sec04 .sec_title .sec_span {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 11.5px 35px;
    margin-top: 15px;
  }
  .sec04 .row1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px;
  }
  .sec04 .row1 .col_2:first-child {
    width: 41%;
  }
  .sec04 .row1 .col_2:last-child {
    width: 55%;
  }
  .sec04 .row2 {
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 50px;
  }
  .sec04 .row2 .col_4 {
    margin: 0;
    width: 21.16666666666667%;
  }
  .sec04 .row2 .col_4:first-child {
    width: 30.5%;
  }
  .sec04 .sec_no {
    font-size: 26px;
    letter-spacing: 0.05em;
    left: 25px;
    top: -15px;
  }
  .sec04 .sec_title2 {
    font-size: 20px;
    line-height: 28px;
  }
  .sec04 .title_box {
    height: 115px;
  }
}

.sec05 {
  padding: 0;
}
.sec05 .sec_box {
  padding: 30px 10px;
  background: #fff;
  border-radius: 40px 40px 0 0;
}
.sec05 .sec_title {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
}
.sec05 .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.sec05 .sec_img {
  margin-bottom: 17px;
}
.sec05 .row .col_2:first-child .sec_title {
  padding-top: 67px;
}
.sec05 .row .col_2:first-child .sec_title:after {
  width: 46px;
  height: 57px;
  background: url("../img/top/sec05_icon01.png") no-repeat center/cover;
}
.sec05 .row .col_2:last-child .sec_title {
  padding-top: 66px;
}
.sec05 .row .col_2:last-child .sec_title:after {
  width: 50px;
  height: 56px;
  background: url("../img/top/sec05_icon02.png") no-repeat center/cover;
}
.sec05 .sec_title2 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .sec05 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec05 .row .col_2 {
    margin: 0;
  }
  .sec05 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
  .sec05 .row .col_2:first-child {
    padding: 50px 10px 0;
    background: url("../img/top/sp_sec05_bg01.png") no-repeat center top;
  }
  .sec05 .row .col_2:last-child {
    padding: 50px 10px 0;
    background: url("../img/top/sp_sec05_bg02.png") no-repeat center top;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 70px 0 0;
    background: url("../img/top/sec05_bg.png") no-repeat center top;
  }
  .sec05 .btnstyle {
    margin-top: auto;
  }
  .sec05 .sec_title {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 25px;
  }
  .sec05 .sec_title2 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 13px;
  }
  .sec05 .sec_box {
    padding: 35px 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec05 .sec_text {
    line-height: 32px;
  }
  .sec05 .sec_text.pc-text-center {
    margin-bottom: 15px;
    min-height: 64px;
  }
  .sec05 .row .col_2 {
    width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec05 .row .col_2 .sec_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec05 .row .col_2:first-child .sec_box {
    border-radius: 40px 0 0 0;
  }
  .sec05 .row .col_2:last-child .sec_box {
    border-radius: 0 40px 0 0;
  }
}

.sec06 {
  padding: 50px 0 0;
}
.sec06 .container {
  max-width: 100%;
  width: 100%;
}
.sec06 .row .col_4 {
  margin: 0;
}
.sec06 .sec_bnr a {
  height: clamp(180px, 50vw, 383.5px);
  background: #87b058;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
}
.sec06 .sec_bnr a .sec_icon {
  display: block;
  max-width: clamp(70px, 19.4444444444vw, 149.1388888889px);
  margin: 0 auto clamp(10px, 2.7777777778vw, 21.3055555556px);
}
.sec06 .sec_bnr a .sec_title {
  font-size: clamp(20px, 5.5555555556vw, 42.6111111111px);
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  position: relative;
  padding-bottom: clamp(35px, 9.7222222222vw, 74.5694444444px);
}
.sec06 .sec_bnr a .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: clamp(25px, 6.9444444444vw, 53.2638888889px);
  height: clamp(25px, 6.9444444444vw, 53.2638888889px);
  background: url("../img/top/sec06_arrow.png") no-repeat center/cover;
}
.sec06 .sec_bnr a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .7;
}
@media (max-width: 767px) {
  .sec06 .sec_bnr a .sec_title {
    line-height: 1.3;
  }
  .sec06 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  .sec06 .row .col_4 {
    width: calc(50% - 2.5px);
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding: 100px 0 0;
  }
  .sec06 .sec_bnr a {
    height: clamp(176.3125px, 14.21875vw, 273px);
  }
  .sec06 .sec_bnr a .sec_title {
    font-size: clamp(16.7916666667px, 1.3541666667vw, 26px);
    padding-bottom: clamp(26.4791666667px, 2.1354166667vw, 41px);
  }
  .sec06 .sec_bnr a .sec_title:after {
    width: clamp(20.0208333333px, 1.6145833333vw, 31px);
    height: clamp(20.0208333333px, 1.6145833333vw, 31px);
  }
  .sec06 .sec_bnr a .sec_icon {
    max-width: clamp(65.875px, 5.3125vw, 102px);
    margin: 0 auto clamp(6.4583333333px, 0.5208333333vw, 10px);
  }
  .sec06 .row {
    gap: 5px;
  }
  .sec06 .row .col_4 {
    margin: 0;
    width: calc(25% - 3.8px);
  }
}

.sec07 {
  padding: 50px 0 0;
}
.sec07 .loopslider_wrap {
  overflow: hidden;
}
.sec07 .loopslider {
  -webkit-animation: loopslider 120s linear infinite;
          animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(200px * 12);
  height: 100%;
}
.sec07 .loopslider .loopslider_item {
  padding: 0 5px;
}
.sec07 .loopslider .loopslider_item:nth-child(even) {
  margin-top: 30px;
}
@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-200px * 6));
            transform: translateX(calc(-200px * 6));
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-200px * 6));
            transform: translateX(calc(-200px * 6));
  }
}
@media (min-width: 768px) {
  .sec07 .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
            animation: loopslider 140s linear infinite;
    width: calc(360px * 12);
  }
  .sec07 .loopslider .loopslider_item {
    margin: 0 10px;
    padding: 0;
  }
  .sec07 .loopslider .loopslider_item:nth-child(even) {
    margin-top: 60px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-360px * 6));
              transform: translateX(calc(-360px * 6));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-360px * 6));
              transform: translateX(calc(-360px * 6));
    }
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding: 100px 0 0;
  }
}

.sec08 {
  padding: 50px 0;
}
.sec08 .btn_box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.sec08 .btn_box .btnstyle {
  margin: 0;
  max-width: 220px;
  width: 100%;
}
.sec08 .sec_title {
  font-size: 24px;
  line-height: 35px;
  margin: 20px 0 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.sec08 .sec_title .sec_span {
  font-size: 18px;
  display: block;
  color: #87b058;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec08 {
    position: relative;
    z-index: 0;
  }
  .sec08:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #f8f5db;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .sec08 {
    padding: 100px 0;
    background: url("../img/top/sec08_bg.png") no-repeat center bottom;
  }
  .sec08 .btn_box {
    margin-top: 40px;
    gap: 0 30px;
  }
  .sec08 .sec_title {
    font-size: 38px;
    line-height: 60px;
    margin: 25px 0 30px;
    letter-spacing: 0.1em;
  }
  .sec08 .sec_title .sec_span {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .sec08 .sec_text {
    line-height: 36px;
  }
}

.sec09 {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .sec09 {
    padding: 50px 0;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}
/*# sourceMappingURL=bond.css.map */</pre></body></html>