@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
*/
/* =======================
共通
======================= */
@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
body * {
  letter-spacing: 0;
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .l-content {
    padding: 4vw;
  }
}

.l-content * {
  line-height: 1.6;
}

.has-white-background-color {
  color: #222;
}

.page p,
.page li,
.single p,
.single li,
.archive p,
.archive li {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .page p,
  .page li,
  .single p,
  .single li,
  .archive p,
  .archive li {
    font-size: 14px;
  }
}

.page h2,
.page h3,
.page h4 {
  margin: 0;
  letter-spacing: 0;
}

.cmn__title {
  margin-bottom: 40px;
}
.cmn__title .ff-en {
  position: relative;
  font-size: 78px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .cmn__title .ff-en {
    font-size: 44px;
  }
}
.cmn__title .ff-en::before {
  content: "";
  width: 40px;
  height: 5px;
  background: #064881;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .cmn__title .ff-en::before {
    width: 23px;
    height: 3px;
  }
}
.cmn__title h2 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .cmn__title h2 {
    font-size: 15px;
  }
}

.ff-en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

/*フルワイド不具合対策*/
.alignfull {
  left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2) !important;
  width: calc(100vw - var(--swl-scrollbar_width, 0px)) !important;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.p-postList.-type-card,
.p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

.swell-block-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swell-block-button.center a {
  margin-inline: auto;
}
.swell-block-button.right a {
  margin-left: auto;
}

.is-style-btn_normal a {
  padding: 10px 30px 10px 10px;
  position: relative;
  overflow: hidden;
  min-width: auto;
  min-height: 80px;
  border: 1px solid #064881;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 960px) {
  .is-style-btn_normal a {
    padding: 10px 50px 10px 10px;
    min-height: 58px;
    min-width: auto;
    width: min(100%, 400px);
    font-size: 15px;
  }
}
.is-style-btn_normal a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.is-style-btn_normal a span {
  position: relative;
}
.is-style-btn_normal a:hover {
  color: #064881;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.is-style-btn_normal a:hover::before {
  -webkit-transform: translateY(-50%) scale(var(--dot-scale, 50));
          transform: translateY(-50%) scale(var(--dot-scale, 50));
}
.is-style-btn_normal.transparent a {
  border-color: #fff;
  background: none;
}
.is-style-btn_normal.transparent a::before {
  background: #fff;
}

