@charset "UTF-8";
/*
Theme Name: nousan-sh
Version: 1.1
Author: OWNDMEDIA.LAB
*/
/*--------------------------------------------------------------

## 共通

--------------------------------------------------------------*/
* {
  letter-spacing: 0.05em;
}

html,
body {
  font-size: 62.5%;
  background-color: #f3f3f3;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.8px;
  font-feature-settings: "palt";
  overflow-x: clip;
}

html,
body,
#page #scroll__contents {
  margin: 0 auto;
}

.wrapper {
  width: 100%;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.2rem;
}

p {
  font-size: 1.6rem;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #333333;
}

ul,
ol,
li {
  list-style: none;
}

li,
th,
td {
  font-size: 1.6rem;
}

a:hover,
a:focus {
  color: #1E2749;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/**** 改行 ****/
.br_pc {
  display: block;
}

/*PCだけ改行 */
.br_1024 {
  display: none;
}

/*幅1024以下で改行 */
.br_960 {
  display: none;
}

/*幅960以下で改行 */
.br_560 {
  display: none;
}

/*幅560以下で改行 */
/**** 画像 ****/
img {
  max-width: 100%;
  height: auto;
}

.p-footer_sns {
  max-width: 20px;
}

/*** サムネイル画像 ***/
.post_thum_images {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.618/1;
  margin-bottom: 1rem;
}

.post_thum_images img.wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.8s;
}

.post_thum_images:hover img.wp-post-image {
  transform: scale(1.1, 1.1);
  transition: all 0.8s;
  opacity: 0.7;
}

/**** ビフォーアフター画像 ****/
.before-after-images {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1px;
  width: 100%;
  aspect-ratio: 1.618/1;
  margin-bottom: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem);
}
.before-after-images .before-image,
.before-after-images .after-image {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.before-after-images .before-image img,
.before-after-images .after-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s;
}
.before-after-images .before-image img {
  transform-origin: 100% 50%;
}
.before-after-images .after-image img {
  transform-origin: 0 50%;
}
.before-after-images .after-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s;
}
.before-after-images .image-label {
  position: absolute;
  z-index: 20;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 8px 12px;
  box-sizing: border-box;
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}
.before-after-images .before-image .image-label::after,
.before-after-images .after-image .image-label::after {
  content: "";
  position: absolute;
  z-index: 30;
  translate: 0 -75%;
  top: 50%;
  transform: skew(45deg);
  width: 5rem;
  height: 1rem;
  border-bottom: 1px solid #fff;
}
.before-after-images .before-image .image-label::after {
  right: -1px;
  transform-origin: 100% 100%;
}
.before-after-images .after-image .image-label::after {
  left: 0;
  transform-origin: 0 100%;
  border-right: 1px solid #fff;
}
a .before-after-images:hover .before-image img,
a .before-after-images:hover .after-image img {
  transform: scale(1.1);
  opacity: 0.7;
}

/*** p-before-after-single ***/
.p-before-after-single {
  container: p-before-after-single/inline-size;
}
.p-before-after-single .p-before-after-single__container {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  margin: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem) 0;
}
@container (width < 800px) {
  .p-before-after-single .p-before-after-single__container {
    flex-direction: column;
    gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  }
}
.p-before-after-single .p-before-after-single__item {
  flex: 1;
  margin: 0;
  text-align: center;
  position: relative;
}
@container (width < 800px) {
  .p-before-after-single .p-before-after-single__item {
    width: 100%;
    max-width: 800px;
  }
}
.p-before-after-single .p-before-after-single__image {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-before-after-single .p-before-after-single__label {
  position: absolute;
  top: 16px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-before-after-single .p-before-after-single__label--before {
  left: 16px;
}
.p-before-after-single .p-before-after-single__label--after {
  right: 16px;
}
.p-before-after-single .p-before-after-single__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #E08430;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@container (width < 800px) {
  .p-before-after-single .p-before-after-single__arrow {
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
  }
}
.p-before-after-single .p-before-after-single__arrow-icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(calc(-25% + 1px), calc(-25% + 1px));
}
@container (width < 800px) {
  .p-before-after-single .p-before-after-single__arrow-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(calc(-25% + 1px), calc(-25% + 1px));
  }
}

/**** ボタン01 ****/
.btn01 {
  margin-top: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.btn01 a {
  display: block;
  transition: background-color 300ms ease;
  position: relative;
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box;
  width: 260px;
  height: 70px;
  padding-left: 42px;
  color: #fff;
  background-color: #E08430;
  line-height: 75px;
}

.btn01 a:hover {
  color: #ffffff;
  background-color: #da924d;
}

.btn01 a span {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 62px;
  height: 10px;
  background: url("../img/common/yajirushi01.png") 0 0 no-repeat;
  background-size: 62px 10px;
  overflow: hidden;
}

/**** 白いボタン01 ****/
.btn01--white a {
  transition: background-color 300ms ease;
  color: #1e2e65;
  background-color: #ffffff;
  border: 2px solid #1e2e65;
}

.btn01--white a:hover {
  color: #ffffff;
  background-color: #1e2e65;
}

.btn01--white a span {
  background: url("../img/common/yajirushi02.png") 0 0 no-repeat;
  background-size: 62px 10px;
}

.btn01--white a:hover span {
  background: url("../img/common/yajirushi01.png") 0 0 no-repeat;
  background-size: 62px 10px;
}

/***** ミニボタン01 *****/
.btn01--mini a {
  width: 200px;
  height: 60px;
  padding-left: 32px;
  line-height: 65px;
}

.btn01--mini a span {
  top: 25px;
}

/**** その他共通 ****/
.flex {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex--space-between {
  justify-content: space-between;
}

.flex--space-around {
  justify-content: space-around;
}

.flex--center {
  justify-content: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/**** パンくずリスト ****/
.breadcrumb {
  margin-bottom: 5rem;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 3rem;
}

.breadcrumb li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  transform: rotate(45deg);
  right: -1.8rem;
  bottom: 1.2rem;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb li a {
  color: #1e2e65;
  transition: 0.4s;
}

.breadcrumb li a:hover {
  color: #da924d;
  transition: 0.4s;
}

/**** ページャー ****/
.archive_pagination {
  text-align: center;
  margin-top: 7rem;
}

.page-numbers li {
  display: inline;
  margin: 0 0.6rem 0;
}

.page-numbers.current {
  color: #1e2e65;
  border-bottom: 1px solid #1e2e65;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}

/**** スクロールバーデザイン ****/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #eee;
}

::-webkit-scrollbar-thumb {
  background: #1E2749;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

/**** ページトップに戻るボタン ****/
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 22rem;
}

#page_top a img {
  padding: 0 4rem;
}

/**** マウスドラッグした時の文字色 ****/
::-moz-selection {
  background: color-mix(in srgb, #E08430 50%, transparent);
  color: #1e2e65;
}
::selection {
  background: color-mix(in srgb, #E08430 50%, transparent);
  color: #1e2e65;
}

/**** ページ全体の余白など ****/
#page {
  overflow: hidden;
  width: 100%;
}

/*--------------------------------------------------------------

## utilities / ユーティリティ

--------------------------------------------------------------*/
/*** デバイス別の表示制御 ***/
@media (width <= 960px) {
  .u-pc-only {
    display: none;
  }
}

@media (width > 960px) {
  .u-sp-only {
    display: none;
  }
}

/*** 文字列の折り返しを制御 ***/
.u-keep-all {
  word-break: keep-all;
}

.u-auto-phrase {
  word-break: auto-phrase;
  text-wrap: balance;
}

/*** コンテンツ間スペーシング ***/
.u-mb-small20 {
  margin-bottom: clamp(0.4rem, 0.2rem + 0.333vw, 0.6rem) !important;
}

.u-mb-small10 {
  margin-bottom: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem) !important;
}

.u-mb-regular {
  margin-bottom: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem) !important;
}

.u-mb-large10 {
  margin-bottom: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem) !important;
}

