@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* layout */
html {
  scroll-behavior: smooth;
}
html[lang=zh-TW] body {
  font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1c1c1c;
}

.l-header, .l-fixHeader {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.l-header__inner, .l-fixHeader__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  max-width: 100%;
  padding: 0;
  color: white;
}
.l-header__logo, .l-fixHeader__logo {
  padding: 0 !important;
  margin: 0 !important;
}
.l-header__gnav, .l-fixHeader__gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__customBtn, .l-fixHeader__customBtn {
  display: none;
}
.l-header__menuBtn, .l-fixHeader__menuBtn {
  color: white;
  padding-right: 24px;
}
.l-header__menuBtn .c-iconBtn__icon, .l-fixHeader__menuBtn .c-iconBtn__icon {
  font-size: 29px;
}
@media screen and (max-width: 1280px) {
  .l-header .c-gnav, .l-fixHeader .c-gnav {
    gap: 10px;
  }
  .l-header .c-gnav > .menu-item > a .ttl, .l-fixHeader .c-gnav > .menu-item > a .ttl {
    font-size: 14px;
  }
  .l-header .c-gnav > .menu-item--btn > a, .l-fixHeader .c-gnav > .menu-item--btn > a {
    padding: 24px 30px;
  }
  .l-header .c-gnav > .menu-item--btn::after, .l-fixHeader .c-gnav > .menu-item--btn::after {
    right: 18px;
    top: 1px;
  }
  .l-header .c-gnav > .menu-item.lang-item + .lang-item, .l-fixHeader .c-gnav > .menu-item.lang-item + .lang-item {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 960px) {
  .l-header .c-gnav > .menu-item > a, .l-fixHeader .c-gnav > .menu-item > a {
    padding: 20px 5px;
  }
  .l-header .c-gnav > .menu-item > a .ttl, .l-fixHeader .c-gnav > .menu-item > a .ttl {
    font-size: 13px;
  }
  .l-header .c-gnav > .menu-item--btn > a, .l-fixHeader .c-gnav > .menu-item--btn > a {
    padding: 20px 25px;
  }
  .l-header .c-gnav > .menu-item--btn::after, .l-fixHeader .c-gnav > .menu-item--btn::after {
    right: 15px;
  }
  .l-header .c-gnav > .menu-item.lang-item, .l-fixHeader .c-gnav > .menu-item.lang-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header, .l-fixHeader {
    position: fixed;
  }
  .l-header__logo, .l-fixHeader__logo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .l-header__inner, .l-fixHeader__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__gnav, .l-fixHeader__gnav {
    display: none;
  }
}
.l-fixHeader {
  position: fixed;
  margin: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078) !important;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078) !important;
}
.l-fixHeader::before {
  opacity: 0.7;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.l-fixHeader .c-headLogo {
  height: auto;
}
.l-fixHeader .c-headLogo__link {
  padding-top: 15px !important;
  padding-bottom: 28px !important;
  background: unset;
}
.l-footer {
  padding: 50px 40px 20px;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  color: white;
}
.l-footer .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
.l-footer__widgetArea {
  padding: 0;
  background: unset;
  color: white;
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 276px;
  max-height: 150px;
  padding: 0;
}
.l-footer__nav a {
  padding: 0;
  padding-left: 16px;
  min-width: 90px;
  font-weight: 500;
  font-size: 12px;
  line-height: 240%;
  letter-spacing: 0;
  border: 0;
  border-left: 1px solid;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 30px;
  }
  .l-footer .copyright {
    line-height: 140%;
  }
  .l-footer__inner {
    gap: 30px;
    width: 500px;
    max-width: 100%;
  }
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    max-height: unset;
    width: 400px;
    max-width: 100%;
  }
}
.l-topTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 310px;
  padding: 40px 40px 53px;
}
.l-topTitleArea::before {
  opacity: 1 !important;
  background: linear-gradient(190.16deg, rgba(0, 0, 0, 0.3) 9.33%, rgba(38, 38, 38, 0.2) 66.7%, rgba(0, 0, 0, 0.3) 92.77%) !important;
}
.l-topTitleArea::after {
  display: none !important;
}
.l-topTitleArea .c-postTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: unset;
}
.l-topTitleArea .c-postTitle-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.l-topTitleArea .c-postTitle__date {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.l-topTitleArea .c-postTitle__ttl {
  padding: 12.5px 60px 19.5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #3d2801;
  background-image: url("./assets/img/pagetitle_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-topTitleArea .c-postTitle__ttl {
    min-width: 483px;
  }
}
@media screen and (max-width: 959px) {
  .l-topTitleArea .c-postTitle__ttl {
    min-width: 286px;
    padding: 13px 15px 15px;
    font-size: 16px;
  }
}
.l-topTitleArea .c-postTitle__subttl {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0em;
  color: #d9d9d9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 959px) {
  .l-topTitleArea .c-postTitle__subttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .l-topTitleArea .c-postTitle {
    gap: 10px;
  }
  .l-topTitleArea .c-postTitle-wrap {
    gap: 5px;
  }
  .l-topTitleArea .c-postTitle__ttl {
    font-size: 14px;
    padding: 12px 25px 22px;
  }
}
.l-topTitleArea .p-articleMetas {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.l-topTitleArea__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-topTitleArea + .p-breadcrumb {
  background: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%) !important;
}
@media screen and (max-width: 959px) {
  .l-topTitleArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 320px;
    padding: 55px 20px 20px;
  }
}
.l-article {
  width: 1000px;
  max-width: 100%;
}

.w-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 0;
  padding-left: 114px;
}
.w-footer__box {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: 0;
}
.w-footer__box:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 104px;
}
.w-footer__box:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
.w-footer__box:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .w-footer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-footer__box:nth-child(1) {
    position: static;
  }
  .w-footer__box:nth-child(2) {
    font-size: 15px;
    line-height: 140%;
  }
  .w-footer__box:nth-child(3) {
    font-size: 13px;
  }
}