.cmn__contact {
  background: #fff;
  padding: 56px 20px 78px !important;
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(6, 72, 129, 0.15);
          box-shadow: 0 0 30px rgba(6, 72, 129, 0.15);
}
@media screen and (max-width: 960px) {
  .cmn__contact {
    padding: 50px 16px 56px !important;
  }
}
.cmn__contact::before, .cmn__contact::after {
  content: "";
  width: min(50%, 400px);
  height: 80%;
  background: url(/wp-content/uploads/2026/03/contact-left.png) no-repeat left top/auto 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .cmn__contact::before, .cmn__contact::after {
    background-size: contain;
  }
}
.cmn__contact::after {
  background-image: url(/wp-content/uploads/2026/03/contact-right.png);
  background-position: right bottom;
  left: auto;
  right: -2px;
  top: auto;
  bottom: -2px;
}
.cmn__contact > div {
  position: relative;
  z-index: 1;
}
.cmn__contact h2 {
  font-size: 78px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .cmn__contact h2 {
    font-size: 50px;
  }
}
.cmn__contact p {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.cmn__contact .is-style-btn_normal a {
  min-width: 440px;
}
@media screen and (max-width: 960px) {
  .cmn__contact .is-style-btn_normal a {
    min-width: auto;
  }
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 101;
}
@media screen and (max-width: 960px) {
  .l-header {
    background: none;
  }
}
.l-header .l-header__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1230px;
  padding-inline: 0 15px;
}
.l-header .l-header__inner .l-header__logo {
  padding-left: 15px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo {
    padding-block: 10px;
  }
}
.l-header .l-header__inner .l-header__logo .c-headLogo__link {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header .l-header__inner .l-header__logo .c-headLogo {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header .l-header__inner .l-header__logo .c-catchphrase {
  font-size: 10px;
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 18px;
  text-align: left;
  padding: 0;
}

.home .l-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#064881), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#064881 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#064881 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

[data-scrolled=true] .c-iconBtn__icon {
  color: #222222;
}
[data-scrolled=true] .l-header::before {
  background: #fff;
}

.l-header__menuBtn.sp_ .c-iconBtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-header__menuBtn.sp_ .c-iconBtn__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Calistoga", serif;
}

.c-gnav {
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-gnav .menu-item a {
  padding-inline: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.c-gnav .menu-item a::after {
  bottom: -9px;
}
.c-gnav .nav-contact a {
  background: #054881;
  border: 1px solid #054881;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  gap: 6px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-gnav .nav-contact a::after {
  content: none;
}
.c-gnav .nav-contact a:hover {
  background: #fff;
  color: #054881;
}

.l-fixHeader__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 15px;
}

.p-breadcrumb {
  z-index: 2;
}

.p-breadcrumb__list {
  overflow: auto;
}
.p-breadcrumb__list .__home:before {
  content: none;
}
.p-breadcrumb__list .p-breadcrumb__item {
  font-size: 12px;
  color: #8E8C89;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
  opacity: 1;
}

/* =======================
各ページの調整
======================= */
/* =======================
ハンバーガーメニュー
======================= */
.c-iconBtn__icon {
  font-size: 20px;
  color: #222222;
}

.home .c-iconBtn__icon {
  color: #fff;
}

.p-spMenu__closeBtn {
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: #064881;
}
.p-spMenu__closeBtn .c-iconBtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 22px;
  position: relative;
}

.p-spMenu .c-widget__title {
  display: none;
}

.-right .p-spMenu__inner {
  padding-top: 70px;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-spMenu__body {
  overflow: auto;
  padding-inline: 30px;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
}
[data-spmenu=opened] .l-header::before {
  content: none;
}
[data-spmenu=opened] .l-header__menuBtn {
  opacity: 0;
}
[data-spmenu=opened] .c-iconBtn__icon {
  color: #fff;
}

.p-spMenu .p-spMenu__nav {
  margin-top: 0;
  padding-bottom: 80px;
  position: relative;
}
.p-spMenu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.p-spMenu ul li {
  list-style: none;
}
.p-spMenu ul li a {
  font-size: 17px;
  font-weight: 700;
  padding: 16px 0;
  border-color: #CCCCCC;
}
.p-spMenu ul li a::before {
  content: none;
}
.p-spMenu ul li a:hover {
  opacity: 0.7;
}
.p-spMenu ul li.menu-item-has-children > a::after {
  content: none;
}
.p-spMenu ul li.menu-item-has-children > a button {
  right: 20px;
}
.p-spMenu ul li.menu-item-has-children > a button::before {
  content: "+";
  opacity: 1;
  font-size: 15px;
  font-size: 20px;
  line-height: 1;
}
.p-spMenu ul li.menu-item-has-children > a button::after {
  content: none;
}
.p-spMenu ul li.menu-item-has-children > a button.is-opened::before {
  content: "-";
}
.p-spMenu ul li.menu-item-has-children li a {
  background: #FBF9F6;
  padding-inline: 70px 30px;
  font-size: 15px;
}
.p-spMenu ul li.nav-contact a {
  color: #fff;
  background: -webkit-linear-gradient(340deg, #064881 0%, #487398 100%);
  background: linear-gradient(110deg, #064881 0%, #487398 100%);
  padding: 10px;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  border: none;
}
.p-spMenu ul li.nav-contact a::before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(/wp-content/uploads/2026/03/mail-icon.png) no-repeat center/contain;
  left: 60px;
}

/* =======================
トップページ
======================= */
.p-mainVisual .c-filterLayer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 63, 105, 0.75)), color-stop(30.05%, rgba(15, 63, 105, 0.65)), color-stop(66.5%, rgba(15, 63, 105, 0.04)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(15, 63, 105, 0.75) 0%, rgba(15, 63, 105, 0.65) 30.05%, rgba(15, 63, 105, 0.04) 66.5%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(15, 63, 105, 0.75) 0%, rgba(15, 63, 105, 0.65) 30.05%, rgba(15, 63, 105, 0.04) 66.5%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .p-mainVisual__img {
    min-height: 80vh;
  }
}

.p-mainVisual__textLayer {
  text-shadow: none !important;
}
@media screen and (max-width: 960px) {
  .p-mainVisual__textLayer {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 60px;
  }
}
.p-mainVisual__textLayer h1 {
  font-size: clamp(30px, 4.5vw, 51px);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
.p-mainVisual__textLayer .ff-en {
  font-size: clamp(15px, 2vw, 27px);
  font-weight: 500;
  opacity: 0.6;
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .p-mainVisual__textLayer .ff-en {
    margin-bottom: 13px;
  }
}
.p-mainVisual__textLayer .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(17px, 2.5vw, 30px);
  font-weight: 700;
  padding: 2px 16px;
}
@media screen and (max-width: 960px) {
  .p-mainVisual__textLayer .catch {
    padding: 1px 8px;
  }
}

/* =======================
フッター
======================= */
.w-beforeFooter {
  margin-top: 0;
  margin-bottom: -290px !important;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .w-beforeFooter {
    margin-bottom: -192px !important;
  }
}
@media (max-width: 600px) {
  .w-beforeFooter {
    margin-bottom: -220px !important;
  }
}

.l-footer__widgetArea {
  padding-block: 370px 0;
  background: none;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea {
    padding-top: 230px;
  }
}
@media (max-width: 600px) {
  .l-footer__widgetArea {
    padding-top: 250px;
  }
}
.l-footer__widgetArea .w-footer {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer {
    grid-template-columns: 100%;
  }
}
.l-footer__widgetArea .w-footer__box {
  padding: 0;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box {
    margin-bottom: 24px;
  }
}
.l-footer__widgetArea .w-footer__box a {
  border: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__widgetArea .w-footer__box a:hover {
  opacity: 0.7;
  background: none;
}
.l-footer__widgetArea .w-footer__box a::before {
  content: none;
}
.l-footer__widgetArea .w-footer__box:first-of-type a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__widgetArea .w-footer__box:first-of-type img {
  width: clamp(55px, 10vw, 106px);
  display: block;
}
.l-footer__widgetArea .w-footer__box:first-of-type .c-widget + .c-widget {
  margin-top: 20px;
}
.l-footer__widgetArea .w-footer__box:first-of-type p {
  font-weight: 500;
  font-size: 16px;
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) {
  padding-bottom: 110px;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(2) {
    padding-bottom: 16px;
  }
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu a {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(2) .menu a {
    font-size: 16px;
  }
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact {
  position: absolute;
  right: 0;
  top: 68px;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact {
    position: static;
  }
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact a {
  border: 1px solid #fff;
  border-radius: 50px;
  min-width: 240px;
  background: none;
  min-height: 80px;
  padding: 10px 30px 10px 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact a {
    min-height: 58px;
  }
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact a:hover {
  color: #054881;
  opacity: 1;
}
.l-footer__widgetArea .w-footer__box:nth-of-type(2) .nav-contact a:hover::before {
  -webkit-transform: translateY(-50%) scale(50);
          transform: translateY(-50%) scale(50);
}
.l-footer__widgetArea .w-footer__box:nth-of-type(3) {
  grid-column: 1/3;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(3) {
    grid-column: auto;
  }
}
.l-footer__widgetArea .w-footer__box:nth-of-type(3) a {
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 14px;
  right: 140px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-of-type(3) a {
    position: static;
    margin-top: 10px;
    text-align: right;
  }
}

.l-footer {
  background: -webkit-linear-gradient(340deg, #064881 0%, #487398 100%) !important;
  background: linear-gradient(110deg, #064881 0%, #487398 100%) !important;
}
.l-footer .l-footer__foot {
  padding: 14px 0 60px;
}
@media screen and (max-width: 960px) {
  .l-footer .l-footer__foot {
    padding: 5px 0 80px;
  }
}
.l-footer .copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  padding-bottom: 170px;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea {
    padding-top: 0;
    padding-bottom: 95px;
  }
}
.l-topTitleArea .l-topTitleArea__img {
  width: min(50vw + 540px, 96%) !important;
  height: 250px !important;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 5;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .l-topTitleArea__img {
    width: calc(100% - 55px) !important;
    height: 175px !important;
  }
}
.l-topTitleArea .l-topTitleArea__body {
  text-shadow: none;
  padding-block: 70px 140px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .l-topTitleArea__body {
    padding-block: 40px 120px;
  }
}
.l-topTitleArea .l-topTitleArea__body::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#064881), to(#487398));
  background: -webkit-linear-gradient(left, #064881 0%, #487398 100%);
  background: linear-gradient(to right, #064881 0%, #487398 100%);
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
}
.l-topTitleArea .l-topTitleArea__body::after {
  content: "";
  width: clamp(140px, 30vw, 300px);
  height: 320px;
  background: url(/wp-content/uploads/2026/03/fv-bg.png) no-repeat left top/contain;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
}
.l-topTitleArea .c-pageTitle {
  font-size: 39px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 24px;
  }
}
.l-topTitleArea .c-pageTitle__subTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  font-style: normal;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .c-pageTitle__subTitle {
    font-size: 16px;
  }
}

/* =======================
記事一覧
======================= */
.p-postList {
  border: none !important;
}
.p-postList .icon-posted:before {
  content: none;
}
.p-postList .p-postList__item {
  font-size: 20px;
  font-weight: 700;
  padding: 0 !important;
  margin-bottom: 0;
}
.p-postList .p-postList__link {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-postList .p-postList__link {
    padding: 20px 0;
  }
}
.p-postList .p-postList__link:hover {
  background: none;
  opacity: 0.7;
}
.p-postList .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-postList .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
}
@media screen and (max-width: 960px) {
  .p-postList .p-postList__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-postList .p-postList__meta {
  margin: 0;
  width: 140px;
}
.p-postList .p-postList__times {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-postList .p-postList__times {
    font-size: 14px;
  }
}
.p-postList .p-postList__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .l-content, .archive .l-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .blog .l-content, .archive .l-content {
    margin-bottom: 50px;
  }
}
.blog .l-mainContent .l-parent, .archive .l-mainContent .l-parent {
  margin-top: 14px;
}
.blog .l-mainContent .category-block, .archive .l-mainContent .category-block {
  margin-bottom: 30px;
}
.blog .l-mainContent .category-block .ff-en, .archive .l-mainContent .category-block .ff-en {
  color: #2D5C03;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog .l-mainContent .category-block h2, .archive .l-mainContent .category-block h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog .l-mainContent .category-block ul, .archive .l-mainContent .category-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 15px;
}
@media screen and (max-width: 960px) {
  .blog .l-mainContent .category-block ul, .archive .l-mainContent .category-block ul {
    row-gap: 10px;
  }
}
@media (max-width: 600px) {
  .blog .l-mainContent .category-block ul li, .archive .l-mainContent .category-block ul li {
    width: calc((100% - 12px) / 2);
  }
}
.blog .l-mainContent .category-block ul a, .archive .l-mainContent .category-block ul a {
  padding: 5px;
  min-width: 140px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #2D5C03;
  border: 1px solid #2D5C03;
  border-radius: 5px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .blog .l-mainContent .category-block ul a, .archive .l-mainContent .category-block ul a {
    line-height: 1.4;
    min-height: 30px;
  }
}
.blog .l-mainContent .category-block ul a:hover, .archive .l-mainContent .category-block ul a:hover {
  background: #2D5C03;
  color: #fff;
}
.blog .l-mainContent .-type-card .p-postList__item, .archive .l-mainContent .-type-card .p-postList__item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .blog .l-mainContent .-type-card .p-postList__item, .archive .l-mainContent .-type-card .p-postList__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .blog .l-mainContent .-type-card .p-postList__item, .archive .l-mainContent .-type-card .p-postList__item {
    width: 100%;
  }
}
.blog .l-content, .archive .l-content {
  padding-top: 40px;
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination .page-numbers {
  width: 38px;
  height: 42px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #2D5C03;
  color: #2D5C03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-pagination .page-numbers.current {
  background: #2D5C03;
  color: #fff;
}
.c-pagination .page-numbers:hover {
  background: #2D5C03;
  color: #fff;
}

/* =======================
記事詳細
======================= */
.single .l-mainContent__inner {
  color: #333;
}
.single .l-mainContent__inner .p-articleHead {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 60px 14px;
}
@media screen and (max-width: 960px) {
  .single .l-mainContent__inner .p-articleHead {
    padding: 20px 20px 14px;
  }
}
.single .l-mainContent__inner .p-articleMetas {
  background: #fff;
  padding: 0 60px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .single .l-mainContent__inner .p-articleMetas {
    padding: 0 20px;
  }
}
.single .l-mainContent__inner .p-articleThumb {
  background: #fff;
  padding: 20px 60px 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .single .l-mainContent__inner .p-articleThumb {
    padding: 20px 20px 0;
  }
}
.single .l-mainContent__inner .post_content {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 30px 60px 40px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .single .l-mainContent__inner .post_content {
    padding: 20px;
  }
}
.single .l-mainContent__inner .w-singleBottom {
  margin-top: 0;
}
.single .l-mainContent__inner .w-singleBottom .post_content {
  padding-top: 0;
  padding-bottom: 60px;
}
.single .l-mainContent__inner .w-singleBottom .cmn__cta {
  padding: 0;
}
.single .l-mainContent__inner .w-singleBottom h2 {
  margin-top: 0;
}
.single .p-articleFoot {
  display: none;
}
.single .l-articleBottom__section.-author {
  background: #fff;
  border-radius: 20px;
  padding: 20px 60px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .single .l-articleBottom__section.-author {
    padding: 20px;
  }
}
.single .l-articleBottom__section.-author h2 {
  border: none;
  padding: 0;
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .single .l-articleBottom__section.-author h2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.single .l-articleBottom__section.-author .p-authorBox {
  border: none;
  padding: 0;
}
.single .l-articleBottom__section.-author .p-authorBox .avatar {
  display: block;
  margin-inline: auto;
}
.single .l-articleBottom__section.-author .p-authorBox__name {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0;
}
.single .l-articleBottom__section.-author .p-authorBox__r {
  border-color: #B3B3B3;
}
.single .l-articleBottom__section.-author .p-authorBox__r .c-iconList {
  display: none;
}
.single .l-articleBottom__section.-author .p-authorBox__desc {
  text-align: left;
}
.single .l-articleBottom__section.-related {
  margin-top: 40px;
}
.single .l-articleBottom__section.-related h2 {
  font-size: 22px;
  padding-left: 25px;
  border-left: 5px solid #5E8939;
}
@media screen and (max-width: 960px) {
  .single .l-articleBottom__section.-related h2 {
    font-size: 18px;
  }
}
.single .l-articleBottom__section.-related .p-postList__item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .single .l-articleBottom__section.-related .p-postList__item {
    width: 100%;
  }
}

/* =======================
サイドバー
======================= */
.-sidebar-on .l-mainContent {
  width: calc(100% - 340px);
}
@media screen and (max-width: 960px) {
  .-sidebar-on .l-mainContent {
    width: 100%;
  }
}

.-sidebar-on #sidebar {
  width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .-sidebar-on #sidebar {
    width: 100%;
  }
}

.l-sidebar h2 {
  margin: 65px 0 20px;
  font-size: 16px;
  padding: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-sidebar h2 {
    margin-bottom: 10px;
  }
}
.l-sidebar .ff-en {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .l-sidebar .ff-en {
    font-size: 16px;
  }
}
.l-sidebar .wp-block-categories-list li {
  margin: 0;
}
.l-sidebar .wp-block-categories-list > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .l-sidebar .wp-block-categories-list > li {
    margin-bottom: 20px;
  }
}
.l-sidebar .wp-block-categories-list > li > a {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #2D5C03;
  color: #333;
}
@media screen and (max-width: 960px) {
  .l-sidebar .wp-block-categories-list > li > a {
    font-size: 14px;
  }
}
.l-sidebar .wp-block-categories-list > li > a::before {
  content: none;
}
.l-sidebar .c-submenuToggleBtn {
  display: none;
}
.l-sidebar .c-listMenu .children {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-left: 26px;
}
@media screen and (max-width: 960px) {
  .l-sidebar .c-listMenu .children {
    margin-left: 14px;
  }
}
.l-sidebar .c-listMenu .children > li > a {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-block: 13px;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 960px) {
  .l-sidebar .c-listMenu .children > li > a {
    font-size: 13px;
    padding: 10px;
  }
}
.l-sidebar .c-listMenu .children > li > a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2026/03/boar-icon.png) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 960px) {
  .l-sidebar .c-listMenu .children > li > a::before {
    width: 13px;
    height: 13px;
  }
}
.l-sidebar .p-postList__thumb {
  width: 50%;
}
.l-sidebar .p-postList__body {
  width: 46.5%;
}
.l-sidebar .p-postList__title {
  font-size: 14px;
  font-weight: 400;
}