.u-mb-large20 {
  margin-bottom: clamp(2.4rem, 1.6rem + 1.333vw, 3.2rem) !important;
}

.u-mb-large30 {
  margin-bottom: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem) !important;
}

.u-mb-large40 {
  margin-bottom: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem) !important;
}

.u-mb-large50 {
  margin-bottom: clamp(6.4rem, 3.2rem + 5.333vw, 9.6rem) !important;
}

.u-mb-large60 {
  margin-bottom: clamp(9.6rem, 6.4rem + 5.333vw, 12.8rem) !important;
}

.u-mb-large70 {
  margin-bottom: clamp(12.8rem, 6.4rem + 10.667vw, 19.2rem) !important;
}

.u-mb-large80 {
  margin-bottom: clamp(19.2rem, 12.8rem + 10.667vw, 25.6rem) !important;
}

.u-mb-large90 {
  margin-bottom: clamp(25.6rem, 19.2rem + 10.667vw, 32rem) !important;
}

.u-mb-large100 {
  margin-bottom: clamp(32rem, 25.6rem + 10.667vw, 38.4rem) !important;
}

/*--------------------------------------------------------------

## component / コンポーネント

--------------------------------------------------------------*/
/*** c-ttl01 ***/
.c-ttl01 {
  container: c-ttl01/inline-size;
  margin-bottom: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
}
.c-ttl01 .c-ttl01__main {
  font-size: clamp(3.4rem, 3.086rem + 0.87vw, 4.2rem);
  line-height: 1.6;
}
.c-ttl01 .c-ttl01__sub {
  font-family: "Hind", sans-serif;
  font-size: clamp(1.6rem, 1.4rem + 0.333vw, 1.8rem);
  color: #d27218;
  text-indent: 0.1em;
}
.c-ttl01--center {
  text-align: center;
}

/*** c-ttl02 ***/
.c-ttl02 {
  container: c-ttl02/inline-size;
  margin-bottom: clamp(2.4rem, 1.6rem + 1.333vw, 3.2rem);
  font-size: clamp(2.2rem, 1.6rem + 1vw, 2.8rem);
}
.c-ttl02::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #E08430, transparent);
}

/*** c-catchphrase ***/
.c-catchphrase {
  margin-bottom: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4rem + 0.667vw, 2.2rem);
  color: #d27218;
}

