@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
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap');

.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 2;
}



/*---------------------------------------
テンプレート上書き　
---------------------------------------*/
.wp-block-columns{
  line-height: 2;
}
.c-headLogo.-img {
  width: 265px;
  height: auto;
  display: block;
}
.l-header__inner {
  max-width: 100%;
}
.p-postList__body {
  display: flex;
  gap: 1rem;
}
.c-gnav > .menu-item > a:hover {
  color: #009d62;
}
.menu-item:has(.sub-menu) a {
  padding-right: 20px;
}
.c-gnav > .menu-item:has(.sub-menu) > a::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(/assets/img/icons/arrow-green.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: unset;
  bottom: unset;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-item:has(.sub-menu).active::after,
.c-gnav > .menu-item:has(.sub-menu) a:hover::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swell-block-button__link,
.btn_text {
  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;
  position: relative;
  width: 300px;
  height: 60px;
  background: rgb(0, 157, 98);
  background: linear-gradient(90deg, rgba(0, 157, 98, 1) 0%, rgba(82, 158, 65, 1) 25%, rgba(152, 159, 37, 1) 50%, rgba(82, 158, 65, 1) 75%, rgba(0, 157, 98, 1) 100%);
  background-size: 200% 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .swell-block-button__link,
  .btn_text,
  #mfp_button_send {
    width: 100%;
    height: 52px;
  }
}
.swell-block-button__link,
.is-style-more_btn a,
.btn_text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  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;
  position: relative;
  width: 300px;
  height: 60px;
  background: rgb(0, 157, 98);
  background: linear-gradient(90deg, rgba(0, 157, 98, 1) 0%, rgba(82, 158, 65, 1) 25%, rgba(152, 159, 37, 1) 50%, rgba(82, 158, 65, 1) 75%, rgba(0, 157, 98, 1) 100%);
  background-size: 200% 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
}
.btn_text span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn_text span {
    font-size: 14px;
  }
}
.is-style-more_btn a::after,
.btn_text::after,
#mfp_button_send::after {
  content: "";
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/img/icons/arrow-white.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .is-style-more_btn a::after,
  .btn_text::after,
  #mfp_button_send::after {
    width: 10px;
    height: 9px;
  }
}
.is-style-more_btn a:hover,
.btn_text:hover,
#mfp_button_send:hover {
  background-position: 100% 0;
}
.is-style-more_btn a:hover::after,
.btn_text:hover::after,
#mfp_button_send:hover::after {
  right: 12px;
}
.c-gnav > .menu-item {
  position: static;
}
.c-gnav > .menu-item > .sub-menu {
  width: 100%;
}
.l-header__menuBtn{
  background: linear-gradient(45deg, rgb(0, 157, 98) 0%, rgb(178, 159, 27) 100%);
}
.sub-menu .swell-block-fullWide {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-gnav .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.p-spMenu__body .c-widget__title.-spmenu{
  display: none;
}
.c-gnav .sub-menu .sub-menu, .c-listMenu .children, .c-listMenu .sub-menu,
.c-gnav .sub-menu .sub-menu, .c-listMenu .children, .c-listMenu .sub-menu{
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: static;
}
.c-submenuToggleBtn{
  display: none;
}
.sub-menu a:empty{
  display: none;
}
.sub-menu .swell-block-fullWide{
  position: relative;
  width: 100%;
  padding: 0;
}
.sub-menu .swell-block-fullWide__inner{
  overflow: hidden;
}
@media (max-width: 600px){
  .sub-menu .swell-block-fullWide__inner > .wp-block-columns{
    display: inline;
  }
  .sub-menu .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column{
    display: inline-flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: 48%;
    float: left;
    justify-content: stretch;
    overflow: hidden;
    height: 115px;
    margin-bottom: 16px;
  }
  .sub-menu .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column:nth-child(2){
    float: right;
  }
  .sub-menu .swell-block-fullWide__inner .wp-block-column:empty{
    display: none;
  }
}

.sub-menu .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column .wp-block-columns{
  flex-wrap: wrap-reverse!important;
  gap: 10px!important;
}
.sub-menu .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column .wp-block-columns a{
  border: 0;
}
.feature__item .wp-block-media-text__media{
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}
.feature__item .has-media-on-the-right .wp-block-media-text__media{
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
/*---------------------------------------
共通パーツ　common　
---------------------------------------*/
.header__logo--sm {
  width: 105px;
  height: auto;
}
.l-header__barInner {
  max-width: 100%;
}
/*ヘッダー　header*/
.header__nav-outlink {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
  cursor: pointer;
  color: #fff;
  background-color: #009d62;
  padding: 3px 30px 3px 10px;
  position: relative;
}
@media (max-width: 600px) {
  /*SP以下 表示*/
  .header__nav-outlink {
    margin-top: 20px;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
  }
} /*END SP以下 表示*/
.header__nav-outlink.is-premium {
  color: #fff;
  background-color: #b49975;
}
.header__nav-outlink::after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../../../../../assets/img/icons/external-link.svg");
  mask-image: url("../../../../../assets/img/icons/external-link.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__wrap,
.header__container,
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    display: none;
  }
}
.header__company {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: calc(100vh - 33px);
  background-color: #f6f6f6;
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: auto;
  padding-block: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__company.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.header__company .container {
  max-width: calc(1040px + 8%);
}
.header__company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 1.3%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .header__company-list {
    gap: 30px 16px;
  }
}
@media screen and (max-width: 767px) {
  .header__company-list {
    padding-inline: 0;
    margin-top: 32px;
    gap: 20px 24px;
  }
}
.header__company-list.banner {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 601px) {
  /*PC以上 表示*/
  .header__company-list.banner li {
    width: 25%;
    max-width: 250px;
    position: relative;
    background-color: #fff;
  }
} /*END PC以上 表示*/
.header__company-list li {
  width: calc(25% - 1.3%);
}
.header__company-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.header__company-list li .image.image--100 {
  width: auto;
  object-fit: contain;
}
.header__company-item {
  width: calc(25% - 1.3%);
  width: 25%;
  -webkit-box-shadow: 0 0 10px rgb(230, 230, 230);
  box-shadow: 0 0 10px rgb(230, 230, 230);
}
@media (min-width: 601px) {
  /*PC以上 表示*/
  .header__company .close {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #7a7a7a;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .header__company .close span {
    display: inline-block;
  }
  .header__company .close span::before,
  .header__company .close span::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #7a7a7a;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .header__company .close span::after {
    transform: rotate(-45deg);
  }
} /*END PC以上 表示*/
@media (max-width: 600px) {
  /*SP以下 表示*/
  .header__company .close {
    display: none;
  }
} /*END SP以下 表示*/
.header__btn {
  width: 33px;
  height: 33px;
  background-color: #abb6b3;
  margin-left: 15px;
  cursor: pointer;
  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;
}
.header__btn.active .header__btn-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__btn-icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button a,
#mfp_button_send {
  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;
  position: relative;
  width: 300px;
  height: 60px;
  background: rgb(0, 157, 98);
  background: linear-gradient(90deg, rgba(0, 157, 98, 1) 0%, rgba(82, 158, 65, 1) 25%, rgba(152, 159, 37, 1) 50%, rgba(82, 158, 65, 1) 75%, rgba(0, 157, 98, 1) 100%);
  background-size: 200% 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button,
  #mfp_button_send {
    width: 100%;
    height: 52px;
  }
}
.button span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .button span {
    font-size: 14px;
  }
}

