@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  background: #F4EFEF;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.72vw;
  }
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.714;
  font-weight: 400;
  color: #1F1F1F;
  min-width: 1100px;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.714;
    min-width: 1%;
    overflow-x: hidden;
    position: relative;
  }
}

.js-preload * {
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1280px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}

label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  padding-top: 6.875em;
}

@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 29.2vw;
  }
}

/* link
--------------------------------------------------*/
a {
  color: #1F1F1F;
  transition: 0.3s;
  will-change: transform;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  /*opacity: $opacity;*/
}

a:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  a:hover,
  a:focus {
    opacity: 1;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #1F1F1F;
  transition: 0.3s;
  will-change: transform;
}

button:hover {
  opacity: 0.5;
}

button:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  button:hover,
  button:focus {
    opacity: 1;
  }
}

button:hover {
  opacity: 0.5;
}

button:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  button:hover,
  button:focus {
    opacity: 1;
  }
}

.l-layout__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-layout__inner {
    width: auto;
    padding: 0 4.8vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.3s;
  z-index: 1000;
  min-width: 1100px;
}

@media screen and (max-width: 767px) {
  .l-header {
    min-width: inherit;
  }
}

@media print {
  .l-header {
    position: absolute;
  }
}

.l-header__group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.625em;
  background: #fff;
  border-bottom: 1px solid #000;
  padding: 0 1.5em;
}

.l-header__group img {
  max-width: 17em;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header__group {
    height: 11.2vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .l-header__group {
    height: 4vw;
  }

  .l-header__group img {
    height: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header__group img {
    width: 80%;
    margin: auto;
  }
}

.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 0 0 1em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5.3vw;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header-head {
    padding: 0;
  }
}

.l-header-head__menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header-head__menu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 18vw;
    height: 18vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .l-header-head__menu {
    width: 7vw;
    height: 7vw;
  }
}

.l-header-head-toggle {
  position: relative;
  width: 18vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF000F;
  height: 100%;
}

.l-header-head-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8vw;
  height: 8vw;
  background: url(../img/common/icon_toggle_off.svg) center center/100% auto no-repeat;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

@media (orientation: landscape) {
  .l-header-head-toggle::after {
    width: 4vw;
    height: 4vw;
  }
}

.l-header-head-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8vw;
  height: 8vw;
  background: url(../img/common/icon_toggle_on.svg) center center/100% auto no-repeat;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  opacity: 0;
}

@media (orientation: landscape) {
  .l-header-head-toggle::before {
    width: 4vw;
    height: 4vw;
  }
}

.l-header-head-toggle.is-open::after {
  opacity: 0;
}

.l-header-head-toggle.is-open::before {
  opacity: 1;
}

.l-header-head-toggle__img {
  width: 5.9vw;
  transition: 0.3s;
}

.is-open .l-header-head-toggle__img {
  opacity: 0;
}

.l-header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    padding-left: 4.8vw;
  }
}

.l-header-logo__ttl {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .l-header-logo__ttl {
    width: 66.7vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .l-header-logo__ttl {
    width: 40vw;
  }
}

.l-header-logo__ttl img {
  width: 100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-logo__ttl a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .l-header-menus {
    pointer-events: none;
    position: absolute;
    top: 29.2vw;
    left: 0;
    background: #fff;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100 - 29.2vw);
    padding: 0;
    opacity: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 10;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .l-header-menus {
    top: 11vw;
    max-height: calc(var(--vh, 1vh) * 100 - 11vw);
  }
}

@media screen and (max-width: 767px) {
  .is-fixed .l-header-menus {
    pointer-events: all;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-header-menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column-reverse;
    padding: 0;
  }
}

.l-header-menu__gnavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header-menu__gnavi {
    display: block;
    width: 100%;
  }
}

.l-header-gnavi {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi {
    display: none;
    margin: 0 5.3vw;
  }
}

.l-header-gnavi__item,
.l-header-gnavi__item--parent {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {

  .l-header-gnavi__item,
  .l-header-gnavi__item--parent {
    font-size: 1.4rem;
    border-bottom: 1px solid #DDD;
  }
}

.l-header-gnavi__item>a,
.l-header-gnavi__item--parent>a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.25em;
  padding: 0 0.25em;
}

.l-header-gnavi__item>a.is-current::before,
.l-header-gnavi__item--parent>a.is-current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FF000F;
}

@media screen and (max-width: 767px) {

  .l-header-gnavi__item>a.is-current::before,
  .l-header-gnavi__item--parent>a.is-current::before {
    height: 1vw;
  }
}

.l-header-gnavi__item+.l-header-gnavi__item,
.l-header-gnavi__item--parent+.l-header-gnavi__item,
.l-header-gnavi__item+.l-header-gnavi__item--parent,
.l-header-gnavi__item--parent+.l-header-gnavi__item--parent {
  margin-left: 1.5em;
}

@media screen and (max-width: 1279px) {

  .l-header-gnavi__item+.l-header-gnavi__item,
  .l-header-gnavi__item--parent+.l-header-gnavi__item,
  .l-header-gnavi__item+.l-header-gnavi__item--parent,
  .l-header-gnavi__item--parent+.l-header-gnavi__item--parent {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {

  .l-header-gnavi__item+.l-header-gnavi__item,
  .l-header-gnavi__item--parent+.l-header-gnavi__item,
  .l-header-gnavi__item+.l-header-gnavi__item--parent,
  .l-header-gnavi__item--parent+.l-header-gnavi__item--parent {
    margin-left: 0;
  }
}

@media (hover: hover) and (pointer: fine) {

  .l-header-gnavi__item:hover .l-header-gnavi__parent,
  .l-header-gnavi__item--parent:hover .l-header-gnavi__parent {
    color: #FF000F;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {

  .l-header-gnavi__item:hover .l-header-gnavi__parent,
  .l-header-gnavi__item--parent:hover .l-header-gnavi__parent {
    color: #1F1F1F;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnavi__link {
    display: block;
    padding: 1.286em 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-gnavi__link:hover {
    color: #FF000F;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .l-header-gnavi__link:hover {
    color: #1F1F1F;
  }
}

.l-header-gnavi__parent {
  position: relative;
  padding: 0 1em 0 0;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi__parent {
    pointer-events: none;
    display: block;
    padding: 1.286em 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-gnavi__parent:hover {
    color: #FF000F;
  }
}

.l-header-gnavi__parent::after {
  content: "";
  position: absolute;
  bottom: 0.7em;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #FF000F transparent transparent transparent;
  transform: translateX(-50%);
}

.l-header-gnavi-children {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.3s;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-children {
    display: none;
    pointer-events: all;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transition: none;
    padding: 5vw 0 0;
  }
}

.is-hover .l-header-gnavi-children {
  pointer-events: all;
  opacity: 1;
}

.l-header-gnavi-children .c-search-keywords-form {
  background: transparent;
  margin-top: 2.5em;
  padding: 0;
}

.l-header-gnavi-lower {
  padding: 2.5em;
}

@media screen and (max-width: 1279px) {
  .l-header-gnavi-lower {
    padding: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-lower {
    padding: 0 0 1.6vw;
    box-shadow: none;
  }
}

.l-header-gnavi-lower__item {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-lower__item {
    font-size: 1.2rem;
  }
}

.l-header-gnavi-lower__item.u-sp+.l-header-gnavi-lower__item {
  margin-top: 0;
}

.l-header-gnavi-lower__item+.l-header-gnavi-lower__item {
  margin-top: 1.3em;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-lower__item+.l-header-gnavi-lower__item {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-lower__link {
    position: relative;
    display: block;
    padding: 2.7vw 0 2.7vw 4.8vw;
  }

  .l-header-gnavi-lower__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.4em;
    height: 1px;
    background: #707070;
  }
}

.l-header-gnavi-lower__link:hover {
  color: #694832;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-lower__link:hover {
    color: #1F1F1F;
  }
}

.l-header-gnavi-sub {
  width: 800px;
  padding: 2.5em 0 3.375em;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub {
    width: auto;
    padding: 0 0 2em;
  }
}

.l-header-gnavi-sub-head {
  position: relative;
  margin-bottom: 1em;
}

.l-header-gnavi-sub-head__ttl {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  border-bottom: 1px solid #694832;
  margin: 0;
  padding: 0 0 1.25em;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-head__ttl {
    font-size: 2rem;
    padding: 0 0 1em;
  }
}

.l-header-gnavi-sub-head__ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3.3em;
  height: 3px;
  background: #FF000F;
}

.l-header-gnavi-sub-head__link {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  margin: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-head__link {
    top: 0.2em;
    transform: none;
  }
}

.l-header-gnavi-sub-head__link a {
  position: relative;
  display: block;
  padding-right: 3.125em;
  transition: 0.3s;
}

.l-header-gnavi-sub-head__link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.5em;
  width: 1.5em;
  height: 1em;
  background: url(../img/common/icon_arrow_bk.svg) center center/100% auto no-repeat;
  transition: transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-gnavi-sub-head__link a:hover {
    color: #FF000F;
    opacity: 1;
  }

  .l-header-gnavi-sub-head__link a:hover::after {
    background: url(../img/common/icon_arrow_rd.svg) center center/100% auto no-repeat;
    transform: translateX(0.5em);
  }

  .l-header-gnavi-sub-head__link a:hover img {
    opacity: 0.5;
  }
}

.l-header-gnavi-sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-list {
    justify-content: space-between;
  }
}

.l-header-gnavi-sub-list__item {
  width: 15em;
  margin-right: 2.5em;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-list__item {
    width: 48%;
    margin-right: 0;
    margin-top: 1em;
  }
}

.l-header-gnavi-sub-list__item:nth-child(3n) {
  margin-right: 0;
}

.l-header-gnavi-sub-list__item:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-list__item:nth-child(-n+3) {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.l-header-gnavi-sub-list__item img {
  transition: 0.3s;
}

.l-header-gnavi-sub-list__item a {
  display: block;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-gnavi-sub-list__item a:hover {
    color: #FF000F;
    opacity: 1;
  }

  .l-header-gnavi-sub-list__item a:hover .l-header-gnavi-sub-list__txt::after {
    background: url(../img/common/icon_arrow_rd.svg) center center/100% auto no-repeat;
    transform: translateX(0.5em);
  }

  .l-header-gnavi-sub-list__item a:hover img {
    opacity: 0.5;
  }
}

.l-header-gnavi-sub-list__txt {
  position: relative;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.875em;
}

@media screen and (max-width: 767px) {
  .l-header-gnavi-sub-list__txt {
    font-size: 1.2rem;
  }
}

.l-header-gnavi-sub-list__txt::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.5em;
  width: 1.5em;
  height: 1em;
  background: url(../img/common/icon_arrow_bk.svg) center center/100% auto no-repeat;
  transition: transform 0.3s;
}

.l-header-contact {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 2.5em;
}

@media screen and (max-width: 767px) {
  .l-header-contact {
    display: none;
  }
}

.l-header-contact__products {
  width: 4.25em;
  height: 4.25em;
}

.l-header-contact__products>a {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  padding-top: 3em;
}

.l-header-contact__products>a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icon_header_products.svg) 0 0 no-repeat;
  transform: translateX(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .l-header-contact__products>a:hover {
    opacity: 0.5;
  }
}

.l-header-contact__products.is-hover>a {
  opacity: 0.5;
}

.l-header-contact__products.is-current>a {
  opacity: 0.5;
}

.l-header-contact__contact {
  width: 4.25em;
  height: 4.25em;
}

.l-header-contact__contact>a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FF000F;
  padding-top: 3em;
}

.l-header-contact__contact>a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icon_header_contact.svg) center center no-repeat;
  transform: translateX(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .l-header-contact__contact>a:hover {
    opacity: 0.5;
  }
}

.l-header-contact__icon {
  width: 1.5em;
  height: auto;
}

.l-header-contact__txt {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.l-header-spnavi {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header-spnavi {
    display: block;
    padding-bottom: 16vw;
  }

  .l-header-spnavi::before {
    content: "";
    position: fixed;
    top: 29.2vw;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .l-header-spnavi::before {
    top: 11vw;
  }
}

.l-header-spnavi .c-search-keywords-form {
  background: transparent;
  margin: 0;
  padding: 8vw 4.8vw 0;
}

.l-header-spnavi__inner {
  padding: 0 4.8vw;
}

.l-header-spnavi-search {
  position: relative;
  border-bottom: 1px solid #707070;
  margin-top: 5.3vw;
  padding: 3.2vw 0 4.8vw;
}

.l-header-spnavi-search::before {
  content: "";
  position: absolute;
  bottom: -0.5vw;
  left: 0;
  width: 21.3vw;
  height: 1vw;
  background: #FF000F;
}

.l-header-spnavi-search__ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

@media (orientation: landscape) {
  .l-header-spnavi-search__ttl {
    font-size: 1.4rem;
  }
}

.l-header-spnavi-search__arrow {
  font-size: 1.8rem;
  text-align: right;
}

@media (orientation: landscape) {
  .l-header-spnavi-search__arrow {
    font-size: 1.2rem;
  }
}

.l-header-spnavi-product__item {
  font-size: 1.8rem;
  line-height: 1;
  border-bottom: 1px solid #E6DFDF;
}

@media (orientation: landscape) {
  .l-header-spnavi-product__item {
    font-size: 1.2rem;
  }
}

.l-header-spnavi-product__item a {
  position: relative;
  display: block;
  padding: 0.9em 0;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-spnavi-product__item a:hover {
    color: #FF000F;
  }

  .l-header-spnavi-product__item a:hover::after {
    background: url(../img/common/icon_arrow_rd.svg) 0 0/100% auto no-repeat;
    transform: translateX(0.5em);
  }
}

.l-header-spnavi-product__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0;
  width: 1.5em;
  height: 0.5em;
  background: url(../img/common/icon_arrow_bk.svg) 0 0/100% auto no-repeat;
  transition: transform 0.3s;
}

.l-header-spnavi-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 4.8vw;
  margin-top: 9.6vw;
}