/*** c-table-contents ***/
.c-table-contents {
  container: c-table-contents/inline-size;
}
.c-table-contents:not(:last-child) {
  margin-bottom: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem);
}
.c-table-contents .c-table-contents__table {
  width: 100%;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.c-table-contents :is(th, td) {
  padding: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
  box-sizing: border-box;
  vertical-align: middle;
}
.c-table-contents th {
  min-width: 110px;
  background-color: #1e2e65;
  border-bottom-color: #f3f3f3;
  font-size: clamp(1.6rem, 1.4rem + 0.333vw, 1.8rem);
  color: #fff;
}
@container (width < 700px) {
  .c-table-contents th {
    font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
  }
}
.c-table-contents td {
  background-color: #fff;
  color: #333;
}
@container (width < 700px) {
  .c-table-contents td {
    font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
  }
}

/*** c-main-catchphrase ***/
.c-main-catchphrase {
  container: c-main-catchphrase/inline-size;
  margin-bottom: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem);
  text-align: center;
}
.c-main-catchphrase .c-main-catchphrase__text {
  font-size: clamp(2.2rem, 1.6rem + 1vw, 2.8rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #1e2e65;
}

/*** c-2col-contents ***/
.c-2col-contents {
  --container-mb: clamp(9.6rem, 6.4rem + 5.333vw, 12.8rem);
  --inner-gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem) clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  --ttl-font-size: clamp(2.2rem, 1.6rem + 1vw, 2.8rem);
  --desc-font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
  --ttl-color: inherit;
  container: c-2col-contents/inline-size;
}
.c-2col-contents:not(:last-child) {
  margin-bottom: var(--container-mb);
}
.c-2col-contents .c-2col-contents__inner {
  display: flex;
  gap: var(--inner-gap);
}
@container (width >= 800px) {
  .c-2col-contents .c-2col-contents__inner {
    align-items: flex-start;
  }
}
@container (width < 800px) {
  .c-2col-contents .c-2col-contents__inner {
    flex-direction: column;
  }
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__col1 {
    width: 38.2%;
  }
}
@container (width >=800px) {
  .c-2col-contents .c-2col-contents__col2 {
    width: 61.8%;
  }
}
.c-2col-contents .c-2col-contents__desc {
  line-height: 2.4;
  font-size: var(--desc-font-size);
}
.c-2col-contents .c-2col-contents__img img {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.c-2col-contents .c-2col-contents__caption {
  margin-top: 0.75em;
  line-height: 2.4;
  font-size: var(--desc-font-size);
}
@container (width >=800px) {
  .c-2col-contents--reverse .c-2col-contents__inner {
    flex-direction: row-reverse;
  }
}
@container (width >=800px) {
  .c-2col-contents--type02 .c-2col-contents__col1 {
    width: 50%;
  }
}
@container (width >=800px) {
  .c-2col-contents--type02 .c-2col-contents__col2 {
    width: 50%;
  }
}

/*** c-stacked-content01 ***/
.c-stacked-content01 {
  container: c-stacked-content01/inline-size;
}
.c-stacked-content01 .c-stacked-content01__img {
  width: max(70%, 600px);
  aspect-ratio: 1.732/1;
}
@container (width < 850px) {
  .c-stacked-content01 .c-stacked-content01__img {
    width: 95%;
  }
}
@container (width < 600px) {
  .c-stacked-content01 .c-stacked-content01__img {
    width: 100%;
  }
}
.c-stacked-content01 .c-stacked-content01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-stacked-content01 .c-stacked-content01__box {
  position: relative;
  width: max(70%, 600px);
  margin: -8% 0 0 auto;
  padding: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  box-sizing: border-box;
  background-color: color-mix(in srgb, #fff 95%, transparent);
  line-height: 2.4;
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}
@container (width < 850px) {
  .c-stacked-content01 .c-stacked-content01__box {
    width: 95%;
  }
}
@container (width < 600px) {
  .c-stacked-content01 .c-stacked-content01__box {
    width: 100%;
    margin-top: 0;
  }
}

/*** c-stacked-content02 ***/
.c-stacked-content02 {
  container: c-stacked-content02/inline-size;
}
.c-stacked-content02 .c-stacked-content02__img {
  width: 100%;
  aspect-ratio: 2.414/1;
}
.c-stacked-content02 .c-stacked-content02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-stacked-content02 .c-stacked-content02__box {
  position: relative;
  width: 80%;
  margin: -10% 0 0;
  padding: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  box-sizing: border-box;
  background-color: #f3f3f3;
  line-height: 2.4;
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}
@container (width < 600px) {
  .c-stacked-content02 .c-stacked-content02__box {
    width: 95%;
  }
}

/*** c-box-content ***/
.c-box-content {
  container: c-box-content/inline-size;
}
.c-box-content .c-box-content__inner {
  display: flex;
  flex-direction: row;
}
@container (width < 850px) {
  .c-box-content .c-box-content__inner {
    flex-direction: column;
  }
}
.c-box-content .c-box-content__img {
  width: min(30%, 300px);
  aspect-ratio: 1.618/1;
}
@container (width < 850px) {}
.c-box-content .c-box-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-box-content .c-box-content__box {
  position: relative;
  margin: -8% 0 0 auto;
  padding: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  box-sizing: border-box;
  background-color: color-mix(in srgb, #fff 95%, transparent);
  line-height: 2.4;
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}
@container (width < 850px) {}

/* .c-feature-list
------------------------------------------------ */
.c-feature-list {
  container: c-feature-list/inline-size;
  counter-reset: strength;
}
.c-feature-list .c-feature-list__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem);
  list-style: none;
}
.c-feature-list .c-feature-list__item {
  position: relative;
  line-height: 1.5;
  margin: 0;
  counter-increment: strength;
}
.c-feature-list .c-feature-list__item-num {
  position: relative;
  z-index: 20;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  background-color: #1E2749;
  color: #fff;
  font-size: clamp(2.2rem, 1.6rem + 1vw, 2.8rem);
}
.c-feature-list .c-feature-list__item-box {
  position: relative;
  z-index: 10;
  display: grid;
  align-items: start;
  gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem) clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  box-sizing: border-box;
  margin-top: calc(clamp(2.2rem, 1.6rem + 1vw, 2.8rem) / -2 - clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem));
  padding: calc(clamp(2.2rem, 1.6rem + 1vw, 2.8rem) / 2 + clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem) + clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem)) 0 clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem) 0;
}
.c-feature-list .c-feature-list__item-box::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100lvw;
  height: 100%;
  background-color: #fff;
}
.c-feature-list .c-feature-list__item-ttl {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4rem + 0.667vw, 2.2rem);
  color: #E08430;
}
.c-feature-list .c-feature-list__item-desc {
  margin-bottom: 0;
  line-height: 2.2;
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}
.c-feature-list .c-feature-list__item-img {
  grid-row: 1/span 5;
  aspect-ratio: 1;
}
.c-feature-list .c-feature-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-num,
.c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-num {
  margin-right: auto;
}
.c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-box,
.c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-box {
  grid-template-columns: 61.8fr 38.2fr;
}
.c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-img,
.c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-img {
  grid-column-start: 2;
}
.c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-box::after,
.c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-box::after {
  right: clamp(6.4rem, 3.2rem + 5.333vw, 9.6rem);
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-box::after,
  .c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-box::after {
    right: 50%;
    translate: 50%;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-ttl,
  .c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-ttl {
    grid-column-start: 1;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-desc,
  .c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-desc {
    grid-column-start: 1;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(odd) .c-feature-list__item-img,
  .c-feature-list .c-feature-list__item:nth-child(even) .c-feature-list__item-img {
    grid-column-start: -3;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(n) .c-feature-list__item-box {
    grid-template-columns: 5fr 90fr 5fr;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(n) .c-feature-list__item-ttl {
    grid-column-end: span 2;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(n) .c-feature-list__item-desc {
    grid-column-end: span 2;
  }
}
@container (max-width: 750px) {
  .c-feature-list .c-feature-list__item:nth-child(n) .c-feature-list__item-img {
    grid-row: auto;
    grid-column-end: span 2;
  }
}

/*** c-card-grid ***/
.c-card-grid {
  container: c-card-grid/inline-size;
}
.c-card-grid .c-card-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
}
.c-card-grid .c-card-grid__unit {
  display: flex;
  flex-direction: column;
  padding: clamp(2.4rem, 1.6rem + 1.333vw, 3.2rem);
  background-color: #fff;
}
.c-card-grid .c-card-grid__img {
  width: min(100%, 150px);
  margin: 0 auto clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  aspect-ratio: 1;
}
.c-card-grid .c-card-grid__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card-grid .c-card-grid__heading {
  margin-bottom: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
  line-height: 1.7;
  text-align: center;
  color: #1E2749;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: clamp(1.8rem, 1.4rem + 0.667vw, 2.2rem);
}
.c-card-grid .c-card-grid__dl {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem);
  margin-bottom: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
}
.c-card-grid .c-card-grid__dt {
  flex-shrink: 0;
  padding: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem);
  background-color: #E08430;
  line-height: 1;
  color: #fff;
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}
.c-card-grid .c-card-grid__dd {
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}
.c-card-grid .c-card-grid__desc {
  line-height: 2.4;
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}

/*** c-feature-grid ***/
.c-feature-grid {
  container: c-feature-grid/inline-size;
}
.c-feature-grid .c-feature-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
}
.c-feature-grid .c-feature-grid__unit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.4rem, 1.6rem + 1.333vw, 3.2rem);
  margin-top: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem);
  padding: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  border: 1px solid #1E2749;
  background-color: #fff;
}
.c-feature-grid .c-feature-grid__unit::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50%;
  z-index: 20;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.c-feature-grid .c-feature-grid__unit-num {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  translate: -50% -30%;
  display: flex;
  align-items: flex-start;
  gap: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #1E2749;
  font-size: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem);
}
.c-feature-grid .c-feature-grid__unit-num::before {
  order: -2;
  content: "Feature";
  font-family: "Hind", sans-serif;
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}
.c-feature-grid .c-feature-grid__unit-num::after {
  order: -1;
  content: "";
  width: 1px;
  height: 1.3lh;
  background-color: #1E2749;
  opacity: 0.8;
  rotate: 45deg;
  transform-origin: 50% 20%;
}
.c-feature-grid .c-feature-grid__unit-icon {
  width: min(80%, 200px);
  aspect-ratio: 1;
}
.c-feature-grid .c-feature-grid__unit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-feature-grid .c-feature-grid__unit-title {
  margin-bottom: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
  line-height: 1.7;
  text-align: center;
  color: #1E2749;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: clamp(1.8rem, 1.4rem + 0.667vw, 2.2rem);
}
.c-feature-grid .c-feature-grid__unit-desc {
  line-height: 2.4;
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}