.-left .p-spMenu__inner {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.page .l-content {
  max-width: 100%;
  padding: 80px 40px 100px;
  margin-bottom: 0;
  background-image: url("./assets/img/page_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .page .l-content {
    padding: 40px 30px 50px;
  }
}
.page .l-mainContent {
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .page .l-mainContent {
    width: 600px;
  }
}
.page .post_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.05em;
}
.page:not(.home, .page-template-page-lp) .post_content {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.page:not(.home, .page-template-page-lp) .post_content.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.page:not(.home, .page-template-page-lp) .post_content {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page.page-template-page-lp .l-content {
  padding: 0;
  background: unset;
}
.page.page-template-page-lp .l-mainContent {
  width: 100%;
}
.page.page-template-page-lp .l-mainContent__inner > .post_content {
  padding: 0;
  margin: 0;
}
.page.page-template-page-lp .l-topTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: 480px;
  padding: 80px 40px 40px;
}
@media screen and (max-width: 959px) {
  .page.page-template-page-lp .l-topTitleArea {
    min-height: 280px;
  }
}
.page.page-template-page-lp .p-breadcrumb {
  display: none;
}

.archive .l-content {
  width: 100%;
  max-width: 100%;
  padding: 80px 40px 0;
  margin: 0 auto 100px;
}
.archive .l-content::before, .archive .l-content::after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/figure_blocks.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  height: 124px;
}
.archive .l-content::before {
  left: 24px;
  top: 20px;
}
.archive .l-content::after {
  right: 24px;
  bottom: -80px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.archive .l-content .post_content {
  margin-bottom: 86px;
}
.archive .l-content .post_content .page_title {
  font-size: 28px;
  line-height: 150%;
}
@media screen and (max-width: 959px) {
  .archive .l-content {
    padding: 60px 20px 0;
  }
  .archive .l-content .p-archiveContent {
    margin-top: 20px !important;
  }
  .archive .l-content .post_content {
    margin-bottom: 20px;
  }
  .archive .l-content .post_content .page_title {
    font-size: 18px;
  }
}
.archive.post-type-archive-listings .l-content {
  padding: 0;
  margin-bottom: 0;
}
.archive.post-type-archive-listings .l-content::before, .archive.post-type-archive-listings .l-content::after {
  display: none;
}
.archive.post-type-archive-listings .l-content .post_content {
  margin-bottom: 0;
}
.archive.post-type-archive-listings .l-content .c-pagination {
  margin: 0 auto;
}
.archive.post-type-archive-listings .l-content .l-article {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .archive.post-type-archive-listings .l-content .p-archiveContent {
    margin-top: 0 !important;
  }
}

.single .l-topTitleArea {
  min-height: 340px;
  height: auto;
  padding-top: 140px;
}
.single .l-topTitleArea .c-postTitle {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.single .l-topTitleArea .c-postTitle.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.single .l-topTitleArea .c-postTitle__date {
  margin: 0;
  padding: 0;
  border: 0;
}
.single .l-topTitleArea .p-articleMetas {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.single .l-topTitleArea .p-articleMetas.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.single .l-topTitleArea .p-articleMetas {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 959px) {
  .single .l-topTitleArea {
    min-height: unset;
    padding-top: 90px;
  }
  .single .l-topTitleArea .l-topTitleArea__body {
    gap: 10px;
    padding: 0;
  }
}
.single .post_content {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.single .post_content.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.single .post_content {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single.single-listings .l-content {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 90px 40px 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 212, 161, 0.2)), color-stop(33.01%, rgba(218, 214, 186, 0.2)), color-stop(75.03%, rgba(192, 217, 215, 0.2)), color-stop(100.04%, rgba(182, 219, 226, 0.2)));
  background: linear-gradient(90deg, rgba(243, 212, 161, 0.2) 0%, rgba(218, 214, 186, 0.2) 33.01%, rgba(192, 217, 215, 0.2) 75.03%, rgba(182, 219, 226, 0.2) 100.04%);
}
.single.single-listings .l-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 288px;
  background-image: url("./assets/img/listings_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 100%;
}
.single.single-listings .l-article {
  width: 1114px;
  max-width: 100%;
  margin: 0 auto;
}
.single.single-listings .l-sidebar {
  display: none !important;
}
.single.single-listings .l-topTitleArea {
  min-height: 310px;
  padding-top: 160px;
  padding-bottom: 43px;
}
.single.single-listings .post_content {
  padding: 0;
  margin: 0;
}
.single.single-listings .c-postTitle-wrap {
  gap: 16px;
}
.single.single-listings .c-postTitle__ttl {
  min-width: 483px;
  font-size: 28px;
}
.single.single-listings .p-pnLinks.-style-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 60px 0 0;
}
.single.single-listings .p-pnLinks.-style-normal .p-pnLinks__item {
  position: relative;
  width: 91px;
  height: 30px;
  margin: 0;
  border: 1px solid #c5c5c5;
  background: #ffffff;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single.single-listings .p-pnLinks.-style-normal .p-pnLinks__item::before {
  content: "Next";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  left: 19px;
  right: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #00345f;
  border: unset;
  -webkit-transform: unset;
          transform: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: unset;
}
.single.single-listings .p-pnLinks.-style-normal .p-pnLinks__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: unset;
  right: 10px;
  width: 8px;
  height: 10px;
  background-image: url("./assets/img/icon_arrow5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.single.single-listings .p-pnLinks.-style-normal .p-pnLinks__item:hover {
  opacity: 0.6;
}
.single.single-listings .p-pnLinks.-style-normal .p-pnLinks__item.-prev::before {
  content: "Back";
  right: 19px;
  left: unset;
}
.single.single-listings .p-pnLinks.-style-normal .p-pnLinks__item.-prev::after {
  left: 10px;
  right: unset;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 959px) {
  .single.single-listings .l-content {
    padding: 60px 20px 100px;
  }
  .single.single-listings .l-article {
    width: 500px;
  }
  .single.single-listings .l-topTitleArea {
    min-height: 320px;
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .single.single-listings .c-postTitle-wrap {
    gap: 10px;
  }
  .single.single-listings .c-postTitle__ttl {
    min-width: 250px;
    font-size: 20px;
  }
  .single.single-listings .p-pnLinks.-style-normal {
    gap: 30px;
    margin: 40px 0 0;
  }
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scrolled=true] .l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  opacity: 0.7;
}
[data-scrolled=true] .l-header .c-headLogo__link {
  padding: 16px !important;
  background: unset;
}

@media screen and (max-width: 959px) {
  #body_wrap {
    padding-bottom: 64px;
  }
}

