@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: #868686;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #868686;
  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: #bb9b3b;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #7a7a7a;
}

.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: #2d2d2d;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #bb9b3b;
  background: #f0ebdd;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #bb9b3b;
  border-right: 1px solid #bb9b3b;
  -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: #bb9b3b;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #bb9b3b;
  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: #bb9b3b;
  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: 15em;
}
.box_form dd > 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 > * {
  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: #2d2d2d;
  text-decoration: none;
}
.entry_title a:hover {
  color: #bb9b3b;
}

.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: #bb9b3b;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #2d2d2d;
}
.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: #bb9b3b;
  border: 1px solid #bb9b3b;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #2d2d2d;
  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: #2d2d2d;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #bb9b3b;
}
.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: #2d2d2d;
  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: #bb9b3b;
}
.post_aside .latestpost_list a:hover::before {
  color: #bb9b3b;
}

.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 #bb9b3b;
  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: #bb9b3b;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #bb9b3b;
  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: #bb9b3b;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #bb9b3b;
  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: #bb9b3b;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .section .row:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section .row:not(.base) {
    row-gap: 50px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: rgba(240, 235, 221, 0.7);
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f0ebdd;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f0ebdd;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f0ebdd;
}

.box_border {
  background: #fff;
  border: 2px solid #e5e1d3;
}

.box_border .box_bg {
  background: rgba(23, 61, 128, 0.1);
}

.section_bg .box_border .box_bg {
  background: rgba(23, 61, 128, 0.1);
}

.box_bg,
.box_border {
  margin-top: 0;
  border-radius: 0;
  padding: 50px 34px;
}
.box_bg:not(:last-child),
.box_border:not(:last-child) {
  margin-bottom: 50px;
}
.box_bg .row:last-child,
.box_border .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box_bg .row:not(:last-child),
  .box_border .row:not(:last-child) {
    margin-bottom: var(--pd30);
  }
}
@media only screen and (min-width: 1240px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
  }
  .box_bg:not(:last-child),
  .box_border:not(:last-child) {
    margin-bottom: 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;
}

.box_ul {
  border: 1px solid #bb9b3b;
  padding: 4%;
}
.box_ul.clearfix:not(:last-child) {
  margin-bottom: var(--pd20);
}

.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%;
}
@media (min-width: 768px) {
  .googlemap.full,
  .youtube.full {
    padding-top: 450px;
  }
}

.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;
}

.clearfix img {
  border-radius: 0;
}