/*** c-floating-btn ***/
.c-floating-btn {
  --container-inset-pc: auto 0 88px auto;
  --container-inset-sp: auto 0 0 0;
  --link-padding-pc: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem) clamp(2.4rem, 1.6rem + 1.333vw, 3.2rem);
  --link-padding-sp: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem) clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  --link1-background: #E08430;
  --link1-color: #fff;
  --link1-hover-background: #da924d;
  --link1-hover-color: #fff;
  --link1-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M341.374 265.845l168.152 146.591c1.599-5.25 2.474-10.818 2.474-16.583V117.087L341.374 265.845z'/%3E%3Cpath d='M256 283.102c7.208-.015 14.31-2.492 20.11-7.538L499.591 80.739c-10.424-13.076-26.458-21.478-44.481-21.478H56.89c-18.023 0-34.057 8.401-44.481 21.478L235.89 275.564C241.682 280.61 248.792 283.087 256 283.102z'/%3E%3Cpath d='M0 117.087v278.766c0 5.765.875 11.333 2.473 16.583l168.152-146.599L0 117.087z'/%3E%3Cpath d='M299.474 302.367c-12.432 10.841-28 16.303-43.474 16.288-15.474.015-31.05-5.454-43.474-16.288l-14.845-12.939L23.151 441.579c9.447 6.978 21.092 11.159 33.739 11.159h398.22c12.647 0 24.291-4.181 33.738-11.159l-174.53-152.151L299.474 302.367z'/%3E%3C/svg%3E");
  --link2-background: linear-gradient(45deg, #FCAF45 0%, #F56040 20%, #E1306C 40%, #C13584 60%, #833AB4 80%, #405DE6 100%);
  --link2-color: #fff;
  --link2-hover-background: linear-gradient(45deg, #FCAF45 0%, #F56040 20%, #E1306C 40%, #C13584 60%, #833AB4 80%, #405DE6 100%);
  --link2-hover-color: #fff;
  --link2-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M320.3 205c-63.5-.2-115.1 51.2-115.3 114.7-.2 63.5 51.2 115.1 114.7 115.3 63.5.2 115.1-51.2 115.3-114.7.2-63.5-51.2-115.1-114.7-115.3zm-.6 40.4c41.2-.2 74.7 33.1 74.9 74.3.2 41.2-33.1 74.7-74.3 74.9-41.2.2-74.7-33.1-74.9-74.3-.2-41.2 33.1-74.7 74.3-74.9zM413.1 200.3c0-14.8 12-26.8 26.8-26.8s26.8 12 26.8 26.8-12 26.8-26.8 26.8-26.8-12-26.8-26.8zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.1-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1-26.3 26.2-34.4 58-36.2 93.9-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9 26.3 26.2 58.1 34.4 93.9 36.2 37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.9zM495 452c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.7-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.6-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.6-9 132.1z'/%3E%3C/svg%3E");
  position: fixed;
  z-index: 100;
  inset: var(--container-inset-pc);
}
@media (width < 1280px) {
  .c-floating-btn {
    inset: var(--container-inset-sp);
    width: 100%;
  }
}
.c-floating-btn .c-floating-btn__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (width >= 1280px) {
  .c-floating-btn .c-floating-btn__inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (width >= 1280px) {
  .c-floating-btn .c-floating-btn__item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media (width < 1280px) {
  .c-floating-btn .c-floating-btn__item {
    width: 50%;
  }
}
.c-floating-btn .c-floating-btn__link {
  position: relative;
  display: flex;
  gap: 0.4em;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: var(--link1-background);
  letter-spacing: 0.1em;
  color: var(--link1-color);
  transition: 0.3s;
}
.c-floating-btn .c-floating-btn__link:hover {
  opacity: 0.95;
}
@media (width >= 1280px) {
  .c-floating-btn .c-floating-btn__link {
    padding: var(--link-padding-pc);
    border-radius: 3px 0 0 3px;
  }
}
@media (width < 1280px) {
  .c-floating-btn .c-floating-btn__link {
    padding: var(--link-padding-sp);
    height: 60px;
  }
}
.c-floating-btn .c-floating-btn__link::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  background: currentColor;
}
.c-floating-btn .c-floating-btn__link--contact:hover {
  background: var(--link1-hover-background);
  color: var(--link1-hover-color);
}
.c-floating-btn .c-floating-btn__link--contact::before {
  mask: var(--link1-icon) center/contain no-repeat;
  -webkit-mask: var(--link1-icon) center/contain no-repeat;
}
.c-floating-btn .c-floating-btn__link--instagram {
  background: var(--link2-background);
  color: var(--link2-color);
}
.c-floating-btn .c-floating-btn__link--instagram::before {
  width: 1.7em;
  mask: var(--link2-icon) center/contain no-repeat;
  -webkit-mask: var(--link2-icon) center/contain no-repeat;
}
.c-floating-btn .c-floating-btn__link--instagram:hover {
  background: var(--link2-hover-background);
  color: var(--link2-hover-color);
}
:has(#wpadminbar) .c-floating-btn {
  margin-top: 32px;
}
@media (width < 1280px) {
  body:has(.c-floating-btn) {
    padding-bottom: 60px;
  }
}

/*--------------------------------------------------------------

## main

--------------------------------------------------------------*/
.contents {
  margin: 0 auto 12vw;
}

.contents--small {
  margin: 0 auto 5vw;
}

.contents--type01 {
  width: 1180px;
  padding: 0 3rem;
}

.contents--type01.flex {
  align-items: center;
}

.contents--type02 {
  max-width: 1800px;
}

.contents--type03 {
  max-width: 1800px;
}

.contents--type04 {
  position: relative;
  z-index: 1;
  width: min(90%, 1180px);
  padding: 0 3rem clamp(6.4rem, 3.2rem + 5.333vw, 9.6rem);
  box-sizing: border-box;
}
.contents--type04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100lvw;
  height: calc(100% - clamp(3.6rem, 2.4rem + 2vw, 4.8rem));
  background-color: #e6e6e6;
}

.contents--type05 {
  width: min(90%, 1440px);
}

/*--------------------------------------------------------------

## footer

--------------------------------------------------------------*/
/********************   コンタクトボタン    **********************/
.index-contact__btn {
  margin: 0 auto -200px;
}

.contact-btn {
  width: 100%;
  height: 260px;
  color: #fff;
  background-color: #1e2e65;
  position: relative;
  z-index: 90;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  line-height: 0.9;
  overflow: hidden;
}

.contact-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #1E2749;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.contact-btn:hover {
  color: #fff;
}

.contact-btn:hover::before {
  transform: scale(1, 1);
}