.button::after,
#mfp_button_send::after {
  content: "";
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/icons/arrow-white.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .button::after,
  #mfp_button_send::after {
    width: 10px;
    height: 9px;
  }
}
.button:hover,
#mfp_button_send:hover {
  background-position: 100% 0;
}
.button:hover::after,
#mfp_button_send:hover::after {
  right: 12px;
}
.post_content .section__title{
  width: 100%;
  font-size: 32px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .post_content .section__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 782px) {
.l-header__customBtn.sp_ {
display: none;
}
}
/*基本のテーブル*/
.wp-block-table .table table,
.table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.table table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  border: 0
}
.table table th,
.table table td {
  padding: 0 0 16px 12px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
  vertical-align: top;
  background-color: transparent
}
@media screen and (max-width: 767px) {
  .table table th,
  .table table td {
    font-size: 14px;
    padding: 0 0 10px 8px;
  }
}
.table table th {
  min-width: 120px;
  font-weight: 700;
  color: #3b4043;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #009d62 !important;
}
@media screen and (max-width: 767px) {
  .table table th {
    min-width: 90px;
  }
}
.table table td {
  width: 100%;
  color: #3b4043;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e2e2e2 !important;
}
.business_title {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 30px 0;
  padding-bottom: 24px;
  border-bottom: solid 2px #E2E2E2;
  position: relative;
}

.business_title::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #009D62;
  bottom: -0.15vw;
  width: 20.6%;
}

@media screen and (max-width: 767px) {
  .business_title {
    font-size: 2.0rem;
    margin: 20px 0;
  }
}
.feature__number {
  position: absolute;
  top: -151px;
  left: 0;
  font: 700 36px "Cormorant Garamond", serif;
  line-height: 1;
  color: #fff;
  opacity: 0.4;
  z-index: 0;
}
@media screen and (max-width: 833px) {
  .feature__number {
    top: -109px;
    left: auto;
    right: 0;
    font-size: 26px;
  }
}

.feature__item:nth-child(even) .feature__number {
  left: auto;
  right: 0;
}
@media screen and (max-width: 833px) {
  .feature__item:nth-child(even) .feature__number {
    right: auto;
    left: calc(4% - 11px);
  }
}

/*---------------------------------------
トップページ　
---------------------------------------*/
.top__mv {
  width: 100%;
  height: calc(100vh - 97px);
  background: url("../img/top/mv.jpg") center/cover no-repeat;
  position: relative;
  padding: 0 4%;
  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;
}
@media screen and (max-width: 1024px) {
  .top__mv {
    padding-top: 60px;
  }
}
.top__mv::before,
.top__mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top__mv::before {
  background-color: #009d62;
  opacity: 0.09;
}
.top__mv::after {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.top__mv-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top__mv-slider {
  position: relative;
  z-index: 2;
}
.post_content .top__mv-desc {
  font-size: 56px;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.75em;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 0 10px rgba(122, 118, 113, 0.55);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .post_content .top__mv-desc {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .post_content .top__mv-desc {
    font-size: 25px;
    font-size: 5.5vw;
  }
}
.top__news-wrapper {
  width: 100%;
  min-height: 432px;
  padding: 100px 70px 60px;
  -webkit-box-shadow: 0 0 10px rgb(233, 240, 223);
  box-shadow: 0 0 10px rgb(233, 240, 223);
}
@media screen and (max-width: 767px) {
  .top__news-wrapper {
    padding: 48px 25px;
  }
  .top__news-wrapper .section__title-group{
    align-items: center;
  }
  .top__news-wrapper .p-postList__body{
    flex-direction: column;
    gap: 6px;
  }
}
.top__service.swell-block-fullWide {
  position: relative;
  padding-bottom: 550px;
}
.top__service::before,
.top__service::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.top__service::before {
  height: 185px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 157, 98)), to(rgba(244, 160, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 157, 98) 0%, rgba(244, 160, 0, 0) 100%);
  opacity: 0.25;
  top: 0;
}
.top__service::after {
  height: 700px;
  background: url("/assets/img/top/service.png") center/cover no-repeat;
  bottom: 0;
}
.top__service_bg {
  position: absolute;
  width: 100vw;
  height: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.feature__item {
  position: relative;
  overflow: hidden;
}
.feature__item .swell-block-fullWide__inner {
  position: static;
}
@media screen and (max-width: 833px) {
  .feature__item::after {
    display: none;
  }
}
@media (min-width: 601px){
  .feature__item .wp-block-media-text{
    gap: 5%;
  }
  .feature__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 55%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 157, 98)), color-stop(70%, rgba(244, 160, 0, 0.2)), to(rgba(244, 160, 0, 0.1)));
    background: linear-gradient(180deg, rgb(0, 157, 98) 0%, rgba(244, 160, 0, 0.2) 70%, rgba(244, 160, 0, 0.1) 100%);
    opacity: 0.3;
  }
  .feature__item.is-reverse::after {
    left: unset;
    right: 0;
  }  
}
@media (max-width: 600px){
  .feature__item .wp-block-media-text{
    position: relative;
  }
  .feature__item .wp-block-media-text__content{
    position: relative;
  }
  .feature__item .wp-block-media-text__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% + (50vw - 50%));
    height: 100%;
    margin-left: calc(50% - 50vw);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 157, 98)), color-stop(70%, rgba(244, 160, 0, 0.2)), to(rgba(244, 160, 0, 0.1)));
    background: linear-gradient(180deg, rgb(0, 157, 98) 0%, rgba(244, 160, 0, 0.2) 70%, rgba(244, 160, 0, 0.1) 100%);
    opacity: 0.3;
  }
  .feature__item.is-reverse .wp-block-media-text__content .section__title-group{
    text-align: right;
    align-items: flex-end;
  }
  .feature__item.is-reverse .wp-block-media-text__content::after {
    left: unset;
    right: 0;
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }    
  .feature__item.is-reverse .feature__vertical-text{
    top: 0;
    left: 0;
    right: unset;

  }
}
@media (max-width: 600px) {
.feature__item .is-stacked-on-mobile>.wp-block-media-text__content{
  grid-row: 1!important;
}
.feature__item .is-stacked-on-mobile>.wp-block-media-text__media{
  grid-row: 2!important;
}
}
.feature__vertical-text {
  position: absolute;
  top: 0;
  left: -16px;
  font: 700 90px "Cormorant Garamond", serif;
  line-height: 1em;
  color: #fff;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0.4;
}
.feature__item.is-reverse .feature__vertical-text {
  left: unset;
  right: -16px;
}
@media screen and (max-width: 833px) {
  .feature__item.is-reverse .feature__vertical-text {
    left: 0;
    right: unset;
    padding-bottom: 40px !important;
  }  
}
@media screen and (max-width: 833px) {
  .feature__vertical-text {
    left: auto;
    right: calc(4% - 11px);
    font-size: 60px;
  }
}
.feature__item .section__subtitle{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
/*---------------------------------------
下層ページ　タイトル　
---------------------------------------*/
.l-topTitleArea::before,
.l-topTitleArea.c-filterLayer::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 157, 98)), color-stop(70%, rgba(244, 160, 0, 0.3)), to(rgba(244, 160, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 157, 98) 0%, rgba(244, 160, 0, 0.3) 70%, rgba(244, 160, 0, 0) 100%);
}
.l-topTitleArea::after {
  display: none;
}
.l-topTitleArea img {
  display: none;
}
.c-pageTitle {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  font-size: 56px;
  color: #3b4043;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.c-pageTitle__subTitle {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #009d62;
  text-transform: uppercase;
}

/* .p-breadcrumb{

} */
.p-breadcrumb__list {
  display: flex;
  justify-content: flex-end;
}
.post_content .footer__nav-item,
.footer__nav-item {
  padding: 0;
}
.footer__nav-link {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.footer__nav-link.parent {
  margin-bottom: 2px;
}
.footer__nav-link + .footer__nav-link {
  margin-top: 18px;
}
.footer__nav-link a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer__nav-link.fs14 a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-left: 10px;
  gap: 16px 0;
}
.footer__nav-link.fs14 {
}
.footer__nav-link a:hover {
  opacity: 0.8;
}
.footer__nav-link .swell-block-linkList__item.parent {
  margin-bottom: 18px;
}
.footer__nav-link .swell-block-linkList__item.fs14 {
  margin: 2px 0 0 10px;
}
.footer__nav-link .swell-block-linkList__item.fs14 .swell-block-linkList__link {
  font-size: 14px;
}
.l-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.l-footer__foot {
  font: 700 1.4rem "Cormorant Garamond", serif;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  border-top: 1px solid #fff;
  padding-block: 11px;
}