/* =======================
404
======================= */
.error404 .l-topTitleArea__body .c-pageTitle {
  font-size: 28px;
}
@media screen and (min-width: 960.001px) {
  .error404 .l-topTitleArea__body .c-pageTitle {
    font-size: 46px;
  }
}

/* =======================
検索
======================= */
.post_content {
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  トップページ
  ======================= */
}
.post_content .top-about {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .post_content .top-about {
    padding-top: 0;
    padding-bottom: 270px;
  }
}
.post_content .top-about > div {
  position: relative;
}
.post_content .top-about .contents {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .contents {
    margin-bottom: 210px;
    position: relative;
  }
}
.post_content .top-about p {
  font-weight: 500;
  font-size: 16px;
}
.post_content .top-about .img {
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img {
    position: static;
  }
}
.post_content .top-about .img1 {
  width: 41%;
  position: absolute;
  top: 0;
  right: -15%;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img1 {
    width: min(38%, 200px);
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}
.post_content .top-about .img2 {
  width: 57%;
  position: absolute;
  top: 47%;
  left: -9%;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img2 {
    width: min(51%, 250px);
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    left: -4vw;
  }
}
.post_content .top-about .img3 {
  width: 66%;
  position: absolute;
  bottom: -300px;
  right: min(540px - 50vw, -4vw);
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img3 {
    width: min(68%, 300px);
    bottom: -500px;
  }
}
.post_content .top-about .map {
  width: 84vw;
  position: absolute;
  top: 0;
  left: -40%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .map {
    width: 195vw;
    position: absolute;
    top: 61%;
    left: -36%;
  }
}
.post_content .text-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 60px;
  position: relative;
  z-index: -1;
}
.post_content .text-slider > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop 20s infinite linear;
          animation: loop 20s infinite linear;
}
@media screen and (max-width: 960px) {
  .post_content .text-slider > div {
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
}
.post_content .text-slider .ff-en {
  color: #fff;
  text-shadow: 1px 1px 0 #064881, -1px -1px 0 #064881, -1px 1px 0 #064881, 1px -1px 0 #064881, 1px 0 0 #064881, -1px 0 0 #064881, 0 1px 0 #064881, 0 -1px 0 #064881;
  font-size: 104px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .post_content .text-slider .ff-en {
    font-size: 64px;
  }
}
@-webkit-keyframes loop {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.post_content .top-strength {
  padding-block: 0 100px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength {
    padding-block: 0 70px !important;
  }
}
.post_content .top-strength .top-img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}
.post_content .top-strength .top-img img {
  width: 100%;
  height: 100%;
  min-height: 175px;
}
.post_content .top-strength .cmn__title {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 44px 200px 0 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength .cmn__title {
    padding: 25px 20px 0 0;
    margin-bottom: min(24vw, 180px);
  }
}
.post_content .top-strength .cmn__title::before {
  content: "";
  width: calc(100% + 50vw);
  height: 100%;
  background: #EDEDED;
  position: absolute;
  top: 0;
  right: 0;
}
.post_content .top-strength .is-style-btn_normal a {
  min-width: 440px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength .is-style-btn_normal a {
    min-width: auto;
  }
}
.post_content .top-strength__items {
  margin-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items > div {
    row-gap: min(40vw, 250px);
  }
}
.post_content .top-strength__items .item {
  position: relative;
  background: #fff;
  padding: 60px 16px 30px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items .item {
    padding: min(17vw, 100px) 16px 30px;
  }
}
.post_content .top-strength__items .item .ff-en {
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #064881;
  text-stroke: 1px #064881;
  font-size: 55px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items .item .ff-en {
    font-size: 76px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.post_content .top-strength__items .item figure {
  width: 79%;
  position: absolute;
  right: -25px;
  top: 0;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items .item figure {
    width: min(67%, 400px);
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    right: -4vw;
  }
}
.post_content .top-strength__items .item figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.post_content .top-strength__items .item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items .item h3 {
    font-size: 22px;
  }
}
.post_content .top-strength__items .item p {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength__items .item:nth-of-type(2) .ff-en {
    left: auto;
    right: 10px;
  }
  .post_content .top-strength__items .item:nth-of-type(2) figure {
    right: auto;
    left: -4vw;
  }
}
.post_content .top-contact {
  margin-bottom: 0;
  position: relative;
  background: -webkit-linear-gradient(340deg, #064881 0%, #487398 100%) !important;
  background: linear-gradient(110deg, #064881 0%, #487398 100%) !important;
}
.post_content .top-contact::before, .post_content .top-contact::after {
  content: "";
  width: min(77%, 500px);
  height: 100%;
  background: url(/wp-content/uploads/2026/03/top-contact-left.png) no-repeat left top/auto 100%;
  position: absolute;
  top: -2px;
  left: -2px;
}
@media screen and (max-width: 960px) {
  .post_content .top-contact::before, .post_content .top-contact::after {
    background-size: contain;
  }
}
.post_content .top-contact::after {
  background-image: url(/wp-content/uploads/2026/03/top-contact-right.png);
  background-position: right bottom;
  left: auto;
  right: -2px;
}
.post_content .top-contact h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .post_content .top-contact h2 {
    font-size: 22px;
  }
}
.post_content .top-contact .text {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 16px;
}
.post_content .top-contact .is-style-btn_normal a {
  min-width: 306px;
}
.post_content .top-products {
  padding-block: 120px 150px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-products {
    padding-block: 55px 65px !important;
  }
}
.post_content .top-products .head-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .post_content .top-products .head-block {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.post_content .top-products .lead {
  font-weight: 500;
  font-size: 16px;
}
.post_content .top-products__items {
  margin-bottom: 0;
}
.post_content .top-products__items .item .wp-block-cover {
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 350px;
}
.post_content .top-products__items .item .wp-block-cover__inner-container {
  height: auto;
}
.post_content .top-products__items .item .wp-block-cover__inner-container > a {
  display: block;
  position: relative;
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
.post_content .top-products__items .item .wp-block-cover__inner-container > a::before, .post_content .top-products__items .item .wp-block-cover__inner-container > a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.33)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33) 60%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 60%, #000 100%);
  opacity: 0.64;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_content .top-products__items .item .wp-block-cover__inner-container > a::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 0%, #000 100%);
  opacity: 0;
}
.post_content .top-products__items .item .wp-block-cover__inner-container > a:hover::before {
  opacity: 0;
}
.post_content .top-products__items .item .wp-block-cover__inner-container > a:hover::before {
  opacity: 1;
}
.post_content .top-products__items .item .is-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  position: relative;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .post_content .top-products__items .item .is-row {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.post_content .top-products__items .item figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .post_content .top-products__items .item figure {
    max-width: 600px;
    margin-inline: auto;
  }
}
.post_content .top-products__items .item h3 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .post_content .top-products__items .item h3 {
    font-size: 22px;
  }
}
.post_content .top-products__items .item .company {
  border: 1px solid #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .post_content .top-products__items .item .company {
    border-color: #222222;
    padding: 3px 10px;
    font-size: 12px;
  }
}
.post_content .top-products__items .item .text {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .post_content .top-products__items .item .text {
    opacity: 1;
    font-size: 16px;
    height: auto;
  }
}
.post_content .top-news {
  padding-block: 120px 50px;
}
@media screen and (max-width: 960px) {
  .post_content .top-news {
    padding-block: 60px 0px;
  }
}
.post_content .top-news .is-style-btn_normal a {
  min-width: 230px;
  min-height: 70px;
}
@media screen and (max-width: 960px) {
  .post_content .top-news .is-style-btn_normal a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 58px;
  }
}
.post_content {
  /* =======================
  お問い合わせ
  ======================= */
}
.post_content .contact-top {
  padding-bottom: 40px;
}
.post_content .contact-top .text1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .contact-top .text1 {
    font-size: 18px;
  }
}
.post_content .contact-top .is-style-btn_normal a {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #f74a4a;
  border-radius: 15px;
  min-height: 75px;
  min-width: 450px;
}
@media screen and (max-width: 960px) {
  .post_content .contact-top .is-style-btn_normal a {
    min-width: auto;
    min-height: 65px;
  }
}
.post_content .contact-top .is-style-btn_normal a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/2026/03/calendar-white.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .post_content .contact-top .is-style-btn_normal a::before {
    width: 30px;
    height: 30px;
  }
}
.post_content .contact-top .is-style-btn_normal a::after {
  content: "";
  width: 10px;
  height: 19px;
  background: url(/wp-content/uploads/2026/03/btn-arrow-white.png) no-repeat center/contain;
  -webkit-transform: 0.3s;
          transform: 0.3s;
  margin-left: 10px;
}
.post_content .contact-top .is-style-btn_normal a:hover {
  background: #fff;
  color: #f74a4a;
}
.post_content .contact-top .is-style-btn_normal a:hover::before {
  background-image: url(/wp-content/uploads/2026/03/calendar-red.png);
}
.post_content .contact-top .is-style-btn_normal a:hover::after {
  background-image: url(/wp-content/uploads/2026/03/btn-arrow-red.png);
}
.post_content .contact-top .text2 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .post_content .contact-top .text2 {
    font-size: 16px;
  }
}
.post_content .contact-form {
  background: #fff;
  border-radius: 40px;
  max-width: 1080px;
  margin-inline: auto;
  padding: 50px 20px;
}
@media screen and (max-width: 960px) {
  .post_content .contact-form {
    border-radius: 30px;
    padding: 30px 20px;
  }
}
.post_content .cmn__form {
  max-width: 512px;
  margin-inline: auto;
}
.post_content .cmn__form a {
  text-decoration: none;
}
.post_content .cmn__form a:hover {
  opacity: 0.7;
}
.post_content .cmn__form table {
  margin-bottom: 40px;
}
.post_content .cmn__form table,
.post_content .cmn__form tbody {
  display: block;
}
.post_content .cmn__form tr {
  padding: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form tr {
    margin-bottom: 20px;
    gap: 16px;
  }
}
.post_content .cmn__form th {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
}
.post_content .cmn__form td {
  padding: 0;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.post_content .cmn__form .required,
.post_content .cmn__form .norequired {
  color: #D32929;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 400;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post_content .cmn__form :is(input[type=text], input[type=tel], input[type=email], textarea) {
  width: 100%;
}
.post_content .cmn__form :is(input, textarea, select) {
  font-size: 16px;
  padding: 4px 11px;
  border: none;
  background: none;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
}
.post_content .cmn__form input::-webkit-input-placeholder, .post_content .cmn__form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::-moz-placeholder, .post_content .cmn__form textarea::-moz-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input:-ms-input-placeholder, .post_content .cmn__form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::-ms-input-placeholder, .post_content .cmn__form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::placeholder,
.post_content .cmn__form textarea::placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form select {
  width: 200px;
}
.post_content .cmn__form .wpcf7-not-valid {
  background: #FFF3F3 !important;
}
.post_content .cmn__form .wpcf7-response-output {
  border: 2px solid #FAC3C3 !important;
  background: #FFF3F3;
  color: #dc3232;
  text-align: center;
}
.post_content .cmn__form .form-agreement {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .form-agreement {
    margin-bottom: 30px;
  }
}
.post_content .cmn__form .form-agreement a {
  text-decoration: underline;
}
.post_content .cmn__form .form-agreement a:hover {
  opacity: 0.7;
}
.post_content .cmn__form textarea {
  resize: vertical;
}
.post_content .cmn__form .form-submit input[disabled] {
  background: #D9D9D9 !important;
  color: #fff !important;
  border: 1px solid #B3B3B3;
}
.post_content .cmn__form .form-submit {
  position: relative;
  width: min(100%, 200px);
  margin-inline: auto;
}
.post_content .cmn__form .form-submit input {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  min-width: 200px;
  height: 60px;
  background-color: #2D5C03;
  border: 1px solid #2D5C03;
  color: #fff;
  margin: 20px auto 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .form-submit input {
    padding: 16px;
    width: 100%;
    height: 50px;
  }
}
.post_content .cmn__form .form-submit:hover input {
  color: #2D5C03;
  background: #fff;
}
.post_content .cmn__form .wpcf7-radio input,
.post_content .cmn__form .wpcf7-checkbox input {
  display: none;
}
.post_content .cmn__form .wpcf7-radio .wpcf7-list-item,
.post_content .cmn__form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  padding-left: 23px;
  margin: 0 0 10px;
  display: block;
  width: 100%;
}
.post_content .cmn__form .wpcf7-radio input[type=radio] + span::before,
.post_content .cmn__form .wpcf7-checkbox input[type=radio] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .wpcf7-radio input[type=radio] + span::before,
  .post_content .cmn__form .wpcf7-checkbox input[type=radio] + span::before {
    top: 5px;
  }
}
.post_content .cmn__form .wpcf7-radio input[type=radio]:checked + span::after,
.post_content .cmn__form .wpcf7-checkbox input[type=radio]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2D5C03;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .wpcf7-radio input[type=radio]:checked + span::after,
  .post_content .cmn__form .wpcf7-checkbox input[type=radio]:checked + span::after {
    top: 9px;
  }
}
.post_content .cmn__form .wpcf7-radio input[type=checkbox] + span::before,
.post_content .cmn__form .wpcf7-checkbox input[type=checkbox] + span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-radio input[type=checkbox]:checked + span::before,
.post_content .cmn__form .wpcf7-checkbox input[type=checkbox]:checked + span::before {
  background: #2D5C03;
}
.post_content .cmn__form .wpcf7-radio input[type=checkbox]:checked + span::after,
.post_content .cmn__form .wpcf7-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(/wp-content/uploads/2026/03/check.png) no-repeat center/contain;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 3px;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-left: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.post_content .cmn__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.post_content .cmn__form .wpcf7-acceptance a {
  text-decoration: underline;
}
.post_content .cmn__form .wpcf7-acceptance input {
  display: none;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: #2D5C03;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(/wp-content/uploads/2026/03/check.png) no-repeat center/contain;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
  display: inline-block;
}/*# sourceMappingURL=style.css.map */