.contact-btn p {
  text-align: center;
}

.contact-btn--en {
  z-index: 1000;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: "Hind", sans-serif;
}

.contact-btn--ja {
  z-index: 1000;
  font-size: 1.4rem;
}

/********************   フッターアクセス    **********************/
.access-container {
  padding: 0 10rem 5rem;
  position: relative;
}

.access-container__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.access__images {
  background-image: url("../img/common/access_bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  min-height: 964px;
  min-height: 520px;
  width: 100%;
}

.access-container__bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.access-container__box {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 20rem 0 10rem;
}

.access-container__map {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.access-container__logo {
  display: inline-block;
  max-width: 200px;
  margin-bottom: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
}

.access-container__txt {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

.access-container__sns a {
  font-size: 2.6rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

.access-container__sns a:hover {
  color: #1e2e65;
  transition: 0.4s;
}

.access-container__copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

/*--------------------------------------------------------------

## front-page.php

--------------------------------------------------------------*/
.c-stacked-content01 {
  container: c-stacked-content01/inline-size;
}
.c-stacked-content01 .c-stacked-content01__img {
  width: max(70%, 600px);
  aspect-ratio: 1.732/1;
}
@container (width < 850px) {
  .c-stacked-content01 .c-stacked-content01__img {
    width: 95%;
  }
}
@container (width < 600px) {
  .c-stacked-content01 .c-stacked-content01__img {
    width: 100%;
  }
}
.c-stacked-content01 .c-stacked-content01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-stacked-content01 .c-stacked-content01__box {
  /* ... */
}

/***** topslider *****/
/***** index-contents1 *****/
#contents1 {
  margin-bottom: 8vw;
}

.contents1__ttl {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: #1e2e65;
  font-weight: 600;
}

.contents1__txt {
  line-height: 2.4;
  letter-spacing: 1.4px;
}

/***** index-contents-list *****/
.index-contents-list {
  display: block;
}

.index-contents-list__box {
  margin-bottom: 8rem;
}

.index-contents-list__img {
  display: inline-block;
  width: 64%;
  aspect-ratio: 1.618/1;
  margin-bottom: 0;
  padding-top: 0;
  opacity: 1;
  transition: all 0.6s;
}
.index-contents-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-contents-list li:nth-child(odd) .index-contents-list__img {
  margin: 0 0 0 36%;
}

.index-contents-list li:nth-child(even) .index-contents-list__img {
  margin: 0 36% 0 0;
}

.index-contents-list__txt {
  position: relative;
  width: 25%;
  margin-top: -22%;
  padding: 8% 11% 5%;
  background-color: #fff;
  opacity: 1;
  transition: 0.2s;
}

.index-contents-list li:nth-child(even) .index-contents-list__txt {
  position: relative;
  width: 25%;
  margin: -25% 0 0 53%;
  padding: 8% 11% 5%;
  background-color: #fff;
}

.index-contents-list__ttl {
  position: relative;
  margin-bottom: 20px;
}

.index-contents-list__lead {
  font-size: 1.5rem;
  line-height: 2;
}

.index-contents-list__lead .btn01 {
  margin-top: 5rem;
}

.index-contents2 {
  padding: 10rem 0 6rem;
  background-color: #1E2749;
}

/***** index-contents3 *****/
.index-contents3 {
  padding: 10rem 0 6rem;
}

.index-contents3__ttl {
  text-align: center;
}

.index-contents3__ttl--ja,
.index-contents3__ttl--en {
  text-align: center;
  display: block;
  line-height: 1.8;
}

.index-contents3__ttl--en {
  font-size: 1.4rem;
}

.index-contents3__lead {
  text-align: center;
  margin: 8rem auto 4rem;
}

.index-contents3__item {
  text-align: center;
  margin-top: 4rem;
  width: 47%;
}

.index-contents3__txt h3 {
  font-size: 2.2rem;
  text-align: left;
  margin: 1rem 0 2rem;
}

.index-contents3__txt h3:hover {
  color: #da924d;
  transition: 0.3s;
}

.index-contents3__txt--category {
  margin: 1.5rem 0 0;
}

.category-btn01 a {
  color: #1e2e65;
  background: #fff;
  font-size: 1.4rem;
  border: 2px solid #1e2e65;
  padding: 0.5rem 1.3rem;
}

.category-btn01 a:hover {
  color: #fff;
  background: #1e2e65;
  border: 2px solid #1e2e65;
  transition: 0.3s;
}

.index-contents3__btn {
  margin: 0 auto;
}

.index-contents3__btn .btn01 a {
  margin: 8rem auto 0;
}

/***** index-news *****/
.index-news {
  padding: 10rem 0 6rem;
}

.index-news__head {
  margin: 0 auto 10rem;
  width: 70%;
}

.index-news__ttl--ja,
.index-news__ttl--en {
  text-align: center;
  display: block;
  line-height: 1.8;
}

.index-news__ttl--en {
  font-size: 1.4rem;
  text-align: left;
}

.index-news__head .btn01 {
  margin-top: 1rem;
}

.index-news__item {
  margin: 0 auto;
}

.index-news-list {
  width: 70%;
  margin: 0 auto;
}

.index-news-list__box {
  margin-bottom: 3rem;
  text-align: left;
}

.index-news-list__box a:hover {
  color: #1E2749;
}

.index-news-list__date {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0;
}

.index-news-list__date::after {
  position: absolute;
  top: 1rem;
  left: 12rem;
  width: 8rem;
  height: 1px;
  background-color: #1e2e65;
  content: "";
}

.index-news-list__ttl {
  padding-left: 14rem;
}

/* 投稿が見つからない */
.not-found__txt {
  color: #f72503;
  text-align: center;
}

/*--------------------------------------------------------------

## index.php / archive.php

--------------------------------------------------------------*/
/***** products *****/
.products {
  padding: 10rem 0 6rem;
}

.products__item {
  text-align: center;
  margin-top: 4rem;
  width: 47%;
}

.products__txt h3 {
  color: #333333;
  font-size: 2.2rem;
  text-align: left;
  margin: 1rem 0 2rem;
}

.products__txt h3:hover {
  color: #da924d;
  transition: 0.3s;
}

.products__txt--category {
  margin: 1.5rem 0 0;
}

.category-btn02 a {
  color: #fff;
  background: #1E2749;
  font-size: 1.4rem;
  border: 2px solid #1E2749;
  padding: 0.5rem 1.3rem;
}

.category-btn02 a:hover {
  color: #1E2749;
  background: #fff;
  border: 2px solid #1E2749;
  transition: 0.3s;
}

.products__btn {
  margin: 0 auto;
}

.products__btn .btn01 a {
  margin: 8rem auto 0;
}

/*--------------------------------------------------------------

## single.php

--------------------------------------------------------------*/
/***** .products-single *****/
.products-single__item {
  margin-bottom: 3rem;
  width: calc(70% - 4rem);
  padding-right: 4rem;
}

.products-single__ttl {
  text-align: left;
  margin: 0rem 0 3rem;
}

.products-single__info {
  margin: 2rem auto 0;
}

.products-single__date {
  color: #1E2749;
}

.products-single__txt {
  margin: 4rem 0 0rem;
}

.widget-container {
  width: calc(340px - 4rem);
  margin-left: 4rem;
  margin-bottom: 3rem;
}

label.screen-reader-text {
  display: none;
}

.widget-container_title {
  background-color: #1E2749;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 1rem;
  padding: 0.5rem 2rem;
}

.searchform {
  position: relative;
}

.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 1rem auto;
  padding: 1.2rem 1rem;
  border: solid 1px #bbb;
  background-color: #efefef;
}

.searchsubmit {
  font-family: "FontAwesome";
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 2rem;
  padding: 0;
  cursor: pointer;
  color: #1E2749;
  border: none;
  background: transparent;
}

.searchsubmit:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------

## search.php

--------------------------------------------------------------*/
.search_ttl {
  margin: 7rem 0 0;
}

.search_none {
  margin: 4rem 0 0;
}

/*--------------------------------------------------------------

## archive-news.php

--------------------------------------------------------------*/
/***** news *****/
.news {
  padding: 10rem 0 6rem;
}

.news__item {
  margin: 0 auto;
}

.news__box {
  max-width: 600px;
  margin: 4rem auto 0;
}

.news-list__box {
  margin-bottom: 3rem;
  text-align: left;
}

.news-list__box a:hover {
  color: #1E2749;
}

.news-list__date {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0;
}

.news-list__date::after {
  position: absolute;
  top: 1rem;
  left: 11rem;
  width: 6rem;
  height: 1px;
  background-color: #1e2e65;
  content: "";
}

.news-list__ttl {
  padding-left: 10rem;
}

/*--------------------------------------------------------------

## 企業情報 / company

--------------------------------------------------------------*/
/*** p-clinic-director ***/
.p-clinic-director {
  container: p-clinic-director/inline-size;
}
.p-clinic-director .p-clinic-director__inner {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem) max(5%, 1rem);
}
@container (width < 800px) {
  .p-clinic-director .p-clinic-director__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    row-gap: 1.5rem;
  }
}
@container (width < 550px) {
  .p-clinic-director .p-clinic-director__inner {
    grid-template-columns: none;
  }
}
.p-clinic-director .p-clinic-director__img-wrap {
  grid-row: 1/4;
}
@container (width < 800px) {
  .p-clinic-director .p-clinic-director__img-wrap {
    grid-row: auto;
  }
}
.p-clinic-director .p-clinic-director__img {
  aspect-ratio: 1;
}
.p-clinic-director .p-clinic-director__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-director .p-clinic-director__caption:nth-child(n) {
  margin-top: 0.5rem;
  line-height: 1.2;
}
.p-clinic-director .p-clinic-director__message {
  margin-bottom: 0;
  word-break: auto-phrase;
  line-height: 2.4;
}
.p-clinic-director .p-clinic-director__caption {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem);
  font-size: clamp(1.6rem, 1.4rem + 0.333vw, 1.8rem);
}
.p-clinic-director .p-clinic-director__caption-title {
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}
.p-clinic-director .p-clinic-director__caption-name {
  font-weight: 600;
  font-size: clamp(1.8rem, 1.4rem + 0.667vw, 2.2rem);
  color: #1e2e65;
}

