@charset "UTF-8";

/*==============================================================

	Bootstrap Grid (used classes only)

================================================================*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.interview-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  border-radius: 4px;
  padding: 16px;
  background: #fff;
}
.interview-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}
.interview-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 18px;
  background: #BC2339;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}
.interview-card:hover .interview-btn {
  background: #8e1a2b;
}

.interview-banner {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.interview-banner:hover {
  color: inherit;
  text-decoration: none;
}
.interview-banner-body {
  margin-bottom: 24px;
}
.interview-banner-text {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 0;
}
.interview-banner-img {
  max-width: 100%;
  margin: 0 auto 24px;
}
.interview-banner-img img {
  width: 100%;
  height: auto;
  display: block;
}
.interview-banner-btn-wrap {
  text-align: center;
}
.interview-banner-btn {
  display: inline-block;
  padding: 14px 48px;
  background: #BC2339;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}
.interview-banner:hover .interview-banner-btn {
  background: #8e1a2b;
}

.index .product-name,
.product-name {
  font-size: 1.8em;
  font-weight: 900;
  color: #BC2339;
  margin-top: 48px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .index .product-name,
  .product-name {
    font-size: 1.4em;
  }
}
.product-subtitle {
  font-size: 0.95em;
  color: #555;
  margin-top: 4px;
  margin-bottom: 0;
}
.product-desc {
  font-size: 0.95em;
  line-height: 1.7;
}

/* case summary header card */
.case-summary {
  margin: 32px 0 40px;
  border: 1px solid #e3b8c0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.case-summary-list {
  margin: 0;
}
.case-summary-row {
  display: flex;
  border-bottom: 1px solid #e3b8c0;
}
.case-summary-row:last-child {
  border-bottom: none;
}
.case-summary-row dt {
  flex: 0 0 180px;
  background: #f9e6ea;
  padding: 14px 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.case-summary-row dd {
  flex: 1;
  padding: 14px 20px;
  margin: 0;
}
.case-summary-effects {
  margin: 0;
  padding-left: 1.4em;
  list-style: disc;
}
.case-summary-effects li {
  margin-bottom: 4px;
  list-style: disc;
}
.case-summary-effects li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .case-summary-row {
    flex-direction: column;
  }
  .case-summary-row dt {
    flex: none;
    padding: 10px 16px;
  }
  .case-summary-row dd {
    padding: 12px 16px;
  }
}
.case-shooting-note {
  margin-top: 32px;
  color: #777;
  font-size: 0.9em;
}
.case-lead {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 24px 0;
}
.case-video-title {
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: bold;
}
.case-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 32px;
}
.case-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* download form page */
.page.download article,
.page.contact article {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page.download article,
  .page.contact article {
    margin-bottom: 48px;
  }
}
.contact-intro {
  margin-bottom: 32px;
  line-height: 1.8;
}
.form-textarea {
  resize: vertical;
  min-height: 140px;
  font-family: inherit;
}
select.form-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath fill='%23BC2339' d='M6 8L0 0h12z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.download-heading {
  font-size: 1.5em;
  color: #BC2339;
  font-weight: bold;
  margin-bottom: 12px;
}
.download-lead {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
}
.download-desc {
  line-height: 1.8;
}
.download-form-intro {
  margin-bottom: 20px;
  font-weight: bold;
}
.form-row {
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.form-label .required {
  display: inline;
  margin-left: 4px;
  padding: 0;
  background: none;
  color: #BC2339;
  font-size: inherit;
  border-radius: 0;
  font-weight: normal;
}
.form-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 1em;
  background: #fff;
}
.form-input:focus {
  outline: none;
  border-color: #BC2339;
}
.form-agree {
  margin: 24px 0;
  padding: 0;
}
.form-agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0;
}
.form-agree input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.form-agree a {
  color: #BC2339;
  text-decoration: underline;
}
.form-submit-wrap {
  text-align: center;
}
.form-submit {
  padding: 14px 48px;
  background: #BC2339;
  color: #fff;
  font-size: 1.05em;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.form-submit:hover {
  background: #8e1a2b;
}
.align-items-center {
  align-items: center;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #e3b8c0;
}
.spec-table th,
.spec-table td {
  font-size: 16px;
}
.spec-table th,
.spec-table td {
  padding: 8px 12px;
  border: 1px solid #e3b8c0;
  vertical-align: middle;
}
.spec-table th {
  background: #f9e6ea;
  color: #333;
  font-weight: bold;
  text-align: center;
  width: 42%;
}
.spec-table td {
  text-align: left;
  background: #fff;
}
.spec-table sup {
  font-size: 0.7em;
}
.spec-note {
  margin-top: 8px;
}
.spec-note small {
  font-size: 12px;
  color: #666;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  border-top: 4px solid #BC2339;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.feature-title {
  color: #BC2339;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}
.feature-title small {
  display: inline-block;
  font-size: 0.85em;
  font-weight: normal;
}
.feature-desc {
  font-size: 0.9em;
  line-height: 1.6;
}
.feature-desc small {
  font-size: 0.85em;
  color: #666;
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
@media (min-width: 768px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
}

/*==============================================================

	1. base

================================================================*/

html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  background: white;
  line-height: 1;
  color: black;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form label,
form button {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

video {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

blockquote,
q {
  quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*==============================================================

	2. common

================================================================*/

/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/

body {
  background-color: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}

strong {
  font-weight: 700;
}

/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/

a {
  color: #000;
  outline: none;
  border-style: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  a:hover {
    color: #BC2339;
  }
}

/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/

.container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}

.section {
  margin: 150px 0;
}

@media screen and (max-width: 640px) {
  .section {
    margin: 80px 0;
  }
}

/* 非表示 */

/* padding / margin */

.pt-0 {
  padding-top: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}

/* background */

/* map */

/* youtube */

.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* title */

/* button */

.btn {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #BC2339;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #BC2339;
}

.btn .icon {
  margin-right: 9px;
}

.btn .icon.main {
  display: none;
}

.btn .icon.white {
  display: block;
}

.btn:hover {
  color: #BC2339;
  opacity: 1;
  background-color: #fff;
}

.btn:hover .icon.main {
  display: block;
}

.btn:hover .icon.white {
  display: none;
}

.btn-white {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #BC2339;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #BC2339;
}

.btn-white:hover {
  color: #fff;
  opacity: 1;
  background-color: #BC2339;
}

.btn-border {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #BC2339;
  font-size: 16px;
  font-weight: 700;
  border-radius: 24px;
  border: 2px solid #BC2339;
}

.btn-border:hover {
  color: #fff;
  opacity: 1;
  background-color: #BC2339;
}

.btn-link .icon {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  padding: 20px 10px;
  color: #BC2339;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-arrow-gray {
  background: #F4F4F4;
  border: 2px solid #F4F4F4;
}

@media screen and (min-width: 641px) {
  .btn-arrow {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .btn-arrow {
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
  }
}

.btn-arrow .arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: rgba(253, 139, 156, 0.2);
  transform: translateY(-50%);
  border-radius: 5px;
  display: none;
}

.btn-arrow .arrow img {
  width: 16px;
  height: 15px;
}

.btn-arrow:hover {
  color: #fff;
  background: #BC2339;
  border-color: #BC2339;
}

.btn-arrow:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-arrow:hover .arrow {
  background: #FFE9EC;
}

/* 2カラム */

.col2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

@media screen and (max-width: 1080px) {
  .col2 {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .col2 {
    flex-direction: column;
    gap: 15px;
  }
}

.col2.-center {
  align-items: center;
}

/* 3カラム */

/* 2グリッド */

/* 2カラム（テキスト・画像横並び） */

.split .col2 {
  align-items: center;
}

@media screen and (max-width: 640px) {
  .split .col2 {
    gap: 20px;
  }
}

.split.bg-main .btn-arrow {
  border: 2px solid #fff;
}

.split.bg-main .btn-arrow:hover {
  background: #BC2339;
}

.split-start .col2 {
  align-items: flex-start;
}

.split-sm .col2 {
  gap: 100px;
}

@media screen and (max-width: 1080px) {
  .split-sm .col2 {
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .split-sm .col2 {
    gap: 40px;
  }
}

/* box */

/* 画像 */

/* リスト（アイコン付き） */

/* よくある質問 */

/* page,post 共通スタイル */

.page .content_inner,
.single .content_inner {
  margin-top: 40px;
}

.page .content_inner .group,
.single .content_inner .group {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .page .content_inner .group,
  .single .content_inner .group {
    margin-bottom: 80px;
  }
}

.page .content_inner .group_inner,
.single .content_inner .group_inner {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .page .content_inner .group_inner,
  .single .content_inner .group_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .page .content_inner .group_inner,
  .single .content_inner .group_inner {
    padding: 0;
  }
}

.page .content_inner h2,
.single .content_inner h2 {
  position: relative;
  font-weight: 500;
  line-height: 1.75;
  color: #BC2339;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 24px;
  font-size: 28px;
}

@media screen and (max-width: 1080px) {
  .page .content_inner h2,
  .single .content_inner h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .page .content_inner h2,
  .single .content_inner h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 1.5;
  }
}

.page .content_inner h2::before,
.single .content_inner h2::before {
  content: " ";
  position: absolute;
  height: 100%;
  background-color: #BC2339;
  top: 50%;
  left: 0;
  width: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page .content_inner h2::before,
  .single .content_inner h2::before {
    width: 5px;
  }
}

.page .content_inner h3,
.single .content_inner h3 {
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  color: #BC2339;
  border-bottom: 2px solid #BDBDBD;
}

@media screen and (max-width: 768px) {
  .page .content_inner h3,
  .single .content_inner h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.page .content_inner h3.none_style,
.single .content_inner h3.none_style {
  padding-bottom: 0;
  border-bottom: none;
  color: #000;
}

.page .content_inner h3.sm,
.single .content_inner h3.sm {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.page .content_inner p,
.single .content_inner p {
  margin-top: 1.6em;
}

@media screen and (max-width: 768px) {
  .page .content_inner p,
  .single .content_inner p {
    margin-top: 1.4em;
  }
}

.page .content_inner p:first-of-type,
.single .content_inner p:first-of-type {
  margin-top: 0;
}

.page .content_inner p.lg,
.single .content_inner p.lg {
  margin-top: 1em;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .page .content_inner p.lg,
  .single .content_inner p.lg {
    font-size: 20px;
  }
}

.page .content_inner a,
.single .content_inner a {
  text-decoration: underline;
}

.page .content_inner a:hover,
.single .content_inner a:hover {
  color: #BC2339;
}

.page .content_inner ul,
.single .content_inner ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 1.2em;
}

@media screen and (max-width: 768px) {
  .page .content_inner ul,
  .single .content_inner ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.page .content_inner ul.none_disc,
.single .content_inner ul.none_disc {
  list-style: none;
  padding-left: 1em;
}

.page .content_inner ul li:has(ul),
.single .content_inner ul li:has(ul) {
  list-style: none;
}

.page .content_inner ul li > ul,
.single .content_inner ul li > ul {
  list-style: circle;
  margin: 0;
}

.page .content_inner ul.list_check,
.single .content_inner ul.list_check {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.page .content_inner ul.list_check li,
.single .content_inner ul.list_check li {
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .page .content_inner ul.list_check li,
  .single .content_inner ul.list_check li {
    padding-left: 20px;
  }
}

.page .content_inner ul.list_check li::before,
.single .content_inner ul.list_check li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 17px;
  height: 14px;
  background-image: url(../images/common/icon_check.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .page .content_inner ul.list_check li::before,
  .single .content_inner ul.list_check li::before {
    width: 14px;
    height: 12px;
  }
}

.page .content_inner ol,
.single .content_inner ol {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: decimal;
}

.page .content_inner blockquote,
.single .content_inner blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #F4F4F4;
  padding: 1.6em 20px;
  font-style: italic;
}

.page .content_inner table,
.single .content_inner table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #BDBDBD;
}

@media screen and (max-width: 768px) {
  .page .content_inner table,
  .single .content_inner table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.page .content_inner table.max,
.single .content_inner table.max {
  width: 100%;
}

.page .content_inner table th,
.page .content_inner table td,
.single .content_inner table th,
.single .content_inner table td {
  padding: 22px 8px 22px 35px;
}

@media screen and (max-width: 768px) {
  .page .content_inner table th,
  .page .content_inner table td,
  .single .content_inner table th,
  .single .content_inner table td {
    padding: 15px 8px 15px 10px;
  }
}

.page .content_inner table th,
.single .content_inner table th {
  font-weight: 700;
  border-bottom: 1px solid #BDBDBD;
  width: 22.1%;
  min-width: 155px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .page .content_inner table th,
  .single .content_inner table th {
    min-width: 112px;
  }
}

.page .content_inner table td,
.single .content_inner table td {
  border-bottom: 1px solid #BDBDBD;
  letter-spacing: 0;
}

.page .content_inner table.matrix th,
.single .content_inner table.matrix th {
  width: auto;
}

@media screen and (max-width: 768px) {
  .page .content_inner table.matrix th,
  .single .content_inner table.matrix th {
    min-width: auto;
  }
}

.page .content_inner table.matrix th:first-of-type,
.single .content_inner table.matrix th:first-of-type {
  border-right: 1px solid #BDBDBD;
}

.page .content_inner table.matrix th:nth-of-type(2),
.single .content_inner table.matrix th:nth-of-type(2) {
  width: 28%;
}

@media screen and (max-width: 768px) {
  .page .content_inner table.matrix th:nth-of-type(2),
  .single .content_inner table.matrix th:nth-of-type(2) {
    width: 40%;
  }
}

.page .content_inner table.matrix th:nth-of-type(3),
.single .content_inner table.matrix th:nth-of-type(3) {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .page .content_inner table.matrix th:nth-of-type(3),
  .single .content_inner table.matrix th:nth-of-type(3) {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .page .content_inner table.matrix td,
  .single .content_inner table.matrix td {
    font-size: 14px;
  }
}

.page .content_inner dl > div,
.single .content_inner dl > div {
  display: flex;
}

.page .content_inner dl > div dt,
.single .content_inner dl > div dt {
  width: 50%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.page .content_inner dl > div dd,
.single .content_inner dl > div dd {
  flex: 1;
}

.page .content_inner .col2,
.single .content_inner .col2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page .content_inner .col2,
  .single .content_inner .col2 {
    margin-bottom: 40px;
  }
}

.page .content_inner .col2:last-of-type,
.single .content_inner .col2:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page .content_inner .col2.col-box,
  .single .content_inner .col2.col-box {
    display: block;
  }
}

.page .content_inner .col2 p,
.single .content_inner .col2 p {
  margin: 0 0 1.5em;
  padding-left: 0;
}

.page .content_inner .col2_ttl,
.single .content_inner .col2_ttl {
  color: #000;
  font-size: 25px;
  margin: 50px 0 20px;
}

@media screen and (max-width: 768px) {
  .page .content_inner .col2_ttl,
  .single .content_inner .col2_ttl {
    font-size: 21px;
  }
}

.page .content_inner .col2_box,
.single .content_inner .col2_box {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .page .content_inner .col2_box,
  .single .content_inner .col2_box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.page .content_inner .col2_img,
.single .content_inner .col2_img {
  border-radius: 0;
  width: 53.6%;
}

@media screen and (max-width: 768px) {
  .page .content_inner .col2_img,
  .single .content_inner .col2_img {
    order: 2;
  }
}

@media screen and (max-width: 640px) {
  .page .content_inner .col2_img,
  .single .content_inner .col2_img {
    width: 100%;
  }
}

.page .content_inner .col2_img p,
.single .content_inner .col2_img p {
  margin: 0;
  padding-right: 10px;
  line-height: 2.65;
  text-align: right;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .page .content_inner .col2_img p,
  .single .content_inner .col2_img p {
    font-size: 16px;
  }
}

.page .content_inner .gmap,
.single .content_inner .gmap {
  margin-top: 32px;
  margin-bottom: 32px;
}

.page .content_inner .youtube,
.single .content_inner .youtube {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
	■D.formパーツ補正
--------------------------------------------------------------*/

input {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  width: auto;
  height: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: auto;
  height: auto;
}

/*==============================================================

	3. layout

================================================================*/

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/

/* .hd */

.hd {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .hd.sticky {
    border-bottom: 1px solid #BDBDBD;
  }
}

@media screen and (min-width: 769px) {
  .hd .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .hd .container {
    padding: 0 20px;
  }
}

.hd_wrapper {
  padding: 15px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.hd_wrapper_logo {
  color: #BC2339;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .hd_wrapper_logo {
    font-size: 24px;
  }
}

.hd_wrapper_logo a {
  color: #BC2339;
  display: block;
}

.hd_wrapper_logo a:hover {
  color: #000;
}

.hd_wrapper_logo img {
  width: auto;
  display: block;
  height: 36px;
}

@media screen and (max-width: 1080px) {
  .hd_wrapper_logo img {
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .hd_wrapper_logo img {
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .hd_wrapper_logo img {
    height: 26px;
  }
}

.hd_wrapper_btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .hd_wrapper_btn {
    display: none;
  }
}

.hd_wrapper_btn li {
  margin-left: 20px;
}

.hd_wrapper_btn li:first-child {
  margin-left: 40px;
}

@media screen and (max-width: 1080px) {
  .hd_wrapper_btn li {
    margin-left: 10px;
  }
  .hd_wrapper_btn li:first-child {
    margin-left: 20px;
  }
}

.hd_wrapper_btn li .btn {
  height: 36px;
  width: 175px;
  padding: 8px 18px;
  font-size: 13px;
}

@media screen and (max-width: 1080px) {
  .hd_wrapper_btn li .btn {
    width: 160px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 768px) {
  .hd_nav_pc {
    display: none;
  }
}

.hd_nav_pc {
  flex: 1;
}

.hd_nav_pc ul {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.hd_nav_pc ul li {
  flex-shrink: 1;
  margin-left: 40px;
}

.hd_nav_pc ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.hd_nav_pc ul li a:hover {
  opacity: 0.7;
}

.hd_nav_pc ul li a.active {
  background-color: #BC2339;
  color: #fff;
}

.hd_nav_pc ul li.menu-instagram a img {
  width: 26px;
  height: 26px;
  display: block;
}

.hd_nav_sp_main_list > li.menu-instagram a img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  .hd_nav_pc ul li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .hd_nav_sp {
    display: none;
  }
}

.hd_nav_sp_btn {
  position: fixed;
  top: 18px;
  right: 40px;
  z-index: 98;
}

@media screen and (max-width: 640px) {
  .hd_nav_sp_btn {
    top: 26px;
    right: 20px;
  }
}

.hd_nav_sp_main {
  overflow: auto;
  background-color: #fff;
  width: 100%;
  height: calc(100lvh - 68px);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 68px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .hd_nav_sp_main {
    height: calc(100lvh - 76px);
    top: 76px;
  }
}

.hd_nav_sp_main_list {
  width: 80%;
  margin: 32px auto 0;
  border-top: 1px solid #BDBDBD;
}

.hd_nav_sp_main_list > li {
  border-bottom: 1px solid #BDBDBD;
}

.hd_nav_sp_main_list > li > a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hd_nav_sp_main_contact {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  width: 80%;
}

.hd_nav_sp_main_contact li {
  padding: 0 6px;
}

@media screen and (max-width: 640px) {
  .hd_nav_sp_main_contact .btn {
    font-size: 14px;
    width: 150px;
  }
  .hd_nav_sp_main_contact .btn .icon {
    margin-right: 5px;
  }
}

.hd .tel {
  font-size: 22px;
  font-weight: 700;
  color: #BC2339;
  letter-spacing: 0;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .hd .tel {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto 0;
  }
}

/* ハンバーガーメニュー */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #000;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.6s forwards;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/* パンくず */

.breadcrumb {
  padding-top: 10px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb_list {
  display: flex;
}

.breadcrumb_list li {
  display: flex;
  align-items: center;
}

.breadcrumb_list li::before {
  content: "＞";
  display: block;
  margin: 0 0.5em;
}

.breadcrumb_list li:nth-child(1)::before {
  display: none;
}

/* アイキャッチ */

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/

/*フッター
-------------------------------------*/

footer {
  background-color: #fff;
  padding: 20px 0 15px;
  line-height: normal;
  letter-spacing: 0;
  border-top: 1px solid #ddd;
}

footer .container {
  padding: 0 40px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo-link {
  display: block;
  flex-shrink: 0;
}

.footer-logo {
  width: 200px;
}

.footer-nav {
  display: flex;
  gap: 24px;
}

.footer-nav a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav a.footer-instagram {
  display: flex;
  align-items: center;
}

.footer-nav a.footer-instagram:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-nav a.footer-instagram img {
  width: 22px;
  height: 22px;
  display: block;
}

.footer-copy {
  text-align: right;
  font-size: 11px;
  color: #888;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  footer .container {
    padding: 0 20px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-nav {
    gap: 16px;
  }
  .footer-nav a {
    font-size: 12px;
  }
  .footer-copy {
    text-align: center;
    margin-top: 10px;
  }
}

/*お問い合わせ
-------------------------------------*/

.container.p-20 {
  padding: 20px;
}

/**トップへ戻るボタン**/

#PageTopBtn {
  text-align: left;
  width: 50px;
  height: 50px;
  background: #BC2339;
  position: fixed;
  right: 1em;
  border-radius: 100%;
  z-index: 98 !important;
  transition-duration: 0 !important;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

#PageTopBtn span {
  width: 24px;
  height: 20px;
  display: block;
  position: relative;
}

#PageTopBtn span::before {
  content: "";
  width: 12px;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 10px;
  margin: auto;
  border-radius: 20px;
  transform: rotate(45deg);
  transition-duration: 0.2s;
}

#PageTopBtn:hover span::before {
  content: "";
  left: 8px;
  margin: auto;
  transform: rotate(70deg);
  transition-duration: 0.2s;
}

#PageTopBtn span::after {
  content: "";
  width: 12px;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 3px;
  margin: auto;
  border-radius: 20px;
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}

#PageTopBtn:hover span::after {
  content: "";
  left: 4px;
  margin: auto;
  transform: rotate(-70deg);
  transition-duration: 0.2s;
}

/*--------------------------------------------------------------
	index
--------------------------------------------------------------*/

.index {
  line-height: 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.index > * {
  line-height: normal;
  font-size: 16px;
}

.index > p:empty,
.index > br {
  display: none;
}

/*共通パーツ
  -------------------------------------*/

/*メインコンテンツ
-------------------------------------*/

.hero_conteiner {
   position: relative; 
    width: 100vw;      /* 画面幅いっぱい */
    max-width: 100vw;  /* container の max-width を無効化 */
    margin-left: 50%;
    transform: translateX(-50%); /* 中央へ引き戻す */
     height: 680px; 
     overflow: hidden; 
}

#background-video {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1;

}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 5; 
}

.hero_inner {
    position: relative; 
    z-index: 10; 
    padding: 10%;
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

.index h1
{
  color: #fff;
}

.index .zero3_logo {
   
    margin: 20px 0; 

}

.copy{
  color: #fff;
  font-size: 120%;}

.conversion{
  margin-top: 20px;
}

.conversion_btn {
  margin-top: 20px;
    list-style: none;
    display: flex;
    gap: 20px;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
  .index .hero_inner {
        flex-direction: column !important; 
        height: auto !important; 
        padding: 5%; 
    }
  .index .hero_right {
        width: 100% !important;
        order: 1 !important; 
    }
  .index .hero_left {
        width: 100% !important;
        margin-top: 30px;
        order: 2 !important; 
    }
  .index .hero_conteiner {
        height: auto !important;
    }
  .conversion_btn {
        flex-direction: column;
        align-items: flex-start;
    }
}

.conversion_btn li a {
   
    display: block; 
    display: flex; 
    align-items: center; 
    max-width: 300px;
    white-space: nowrap; 
    justify-content: space-between;
  
}

.conversion_btn li a span.arrow img {
    width: 15px; 
    height: 15px; 
    vertical-align: middle; 
}

.conversion_btn li a {
    display: flex; 
    align-items: center; 
    max-width: 300px
   
}

:root {
    
    --main-red: #BC2339; 
    --main-white: #FFFFFF;
    --border-color: #BC2339;
  
}

.conversion_btn li a {

    border: 1px solid var(--border-color); 
    padding: 15px 30px; 
    border-radius: 5px; 
    text-decoration: none; 
    transition: background-color 0.3s, color 0.3s; 
    justify-content: space-between;
}

.conversion_btn li a span.arrow {
    margin-left: 15px;
    display: flex; 
    align-items: center;
}

.conversion_btn li a span.arrow img {
    transition: filter 0.3s; 
}

.btn-download {
    background-color: var(--main-red);
    color: var(--main-white);
}

.btn-download span.arrow img {
    filter: brightness(0) invert(1);
}

.btn-download:hover {
    background-color: var(--main-white);
    color: var(--main-red);
}

.btn-download:hover span.arrow img {
    filter: none;
}

.index .btn-inquiry {
    background-color: var(--main-white);
    color: var(--main-red);
    height: auto !important; 
    min-height: auto !important;
}

.conversion_btn li a {
    height: auto !important; 
    min-height: auto !important; 
}

.index .btn-inquiry span.arrow img {
    filter: none;
}

.index .btn-inquiry:hover {
    background-color: var(--main-red);
    color: var(--main-white);
}

.conversion_btn li {
    margin-bottom: 0;
}

.btn-inquiry {
    height: auto !important; 
    min-height: auto !important; 
    line-height: normal !important;
}

.conversion_btn li {
    height: auto !important; 
    min-height: auto !important; 
}

.conversion_btn li a {
    height: auto !important; 
    min-height: auto !important; 
}

/*youtube埋め込み
  -------------------------------------*/

/*表示非表示切り替え*/

.index h1,
.index h2,
.index h3 {
  font-size: 30px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

.index p {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 1.8px;
}

.index img {
  width: 100%;
  max-width: 100%;
  height: auto; /*高さ自動*/
}

.index a {
  display: block;
  text-decoration-line: none;
}

.index ul {
  padding-left: 0;
}

.index .container {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .index h1, .index h2, .index h3 {
    font-size: 20px;
  }
  .index p {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.index .container {
  max-width: 1200px;
}

.index > section:first-child,
.index > .container:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.index img {
  max-width: 100%;
}

.index .font-120 {
  font-size: 120%;
}

.index .font-140 {
  font-size: 140%;
}

.index .font-160 {
  font-size: 160%;
}

.index .vertical-middle {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

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

.index .orikaeshi {
  display: inline-block;
}

.index .color-red {
  color: #BC2339;
}

.index .link-btn {
  font-weight: bold;
  color: #BC2339;
  transition-duration: 0.3s;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.index .link-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #BC2339;
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.3s;
  z-index: -1;
}

.index .link-btn:hover {
  color: #fff;
}

.index .link-btn:hover::before {
  content: "";
  width: 100%;
  left: 0;
  transition-duration: 0.3s;
}

.index .title1 {
  background: #BC2339;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}

.index .title1:after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 150px; /*画像の幅*/
  height: 70px; /*画像の高さ*/
  background: url("../images/index/nanamesen.svg");
  background-size: cover;
  vertical-align: middle;
  right: 36px;
  top: 0;
  position: absolute;
}

.index .title2 {
  font-size: min(2.4vw, 33px);
  font-weight: bold;
  line-height: 1.2;
}

.index .title2 span {
  font-size: min(4.8vw, 60px);
  line-height: 1.4;
}

.index .title2 b {
  color: initial;
  font-size: min(2.5vw, 17px);
  font-weight: normal;
  display: inline-block;
}

.index .title3 {
  font-size: min(4vw, 46px);
  font-weight: bold;
  line-height: 1.4em;
}

.index .title4-2 {
  font-size: min(2.4vw, 33px);
  font-weight: bold;
  line-height: 1.7em;
}

.index .title4 {
  font-size: min(3vw, 52px);
  font-weight: bold;
  line-height: 1.4em;
}

.index .title5 {
  position: relative;
}

.index .title5 img {
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 12%;
}

.index .title5 p {
  font-size: min(3vw, 52px);
  width: 100%;
  padding-left: 13%;
}

.index .title6 {
  background: #F6E6D2;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 140%;
}

.index .title7 {
  font-size: min(4.5vw, 34px);
  font-weight: bold;
  line-height: 1.4em;
}

.index .title7 span {
  font-size: min(2.2vw, 20px);
  margin-right: 10px;
}

.index .title8 {
  background: #F6E6D2;
  padding: 5px 20px;
  font-size: 30px;
}

.index .title9 {
  font-size: min(2.6vw, 40px);
  font-weight: bold;
  background: #D48278;
  text-align: center;
  padding: 20px;
}

.index .title-naze {
  position: relative;
}

.index .title-naze img {
  width: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index .title-naze p {
  font-size: min(2.1vw, 26px);
  width: 100%;
  display: inline-block;
  padding-left: 12%;
}

.index .title-naze span {
  font-size: 140%;
}

@media screen and (max-width: 768px) {
  .index .link-btn {
    font-weight: bold;
    color: #BC2339;
    transition-duration: 0.3s;
    position: relative;
    display: inline-block;
    padding: 0 10px;
  }
  .index .font-160 {
    line-height: 1.5em;
    font-size: 20px;
  }
  .index .title1 {
    padding: 10px 15px;
    font-size: 18px;
    padding-left: 36px;
    text-indent: -10px;
  }
  .index .title1:after {
    content: ""; /*何も入れない*/
    display: none;
  }
  .index .title2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7em;
  }
  .index .title2 span {
    font-size: 24px;
  }
  .index .title2 b {
    color: initial;
    font-size: 14px;
    display: block;
  }
  .index .title3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
  }
  .index .title4-2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7em;
  }
  .index .title4 {
    font-size: 20px;
    padding-left: 1.3em;
    text-indent: -1.5em;
  }
  .index .title5 img {
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 17%;
  }
  .index .title5 p {
    font-size: 20px;
    width: 100%;
    padding-left: 20%;
  }
  .index .title7 {
    font-size: 22px;
  }
  .index .title7 span {
    font-size: 16px;
    display: block;
  }
  .index .title8 {
    font-size: 18px;
  }
  .index .title9 {
    font-size: 24px;
  }
  .index .title-naze {
    position: relative;
  }
  .index .title-naze img {
    width: 15%;
    position: absolute;
    bottom: 10px;
  }
  .index .title-naze p {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding-left: 18%;
  }
  .index .title-naze span {
    font-size: 20px;
  }
}

.index main,
.index > main,
.index > div,
.index > p:empty {
  margin: 0;
  padding: 0;
}

.index main > *:first-child,
.index > *:first-child {
  margin-top: 0;
}

.hero_conteiner {
  margin-top: 0 !important;
}

.index .back-cream {
  background-color: #F6E6D2;
}

.index .box-section {
  padding: 80px;
}

.index .timeloss-box {
  width: 90%;
  display: block;
  margin: auto;
}

.index .kago-wrapper {
  position: relative;
}

.index .kago {
  position: absolute;
  width: 17%;
  right: 28.5%;
  top: 2%;
  animation: jouge 0.6s infinite;
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
  transform: translateY(0);
}

.index .kago2 {
  position: absolute;
  width: 47%;
  right: 26%;
  top: 50%;
  animation: jouge 0.6s infinite;
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
  transform: translateY(0);
}

@keyframes jouge {
  0% {
    top: 2%;
  }
  100% {
    top: 10%;
  }
}

@media screen and (max-width: 768px) {
  @keyframes jouge {
    0% {
      top: 50%;
    }
    100% {
      top: 57%;
    }
  }
}

.index .yajirushi-under {
  width: 15%;
  margin-left: 10%;
  display: blodk;
}

@media screen and (max-width: 768px) {
  .index .box-section {
    padding: 20px;
  }
  .index .timeloss-box {
    width: 100%;
  }
}

.index .top-youtube-container {
  max-width: 1200px;
  padding: 0 0 30px 0;
}

.index .youtube-box-top {
  background: url("../images/index/daitai-image.webp");
  background-size: cover;
}

.index .youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.index .youtube-box iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .index .top-youtube-container {
    padding-top: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .index .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .index .only-pc {
    display: none;
  }
}

/*--------------------------------------------------------------
	archive
--------------------------------------------------------------*/

.archive {
  padding-top: 68px;
}

@media screen and (max-width: 1080px) {
  .archive {
    padding-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  .archive {
    padding-top: 62px;
  }
}

@media screen and (max-width: 640px) {
  .archive {
    padding-top: 58px;
  }
}

.archive h1 {
  font-weight: 700;
}

@media screen and (min-width: 641px) {
  .archive h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .archive h1 {
    font-size: 24px;
  }
}

/* 投稿 */

.archive .post {
  padding: 50px 0 150px;
}

@media screen and (max-width: 768px) {
  .archive .post {
    padding: 30px 0 80px;
  }
}

.archive .post h1 {
  text-align: center;
}

.archive .post_selected {
  text-align: center;
}

.archive .post_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

.archive .post_category > li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.archive .post_category .ttl {
  color: #BC2339;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .archive .post_category .ttl {
    width: 100%;
    margin-bottom: 4px;
  }
}

.archive .post_category .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BC2339;
  padding: 0 10px;
  color: #BC2339;
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .archive .post_category .link a {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 640px) {
  .archive .post_category .link a {
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
  }
}

.archive .post_category .link a:hover {
  color: #fff;
  background-color: #BC2339;
}

.archive .post_category .link span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BC2339;
  padding: 0 10px;
  color: #fff;
  background-color: #BC2339;
}

@media screen and (min-width: 641px) {
  .archive .post_category .link span {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 640px) {
  .archive .post_category .link span {
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
  }
}

.archive .post_list {
  margin-top: 30px;
  border-top: 1px solid #333333;
}

.archive .post_list li {
  border-bottom: 1px solid #333333;
}

.archive .post_list li a {
  padding: 20px 0;
}

@media screen and (min-width: 769px) {
  .archive .post_list li a {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .archive .post_list li a {
    display: block;
  }
}

.archive .post_list li a:hover {
  background-color: #F4F4F4;
}

@media screen and (min-width: 641px) {
  .archive .post_thumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0;
  }
}

@media screen and (min-width: 769px) {
  .archive .post_thumb > li {
    width: 33.33%;
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .archive .post_thumb > li {
    width: 50%;
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .archive .post_thumb > li {
    width: 100%;
    margin-top: 40px;
  }
}

.archive .post_thumb > li a:hover .inner_img img {
  transform: scale(1);
}

.archive .post_thumb > li a:hover .inner {
  transform: scale(1.05);
}

.archive .post_thumb .inner {
  background: #ffffff;
  transition: all 0.3s ease 0s;
}

.archive .post_thumb > li a,
.archive .post_thumb > li a:hover {
  text-decoration: none;
}
.archive .post_thumb .inner_ttl {
  text-decoration: none;
}

.archive .post_thumb .inner_img {
  aspect-ratio: 16/9;
  text-align: center;
  overflow: hidden;
  background-color: #F4F4F4;
}

.archive .post_thumb .inner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease 0s;
}

.archive .post_thumb .inner_txt {
  padding: 16px;
}

.archive .post_thumb .inner_ttl {
  font-weight: 700;
  font-size: 16px;
}

.archive .post_thumb .inner_info {
  margin-top: 0;
  font-size: 14px;
}

.archive .post_thumb .inner_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.archive .post_thumb .inner_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #BC2339;
  color: #BC2339;
  background-color: #fff;
  border-radius: 12px;
}

.archive .post_meta {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .archive .post_meta {
    flex-shrink: 0;
  }
}

.archive .post_meta_date {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}

.archive .post_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #BC2339;
  color: #BC2339;
  background-color: #fff;
  border-radius: 12px;
}

.archive .post_ttl {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .archive .post_ttl {
    margin-top: 4px;
  }
}

.archive .post_pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .archive .post_pager {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .archive .post_pager {
    margin-top: 60px;
    justify-content: center;
  }
}

.archive .post_pager a,
.archive .post_pager span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.archive .post_pager a:hover {
  opacity: 1;
  color: #BC2339;
  background: #F4F4F4;
}

.archive .post_pager .page-numbers {
  font-weight: 500;
  font-size: 18px;
}

.archive .post_pager .page-numbers.current {
  color: #fff;
  background: #BC2339;
}

.archive .post_pager .page-numbers.current:hover {
  opacity: 0.7;
}

/* 製品一覧 */

@media screen and (min-width: 769px) {
  .archive .product {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .archive .product {
    padding: 40px 0 60px;
  }
}

.archive .product h1 {
  text-align: center;
}

.archive .product_wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .archive .product_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .archive .product_side {
    width: 320px;
    flex-shrink: 0;
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .archive .product_side {
    margin-top: 60px;
  }
}

.archive .product_side_list {
  border: 1px solid #BDBDBD;
  padding: 0 0 20px;
}

.archive .product_side_list .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 24px;
  width: 100%;
  background-color: #BC2339;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}

.archive .product_side_list .parent {
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 10px;
}

.archive .product_side_list .parent > a {
  display: flex;
  align-items: center;
}

.archive .product_side_list .parent > a::before {
  content: " ";
  display: block;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.archive .product_side_list .child li {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}

@media screen and (min-width: 641px) {
  .archive .product_main_list {
    display: flex;
    flex-wrap: wrap;
    margin: -40px -20px 0;
  }
}

@media screen and (min-width: 641px) {
  .archive .product_main_list > li {
    width: 50%;
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .archive .product_main_list > li {
    width: 100%;
    margin-top: 40px;
  }
}

.archive .product_main_list > li a:hover .inner_img img {
  transform: scale(1.1);
}

.archive .product_main_list .inner {
  border: 1px solid #BDBDBD;
}

.archive .product_main_list .inner_img {
  overflow: hidden;
}

.archive .product_main_list .inner_img img {
  transition: all 0.3s ease 0s;
}

.archive .product_main_list .inner_txt {
  padding: 16px;
}

.archive .product_main_list .inner_ttl {
  font-weight: 700;
  font-size: 16px;
}

.archive .product_main_list .inner_info {
  margin-top: 0;
  font-size: 14px;
}

.archive .product_main_list .inner_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.archive .product_main_list .inner_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #BC2339;
  color: #BC2339;
  background-color: #fff;
  border-radius: 12px;
}

.archive .product_pager {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .archive .product_pager {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .archive .product_pager {
    margin-top: 40px;
    justify-content: center;
  }
}

.archive .product_pager .page-numbers {
  font-weight: 700;
  font-size: 20px;
  margin: 0 10px;
  color: #BC2339;
}

.archive .product_pager .page-numbers:hover {
  opacity: 1;
  color: #000;
}

.archive .product_pager .page-numbers.prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BC2339;
  width: 52px;
  height: 52px;
  border-radius: 26px;
}

.archive .product_pager .page-numbers.prev:hover {
  background-color: #000;
}

.archive .product_pager .page-numbers.next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BC2339;
  width: 52px;
  height: 52px;
  border-radius: 26px;
}

.archive .product_pager .page-numbers.next:hover {
  background-color: #000;
}

.archive .product_pager .page-numbers.current {
  color: #BC2339;
  opacity: 0.5;
}

.archive .product_pager .page-numbers.current:hover {
  color: #BC2339;
}

/*--------------------------------------------------------------
	single
--------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  .single {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .single {
    padding-top: 62px;
  }
}

/* 事例詳細: pageTitleがあるのでarchiveと同じpadding-topに */

body.single-case {
  padding-top: 68px;
}

@media screen and (max-width: 1080px) {
  body.single-case {
    padding-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  body.single-case {
    padding-top: 62px;
  }
}

@media screen and (max-width: 640px) {
  body.single-case {
    padding-top: 58px;
  }
}

.single h1 {
  font-weight: 700;
}

@media screen and (min-width: 641px) {
  .single h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .single h1 {
    font-size: 30px;
  }
}

/* 投稿 */

.single .content {
  max-width: 920px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .single .content {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .single .content {
    padding: 40px 0 60px;
  }
}

.single .content_wrapper {
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.single .content_meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single .content_meta_date {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}

.single .content_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #BC2339;
  color: #BC2339;
  background-color: #fff;
  border-radius: 12px;
}

.single .content_meta_cat:hover {
  color: #fff;
  background-color: #BC2339;
}

.single .content_tag {
  display: none;
  position: relative;
  margin-top: 40px;
}

.single .content_tag h2 {
  background-color: #F4F4F4;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.single .content_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.single .content_tag_list li {
  padding: 10px 5px 0;
}

.single .content_share {
  display: none;
  margin-top: 40px;
}

.single .content_share h2 {
  background-color: #F4F4F4;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.single .content_share_list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.single .content_share_list li {
  padding: 10px 5px 0;
  width: 50%;
}

.single .content_share_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.single .content_share_list li a img {
  margin-right: 4px;
}

.single .content_share_list li a.facebook {
  background-color: #0765ff;
}

.single .content_share_list li a.x {
  background-color: #000;
}

@media screen and (min-width: 769px) {
  .single .content_return {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .single .content_return {
    margin-top: 60px;
  }
}

.single .content_return p {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .single .product {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .single .product {
    padding: 40px 0 60px;
  }
}

.single .product_wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .single .product_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .single .product_side {
    width: 320px;
    flex-shrink: 0;
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_side {
    margin-top: 60px;
  }
}

.single .product_side_list {
  border: 1px solid #BDBDBD;
  padding: 0 0 20px;
}

.single .product_side_list .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 24px;
  width: 100%;
  background-color: #BC2339;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}

.single .product_side_list .parent {
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 10px;
}

.single .product_side_list .parent > a {
  display: flex;
  align-items: center;
}

.single .product_side_list .parent > a::before {
  content: " ";
  display: block;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.single .product_side_list .child li {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}

.single .product_meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single .product_meta_cat {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #BC2339;
  color: #BC2339;
  background-color: #fff;
  border-radius: 12px;
}

.single .product_meta_cat:hover {
  color: #fff;
  background-color: #BC2339;
}

.single .product_thumb {
  margin-top: 40px;
  text-align: center;
}

.single .product_thumb img {
  width: 100%;
  height: auto;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single .product_inner {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .single .product_inner .group {
    margin-bottom: 195px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner .group {
    margin-bottom: 100px;
  }
}

.single .product_inner h2 {
  position: relative;
  font-weight: 500;
  line-height: 1.75;
  color: #BC2339;
}

@media screen and (min-width: 769px) {
  .single .product_inner h2 {
    margin-top: 40px;
    margin-bottom: 36px;
    padding: 6px 0 6px 45px;
    font-size: 39px;
  }
}

@media screen and (max-width: 1080px) {
  .single .product_inner h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner h2 {
    margin-top: 30px;
    margin-bottom: 26px;
    padding: 3px 0 3px 25px;
    font-size: 24px;
  }
}

.single .product_inner h2::before {
  content: " ";
  position: absolute;
  height: 100%;
  background-color: #BC2339;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .single .product_inner h2::before {
    width: 17px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner h2::before {
    width: 10px;
  }
}

.single .product_inner h3 {
  margin-top: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

.single .product_inner p {
  margin-top: 1.5em;
  line-height: 2.2;
}

@media screen and (min-width: 769px) {
  .single .product_inner p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner p {
    font-size: 16px;
  }
}

.single .product_inner p.lg {
  margin-top: 1em;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .single .product_inner p.lg {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner p.lg {
    font-size: 22px;
  }
}

.single .product_inner a {
  text-decoration: underline;
}

.single .product_inner a:hover {
  color: #BC2339;
}

.single .product_inner ul {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: disc;
}

.single .product_inner ul li {
  margin-top: 8px;
}

.single .product_inner ul > ul {
  list-style: circle;
}

.single .product_inner ol {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1.2em;
  list-style: decimal;
}

.single .product_inner ol li {
  margin-top: 8px;
}

.single .product_inner blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #F4F4F4;
  padding: 0 20px 1.6em;
  font-style: italic;
  padding-top: 1px;
}

.single .product_inner table {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #BDBDBD;
}

.single .product_inner table.max {
  width: 100%;
}

.single .product_inner table th,
.single .product_inner table td {
  padding: 20px 8px 20px 35px;
}

@media screen and (min-width: 769px) {
  .single .product_inner table th,
  .single .product_inner table td {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner table th,
  .single .product_inner table td {
    padding-left: 10px;
    font-size: 16px;
  }
}

.single .product_inner table th {
  font-weight: 700;
  border-bottom: 1px solid #BDBDBD;
}

@media screen and (min-width: 769px) {
  .single .product_inner table th {
    width: 22.1%;
    min-width: 155px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner table th {
    min-width: 105px;
  }
}

.single .product_inner table td {
  border-bottom: 1px solid #BDBDBD;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .single .product_inner .col2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner .col2 {
    margin-bottom: 40px;
  }
}

.single .product_inner .col2 p {
  margin: 0 0 1.5em;
  padding-left: 0;
}

.single .product_inner .col2_ttl {
  color: #000;
}

@media screen and (min-width: 769px) {
  .single .product_inner .col2_ttl {
    font-size: 25px;
    margin: 50px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner .col2_ttl {
    font-size: 21px;
  }
}

.single .product_inner .col2_img {
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .single .product_inner .col2_img {
    width: 53.6%;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner .col2_img {
    order: 2;
  }
}

.single .product_inner .col2_img p {
  margin: 0;
  padding-right: 10px;
  line-height: 2.65;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .single .product_inner .col2_img p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_inner .col2_img p {
    font-size: 16px;
  }
}

.single .product_inner .gmap {
  margin-top: 32px;
  margin-bottom: 32px;
}

.single .product_inner .youtube {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .single .product_return {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .single .product_return {
    margin-top: 60px;
  }
}

.single .product_return p {
  display: flex;
  justify-content: center;
}

/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/

.page {
  padding-top: 68px;
}

@media screen and (max-width: 1080px) {
  .page {
    padding-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  .page {
    padding-top: 62px;
  }
}

@media screen and (max-width: 640px) {
  .page {
    padding-top: 58px;
  }
}

.page h1 {
  font-weight: 700;
}

@media screen and (min-width: 641px) {
  .page h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .page h1 {
    font-size: 30px;
  }
}

/* ページタイトル */

.pageTitle {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 180px;
}

.pageTitle--case,
.pageTitle--news {
  background: linear-gradient(135deg, rgb(188, 35, 57) 0%, rgb(140, 20, 40) 60%, rgb(90, 10, 25) 100%);
}
.pageTitle--case::after,
.pageTitle--news::after {
  display: none;
}

.pageTitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 12, 0, 0.75);
  z-index: -1;
}

.pageTitle_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pageTitle_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageTitle .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pageTitle h1,
.pageTitle .pageTitle_ttl {
  position: relative;
  color: #fff;
  z-index: 1;
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pageTitle h1,
.pageTitle .pageTitle_ttl {
    font-size: 32px;
  }
}

.pageTitle h1 span,
.pageTitle .pageTitle_ttl span {
  display: block;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .pageTitle h1 span,
.pageTitle .pageTitle_ttl span {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

/* ページ */

.page .content {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .page .content {
    padding-top: 30px;
  }
}

.page .content_wrapper {
  padding: 0;
  margin: 0 auto;
}

.page .content_inner.blank {
  margin-top: 0;
}

/* 会社案内 */

.company .col2 dl > div dt {
  width: 15em;
  margin-right: 1em;
}

/* 問題→解決 */

/* ポイント */

/* 寸法 */

.content_inner .color-box h3 {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .content_inner .color-box h3 {
    margin-bottom: 5px;
  }
}

.content_inner .color-box h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  width: 35px;
  height: 2px;
  background: #BC2339;
}

@media screen and (max-width: 768px) {
  .content_inner .color-box h3::before {
    width: 18px;
    left: -25px;
  }
}

.content_inner .color-box h4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #BC2339;
  background: #fff;
  border: 1px solid #BC2339;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .content_inner .color-box h4 {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}

/* 特徴 */

/* 違い */

/* 事例 */

@media screen and (min-width: 769px) {
  .case {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding: 80px 0;
  }
}

.case .ttl,
.case .ttl span {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .case .ttl {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .case .col2_txt {
    padding-top: 30px;
  }
}

/* 設備紹介 */

/* お客様の声 */

/* 主な実績 */

/* 事業一覧 */

.business-sm_list .btn-arrow .arrow {
  right: 18px;
  width: 34px;
  height: 34px;
}

/* エラー */

@media screen and (min-width: 769px) {
  .page .error {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .page .error {
    padding: 40px 0 60px;
  }
}

.page .error_wrapper {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.page .error_wrapper h1 {
  text-align: center;
  color: #BC2339;
  line-height: 1.2;
}

@media screen and (min-width: 641px) {
  .page .error_wrapper h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 640px) {
  .page .error_wrapper h1 {
    font-size: 32px;
  }
}

.page .error_message {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.page .error_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.page .error_more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* フォーム */

.contact .content_wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* サンクスページ */

/*--------------------------------------------------------------
	CTA セクション
--------------------------------------------------------------*/

.cta {
  background-color: #BC2339;
  padding: 40px 0 60px;
  margin: 80px 0 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.cta_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.cta .cta_ttl {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center !important;
  display: block !important;
  visibility: visible !important;
}

@media screen and (max-width: 768px) {
  .cta .cta_ttl {
    font-size: 20px !important;
    margin-bottom: 30px;
  }
}

.cta .cta_btn {
  display: flex !important;
  justify-content: center;
  gap: 24px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .cta .cta_btn {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.cta .cta_btn li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.cta .cta_btn li::before,
.cta .cta_btn li::marker {
  display: none !important;
  content: none !important;
}

.cta .cta_btn_link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 260px;
  height: 56px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background-color: #fff;
  color: #BC2339 !important;
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}

.cta .cta_btn_link:hover {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  color: #BC2339 !important;
}

.cta .cta_btn_link img {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px;
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  .cta_btn_link {
    width: 100%;
    max-width: 300px;
  }
}
/*==============================================================

	WordPress Custom CSS (migrated from inline)

================================================================*/
.conversion .ttl {
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.conversion .ttl span {
	font-family: "Noto Serif JP", sans-serif;
}


/* ===== CMS form: 2-column name row ===== */
.form-name-row {
	display: flex;
	gap: 12px;
}
.form-name-row .form-name-col {
	flex: 1;
}
@media (max-width: 480px) {
	.form-name-row {
		flex-direction: column;
		gap: 16px;
	}
}

/* ===== CMS form: thanks page ===== */
.form-thanks {
	max-width: 1080px;
	margin: 0 auto;
	padding: 24px 0 8px;
	text-align: center;
}
.form-thanks__heading {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 24px;
}
.form-thanks__text {
	line-height: 1.9;
	margin-bottom: 12px;
}
.form-thanks__actions {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}
.form-thanks__btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 2px;
	background: #BC2339;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: opacity .2s;
}
.form-thanks__btn--ghost {
	background: #fff;
	color: #BC2339;
	border: 1px solid #BC2339;
}
.form-thanks__btn:hover {
	opacity: .85;
}

/* 記事本文: 長い URL などの分割不能な文字列を折り返す（SP で横スクロールを出さない） */
.content_inner {
  overflow-wrap: break-word;
}

.content_inner a {
  overflow-wrap: anywhere;
}

/* フォーム系ページ: 赤帯を廃し、パンくず直下に見出しを置く構成 */
.pageHead {
  margin: 32px 0 8px;
}

/* 見出しの左端を本文（.content_wrapper = 800px 中央寄せ）に合わせる。
   .container 幅のままだと 140px 外側にずれる。 */
.pageHead .container > .pageHead__title {
  max-width: 800px;
  margin: 0 auto;
}

.pageHead__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .pageHead {
    margin: 20px 0 4px;
  }
  .pageHead__title {
    font-size: 24px;
  }
}

/* サンクスページ本文の中央揃え。
   L646 のリセットが p 等へ text-align:left を直接指定しており、
   .form-thanks の継承値では負けるため、子要素に明示的に当てる。 */
.form-thanks,
.form-thanks h1,
.form-thanks p {
  text-align: center;
}

.form-thanks h1.form-thanks__heading {
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .form-thanks h1.form-thanks__heading {
    font-size: 22px;
  }
}

/* フォームのリード文を中央寄せ。
   L646 のリセットが p へ text-align:left を直接当てているため個別に指定する。 */
.contact-intro {
  text-align: center;
}

/* ============================================================
   フォーム面（takara-standard の構成に準拠）
   - 薄グレーのプレートに載せる
   - ラベル左 / 入力右の 2 カラム行（お問い合わせ）
   - 資料DL は右カラムが狭いので 1 カラムに落とす
   ============================================================ */
.download-form {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 32px 36px 36px;
}

.form-req-note {
  font-size: 13px;
  margin: 0 0 20px;
  text-align: left;
}

/* ラベル左 / 入力右 */
.download-form .form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

/* 複数行入力はラベルを上端に揃える */
.download-form .form-row:has(.form-textarea) {
  align-items: start;
}
.download-form .form-row:has(.form-textarea) .form-label {
  padding-top: 12px;
}

.download-form .form-label {
  margin-bottom: 0;
  text-align: left;
}

/* 姓・名は 1 ラベル相当の並びを保つため独自グリッド */
.download-form .form-name-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

/* Turnstile。何のチェックかを必ず明示する */
.form-turnstile {
  margin: 8px 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-turnstile__label {
  font-size: 12px;
  color: #666;
  margin: 0 0 6px;
  text-align: center;
}
.form-turnstile .cf-turnstile {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .download-form {
    padding: 24px 20px 28px;
  }
  .download-form .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }
  .download-form .form-row:has(.form-textarea) .form-label {
    padding-top: 0;
  }
}

/* 資料DL: 右カラムが狭いためラベルは常に上 */
.download-2col .download-form .form-row {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 18px;
}
.download-2col .download-form .form-row:has(.form-textarea) .form-label {
  padding-top: 0;
}

/* 同意欄: 狭いカラムでも崩れないように */
.form-agree label {
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
.form-agree input[type="checkbox"] {
  margin-top: 2px;
}
.form-agree a {
  white-space: nowrap;
}

/* 資料DL: パネル内のリード文 */
.download-2col .download-form-intro {
  font-weight: 700;
  margin: 0 0 14px;
  text-align: left;
}

/* 必須注記の ※ もラベルと同色に */
.form-req-note .required {
  color: #BC2339;
  font-weight: 700;
}

/* 資料タイトルは画像下・黒文字（赤は製品名の強調と紛らわしいため） */
.download-heading {
  color: #333;
  margin-top: 4px;
}

/* 同意文はページ本文より一段小さく、黒。
   不正送信防止チェックのラベルと同じサイズに揃える */
.form-agree label {
  font-size: 12px;
}
.form-agree a {
  color: inherit;
}

/* 資料DL: プレート幅 525px。ラベル列は takara に倣い 150px */
.download-2col .download-form .form-row {
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}
.download-2col .download-form .form-row:has(.form-textarea) {
  align-items: start;
}
.download-2col .download-form .form-row:has(.form-textarea) .form-label {
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .download-2col .download-form .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }
  .download-2col .download-form .form-row:has(.form-textarea) .form-label {
    padding-top: 0;
  }
}

/* リード文と必須注記は続けて置く（間を空けない） */
.form-lead {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px;
  text-align: left;
}
.download-2col .form-lead {
  font-weight: 400;
}
.form-req-note {
  font-size: 13px;
  margin: 0 0 20px;
}

/* 資料DL: 2カラム幅を takara に合わせる（427 : 597 / gap 48）。
   .contact .content_wrapper の 800px 制限を解除して container 内幅を使う。 */
.contact .download-page .content_wrapper,
.download-page .content_wrapper {
  max-width: none;
}

@media screen and (min-width: 769px) {
  .download-page .content_wrapper > .row {
    display: grid;
    grid-template-columns: 427fr 597fr;
    gap: 48px;
    margin: 0;
  }
  .download-page .content_wrapper > .row > [class*="col-"] {
    max-width: none;
    flex: none;
    width: auto;
    padding: 0;
  }
}

/* 資料DL の2カラム調整。
   左カラムのリード文「「冷凍に不向き」とされた食材も…」は 437px ないと改行するため
   左を広げ、その分プレートの左右余白とラベル〜入力の gap を詰めて
   入力欄の実効幅は落とさない。 */
@media screen and (min-width: 769px) {
  .download-page .content_wrapper > .row {
    grid-template-columns: 455fr 585fr;
    gap: 40px;
  }
  .download-2col .download-form {
    padding: 28px 28px 32px;
  }
  .download-2col .download-form .form-row {
    gap: 12px;
  }
}

/* 資料タイトルは 2 行想定。行間が 1.8 のままだと間延びするため詰める */
.download-heading {
  font-size: 20px;
  line-height: 1.35;
}

/* ニュース一覧のカテゴリ絞り込み。
   9 件程度の規模でカテゴリ別に独立 URL を持つと、/news/ の部分集合しかない
   薄いページが増えるため、一覧内フィルタに寄せている。 */
.news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.news-filter__btn {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}

.news-filter__btn:hover {
  border-color: #BC2339;
  color: #BC2339;
}

.news-filter__btn.is-active {
  background: #BC2339;
  border-color: #BC2339;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .news-filter__btn {
    padding: 5px 14px;
    font-size: 13px;
  }
}