/* layout */
/* component */
.c-headLogo {
  height: auto;
  margin: 0 !important;
}
.c-headLogo__link {
  padding: 28px 46px 35px !important;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-headLogo__link:hover {
  opacity: 0.6;
}
.c-headLogo__img {
  width: 208px;
}
@media screen and (max-width: 1200px) {
  .c-headLogo__link {
    padding: 42px 36px !important;
  }
}
@media screen and (max-width: 959px) {
  .c-headLogo__link {
    padding: 28px 20px 30px !important;
  }
  .c-headLogo__img {
    width: 80px;
  }
}
.c-gnav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: auto;
}
.c-gnav a::after {
  background: white;
}
.c-gnav > .menu-item > a {
  padding: 20px 10px;
  color: white;
}
.c-gnav > .menu-item > a .ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
}
.c-gnav > .menu-item--btn {
  margin-left: 12px;
}
.c-gnav > .menu-item--btn > a {
  padding: 28px 54px;
  background: #00345f;
}
.c-gnav > .menu-item--btn > a .ttl {
  font-size: 18px;
  line-height: 1.4444444444;
}
.c-gnav > .menu-item--btn::after {
  content: "";
  position: absolute;
  right: 33px;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 8px;
  background-image: url("./assets/img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.c-gnav > .menu-item--btn:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.c-gnav > .menu-item.lang-item > a {
  padding-left: 12px;
  padding-right: 12px;
}
.c-gnav > .menu-item.lang-item.lang-item-first {
  margin-left: 16px;
}
.c-gnav > .menu-item.lang-item + .lang-item {
  position: relative;
  margin-left: -20px;
}
.c-gnav > .menu-item.lang-item + .lang-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  left: 0;
  width: 1px;
  height: 28px;
  background-color: white;
}
.c-spnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 240px;
  max-width: 100%;
}
.c-spnav > .menu-item {
  width: 100%;
}
.c-spnav > .menu-item > a {
  width: 100%;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1c1c1c;
  background: rgba(255, 255, 255, 0.6);
}
.c-spnav > .menu-item > a {
  border: 0;
}
.c-spnav > .menu-item > a::before {
  display: none;
}
.c-spnav > .menu-item.lang-item {
  display: none;
}
.c-pageTitle {
  min-width: 483px;
  max-width: 100%;
  padding: 12.5px 20px 19.5px;
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #3d2801;
  text-align: center;
  background-image: url("./assets/img/pagetitle_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.c-pageTitle.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 959px) {
  .c-pageTitle {
    min-width: 286px;
    padding: 13px 15px 15px;
    font-size: 16px;
  }
}
.c-pageSubTitle {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0em;
  color: #d9d9d9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.c-pageSubTitle.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-pageSubTitle {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 959px) {
  .c-pageSubTitle {
    font-size: 16px;
  }
}
.c-postTimes {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #181818;
}
.c-pagination {
  margin: 80px auto;
}
@media screen and (max-width: 959px) {
  .c-pagination {
    margin: 40px auto;
  }
}

[class*=page-numbers] {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  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;
  min-width: 30px;
  height: 30px;
  margin: 0 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #c5c5c5;
  color: #00345f;
  background-color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
[class*=page-numbers].current {
  border: 1px solid #00345f;
  background-color: #00345f;
}

.p-spMenu {
  z-index: 9500;
}
.p-spMenu__inner {
  width: 100%;
  padding: 0;
}
.p-spMenu__closeBtn {
  right: 24px;
  left: unset !important;
  top: 24px;
  width: auto;
  height: auto;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 19px;
  color: white;
}
.p-spMenu__nav {
  margin: 0;
  padding: 0;
}
.p-spMenu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 100px 30px 94px;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.p-spMenu__body .c-widget__title.-spmenu {
  display: none;
}
.p-spMenu__logo {
  margin-bottom: 6px;
}
.p-spMenu__logo .c-headLogo__link {
  padding: 0 !important;
  background: unset;
}
.p-spMenu__logo .c-headLogo__img {
  width: 160px;
}
.p-spMenu__langGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.p-spMenu__langGroup .lang-item {
  position: relative;
  margin: 0;
  list-style: none;
}
.p-spMenu__langGroup .lang-item > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}
.p-spMenu__langGroup .lang-item + .lang-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  left: -15px;
  width: 1px;
  height: 28px;
  background: white;
}
.p-spMenu__bottom {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 64px;
  width: 100%;
  padding: 8px 5px;
  background: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%);
}
.p-spMenu__bottom a,
.p-spMenu__bottom img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-spMenu__bottom img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.p-spMenu__bottom > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
}
.p-spMenu__bottom > *:first-child a {
  margin-left: auto;
}
.p-spMenu__bottom > *:last-child a {
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .p-spMenu__bottom {
    display: none !important;
  }
}
.p-breadcrumb {
  padding: 7px 20px !important;
  background: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%) !important;
}
.p-breadcrumb__list {
  width: 1240px;
  max-width: 100%;
  padding: 0;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.1666666667;
  letter-spacing: 0.03em;
}
.p-breadcrumb__text .__home:before {
  content: unset;
}
.p-postList.-type-simple {
  border-top: 0;
}
.p-postList.-type-simple .p-postList__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.p-postList.-type-simple .p-postList__times {
  padding: 0;
  margin: 0;
  min-width: 80px;
}
.p-postList.-type-simple .p-postList__cat {
  padding: 0;
  margin: 0;
  padding: 5px 12px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: white;
  background-color: #00345f;
  opacity: 1;
}
.p-postList.-type-simple .p-postList__meta {
  min-width: 210px;
  gap: 8px;
  margin: 0 !important;
}
.p-postList.-type-simple .p-postList__meta :before {
  content: unset;
}
.p-postList.-type-simple .p-postList__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: unset;
  right: 32px;
  width: 16px;
  height: 16px;
  background-image: url("./assets/img/icon_arrow4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
.p-postList.-type-simple .p-postList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
}
.p-postList.-type-simple .p-postList__link {
  padding: 24px 16px;
  padding-right: 65px;
}
@media screen and (max-width: 959px) {
  .p-postList.-type-simple {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-postList.-type-simple .p-postList__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .menu-item {
    width: 100%;
  }
  .menu-item > a {
    width: 100%;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #1c1c1c;
    background: rgba(255, 255, 255, 0.6);
  }
}

/* component */
/* block */
@-webkit-keyframes swiper_1 {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swiper_1 {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes swiper_1_before {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swiper_1_before {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.post_content h2 {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}
.post_content h2::before {
  content: "■ ";
  position: static;
  display: inline-block;
  margin-right: 0.25em;
  color: #00345f;
}
.post_content .wp-block-group {
  margin-bottom: 2.12em;
}
.post_content .wp-block-group.is-style-wrap-1040 {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.post_content .wp-block-group.is-style-fu {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .wp-block-group.is-style-fu.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .wp-block-group.is-style-fu {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .wp-block-list li {
  margin: 0;
}
.post_content .dc-a {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-a--fade {
  opacity: 0;
}
.post_content .dc-a--fade.dc-a--show {
  opacity: 1;
}
.post_content .dc-a--fu {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-a--fu.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-a--fr {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.post_content .dc-a--fr.dc-a--show {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.post_content .dc-a--fl {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.post_content .dc-a--fl.dc-a--show {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.post_content .dc-a--grad .dc-a__char {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.2s;
  transition: opacity 0.6s 0.2s;
}
.post_content .dc-a--grad.dc-a--show .dc-a__char {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .post_content .dc-a {
    -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
    transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
    transition: opacity 1s 0.2s, transform 1s 0.2s;
    transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
  }
}
.post_content .dc-red {
  color: #ff2929;
}
.post_content .dc-primary {
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post_content .dc-cat {
  min-width: 72px;
  padding: 4px 8px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  border-radius: 4px;
  text-align: center;
  color: white;
  background: #512700;
}
.post_content .dc-btn {
  text-decoration: unset;
}
.post_content .dc-btn-1 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 19px 47px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #1c1c1c;
  border: 1px solid #00345f;
  -webkit-box-shadow: 5px 4px 0 0px #00345f;
          box-shadow: 5px 4px 0 0px #00345f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post_content .dc-btn-1::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 11px;
  background-image: url("./assets/img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post_content .dc-btn-1-wrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-btn-1-wrap.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-btn-1-wrap {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-btn-1__icon {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  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: 84px;
  height: 100%;
  padding-right: 8px;
  overflow: hidden;
}
.post_content .dc-btn-1__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  right: 8px;
  left: unset;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #1c1c1c;
}
.post_content .dc-btn-1__txt {
  position: relative;
  z-index: 10;
}
.post_content .dc-btn-1__txt--l {
  font-size: 28px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
}
.post_content .dc-btn-1__back {
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
}
.post_content .dc-btn-1__back--brown {
  background: -webkit-gradient(linear, left top, left bottom, from(#c38946), to(#512700));
  background: linear-gradient(180deg, #c38946 0%, #512700 100%);
}
.post_content .dc-btn-1--white {
  color: #1c1c1c;
  background-color: white;
}
.post_content .dc-btn-1--border-brown {
  position: relative;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #512700;
}
.post_content .dc-btn-1--icon {
  width: 379px;
  max-width: 100%;
  padding: 28px 40px 29px 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
}
.post_content .dc-btn-1--icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.post_content .dc-btn-1--icon-brown {
  border: 1.2px solid #302200;
  background-color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.post_content .dc-btn-1--icon-brown::before {
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.post_content .dc-btn-1--icon-brown .dc-btn-1__icon::before {
  background: #49300a;
}
.post_content .dc-btn-1--icon-blue {
  border: 1.2px solid #00345f;
  background-color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.post_content .dc-btn-1--icon-blue::before {
  background: #1f6390;
}
.post_content .dc-btn-1--icon-blue .dc-btn-1__icon::before {
  background: #00345f;
}
.post_content .dc-btn-1--arrow2 {
  padding: 15px 56px 15px 28px;
  font-size: 16px;
  line-height: 120%;
}
.post_content .dc-btn-1--arrow2::after {
  width: 26px;
  height: 6px;
  background-image: url("./assets/img/icon_arrow2-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.post_content .dc-btn-1:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  opacity: 0.8;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.post_content .dc-btn-1:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.post_content .dc-btn-1:hover.dc-btn-1--icon::before {
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: unset;
  transition: unset;
}
.post_content .dc-btn-1:hover.dc-btn-1--border-brown .dc-btn-1__back {
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media screen and (max-width: 959px) {
  .post_content .dc-btn-1 {
    font-size: 18px;
    line-height: 1.1111111111;
    padding: 20px 38px;
  }
  .post_content .dc-btn-1-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .post_content .dc-btn-1__txt--l {
    font-size: 20px;
  }
  .post_content .dc-btn-1--icon {
    padding: 25px 40px 25px 84px;
    font-size: 16px;
  }
  .post_content .dc-btn-1--arrow2 {
    padding-right: 55px;
  }
}
.post_content .dc-btn-2 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 90px 24px 84px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #512700;
  background: linear-gradient(92.87deg, #6a3c00 0.85%, #ffdb86 38.66%, #d09f2d 61.34%, #6a3c00 99.15%, #6a3c00 99.15%);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-btn-2.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-btn-2 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-btn-2::after {
  content: "";
  background-image: url("./assets/img/icon_arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  left: unset;
  width: 34px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post_content .dc-btn-2:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.post_content .dc-btn-2:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.post_content .dc-hd {
  padding: 0;
  margin: 0;
  border: 0;
  background: unset;
}
.post_content .dc-hd::before, .post_content .dc-hd::after {
  content: unset;
}
.post_content .dc-hd-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: white;
}
.post_content .dc-hd-1__shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
.post_content .dc-hd-1__bc {
  display: inline-block;
  padding: 4.5px 4px 8.5px;
  margin-right: 6px;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.post_content .dc-hd-1__s {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-1 {
    gap: 8px;
    font-size: 28px;
    letter-spacing: 0.03em;
  }
  .post_content .dc-hd-1__bc {
    padding: 4px 5px;
    padding-right: 7px;
    margin: 0;
    font-size: 26px;
  }
  .post_content .dc-hd-1__s {
    font-size: 24px;
  }
}
.post_content .dc-hd-2 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-align: center;
}
.post_content .dc-hd-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: unset;
  width: 72px;
  height: 4px;
  background: #00345f;
}
.post_content .dc-hd-2.is-style-white, .post_content .dc-hd-2--white {
  color: white;
}
.post_content .dc-hd-2.is-style-white::after, .post_content .dc-hd-2--white::after {
  background: -webkit-gradient(linear, left top, right top, from(#caa651), color-stop(54.81%, #ffe5a7), to(#645228));
  background: linear-gradient(90deg, #caa651 0%, #ffe5a7 54.81%, #645228 100%);
}
.post_content .dc-hd-2 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-hd-2.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-2 {
    padding-bottom: 12px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  .post_content .dc-hd-2::after {
    width: 32px;
    height: 2px;
  }
}
.post_content .dc-hd-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}
.post_content .dc-hd-3__sub {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-right: 40px;
  font-weight: 700;
  font-style: Italic;
  font-size: 72px;
  line-height: 100%;
}
.post_content .dc-hd-3__sub::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: unset;
  right: 20px;
  height: 54px;
  width: 1px;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.post_content .dc-hd-3__main {
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-3 {
    margin-bottom: 15px;
  }
  .post_content .dc-hd-3__sub {
    padding-right: 20px;
    font-size: 30px;
  }
  .post_content .dc-hd-3__sub::after {
    right: 8px;
    height: 100%;
  }
  .post_content .dc-hd-3__main {
    font-size: 18px;
  }
}
.post_content .dc-hd-4 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.post_content .dc-hd-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  right: unset;
  width: 44px;
  height: 44px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#c38946), to(#512700));
  background: linear-gradient(180deg, #c38946 0%, #512700 100%);
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .post_content .dc-hd-4::before {
    width: 36px;
    height: 36px;
  }
}
.post_content .dc-hd-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.post_content .dc-hd-5__sub {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: white;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-hd-5__sub.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-hd-5__main {
  width: 921px;
  max-width: 100%;
  padding: 15px 20px 17px;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  background: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-hd-5__main.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-5 {
    gap: 15px;
  }
  .post_content .dc-hd-5__sub {
    font-size: 18px;
  }
  .post_content .dc-hd-5__main {
    padding: 10px;
    font-size: 22px;
    line-height: 125%;
  }
}
.post_content .dc-hd-6 {
  padding: 7px 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: white;
  background: #512700;
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-6 {
    display: inline-block;
    font-size: 16px;
  }
}
.post_content .dc-hd-7 {
  padding-left: 34px;
  padding-bottom: 16px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-hd-7.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-hd-7 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-hd-7::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-color: #302200;
}
@media screen and (max-width: 959px) {
  .post_content .dc-hd-7 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.post_content .dc-card-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 240px;
  max-width: 100%;
}
.post_content .dc-card-1-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
.post_content .dc-card-1__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 959px) {
  .post_content .dc-card-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 280px;
  }
  .post_content .dc-card-1__img-wrap {
    width: 200px;
  }
}
.post_content .dc-card-2 {
  position: relative;
  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: 340px;
  max-width: 100%;
  min-height: 140px;
  padding: 10px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%);
  background-color: white;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-card-2.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-card-2 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-card-2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -5;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%);
  background-color: white;
  -webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1490196078);
}
.post_content .dc-card-2__no {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: absolute;
  top: -37px;
  left: 30px;
  z-index: 10;
  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: 55px;
  height: 55px;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0em;
  color: white;
}
.post_content .dc-card-2__no::before {
  content: "";
  position: absolute;
  z-index: -5;
  inset: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.post_content .dc-card-2__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .dc-card-2__txt {
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
}
.post_content .dc-card-2-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 98px 60px;
  margin-top: 90px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .post_content .dc-card-2 {
    min-height: 100px;
    width: 280px;
  }
  .post_content .dc-card-2__no {
    top: -29px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .post_content .dc-card-2__txt {
    font-size: 18px;
  }
  .post_content .dc-card-2-group {
    gap: 50px 60px;
    margin-top: 60px;
  }
}
.post_content .dc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post_content .dc-list li {
  margin: 0;
  line-height: inherit;
}
.post_content .dc-list-1 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.post_content .dc-list-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  max-width: 100%;
  margin: 0;
  background: #00345f;
  border: 1px solid #00345f;
}
.post_content .dc-list-1__item-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 404px;
  max-width: 100%;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}
.post_content .dc-list-1__item-hd-icon {
  display: block;
  width: 54px;
}
.post_content .dc-list-1__item-hd-txt--l {
  font-size: 24px;
}
.post_content .dc-list-1__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  min-height: 100px;
  padding: 10px 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  background-color: white;
}
.post_content .dc-list-1__item-txt a {
  text-decoration: underline;
}
.post_content .dc-list-1__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: unset;
  bottom: -53px;
  width: 32px;
  height: 32px;
  background-image: url("./assets/img/icon_arrow3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .post_content .dc-list-1 {
    gap: 50px;
  }
  .post_content .dc-list-1__item-hd {
    font-size: 18px;
  }
  .post_content .dc-list-1__item-hd-icon {
    width: 34px;
  }
  .post_content .dc-list-1__item-hd-txt--l {
    font-size: 20px;
  }
  .post_content .dc-list-1__item-txt {
    min-height: unset;
    padding: 16px;
    font-size: 16px;
  }
  .post_content .dc-list-1__item:not(:last-child)::after {
    bottom: -40px;
    width: 26px;
    height: 26px;
  }
}
.post_content .dc-list-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 16px 8px;
  border-bottom: 1px solid #c5c5c5;
}
.post_content .dc-list-2__item-hd {
  position: relative;
  min-width: 148px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}
.post_content .dc-list-2__item-hd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #512700;
}
.post_content .dc-list-2__item-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.post_content .dc-list-2__item-txt--red {
  font-weight: 700;
  font-size: 20px;
  color: #ff2929;
}
@media screen and (max-width: 959px) {
  .post_content .dc-list-2 {
    width: 100%;
  }
  .post_content .dc-list-2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 12px 4px;
  }
  .post_content .dc-list-2__item-hd {
    min-width: unset;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
  }
  .post_content .dc-list-2__item-hd::before {
    left: 2px;
    width: 8px;
    height: 8px;
  }
  .post_content .dc-list-2__item-txt {
    font-size: 16px;
  }
  .post_content .dc-list-2__item-txt--red {
    font-size: 18px;
  }
}
.post_content .dc-box-1 {
  position: relative;
  width: 640px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1.6px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-box-1.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-box-1 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-box-1::before, .post_content .dc-box-1::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.post_content .dc-box-1::before {
  left: -8px;
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.post_content .dc-box-1::after {
  right: -24px;
  bottom: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.post_content .dc-box-1.is-style-white-l {
  width: 720px;
  color: white;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%);
}
.post_content .dc-box-1.is-style-white-l::before, .post_content .dc-box-1.is-style-white-l::after {
  background: linear-gradient(90.39deg, #a47835 5.44%, #ffefca 54.22%, #a47835 98.54%);
}
@media screen and (max-width: 959px) {
  .post_content .dc-box-1 {
    width: 500px;
    padding: 14px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .post_content .dc-box-1.is-style-white-l {
    width: 500px;
  }
}
.post_content .dc-box-2 {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto 54px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, #c38946 0%, #512700 100%);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-box-2.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-box-2 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-box-2__hd {
  padding: 11px 20px 12px;
  margin: 0;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.post_content .dc-box-2__in {
  padding: 48px 40px;
  background-color: white;
}
@media screen and (max-width: 959px) {
  .post_content .dc-box-2 {
    width: 800px;
  }
  .post_content .dc-box-2__hd {
    font-size: 16px;
  }
  .post_content .dc-box-2__in {
    padding: 20px 15px;
  }
}
.post_content .dc-box-ba {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-box-ba.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-box-ba {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-box-ba img {
  width: 100%;
}
.post_content .dc-box-ba > * {
  width: 480px;
  max-width: 100%;
}
.post_content .dc-box-ba__tag {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: absolute;
  z-index: 5;
  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;
  width: 94px;
  height: 94px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
}
.post_content .dc-box-ba__tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -5;
  inset: 0;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 959px) {
  .post_content .dc-box-ba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .post_content .dc-box-ba > * {
    width: 100%;
  }
  .post_content .dc-box-ba__tag {
    width: 55px;
    height: 55px;
    font-size: 16px;
  }
}
.post_content .dc-alist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post_content .dc-alist li {
  margin: 0;
  line-height: inherit;
}
.post_content .dc-alist-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.post_content .dc-alist-1__item {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #c9c9c9;
}
.post_content .dc-alist-1__item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  width: 100%;
  color: #000;
  text-decoration: unset;
}
.post_content .dc-alist-1__item-time {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.post_content .dc-alist-1__item-hd {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
}
.post_content .dc-alist-1__item-hd-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post_content .dc-alist-1__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 194px;
}
.post_content .dc-alist-1__item:first-child {
  padding-top: 0;
}
.post_content .dc-alist-1__item:last-child {
  padding-bottom: 0;
  border: unset;
}
@media screen and (max-width: 959px) {
  .post_content .dc-alist-1__item-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .post_content .dc-alist-1__item-hd {
    line-height: 150%;
  }
  .post_content .dc-alist-1__item-hd-wrap {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .post_content .dc-alist-1__item-meta {
    min-width: unset;
  }
}
.post_content .dc-archive-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .post_content .dc-archive-1 {
    gap: 30px;
  }
}
.post_content .dc-archive-listings {
  position: relative;
  width: 100%;
  padding: 80px 40px 100px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 212, 161, 0.2)), color-stop(33.01%, rgba(218, 214, 186, 0.2)), color-stop(75.03%, rgba(192, 217, 215, 0.2)), color-stop(100.04%, rgba(182, 219, 226, 0.2)));
  background: linear-gradient(90deg, rgba(243, 212, 161, 0.2) 0%, rgba(218, 214, 186, 0.2) 33.01%, rgba(192, 217, 215, 0.2) 75.03%, rgba(182, 219, 226, 0.2) 100.04%);
}
.post_content .dc-archive-listings::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 279px;
  background-image: url("./assets/img/listings_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 100%;
}
.post_content .dc-archive-listings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  width: 1114px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.post_content .dc-archive-listings__list li {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(16, 75, 152, 0.1019607843);
          box-shadow: 2px 2px 10px 0px rgba(16, 75, 152, 0.1019607843);
}
.post_content .dc-archive-listings__btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
  margin-top: 40px;
}
.post_content .dc-archive-listings__btn .dc-btn-1 {
  width: 304px;
  max-width: 100%;
  padding: 19px 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .post_content .dc-archive-listings {
    padding: 60px 20px;
  }
}
.post_content .dc-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 959px) {
  .post_content .dc-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post_content .dc-column-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 80px;
  width: 100%;
}
.post_content .dc-column-1__txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0;
}
.post_content .dc-column-1__img-wrap {
  width: 640px;
  max-width: 100%;
}
.post_content .dc-column-1__txt-wrap {
  width: 580px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .post_content .dc-column-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .post_content .dc-column-1__txt {
    font-size: 16px;
  }
  .post_content .dc-column-1--r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.post_content .dc-column-2 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.post_content .dc-column-2__txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0;
}
.post_content .dc-column-2__txt-wrap {
  width: 580px;
  max-width: 100%;
  padding-top: 30px;
}
.post_content .dc-column-2__img-wrap {
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .post_content .dc-column-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .post_content .dc-column-2__txt {
    font-size: 16px;
  }
  .post_content .dc-column-2__txt-wrap {
    padding-top: 0px;
  }
}
.post_content .dc-column-3 {
  gap: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.20625;
  letter-spacing: 0;
}
.post_content .dc-column-3__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.post_content .dc-column-3__l {
  font-size: 20px;
}
.post_content .dc-column-3__ll {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.post_content .dc-column-3__m {
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .post_content .dc-column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .post_content .dc-column-3__right {
    gap: 10px;
  }
}
.post_content .dc-column-4 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 80px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1c1c1c;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-column-4.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-column-4 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-column-4 > * {
  max-width: 100%;
  margin: 0;
}
.post_content .dc-column-4__left {
  width: 480px;
}
.post_content .dc-column-4__right {
  width: 540px;
}
.post_content .dc-column-4.is-style-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .post_content .dc-column-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 500px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .post_content .dc-column-4.is-style-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post_content .dc-column-5 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  width: 1032px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #302200;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.post_content .dc-column-5.dc-a--show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.post_content .dc-column-5 {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.post_content .dc-column-5__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post_content .dc-column-5__txt li {
  margin: 0 0 20px;
}
.post_content .dc-column-5__txt li:last-child {
  margin-bottom: 0;
}
.post_content .dc-column-5__img {
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .post_content .dc-column-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    font-size: 16px;
  }
  .post_content .dc-column-5__txt li {
    margin-bottom: 15px;
  }
  .post_content .dc-column-5__img {
    width: 100%;
  }
}
.post_content .dc-table-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.post_content .dc-table-1__item-h, .post_content .dc-table-1__item-d {
  padding: 4px 0;
  margin: 0;
  border: 0;
  background: unset;
  color: inherit;
  font-weight: inherit;
}
.post_content .dc-table-1__item-h {
  width: 96px;
  vertical-align: top;
}
.post_content .dc-table-1__item-d {
  padding-left: 24px;
}
.post_content .dc-table-1__item-d--red {
  font-weight: 500;
  color: #ff2929;
}
.post_content .dc-table-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
}
.post_content .dc-table-2__h, .post_content .dc-table-2__d {
  padding: 12px 10px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #c5c5c5;
  background: unset;
  color: inherit;
  font-weight: inherit;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}
.post_content .dc-table-2__h {
  font-size: 14px;
  background: #efefef;
}
.post_content .dc-table-2__h--empty {
  background-color: unset;
}
.post_content .dc-table-2__h--s {
  padding: 7px 12px 9px;
}
.post_content .dc-table-2__h--line {
  padding: 1px;
}
.post_content .dc-table-2__h--bt {
  border-top: 1px solid #c5c5c5;
}
.post_content .dc-table-2__d--s {
  padding: 7px 10px 9px;
}
.post_content .dc-table-2__d--line {
  padding: 1px;
}
.post_content .dc-table-2__d--bt {
  border-top: 1px solid #c5c5c5;
}
.post_content .dc-table-2__wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
.post_content .dc-table-2--m .dc-table-2__d {
  font-size: 14px;
}
.post_content .dc-table-3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: white;
}
.post_content .dc-table-3__h, .post_content .dc-table-3__d {
  padding: 0;
  margin: 0;
  border: 0;
  background: unset;
  color: inherit;
  font-weight: inherit;
  vertical-align: top;
}
.post_content .dc-table-3__h {
  position: relative;
  width: 219px;
  padding-left: 39px;
  font-weight: 500;
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0;
}
.post_content .dc-table-3__h::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c38946), to(#512700));
  background: linear-gradient(180deg, #c38946 0%, #512700 100%);
}
.post_content .dc-table-3__d {
  font-weight: 400;
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.05em;
}
.post_content .dc-table-3__d--lhs {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 140%;
}
.post_content .dc-table-3__d--lhm {
  line-height: 180%;
}
.post_content .dc-table-3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .post_content .dc-table-3__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .post_content .dc-table-3__tr:last-child {
    margin-bottom: 0;
  }
  .post_content .dc-table-3__h, .post_content .dc-table-3__d {
    font-size: 16px;
    line-height: 160%;
  }
  .post_content .dc-table-3__h {
    width: auto;
    padding-left: 25px;
  }
  .post_content .dc-table-3__h::before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
  }
}
.post_content .dc-table-4 {
  width: 1052px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.05em;
  color: #302200;
}
.post_content .dc-table-4 span {
  display: block;
}
.post_content .dc-table-4 span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 53px;
}
.post_content .dc-table-4__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
.post_content .dc-table-4__tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
}
.post_content .dc-table-4__tr::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -17px;
  height: 1px;
  width: 90%;
  background-color: #bbbbbb;
}
.post_content .dc-table-4__tr.is-style-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .dc-table-4__th {
  width: 91px;
  padding: 0;
  padding-right: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
}
.post_content .dc-table-4__m {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}
.post_content .dc-table-4__l {
  position: relative;
  width: 132px;
  padding: 2px 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
.post_content .dc-table-4__l::before, .post_content .dc-table-4__l::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 4px;
  background: #c4ba62;
}
.post_content .dc-table-4__l::before {
  left: 0;
}
.post_content .dc-table-4__l::after {
  right: 0;
}
@media screen and (max-width: 959px) {
  .post_content .dc-table-4 {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .post_content .dc-table-4 span {
    margin: 0;
  }
  .post_content .dc-table-4 span:last-child {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    width: 100%;
    padding-right: 0;
    padding-top: 5px;
  }
  .post_content .dc-table-4__in {
    gap: 40px;
  }
  .post_content .dc-table-4__tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .post_content .dc-table-4__tr::after {
    bottom: -20px;
    width: 100%;
  }
  .post_content .dc-table-4__th {
    width: auto;
    padding-right: 4px;
    font-size: 18px;
    text-align: left;
  }
  .post_content .dc-table-4__m {
    font-size: 16px;
  }
  .post_content .dc-table-4__l {
    width: auto;
    padding: 5px 15px;
    font-size: 18px;
  }
  .post_content .dc-table-4__l::before, .post_content .dc-table-4__l::after {
    height: 100%;
    width: 2px;
  }
}
.post_content .dc-prop-1 {
  width: 350px;
  max-width: 100%;
}
.post_content .dc-prop-1__in {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 20px 40px;
  background-color: white;
  color: #1c1c1c;
  text-decoration: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post_content .dc-prop-1__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-bottom: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.post_content .dc-prop-1__img-wrap {
  margin-bottom: 22px;
  overflow: hidden;
}
.post_content .dc-prop-1__hd {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0;
  color: #00345f;
}
.post_content .dc-prop-1__hd::before {
  content: "■ ";
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background: unset;
}
.post_content .dc-prop-1__pr {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0;
  color: #512700;
}
.post_content .dc-prop-1:hover .dc-prop-1__in {
  opacity: 0.8;
}
.post_content .dc-prop-1:hover .dc-prop-1__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 959px) {
  .post_content .dc-prop-1__in {
    padding: 15px 13px;
  }
  .post_content .dc-prop-1__img {
    margin-bottom: 10px;
  }
  .post_content .dc-prop-1__hd {
    font-size: 18px;
  }
  .post_content .dc-prop-1__pr {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.post_content .dc-cf7-container {
  width: 800px;
  max-width: 100%;
  margin: 48px auto 0;
}
.post_content .dc-cf7-container .wpcf7-submit {
  display: block;
  padding: 12px 24px;
  margin-top: 24px;
  margin-left: auto;
  border: unset;
  color: white;
  background: #1c1c1c;
}
.post_content .dc-cf7-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
}
.post_content .dc-cf7-item a {
  color: inherit;
  text-decoration: underline;
}
.post_content .dc-cf7-item input:not([type=checkbox]),
.post_content .dc-cf7-item textarea {
  width: 100%;
  padding: 11px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a7a7a7;
  background: white;
}
.post_content .dc-cf7-item input:not([type=checkbox])::-webkit-input-placeholder, .post_content .dc-cf7-item textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}
.post_content .dc-cf7-item input:not([type=checkbox])::-moz-placeholder, .post_content .dc-cf7-item textarea::-moz-placeholder {
  color: #a7a7a7;
}
.post_content .dc-cf7-item input:not([type=checkbox]):-ms-input-placeholder, .post_content .dc-cf7-item textarea:-ms-input-placeholder {
  color: #a7a7a7;
}
.post_content .dc-cf7-item input:not([type=checkbox])::-ms-input-placeholder, .post_content .dc-cf7-item textarea::-ms-input-placeholder {
  color: #a7a7a7;
}
.post_content .dc-cf7-item input:not([type=checkbox])::placeholder,
.post_content .dc-cf7-item textarea::placeholder {
  color: #a7a7a7;
}
.post_content .dc-cf7-item textarea {
  resize: vertical;
}
.post_content .dc-cf7-item__lbl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.post_content .dc-cf7-item__requiredtxt {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #ff0000;
}
.post_content .dc-cf7-item--required .dc-cf7-item__lbl::after {
  content: "(必須)";
  margin-left: 0.25em;
  color: #ff2929;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}
.post_content .dc-cf7-item--acceptance .wpcf7-list-item {
  margin-left: 0;
}
.post_content .dc-cf7-item--acceptance .wpcf7-list-item-label {
  margin-left: 0.25em;
}
.post_content .dc-swiper-1 .swiper-slide-active .swiper-slide__img, .post_content .dc-swiper-1 .swiper-slide-duplicate-active .swiper-slide__img, .post_content .dc-swiper-1 .swiper-slide-prev .swiper-slide__img {
  -webkit-animation: swiper_1 10s linear 0s normal both;
          animation: swiper_1 10s linear 0s normal both;
}
.post_content .dc-swiper-1 .swiper-slide-active .swiper-slide__img-wrap::before, .post_content .dc-swiper-1 .swiper-slide-duplicate-active .swiper-slide__img-wrap::before, .post_content .dc-swiper-1 .swiper-slide-prev .swiper-slide__img-wrap::before {
  -webkit-animation: swiper_1_before 8s linear 0s normal both;
          animation: swiper_1_before 8s linear 0s normal both;
}
.post_content .dc-swiper-1 .swiper-slide__img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_content .dc-swiper-1 .swiper-slide__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.post_content .dc-swiper-1 .swiper-slide__img-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: white;
}
.post_content .dc-swiper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.post_content .dc-swiper-2 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_content .dc-swiper-2__main, .post_content .dc-swiper-2__thumbs {
  width: 100%;
}
.post_content .dc-swiper-2__main img {
  height: 400px;
}
.post_content .dc-swiper-2__thumbs img {
  height: 80px;
}
@media screen and (max-width: 959px) {
  .post_content .dc-swiper-2__main img {
    height: 300px;
  }
  .post_content .dc-swiper-2__thumbs img {
    height: 60px;
  }
}
.post_content .dc-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.post_content .dc-listings__title {
  padding-bottom: 18px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0;
  border-bottom: 1px solid #00345f;
}
.post_content .dc-listings__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 120px;
  height: 3px;
  background: linear-gradient(92.87deg, #302200 0.85%, #6a3c00 49.53%, #302200 99.15%);
}
.post_content .dc-listings__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 56px;
  padding: 0 24px 0 18px;
}
.post_content .dc-listings__info {
  padding: 4px 0;
}
.post_content .dc-listings__info-btn {
  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;
  margin-top: 30px;
}
.post_content .dc-listings__info-btn .dc-btn-1 {
  padding: 14px 30px;
  width: 308px;
  max-width: 100%;
  text-align: center;
}
.post_content .dc-listings__imgs {
  width: 50%;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .post_content .dc-listings {
    gap: 30px;
  }
  .post_content .dc-listings__title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .post_content .dc-listings__title::after {
    width: 80px;
  }
  .post_content .dc-listings__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .post_content .dc-listings__info {
    width: 100%;
    padding: 0;
  }
  .post_content .dc-listings__imgs {
    width: 100%;
  }
}
.post_content .dc-section {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.post_content .dc-section__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.post_content .dc-section__back-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_content .dc-section__in {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 959px) {
  .post_content .dc-section__in {
    width: 500px;
    padding: 0 20px;
  }
}
.post_content .dc-section-cta {
  padding: 80px 0 86px;
  background: -webkit-gradient(linear, left top, right top, from(#00345f), color-stop(47.6%, #00213c), to(#00345f));
  background: linear-gradient(90deg, #00345f 0%, #00213c 47.6%, #00345f 100%);
}
.post_content .dc-section-cta__hd {
  margin-bottom: 60px;
}
.post_content .dc-section-cta__btns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}
@media screen and (max-width: 959px) {
  .post_content .dc-section-cta {
    padding: 50px 0;
  }
  .post_content .dc-section-cta__hd {
    margin-bottom: 30px;
  }
  .post_content .dc-section-cta__btns {
    gap: 20px;
  }
}
.post_content .dc-section-news {
  padding: 100px 0 84px;
}
@media screen and (max-width: 959px) {
  .post_content .dc-section-news {
    padding: 50px 0;
  }
}
.post_content .dc-section-1 {
  padding: 80px 0 100px;
}
.post_content .dc-section-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.post_content .dc-section-1 .dc-section__in {
  width: 1440px;
}
.post_content .dc-section-1 .dc-hd-2 {
  margin-bottom: 40px;
}
.post_content .dc-section-1.is-style-1::before {
  background-image: url("./assets/img/block/section-1_1_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  background-position: bottom;
}
.post_content .dc-section-1.is-style-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: white;
  background: #231815;
}
.post_content .dc-section-1.is-style-2::before {
  background-image: url("./assets/img/block/section-1_2_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
.post_content .dc-section-1.is-style-2 p {
  margin-bottom: 40px;
}
.post_content .dc-section-1.is-style-2 .dc-section__in {
  width: 880px;
}
.post_content .dc-section-1.is-style-2 .dc-hd-2 {
  margin-bottom: 50px;
}
.post_content .dc-section-1.is-style-3::before {
  background-image: url("./assets/img/block/section-1_3_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
.post_content .dc-section-1.is-style-4::before {
  background-image: url("./assets/img/block/section-1_4_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: round;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .post_content .dc-section-1 {
    padding: 60px 0 80px;
  }
  .post_content .dc-section-1 .dc-section__in {
    width: 700px !important;
  }
  .post_content .dc-section-1 .dc-hd-2 {
    margin-bottom: 30px;
  }
  .post_content .dc-section-1.is-style-2 {
    font-size: 16px;
  }
  .post_content .dc-section-1.is-style-2 p {
    margin-bottom: 30px;
  }
  .post_content .dc-section-1.is-style-2 .dc-hd-2 {
    margin-bottom: 30px;
  }
}
.post_content .dc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}
.post_content .dc-modal__in {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .dc-tb-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .dc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .dc-sp-hidden {
    display: none !important;
  }
}
/* block */
/* page */
.top #content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: unset;
}
.top #main_content {
  width: 100%;
  max-width: 100%;
}
.top .post_content {
  padding: 0;
}

.post_content .top-fv {
  height: 53.3333333333vw;
  margin-bottom: 0;
}
.post_content .top-fv::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  background: linear-gradient(191.89deg, rgba(0, 0, 0, 0.3) 6.96%, rgba(217, 217, 217, 0) 36.82%, rgba(0, 0, 0, 0.5) 92.04%);
  pointer-events: none;
}
.post_content .top-fv .dc-section__in {
  position: absolute;
  left: 0;
  left: 6.6666666667%;
  bottom: 12.2395833333%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.post_content .top-fv__hd {
  position: relative;
  margin-bottom: 43px;
}
.post_content .top-fv__btn {
  margin-left: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media screen and (max-width: 959px) {
  .post_content .top-fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 667px;
    max-height: 100svh;
    padding-bottom: 84px;
  }
  .post_content .top-fv::before {
    z-index: 5;
    background: linear-gradient(191.89deg, rgba(0, 0, 0, 0.3) 6.96%, rgba(217, 217, 217, 0) 36.82%, rgba(0, 0, 0, 0.5) 92.04%);
  }
  .post_content .top-fv .dc-section__in {
    position: relative;
    left: unset;
    bottom: unset;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    width: 100%;
    padding: 0 21px;
    margin-bottom: 0;
  }
  .post_content .top-fv .dc-section__back {
    z-index: 0;
  }
  .post_content .top-fv__swiper {
    height: 100%;
  }
  .post_content .top-fv__hd {
    margin-bottom: 47px;
  }
  .post_content .top-fv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post_content .top-fv__btn {
    margin: 0;
  }
}
.post_content .top-sv {
  padding: 100px 0;
}
.post_content .top-sv__txt {
  width: 900px;
  max-width: 100%;
  margin: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .post_content .top-sv {
    padding: 50px 0;
  }
  .post_content .top-sv__txt {
    font-size: 16px;
  }
}
.post_content .top-what {
  padding: 80px 0;
}
.post_content .top-what__cards {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post_content .top-what__cards li {
  padding: 0;
  margin: 0;
  line-height: inherit;
}
@media screen and (max-width: 959px) {
  .post_content .top-what {
    padding: 50px 0;
    background: linear-gradient(65.26deg, #3a1d00 49.51%, #5d2f00 50.36%, #6a3700 51.21%, #683500 52.05%, #462400 64.76%, #321800 74.93%, #2b1500 82.55%);
  }
  .post_content .top-what__back {
    top: 20px;
    left: 20px;
    width: 306px;
    height: 253px;
  }
}
.post_content .top-strengths {
  padding: 100px 0;
}
.post_content .top-strengths__hd {
  margin-bottom: 60px;
}
.post_content .top-strengths__in {
  width: 1440px;
  padding: 0;
}
.post_content .top-strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.post_content .top-strengths__list li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
}
.post_content .top-strengths__list > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.post_content .top-strengths__list > *:nth-child(1) {
  padding-left: 40px;
  margin-left: auto;
}
.post_content .top-strengths__list > *:nth-child(2) {
  padding-right: 40px;
  margin-right: auto;
}
.post_content .top-strengths__list > *:nth-child(3) {
  padding-left: 40px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .post_content .top-strengths {
    padding: 50px 0;
  }
  .post_content .top-strengths__in {
    width: 100%;
    padding: 0 20px;
  }
  .post_content .top-strengths__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .post_content .top-strengths__list > * {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.post_content .top-property {
  padding: 100px 0;
  background: radial-gradient(43.68% 60.2% at 50% 50%, #371e00 0%, #231815 100%);
}
.post_content .top-property__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .post_content .top-property {
    padding: 50px 0;
  }
  .post_content .top-property__back {
    width: 163px;
    height: 140px;
  }
  .post_content .top-property__items {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.post_content .top-vision {
  padding: 100px 0;
}
.post_content .top-vision__back {
  top: unset;
  bottom: 239px;
  right: 0;
  margin: auto;
  width: 1400px;
  height: 339px;
}
.post_content .top-vision__txt {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.post_content .top-vision__img-wrap {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .post_content .top-vision {
    padding: 50px 0;
  }
  .post_content .top-vision__back {
    top: unset;
    bottom: 0;
    width: 374px;
    height: 418px;
  }
  .post_content .top-vision__txt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.post_content .top-service {
  padding: 100px 0;
  background: linear-gradient(66.67deg, #ece5cf 47.18%, #f9f8f2 48.12%, #ffffff 49.06%, #fcfbf9 50.94%, #efe9d7 65.03%, #e6dec3 76.3%, #e4dbbc 83.81%);
}
.post_content .top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .post_content .top-service {
    padding: 50px 0;
  }
}
.post_content .top-case {
  padding: 100px 0;
  background: linear-gradient(61.93deg, #311c09 -0.14%, #39230d 4.23%, #503719 10.79%, #76582c 19.53%, #916f3a 25%, #846333 27.18%, #573d1c 37.02%, #3b240e 44.66%, #311c09 49.04%, #3c250e 53.41%, #5b401e 62.15%, #8c6b37 71.98%, #916f3a 73.08%, #573d1c 86.19%, #311c09 93.84%, #3f2810 97.12%, #634822 102.58%, #916f3a 109.13%);
}
.post_content .top-case::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #625f5d;
  mix-blend-mode: multiply;
}
.post_content .top-case__hd {
  margin-bottom: 50px;
}
.post_content .top-case__txt {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
}
.post_content .top-case__detail {
  max-width: 100%;
}
.post_content .top-case__detail-hd {
  margin-bottom: 16px;
}
.post_content .top-case__detail-hd--l {
  gap: 20px;
  margin-bottom: 12px;
  font-size: 20px;
}
.post_content .top-case__detail-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  color: #00345f;
}
.post_content .top-case__detail-txt--s {
  font-size: 12px;
}
.post_content .top-case__detail-txt--m {
  line-height: 150%;
}
.post_content .top-case__detail-supp {
  margin-top: 2px;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0;
}
.post_content .top-case__detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1160px;
  max-width: 100%;
  margin: auto;
  padding: 40px 36px 32px;
  background-color: white;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.post_content .top-case__detail--1 {
  width: 489px;
}
.post_content .top-case__detail--2 {
  width: 574px;
}
@media screen and (max-width: 959px) {
  .post_content .top-case {
    padding: 50px 0;
  }
  .post_content .top-case__txt {
    margin-bottom: 20px;
    text-align: left;
  }
  .post_content .top-case__detail .dc-column-3__l {
    margin-right: 2px;
    font-size: 26px;
  }
  .post_content .top-case__detail .dc-column-3__right p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .post_content .top-case__detail .dc-column-3__right .dc-red {
    margin-right: 4px;
    font-size: 20px;
  }
  .post_content .top-case__detail-hd--l {
    gap: 10px;
    font-size: 16px;
  }
  .post_content .top-case__detail-txt {
    font-size: 14px;
    line-height: 140%;
  }
  .post_content .top-case__detail-group {
    gap: 20px;
    padding: 20px;
  }
}
.post_content .top-flow {
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  .post_content .top-flow {
    padding: 50px 0;
  }
}
.post_content .top-greeting {
  padding: 80px 0;
}
.post_content .top-greeting__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}
.post_content .top-greeting__column-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  width: 200px;
  max-width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}
.post_content .top-greeting__column-txt {
  position: relative;
  width: 724px;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 53px 32px 75px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.post_content .top-greeting__column-txt::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url("./assets/img/front-page/greeting_fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 100%;
}
.post_content .top-greeting__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .post_content .top-greeting {
    padding: 50px 0;
  }
  .post_content .top-greeting__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .post_content .top-greeting__column-txt {
    padding: 30px;
    border-radius: 10px;
    background: #f2f2f2;
  }
  .post_content .top-greeting__column-txt::after {
    display: none;
  }
  .post_content .top-greeting__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .post_content .top-greeting__btns > * {
    width: 100%;
  }
  .post_content .top-greeting__btns > * > * {
    width: 100%;
    font-size: 16px;
    padding: 20px 25px;
  }
}
.post_content .top-company {
  padding: 100px 0;
  background: linear-gradient(53.13deg, #1b0506 0%, #220c0e 32%, #291315 50%, #230d0e 66%, #1b0506 100%);
}
.post_content .top-company__hd {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .post_content .top-company {
    padding: 50px 0;
  }
}

.page-contact .l-content {
  background-image: url("./assets/img/page2_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}

/* page */
/* 多言語 */
.lang-item {
  display: none !important;
}

#body_wrap.home .lang-item, #body_wrap.page-privacy .lang-item, #body_wrap.page-contact .lang-item {
  display: block !important;
}
#body_wrap.home .c-spnav > .menu-item.lang-item, #body_wrap.page-privacy .c-spnav > .menu-item.lang-item, #body_wrap.page-contact .c-spnav > .menu-item.lang-item {
  display: none !important;
}

html[lang=zh-TW] .post_content .dc-cf7-item--required .dc-cf7-item__lbl::after {
  content: "(必须)";
}
@media screen and (max-width: 959px) {
  html[lang=zh-TW] .post_content .top-fv__hd {
    font-size: 25px;
  }
  html[lang=zh-TW] .post_content .top-fv__hd .dc-hd-1__s {
    font-size: 20px;
  }
  html[lang=zh-TW] .post_content .top-fv__hd .dc-hd-1__bc {
    font-size: 23px;
  }
}

/* 多言語 */