/*** p-access ***/
.p-access {
  container: p-access/inline-size;
}
.p-access .p-access__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-access .p-access__unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-access .p-access__box {
  width: 48%;
}
@container (width < 800px) {
  .p-access .p-access__box {
    width: 100%;
  }
}
.p-access .p-access__map {
  width: 48%;
}
@container (width < 800px) {
  .p-access .p-access__map {
    width: 100%;
  }
}

/*** p-license ***/
.p-license .p-license__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem) clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem);
}
.p-license .p-license__img img {
  width: 100%;
}
.p-license .p-license__caption {
  text-align: center;
  margin-top: clamp(0.8rem, 0.4rem + 0.667vw, 1.2rem);
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}

/*--------------------------------------------------------------

## 光触媒コーティング / photocatalytic-coating

--------------------------------------------------------------*/
/*** p-introduction-video ***/
.p-introduction-video {
  container: p-introduction-video/inline-size;
}
.p-introduction-video .p-introduction-video__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
}
@container (width < 600px) {
  .p-introduction-video .p-introduction-video__inner {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------

## single-news.php

--------------------------------------------------------------*/
/***** .news-single *****/
.news-single {
  padding: 10rem 0 6rem;
}

.news-single__item {
  text-align: center;
}

.news-single__ttl {
  text-align: center;
  margin: 0 auto 1rem;
}

.news-single__date {
  text-align: center;
  color: #1E2749;
  margin: 0 auto 7rem;
}

.news-single .wp-post-image {
  max-width: 100%;
  margin: 0 auto 3rem;
}

.news-single__txt {
  text-align: left;
  margin: 0 auto;
  max-width: 70%;
}

.news-btn {
  margin: 10rem auto 0;
}

.news-btn a {
  margin: 0 auto;
}

/*--------------------------------------------------------------

## その他の下層ページ page.php

--------------------------------------------------------------*/
.page-sub {
  padding: 14rem 0 7rem;
}

/*--------------------------------------------------------------

## お問い合わせ page-contact.php

--------------------------------------------------------------*/
.blk-iframe {
  border: 2px solid #1E2749;
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  height: 30rem;
  margin: 2em auto;
  overflow: auto;
}

.privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 5%;
}

.require {
  color: #f72503;
}

.contact__form {
  margin: 7rem auto;
  width: 80%;
}

.contact__form p {
  margin: 2rem 0 2.5rem;
}

.contact__form input.wpcf7-form-control.wpcf7-text {
  width: -webkit-fill-available;
  height: 2rem;
  padding: 1.2rem;
  border: 2px solid #1E2749;
}

.contact__form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: -webkit-fill-available;
  padding: 1.2rem;
  border: 2px solid #1E2749;
}

.wpcf7-submit {
  width: 160px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 4rem auto 0;
  background: #1E2749;
  color: #fff;
  border: 2px solid #1E2749;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  color: #1E2749;
  background: #fff;
  border: 2px solid #1E2749;
  transition: 0.3s;
}

.privacy h4 {
  margin: 0 auto 2rem;
  font-weight: 600;
  color: #1e2e65;
}

.privacy h5 {
  font-size: 1.8rem;
  font-weight: 600;
}

.privacy-check {
  text-align: center;
  padding: 2rem 0 0;
}

.contact__info {
  text-align: center;
}

.screen-reader-response {
  display: none;
}