.l-header-spnavi-list__item {
  width: 40vw;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 8.5vw;
}

@media (orientation: landscape) {
  .l-header-spnavi-list__item {
    font-size: 1.2rem;
  }
}

.l-header-spnavi-list__item:nth-child(-n+2) {
  margin-top: 0;
}

.l-header-spnavi-list__item a {
  position: relative;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-spnavi-list__item a:hover {
    color: #FF000F;
  }

  .l-header-spnavi-list__item a:hover::after {
    background: url(../img/common/icon_arrow_rd.svg) 0 0/100% auto no-repeat;
    transform: translateX(0.5em);
  }
}

.l-header-spnavi-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0;
  width: 1.5em;
  height: 0.5em;
  background: url(../img/common/icon_arrow_bk.svg) 0 0/100% auto no-repeat;
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.l-overlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  z-index: 2;
}

.l-overlay.is-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-overlay.is-active {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-overlay.is-sp-active {
    opacity: 1;
  }
}

.l-footer {
  background: #121212;
  padding: 5em 0 0;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 21.3vw;
    padding-top: 10.7vw;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
  }
}

.l-footer-logo {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .l-footer-logo {
    width: 100%;
  }
}

.l-footer-logo__txt {
  color: #fff;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .l-footer-logo__txt {
    margin-top: 1.5em;
  }
}

.l-footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .l-footer-nav {
    justify-content: space-between;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav-list {
    width: 50%;
  }
}

.l-footer-nav-list__item {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.l-footer-nav-list__item+.l-footer-nav-list__item {
  margin-top: 1em;
}

.l-footer-nav-list+.l-footer-nav-list {
  margin-left: 6.25em;
}

@media screen and (max-width: 767px) {
  .l-footer-nav-list+.l-footer-nav-list {
    margin: 0;
    padding-left: 1em;
  }
}

.l-footer-nav-child {
  padding-left: 2.5em;
}

@media screen and (max-width: 767px) {
  .l-footer-nav-child {
    padding-left: 1em;
  }
}

.l-footer-nav-child__item {
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1em;
}

.l-footer-nav a {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-nav a:hover {
    color: #F4EFEF;
  }
}

.l-footer-copy {
  position: relative;
  margin-top: 4.25em;
}

@media screen and (max-width: 767px) {
  .l-footer-copy {
    margin-top: 16vw;
  }
}

.l-footer-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 7.5em);
  min-width: 960px;
  height: 1px;
  background: #ddd;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .l-footer-copy::before {
    min-width: inherit;
    width: calc(100% - 9.6vw);
  }
}

.l-footer-copy__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.25em 0;
}

@media screen and (max-width: 767px) {
  .l-footer-copy__inner {
    display: block;
    padding: 5.3vw 4.8vw 4vw;
  }
}

.l-footer-copy__rights {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer-copy__rights {
    font-size: 1.2rem;
    margin-top: 5vw;
  }
}

.l-footer-copy-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer-copy-list {
    display: block;
  }
}

.l-footer-copy-list__item {
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-footer-copy-list__item {
    width: 12.5em;
  }
}

.l-footer-copy-list__item+.l-footer-copy-list__item {
  margin-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .l-footer-copy-list__item+.l-footer-copy-list__item {
    margin: 1em 0 0 0;
  }
}

.l-footer-copy-list__item a {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding-right: 1.5em;
}

@media screen and (max-width: 767px) {
  .l-footer-copy-list__item a {
    display: block;
    padding: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-copy-list__item a:hover {
    color: #F4EFEF;
  }
}

.c-aspectRatio {
  position: relative;
  width: 100%;
}

.c-aspectRatio__inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-inputCheckbox__input,
.c-inputRadio__input {
  display: none;
}

.c-inputCheckbox__mark,
.c-inputRadio__mark {
  position: relative;
  padding: 0 0 0 30px;
}

.c-inputCheckbox__mark::before,
.c-inputRadio__mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
}

.c-inputCheckbox__mark::after,
.c-inputRadio__mark::after {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #0000ff;
  width: 10px;
  height: 10px;
}

.c-inputRadio__mark::before,
.c-inputRadio__mark::after {
  border-radius: 50%;
}

:checked+.c-inputCheckbox__mark::after,
:checked+.c-inputRadio__mark::after {
  content: "";
}

.c-heading-01 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-heading-01 {
    display: block;
    padding-left: 0;
  }
}

.c-heading-01__ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1em;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .c-heading-01__ttl {
    font-size: 3rem;
    margin: 0 0 0.875em 0;
    padding-left: 1.5em;
    line-height: 1.5;
  }
}

.c-heading-01__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 2px;
  background: #FF000F;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .c-heading-01__ttl::before {
    width: 1em;
  }
}

.c-heading-01__en {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-heading-01__en {
    font-size: 1.4rem;
  }
}

.c-heading-02 {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #694832;
  margin: 0;
  padding: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .c-heading-02 {
    font-size: 2rem;
    padding: 0 0 1em;
  }
}

.c-heading-02::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3.3em;
  height: 3px;
  background: #FF000F;
}

.c-heading-03 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF000F;
  line-height: 1.6;
  padding-left: 0.7em;
}

.c-heading-03::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0.35em;
  height: calc(100% - 0.5em);
  background: #FF000F;
}

@media screen and (max-width: 767px) {
  .c-heading-03 {
    font-size: 2rem;
  }
}

.c-heading-04 {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-heading-04 {
    font-size: 1.8rem;
  }
}

.c-subtitle {
  margin: 1.5em 0 2.875em;
}

@media screen and (max-width: 767px) {
  .c-subtitle {
    font-size: 1.4rem;
    margin: 1.2em 0 2em;
  }
}

.c-newslist {
  background: linear-gradient(to right, #707070 1px, transparent 1px) left top/3px 1px repeat-x;
}

.c-newslist-ttl {
  clear: left;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 12.5em;
  box-sizing: border-box;
  padding: 1.5em 1.25em 1.5em 0;
}

@media screen and (max-width: 767px) {
  .c-newslist-ttl {
    justify-content: flex-start;
    float: none;
    width: 100%;
    padding: 2.7vw 0 0;
  }
}

.c-newslist-ttl__date {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-newslist-ttl__date {
    font-size: 1.2rem;
  }
}

.c-newslist-ttl__cat {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  border-radius: 0.25em;
  padding: 0.5em 1.2em;
}

@media screen and (max-width: 767px) {
  .c-newslist-ttl__cat {
    width: 27vw;
    text-align: center;
    font-size: 1.1rem;
    margin-left: 1.5em;
  }
}

.c-newslist-ttl__cat.cat_products {
  background: #FF000F;
}

.c-newslist-ttl__cat.cat_news {
  background: #FF000F;
}

.c-newslist-ttl__cat.cat_recruit {
  background: #000;
}

.c-newslist__detail {
  background: linear-gradient(to right, #707070 1px, transparent 1px) left bottom/3px 1px repeat-x;
  padding: 1.5em 0 1.5em 12.5em;
}

.c-newslist__detail a:hover {
  color: #FF000F;
}

@media screen and (max-width: 767px) {
  .c-newslist__detail {
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    padding: 1em 0 1.2em;
  }
}

.c-txtlink-arrow,
.c-txtlink-arrow--wh {
  font-weight: 700;
  line-height: 1;
}

.c-txtlink-arrow a,
.c-txtlink-arrow--wh a {
  position: relative;
  display: inline-block;
  color: #1F1F1F;
  padding-right: 2.625em;
}

@media (hover: hover) and (pointer: fine) {

  .c-txtlink-arrow a:hover,
  .c-txtlink-arrow--wh a:hover {
    color: #FF000F;
  }

  .c-txtlink-arrow a:hover::after,
  .c-txtlink-arrow--wh a:hover::after {
    background: url(../img/common/icon_arrow_rd.svg) 0 0/100% auto no-repeat;
    transform: translateX(0.5em);
  }
}

.c-txtlink-arrow a::after,
.c-txtlink-arrow--wh a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0;
  width: 1.625em;
  height: 0.5em;
  background: url(../img/common/icon_arrow_bk.svg) 0 0/100% auto no-repeat;
  transition: transform 0.3s;
}

.c-txtlink-arrow--wh a {
  color: #fff;
}

.c-txtlink-arrow--wh a::after {
  background: url(../img/common/icon_arrow_wh.svg) 0 0/100% auto no-repeat;
}

@media (hover: hover) and (pointer: fine) {
  .c-txtlink-arrow--wh a:hover {
    color: #F4EFEF;
  }

  .c-txtlink-arrow--wh a:hover::after {
    background: url(../img/common/icon_arrow_be.svg) 0 0/100% auto no-repeat;
    transform: translateX(0.5em);
  }
}

.c-txtlink-list {
  font-weight: 700;
  line-height: 1;
}

.c-txtlink-list a {
  position: relative;
  display: inline-block;
  color: #1F1F1F;
  margin-top: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-txtlink-list a:hover {
    color: #FF000F;
  }
}

.c-txtlink--right {
  text-align: right;
}

.c-search__txt {
  line-height: 1;
  margin: 2em 0 3em;
}

@media screen and (max-width: 767px) {
  .c-search__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 1em 0 1.5em;
  }
}

.c-search-keywords-form {
  background: #fff;
  padding: 2.5em 5em;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-form {
    margin: 0 -4.8vw;
    padding: 6.4vw 4.8vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-search-keywords-form {
    padding-top: 4vw;
  }
}

.c-search-keywords-form form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.c-search-keywords-form form input[type=search] {
  width: calc(100% - 8em);
  height: 3.125em;
  border: 1px solid #707070;
  border-radius: 0.25em;
  font-weight: 500;
  padding: 0 1em;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-form form input[type=search] {
    width: calc(100% - 22.4vw);
    height: 14vw;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-search-keywords-form form input[type=search] {
    height: 8vw;
    font-size: 1.1rem;
  }
}

.c-search-keywords-form form input[type=search]:focus {
  outline: none;
}

.c-search-keywords-form form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.125em;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  text-align: center;
  border-radius: 0.25em;
  font-weight: 500;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-form form input[type=submit] {
    width: 20.5vw;
    height: 14vw;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-search-keywords-form form input[type=submit] {
    height: 8vw;
    font-size: 1.1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-search-keywords-form form input[type=submit]:hover {
    background: #fff;
    color: #FF000F;
  }
}

.c-search-keywords-form .mf_finder_searchBox {
  margin: 0;
}

.c-search-keywords-form .mf_finder_searchBox_items_wrapper {
  width: 100%;
}

.c-search-keywords-form .mf_finder_searchBox_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.125em;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  text-align: center;
  border-radius: 0.25em;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-form .mf_finder_searchBox_submit {
    width: 20.5vw;
    height: 14vw;
  }
}

.c-search-keywords-form .mf_finder_searchBox_submit::before {
  content: "検  索";
}

@media (hover: hover) and (pointer: fine) {
  .c-search-keywords-form .mf_finder_searchBox_submit:hover {
    background: #fff;
    color: #FF000F;
    opacity: 1;
  }
}

.c-search-keywords-form .mf_finder_searchBox_submit {
  padding: 0;
}

.c-search-keywords-form .mf_finder_searchBox_items {
  justify-content: space-between;
  padding: 0 !important;
}

.c-search-keywords-form .mf_finder_searchBox_query_wrap {
  width: calc(100% - 8em);
  flex-grow: inherit;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-form .mf_finder_searchBox_query_wrap {
    width: calc(100% - 22.4vw);
  }
}

.c-search-keywords-form .mf_finder_searchBox_query_wrap input {
  width: 100%;
  height: 3.125em;
  border: 1px solid #707070;
  border-radius: 0.25em;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-form .mf_finder_searchBox_query_wrap input {
    height: 14vw;
    font-size: 1.3rem;
  }
}

.c-search-keywords-form .mf_finder_searchBox_query_wrap input:focus {
  outline: none;
}

.c-search-keywords-result {
  margin: 3em 0 0;
}

.c-search-keywords-result .mf_finder_searchBox {
  background: #fff;
  padding: 2.5em 5em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox {
    margin: 0 -4.8vw;
    padding: 6.4vw 4.8vw;
  }
}

.c-search-keywords-result .mf_finder_searchBox_doctype::after {
  top: 50%;
  transform: translateY(-50%);
}

.c-search-keywords-result .mf_finder_searchBox_doctype_select {
  height: 3.125em;
  border: 1px solid #707070;
  border-radius: 0.25em;
  font-size: 1.6rem;
  padding: 0 2em 0 1em;
}

.c-search-keywords-result .mf_finder_searchBox_items {
  justify-content: space-between;
  padding: 0 !important;
}

.c-search-keywords-result .mf_finder_searchBox_items_wrapper {
  width: 100%;
}

.c-search-keywords-result .mf_finder_searchBox_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.125em;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  text-align: center;
  border-radius: 0.25em;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_submit {
    width: 20.5vw;
    height: 14vw;
  }
}

.c-search-keywords-result .mf_finder_searchBox_submit::before {
  content: "検  索";
}

@media (hover: hover) and (pointer: fine) {
  .c-search-keywords-result .mf_finder_searchBox_submit:hover {
    background: #fff;
    color: #FF000F;
    opacity: 1;
  }
}

.c-search-keywords-result .mf_finder_searchBox_submit {
  padding: 0;
}

.c-search-keywords-result .mf_finder_searchBox_query_wrap {
  margin: 0 0.5em;
}

.c-search-keywords-result .mf_finder_searchBox_query_wrap input {
  width: 100%;
  height: 3.125em;
  border: 1px solid #707070;
  border-radius: 0.25em;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_query_wrap input {
    height: 14vw;
    font-size: 1.3rem;
  }
}

.c-search-keywords-result .mf_finder_searchBox_query_wrap input:focus {
  outline: none;
}

.c-search-keywords-result .mf_finder_searchBox_selects select {
  height: 3.125em;
  border: 1px solid #707070;
  border-radius: 0.25em;
  font-size: 1.6rem;
  padding: 0 2em 0 1em;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_selects select {
    padding: 0 1.2em 0 0.5em;
  }
}

.c-search-keywords-result .mf_finder_searchBox_misc {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_misc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
  }
}

.c-search-keywords-result .mf_finder_searchBox_misc label {
  margin: 0 !important;
}

.c-search-keywords-result .mf_finder_searchBox_misc label+label {
  margin-left: 1em !important;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_misc label+label {
    margin-left: 0.5em !important;
  }
}

.c-search-keywords-result .mf_finder_searchBox_misc label::before {
  font-size: 1.6rem;
  width: 1em;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_misc label::before {
    font-size: 1.4rem;
    margin-right: 0.3em;
  }
}

.c-search-keywords-result .mf_finder_searchBox_misc label::after {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_searchBox_misc label::after {
    right: 6px;
  }
}

.c-search-keywords-result .mf_finder_organic {
  margin-top: 2em;
}

.c-search-keywords-result .mf_finder_organic_doc {
  border-bottom: 1px solid #707070;
}

.c-search-keywords-result .mf_finder_organic_doc:first-child {
  border-top: 1px solid #707070;
}

.c-search-keywords-result .mf_finder_organic_doc_title {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_doc_title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_doc_img {
    width: 20vw !important;
  }
}

.c-search-keywords-result .mf_finder_organic_doc_body {
  height: auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_doc_body {
    font-size: 1.2rem;
  }
}

.c-search-keywords-result .mf_finder_organic_header_wrapper {
  margin: 0;
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_query {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_query {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_query::before,
.c-search-keywords-result .mf_finder_organic_header .mf_finder_query::after {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 767px) {

  .c-search-keywords-result .mf_finder_organic_header .mf_finder_query::before,
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_query::after {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range span {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range span::before,
.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range span::after {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range span::before,
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_range span::after {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total::before,
.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total::after {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total::before,
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total::after {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total span {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total span::before,
.c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total span::after {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total span::before,
  .c-search-keywords-result .mf_finder_organic_header .mf_finder_organic_nums .mf_finder_organic_total span::after {
    font-size: 1.4rem !important;
  }
}

.c-search-keywords-result .mf_finder_organic_pager_wrapper {
  margin-top: 2em;
}

.c-search-business-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background: #fff;
  max-width: 50.5em;
  border-radius: 0.25em;
  margin: 0 auto;
  padding: 2.5em 5.5em;
}

@media screen and (max-width: 767px) {
  .c-search-business-list {
    justify-content: space-between;
    border-radius: 2.1vw;
    padding: 6.7vw 7.2vw 3vw;
  }
}

.c-search-business-list__item {
  width: 19.6%;
  margin-right: 7.2%;
  margin-top: 1.875em;
}

@media screen and (max-width: 767px) {
  .c-search-business-list__item {
    width: 45.4%;
    margin-top: 2vw;
    margin-right: 0;
  }
}

.c-search-business-list__item:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-search-business-list__item:nth-child(-n+4) {
    margin-top: 2vw;
  }
}

.c-search-business-list__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .c-search-business-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.c-search-business-list__item img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.c-search-business-list__item a {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .c-search-business-list__item a:hover {
    color: #FF000F;
  }

  .c-search-business-list__item a:hover img {
    opacity: 0.5;
  }
}

.c-search-business-list__txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  margin: 0.714em -1em 0;
}

@media screen and (max-width: 767px) {
  .c-search-business-list__txt {
    height: 3.428em;
  }
}

.c-search-category-btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  padding: 4.7em 5em;
}

@media screen and (max-width: 767px) {
  .c-search-category-btn {
    display: block;
    padding: 10.7vw 17.1vw;
    margin: 0 -4.8vw;
  }
}

.c-search-category-btn__item {
  width: 15.625em;
  height: 3.25em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-search-category-btn__item {
    width: 100%;
    height: 13.6vw;
  }

  .c-search-category-btn__item+.c-search-category-btn__item {
    margin-top: 1em;
  }
}

.c-search-category-btn__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #FF000F;
  background: #fff;
  color: #FF000F;
  border-radius: 3em;
}

@media (hover: hover) and (pointer: fine) {
  .c-search-category-btn__item a:hover {
    background: #FF000F;
    color: #fff;
  }
}

.c-search-name-tab {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab {
    margin-top: 6.4vw;
  }
}

.c-search-name-tab-btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-btn {
    margin-bottom: 6.4vw;
  }
}

.c-search-name-tab-btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 60px;
  background: #fff;
  color: #FF000F;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-btn__item {
    width: 50%;
    height: 16vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-search-name-tab-btn__item:hover {
    background: #FF000F;
    color: #fff;
  }
}

.c-search-name-tab-btn__item.is-active {
  background: #FF000F;
  color: #fff;
}

.c-search-name-tab__block {
  display: none;
  overflow: hidden;
}

.c-search-name-tab__block.is-active {
  display: block;
}

.c-search-name-tab-list {
  float: left;
  width: 470px;
  border-bottom: 1px solid #E6DFDF;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-list {
    float: none;
    width: 100%;
  }
}

.c-search-name-tab-list+.c-search-name-tab-list {
  float: right;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-list+.c-search-name-tab-list {
    float: none;
  }
}

.c-search-name-tab-list__item {
  border-top: 1px solid #E6DFDF;
}

.c-search-name-tab-list__ttl {
  position: relative;
  padding: 1.8em 4em 1.8em 2em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-list__ttl {
    padding: 12.8vw 10.7vw 12.8vw 2.7vw;
  }
}

.c-search-name-tab-list__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625em;
  width: 1.125em;
  height: 2px;
  background: #FF000F;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-list__ttl::before {
    right: 1.6vw;
    width: 6.4vw;
  }
}

.c-search-name-tab-list__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(2.188em - 1px);
  width: 2px;
  height: 1.125em;
  background: #FF000F;
  margin-top: -0.563em;
}

@media screen and (max-width: 767px) {
  .c-search-name-tab-list__ttl::after {
    right: calc(4.8vw - 1px);
    height: 6.4vw;
    margin-top: -3.2vw;
  }
}

.c-search-name-tab-list__ttl.is-open::after {
  content: none;
}

.c-search-name-list {
  display: none;
  padding: 0 2em 1.5em;
}

@media screen and (max-width: 767px) {
  .c-search-name-list {
    padding: 0 2.7vw 8vw 2.7vw;
  }
}

.c-search-name-list__item {
  line-height: 1.714;
}

.c-search-name-list__item a {
  color: #FF000F;
  text-decoration: underline;
}

.c-search-name-list__item+.c-search-name-list__item {
  margin-top: 1.5em;
}

.c-search-result-list {
  margin-top: 2.375em;
}

.c-search-result-list__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #E6DFDF;
  padding: 0 0 1em;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list__item {
    align-items: center;
    margin-top: 1em;
  }
}

.c-search-result-list__item:first-child {
  margin-top: 0;
}

.c-search-result-list-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: calc(100% - 10em);
  padding-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list-data {
    display: block;
    width: calc(100% - 28vw);
    line-height: 1;
    padding: 0;
  }
}

.c-search-result-list-data__cat {
  font-size: 1.4rem;
  flex-shrink: 0;
  color: #FF000F;
  background: #fff;
  border: 1px solid #FF000F;
  border-radius: 2em;
  line-height: 1;
  margin-right: 1.3em;
  padding: 1em 1.4em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list-data__cat {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    padding: 0.5em 1em;
  }
}

.c-search-result-list-data__cat2 {
  font-size: 1.4rem;
  flex-shrink: 0;
  color: #14225F;
  background: #fff;
  border: 1px solid #14225F;
  border-radius: 2em;
  line-height: 1;
  margin-right: 1.3em;
  padding: 1em 1.4em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list-data__cat2 {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    padding: 0.5em 1em;
  }
}

.c-search-result-list-data__cat3 {
  font-size: 1.4rem;
  flex-shrink: 0;
  color: #098480;
  background: #fff;
  border: 1px solid #098480;
  border-radius: 2em;
  line-height: 1;
  margin-right: 1.3em;
  padding: 1em 1.4em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list-data__cat3 {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    padding: 0.5em 1em;
  }
}

.c-search-result-list-data__name {
  font-size: 2.2rem;
  position: absolute;
  left: 8em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list-data__name {
    position: static;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0.3em;
  }
}

.c-search-result-list-data__name span {
  font-size: 1.4rem;
  display: block;
  line-height: initial;
}

@media screen and (max-width: 767px) {
  .c-search-result-list-data__name span {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.3em;
  }
}

.c-search-result-list__btn {
  width: 8.25em;
  height: 3.125em;
}

@media screen and (max-width: 767px) {
  .c-search-result-list__btn {
    width: 24vw;
    height: 10vw;
    font-size: 1.2rem;
  }
}

.c-search-result-list__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #FF000F;
}

@media (hover: hover) and (pointer: fine) {
  .c-search-result-list__btn a:hover {
    background: #fff;
    color: #FF000F;
  }
}

.c-lowermv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../img/common/bg_lower_mv.svg) right 0/auto 100% no-repeat #DEDEDE;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .c-lowermv {
    height: 40.5vw;
    background-image: none;
    padding: 0 4.8vw;
  }
}

.c-lowermv__inner {
  border-left: 4px solid #FF000F;
  padding: 0.875em 0 0.875em 1em;
}

@media screen and (max-width: 767px) {
  .c-lowermv__inner {
    width: 100%;
    padding: 0.3em 0 0.3em 1em;
  }
}

.c-lowermv-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-lowermv-head__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-lowermv-head__ttl {
    font-size: 3.1rem;
  }
}

.c-lowermv-head__en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .c-lowermv-head__en {
    margin-left: 1em;
  }
}

.c-lowermv__txt {
  line-height: 1;
  margin-top: 1.375em;
}

@media screen and (max-width: 767px) {
  .c-lowermv__txt {
    line-height: 1.6;
  }
}

.c-breadcrumb {
  width: 960px;
  margin: 1em auto 80px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    width: 100%;
    padding: 0 4.8vw;
    margin: 1em 0 2em;
    box-sizing: border-box;
  }
}

.c-breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-right: 0.5em;
}

.c-breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.6em;
  background: url(../img/common/icon_breadcrumb_arrow.svg) center center/auto 100% no-repeat;
  margin: 0 0 0.1em 0.5em;
}

.c-breadcrumb__item:last-child {
  margin-right: 0;
}

.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-breadcrumb__item a {
  text-decoration: underline;
  color: #FF000F;
}

.c-pagetop,
.c-pagetop--none {
  position: sticky;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  margin: 50px 0 20px auto;
  z-index: 90;
  opacity: 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {

  .c-pagetop,
  .c-pagetop--none {
    display: none !important;
  }
}

.c-pagetop.is-active,
.is-active.c-pagetop--none {
  opacity: 1;
}

.c-pagetop__link {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.gecko .c-pagetop__link {
  right: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .c-pagetop__link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .c-pagetop__link {
    width: 10.7vw;
    height: 10.7vw;
    right: 2.1vw;
    bottom: 2.2vw;
  }
}

.c-pagetop__link img {
  width: 100%;
  height: auto;
}

.c-pagetop--none {
  bottom: 0;
}

.c-pagetop--none .c-pagetop__link {
  bottom: 20px;
}

.c-floating {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-floating {
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.c-floating__products {
  width: 50%;
}

@media (orientation: landscape) {
  .c-floating__products {
    font-size: 1rem;
  }
}

.c-floating__products a {
  position: relative;
  background: #000;
}

.c-floating__products a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 8vw;
  height: 8vw;
  background: url(../img/common/icon_header_products.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}

@media (orientation: landscape) {
  .c-floating__products a::before {
    width: 3vw;
    height: 3vw;
  }
}

.c-floating__contact {
  width: 50%;
}

@media (orientation: landscape) {
  .c-floating__contact {
    font-size: 1rem;
  }
}

.c-floating__contact a {
  position: relative;
  background: #FF000F;
}

.c-floating__contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 8vw;
  height: 8vw;
  background: url(../img/common/icon_header_contact.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}

@media (orientation: landscape) {
  .c-floating__contact a::before {
    width: 3vw;
    height: 3vw;
  }
}

.c-floating a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14.9vw;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
}

@media (orientation: landscape) {
  .c-floating a {
    height: 7vw;
  }
}

.c-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
  width: 960px;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .c-column {
    display: block;
    width: 100%;
    margin: 10.7vw 0 0;
    padding: 0 4.8vw;
  }
}

.c-column__main {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .c-column__main {
    width: 100%;
  }
}

.c-column__side {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .c-column__side {
    width: 100%;
  }
}

.c-table {
  width: 100%;
  border-spacing: 0;
  margin-top: 2.5em;
}

.c-table__ttl,
.c-table__ttl--small {
  width: 19.25em;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.5em 1.25em;
  border-top: 1px solid #E6DFDF;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .c-table__ttl,
  .c-table__ttl--small {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.c-table__ttl--small {
  width: 9.125em;
}

@media screen and (max-width: 767px) {
  .c-table__ttl--small {
    width: 100%;
  }
}

.c-table__detail {
  background: #fff;
  line-height: 1.5;
  padding: 1.5em 1.25em;
  border-top: 1px solid #E6DFDF;
}

@media screen and (max-width: 767px) {
  .c-table__detail {
    display: block;
    width: 100%;
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 1em;
  }
}

.c-table tr:first-child th,
.c-table tr:first-child td {
  border-top: 0;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
  margin-bottom: 16px;
}

.u-margin.-middle {
  margin-bottom: 32px;
}

.u-margin.-large {
  margin-bottom: 64px;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

.p-home-mv {
  position: relative;
  height: 530px;
}

@media screen and (max-width: 767px) {
  .p-home-mv {
    height: calc(var(--vh, 1vh) * 100 - 19.2vw - 29.2vw);
    min-height: 100vw;
  }
}

.p-home-mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 960px) / 2 + 734px);
  height: calc(100% - 3.75em);
  background: url(../img/home/bg_mv_pc.jpg) center bottom/cover no-repeat;
  border-bottom-left-radius: 2em;
}

@media screen and (max-width: 767px) {
  .p-home-mv::before {
    width: calc(100% - 14vw);
    height: calc(100% - 13vw);
    background: url(../img/home/bg_mv_sp.jpg) center bottom/cover no-repeat;
    border-bottom-left-radius: 6.4vw;
  }
}

.p-home-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((100% - 960px) / 2 + 620px);
  height: 3.75em;
  background: #FF000F;
}

@media screen and (max-width: 767px) {
  .p-home-mv::after {
    width: 70vw;
    height: 13vw;
  }
}

.p-home-mv__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 0 5em 5em;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-home-mv__inner {
    padding: 0 0 18vw 4.8vw;
  }
}

.p-home-mv__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-home-mv__ttl {
    font-size: 3.6rem;
  }
}

.p-home-mv-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-home-mv-scroll {
    left: 4.8vw;
  }
}

.p-home-mv-scroll__inner {
  position: relative;
  height: 88px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-lr;
  padding: 0 0 0 0.75em;
}

@media screen and (max-width: 767px) {
  .p-home-mv-scroll__inner {
    height: 29vw;
    font-size: 1.5rem;
    padding-left: 1.5vw;
  }
}

.p-home-mv-scroll__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #707070;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  70%,
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.p-home-keywords {
  margin-top: 5.625em;
}

@media screen and (max-width: 767px) {
  .p-home-keywords {
    margin-top: 13vw;
  }
}

.p-home-business {
  position: relative;
  padding-bottom: 3.75em;
  margin-top: 5.625em;
}

@media screen and (max-width: 767px) {
  .p-home-business {
    margin-top: 13vw;
  }
}

.p-home-business::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22em;
  background: url(../img/home/bg_business.jpg) 0 0/cover no-repeat;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-home-business::after {
    height: 64.5vw;
  }
}

.p-home-category {
  margin-top: 6.563em;
}

@media screen and (max-width: 767px) {
  .p-home-category {
    margin-top: 13vw;
  }
}

.p-home-name {
  margin-top: 6.563em;
}

@media screen and (max-width: 767px) {
  .p-home-name {
    margin-top: 13vw;
  }
}

.p-home-name-btn {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 2.875em 0 2.5em;
}

@media screen and (max-width: 767px) {
  .p-home-name-btn {
    display: block;
    margin: 6.4vw 0 10vw;
  }
}

.p-home-name-btn__item {
  width: 24.125em;
  height: 6em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-home-name-btn__item {
    width: 100%;
    height: 32vw;
  }
}

.p-home-name-btn__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #FF000F;
}

@media screen and (max-width: 767px) {
  .p-home-name-btn__item a {
    background: #FF000F;
    color: #fff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-home-name-btn__item a:hover {
    background: #FF000F;
    color: #fff;
  }
}

.p-home-name-btn__item+.p-home-name-btn__item {
  margin-left: 1.75em;
}

@media screen and (max-width: 767px) {
  .p-home-name-btn__item+.p-home-name-btn__item {
    margin: 1em 0 0 0;
  }

  .p-home-name-btn__item+.p-home-name-btn__item a {
    background: #fff;
    color: #FF000F;
  }
}

.p-home-news {
  background: #fff;
  padding: 3.125em 0 2.625em;
  margin-top: 6.25em;
}

@media screen and (max-width: 767px) {
  .p-home-news {
    margin-top: 13vw;
    padding: 9.6vw 0;
  }
}

.p-home-news__list {
  margin-bottom: 1.375em;
}

.p-home-block,
.p-home-block--reverse {
  position: relative;
  margin-top: 6.25em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  .p-home-block,
  .p-home-block--reverse {
    margin-top: 21.3vw;
  }
}

.p-home-block::after,
.p-home-block--reverse::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - 960px) / 2 + 258px);
  height: 464px;
  background: #AB2415;
  z-index: -2;
}

@media screen and (max-width: 767px) {

  .p-home-block::after,
  .p-home-block--reverse::after {
    width: 42.7vw;
    height: 42.7vw;
  }
}

.p-home-block-img {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 2.625em;
}

@media screen and (max-width: 767px) {
  .p-home-block-img {
    padding-bottom: 6.4vw;
  }
}

.p-home-block-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 624px 464px 478px;
  border-color: transparent transparent #FF000F transparent;
  z-index: -1;
}

@media screen and (max-width: 1370px) {
  .p-home-block-img::before {
    border-width: 0 600px 464px 400px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-block-img::before {
    border-width: 0 57.3vw 42.7vw 42.7vw;
  }
}

.p-home-block-img-inner {
  width: 58.375em;
  height: 430px;
  border-right: 1em solid #AB2415;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-home-block-img-inner {
    width: calc(100% - 4.8vw);
    height: 43.7vw;
    box-sizing: border-box;
    border-right: 1.6vw solid #AB2415;
  }
}

.p-home-block-img-inner__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-home-block-img-inner a:hover img {
  transform: scale(1.05);
}

.p-home-block__link {
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .p-home-block__link {
    margin-top: 6.4vw;
  }
}

.p-home-block__link.is-active a {
  color: #F4EFEF;
}

.p-home-block__link.is-active a::after {
  background: url(../img/common/icon_arrow_be.svg) 0 0/100% auto no-repeat;
  transform: translateX(0.5em);
}

.p-home-block--reverse::after {
  left: auto;
  right: 0;
}

.p-home-block--reverse .p-home-block-img::before {
  left: auto;
  right: 0;
  border-width: 0 478px 464px 624px;
}

@media screen and (max-width: 1370px) {
  .p-home-block--reverse .p-home-block-img::before {
    border-width: 0 400px 464px 600px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-block--reverse .p-home-block-img::before {
    border-width: 0 42.7vw 42.7vw 57.3vw;
  }
}

.p-home-block--reverse .p-home-block-img-inner {
  border-right: 0;
  border-left: 1em solid #AB2415;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 767px) {
  .p-home-block--reverse .p-home-block-img-inner {
    border-left: 1.6vw solid #AB2415;
  }
}

.p-product__block+.p-product__block {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-product__block+.p-product__block {
    margin-top: 10.7vw;
  }
}

.p-product-field-anchor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1.625em 0 0;
}

@media screen and (max-width: 767px) {
  .p-product-field-anchor {
    justify-content: space-between;
  }
}

.p-product-field-anchor__item {
  font-size: 1.4rem;
  margin-right: 4em;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .p-product-field-anchor__item {
    width: 48%;
    margin-right: 0;
  }
}

.p-product-field-anchor__item a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.3em;
}

.p-product-field-anchor__item a::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.1em;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 2px solid #FF000F;
  border-left: 2px solid #FF000F;
  transform: rotate(-45deg);
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-field-anchor__item a:hover::before {
    top: 0.5em;
  }
}

.p-product-field-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  background: #fff;
  border-radius: 3em;
  margin: 0 auto 3.75em;
  padding: 0.75em 0;
}

@media screen and (max-width: 767px) {
  .p-product-field-nav {
    width: auto;
    margin-bottom: 10.7vw;
  }
}

.p-product-field-nav__item,
.p-product-field-nav__item--current {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  .p-product-field-nav__item,
  .p-product-field-nav__item--current {
    font-size: 1.4rem;
  }
}

.p-product-field-nav__item+.p-product-field-nav__item,
.p-product-field-nav__item--current+.p-product-field-nav__item,
.p-product-field-nav__item+.p-product-field-nav__item--current,
.p-product-field-nav__item--current+.p-product-field-nav__item--current {
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {

  .p-product-field-nav__item+.p-product-field-nav__item,
  .p-product-field-nav__item--current+.p-product-field-nav__item,
  .p-product-field-nav__item+.p-product-field-nav__item--current,
  .p-product-field-nav__item--current+.p-product-field-nav__item--current {
    margin-left: 0.5em;
  }
}

.p-product-field-nav__item a,
.p-product-field-nav__item--current a {
  position: relative;
  display: inline-block;
  padding: 0.6em 1em 0.6em 2.4em;
  border-radius: 2em;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {

  .p-product-field-nav__item a,
  .p-product-field-nav__item--current a {
    padding: 0.6em 0.8em 0.6em 2.4em;
  }
}

@media (hover: hover) and (pointer: fine) {

  .p-product-field-nav__item a:hover,
  .p-product-field-nav__item--current a:hover {
    background: #F4EFEF;
    opacity: 1;
  }
}

.p-product-field-nav__item a::before,
.p-product-field-nav__item--current a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_field_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-product-field-nav__item--current a {
  background: #F4EFEF;
  opacity: 1;
}

.p-product-field__block+.p-product-field__block {
  margin-top: 3.125em;
}

@media screen and (max-width: 767px) {
  .p-product-field__block+.p-product-field__block {
    margin-top: 10.7vw;
  }
}

.p-product-field__txt {
  margin: 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .p-product-field__txt {
    font-size: 1.4rem;
  }
}

.p-product-field__txt_right {
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .p-product-field__txt_right {
    font-size: 1.4rem;
  }
}

.p-product-field-imgblock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-product-field-imgblock {
    display: block;
  }
}

.p-product-field-imgblock__img {
  width: 28.75em;
  height: 17em;
}

@media screen and (max-width: 767px) {
  .p-product-field-imgblock__img {
    width: 100%;
    height: 60%;
  }
}

.p-product-field-imgblock__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-product-field-imgblock-list1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 29em;
  flex-wrap: wrap;
  background: #fff;
  padding: 1.5em 2em;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-product-field-imgblock-list1 {
    width: 100%;
    padding: 1.2em 1.5em;
  }
}

.p-product-field-imgblock-list1__item {
  width: 11.25em;
  line-height: 1.6;
  margin-top: 1.1em;
}

@media screen and (max-width: 767px) {
  .p-product-field-imgblock-list1__item {
    width: 46%;
    font-size: 1.4rem;
    margin-top: 0.8em;
  }
}

.p-product-field-imgblock-list1__item:nth-child(-n+2) {
  margin-top: 0;
}

.p-product-field-imgblock-list1__item .c-txtlink-arrow {
  line-height: 1.4;
}

.p-product-field-imgblock-list1__item .c-txtlink-arrow a::after {
  top: 0.45em;
}

.p-product-field-imgblock-list2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 1.5em 2em;
  margin-top: 3rem;
}

.p-product-field-imgblock-list2__item {
  width: 11.25em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-product-field-imgblock-list2__item {
    width: 46%;
    font-size: 1.4rem;
    margin-top: 0.8em;
  }
}

.p-product-field-imgblock-list2__item .c-txtlink-arrow {
  line-height: 1.4;
}

.p-product-field-imgblock-list2__item .c-txtlink-arrow a::after {
  top: 0.45em;
}

.p-product-business {
  margin-top: 3.125em;
}

@media screen and (max-width: 767px) {
  .p-product-business {
    margin-top: 10.7vw;
  }
}

.p-product-business__img {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-product-business__img {
    margin-bottom: 0;
  }
}

.p-product-detail__general {
  margin: 1em 0 2.5em;
}

@media screen and (max-width: 767px) {
  .p-product-detail__general {
    margin-bottom: 6.4vw5;
  }
}

.p-product-detail-img {
  position: relative;
  background: #fff;
  padding: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-img {
    padding: 4.3vw 6.4vw;
  }
}

.p-product-detail-img__txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-product-detail-img__txt {
    font-size: 2rem;
  }
}

.p-product-detail-img img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-product-detail-img img {
    margin-top: 1em;
  }
}

.p-product-detail__ttl {
  margin-top: 1.5em;
}

.p-product-detail__sub {
  margin-top: 1.6em;
}

.p-product-detail__txt {
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .p-product-detail__txt {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-product-detail__txt+.p-product-detail__ttl {
    margin-top: 1em;
  }
}

.p-product-detail-content {
  background: #fff;
  margin-top: 1.5em;
  padding: 1.5em 1.625em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-content {
    margin-top: 6.4vw;
    padding: 5.2vw 6.4vw;
  }
}

.p-product-detail-content__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-product-detail-content__column {
    display: block;
  }
}

.p-product-detail-content__column img {
  width: 48.5%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-product-detail-content__column img {
    width: 100%;
  }

  .p-product-detail-content__column img+img {
    margin-top: 1em;
  }
}

*+.p-product-detail-content__column {
  margin-top: 1em;
}

.p-product-detail-content__number {
  position: relative;
  padding-left: 1.5em;
}

.p-product-detail-content__number span {
  position: absolute;
  top: 0;
  left: 0;
}

*+.p-product-detail-content__number {
  margin-top: 1em;
}

*+.p-product-detail-content__txt {
  margin-top: 1em;
}

.p-product-detail-content__img img {
  width: 100%;
  height: auto;
}

*+.p-product-detail-content__img {
  margin-top: 1em;
}

.p-product-detail-number {
  /*counter-reset: number;*/
}

.p-product-detail-number__item {
  position: relative;
  /*padding: 0 0 0 1.5em;*/
  padding: 0 0 0 1em;
}

.p-product-detail-number__item::before {
  /*counter-increment: number;
  content: counter(number)'.';*/
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-product-detail-number__item+.p-product-detail-number__item {
  margin-top: 0.5em;
}

.p-product-detail-btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-btn {
    margin-top: 1em;
  }
}

.p-product-detail-btn__item {
  font-weight: 700;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-product-detail-btn__item {
    font-size: 1.4rem;
  }
}

.p-product-detail-btn__item+.p-product-detail-btn__item {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-btn__item+.p-product-detail-btn__item {
    margin-left: 0.5em;
  }
}

.p-product-detail-btn__item a {
  width: 100%;
  height: 3.368em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FF000F;
  color: #FF000F;
  background: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-detail-btn__item a:hover {
    background: #FF000F;
    color: #fff;
  }
}

.p-product-detail-movie {
  position: relative;
  margin-top: 2em;
  padding-top: 55.8%;
}

@media screen and (max-width: 767px) {
  .p-product-detail-movie {
    margin-top: 1em;
  }
}

.p-product-detail-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-detail-contact,
.p-product-detail-contact--other {
  background: #fff;
  padding: 1.5em 2.4em;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {

  .p-product-detail-contact,
  .p-product-detail-contact--other {
    margin: 10.7vw -4.8vw 0;
    padding: 10.7vw 6.4vw;
  }
}

.p-product-detail-contact--other {
  padding: 1.5em 2.4em 2.4em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-contact--other {
    padding: 10.7vw 6.4vw;
  }
}

.p-product-detail-contact__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  color: #FF000F;
  font-weight: 500;
}

.p-product-detail-contact__ttl::before {
  content: "";
  height: 1px;
  background: #707070;
  flex-grow: 1;
  margin-right: 1.5em;
}

.p-product-detail-contact__ttl::after {
  content: "";
  height: 1px;
  background: #707070;
  flex-grow: 1;
  margin-left: 1.5em;
}

.p-product-detail-contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-contact__inner {
    display: block;
    margin-top: 1em;
  }
}

.p-product-detail-contact__section {
  width: 9em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .p-product-detail-contact__section {
    width: auto;
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-product-detail-contact__number {
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-product-detail-contact__number {
    font-size: 4rem;
    text-align: center;
    margin-top: 0.25em;
  }
}

.p-product-detail-contact__btn {
  width: 100%;
  height: 3.2em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-contact__btn {
    margin-top: 1.2em;
  }
}

.p-product-detail-contact__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FF000F;
  border: 1px solid #FF000F;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-detail-contact__btn a:hover {
    background: #fff;
    color: #FF000F;
  }
}

.p-product-detail-imgBlock {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .p-product-detail-imgBlock {
    justify-content: space-between;
  }
}

.p-product-detail-imgBlock__item {
  width: 120px;
  margin-right: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-product-detail-imgBlock__item {
    width: 43vw;
    margin-right: 0;
    margin-top: 4vw;
  }
}

.p-product-detail-imgBlock__item:nth-child(5n) {
  margin-right: 0;
}

.p-product-detail-imgBlock__item:nth-child(-n+5) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-product-detail-imgBlock__item:nth-child(-n+5) {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-product-detail-imgBlock__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-product-detail-imgBlock__item img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-product-detail-imgBlock__item img {
    height: 43vw;
  }
}

.p-product-detail-table__auto {
  width: auto;
}

.p-product-detail-table__w10 {
  width: 10%;
}

.p-product-detail-table__w15 {
  width: 15%;
}

.p-product-detail-table__w20 {
  width: 20%;
}

.p-product-detail-table__w25 {
  width: 25%;
}

.p-product-detail-table__w30 {
  width: 25%;
}

.p-product-detail-table__w35 {
  width: 35%;
}

.p-product-detail-table__w50 {
  width: 50%;
}

.p-product-detail-table__collapse {
  margin-top: 1em;
}

.p-product-detail-table__collapse table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-product-detail-table__collapse table thead th {
  text-align: center;
  background: #FF000F;
  color: #fff;
  line-height: 1.4;
  border-right: 1px solid #E6DFDF;
  padding: 0.65em 0;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__collapse table thead th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__collapse table thead th:last-child {
  border-right: 0;
}

.p-product-detail-table__collapse table tbody th,
.p-product-detail-table__collapse table tbody td {
  font-weight: 400;
  background: #fff;
  border: 1px solid #E6DFDF;
  padding: 0.65em 1em;
}

@media screen and (max-width: 767px) {

  .p-product-detail-table__collapse table tbody th,
  .p-product-detail-table__collapse table tbody td {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__column {
  margin-top: 1em;
}

.p-product-detail-table__column table {
  width: 100%;
  border-spacing: 0;
}

.p-product-detail-table__column table thead th {
  width: 33.3333333333%;
  text-align: center;
  background: #FF000F;
  color: #fff;
  line-height: 1.4;
  border-right: 1px solid #E6DFDF;
  padding: 0.65em 0;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__column table thead th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__column table thead th:last-child {
  border-right: 0;
}

.p-product-detail-table__column table tbody tr:nth-child(even) td {
  background: #F0F0F0;
}

.p-product-detail-table__column table tbody td {
  text-align: center;
  line-height: 1.4;
  background: #fff;
  border-right: 1px solid #E6DFDF;
  padding: 0.65em 0;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__column table tbody td {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__column table tbody td:last-child {
  border-right: 0;
}

.p-product-detail-table__row {
  margin-top: 1em;
}

.p-product-detail-table__row table {
  width: 100%;
  border-spacing: 0;
}

.p-product-detail-table__row table thead th {
  background: #FF000F;
  color: #fff;
  line-height: 1.4;
  border-right: 1px solid #E6DFDF;
  padding: 0.65em 1em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row table thead th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row table thead th:first-child {
  width: 7.25em;
}

.p-product-detail-table__row table thead th:last-child {
  text-align: left;
  border-right: 0;
  padding: 0.65em 1.5em;
}

.p-product-detail-table__row table tbody tr:first-child td,
.p-product-detail-table__row table tbody tr:first-child th {
  border-top: 0;
}

.p-product-detail-table__row table tbody th {
  line-height: 1.4;
  background: #fff;
  font-weight: 400;
  border-right: 1px solid #E6DFDF;
  border-top: 1px dotted #999;
  padding: 0.65em 1em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row table tbody th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row table tbody td {
  line-height: 1.4;
  background: #fff;
  border-right: 1px solid #E6DFDF;
  border-top: 1px dotted #999;
  padding: 0.65em 1.5em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row table tbody td {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row table tbody td:last-child {
  border-right: 0;
}

.p-product-detail-table__row2 {
  margin-top: 1em;
}

.p-product-detail-table__row2 table {
  width: 100%;
  word-break: break-all;
  table-layout: fixed;
  /* border-spacing: 0; */
}

.p-product-detail-table__row2 table thead th {
  background: #FF000F;
  color: #fff;
  line-height: 1.4;
  border-right: 1px solid #E6DFDF;
  border-bottom: 1px solid #E6DFDF;
  padding: 0.65em 1em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row2 table thead th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row2 table thead th:first-child {
  width: 7.25em;
}

.p-product-detail-table__row2 table thead th:last-child {
  border-right: 0;
  padding: 0.65em 1.5em;
}

.p-product-detail-table__row2 table tbody tr:first-child td,
.p-product-detail-table__row2 table tbody tr:first-child th {
  border-top: 0;
}

.p-product-detail-table__row2 table tbody th {
  line-height: 1.4;
  background: #fff;
  font-weight: 400;
  border-right: 1px solid #E6DFDF;
  border-top: 1px dotted #999;
  padding: 0.65em 1em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row2 table tbody th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row2 table tbody td {
  line-height: 1.4;
  background: #fff;
  border-right: 1px solid #E6DFDF;
  border-top: 1px dotted #999;
  padding: 0.65em 1.5em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row2 table tbody td {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row2 table tbody td:last-child {
  border-right: 0;
}

.p-product-detail-table__row3 {
  margin-top: 1em;
}

.p-product-detail-table__row3 table {
  width: 100%;
  border-spacing: 0;
}

.p-product-detail-table__row3 table thead th {
  background: #FF000F;
  color: #fff;
  line-height: 1.4;
  border-right: 1px solid #E6DFDF;
  border-bottom: 1px solid #E6DFDF;
  padding: 0.65em 1em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row3 table thead th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row3 table thead th:first-child {
  width: 7.25em;
}

.p-product-detail-table__row3 table thead th:last-child {
  border-right: 0;
  padding: 0.65em 1.5em;
}

.p-product-detail-table__row3 table tbody tr:first-child td,
.p-product-detail-table__row3 table tbody tr:first-child th {
  border-top: 0;
}

.p-product-detail-table__row3 table tbody th {
  line-height: 1.4;
  background: #fff;
  font-weight: 400;
  border-right: 1px solid #E6DFDF;
  border-top: 1px dotted #999;
  padding: 0.65em 1em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row3 table tbody th {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row3 table tbody td {
  line-height: 1.4;
  background: #fff;
  border-right: 1px solid #E6DFDF;
  border-top: 1px dotted #999;
  padding: 0.65em 0.5em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__row3 table tbody td {
    font-size: 1.4rem;
  }
}

.p-product-detail-table__row3 table tbody td:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .p-product-detail-table__scroll {
    overflow-x: scroll;
  }

  .p-product-detail-table__scroll table {
    width: 160vw;
  }
}

.p-product-detail__vertical {
  height: 360px;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .p-product-detail__vertical {
    height: 70vw;
  }
}

.p-product-detail-circle {
  background: #fff;
  padding: 1em 1.75em 2em;
  margin-top: 2em;
}

.p-product-detail-circle__ttl {
  font-size: 2.4rem;
}

.p-product-detail-circle__graph {
  height: 360px;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-circle__graph {
    height: 70vw;
  }
}

.p-product-detail-relation {
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation {
    margin-top: 2em;
  }
}

.p-product-detail-relation__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2em;
}

.p-product-detail-relation__ttl::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #707070;
  margin-left: 0.75em;
}

.p-product-detail-relation-list__item {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation-list__item {
    margin-top: 1em;
  }
}

.p-product-detail-relation-list__item:first-child {
  margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-detail-relation-list__item a:hover .p-product-detail-relation-list__btn {
    background: #fff;
    color: #FF000F;
  }

  .p-product-detail-relation-list__item a:hover .p-product-detail-relation-list__inner img {
    opacity: 0.5;
  }
}

.p-product-detail-relation-list__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 9em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation-list__inner {
    padding-right: 6em;
  }
}

.p-product-detail-relation-list__inner img {
  width: 8.625em;
  height: 5.875em;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation-list__inner img {
    width: 20vw;
    height: 13vw;
  }
}

.p-product-detail-relation-list__content {
  margin-left: 1em;
}

.p-product-detail-relation-list__ttl {
  font-size: 2rem;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation-list__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.p-product-detail-relation-list__txt {
  font-size: 1.4rem;
  line-height: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation-list__txt {
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 1;
  }
}

.p-product-detail-relation-list__btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.25em;
  height: 3.125em;
  font-weight: 700;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  box-sizing: border-box;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-product-detail-relation-list__btn {
    width: 7em;
    height: 2.4em;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-product-side {
    margin-top: 10.7vw;
  }
}

.p-product-side__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2em;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  margin-bottom: 1.3em;
}

.p-product-side__sub {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin: 1.7em 0 1em;
  padding: 0.25em 0 0.25em 2em;
}

.p-product-side__sub:first-of-type {
  margin-top: 0;
}

.p-product-side__sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icon_search_rd.svg) 0 0/100% auto no-repeat;
}

.p-product-side__form form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.p-product-side__form form input[type=search] {
  width: calc(100% - 5.2em);
  height: 4em;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 0.25em;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0 0.8em;
}

@media screen and (max-width: 767px) {
  .p-product-side__form form input[type=search] {
    width: calc(100% - 22.4vw);
    height: 14vw;
    font-size: 1.3rem;
  }
}

.p-product-side__form form input[type=search]:focus {
  outline: none;
}

.p-product-side__form form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75em;
  height: 3.125em;
  text-align: center;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  border-radius: 0.25em;
  font-weight: 500;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-product-side__form form input[type=submit] {
    width: 20.5vw;
    height: 14vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-product-side__form form input[type=submit]:hover {
    background: #fff;
    color: #FF000F;
  }
}

.p-product-side__form .mf_finder_searchBox {
  margin: 0;
}

.p-product-side__form .mf_finder_searchBox_items_wrapper {
  width: 100%;
}

.p-product-side__form .mf_finder_searchBox_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.125em;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  text-align: center;
  border-radius: 0.25em;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-product-side__form .mf_finder_searchBox_submit {
    width: 20.5vw;
    height: 14vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-product-side__form .mf_finder_searchBox_submit:hover {
    background: #fff;
    color: #FF000F;
    opacity: 1;
  }
}

.p-product-side__form .mf_finder_searchBox_submit {
  padding: 0;
}

.p-product-side__form .mf_finder_searchBox_items {
  justify-content: space-between;
  padding: 0 !important;
}

.p-product-side__form .mf_finder_searchBox_query_wrap {
  width: calc(100% - 8em);
  flex-grow: inherit;
}

.p-product-side__form .mf_finder_searchBox_query_wrap input {
  width: 100%;
  height: 3.125em;
  border: 1px solid #707070;
  border-radius: 0.25em;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .p-product-side__form .mf_finder_searchBox_query_wrap input {
    width: calc(100% - 22.4vw);
    height: 14vw;
    font-size: 1.3rem;
  }
}

.p-product-side__form .mf_finder_searchBox_query_wrap input:focus {
  outline: none;
}

.p-product-side-list {
  border-bottom: 1px solid #707070;
}

.p-product-side-list__item {
  border-top: 1px solid #707070;
  letter-spacing: -0.02em;
}

.p-product-side-list__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1F1F1F;
  padding: 1.5em 0.625em;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-side-list__item a:hover {
    color: #FF000F;
  }

  .p-product-side-list__item a:hover::after {
    transform: translateX(0.5em);
  }
}

.p-product-side-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: 1em;
  width: 1.625em;
  height: 0.5em;
  background: url(../img/common/icon_arrow_rd.svg) 0 0/100% auto no-repeat;
  transition: transform 0.3s;
}

.p-product-side__btn {
  width: 100%;
  height: 4em;
  border: 1px solid #FF000F;
  font-weight: 700;
  box-sizing: border-box;
}

.p-product-side__btn+.p-product-side__btn {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-product-side__btn+.p-product-side__btn {
    margin-top: 6.4vw;
  }
}

.p-product-side__btn a {
  position: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FF000F;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-side__btn a:hover {
    color: #FF000F;
    background: #fff;
  }

  .p-product-side__btn a:hover::after {
    background: url(../img/common/icon_arrow_rd.svg) 0 0/100% auto no-repeat;
  }
}

.p-product-side__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0.75em;
  width: 1.625em;
  height: 0.5em;
  background: url(../img/common/icon_arrow_wh.svg) 0 0/100% auto no-repeat;
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .p-product-side__btn a::after {
    right: 1.25em;
  }
}

.p-product-txtlink-date {
  font-weight: 400;
  line-height: 1;
  padding: 0.8em 0 0.5em 0;
}

.p-product-txtlink-date a {
  position: relative;
  display: inline-block;
  color: #1F1F1F;
  padding-right: 2.625em;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-txtlink-date a:hover {
    color: #FF000F;
  }

  .p-product-txtlink-date a:hover::after {
    background: url(../img/common/icon_pdf_rd.svg) 0 0/100% auto no-repeat;
  }
}

.p-product-txtlink-date a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8em);
  right: 0;
  width: 1.5625em;
  height: 1.5625em;
  background: url(../img/common/icon_pdf_bk.svg) 0 0/100% auto no-repeat;
}

.p-product-txtlink-web {
  font-weight: 400;
  line-height: 1;
  padding: 0.5em 0 0.5em 0;
}

.p-product-txtlink-web a {
  position: relative;
  display: inline-block;
  color: #1F1F1F;
  padding-right: 2.625em;
}

@media (hover: hover) and (pointer: fine) {
  .p-product-txtlink-web a:hover {
    color: #FF000F;
  }

  .p-product-txtlink-web a:hover::after {
    background: url(../img/common/icon_blank_rd.svg) 0 0/100% auto no-repeat;
  }
}

.p-product-txtlink-web a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_blank_bk.svg) 0 0/100% auto no-repeat;
}

.p-contact__block {
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  .p-contact__block {
    margin-top: 2em;
  }
}

.p-contact__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FF000F;
  line-height: 1;
  border-bottom: 2px solid #E6DFDF;
  padding-bottom: 0.4em;
  margin: 1.5em 0 0.75em;
}

@media screen and (max-width: 767px) {
  .p-contact__ttl {
    font-size: 2.1rem;
  }
}

.p-contact__txt {
  margin: 3em 0 0;
}

@media screen and (max-width: 767px) {
  .p-contact__txt {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}

.p-contact__txt span {
  display: inline-block;
  background: #FF000F;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 0.8em;
  padding: 0.4em 1.5em;
}

@media screen and (max-width: 767px) {
  .p-contact__txt span {
    font-size: 1.2rem;
  }
}

.p-contact-step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.p-contact-step__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.875em;
  height: 3.75em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-contact-step__item {
    width: calc((100% - 10vw) / 3);
    height: 10vw;
    font-size: 1.1rem;
  }
}

.p-contact-step__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.125em;
  width: 0.625em;
  height: 1.125em;
  background: url(/assets/img/contact/icon_step.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.p-contact-step__item:last-child::before {
  content: none;
}

.p-contact-step__item:last-child.is-current {
  background: #FF000F;
}

.p-contact-step__item.is-current {
  background: #1F1F1F;
  color: #fff;
}

.p-contact-table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #707070;
}

.p-contact-table th {
  position: relative;
  width: 19em;
  background: rgba(31, 31, 31, 0.1);
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid #707070;
  padding: 0 1.5em;
}

@media screen and (max-width: 767px) {
  .p-contact-table th {
    display: block;
    width: 100%;
    border-bottom: 0;
    font-size: 1.4rem;
    padding: 0.5em 1em;
  }
}

.p-contact-table th span {
  position: absolute;
  top: 50%;
  right: 1.7em;
  display: inline-block;
  background: #FF000F;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 0.4em 1.5em;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-contact-table th span {
    font-size: 1.2rem;
  }
}

.p-contact-table td {
  font-size: 1.6rem;
  border-bottom: 1px solid #707070;
  padding: 1em 0 1em 1.125em;
}

@media screen and (max-width: 767px) {
  .p-contact-table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 0.8em 0 1em;
  }
}

.p-contact-table-list__item {
  margin-top: 0.875em;
}

.p-contact-table-list__item:first-child {
  margin-top: 0;
}

.p-contact-table__short {
  padding-right: 5em !important;
}

@media screen and (max-width: 767px) {
  .p-contact-table__short {
    padding-right: 0 !important;
  }
}

.p-contact-table__notes {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .p-contact-table__notes {
    font-size: 1.2rem;
  }
}

.p-contact-table__txt {
  margin-bottom: 0.3em;
}

.p-contact-table__txt span {
  font-size: 1.4rem;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-contact-table__txt span {
    font-size: 1.2rem;
  }
}

.p-contact-table input[type=text],
.p-contact-table input[type=tel] {
  -webkit-appearance: none;
  width: 100%;
  height: 3em;
  box-sizing: border-box;
  border: 1px solid #E6DFDF;
  background: #fff;
  border-radius: 0.25em;
  padding: 0 0.9em;
  outline: none;
}

.p-contact-table textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 13.375em;
  border: 1px solid #E6DFDF;
  background: #fff;
  border-radius: 0.25em;
  padding: 0.5em 0.9em;
  outline: none;
  resize: vertical;
  vertical-align: top;
}

.p-contact-table-radio {
  position: relative;
}

.p-contact-table-radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact-table-radio input[type=radio]:checked+.p-contact-table-radio__txt::after {
  opacity: 1;
}

.p-contact-table-radio__txt {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 0 0 0 2em;
}

@media screen and (max-width: 767px) {
  .p-contact-table-radio__txt {
    font-size: 1.4rem;
  }
}

.p-contact-table-radio__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #1F1F1F;
}

.p-contact-table-radio__txt::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 1em;
  height: 1em;
  background: #000;
  border-radius: 100%;
  opacity: 0;
}

.p-contact-table-zip {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-contact-table-zip {
    justify-content: space-between;
  }
}

.p-contact-table-zip input[type=text] {
  width: calc(100% - 18.5em);
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .p-contact-table-zip input[type=text] {
    width: calc(100% - 42vw);
    margin-right: 0;
  }
}

.p-contact-table-zip__btn {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13em;
  border: #1F1F1F;
  color: #fff;
  background: #1F1F1F;
  border: 1px solid #1F1F1F;
  border-radius: 0.25em;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-contact-table-zip__btn {
    width: 40vw;
    font-size: 1.2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-table-zip__btn:hover {
    background: #fff;
    color: #1F1F1F;
  }
}

.p-contact__sub {
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 4px solid #FF000F;
  line-height: 1.3;
  padding-left: 0.5em;
  margin: 2em 0 1em;
}

@media screen and (max-width: 767px) {
  .p-contact__sub {
    font-size: 1.8rem;
  }
}

.p-contact-check__item {
  position: relative;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 0 0 1.5em;
}

@media screen and (max-width: 767px) {
  .p-contact-check__item {
    font-size: 1.4rem;
  }
}

.p-contact-check__item:first-child {
  margin-top: 0;
}

.p-contact-check__item::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(/assets/img/contact/icon_check.svg) 0 0/100% auto no-repeat;
}

.p-contact-check__item a {
  color: #FF000F;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-check__item a:hover {
    text-decoration: none;
  }
}

.p-contact-check__item span img {
  display: inline-block;
  width: 1.3em;
  height: auto;
  margin: 0 0.4em;
}

.p-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em 0 0;
}

.p-contact-btn__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125em;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  font-weight: 700;
  text-align: center;
  padding: 0 2em;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-contact-btn__submit {
    font-size: 1.4rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-btn__submit:hover {
    background: #fff;
    color: #FF000F;
  }
}

.p-contact-btn__back {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125em;
  background: #1F1F1F;
  color: #fff;
  border: 1px solid #1F1F1F;
  font-weight: 700;
  text-align: center;
  padding: 0 2em;
  transition: 0.3s;
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .p-contact-btn__back {
    font-size: 1.4rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-btn__back:hover {
    background: #fff;
    color: #1F1F1F;
  }
}

.p-contact-thanks {
  text-align: center;
  margin-top: 3em;
}

.p-contact-thanks__ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.5em;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .p-contact-thanks__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.p-contact-thanks__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.167em;
  height: 0.167em;
  background: #FF000F;
  transform: translateX(-50%);
}

.p-contact-thanks__txt {
  text-align: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .p-contact-thanks__txt {
    font-size: 1.4rem;
  }
}

.p-contact-thanks__btn {
  display: inline-block;
}

.p-contact-thanks__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125em;
  background: #FF000F;
  color: #fff;
  border: 1px solid #FF000F;
  font-weight: 700;
  text-align: center;
  padding: 0 2em;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-contact-thanks__btn a {
    font-size: 1.4rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-thanks__btn a:hover {
    background: #fff;
    color: #FF000F;
  }
}

.p-company-top-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-company-top-list {
    display: block;
  }
}

.p-company-top-list a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-company-top-list a:hover .p-company-top-list__thumb img {
    transform: scale(1.05);
  }
}

.p-company-top-list__item {
  position: relative;
  width: 49%;
  height: 15em;
  overflow: hidden;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-company-top-list__item {
    width: 100%;
    height: 52.6%;
    margin-top: 1em;
  }
}

.p-company-top-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-company-top-list__item:nth-child(-n+2) {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .p-company-top-list__item:first-child {
    margin-top: 0;
  }
}

.p-company-top-list__thumb {
  height: 100%;
}

.p-company-top-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-company-top-list__inner {
  position: absolute;
  top: 2.375em;
  left: 2.25em;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-company-top-list__inner {
    top: 1.5em;
    left: 1.5em;
  }
}

.p-company-top-list__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  border-left: 4px solid #FF000F;
  padding: 0.375em 0.5em;
  margin-bottom: 1.188em;
}

@media screen and (max-width: 767px) {
  .p-company-top-list__ttl {
    font-size: 2.4rem;
  }
}

.p-company-top-list__txt {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 2.5em 0 0;
}

@media screen and (max-width: 767px) {
  .p-company-top-list__txt {
    font-size: 1.6rem;
  }
}

.p-company-top-list__txt::after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  right: 0.5em;
  width: 1.4em;
  height: 0.4em;
  background: url(../img/common/icon_arrow_bk.svg) center center/100% auto no-repeat;
  transition: transform 0.3s;
}

.p-company-philosophy-mv {
  position: relative;
  height: 19.5em;
  background: url(../img/company/philosophy/bg_mv.jpg) center center/cover no-repeat;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-mv {
    height: 40.5vw;
    margin: 0;
  }
}

.p-company-philosophy-mv__inner {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 770px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-mv__inner {
    top: 50%;
    left: 4.8vw;
    width: auto;
    transform: translateY(-50%);
  }
}

.p-company-philosophy-mv__pre {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-mv__pre {
    font-size: 1.4rem;
  }
}

.p-company-philosophy-mv__en {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-mv__en {
    font-size: 2.4rem;
  }
}

.p-company-philosophy-mv__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-mv__ttl {
    font-size: 1.6rem;
  }
}

.p-company-philosophy-block {
  width: 800px;
  margin: 2.875em auto 0;
}

@media screen and (max-width: 767px) {
  .p-company-philosophy-block {
    width: auto;
    padding: 0 4.8vw;
  }
}

.p-company-philosophy-block__txt {
  margin: 1em 0;
}

.p-company-philosophy-block__txt a{
  position: relative; /* 子要素（::after）の基準にする */
  color: #FF000F; /* ホバー時の文字色 */
  padding-right: 1.25rem;
}

.p-company-philosophy-block__txt a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_blank_rd.svg) 0 0/100% auto no-repeat;
}


@media screen and (max-width: 767px) {
  .p-company-philosophy-block__txt {
    font-size: 1.4rem;
    margin: 1em 0 1.5em;
  }
}

.p-company-message__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .p-company-message__block {
    display: block;
    margin-top: 2em;
  }
}

.p-company-message__img {
  width: 20.625em;
}

@media screen and (max-width: 767px) {
  .p-company-message__img {
    width: 70%;
    margin: 0 auto 1em;
  }
}

.p-company-message__img img {
  width: 100%;
  height: auto;
}

.p-company-message-content {
  width: calc(100% - 22.625em);
}

@media screen and (max-width: 767px) {
  .p-company-message-content {
    width: 100%;
  }
}

.p-company-message-content__txt {
  line-height: 1.75;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-company-message-content__txt {
    font-size: 1.4rem;
  }
}

.p-company-message-content__txt:first-child {
  margin-top: 0;
}

.p-company-message-content__name {
  text-align: right;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-company-message-content__name img {
    width: 80%;
  }
}

.p-company-permit__table {
  width: 100%;
  border-spacing: 0;
  margin-top: 2.5em;
}

.p-company-permit__table thead th {
  text-align: center;
  background: rgba(31, 31, 31, 0.1);
  border-bottom: 1px solid #F2EFEF;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .p-company-permit__table thead th {
    font-size: 1.4rem;
  }
}

.p-company-permit__table thead th:first-child {
  width: 8.125em;
  border-right: 1px solid #F2EFEF;
}

@media screen and (max-width: 767px) {
  .p-company-permit__table thead th:first-child {
    width: 30%;
  }
}

.p-company-permit__table tbody th {
  background: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #F2EFEF;
  border-bottom: 1px solid #F2EFEF;
}

@media screen and (max-width: 767px) {
  .p-company-permit__table tbody th {
    font-size: 1.4rem;
  }
}

.p-company-permit__table tbody th+td {
  border-top: 1px solid #F2EFEF;
}

.p-company-permit__table tbody th+td+td {
  border-top: 1px solid #F2EFEF;
}

.p-company-permit__table tbody td {
  background: #fff;
  border-top: 1px dashed #F2EFEF;
  padding: 1.5em 3.125em;
}

@media screen and (max-width: 767px) {
  .p-company-permit__table tbody td {
    font-size: 1.4rem;
    padding: 1em;
  }
}

.p-company-permit__table tbody td:last-child {
  width: 31.875em;
  padding: 1.5em 1.875em;
  border-left: 1px dashed #F2EFEF;
}

@media screen and (max-width: 767px) {
  .p-company-permit__table tbody td:last-child {
    width: 40%;
    padding: 1em;
  }
}

.p-company-organization__img {
  display: block;
  margin-top: 2.5em;
}

.p-company-outline__table {
  width: 100%;
  border-spacing: 0;
  margin-top: 2.5em;
}

.p-company-outline__table th {
  width: 8.75em;
  background: #fff;
  border-bottom: 1px solid #E6DFDF;
  font-weight: 400;
  padding: 1.5em 0 1.5em 1.25em;
}

@media screen and (max-width: 767px) {
  .p-company-outline__table th {
    width: 7em;
    font-size: 1.4rem;
    padding: 1em 0 1em 1em;
  }
}

.p-company-outline__table td {
  width: calc(100% - 8.75em);
  background: #fff;
  border-bottom: 1px solid #E6DFDF;
  padding: 1.5em 1.25em;
}

@media screen and (max-width: 767px) {
  .p-company-outline__table td {
    width: calc(100% - 7em);
    font-size: 1.4rem;
    padding: 1em;
  }
}

.p-company-outline__table tr:last-child th,
.p-company-outline__table tr:last-child td {
  border-bottom: 0;
}

.p-company .dl-container {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

@media screen and (max-width: 766px) {
  .p-company .dl-container {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.p-company .dl-container .dl-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  /* 2つの要素を横に並べるための幅調整（適宜調整） */
}

@media screen and (max-width: 766px) {
  .p-company .dl-container .dl-item {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 1rem;
  }
}

.p-company .dl-container .bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.p-company .dl-container .dl-text {
  margin-right: 1rem;
}

.p-company .dl-container .dl-text .dl-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 639px) {
  .p-company .dl-container .dl-text .dl-title {
    font-size: 20px;
  }
}

.p-company .dl-container .dl-text p {
  font-size: 16px;
  width: 100%;
  line-height: 1rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.dl-txt {
  font-size: 16px;
  line-height: 1rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 639px) {
  .p-company .dl-container .dl-text p {
    font-size: 14px;
  }
  .dl-txt {
    margin-top: 1rem;
  }
}

.p-company .dl-container .dl-button {
  padding: 1rem 2rem;
  text-decoration: none;
  background-color: #ff000f;
  border: none;
}

.p-company .dl-container .dl-button a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media screen and (max-width: 639px) {
  .p-company .dl-container .dl-button a {
    font-size: 14px;
  }
}

.p-company-link {
  margin-top: 6.25em;
}

@media screen and (max-width: 767px) {
  .p-company-link {
    margin-top: 21.3vw;
  }
}

.p-company-link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
  padding: 1.5em 0;
}

@media screen and (max-width: 767px) {
  .p-company-link-list {
    justify-content: space-between;
    padding: 1em 2em;
  }
}

.p-company-link-list__item {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-company-link-list__item {
    width: 40%;
    font-size: 1.4rem;
    margin-top: 0.5em;
  }

  .p-company-link-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-company-link-list__item+.p-company-link-list__item {
  margin-left: 2.125em;
}

@media screen and (max-width: 767px) {
  .p-company-link-list__item+.p-company-link-list__item {
    margin-left: 0;
  }
}

.p-company-link-list__item a {
  position: relative;
  padding: 0 1.2em 0 0;
}

@media screen and (max-width: 767px) {
  .p-company-link-list__item a {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-company-link-list__item a:hover {
    opacity: 0.5;
  }
}

.p-company-link-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FF000F;
  border-right: 2px solid #FF000F;
  transform: translateY(-50%) rotate(45deg);
}

.p-other__txt {
  line-height: 1.5;
  margin-top: 1.5em;
}

.p-other__txt span {
  font-weight: 700;
}

.p-other__txt a {
  color: #FF000F;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .p-other__txt a:hover {
    text-decoration: none;
  }
}

.p-other__txt a[href*="tel:"] {
  color: #1F1F1F;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-other__txt {
    font-size: 1.4rem;
  }
}

.p-other__block+.p-other__block {
  margin-top: 5em;
}

.p-other-dots__item {
  position: relative;
  padding: 0 0 0 1.75em;
}

.p-other-dots__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  background: #1F1F1F;
  transform: translateY(-50%);
}

.p-other-dots+p {
  margin-top: 0;
}

.p-other__sub {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .p-other__sub {
    font-size: 1.8rem;
  }
}

.p-other__sub+p {
  margin-top: 1em;
}

.p-notfound__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-notfound__ttl {
    font-size: 3.1rem;
  }
}

.p-notfound-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFF3CD;
  border-radius: 0.5em;
  background: #fff;
  padding: 1.625em;
  margin-top: 3.75em;
}

@media screen and (max-width: 767px) {
  .p-notfound-txt {
    padding: 1em;
    margin-top: 1.5em;
  }
}

.p-notfound-txt__icon {
  width: 1.5em;
  height: auto;
}

.p-notfound-txt__content {
  width: calc(100% - 3em);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-notfound-txt__content {
    font-size: 1.4rem;
  }
}

.p-office-table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .p-office-table {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-office-table colgroup {
    display: none;
  }
}

.p-office-table__inner1 {
  width: 25%;
}

.p-office-table__inner2 {
  width: 30%;
}

.p-office-table__inner3 {
  width: 20%;
}

.p-office-table thead th {
  text-align: left;
  font-weight: 700;
  background: #DFDADA;
  padding: 0.75em 0;
}

.p-office-table th {
  font-weight: 700;
  border-top: 1px solid #E6DFDF;
  background: #fff;
  line-height: 1.75;
  padding: 1.375em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table th {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1em 1em 0;
  }
}

.p-office-table th.u-none {
  border-top: 0;
}

.p-office-table th:first-child {
  padding-left: 1.375em;
}

@media screen and (max-width: 767px) {
  .p-office-table th:first-child {
    padding-left: 1em;
  }
}

.p-office-table td {
  font-weight: 400;
  border-top: 1px solid #E6DFDF;
  background: #fff;
  line-height: 1.75;
  padding: 1.375em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border-top: 0;
    padding: 0 1em;
  }

  .p-office-table td:last-child {
    padding: 0 1em 1em;
  }
}

.p-office-table td.u-none {
  border-top: 0;
}

.p-office-table__head th {
  padding: 1.375em 0 1em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table__head th {
    padding: 1em 0 0;
  }
}

.p-office-table__head td {
  padding: 1.375em 0 1em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table__head td {
    padding: 0 1em;
  }

  .p-office-table__head td:last-child {
    padding: 0 1em 1em;
  }
}

.p-office-table__block th {
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table__block th {
    padding: 0.3em 0 0;
  }
}

.p-office-table__block th:first-child {
  padding-left: 0;
}

.p-office-table__block td {
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table__block td {
    padding: 0 1em;
  }

  .p-office-table__block td:last-child {
    padding: 0 1em 1em;
  }
}

.p-office-table__bottom th {
  padding: 1em 0 1.375em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table__bottom th {
    padding: 0.3em 0 0;
  }
}

.p-office-table__bottom th:first-child {
  padding-left: 0;
}

.p-office-table__bottom td {
  padding: 1em 0 1.375em 0;
}

@media screen and (max-width: 767px) {
  .p-office-table__bottom td {
    padding: 0 1em;
  }

  .p-office-table__bottom td:last-child {
    padding: 0 1em 1em;
  }
}

.p-office__map {
  position: relative;
  width: 950px;
  height: 540px;
  margin: 5em auto 0;
}

@media screen and (max-width: 767px) {
  .p-office__map {
    width: 100%;
    height: 50vw;
    margin: 1em auto 0;
  }
}

.p-office__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 540px;
}

@media screen and (max-width: 767px) {
  .p-office__map iframe {
    width: 100%;
    height: 100%;
  }
}

.p-office__map+.p-office-table {
  margin-top: 6.25em;
}

@media screen and (max-width: 767px) {
  .p-office__map+.p-office-table {
    margin-top: 3.25em;
  }
}

.access-info-row {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  /* グリッドの列を設定 */
  gap: 10px;
  /* グリッドアイテム間の間隔 */
}

.access-info-label {
  text-align: left;
  /* 左寄せ */
}

.access-info-station {
  text-align: center;
  /* 中央寄せ */
}

.access-info-time {
  text-align: right;
  /* 右寄せ */
}

.js-print {
  position: relative;
  margin-bottom: 6.25em;
}

@media screen and (max-width: 767px) {
  .js-print {
    margin-bottom: 3.25em;
  }
}

.js-print:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .js-print:last-of-type {
    margin-bottom: 0;
  }
}

.js-print input[name=area] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.js-print .toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 17.857em;
  height: 3.786em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #AB2415;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .js-print .toggle {
    display: none;
  }
}

.js-print .toggle:hover {
  opacity: 0.5;
}

.js-print .toggle span {
  position: relative;
  padding: 0 0 0 2.2em;
}

.js-print .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/office/icon_print.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}

@media print {
  html {
    background-color: #fff;
  }

  @page {
    margin: 1mm;
  }

  .js-print__inner,
  .l-header,
  .c-lowermv,
  .c-breadcrumb,
  .l-footer,
  .c-pagetop,
  .js-print__btn,
  .c-heading-02 {
    display: none;
  }

  .p-office-table {
    margin-top: 0;
  }

  .p-office-table td,
  .p-office-table th {
    padding: 1em 0;
  }

  .toggle {
    display: none !important;
  }

  #area1:checked+label+.js-print__inner,
  #area2:checked+label+.js-print__inner,
  #area3:checked+label+.js-print__inner,
  #area4:checked+label+.js-print__inner,
  #area5:checked+label+.js-print__inner,
  #area6:checked+label+.js-print__inner,
  #area7:checked+label+.js-print__inner,
  #area8:checked+label+.js-print__inner {
    display: block;
  }

  .f-main {
    padding-top: 1em;
  }

  .p-office__map {
    height: 450px;
    margin-top: 2rem;
  }

  .p-office__map iframe {
    width: 100%;
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .p-strength .c-heading-01__ttl {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.p-strength-mv {
  position: relative;
}

.p-strength-mv__txt {
  position: absolute;
  top: 50%;
  left: 2.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #fff;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-strength-mv__txt {
    font-size: 2.4rem;
  }
}

.p-strength-all {
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .p-strength-all {
    margin-top: 2.5em;
  }
}

.p-strength-all__txt {
  line-height: 1.5;
  margin-top: 1.875em;
}

@media screen and (max-width: 767px) {
  .p-strength-all__txt {
    font-size: 1.4rem;
    margin-top: 1.5em;
  }
}

.p-strength-all__txt+.p-strength-all__txt {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-strength-all__txt+.p-strength-all__txt {
    margin-top: 1em;
  }
}

.p-strength-all-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.375em 0 0;
}

.p-strength-all-list__item {
  position: relative;
  width: 18.75em;
}

.p-strength-all-list__item:first-child p {
  color: #1F1F1F;
}

.p-strength-all-list__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-strength-all-list__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-strength-detail {
  margin-top: 5em;
  padding: 0 0 3.125em;
}

@media screen and (max-width: 767px) {
  .p-strength-detail {
    margin-top: 13vw;
    padding: 0 0 2em;
  }
}

.p-strength-detail-block,
.p-strength-detail-block--reverse {
  position: relative;
  margin-top: 6.75em;
}

@media screen and (max-width: 767px) {

  .p-strength-detail-block,
  .p-strength-detail-block--reverse {
    margin-top: 5vw;
  }
}

.p-strength-detail-block::after,
.p-strength-detail-block--reverse::after {
  content: "";
  position: absolute;
  top: -3.125em;
  right: 0;
  width: calc((100% - 960px) / 2 + 25.375em);
  height: 19.625em;
  background: #AB2415;
  z-index: -1;
}