div.clearfix:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  div.clearfix:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  div.clearfix figure {
    text-align: center;
  }
}
@media (min-width: 768px) {
  div.clearfix .full-img {
    height: 450px;
    overflow: hidden;
  }
  div.clearfix .full-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(10px , 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;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  border: 1px solid #bb9b3b;
  color: #bb9b3b !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
}
.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: #bb9b3b;
  color: #fff !important;
}
.link_anchor a::after {
  width: 16px;
  height: 4px;
  border-bottom: 1px solid #bb9b3b;
  border-right: 1px solid #bb9b3b;
  left: auto;
  right: 15px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.link_anchor a:hover::after {
  border-color: #fff;
}
@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: #173d80;
  height: calc(16px / 2);
  left: 0;
  top: calc((16px * 1.6 / 2) - (16px / 4));
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #173d80;
  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: #173d80;
  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 #173d80;
  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: #173d80;
  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: 3.68px;
  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: #bb9b3b;
  border-top: 1px solid #bb9b3b;
  border-bottom: 1px solid #bb9b3b;
  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;
  font-weight: 300;
}
table.table_timetable thead {
  border-bottom: 1px solid #ddd;
}
table.table_timetable thead th {
  background: none;
  color: #2d2d2d;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  table.table_timetable tbody th, table.table_timetable tbody td {
    padding: 2rem .2rem;
  }
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable tbody tr:not(:last-child) th, table.table_timetable tbody tr:not(:last-child) td {
  padding-bottom: 0;
}
@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: #bb9b3b;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #faf7f0;
}
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:not(:last-child) {
  margin-bottom: 1em;
}
table.table_fee.fixed {
  table-layout: fixed;
}
table.table_fee:not(.fixed) th:not([class]) {
  width: 25%;
}
table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  font-weight: 300;
}
table.table_fee th.w1, table.table_fee td.w1 {
  width: 1%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w1, table.table_fee td.sp-w1 {
    width: 1%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w1, table.table_fee td.pc-w1 {
    width: 1%;
  }
}
table.table_fee th.w2, table.table_fee td.w2 {
  width: 2%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w2, table.table_fee td.sp-w2 {
    width: 2%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w2, table.table_fee td.pc-w2 {
    width: 2%;
  }
}
table.table_fee th.w3, table.table_fee td.w3 {
  width: 3%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w3, table.table_fee td.sp-w3 {
    width: 3%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w3, table.table_fee td.pc-w3 {
    width: 3%;
  }
}
table.table_fee th.w4, table.table_fee td.w4 {
  width: 4%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w4, table.table_fee td.sp-w4 {
    width: 4%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w4, table.table_fee td.pc-w4 {
    width: 4%;
  }
}
table.table_fee th.w5, table.table_fee td.w5 {
  width: 5%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w5, table.table_fee td.sp-w5 {
    width: 5%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w5, table.table_fee td.pc-w5 {
    width: 5%;
  }
}
table.table_fee th.w6, table.table_fee td.w6 {
  width: 6%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w6, table.table_fee td.sp-w6 {
    width: 6%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w6, table.table_fee td.pc-w6 {
    width: 6%;
  }
}
table.table_fee th.w7, table.table_fee td.w7 {
  width: 7%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w7, table.table_fee td.sp-w7 {
    width: 7%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w7, table.table_fee td.pc-w7 {
    width: 7%;
  }
}
table.table_fee th.w8, table.table_fee td.w8 {
  width: 8%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w8, table.table_fee td.sp-w8 {
    width: 8%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w8, table.table_fee td.pc-w8 {
    width: 8%;
  }
}
table.table_fee th.w9, table.table_fee td.w9 {
  width: 9%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w9, table.table_fee td.sp-w9 {
    width: 9%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w9, table.table_fee td.pc-w9 {
    width: 9%;
  }
}
table.table_fee th.w10, table.table_fee td.w10 {
  width: 10%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w10, table.table_fee td.sp-w10 {
    width: 10%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w10, table.table_fee td.pc-w10 {
    width: 10%;
  }
}
table.table_fee th.w11, table.table_fee td.w11 {
  width: 11%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w11, table.table_fee td.sp-w11 {
    width: 11%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w11, table.table_fee td.pc-w11 {
    width: 11%;
  }
}
table.table_fee th.w12, table.table_fee td.w12 {
  width: 12%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w12, table.table_fee td.sp-w12 {
    width: 12%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w12, table.table_fee td.pc-w12 {
    width: 12%;
  }
}
table.table_fee th.w13, table.table_fee td.w13 {
  width: 13%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w13, table.table_fee td.sp-w13 {
    width: 13%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w13, table.table_fee td.pc-w13 {
    width: 13%;
  }
}
table.table_fee th.w14, table.table_fee td.w14 {
  width: 14%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w14, table.table_fee td.sp-w14 {
    width: 14%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w14, table.table_fee td.pc-w14 {
    width: 14%;
  }
}
table.table_fee th.w15, table.table_fee td.w15 {
  width: 15%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w15, table.table_fee td.sp-w15 {
    width: 15%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w15, table.table_fee td.pc-w15 {
    width: 15%;
  }
}
table.table_fee th.w16, table.table_fee td.w16 {
  width: 16%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w16, table.table_fee td.sp-w16 {
    width: 16%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w16, table.table_fee td.pc-w16 {
    width: 16%;
  }
}
table.table_fee th.w17, table.table_fee td.w17 {
  width: 17%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w17, table.table_fee td.sp-w17 {
    width: 17%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w17, table.table_fee td.pc-w17 {
    width: 17%;
  }
}
table.table_fee th.w18, table.table_fee td.w18 {
  width: 18%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w18, table.table_fee td.sp-w18 {
    width: 18%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w18, table.table_fee td.pc-w18 {
    width: 18%;
  }
}
table.table_fee th.w19, table.table_fee td.w19 {
  width: 19%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w19, table.table_fee td.sp-w19 {
    width: 19%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w19, table.table_fee td.pc-w19 {
    width: 19%;
  }
}
table.table_fee th.w20, table.table_fee td.w20 {
  width: 20%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w20, table.table_fee td.sp-w20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w20, table.table_fee td.pc-w20 {
    width: 20%;
  }
}
table.table_fee th.w21, table.table_fee td.w21 {
  width: 21%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w21, table.table_fee td.sp-w21 {
    width: 21%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w21, table.table_fee td.pc-w21 {
    width: 21%;
  }
}
table.table_fee th.w22, table.table_fee td.w22 {
  width: 22%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w22, table.table_fee td.sp-w22 {
    width: 22%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w22, table.table_fee td.pc-w22 {
    width: 22%;
  }
}
table.table_fee th.w23, table.table_fee td.w23 {
  width: 23%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w23, table.table_fee td.sp-w23 {
    width: 23%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w23, table.table_fee td.pc-w23 {
    width: 23%;
  }
}
table.table_fee th.w24, table.table_fee td.w24 {
  width: 24%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w24, table.table_fee td.sp-w24 {
    width: 24%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w24, table.table_fee td.pc-w24 {
    width: 24%;
  }
}
table.table_fee th.w25, table.table_fee td.w25 {
  width: 25%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w25, table.table_fee td.sp-w25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w25, table.table_fee td.pc-w25 {
    width: 25%;
  }
}
table.table_fee th.w26, table.table_fee td.w26 {
  width: 26%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w26, table.table_fee td.sp-w26 {
    width: 26%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w26, table.table_fee td.pc-w26 {
    width: 26%;
  }
}
table.table_fee th.w27, table.table_fee td.w27 {
  width: 27%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w27, table.table_fee td.sp-w27 {
    width: 27%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w27, table.table_fee td.pc-w27 {
    width: 27%;
  }
}
table.table_fee th.w28, table.table_fee td.w28 {
  width: 28%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w28, table.table_fee td.sp-w28 {
    width: 28%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w28, table.table_fee td.pc-w28 {
    width: 28%;
  }
}
table.table_fee th.w29, table.table_fee td.w29 {
  width: 29%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w29, table.table_fee td.sp-w29 {
    width: 29%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w29, table.table_fee td.pc-w29 {
    width: 29%;
  }
}
table.table_fee th.w30, table.table_fee td.w30 {
  width: 30%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w30, table.table_fee td.sp-w30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w30, table.table_fee td.pc-w30 {
    width: 30%;
  }
}
table.table_fee th.w31, table.table_fee td.w31 {
  width: 31%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w31, table.table_fee td.sp-w31 {
    width: 31%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w31, table.table_fee td.pc-w31 {
    width: 31%;
  }
}
table.table_fee th.w32, table.table_fee td.w32 {
  width: 32%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w32, table.table_fee td.sp-w32 {
    width: 32%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w32, table.table_fee td.pc-w32 {
    width: 32%;
  }
}
table.table_fee th.w33, table.table_fee td.w33 {
  width: 33%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w33, table.table_fee td.sp-w33 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w33, table.table_fee td.pc-w33 {
    width: 33%;
  }
}
table.table_fee th.w34, table.table_fee td.w34 {
  width: 34%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w34, table.table_fee td.sp-w34 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w34, table.table_fee td.pc-w34 {
    width: 34%;
  }
}
table.table_fee th.w35, table.table_fee td.w35 {
  width: 35%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w35, table.table_fee td.sp-w35 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w35, table.table_fee td.pc-w35 {
    width: 35%;
  }
}
table.table_fee th.w36, table.table_fee td.w36 {
  width: 36%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w36, table.table_fee td.sp-w36 {
    width: 36%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w36, table.table_fee td.pc-w36 {
    width: 36%;
  }
}
table.table_fee th.w37, table.table_fee td.w37 {
  width: 37%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w37, table.table_fee td.sp-w37 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w37, table.table_fee td.pc-w37 {
    width: 37%;
  }
}
table.table_fee th.w38, table.table_fee td.w38 {
  width: 38%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w38, table.table_fee td.sp-w38 {
    width: 38%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w38, table.table_fee td.pc-w38 {
    width: 38%;
  }
}
table.table_fee th.w39, table.table_fee td.w39 {
  width: 39%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w39, table.table_fee td.sp-w39 {
    width: 39%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w39, table.table_fee td.pc-w39 {
    width: 39%;
  }
}
table.table_fee th.w40, table.table_fee td.w40 {
  width: 40%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w40, table.table_fee td.sp-w40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w40, table.table_fee td.pc-w40 {
    width: 40%;
  }
}
table.table_fee th.w41, table.table_fee td.w41 {
  width: 41%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w41, table.table_fee td.sp-w41 {
    width: 41%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w41, table.table_fee td.pc-w41 {
    width: 41%;
  }
}
table.table_fee th.w42, table.table_fee td.w42 {
  width: 42%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w42, table.table_fee td.sp-w42 {
    width: 42%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w42, table.table_fee td.pc-w42 {
    width: 42%;
  }
}
table.table_fee th.w43, table.table_fee td.w43 {
  width: 43%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w43, table.table_fee td.sp-w43 {
    width: 43%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w43, table.table_fee td.pc-w43 {
    width: 43%;
  }
}
table.table_fee th.w44, table.table_fee td.w44 {
  width: 44%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w44, table.table_fee td.sp-w44 {
    width: 44%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w44, table.table_fee td.pc-w44 {
    width: 44%;
  }
}
table.table_fee th.w45, table.table_fee td.w45 {
  width: 45%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w45, table.table_fee td.sp-w45 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w45, table.table_fee td.pc-w45 {
    width: 45%;
  }
}
table.table_fee th.w46, table.table_fee td.w46 {
  width: 46%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w46, table.table_fee td.sp-w46 {
    width: 46%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w46, table.table_fee td.pc-w46 {
    width: 46%;
  }
}
table.table_fee th.w47, table.table_fee td.w47 {
  width: 47%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w47, table.table_fee td.sp-w47 {
    width: 47%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w47, table.table_fee td.pc-w47 {
    width: 47%;
  }
}
table.table_fee th.w48, table.table_fee td.w48 {
  width: 48%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w48, table.table_fee td.sp-w48 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w48, table.table_fee td.pc-w48 {
    width: 48%;
  }
}
table.table_fee th.w49, table.table_fee td.w49 {
  width: 49%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w49, table.table_fee td.sp-w49 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w49, table.table_fee td.pc-w49 {
    width: 49%;
  }
}
table.table_fee th.w50, table.table_fee td.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w50, table.table_fee td.sp-w50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w50, table.table_fee td.pc-w50 {
    width: 50%;
  }
}
table.table_fee th.w51, table.table_fee td.w51 {
  width: 51%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w51, table.table_fee td.sp-w51 {
    width: 51%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w51, table.table_fee td.pc-w51 {
    width: 51%;
  }
}
table.table_fee th.w52, table.table_fee td.w52 {
  width: 52%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w52, table.table_fee td.sp-w52 {
    width: 52%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w52, table.table_fee td.pc-w52 {
    width: 52%;
  }
}
table.table_fee th.w53, table.table_fee td.w53 {
  width: 53%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w53, table.table_fee td.sp-w53 {
    width: 53%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w53, table.table_fee td.pc-w53 {
    width: 53%;
  }
}
table.table_fee th.w54, table.table_fee td.w54 {
  width: 54%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w54, table.table_fee td.sp-w54 {
    width: 54%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w54, table.table_fee td.pc-w54 {
    width: 54%;
  }
}
table.table_fee th.w55, table.table_fee td.w55 {
  width: 55%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w55, table.table_fee td.sp-w55 {
    width: 55%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w55, table.table_fee td.pc-w55 {
    width: 55%;
  }
}
table.table_fee th.w56, table.table_fee td.w56 {
  width: 56%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w56, table.table_fee td.sp-w56 {
    width: 56%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w56, table.table_fee td.pc-w56 {
    width: 56%;
  }
}
table.table_fee th.w57, table.table_fee td.w57 {
  width: 57%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w57, table.table_fee td.sp-w57 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w57, table.table_fee td.pc-w57 {
    width: 57%;
  }
}
table.table_fee th.w58, table.table_fee td.w58 {
  width: 58%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w58, table.table_fee td.sp-w58 {
    width: 58%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w58, table.table_fee td.pc-w58 {
    width: 58%;
  }
}
table.table_fee th.w59, table.table_fee td.w59 {
  width: 59%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w59, table.table_fee td.sp-w59 {
    width: 59%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w59, table.table_fee td.pc-w59 {
    width: 59%;
  }
}
table.table_fee th.w60, table.table_fee td.w60 {
  width: 60%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w60, table.table_fee td.sp-w60 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w60, table.table_fee td.pc-w60 {
    width: 60%;
  }
}
table.table_fee th.w61, table.table_fee td.w61 {
  width: 61%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w61, table.table_fee td.sp-w61 {
    width: 61%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w61, table.table_fee td.pc-w61 {
    width: 61%;
  }
}
table.table_fee th.w62, table.table_fee td.w62 {
  width: 62%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w62, table.table_fee td.sp-w62 {
    width: 62%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w62, table.table_fee td.pc-w62 {
    width: 62%;
  }
}
table.table_fee th.w63, table.table_fee td.w63 {
  width: 63%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w63, table.table_fee td.sp-w63 {
    width: 63%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w63, table.table_fee td.pc-w63 {
    width: 63%;
  }
}
table.table_fee th.w64, table.table_fee td.w64 {
  width: 64%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w64, table.table_fee td.sp-w64 {
    width: 64%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w64, table.table_fee td.pc-w64 {
    width: 64%;
  }
}
table.table_fee th.w65, table.table_fee td.w65 {
  width: 65%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w65, table.table_fee td.sp-w65 {
    width: 65%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w65, table.table_fee td.pc-w65 {
    width: 65%;
  }
}
table.table_fee th.w66, table.table_fee td.w66 {
  width: 66%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w66, table.table_fee td.sp-w66 {
    width: 66%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w66, table.table_fee td.pc-w66 {
    width: 66%;
  }
}
table.table_fee th.w67, table.table_fee td.w67 {
  width: 67%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w67, table.table_fee td.sp-w67 {
    width: 67%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w67, table.table_fee td.pc-w67 {
    width: 67%;
  }
}
table.table_fee th.w68, table.table_fee td.w68 {
  width: 68%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w68, table.table_fee td.sp-w68 {
    width: 68%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w68, table.table_fee td.pc-w68 {
    width: 68%;
  }
}
table.table_fee th.w69, table.table_fee td.w69 {
  width: 69%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w69, table.table_fee td.sp-w69 {
    width: 69%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w69, table.table_fee td.pc-w69 {
    width: 69%;
  }
}
table.table_fee th.w70, table.table_fee td.w70 {
  width: 70%;
}
@media (max-width: 767px) {
  table.table_fee th.sp-w70, table.table_fee td.sp-w70 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  table.table_fee th.pc-w70, table.table_fee td.pc-w70 {
    width: 70%;
  }
}
table.table_fee thead th, table.table_fee thead td {
  background: #bb9b3b;
  color: #fff;
  text-align: center;
}
table.table_fee tbody th {
  background: #faf7f0;
  color: #2d2d2d;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
}
table.table_fee .in_table.fixed {
  table-layout: fixed;
}
table.table_fee .in_table tr th, table.table_fee .in_table tr td {
  text-align: center !important;
}
table.vertical-top th, table.vertical-top td {
  vertical-align: baseline;
}
table.table_fee_right tbody tr td {
  text-align: right !important;
}
table.table_fee_tdright tbody tr td:last-child {
  text-align: right !important;
}
table.table_fee_tdright .center td:last-child {
  text-align: center !important;
}
table.table_fee_tdcenter tbody tr td {
  text-align: center !important;
}
table.table_fee_center th, table.table_fee_center td {
  text-align: center !important;
}
table.table_fee_bg thead th, table.table_fee_bg thead td {
  background: #173d80;
  color: #fff;
}
table.table_fee_bg tbody th {
  background: rgba(23, 61, 128, 0.1);
  color: #2d2d2d;
}
@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;
  }
  table.sp_smallpd tr th, table.sp_smallpd tr td {
    padding: 10px 5px;
    font-size: 90%;
  }
  table.sp_smallpd thead th, table.sp_smallpd thead td {
    line-height: 1.4;
  }
}

.consul {
  color: #bb9b3b !important;
}

.consul2 {
  color: #173d80 !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 table .in_table {
    width: 100%;
    min-width: auto;
  }
}
.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: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #bb9b3b;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  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: #bb9b3b;
  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: #173d80;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 24px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 2px solid #e5e1d3;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  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: "";
  top: calc(100% + 26px);
  width: 90px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8ae46), to(#af8a31));
  background: linear-gradient(to bottom, #c8ae46, #af8a31);
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #bb9b3b;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8ae46), to(#af8a31));
  background: linear-gradient(to bottom, #c8ae46, #af8a31);
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .num.step {
  width: auto;
  height: auto;
  padding: 0 1rem;
  font-size: clamp(16px, 2vw, 20px);
}
.flow-block .title .number_text {
  padding-top: 4px;
}
@media (max-width: 767px) {
  .flow-block .title .number_text {
    margin-top: 3px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: clamp(50px, 8vw, 100px);
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #bb9b3b;
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer table.address {
  margin-bottom: 1em;
}
.footer table.address th, .footer table.address td {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  line-height: calc(26 / 16);
}
.footer table.address th {
  width: clamp(80px, 10vw, 100px);
  text-align: left;
  padding-right: 8px;
  font-weight: 300;
  vertical-align: text-top;
}
.footer table.address td .tel {
  font-size: 24px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.footer .sitemap a {
  text-decoration: none;
  color: #2d2d2d;
  position: relative;
  padding-right: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer .row:not(:last-child) {
  margin-bottom: clamp(30px, 5vw, 55px);
}
.footer .row__info .list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.footer .row__info .list_btn .btnstyle {
  margin: 0;
}
.footer .row__info .list_btn .btnstyle a {
  font-size: 14px;
  max-width: 100%;
  height: 100%;
  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;
}
.footer .row__info .list_btn .nobtn {
  background: #bb9b3b;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: white;
  font-size: 20px;
  line-height: calc(24 / 20);
  font-weight: bold;
  height: 90px;
  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;
}
.footer .row__info .list_btn .nobtn p {
  text-align: center;
}
.footer .row__info .list_btn .nobtn p .num {
  font-size: 36px;
  line-height: 1;
  margin-bottom: -4px;
}
.footer .row__banner {
  background: #f0ebdd;
  padding: 1em;
}
.footer .row__banner h2 {
  width: 100%;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  line-height: calc(41 / 26);
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer .row__info .list_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .row__info .list_btn li {
    width: 350px;
    height: 90px;
  }
  .footer .row__logo {
    row-gap: 10px;
  }
  .footer .row__logo .col {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
  .footer .row__info {
    -webkit-column-gap: var(--pd40);
            column-gap: var(--pd40);
  }
  .footer .row__info .col {
    width: calc((100% - var(--pd40)) / 2);
  }
  .footer .row__info .list_btn li {
    width: calc((100% - 20px) / 2);
  }
  .footer .row__banner {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .footer .row__banner .col {
    width: calc((100% - 60px) / 4);
  }
  .footer .row__logo {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1240px) {
  .footer .row__info {
    -webkit-column-gap: var(--pd110);
            column-gap: var(--pd110);
  }
  .footer .row__info .col {
    width: calc((100% - var(--pd110)) / 2);
  }
  .footer .row__banner {
    padding: 50px;
  }
}

.copyright {
  margin-top: clamp(30px, 6vw, 90px);
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 120px;
  }
}
@media (min-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.list_list dd a {
  color: #2d2d2d;
  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 {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}
.loopslider_wrap .loopslider {
  -webkit-animation: loopslider 100s linear infinite;
          animation: loopslider 100s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .loopslider_wrap .loopslider {
    width: calc(200px * 20);
  }
  .loopslider_wrap .loopslider .loopslider_item {
    padding: 0 5px;
  }
  .loopslider_wrap .loopslider .loopslider_item:nth-child(even) {
    margin-top: 20px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-200px * 10));
              transform: translateX(calc(-200px * 10));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-200px * 10));
              transform: translateX(calc(-200px * 10));
    }
  }
}
@media (min-width: 768px) {
  .loopslider_wrap .loopslider {
    width: calc(440px * 20);
  }
  .loopslider_wrap .loopslider .loopslider_item {
    padding: 0 20px;
  }
  .loopslider_wrap .loopslider .loopslider_item:nth-child(even) {
    margin-top: 40px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-440px * 10));
              transform: translateX(calc(-440px * 10));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-440px * 10));
              transform: translateX(calc(-440px * 10));
    }
  }
}

.ic {
  position: relative;
}
.ic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ictel {
  position: relative;
  font-size: clamp(30px, 3.4vw, 34px);
  color: #bb9b3b;
  padding-left: 35px;
}
.ictel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_tel.svg") no-repeat center/contain;
}

.txt-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.txt-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.txt-shadow {
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 16px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

.txt_underline {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(23, 61, 128, 0.3);
          text-decoration-color: rgba(23, 61, 128, 0.3);
  text-decoration-skip-ink: none;
  text-underline-offset: -5px;
  text-decoration-thickness: 12px;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
}

.txt_cl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#173d80), to(#bb9b3b));
  background-image: linear-gradient(90deg, #173d80, #bb9b3b);
}

.txt-bg {
  display: block;
}
.txt-bg > span {
  background-color: #bb9b3b;
  padding: 5px 10px 7px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
  color: white;
  font-size: clamp(18px, 2.4vw, 24px);
  border-radius: 10px 0;
}

.txt-serif, .sec_top h2.type2.large .jp, .sec_2 .feature_line .feature_num, .sec_4 .box-btn .row .col a, .sec_6 .row .box-name .name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.txt-baby {
  font-family: "Oooh Baby", serif;
}
.txt-gara{
	font-family: "EB Garamond", serif;
}

.sec_top.pd {
  padding: clamp(50px, 10vw, 100px) 0;
}
.sec_top h2 {
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: normal;
}
.sec_top h2 .en {
  color: #bb9b3b;
  font-size: var(--pd80);
  letter-spacing: 0.12em;
  font-weight: normal;
}
.sec_top h2 .jp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
}
.sec_top h2.type1 .en {
  margin-right: var(--pd30);
}
.sec_top h2.type2 {
  text-align: center;
  margin-bottom: clamp(25px, 4vw, 50px);
}
.sec_top h2.type2 .jp {
  display: block;
}
.sec_top h2.type2.large .en {
  letter-spacing: 0.04em;
}
.sec_top .l2 {
  line-height: 2;
}
@media (min-width: 768px) {
  .sec_top h2.type1 .en {
    font-size: 40px;
    margin-right: 30px;
  }
  .sec_top h2.type1 .en.large {
    font-size: 80px;
  }
  .sec_top h2.type1 .jp.large {
    font-size: 20px;
  }
  .sec_top h2.type2 .en {
    font-size: 70px;
  }
  .sec_top h2.type2.large .en {
    font-size: 80px;
  }
  .sec_top h2.type2.large .jp {
    font-size: 36px;
  }
}

.sec_news .list_list {
  overflow: auto;
  max-height: 290px;
}
.sec_news .list_list dt {
  padding: 0 0;
  margin: 0 0;
}
.sec_news .list_list dd {
  padding: 0 0 .5em;
  margin: 0 0;
  border-bottom: 1px solid #ddd;
}
.sec_news .list_list dd:not(:last-child) {
  margin-bottom: .5em;
}
.sec_news .list_list dd a {
  color: #2d2d2d;
  text-decoration: none;
}
.sec_news .list_list dd a:hover {
  text-decoration: underline;
}
.sec_news .btnstyle {
  margin: 0;
}
.sec_news .btnstyle a {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 25px .1em .5em;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.sec_news .btnstyle a:after {
  right: 5px;
}
.sec_news .btnstyle a:hover {
  background: none;
  color: #bb9b3b !important;
  border-color: #bb9b3b;
}
.sec_news .btnstyle a:hover:after {
  border-color: #bb9b3b;
  right: 0;
}
.sec_news.typeC .list_list {
  max-height: 306px;
}
.sec_news.typeC .list_list dd .cat {
  width: 110px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: white;
  background: #bb9b3b;
  margin-right: 10px;
}
.sec_news.typeC .list_list dd .cat.esashi-own {
  background: #e8c166;
}
@media (max-width: 767px) {
  .sec_news .list_list dd p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_news .list_list dd p .cat {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .sec_news:not(.typeB) .list_list dt {
    width: 120px;
    float: left;
    clear: both;
    padding: .5em 0;
  }
  .sec_news:not(.typeB) .list_list dt + dd {
    padding-left: 120px;
  }
  .sec_news:not(.typeB) .list_list dd {
    padding: .5em 0;
    margin: 0;
  }
  .sec_news.typeB .list_list {
    max-height: 215px;
  }
  .sec_news.typeC .list_list dt {
    float: unset;
    clear: unset;
    padding: .6em 0 0;
  }
  .sec_news.typeC .list_list dt + dd {
    padding-left: 0;
  }
  .sec_news.typeC .list_list dd {
    padding: 0 0 .8em;
    margin-bottom: 0;
  }
  .sec_news.typeC .list_list dd p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_news.typeC .list_list dd a {
    overflow: hidden;
    max-width: calc(100% - 5px);
    text-overflow: ellipsis;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    display: inline-block;
  }
}
@media only screen and (min-width: 1240px) {
  .sec_news.typeC .list_list {
    max-height: 166px;
  }
  .sec_news.typeC .list_list dt {
    width: 100px;
    padding: .8em 0;
    float: left;
    clear: both;
  }
  .sec_news.typeC .list_list dt + dd {
    padding-left: 100px;
  }
  .sec_news.typeC .list_list dd {
    padding: .8em 0;
  }
  .sec_news.typeC .list_list dd .cat {
    margin-right: 10px;
  }
}

.sec_1 .row .col .box-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_1 .row .col .box-tit {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bb9b3b;
  }
}
@media (min-width: 1240px) {
  .sec_1 .row {
    -webkit-column-gap: var(--pd50);
            column-gap: var(--pd50);
  }
  .sec_1 .row .col {
    width: calc((100% - var(--pd50)) / 2);
  }
}

.sec_2 .feature_line .feature_num {
  margin-bottom: 0;
  line-height: 1;
}
.sec_2 .feature_line h3 {
  border-bottom: 1px solid;
  padding-bottom: .3em;
  margin-bottom: 1em;
  color: white;
}
.sec_2 .feature_line .l2 {
	color: white;
}
.sec_2 .feature_line .btnstyle a {
	color: white!important;
	border-color: white;
}
.sec_2 .feature_line .btnstyle a:hover {
	color: #2d2d2d!important;
	background: white;
}
.sec_2 .feature_line .btnstyle a:after {
	border-color: currentColor;
}
.sec_2 .feature_line__type1 .box-img {
  background: white;
  padding: 10px;
}
.sec_2 .feature_line__type1 .box-img .tit {
  text-align: center;
  padding: 20px 0 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_2 .feature_line__type3.bg {
  
}
@media (max-width: 767px) {
  .sec_2 {
    margin-bottom: 50px;
  }
  .sec_2 .feature_line .feature_num {
    font-size: var(--pd50);
    margin-bottom: 10px;
    border-bottom: 1px solid;
    display: table;
  }
  .sec_2 .feature_line .feature_num.sp-color1 {
	    color: #bb9b3b;
	}
  .sec_2 .feature_line .feature_num.sp-color2 {
	    color: #173d80;
	}
  .sec_2 .feature_line .feature_num .num {
    font-size: var(--pd90);
  }
  .sec_2 .feature_line h3 {
    font-size: var(--pd42);
    text-align: center;
  }
  .sec_2 .feature_line:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec_2 .feature_line__type1 .row {
    row-gap: 0;
    position: relative;
    padding-bottom: 50px;
  }
  .sec_2 .feature_line__type1 .row:before {
    content: "";
    position: absolute;
    top: var(--pd110);
    background: url("../img/top/sec2-bg.png");
    width: 100vw;
    height: calc(100% - var(--pd110));
    left: 50%;
    translate: -50%;
    z-index: -1;
  }
  .sec_2 .feature_line__type1 .row .col {
    display: contents;
  }
  .sec_2 .feature_line__type1 .row .col__img {
    display: contents;
  }
  .sec_2 .feature_line__type1 .row .col__img .box-img__1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: var(--pd30);
    margin-bottom: var(--pd30);
  }
  .sec_2 .feature_line__type1 .row .col__img .box-img__2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec_2 .feature_line__type1 .row .col__img .box-img__2:after {
    top: 0;
    height: calc(100% + 30px);
  }
  .sec_2 .feature_line__type1 .row .col .feature_num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  .sec_2 .feature_line__type1 .row .col .box-text {
    display: contents;
  }
  .sec_2 .feature_line__type1 .row .col .box-text h3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: var(--pd30);
  }
  .sec_2 .feature_line__type1 .row .col .box-text .l2 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sec_2 .feature_line__type2 .row {
    row-gap: 0;
	position: relative;
	padding: 30px 0;
	margin-top: var(--pd110);
  }
  .sec_2 .feature_line__type2 .row:before{
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		width: 100vw;
		height: 100%;
		background: url("../img/top/sec2-bg.png");
		z-index: -1;
	}
  .sec_2 .feature_line__type2 {
    margin-top: calc(50px + var(--pd110));
  }
  .sec_2 .feature_line__type2 .row .col {
    display: contents;
  }
  .sec_2 .feature_line__type2 .row .col .feature_num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
	position: absolute;
	top: calc(0px - var(--pd110));
  }
  .sec_2 .feature_line__type2 .row .col h3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec_2 .feature_line__type2 .row .col figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
  }
  .sec_2 .feature_line__type2 .row .col .l2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .sec_2 .feature_line__type2 .row .col .btnstyle {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
  .sec_2 .feature_line__type3 .row, .sec_2 .feature_line__type4 .row {
    row-gap: 50px;
  }
  .sec_2 .feature_line__type3 .row .col figure, .sec_2 .feature_line__type4 .row .col figure {
    margin-bottom: 15px;
  }
  .sec_2 .feature_line__type3 .col{
	  position: relative;
	  padding: 30px 0;
	  margin-top: var(--pd110);
	}
  .sec_2 .feature_line__type3 .col .feature_num {
	  position: absolute;
	  top: calc(0px - var(--pd110));
	}
	.sec_2 .feature_line__type3 .col:before{
	  content: "";
	  position: absolute;
	  top: 0;
	  left: -10px;
	  width: 100vw;
	  height: 100%;
	  background: url("../img/top/sec2-bg.png");
	  z-index: -1;
	}
	.sec_2 .feature_line__type3 .col.sp-bg2:before{
	  background: url("../img/top/sec2-bg2.png");
	}
}
@media (min-width: 768px) {
  .sec_2 .feature_line:not(:last-child) {
    margin-bottom: 80px;
  }
  .sec_2 .feature_line .feature_num {
    font-size: 30px;
    margin-bottom: .7em;
  }
  .sec_2 .feature_line .feature_num .num {
    font-size: 70px;
  }
  .sec_2 .feature_line .feature_num.small {
    font-size: 22px;
  }
  .sec_2 .feature_line .feature_num.small .num {
    font-size: 50px;
  }
  .sec_2 .feature_line h3 {
    font-size: 30px;
    line-height: calc(44 / 30);
  }
  .sec_2 .feature_line h3.large {
    font-size: 40px;
    line-height: calc(56 / 40);
  }
  .sec_2 .feature_line h3.small {
    font-size: 22px;
    line-height: calc(32 / 22);
  }
  .sec_2 .feature_line .tit {
    font-size: 24px;
    line-height: calc(34 / 24);
  }
  .sec_2 .feature_line.bgcl1 {
    position: relative;
	padding-top: 10px;
  }
  .sec_2 .feature_line.bgcl1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1274px;
    max-width: 80%;
    height: 512px;
    background: url("../img/top/bg-cl.jpg") no-repeat center/cover;
    z-index: -1;
  }
  .sec_2 .feature_line__type1 .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_2 .feature_line__type1 .row .col__text {
    width: 32.5%;
    margin-top: 20px;
  }
  .sec_2 .feature_line__type1 .row .col__text .feature_num {
    margin-bottom: 15px;
  }
  .sec_2 .feature_line__type1 .row .col__text .box-text {
    position: relative;
    padding: var(--pd60) 0;
    z-index: 0;
  }
  .sec_2 .feature_line__type1 .row .col__text .box-text:before {
    content: "";
    position: absolute;
    left: calc(0px - var(--pd60));
    top: 0;
    width: 1390px;
    height: 100%;
    background: url("../img/top/sec2-bg.png");
    z-index: -1;
  }
  .sec_2 .feature_line__type1 .row .col__text .box-text .l2 {
    margin-right: 50px;
  }
  .sec_2 .feature_line__type1 .row .col__img {
    width: 67.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: var(--pd30);
            column-gap: var(--pd30);
    position: relative;
    margin-top: 35px;
  }
  .sec_2 .feature_line__type1 .row .col__img .box-img__2 {
    margin-top: 30px;
  }
  .sec_2 .feature_line__type2 .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_2 .feature_line__type2 .row .col {
    width: 50%;
  }
  .sec_2 .feature_line__type2 .row .col__text h3, .sec_2 .feature_line__type2 .row .col__text .l2 {
    padding-right: var(--pd70);
	color: #2d2d2d;
	
  }
  .sec_2 .feature_line__type2 .row .col__text .btnstyle a{
	color: #2d2d2d!important;
	border-color: #2d2d2d;
	}
  .sec_2 .feature_line__type2 .row .col__text .btnstyle a:after{
	border-color: currentColor;
	}
  .sec_2 .feature_line__type2 .row .col__text .btnstyle a:hover{
	color: #fff!important;
	background: #2d2d2d;
	}
  .sec_2 .feature_line__type2 .row .col__img img {
    max-width: calc(100% + 60px);
    margin-left: -40px;
  }
  .sec_2 .feature_line__type3 .row {
    -webkit-column-gap: var(--pd56);
            column-gap: var(--pd56);
  }
  .sec_2 .feature_line__type3 .row_same {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - var(--pd56)) / 2), 1fr));
  }
  .sec_2 .feature_line__type3 .row .col {
    position: relative;
    margin-top: 30px;
  }
  .sec_2 .feature_line__type3 .row .col .feature_num {
    position: absolute;
    left: 0;
    top: -30px;
  }
  .sec_2 .feature_line__type3 .row .col figure {
    text-align: right;
  }
  .sec_2 .feature_line__type3 .row .col h3 {
    margin-top: .5em;
    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;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sec_2 .feature_line__type3:not(.bg) .row .col h3,.sec_2 .feature_line__type3:not(.bg) .row .col .l2 {
    color: #2d2d2d;
  }
  .sec_2 .feature_line__type3:not(.bg) .row .col .btnstyle a{
	color: #2d2d2d!important;
	border-color: #2d2d2d;
	}
  .sec_2 .feature_line__type3:not(.bg) .row .col .btnstyle a:after{
	border-color: currentColor;
	}
  .sec_2 .feature_line__type3:not(.bg) .row .col .btnstyle a:hover{
	color: #fff!important;
	background: #2d2d2d;
	}
  .sec_2 .feature_line__type4 {
    padding: 80px 0;
    background: #f3f3f3;
  }
  .sec_2 .feature_line__type4 .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(96% / 3), 1fr));
  }
  .sec_2 .feature_line__type4 .row .col {
    position: relative;
    width: unset;
    grid-row: span 4;
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .sec_2 .feature_line__type4 .row .col .feature_num {
    position: absolute;
    left: 0;
    top: -17px;
  }
  .sec_2 .feature_line__type4 .row .col figure {
    text-align: right;
  }
  .sec_2 .feature_line__type4 .row .col h3 {
    margin-top: .5em;
    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;
  }
  .sec_2 .feature_line__type3.bg {
	  padding: 0 0 80px;
	  position: relative;
	}
  .sec_2 .feature_line__type3.bg:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 2000px;
		height: 85%;
		background: url("../img/top/sec2-bg3.jpg") no-repeat center/cover;
		z-index: -1;
	}
}
@media (min-width: 1240px) {
  .sec_2 .feature_line__type2 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_2 .feature_line__type2 .row .col__text h3, .sec_2 .feature_line__type2 .row .col__text .l2 {
    padding-right: var(--pd130);
  }
  .sec_2 .feature_line__type2 .row .col__img img {
    max-width: calc(1080 / 1920 * 100vw);
    margin-left: calc(0px - var(--pd90));
  }
  
  .sec_2 .feature_line__type4 .row {
    -webkit-column-gap: var(--pd50);
            column-gap: var(--pd50);
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - var(--pd100)) / 3), 1fr));
  }
}

.sec_3 .box-tit .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--pd30);
          column-gap: var(--pd30);
}
.sec_3 .box-tit .box-img img {
  position: relative;
  z-index: 1;
}
.sec_3 .line {
  position: relative;
  overflow: hidden;
}
.sec_3 .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
.sec_3 .line__1 {
  background: rgba(236, 223, 188, 0.5);
}
.sec_3 .line__2 {
  background: rgb(48 49 52 / 50%);
}
.sec_3 .line__3 {
  background: rgb(48 49 52 / 50%);
}
.sec_3 .line__4 {
  background: url("../img/top/sec3_bg4-2.png");
}
.sec_3 .line .container {
  background: white;
  position: relative;
}
.sec_3 .line .container .title {
  line-height: 1;
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
.sec_3 .line .container .title.color2{
	color: #b1bfd9;
}
.sec_3 .line .container .title.color1{
	color: #d8cca6;
}
.sec_3 .line .row .col__text h3 {
  margin-bottom: .5em;
  line-height: 1.6;
}
.sec_3 .line .row .col__text h3 .small {
  display: block;
}
@media (max-width: 767px) {
  .sec_3 .box-tit .box-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	margin-top: 40px;
  }
  .sec_3 .box-tit .box-img figure {
    text-align: center;
  }
  .sec_3 .box-tit .box-img figure img {
    max-width: 80%;
  }
  .sec_3 .line {
    padding: var(--pd100) 0 var(--pd50) var(--pd100);
  }
  .sec_3 .line__1:before {
    background: url("../img/top/sp_sec3_bg1.png") no-repeat center/contain;
  }
  .sec_3 .line__2:before {
    background: url("../img/top/sp_sec3_bg2.png") no-repeat center/contain;
  }
  .sec_3 .line__3:before {
    background: url("../img/top/sp_sec3_bg3.png") no-repeat center/contain;
  }
  .sec_3 .line__4:before {
    background: url("../img/top/sp_sec3_bg4.png") no-repeat center/contain;
  }
  .sec_3 .line__1:before {
    width: calc(275 / 767 * 100vw);
    height: calc(336 / 767 * 100vw);
  }
  .sec_3 .line__2:before {
    width: calc(321 / 767 * 100vw);
    height: calc(428 / 767 * 100vw);
  }
  .sec_3 .line__3:before {
    width: calc(219 / 767 * 100vw);
    height: calc(266 / 767 * 100vw);
  }
  .sec_3 .line__4:before {
    width: calc(268 / 767 * 100vw);
    height: calc(343 / 767 * 100vw);
    opacity: 1;
  }
  .sec_3 .line .container {
    margin-right: 0;
    padding: 1em var(--pd30) var(--pd30);
  }
  .sec_3 .line .container .title {
    left: var(--pd30);
    font-size: var(--pd60);
    white-space: nowrap;
    top: calc(0px - var(--pd35));
  }
  .sec_3 .line .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec_3 .line .row .col__text h3 {
    font-size: var(--pd61);
    line-height: calc(67 / 61);
  }
  .sec_3 .line .row .col__text h3 .small {
    font-size: var(--pd32);
    line-height: calc(54 / 32);
    margin-bottom: 10px;
  }
  .sec_3 .line .row .col__text .list_btn .btnstyle:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .sec_3 .box-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 100px;
  }
  .sec_3 .box-tit .box-img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec_3 .box-tit .box-img img {
    margin-right: 80px;
  }
  .sec_3 .box-tit .box-img .txt1 {
    margin-top: -10px;
  }
  .sec_3 .line {
    padding-top: var(--pd100);
  }
  .sec_3 .line__1:before {
    background: url("../img/top/sec3_bg1.png") no-repeat center/contain;
  }
  .sec_3 .line__2:before {
    background: url("../img/top/sec3_bg2.png") no-repeat center/contain;
  }
  .sec_3 .line__3:before {
    background: url("../img/top/sec3_bg3.png") no-repeat center/contain;
  }
  .sec_3 .line__4:before {
    background: url("../img/top/sec3_bg4.png") no-repeat center/contain;
  }
  .sec_3 .line__1:before {
    width: calc(588 / 1239 * 100vw);
    height: calc(577 / 1239 * 100vw);
  }
  .sec_3 .line__2:before {
    width: calc(617 / 1239 * 100vw);
    height: calc(584 / 1239 * 100vw);
  }
  .sec_3 .line__3:before {
    width: calc(587 / 1239 * 100vw);
    height: calc(583 / 1239 * 100vw);
  }
  .sec_3 .line__4:before {
    width: calc(687 / 1239 * 100vw);
    height: calc(570 / 1239 * 100vw);
  }
  .sec_3 .line .container {
    padding: var(--pd30) 0 var(--pd30) var(--pd50);
  }
  .sec_3 .line .container .title {
    font-size: 64px;
    margin-top: -40px;
    left: -40px;
  }
  .sec_3 .line .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_3 .line .row .col__text {
    width: 52.8%;
    padding-right: var(--pd50);
  }
  .sec_3 .line .row .col__text h3 {
    font-size: 40px;
  }
  .sec_3 .line .row .col__text h3 .small {
    font-size: 20px;
  }
  .sec_3 .line .row .col__text .list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .sec_3 .line .row .col__text .list_btn .btnstyle {
    margin: 0;
    width: 240px;
  }
  .sec_3 .line .row .col__text .list_btn .btnstyle.long {
    width: 280px;
  }
  .sec_3 .line .row .col__text .list_btn .btnstyle a {
    max-width: 100%;
  }
  .sec_3 .line .row .col__img {
    width: 47.2%;
    text-align: left;
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_3 .line .container {
    max-width: 82%;
    margin-right: 0;
  }
}

@media (min-width: 1240px) {
  .sec_3 .line__1:before {
    width: calc(588 / 1920 * 100vw);
    height: calc(577 / 1920 * 100vw);
  }
  .sec_3 .line__2:before {
    width: calc(617 / 1920 * 100vw);
    height: calc(584 / 1920 * 100vw);
  }
  .sec_3 .line__3:before {
    width: calc(587 / 1920 * 100vw);
    height: calc(583 / 1920 * 100vw);
  }
  .sec_3 .line__4:before {
    width: calc(687 / 1920 * 100vw);
    height: calc(570 / 1920 * 100vw);
  }
  .sec_3 .line .container {
    width: 1510px;
    margin-right: 0;
    padding: 0 0 0 var(--pd70);
  }
  .sec_3 .line .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec_4 .line_bg {
  background: url("../img/top/sec4_bg.jpg") no-repeat center/cover;
  padding: clamp(30px, 5vw, 80px) 0;
  position: relative;
}
.sec_4 .line_bg:before {
  content: "";
  position: absolute;
  width: calc(100% - var(--pd12));
  height: calc(100% - var(--pd12));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #2d2d2d;
}
.sec_4 .line_bg .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  position: relative;
}
.sec_4 .line_bg .box-img p {
  position: absolute;
}
.sec_4 .line_bg .box-img .txt1 {
  margin-top: -10px;
}
.sec_4 .box-btn .row .col a {
  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;
  width: 100%;
  height: 100%;
  background: white;
  text-decoration: none;
  color: #2d2d2d;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.sec_4 .box-btn .row .col a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #bb9b3b;
}
.sec_4 .box-btn .row .col a .ic {
  padding-left: 90px;
}
.sec_4 .box-btn .row .col a .ic:before {
  width: 80px;
  height: 80px;
  left: 5px;
}
.sec_4 .box-btn .row .col a:hover {
  background: #bb9b3b;
  color: white;
}
.sec_4 .box-btn .row .col a:hover:after {
  background: white;
}
.sec_4 .box-btn .row .col__1 .ic:before {
  background: url("../img/top/sec4_icon1.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__2 .ic:before {
  background: url("../img/top/sec4_icon2.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__3 .ic:before {
  background: url("../img/top/sec4_icon3.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__4 .ic:before {
  background: url("../img/top/sec4_icon4.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__5 .ic:before {
  background: url("../img/top/sec4_icon5.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__6 .ic:before {
  background: url("../img/top/sec4_icon6.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__7 .ic:before {
  background: url("../img/top/sec4_icon7.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__8 .ic:before {
  background: url("../img/top/sec4_icon8.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__9 .ic:before {
  background: url("../img/top/sec4_icon9.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__10 .ic:before {
  background: url("../img/top/sec4_icon10.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__11 .ic:before {
  background: url("../img/top/sec4_icon11.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__12 .ic:before {
  background: url("../img/top/sec4_icon12.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__13 .ic:before {
  background: url("../img/top/sec4_icon13.png") no-repeat center/contain;
}
.sec_4 .box-btn .row .col__14 .ic:before {
  background: url("../img/top/sec4_icon14.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .sec_4 .box-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0;
  }
  .sec_4 .box-btn .box-img {
    max-width: 264px;
    margin-inline: auto;
    margin-top: 30px;
  }
  .sec_4 .box-btn .box-img figure {
  	text-align: center;
  }
  .sec_4 .box-btn .box-img figure img {
    max-width: 70%;
  }
  .sec_4 .box-btn .box-img p {
    right: 0;
    bottom: 0;
  }
  .sec_4 .box-btn .row {
    gap: 10px;
  }
  .sec_4 .box-btn .row .col {
    width: calc((100% - 10px) / 2);
  }
  .sec_4 .box-btn .row .col a {
    height: var(--pd100);
  }
  .sec_4 .box-btn .row .col a .ic {
    padding-left: var(--pd90);
  }
  .sec_4 .box-btn .row .col a .ic:before {
    width: var(--pd80);
  }
}
@media (min-width: 768px) {
  .sec_4 .box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2%;
            column-gap: 2%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec_4 .box-btn .box-img {
    width: 25%;
    -webkit-column-gap: 0;
            column-gap: 0;
    position: relative;
  }
  .sec_4 .box-btn .box-img p {
    bottom: var(--pd40);
    right: var(--pd65);
  }
  .sec_4 .box-btn .row {
    width: 73%;
    gap: 20px;
  }
  .sec_4 .box-btn .row .col {
    width: calc((100% - 40px) / 3);
    height: 110px;
  }
  .sec_4 .box-btn .row .col a {
    font-size: 20px;
  }
  .sec_4 .box-btn .row .col__full {
    width: calc((100% - 20px) - ((100% - 40px) / 3));
  }
}

.sec_5 {
  padding-bottom: clamp(50px, 10vw, 100px);
}
.sec_5 .container {
  position: relative;
  padding-bottom: 40px;
}
.sec_5 .container h2 {
  position: absolute;
  top: -50px;
  left: 0;
  margin-bottom: 0;
}
.sec_5 .container h2 .en {
  color: #d9c386;
}
@media (max-width: 767px) {
  .sec_5 .container h2 {
    top: -20px;
  }
}

.sec_6 h2 {
  margin-bottom: clamp(25px, 4vw, 40px);
}
.sec_6 .line {
  background: #f0ebdd;
  padding: clamp(30px, 5vw, 80px) 0;
  position: relative;
  position: relative;
  z-index: 0;
}
.sec_6 .line:before, .sec_6 .line:after {
  content: "";
  position: absolute;
}
.sec_6 .line:before {
  left: 0;
  top: calc(0px - var(--pd60));
}
.sec_6 .line:after {
  right: 0;
  bottom: calc(0px - var(--pd60));
}
.sec_6 .line .container {
  position: relative;
  z-index: 1;
}
.sec_6 .row h3 {
  margin-bottom: .7em;
}
.sec_6 .row figure img {
  -webkit-box-shadow: 0 0 10px 5px rgba(45, 45, 45, 0.1);
          box-shadow: 0 0 10px 5px rgba(45, 45, 45, 0.1);
}
.sec_6 .row .box-name .name {
  font-size: 20px;
  font-weight: 600;
}
.sec_6 .row .box-name .name .large {
  font-size: 26px;
}
.sec_6 .row__1 {
  margin-bottom: 80px;
}
.sec_6 .row__2 {
  background: white;
  padding: 10px;
  position: relative;
  margin-bottom: 60px;
}
.sec_6 .row__2 .tit {
  background: #bb9b3b;
  color: white;
  font-weight: bold;
  line-height: calc(24 / 16);
  display: table;
  position: absolute;
  padding: 1.1em 1.2em 1em;
  margin-bottom: 0;
  left: -30px;
  top: -30px;
}
.sec_6 .row__2 .tit:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: #bb9b3b;
}
.sec_6 .row__2 .bd {
  border: var(--pd5) solid #e5e1d3;
  width: 100%;
  padding: 2em 1em;
}
.sec_6 .row__2 .bd h3 {
  text-align: center;
}
.sec_6 .row__2 .bd .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: var(--pd120);
          column-gap: var(--pd120);
}
.sec_6 .row__2 .bd .box-list ul {
  margin-bottom: 0;
}
.sec_6 .row__2 .bd .box-list ul li {
  position: relative;
  padding-left: 6px;
}
.sec_6 .row__2 .bd .box-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sec_6 .row__2 .bd .box-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 3px;
  height: 3px;
  background: #2d2d2d;
  border-radius: 50%;
}
.sec_6 .row__4 .col_2{
background:#fff;  
  padding:10px;
}
.sec_6 .row__4 .col_2 .box_bg{
  background:#fff;
  border:var(--pd5) solid #e5e1d3;
}
.sec_6 .row__4 h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .sec_6 h2 {
    text-align: center;
  }
  .sec_6 h2 .en {
    display: block;
  }
  .sec_6 .line {
    margin: var(--pd100) 0 var(--pd60);
  }
  .sec_6 .line:before {
    background: url("../img/top/sp_sec6_bg_top.png") no-repeat center/contain;
    width: calc(368 / 767 * 100vw);
    height: calc(402 / 767 * 100vw);
  }
  .sec_6 .line:after {
    background: url("../img/top/sp_sec6_bg_bottom.png") no-repeat center/contain;
    width: calc(402 / 767 * 100vw);
    height: calc(402 / 767 * 100vw);
  }
  .sec_6 .row h3 {
    font-size: var(--pd42);
    text-align: center;
  }
  .sec_6 .row .name {
    text-align: right;
  }
  .sec_6 .row__2 .tit {
    left: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sec_6 .row__2 .bd {
    padding-top: 100px;
  }
  .sec_6 .row__2 .bd h3 {
    font-size: var(--pd42);
  }
  .sec_6 .row__2 .bd .box-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .sec_6 h2 {
    text-align: right;
  }
  .sec_6 .line:before, .sec_6 .line:after {
    width: calc(692 / 1239 * 100vw);
    height: calc(692 / 1239 * 100vw);
  }
  .sec_6 .line:before {
    background: url("../img/top/sec6_bg_top.png") no-repeat center/contain;
  }
  .sec_6 .line:after {
    background: url("../img/top/sec6_bg_bottom.png") no-repeat center/contain;
  }
  .sec_6 .row h3 {
    font-size: 26px;
    line-height: calc(41 / 26);
  }
  .sec_6 .row .box-name {
    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;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .sec_6 .row .box-name p {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .sec_6 .row__1 .col .box-text {
    margin-bottom: 2em;
  }
  .sec_6 .row__2 {
    margin-left: 30px;
  }
  .sec_6 .row__2 .tit .large {
    font-size: 26px;
  }
  .sec_6 .row__2 .bd {
    padding: var(--pd60) var(--pd20);
  }
  .sec_6 .row__3 {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_6 .row__3 .col__text {
    width: 68%;
    padding-right: 2%;
  }
  .sec_6 .row__3 .col__text .l2 {
    margin-bottom: 2em;
  }
  .sec_6 .row__3 .col__img {
    width: 32%;
  }
}
@media (min-width: 1240px) {
  .sec_6 .line:before, .sec_6 .line:after {
    width: calc(692 / 1920 * 100vw);
    height: calc(692 / 1920 * 100vw);
  }
}
.sec_7 {
  padding-top: clamp(50px, 12vw, 150px);
}
.sec_7 h2.type3 {
  text-align: center;
  margin-bottom: var(--pd60);
}
.sec_7 h2.type3 .en {
  color: #f0ebdd;
  line-height: 1;
}
.sec_7 h2.type3 .jp {
  margin-top: calc(0px - var(--pd40));
  font-size: var(--pd40);
  display: block;
}
.sec_7 .row_same .col {
  position: relative;
  row-gap: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_7 .row_same .col:after {
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: var(--pd20);
  bottom: var(--pd20);
  width: 20px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.sec_7 .row_same .col a {
  position: absolute;
  text-indent: -999px;
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec_7 .row_same .col:nth-child(odd) {
  background: #bb9b3b;
}
.sec_7 .row_same .col:nth-child(even) {
  background: #ab8e37;
}
.sec_7 .row_same .col .box-text {
  color: white;
  text-align: center;
  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;
  padding: var(--pd25) var(--pd10) var(--pd35);
}
.sec_7 .row_same .col .box-text h3 {
  font-size: clamp(20px, 3vw, 30px);
}
.sec_7 .row_same .col:hover {
  cursor: pointer;
}
.sec_7 .row_same .col:hover:nth-child(odd) {
  background: #947b2f;
}
.sec_7 .row_same .col:hover:nth-child(even) {
  background: #846e2b;
}
.sec_7 .row_same .col:hover img {
  opacity: .9;
}
@media (min-width: 768px) {
  .sec_7 .row_same {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    gap: 0;
  }
}

.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;
}

/* Update 2025/04/24 */
@charset "UTF-8";
.sec_2 .feature_line__slide .icon {
  position: relative;
}
.sec_2 .feature_line__slide .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  background: url(../img/top/sec2_icon.png) no-repeat center/contain;
  z-index: -1;
}
.sec_2 .feature_line__slide .slide-tit {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: table;
  margin: 0 auto;
  color: white;
}
.sec_2 .feature_line__slide .slide-tit:before, .sec_2 .feature_line__slide .slide-tit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: currentColor;
}
.sec_2 .feature_line__slide .slide-tit:before {
  left: calc(100% + 10px);
}
.sec_2 .feature_line__slide .slide-tit:after {
  right: calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  .sec_2 .feature_line__slide.bgcl2 {
    position: relative;
    padding-top: 40px;
  }
  .sec_2 .feature_line__slide.bgcl2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1274px;
    max-width: 80%;
    height: 512px;
    background: url("../img/top/bg-cl2.jpg") no-repeat center/cover;
    z-index: -1;
  }
  .sec_2 .feature_line__slide .icon:before {
    width: 390px;
    height: 392px;
    top: calc(0px - var(--pd140));
  }
  .sec_2 .feature_line__slide .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_2 .feature_line__slide .row .col__text {
    width: 518px;
  }
  .sec_2 .feature_line__slide .row .col__text .box-text {
    position: relative;
    padding: var(--pd50) 0 0;
    z-index: 0;
  }
  .sec_2 .feature_line__slide .row .col__text .box-text:before {
    content: "";
    position: absolute;
    left: calc(0px - var(--pd60));
    top: 0;
    width: 1390px;
    height: calc(100% + 50px);
    background: url("../img/top/sec2-bg.png");
    z-index: -1;
  }
  .sec_2 .feature_line__slide .row .col__text .l2 {
    margin-right: 50px;
  }
  .sec_2 .feature_line__slide .row .col__img {
    width: calc(100% - 518px);
    position: relative;
    z-index: 0;
  }
  .sec_2 .feature_line__slide .row.reverse .col__text .box-text:before {
    background: url("../img/top/sec2-bg2.png");
    left: auto;
    right: calc(0px - var(--pd60));
  }
  .sec_2 .feature_line__slide .row.reverse .col__text .feature_num, .sec_2 .feature_line__slide .row.reverse .col__text h3, .sec_2 .feature_line__slide .row.reverse .col__text .l2 {
    margin-right: 0;
    margin-left: 50px;
  }
  .sec_2 .feature_line__slide .slide-tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec_2 .feature_line__slide .btnstyle.pc-text-left {
    margin-left: 50px;
  }
  .sec_2 .feature_line__slide .btnstyle.pc-text-right {
    margin-right: 50px;
  }
  .sec_2 .feature_line__slide .btnstyle.long {
    margin-top: 60px;
  }
  .sec_2 .feature_line__slide .btnstyle.long a {
    max-width: 300px;
  }
}
@media screen and (min-width: 1240px) {
  .sec_2 .feature_line__slide .icon:before {
    left: calc(0px - var(--pd120));
  }
  .sec_2 .feature_line__slide .row .col__img img {
    max-width: none;
  }
  .sec_2 .feature_line__slide .row.reverse .col__img {
    position: relative;
  }
  .sec_2 .feature_line__slide .row.reverse .col__img.h600 {
    height: 600px;
  }
  .sec_2 .feature_line__slide .row.reverse .col__img img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_2 .feature_line__slide .icon:before {
    width: calc(390 / 767 * 100vw);
    height: calc(392 / 767 * 100vw);
  }
  .sec_2 .feature_line__slide .row {
    row-gap: 0;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sec_2 .feature_line__slide .row:before {
    content: "";
    position: absolute;
    top: var(--pd110);
    background: url("../img/top/sec2-bg.png");
    width: 100vw;
    height: calc(100% - var(--pd110));
    left: 50%;
    translate: -50%;
    z-index: -1;
  }
  .sec_2 .feature_line__slide .row .col {
    display: contents;
  }
  .sec_2 .feature_line__slide .row .col > * {
    width: 100%;
  }
  .sec_2 .feature_line__slide .row .col .feature_num {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sec_2 .feature_line__slide .row .col .box-text {
    display: contents;
  }
  .sec_2 .feature_line__slide .row .col .box-text h3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sec_2 .feature_line__slide .row .col .box-text .l2 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sec_2 .feature_line__slide .row .col .box-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: var(--pd30);
    margin-bottom: var(--pd30);
  }
  .sec_2 .feature_line__slide .row .col .btnstyle {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 100%;
  }
  .sec_2 .feature_line__slide .row.reverse:before {
    background: url("../img/top/sec2-bg2.png");
  }
  .sec_2 .feature_line__slide .slide-tit {
    font-size: var(--pd40);
    margin-bottom: var(--pd30);
  }
  .sec_2 .feature_line__slide .btnstyle.long {
    margin-top: var(--pd30);
  }
}
.sec_2 .bf-slider {
  z-index: 1;
  position: relative;
}
.sec_2 .bf-slider .slick-track {
  padding: 10px 0;
}
.sec_2 .bf-slider .slick-arrow {
  width: 2.15vw;
  height: 2.15vw;
  min-width: 30px;
  min-height: 30px;
  z-index: 5;
  background: #bb9b3b;
  border-radius: 50%;
}
.sec_2 .bf-slider .slick-arrow:before {
  content: "";
  width: 30%;
  height: 30%;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 14%;
}
.sec_2 .bf-slider .slick-arrow.slick-prev {
  left: 18vw;
}
.sec_2 .bf-slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  left: 14%;
  right: 0;
}
.sec_2 .bf-slider .slick-arrow.slick-next {
  right: 18vw;
}
.sec_2 .bf-slider .item {
  background: #f3f3f3;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sec_2 .bf-slider .item .box-bf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.sec_2 .bf-slider .item .box-bf .box p {
  margin-bottom: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_2 .bf-slider .item .title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: 1px solid;
  margin-bottom: 0;
}
.sec_2 .bf-slider .item .title .tit {
  font-weight: bold;
}
.sec_2 .bf-slider .item .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .sec_2 .bf-slider .item {
    margin: 0 15px;
    padding: 30px;
  }
  .sec_2 .bf-slider .item .box-bf {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .sec_2 .bf-slider .item .box-bf .box p {
    font-size: 20px;
  }
  .sec_2 .bf-slider .item .title {
    padding: 13px 5px 10px;
  }
  .sec_2 .bf-slider .item .title .num {
    font-size: 20px;
    margin: 0 10px;
  }
  .sec_2 .bf-slider .item .title .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec_2 .bf-slider .slick-arrow.slick-prev {
    left: 2vw;
  }
  .sec_2 .bf-slider .slick-arrow.slick-next {
    right: 2vw;
  }
  .sec_2 .bf-slider .item {
    padding: var(--pd20);
    margin: 0 var(--pd10);
  }
  .sec_2 .bf-slider .item .box-bf {
    -webkit-column-gap: var(--pd20);
            column-gap: var(--pd20);
    margin-bottom: var(--pd20);
  }
  .sec_2 .bf-slider .item .box-bf .box p {
    font-size: var(--pd28);
  }
  .sec_2 .bf-slider .item .title {
    padding: var(--pd10) var(--pd5) var(--pd7);
  }
  .sec_2 .bf-slider .item .title .num {
    font-size: var(--pd28);
    margin: 0 var(--pd10);
  }
  .sec_2 .bf-slider .item .title .tit {
    font-size: var(--pd30);
  }
}

.sec_3 .line-new {
  color: white;
}
.sec_3 .line-new h3 {
  margin-bottom: .5em;
  line-height: 1.6;
}
.sec_3 .line-new h3 .small {
  display: block;
}
.sec_3 .line-new .btnstyle a {
  color: white !important;
  border-color: white;
}
.sec_3 .line-new .btnstyle a:after {
  border-color: currentColor;
}
.sec_3 .line-new .btnstyle a:hover {
  background: white;
  color: #2d2d2d !important;
}
@media screen and (min-width: 768px) {
  .sec_3 .line-new {
    background: url("../img/top/sec3_bg0.png") no-repeat center/cover;
  }
  .sec_3 .line-new .row {
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_3 .line-new .row .col {
    width: 50%;
  }
  .sec_3 .line-new .row .col h3 {
    font-size: 48px;
  }
  .sec_3 .line-new .row .col h3 .small {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_3 .line-new {
    padding-bottom: 50px;
  }
  .sec_3 .line-new .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec_3 .line-new .row .col__img img {
    translate: -20px;
  }
  .sec_3 .line-new .row .col__text {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1240px) {
  .sec_3 .line-new .row .col__img {
    height: 650px;
    position: relative;
  }
  .sec_3 .line-new .row .col__img img {
    max-width: none;
    position: absolute;
    top: 0;
    right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sec_3 .line-new {
    background: url("../img/top/sp_sec3_bg0.png") no-repeat center bottom/cover;
    padding-bottom: calc(450 / 767 * 100vw);
  }
  .sec_3 .line-new .row .col h3 {
    font-size: var(--pd61);
  }
  .sec_3 .line-new .row .col h3 .small {
    font-size: var(--pd32);
  }
  .sec_3 .line-new .row .col__img img {
    max-width: calc(100% + 10px);
    translate: -10px;
  }
}