/*** p-contact-tel ***/
.p-contact-tel {
  container: p-contact-tel/inline-size;
  margin-bottom: clamp(6.4rem, 3.2rem + 5.333vw, 9.6rem);
}
.p-contact-tel .p-contact-tel__box {
  padding: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem) clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  box-sizing: border-box;
  margin: clamp(4.8rem, 3.2rem + 2.667vw, 6.4rem) auto;
  background-color: #e6e6e6;
  text-align: center;
}
.p-contact-tel .p-contact-tel__message {
  margin-bottom: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
  font-size: clamp(1.4rem, 1.2rem + 0.333vw, 1.6rem);
}
.p-contact-tel .p-contact-tel__number-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(1.6rem, 0.8rem + 1.333vw, 2.4rem);
}
@container (width < 600px) {
  .p-contact-tel .p-contact-tel__number-list {
    flex-direction: column;
  }
}
@container (width >=600px) {
  .p-contact-tel .p-contact-tel__number-item {
    padding-inline: clamp(3.2rem, 1.6rem + 2.667vw, 4.8rem);
  }
}
@container (width < 600px) {
  .p-contact-tel .p-contact-tel__number-item {
    padding-block: clamp(1.2rem, 0.8rem + 0.667vw, 1.6rem);
  }
}
@container (width >=600px) {
  .p-contact-tel .p-contact-tel__number-item:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
@container (width < 600px) {
  .p-contact-tel .p-contact-tel__number-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
.p-contact-tel .p-contact-tel__number-link {
  display: flex;
  gap: 0.3em;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: clamp(2.2rem, 1.6rem + 1vw, 2.8rem);
  color: #1E2749;
  text-decoration: none;
}
.p-contact-tel .p-contact-tel__number-link:hover {
  color: #1e2e65;
}
.p-contact-tel .p-contact-tel__number-link::before {
  content: "";
  width: 1.1em;
  aspect-ratio: 1;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239c675e' d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239c675e' d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E") center/contain no-repeat;
}
.p-contact-tel .p-contact-tel__number-link--sp::before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='black' d='M502.79 100.977c-1.273-2.76-4.918-5.406-7.424-7.262-.054-.081-.121-.161-.174-.235.054.067.094.141.148.207-2.962-2.191-6.7-3.671-11.136-4.14L313.428 71.329c-15.397-1.649-33.126 9.139-39.491 23.96L146.633 392.463c-2.64 6.138-2.882 12.054-1.193 16.985.523 14.197 13.776 25.159 26.761 26.546 2.238.241 4.476.476 6.714.717 12.516 1.334 25.019 2.667 37.522 4.007 33.956 3.618 67.9 7.236 101.843 10.868 17.609 1.876 34.815 5.802 49.917-4.563 16.751-11.464 24.095-30.412 34.305-55.425 38.285-93.816 65.1-160.168 104.993-253.248 2.251-5.28 4.623-10.432 4.502-16.449 0-.007 0 0 0-.007-.109-6.459-3.74-13.119-9.033-19.477zM269.997 398.353c-3.109 6.814-11.712 11.74-19.149 10.982-7.424-.751-10.934-6.895-7.826-13.708 3.096-6.794 11.645-11.726 19.069-10.969 8.423.743 11.989 6.908 7.906 13.695zM365.421 368.316l-172.008-18.352 104.216-243.152 171.994 18.359L365.421 368.316z'/><path fill='black' d='M78.478 71.744 65.534 58.102c-25.984 24.61-46.084 56.168-56.926 92.866-10.855 36.73-11.096 74.104-2.68 108.892l18.278-4.449c-7.665-31.692-7.438-65.648 2.452-99.11C36.534 122.86 54.813 94.183 78.478 71.744z'/><path fill='black' d='M76.575 171.055c-7.973 27.029-8.16 54.573-1.956 80.215l18.278-4.462c-5.44-22.553-5.28-46.68 1.729-70.426 7.022-23.766 20.007-44.128 36.838-60.068l-12.945-13.669c-19.137 18.131-33.944 41.354-41.944 68.41z'/><path fill='black' d='M162.606 196.461c4.154-14.07 11.873-26.07 21.882-35.578l-12.945-13.655c-12.261 11.638-21.842 26.505-26.975 43.9-5.132 17.38-5.186 35.082-1.206 51.498l18.278-4.442c-3.228-13.4-3.188-27.665 1.966-41.723z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='black' d='M502.79 100.977c-1.273-2.76-4.918-5.406-7.424-7.262-.054-.081-.121-.161-.174-.235.054.067.094.141.148.207-2.962-2.191-6.7-3.671-11.136-4.14L313.428 71.329c-15.397-1.649-33.126 9.139-39.491 23.96L146.633 392.463c-2.64 6.138-2.882 12.054-1.193 16.985.523 14.197 13.776 25.159 26.761 26.546 2.238.241 4.476.476 6.714.717 12.516 1.334 25.019 2.667 37.522 4.007 33.956 3.618 67.9 7.236 101.843 10.868 17.609 1.876 34.815 5.802 49.917-4.563 16.751-11.464 24.095-30.412 34.305-55.425 38.285-93.816 65.1-160.168 104.993-253.248 2.251-5.28 4.623-10.432 4.502-16.449 0-.007 0 0 0-.007-.109-6.459-3.74-13.119-9.033-19.477zM269.997 398.353c-3.109 6.814-11.712 11.74-19.149 10.982-7.424-.751-10.934-6.895-7.826-13.708 3.096-6.794 11.645-11.726 19.069-10.969 8.423.743 11.989 6.908 7.906 13.695zM365.421 368.316l-172.008-18.352 104.216-243.152 171.994 18.359L365.421 368.316z'/><path fill='black' d='M78.478 71.744 65.534 58.102c-25.984 24.61-46.084 56.168-56.926 92.866-10.855 36.73-11.096 74.104-2.68 108.892l18.278-4.449c-7.665-31.692-7.438-65.648 2.452-99.11C36.534 122.86 54.813 94.183 78.478 71.744z'/><path fill='black' d='M76.575 171.055c-7.973 27.029-8.16 54.573-1.956 80.215l18.278-4.462c-5.44-22.553-5.28-46.68 1.729-70.426 7.022-23.766 20.007-44.128 36.838-60.068l-12.945-13.669c-19.137 18.131-33.944 41.354-41.944 68.41z'/><path fill='black' d='M162.606 196.461c4.154-14.07 11.873-26.07 21.882-35.578l-12.945-13.655c-12.261 11.638-21.842 26.505-26.975 43.9-5.132 17.38-5.186 35.082-1.206 51.498l18.278-4.442c-3.228-13.4-3.188-27.665 1.966-41.723z'/></svg>");
}
.p-contact-tel .p-contact-tel__icon {
  width: 1em;
  margin-right: 0.3em;
  fill: currentColor;
}
.p-contact-tel .p-contact-tel__notes {
  font-size: clamp(1.2rem, 1rem + 0.333vw, 1.4rem);
}

/*--------------------------------------------------------------

## 微調整

--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  /* フッター */
  .access__images {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1259px) {
  .contents--type01 {
    width: calc(100% - 165px);
  }
  /* フッター */
  .index-contact__btn {
    margin: 0 auto -160px;
  }
  .contact-btn {
    width: 90%;
    height: 160px;
    margin: 0 auto;
  }
  .contact-btn--en {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
/*--------------------------------------------------------------

## 1025px

--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /* 改行 */
  .br_pc {
    display: none;
  }
  .br_1024 {
    display: block;
  }
  /* 共通 */
  .contents {
    margin-bottom: 20vw;
  }
  .contents--small {
    margin-bottom: 10vw;
  }
  .contents--type03 {
    width: 100%;
  }
  #contents1 {
    margin-bottom: 20vw;
  }
  /* .products-single */
  .products {
    padding: 7rem 0 6rem;
  }
  .products-single__box {
    display: block;
  }
  .products-single__item {
    margin-bottom: 3rem;
    width: 100%;
    padding-right: 0;
  }
  .widget-container {
    width: 100%;
    margin-left: 0rem;
  }
  .products-single__ttl {
    margin: 4rem 0 2rem;
  }
  .products-single__txt {
    margin: 4rem 0 7rem;
  }
  /* フッター */
  .access-container {
    padding: 0 5rem 5rem;
  }
}
/*--------------------------------------------------------------

## 960px

--------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* 改行 */
  .br_960 {
    display: block;
  }
  /* 共通 */
  .contents--type01 {
    width: calc(100% - 10vw);
    margin-right: auto;
  }
  /* サムネイル画像 @960px */
  /* フッター */
  .access__images {
    background-image: url("../img/common/access_bg_sp.jpg");
  }
  /* index.php @960px */
  .index-contents-list__img {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    opacity: 1;
    transition: all 0.6s;
  }
  .index-contents-list li:nth-child(odd) .index-contents-list__img {
    margin: 0 0 0 0%;
  }
  .index-contents-list__txt {
    width: auto;
    margin-top: 0;
    padding: 0 16% 0 120px;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    width: auto;
    margin: 0 0 0 0;
    padding: 0 16% 0 120px;
  }
  .index-contents3__item {
    width: 100%;
  }
  .index-news__head {
    width: 100%;
    margin: 0 auto 7rem;
  }
  .index-news-list {
    width: 100%;
    margin: 0 auto;
  }
  .index-news-list__ttl {
    padding-left: 6rem;
  }
  .index-news-list__date::after {
    width: 5rem;
    left: 12.3rem;
  }
  /* archive.php */
  .products__item {
    width: 100%;
  }
  .products__item:first-child {
    margin-top: 0;
  }
  /* .news-single */
  .news-single__txt {
    max-width: 90%;
  }
}
/*--------------------------------------------------------------

## 768px

--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* index.php */
  .index-news {
    padding: 7rem 0 0rem;
  }
  .index-news-list__ttl {
    font-size: 1.4rem;
    padding-left: 0rem;
  }
  .index-news-list__date {
    display: block;
    color: #1E2749;
  }
  .index-news-list__date::after {
    display: none;
  }
  /* フッター */
  .index-contact__btn {
    margin: 0 auto -120px;
  }
  .contact-btn {
    width: 100%;
    height: 130px;
    margin: 0 auto;
  }
  .contact-btn--en {
    font-size: 2rem;
    line-height: 1.4;
  }
  .contact-btn--ja {
    font-size: 1.2rem;
  }
  .access-container__box {
    display: block;
    text-align: center;
    padding: 10rem 0 5rem;
  }
  .access-container__item {
    line-height: 2.4;
  }
  .access-container__sns {
    margin-top: 4rem;
  }
  /***** .archive-news *****/
  .news {
    padding: 7rem 0 6rem;
  }
  .news-list__ttl {
    padding-left: 0rem;
  }
  .news-list__date {
    display: block;
    color: #1E2749;
  }
  .news-list__date::after {
    display: none;
  }
  /***** .news-single *****/
  .news-single {
    padding: 7rem 0 6rem;
  }
  .news-single__ttl {
    margin: 4rem auto 0rem;
  }
  .news-single__date {
    margin: 0 auto 4rem;
  }
  .news-single__txt {
    max-width: 100%;
  }
  .news-btn {
    margin: 7rem auto 0;
  }
  /***** page.php *****/
  .page-sub {
    padding: 7rem 0 6rem;
  }
}
/*--------------------------------------------------------------

## 560px

--------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* 改行 */
  .br_560 {
    display: block;
  }
  .br_560_none {
    display: none;
  }
  /* 共通 */
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4rem;
  }
  a {
    font-size: 1.4rem;
  }
  li,
  th,
  td {
    font-size: 1.4rem;
  }
  .contents--type01,
  .contents--type02 {
    width: calc(100% - 6rem);
  }
  /***** ボタン01 *****/
  .btn01 a {
    width: 200px;
    height: 60px;
    padding-left: 22px;
    line-height: 65px;
  }
  .btn01 a span {
    top: 25px;
    right: 0px;
    width: 40%;
  }
  /***** ミニボタン01 *****/
  .btn01--mini a {
    width: 150px;
    height: 50px;
    padding-left: 20px;
    line-height: 55px;
  }
  .btn01--mini a span {
    top: 20px;
    right: 0px;
    width: 50%;
  }
  /* トップに戻るボタン */
  #page_top {
    bottom: 8rem;
  }
  #page_top a img {
    padding: 0 1rem 0 0;
  }
  /* パンくずリスト */
  .breadcrumb li {
    margin-right: 1rem;
  }
  .breadcrumb li::after {
    right: -1rem;
    bottom: 1.1rem;
  }
  /* index.php @560px */
  .index-contents-list__txt {
    position: relative;
    padding: 2rem 4rem 6rem 6rem;
    opacity: 0;
    transition: all 0.6s;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    padding: 2rem 4rem 5rem 6rem;
  }
  .index-contents3 {
    padding: 6rem 0 6rem;
  }
  .index-contents3__lead {
    margin: 4rem auto 4rem;
  }
  .index-contents3__txt h3 {
    font-size: 1.6rem;
  }
  .category-btn01 a {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  /* フッター @560px */
  .access-container {
    padding: 0 3rem 3rem;
  }
  .contact-btn {
    height: 100px;
  }
  .contact-btn--en {
    font-size: 1.8rem;
  }
  .contact-btn--ja {
    font-size: 1rem;
  }
  /* archive.php */
  .products {
    padding: 6rem 0 0rem;
  }
  .products__lead {
    margin: 4rem auto 4rem;
  }
  .products__txt h3 {
    font-size: 1.6rem;
  }
  .category-btn02 a {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .header-sub__bg--pc {
    display: none;
  }
  .header-sub__bg--sp {
    display: block;
  }
  .widget-container_title {
    font-size: 1.6rem;
  }
  /* archive-news.php */
  .news {
    padding: 7rem 0 0rem;
  }
  /* page-contact.php */
  .contact__form {
    width: 100%;
  }
  .privacy h5 {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */