/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* 
Theme Name: ダートフリーク MIGRATRAIL Theme
Author: 株式会社トータル・アシスト
*/
.mt-button-standard__item a {
  background-color: #24375B;
  border-radius: 0;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
}
.mt-button-standard__item a:hover {
  background-color: #B79256;
  color: #FFFFFF;
}

.mt-marchandise-options__group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 520px) {
  .mt-marchandise-options__group {
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 782px) {
  .mt-marchandise-options__group {
    gap: 2rem;
  }
}
.mt-marchandise-options__item {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 520px) {
  .mt-marchandise-options__item {
    flex: 0 1 calc((100% - 1rem) / 2);
  }
}
@media screen and (min-width: 782px) {
  .mt-marchandise-options__item {
    flex: 1;
  }
}
.mt-marchandise-options__item select,
.mt-marchandise-options__item .wp-block-button a {
  background-color: #24375B;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  line-height: 1;
  padding: 1rem 0.5rem;
  width: 100%;
}
.mt-marchandise-options__item select:hover,
.mt-marchandise-options__item .wp-block-button a:hover {
  background-color: #B79256;
  transition: all 0.5s 0s ease;
}
.mt-marchandise-options__item select {
  appearance: none; /* デフォルト矢印を非表示（共通） */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  background-image: url(dad7ea35513f4e17c485.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 2rem;
  text-align: center; /* ChromeやFirefox用 */
  text-align-last: center; /* Safari用 */
}
.mt-marchandise-options__item select option:first-child {
  text-align: center;
}
.mt-marchandise-options__item .wp-block-button {
  width: 100%;
}

.wp-block-categories-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block-start: 1rem !important;
  margin-block-end: 0 !important;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 520px) {
  .wp-block-categories-list {
    min-width: calc(100vw - 3rem);
    margin-block-start: 2rem !important;
  }
}
@media screen and (min-width: 1120px) {
  .wp-block-categories-list {
    min-width: 1120px;
  }
}
@media screen and (min-width: 520px) {
  .wp-block-categories-list {
    gap: 2rem;
    margin-block-start: 3rem !important;
  }
}
.wp-block-categories-list li {
  display: none;
  list-style: none;
}
.wp-block-categories-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ECECEC;
  text-align: center;
  text-decoration: none;
  padding: 2px 0;
  width: calc((100% - 0.5rem) / 2);
  min-height: 2rem;
  position: relative;
  z-index: 5;
}
.wp-block-categories-list li a:hover {
  background-color: #FFF5E5;
}
.wp-block-categories-list li a[aria-current=page] {
  background-color: #B79256;
  color: #FFFFFF;
}
@media screen and (min-width: 520px) {
  .wp-block-categories-list li a {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (min-width: 782px) {
  .wp-block-categories-list li a {
    width: calc((100% - 6rem) / 4);
  }
}
.wp-block-categories-list li.current-cat, .wp-block-categories-list li.current-cat-parent {
  display: list-item;
}
.wp-block-categories-list li.current-cat .children, .wp-block-categories-list li.current-cat-parent .children {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  top: -2.25rem;
  z-index: 4;
}
@media screen and (min-width: 520px) {
  .wp-block-categories-list li.current-cat .children, .wp-block-categories-list li.current-cat-parent .children {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 2rem;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-categories-list li.current-cat .children, .wp-block-categories-list li.current-cat-parent .children {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wp-block-categories-list li.current-cat .children::before, .wp-block-categories-list li.current-cat-parent .children::before {
  content: "";
  grid-column: 1;
  background: transparent;
}
.wp-block-categories-list li.current-cat .children li, .wp-block-categories-list li.current-cat-parent .children li {
  display: list-item;
  background-color: #ECECEC;
  text-align: center;
}
.wp-block-categories-list li.current-cat .children li:hover, .wp-block-categories-list li.current-cat-parent .children li:hover {
  background-color: #B79256;
}
.wp-block-categories-list li.current-cat .children li.current-cat a, .wp-block-categories-list li.current-cat-parent .children li.current-cat a {
  background-color: #B79256;
  color: #FFFFFF;
}
.wp-block-categories-list li.current-cat .children li a, .wp-block-categories-list li.current-cat-parent .children li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  text-decoration: none;
  padding: 2px 0;
  width: 100%;
  min-height: 2rem;
}

html {
  scroll-behavior: smooth;
}

.w-600,
.w-782,
.w-1120,
.w-1200,
.w-1600 {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .w-600,
  .w-782,
  .w-1120,
  .w-1200,
  .w-1600 {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1120px) {
  .w-600,
  .w-782,
  .w-1120,
  .w-1200,
  .w-1600 {
    padding: 0;
  }
}

.w-600 {
  max-width: 600px;
}

.w-782 {
  max-width: 782px;
}

.w-1120 {
  max-width: 1120px;
}

.w-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .w-1600 {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .w-1600 {
    padding: 0;
  }
}

.col-2 {
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .col-2 {
    gap: 3rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1120px) {
  .col-2 {
    gap: 6rem;
  }
}
.col-2.ratio-50-50 .wp-block-group {
  flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1120px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 4rem) / 2);
  }
}
.col-2.ratio-50-50 .wp-block-group p {
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
}

.bg-white {
  background-color: #FFFFFF;
  margin-block: 4rem 0;
}
@media screen and (min-width: 600px) {
  .bg-white {
    margin-block: 6rem 0;
  }
}

.bg-gray {
  background-color: #EBEBEB;
  margin-block: 4rem 0 !important;
}
@media screen and (min-width: 600px) {
  .bg-gray {
    margin-block: 6rem 0 !important;
  }
}

.bg-blue {
  background-color: #24375B;
  margin-block: 4rem 0 !important;
}
@media screen and (min-width: 600px) {
  .bg-blue {
    margin-block: 6rem 0 !important;
  }
}

.image-sizer--480 {
  max-width: 480px;
}
.image-sizer--480 img {
  border-radius: 0.5rem;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.entry-content {
  flex: 1;
}

a {
  color: #000000;
}
a:hover {
  color: #B79256;
  transition: all 0.5s 0s ease;
}

.mhc-link__tel a {
  color: #000000;
  text-decoration: none !important;
}
.mhc-link__tel a:hover {
  color: #24375B !important;
  transition: all 0.5s 0s ease;
}

.mt-list-standard {
  margin: 0;
  padding: 0 0 0 1rem;
}
.mt-list-standard li {
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
  margin-bottom: 1rem;
}
.mt-list-standard li:last-child {
  margin-bottom: 0;
}

ol li strong,
ul li strong {
  display: inline-block;
  margin-bottom: 0.5rem !important;
}
ol li ul li,
ul li ul li {
  margin-bottom: 0.5rem !important;
}

.wp-block-spacer {
  margin: 0 !important;
}
.wp-block-spacer.h-24 {
  height: 16px !important;
  flex-basis: 16px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-24 {
    height: 24px !important;
    flex-basis: 24px;
  }
}
.wp-block-spacer.h-32 {
  height: 16px !important;
  flex-basis: 16px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-32 {
    height: 32px !important;
    flex-basis: 32px;
  }
}
.wp-block-spacer.h-48 {
  height: 32px !important;
  flex-basis: 32px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-48 {
    height: 48px !important;
    flex-basis: 48px;
  }
}
.wp-block-spacer.h-64 {
  height: 48px !important;
  flex-basis: 48px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-64 {
    height: 64px !important;
    flex-basis: 64px;
  }
}
.wp-block-spacer.h-96 {
  height: 64px !important;
  flex-basis: 64px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-96 {
    height: 96px !important;
    flex-basis: 96px;
  }
}

.gap-zero {
  gap: 0 !important;
}

.p-96 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 600px) {
  .p-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-128 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 600px) {
  .p-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

p,
ul,
.wp-block-gallery {
  margin-block-start: 0 !important;
  margin-block-end: 2rem !important;
}
p:last-child,
ul:last-child,
.wp-block-gallery:last-child {
  margin-block-end: 0 !important;
}

table,
tbody,
tr,
td {
  box-sizing: border-box;
}

.mt-table-standard tr {
  display: flex;
  flex-direction: column;
  padding: 0 0 1rem;
}
@media screen and (min-width: 600px) {
  .mt-table-standard tr {
    flex-direction: row;
  }
}
.mt-table-standard tr:last-child {
  padding: 0;
}
.mt-table-standard td {
  flex: 1;
  border: none;
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
  padding: 0;
}
@media screen and (min-width: 600px) {
  .mt-table-standard td {
    flex: 0 1 calc(100% - 160px);
  }
}
.mt-table-standard td:first-child {
  flex: 1;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .mt-table-standard td:first-child {
    flex: 0 1 160px;
  }
}

.mt-table-company tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid #000000;
  padding: 2rem 0;
}
@media screen and (min-width: 600px) {
  .mt-table-company tr {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.mt-table-company td {
  flex: 1;
  border: none;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  padding: 0;
}
@media screen and (min-width: 600px) {
  .mt-table-company td {
    flex: 0 1 calc(100% - 240px);
    padding: 0 2rem;
  }
}
.mt-table-company td:first-child {
  flex: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .mt-table-company td:first-child {
    flex: 0 1 240px;
  }
}

.mt-table-pricing tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mt-table-pricing tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.mt-table-pricing td {
  border: none;
  font-family: "source-han-serif-jp-subset", serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
  order: 0;
}
.mt-table-pricing td:last-child {
  flex: 100%;
  order: -2;
}
.mt-table-pricing td:nth-child(2) {
  flex: 100%;
  order: 1;
}
.mt-table-pricing td:nth-child(2):before {
  content: "─ ";
}
@media screen and (min-width: 600px) {
  .mt-table-pricing td:nth-child(2) {
    flex: none;
  }
}
.mt-table-pricing td:first-child {
  flex: 100%;
}
@media screen and (min-width: 600px) {
  .mt-table-pricing td:first-child {
    flex: none;
  }
}

.mt-table-spec {
  min-width: 100%;
  overflow-x: scroll;
}
.mt-table-spec table {
  table-layout: auto !important;
}
.mt-table-spec thead,
.mt-table-spec tbody,
.mt-table-spec th,
.mt-table-spec td {
  border: 1px solid #000000;
  white-space: nowrap;
}
.mt-table-spec tr:first-child th {
  background-color: #707070;
  color: #FFFFFF;
}
.mt-table-spec th {
  background-color: #DBDBDB;
}
.mt-table-spec th,
.mt-table-spec td {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-block-start: 0 !important;
  margin-block-end: clamp(1.5rem, 1.067rem + 1.33vw, 2rem) !important;
}

.h2-container {
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 600px) {
  .h2-container {
    padding: 0 0 0 1rem;
  }
}
@media screen and (min-width: 1120px) {
  .h2-container {
    padding: 0 0 0 4%;
  }
}

.page h2,
.category h2,
.blog h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: clamp(2rem, -0.407rem + 7.41vw, 7rem);
  font-weight: 600;
  line-height: 1;
  height: 100%;
}
@media screen and (min-width: 782px) {
  .page h2,
  .category h2,
  .blog h2 {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1120px) {
  .page h2,
  .category h2,
  .blog h2 {
    gap: 2rem;
  }
}
.page h2 .rubi,
.category h2 .rubi,
.blog h2 .rubi {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(0.875rem, -0.1rem + 3vw, 2rem);
  font-weight: 400;
  border-bottom: 0.25rem solid #000000;
  width: 100%;
  padding: 0 0 0.25rem;
  position: relative;
  top: 0;
}
@media screen and (min-width: 600px) {
  .page h2 .rubi,
  .category h2 .rubi,
  .blog h2 .rubi {
    padding: 0 0 0.25rem;
    top: -0.25rem;
  }
}
@media screen and (min-width: 1120px) {
  .page h2 .rubi,
  .category h2 .rubi,
  .blog h2 .rubi {
    padding: 0 0 0.5rem;
    top: -0.5rem;
  }
}
.page h4,
.category h4,
.blog h4 {
  font-size: clamp(1.25rem, 1.033rem + 0.67vw, 1.5rem);
  font-weight: 600;
}

.page-template-default .wp-block-list li {
  margin-block-end: 2rem;
}
.page-template-default .wp-block-list li:last-child {
  margin-block-end: 0;
}

.product-template-default h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 0.25rem solid #000000;
  font-size: clamp(2rem, 1.133rem + 2.67vw, 3rem);
  font-weight: 600;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 782px) {
  .product-template-default h2 {
    gap: 1rem;
  }
}
.product-template-default h2 .rubi {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(0.875rem, 0.55rem + 1vw, 1.25rem);
  position: relative;
  top: 0.5rem;
}
@media screen and (min-width: 782px) {
  .product-template-default h2 .rubi {
    top: 0.75rem;
  }
}
.product-template-default .mt-heading-product-name {
  background-color: #24375B;
  border-bottom: 0.25rem solid #B79256;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 1.067rem + 1.33vw, 2rem);
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  margin-block-end: 0.5rem !important;
}
.product-template-default .mt-heading-product-rubi {
  color: #000000;
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
  font-weight: 400;
  padding: 0;
}
.product-template-default .mt-heading-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #000000;
  font-size: clamp(2rem, 1.133rem + 2.67vw, 3rem);
  font-weight: 600;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.product-template-default .mt-heading-features .rubi {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
  font-weight: 400;
  position: relative;
  top: 0.25rem;
  margin-bottom: 1rem;
}
.product-template-default h4 {
  font-size: clamp(1.25rem, 1.033rem + 0.67vw, 1.5rem);
  font-weight: 600;
}
.product-template-default h5 {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
}

p,
li {
  color: #000000;
  font-size: 1rem;
  line-height: 160%;
}

.absolute-line-break {
  display: inline;
}
@media screen and (min-width: 782px) {
  .absolute-line-break {
    display: block;
  }
}

.controlled-line-break {
  display: inline-block;
}

.reversed-line-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .reversed-line-break {
    display: inline-block;
  }
}

.mt-gallery {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 2rem !important;
}
@media screen and (min-width: 520px) {
  .mt-gallery {
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 782px) {
  .mt-gallery {
    gap: 2rem;
  }
}
.mt-gallery figure {
  width: 100% !important;
  max-width: 352px !important;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 520px) {
  .mt-gallery figure {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 782px) {
  .mt-gallery figure {
    width: calc((100% - 4rem) / 3);
  }
}
.mt-gallery figure img {
  object-fit: cover;
  height: 100%;
}

.mt-hero-home__container {
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 520px) {
  .mt-hero-home__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 1120px) {
  .mt-hero-home__container {
    flex-direction: row;
  }
}
.mt-hero-home__text {
  justify-content: center;
  flex: 4;
  background-color: #24375B;
  padding: 2rem 1rem;
  position: static;
  z-index: 1;
}
@media screen and (min-width: 520px) {
  .mt-hero-home__text {
    padding: 2rem;
    position: absolute;
    top: calc((100% - 290px) / 2);
  }
}
@media screen and (min-width: 1120px) {
  .mt-hero-home__text {
    padding: 0 clamp(1.5rem, -6.667rem + 11.67vw, 5rem);
    position: static;
  }
}
.mt-hero-home__text h2,
.mt-hero-home__text p {
  color: #FFFFFF;
}
.mt-hero-home__text h2 {
  display: inline-block;
  font-size: clamp(1.5rem, 1.067rem + 1.33vw, 2rem);
  line-height: 140%;
  height: auto;
  margin-block-end: 0 !important;
}
@media screen and (min-width: 1120px) {
  .mt-hero-home__text h2 {
    font-size: clamp(2rem, -0.333rem + 3.33vw, 3rem);
  }
}
.mt-hero-home__text p {
  font-family: "source-han-serif-jp-subset", serif !important;
  font-size: clamp(0.875rem, 1.25vw, 1.25rem);
}
.mt-hero-home__image {
  flex: 7;
  overflow: hidden;
}
.mt-hero-home__image img {
  aspect-ratio: 2/1;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 520px) {
  .mt-hero-home__image img {
    aspect-ratio: 5/4;
  }
}

.mt-hero__container--page {
  min-height: 160px;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 600px) {
  .mt-hero__container--page {
    min-height: 320px;
    padding: 0 0 0 1rem;
  }
}
@media screen and (min-width: 1120px) {
  .mt-hero__container--page {
    min-height: 640px;
    padding: 0 0 0 4%;
  }
}

.mt-hero-copy__main-copy {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
  font-size: clamp(3rem, -1.333rem + 13.33vw, 8rem);
  font-weight: 600;
  line-height: 1;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .mt-hero-copy__main-copy {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1120px) {
  .mt-hero-copy__main-copy {
    gap: 2rem;
  }
}
.mt-hero-copy__main-copy .rubi {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(1rem, 0.133rem + 2.67vw, 2rem);
  font-weight: 400;
  border-bottom: 0.25rem solid #FFFFFF;
  width: 100%;
  padding: 0 0 0.5rem;
  position: relative;
  top: -0.25rem;
}
@media screen and (min-width: 600px) {
  .mt-hero-copy__main-copy .rubi {
    top: -0.25rem;
  }
}
@media screen and (min-width: 1120px) {
  .mt-hero-copy__main-copy .rubi {
    top: -0.5rem;
  }
}

.mt-pagination__group {
  margin-block-start: 4rem;
}
.mt-pagination__item--numbers {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.mt-pagination__item--numbers .page-numbers {
  display: inline-block;
  background-color: #ECECEC;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.mt-pagination__item--numbers .page-numbers:hover {
  background-color: #FFF5E5;
}
.mt-pagination__item--numbers .page-numbers.current {
  background-color: #B79256;
  color: #FFFFFF;
}
.mt-pagination__item--numbers .page-numbers.dots {
  background-color: transparent;
  cursor: default;
}

.mt-pagination-title__group {
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin-block-start: 4rem;
  margin-block-end: 6rem;
}
@media screen and (min-width: 600px) {
  .mt-pagination-title__group {
    flex-direction: row;
    gap: 2rem;
    margin-block-start: 6rem;
  }
}
.mt-pagination-title__item--prev, .mt-pagination-title__item--next {
  flex: 50 50 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.mt-pagination-title__item--prev a, .mt-pagination-title__item--next a {
  box-sizing: border-box;
  border: 1px solid #000000;
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
  padding: 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  word-break: break-all;
}
.mt-pagination-title__item--prev .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  font-size: 0;
}
.mt-pagination-title__item--prev .wp-block-post-navigation-link__arrow-previous:after {
  flex: 0 1 0.5rem;
  display: inline-block;
  content: "";
  mask-image: url(9443facca304db6a6645.svg);
  mask-size: 0.5rem 1.5rem;
  background-color: #000000;
  width: 0.5rem;
  height: 1.5rem;
}
.mt-pagination-title__item--next .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  font-size: 0;
}
.mt-pagination-title__item--next .wp-block-post-navigation-link__arrow-next:after {
  flex: 0 1 0.5rem;
  display: inline-block;
  content: "";
  mask-image: url(9443facca304db6a6645.svg);
  mask-size: 0.5rem 1.5rem;
  background-color: #000000;
  width: 0.5rem;
  height: 1.5rem;
  transform: scale(-1, 1);
}

.mt-post-list-product__group {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (min-width: 520px) {
  .mt-post-list-product__group {
    justify-content: flex-start;
    min-width: unset;
  }
}
@media screen and (min-width: 1120px) {
  .mt-post-list-product__group {
    min-width: 1120px;
  }
}
.mt-post-list-product__group .wp-block-post {
  flex: 0 1 100%;
  max-width: 352px;
  position: relative;
  background-color: #24375B;
}
@media screen and (min-width: 520px) {
  .mt-post-list-product__group .wp-block-post {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 782px) {
  .mt-post-list-product__group .wp-block-post {
    flex: 0 1 calc((100% - 4rem) / 3);
  }
}
.mt-post-list-product__group .wp-block-post:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2rem 2rem; /* 三角のサイズを調整 */
  border-color: transparent transparent #FFFFFF transparent;
}
.mt-post-list-product__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mt-post-list-product__item--category, .mt-post-list-product__item--thumbnail, .mt-post-list-product__item--heading, .mt-post-list-product__item--excerpt {
  box-sizing: border-box;
  margin: 0;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  width: 100%;
}
.mt-post-list-product__item--category a,
.mt-post-list-product__item--category p, .mt-post-list-product__item--thumbnail a,
.mt-post-list-product__item--thumbnail p, .mt-post-list-product__item--heading a,
.mt-post-list-product__item--heading p, .mt-post-list-product__item--excerpt a,
.mt-post-list-product__item--excerpt p {
  color: #FFFFFF !important;
}
.mt-post-list-product__item--category a:hover, .mt-post-list-product__item--thumbnail a:hover, .mt-post-list-product__item--heading a:hover, .mt-post-list-product__item--excerpt a:hover {
  color: #F2B85A !important;
}
.mt-post-list-product__item--category {
  padding: 0.25rem 0.5rem;
}
.mt-post-list-product__item--category * {
  text-decoration: none;
}
.mt-post-list-product__item--category *:first-child, .mt-post-list-product__item--category *:nth-child(2) {
  display: none;
}
.mt-post-list-product__item--category *:last-child {
  border-left: 2px solid #FFFFFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.mt-post-list-product__item--thumbnail {
  background-color: #FFFFFF;
  padding: 0.5rem 0 !important;
}
.mt-post-list-product__item--thumbnail a {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.mt-post-list-product__item--thumbnail img:hover {
  transform: scale(1.1);
  transition: all 0.5s 0s ease;
}
.mt-post-list-product__item--heading {
  border-top: 6px solid #B79256;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.5rem 0.5rem;
}
.mt-post-list-product__item--excerpt p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  padding: 0 0.5rem 1rem;
}

.mt-post-list-information__group {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.mt-post-list-information__group .wp-block-post:nth-child(even) .mt-post-list-information__item::after {
  clip-path: polygon(100% 14%, 0% 100%, 100% 100%);
  /* 右上(100% 14%) – 左下(0% 100%) – 右下(100% 100%) の三角形 */
}
.mt-post-list-information__group .wp-block-post:nth-child(even) .mt-post-list-information__item--bottom {
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  .mt-post-list-information__group .wp-block-post:nth-child(even) .mt-post-list-information__item--bottom {
    flex-direction: row-reverse;
  }
}
.mt-post-list-information__item {
  gap: 1rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 520px) {
  .mt-post-list-information__item {
    padding: 2rem;
  }
}
@media screen and (min-width: 782px) {
  .mt-post-list-information__item {
    flex-direction: row;
    padding: 3rem;
  }
}
.mt-post-list-information__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
  clip-path: polygon(0% 14%, 0% 100%, 100% 100%);
  /* 左上(0% 14%) – 左下(0% 100%) – 右下(100% 100%) の三角形 */
  z-index: -1;
}
.mt-post-list-information__item--top {
  gap: 1rem;
}
.mt-post-list-information__item--top .wp-block-post-terms {
  background-color: #000000;
  min-width: 6rem;
  text-align: center;
  line-height: 1;
}
.mt-post-list-information__item--top .wp-block-post-terms:hover {
  background-color: #B79256;
  transition: all 0.5s 0s ease;
}
.mt-post-list-information__item--top .wp-block-post-terms a {
  display: inline-block;
  color: #FFFFFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.mt-post-list-information__item--top .wp-block-post-date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.mt-post-list-information__item--middle {
  width: 100%;
}
.mt-post-list-information__item--middle h3 {
  background-color: #24375B;
  border-bottom: 0.25rem solid #B79256;
  font-size: clamp(1.25rem, 0.6rem + 2vw, 2rem);
  font-weight: 600;
  margin-block-end: 0 !important;
  padding: 1rem 1rem;
  line-height: 140%;
}
.mt-post-list-information__item--middle h3 a {
  color: #FFFFFF;
}
.mt-post-list-information__item--middle h3 a:hover {
  color: #F2B85A;
}
.mt-post-list-information__item--bottom {
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 782px) {
  .mt-post-list-information__item--bottom {
    flex-direction: row;
    gap: 3rem;
  }
}
.mt-post-list-information__item--bottom .wp-block-post-featured-image {
  flex: 1;
  overflow: hidden;
  aspect-ratio: 6/5;
}
@media screen and (min-width: 782px) {
  .mt-post-list-information__item--bottom .wp-block-post-featured-image {
    flex: 36 36 0;
  }
}
.mt-post-list-information__item--bottom .wp-block-post-featured-image img {
  height: 100% !important;
}
.mt-post-list-information__item--bottom .wp-block-post-featured-image img:hover {
  transform: scale(1.1);
  transition: all 0.5s 0s ease;
}
.mt-post-list-information__item--bottom .wp-block-post-excerpt {
  flex: 1;
}
@media screen and (min-width: 782px) {
  .mt-post-list-information__item--bottom .wp-block-post-excerpt {
    flex: 25 25 0;
  }
}
.mt-post-list-information__item--bottom .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  margin-block-end: 1rem !important;
}
@media screen and (min-width: 782px) {
  .mt-post-list-information__item--bottom .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
    margin-block-end: 2rem !important;
  }
}
.mt-post-list-information__item--bottom .wp-block-post-excerpt__more-text {
  margin-block-end: 0 !important;
}
.mt-post-list-information__item--bottom .wp-block-post-excerpt__more-link {
  background-color: #B79256;
  border-radius: 999px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 0.25rem 2rem;
  width: 100%;
}
.mt-post-list-information__item--bottom .wp-block-post-excerpt__more-link:hover {
  background-color: #F2B85A;
}

.mt-global-footer__group {
  background-color: #000000;
  padding: 2rem 0;
}
.mt-global-footer__container {
  gap: 2rem;
}

.mt-global-footer-nav__group {
  justify-content: center;
  gap: 1rem 1.5rem;
}
@media screen and (min-width: 782px) {
  .mt-global-footer-nav__group {
    gap: 1rem 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .mt-global-footer-nav__group {
    gap: 1rem 3rem;
  }
}
.mt-global-footer-nav__item a {
  color: #FFFFFF !important;
  font-family: "source-han-serif-jp-subset", serif;
  font-size: clamp(1rem, 0.892rem + 0.33vw, 1.125rem);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
}
.mt-global-footer-nav__item a:hover {
  color: #B79256 !important;
  transition: all 0.5s 0s ease;
}

.mt-global-footer-social__group {
  gap: 3rem;
}
.mt-global-footer-social__item {
  width: 3rem;
}

.mt-global-footer-copyright {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.mt-global-header__group {
  background-color: #24375B;
  padding: 1.5rem 0;
}
.mt-global-header__group.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.24);
}
.mt-global-header__container {
  flex-direction: row;
}
@media screen and (min-width: 600px) {
  .mt-global-header__container {
    flex-direction: column;
    gap: 1rem !important;
  }
}
@media screen and (min-width: 782px) {
  .mt-global-header__container {
    flex-direction: row;
    gap: unset;
  }
}

.mt-global-header-nav__group {
  gap: 1.5rem;
}
@media screen and (min-width: 782px) {
  .mt-global-header-nav__group {
    gap: 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .mt-global-header-nav__group {
    gap: 3rem;
  }
}
.mt-global-header-nav__group .wp-block-navigation__responsive-container-open svg {
  fill: #FFFFFF;
}
.mt-global-header-nav__group .wp-block-navigation__responsive-container {
  background-color: #404A6D !important;
  padding: 1.5rem;
}
@media screen and (min-width: 600px) {
  .mt-global-header-nav__group .wp-block-navigation__responsive-container {
    padding: 0;
  }
}
.mt-global-header-nav__group .wp-block-navigation__responsive-container-close {
  color: #FFFFFF;
}
.mt-global-header-nav__item a {
  color: #FFFFFF !important;
  font-family: "source-han-serif-jp-subset", serif;
  font-size: clamp(1rem, 0.892rem + 0.33vw, 1.125rem);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
}
.mt-global-header-nav__item a:hover {
  color: #B79256 !important;
  transition: all 0.5s 0s ease;
}

.mt-global-header-logo {
  width: 192px;
}
@media screen and (min-width: 1120px) {
  .mt-global-header-logo {
    width: 256px;
  }
}

.mt-form-contact__group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.mt-form-contact__item {
  flex: 1;
}
.mt-form-contact__item label {
  display: inline-block;
  color: #000000;
  margin-block-end: 0.5rem;
}
.mt-form-contact__item label .type-essential {
  color: #dc3232;
}
.mt-form-contact__item input[type=text],
.mt-form-contact__item input[type=email],
.mt-form-contact__item textarea {
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 1.25rem;
  width: 100%;
  padding: 0.5rem;
}
.mt-form-contact__item .wpcf7-list-item {
  margin: 0;
}
.mt-form-contact__item input[type=submit] {
  background-color: #24375B;
  border: none;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  padding: 0.5rem 2rem;
}
.mt-form-contact__item input[type=submit]:hover {
  background-color: #B79256;
  transition: all 0.5s 0s ease;
}

.wpcf7-response-output {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none !important;
  color: #dc3232;
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-response-output:before {
  display: inline-block;
  content: "";
  mask-image: url(18cecbb8e38cba57e1fa.svg);
  mask-size: 2rem 2rem;
  background-color: #dc3232;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}

.mt-image-slider {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1120px;
}
@media screen and (min-width: 600px) {
  .mt-image-slider {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1120px) {
  .mt-image-slider {
    gap: 3rem;
  }
}
.mt-image-slider .slider-prev,
.mt-image-slider .slider-next {
  position: absolute;
  top: calc((100% - 5rem) / 2);
  z-index: 99;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-block-start: 0;
}
.mt-image-slider .slider-prev:before,
.mt-image-slider .slider-next:before {
  display: inline-block;
  background-color: rgba(138, 138, 138, 0.5);
  line-height: 0;
  width: 1rem;
  height: 3rem;
  padding: 1rem;
}
.mt-image-slider .slider-prev:hover,
.mt-image-slider .slider-next:hover {
  cursor: pointer;
}
.mt-image-slider .slider-prev:hover:before,
.mt-image-slider .slider-next:hover:before {
  background-color: rgba(138, 138, 138, 0.7);
  transition: all 0.5s 0s ease;
}
.mt-image-slider .slider-prev {
  left: 0;
}
.mt-image-slider .slider-prev:before {
  content: url(9443facca304db6a6645.svg);
}
.mt-image-slider .slider-next {
  right: 0;
}
.mt-image-slider .slider-next:before {
  content: url(9443facca304db6a6645.svg);
}
.mt-image-slider .slider-dots {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 600px) {
  .mt-image-slider .slider-dots {
    display: none;
  }
}
.mt-image-slider .slider-dots button {
  background-color: #24375B;
  border: none;
  border-radius: 999px;
  width: 1rem;
  height: 1rem;
}
.mt-image-slider .slider-dots button.active {
  background-color: #B79256;
}

.mt-image-slider-main__container {
  max-width: 616px;
  flex: 0 0 55%; /* 全体の比率で幅を計算 */
}
.mt-image-slider-main__target {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.mt-image-slider-main__target img {
  object-fit: cover;
  height: 100%;
}

.mt-image-slider-thumbnail__group {
  display: none !important;
  gap: 1rem !important;
  max-width: 456px;
  flex: 0 0 40.7142857143%; /* 全体の比率で幅を計算 */
}
@media screen and (min-width: 600px) {
  .mt-image-slider-thumbnail__group {
    display: flex !important;
  }
}
@media screen and (min-width: 1120px) {
  .mt-image-slider-thumbnail__group {
    gap: 1.5rem !important;
  }
}
.mt-image-slider-thumbnail__item {
  flex: 0 1 calc((100% - 2rem) / 3) !important;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1120px) {
  .mt-image-slider-thumbnail__item {
    flex: 0 1 calc((100% - 3rem) / 3) !important;
  }
}
.mt-image-slider-thumbnail__item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.mt-image-slider-thumbnail__item img {
  object-fit: cover;
  height: 100%;
}
.mt-image-slider-thumbnail__item img.active {
  border: 2px solid #F2B85A;
}

.home h3 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000000;
  color: #B79256;
  font-size: clamp(1.5rem, 0.2rem + 4vw, 3rem);
  font-weight: 600;
  padding-bottom: 1rem;
}
.home h3 .rubi {
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: clamp(0.875rem, 0.767rem + 0.33vw, 1rem);
  font-weight: 400;
}
.home .mt-post-list-information-home__group {
  grid-template-columns: 1fr !important;
  gap: 2rem;
}
@media screen and (min-width: 520px) {
  .home .mt-post-list-information-home__group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 782px) {
  .home .mt-post-list-information-home__group {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
.home .mt-post-list-information-home__item {
  gap: 0.5rem;
}
.home .mt-post-list-information-home__item--eye-catch {
  position: relative;
}
.home .mt-post-list-information-home__item--eye-catch .wp-block-post-terms {
  background-color: #000000;
  max-width: 6rem;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: 1;
}
.home .mt-post-list-information-home__item--eye-catch .wp-block-post-terms:hover {
  background-color: #B79256;
  transition: all 0.5s 0s ease;
}
.home .mt-post-list-information-home__item--eye-catch .wp-block-post-terms a {
  display: inline-block;
  color: #FFFFFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.home .mt-post-list-information-home__item--eye-catch .wp-block-post-featured-image {
  flex: 1;
  overflow: hidden;
  aspect-ratio: 6/5;
  margin-block-start: 0;
}
.home .mt-post-list-information-home__item--eye-catch .wp-block-post-featured-image img {
  height: 100% !important;
  display: block;
}
.home .mt-post-list-information-home__item--eye-catch .wp-block-post-featured-image img:hover {
  transform: scale(1.1);
  transition: all 0.5s 0s ease;
}
.home .mt-post-list-information-home__item .wp-block-post-date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.home .mt-post-list-information-home__item .wp-block-post-title {
  font-size: 0.875rem;
  line-height: 140%;
  margin-block-end: 0 !important;
}
.home .mt-product-link__group {
  flex-direction: column;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .home .mt-product-link__group {
    flex-direction: row;
  }
}
.home .mt-product-link__item {
  flex: 1;
  text-decoration: none;
  width: 100%;
}
.home .mt-product-link__item:hover img {
  transform: scale(1.1);
  transition: all 0.5s 0s ease;
}
.home .mt-product-link__item .wp-block-cover {
  align-items: flex-end;
  aspect-ratio: 3/2;
  min-height: unset;
  padding: 1rem 1rem;
}
@media screen and (min-width: 600px) {
  .home .mt-product-link__item .wp-block-cover {
    aspect-ratio: 5/4;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 782px) {
  .home .mt-product-link__item .wp-block-cover {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .home .mt-product-link__item .wp-block-cover {
    padding: 1rem 3rem;
  }
}
.home .mt-product-link__item--heading {
  font-size: 2rem;
  border-bottom: 0.25rem solid #FFFFFF;
  margin-block-end: 0.5rem !important;
}
@media screen and (min-width: 600px) {
  .home .mt-product-link__item--heading {
    font-size: clamp(1.5rem, 4vw, 4rem) !important;
  }
}
.home .mt-product-link__item--rubi {
  font-size: 0.875rem;
}
@media screen and (min-width: 600px) {
  .home .mt-product-link__item--rubi {
    font-size: clamp(0.875rem, 0.5rem + 1vw, 1.5rem) !important;
  }
}
.home .mt-philosophy__group {
  box-sizing: border-box;
}
.home .mt-philosophy__item {
  justify-content: flex-start;
  gap: 1rem;
  padding: 0 0 0 5rem;
  margin-block-start: 5rem;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item {
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .home .mt-philosophy__item {
    margin-block-start: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .home .mt-philosophy__item {
    margin-block-start: 160px;
  }
}
.home .mt-philosophy__item:first-child {
  margin-block-start: 0 !important;
}
.home .mt-philosophy__item:nth-child(odd) {
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item:nth-child(odd) {
    padding: 0 3rem 0 0;
    flex-direction: row;
  }
}
.home .mt-philosophy__item:nth-child(odd) img {
  border-radius: 0;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item:nth-child(odd) img {
    border-radius: 0 4rem 4rem 0;
  }
}
.home .mt-philosophy__item:nth-child(even) {
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item:nth-child(even) {
    padding: 0 0 0 3rem;
    flex-direction: row-reverse;
  }
}
.home .mt-philosophy__item:nth-child(even) img {
  border-radius: 0;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item:nth-child(even) img {
    border-radius: 4rem 0 0 4rem;
  }
}
.home .mt-philosophy__item--visual {
  position: relative;
}
.home .mt-philosophy__item--visual .wp-block-heading {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 1.067rem + 1.33vw, 2rem);
  margin-block-end: 0 !important;
  padding-left: 3rem;
  position: absolute;
  top: calc(-1 * clamp(1rem, 0.567rem + 1.33vw, 1.5rem));
  z-index: 1;
}
@media screen and (min-width: 1120px) {
  .home .mt-philosophy__item--visual .wp-block-heading {
    font-size: clamp(2rem, -1.5rem + 5vw, 3.5rem);
    top: calc(-1 * clamp(1.5rem, -2rem + 5vw, 3rem));
  }
}
.home .mt-philosophy__item--visual .wp-block-image {
  margin-block-start: 0 !important;
  overflow: hidden;
  aspect-ratio: 3/1;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item--visual .wp-block-image {
    aspect-ratio: 5/3;
  }
}
@media screen and (min-width: 1120px) {
  .home .mt-philosophy__item--visual .wp-block-image {
    aspect-ratio: 5/2;
  }
}
.home .mt-philosophy__item--visual .wp-block-image img {
  max-width: 1200px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item--visual .wp-block-image img {
    max-width: 640px;
  }
}
@media screen and (min-width: 1120px) {
  .home .mt-philosophy__item--visual .wp-block-image img {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .home .mt-philosophy__item--visual .wp-block-image img {
    max-width: 960px;
  }
}
@media screen and (min-width: 1600px) {
  .home .mt-philosophy__item--visual .wp-block-image img {
    max-width: 1200px;
  }
}
.home .mt-philosophy__item--text {
  min-width: 100%;
}
@media screen and (min-width: 782px) {
  .home .mt-philosophy__item--text {
    min-width: 320px;
  }
}
@media screen and (min-width: 1120px) {
  .home .mt-philosophy__item--text {
    min-width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .home .mt-philosophy__item--text {
    min-width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .home .mt-philosophy__item--text {
    min-width: 480px;
  }
}
.home .mt-philosophy__item--text p {
  color: #FFFFFF;
  font-family: "source-han-serif-jp-subset", serif;
  font-size: 0.875rem;
  text-align: center;
  line-height: 240%;
  opacity: 0.8;
}
@media screen and (min-width: 1120px) {
  .home .mt-philosophy__item--text p {
    font-size: clamp(1rem, 0.417rem + 0.83vw, 1.25rem);
  }
}
.home .bg-terrain {
  background-image: url(6f565445b163f2cf8274.svg);
  background-repeat: no-repeat;
  background-color: rgba(36, 55, 91, 0.9);
  background-blend-mode: multiply;
  background-position: left;
  background-size: 100% 100%;
}

.single-post h2 {
  font-size: clamp(1.5rem, 0.633rem + 2.67vw, 2.5rem);
  font-weight: 600;
  border-bottom: 0.25rem solid #000000;
  padding-bottom: 1rem;
}
.single-post p,
.single-post li {
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
}
.single-post blockquote {
  background-color: #FFF5E5;
  border-left: 0.25rem solid #B79256;
  margin: 0;
  padding: 2rem;
  margin-block-start: 3rem;
  margin-block-end: 3rem;
}
.single-post blockquote p {
  font-style: italic;
}
.single-post figure {
  margin-block-start: 1rem;
  margin-block-end: 3rem;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*# sourceMappingURL=style.css.map*/