@media screen and (max-width: 767px) {

  .p-strength-detail-block::after,
  .p-strength-detail-block--reverse::after {
    width: 80vw;
    height: 60vw;
    top: auto;
    bottom: -2em;
  }
}

.p-strength-detail-block__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block__inner {
    display: block;
  }
}

.p-strength-detail-block__content {
  width: 26.875em;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block__content {
    width: 100%;
  }
}

.p-strength-detail-block__txt {
  line-height: 1.5;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block__txt {
    font-size: 1.4rem;
  }
}

.p-strength-detail-block__img {
  width: 31.438em;
  height: 23.563em;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block__img {
    width: 100%;
    height: auto;
    margin-top: 1em;
  }
}

.p-strength-detail-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block__img img {
    height: auto;
  }
}

.p-strength-detail-block--reverse {
  margin-top: 2.813em;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block--reverse {
    margin-top: 20vw;
  }
}

.p-strength-detail-block--reverse::after {
  top: auto;
  bottom: -3.125em;
  left: 0;
  right: auto;
}

@media screen and (max-width: 767px) {
  .p-strength-detail-block--reverse::after {
    bottom: -2em;
  }
}

.p-strength-detail-block--reverse .p-strength-detail-block__inner {
  flex-flow: row-reverse;
}

.p-news__list {
  background: #fff;
  margin-top: 2.5em;
}

.p-news__list .c-newslist-ttl {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .p-news__list .c-newslist-ttl {
    width: auto;
    margin: 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .p-news__list .c-newslist__detail {
    margin: 0 1em;
  }
}

.p-site__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-site__inner {
    width: auto;
    padding: 0 4.8vw;
    display: block;
  }
}

.p-site-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 3em;
  margin: 0 0 0 0;
  padding: 0.75em 0;
}

@media screen and (max-width: 767px) {
  .p-site-nav {
    display: block;
    width: auto;
    margin-bottom: 10.7vw;
  }
}

.p-site-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-site-nav-list {
    width: 100%;
    padding: 0 0.5em0 0;
  }
}

.p-site-nav-list__item {
  line-height: 1.6;
  margin-top: 1.1em;
}

@media screen and (max-width: 767px) {
  .p-site-nav-list__item {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .p-site-nav-list__item+.p-site-nav-list__item {
    margin: 0;
    padding-left: 1em;
  }
}

.p-site-nav-child {
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-site-nav-child {
    padding-left: 0.5em;
    font-size: 1.2rem;
  }
}

.p-site-nav-child__item {
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1em;
}

.p-site-nav .c-txtlink-point {
  line-height: 1.4;
  font-weight: 700;
}

.p-site-nav .c-txtlink-point a {
  position: relative;
  padding: 0 1.2em 0 1.2em;
}

@media screen and (max-width: 767px) {
  .p-site-nav .c-txtlink-point a {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-site-nav .c-txtlink-point a:hover {
    opacity: 0.5;
  }
}

.p-site-nav .c-txtlink-point a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FF000F;
  border-right: 2px solid #FF000F;
  transform: translateY(-50%) rotate(45deg);
}

.p-site-nav .c-txtlink-point2 {
  line-height: 1;
  font-weight: 400;
}

.p-site-nav .c-txtlink-point2 a {
  position: relative;
  padding: 0 1.2em 0 1.2em;
}

@media screen and (max-width: 767px) {
  .p-site-nav .c-txtlink-point2 a {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-site-nav .c-txtlink-point2 a:hover {
    opacity: 0.5;
  }
}

.p-site-nav .c-txtlink-point2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

/* 0918緊急の追加 */
/* スペシャルページ専用のスタイル */
.p-product__block.special-page {

}

.p-product__block.special-page .c-heading-00 {
margin-top: 80px;
  
}

.p-product__block.special-page .c-heading-00__ttl {
  font-weight: bold;
  font-size: 39px;
  text-align: left;
  color: #1f1f1f;
  
}

.p-product__block.special-page .c-heading-01__en {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  
}
.p-product__block.special-page .c-heading-01__en {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  
}
.c-special-page__txt{
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}

.p-product__block.special-page .p-product-detail-table__row.top table {
  table-layout: fixed; /* 固定レイアウトで幅を制御 */
  width: 960px; /* テーブルの幅を固定（PCサイズと同じ幅に設定） */
  border-collapse: collapse; /* ボーダーの崩れを防ぐ */
}

.p-product__block.special-page .p-product-detail-table__row.top th,
.p-product__block.special-page .p-product-detail-table__row.top td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #E6DFDF;
}

/* 製品名のセルを狭くする */
.p-product__block.special-page .p-product-detail-table__row.top th[colspan="2"] {
  width: 20%; /* 製品名のセルの幅を20%に設定 */
}

/* 他のセルの幅を均等に分割する */
.p-product__block.special-page .p-product-detail-table__row.top th:not([colspan="2"]),
.p-product__block.special-page .p-product-detail-table__row.top td:not([colspan="2"]) {
  width: auto; /* 他のセルの幅を自動調整 */
}

/* 左側の rowspan を持つセルの幅を固定 */
.p-product__block.special-page .p-product-detail-table__row.top .left {
  width: 15%; /* 左側のセルに幅を指定 */
  vertical-align: middle;
  text-align: center;
}

/* 右側の rowspan を持つセルは幅を自動調整 */
.p-product__block.special-page .p-product-detail-table__row.top td[rowspan="2"]:not(.left) {
  width: auto; /* 右側の rowspan を持つセルは自動調整 */
  vertical-align: middle;
  text-align: center;
}

/* 製品名のところだけ高さを出す */
.p-product__block.special-page .p-product-detail-table__row.top tr.expand-height th {
  height: 100px; /* お好みの高さに調整 */
  vertical-align: middle; /* テキストを上下中央に配置 */
}

.p-product__block.special-page .p-product-detail-table__row.top td.left span {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.p-product__block.special-page .p-product-detail-table__row.top td.left_txt {
  text-align: left;
}



/* アンカーブロックのスタイル */

.special-page .p-product-field-anchor{
  background-color: #fff;
  padding: 24px 40px;
  margin-top: 40px;
}
.special-page .p-product-field-anchor__item {
  margin-top: 0;

}

.p-product-field-anchor__item.up a::before {
  top: 0.7em;
  transform: rotate(135deg); /* Rotating the arrow by 90 degrees from original (-45deg to 45deg) */
}


.p-product-field.special-page{
  margin-top: 80px;
}

.p-product-field.special-page.p-product-detail.c-heading-02{
  margin-top: 40px;
}

/* 製品ページ */

/* special-page セクション全体のスタイル */
.p-product-field.special-page {

}

/* タイトルセクションのスタイル */
.p-product-field.special-page .c-heading-02 {
  margin-top: 40px;
}


/* 説明テキストのスタイル */
.p-product-field.special-page .p-product-field__txt {

}
/* 製品情報のテキスト */
.p-product-field.special-page .p-product-detail__general{
  margin-bottom: 1rem;

}
/* メーカーのテキスト */
.p-product-field.special-page .p-product-detail__manufacturer{
  margin-bottom: 3.2rem;

}


/* 画像のスタイル */
.p-product-field.special-page .p-product-detail-img img {

}

/* 詳細リストのスタイル */
.p-product-field.special-page .p-product-usage .p-product-detail__list{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 2列に設定 */
  gap: 10px; /* 列間のスペースを設定 */
  margin: 10px 0; /* 上下のマージン */
  padding-left: 0; /* 左側のパディングをリセット */
  list-style-type: none; /* デフォルトのリストスタイルを削除 */
}

.p-product-field.special-page .p-product-detail__list li {

  list-style-type: none; 
}

/* リスト＋メディアの場合 */
.p-product-field.special-page .p-product-detail__container {
  display: flex; /* フレックスボックスを使用 */
  align-items: flex-start; /* アイテムを上揃えにする */
  margin-bottom: 20px; /* セクション間の余白 */
  margin-top: 32px;
}

.p-product-field.special-page .p-product-detail__info {
  flex: 1; /* 情報部分が利用可能なスペースを占める */
}
.p-product-field.special-page .p-product-detail__info .p-product-usage .p-product-detail__list{
  grid-template-columns: repeat(2, 1fr);
}


.p-product-field.special-page .p-product-detail__info .p-product-detail__ttl{
  margin-top: 0;
}

.p-product-field.special-page .p-product-detail__img {
  flex: 0 0 auto; /* 画像部分が自動のサイズを持つようにする */
}

.p-product-field.special-page .p-product-detail__img img {
  width: 100%; /* 画像をコンテナに合わせて100%の幅に設定 */
  height: auto; /* 高さを自動に設定 */
}



/* テーブルのスタイル */
.p-product-field.special-page .p-product-detail-table__row {
  margin-top: 20px;
}

.p-product-field.special-page .p-product-detail-table__row table {
  width: 960px;
  border-collapse: collapse;
}

.p-product-field.special-page .p-product-detail-table__row th {
  border: 1px solid #E6DFDF;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.p-product-field.special-page .p-product-detail-table__row td {
  border: 1px solid #E6DFDF;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4rem;
}
.p-product-field.special-page .p-product-detail-table__row .center{
  text-align: center; /* セルのテキストを中央揃えにする */
  vertical-align: middle; /* セル内のコンテンツを垂直中央に揃える */
}


.p-product-field.special-page .p-product-detail-table__row th[colspan="2"] {
  width: 50%; /* colspan="2"のセルの幅を狭く */
}

.p-product-field.special-page .p-product-detail-table__row th, 
.p-product-field.special-page .p-product-detail-table__row td:not([colspan="2"]) {
  width: auto; /* 残りのセルは自動調整 */
}

.p-product-field.special-page .p-product-detail-table__scroll {
  overflow-x: auto;
}

/* rowspanを持つセルのスタイル */
.p-product-field.special-page .p-product-detail-table__row td[rowspan="2"] {
  vertical-align: middle;
  text-align: left;
}

/* span要素のスタイル */
.p-product-field.special-page .p-product-detail-table__row td span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #1f1f1f;
}

/* お問い合わせセクションのスタイル */
.p-product-field.special-page .mini_section {
  max-width: 640px;
  margin: auto;

}
.p-product-field.special-page .p-product-detail-contact {

}

.p-product-field.special-page .p-product-detail-contact__ttl {

}

.p-product-field.special-page .p-product-detail-contact__section {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #343434;
  
}

.p-product-field.special-page .p-product-detail-contact__number a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 50px;
  text-align: left;
  color: #343434;
  
}

/* メディアクエリ */
/* テーブルを横スクロール対応にする */

/* 768px以下のメディアクエリ */
@media (max-width: 768px) {

  .p-product__block.special-page {
    overflow-x: auto; /* 横スクロールを有効にする */
    width: 100%; /* 親要素の幅を100%に */
  }

  .p-product__block.special-page .p-product-detail-table__row table {
    width: 960px; /* テーブルの幅を固定（PCと同じ幅に設定） */
  }

  .p-product__block.special-page .c-heading-00 {
    margin-top: 40px;
  }

  .p-product__block.special-page .c-heading-00__ttl {
    font-size: 28px;
  }

  .p-product__block.special-page .c-heading-01__en {
    font-size: 16px;
  }


  .c-special-page__txt {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

  /* 製品名のセルを狭くする */
  .p-product__block.special-page .p-product-detail-table__row th[colspan="2"].top {
    width: 20%; /* 幅を調整 */
  }

  /* 左側の rowspan を持つセルの幅を固定 */
  .p-product__block.special-page .p-product-detail-table__row .left {
    width: 25%; /* 幅を調整 */
  }

  /* 製品名のところだけ高さを出す */
  .p-product__block.special-page .p-product-detail-table__row tr.expand-height th {
    height: auto; /* 高さを自動調整 */
  }

  .p-product__block.special-page .p-product-detail-table__row td.left span {
    font-size: 10px;
    line-height: 16px;
  }

  /* アンカーブロックのスタイル */
  .p-product__block.special-page .p-product-field__block {
    padding: 16px 20px;
    margin-top: 20px;
  }

  .p-product__block.special-page .p-product-field-anchor__item {
    margin-top: 10px;
  }

  .p-product-field.special-page {
    margin-top: 40px;
  }


  /* 詳細リストのスタイル */
  .p-product-field.special-page .p-product-usage .p-product-detail__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列に設定 */

  }
 

  /* リスト＋メディアの場合 */
  .p-product-field.special-page .p-product-detail__container {
    flex-direction: column; /* 縦並びに変更 */
  }

  .p-product-field.special-page .p-product-detail__info {
    padding-right: 0;
  }

  .p-product-field.special-page .p-product-detail__img {
    margin-top: 20px;
    max-width: 100%;
  }


  /* お問い合わせセクションのスタイル */
  .p-product-field.special-page .mini_section {
    max-width: 100%;
    margin: 20px auto;
  }

  .p-product-field.special-page .p-product-detail-contact__section {
    font-size: 16px;
    text-align: center;
  }

  .p-product-field.special-page .p-product-detail-contact__number a {
    font-size: 4rem;
  }

  /* その他のスタイル調整 */
  .p-product-field.special-page .c-heading-03.p-product-detail__ttl {
    font-size: 18px;
    margin-top: 20px;
  }

}

/* 460px以下の画面幅で改行を表示 */
@media (max-width: 460px) {
  .p-product-field.special-page .c-heading-01__en {
    padding-left: 5rem ;
  }

}



/* SPでだけ改行を表示 */
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

/* PCでは改行を非表示にする */
@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* ここまで */
/*# sourceMappingURL=styles.css.map */