@charset "UTF-8";
/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1.5em 0;
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th {
  padding-left: 1em;
  border-bottom-color: #e13539;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th {
  background: #eee;
}
.table-design-2 > tbody > tr > td {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline tbody > tr {
    padding: 1em 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td {
    padding: 0;
    border-bottom: none;
  }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
  .table-design-1.table-inline tbody > tr > th {
    color: #e13539;
  }
}
/* -------------------------------
	list
-------------------------------- */
/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.link_figure, a:has(figure) {
  color: inherit;
  text-decoration: none;
}
.link_figure:hover, a:has(figure):hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font {
  width: auto;
  height: 1em;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* 画像を枠に収める */
.photo-ofi {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* objectの位置 */
.object-lt {
  object-position: left top;
}

.object-lb {
  object-position: left bottom;
}

.object-rt {
  object-position: right top;
}

.object-rb {
  object-position: right bottom;
}

.object-cc {
  object-position: center center;
}

@media print, screen and (min-width: 576px) {
  .object-sm-lt {
    object-position: left top;
  }

  .object-sm-lb {
    object-position: left bottom;
  }

  .object-sm-rt {
    object-position: right top;
  }

  .object-sm-rb {
    object-position: right bottom;
  }

  .object-sm-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .object-md-lt {
    object-position: left top;
  }

  .object-md-lb {
    object-position: left bottom;
  }

  .object-md-rt {
    object-position: right top;
  }

  .object-md-rb {
    object-position: right bottom;
  }

  .object-md-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .object-lg-lt {
    object-position: left top;
  }

  .object-lg-lb {
    object-position: left bottom;
  }

  .object-lg-rt {
    object-position: right top;
  }

  .object-lg-rb {
    object-position: right bottom;
  }

  .object-lg-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1200px) {
  .object-xl-lt {
    object-position: left top;
  }

  .object-xl-lb {
    object-position: left bottom;
  }

  .object-xl-rt {
    object-position: right top;
  }

  .object-xl-rb {
    object-position: right bottom;
  }

  .object-xl-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1400px) {
  .object-xxl-lt {
    object-position: left top;
  }

  .object-xxl-lb {
    object-position: left bottom;
  }

  .object-xxl-rt {
    object-position: right top;
  }

  .object-xxl-rb {
    object-position: right bottom;
  }

  .object-xxl-cc {
    object-position: center center;
  }
}
/**/
.photo img, .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease;
}
a[data-lightbox]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1.2em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1.2em;
}

.btn-1 {
  --bg: #e13539;
  color: #fff;
  display: inline-grid;
  grid-template-columns: 1fr 1.5em;
  padding: 0.8125em 1em;
  border: solid 1px var(--bg);
  border-radius: 0.5em;
  background-color: var(--bg);
}
.btn-1 .txt {
  text-align: left;
  display: block;
}
.btn-1 .icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #fff;
}
.btn-1 .icon i {
  color: var(--bg);
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: normal;
}
.btn-1:hover {
  color: var(--bg);
  background-color: #fff;
}
.btn-1:hover .icon i {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

.btn-2 {
  font-weight: 500;
  padding: 0;
  display: inline-grid;
  align-items: center;
  grid-template-columns: auto 2.5em;
  gap: 0 1em;
}
.btn-2 .txt {
  line-height: 2;
  display: block;
  position: relative;
}
.btn-2 .txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left bottom;
  background-color: #e13539;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.btn-2 .icon {
  color: #fff;
  width: 100%;
  height: 2.5em;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #e13539;
}
.btn-2 .icon i {
  font-size: 0.625em;
  line-height: 1;
  letter-spacing: normal;
}
.btn-2:hover .txt:after {
  transform: scaleX(1);
  visibility: visible;
}
.btn-2:hover .icon i {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* file icon */
.link-icon:before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.link-icon [target="_blank"]:before {
  content: "\f35d";
  font-size: 0.875em;
}

/* --- keyframes --- */
@keyframes arrow-out-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* -------------------------------
	box
-------------------------------- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-flex-column__inner {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone img {
  width: 0.77777em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

a.tel_link {
  color: inherit;
}

/* -------------------------------
 * parallax.css (GSAP + ScrollTrigger版)
 * 中央基準 & 複数セクション対応（下スクロールで画像は上へ）
 * 可変値:
 *   --parallax-img-height: 画像ラッパの高さ（%）。200% なら上下に各50%の余白。
 *   --parallax-scroll: 余白の何割を使うか 0..1（1=片側余白を使い切り）。
 * 構造: .parallax > .img > img
-------------------------------- */
.parallax {
  position: relative;
  overflow: hidden;
  --parallax-img-height: 150%;
  /* 片側+50%の余白 */
  --parallax-scroll: 0.9;
  /* 0..1: 使用割合。1で±maxを使い切る */
}

.parallax .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: var(--parallax-img-height);
  transform: translate(-50%, -50%);
  /* 初期は中央合わせ。YはGSAPが制御 */
  will-change: transform;
  pointer-events: none;
  user-select: none;
}

.parallax .img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* -------------------------------
	上部　カテゴリー
-------------------------------- */
.cat_navi .catbtn {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0.75em 1em;
  background-color: #aaa;
  position: relative;
}
.cat_navi .catbtn:after {
  content: "\f0c9";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  transition: transform .3s ease;
}
.cat_navi .catbtn.on:after {
  content: "\f00d";
  transform: rotate(180deg);
}
.cat_navi .catnavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cat_navi .catbtn {
    display: none;
  }
  .cat_navi .catnavi {
    display: block;
  }
}

/* カテゴリー　一覧デザイン SP */
.cat_navi_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cat_navi_list > li {
    line-height: 1.5;
    border-bottom: solid 1px #ccc;
  }
  .cat_navi_list > li > a {
    color: #151414;
    text-decoration: none;
    padding: 0.75em 3em 0.75em 1em;
    display: block;
    position: relative;
  }
  .cat_navi_list > li > a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.875em;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
  }
  .cat_navi_list > li > a:hover, .cat_navi_list > li.active > a {
    color: #fff;
    background-color: #e13539;
  }
  .cat_navi_list > li.active {
    border-bottom-color: #fff;
  }
}

/* カテゴリー　一覧デザイン PC */
@media print, screen and (min-width: 768px) {
  .cat_navi_list {
    --col:3;
    --gap:5px;
    font-size: 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    margin: 0;
  }
  .cat_navi_list > li {
    flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
  }
  .cat_navi_list > li > a {
    color: var(--primary);
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.5em 3em 0.5em 1em;
    border-radius: 0.55555em;
    border: solid 1px var(--primary);
    background-color: #fcfafa;
    position: relative;
    z-index: 0;
    transition: color .3s ease, background .3s ease;
    position: relative;
  }
  .cat_navi_list > li > a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.875em;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
  }
  .cat_navi_list > li > a:hover {
    color: var(--primary);
    background-color: #FADEDF;
  }
  .cat_navi_list > li > a:hover:after {
    animation: arrow-out-in 0.4s ease-in-out forwards;
  }
  .cat_navi_list > li.active > a {
    color: #fff;
    background-color: var(--primary);
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .cat_navi_list {
    --col:4;
    font-size: 1rem;
  }
}

/* -------------------------------
	common
-------------------------------- */
/* --▼color-- */
/* --▼text-- */
/* --▼font -- */
.fs-xxs {
  font-size: 0.75em !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fwn {
  font-weight: 400 !important;
}

.fwb {
  font-weight: 700 !important;
}

.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 375px) / 1545), 24px);
}

/* --▼margin-- */
/* space */
.mt-50 {
  margin-top: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
}

.mb-50 {
  margin-bottom: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
}

.mtb-50 {
  margin-top: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
  margin-bottom: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
}

.mt-60 {
  margin-top: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}

.mb-60 {
  margin-bottom: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}

.mtb-60 {
  margin-top: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
  margin-bottom: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}

.mt-70 {
  margin-top: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
}

.mb-70 {
  margin-bottom: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
}

.mtb-70 {
  margin-top: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
  margin-bottom: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
}

.mt-80 {
  margin-top: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
}

.mb-80 {
  margin-bottom: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
}

.mtb-80 {
  margin-top: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
  margin-bottom: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
}

.mt-90 {
  margin-top: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
}

.mb-90 {
  margin-bottom: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
}

.mtb-90 {
  margin-top: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
  margin-bottom: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
}

.mt-100 {
  margin-top: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
}

.mb-100 {
  margin-bottom: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
}

.mtb-100 {
  margin-top: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
  margin-bottom: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
}

.mt-120 {
  margin-top: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
}

.mb-120 {
  margin-bottom: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
}

.mtb-120 {
  margin-top: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
  margin-bottom: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
}

.pt-50 {
  padding-top: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
}

.pb-50 {
  padding-bottom: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
}

.ptb-50 {
  padding-top: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
  padding-bottom: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
}

.pt-60 {
  padding-top: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}

.pb-60 {
  padding-bottom: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}

.ptb-60 {
  padding-top: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
  padding-bottom: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}

.pt-70 {
  padding-top: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
}

.pb-70 {
  padding-bottom: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
}

.ptb-70 {
  padding-top: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
  padding-bottom: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
}

.pt-80 {
  padding-top: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
}

.pb-80 {
  padding-bottom: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
}

.ptb-80 {
  padding-top: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
  padding-bottom: min(calc(40px + 40 * (100vw - 375px) / 1125), 80px);
}

.pt-90 {
  padding-top: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
}

.pb-90 {
  padding-bottom: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
}

.ptb-90 {
  padding-top: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
  padding-bottom: min(calc(45px + 45 * (100vw - 375px) / 1125), 90px);
}

.pt-100 {
  padding-top: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
}

.pb-100 {
  padding-bottom: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
}

.ptb-100 {
  padding-top: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
  padding-bottom: min(calc(50px + 50 * (100vw - 375px) / 1125), 100px);
}

.pt-120 {
  padding-top: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
}

.pb-120 {
  padding-bottom: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
}

.ptb-120 {
  padding-top: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
  padding-bottom: min(calc(60px + 60 * (100vw - 375px) / 1125), 120px);
}

/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

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

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-hh-1 {
  font-size: 1rem;
  position: relative;
  z-index: 0;
}
.title-hh-1 > .fs-en {
  font-size: min(calc(30px + 70 * (100vw - 375px) / 1225), 100px);
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.title-hh-1 > .fs-en::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0.22727em;
  height: 1.25em;
  transform: translate(-15%, -75%) skewX(-35deg);
  background-color: #e13539;
  z-index: -1;
}
.title-hh-1 > .fs-jp {
  font-weight: 500;
  font-size: min(calc(16px + 4 * (100vw - 375px) / 1225), 20px);
  display: block;
  margin-top: 0.5em;
}
.title-hh-1.center {
  text-align: center;
}
.title-hh-1.white {
  color: #fff;
}
.title-hh-1.white > .fs-en::after {
  background-color: rgba(255, 255, 255, 0.5);
}

/* -------------------------------
	bootstrap
-------------------------------- */
:root {
  --container-padding: 30px;
  --edge: calc(var(--container-padding) / -2);
}
@media print, screen and (min-width: 768px) {
  :root {
    --container-padding: clamp(30px, 16vw, 320px);
    --edge: calc(var(--container-padding) / -2);
  }
}
@media print, screen and (min-width: 2000px) {
  :root {
    --edge: calc((1680px - 100vw) / 2);
  }
}

.container-fluid-xl {
  width: 100%;
  max-width: 2000px;
  padding-left: calc(var(--container-padding) / 2);
  padding-right: calc(var(--container-padding) / 2);
  margin-left: auto;
  margin-right: auto;
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 375px) / 1125);
  margin-right: calc(-5px - 10 * (100vw - 375px) / 1125);
  gap: calc(10px + 20 * (100vw - 375px) / 1125);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 375px) / 1125);
  padding-right: calc(5px + 10 * (100vw - 375px) / 1125);
}
@media print, screen and (min-width: 1500px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
    gap: 30px 0;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* --- gap --- */
.gap-y-10 {
  gap: 10px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-30 {
  gap: 30px 0;
}

/* --- --- */
.icon_rt {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  z-index: 99;
  width: min(4vw, 80px);
  height: min(4vw, 80px);
  mask-image: url("../images/common/corner_1.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
}

.icon_lb {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 99;
  width: min(4vw, 80px);
  height: min(4vw, 80px);
  mask-image: url("../images/common/top-left-corner.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
}

/* -------------------------------
	mainvisual
-------------------------------- */
/*
 * -- メイン用フェードビジュアル
 *
 */
.splide01 {
  overflow: hidden;
}
.splide01 .slide-media {
  height: calc(var(--app-h) + 80px);
  background-color: #262626;
}
.splide01 .slide-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 8s 1s linear;
  transform: scale(1);
  opacity: 0.5;
}
.splide01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.02);
}
.splide01 .main_video {
  height: calc(var(--app-h) + 80px);
  background-color: #262626;
}
.splide01 .main_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  font-size: 1rem;
}
.home_ttl_1 > .fs-en {
  font-size: clamp(50px, 6.6vw, 132px);
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.home_ttl_1 > .fs-en::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0.22727em;
  height: 1.25em;
  transform: translate(-15%, -75%) skewX(-35deg);
  background-color: #e13539;
  z-index: -1;
}
.home_ttl_1 > .fs-jp {
  font-weight: 500;
  font-size: min(calc(16px + 4 * (100vw - 375px) / 1225), 20px);
  display: block;
  margin-top: 0.5em;
}
.home_ttl_1.center {
  text-align: center;
}

.boot_left_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(calc(min(4vw, 80px) - 1px));
  width: min(4vw, 80px);
  height: min(4vw, 80px);
  mask-image: url("../images/common/top-left-corner.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
}

/* ---  --- */
.home_head {
  position: relative;
}

.home_head_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.home_head_bg .splide01 {
  position: sticky;
  top: 0;
}
.home_head_bg .splide01 .home_top_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #b4b4b4;
  opacity: 0.15;
  pointer-events: none;
}
.home_head_bg .splide01 .home_top_bg .catch-copy {
  font-weight: 600;
  font-size: 10vh;
  letter-spacing: -0.002em;
  line-height: 1;
  padding-top: 50px;
}
.home_head_bg .splide01 .home_top_bg .catch-copy br {
  display: none;
}
@media (orientation: landscape) and (max-width: 767px) {
  .home_head_bg .splide01 .home_top_bg .catch-copy {
    font-size: 11.3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .home_head_bg .splide01 .home_top_bg .catch-copy {
    font-size: 14vh;
  }
}
@media print, screen and (min-width: 992px) {
  .home_head_bg .splide01 .home_top_bg .catch-copy {
    font-size: 11.3vw;
    white-space: nowrap;
    padding-top: 70px;
  }
  .home_head_bg .splide01 .home_top_bg .catch-copy br {
    display: block;
  }
}

/* ---  --- */
.home_top {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.home_top .home_top_inner {
  height: calc(var(--app-h) * 0.6);
  display: flex;
  flex-direction: column;
}
.home_top .home_top_inner h2 {
  color: #fff;
  font-size: clamp(27px, 4vw, 80px);
  line-height: 2;
  margin: auto 0;
  text-shadow: 0px 0px 16px rgba(51, 51, 51, 0.35);
}
@media (orientation: landscape) and (max-width: 767px) {
  .home_top .home_top_inner {
    height: var(--app-h);
  }
  .home_top .home_top_inner h2 {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .home_top .home_top_inner {
    height: var(--app-h);
  }
  .home_top .home_top_inner h2 {
    line-height: 1.5;
  }
}

/* ---  --- */
.home_strength {
  color: #fff;
  padding-top: clamp(50px, 10vw, 200px);
  padding-bottom: clamp(80px, 17vw, 340px);
  position: relative;
}
.home_strength::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(min(4vw, 80px) - 1px);
  z-index: 10;
  width: min(4vw, 80px);
  height: min(4vw, 80px);
  background: url("../images/common/corner_white.svg") no-repeat right bottom/100% 100%;
}
.home_strength .home_ttl_1 > .fs-en::after {
  display: none;
}

.home_strength_row {
  --col:1;
  --gap:min(calc(10px + 50 * (100vw - 375px) / 1225), 60px);
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_strength_row > .home_strength_row_col {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
@media print, screen and (min-width: 768px) {
  .home_strength_row {
    --col:2;
  }
}
@media print, screen and (min-width: 992px) {
  .home_strength_row {
    --col:3;
  }
}

.home_strength_figure {
  font-size: min(calc(24px * (var(--ww-item) / 426)), 24px);
  text-align: center;
  padding: 0 0.5em 1.25em;
  height: 100%;
  position: relative;
  z-index: 0;
}
.home_strength_figure::before {
  content: "";
  position: absolute;
  top: 1.25em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 1em;
  background-color: rgba(245, 242, 242, 0.75);
}
.home_strength_figure .img {
  width: 160px;
  margin: 0 auto;
}
.home_strength_figure figcaption {
  color: #151414;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  height: calc(1.75em * 2);
  display: grid;
  place-items: center;
}
.home_strength_figure figcaption p {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .home_strength_figure .img {
    width: 100%;
  }
}

/* ---  --- */
.home_business {
  padding: clamp(50px, 10vw, 200px) 0;
  border-top-left-radius: min(4vw, 80px);
  border-bottom-right-radius: min(4vw, 80px);
  margin-top: calc(0px - min(4vw, 80px));
  background-color: #fcfafa;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_business::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 52.75vw;
  aspect-ratio: 1055 / 1121;
  background: url("../images/home/home_strength_bg.png") no-repeat right bottom/contain;
}

.home_business_row {
  --col:1;
  --gap:min(calc(10px + 50 * (100vw - 375px) / 1225), 60px);
  gap: 50px var(--gap);
  display: flex;
  flex-wrap: wrap;
}
.home_business_row > figure {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
@media print, screen and (min-width: 768px) {
  .home_business_row {
    --col:2;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_business_row {
    --col:3;
  }
}

.home_business_figure {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.home_business_figure .photo {
  border-radius: clamp(16px, calc(24px * (var(--ww-item) / 520)), 24px);
  background-color: #2f2829;
  overflow: hidden;
}
.home_business_figure .photo img {
  opacity: 0.9;
}
.home_business_figure .photo a img {
  transition: all 0.7s ease;
}
.home_business_figure .photo a:hover img {
  transform: scale(1.15);
}
.home_business_figure figcaption {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.home_business_figure figcaption h3 {
  color: #e13539;
  font-weight: 500;
  font-size: clamp(18px, calc(20px * (var(--ww-item) / 520)), 20px);
  line-height: 1.5;
  padding: 0.75em 0;
  margin-bottom: 1em;
  border-bottom: solid 1px #e0dede;
}
.home_business_figure figcaption .column h4 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.home_business_figure figcaption .column p {
  color: #4d4b4b;
}
.home_business_figure figcaption .btn_box {
  text-align: right;
  padding-top: clamp(16px, calc(24px * (var(--ww-item) / 520)), 24px);
  margin-top: auto;
}
.home_business_figure figcaption .btn_box .btn {
  font-weight: 500;
  padding: 0;
  display: inline-grid;
  align-items: center;
  grid-template-columns: auto 1.5em;
  gap: 0 1em;
}
.home_business_figure figcaption .btn_box .btn .txt {
  line-height: 2;
  display: block;
  position: relative;
}
.home_business_figure figcaption .btn_box .btn .txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left bottom;
  background-color: #e13539;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.home_business_figure figcaption .btn_box .btn .icon {
  color: #fff;
  width: 100%;
  height: 1.5em;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #e13539;
}
.home_business_figure figcaption .btn_box .btn .icon i {
  font-size: 0.625em;
  line-height: 1;
  letter-spacing: normal;
}
.home_business_figure figcaption .btn_box .btn:hover .txt:after {
  transform: scaleX(1);
  visibility: visible;
}
.home_business_figure figcaption .btn_box .btn:hover .icon i {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* ---  --- */
.home_products {
  position: relative;
}
.home_products .boot_left_icon {
  background-color: #e13539;
}
.home_products::before, .home_products::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 90px;
}
.home_products::before {
  right: 0;
  bottom: 100%;
  width: 50%;
  background-color: #e13539;
}
.home_products::after {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fcfafa;
}
.home_products > .home_products_inner {
  padding: clamp(50px, 10vw, 200px) 0;
  border-top-left-radius: min(4vw, 80px);
  border-bottom-right-radius: min(4vw, 80px);
  background-color: #e13539;
  overflow: hidden;
}
.home_products > .home_products_inner .home_ttl_1 {
  color: #fff;
}
.home_products > .home_products_inner .home_ttl_1 > .fs-en::after {
  background-color: #fff;
}
.home_products > .home_products_inner .home_products_txt {
  color: #fff;
}
.home_products > .home_products_inner .home_products_txt p {
  font-size: min(calc(16px + 5 * (100vw - 375px) / 1225), 20px);
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .home_products > .home_products_inner .home_products_txt {
    padding-left: min(7vw, 140px);
  }
}

.home_products_row {
  --col:2;
  --gap: 20px;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
}
.home_products_row > .home_products_row_col {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
@media print, screen and (min-width: 992px) {
  .home_products_row {
    --col:4;
  }
}

.home_products_figure {
  width: 100%;
  aspect-ratio: 475 / 294;
  border-radius: clamp(10px, calc(24px * (var(--ww-item) / 475)), 24px);
  background-color: #262626;
  overflow: hidden;
}
.home_products_figure > img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.home_products_figure figcaption {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: clamp(10px, calc(28px * (var(--ww-item) / 475)), 28px);
  display: flex;
  flex-direction: column;
}
.home_products_figure figcaption h3 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(13px, calc(24px * (var(--ww-item) / 475)), 24px);
}
.home_products_figure figcaption .icon_box {
  text-align: right;
  margin-top: auto;
}
.home_products_figure figcaption .icon_box .icon {
  color: #fff;
  width: clamp(24px, calc(48px * (var(--ww-item) / 475)), 48px);
  height: clamp(24px, calc(48px * (var(--ww-item) / 475)), 48px);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background-color: #e13539;
}
.home_products_figure figcaption .icon_box .icon i {
  font-size: clamp(12px, calc(17px * (var(--ww-item) / 475)), 17px);
  line-height: 1;
  letter-spacing: normal;
}
a > .home_products_figure > img {
  transition: transform 0.7s ease;
}
a > .home_products_figure:hover > img {
  transform: scale(1.15);
}
a > .home_products_figure:hover figcaption .icon_box > .icon > i {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* ---  --- */
.home_news {
  padding-top: clamp(50px, 10vw, 200px);
  padding-bottom: clamp(50px, 12vw, 240px);
  border-top-left-radius: min(4vw, 80px);
  border-bottom-right-radius: min(4vw, 80px);
  background-color: #fcfafa;
  position: relative;
}
.home_news .boot_left_icon {
  background-color: #fcfafa;
}

.home_news_content {
  padding: clamp(20px, 3vw, 60px) clamp(15px, 4vw, 80px);
  border-radius: 24px;
  max-height: 680px;
  height: clamp(300px, 70vh, 680px);
  background-color: #f5f2f2;
  overflow: auto;
}

.home_news_content_item {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: solid 1px #e0dede;
}
@media print, screen and (min-width: 1200px) {
  .home_news_content_item {
    display: flex;
  }
  .home_news_content_item .box_left {
    flex: 0 0 260px;
  }
  .home_news_content_item .box_right {
    flex: 1 1 0;
  }
}

.home_news_content_item .box_left {
  margin-bottom: 20px;
}
.home_news_content_item .box_left .date {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.home_news_content_item .box_left .date .new {
  color: #e13539;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
}
.home_news_content_item .box_left .cat {
  font-size: 13px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.home_news_content_item .box_left .cat .in {
  --bg: #d87a7a;
  color: #fff;
  line-height: 1.5;
  display: block;
  padding: 0.375em 1em;
  border-radius: 4px;
  background-color: var(--bg);
}
@media print, screen and (min-width: 992px) {
  .home_news_content_item .box_left .date {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
  .home_news_content_item .box_left .cat {
    font-size: min(calc(13px + 3 * (100vw - 992px) / 508), 16px);
  }
}

.home_news_content_item .box_right .ttl {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.home_news_content_item .box_right .news_img {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.home_news_content_item .box_right .news_img > .news_img_item {
  flex: 0 0 200px;
}
.home_news_content_item .box_right .news_img > .news_img_item img {
  max-width: inherit;
  width: 100%;
}
.home_news_content_item .box_right .news_file {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.home_news_content_item .box_right .news_file > .news_file_item {
  flex: 0 0 auto;
}
.home_news_content_item .box_right .news_file > .news_file_item .btn {
  font-size: 13px;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: #bfbdbd;
}
.home_news_content_item .box_right .news_file > .news_file_item .btn:hover {
  color: #fff;
  background-color: #000000;
}

/* ---  --- */
.page_contact {
  color: #fff;
  position: relative;
}
.page_contact .parallax {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
}
.page_contact .parallax img {
  opacity: 0.5;
}
.page_contact .inner {
  border-top-left-radius: min(4vw, 80px);
  padding: clamp(50px, 10vw, 200px) 0;
  position: relative;
  overflow: hidden;
}
.page_contact .inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(4vw, 80px);
  height: min(4vw, 80px);
  background: url("../images/common/corner_1.svg") no-repeat right bottom/100% 100%;
}

.page_contact_column ul {
  font-weight: 600;
  font-size: min(calc(24px + 24 * (100vw - 375px) / 1225), 48px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_contact_column ul > li {
  margin-bottom: 0.5em;
}
.page_contact_column ul > li small {
  font-size: 0.5em;
}
.page_contact_column .btn_box .btn {
  font-weight: 600;
  font-size: min(calc(16px + 16 * (100vw - 375px) / 1225), 32px);
  width: 12.5em;
  border-radius: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .page_contact_column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

/* -------------------------------
	強み
-------------------------------- */
/* ---  --- */
.strengths_head {
  border-bottom-right-radius: min(4vw, 80px);
  background-color: #fcfafa;
  position: relative;
}
.strengths_head .icon_lb {
  background-color: #fcfafa;
}
.strengths_head h3 {
  font-weight: 500;
  font-size: min(calc(18px + 42 * (100vw - 375px) / 1545), 60px);
  line-height: 2;
}
.strengths_head h3 .in {
  display: block;
}
.strengths_head h3 .in strong {
  color: #e13539;
  font-weight: 700;
  font-size: 1.2em;
}
@media print, screen and (min-width: 768px) {
  .strengths_head h3 .in2 {
    padding-left: 3em;
  }
}

.strengths_head_content {
  font-weight: 500;
  font-size: min(calc(16px + 8 * (100vw - 375px) / 1545), 24px);
  line-height: 2;
}

/* ---  --- */
.strengths_point_content {
  border-bottom-right-radius: min(4vw, 80px);
  background-color: #f5f2f2;
  position: relative;
}
.strengths_point_content .icon_lb, .strengths_point_content .icon_rt {
  background-color: #f5f2f2;
}
.strengths_point_content.even {
  background-color: #fcfafa;
  position: relative;
}
.strengths_point_content.even .icon_lb, .strengths_point_content.even .icon_rt {
  background-color: #fcfafa;
}
.strengths_point_content .title-hh-1 > .fs-en {
  color: #969191;
}
.strengths_point_content .title-hh-1 > .fs-jp {
  font-size: min(calc(18px + 10 * (100vw - 375px) / 1225), 28px);
}
.strengths_point_content .row_main {
  gap: 30px 0;
}
.strengths_point_content .strengths_point_content_photo {
  border-radius: min(calc(12px + 12 * (100vw - 375px) / 1225), 24px);
  overflow: hidden;
}
.strengths_point_content .strengths_point_content_photo img {
  max-width: inherit;
  width: 100%;
}
.strengths_point_content .strengths_point_content_column {
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .strengths_point_content .strengths_point_content_column {
    padding-top: min(calc(20px + 60 * (100vw - 992px) / 928), 80px);
  }
}
@media print, screen and (min-width: 992px) {
  .strengths_point_content.odd .row_main > div:first-child {
    order: 13;
  }
}

.strengths_point_content.odd .strengths_point_content_photo {
  margin-left: min(calc(15px + 30 * (100vw - 992px) / 928), 45px);
}
@media print, screen and (min-width: 992px) {
  .strengths_point_content.odd .strengths_point_content_column {
    padding-right: min(calc(15px + 30 * (100vw - 992px) / 928), 45px);
  }
}
.strengths_point_content.even .strengths_point_content_photo {
  margin-right: min(calc(15px + 30 * (100vw - 992px) / 928), 45px);
}
@media print, screen and (min-width: 992px) {
  .strengths_point_content.even .strengths_point_content_column {
    padding-left: min(calc(15px + 30 * (100vw - 992px) / 928), 45px);
  }
}

/* */
.strengths_support_row {
  --col:2;
  --gap:10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media print, screen and (min-width: 768px) {
  .strengths_support_row {
    --col:4;
    --gap:10px;
  }
}
@media print, screen and (min-width: 992px) {
  .strengths_support_row {
    --gap:20px;
  }
}
.strengths_support_row > .strengths_support_row_item {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
.strengths_support_row > .strengths_support_row_item .ttl {
  color: #fff;
  font-weight: 500;
  font-size: min(calc(28px * (var(--ww-item) / 394)), 28px);
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0.25em;
  background-color: #e13539;
}
.strengths_support_row > .strengths_support_row_item .icon {
  width: 100%;
  aspect-ratio: 4/3;
}
.strengths_support_row > .strengths_support_row_item .icon img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  padding: 10%;
}

.strengths_support_content {
  font-weight: 700;
  font-size: min(calc(16px + 20 * (100vw - 375px) / 1225), 36px);
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.strengths_support_content::before, .strengths_support_content::after {
  content: "";
  flex: 1;
  height: 1em;
  background: #e13539;
  display: block;
  transform: skewX(-20deg);
}
.strengths_support_content::before {
  margin-right: .75em;
}
.strengths_support_content::after {
  margin-left: .75em;
}

/**/
.strengths_step {
  --col:1;
  --gap:5px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.strengths_step > .strengths_step_item {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
@media print, screen and (min-width: 992px) {
  .strengths_step {
    --col: 5;
  }
}

.strengths_step_column {
  color: #fff;
  padding: 15px;
  display: grid;
  grid-template-columns: 4.25em 1fr;
  align-items: center;
  background-color: #e13539;
}
.strengths_step_column .num {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
  border-right: solid 1px #fff;
}
.strengths_step_column .column {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
@media print, screen and (min-width: 992px) {
  .strengths_step_column {
    font-size: min(calc(12px + 8 * (100vw - 992px) / 928), 20px);
    display: block;
    height: 100%;
    padding: 1.5em 1.25em;
  }
  .strengths_step_column .num {
    text-align: center;
    border-right: none;
    border-bottom: solid 1px #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .strengths_step_column .column {
    text-align: center;
    padding: 0;
    min-height: calc(1.75em * 2);
    display: grid;
    place-items: center;
  }
}

/* --- --- */
.strengths_gallery {
  --col:2;
  --gap:10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.strengths_gallery > figure, .strengths_gallery > a {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
.strengths_gallery > a {
  display: block;
}
.strengths_gallery > a > figure .photo {
  background-color: #000;
}
.strengths_gallery > a > figure .photo img {
  transition: opacity 0.3s ease;
}
.strengths_gallery > a > figure:hover .photo img {
  opacity: 0.65;
}
@media print, screen and (min-width: 768px) {
  .strengths_gallery {
    --gap:30px;
  }
}
@media print, screen and (min-width: 992px) {
  .strengths_gallery {
    --col: 4;
  }
}

.strengths_gallery_figure {
  position: relative;
}
.strengths_gallery_figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(calc(15px * (var(--ww-item) / 398)), 15px) 0px 0px min(calc(15px * (var(--ww-item) / 398)), 15px);
  border-color: transparent transparent transparent #e13539;
}
.strengths_gallery_figure .photo {
  aspect-ratio: 4/3;
  border-radius: clamp(12px, calc(18px * (var(--ww-item) / 398)), 18px);
  overflow: hidden;
}
.strengths_gallery_figure figcaption {
  font-weight: 500;
  font-size: clamp(12px, calc(24px * (var(--ww-item) / 398)), 24px);
  text-align: center;
  margin-top: 0.5em;
}

/* -------------------------------
	商品案内
-------------------------------- */
.product_category_text {
  font-weight: 500;
  font-size: min(calc(16px + 8 * (100vw - 375px) / 1545), 24px);
  padding-left: 0.5em;
  border-left: solid 0.2em #e13539;
  margin-bottom: 1rem;
}

.product_ttl_1 {
  font-size: min(calc(30px + 50 * (100vw - 375px) / 1545), 80px);
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.product_ttl_1::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0.22727em;
  height: 1.6em;
  transform: translate(-15%, -75%) skewX(-35deg);
  background-color: #e13539;
  z-index: -1;
}

.product_ttl_2 {
  font-weight: 700;
  font-size: min(calc(18px + 10 * (100vw - 375px) / 1545), 28px);
  padding-left: 0.5em;
  border-left: solid 0.2em #ccc;
}

.product_ttl_label {
  font-weight: 700;
  font-size: min(calc(22px + 14 * (100vw - 375px) / 1545), 36px);
  line-height: normal;
}
.product_ttl_label .txt {
  display: inline-block;
  border-bottom: solid 4px #e13539;
  padding: 0 0.25em 0.25em;
}

/* --- --- */
.product_item {
  margin-bottom: min(calc(30px + 30 * (100vw - 375px) / 1545), 60px);
}

.product_item_ttl {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.product_item_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 1px;
  background-color: #e13539;
}
.product_item_ttl a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.product_item_ttl a::after {
  content: "\f08e";
  color: #e13539;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.75em;
  margin-left: 0.25em;
}
.product_item_ttl a:hover {
  color: #e13539;
}

.product_item_column .product_item_column_ttl {
  font-weight: 700;
}

/* --- gallery --- */
@media print, screen and (min-width: 992px) {
  .splide-gallery {
    margin-right: min(calc(15px + 45 * (100vw - 992px) / 508), 60px);
  }
}
.splide-gallery .splide__inner {
  position: relative;
}
.splide-gallery .splide__inner .photo-ofi {
  aspect-ratio: 4 / 3;
  background-color: #fafafa;
}

/* サムネイル */
.splide-gallery .splide__pagination {
  --col:5;
  --gap:10px;
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: var(--gap);
}
.splide-gallery .splide__pagination > li {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
.splide-gallery .splide__pagination > li button {
  border: none;
  padding: 0;
  outline: none;
  aspect-ratio: 4 / 3;
  background-color: #000;
  transition: opacity 0.3s ease;
}
.splide-gallery .splide__pagination > li button img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide-gallery .splide__pagination > li button.is-active img {
  opacity: 0.5;
}

/* ---  --- */
.product_contents {
  border-bottom-right-radius: min(4vw, 80px);
  background-color: #fcfafa;
  position: relative;
}
.product_contents .icon_lb {
  background-color: #fcfafa;
}

/* -------------------------------
	代表挨拶
-------------------------------- */
.company_greetings {
  background-color: #fcfafa;
  position: relative;
}

.company_greetings_ttl2 {
  font-size: clamp(20px, 4vw, 80px);
  line-height: 2;
  padding: 0 8%;
}
.company_greetings_ttl2 > .in {
  display: block;
}
.company_greetings_ttl2 > .in:last-child {
  text-align: right;
}
.company_greetings_ttl2 > .in strong {
  color: #e13539;
  font-size: 1.25em;
}

.company_greetings_column .name {
  font-weight: 500;
  font-size: 1.2em;
  text-align: right;
  margin-top: 1.5rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .company_greetings_column {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 608), 20px);
    line-height: 2;
    padding-left: min(calc(20px + 80 * (100vw - 992px) / 608), 100px);
  }
}

/* ---  --- */
.company_history {
  border-top-left-radius: min(4vw, 80px);
  background-color: #e13539;
  position: relative;
}
.company_history .icon_rt, .company_history .icon_lb {
  background-color: #e13539;
}

.company_history_flow {
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .company_history_flow {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 608), 20px);
  }
}
.company_history_flow .company_history_flow_item .date {
  font-weight: 500;
}
.company_history_flow .company_history_flow_item .columns {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  margin-left: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.company_history_flow .company_history_flow_item .columns > ul {
  list-style: none;
  padding: 0;
}
.company_history_flow .company_history_flow_item .columns > ul > li {
  margin-bottom: 0.75em;
  position: relative;
}
.company_history_flow .company_history_flow_item .columns > ul > li::before {
  content: "●";
  position: absolute;
  left: calc(-30px - .5em);
}
.company_history_flow .company_history_flow_item .columns > ul > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .company_history_flow .company_history_flow_item {
    display: grid;
    grid-template-columns: 4em 1fr;
  }
  .company_history_flow .company_history_flow_item .date {
    padding: 15px 0;
  }
}

/* ---  --- */
.company_location {
  border-bottom-right-radius: min(4vw, 80px);
  background-color: #fcfafa;
  position: relative;
}
.company_location .icon_lb {
  background-color: #fcfafa;
}

.company_location_ttl2 {
  font-size: min(calc(16px + 22 * (100vw - 375px) / 1225), 38px);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company_location_ttl2 {
    font-size: min(calc(16px + 19 * (100vw - 768px) / 832), 35px);
  }
}

.company_location_item h4 {
  font-size: min(calc(22px + 12 * (100vw - 375px) / 1225), 34px);
  text-align: center;
  display: flex;
}
.company_location_item h4::before, .company_location_item h4::after {
  content: "";
  flex: 1;
  height: 0.5em;
  margin-top: 0.5em;
  background: #e13539;
  display: block;
  transform: skewX(-35deg);
}
.company_location_item h4::before {
  margin-right: .75em;
}
.company_location_item h4::after {
  margin-left: .75em;
}
.company_location_item h4 > .in {
  display: block;
}
.company_location_item h4 > .in small {
  font-weight: 500;
  font-size: 0.65em;
}
@media print, screen and (min-width: 992px) {
  .company_location_item p {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 608), 20px);
  }
}

@media print, screen and (min-width: 992px) {
  .company_location_map {
    height: 100%;
    padding-top: 0;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact .tel_contact_item {
  text-align: center;
  padding: min(calc(20px + 30 * (100vw - 375px) / 1125), 50px) 10px;
  border-radius: 24px;
  background-color: #f5f2f2;
}
.tel_contact .tel_contact_item .icon {
  color: #e13539;
  font-size: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
  line-height: 1;
  text-align: center;
  margin-bottom: 0.25em;
}
.tel_contact .tel_contact_item .telphone {
  font-size: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
  text-align: center;
}
.tel_contact .tel_contact_item .txt {
  font-size: min(calc(12px + 4 * (100vw - 375px) / 1125), 16px);
  text-align: center;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .tel_contact_item .telphone {
    font-size: min(calc(28px + 22 * (100vw - 768px) / 732), 50px);
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform .custom-select:focus {
  border-color: #ccc;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}
#contactform .radio_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0;
}
#contactform .radio_group > label {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  #contactform .radio_group {
    gap: 0.25em 1.5em;
  }
  #contactform .radio_group > label {
    flex: 0 0 auto;
  }
}
#contactform .list-radio, #contactform .list-checkbox {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
#contactform .list-radio > label, #contactform .list-checkbox > label {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  #contactform .list-radio, #contactform .list-checkbox {
    gap: 0.25em 1.5em;
  }
  #contactform .list-radio > label, #contactform .list-checkbox > label {
    flex: 0 0 auto;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  font-weight: 500;
  width: 15em;
  padding-left: 1em;
  position: relative;
}
.table-contact > tbody > tr > th .hisu {
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  display: block;
  padding: 0 0.75em 0.15em;
  border-radius: 10em;
  background-color: var(--danger);
  margin-top: -.75em;
  position: absolute;
  right: 0;
  top: 50%;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .p-postal-code {
  width: 12em !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* =============================
 * フェード（上下左右）
 * ============================= */
@media screen {
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    --translate-y: 50px;
    --translate-y-on: 0;
    --translate-x: 100px;
    --translate-x-on: 0;
    --duration: 1s;
    --easing: ease;
    opacity: 0;
    transition: opacity var(--duration) var(--easing), transform var(--duration) var(--easing);
  }

  .amn-fade-up {
    transform: translateY(var(--translate-y));
  }
  .amn-fade-up.is-active {
    opacity: 1;
    transform: translateY(var(--translate-y-on));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--translate-y) * -1));
  }
  .amn-fade-down.is-active {
    opacity: 1;
    transform: translateY(var(--translate-y-on));
  }

  .amn-fade-left {
    transform: translateX(var(--translate-x));
  }
  .amn-fade-left.is-active {
    opacity: 1;
    transform: translateX(var(--translate-x-on));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--translate-x) * -1));
  }
  .amn-fade-right.is-active {
    opacity: 1;
    transform: translateX(var(--translate-x-on));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =============================
 * 行要素の段階表示
 * ============================= */
@media screen {
  .js-row-1 > * {
    --translate-y: 50px;
    --translate-y-on: 0;
    --duration: 1s;
    --easing: ease;
    opacity: 0;
    transform: translateY(var(--translate-y));
    transition: opacity var(--duration) var(--easing), transform var(--duration) var(--easing);
  }
  .js-row-1 > *.is-active {
    opacity: 1;
    transform: translateY(var(--translate-y-on));
  }
}
/* =============================
 * マスクエフェクト
 * ============================= */
@media screen {
  .amn-lr-open {
    --mask-duration: 0.5s cubic-bezier(.9,.09,.67,.93);
    opacity: 0;
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--mask-duration);
  }
  .amn-lr-open.is-active {
    opacity: 1;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }
}
/* =============================
 * マスクアップ
 * ============================= */
@media screen {
  .amn-mask-up {
    --duration: 1s;
    --easing: ease;
    display: inline-block;
    opacity: 0;
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--duration) var(--easing);
  }
  .amn-mask-up.is-active {
    opacity: 1;
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }
}
/* =============================
 * マーカー
 * ============================= */
@media screen {
  .amn-marker-yellow {
    --mark-bg: rgba(254,239,68,1);
    --mark-duration: 3s ease;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, var(--mark-bg) 50%, var(--mark-bg) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--mark-duration);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/* =====================================================
 * シャッターエフェクト（CSS変数版）
 * ===================================================== */
@media screen {
  .amn-shutter {
    --shutter-bg: #73b400;
    --shutter-duration: 0.5s;
    --shutter-easing: cubic-bezier(.62,0,.46,1.01);
    --shutter-delay: 0.7s;
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--shutter-bg);
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 var(--shutter-duration) var(--shutter-easing) 0s forwards, shutter2_lr_2 var(--shutter-duration) var(--shutter-easing) var(--shutter-delay) forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 var(--shutter-duration) var(--shutter-easing) 0s forwards, shutter2_rl_2 var(--shutter-duration) var(--shutter-easing) var(--shutter-delay) forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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