@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.846vw, 18px);
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.en {
  font-family: "Alumni Sans", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

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

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

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-footer {
  padding: 6.67rem 1rem 2.67rem;
  background-color: #333;
  font-size: 0.9rem;
  color: #333;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 7.5rem 2.25rem 5.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-footer__nav {
    gap: 3rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-footer__nav {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-footer__nav {
    gap: 1.2rem;
  }
}
.l-footer__nav-item:last-child {
  grid-column: 1/-1;
}

.l-footer__nav-parent {
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-parent {
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-footer__nav-parent {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-footer__nav-parent {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-footer__nav-parent {
    padding-left: 1.5rem;
  }
}
.l-footer__nav-parent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 1.33333rem;
  height: 1%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-parent::before {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-footer__nav-parent::before {
    width: 1rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-footer__nav-parent::before {
    width: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-footer__nav-parent::before {
    width: 1rem;
  }
}
.l-footer__nav-parent a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-parent a {
    font-size: 1.25rem;
    transition: color 0.3s;
  }
  .l-footer__nav-parent a:hover {
    color: #e7002c;
  }
}
.l-footer__nav-child {
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-child {
    padding-left: 3.5rem;
  }
  .l-footer__nav-child + .l-footer__nav-child {
    margin-top: 0.81rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) and (max-width: 1439.5px) {
  .l-footer__nav-child {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-footer__nav-child {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .l-footer__nav-child {
    padding-left: 1.5rem;
  }
}
.l-footer__nav-child a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-child a {
    font-size: 1.25rem;
    transition: color 0.3s;
  }
  .l-footer__nav-child a:hover {
    color: #e7002c;
  }
}
.l-footer__buttons {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .l-footer__buttons {
    margin-top: 0;
    gap: 1.25rem;
  }
}
.l-footer__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .l-footer__button {
    width: 25rem;
    height: 3.75rem;
    transition: background 0.3s;
  }
  .l-footer__button:hover {
    background: #333;
  }
  .l-footer__button:hover span {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-footer__button {
    width: 16rem;
  }
}
.l-footer__button svg {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  height: auto;
}

.l-footer__button span {
  color: #000;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .l-footer__button span {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    transition: color 0.3s;
  }
}
.l-footer__bottom {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.67rem;
}

@media screen and (min-width: 768px) {
  .l-footer__bottom {
    margin-top: 16.5rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.l-footer__company p {
  margin-top: 0.67rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .l-footer__company p {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.l-footer__company p + p {
  margin-top: 0.33rem;
}

.l-footer__company-name {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .l-footer__company-name {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.l-footer__copyright {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-footer__copyright {
    color: #fff;
    font-size: 1.25rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  padding: 0.5rem 0 0.5rem 1rem;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header {
    padding: 0 0 0 2.25rem;
    height: 6.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header {
    padding: 0 0 0 1rem;
  }
}
.l-header.active {
  background: rgb(255, 255, 255);
}

.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 100%;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.83333rem;
  height: 1.06667rem;
  flex-shrink: 0;
  aspect-ratio: 102.5/16;
}

@media screen and (min-width: 768px) {
  .l-header__logo a {
    width: 12.8125rem;
    height: 2rem;
    flex-shrink: 0;
    aspect-ratio: 205/32;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header__logo a {
    width: 10.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__logo a {
    width: 8.8125rem;
  }
}
.l-header__nav {
  padding: 7rem 1rem 2.33rem;
  padding: 0.33rem;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
  overflow-y: scroll;
  background: url(images/common/header_br.webp) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    overflow: visible;
    padding: 0;
    position: static;
    top: auto;
    right: auto;
    height: auto;
    background: none;
    width: auto;
    display: flex;
    gap: 2.37rem;
    height: 100%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .l-header__nav {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__nav {
    gap: 0.5rem;
  }
}
.l-header__nav.active {
  right: 0;
}

.l-header__nav-list {
  display: flex;
  list-style: none;
  padding: 6.67rem 0.67rem 0;
  margin: 0;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .l-header__nav-list {
    padding: 0;
    flex-direction: row;
    gap: 0.5rem;
    height: 100%;
    position: static;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__nav-list {
    gap: 0;
  }
}
.l-header__nav-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item {
    height: 100%;
    position: static;
  }
}
.l-header__nav-item a,
.l-header__nav-item button {
  padding: 1.07rem 1.33rem 1.07rem 0.67rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0375rem;
    padding: 0 1rem;
    height: 100%;
    border: none;
    transition: 0.3s;
  }
  .l-header__nav-item a:hover {
    color: #e7002c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__nav-item a {
    padding: 0 0.5rem;
    font-size: 1rem;
  }
}
.l-header__nav-item:last-of-type a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
  .l-header__nav-item:last-of-type a {
    border: none;
  }
}
.l-header__nav-item button {
  transition: 0.3s;
  background: transparent;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item button {
    display: none;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-btn {
  position: relative;
}

.l-header__nav-item--dropdown .l-header__dropdown-btn svg {
  transition: transform 0.3s ease;
}

.l-header__nav-item--dropdown .l-header__dropdown-btn svg.is-rotated {
  transform: rotate(90deg);
}

.l-header__nav-item--dropdown > a {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown > a {
    display: flex;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-menu {
  display: none;
  top: 100%;
  left: 0;
  padding: 0 2rem;
  margin: 0;
  min-width: 160px;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    width: 100%;
    min-height: 5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 13.3vw;
    padding-right: 13.3vw;
    background: #333;
    gap: 0.3rem 2rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, pointer-events 0s linear 0.3s;
  }
  .l-header__nav-item--dropdown .l-header__dropdown-menu.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu.left {
    justify-content: flex-start;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-menu li + li {
  margin-top: 0.67rem;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu li + li {
    margin: 0;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-menu li:last-of-type {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu li:last-of-type {
    margin: 0;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-menu li:last-of-type a {
  border: none;
}

.l-header__nav-item--dropdown .l-header__dropdown-menu li a {
  border: none;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.1rem;
  padding: 0;
  padding-left: 1.6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu li a {
    display: flex;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0375rem;
    padding-left: 2rem;
    transition: color 0.3s;
  }
  .l-header__nav-item--dropdown .l-header__dropdown-menu li a:hover {
    color: #e7002c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu li a {
    font-size: 1rem;
    padding-left: 1.8rem;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-menu li a svg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu li a svg {
    width: 1.3625rem;
    height: 1.3625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__nav-item--dropdown .l-header__dropdown-menu li a svg {
    width: 1rem;
    height: 1rem;
  }
}
.l-header__nav-item--dropdown:hover .l-header__dropdown-menu, .l-header__nav-item--dropdown.is-open .l-header__dropdown-menu {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header__nav-item--dropdown:hover .l-header__dropdown-menu, .l-header__nav-item--dropdown.is-open .l-header__dropdown-menu {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-item:nth-of-type(5):hover .l-header__dropdown-menu, .l-header__nav-item:nth-of-type(2):hover .l-header__dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0s, pointer-events 0s;
  }
}
.l-header__nav_in {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header__nav_in {
    display: contents;
    position: static;
  }
}
.l-header__nav_in::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .l-header__nav_in::before {
    display: none;
  }
}
.l-header__utility {
  display: flex;
  margin-top: 1rem;
  padding: 0 0.67rem 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .l-header__utility {
    padding: 0;
    margin: 0;
  }
}
.l-header__utility .l-header__button {
  width: 50%;
  padding: 2.7rem 0 1.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.4rem;
  color: #fff;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l-header__utility .l-header__button {
    padding: 0;
    width: 8.125rem;
    height: 100%;
    gap: 0.5rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .l-header__utility .l-header__button {
    width: 7.125rem;
  }
}
.l-header__utility .l-header__button span {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .l-header__utility .l-header__button span {
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__utility .l-header__button svg {
    height: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__utility .l-header__button svg path {
    transition: 0.3s;
  }
}
.l-header__utility .l-header__button--contact {
  background: #333;
  border: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .l-header__utility .l-header__button--contact:hover {
    border: #fff;
    background: #fff;
  }
  .l-header__utility .l-header__button--contact:hover span {
    color: #333;
  }
  .l-header__utility .l-header__button--contact:hover svg path {
    fill: #333;
  }
}
.l-header__utility .l-header__button--search {
  background: #e7002c;
  border: 1px solid #e7002c;
}

@media screen and (min-width: 768px) {
  .l-header__utility .l-header__button--search:hover {
    border: #fff;
    background: #fff;
  }
  .l-header__utility .l-header__button--search:hover span {
    color: #e7002c;
  }
  .l-header__utility .l-header__button--search:hover svg path {
    fill: #e7002c;
  }
}
.l-header__menubtn {
  padding: 1.2rem 1.8rem 1.2rem;
  position: relative;
  background: transparent;
}

.l-header__menubtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  width: 1.66667rem;
  height: 1.5px;
  transition: 0.3s;
}

.l-header__menubtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(6px);
}

.l-header__menubtn span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.l-header__menubtn span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(-6px);
}

.l-header__menubtn.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(25deg);
}

.l-header__menubtn.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menubtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-25deg);
}

.l-header__searchWrap {
  position: relative;
}

.c-searchPanel {
  display: none;
  margin-top: 3rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  padding: 0 0.67rem;
  width: 100%;
  height: 5.13333rem;
}

@media screen and (min-width: 768px) {
  .c-searchPanel {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    right: 0%;
    width: 40rem;
    height: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-searchPanel {
    width: 35rem;
  }
}
.c-searchPanel.is-visible {
  display: block;
}

.c-searchPanel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}

@media (prefers-reduced-motion: reduce) {
  .c-searchPanel {
    transition: none !important;
  }
}
.c-searchPanel .c-product__search {
  max-width: initial;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1.47rem;
}

@media screen and (min-width: 768px) {
  .c-searchPanel .c-product__search {
    padding: 0.63rem 1.25rem 0.63rem;
  }
}
.c-searchPanel .c-product__search-label {
  font-size: 1.06667rem;
}

@media screen and (min-width: 768px) {
  .c-searchPanel .c-product__search-label {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }
}
.c-searchPanel .c-product__search-input {
  margin-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .c-searchPanel .c-product__search-input {
    margin: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-searchPanel .c-product__search-input input {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-searchPanel .c-product__search-input button {
    padding: 0.81rem 0.4rem 0.81rem 0;
  }
}
.c-searchPanel .c-product__search-input button svg {
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 768px) {
  .c-searchPanel .c-product__search-input button svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1280px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1680px);
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1080px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.l-inner__ss {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__ss {
    width: min(90%, 880px);
  }
}
.c-company-link {
  display: flex;
  align-items: center;
  gap: 1.0666666667rem;
  order: 3;
}

@media screen and (min-width: 768px) {
  .c-company-link {
    gap: 2rem;
  }
}
.c-company-link__item a {
  padding-left: 1.75rem;
  padding-left: min(6.7307692308vw, 1.75rem);
  display: inline-block;
  font-size: 1rem;
  font-size: clamp(0.75rem, 0.616rem + 0.671vw, 0.938rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
  position: relative;
  transition: color 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .c-company-link__item a {
    padding-left: 2.1875rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.c-company-link__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(./images/common/arrow.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .c-company-link__item a::before {
    width: 1.5625rem;
    height: 1.5625rem;
    top: 54%;
  }
}
.c-company-link__item span {
  padding-left: 1.75rem;
  display: inline-block;
  font-size: 1rem;
  font-size: clamp(0.75rem, 0.616rem + 0.671vw, 0.938rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-company-link__item span {
    padding-left: 2.1875rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.c-company-link__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(./images/common/arrow-black.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .c-company-link__item span::before {
    width: 1.5625rem;
    height: 1.5625rem;
    top: 54%;
  }
}
.c-company-link--top {
  padding-bottom: 2.6833333333rem;
  padding-inline: 1rem;
  gap: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-company-link--top {
    padding-inline: 0;
    position: absolute;
    top: 5rem;
    right: 7.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-company-link--top {
    right: 3.5rem;
  }
}
.c-company-link--bottom {
  margin-inline: auto;
  width: min(100% - 2rem);
  padding-top: 4.7rem;
  gap: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-company-link--bottom {
    padding-right: 7.5rem;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-company-link--bottom {
    padding-right: 3.5rem;
  }
}
@media (any-hover: hover) {
  .c-company-link__item a:hover {
    color: #e7002c;
  }
}
@media screen and (min-width: 768px) {
  .c-company-link--bottom-overview {
    padding-top: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-company-link--bottom-history {
    padding-top: 14.375rem;
  }
}
@media screen and (min-width: 768px) {
  .c-part__title-en.c-company-title {
    font-size: 8rem;
    line-height: 2.1;
  }
}
.c-cta {
  margin: 4rem 0;
}

@media screen and (min-width: 768px) {
  .c-cta {
    width: min(95%, 1680px);
    height: clamp(51.729167vw, 45.7291666667vw, 670px);
    max-height: 41.875rem;
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-cta::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #fff;
    z-index: 7;
    opacity: 0;
  }
  .c-cta:hover::before {
    opacity: 1;
  }
}
.c-cta__content {
  position: relative;
  height: 24.93333rem;
}

@media screen and (min-width: 768px) {
  .c-cta__content {
    position: initial;
    height: 100%;
    width: 50%;
    z-index: 1;
  }
  .c-cta__content:hover .c-cta__button .btn {
    background: #e7002c;
  }
  .c-cta__content:hover .c-cta__button .btn span {
    color: #fff;
  }
}
.c-cta__content {
  /* ==== Catalog side (left) ==== */
}

@media screen and (min-width: 768px) {
  .c-cta__content-catalog .c-cta__figure {
    left: 0%;
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);
  }
  .c-cta__content-catalog .c-cta__figure .c-cta__mirror {
    right: 0;
  }
  .c-cta__content-catalog .c-cta__figure .c-cta__wrap {
    position: absolute;
    top: 4.7916666667vw;
    left: 5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__content-catalog .c-cta__figure .c-cta__wrap {
    top: 3.791667vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__content-catalog .c-cta__figure .c-cta__wrap {
    top: 3.791667vw;
    left: 4vw;
  }
}
.c-cta__content {
  /* ==== Contact side (right) ==== */
}

@media screen and (min-width: 768px) {
  .c-cta__content-contact .c-cta__figure {
    right: 0%;
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
  }
  .c-cta__content-contact .c-cta__figure .c-cta__mirror {
    left: 0;
  }
  .c-cta__content-contact .c-cta__figure .c-cta__wrap {
    position: absolute;
    top: 4.7916666667vw;
    left: 5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__content-contact .c-cta__figure .c-cta__wrap {
    top: 3.791667vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__content-contact .c-cta__figure .c-cta__wrap {
    top: 3.791667vw;
    left: 4vw;
  }
}
.c-cta__link {
  position: absolute;
  top: 2.67rem;
  left: 1rem;
}

@media screen and (min-width: 768px) {
  .c-cta__link {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__link .c-cta__wrap {
    position: absolute;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
    top: 4.7916666667vw;
    left: 5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__link .c-cta__wrap {
    top: 3.791667vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__link .c-cta__wrap {
    top: 3.791667vw;
    left: 4vw;
  }
}
.c-cta__figure {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-cta__figure {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    transition: clip-path 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: clip-path;
  }
}
.c-cta__figure picture img {
  height: 100%;
  max-width: auto;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .c-cta__figure picture img {
    height: 100%;
    object-fit: cover;
  }
}
.c-cta__title-ja .icon-wrap::before {
  display: none;
}

.c-cta__title-ja h2 {
  color: #fff !important;
}

.c-cta__title-en {
  color: #fff !important;
}

.c-cta__heading {
  margin-top: -1rem;
  color: #fff;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .c-cta__heading {
    font-size: 1.5rem;
    letter-spacing: 0.0525rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__heading {
    font-size: 1rem;
  }
}
.c-cta__description {
  margin-top: 0.67rem;
  color: #fff;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .c-cta__description {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    height: 6.5625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__description {
    font-size: 1rem;
    height: 4.5625rem;
  }
}
.c-cta__button {
  margin-top: 3.33rem;
}

@media screen and (min-width: 768px) {
  .c-cta__button {
    margin-top: 5.25vw;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__button {
    margin-top: 4.25vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__button .btn {
    transition: background 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__button .btn span {
    transition: color 0.5s;
  }
}
.c-cta__mirror {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-cta__mirror {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0.5;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__mirror .c-cta__description {
    height: 6.5625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__mirror .c-cta__description {
    font-size: 1rem;
    height: 4.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__mirror .c-cta__heading {
    font-size: 1.5rem;
    letter-spacing: 0.0525rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__mirror .c-cta__heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__mirror .c-cta__heading {
    font-size: 1.1rem;
  }
}
.c-cta__mirror .c-cta__button {
  margin-top: 5.25vw;
}

@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-cta__mirror .c-cta__button {
    margin-top: 4.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-cta__mirror .c-cta__button {
    margin-top: 4.25vw;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__mirror .c-cta__button a {
    background: transparent;
    border: #fff solid 1px;
  }
}
.c-cta {
  /* =========================
     表示制御（スムーズ切替）
     ========================= */
  /* 初期: 左右50%ずつ表示 */
}

@media screen and (min-width: 768px) {
  .c-cta .c-cta__content-catalog .c-cta__figure {
    left: 0;
    right: auto;
    clip-path: inset(0 50% 0 0);
  }
  .c-cta .c-cta__content-contact .c-cta__figure {
    right: 0;
    left: auto;
    clip-path: inset(0 0 0 50%);
  }
}
.c-cta {
  /* ←ここ重要：.c-cta の中では & を使う！ */
}

@media screen and (min-width: 768px) {
  .c-cta.is-catalog .c-cta__content-catalog > .c-cta__figure {
    left: 0;
    right: auto;
    clip-path: inset(0 0 0 0) !important;
  }
  .c-cta.is-catalog .c-cta__content-contact > .c-cta__figure {
    right: 0;
    left: auto;
    clip-path: inset(0 0 0 100%) !important;
  }
}
@media screen and (min-width: 768px) {
  .c-cta.is-contact .c-cta__content-contact > .c-cta__figure {
    right: 0;
    left: auto;
    clip-path: inset(0 0 0 0) !important;
  }
  .c-cta.is-contact .c-cta__content-catalog > .c-cta__figure {
    left: 0;
    right: auto;
    clip-path: inset(0 55% 0 0) !important;
  }
}
.c-designer-cta {
  margin: 3.3333333333rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}

@media screen and (min-width: 768px) {
  .c-designer-cta {
    margin-block: 6.25rem;
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-designer-cta {
    margin-right: 5.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-designer-cta {
    width: 100%;
  }
}
.c-designer-cta a {
  margin: 0 auto;
  width: 100%;
  max-width: 23rem;
  height: 3.53333rem;
  height: 4.5333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  background: #000;
  border: solid #000 1px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .c-designer-cta a {
    margin-inline: 0;
    max-width: 24.6875rem;
    height: 5.625rem;
    font-size: 1.25rem;
    font-size: min(1.3vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 2rem */
    letter-spacing: 0.0375rem;
    transition: 0.3s;
  }
  .c-designer-cta a:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .c-designer-cta a {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-designer-cta a {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-designer-cta a {
    width: 100%;
  }
}
.c-designer-cta__data {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__title.c-lower-kv-company__title {
    margin-top: 0;
  }
}
.c-part {
  width: min(95%, 1680px);
  margin-right: auto;
}

.c-part_title-ja {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .c-part_title-ja {
    gap: 1.87rem;
  }
}
.c-part_title-ja .icon-wrap {
  position: relative;
  display: inline-flex;
}

.c-part_title-ja .icon-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 4.16667rem;
  height: 4.16667rem;
  background: #e7002c;
  opacity: 0.05;
  border-radius: 50%;
  z-index: -1;
  animation: pulseCircle 3s ease-in-out infinite;
}

@media screen and (min-width: 768px) {
  .c-part_title-ja .icon-wrap::before {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}
.c-part_title-ja .icon-wrap svg {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-part_title-ja .icon-wrap svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@keyframes pulseCircle {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.05;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.1;
  }
}
.c-part_title-ja h2 {
  color: #000;
  font-size: 0.66667rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .c-part_title-ja h2 {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.c-part_title-en {
  color: #000;
  font-size: 4.66667rem;
  font-weight: 200;
  margin-top: -1.5rem;
}

@media screen and (min-width: 768px) {
  .c-part_title-en {
    margin-top: -3.5rem;
    font-size: 8.75rem;
  }
}
.c-part__button a,
.c-part__button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.5rem;
  height: 2.5rem;
  background: #333;
}

@media screen and (min-width: 768px) {
  .c-part__button a,
  .c-part__button .btn {
    width: 10.625rem;
    height: 3.125rem;
    transition: 0.3s;
  }
}
.c-part__button a span,
.c-part__button .btn span {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .c-part__button a span,
  .c-part__button .btn span {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    transition: 0.3s;
  }
}
.c-part__button-white a {
  background: #fff;
}

.c-part__button-white a span {
  color: #333;
}

.c-part__button-gray a {
  border: solid 1px #333;
}

.c-part__button-gray a:hover {
  background: #fff;
}

.c-part__button-gray a:hover span {
  color: #333;
}

.c-part__button-white a {
  border: solid 1px #fff;
}

.c-part__button-white a:hover {
  background: #333;
}

.c-part__button-white a:hover span {
  color: #fff;
}

.c-breadcrumbs {
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    padding: 0 2.25rem;
  }
}
.c-breadcrumbs__list {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__list {
    gap: 1rem;
  }
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
}

.c-breadcrumbs__item:first-of-type a {
  padding-left: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__item:first-of-type a {
    padding-left: 1.87rem;
  }
}
.c-breadcrumbs__item:first-of-type svg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 0.43333rem;
  height: 0.43333rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__item:first-of-type svg {
    width: 0.685rem;
    height: 0.625rem;
  }
}
.c-breadcrumbs__item:not(:first-of-type) svg {
  margin-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__item:not(:first-of-type) svg {
    margin-top: 0.5rem;
  }
}
.c-breadcrumbs__item:not(:last-of-type) {
  flex-shrink: 0;
}

.c-breadcrumbs__item span {
  color: #000;
  font-size: 0.66667rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__item span {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.c-breadcrumbs__item svg {
  width: 0.7046rem;
  height: 0.59827rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__item svg {
    width: 1.046rem;
    height: 0.89827rem;
  }
}
.c-breadcrumbs__link {
  display: flex;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs__link span {
    transition: color 0.3s;
  }
  .c-breadcrumbs__link span:hover {
    color: #e7002c;
  }
}
.c-part__title {
  padding: 0 0.67rem;
}

.c-part__title-ja h1, .c-part__title-ja .c-part__title-ja-text {
  margin-left: 0.3rem;
  padding-left: 4.17rem;
  color: #000;
  font-size: 0.66667rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-part__title-ja h1, .c-part__title-ja .c-part__title-ja-text {
    padding-left: 7.17rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.c-part__title-ja h1::before, .c-part__title-ja .c-part__title-ja-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 2.83333rem;
  height: 1px;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .c-part__title-ja h1::before, .c-part__title-ja .c-part__title-ja-text::before {
    width: 5.3125rem;
  }
}
.c-part__title-en {
  margin-top: -2.5rem;
  color: #000;
  font-size: 6rem;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .c-part__title-en {
    margin-top: -3.5rem;
    font-size: 8rem;
    line-height: 2.1;
  }
}
.c-lower-kv {
  margin: 3.5rem 0 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-lower-kv {
    margin: 9.375rem 0 0;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 6.87rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv {
    padding-left: 3.87rem;
  }
}
.c-lower-kv__title {
  order: 2;
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__title {
    margin: 0;
    padding: 0;
    order: 1;
    position: relative;
  }
}
.c-lower-kv__breadcrumbs {
  order: 1;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__breadcrumbs {
    order: 2;
    flex-shrink: 0;
    padding-right: 7.5rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv__breadcrumbs {
    padding-right: 3.5rem;
  }
}
.c-lower-kv__subtitle {
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 150%;
  /* 2rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__subtitle {
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-56%);
    font-size: 2rem;
    letter-spacing: 0.075rem;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-lower-kv__subtitle {
    left: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv__subtitle {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    font-size: 1.8rem;
    text-wrap: nowrap;
  }
}
.c-lower-kv__image {
  order: 3;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__image {
    margin: -2rem 0 0;
  }
}
.c-lower-kv__product {
  order: 4;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 2rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-lower-kv__product {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv__product {
    margin-top: 2rem;
    flex-direction: column;
    margin-right: 3.87rem;
    gap: 1rem;
  }
}
.c-lower-kv__product-name p {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
  /* 1.8rem */
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__product-name p {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv__product-name p {
    font-size: 1.2rem;
  }
}
.c-lower-kv__product-name p + p {
  margin-top: 0.25rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .c-lower-kv__product-name p + p {
    margin-top: 0.31rem;
  }
}
.c-lower-kv__product-cta {
  margin: 2.02rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__product-cta {
    margin: 0;
    margin-right: 7.5rem;
    flex-direction: row;
    gap: 0.62rem;
    width: 40%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-lower-kv__product-cta {
    margin-right: 5.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv__product-cta {
    width: 100%;
  }
}
.c-lower-kv__product-cta a {
  margin: 0 auto;
  width: 100%;
  height: 3.53333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  background: #000;
  border: solid #000 1px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.6rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .c-lower-kv__product-cta a {
    font-size: 1.25rem;
    font-size: min(1.3vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 2rem */
    letter-spacing: 0.0375rem;
    transition: 0.3s;
    max-width: 22.3125rem;
  }
  .c-lower-kv__product-cta a:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .c-lower-kv__product-cta a {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .c-lower-kv__product-cta a {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-lower-kv__product-cta a {
    width: 100%;
    max-width: initial;
  }
}
.c-lower-kv__product-cta-data {
  margin-top: 0;
}

.c-lower-kv__product-cta-product {
  margin-top: 0;
}

.c-lower-kv__product-cta > a[href=""],
.c-lower-kv__product-cta > a:not([href]) {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-aside-cta {
    position: fixed;
    z-index: 100;
    left: 0%;
    top: 21%;
  }
  .c-aside-cta__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .c-aside-cta__catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.69rem;
    background: #fff;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    width: 2.6rem;
    height: 10rem;
    writing-mode: vertical-rl;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 1.3125rem */
    letter-spacing: 0.0375rem;
    transition: background 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-aside-cta__catalog {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-aside-cta__catalog:hover {
    background: #333;
    color: #fff;
  }
  .c-aside-cta__catalog svg {
    width: 60%;
  }
  .c-aside-cta__data {
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    gap: 0.62rem;
    background: #fff;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    width: 2.6rem;
    height: 10rem;
    color: #000;
    text-align: center;
    font-feature-settings: "vert" on;
    text-orientation: upright;
    /* ← 英字も縦に！ */
    font-weight: 400;
    line-height: 105%;
    /* 1.3125rem */
    transition: background 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .c-aside-cta__data {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-aside-cta__data:hover {
    background: #333;
    color: #fff;
  }
  .c-aside-cta__data svg {
    width: 60%;
  }
}
.c-card-accordion {
  border-top: 1px solid #ddd;
}

.c-card-accordion:last-of-type {
  border-bottom: 1px solid #ddd;
}

.c-card-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.6rem 0 1.6rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header {
    padding: 3.44rem 0 3.88rem 3.75rem;
  }
  .c-card-accordion__header:hover .c-part_title-ja h3 {
    color: #e7002c;
  }
  .c-card-accordion__header:hover .u-desktop {
    color: #e7002c;
  }
}
.c-card-accordion__header .c-part_title-ja {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header .c-part_title-ja {
    gap: 1.44rem;
  }
}
.c-card-accordion__header .c-part_title-ja .icon-wrap {
  width: 5px;
  height: 5px;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header .c-part_title-ja .icon-wrap {
    width: 10px;
    height: 10px;
  }
}
.c-card-accordion__header .c-part_title-ja .icon-wrap::before {
  width: 3.16667rem;
  height: 3.16667rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header .c-part_title-ja .icon-wrap::before {
    width: 5.16667rem;
    height: 5.16667rem;
  }
}
.c-card-accordion__header .c-part_title-ja h3 {
  color: #000;
  font-size: 0.93333rem;
  font-weight: 700;
  line-height: 175%;
  /* 1.63333rem */
  letter-spacing: 0.028rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header .c-part_title-ja h3 {
    font-size: 2rem;
    letter-spacing: 0.06rem;
    transition: color 0.3s;
  }
}
.c-card-accordion__header span {
  color: #000;
  text-align: right;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header span {
    margin-left: auto;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.81rem;
    transition: color 0.3s;
  }
}
.c-card-accordion__header span .circle {
  width: 0.625rem;
  height: 0.625rem;
}

.c-card-accordion__header .arrow {
  width: 1rem;
  height: 0.5rem;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__header .arrow {
    width: 1.5rem;
    height: 1rem;
  }
}
.c-card-accordion__header.is-open .arrow {
  transform: rotate(180deg);
}

.c-card-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 0.6rem;
}

.c-card-accordion__content-in {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content-in {
    gap: 1.88rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform-origin: top;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-card-accordion__content-in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-card-accordion__content .c-product-card {
  background: #fff;
  box-shadow: 1.407px 1.407px 20.593px 0px rgba(0, 0, 0, 0.1);
  padding: 1.14rem;
  display: flex;
  flex-direction: column;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card {
    padding: 1.25rem;
    box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
  }
  .c-card-accordion__content .c-product-card:hover {
    box-shadow: 1.407px 1.407px 20.593px 0px rgba(0, 0, 0, 0);
  }
  .c-card-accordion__content .c-product-card:hover .c-product-card__btn {
    color: #e7002c;
  }
}
.c-card-accordion__content .c-product-card.is-last-row {
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card.is-last-row {
    margin-bottom: 8.25rem;
  }
}
.c-card-accordion__content .c-product-card__image {
  width: 100%;
}

.c-card-accordion__content .c-product-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.c-card-accordion__content .c-product-card__title {
  margin-top: 1.34rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 150%;
  /* 2.275rem */
  letter-spacing: 0.039rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__title {
    margin-top: 0.62rem;
    font-size: 1.3rem;
    letter-spacing: 0.04875rem;
  }
}
.c-card-accordion__content .c-product-card__title span {
  display: block;
  font-feature-settings: "palt";
}

.c-card-accordion__content .c-product-card__detail {
  margin-top: 0.24rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__detail {
    margin-top: 0.25rem;
  }
}
.c-card-accordion__content .c-product-card__detail + .c-product-card__detail {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__detail + .c-product-card__detail {
    margin-top: 0.63rem;
  }
}
.c-card-accordion__content .c-product-card__detail:nth-of-type(3) {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__detail:nth-of-type(3) {
    margin-bottom: 0.94rem;
  }
}
.c-card-accordion__content .c-product-card__detail span {
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.024rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__detail span {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.c-card-accordion__content .c-product-card__detail p {
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 150%;
  /* 1.2rem */
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__detail p {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.c-card-accordion__content .c-product-card__btn {
  margin-top: auto;
  margin-left: auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #000;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__btn {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    transition: color 0.3s;
  }
}
.c-card-accordion__content .c-product-card__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__btn svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.c-card-accordion__content .c-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.88rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-card-accordion__content .c-product-card__link {
    transition: color 0.3s;
  }
  .c-card-accordion__content .c-product-card__link:hover {
    color: #e7002c;
  }
}
.c-product-pagination {
  margin: 4.67rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-product-pagination {
    margin: 9.81rem 0 0;
  }
}
.c-product-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .c-product-pagination ul {
    gap: 0.62rem;
  }
}
.c-product-pagination ul li {
  width: 2rem;
  height: 2rem;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-product-pagination ul li {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-product-pagination ul li.current {
  border: 1px solid #e7002c;
  background: #e7002c;
}

.c-product-pagination ul li.current a {
  color: #fff;
}

.c-product-pagination ul li a {
  color: #000;
  text-align: center;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 1.33333rem;
  /* 100% */
  letter-spacing: 0.04rem;
  transition: 0.3s;
}

.c-product-pagination ul li.prev, .c-product-pagination ul li.next {
  border: none;
  background: none;
}

.c-product-pagination ul li.prev a svg path, .c-product-pagination ul li.next a svg path {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-product-pagination ul li.prev a:hover svg path, .c-product-pagination ul li.next a:hover svg path {
    fill: #e7002c;
  }
}
.c-product-pagination ul li.prev {
  margin-right: 0.8rem;
}

@media screen and (min-width: 768px) {
  .c-product-pagination ul li.prev {
    margin-right: 1.5rem;
  }
}
.c-product-pagination ul li.next {
  margin-left: 0.8rem;
}

@media screen and (min-width: 768px) {
  .c-product-pagination ul li.next {
    margin-left: 1.5rem;
  }
}
.c-product-pagination ul li.pager a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .c-product-pagination ul li.pager a:hover {
    background: #e7002c;
    border: #e7002c;
    color: #fff;
  }
}
.c-product__search {
  width: 23rem;
  height: 7.66667rem;
  background: #e7002c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.33rem 1rem 1.67rem;
}

@media screen and (min-width: 768px) {
  .c-product__search {
    flex-direction: row;
    gap: 1.25rem;
    width: 67.5rem;
    max-width: 90%;
    height: 6.6875rem;
    padding: 1.4rem 3.06rem 1.75rem 3.12rem;
  }
}
.c-product__search-label {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .c-product__search-label {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.045rem;
    flex-shrink: 0;
  }
}
.c-product__search-input {
  margin-top: 0.67rem;
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
}

.c-product__search-input svg {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .c-product__search-input svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.c-product__search input {
  padding: 0.5rem 0 0.5rem 0.5rem;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .c-product__search input {
    font-size: 1.2rem;
    padding: 0.81rem 0 0.81rem 0.75rem;
  }
}
.c-product__search button {
  background: none;
  border: none;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .c-product__search button {
    padding: 0.81rem 0.75rem 0.81rem 0;
    cursor: pointer;
  }
}
.c-modal {
  position: fixed;
  inset: 0;
  display: flex;
  /* ← 常に配置 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* 非表示状態（初期） */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.45s;
  /* フェード完了後に不可視へ */
  /* 表示状態 */
}

.c-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
  /* すぐ可視に */
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-modal.is-active .c-modal__overlay {
  opacity: 1;
}

.c-modal__content {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.c-modal__content img {
  display: block;
  width: 100%;
  max-width: 90vw;
  max-height: 80vh;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .c-modal__content img {
    width: 100%;
    max-width: min(62vw, 60rem);
  }
}
.c-modal.is-active .c-modal__content {
  transform: translateY(5%) scale(1);
  opacity: 1;
}

.c-modal {
  /* ▼ close ボタンも “出入り” をトランジションさせる */
}

.c-modal__close {
  position: absolute;
  top: -3rem;
  right: 0rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: none;
  border-radius: 100rem;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
  z-index: 2;
  /* 追加：初期は薄く＆ちょいズラし＋クリック不可 */
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

@media screen and (min-width: 768px) {
  .c-modal__close {
    top: -2rem;
    right: -2rem;
  }
}
.c-modal.is-active .is-lineup {
  max-width: 90vw;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .c-modal.is-active .is-lineup {
    max-width: initial;
  }
}
.c-modal.is-active .is-drawing,
.c-modal.is-active .is-freeImg {
  max-width: 90vw;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .c-modal.is-active .is-drawing,
  .c-modal.is-active .is-freeImg {
    max-width: initial;
  }
}
.c-modal.is-active .is-drawing img,
.c-modal.is-active .is-freeImg img {
  border: 1rem solid #fff;
  object-fit: cover;
}

.c-modal.is-active .c-modal__close {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  /* 表示時だけクリック可 */
}

.news_single .c-post_area {
  margin: 0 0 0.67rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area {
    margin: 8.75rem 0 4.9rem;
  }
}
.news_single .c-post_area p {
  margin: 1rem 0;
  color: #000;
  font-weight: 400;
  line-height: 200%; /* 2.5rem */
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area p {
    color: #000;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.news_single .c-post_area h1 {
  margin-bottom: 2.13rem;
  color: #000;
  font-weight: 700;
  line-height: 150%; /* 150% */
  padding-bottom: 2.44rem;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area h1 {
    margin-bottom: 3.13rem;
    font-size: 3rem;
    letter-spacing: 0.09rem;
    padding-bottom: 2.44rem;
  }
}
.news_single .c-post_area h2 {
  font-size: 1.5rem;
  margin: 2rem 0 2rem;
  padding-left: 1.56rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.0675rem;
  position: relative;
}

.news_single .c-post_area h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.3125rem;
  height: 80%;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area h2 {
    font-size: 1.8rem;
    margin: 3rem 0 2.5rem;
    padding-left: 1.56rem;
    font-size: 2.25rem;
    letter-spacing: 0.0675rem;
  }
  .news_single .c-post_area h2::before {
    content: "";
    transform: translate(0%, -50%);
    width: 0.3125rem;
    height: 75%;
  }
}
.news_single .c-post_area h3 {
  margin: 2rem 0;
  padding: 0.4rem 1rem;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 2rem */
  letter-spacing: 0.048rem;
  background: #f5f5f5;
  border-top: 1px solid #e7002c;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area h3 {
    margin: 2.5rem 0 2rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.news_single .c-post_area h4 {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  padding-left: 1.44rem;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 1.75rem */
  letter-spacing: 0.042rem;
  position: relative;
}

.news_single .c-post_area h4::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 140%);
  border-radius: 100rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area h4::before {
    transform: translate(0%, 180%);
  }
}
@media screen and (min-width: 768px) {
  .news_single .c-post_area h4 {
    margin: 2rem 0 1.5rem;
    font-size: 1.75rem;
    letter-spacing: 0.0525rem;
  }
}
.news_single .c-post_area h5 {
  margin: 1rem 0;
  padding: 0 0 0.53rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 125%; /* 1.5rem */
  letter-spacing: 0.036rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area h5 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.news_single .c-post_area h6 {
  font-size: 1rem;
  margin: 1rem 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 125%; /* 1.5rem */
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area h6 {
    margin: 1.5rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.news_single .c-post_area ul {
  margin: 1rem 0 1.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area ul {
    margin: 1.5rem 0 2rem 1.3rem;
  }
}
.news_single .c-post_area ul.blocks-gallery-grid {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area ul.blocks-gallery-grid {
    margin: 3rem 0 0;
  }
}
.news_single .c-post_area ul li {
  list-style: disc;
}

.news_single .c-post_area ol {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area ol {
    margin: 1.5rem 0 1.5rem 1rem;
  }
}
.news_single .c-post_area ol li {
  list-style: decimal;
}

.news_single .c-post_area strong {
  font-weight: bold;
}

.news_single .c-post_area blockquote {
  background: #eee;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area blockquote {
    padding: 2rem;
  }
}
.news_single .c-post_area blockquote::before, .news_single .c-post_area blockquote::after {
  position: absolute;
  content: "“";
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area blockquote::before, .news_single .c-post_area blockquote::after {
    font-size: 3rem;
  }
}
.news_single .c-post_area blockquote::before {
  top: 0;
  left: 0;
}

.news_single .c-post_area blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.news_single .c-post_area blockquote cite {
  font-size: 0.8rem;
  color: #999;
}

.news_single .c-post_area a {
  display: inline;
  color: #aaa;
}

.news_single .c-post_area figure {
  margin: 2rem auto 1.5rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area figure {
    margin: 3rem auto 2rem;
  }
}
.news_single .c-post_area img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.news_single .c-post_area table {
  width: 100%;
  margin: 1rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area table {
    margin: 1.5rem 0 2rem;
  }
}
.news_single .c-post_area table th,
.news_single .c-post_area table td {
  border: solid 1px #e2e2e2;
  padding: 0.15rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .news_single .c-post_area table th,
  .news_single .c-post_area table td {
    padding: 0.25rem 1rem;
  }
}
.news_single .pagenation {
  margin: 3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

@media screen and (min-width: 768px) {
  .news_single .pagenation {
    margin: 4rem 0 0;
    gap: 2.75rem;
  }
}
.news_single .pagenation .prev a,
.news_single .pagenation .next a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: 0.3s;
}

.news_single .pagenation .prev a span,
.news_single .pagenation .next a span {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%; /* 1.25rem */
  transition: color 0.3s;
}

.news_single .pagenation .prev a svg,
.news_single .pagenation .next a svg {
  position: relative;
}

.news_single .pagenation .prev a svg path,
.news_single .pagenation .next a svg path {
  transition: fill 0.3s;
}

.news_single .pagenation .prev a:hover span,
.news_single .pagenation .next a:hover span {
  color: #e7002c;
}

.news_single .pagenation .prev a:hover svg path,
.news_single .pagenation .next a:hover svg path {
  fill: #e7002c;
}

.news_single .pagenation .btn_wrap .blog-column_btn {
  display: flex;
  padding: 1.25rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: #000;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .news_single .pagenation .btn_wrap .blog-column_btn {
    padding: 1.25rem 5rem;
  }
}
.news_single .pagenation .btn_wrap .blog-column_btn:hover {
  background: #e7002c;
}

.news_single .pagenation .btn_wrap .blog-column_btn:hover span {
  color: #fff;
}

.news_single .pagenation .btn_wrap .blog-column_btn span {
  color: var(--gray, #fff);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02rem;
  transition: 0.3s;
}

.p-404 {
  margin: 3.6rem 0 4.7rem;
}

@media screen and (min-width: 768px) {
  .p-404 {
    margin: 17.5rem 0 8.75em;
  }
}
.p-404__num {
  color: #e7002c;
  font-size: 6rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-404__num {
    font-size: 11.25rem;
  }
}
.p-404__title {
  margin: 0.2rem 0;
  color: #000;
  text-align: center;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 150%; /* 1.6rem */
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
  .p-404__title span {
    display: inline-block;
  }
}
.p-404__description {
  margin: 1.33rem 0;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 175%; /* 1.4rem */
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-404__description {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-404 .c-part__button {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-404 .c-part__button {
    margin-top: 6.25rem;
  }
}
/* p-precedentList-slider */
.p-precedentList-slider {
  margin-top: 3.98rem;
  padding: 1.33rem 1rem 2rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider {
    width: min(97%, 1800px);
    margin-left: auto;
    padding: 3.12rem 0 3rem 3rem;
  }
}
.p-precedentList-slider::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #333;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider::before {
    background: #1e1e1e;
    height: 100%;
  }
}
.p-precedentList-slider__nav {
  position: absolute;
  right: 0%;
  bottom: -2.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__nav {
    gap: 0.62rem;
    right: 5%;
    padding: 0;
    bottom: -7%;
  }
}
.p-precedentList-slider__button.c-part__button {
  margin-top: 0 !important;
}

.p-precedentList-slider__button--prev, .p-precedentList-slider__button--next {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

.p-precedentList-slider__button--prev svg, .p-precedentList-slider__button--next svg {
  display: block;
  width: 100%;
  height: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__button--prev svg, .p-precedentList-slider__button--next svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p-precedentList-slider__button--prev svg path, .p-precedentList-slider__button--next svg path {
    transition: fill 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-slider__button--prev:hover svg path:first-of-type, .p-precedentList-slider__button--next:hover svg path:first-of-type {
    fill: #e7002c;
  }
}
.p-precedentList-slider__button--prev:after, .p-precedentList-slider__button--next:after {
  display: none;
}

.p-precedentList-slider__button--prev:before, .p-precedentList-slider__button--next:before {
  display: none;
}

.p-precedentList-slider__container {
  position: static;
}

.p-precedentList-slider__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__item {
    gap: min(4.557vw, 5.47rem);
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.p-precedentList-slider__img-wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__img-wrap {
    min-width: 600px;
    width: 34%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider__img-wrap {
    min-width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__img-wrap {
    min-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-slider__body {
    margin: 0;
    padding: 0 1rem 0 0;
    width: 36.1%;
  }
}
.p-precedentList-slider__date {
  margin-top: 1.32rem;
  color: #fff;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 175%; /* 2.33333rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__date {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__date {
    font-size: 0.8rem;
  }
}
.p-precedentList-slider__title {
  color: #fff;
  font-size: 2.13333rem;
  font-weight: 700;
  line-height: 150%; /* 5.25rem */
  letter-spacing: 0.064rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__title {
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-precedentList-slider__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__title {
    font-size: 0.9rem;
  }
}
.p-precedentList-slider__location {
  color: #fff;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 175%; /* 2.1875rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__location {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider__location {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__location {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__location {
    font-size: 0.8rem;
  }
}
.p-precedentList-slider__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 1rem;
}

.p-precedentList-slider__tag {
  color: #fff;
  font-size: 1.06667rem;
  font-weight: 400;
  line-height: 100%; /* 1.75rem */
  letter-spacing: 0.032rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__tag {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider__tag {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__tag {
    font-size: 0.8rem;
  }
}
.p-precedentList-slider__label {
  margin-top: 1.06rem;
  color: #e7002c;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 150%; /* 1.6875rem */
  letter-spacing: 0.032rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__label {
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider__label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__label {
    font-size: 0.8rem;
  }
}
.p-precedentList-slider__products {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__products {
    margin: 0;
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-precedentList-slider__product {
  color: #fff;
  padding-left: 1rem;
  font-size: 1.06667rem;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.032rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}

.p-precedentList-slider__product::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 85%);
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  transition: background 0.3s;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider__product::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-slider__product {
    padding: 0;
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.p-precedentList-slider__product:last-of-type span {
  display: none;
}

@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider__product {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider__product {
    font-size: 0.8rem;
  }
}
.p-precedentList-slider .c-part__button {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-slider .c-part__button {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-slider .c-part__button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider .c-part__button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-slider .c-part__button a {
    height: 2.125rem;
  }
}
.p-precedentList-list {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list .l-inner__wide {
    position: relative;
    display: flex;
    gap: 4.42vw;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-list__aside {
    padding-top: 9.44rem;
    width: 20%;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-list__aside.is-paged-not01 {
    padding-top: 3.44rem;
  }
}
.p-precedentList-list__items-wrap {
  padding-top: 4.5rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__items-wrap {
    padding-top: 9.44rem;
    width: 79.29%;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-list__items-wrap.is-paged-not01 {
    padding-top: 3.44rem;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-list__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedentList-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedentList-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-precedentList-list__item {
  display: block;
}

.p-precedentList-list__item + .p-precedentList-list__item {
  margin-top: 3.33rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__item + .p-precedentList-list__item {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-precedentList-list__item {
    padding: 1.25rem;
    background-color: #f8f8f8;
    box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
  }
  .p-precedentList-list__item:hover {
    box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0);
  }
  .p-precedentList-list__item:hover .p-precedentList-list__title {
    color: #e7002c;
  }
  .p-precedentList-list__item:hover .p-precedentList-list__location {
    color: #e7002c;
  }
}
.p-precedentList-list__img {
  width: 100%;
  height: auto;
}

.p-precedentList-list__date {
  margin-top: 1.32rem;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 175%; /* 2.1875rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__date {
    margin-top: 0.62rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    line-height: 150%; /* 2.1875rem */
  }
}
.p-precedentList-list__title {
  color: #000;
  font-size: 2.13333rem;
  font-weight: 700;
  line-height: 175%; /* 3.5rem */
  letter-spacing: 0.064rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__title {
    font-size: 2rem;
    letter-spacing: 0.06rem;
    transition: 0.3s;
  }
}
.p-precedentList-list__location {
  color: #000;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 175%; /* 2.1875rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__location {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    transition: 0.3s;
    line-height: 150%;
  }
}
.p-precedentList-list__tags {
  margin-top: 0.67rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__tags {
    margin-top: 0.55rem;
  }
}
.p-precedentList-list__tag {
  padding: 0 0.5rem;
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__tag {
    margin-top: 0.75rem;
  }
}
.p-precedentList-list__products {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__products {
    margin: 0.7rem 0 0;
  }
}
.p-precedentList-list__product {
  font-size: 1.06667rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.032rem;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__product {
    transition: color 0.3s;
  }
}
.p-precedentList-list__product::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 85%);
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  transition: background 0.3s;
}

.p-precedentList-list__label {
  margin-top: 0.94rem;
  color: #e7002c;
  font-weight: 400;
  font-size: 1.06667rem;
  letter-spacing: 0.032rem;
  line-height: 150%; /* 1.5rem */
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-precedentList-list__label {
    margin-top: 1.06rem;
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.p-precedentList-list__button {
  margin: 1.33rem 0 0;
}

.p-precedentList-list__button-in {
  width: 11.33333rem;
  height: 3.33333rem;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-precedentList-list__button-in span {
  color: #fff;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-precedentList-list .c-product-pagination {
    margin-top: 8.75rem;
  }
}
.desktop-aside-nav__block {
  margin-bottom: 2rem;
  padding-left: 2.44rem;
}

.desktop-aside-nav__block + .desktop-aside-nav__block {
  margin-top: 6.25rem;
}

.desktop-aside-nav__heading {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 175%; /* 3.5rem */
  letter-spacing: 0.06rem;
  position: relative;
}

.desktop-aside-nav__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100rem;
  background: #e7002c;
}

@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .desktop-aside-nav__heading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .desktop-aside-nav__heading {
    font-size: 1.2rem;
  }
}
.desktop-aside-nav__list {
  margin-top: 1.88rem;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}

.desktop-aside-nav__item a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 175%; /* 2.1875rem */
  letter-spacing: 0.0375rem;
  transition: color 0.3s;
}

.desktop-aside-nav__item a:hover {
  color: #e7002c;
}

@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .desktop-aside-nav__item a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .desktop-aside-nav__item a {
    font-size: 1rem;
  }
}
.mobile-aside-nav {
  margin-top: 1.33rem;
  padding: 0 1rem;
}

.mobile-aside-nav__block + .mobile-aside-nav__block {
  margin-top: 2.67rem;
}

.mobile-aside-nav__heading {
  position: relative;
  padding-left: 1.95rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.53rem;
  border-bottom: 1px solid #000;
}

.mobile-aside-nav__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100rem;
  background: #e7002c;
}

.mobile-aside-nav__heading svg {
  transition: transform 0.3s;
}

.mobile-aside-nav__heading.is-open svg {
  transform: rotate(180deg);
}

.mobile-aside-nav__list {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.mobile-aside-nav__list.is-open {
  overflow: visible;
}

.mobile-aside-nav__item a {
  padding: 1rem 1.95rem;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  border-bottom: 1px solid #ccc;
}

.p-top-product.p-product-product {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-top-product.p-product-product {
    margin-top: 5.33rem;
  }
}
.p-product-list {
  margin: 4.67rem 0 5rem;
}

@media screen and (min-width: 768px) {
  .p-product-list {
    margin: 8.5rem 0 12.81rem;
  }
}
.p-product-list.is-paged-not01 {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-product-list.is-paged-not01 {
    margin-top: 1.5rem;
  }
}
.p-product-list__title {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-product-list__title {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-product-list .c-card-accordion__content {
  margin: 2.67rem 0 0;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-product-list .c-card-accordion__content {
    margin: 5rem 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.87rem;
  }
}
.p-company__inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .p-company__inner {
    width: min(100%, 120rem);
  }
}
.p-company__list {
  margin-top: 4.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-company__list {
    margin-top: 14.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__item {
    display: flex;
    align-items: center;
    gap: 8.5625rem;
  }
}
.p-company__item + .p-company__item {
  margin-top: 4.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-company__item + .p-company__item {
    margin-top: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__item:first-child .p-company__text {
    margin-top: 2.5rem;
    margin-left: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__item:nth-child(even) {
    flex-direction: row-reverse;
    gap: 5.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__item:nth-child(even) .p-company__body {
    padding-right: 0;
    padding-left: 1.25rem;
    max-width: 38.75rem;
  }
}
.p-company__img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-company__img {
    max-width: 56.875rem;
    width: 47.3958333333%;
  }
}
.p-company__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 343/225;
}

@media screen and (min-width: 768px) {
  .p-company__img img {
    aspect-ratio: 910/1000;
  }
}
.p-company__body {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-company__body {
    margin-top: 0;
    padding-right: 1.25rem;
    max-width: 48.3125rem;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-company__title-en {
    font-size: clamp(6.25rem, 4.583rem + 3.472vw, 8.75rem);
  }
}
.p-company__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-company__text {
    font-size: 1.25rem;
  }
}
.p-company__text span {
  margin-top: 2rem;
  display: block;
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-company__text span {
    margin-top: 1.875rem;
    font-size: 2rem;
  }
}
.p-company__signature {
  margin-top: 2.6666666667rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-company__signature {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-company__signature {
    margin-top: -2.5rem;
  }
}
.p-company__job {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-company__job {
    font-size: 1.25rem;
  }
}
.p-company__name {
  margin-top: 0.9333333333rem;
  font-size: 1.4666666667rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-company__name {
    margin-top: 1.25rem;
    font-size: 1.875rem;
  }
}
.p-company__heading {
  padding-left: 1.3333333333rem;
  position: relative;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03rem;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-company__heading {
    padding-left: 2.5rem;
    font-size: 2.5rem;
    font-size: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
  }
}
.p-company__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.3333333333rem;
  height: 2rem;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-company__heading::before {
    width: 0.625rem;
    height: 3.75rem;
  }
}
.p-company__read {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-company__read {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}
.p-company__picture {
  margin-top: 4.6666666667rem;
  display: block;
  width: 100%;
}

.p-company__picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 375/272;
}

@media screen and (min-width: 768px) {
  .p-company__pictures {
    margin-inline: auto;
    max-width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__picture--01 {
    margin-top: 15rem;
    margin-top: 12%;
    margin-left: 7.5rem;
    margin-left: 6.25vw;
    max-width: 42.5rem;
    width: 35.4166666667%;
  }
  .p-company__picture--01 img {
    aspect-ratio: 680/860;
  }
}
@media screen and (min-width: 768px) {
  .p-company__picture--02 {
    margin-top: -21.625rem;
    margin-top: -17%;
    margin-left: auto;
    max-width: 42.5rem;
    width: 35.4166666667%;
  }
  .p-company__picture--02 img {
    aspect-ratio: 680/830;
  }
}
@media screen and (min-width: 768px) {
  .p-company__picture--03 {
    margin-top: -8.4375rem;
    margin-top: -7%;
    margin-left: 40.625vw;
    max-width: 22.5rem;
    width: 18.75%;
  }
  .p-company__picture--03 img {
    aspect-ratio: 360/455;
  }
}
@media (width >= 1920px) {
  .p-company__picture--03 {
    margin-left: 48.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__picture--04 {
    margin-top: 12.5rem;
    margin-top: 10%;
    max-width: 31.25rem;
    width: 26.0416666667%;
  }
  .p-company__picture--04 img {
    aspect-ratio: 500/520;
  }
}
.p-contact-confirm,
.p-entry-confirm {
  margin: 2.67rem 0 0;
  background: #f5f5f5;
  padding: 4.67rem 0 6.67rem;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm,
  .p-entry-confirm {
    margin: 8.75rem 0 0;
    padding: 8.75rem 0 12.5rem;
  }
}
.p-contact-confirm__form,
.p-entry-confirm__form {
  padding: 2.67rem 1.33rem 3.33rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form,
  .p-entry-confirm__form {
    padding: 6.25rem 6.25rem 7.81rem;
  }
}
.p-contact-confirm__form form .item,
.p-entry-confirm__form form .item {
  display: flex;
  flex-direction: column;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .item,
  .p-entry-confirm__form form .item {
    flex-direction: row;
    gap: 2rem;
  }
}
.p-contact-confirm__form form .item + .item,
.p-entry-confirm__form form .item + .item {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .item + .item,
  .p-entry-confirm__form form .item + .item {
    margin-top: 2.06rem;
  }
}
.p-contact-confirm__form form .item .required,
.p-entry-confirm__form form .item .required {
  color: #e20000;
}

.p-contact-confirm__form form .item .inner01,
.p-entry-confirm__form form .item .inner01 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .item .inner01,
  .p-entry-confirm__form form .item .inner01 {
    width: 26.40625%;
  }
}
.p-contact-confirm__form form .item .inner02,
.p-entry-confirm__form form .item .inner02 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .item .inner02,
  .p-entry-confirm__form form .item .inner02 {
    width: 39.84375%;
  }
}
.p-contact-confirm__form form .item .zip button,
.p-entry-confirm__form form .item .zip button {
  display: none;
}

.p-contact-confirm__form form .btn_wrap,
.p-entry-confirm__form form .btn_wrap {
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .btn_wrap,
  .p-entry-confirm__form form .btn_wrap {
    margin-top: 6.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.p-contact-confirm__form form .btn_wrap br,
.p-entry-confirm__form form .btn_wrap br {
  display: none;
}

.p-contact-confirm__form form .back,
.p-entry-confirm__form form .back {
  cursor: pointer;
  width: 20.33333rem;
  height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.039rem;
  border: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .back,
  .p-entry-confirm__form form .back {
    width: 50%;
    height: 5rem;
    transition: 0.3s;
  }
  .p-contact-confirm__form form .back:hover,
  .p-entry-confirm__form form .back:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
  }
}
.p-contact-confirm__form form .send,
.p-entry-confirm__form form .send {
  cursor: pointer;
  margin-top: 0.67rem;
  width: 20.33333rem;
  height: 4rem;
  flex-shrink: 0;
  background: #e7002c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.039rem;
  border: solid 1px #e7002c;
}

@media screen and (min-width: 768px) {
  .p-contact-confirm__form form .send,
  .p-entry-confirm__form form .send {
    margin: 0;
    width: 50%;
    height: 5rem;
    transition: 0.3s;
  }
  .p-contact-confirm__form form .send:hover,
  .p-entry-confirm__form form .send:hover {
    background: #fff;
    color: #e7002c;
  }
}
.p-contact-confirm__form form .privacy_policy,
.p-entry-confirm__form form .privacy_policy {
  display: none;
}

.p-contact-form {
  margin: 2.67rem 0 0;
  padding: 4.67rem 0 6.67rem;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .p-contact-form {
    margin: 8.81rem 0 0;
    padding: 8.5rem 0 12.5rem;
  }
}
.p-contact-form__desc {
  color: #000;
  font-weight: 700;
  line-height: 150%;
  /* 1.5rem */
}

@media screen and (min-width: 768px) {
  .p-contact-form__desc {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.p-contact-form__wrap {
  position: relative;
  margin: 2rem 0 0;
  padding: 2.67rem 1.33rem 3.33rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-contact-form__wrap {
    margin: 3.5rem 0 0;
    padding: 5.87rem 5.88rem 6.25rem;
  }
}
.p-contact-form__wrap-note {
  padding: 0rem 1rem;
  background: #e7002c;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: absolute;
  top: 6.66rem;
  right: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form__wrap-note {
    top: 10.625rem;
    right: 5.88rem;
    padding: 0.25rem 1.31rem;
    font-size: 1.25rem;
  }
}
.p-contact-form__txt {
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 2.13rem;
}

.p-contact-form__txt span {
  color: #E7002C;
}

@media screen and (min-width: 768px) {
  .p-contact-form__txt {
    font-size: 1rem;
    margin-bottom: 3.125rem;
  }
}
.p-contact-form .wpcf7 div.wpcf7-response-output {
  bottom: -30px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-contact-form .wpcf7 div.wpcf7-response-output {
    font-size: 14px;
  }
}
.p-contact-form .inner02 p .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  bottom: 0%;
  left: 3%;
  transform: translate(0%, 170%);
  white-space: nowrap;
  font-size: 14px;
}

.p-contact-form .privacy_policy .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}

.p-contact-form .item_sentence .inner02 p .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  bottom: 0%;
  left: 3%;
  transform: translate(0%, 90%);
  white-space: nowrap;
  font-size: 14px;
}

.p-contact-form .inner02 p {
  display: contents;
}

.p-contact-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.p-contact-form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-contact-form h3 {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  /* 2.8rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form h3 {
    margin-top: -2rem;
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
}
.p-contact-form form .wpcf7-list-item-label span::before, .p-contact-form form .wpcf7-list-item-label span::after {
  display: none;
}

.p-contact-form form .item {
  width: 100%;
}

.p-contact-form form .item + .item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item + .item {
    margin-top: 1.88rem;
  }
}
.p-contact-form form .item .inner01 label {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  color: #000;
  font-size: max(16px, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .inner01 label {
    gap: 0.22rem;
    letter-spacing: 0.045rem;
    font-size: max(16px, 1.5rem);
    line-height: 100%;
  }
}
.p-contact-form form .item .inner01 label span {
  color: #e20000;
  text-align: center;
  font-size: max(16px, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .inner01 label span {
    letter-spacing: 0.045rem;
    font-size: max(16px, 1.5rem);
  }
}
.p-contact-form form .item .select_box {
  position: relative;
  max-width: 12.375rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .select_box {
    max-width: 15.375rem;
  }
}
.p-contact-form form .item .select_box svg {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translate(0%, -50%);
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .select_box svg {
    width: 0.725rem;
    height: 0.45rem;
    flex-shrink: 0;
    aspect-ratio: 7.88/5.25;
  }
}
.p-contact-form form .item .select_box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-170%, -50%);
  width: 0.65625rem;
  height: 0.4375rem;
  flex-shrink: 0;
  aspect-ratio: 10.5/7;
  background: url(images/common/triangle.svg) no-repeat top center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .tel {
    max-width: 29.375rem;
  }
}
.p-contact-form form .item .tel span {
  display: flex;
  align-items: center;
  width: 100%;
}

.p-contact-form form .item .tel span input {
  width: 30%;
}

.p-contact-form form .item .file {
  position: relative;
}

.p-contact-form form .item .file .mwform-file-delete {
  position: absolute;
  top: 0%;
  left: 92%;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .file {
    max-width: 22.375rem;
  }
}
.p-contact-form form .item .zip {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-contact-form form .item .zip input {
  max-width: 29.375rem;
}

.p-contact-form form .item .zip button {
  padding: 0.25rem 1.31rem;
  font-size: max(16px, 1.2rem);
  background: none;
  border: 1px solid;
  cursor: pointer;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .zip button {
    font-size: 1.25rem;
    transition: opacity 0.3s;
  }
  .p-contact-form form .item .zip button:hover {
    opacity: 0.7;
  }
}
.p-contact-form form .item .inner02 {
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .inner02 {
    margin: 0.62rem 0 0;
  }
}
.p-contact-form form .item .inner02 select,
.p-contact-form form .item .inner02 input,
.p-contact-form form .item .inner02 textarea {
  padding: 0.8rem;
  width: 100%;
  background: #f5f5f5;
  font-size: max(16px, 1.066667rem);
  font-weight: 500;
  line-height: 200%;
  /* 2.13333rem */
  letter-spacing: 0.02133rem;
  border: none;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .item .inner02 select,
  .p-contact-form form .item .inner02 input,
  .p-contact-form form .item .inner02 textarea {
    padding: 1.1rem;
    font-size: max(16px, 1.125rem);
  }
}
.p-contact-form form .item .inner02 select {
  position: relative;
  color: #333;
  appearance: none;
}

.p-contact-form form .item .inner02 textarea {
  height: 11.6rem;
}

.p-contact-form form .item .inner02 ::placeholder {
  color: #b2b2b2;
}

.p-contact-form form .privacy_policy {
  margin-top: 2.98rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .privacy_policy {
    margin-top: 3.75rem;
  }
}
.p-contact-form form .privacy_policy .mwform-checkbox-field::before {
  display: none;
}

.p-contact-form form .privacy_policy .mwform-checkbox-field::after {
  display: none;
}

.p-contact-form form .privacy_policy label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-contact-form form .privacy_policy label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact-form form .privacy_policy label input:checked + span::after {
  opacity: 1;
}

.p-contact-form form .privacy_policy label span {
  display: flex;
  justify-content: center;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .privacy_policy label span {
    font-size: 1rem;
  }
}
.p-contact-form form .privacy_policy label span a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .privacy_policy label span a {
    transition: 0.3s;
  }
  .p-contact-form form .privacy_policy label span a:hover {
    color: #e7002c;
  }
}
.p-contact-form form .privacy_policy label span::before {
  content: "";
  width: 1.06667rem;
  height: 1.06667rem;
  margin-right: 0.6666666667rem;
  background: #d9d9d9;
  margin-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .privacy_policy label span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-contact-form form .privacy_policy label span::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0.43rem;
  width: 0.525rem;
  height: 1.0625rem;
  border-bottom: 2px solid #e7002c;
  border-right: 2px solid #e7002c;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-contact-form form .privacy_policy label span::after {
    width: 0.625rem;
    height: 1.1625rem;
  }
}
.p-contact-form form .privacy_policy label .opacity::before {
  display: none;
}

.p-contact-form form .privacy_policy label .opacity::after {
  display: none;
}

.p-contact-form form .privacy_policy label .error {
  font-size: 93%;
  color: #b70000;
  display: block;
  position: absolute;
  bottom: -77%;
}

.p-contact-form form .privacy_policy label .error::before {
  display: none;
}

.p-contact-form form .privacy_policy label .error::after {
  display: none;
}

.p-contact-form form button.submit {
  margin: 1.07rem auto 0;
  width: 20rem;
  height: 4rem;
  border: 1px solid #e7002c;
  background: #e7002c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.039rem;
  color: var(--white, #fff);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-contact-form form button.submit {
    margin-top: 2.31rem;
    width: 25rem;
    height: 5rem;
    transition: 0.3s;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.04875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form form button.submit:hover {
    background: var(--white, #fff);
    color: #e7002c;
  }
}
.p-catalog-intro {
  margin: 4.47rem 0;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro {
    margin: 1.47rem 0;
  }
}
.p-catalog-intro__title {
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 200%; /* 2.66667rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro__title {
    font-size: 2.5rem;
    letter-spacing: 0.075rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-catalog-intro__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-catalog-intro__title {
    font-size: 1.8rem;
  }
}
.p-catalog-intro__title .line {
  display: inline-block;
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  margin-bottom: 0.3em;
}

.p-catalog-intro__title .line:last-of-type {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro__title .line {
    padding: 0 0.4em;
  }
}
.p-catalog-intro__list {
  margin: 1.87rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.47rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro__list {
    margin: 4.38rem 0 0;
    display: flex;
  }
}
.p-catalog-intro__item {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 175%; /* 2.1rem */
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro__item {
    gap: 1.18rem;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-catalog-intro__item:last-child {
  margin-bottom: 0;
}

.p-catalog-intro__icon {
  flex-shrink: 0;
}

.p-catalog-intro__icon svg {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro__icon svg {
    width: 1.62875rem;
    height: 1.5625rem;
  }
}
.p-catalog-intro__message {
  margin: 1.6rem 0 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 175%; /* 2.1rem */
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-intro__message {
    margin: 4.38rem 0 0;
    color: #000;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-catalog-paper {
  margin: 4.53rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-catalog-paper {
    margin: 8.75rem 0 0;
  }
}
.p-catalog-paper .l-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .p-catalog-paper .l-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-catalog-paper__title {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-paper__title {
    color: #000;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-catalog-paper__text {
  margin: 1.5rem 0 0;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 175%; /* 2.1rem */
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-paper__text {
    margin: 1.87rem 0 0;
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-catalog-paper__btn {
  margin: 1.7rem 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-catalog-paper__btn {
    margin: 3.13rem 0 0;
  }
}
.p-catalog-paper__btn .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4rem;
  background: #e7002c;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.039rem;
  border: 1px solid #e7002c;
}

@media screen and (min-width: 768px) {
  .p-catalog-paper__btn .c-btn {
    transition: background 0.3s, color 0.3s;
    width: 25rem;
    height: 5rem;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.625rem;
    letter-spacing: 0.04875rem;
  }
  .p-catalog-paper__btn .c-btn:hover {
    background: #fff;
    color: #e7002c;
  }
}
.p-catalog-list {
  padding: 0.5rem 0;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-list {
    padding: 5rem 0 0;
    margin-bottom: 12.5rem;
  }
}
.p-catalog-list__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__items {
    display: grid;
    grid-template-columns: repeat(3, 31%);
    justify-content: space-between;
    gap: 2rem;
  }
}
.p-catalog-list__item {
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__item:hover .p-catalog-list__link span {
    color: #e7002c;
  }
  .p-catalog-list__item:hover .p-catalog-list__link svg {
    transform: translateX(10%);
  }
}
.p-catalog-list__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.p-catalog-list__img {
  height: auto;
  display: block;
  width: 11.375rem;
  height: 15.26563rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__img {
    flex-shrink: 0;
    aspect-ratio: 150/212.25;
  }
}
.p-catalog-list__title {
  margin: 1.3rem 0 0;
  padding-left: 1.5rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.042rem;
  position: relative;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-catalog-list__title {
    margin: 2.5rem 0 0;
    font-size: 1.75rem;
    letter-spacing: 0.0525rem;
    padding-left: 1.7rem;
  }
}
.p-catalog-list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.5rem;
  height: 100%;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__title::before {
    width: 0.625rem;
    height: 80%;
  }
}
.p-catalog-list__desc {
  margin: 0.8rem 0 0;
  color: #000;
  text-align: justify;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__desc {
    margin: 0.94rem 0 0;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
}
.p-catalog-list__link {
  margin: 0.5rem 0 0;
  padding: 0.5rem 0;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__link {
    margin: 0.7rem 0 0;
    gap: 0.5rem;
  }
}
.p-catalog-list__link span {
  color: #000;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__link span {
    transition: color 0.3s;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-catalog-list__link svg {
  width: 1.2rem;
  height: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-list__link svg {
    transition: transform 0.3s;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-data-list-single-kv .c-lower-kv__subtitle {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single-kv .c-lower-kv__subtitle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-data-list-single-kv .c-lower-kv__subtitle {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-data-list-single-kv .c-lower-kv__subtitle {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-data-list-single-kv .c-lower-kv__subtitle {
    margin-bottom: 2rem;
  }
}
.p-data-list-single-kv .c-part__title-en {
  margin-top: -0.5rem;
  font-size: 2.1rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single-kv .c-part__title-en {
    margin-top: -0.5rem;
    font-size: 4.5rem;
  }
}
.p-data-list-single {
  padding: 4rem 0 4.67rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single {
    padding: 8.12rem 0 12.5rem;
  }
}
.p-data-list-single__items {
  display: flex;
  flex-direction: column;
  gap: 3.33rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__items {
    gap: 1.87rem 2.69rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-data-list-single__items {
    flex-direction: column;
  }
}
.p-data-list-single__item {
  padding: 0.67rem 0.67rem 1.67rem;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__item {
    padding: 0.67rem 0.67rem 1.25rem;
    width: calc((100% - 2.69rem) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-data-list-single__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-data-list-single__item-in {
    display: flex;
    gap: 1rem;
  }
}
.p-data-list-single__img-wrap {
  margin-top: 1.33rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__img-wrap {
    margin: 0;
    width: 13.5rem;
    flex-shrink: 0;
  }
}
.p-data-list-single__img-wrap img {
  width: 100%;
  object-fit: cover;
}

.p-data-list-single__title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.03rem;
}

.p-data-list-single__title span {
  color: #e7002c;
  display: block;
}

.p-data-list-single__desc {
  margin-top: 0.67rem;
  color: #000;
  font-size: 0.93333rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.028rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__desc {
    margin-top: 1.5rem;
  }
}
.p-data-list-single__links {
  margin-top: 3.67rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-template-rows: repeat(2, 1fr); /* 2行（均等）*/
  gap: 1rem 1.67rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__links {
    margin-top: 1.69rem;
    display: flex;
    align-items: center;
    gap: 0.94rem;
  }
}
@media screen and (min-width: 768px) {
  .p-data-list-single__links li {
    width: 7.8125rem;
    height: 2.5rem;
  }
}
.p-data-list-single__links li a {
  padding: 0.33rem 0 0.44rem;
  width: 100%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__links li a {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    transition: 0.3s background;
  }
  .p-data-list-single__links li a:hover {
    background: #e7002c;
  }
}
.p-data-list-single__links li span {
  display: block;
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
  padding: 0.33rem 0 0.44rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__links li span {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-data-list-single__empty {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__empty {
    font-size: 1.3rem;
  }
}
.p-data-list-single__empty p {
  margin-top: 1rem;
}

.p-data-list-single__empty a {
  display: inline-flex;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .p-data-list-single__empty a {
    transition: 0.3s;
  }
  .p-data-list-single__empty a:hover {
    border-bottom: 1px solid #e7002c;
    color: #e7002c;
  }
}
.p-data-list {
  padding: 4rem 0 4.67rem;
}

@media screen and (min-width: 768px) {
  .p-data-list {
    padding: 4.12rem 0 12.5rem;
  }
}
.p-data-list__items {
  display: flex;
  flex-direction: column;
}

.p-data-list__item {
  border-top: 1px solid #ccc;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-data-list__item {
    padding: 1.87rem 0;
    display: flex;
    gap: 1rem;
  }
}
.p-data-list__item:last-of-type {
  border-bottom: 1px solid #ccc;
}

.p-data-list__item-in {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-data-list__item-in {
    display: flex;
    width: 100%;
    gap: 3.13rem;
  }
}
.p-data-list__img-wrap {
  order: 2;
  margin-top: 1.33rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-data-list__img-wrap {
    order: inherit;
    width: 20rem;
    margin: 0;
  }
}
.p-data-list__img-wrap img {
  width: 100%;
  object-fit: cover;
}

.p-data-list__inner-wrap {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-data-list__inner-wrap {
    display: block;
  }
}
.p-data-list__title {
  order: 1;
  border-left: solid 0.5rem #e7002c;
  padding-left: 1rem;
  color: #000;
  font-size: 1.86667rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.056rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__title {
    order: inherit;
    padding-left: 1.25rem;
    font-size: 2rem;
  }
}
.p-data-list__title span {
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 125%; /* 1.66667rem */
  letter-spacing: 0.04rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-data-list__title span {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-data-list__desc {
  order: 3;
  margin-top: 1rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__desc {
    order: inherit;
    padding-left: 1.75rem;
  }
}
.p-data-list__links {
  order: 4;
  margin-top: 1.67rem;
  background: #f5f5f5;
  padding: 1.33rem 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__links {
    order: inherit;
    margin: 0;
    padding: 2.19rem 2.5rem;
  }
}
.p-data-list__links-ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__links-ttl {
    gap: 1.88rem;
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-data-list__links-ttl span {
  padding: 0.13rem 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036rem;
  background: #000;
}

@media screen and (min-width: 768px) {
  .p-data-list__links-ttl span {
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
}
.p-data-list__links ul {
  margin-top: 1.67rem;
  display: flex;
  flex-direction: column;
  gap: 1.67rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__links ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.56rem 5rem;
  }
}
.p-data-list__links ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.07rem;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__links ul li a {
    border-bottom: 1px solid #000;
    padding-bottom: 0.3rem;
    transition: color 0.3s, border 0.3s;
  }
  .p-data-list__links ul li a:hover {
    color: #e7002c;
  }
}
.p-data-list__links ul li a svg {
  width: 1.66667rem;
  height: 1.66667rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-data-list__links ul li a svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-data-list__attention {
  margin-top: 6.8rem;
  border: 1px solid #ccc;
  padding: 2.07rem 1.33rem 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-data-list__attention {
    margin-top: 11.38rem;
    padding: 3.75rem;
  }
}
.p-data-list__attention p {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
  text-wrap: nowrap;
  background: #fff;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-data-list__attention p {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-data-list__attention ul li {
  color: #000;
  line-height: 175%; /* 1.75rem */
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .p-data-list__attention ul li {
    font-size: 1.125rem;
  }
}
.p-designer__img {
  display: block;
  width: 100%;
}

.p-designer__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 375/520;
}

@media screen and (min-width: 768px) {
  .p-designer__img img {
    aspect-ratio: 1920/1100;
  }
}
.p-designer__copy {
  position: absolute;
  top: 18rem;
  top: 72vw;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-designer__copy {
    width: 100%;
    top: 51.8125rem;
    top: 43.1770833333vw;
    top: 37.177083vw;
  }
}
.p-designer__inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .p-designer__inner {
    width: min(95%, 1680px);
  }
}
.p-designer h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-designer h1 {
    gap: 0.3125rem;
  }
}
.p-designer__copy01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.03em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-designer__copy01 {
    padding-inline: 1.875rem;
    flex-direction: row;
    gap: 0;
    font-size: 4rem;
    font-size: clamp(2.625rem, 1.708rem + 1.91vw, 4rem);
    line-height: 1.6;
    background-color: #1e1e1e;
  }
}
.p-designer__copy02 {
  padding-inline: 0.6666666667rem;
  display: block;
  background-color: #1e1e1e;
}

@media screen and (min-width: 768px) {
  .p-designer__copy02 {
    padding-inline: 0;
    display: initial;
    white-space: nowrap;
  }
}
.p-designer__text {
  margin-top: 1.5333333333rem;
  font-size: 1.8666666667rem;
  font-weight: 200;
  line-height: 1.2142857143;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.2rem;
  text-decoration-skip-ink: none;
}

@media screen and (min-width: 768px) {
  .p-designer__text {
    font-size: 3.5rem;
    font-size: clamp(1.5rem, 0.167rem + 2.778vw, 3.5rem);
    line-height: 1.1964285714;
    text-underline-offset: 1px;
    text-underline-offset: 0.625rem;
  }
}
.p-designer-reason {
  padding-top: 8.8666666667rem;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__inner {
    margin-inline: auto;
    max-width: 120rem;
  }
}
.p-designer-reason__title {
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__title {
    font-size: 4rem;
  }
}
.p-designer-reason__title-read {
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__title-read {
    font-size: 2.25rem;
  }
}
.p-designer-reason__title-highlight {
  font-size: 3.2rem;
  line-height: 0.8;
  color: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__title-highlight {
    font-size: 6rem;
  }
}
.p-designer-reason__list {
  margin-top: 0.7rem;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__list {
    margin-top: 9.75rem;
  }
}
.p-designer-reason__item + .p-designer-reason__item {
  margin-top: 3.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__item + .p-designer-reason__item {
    margin-top: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-reason__item {
    display: flex;
    align-items: center;
    gap: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-reason__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-reason__item:nth-child(even) .p-designer-reason__body {
    padding-left: 1.25rem;
  }
}
.p-designer-reason__img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__img {
    flex: 1;
    max-width: 67.5rem;
  }
}
.p-designer-reason__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 375/234;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__img img {
    aspect-ratio: 1080/675;
  }
}
.p-designer-reason__body {
  margin-top: 0.6666666667rem;
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .p-designer-reason__body {
    padding-right: 1.25rem;
    margin-top: 0;
    margin-inline: 0;
    max-width: 26.25rem;
  }
}
.p-designer-reason__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__head {
    gap: 0.625rem;
  }
}
.p-designer-reason__head-read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__head-read {
    width: 3.125rem;
    height: 1.5rem;
    font-size: 1rem;
  }
}
.p-designer-reason__head-number {
  font-size: 10rem;
  font-weight: 200;
  line-height: 1;
  color: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__head-number {
    font-size: 12.5rem;
  }
}
.p-designer-reason__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__heading {
    font-size: 2.5rem;
  }
}
.p-designer-reason__text {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-designer-reason__text {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}
.p-designer-problem {
  padding-block: 4.6666666667rem;
  background-color: #333;
}

@media screen and (min-width: 768px) {
  .p-designer-problem {
    padding-top: 8.75rem;
    padding-bottom: 12.5rem;
  }
}
.p-designer-problem__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__title {
    font-size: 3rem;
  }
}
.p-designer-problem__text {
  margin-top: 1.3333333333rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__text {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}
.p-designer-problem__list {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__list {
    margin-top: 6.25rem;
  }
}
.p-designer-problem__item {
  padding-top: 1rem;
  padding-inline: 1rem;
  height: 8.8rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__item {
    padding: 1.875rem 2.8125rem;
    height: initial;
  }
}
.p-designer-problem__item + .p-designer-problem__item {
  margin-top: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__item + .p-designer-problem__item {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-problem__item:nth-child(1) {
    padding-top: 1.875rem;
  }
}
.p-designer-problem__item:nth-child(1) .p-designer-problem__description {
  margin-top: 0.95rem;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__item:nth-child(1) .p-designer-problem__description {
    margin-top: 0.9375rem;
  }
}
.p-designer-problem__item:nth-child(3) {
  padding-bottom: 1rem;
  height: initial;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__item:nth-child(3) {
    padding-bottom: 1.875rem;
  }
}
.p-designer-problem__heading {
  padding-left: 2.4166666667rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  color: #000;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__heading {
    padding-left: 3.4375rem;
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.p-designer-problem__heading::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(./images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-designer-problem__heading::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.p-designer-problem__description {
  margin-top: 0.2rem;
  padding-left: 3.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  color: #000;
  position: relative;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-designer-problem__description {
    margin-top: 0.9375rem;
    padding-left: 5.3125rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.p-designer-problem__description::before {
  content: "";
  display: block;
  width: 0.7333333333rem;
  height: 0.4rem;
  background: url(./images/common/arrow02.svg) no-repeat center/contain;
  position: absolute;
  top: 0.8rem;
  left: 2.4166666667rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-designer-problem__description::before {
    width: 0.875rem;
    height: 0.5rem;
    top: 50%;
    left: 3.4375rem;
  }
}
.p-designer-example__title {
  margin-inline: auto;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-designer-example__title {
    font-size: 3rem;
    font-size: clamp(2.25rem, 1.75rem + 1.042vw, 3rem);
    line-height: 1.75;
    background-color: #fff;
  }
}
.p-designer-example__title span {
  padding-inline: 2rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-designer-example__title span {
    padding-inline: 0;
  }
}
.p-designer-example__list {
  margin-top: -1rem;
  padding: 4rem 0.66667rem 3.33333rem 0.66667rem;
  border: 1px solid #ccc;
  margin-inline: auto;
  gap: 1.66667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-designer-example__list {
    margin-top: -2.625rem;
    padding: 5.5625rem 4.125rem 7.375rem;
    gap: 2rem;
    justify-content: space-between;
    max-width: 92rem;
    align-items: stretch;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-example__item {
    width: 30.5%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-example__link:hover .p-designer-example__img img {
    transform: scale(1.03);
  }
}
.p-designer-example__img {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-designer-example__img {
    margin-top: 1rem;
  }
}
.p-designer-example__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 210/135;
}

@media screen and (min-width: 768px) {
  .p-designer-example__img img {
    aspect-ratio: 280/180;
    transition: 0.3s;
  }
}
.p-designer-example__sub-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-designer-example__sub-title {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-designer-example__sub-title {
    font-size: 1.2rem;
  }
}
.p-designer-example__text {
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.96875rem */
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-designer-example__text {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}
.p-designer-example__text.f-bold {
  font-weight: 700;
  letter-spacing: 0.0625rem;
  margin-top: 0.53rem;
  text-align: center;
  font-size: 1.06667rem;
  letter-spacing: 0.05333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-example__text.f-bold {
    font-size: 1.26rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-designer-example__text.f-bold {
    font-size: min(1.25vw, 1.26rem);
  }
}
.p-designer-faq {
  margin-top: 3.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-faq {
    margin-top: 6.25rem;
  }
}
.p-designer-faq__title {
  font-size: 2.1333333333rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-designer-faq__title span {
    display: inline-block;
  }
}
.p-designer-faq__area {
  margin-top: 1.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__area {
    margin-top: 3.125rem;
  }
}
.p-designer-faq__accordion {
  padding: 1.8rem 1.3333333333rem 2rem;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__accordion {
    padding: 2.25rem 3.125rem 2.1875rem;
  }
}
.p-designer-faq__accordion + .p-designer-faq__accordion {
  margin-top: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__accordion + .p-designer-faq__accordion {
    margin-top: 0.3125rem;
  }
}
.p-designer-faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.63rem;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__header {
    gap: 1.87rem;
  }
}
.p-designer-faq__header.is-open line:last-of-type {
  opacity: 0;
}

.p-designer-faq__heading {
  padding-left: 2.3333333333rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__heading {
    padding-left: 5.3125rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
    letter-spacing: 0.045rem;
  }
}
.p-designer-faq__heading::before {
  content: "Q";
  font-size: 3.2rem;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #e7002c;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-designer-faq__heading::before {
    font-size: 4rem;
  }
}
.p-designer-faq__content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.p-designer-faq__content p {
  margin-top: 2.0666666667rem;
  padding-left: 2.3333333333rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__content p {
    margin-top: 2.1875rem;
    padding-left: 5.3125rem;
    font-size: 1.25rem;
  }
}
.p-designer-faq__content p::before {
  content: "A";
  font-size: 2rem;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #e7002c;
  position: absolute;
  top: 0;
  left: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-designer-faq__content p::before {
    font-size: 2.5rem;
    left: 0.375rem;
  }
}
/* ------------------------- 

このページはクラスの命名規則やSCSSのネストの書き方を説明した例題ファイルです。 
公開時には削除してください。

.l-sub__kvについてはレイアウトのため、省略

------------------------- */
.p-exe__about {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-exe__about {
    margin-top: 1rem;
  }
}
.p-exe__about__box {
  background: #ccc;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .p-exe__about__box {
    padding: 1rem;
  }
}
.p-exe__about__box a {
  text-decoration: underline;
}

.p-exe__about__title {
  font-size: 1.6rem;
  color: red;
}

@media screen and (min-width: 768px) {
  .p-exe__about__title {
    font-size: 2rem;
  }
}
.p-history {
  padding-top: 6.4333333333rem;
}

@media screen and (min-width: 768px) {
  .p-history {
    padding-top: 11.25rem;
  }
}
.p-history__inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .p-history__inner {
    width: min(100%, 120rem);
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-history__container {
    margin-inline: auto;
    width: min(95%, 1680px);
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-history__box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-history__nav {
    padding-top: 2.5rem;
    padding-left: 0.375rem;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .p-history__nav-list {
    position: relative;
    padding-left: 1.6rem;
  }
  .p-history__nav-list::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: -0.0625rem;
    width: 1px;
    height: 11.25rem;
    background-color: #ccc;
  }
}
@media screen and (min-width: 768px) {
  .p-history__nav-item {
    position: relative;
  }
  .p-history__nav-item + .p-history__nav-item {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__nav-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: -1.9375rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-history__nav-label {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #000;
    cursor: pointer;
  }
}
.p-history__list {
  margin-top: 5.3333333333rem;
  border-left: 1px solid #ccc;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-history__list {
    margin-top: 8.625rem;
    width: 50%;
  }
}
.p-history__progress-dot {
  position: absolute;
  left: 0;
  top: -0.0666666667rem;
  transform: translate(-50%, -50%);
  will-change: transform;
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-history__progress-dot {
    top: 0.1875rem;
  }
}
@media (width >= 1403px) {
  .p-history__progress-dot {
    top: -0.6875rem;
  }
}
.p-history__progress-dot .icon-wrap {
  position: relative;
  display: inline-flex;
}

.p-history__progress-dot .icon-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  background: #e7002c;
  opacity: 0.05;
  border-radius: 50%;
  z-index: -1;
  animation: pulseCircle 3s ease-in-out infinite;
}

@media screen and (min-width: 768px) {
  .p-history__progress-dot .icon-wrap::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-history__progress-dot .icon-wrap svg {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-history__progress-dot .icon-wrap svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@keyframes pulseCircle {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.05;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.1;
  }
}
.p-history__item {
  padding-left: 7.6rem;
  height: 10rem;
  color: #000;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-history__item {
    padding-left: 14.5rem;
    height: 18.75rem;
  }
}
.p-history__item:last-child {
  height: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-history__item:last-child {
    height: 0.625rem;
  }
}
.p-history__item::before {
  content: "";
  width: 4.3333333333rem;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-history__item::before {
    width: 8.125rem;
    left: 3rem;
  }
}
.p-history__dot {
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .p-history__dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-history__body {
  transform: translateY(-2.3333333333rem);
}

@media screen and (min-width: 768px) {
  .p-history__body {
    transform: translateY(-4.375rem);
  }
}
.p-history__date {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-history__date {
    font-size: 2rem;
    font-size: clamp(1.563rem, 1.271rem + 0.608vw, 2rem);
    line-height: 1.21875;
  }
}
.p-history__date span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2083333333;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p-history__date span {
    font-size: 3rem;
    line-height: 1.2083333333;
  }
}
.p-history__text {
  margin-top: 0.6666666667rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-history__text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__picture {
    display: block;
    width: 100%;
    position: absolute;
  }
  .p-history__picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.p-history__picture--01 {
  display: none;
}

@media (width >= 1300px) {
  .p-history__picture--01 {
    display: block;
    max-width: 12.5rem;
    width: 10.4166666667%;
    top: 29%;
    top: 21.3%;
    right: 5%;
    right: 1%;
  }
  .p-history__picture--01 img {
    aspect-ratio: 200/130;
  }
}
@media screen and (min-width: 768px) {
  .p-history__picture--02 {
    max-width: 33.125rem;
    width: 27.6041666667%;
    top: 29%;
    left: 10%;
  }
  .p-history__picture--02 img {
    aspect-ratio: 530/340;
  }
}
@media screen and (min-width: 768px) {
  .p-history__picture--03 {
    max-width: 24.6875rem;
    width: 20.5729166667%;
    top: 49%;
    left: 17%;
  }
  .p-history__picture--03 img {
    aspect-ratio: 395/255;
  }
}
@media screen and (min-width: 768px) {
  .p-history__picture--04 {
    max-width: 45.3125rem;
    width: 37.7604166667%;
    top: 79%;
    left: 0;
  }
  .p-history__picture--04 img {
    aspect-ratio: 725/470;
  }
}
.p-history__nav-item--active .p-history__nav-dot {
  background-color: #e60033;
}

.p-location-kv {
  padding-top: 5.27rem;
}

@media screen and (min-width: 768px) {
  .p-location-kv {
    padding-top: 13.5rem;
  }
}
.p-location-kv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-location-kv__content {
    margin-top: 7.31rem;
    margin-left: auto;
    width: min(97%, 1800px);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: min(5.208vw, 6.25rem);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-kv__content {
    gap: 3.208vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-kv__content {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-location-kv__text {
    order: 2;
    width: 34.4%;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-location-kv__text {
    width: 40.4%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-kv__text {
    width: 47.4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-kv__text {
    order: 1;
    width: auto;
    padding: 0 1rem 0 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-location-kv__title {
    padding: 0;
  }
}
.p-location-kv__ttl {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
}

@media screen and (min-width: 768px) {
  .p-location-kv__ttl {
    margin-top: -2.5rem;
    padding: 0;
    gap: 0.69rem;
  }
}
.p-location-kv__ttl h2 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-location-kv__ttl h2 {
    color: #000;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-location-kv__ttl span {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-location-kv__ttl span {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-location-kv__image {
  flex: 1;
  margin-top: 2.68rem;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-location-kv__image {
    margin: 0;
    flex: auto;
    order: 1;
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-kv__image {
    width: 100%;
  }
}
.p-location-kv__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-location-suggest {
  padding: 3.8rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-location-suggest {
    padding: 8.75rem 0 0;
  }
}
.p-location-suggest__title {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 175%; /* 3.73333rem */
  letter-spacing: 0.064rem;
}

@media screen and (min-width: 768px) {
  .p-location-suggest__title {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-location-suggest ul {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-location-suggest ul {
    margin-top: 2.5rem;
  }
}
.p-location-detail {
  margin-top: 2.7rem;
}

.p-location-detail__title {
  text-align: center;
}

.p-location-detail__title-label {
  color: #000;
  text-align: center;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 175%; /* 1.86667rem */
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__title-label {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-location-detail__title-main {
  color: #000;
  text-align: center;
  font-size: 1.73333rem;
  font-weight: 700;
  line-height: 175%; /* 3.03333rem */
  letter-spacing: 0.052rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__title-main {
    margin-top: -0.5rem;
    font-size: 4rem;
    letter-spacing: 0.12rem;
  }
}
.p-location-detail__description {
  margin-top: 0.73rem;
  color: #000;
  text-align: center;
  font-size: 0.66667rem;
  font-weight: 400;
  line-height: 175%; /* 1.16667rem */
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__description {
    margin-top: 1.8rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-location-detail__wrap {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__wrap {
    margin-top: 5rem;
  }
}
.p-location-detail__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.p-location-detail__subtitle {
  margin-top: 1.67rem;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 150%; /* 2rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__subtitle {
    margin-top: 3.2rem;
    font-size: 2.25rem;
    letter-spacing: 0.0675rem;
  }
}
.p-location-detail__text {
  margin-top: 1.33rem;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-location-detail__feature-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__feature-list {
    margin-top: 1.88rem;
    gap: 0.31rem;
  }
}
.p-location-detail__feature-item {
  display: flex;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%; /* 1.8rem */
  letter-spacing: 0.03rem;
  gap: 0.69rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__feature-item {
    gap: 0.93rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-location-detail__feature-item svg {
  margin-top: 0.4rem;
  flex-shrink: 0;
  width: 1.13333rem;
  height: 1.13333rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__feature-item svg {
    width: 1.62875rem;
    height: 1.5625rem;
  }
}
.p-location-detail__items {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__items {
    margin-top: 3.75rem;
  }
}
.p-location-detail__item {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item {
    padding: 3.75rem 0;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  .p-location-detail__item:nth-of-type(even) .p-location-detail__item-image {
    order: 2;
  }
  .p-location-detail__item:nth-of-type(even) .p-location-detail__item-text {
    order: 1;
  }
}
.p-location-detail__item-image {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-image {
    width: 60.9375%;
  }
}
@media screen and (min-width: 768px) {
  .p-location-detail__item-text {
    width: 35.156%;
  }
}
.p-location-detail__item-header {
  display: flex;
  align-items: center;
  gap: 2.32rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-header {
    gap: 1.25rem;
  }
}
.p-location-detail__item-num {
  color: #e7002c;
  text-align: center;
  font-size: 9rem;
  font-weight: 400;
  line-height: 100%; /* 100% */
  letter-spacing: 0.27rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-num {
    font-size: 11.25rem;
    letter-spacing: 0.3375rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-detail__item-num {
    font-size: 9.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-detail__item-num {
    font-size: 8.25rem;
  }
}
.p-location-detail__item-title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-title {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-detail__item-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-detail__item-title {
    font-size: 1.3rem;
  }
}
.p-location-detail__item-subtitle {
  color: #000;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 180%; /* 2.34rem */
  letter-spacing: 0.039rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-subtitle {
    font-size: 1.625rem;
    letter-spacing: 0.04875rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-detail__item-subtitle {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-detail__item-subtitle {
    font-size: 1.1rem;
  }
}
.p-location-detail__item-list {
  margin-top: 1.07rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-list {
    margin-top: 1.25rem;
  }
}
.p-location-detail__item-list-item {
  padding-left: 1rem;
  position: relative;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-list-item {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-detail__item-list-item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-detail__item-list-item {
    font-size: 1rem;
  }
}
.p-location-detail__item-list-item::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 180%);
  width: 6px;
  height: 6px;
  border-radius: 100rem;
  background: #000;
}

@media screen and (min-width: 768px) {
  .p-location-detail__item-list-item::before {
    transform: translate(0%, 270%);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-location-detail__item-list-item::before {
    transform: translate(0%, 160%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-location-detail__item-list-item::before {
    transform: translate(0%, 130%);
  }
}
.p-news-content {
  margin: 1.33rem 0 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-news-content {
    margin: 1.33rem 0 5.21rem;
  }
}
.p-news-content__wrap {
  display: flex;
  flex-direction: column;
}

.p-news-content__category ul {
  display: flex;
  gap: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__category ul {
    gap: 0.25rem;
  }
}
.p-news-content__category li a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 1.6rem;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.027rem;
  border: 0.75px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-news-content__category li a {
    width: 8.125rem;
    height: 2rem;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-content__category li a {
    transition: background 0.3s, color 0.3s;
  }
  .p-news-content__category li a:hover {
    background: #e7002c;
    color: #fff;
    background: #000;
  }
}
.p-news-content__category li.active a {
  background: #000;
  border: 0.75px solid #000;
  color: #fff;
}

.p-news-content__list {
  margin-top: 1.33rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-news-content__list {
    margin-top: 3.12rem;
  }
}
.p-news-content__item {
  border-bottom: 1px solid #ccc;
}

.p-news-content__item:first-of-type {
  border-top: 1px solid #ccc;
}

.p-news-content__link {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
  position: relative;
  padding: 1.32rem 0.67rem 1.48rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__link {
    padding: 2.06rem 1.87rem 2.25rem;
    flex-direction: row;
    gap: 5.88rem;
  }
  .p-news-content__link:hover .p-news-content__date {
    color: #e7002c;
  }
  .p-news-content__link:hover .p-news-content__text {
    color: #e7002c;
  }
}
.p-news-content__link svg {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-news-content__link svg {
    width: 1.5125rem;
    height: 0.95rem;
    flex-shrink: 0;
    aspect-ratio: 7/4;
    transition: transform 0.3s;
  }
}
.p-news-content__link:hover svg {
  transform: translate(5px, -50%);
}

.p-news-content__date {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__date {
    flex-shrink: 0;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    transition: color 0.3s;
  }
}
.p-news-content__text {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  max-width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .p-news-content__text {
    max-width: 80%;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-news-content__text {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-news-content__text {
    max-width: 70%;
  }
}
.p-news-content__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.73rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__pagination {
    margin-top: 4.94rem;
  }
}
.p-news-content__pagination ul {
  display: flex;
  gap: 0.94rem;
  align-items: center;
}

.p-news-content__pagination li.prev, .p-news-content__pagination li.next {
  position: relative;
  top: -0.2rem;
}

.p-news-content__pagination li.prev a, .p-news-content__pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-news-content__pagination li.prev a svg, .p-news-content__pagination li.next a svg {
  transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
  .p-news-content__pagination li.prev a svg path, .p-news-content__pagination li.next a svg path {
    transition: stroke 0.3s;
  }
}
.p-news-content__pagination li.prev a:hover svg path, .p-news-content__pagination li.next a:hover svg path {
  stroke: #e7002c;
}

.p-news-content__pagination li.prev {
  margin-right: 2.33rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__pagination li.prev a:hover svg {
    transform: translateX(-5px);
  }
}
.p-news-content__pagination li.next {
  margin-left: 2.33rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__pagination li.next a:hover svg {
    transform: translateX(5px);
  }
}
.p-news-content__pagination li.pager a svg {
  width: 0.9375rem;
  height: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-news-content__pagination li.pager a svg path {
    transition: fill 0.3s;
  }
  .p-news-content__pagination li.pager a svg path:hover {
    fill: #e7002c;
  }
}
@media screen and (min-width: 768px) {
  .p-news-content__pagination li.paper a:hover svg path {
    fill: #e7002c;
  }
}
.p-news-content__pagination li.current a svg path {
  fill: #e7002c;
}

.p-office {
  padding-top: 6.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-office {
    padding-top: 11.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-office__list {
    margin-top: 2.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
    gap: 4.375rem 2.5rem;
  }
}
.p-office__item {
  color: #000;
}

.p-office__item + .p-office__item {
  margin-top: 3.3666666667rem;
}

@media screen and (min-width: 768px) {
  .p-office__item + .p-office__item {
    margin-top: 0;
  }
}
.p-office__heading {
  padding-left: 1rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1904761905;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-office__heading {
    padding-left: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.2142857143;
  }
}
.p-office__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.25rem;
  height: 1.7rem;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-office__heading::before {
    width: 0.3125rem;
    height: 2.125rem;
  }
}
.p-office__address, .p-office__tel, .p-office__fax, .p-office__access {
  padding-left: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-office__address, .p-office__tel, .p-office__fax, .p-office__access {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}
.p-office__address::before, .p-office__tel::before, .p-office__fax::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translate(0%, -50%);
  width: 1.0666666667rem;
  height: 1.0666666667rem;
}

@media screen and (min-width: 768px) {
  .p-office__address::before, .p-office__tel::before, .p-office__fax::before {
    width: 1rem;
    height: 1rem;
  }
}
.p-office__tel, .p-office__fax {
  margin-top: 0.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-office__tel, .p-office__fax {
    margin-top: 0.375rem;
  }
}
.p-office__tel::before, .p-office__fax::before {
  top: 50%;
}

.p-office__address {
  margin-top: 0.7rem;
}

@media screen and (min-width: 768px) {
  .p-office__address {
    margin-top: 0.625rem;
  }
}
.p-office__address::before {
  background: url(./images/common/place.svg) no-repeat center/contain;
  top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-office__address::before {
    top: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-office__address span {
    letter-spacing: -0.03em;
  }
}
.p-office__tel::before {
  background: url(./images/common/tel.svg) no-repeat center/contain;
}

.p-office__fax::before {
  background: url(./images/common/fax.svg) no-repeat center/contain;
}

.p-office__access {
  margin-top: 0.6666666667rem;
  padding-right: 1.7333333333rem;
  display: block;
  text-align: right;
  transition: color 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .p-office__access {
    margin-top: 0.625rem;
    padding-right: 1.625rem;
  }
}
.p-office__access::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url(./images/common/arrow.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-office__access::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-office__map {
  margin-top: 2.1333333333rem;
  display: block;
  width: 100%;
}

.p-office__map iframe {
  width: 100%;
  height: 16.6666666667rem;
  object-fit: cover;
  border: 1px solid transparent;
}

@media screen and (min-width: 768px) {
  .p-office__map iframe {
    height: 15.625rem;
  }
}
@media (any-hover: hover) {
  .p-office__access:hover {
    color: #e7002c;
  }
}
.p-overview {
  padding-top: 6.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-overview {
    padding-top: 11.6875rem;
  }
}
.p-overview__table {
  margin-top: -1rem;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .p-overview__table {
    margin-top: 3rem;
  }
}
.p-overview__table tr {
  padding-block: 1.3333333333rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
}

.p-overview__table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-overview__table tr {
    flex-direction: row;
    padding-block: 1.75rem;
  }
}
.p-overview__table th,
.p-overview__table td {
  width: 100%;
  text-align: start;
}

.p-overview__table th svg {
  margin-right: 0.67rem;
  margin-right: 1rem;
  width: 0.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .p-overview__table th svg {
    width: 0.625rem;
    height: 0.625rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-right: 1.25rem;
  }
}
.p-overview__table th {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%; /* 1.16667rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-overview__table th {
    display: flex;
    align-items: center;
    width: 36%;
    font-size: 1.25rem;
  }
}
.p-overview__table td {
  margin-top: 0.3333333333rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.16667rem */
  letter-spacing: 0.03rem;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-overview__table td {
    margin-top: 0;
    width: 64%;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-kv .c-breadcrumbs {
    position: absolute;
    top: 0%;
    right: 0%;
    max-width: 61%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-precedent-kv .c-breadcrumbs {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedent-kv .c-breadcrumbs {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedent-kv .c-breadcrumbs {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-kv {
    flex-wrap: nowrap;
  }
}
.p-precedent-kv__inner {
  order: 2;
  margin: 3.07rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-precedent-kv__inner {
    margin: 0;
    display: flex;
    align-items: flex-end;
    gap: min(2vw, 5rem);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-precedent-kv__inner {
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedent-kv__inner {
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-kv__title {
    padding: 0;
    width: fit-content;
    max-width: 65%;
  }
}
.p-precedent-kv__title-en {
  margin: 0.73rem 0 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem; /* 100% */
  letter-spacing: 0.072rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-kv__title-en {
    font-size: 4.5rem;
    line-height: 140%; /* 100% */
    letter-spacing: 0.135rem;
    font-size: min(3.75vw, 4.5rem);
  }
}
.p-precedent-kv__meta {
  margin: 3.33rem 0 0;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.93rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-kv__meta {
    margin: 0;
    padding: 0;
    gap: 1.5rem;
  }
}
.p-precedent-kv__info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-precedent-kv__info span {
  color: #000;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03rem;
}

.p-precedent-kv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.27rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-kv__tags {
    gap: 0.25rem;
  }
}
.p-precedent-kv__tags span {
  display: inline-flex;
  padding: 0.2rem 0.5rem;
  border: 1px solid #000;
  background-color: #f5f5f5;
  color: #000;
  font-weight: 400;
  line-height: 100%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

.p-precedent-slider {
  position: relative;
  margin: 3.33rem 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-precedent-slider {
    margin: 4.37rem 0 0;
  }
}
.p-precedent-slider .swiper-wrapper {
  align-items: stretch;
}

.p-precedent-slider .swiper-slide {
  height: 17.33333rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-precedent-slider .swiper-slide {
    height: auto;
    width: 100%;
  }
}
.p-precedent-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-precedent-slider .slider-progress {
    position: absolute;
    bottom: 0;
    left: 6.87rem;
    width: 14.875rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-precedent-slider .slider-progress {
    left: 3.87rem;
    width: 12.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-slider .progress-bar {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
  }
}
.p-precedent-slider .progress-fill {
  height: 100%;
  width: 0%;
  background-color: #000;
  transition: width linear;
}

.p-precedent-slider .slider-controls {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.47rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-slider .slider-controls {
    margin: 2.5rem 0 0;
  }
}
.p-precedent-slider .slider-controls .swiper-button-prev,
.p-precedent-slider .slider-controls .swiper-button-next {
  height: fit-content;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.67rem;
  background: none;
  border: none;
  color: #000;
  font-size: 1.06667rem;
  font-weight: 300;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-slider .slider-controls .swiper-button-prev,
  .p-precedent-slider .slider-controls .swiper-button-next {
    transition: color 0.3s;
  }
  .p-precedent-slider .slider-controls .swiper-button-prev:hover,
  .p-precedent-slider .slider-controls .swiper-button-next:hover {
    color: #e7002c;
  }
  .p-precedent-slider .slider-controls .swiper-button-prev:hover svg path,
  .p-precedent-slider .slider-controls .swiper-button-next:hover svg path {
    stroke: #e7002c;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-slider .slider-controls .swiper-button-prev svg path,
  .p-precedent-slider .slider-controls .swiper-button-next svg path {
    transition: stroke 0.3s;
  }
}
.p-precedent-slider .slider-controls .swiper-button-prev::after,
.p-precedent-slider .slider-controls .swiper-button-next::after {
  display: none;
}

.p-precedent-slider .slider-controls .slider-pause {
  background: none;
  border: none;
  width: 1rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-slider .slider-controls .slider-pause {
    padding: 0.3rem 0 0;
  }
}
.p-precedent-detail {
  margin: 1.33rem 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail {
    margin-top: 8.19rem;
  }
}
.p-precedent-detail__list {
  width: 100%;
}

.p-precedent-detail__list tr {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__list tr {
    flex-direction: row;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
.p-precedent-detail__list tr:first-of-type {
  border-top: 1px solid #ccc;
}

.p-precedent-detail__list tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

.p-precedent-detail__list th {
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  display: flex;
  align-items: center;
  gap: 0.33rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__list th {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    gap: 1.25rem;
    width: 25%;
  }
}
.p-precedent-detail__list th svg {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__list th svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-precedent-detail__list td {
  width: 100%;
  line-height: 1.8;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__list td {
    font-size: 1.1rem;
    letter-spacing: 0.0375rem;
    width: 75%;
  }
  .p-precedent-detail__list td a {
    display: inline-block;
    transition: 0.3s;
  }
  .p-precedent-detail__list td a:hover {
    color: #b70000;
  }
}
.p-precedent-detail__item {
  padding: 1.67rem 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__item {
    padding: 3.13rem 0;
  }
}
.p-precedent-detail__item-summary {
  padding: 0;
  border-bottom: none;
}

.p-precedent-detail__title-ja {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__title-ja {
    gap: 0.5rem;
  }
}
.p-precedent-detail__title-ja .icon-wrap {
  width: 0.5rem;
  height: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__title-ja .icon-wrap {
    width: 0.625rem;
    height: 0.625rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
}
.p-precedent-detail__title-ja .icon-wrap svg {
  width: 0.5rem;
  height: 0.5rem;
  aspect-ratio: 7.5/7.5;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__title-ja .icon-wrap svg {
    width: 0.625rem;
    height: 0.625rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
}
.p-precedent-detail__title-ja .icon-wrap::before {
  display: none;
}

.p-precedent-detail__title-ja h2 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__title-ja h2 {
    letter-spacing: 0.03rem;
  }
}
.p-precedent-detail__title-en {
  margin-top: 0.2rem;
  font-size: 4.8rem;
  font-weight: 200;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__title-en {
    font-size: 6rem;
    margin: 0;
  }
}
.p-precedent-detail__desc {
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__desc {
    margin-top: 1rem;
  }
}
.p-precedent-detail__info {
  margin: 1.67rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__info {
    margin: 3.44rem 0 0;
  }
}
.p-precedent-detail__info h3 {
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.024rem;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__info h3 {
    letter-spacing: 0.03rem;
  }
}
.p-precedent-detail__info p {
  margin: 1.05rem 0 0;
  display: flex;
  align-items: center;
  gap: 1.57rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__info p {
    margin: 1.5rem 0 0;
    gap: 2rem;
  }
}
.p-precedent-detail__info p span {
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.024rem;
  line-height: 175%; /* 1.4rem */
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__info p span {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.p-precedent-detail__info p span + span {
  font-weight: 400;
}

.p-precedent-detail__card-flow {
  margin: 4.67rem 0;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__card-flow {
    margin: 9rem 0 0 auto;
    width: min(90%, 1440px);
    margin-left: calc((100vw - min(90vw, 960px)) / 2);
  }
}
.p-precedent-detail__slider {
  overflow: hidden;
}

.p-precedent-detail__wrapper {
  transition-timing-function: linear !important;
}

.p-precedent-detail__slide img {
  width: 100%;
  aspect-ratio: 1/1;
}

.p-precedent-detail__product-info {
  margin-bottom: 4.7rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info {
    margin-top: 8.75rem;
    margin-bottom: 4.7rem;
  }
}
.p-precedent-detail__product-info-wrap {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap {
    flex-direction: row;
    gap: 2.38rem;
  }
}
.p-precedent-detail__product-info-wrap + .p-precedent-detail__product-info-wrap {
  margin-top: 2.5rem;
}

.p-precedent-detail__product-info-wrap img {
  margin-top: 0.4rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap img {
    width: revert-layer;
    flex-shrink: 0;
  }
}
.p-precedent-detail__product-info-wrap .js-modal-link {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap .js-modal-link {
    min-width: 350px;
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap .js-modal-link img {
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap .js-modal-link:hover img {
    transform: scale(1.03);
  }
}
.p-precedent-detail__product-info-wrap ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap ul {
    margin-top: 0.87rem;
    gap: 1.13rem;
  }
}
.p-precedent-detail__product-info-wrap ul li span {
  display: inline-block;
  padding: 0.2rem 0.53rem;
  background: #eee;
  color: #000;
  font-size: 0.93333rem;
  font-weight: 400;
  line-height: 100%; /* 1.63333rem */
  letter-spacing: 0.028rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap ul li span {
    padding: 0.3rem 0.53rem;
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
  }
}
.p-precedent-detail__product-info-wrap ul li p {
  margin-top: 0.67rem;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-precedent-detail__product-info-wrap ul li p {
    margin-top: 0.44rem;
  }
}
.p-privacy_box {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-privacy_box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-privacy_box h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box h1 {
    font-size: 2rem;
  }
}
.p-privacy_box h2 {
  font-size: 1.1rem;
  margin: 2.5rem 0 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box h2 {
    font-size: 1.5rem;
    margin: 3rem 0 1rem;
  }
}
.p-privacy_box ol {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ol {
    margin: 1rem 0 1rem 2rem;
  }
}
.p-privacy_box ol li {
  list-style: decimal;
  margin: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ol li {
    margin: 0.5rem 0;
  }
}
.p-privacy_box ul {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ul {
    margin: 1rem 0 1rem 2rem;
  }
}
.p-privacy_box ul li {
  list-style: disc;
}

.p-privacy_box ul li ol {
  margin: 0rem 0 1.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ul li ol {
    margin: 0rem 0 1.5rem 2rem;
  }
}
.p-privacy_box ul li ol li {
  list-style: decimal;
}

.p-privacy_box .right {
  text-align: right;
}

.p-privacypolicy {
  color: #000;
}

.p-privacypolicy__read {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__read {
    margin-top: 5.3125rem;
    font-size: 1.125rem;
  }
}
.p-privacypolicy__title {
  margin-top: 2.8666666667rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__title {
    margin-top: 3.125rem;
    font-size: 2.25rem;
  }
}
.p-privacypolicy__list {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__list {
    margin-top: 1.875rem;
  }
}
.p-privacypolicy__item + .p-privacypolicy__item {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__item + .p-privacypolicy__item {
    margin-top: 1.875rem;
  }
}
.p-privacypolicy__item-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__item-title {
    font-size: 1.5rem;
  }
}
.p-privacypolicy__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__item-text {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
}
.p-privacypolicy__sub-list {
  margin-top: 0.6666666667rem;
  margin-left: 2.5333333333rem;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__sub-list {
    margin-top: 0.3125rem;
    margin-left: 3.125rem;
  }
}
.p-privacypolicy__sub-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__sub-item {
    font-size: 1.125rem;
  }
}
.p-product-single {
  padding: 2.67rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-product-single {
    margin-top: 6.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-product-single__box:nth-of-type(even) .p-product-single__item--feature .p-product-single__image {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-product-single__box:nth-of-type(even) .p-product-single__item--feature .p-product-single__text {
    order: 1;
  }
}
.p-product-single__box + .p-product-single__box {
  margin-top: 4.3rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__box + .p-product-single__box {
    margin-top: 9.3rem;
  }
}
.p-product-single__item {
  margin-top: 0.31rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__item {
    margin-top: 0.31rem;
    margin-bottom: 1.2rem;
  }
}
.p-product-single__item:nth-of-type(2) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__item:nth-of-type(2) {
    margin-top: 6.25rem;
  }
}
.p-product-single__item--lineup, .p-product-single__item--drawing, .p-product-single__item--freeImg, .p-product-single__item--usage {
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .p-product-single__item--drawing .p-product-single__figure {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-product-single__item--drawing .p-product-single__figure img {
  object-fit: contain;
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-product-single__item--drawing .p-product-single__figure img {
    width: 32.6%;
  }
}
@media screen and (min-width: 768px) {
  .p-product-single__item--freeImg .p-product-single__figure {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-product-single__item--freeImg .p-product-single__figure img {
  object-fit: contain;
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-product-single__item--freeImg .p-product-single__figure img {
    width: 24.2%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product-single__item--freeImg .p-product-single__figure img {
    width: 24.2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product-single__item--freeImg .p-product-single__figure img {
    font-size: 23.9%;
  }
}
@media screen and (min-width: 768px) {
  .p-product-single__item--feature {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-product-single__item--usage .p-product-single__desc {
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__item--usage .p-product-single__desc {
    padding: 0 4.19rem 1.8rem 3.13rem;
    margin-left: 1.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 175%; /* 2.1875rem */
    letter-spacing: 0.0375rem;
  }
}
.p-product-single__item--spec {
  padding-top: 3.1rem;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-product-single__item--spec {
    padding-top: 6.44rem;
  }
}
.p-product-single .c-explanation-accordion__icon {
  top: 0%;
  transform: translate(-100%, 150%);
  right: 0rem;
}

@media screen and (min-width: 768px) {
  .p-product-single .c-explanation-accordion__icon {
    transform: translate(-220%, 190%);
  }
}
.p-product-single .js-accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.p-product-single .js-accordion-header.is-open .c-explanation-accordion__icon line:last-of-type {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .p-product-single__image {
    width: 62.5%;
  }
}
.p-product-single__image img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-product-single__image img {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .p-product-single__text {
    width: 32.58%;
  }
}
.p-product-single__text .p-product-single__num {
  color: #e7002c;
  font-size: 9rem;
  font-weight: 400;
  line-height: 9rem; /* 100% */
  letter-spacing: 0.27rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__text .p-product-single__num {
    font-size: 11.25rem;
    line-height: 11.25rem; /* 100% */
    letter-spacing: 0.3375rem;
  }
}
.p-product-single__text .p-product-single__heading {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__text .p-product-single__heading {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-product-single__text .p-product-single__heading {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product-single__text .p-product-single__heading {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product-single__text .p-product-single__heading {
    font-size: 1.1rem;
  }
}
.p-product-single__text .p-product-single__lead {
  margin-top: 1.03rem;
  color: #000;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 150%; /* 1.65rem */
  letter-spacing: 0.033rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__text .p-product-single__lead {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    letter-spacing: 0.04125rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product-single__text .p-product-single__lead {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product-single__text .p-product-single__lead {
    font-size: 1rem;
  }
}
.p-product-single__text .p-product-single__desc {
  margin-top: 1.47rem;
  color: #000;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__text .p-product-single__desc {
    margin-top: 1.88rem;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-product-single__text .p-product-single__desc {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product-single__text .p-product-single__desc {
    font-size: 0.95rem;
  }
}
.p-product-single__subheading-wrap {
  position: relative;
  width: 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__subheading-wrap {
    padding: 1.8rem 4.19rem 1.8rem 3.13rem;
    cursor: pointer;
  }
  .p-product-single__subheading-wrap:hover .p-product-single__subheading {
    color: #e7002c;
  }
  .p-product-single__subheading-wrap:hover .p-product-single__subtext {
    color: #e7002c;
  }
}
.p-product-single__subheading-wrap .p-product-single__subheading {
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-product-single__subheading-wrap .p-product-single__subheading {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
    transition: color 0.3s;
  }
}
.p-product-single__subheading-wrap .p-product-single__subheading:first-of-type {
  padding-left: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-product-single__subheading-wrap .p-product-single__subheading:first-of-type {
    padding-left: 1.25rem;
  }
}
.p-product-single__subheading-wrap .p-product-single__subheading:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.25rem;
  height: 80%;
  background: #e7002c;
}

.p-product-single__subheading-wrap .p-product-single__subheading + span {
  margin-left: 0.68rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__subheading-wrap .p-product-single__subheading + span {
    margin-left: 1.25rem;
  }
}
.p-product-single__subheading-wrap .p-product-single__subheading + .p-product-single__subtext {
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%; /* 1.25rem */
  display: block;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .p-product-single__subheading-wrap .p-product-single__subheading + .p-product-single__subtext {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
    display: inline-block;
    margin-left: 1.87rem;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-product-single__subheading-wrap .p-product-single__subheading + .p-product-single__subtext {
    margin-left: 1.25rem;
    display: block;
  }
}
.p-product-single__subtext {
  color: #000;
}

.p-product-single__figure {
  display: flex;
  flex-direction: column;
  gap: 0.67rem;
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__figure {
    padding: 0 4.19rem 1.8rem 3.13rem;
  }
}
.p-product-single__figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-product-single__figure img {
    cursor: pointer;
  }
}
.p-product-single__spec-heading {
  z-index: 1;
  padding-left: 1.63rem;
}

.p-product-single__table {
  margin-top: -1rem;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .p-product-single__table {
    margin-top: -2rem;
  }
}
.p-product-single__table tr {
  padding: 1rem 0 0.67rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
}

.p-product-single__table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-product-single__table tr {
    flex-direction: row;
    padding: 1.75rem 0 1.81rem;
  }
}
.p-product-single__table th,
.p-product-single__table td {
  width: 100%;
  text-align: start;
}

.p-product-single__table th svg {
  margin-right: 0.67rem;
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .p-product-single__table th svg {
    width: 0.625rem;
    height: 0.625rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-right: 1.25rem;
  }
}
.p-product-single__table th {
  color: #000;
  font-size: 0.93333rem;
  font-weight: 700;
  line-height: 175%; /* 1.16667rem */
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 768px) {
  .p-product-single__table th {
    width: 27%;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-product-single__table td {
  color: #000;
  font-size: 0.93333rem;
  font-weight: 400;
  line-height: 175%; /* 1.16667rem */
  letter-spacing: 0.02rem;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-product-single__table td {
    width: 73%;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-product-single__table td span {
  font-feature-settings: "palt";
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.p-productCategory-kv {
  padding-top: 5.27rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv {
    padding-top: 13.5rem;
  }
}
.p-productCategory-kv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__content {
    margin-top: 7.31rem;
    margin-left: auto;
    width: min(97%, 1800px);
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-productCategory-kv__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.p-productCategory-kv__inner {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__inner {
    display: flex;
    flex-direction: column;
  }
}
.p-productCategory-kv__text {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__text {
    display: block;
    width: 34.33%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-productCategory-kv__text {
    width: 44.33%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-productCategory-kv__text {
    width: 44.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-productCategory-kv__text {
    display: contents;
  }
}
.p-productCategory-kv__title {
  order: 1;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__title {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-productCategory-kv__title {
    padding: 0 1rem 0 4.5rem;
  }
}
.p-productCategory-kv__wrap {
  order: 3;
  margin: 1.67rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__wrap {
    margin: 4.44rem 0 0;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-productCategory-kv__wrap {
    margin: 2.44rem 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-productCategory-kv__wrap {
    padding: 0 1rem 0 4.5rem;
    margin: 2.44rem 0 0;
  }
}
.p-productCategory-kv__ttl {
  padding: 0 0 0 1.55rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__ttl {
    padding: 0 0 0 1.93rem;
  }
}
.p-productCategory-kv__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.53333rem;
  height: 100%;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__ttl::before {
    width: 0.625rem;
  }
}
.p-productCategory-kv__catch {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__catch {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-productCategory-kv__en-catch {
  margin-top: 0.52rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.048rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__en-catch {
    margin-top: 0.69rem;
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-productCategory-kv__sub-catch {
  margin-top: 0.52rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.03rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__sub-catch {
    margin-top: 0.69rem;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-productCategory-kv__desc {
  margin: 1.7rem 0 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__desc {
    margin: 3.13rem 0 0;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
}
.p-productCategory-kv__image {
  order: 2;
  width: 100%;
  height: 19.33333rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-kv__image {
    margin: 0;
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-productCategory-kv__image {
    width: 50%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-productCategory-kv__image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-productCategory-kv__image {
    width: 100%;
    margin-top: -2rem;
  }
}
.p-productCategory-kv__image picture,
.p-productCategory-kv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-productCategory-suggest {
  margin-top: 4.6rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-suggest {
    margin-top: 9.33rem;
  }
}
.p-productCategory-suggest__title {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-suggest__title {
    font-size: 2.13333rem;
    letter-spacing: 0.064rem;
  }
}
.p-productCategory-suggest ul {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-suggest ul {
    margin-top: 2.5rem;
  }
}
.p-productCategory-explanation {
  margin-top: 4.7rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-explanation {
    margin-top: 8.75rem;
  }
}
.p-productCategory-explanation__list {
  display: flex;
  flex-direction: column;
  gap: 3.33rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-explanation__list {
    gap: 4.37rem;
  }
}
.p-productCategory-explanation__title {
  padding-left: 1.25rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem; /* 150% */
  letter-spacing: 0.16rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-productCategory-explanation__title {
    padding-left: 1.5rem;
    font-size: 2rem;
    line-height: 3rem; /* 150% */
    letter-spacing: 0.2rem;
  }
}
.p-productCategory-explanation__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.25rem;
  height: 70%;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-productCategory-explanation__title::before {
    width: 0.3125rem;
    height: 2rem;
  }
}
.p-productCategory-explanation__text {
  margin-top: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-explanation__text {
    margin-top: 1.25rem;
    letter-spacing: 0.03rem;
  }
}
.p-productCategory-explanation__text + .c-explanation-accordion {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-productCategory-explanation__text + .c-explanation-accordion {
    margin-top: 1.88rem;
  }
}
.c-explanation-accordion {
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion {
    cursor: pointer;
  }
  .c-explanation-accordion:hover .c-explanation-accordion__title {
    color: #e7002c;
  }
}
.c-explanation-accordion + .c-explanation-accordion {
  margin-top: 0.33rem;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion + .c-explanation-accordion {
    margin-top: 0.31rem;
  }
}
.c-explanation-accordion__header {
  display: flex;
  flex-direction: column;
  gap: 0.63rem;
  position: relative;
  padding: 1.33rem;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion__header {
    padding: 2.19rem 3.13rem 2.13rem 2.5rem;
    flex-direction: row;
    gap: 1.87rem;
    align-items: center;
    width: 97%;
  }
}
.c-explanation-accordion__header.is-open .c-explanation-accordion__icon line:last-of-type {
  opacity: 0;
}

.c-explanation-accordion__label {
  width: 5.2rem;
  height: 1.5rem;
  background: #000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.027rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion__label {
    width: 6.5rem;
    height: 2rem;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0.03375rem;
  }
}
.c-explanation-accordion__title {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion__title {
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0.045rem;
    transition: color 0.3s;
  }
}
.c-explanation-accordion__icon {
  position: absolute;
  top: 0%;
  right: 0;
  transform: translate(-140%, 160%);
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion__icon {
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    width: 1.33rem;
    height: 1.33rem;
  }
}
.c-explanation-accordion__icon line {
  transition: opacity 0.4s ease;
}

.c-explanation-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.c-explanation-accordion__content p {
  margin-top: 1.33rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  padding: 0 1.33rem 1.33rem 1.33rem;
}

@media screen and (min-width: 768px) {
  .c-explanation-accordion__content p {
    padding: 0 3.13rem 2.13rem 2.5rem;
    letter-spacing: 0.032rem;
  }
}
.p-entry-confirm {
  margin: 2.67rem 0 0;
  background: #f5f5f5;
  padding: 4.67rem 0 6.67rem;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm {
    margin: 8.75rem 0 0;
    padding: 8.75rem 0 12.5rem;
  }
}
.p-entry-confirm__form {
  padding: 2.67rem 1.33rem 3.33rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form {
    padding: 6.25rem 6.25rem 7.81rem;
  }
}
.p-entry-confirm__form form .item {
  display: flex;
  flex-direction: column;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .item {
    flex-direction: row;
    gap: 2rem;
  }
}
.p-entry-confirm__form form .item + .item {
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .item + .item {
    margin-top: 2.06rem;
  }
}
.p-entry-confirm__form form .item .inner01 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .item .inner01 {
    width: 26.40625%;
  }
}
.p-entry-confirm__form form .item .inner02 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .item .inner02 {
    width: 39.84375%;
  }
}
.p-entry-confirm__form form .btn_wrap {
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .btn_wrap {
    margin-top: 6.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.p-entry-confirm__form form .btn_wrap br {
  display: none;
}

.p-entry-confirm__form form .back {
  cursor: pointer;
  width: 20.33333rem;
  height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.039rem;
  border: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .back {
    width: 50%;
    height: 5rem;
    transition: 0.3s;
  }
  .p-entry-confirm__form form .back:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
  }
}
.p-entry-confirm__form form .send {
  cursor: pointer;
  margin-top: 0.67rem;
  width: 20.33333rem;
  height: 4rem;
  flex-shrink: 0;
  background: #e7002c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.039rem;
  border: solid 1px #e7002c;
}

@media screen and (min-width: 768px) {
  .p-entry-confirm__form form .send {
    margin: 0;
    width: 50%;
    height: 5rem;
    transition: 0.3s;
  }
  .p-entry-confirm__form form .send:hover {
    background: #fff;
    color: #e7002c;
  }
}
.p-entry-confirm__form form .privacy_policy {
  display: none;
}

.c-thanks-content {
  margin-top: 1rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-thanks-content {
    margin-top: -4rem;
    margin-bottom: 21.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .c-thanks-content {
    margin-top: -2rem;
  }
}
.c-thanks-content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.33rem;
}

@media screen and (min-width: 768px) {
  .c-thanks-content__title {
    gap: 2.5rem;
  }
}
.c-thanks-content__title svg {
  width: 5.36667rem;
  height: 5.36667rem;
}

@media screen and (min-width: 768px) {
  .c-thanks-content__title svg {
    width: 10.0625rem;
    height: 10.0625rem;
  }
}
.c-thanks-content__title h2 {
  color: #000;
  text-align: center;
  font-size: 1.06667rem;
  font-weight: 700;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .c-thanks-content__title h2 {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.c-thanks-content__description {
  margin-top: 1.97rem;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 175%; /* 1.4rem */
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .c-thanks-content__description {
    margin-top: 6.31rem;
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-recruit-kv {
  padding-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv {
    padding-top: 8.5rem;
  }
}
.p-recruit-kv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__content {
    margin-top: 7.31rem;
    margin-left: auto;
    width: min(97%, 1800px);
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
  }
}
.p-recruit-kv__inner {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__inner {
    display: flex;
    flex-direction: column;
  }
}
.p-recruit-kv__text {
  order: 1;
  margin-bottom: 2rem;
}

.p-recruit-kv__catch {
  margin-top: -1rem;
  padding: 0 1.2rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 3rem */
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__catch {
    color: #000;
    font-size: 2.5rem;
    font-size: clamp(16px, 2.0833vw, 2.5rem);
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit-kv__catch {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-kv__catch {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-kv__catch {
    font-size: 2.6vw;
  }
}
.p-recruit-kv__nav {
  order: 3;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__nav {
    margin-top: auto;
  }
}
.p-recruit-kv__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__nav-list {
    justify-content: flex-start;
  }
}
.p-recruit-kv__nav-item a {
  padding: 0 1.33rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #000;
  font-size: 2.13333rem;
  font-weight: 200;
  gap: 0.87rem;
  border-left: 1px solid #ccc;
  line-height: 100%;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__nav-item a {
    padding: 0 1.87rem;
    color: #000;
    font-size: 2rem;
    font-weight: 200;
    transition: color 0.3s;
  }
  .p-recruit-kv__nav-item a:hover {
    color: #e7002c;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-kv__nav-item a {
    padding: 0 1rem;
  }
}
.p-recruit-kv__nav-item a svg {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__nav-item a svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-recruit-kv__nav-item:first-of-type a {
  padding-left: 0;
  border: none;
}

.p-recruit-kv__nav-item:last-of-type a {
  padding-right: 0;
}

.p-recruit-kv__image {
  margin-top: 2.67rem;
  order: 2;
  height: 29.66667rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-recruit-kv__image {
    margin: 0;
    width: 69.2986%;
    height: 41.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit-kv__image {
    width: 63.2986%;
    height: 36.25rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-kv__image {
    width: 63.2986%;
    height: 31.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-kv__image {
    width: 59.2986%;
    height: 31.25rem;
  }
}
.p-recruit-kv__image picture,
.p-recruit-kv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit-voice {
  padding: 4.1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice {
    padding: 11.94rem 0 0;
  }
}
.p-recruit-voice .l-inner {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice .l-inner {
    display: block;
  }
}
.p-recruit-voice__title {
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__title {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-recruit-voice__items {
  display: flex;
  flex-direction: column;
  gap: 4.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__items {
    margin-top: 5rem;
    gap: 13.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__items {
    gap: 10.75rem;
  }
}
.p-recruit-voice__item {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__item {
    flex-direction: row;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 1.87rem 3.75rem 5.06rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit-voice__item {
    padding: 1.87rem 2.75rem 5.06rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__item {
    padding: 1.87rem 1.75rem 5.06rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__item {
    padding: 1.87rem 1rem 3.06rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-voice__item:nth-of-type(even) .p-recruit-voice__wrap {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-voice__item:nth-of-type(even) .p-recruit-voice__image {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-voice__item:nth-of-type(even) .p-recruit-voice__num {
    left: auto;
    right: 0%;
    transform: translate(-20%, -60%);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__item:nth-of-type(even) .p-recruit-voice__num {
    transform: translate(-20%, -70%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__item:nth-of-type(even) .p-recruit-voice__num {
    transform: translate(-20%, -70%);
  }
}
.p-recruit-voice__wrap {
  order: 2;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__wrap {
    order: 1;
    max-width: initial;
    margin: 0;
    width: 47.6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__wrap {
    width: 48.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__wrap {
    width: 48.6%;
  }
}
.p-recruit-voice__info {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem 0 0.33rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__info {
    padding: 0;
    display: block;
    gap: 0;
  }
}
.p-recruit-voice__num {
  color: #e7002c;
  font-size: 13.33333rem;
  font-weight: 100;
  line-height: 100%;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__num {
    position: absolute;
    font-size: 18.75rem;
    top: 0%;
    left: 3.75rem;
    transform: translate(-10%, -60%);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-recruit-voice__num {
    transform: translate(-15%, -60%);
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__num {
    font-size: 15rem;
    transform: translate(-30%, -70%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__num {
    font-size: 11rem;
    transform: translate(-50%, -70%);
  }
}
.p-recruit-voice__profile {
  width: 13.3rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__profile {
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__profile {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-voice__name {
    flex-shrink: 0;
  }
}
.p-recruit-voice__name-ja {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%; /* 4.2rem */
  letter-spacing: 0.072rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__name-ja {
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__name-ja {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__name-ja {
    font-size: 1.7rem;
  }
}
.p-recruit-voice__name-en {
  margin-top: 1rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 100%;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__name-en {
    font-size: 1.5rem;
  }
}
.p-recruit-voice__meta {
  margin-top: 1rem;
  display: inline-flex;
  flex-direction: column;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta {
    margin: 0;
    font-size: 1.125rem;
  }
}
.p-recruit-voice__meta-item {
  display: flex;
  align-items: center;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta-item {
    align-items: start;
  }
}
.p-recruit-voice__meta-item:first-of-type {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta-item:first-of-type {
    padding-bottom: 0.62rem;
  }
}
.p-recruit-voice__meta-item:last-of-type {
  padding-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta-item:last-of-type {
    padding-top: 0.62rem;
  }
}
.p-recruit-voice__meta-item:last-of-type span:last-of-type {
  margin-left: auto;
}

.p-recruit-voice__meta-item svg {
  flex-shrink: 0;
  position: relative;
  transform: translateY(1px);
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta-item svg {
    transform: translateY(5px);
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-recruit-voice__meta-item span:first-of-type {
  margin-left: 0.4rem;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.027rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta-item span:first-of-type {
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
    line-height: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__meta-item span:first-of-type {
    font-size: 1rem;
  }
}
.p-recruit-voice__meta-item span:last-of-type {
  margin-left: 1rem;
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.027rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__meta-item span:last-of-type {
    font-size: 1.1rem;
    letter-spacing: 0.03375rem;
    line-height: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__meta-item span:last-of-type {
    font-size: 0.9rem;
  }
}
.p-recruit-voice__lead {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__lead {
    width: auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%; /* 3rem */
    letter-spacing: 0.06rem;
    padding: 0;
    margin-top: 3.12rem;
  }
}
.p-recruit-voice__image {
  order: 1;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__image {
    order: 2;
    width: 52.1%;
    width: 47.1%;
    margin: 0;
  }
}
.p-recruit-voice__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.p-recruit-voice__list {
  max-width: 600px;
  order: 3;
  margin: 1.33rem auto 0;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__list {
    margin-top: 3.12rem;
    width: 100%;
    max-width: inherit;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
  }
}
.p-recruit-voice__item-block {
  padding-top: 0.67rem;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__item-block {
    width: 30.34%;
    padding-top: 0.63rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__item-block {
    width: 31.34%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__item-block {
    width: 31.34%;
  }
}
.p-recruit-voice__item-block h4 {
  display: flex;
  align-items: center;
  gap: 0.53rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 175%; /* 2.1rem */
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__item-block h4 {
    align-items: baseline;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-recruit-voice__item-block h4 {
    font-size: 1.05rem;
    gap: 0.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-recruit-voice__item-block h4 {
    gap: 0.2rem;
    font-size: 1.05rem;
  }
}
.p-recruit-voice__item-block h4 svg {
  margin-right: 0.5rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__item-block h4 svg {
    position: relative;
    top: -0.05rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-recruit-voice__item-block p {
  margin-top: 0.33rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-voice__item-block p {
    margin-top: 0.31rem;
  }
}
.p-recruit-details {
  padding-top: 4.37rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details {
    padding-top: 11.31rem;
  }
}
.p-recruit-details__title {
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__title {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-recruit-details__tabs input[type=radio] {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs {
    margin-top: 4.31rem;
    width: 100%;
  }
}
.p-recruit-details__tabs .p-recruit-details__tab-label {
  position: relative;
  top: 0%;
  left: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #d9d9d9;
  width: 7.6rem;
  height: 2.66667rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs .p-recruit-details__tab-label {
    width: 26.25rem;
    max-width: 30%;
    height: 5rem;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-details__tabs .p-recruit-details__tab-label svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-recruit-details__tabs .p-recruit-details__tab-label span {
  color: #000;
  font-size: 1.06667rem;
  font-weight: 700;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs .p-recruit-details__tab-label span {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }
}
.p-recruit-details__tabs .p-recruit-details__tab-label:first-of-type {
  left: 50%;
  transform: translateX(-150%);
}

.p-recruit-details__tabs .p-recruit-details__tab-label:nth-of-type(2) {
  left: 50%;
  transform: translateX(-150%);
}

.p-recruit-details__tabs .p-recruit-details__tab-label:last-of-type {
  left: 50%;
  transform: translateX(-151%);
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs .p-recruit-details__tab-label:last-of-type {
    transform: translateX(-150%);
  }
}
.p-recruit-details__tabs #details_affairs:checked ~ label[for=details_affairs],
.p-recruit-details__tabs #details_sales:checked ~ label[for=details_sales],
.p-recruit-details__tabs #details_manufacturing:checked ~ label[for=details_manufacturing] {
  background: #333;
  color: #fff;
}

.p-recruit-details__tabs #details_affairs:checked ~ label[for=details_affairs] span,
.p-recruit-details__tabs #details_sales:checked ~ label[for=details_sales] span,
.p-recruit-details__tabs #details_manufacturing:checked ~ label[for=details_manufacturing] span {
  color: #fff;
}

.p-recruit-details__tabs .p-recruit-details__content > .p-recruit-details__tab-content {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs .p-recruit-details__content > .p-recruit-details__tab-content {
    padding: 3rem 0;
  }
}
.p-recruit-details__tabs #details_affairs:checked ~ .p-recruit-details__content > #affairs_content,
.p-recruit-details__tabs #details_sales:checked ~ .p-recruit-details__content > #sales_content,
.p-recruit-details__tabs #details_manufacturing:checked ~ .p-recruit-details__content > #manufacturing_content {
  display: block;
  width: 100%;
  border-collapse: collapse;
  background: #333;
  padding: 4.27rem 1rem 4.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs #details_affairs:checked ~ .p-recruit-details__content > #affairs_content,
  .p-recruit-details__tabs #details_sales:checked ~ .p-recruit-details__content > #sales_content,
  .p-recruit-details__tabs #details_manufacturing:checked ~ .p-recruit-details__content > #manufacturing_content {
    padding: 8.75rem 0;
  }
}
.p-recruit-details__tabs .p-recruit-details__tab-content h3 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__tabs .p-recruit-details__tab-content h3 {
    font-size: 1.5rem;
  }
}
.p-recruit-details__tabs .p-recruit-details__tab-content p {
  margin-top: 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}

.p-recruit-details__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__list {
    width: min(90%, 1080px);
    margin: 0 auto;
  }
}
.p-recruit-details__list tr {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 0.67rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__list tr {
    flex-direction: row;
    gap: 1rem;
    padding: 1.75rem 0 1.81rem;
  }
}
.p-recruit-details__list tr:first-of-type {
  border-top: 1px solid #ccc;
}

.p-recruit-details__list tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

.p-recruit-details__list th {
  width: 100%;
  text-align: left;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  display: flex;
  align-items: center;
  gap: 0.33rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__list th {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    gap: 1.25rem;
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-details__list th svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-recruit-details__list td {
  width: 100%;
  line-height: 1.8;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-details__list td {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    width: 64%;
  }
  .p-recruit-details__list td a {
    display: inline-block;
    transition: 0.3s;
  }
  .p-recruit-details__list td a:hover {
    color: #b70000;
  }
}
.p-recruit-details__list tr + tr {
  border-top: 1px solid #ccc;
}

.p-recruit-entry {
  padding: 4.37rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry {
    padding: 11.94rem 0 13rem;
  }
}
.p-recruit-entry .wpcf7 div.wpcf7-response-output {
  bottom: -30px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry .wpcf7 div.wpcf7-response-output {
    font-size: 14px;
  }
}
.p-recruit-entry .inner02 p .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  bottom: 0%;
  left: 3%;
  transform: translate(0%, 170%);
  white-space: nowrap;
  font-size: 14px;
}

.p-recruit-entry .privacy_policy .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}

.p-recruit-entry .item_sentence .inner02 p .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  bottom: 0%;
  left: 3%;
  transform: translate(0%, 90%);
  white-space: nowrap;
  font-size: 14px;
}

.p-recruit-entry .inner02 p {
  display: contents;
}

.p-recruit-entry .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.p-recruit-entry__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-recruit-entry h3 {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%; /* 2.8rem */
  letter-spacing: 0.048rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry h3 {
    margin-top: -2rem;
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
}
.p-recruit-entry form {
  margin: 2.67rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form {
    margin: 11.56rem 0 0;
  }
}
.p-recruit-entry form .wpcf7-list-item-label span::before, .p-recruit-entry form .wpcf7-list-item-label span::after {
  display: none;
}

.p-recruit-entry form .item {
  width: 100%;
}

.p-recruit-entry form .item + .item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item + .item {
    margin-top: 1.88rem;
  }
}
.p-recruit-entry form .item .inner01 label {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  color: #000;
  font-size: max(16px, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.036rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .inner01 label {
    gap: 0.22rem;
    letter-spacing: 0.045rem;
    font-size: max(16px, 1.5rem);
    line-height: 100%;
  }
}
.p-recruit-entry form .item .inner01 label span {
  color: #e20000;
  text-align: center;
  font-size: max(16px, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.02133rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .inner01 label span {
    letter-spacing: 0.045rem;
    font-size: max(16px, 1.5rem);
  }
}
.p-recruit-entry form .item .select_box {
  position: relative;
  max-width: 12.375rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .select_box {
    max-width: 15.375rem;
  }
}
.p-recruit-entry form .item .select_box svg {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translate(0%, -50%);
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .select_box svg {
    width: 0.725rem;
    height: 0.45rem;
    flex-shrink: 0;
    aspect-ratio: 7.88/5.25;
  }
}
.p-recruit-entry form .item .select_box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-170%, -50%);
  width: 0.65625rem;
  height: 0.4375rem;
  flex-shrink: 0;
  aspect-ratio: 10.5/7;
  background: url(images/common/triangle.svg) no-repeat top center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .tel {
    max-width: 29.375rem;
  }
}
.p-recruit-entry form .item .tel span {
  display: flex;
  align-items: center;
  width: 100%;
}

.p-recruit-entry form .item .tel span input {
  width: 30%;
}

.p-recruit-entry form .item .file {
  position: relative;
}

.p-recruit-entry form .item .file .mwform-file-delete {
  position: absolute;
  top: 0%;
  left: 92%;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .file {
    max-width: 22.375rem;
  }
}
.p-recruit-entry form .item .inner02 {
  margin: 0.3rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .inner02 {
    margin: 0.62rem 0 0;
  }
}
.p-recruit-entry form .item .inner02 select,
.p-recruit-entry form .item .inner02 input,
.p-recruit-entry form .item .inner02 textarea {
  padding: 0.8rem;
  width: 100%;
  background: #f5f5f5;
  font-size: max(16px, 1.066667rem);
  font-weight: 500;
  line-height: 200%; /* 2.13333rem */
  letter-spacing: 0.02133rem;
  border: none;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .item .inner02 select,
  .p-recruit-entry form .item .inner02 input,
  .p-recruit-entry form .item .inner02 textarea {
    padding: 1.1rem;
    font-size: max(16px, 1.125rem);
  }
}
.p-recruit-entry form .item .inner02 select {
  position: relative;
  color: #333;
  appearance: none;
}

.p-recruit-entry form .item .inner02 textarea {
  height: 11.6rem;
}

.p-recruit-entry form .item .inner02 ::placeholder {
  color: #b2b2b2;
}

.p-recruit-entry form .privacy_policy {
  margin-top: 2.98rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .privacy_policy {
    margin-top: 3.75rem;
  }
}
.p-recruit-entry form .privacy_policy .mwform-checkbox-field::before {
  display: none;
}

.p-recruit-entry form .privacy_policy .mwform-checkbox-field::after {
  display: none;
}

.p-recruit-entry form .privacy_policy label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-recruit-entry form .privacy_policy label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-recruit-entry form .privacy_policy label input:checked + span::after {
  opacity: 1;
}

.p-recruit-entry form .privacy_policy label span {
  display: flex;
  justify-content: center;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .privacy_policy label span {
    font-size: 1rem;
  }
}
.p-recruit-entry form .privacy_policy label span a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .privacy_policy label span a {
    transition: 0.3s;
  }
  .p-recruit-entry form .privacy_policy label span a:hover {
    color: #e7002c;
  }
}
.p-recruit-entry form .privacy_policy label span::before {
  content: "";
  width: 1.06667rem;
  height: 1.06667rem;
  margin-right: 0.6666666667rem;
  background: #d9d9d9;
  margin-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .privacy_policy label span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-recruit-entry form .privacy_policy label span::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0.43rem;
  width: 0.525rem;
  height: 1.0625rem;
  border-bottom: 2px solid #e7002c;
  border-right: 2px solid #e7002c;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form .privacy_policy label span::after {
    width: 0.625rem;
    height: 1.1625rem;
  }
}
.p-recruit-entry form .privacy_policy label .opacity::before {
  display: none;
}

.p-recruit-entry form .privacy_policy label .opacity::after {
  display: none;
}

.p-recruit-entry form .privacy_policy label .error {
  font-size: 93%;
  color: #b70000;
  display: block;
  position: absolute;
  bottom: -77%;
}

.p-recruit-entry form .privacy_policy label .error::before {
  display: none;
}

.p-recruit-entry form .privacy_policy label .error::after {
  display: none;
}

.p-recruit-entry form button.submit {
  margin: 1.07rem auto 0;
  width: 20rem;
  height: 4rem;
  border: 1px solid #e7002c;
  background: #e7002c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.039rem;
  color: var(--white, #fff);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-recruit-entry form button.submit {
    margin-top: 2.31rem;
    width: 25rem;
    height: 5rem;
    transition: 0.3s;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.04875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-entry form button.submit:hover {
    background: var(--white, #fff);
    color: #e7002c;
  }
}
/* p-precedentList-slider */
.p-searchResults-product__search {
  order: 3;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-searchResults-product__search {
    position: absolute;
    top: 28%;
    right: 7.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-searchResults-product__search {
    top: 21%;
    right: 3.5rem;
  }
}
.p-searchResults-product__search .c-product {
  width: fit-content;
}

.p-searchResults-product__search .c-product__search {
  width: 23rem;
  height: 5.33333rem;
}

@media screen and (min-width: 768px) {
  .p-searchResults-product__search .c-product__search {
    width: 37.5rem;
    gap: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-searchResults-product__search .c-product__search {
    width: 30.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-searchResults-product__search .c-product__search {
    width: 25.5rem;
  }
}
.p-searchResults-product__search .c-product__search-label {
  display: none;
}

.p-searchResults-list_title {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-searchResults-list_title {
    text-align: start;
  }
}
.p-searchResults-list_title .title {
  display: inline-block;
  color: #000;
  font-size: 1.86667rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.056rem;
}

.p-searchResults-list_title p {
  display: inline-block;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04rem;
}

.p-searchResults-list_title .num {
  display: inline-block;
  color: #e7002c;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.072rem;
}

.p-searchResults-list .c-card-accordion__content {
  margin: 2.67rem 0 0;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-searchResults-list .c-card-accordion__content {
    margin: 5rem 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.87rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-searchResults-list .c-card-accordion__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-searchResults-list .c-card-accordion__content {
  padding: 0;
}

.p-strengths-mission {
  padding-block: 4.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission {
    padding-top: 11.25rem;
    padding-bottom: 87.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-mission__inner {
    margin-inline: auto;
    max-width: 128rem;
    position: relative;
  }
}
.p-strengths-mission__container {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__container {
    width: min(90%, 1280px);
  }
}
.p-strengths-mission__heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__heading {
    font-size: 3rem;
  }
}
.p-strengths-mission__read {
  margin-top: 1.3333333333rem;
  padding-left: 4.6666666667rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__read {
    margin-top: 3.75rem;
    padding-left: 8.125rem;
    font-size: 2rem;
  }
}
.p-strengths-mission__read::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0%;
  width: 3.3333333333rem;
  height: 1px;
  background: #000;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__read::before {
    top: 1.25rem;
    width: 6.25rem;
  }
}
.p-strengths-mission__text {
  margin-top: 1.6666666667rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__text {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}
.p-strengths-mission__picture {
  margin-top: 3.5333333333rem;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__picture {
    position: absolute;
  }
}
.p-strengths-mission__picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 375/215;
}

.p-strengths-mission__pictures {
  margin-inline: auto;
  max-width: 128rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-mission__picture--01 {
    max-width: 32.8125rem;
    width: 27.34375%;
    top: 0;
    top: -4%;
    right: 16.25rem;
    right: 14%;
  }
  .p-strengths-mission__picture--01 img {
    aspect-ratio: 525/300;
  }
}
.p-strengths-mission__picture--02 {
  display: none;
}

@media (width >= 1400px) {
  .p-strengths-mission__picture--02 {
    display: block;
    max-width: 23.75rem;
    width: 19.7916666667%;
    top: 43.75rem;
    top: 53%;
    right: 0;
  }
  .p-strengths-mission__picture--02 img {
    aspect-ratio: 380/295;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-mission__picture--03 {
    max-width: 36.25rem;
    width: 30.2083333333%;
    top: 70rem;
    top: 91%;
    right: 6.375rem;
    right: 5%;
  }
  .p-strengths-mission__picture--03 img {
    aspect-ratio: 580/331;
  }
}
@media screen and (min-width: 768px) and (width >= 1400px) {
  .p-strengths-mission__picture--03 {
    top: 87%;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-mission__picture--04 {
    max-width: 31.25rem;
    width: 26.0416666667%;
    top: 84.375rem;
    top: 106%;
    right: 30.375rem;
    right: 25%;
  }
  .p-strengths-mission__picture--04 img {
    aspect-ratio: 500/286;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-mission__picture--05 {
    max-width: 24.0625rem;
    width: 20.0520833333%;
    top: 98.125rem;
    top: 124%;
    left: 3.125rem;
    left: 3%;
  }
  .p-strengths-mission__picture--05 img {
    aspect-ratio: 385/220;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-mission__picture--06 {
    max-width: 50rem;
    width: 41.6666666667%;
    top: 115.625rem;
    top: 148%;
    left: 11.5rem;
    left: 10%;
  }
  .p-strengths-mission__picture--06 img {
    aspect-ratio: 800/457;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-mission__picture--07 {
    max-width: 27.8125rem;
    width: 23.1770833333%;
    top: 120rem;
    top: 153%;
    right: 24.4375rem;
    right: 20%;
  }
  .p-strengths-mission__picture--07 img {
    aspect-ratio: 445/254;
  }
}
.p-strengths-strengths {
  color: #fff;
}

.p-strengths-strengths__bg {
  display: block;
  width: 100%;
}

.p-strengths-strengths__bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 375/400;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__bg img {
    aspect-ratio: 1920/800;
  }
}
.p-strengths-strengths__container {
  margin-top: -6.6666666667rem;
  padding-top: 3.3333333333rem;
  padding-bottom: 4.6666666667rem;
  background-color: #333;
  position: relative;
  clip-path: polygon(0 0, 85% 0%, 85% 3.5%, 100% 3.5%, 100% 100%, 0 100%);
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__container {
    margin-top: -12.5rem;
    padding-top: 8.75rem;
    padding-bottom: 12.5rem;
    clip-path: polygon(0 0, 87.5% 0%, 87.5% 10.3%, 100% 10.3%, 100% 100%, 0 100%);
  }
}
.p-strengths-strengths__inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__title-wrap {
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 6.25rem;
    width: min(95%, 1680px);
  }
}
@media screen and (min-width: 1280px) {
  .p-strengths-strengths__title-wrap {
    align-items: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__title {
    width: fit-content;
  }
}
.p-strengths-strengths__read01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__read01 {
    font-size: clamp(1.063rem, -0.229rem + 2.691vw, 3rem);
  }
}
.p-strengths-strengths__read02 {
  margin-top: 2.6666666667rem;
  padding-top: 2.6666666667rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__read02 {
    margin-top: 7.6875rem;
    padding-top: 0;
    font-size: 2rem;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__read02 span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__list {
    margin-top: 3.125rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    width: min(90%, 1280px);
  }
}
.p-strengths-strengths__item {
  margin-top: 2.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__item {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
}
.p-strengths-strengths__heading {
  margin-inline: auto;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.03em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__heading {
    margin-top: 2.3333333333rem;
    font-size: 1.5rem;
    order: 2;
  }
}
.p-strengths-strengths__heading::before {
  display: inline-block;
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background-color: #e7002c;
  border-radius: 100vmax;
  position: absolute;
  top: 56%;
  left: -2rem;
  transform: translate(0, -50%);
}

.p-strengths-strengths__img {
  margin-top: 1.3333333333rem;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__img {
    margin-top: 0;
    order: 1;
  }
}
.p-strengths-strengths__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 345/204;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__img img {
    aspect-ratio: 400/236;
  }
}
.p-strengths-strengths__text {
  margin-top: 1.3333333333rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    order: 3;
  }
}
.p-strengths-strengths__list02 {
  margin-top: 2.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__list02 {
    margin-top: 7.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__list02-wrap {
    margin-inline: auto;
    max-width: 120rem;
  }
}
.p-strengths-strengths__item02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 17.5333333333rem;
  background-color: rgba(245, 245, 245, 0.05);
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__item02 {
    flex-direction: row;
    justify-content: initial;
    height: 10rem;
  }
}
.p-strengths-strengths__item02 + .p-strengths-strengths__item02 {
  margin-top: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__item02 + .p-strengths-strengths__item02 {
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__item02:nth-child(1) {
    padding-left: min(7.2916666667vw, 8.75rem);
    width: min(40.625vw, 48.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__item02:nth-child(2) {
    padding-left: min(16.6666666667vw, 20rem);
    gap: 6.1458333333vw;
    width: min(66.6666666667vw, 80rem);
  }
}
@media (width >= 1920px) {
  .p-strengths-strengths__item02:nth-child(2) {
    gap: 7.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths-strengths__item02:nth-child(3) {
    padding-left: min(61.9791666667vw, 74.375rem);
    gap: 4.7395833333vw;
    width: min(87.5vw, 105rem);
  }
}
@media (width >= 1920px) {
  .p-strengths-strengths__item02:nth-child(3) {
    gap: 5.6875rem;
  }
}
.p-strengths-strengths__read03 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__read03 {
    font-size: clamp(1rem, 0.333rem + 1.389vw, 2rem);
    line-height: 1.4375;
    text-align: left;
  }
}
.p-strengths-strengths__number {
  font-size: 10rem;
  font-weight: 200;
  line-height: 1;
  color: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__number {
    font-size: clamp(5rem, 0rem + 10.417vw, 12.5rem);
  }
}
.p-strengths-strengths__number span {
  display: inline-block;
  font-size: 3.2rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__number span {
    font-size: clamp(1.125rem, -0.792rem + 3.993vw, 4rem);
  }
}
.p-strengths-strengths__number .p-strengths-strengths__number-km {
  font-size: 4.8rem;
}

@media screen and (min-width: 768px) {
  .p-strengths-strengths__number .p-strengths-strengths__number-km {
    font-size: clamp(1.25rem, -1.917rem + 6.597vw, 6rem);
  }
}
.p-strengths-strengths .p-strengths-strengths__title h2 {
  color: #fff;
}

.p-strengths-strengths .p-strengths-strengths__title .p-strengths-strengths__title-en {
  color: #fff;
}

.p-strengths-strengths .p-strengths-strengths__title-ja .icon-wrap::before {
  background: #fff;
}

.p-top-kv__toDesign {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-kv__toDesign {
    position: fixed;
    z-index: 100;
    bottom: 0%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(2.552vw, 3.06rem);
    width: min(19.791vw, 23.75rem);
    height: min(5.729vw, 4.875rem);
    background: #333;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: min(1.0416vw, 1.25rem);
    font-weight: 700;
    line-height: 150%; /* 1.875rem */
    letter-spacing: 0.0375rem;
    transition: background 0.3s, color 0.3s, opacity 0.5s ease;
  }
  .p-top-kv__toDesign:hover {
    background: #fff;
    color: #333;
  }
  .p-top-kv__toDesign svg {
    width: min(1.302083vw, 1.5625rem);
  }
  .p-top-kv__toDesign.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
.p-top-kv {
  position: relative;
  width: 100%;
  height: 34.66667rem;
}

@media screen and (min-width: 768px) {
  .p-top-kv {
    height: 68.75rem;
    height: min(54.291vw, 68.75rem);
  }
}
.p-top-kv__ttl {
  position: absolute;
  z-index: 3;
  top: 42%;
  left: 1rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-top-kv__ttl {
    margin-left: calc((100% - min(95%, 1680px)) / 2);
  }
}
.p-top-kv__ttl-en {
  color: #fff;
  font-size: 3.06667rem;
  font-weight: 200;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-top-kv__ttl-en {
    font-size: 7.875rem;
    font-size: min(6.56vw, 7.875rem);
  }
}
.p-top-kv__ttl-ja {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%; /* 1.8rem */
  letter-spacing: 0.12rem;
}

@media screen and (min-width: 768px) {
  .p-top-kv__ttl-ja {
    margin-top: 0.75rem;
    line-height: 180%; /* 3.6rem */
    letter-spacing: 0.2rem;
    font-size: min(1.6666vw, 2rem);
  }
}
.p-top-kv__scroll {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .p-top-kv__scroll {
    left: auto;
    right: 0%;
    top: 43%;
  }
}
.p-top-kv__scroll svg path {
  fill: #000;
}

.p-top-kv__scroll span {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-top-kv__scroll span {
    letter-spacing: 0.03rem;
    color: #000;
  }
}
.p-top-kv .slider-container {
  height: 100%;
}

.p-top-kv .swiper {
  height: 100%;
}

.p-top-kv .swiper-wrapper {
  height: 100%;
}

.p-top-kv .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.p-top-kv .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 8s ease;
}

.p-top-kv .swiper-slide-active img {
  scale: 1.05;
}

@media screen and (min-width: 768px) {
  .p-top-kv .slider-progress {
    position: absolute;
    bottom: 2.5%;
    left: 1.3%;
    margin-left: calc((100% - min(95%, 1680px)) / 2);
    width: 14.875rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-kv .slider-progress {
    left: 2%;
    width: 12.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-kv .progress-bar {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
  }
}
.p-top-kv .progress-fill {
  height: 100%;
  width: 0%;
  background-color: #000;
  transition: width linear;
}

.p-top-kv .slider-controls {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.47rem;
  z-index: 1;
  width: max-content;
}

.p-top-kv .slider-controls .swiper-button-prev,
.p-top-kv .slider-controls .swiper-button-next {
  height: fit-content;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.67rem;
  background: none;
  border: none;
  font-size: 1.06667rem;
  font-weight: 300;
  letter-spacing: 0.032rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-kv .slider-controls .swiper-button-prev,
  .p-top-kv .slider-controls .swiper-button-next {
    color: #000;
    transition: color 0.3s;
  }
  .p-top-kv .slider-controls .swiper-button-prev:hover,
  .p-top-kv .slider-controls .swiper-button-next:hover {
    color: #e7002c;
  }
  .p-top-kv .slider-controls .swiper-button-prev:hover svg path,
  .p-top-kv .slider-controls .swiper-button-next:hover svg path {
    stroke: #e7002c;
  }
}
.p-top-kv .slider-controls .swiper-button-prev svg path,
.p-top-kv .slider-controls .swiper-button-next svg path {
  stroke: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-kv .slider-controls .swiper-button-prev svg path,
  .p-top-kv .slider-controls .swiper-button-next svg path {
    transition: stroke 0.3s;
    stroke: #000;
  }
}
.p-top-kv .slider-controls .swiper-button-prev::after,
.p-top-kv .slider-controls .swiper-button-next::after {
  display: none;
}

.p-top-kv .slider-controls .slider-pause {
  background: none;
  border: none;
  width: 1rem;
}

.p-top-kv .slider-controls .slider-pause rect {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-kv .slider-controls .slider-pause rect {
    fill: #000;
  }
}
@media screen and (min-width: 768px) {
  .p-top-kv .slider-controls .slider-pause {
    padding: 0.3rem 0 0;
  }
}
.p-top-pickup {
  margin-top: 2.5rem;
  padding-top: 4.8rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-top-pickup {
    padding-top: 8.19rem;
    margin-top: 8.75rem;
  }
}
.p-top-pickup::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 13%;
  width: 25.987rem;
  height: 17.33333rem;
  background: url(images/top/pickUp_bg_sp.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-pickup::before {
    left: 0%;
    right: auto;
    width: 78.1%;
    height: 32.5rem;
    background: url(images/top/pickUp_bg.webp) no-repeat top center;
    background-size: cover;
  }
}
.p-top-pickup .l-inner__wide {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-pickup .l-inner__wide {
    display: block;
  }
}
.p-top-pickup__box {
  position: relative;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__slider {
    overflow: hidden;
    margin-top: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__item:hover span {
    color: #e7002c;
  }
}
.p-top-pickup__item span {
  display: block;
  margin-top: 0.8rem;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__item span {
    letter-spacing: 0.03rem;
    transition: color 0.3s;
  }
}
.p-top-pickup__nav {
  position: absolute;
  top: 15%;
  right: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__nav {
    gap: 0.62rem;
    right: 5%;
    padding: 0;
  }
}
.p-top-pickup__button--prev, .p-top-pickup__button--next {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

.p-top-pickup__button--prev svg, .p-top-pickup__button--next svg {
  display: block;
  width: 100%;
  height: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-pickup__button--prev svg, .p-top-pickup__button--next svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p-top-pickup__button--prev svg path, .p-top-pickup__button--next svg path {
    transition: fill 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__button--prev:hover svg path:first-of-type, .p-top-pickup__button--next:hover svg path:first-of-type {
    fill: #e7002c;
  }
}
.p-top-pickup__button--prev:after, .p-top-pickup__button--next:after {
  display: none;
}

.p-top-pickup__button--prev:before, .p-top-pickup__button--next:before {
  display: none;
}

.p-top-product {
  margin: 5.68rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-product {
    margin-top: 12.05rem;
  }
}
.p-top-product__tabs {
  margin-top: 1.67rem;
}

.p-top-product__tabs input[type=radio] {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-product__tabs {
    margin-top: 4.75rem;
    width: 100%;
  }
}
.p-top-product__tabs .p-top-product__tab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #d9d9d9;
  width: 11.33333rem;
  height: 3.33333rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-top-product__tabs .p-top-product__tab-label {
    width: 33.4375rem;
    max-width: 45%;
    height: 5rem;
    gap: 1.25rem;
  }
  .p-top-product__tabs .p-top-product__tab-label:hover span {
    color: #e7002c;
  }
}
@media screen and (min-width: 768px) {
  .p-top-product__tabs .p-top-product__tab-label svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-top-product__tabs .p-top-product__tab-label span {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-top-product__tabs .p-top-product__tab-label span {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
    transition: color 0.3s;
  }
}
.p-top-product__tabs #product_category + .p-top-product__tab-label {
  background: #f5f5f5;
  position: relative;
  left: 50%;
  transform: translateX(-100%);
}

.p-top-product__tabs #category_content {
  background: #f5f5f5;
}

.p-top-product__tabs #product_location + .p-top-product__tab-label {
  background: #e9e9e9;
  position: relative;
  left: 50%;
  transform: translateX(-100%);
}

.p-top-product__tabs #location_content {
  background: #e9e9e9;
  position: relative;
}

.p-top-product__tabs .p-top-product__content > div {
  display: none;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .p-top-product__tabs .p-top-product__content > div {
    padding: 0;
  }
}
.p-top-product__tabs #product_category:checked ~ .p-top-product__content > #category_content {
  display: block;
}

.p-top-product__tabs #product_location:checked ~ .p-top-product__content > #location_content {
  display: block;
}

.p-top-product__content {
  position: relative;
}

.p-top-product__content::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 64rem;
  height: 24.13333rem;
  background: url(images/top/product_bg.webp) no-repeat top center;
  mix-blend-mode: multiply;
  background-size: cover;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top-product__content::before {
    width: 100%;
    height: 45.25rem;
  }
}
.p-top-product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 1.67rem 0.08rem; /* アイテム間の隙間（調整可） */
  list-style: none; /* ulのデフォルトマーカーを消す */
  padding: 2rem 1rem 4.67rem;
  margin: 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-top-product__list {
    margin: 0 auto;
    padding: 4.69rem 0 8.75rem;
    width: min(90%, 960px);
    grid-template-columns: repeat(3, 1fr); /* 2列 */
    gap: 3.12rem 0.19rem; /* アイテム間の隙間（調整可） */
  }
}
.p-top-product__item a {
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.p-top-product__item a h4 {
  padding: 0.53rem 0.81rem 0.47rem;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  height: max-content;
  color: #000;
  height: 100%;
  height: 3.1875rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.024rem;
}

@media screen and (min-width: 768px) {
  .p-top-product__item a h4 {
    padding: 1.81rem 1.88rem 1.75rem;
    color: #000;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
    line-height: 150%; /* 1.875rem */
    height: 5.6875rem;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-product__item a h4 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-product__item a:hover h4 {
    color: #e7002c;
  }
}
.p-top-about {
  margin: 6.7rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-top-about {
    margin-top: 12.56rem;
  }
}
.p-top-about__content {
  margin-top: 1.37rem;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  width: min(97%, 1800px);
}

@media screen and (min-width: 768px) {
  .p-top-about__content {
    margin-top: 5.5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
  }
}
.p-top-about__image {
  width: 100%;
  order: 1;
}

@media screen and (min-width: 768px) {
  .p-top-about__image {
    width: 65.3%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-top-about__image {
    width: 55.3%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-about__image {
    width: 55.3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-about__image {
    width: 52.3%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__image img {
    object-fit: cover;
  }
}
.p-top-about__text {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-about__text {
    width: 29.444%;
    display: flex;
    flex-direction: column;
    order: 2;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-top-about__text {
    width: 39.444%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-about__text {
    width: 39.444%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-about__text {
    width: 42.444%;
  }
}
.p-top-about__heading {
  order: 2;
  margin: 1.33rem 1rem 0;
  padding-left: 1.33rem;
  position: relative;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 175%; /* 2.33333rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-top-about__heading {
    margin: 0;
    padding-left: 2.5rem;
    font-size: 2.5rem;
    letter-spacing: 0.075rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .p-top-about__heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-about__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-about__heading {
    font-size: 1.8rem;
  }
}
.p-top-about__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.33333rem;
  height: 4rem;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-top-about__heading::before {
    width: 0.625rem;
    height: 6rem;
  }
}
.p-top-about__description {
  order: 3;
  margin: 1.33rem 1rem 0;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-about__description {
    margin: 2.5rem 0 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.0375rem;
  }
}
.p-top-about__button {
  order: 4;
  margin: 3.33rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-top-about__button {
    margin: auto 0 0;
  }
}
.p-top-precedent {
  padding: 5.3rem 1rem 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-top-precedent::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 73.125rem;
    height: 32.5rem;
    background: url(images/top/precedent_bg.webp) no-repeat top center;
    background-size: cover;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-precedent::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-precedent {
    margin-top: 8.75rem;
    padding: 8rem 0 0;
    width: min(97%, 1800px);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 2rem;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-precedent {
    margin-top: 0;
    flex-direction: column;
    width: 100%;
    padding: 8.75rem 1rem 0;
    overflow: hidden;
  }
}
.p-top-precedent__title {
  order: 1;
}

.p-top-precedent__wrap {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__wrap {
    display: block;
    width: 31.1%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-top-precedent__wrap {
    width: 43.1%;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-precedent__wrap {
    width: 44.1%;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-precedent__wrap {
    display: contents;
  }
}
.p-top-precedent__heading {
  order: 2;
  margin: 0.7rem 0 0;
  padding-left: 1.33rem;
  position: relative;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 175%; /* 2.33333rem */
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__heading {
    display: flex;
    font-size: 2.5rem;
    letter-spacing: 0.075rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-precedent__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-precedent__heading {
    font-size: 1.8rem;
  }
}
.p-top-precedent__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0.33333rem;
  height: 4rem;
  background: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__heading::before {
    width: 0.625rem;
    height: 6rem;
  }
}
.p-top-precedent__content {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__content {
    margin-top: 2rem;
    display: block;
    width: 62.6%;
    overflow: hidden;
    padding: 0 0 1.8rem 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-top-precedent__content {
    width: 52.6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-precedent__content {
    width: 52.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-precedent__content {
    display: contents;
  }
}
.p-top-precedent__description {
  margin: 1.33rem 0 0;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  order: 3;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__description p {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 175%; /* 2.1875rem */
    letter-spacing: 0.0375rem;
  }
}
.p-top-precedent__button {
  margin: 3.33rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__button {
    margin-top: 4.37rem;
  }
}
.p-top-precedent__slider {
  order: 4;
  margin: 3.33rem 0 0;
  position: relative;
}

.p-top-precedent__slide {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  height: inherit !important;
}

.p-top-precedent__slide a {
  display: block;
  padding: 1.4rem 1.33rem 2.47rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__slide a {
    padding: 1.31rem 1.25rem 2.31rem;
    transition: color 0.3s;
  }
  .p-top-precedent__slide a:hover h4 {
    color: #e7002c;
  }
  .p-top-precedent__slide a:hover ul li {
    color: #e7002c;
  }
  .p-top-precedent__slide a:hover ul li::before {
    background: #e7002c;
  }
}
.p-top-precedent__slide a img {
  object-fit: cover;
  max-width: auto;
  width: 100%;
}

.p-top-precedent__slide a h4 {
  margin: 1.47rem 0 0;
  color: #000;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 175%; /* 2.33333rem */
  letter-spacing: 0.04rem;
  transition: color 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__slide a h4 {
    margin: 1.37rem 0 0;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-top-precedent__slide a p {
  margin: 1.33rem 0 0;
  color: #e7002c;
  font-size: 1.06667rem;
  font-weight: 400;
  line-height: 150%; /* 1.6rem */
  letter-spacing: 0.032rem;
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__slide a p {
    margin: 1.25rem 0 0;
    color: #e7002c;
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
}
.p-top-precedent__slide a ul {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__slide a ul {
    margin: 0.94rem 0 0;
  }
}
.p-top-precedent__slide a ul li {
  font-size: 1.06667rem;
  font-weight: 400;
  line-height: 150%; /* 1.6rem */
  letter-spacing: 0.032rem;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__slide a ul li {
    letter-spacing: 0.03rem;
  }
}
.p-top-precedent__slide a ul li::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 85%);
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  transition: background 0.3s;
}

.p-top-precedent__slide a ul li + li {
  margin-top: 0.2rem;
}

.p-top-precedent .swiper-pagination {
  margin-top: 3.58rem;
  text-align: center;
  position: relative;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p-top-precedent .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 5px;
  border-radius: 50%;
  transition: background-color 0.3s;
  background: #d9d9d9;
}

@media screen and (min-width: 768px) {
  .p-top-precedent .swiper-pagination .swiper-pagination-bullet {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.p-top-precedent .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e7002c;
}

@media screen and (min-width: 768px) {
  .p-top-precedent .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #e7002c;
  }
}
.p-top-precedent__nav {
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translateY(-70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__nav {
    justify-content: center;
    width: auto;
    gap: 0.63rem;
    top: -20%;
    left: auto;
    bottom: auto;
    right: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-precedent__nav {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0%;
    left: 0%;
    transform: translateY(-70%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.p-top-precedent__button--prev, .p-top-precedent__button--next {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

.p-top-precedent__button--prev svg, .p-top-precedent__button--next svg {
  display: block;
  width: 100%;
  height: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__button--prev svg, .p-top-precedent__button--next svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p-top-precedent__button--prev svg path, .p-top-precedent__button--next svg path {
    transition: fill 0.3s;
  }
}
.p-top-precedent__button--prev:after, .p-top-precedent__button--next:after {
  display: none;
}

.p-top-precedent__button--prev:before, .p-top-precedent__button--next:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-precedent__button--prev:hover svg path:first-of-type, .p-top-precedent__button--next:hover svg path:first-of-type {
    fill: #e7002c;
  }
}
.p-top-news {
  padding: 5.72rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 11.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    order: 1;
    flex-shrink: 0;
  }
}
.p-top-news__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-top-news__list {
    order: 3;
    width: 57.44%;
    gap: 0%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__item:first-of-type a {
    padding-top: 0;
  }
  .p-top-news__item:last-of-type a {
    padding-bottom: 0;
  }
}
.p-top-news__item:last-of-type a {
  border-bottom: none;
}

.p-top-news__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.33rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__link {
    padding: 2.55rem 0;
  }
  .p-top-news__link:hover .p-top-news__date {
    color: #e7002c;
  }
  .p-top-news__link:hover .p-top-news__text {
    color: #e7002c;
  }
}
.p-top-news__date {
  display: inline-flex;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__date {
    transition: color 0.3s;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-top-news__category {
  margin-left: 1.33rem;
  display: inline-flex;
  padding: 0 0.89rem;
  color: #e7002c;
  border-radius: 0.88533rem;
  border: 0.83px solid #e7002c;
  font-size: 0.996rem;
  font-weight: 400;
  line-height: 175%; /* 1.743rem */
  letter-spacing: 0.02987rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__category {
    margin-left: 1.88rem;
    color: #e7002c;
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
    padding: 0 1.56rem;
  }
}
.p-top-news__text {
  width: 100%;
  margin: 0.7rem 0 0;
  color: #000;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.03rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .p-top-news__text {
    transition: color 0.3s;
    color: #000;
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-top-news__button {
  margin-top: 3.33rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__button {
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__button a {
    width: 100%;
    max-width: 10.625rem;
  }
}
.p-top-news__wrap {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-news__wrap {
    order: 2;
    width: 12.7%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-news__wrap {
    width: 17.7%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__nav .p-top-news__nav-title {
    display: flex;
    align-items: center;
    gap: 1.81rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-news__nav .p-top-news__nav-title {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-news__nav .p-top-news__nav-title {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__nav .p-top-news__nav-title h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%; /* 3.5rem */
    letter-spacing: 0.06rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-top-news__nav .p-top-news__nav-title h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-news__nav .p-top-news__nav-title h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-news__nav .p-top-news__nav-title h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__nav ul {
    margin-top: 1.88rem;
    margin-bottom: 2rem;
    padding-left: 2.22rem;
  }
  .p-top-news__nav ul li + li {
    margin-top: 0.62rem;
  }
  .p-top-news__nav ul li a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 175%; /* 2.1875rem */
    letter-spacing: 0.0375rem;
    transition: 0.3s;
  }
  .p-top-news__nav ul li a:hover {
    color: #e7002c;
  }
}
.p-top-recruit {
  margin: 4.03rem 0 0;
  padding: 2.67rem 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-top-recruit {
    margin: 8.75rem 0 0;
    padding: 3.44rem 0;
  }
}
.p-top-recruit::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 69.72975rem;
  height: 100%;
  background: url(images/top/recruit_bg_sp.webp) no-repeat top center;
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-recruit::before {
    background: url(images/top/recruit_bg.webp) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
.p-top-recruit__content {
  width: 100%;
  padding: 2.67rem 2rem 2.7rem;
  background: rgba(51, 51, 51, 0.95);
}

@media screen and (min-width: 768px) {
  .p-top-recruit__content {
    padding: 5.69rem 8.8rem 5.62rem 9.37rem;
    width: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) and (max-width: 1439.5px) {
  .p-top-recruit__content {
    padding: 2.69rem 4.8rem 2.62rem 5.37rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) and (max-width: 1279.5px) {
  .p-top-recruit__content {
    padding: 2.69rem 4.8rem 2.62rem 5.37rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1025.5px) {
  .p-top-recruit__content {
    padding: 2.69rem 3.8rem 2.62rem 3.37rem;
  }
}
.p-top-recruit__title-ja .icon-wrap::before {
  display: none;
}

.p-top-recruit__title-ja h2 {
  color: #fff;
}

.p-top-recruit__title-en {
  color: #fff;
}

.p-top-recruit__heading {
  margin-top: -1.2rem;
  color: #fff;
  font-size: 1.06667rem;
  font-weight: 700;
  line-height: 175%; /* 1.86667rem */
  letter-spacing: 0.032rem;
}

@media screen and (min-width: 768px) {
  .p-top-recruit__heading {
    margin-top: -1.8rem;
    font-size: 1.75rem;
    letter-spacing: 0.0525rem;
  }
}
.p-top-recruit__description {
  margin: 0.63rem 0 0;
  color: #fff;
  font-weight: 400;
  line-height: 175%; /* 1.64063rem */
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 768px) {
  .p-top-recruit__description {
    margin: 1.25rem 0 0;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-top-recruit__button {
  margin-top: 1.67rem;
}

@media screen and (min-width: 768px) {
  .p-top-recruit__button {
    margin-top: 5rem;
  }
}
.p-top-recruit__button a {
  background: #fff;
}

.p-top-recruit__button a span {
  color: #333;
}

.js-fadein {
  opacity: 0;
  transform: translateY(6.6666666667rem);
  transition: all 0.5s ease-out;
}

.js-fadein.is-scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* スクロールダウンの位置 */
.scroll {
  display: none;
}

@media screen and (min-width: 768px) {
  .scroll {
    display: block;
    position: absolute;
    right: 21%;
    top: 170%;
  }
}
@media screen and (min-width: 768px) and (width >= 850px) {
  .scroll {
    top: 173%;
  }
}
@media screen and (min-width: 768px) and (width >= 950px) {
  .scroll {
    top: 189%;
  }
}
@media screen and (min-width: 768px) {
  .scroll span {
    font-size: 3rem;
    font-weight: 300;
    color: #000;
  }
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.wpcf7 {
  position: relative;
}

.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 10px;
  font-size: 12px;
  color: #dc4322;
}

.wpcf7 div.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #dc4322;
  font-size: 12px;
  white-space: nowrap;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translate(-50%, -50%);
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.u-tablet {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-tablet {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .u-tablet {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */