@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem; /* 16px*/
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.hide {
  display: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1440px) {
  .pc {
    display: block !important;
  }
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.fadein {
  transition: opacity 0.25s ease-out 0;
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
}

.fadein_up {
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transform: translate(0, 10%);
  opacity: 0;
}
.fadein_up.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein_left {
  transition: all 0.5s ease-out;
  transform: translateX(10%);
  opacity: 0;
}
.fadein_left.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.fadein_right {
  transition: all 0.5s ease-out;
  transform: translateX(-10%);
  opacity: 0;
}
.fadein_right.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.fadein_order > * {
  transition: all 0.25s ease-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadein_order > *.scrollin {
  transform: translateY(0);
  opacity: 1;
}

.fadein_order_right > * {
  transition: all 0.5s ease-out;
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_right > *.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.fadein_order_left > * {
  transition: all 0.5s ease-out;
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_left > *.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.l-banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 120px;
}
.l-banner__list > * a {
  display: block;
  transition: opacity 0.25s ease-out;
}
.l-banner__list > * a:hover {
  opacity: 0.75;
}
.l-banner__list > * a img {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .l-banner__list {
    display: block;
    padding: 40px 25px 70px;
  }
  .l-banner__list > * {
    padding-top: 16px;
  }
  .l-banner__list > *:first-child {
    padding-top: 0;
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
}
body.fixed {
  position: fixed;
}

html {
  scroll-padding-top: 124px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 62px;
  }
}
.l-page {
  position: relative;
  padding-top: 124px;
  width: 100%;
}
.l-page__strengths {
  background-image: url(../img/strengths/bg-body.jpg);
  background-size: cover;
  position: top center;
}
@media screen and (max-width: 1024px) {
  .l-page {
    padding-top: 62px;
  }
  .l-page__strengths {
    background-image: url(../img/strengths/bg-body_sp.jpg);
  }
}

.l-breadcrumbs {
  font-size: 1.2rem;
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 50px;
}
.l-breadcrumbs a {
  text-decoration: none;
  transition: color 0.25s ease-out;
  color: #333333;
}
.l-breadcrumbs a:hover {
  color: #df3946;
}
@media screen and (max-width: 1024px) {
  .l-breadcrumbs {
    display: none;
  }
}

.l-column {
  padding: 0 100px 140px;
}
.l-column__inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  gap: 60px;
}
.l-column .l-main {
  order: 2;
  width: calc(100% - 280px);
}
.l-column .l-sidebar {
  order: 1;
  flex-shrink: 0;
  width: 220px;
}
.l-column__one .l-main {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-column {
    padding: 0 48px 140px;
  }
  .l-column__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .l-column {
    padding: 0 25px;
  }
  .l-column__inner {
    display: block;
    padding-top: 40px;
  }
  .l-column .l-main {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .l-column .l-sidebar {
    width: 100%;
    padding-bottom: 100px;
  }
}

.l-footer {
  background-color: #404040;
}
.l-footer__contact {
  display: block;
  width: 100%;
  min-width: 100%;
  padding: 0 100px;
  background-color: #f8f6f0;
  text-align: center;
}
.l-footer__contact * {
  text-align: left;
}
.l-footer__contact__inner {
  display: flex;
  justify-content: space-between;
  padding: 70px 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer__contact .headding {
  width: auto;
}
.l-footer__contact .ttl {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-align: center;
}
.l-footer__contact .time {
  position: relative;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #df3946;
  text-align: center;
  padding-top: 12px;
  margin-top: 12px;
}
.l-footer__contact .time::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #df3946;
  transform: translateX(-50%);
}
.l-footer__contact .tel_list {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  grid-template-columns: 110px auto 110px auto;
  grid-template-rows: auto auto;
  gap: 15px 20px;
  width: auto;
}
.l-footer__contact .tel_list dt {
  width: 110px;
}
.l-footer__contact .tel_list dt > * {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 110px;
  height: 32px;
  border-radius: 15px;
  color: #666666;
  border: 1px solid #666666;
}
.l-footer__contact .tel_list dd {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  padding-right: 20px;
}
.l-footer__contact .tel_list dd:nth-child(4n) {
  padding-right: 0;
}
.l-footer__contact .tel_list dd a {
  display: block;
  color: #404040;
  text-decoration: none;
  letter-spacing: 0.13em;
}
.l-footer__menu {
  max-width: 1200px;
  padding: 80px 100px 45px;
  margin: 0 auto;
}
.l-footer__menu__inner {
  display: flex;
}
.l-footer__menu__inner > ul {
  width: 100%;
}
.l-footer__menu__inner .menu {
  width: 100%;
}
.l-footer__menu__inner .menu > li {
  padding-top: 52px;
}
.l-footer__menu__inner .menu > li:first-child {
  padding-top: 0;
}
.l-footer__menu__inner .menu > li > a {
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.25s ease-out;
}
.l-footer__menu__inner .menu > li > a:hover {
  color: #808080;
}
.l-footer__menu__inner .menu .sub-menu {
  padding-top: 32px;
}
.l-footer__menu__inner .menu .sub-menu li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
.l-footer__menu__inner .menu .sub-menu li:nth-last-child(1) {
  margin-bottom: 0;
}
.l-footer__menu__inner .menu .sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-50%);
}
.l-footer__menu__inner .menu .sub-menu li a {
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.25s ease-out;
}
.l-footer__menu__inner .menu .sub-menu li a:hover {
  color: #808080;
}
.l-footer__menu__inner .single {
  padding-top: 52px;
}
.l-footer__menu__inner .single li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
.l-footer__menu__inner .single li a {
  font-size: 1.4rem;
  font-weight: normal;
  transition: all 0.25s ease-out;
}
.l-footer__menu__inner .single li a:hover {
  color: #808080;
}
.l-footer__menu__inner .single li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #FFF;
  transform: translateY(-50%);
}
.l-footer__menu__inner a {
  color: #FFF;
  text-decoration: none;
}
.l-footer__menu__sns {
  display: flex;
  justify-content: flex-end;
  padding-top: 44px;
  margin-top: 80px;
  border-top: 1px solid #FFF;
}
.l-footer__menu__sns a {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  transition: 0.25s ease-out;
  text-decoration: none;
}
.l-footer__menu__sns a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-left: 0.75em;
  background-color: #FFF;
  border-radius: 1em;
}
.l-footer__menu__sns a i img {
  width: 1em;
}
.l-footer__menu__sns a:hover {
  opacity: 0.5;
}
.l-footer__legal {
  background-color: #FFF;
}
.l-footer__legal__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 20px 100px;
  margin: 0 auto;
}
.l-footer__logo img {
  width: 263px;
}
.l-footer__copy {
  font-size: 1.2rem;
}
.l-main__search + .l-footer .l-footer__contact__inner {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 1024px) {
  .l-footer__contact {
    padding: 0 25px;
  }
  .l-footer__contact__inner {
    display: block;
    padding: 70px 25px;
  }
  .l-footer__contact .headding {
    width: auto;
    padding-bottom: 32px;
  }
  .l-footer__contact .tel_list {
    grid-template-columns: 110px 1fr 110px 1fr;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__contact__inner {
    padding: 60px 0;
  }
  .l-footer__contact .ttl {
    font-size: 2rem;
  }
  .l-footer__contact .tel_list {
    grid-template-columns: 110px auto;
    grid-template-rows: auto auto auto auto;
    gap: 15px 20px;
    width: 325px;
    margin: 0 auto;
  }
  .l-footer__contact .tel_list dd {
    font-size: 2rem;
    padding-right: 0;
  }
  .l-footer__menu {
    padding: 24px;
    margin: 0 auto;
  }
  .l-footer__menu__inner {
    display: block;
  }
  .l-footer__menu__inner .menu {
    width: 100%;
  }
  .l-footer__menu__inner .menu > li {
    border-top: 1px solid #737373;
    padding-top: 24px;
  }
  .l-footer__menu__inner .menu > li:first-child {
    border-top: 0;
    padding-top: 24px;
  }
  .l-footer__menu__inner .menu > li > a {
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 24px;
  }
  .l-footer__menu__inner .menu .sub-menu {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .l-footer__menu__inner .menu .sub-menu li {
    margin-bottom: 18px;
  }
  .l-footer__menu__inner .menu .sub-menu li a {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .l-footer__menu__inner .single {
    border-top: 1px solid #737373;
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .l-footer__menu__inner .single li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
    width: 50%;
  }
  .l-footer__menu__inner .single li a {
    font-size: 1.2rem;
  }
  .l-footer__menu__inner a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  .l-footer__menu__sns {
    padding-top: 20px;
    margin-top: 40px;
  }
  .l-footer__menu__sns a svg {
    width: 2em;
  }
  .l-footer__legal__inner {
    display: block;
    padding: 28px;
    margin: 0 auto;
    text-align: center;
  }
  .l-footer__logo {
    padding-bottom: 24px;
  }
  .l-footer__logo img {
    width: 212px;
  }
  .l-footer__copy {
    font-size: 1rem;
  }
  .l-main__search + .l-footer .l-footer__contact {
    padding-top: 50px;
  }
}

.l-gnavi {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  padding: 0 100px;
  background-color: #f8f6f0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
}
.l-gnavi.close {
  animation-name: submenuClose;
}
.l-gnavi.open {
  animation-name: submenuOpen;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.l-gnavi__inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
}
.l-gnavi__inner > * {
  width: 100%;
}
.l-gnavi__inner .menu a,
.l-gnavi__inner .single a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.l-gnavi__inner .menu {
  width: 100%;
}
.l-gnavi__inner .menu > li {
  padding-top: 52px;
}
.l-gnavi__inner .menu > li:first-child {
  padding-top: 0;
}
.l-gnavi__inner .menu > li > a {
  font-size: 2.2rem;
  font-weight: normal;
  transition: all 0.25s ease-out;
}
.l-gnavi__inner .menu > li > a:hover {
  color: #df3946;
}
.l-gnavi__inner .menu .sub-menu {
  padding-top: 32px;
}
.l-gnavi__inner .menu .sub-menu li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
.l-gnavi__inner .menu .sub-menu li:nth-last-child(1) {
  margin-bottom: 0;
}
.l-gnavi__inner .menu .sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #df3946;
  transform: translateY(-50%);
}
.l-gnavi__inner .menu .sub-menu li a {
  font-size: 1.4rem;
  font-weight: normal;
  transition: all 0.25s ease-out;
}
.l-gnavi__inner .menu .sub-menu li a:hover {
  color: #df3946;
}
.l-gnavi__inner .single {
  padding-top: 84px;
}
.l-gnavi__inner .single li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
.l-gnavi__inner .single li:nth-child(3), .l-gnavi__inner .single li:nth-child(4) {
  display: none;
}
.l-gnavi__inner .single li a {
  font-size: 1.4rem;
  font-weight: normal;
  transition: all 0.25s ease-out;
}
.l-gnavi__inner .single li a:hover {
  color: #df3946;
}
.l-gnavi__inner .single li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translateY(-50%);
}
.l-gnavi__logo {
  flex-grow: 1;
  align-self: center;
}
.l-gnavi__logo a {
  display: block;
  transition: opacity 0.25s ease-out;
}
.l-gnavi__logo a:hover {
  opacity: 0.75;
}
.l-gnavi__logo img {
  width: 250px;
}
.l-gnavi__main {
  flex-grow: 1;
}
.l-gnavi__second {
  flex-grow: 1;
}
.l-gnavi__contact {
  display: none;
  width: 360px;
  min-width: 360px;
}
.l-gnavi__contact .ttl {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-align: center;
}
.l-gnavi__contact .time {
  position: relative;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #df3946;
  text-align: center;
  padding-top: 12px;
  margin-top: 12px;
}
.l-gnavi__contact .time::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #df3946;
  transform: translateX(-50%);
}
.l-gnavi__contact .tel_list {
  display: grid;
  width: 325px;
  grid-template-columns: 110px auto;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 15px 20px;
  margin: 0 auto;
  padding-top: 28px;
  align-items: center;
}
.l-gnavi__contact .tel_list dt > * {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 110px;
  height: 32px;
  border-radius: 15px;
  color: #666666;
  border: 1px solid #666666;
}
.l-gnavi__contact .tel_list dd {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.l-gnavi__contact .tel_list dd a {
  display: block;
  color: #404040;
  text-decoration: none;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1024px) {
  .l-gnavi {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100vw;
    height: calc(100svh - 62px);
    padding: 24px;
    overflow-y: scroll;
    display: block;
  }
  .l-gnavi__inner {
    display: block;
  }
  .l-gnavi__inner .menu a,
  .l-gnavi__inner .single a {
    color: #404040;
  }
  .l-gnavi__inner .menu {
    width: 100%;
  }
  .l-gnavi__inner .menu > li {
    border-top: 1px solid #b3b3b3;
    padding-top: 16px;
    padding-left: 8px;
  }
  .l-gnavi__inner .menu > li:first-child {
    border-top: 0;
    padding-top: 16px;
  }
  .l-gnavi__inner .menu > li > a {
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 16px;
  }
  .l-gnavi__inner .menu .sub-menu {
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 4px;
  }
  .l-gnavi__inner .menu .sub-menu li {
    margin-bottom: 8px;
  }
  .l-gnavi__inner .menu .sub-menu li::before {
    background-color: #737373;
  }
  .l-gnavi__inner .menu .sub-menu li a {
    font-size: 1.2rem;
    font-weight: normal;
    color: #737373;
  }
  .l-gnavi__inner .single {
    border-top: 1px solid #b3b3b3;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .l-gnavi__inner .single li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
    width: 50%;
  }
  .l-gnavi__inner .single li:nth-child(3), .l-gnavi__inner .single li:nth-child(4) {
    display: block;
  }
  .l-gnavi__inner .single li a {
    font-size: 1.2rem;
    color: #737373;
  }
  .l-gnavi__inner a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  .l-gnavi__logo {
    display: none;
  }
  .l-gnavi__second .menu {
    border-top: 1px solid #b3b3b3;
  }
  .l-gnavi__contact {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 48px 0 24px;
  }
  .l-gnavi__contact .ttl {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    text-align: center;
  }
  .l-gnavi__contact .time {
    position: relative;
    font-size: 1.7rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    color: #df3946;
    text-align: center;
    padding-top: 12px;
    margin-top: 12px;
  }
  .l-gnavi__contact .time::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 25px;
    height: 1px;
    background-color: #df3946;
    transform: translateX(-50%);
  }
  .l-gnavi__contact .tel_list {
    padding-top: 28px;
  }
  .l-gnavi__contact .tel_list dt > * {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 110px;
    height: 32px;
    border-radius: 15px;
    color: #666666;
    border: 1px solid #666666;
  }
  .l-gnavi__contact .tel_list dd {
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    width: auto;
  }
  .l-gnavi__contact .tel_list dd a {
    display: block;
    color: #404040;
    text-decoration: none;
    letter-spacing: 0.13em;
  }
}

@keyframes submenuClose {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes submenuOpen {
  0% {
    visibility: hidden;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: #FFF;
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-header__logo {
  flex-grow: 1;
  padding-bottom: 0.5em;
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo img {
  max-width: 248px;
  width: 100%;
  vertical-align: bottom;
}
.l-header__nav {
  width: 810px;
  min-width: 810px;
}
.l-header__nav > ul {
  font-size: 1.4rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 124px;
}
.l-header__nav > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.l-header__nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 42px;
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
.l-header__nav > ul > li > a:hover {
  color: #df3946;
}
.l-header__nav > ul > li .submenu_outer {
  position: fixed;
  top: 124px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #f8f6f0;
  width: 100vw;
  padding: 40px 0;
  transition: 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
}
.l-header__nav > ul > li .submenu_outer a {
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  color: #737373;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.l-header__nav > ul > li .submenu_outer a:hover {
  color: #df3946;
}
.l-header__nav > ul > li .submenu_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li {
  width: calc(33.33% - 20px);
  border-bottom: 1px solid #cccccc;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li a {
  font-size: 1.5rem;
  position: relative;
  display: block;
  color: #333333;
  padding: 24px 0 24px 24px;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li a:hover {
  color: #df3946;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translate(0, -50%);
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li.ttl {
  width: 100%;
  border-bottom: 0;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li.ttl a {
  font-size: 2.8rem;
  display: inline-block;
  width: auto;
  padding: 24px 40px 0 0;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li.ttl a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  content: attr(title);
  font-family: "Montserrat", sans-serif;
  color: #df3946;
}
.l-header__nav > ul > li .submenu_inner > .sub-menu li.ttl a::after {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../img/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #df3946;
  transform: translate(0, 0);
}
.l-header__nav > ul > li.pd__open .submenu_outer {
  opacity: 1;
  visibility: visible;
}
.l-header__nav > ul > li.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 1px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s ease-out;
}
.l-header__nav > ul > li.menu-item-has-children > a:hover::after {
  border-color: #df3946;
}
.l-header__nav > ul > li.contact > a {
  border: 1px solid #333333;
  padding: 0 32px 0 20px;
  border-radius: 21px;
}
.l-header__nav > ul > li.contact > a::after {
  right: 16px;
}
.l-header__nav > ul > li.contact > a:hover {
  background-color: #f8f6f0;
}
.l-header__nav > ul > li.contact > a:hover::after {
  border-color: #333333;
  right: 16px;
}
.l-header__nav__sub {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    height: 62px;
  }
  .l-header__logo {
    padding-bottom: 0.25em;
  }
  .l-header__logo img {
    max-width: 176px;
  }
  .l-header__nav {
    display: none;
  }
}

.l-headding__inner {
  position: relative;
  width: calc(100vw - (100vw - min(1200px, 90%)) / 2);
  margin: 0 0 0 auto;
  padding: 28px 0 72px;
}
.l-headding__inner .en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  font-weight: normal;
  padding-bottom: 18px;
  letter-spacing: 0.15em;
}
.l-headding__inner .jp {
  font-size: 3.2rem;
  font-weight: normal;
}
.l-headding__inner::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
}
@media screen and (max-width: 1024px) {
  .l-headding {
    padding-left: 48px;
  }
  .l-headding__inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .l-headding {
    padding-left: 24px;
  }
  .l-headding__inner {
    padding: 36px 0;
  }
  .l-headding__inner .en {
    font-size: 1.1rem;
    padding-bottom: 12px;
  }
  .l-headding__inner .jp {
    font-size: 2.2rem;
  }
}

.l-main__search {
  padding-top: 60px;
  background-color: #f8f6f0;
}
.l-main__page_nav {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-main {
    padding-top: 30px;
  }
  .l-main__page_nav {
    font-size: 1.3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }
  .l-main__page_nav > * {
    padding-right: 30px;
  }
  .l-main__page_nav > * a {
    position: relative;
    display: block;
    padding: 12px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
  }
  .l-main__page_nav > * a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: 8px;
    top: 50%;
    border-style: solid;
    border-width: 5px 2px 0 2px;
    border-color: #df3946 transparent transparent transparent;
    transform: translateY(-50%);
  }
}

.l-search {
  position: relative;
  z-index: 2;
  padding: 80px 100px 0;
}
.l-search__inner {
  position: relative;
  max-width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  background-color: #f8f6f0;
}
.l-search__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
}
.l-search__headding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.l-search__headding .ttl > * {
  display: block;
  line-height: 1;
  padding-left: 72px;
}
.l-search__headding .en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  font-weight: normal;
  padding-bottom: 12px;
  letter-spacing: 0.15em;
}
.l-search__headding .jp {
  font-size: 3.2rem;
  font-weight: bold;
  background-image: url(../img/top/img-search_icon.png);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.l-search__pic {
  position: absolute;
}
.l-search__pic.pic01 {
  top: 100px;
  right: 0;
  transform: translateX(50%);
}
.l-search__pic.pic02 {
  top: 480px;
  left: 0;
  transform: translateX(-50%);
}
.l-search__pic.pic03 {
  top: 780px;
  right: 0;
  transform: translateX(50%);
}
.l-search__pic.pic04 {
  top: 900px;
  left: 0;
  transform: translateX(-50%);
}
.l-search--sub .jp {
  font-weight: normal;
}
.l-search--research {
  padding: 0;
}
.l-search--research .l-search__inner {
  background-color: transparent;
}
.l-search--research .l-search__inner::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-search {
    padding: 44px 0 0;
  }
  .l-search__inner {
    padding: 80px 25px;
  }
  .l-search__pic {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .l-search {
    padding: 28px 0 0;
  }
  .l-search__inner {
    padding: 50px 25px;
  }
  .l-search__headding {
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .l-search__headding .ttl > * {
    padding-left: 34px;
  }
  .l-search__headding .en {
    font-size: 1.3rem;
    padding-bottom: 6px;
  }
  .l-search__headding .jp {
    font-size: 2.4rem;
    font-weight: normal;
    background-position: left 0 center;
    background-size: 22px auto;
  }
  .l-search__headding .btn {
    font-size: 1.3rem;
    padding: 0 28px !important;
  }
  .l-search__headding .btn::before, .l-search__headding .btn::after {
    display: none;
  }
}

.l-section {
  padding-bottom: 100px;
}
.l-section:nth-last-child(1) {
  padding-bottom: 0;
}
.l-section > *:nth-last-child(1) {
  padding-bottom: 0;
}
.l-section__headding {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc;
}
.l-section__headding::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-1px);
}
.l-section__headding .l-section__ttl {
  border-top: 0;
}
.l-section__headding .l-section__ttl::before {
  display: none;
}
.l-section__headding .btn {
  width: 134px !important;
}
.l-section__ttl {
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 24px 0;
}
.l-section__ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-1px);
}
.l-section__subttl {
  font-size: 2rem;
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.l-section__subttl::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.l-section .btn {
  font-size: 1.5rem;
  width: 100%;
  max-width: 280px;
  height: 50px;
  border-radius: 25px;
}
.l-section__box {
  background-color: #f8f6f0;
  padding: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.l-section__box .ttl {
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 30px;
}
.l-section__box:nth-last-child(1) {
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-section__headding__top {
    border-top: 0;
  }
  .l-section__headding__top::before {
    display: none;
  }
  .l-section__headding .l-section__ttl {
    border-top: 0;
  }
  .l-section__headding .l-section__ttl::before {
    display: none;
  }
  .l-section__headding .btn {
    display: none;
  }
  .l-section__box {
    padding: 40px 25px;
    margin-bottom: 40px;
  }
  .l-section__box .ttl {
    font-size: 2rem;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .l-section {
    padding-bottom: 60px;
  }
  .l-section__ttl {
    font-size: 1.8rem;
    padding: 40px 0 18px;
  }
  .l-section__ttl__top {
    border-top: 0;
    padding: 10px 0 18px;
  }
  .l-section__ttl__top::before {
    display: none;
  }
  .l-section__subttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 16px;
  }
  .l-section .btn {
    font-size: 1.4rem;
    max-width: 240px;
    height: 44px;
    border-radius: 22px;
  }
  .l-section__box {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .l-section__box:nth-last-child(1) {
    padding-bottom: 40px;
  }
  .l-section__box .ttl {
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .l-section__box .ttl::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #df3946;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
  }
  .l-section__box .txt {
    text-align: left;
  }
  .l-section__box .txt br {
    display: none;
  }
}

.l-sidebar__list dt {
  font-size: 1.6rem;
  padding: 24px 16px 18px;
}
.l-sidebar__list dd {
  font-size: 1.4rem;
  border-bottom: 1px solid #cccccc;
  padding: 0 16px 24px;
}
.l-sidebar__list dd ul li {
  padding-top: 20px;
  transition: all 0.25s ease-out;
}
.l-sidebar__list dd ul li:first-child {
  padding-top: 0;
}
.l-sidebar__list dd ul li a {
  display: inline-block;
  position: relative;
  color: #333333;
  text-decoration: none;
  padding-left: 20px;
  transition: all 0.25s ease-out;
}
.l-sidebar__list dd ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #df3946;
  transform: translateY(-50%);
}
.l-sidebar__list dd ul li a:hover, .l-sidebar__list dd ul li a.current {
  color: #df3946;
}
.l-sidebar__list dd ul li:hover, .l-sidebar__list dd ul li.on {
  color: #df3946;
}
.l-sidebar__list dd ul li:hover a, .l-sidebar__list dd ul li.on a {
  color: #df3946;
}
.l-sidebar .contents_list {
  border-bottom: 1px solid #cccccc;
}
.l-sidebar .contents_list a {
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
.l-sidebar .contents_list a:hover {
  color: #df3946;
}
.l-sidebar .contents_list > * > a {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  padding-bottom: 24px;
}
.l-sidebar .contents_list > * > a[aria-current=page] {
  color: #df3946;
}
.l-sidebar .contents_list > * > .sub-menu {
  font-size: 1.6rem;
}
.l-sidebar .contents_list > * > .sub-menu > li {
  border-top: 1px solid #cccccc;
  padding: 12px 0;
}
.l-sidebar .contents_list > * > .sub-menu > li > a {
  position: relative;
  display: block;
  padding: 12px 0 12px 18px;
}
.l-sidebar .contents_list > * > .sub-menu > li > a[aria-current=page] {
  color: #df3946;
}
.l-sidebar .contents_list > * > .sub-menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translateY(-50%);
}
.l-sidebar .contents_list > * > .sub-menu > li.page_link > a[aria-current=page] {
  color: #333333;
}
.l-sidebar .contents_list > * > .sub-menu > li.page_link > a[aria-current=page]:hover {
  color: #df3946;
}
.l-sidebar .contents_list > * > .sub-menu > li > .sub-menu {
  font-size: 1.4rem;
  margin-left: 16px;
  padding-bottom: 8px;
}
.l-sidebar .contents_list > * > .sub-menu > li > .sub-menu > li a {
  position: relative;
  display: block;
  padding: 8px 0 8px 18px;
}
.l-sidebar .contents_list > * > .sub-menu > li > .sub-menu > li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 1px;
  border-width: 0;
  background-color: #df3946;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .l-sidebar {
    width: 100%;
  }
  .l-sidebar__list dt {
    font-size: 1.4rem;
    padding: 20px 16px;
  }
  .l-sidebar__list dd {
    font-size: 1.2rem;
    border-bottom: 1px solid #cccccc;
    padding: 0 16px 20px;
  }
  .l-sidebar__list dd ul {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr;
  }
  .l-sidebar__list dd ul li {
    padding-top: 0;
  }
  .l-sidebar .contents_list {
    display: none;
  }
  .l-sidebar_content {
    display: none;
  }
}

.p-cominfo__greeting {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px 32px;
  grid-template-areas: "copy copy" "text pic";
}
.p-cominfo__greeting .copy {
  font-size: 2.4rem;
  grid-area: copy;
  color: #df3946;
}
.p-cominfo__greeting .pic {
  grid-area: pic;
  flex-shrink: 0;
}
.p-cominfo__greeting .pic img {
  vertical-align: bottom;
}
.p-cominfo__greeting .text {
  grid-area: text;
  flex-grow: 1;
}
.p-cominfo__greeting .text > *:nth-last-child(1) {
  padding-bottom: 0;
}
.p-cominfo__history table {
  font-size: 1.5rem;
  width: 100%;
}
.p-cominfo__history table th,
.p-cominfo__history table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 40px;
}
.p-cominfo__history table th {
  background-color: #f8f6f0;
  font-weight: normal;
  width: 195px;
}
.p-cominfo__info {
  padding-bottom: 50px;
}
.p-cominfo__info dl {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 140px 1fr;
}
.p-cominfo__info dl dt,
.p-cominfo__info dl dd {
  border-top: 1px solid #cccccc;
  padding: 20px;
}
.p-cominfo__info dl dt {
  flex-shrink: 0;
}
.p-cominfo__info dl dd {
  flex-grow: 1;
}
.p-cominfo__info dl dd > ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.p-cominfo__info dl dd > ul > * {
  padding-bottom: 0.75em;
}
.p-cominfo__info dl dd > ul > *:nth-last-child(1) {
  padding-bottom: 0;
}
.p-cominfo__info dl dd > *:nth-last-child(1) {
  padding-bottom: 0;
}
.p-cominfo__info__branch {
  font-size: 1.5rem;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #cccccc;
}
.p-cominfo__info__branch:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.p-cominfo__info__branch .name {
  font-weight: normal;
  padding-bottom: 8px;
}
.p-cominfo__info__branch .address {
  padding-bottom: 8px;
  line-height: 1.75;
}
.p-cominfo__info__branch .link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-cominfo__info__branch a {
  font-size: 1.2rem;
  color: #df3946;
  display: inline-flex;
  gap: 4px;
  height: 15px;
  margin-right: 0.5em;
  align-items: center;
}
.p-cominfo__info__branch a.map {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.p-cominfo__info__branch a.map::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cominfo/icon-map.png);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: center;
  width: 11px;
  height: 15px;
}
.p-cominfo__info__branch a.facitility::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translateY(-50%);
  margin-bottom: -4px;
}
@media screen and (max-width: 1024px) {
  .p-cominfo__greeting {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-cominfo__greeting .copy {
    order: 2;
    padding-bottom: 40px;
  }
  .p-cominfo__greeting .copy br {
    display: none;
  }
  .p-cominfo__greeting .pic {
    order: 1;
    padding-bottom: 48px;
  }
  .p-cominfo__greeting .text {
    order: 3;
  }
  .p-cominfo__history table {
    font-size: 1.3rem;
  }
  .p-cominfo__history table th,
  .p-cominfo__history table td {
    padding: 20px 16px;
  }
  .p-cominfo__history table th {
    width: 120px;
  }
  .p-cominfo__info dl {
    font-size: 1.5rem;
    display: block;
  }
  .p-cominfo__info dl dt,
  .p-cominfo__info dl dd {
    padding-left: 0;
    padding-right: 0;
  }
  .p-cominfo__info dl dt {
    flex-shrink: 0;
    padding-bottom: 0;
    font-weight: bold;
  }
  .p-cominfo__info dl dd {
    border-top: 0;
    padding-top: 12px;
  }
  .p-cominfo__info dl dd > ul {
    list-style-type: disc;
    padding-left: 1.5em;
  }
  .p-cominfo__info dl dd > ul > * {
    padding-bottom: 0.75em;
  }
  .p-cominfo__info dl dd > ul > *:nth-last-child(1) {
    padding-bottom: 0;
  }
  .p-cominfo__info dl dd > *:nth-last-child(1) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-cominfo__greeting .copy {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .p-cominfo__greeting .pic {
    padding-bottom: 24px;
  }
  .p-cominfo__info__branch {
    font-size: 1.3rem;
  }
}

.p-contact__tel_list {
  width: 100%;
}
.p-contact__tel_list .headding_ttl {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
}
.p-contact__tel_list .headding {
  padding-bottom: 36px;
}
.p-contact__tel_list .tel_list {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 110px auto 110px auto;
  grid-template-rows: auto auto;
  gap: 15px 20px;
  width: auto;
}
.p-contact__tel_list .tel_list dt {
  width: 110px;
}
.p-contact__tel_list .tel_list dt > * {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 110px;
  height: 32px;
  border-radius: 15px;
  color: #666666;
  border: 1px solid #666666;
}
.p-contact__tel_list .tel_list dd {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  padding-right: 20px;
}
.p-contact__tel_list .tel_list dd:nth-child(4n) {
  padding-right: 0;
}
.p-contact__tel_list .tel_list dd a {
  display: block;
  color: #404040;
  text-decoration: none;
  letter-spacing: 0.13em;
}
.p-contact__tel_list .time {
  position: relative;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #df3946;
  text-align: center;
  padding-top: 12px;
  margin-top: 12px;
}
.p-contact__tel_list .time::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #df3946;
  transform: translateX(-50%);
}
.p-contact__recruit__table {
  font-size: 1.5rem;
  border: 1px solid #cccccc;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 32px;
}
.p-contact__recruit__table tr {
  border-bottom: 1px solid #cccccc;
}
.p-contact__recruit__table th,
.p-contact__recruit__table td {
  padding: 30px;
  vertical-align: top;
  text-align: left;
}
.p-contact__recruit__table th {
  font-weight: bold;
  background-color: #f8f6f0;
  width: 25%;
}
.p-contact__recruit__table td dl dt {
  font-weight: bold;
  padding-bottom: 8px;
}
.p-contact__recruit__table td dl dd {
  padding-bottom: 12px;
}
.p-contact__recruit__table td dl dd:nth-last-child(1) {
  padding-bottom: 0;
}
.p-contact__recruit__table td dl dd ul {
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.p-contact__recruit__table td dl dd ul li {
  margin-left: 20px;
}
.p-contact__form {
  position: relative;
  border: 1px solid #cccccc;
  padding: 50px;
}
.p-contact__form::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
}
.p-contact__form dl {
  display: grid;
  grid-template-columns: 230px 1fr;
}
.p-contact__form dl dt,
.p-contact__form dl dd {
  padding: 32px 0;
  border-bottom: 1px dotted #cccccc;
}
.p-contact__form dl dt:nth-last-child(1), .p-contact__form dl dt:nth-last-child(2),
.p-contact__form dl dd:nth-last-child(1),
.p-contact__form dl dd:nth-last-child(2) {
  border-bottom: 0;
}
.p-contact__form dl dt {
  letter-spacing: 0.075em;
  padding-top: calc(32px + 0.5em);
}
.p-contact__form dl dd > span {
  display: block;
}
.p-contact__form dl dd a {
  color: #df3946;
}
.p-contact__form dl dd > * {
  margin-bottom: 16px;
}
.p-contact__form dl dd > *:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-contact__form dl dd > *.conf {
  line-height: 1.75;
}
.p-contact__form dl dd > *.conf:first-child {
  padding-top: 0.5em;
}
.p-contact__form .required {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  line-height: 0.75;
  padding: 0 8px;
  border-radius: 3px;
  background-color: #df3946;
  color: #FFF;
  margin-left: 0.25em;
}
.p-contact__form textarea,
.p-contact__form input[name=tel],
.p-contact__form input[type=email],
.p-contact__form input[type=text] {
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  width: 100%;
  min-width: 10px;
  height: 38px;
  padding: 0 8px;
  border-radius: 4px;
  outline: none;
}
.p-contact__form textarea::placeholder,
.p-contact__form input[name=tel]::placeholder,
.p-contact__form input[type=email]::placeholder,
.p-contact__form input[type=text]::placeholder {
  color: #a6a6a6;
  font-weight: normal;
}
.p-contact__form input[name=tel] {
  max-width: 180px;
}
.p-contact__form input[type=email],
.p-contact__form input[type=text] {
  max-width: 440px;
}
.p-contact__form input.post {
  max-width: 100px;
}
.p-contact__form textarea {
  resize: none;
  width: 100%;
  padding: 8px;
  min-height: 200px;
}
.p-contact__form .wpcf7-list-item {
  margin-left: 0;
}
.p-contact__form .wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
  margin: 0;
  border-width: 1px;
  color: #df3946;
  border-color: #df3946 !important;
  padding: 25px;
  text-align: center;
}
.p-contact__form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  padding-top: 8px;
}
.p-contact__form label {
  gap: 12px;
}
.p-contact__form .link {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 0 64px;
}
.p-contact__form .link > * {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-contact__tel_list .headding_ttl {
    padding-bottom: 0;
  }
  .p-contact__tel_list .tel_list {
    grid-template-columns: 110px auto;
    gap: 15px 20px;
    width: auto;
  }
  .p-contact__tel_list .tel_list dt {
    width: 110px;
  }
  .p-contact__tel_list .tel_list dt > * {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 110px;
    height: 32px;
    border-radius: 15px;
    color: #666666;
    border: 1px solid #666666;
  }
  .p-contact__tel_list .tel_list dd {
    font-size: 1.8rem;
    padding-right: 0;
  }
  .p-contact__tel_list .tel_list dd:nth-child(4n) {
    padding-right: 0;
  }
  .p-contact__recruit__table {
    font-size: 1.3rem;
    border-left: 0;
    border-right: 0;
  }
  .p-contact__recruit__table tr {
    border-bottom: 1px solid #cccccc;
  }
  .p-contact__recruit__table th,
  .p-contact__recruit__table td {
    padding: 12px;
    vertical-align: top;
    text-align: left;
  }
  .p-contact__recruit__table th {
    font-weight: bold;
    background-color: #f8f6f0;
    width: 25%;
  }
  .p-contact__form dl {
    display: block;
  }
  .p-contact__form dl dt,
  .p-contact__form dl dd {
    padding: 32px 0;
  }
  .p-contact__form dl dt:nth-last-child(1), .p-contact__form dl dt:nth-last-child(2),
  .p-contact__form dl dd:nth-last-child(1),
  .p-contact__form dl dd:nth-last-child(2) {
    border-bottom: 0;
  }
  .p-contact__form dl dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .p-contact__form dl dd {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-contact__tel_list .headding_ttl {
    font-size: 1.7rem;
    font-weight: normal;
  }
  .p-contact__recruit__table td dl dt {
    font-weight: normal;
  }
  .p-contact__form {
    padding: 25px;
  }
  .p-contact__form dl dt {
    font-size: 1.4rem;
    padding-top: calc(25px + 0.5em);
  }
  .p-contact__form dl dd > * {
    margin-bottom: 12px;
  }
  .p-contact__form dl dd > *.conf:first-child {
    padding-top: 0;
  }
  .p-contact__form .required {
    font-size: 1.1rem;
    height: 17px;
    padding: 0 6px;
  }
  .p-contact__form textarea,
  .p-contact__form input[type=tel],
  .p-contact__form input[type=email],
  .p-contact__form input[type=text] {
    height: 36px;
  }
  .p-contact .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

.mw_wp_form_preview dl dd > span {
  padding-top: 0.5em;
}
.mw_wp_form_preview .confirm-hidden {
  display: none;
}

.p-facilities__index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}
.p-facilities__index a {
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
.p-facilities__index a img {
  transition: opacity 0.25s ease-out;
}
.p-facilities__index a:hover {
  color: #df3946;
}
.p-facilities__index a:hover img {
  opacity: 0.75;
}
.p-facilities__index .name {
  font-weight: normal;
  position: relative;
  margin-top: 18px;
  padding: 0 0 0 18px;
}
.p-facilities__index .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translateY(-50%);
}
.p-facilities__index .desc {
  font-size: 1.4rem;
  padding-top: 20px;
}
.p-facilities__index .desc a {
  font-size: 1.4rem;
}
.p-facilities__index .desc a:hover {
  text-decoration: underline;
}
.p-facilities__index .desc span {
  font-size: 0.8em;
}
.p-facilities__index .desc .notice {
  display: block;
  padding-top: 10px;
}
.p-facilities__index picture img {
  width: 100%;
  vertical-align: bottom;
}
.p-facilities__index_link {
  display: none;
  text-align: center;
  padding-top: 30px;
}
.p-facilities__index.p-facilities__index__small {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 25px;
}
.p-facilities__index.p-facilities__index__small .name {
  margin-top: 20px;
  padding: 0;
  font-weight: bold;
  line-height: 1;
  color: #df3946;
}
.p-facilities__index.p-facilities__index__small .name::before {
  display: none;
}
.p-facilities__showroom {
  width: 100%;
  max-width: 100%;
  padding-bottom: 100px;
}
.p-facilities__showroom__ttl {
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 40px;
}
.p-facilities__showroom__image {
  padding-bottom: 30px;
}
.p-facilities__showroom__image .swiper-slide {
  background: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-facilities__showroom__image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p-facilities__showroom__image .thumb {
  padding-top: 30px;
}
.p-facilities__showroom__image .thumb > * {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.p-facilities__showroom__image .thumb > * > * {
  cursor: pointer;
  transition: opacity 0.25s ease-out;
  background-color: #cccccc;
  transition: border-color 0.25s ease-out;
}
.p-facilities__showroom__image .thumb > * > * img {
  vertical-align: bottom;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: opacity 0.25s ease-out;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.p-facilities__showroom__image .thumb > * > *.active img {
  opacity: 0.25;
}
.p-facilities__showroom__info {
  display: grid;
  grid-template-columns: 230px 1fr;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.p-facilities__showroom__info::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
}
.p-facilities__showroom__info > * {
  border-top: 1px solid #cccccc;
  padding: 40px 0;
}
.p-facilities__showroom__info > dt {
  padding-left: 28px;
}
.p-facilities__showroom .address {
  padding-bottom: 2em;
}
.p-facilities__showroom .map {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.p-facilities__showroom .map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-facilities__showroom .access {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 10px;
  margin-top: 2em;
}
.p-facilities__showroom .link {
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-facilities__index {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-facilities__index a {
    font-size: 1.4rem;
  }
  .p-facilities__index .name {
    margin-top: 10px;
  }
  .p-facilities__index_link {
    display: block;
  }
  .p-facilities__index.p-facilities__index__small {
    grid-template-columns: 1fr 1fr;
  }
  .p-facilities__showroom {
    padding-bottom: 60px;
  }
  .p-facilities__showroom__info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .p-facilities__showroom__info > dt {
    padding: 25px 0 0;
    font-weight: bold;
  }
  .p-facilities__showroom__info > dd {
    padding: 20px 0 25px;
    border-top: 0;
  }
  .p-facilities__showroom__image {
    padding-bottom: 40px;
  }
  .p-facilities__showroom__image .thumb {
    padding-top: 15px;
  }
  .p-facilities__showroom__image .thumb > * {
    gap: 15px;
  }
  .p-facilities__showroom .access dt {
    font-weight: bold;
  }
  .p-facilities__showroom .link {
    padding-top: 40px;
    text-align: center;
  }
  .p-facilities__showroom .link .btn--arrow__more {
    padding: 0 40px;
  }
  .p-facilities__showroom .link .btn--arrow__more::before, .p-facilities__showroom .link .btn--arrow__more::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-facilities__index.p-facilities__index__small {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-facilities__index.p-facilities__index__small > * {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "thumb name" "thumb desc";
    align-items: flex-start;
    gap: 0 15px;
  }
  .p-facilities__index.p-facilities__index__small picture {
    grid-area: thumb;
    display: block;
  }
  .p-facilities__index.p-facilities__index__small .name {
    font-size: 1.5rem;
    font-weight: normal;
    grid-area: name;
    margin-top: 0;
  }
  .p-facilities__index.p-facilities__index__small .desc {
    font-size: 1.2rem;
    grid-area: desc;
    padding-top: 0;
  }
  .p-facilities__showroom__ttl {
    font-size: 1.9rem;
    padding-bottom: 25px;
  }
  .p-facilities__showroom__info {
    font-size: 1.5rem;
  }
  .p-facilities__showroom .access dt {
    font-weight: bold;
  }
}

.p-faq__article {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.p-faq__article:nth-last-child(1) {
  margin-bottom: 0;
}
.p-faq__article.is-active .p-faq__question::before {
  transform: rotate(0deg);
}
.p-faq__question {
  position: relative;
  background-color: #f9f6f1;
  padding: 40px 94px 40px 32px;
}
.p-faq__question::before, .p-faq__question::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #df3946;
  transition: transform 0.25s ease-out;
  top: 50%;
  right: 32px;
}
.p-faq__question::before {
  transform: rotate(90deg);
}
.p-faq__question .ttl {
  position: relative;
  padding-left: 60px;
}
.p-faq__question .ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 2rem;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #df3946;
  background-color: #FFF;
  color: #df3946;
  transform: translateY(-50%);
}
.p-faq__answer .txt {
  font-size: 1.6rem;
  padding: 32px 28px;
}
@media screen and (max-width: 640px) {
  .p-faq__article {
    margin-bottom: 15px;
  }
  .p-faq__question {
    padding: 26px 60px 26px 20px;
  }
  .p-faq__question::before, .p-faq__question::after {
    width: 18px;
    right: 20px;
  }
  .p-faq__question .ttl {
    font-size: 1.4rem;
    padding-left: 40px;
    font-weight: normal;
  }
  .p-faq__question .ttl::before {
    font-size: 1.3rem;
    width: 28px;
    height: 28px;
    border-radius: 14px;
  }
  .p-faq__answer .txt {
    font-size: 1.3rem;
    padding: 20px 24px;
  }
}

.p-flow__box {
  display: grid;
  background-color: #f8f6f0;
  padding: 40px;
  height: auto;
}
.p-flow__box:nth-last-child(1) {
  padding-bottom: 40px;
}
.p-flow__box picture {
  grid-area: pic;
}
.p-flow__box dl {
  grid-area: txt;
}
.p-flow__box dl dt {
  font-size: 1.8rem;
}
.p-flow__box dl dd {
  font-size: 1.5rem;
  padding-top: 16px;
  line-height: 1.75;
}
.p-flow__box__pt {
  grid-template-columns: 200px 1fr;
  gap: 30px;
  grid-template-areas: "pic txt";
}
.p-flow__box__t {
  grid-template-columns: 1fr;
  grid-template-areas: "txt";
}
.p-flow__box__chart {
  grid-template-columns: 1fr;
  gap: 20px;
}
.p-flow__box__chart h4 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  padding-bottom: 16px;
}
.p-flow__box__chart ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.p-flow__box__chart ul li {
  background-color: #FFF;
  padding: 20px;
  text-align: center;
}
.p-flow__box__chart ul li b {
  color: #df3946;
  font-weight: normal;
}
.p-flow__box__chart .notice {
  font-size: 1.4rem;
}
.p-flow__arrow {
  flex-shrink: 0;
  position: relative;
  padding: 20px 0;
  align-self: auto;
}
.p-flow__arrow > span {
  position: relative;
  display: block;
  border-color: #df3946;
  border-style: solid;
  height: 50px;
  margin: 0 auto;
}
.p-flow__arrow::before, .p-flow__arrow::after {
  position: absolute;
  content: "";
  pointer-events: none;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 2.5px 0 2.5px;
  border-color: #df3946 transparent transparent transparent;
}
.p-flow__arrow__one {
  flex-shrink: 0;
  height: 90px;
}
.p-flow__arrow__one > span {
  width: 0;
  height: 50px;
  border-left-width: 1px;
}
.p-flow__arrow__one::before {
  bottom: 20px;
  left: 50%;
  display: block;
  transform: translate(-50%, 0);
}
.p-flow__arrow__two {
  flex-shrink: 0;
  padding-top: 70px;
  align-self: center;
  justify-self: center;
}
.p-flow__arrow__two > span {
  width: 50%;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
}
.p-flow__arrow__two > span::before, .p-flow__arrow__two > span::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #df3946;
  transform: translate(-50%, -100%);
}
.p-flow__arrow__two::before {
  bottom: 20px;
  left: calc(25% + 0.5px);
  display: block;
  transform: translate(-50%, 0);
}
.p-flow__arrow__two::after {
  bottom: 20px;
  right: calc(25% + 0.5px);
  display: block;
  transform: translate(50%, 0);
}
.p-flow__arrow__flex {
  flex-grow: 1;
  align-self: stretch;
  justify-self: stretch;
}
.p-flow__arrow__flex > span {
  width: 0;
  height: 100%;
  border-left-width: 1px;
}
.p-flow__arrow__flex::before {
  bottom: 20px;
  left: 50%;
  display: block;
  transform: translate(-50%, 0);
}
.p-flow__switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.p-flow__switch > * {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
}
.p-flow__switch > *:first-child {
  grid-template-rows: auto auto auto 1fr;
}
.p-flow__switch_tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
}
.p-flow__switch_tab a {
  display: block;
  color: #df3946;
  text-decoration: none;
  pointer-events: none;
  text-align: center;
}
.p-flow__min_switch {
  display: flex;
  gap: 20px;
}
.p-flow__min_switch > * {
  flex-grow: 1;
}
.p-flow__min_switch > *:first-child {
  width: calc(60% - 10px);
}
.p-flow__min_switch > *:nth-last-child(1) {
  width: calc(40% - 10px);
}
.p-flow__min_switch .arrow__complete {
  padding: 20px 0;
}
.p-flow__min_switch .arrow__complete .arrow {
  position: relative;
  font-size: 1.4rem;
  color: #df3946;
  margin-bottom: 20px;
  padding-left: 50px;
  line-height: 1.25;
}
.p-flow__min_switch .arrow__complete .arrow::before {
  position: absolute;
  left: 25px;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #df3946;
}
.p-flow__min_switch .arrow__complete .arrow::after {
  position: absolute;
  left: 25px;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 2.5px 0 3px;
  border-color: #df3946 transparent transparent transparent;
  transform: translateX(-50%);
}
.p-flow__min_switch .arrow__complete .comp {
  display: block;
  border: 1px solid #cccccc;
  padding: 24px;
  text-align: center;
  line-height: 1;
}
.p-flow__link {
  text-align: center;
  padding-top: 60px;
}
.p-flow__link p {
  padding-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-flow__box {
    padding: 25px;
  }
  .p-flow__box:nth-last-child(1) {
    padding-bottom: 25px;
  }
  .p-flow__box dl dt {
    font-size: 1.5rem;
  }
  .p-flow__box dl dd {
    font-size: 1.3rem;
    padding-top: 15px;
  }
  .p-flow__box__pt {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    grid-template-areas: "pic" "txt";
  }
  .p-flow__switch {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-flow__switch > * {
    display: none;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .p-flow__switch > *.active {
    display: grid;
  }
  .p-flow__switch > *:first-child {
    grid-template-rows: auto auto auto 1fr;
  }
  .p-flow__switch_tab {
    display: grid;
    gap: 15px;
    padding-bottom: 20px;
  }
  .p-flow__switch_tab a {
    font-size: 1.2rem;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #808080;
    pointer-events: all;
    background-color: #e6e6e6;
  }
  .p-flow__switch_tab a.active {
    color: #FFF;
    background-color: #df3946;
  }
  .p-flow__arrow__include {
    background-color: #f8f6f0;
  }
  .p-flow__arrow__flex.md__fixed > span {
    height: 50px;
  }
  .p-flow__link .btn {
    padding: 0 30px;
  }
  .p-flow__link .btn::before, .p-flow__link .btn::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-flow__box__pt {
    gap: 16px;
  }
  .p-flow__box__chart {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-flow__box__chart h4 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .p-flow__box__chart ul {
    font-size: 1.4rem;
    gap: 15px;
  }
  .p-flow__box__chart ul li {
    padding: 15px;
  }
  .p-flow__box__chart .notice {
    font-size: 1.2rem;
  }
  .p-flow__arrow::before, .p-flow__arrow::after {
    position: absolute;
    content: "";
    pointer-events: none;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 5px 0 5px;
    border-color: #df3946 transparent transparent transparent;
  }
  .p-flow__arrow__one {
    flex-shrink: 0;
    height: 90px;
  }
  .p-flow__arrow__one > span {
    width: 0;
    height: 50px;
    border-left-width: 2px;
  }
  .p-flow__arrow__one::before {
    bottom: 20px;
    left: 50%;
    display: block;
    transform: translate(-50%, 0);
  }
  .p-flow__arrow__two {
    flex-shrink: 0;
    padding-top: 70px;
    align-self: center;
    justify-self: center;
  }
  .p-flow__arrow__two > span {
    width: 50%;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
  }
  .p-flow__arrow__two > span::before, .p-flow__arrow__two > span::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: #df3946;
    transform: translate(-50%, -100%);
  }
  .p-flow__arrow__two::before {
    bottom: 20px;
    left: calc(25% + 1px);
    display: block;
    transform: translate(-50%, 0);
  }
  .p-flow__arrow__two::after {
    bottom: 20px;
    right: calc(25% + 1px);
    display: block;
    transform: translate(50%, 0);
  }
  .p-flow__arrow__flex {
    flex-grow: 1;
    align-self: stretch;
    justify-self: stretch;
    grid-template: 1fr;
  }
  .p-flow__arrow__flex > span {
    width: 0;
    height: 100%;
    border-left-width: 2px;
  }
  .p-flow__arrow__flex::before {
    bottom: 20px;
    left: 50%;
    display: block;
    transform: translate(-50%, 0);
  }
  .p-flow__arrow__include {
    padding: 0;
    height: 50px;
  }
  .p-flow__arrow__include::before {
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .p-flow__min_switch {
    display: flex;
    gap: 20px;
  }
  .p-flow__min_switch > * {
    flex-grow: 1;
  }
  .p-flow__min_switch > *:first-child {
    width: calc(60% - 10px);
  }
  .p-flow__min_switch > *:nth-last-child(1) {
    width: calc(40% - 10px);
  }
  .p-flow__min_switch .arrow__complete {
    padding: 20px 0;
  }
  .p-flow__min_switch .arrow__complete .arrow {
    font-size: 1.2rem;
  }
  .p-flow__min_switch .arrow__complete .arrow::before {
    width: 2px;
  }
  .p-flow__min_switch .arrow__complete .arrow::after {
    left: 26px;
    bottom: 0;
    border-style: solid;
    border-width: 14px 5px 0 5px;
    transform: translateX(-50%);
  }
  .p-flow__link {
    text-align: center;
    padding-top: 60px;
  }
  .p-flow__link p {
    font-size: 1.3rem;
    text-align: left;
    padding-bottom: 30px;
  }
  .p-flow__link p br {
    display: none;
  }
}

.p-home__visual {
  position: relative;
}
.p-home__visual picture {
  position: relative;
  display: block;
  padding-top: 44%;
  overflow: hidden;
  margin: 0 0 0 auto;
  z-index: 2;
  width: calc(100vw - (100vw - min(1200px, 90%)) / 2);
  background-size: cover;
}
.p-home__visual img {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: bottom;
  z-index: 2;
  opacity: 0;
}
.p-home__visual::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-image: url(../img/top/bg-visual.jpg);
  background-size: cover;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  transform: translateY(50%);
}
@media screen and (min-width: 1500px) {
  .p-home__visual picture {
    width: 1350px;
    height: 660px;
    padding-top: 0;
    transform: translateX(67px);
    margin: 0 auto;
  }
  .p-home__visual img {
    aspect-ratio: 55/22;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__visual {
    padding-left: 48px;
  }
  .p-home__visual picture {
    position: relative;
    padding-top: 0;
    aspect-ratio: unset;
    width: 100%;
    background-image: none;
  }
  .p-home__visual img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
  }
  .p-home__visual::after {
    height: 140%;
    transform: translateY(40%);
  }
}
@media screen and (max-width: 640px) {
  .p-home__visual {
    padding-left: 24px;
  }
  .p-home__visual::after {
    background-image: url(../img/top/bg-visual_sp.jpg);
  }
}
.p-home__news {
  position: relative;
  z-index: 2;
  padding: 44px 20px 0;
}
.p-home__news__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  gap: 57px;
  margin: 0 auto;
}
.p-home__news__inner .ttl span {
  padding: 5px 20px;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background-color: #df3946;
  border-radius: 50px;
}
.p-home__news__inner .list {
  font-size: 1.4rem;
  overflow: hidden;
}
.p-home__news__inner .list > * {
  display: flex;
  gap: 28px;
  align-items: center;
  overflow: hidden;
}
.p-home__news__inner .news_ttl {
  flex-grow: 1;
  overflow: hidden;
}
.p-home__news__inner .news_ttl a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
.p-home__news__inner .news_ttl a span {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-home__news__inner .news_ttl a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  transition: border-color 0.25s ease-out;
}
.p-home__news__inner .news_ttl a:hover {
  color: #df3946;
}
.p-home__news__inner .news_ttl a:hover::before {
  border-color: #df3946;
}
.p-home__news__inner .link {
  padding-left: 145px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-home__news__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "ttl link" "list list";
    gap: 12px 0;
  }
  .p-home__news__inner .ttl {
    grid-area: ttl;
    font-size: 2.2rem;
    display: inline-block;
  }
  .p-home__news__inner .list {
    grid-area: list;
    font-size: 1.4rem;
  }
  .p-home__news__inner .list > * {
    display: block;
  }
  .p-home__news__inner .news_date {
    display: block;
    padding-bottom: 12px;
  }
  .p-home__news__inner .news_ttl a {
    gap: 12px;
  }
  .p-home__news__inner .link {
    grid-area: link;
  }
}
@media screen and (max-width: 640px) {
  .p-home__news {
    padding: 28px 20px 0;
  }
  .p-home__news__inner .ttl {
    font-size: 2.3rem;
  }
  .p-home__news__inner .list {
    font-size: 1.4rem;
  }
  .p-home__news__inner .news_date {
    font-size: 1.2rem;
  }
}
.p-home__search {
  position: relative;
  z-index: 2;
  padding: 80px 100px 0;
}
.p-home__search__inner {
  position: relative;
  max-width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  background-color: #f8f6f0;
}
.p-home__search__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
}
.p-home__search__headding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.p-home__search__headding .ttl > * {
  display: block;
  line-height: 1;
  padding-left: 72px;
}
.p-home__search__headding .en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  font-weight: normal;
  padding-bottom: 12px;
  letter-spacing: 0.15em;
}
.p-home__search__headding .jp {
  font-size: 3.2rem;
  font-weight: bold;
  background-image: url(../img/top/img-search_icon.png);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.p-home__search__pic {
  position: absolute;
}
.p-home__search__pic.pic01 {
  top: 100px;
  right: 0;
  transform: translateX(50%);
}
.p-home__search__pic.pic02 {
  top: 480px;
  left: 0;
  transform: translateX(-50%);
}
.p-home__search__pic.pic03 {
  top: 780px;
  right: 0;
  transform: translateX(50%);
}
.p-home__search__pic.pic04 {
  top: 900px;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-home__search {
    padding: 44px 0 0;
  }
  .p-home__search__inner {
    padding: 80px 25px;
  }
  .p-home__search__pic {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-home__search {
    padding: 28px 0 0;
  }
  .p-home__search__inner {
    padding: 50px 25px;
  }
  .p-home__search__headding {
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .p-home__search__headding .ttl > * {
    padding-left: 34px;
  }
  .p-home__search__headding .en {
    font-size: 1.3rem;
    padding-bottom: 6px;
  }
  .p-home__search__headding .jp {
    font-size: 2.4rem;
    font-weight: normal;
    background-position: left 0 center;
    background-size: 22px auto;
  }
  .p-home__search__headding .btn {
    font-size: 1.3rem;
    padding: 0 28px !important;
  }
  .p-home__search__headding .btn::before, .p-home__search__headding .btn::after {
    display: none;
  }
}
.p-home__strength {
  position: relative;
  padding: 95px 25px;
  background-image: url("../img/top/bg-strength.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-home__strength::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
  top: 0;
}
.p-home__strength__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 70px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "ttl list" "links list";
  gap: 0 120px;
}
.p-home__strength__headding {
  grid-area: ttl;
  position: relative;
  background-repeat: no-repeat;
  background-position: top 0 left 6px;
  background-image: url(../img/top/img-strength_icon.png);
  background-size: 16px auto;
  padding-top: 40px;
}
.p-home__strength__headding .en {
  font-size: 1.5rem;
  position: absolute;
  top: 44px;
  left: 0;
  display: inline-block;
  transform: rotate(90deg) translate(-50%, -40px);
  transform-origin: bottom left;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #df3946;
}
.p-home__strength__headding .jp {
  font-size: 3.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}
.p-home__strength__list {
  grid-area: list;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  overflow: hidden;
  border-radius: 20px;
}
.p-home__strength__list > * {
  background-color: #FFF;
  padding: 48px 28px;
  text-align: center;
}
.p-home__strength__list > *:nth-child(even) {
  background-color: #f8f6f0;
}
.p-home__strength__list > * .num {
  position: relative;
  font-size: 2.6rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #df3946;
  padding-bottom: 12px;
}
.p-home__strength__list > * .num::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #df3946;
  transform: translate(-50%, 0);
}
.p-home__strength__list > * .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 28px;
  color: #333333;
}
.p-home__strength__list > * .desc {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  height: 4em;
  color: #333333;
}
.p-home__strength__link {
  grid-area: links;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  justify-self: flex-start;
  align-self: flex-start;
  padding-top: 80px;
}
.p-home__strength__link a {
  position: relative;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  padding: 48px 0 30px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.p-home__strength__link a::before, .p-home__strength__link a::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.p-home__strength__link a::before {
  left: 50%;
  top: -35px;
  width: 1px;
  height: 60px;
  background-color: #df3946;
  transform: translate(-50%, 0);
}
.p-home__strength__link a::after {
  left: 50%;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 2.5px 0 2.5px;
  border-color: #df3946 transparent transparent transparent;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .p-home__strength__inner {
    display: grid;
    gap: 0 40px;
  }
  .p-home__strength__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .p-home__strength {
    padding: 47px 25px 64px;
    background-image: url("../img/top/bg-strength_sp.jpg");
  }
  .p-home__strength__inner {
    display: block;
  }
  .p-home__strength__headding {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom 0 left 6px;
    background-size: 14px auto;
    padding-top: 0px;
    padding-left: 32px;
    margin-bottom: 30px;
  }
  .p-home__strength__headding .en {
    font-size: 1.3rem;
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(0) translate(0, 0);
  }
  .p-home__strength__headding .jp {
    font-size: 2.3rem;
    font-weight: normal;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .p-home__strength__list {
    display: block;
    border-radius: 10px;
  }
  .p-home__strength__list > * {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "num ttl" "num desc";
    padding: 32px 0 28px;
  }
  .p-home__strength__list > * .num {
    grid-area: num;
    align-self: center;
    font-size: 3.2rem;
  }
  .p-home__strength__list > * .ttl {
    grid-area: ttl;
    font-size: 1.8rem;
    font-weight: normal;
    padding-top: 0;
    text-align: left;
  }
  .p-home__strength__list > * .desc {
    grid-area: desc;
    font-size: 1.3rem;
    justify-content: flex-start;
    margin-top: 16px;
    height: auto;
    text-align: left;
  }
  .p-home__strength__link {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    justify-self: center;
    align-self: center;
    padding: 40px 40px 0;
  }
  .p-home__strength__link a {
    position: relative;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0;
    border-radius: 22px;
  }
  .p-home__strength__link a::before, .p-home__strength__link a::after {
    display: none;
  }
}
.p-home__showroom {
  position: relative;
  padding: 80px 25px 60px;
  background-color: #e9e3d1;
}
.p-home__showroom::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
  top: 0;
}
.p-home__showroom__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-direction: row-reverse;
}
.p-home__showroom__intro {
  min-width: 300px;
}
.p-home__showroom__intro .headding {
  padding-top: 32px;
}
.p-home__showroom__intro .en {
  font-size: 1.5rem;
  font-weight: normal;
  color: #df3946;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.p-home__showroom__intro .jp {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding-top: 20px;
}
.p-home__showroom__intro .desc {
  font-size: 1.5rem;
  color: #333333;
  padding-top: 40px;
}
.p-home__showroom__intro .link {
  text-align: right;
  padding-top: 40px;
}
.p-home__showroom__intro .link .btn {
  width: 134px;
}
.p-home__showroom__intro .link .btn--arrow__more::before {
  left: -164px;
  width: 190px;
}
.p-home__showroom__visual {
  display: flex;
  width: auto;
}
.p-home__showroom__visual > * {
  width: auto;
  flex-shrink: inherit;
}
.p-home__showroom__visual > * a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.p-home__showroom__visual > * a > * {
  width: auto;
}
.p-home__showroom__visual > * a img {
  vertical-align: bottom;
  transition: 0.25s ease-in;
}
.p-home__showroom__visual > * a:hover img {
  opacity: 0.8;
}
.p-home__showroom__visual > * a:hover .caption::after {
  bottom: 4px;
}
.p-home__showroom__visual .caption {
  position: relative;
  font-size: 1.6rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #df3946;
  padding: 20px 0 12px;
  text-align: center;
}
.p-home__showroom__visual .caption::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #df3946;
  transform: translate(-50%, 0);
  transition: 0.25s ease-out;
}
@media screen and (max-width: 1024px) {
  .p-home__showroom {
    overflow-x: hidden;
  }
  .p-home__showroom__inner {
    display: block;
  }
  .p-home__showroom__intro {
    margin: 0 auto;
    text-align: left;
    padding-bottom: 60px;
  }
  .p-home__showroom__intro .headding {
    padding-top: 0;
  }
  .p-home__showroom__visual {
    gap: 0;
  }
  .p-home__showroom__visual > * {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home__showroom {
    padding: 50px 25px 35px;
  }
  .p-home__showroom__intro {
    padding: 0 0 40px;
  }
  .p-home__showroom__intro .en {
    font-size: 1.3rem;
  }
  .p-home__showroom__intro .jp {
    font-size: 2.3rem;
    font-weight: normal;
    padding-top: 8px;
  }
  .p-home__showroom__intro .desc {
    font-size: 1.4rem;
    padding-top: 30px;
  }
  .p-home__showroom__intro .link {
    text-align: center;
    padding: 40px 60px 0;
  }
  .p-home__showroom__intro .link .btn {
    font-size: 1.5rem;
    width: 100%;
    height: 46px;
    border-radius: 23px;
  }
  .p-home__showroom__intro .link .btn--arrow__more::before, .p-home__showroom__intro .link .btn--arrow__more::after {
    display: none;
  }
  .p-home__showroom__visual {
    gap: unset;
  }
  .p-home__showroom__visual > * {
    width: 100%;
  }
  .p-home__showroom__visual .caption {
    font-size: 1.3rem;
    padding: 20px 0 12px;
    text-align: center;
  }
}
.p-home__feature {
  padding: 100px 25px 140px;
}
.p-home__feature__inner {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.p-home__feature__inner a {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 30px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}
.p-home__feature__inner a:hover picture {
  opacity: 0.8;
}
.p-home__feature__inner a:hover .ttl {
  color: #df3946;
}
.p-home__feature__inner a:hover .link span {
  padding-left: 8px;
}
.p-home__feature__inner picture {
  margin-bottom: 40px;
  transition: 0.25s ease-out;
}
.p-home__feature__inner picture img {
  vertical-align: bottom;
}
.p-home__feature__inner .intro {
  flex-grow: 1;
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 20px;
}
.p-home__feature__inner .intro::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #df3946;
}
.p-home__feature__inner .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  transition: 0.25s ease-out;
}
.p-home__feature__inner .desc {
  font-size: 1.4rem;
  color: #333333;
  margin-top: 20px;
  min-height: 5em;
  padding-bottom: 12px;
}
.p-home__feature__inner .link {
  text-align: right;
}
.p-home__feature__inner .link span {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  text-decoration: none;
  transition: 0.25s ease-out;
  padding-left: 12px;
}
.p-home__feature__inner .link span::before {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .p-home__feature__inner {
    display: block;
  }
  .p-home__feature__inner > * {
    padding-bottom: 40px;
  }
  .p-home__feature__inner > *:nth-last-child(1) {
    padding-bottom: 0;
  }
  .p-home__feature__inner a {
    border-bottom: 0;
  }
  .p-home__feature__inner picture {
    width: 100%;
    max-width: 160px;
    min-width: 160px;
    transition: 0.25s ease-out;
    margin-bottom: 0;
  }
  .p-home__feature__inner .intro {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-home__feature {
    padding: 50px 25px 55px;
  }
  .p-home__feature__inner a {
    width: 100%;
    gap: 15px;
  }
  .p-home__feature__inner picture {
    max-width: 115px;
    min-width: 115px;
    transition: 0.25s ease-out;
  }
  .p-home__feature__inner picture img {
    vertical-align: bottom;
  }
  .p-home__feature__inner .intro {
    flex-grow: 1;
    position: relative;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
  }
  .p-home__feature__inner .ttl {
    font-size: 1.7rem;
    font-weight: normal;
  }
  .p-home__feature__inner .desc {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .p-home__feature__inner .link {
    text-align: right;
  }
  .p-home__feature__inner .link span {
    font-size: 1.2rem;
  }
}

.p-news__list > * {
  display: flex;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid #cccccc;
}
.p-news__list > * .date {
  font-size: 1.6rem;
  width: 90px;
  flex-shrink: 0;
}
.p-news__list > * .tag > * {
  font-size: 1.3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 28px;
  border-radius: 14px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.p-news__list > * .tag > *.news {
  color: #FFF;
  background-color: #df3946;
  border: 1px solid #df3946;
}
.p-news__list > * .tag > *.news:hover {
  background-color: #FFF;
  color: #df3946;
}
.p-news__list > * .tag > *.products {
  color: #FFF;
  background-color: #d8bb65;
  border: 1px solid #d8bb65;
}
.p-news__list > * .tag > *.products:hover {
  background-color: #FFF;
  color: #d8bb65;
}
.p-news__list > * .ttl {
  font-size: 1.6rem;
  width: 100%;
  flex-grow: 1;
}
.p-news__list > * .ttl a {
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
.p-news__list > * .ttl a:hover {
  color: #df3946;
}
.p-news_detail__header {
  position: relative;
  padding: 0 20px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-template-areas: "date tag" "ttl ttl";
  gap: 12px 20px;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.p-news_detail__header::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  bottom: -1px;
  left: 0;
  width: 20px;
  height: 1px;
}
.p-news_detail__header .date {
  grid-area: date;
  font-size: 1.6rem;
}
.p-news_detail__header .tag {
  grid-area: tag;
  flex-shrink: 0;
}
.p-news_detail__header .tag > * {
  font-size: 1.3rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 28px;
  border-radius: 14px;
  font-family: "Montserrat", sans-serif;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.p-news_detail__header .tag > *.news {
  color: #FFF;
  background-color: #df3946;
  border: 1px solid #df3946;
}
.p-news_detail__header .tag > *.news:hover {
  background-color: #FFF;
  color: #df3946;
}
.p-news_detail__header .tag > *.products {
  color: #FFF;
  background-color: #d8bb65;
  border: 1px solid #d8bb65;
}
.p-news_detail__header .tag > *.products:hover {
  background-color: #FFF;
  color: #d8bb65;
}
.p-news_detail__header .ttl {
  grid-area: ttl;
  font-size: 2.2rem;
  font-weight: normal;
}
.p-news_detail__body {
  font-size: 1.5rem;
  padding: 40px 20px 60px;
}
.p-news_detail__body p {
  padding-bottom: 2em;
}
.p-news_detail__body h3 {
  font-size: 1.8rem;
  font-weight: normal;
  padding-top: 1em;
}
.p-news_detail__body table {
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  width: 100%;
  margin-top: 1em;
  table-layout: fixed;
}
.p-news_detail__body table th,
.p-news_detail__body table td {
  padding: 16px;
  border-width: 1px;
}
.p-news_detail__body table th {
  width: 25%;
  font-weight: normal;
  background-color: #f2f2f2;
}
.p-news_detail__body table td {
  background-color: #FFF;
}
.p-news_detail__body a {
  color: #df3946;
  text-decoration: underline;
}
.p-news_detail__body a:hover {
  text-decoration: none;
}
.p-news_detail__body img {
  margin-top: 2em;
  vertical-align: bottom;
}
.p-news_detail__footer {
  border-top: 1px solid #cccccc;
  padding-top: 60px;
}
.p-news_detail__footer .page_nav {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-news_detail__footer .page_nav > * {
  display: flex;
  width: 100%;
}
.p-news_detail__footer .page_nav .next a,
.p-news_detail__footer .page_nav .prev a {
  color: #333333;
  transition: 0.25s ease-out;
}
.p-news_detail__footer .page_nav .next a::before, .p-news_detail__footer .page_nav .next a::after,
.p-news_detail__footer .page_nav .prev a::before,
.p-news_detail__footer .page_nav .prev a::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: #FFF;
  background-color: #333333;
  transition: 0.25s ease-out;
}
.p-news_detail__footer .page_nav .next a:hover,
.p-news_detail__footer .page_nav .prev a:hover {
  color: #df3946;
}
.p-news_detail__footer .page_nav .next a:hover::before, .p-news_detail__footer .page_nav .next a:hover::after,
.p-news_detail__footer .page_nav .prev a:hover::before,
.p-news_detail__footer .page_nav .prev a:hover::after {
  background-color: #df3946;
}
.p-news_detail__footer .page_nav .prev a {
  text-decoration: none;
}
.p-news_detail__footer .page_nav .prev a::before {
  content: "<";
  margin-right: 1em;
}
.p-news_detail__footer .page_nav .back {
  justify-content: center;
}
.p-news_detail__footer .page_nav .back a {
  width: 200px;
  height: 50px;
  border-radius: 25px;
}
.p-news_detail__footer .page_nav .next {
  justify-content: flex-end;
}
.p-news_detail__footer .page_nav .next a {
  text-decoration: none;
}
.p-news_detail__footer .page_nav .next a::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .p-news__list > * {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date tag" "ttl ttl";
    gap: 12px 20px;
    padding: 20px 0;
  }
  .p-news__list > * .date {
    grid-area: date;
    font-size: 1.2rem;
    width: 64px;
  }
  .p-news__list > * .tag {
    grid-area: tag;
    flex-shrink: 0;
  }
  .p-news__list > * .tag > * {
    font-size: 1.1rem;
    min-width: auto;
    max-width: 90px;
    height: 18px;
    border-radius: 9px;
  }
  .p-news__list > * .ttl {
    grid-area: ttl;
    font-size: 1.3rem;
  }
  .p-news_detail__header {
    padding: 0 0 20px;
  }
  .p-news_detail__header .date {
    font-size: 1.2rem;
  }
  .p-news_detail__header .tag > * {
    font-size: 1.1rem;
    min-width: 90px;
    height: 18px;
    border-radius: 9px;
  }
  .p-news_detail__header .ttl {
    font-size: 1.6rem;
  }
  .p-news_detail__body {
    font-size: 1.3rem;
    padding: 30px 0;
  }
  .p-news_detail__body h3 {
    font-size: 1.5rem;
  }
  .p-news_detail__body table {
    font-size: 1.2rem;
  }
  .p-news_detail__body table th,
  .p-news_detail__body table td {
    padding: 20px;
  }
  .p-news_detail__body img {
    max-width: 100%;
    margin-top: 2em;
    vertical-align: bottom;
  }
  .p-news_detail__footer {
    padding-top: 40px;
  }
  .p-news_detail__footer .page_nav {
    font-size: 1.3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "prev next" "back back";
    gap: 30px 0;
  }
  .p-news_detail__footer .page_nav .next a::before, .p-news_detail__footer .page_nav .next a::after,
  .p-news_detail__footer .page_nav .prev a::before,
  .p-news_detail__footer .page_nav .prev a::after {
    width: 32px;
    height: 32px;
  }
  .p-news_detail__footer .page_nav .prev {
    grid-area: prev;
  }
  .p-news_detail__footer .page_nav .back {
    grid-area: back;
    width: 100%;
    padding: 0 40px;
    align-items: center;
    justify-self: center;
  }
  .p-news_detail__footer .page_nav .back a {
    font-size: 1.5rem;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    margin: 0 auto;
  }
  .p-news_detail__footer .page_nav .next {
    grid-area: next;
  }
}

.p-products__intro_products {
  padding-bottom: 160px;
}
.p-products__intro_products__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 100px 60px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "products1 products1" "products2 products2" "products3 products3";
}
.p-products__intro_products__inner > * {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.p-products__intro_products .pic {
  width: 30%;
  vertical-align: bottom;
  flex-shrink: 0;
}
.p-products__intro_products .pic img {
  width: 100%;
  vertical-align: bottom;
}
.p-products__intro_products .contain {
  flex-grow: 1;
  padding-top: 12px;
}
.p-products__intro_products .ttl {
  font-size: 2.6rem;
  color: #333333;
  font-weight: normal;
  line-height: 1;
}
.p-products__intro_products .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding-top: 28px;
}
.p-products__intro_products .links a {
  font-size: 1.6rem;
  position: relative;
  padding: 0 36px 0 24px;
}
.p-products__intro_products .links a::before {
  position: absolute;
  content: "";
  pointer-events: none;
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translate(0, -50%);
}
.p-products__intro_products .products_01 {
  grid-area: products1;
  gap: 60px;
}
.p-products__intro_products .products_01 .pic {
  width: 58%;
}
.p-products__intro_products .products_01 .contain {
  position: relative;
  border-top: 1px solid #cccccc;
  padding-top: 60px;
}
.p-products__intro_products .products_01 .contain::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #df3946;
}
.p-products__intro_products .products_01 .ttl {
  font-size: 3.2rem;
}
.p-products__intro_products .products_01 .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
}
.p-products__intro_products .products_02 {
  grid-area: products2;
}
.p-products__intro_products .products_03 {
  grid-area: products3;
}
.p-products__intro_seriese {
  background-image: url(../img/products/bg-seriese_intro.png);
  background-size: cover;
  background-position: center center;
  padding: 80px 0 160px;
  overflow-x: hidden;
}
.p-products__intro_seriese__headding {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-products__intro_seriese__headding .ttl > * {
  display: block;
  line-height: 1;
}
.p-products__intro_seriese__headding .en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  font-weight: normal;
  padding-bottom: 12px;
  letter-spacing: 0.15em;
}
.p-products__intro_seriese__headding .jp {
  font-size: 2.6rem;
  font-weight: normal;
}
.p-products__intro_seriese__inner {
  padding: 0 100px;
}
.p-products__intro_seriese__list {
  max-width: 1200px;
  margin: 0 auto;
}
.p-products__intro_seriese__list a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease-out;
}
.p-products__intro_seriese__list a:hover {
  opacity: 0.75;
}
.p-products__intro_seriese__list .pic {
  display: block;
  background-color: #f2f2f2;
}
.p-products__intro_seriese__list .pic img {
  vertical-align: bottom;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.p-products__intro_seriese__list .name {
  font-size: 2.4rem;
  line-height: 1;
  padding-top: 30px;
  font-weight: 300;
}
.p-products__intro_seriese__list .desc {
  font-size: 1.5rem;
  padding-top: 30px;
}
.p-products__intro_seriese + * {
  margin-top: -160px;
}
.p-products__intro_seriese .swiper-wrapper {
  gap: 32px;
}
.p-products__intro_seriese .swiper-slide,
.p-products__intro_seriese swiper-slide {
  flex-shrink: unset;
}
.p-products__catalog {
  padding: 140px 100px 200px;
}
.p-products__catalog__inner {
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}
.p-products__catalog__headding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.p-products__catalog__headding .ttl > * {
  display: block;
  line-height: 1;
  padding-left: 56px;
}
.p-products__catalog__headding .en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  font-weight: normal;
  padding-bottom: 12px;
  letter-spacing: 0.15em;
}
.p-products__catalog__headding .jp {
  font-size: 2.6rem;
  font-weight: normal;
  background-image: url(../img/common/icon-catalog.png);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
.p-products__catalog__list {
  display: flex;
  max-width: 830px;
  gap: 30px;
}
.p-products__catalog__list > * {
  width: 100%;
}
.p-products__catalog__list > * a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 100%;
  text-decoration: none;
  border: 1px solid #cccccc;
  padding: 10px;
  color: #333333;
  transition: 0.25s ease-out;
}
.p-products__catalog__list > * a img {
  width: 120px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.p-products__catalog__list > * a .name {
  flex-grow: 1;
}
.p-products__catalog__list > * a::after {
  top: calc(50% - 5px);
  right: 8px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #df3946;
  border-bottom: 2px solid #df3946;
  transform: rotate(-135deg) translateY(-50%);
  transition: all 0.25s ease-out;
}
.p-products__catalog__list > * a:hover {
  color: #df3946;
  border-color: #df3946;
}
.p-products__catalog__subttl {
  font-size: 1.8rem;
  margin-top: 80px;
  padding: 28px;
  font-weight: normal;
  border-top: 1px solid #cccccc;
  position: relative;
  line-height: 1;
}
.p-products__catalog__subttl::before, .p-products__catalog__subttl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
}
.p-products__catalog__subttl::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-1px);
}
.p-products__catalog__subttl::after {
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.p-products__catalog__table {
  font-size: 1.5rem;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.p-products__catalog__table tr {
  border-top: 1px solid #cccccc;
}
.p-products__catalog__table th {
  background-color: #f8f6f0;
  font-weight: normal;
  width: 20%;
  vertical-align: top;
}
.p-products__catalog__table th,
.p-products__catalog__table td {
  padding: 28px;
}
.p-products__catalog__table .notice {
  font-size: 1.3rem;
  padding-top: 1em;
}
.p-products__headding {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px 60px;
  margin: 0 auto;
}
.p-products__headding:first-child {
  padding: 60px 100px 60px;
}
.p-products__headding__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-products__headding .ttl > * {
  display: block;
  line-height: 1;
}
.p-products__headding .en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #df3946;
  font-weight: normal;
  padding-bottom: 12px;
  letter-spacing: 0.15em;
}
.p-products__headding .jp {
  font-size: 2.6rem;
  font-weight: normal;
}
.p-products__headding .jp b {
  font-weight: normal;
  margin-right: 0.5em;
}
.p-products__headding .jp--mini {
  font-size: 2.2rem;
}
.p-products__status__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}
.p-products__status .msg {
  font-size: 1.8rem;
}
.p-products__status .msg .total {
  font-size: 2.8rem;
  font-weight: bold;
}
.p-products__status .msg .unit {
  font-weight: bold;
  margin: 0 0.25em;
}
.p-products__status .condition {
  font-size: 1.4rem;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.p-products__status .condition b {
  font-weight: normal;
  margin-left: 2em;
}
.p-products__status .condition b:first-child {
  margin-left: 0;
}
.p-products__status .condition span {
  margin-left: 0.5em;
}
.p-products__status .amount {
  font-size: 1.5rem;
  position: relative;
  border-top: 1px solid #cccccc;
  text-align: right;
  padding: 46px 0 40px;
  margin-top: 50px;
}
.p-products__status .amount::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-1px);
}
.p-products__status .amount > * {
  display: inline-block;
}
.p-products__status .amount .current_start {
  margin-left: 2em;
}
.p-products__list {
  padding: 0 100px;
}
.p-products__list__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.p-products__list__container {
  padding-bottom: 100px;
  width: 100%;
}
.p-products__list .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 20px;
}
.p-products__list .list--search {
  max-width: 1000px;
  margin: 0 auto;
}
.p-products__list .list--product {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px 20px;
}
.p-products__list .list--product > * {
  transition: 0.25s ease-out;
}
.p-products__list .list--product > *:hover {
  opacity: 0.6;
}
.p-products__list .list--product > *:hover .thumb {
  opacity: 1;
}
.p-products__list .list--product > *:hover .thumb > * {
  border-color: #df3946;
}
.p-products__list .list--lineup {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 80px 20px;
  padding-bottom: 195px;
}
.p-products__list .list--slide {
  padding: 0 40px 50px;
}
.p-products__list .list--slide::before, .p-products__list .list--slide::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background-color: #f8f6f0;
  z-index: 2;
}
.p-products__list .list--slide::before {
  left: 0;
}
.p-products__list .list--slide::after {
  right: 0;
}
.p-products__list .list--slide .name {
  font-size: 1.8rem;
  padding-top: 20px;
}
.p-products__list .list--slide .name--large {
  font-size: 2.2rem;
}
.p-products__list .list--slide .name--mini {
  font-size: 1.5rem;
}
.p-products__list .list--slide .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  height: 5px;
  width: 5px;
}
.p-products__list .list--slide .swiper-pagination-bullet-active {
  background-color: #df3946;
}
.p-products__list .list--slide .swiper-button-prev.swiper-button-disabled,
.p-products__list .list--slide .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.p-products__list .list--slide .swiper-pagination {
  top: auto;
  bottom: 0;
}
.p-products__list .list--slide .swiper-button-prev,
.p-products__list .list--slide .swiper-button-next {
  top: calc(50% - 22px);
  width: 22px;
  height: 60px;
  background-color: #000;
  transform: translateY(-50%);
  z-index: 3;
}
.p-products__list .list--slide .swiper-button-prev svg,
.p-products__list .list--slide .swiper-button-next svg{
	display: none;
}
.p-products__list .list--slide .swiper-button-prev::after,
.p-products__list .list--slide .swiper-button-next::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.p-products__list .list--slide .swiper-button-prev {
  left: 0;
}
.p-products__list .list--slide .swiper-button-prev::after {
  transform: rotate(45deg) translate(-1px, -1px);
}
.p-products__list .list--slide .swiper-button-next {
  right: 0;
}
.p-products__list .list--slide .swiper-button-next::after {
  transform: rotate(-135deg) translate(1px, -1px);
}
.p-products__list .thumb {
  display: block;
  transition: opacity 0.25s ease-out;
}
.p-products__list .thumb > * {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f2f2f2;
  border: 1px solid #cececd;
  transition: border-color 0.25s ease-out;
}
.p-products__list .thumb > * img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.p-products__list .thumb:hover {
  opacity: 0.75;
}
.p-products__list .thumb:hover > * {
  border-color: #df3946;
}
.p-products__list .series {
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 18px;
  line-height: 1;
}
.p-products__list .series a {
  text-decoration: none;
  color: #808080;
  pointer-events: none;
}
.p-products__list .series + .name {
  padding-top: 6px;
}
.p-products__list .name {
  font-size: 2.2rem;
  font-weight: 400;
  padding-top: 18px;
  line-height: 1.25;
}
.p-products__list .name a {
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
.p-products__list .name a:hover {
  color: #df3946;
}
.p-products__list .tags {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.p-products__list .tags > * {
  display: inline-block;
}
.p-products__list .tags a {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 4px;
  text-decoration: none;
  color: #333333;
  background-color: #e6e6e6;
  pointer-events: none;
}
.p-products__paging {
  font-size: 1.8rem;
  padding-top: 100px;
}
.p-products__paging .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 4px;
  width: 100%;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
  text-align: center;
}
.p-products__paging .wp-pagenavi .extend + .extend {
  display: none;
}
.p-products__paging .wp-pagenavi > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  text-decoration: none;
  font-weight: bold;
}
.p-products__paging .wp-pagenavi > *.first, .p-products__paging .wp-pagenavi > *.last, .p-products__paging .wp-pagenavi > *.nextpostslink, .p-products__paging .wp-pagenavi > *.previouspostslink {
  background-color: #333333;
  color: #FFF;
}
.p-products__paging .wp-pagenavi > *.page {
  color: #808080;
  transition: color 0.25s ease-out;
}
.p-products__paging .wp-pagenavi > *.page:hover {
  color: #df3946;
}
.p-products__paging .wp-pagenavi > *.current {
  position: relative;
  color: #333333;
}
.p-products__paging .wp-pagenavi > *.current::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25em;
  left: 50%;
  width: 0.5em;
  height: 2px;
  background-color: #333333;
  transform: translate(-50%, 0);
}
.p-products__series_hero__inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
}
.p-products__series_hero__inner .pic {
  width: 100%;
}
.p-products__series_hero__inner .pic img {
  width: 100%;
  vertical-align: bottom;
}
.p-products__series_hero__inner .intro {
  padding: 90px 100px 90px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-products__series_hero__inner .ttl {
  font-size: 4rem;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1;
  padding: 0 100px;
}
.p-products__series_hero__inner .desc {
  font-size: 1.5rem;
  line-height: 1.75;
}
.p-products__series_specs {
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}
.p-products__series_specs__inner {
  position: relative;
  border: 1px solid #cccccc;
  padding: 60px 25px;
}
.p-products__series_specs__inner::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
  top: -1px;
}
.p-products__series_specs__inner > * {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.p-products__series_specs__inner > *:nth-last-child(1) {
  margin: 0 auto;
}
.p-products__series_specs .ttl {
  font-size: 1.8rem;
  position: relative;
  padding-left: 0.75em;
  margin-bottom: 50px;
}
.p-products__series_specs .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e70012;
  transform: translateY(-50%);
}
.p-products__series_specs .sub_ttl {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 40px 0;
  border-top: 1px solid #df3946;
}
.p-products__series_specs .link {
  padding: 80px 0 100px;
}
.p-products__series_specs .link .btn {
  font-size: 1.8rem;
  height: 80px;
  max-width: 400px;
  border-radius: 40px;
  margin: 0 auto;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.p-products__series_specs .link .btn::after {
  font-size: 1.1rem;
  content: "PDF";
  border: 1px solid #df3946;
  color: #df3946;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 0.5em;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
}
.p-products__series_specs .link .btn:hover {
  color: #FFF;
  background-color: #df3946;
}
.p-products__series_specs .link .btn:hover::after {
  background-color: #df3946;
  color: #FFF;
  border-color: #FFF;
}
.p-products__series_specs .spec_table {
  display: flex;
  margin-bottom: 40px;
}
.p-products__series_specs .spec_table:nth-last-child(1) {
  margin-bottom: 0;
}
.p-products__series_specs .spec_table > * {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-products__series_specs .spec_table > *.empty {
  flex-grow: 1;
}
.p-products__series_specs .spec_table .label {
  flex-direction: column;
  flex-shrink: 0;
  width: 94px;
}
.p-products__series_specs .spec_table .label > * {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.p-products__series_specs .spec_table .item {
  flex-grow: 1;
}
.p-products__series_specs .spec_table .item > * {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
.p-products__series_specs .spec_table .item > *::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.25s ease-out;
  background-color: #df3946;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-products__series_specs .spec_table .item > *.empty {
  cursor: default;
}
.p-products__series_specs .spec_table .item > *.empty::after {
  display: none;
}
.p-products__series_specs .spec_table .item > *:hover::after {
  opacity: 0.15;
}
.p-products__series_specs .spec_table .item > * > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 12px;
}
.p-products__series_specs .spec_table .item > * > *.name {
  font-size: 1.8rem;
}
.p-products__series_specs .spec_table .item > * > *.size {
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.p-products__series_specs .spec_table .image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 120px;
  flex-shrink: 0;
}
.p-products__series_specs .spec_table .image img {
  object-fit: contain;
  object-position: center bottom;
  width: 120px;
  height: 120px;
}
.p-products__series_specs .spec_table .name {
  font-weight: bold;
  height: 56px;
  border-bottom: 1px solid #cccccc;
  flex-shrink: 0;
}
.p-products__series_specs .spec_table .capacity {
  height: 56px;
  border-bottom: 1px solid #cccccc;
  flex-shrink: 0;
}
.p-products__series_specs .spec_table .size {
  border-bottom: 1px solid #cccccc;
  flex-grow: 1;
}
.p-products__series_specs .spec_table .material {
  height: 56px;
  border-bottom: 1px solid #cccccc;
  flex-shrink: 0;
}
.p-products__series_specs .spec_table .type {
  font-size: 1.3rem;
  font-weight: normal;
  height: 92px;
  flex-shrink: 0;
}
.p-products__series_specs .spec_table .type i {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e6e6e6;
}
.p-products__series_specs .spec_table .type i + i{
  margin-left: 5px;
}
.p-products__series_specs .spec_table__stack, .p-products__series_specs .spec_table__pd {
  display: none;
}
.p-products__series_specs .cap_table {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.p-products__series_specs .cap_table > * {
  border-bottom: 1px solid #cccccc;
}
.p-products__series_specs .cap_table > *:nth-child(8n+1):nth-last-child(-n+8), .p-products__series_specs .cap_table > *:nth-child(4n+1):nth-last-child(-n+4), .p-products__series_specs .cap_table > *:nth-child(8n+1):nth-last-child(-n+8) ~ li {
  border-bottom: 0;
}
.p-products__series_specs .cap_table > * > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 24px 12px;
  text-decoration: none;
  color: #333333;
  transition: 0.25s ease-out;
}
.p-products__series_specs .cap_table > * > *:hover {
  color: #df3946;
}
.p-products__series_specs .cap_table > * .type {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-products__series_specs .cap_table > * .type span {
  font-size: 1.2rem;
  display: block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-products__series_specs .cap_table > * .type i {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e6e6e6;
}
.p-products__series_specs .cap_table > * .name {
  font-size: 1.4rem;
}
.p-products__series_specs .cap_table > * .image {
  display: flex;
  align-items: center;
  height: 65px;
}
.p-products__series_specs .cap_table > * .image img {
  object-fit: scale-down;
  width: 50px;
  height: 50px;
}
.p-products__detail__inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px 60px;
  margin: 0 auto;
}
.p-products__detail__inner > * {
  width: calc(50% - 40px);
}
.p-products__detail__image .swiper-slide {
  background: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-products__detail__image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.p-products__detail__image .thumb {
  padding-top: 10px;
}
.p-products__detail__image .thumb > * {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.p-products__detail__image .thumb > * > * {
  cursor: pointer;
  transition: opacity 0.25s ease-out;
  background-color: #cccccc;
  transition: border-color 0.25s ease-out;
}
.p-products__detail__image .thumb > * > * img {
  vertical-align: bottom;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: opacity 0.25s ease-out;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.p-products__detail__image .thumb > * > *.active img {
  opacity: 0.25;
}
.p-products__detail__info .headding {
  color: #333333;
  padding-bottom: 80px;
}
.p-products__detail__info .headding .serise {
  font-size: 1.4rem;
}
.p-products__detail__info .headding .name {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.25;
  padding-top: 16px;
}
.p-products__detail__info .spec {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px 10px;
  position: relative;
  padding: 32px 0;
  border-top: 1px solid #cccccc;
}
.p-products__detail__info .spec::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-1px);
}
.p-products__detail__info .spec dt {
  font-size: 1.3rem;
  color: #808080;
  font-weight: bold;
  padding-left: 8px;
}
.p-products__detail__info .spec dd {
  font-size: 1.5rem;
}
.p-products__detail__info .spec dd > * {
  display: block;
  padding-top: 6px;
}
.p-products__detail__info .spec dd > *:first-child {
  padding-top: 0;
}
.p-products__detail__info .intro {
  font-size: 1.5rem;
  border-top: 1px solid #cccccc;
  padding-top: 32px;
  line-height: 1.75;
}
.p-products__detail__info .ctrl {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.p-products__detail__info .ctrl > * {
  display: inline-block;
}
.p-products__detail__info .ctrl > *.link_dl .btn {
  padding-left: 24px;
  padding-right: 24px;
}
.p-products__detail__info .ctrl .btn {
  font-size: 1.5rem;
  min-width: 250px;
  height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .p-products__intro_products__inner {
    display: block;
  }
  .p-products__intro_products__inner > * {
    padding-top: 60px;
  }
  .p-products__intro_products__inner > *:first-child {
    padding-top: 0;
  }
  .p-products__intro_products .pic {
    width: 50%;
  }
  .p-products__intro_products .links {
    grid-template-columns: 1fr;
  }
  .p-products__intro_products .links a {
    display: flex;
  }
  .p-products__intro_products .products_01 {
    flex-direction: column;
    gap: 32px;
  }
  .p-products__intro_products .products_01 .pic {
    width: 100%;
  }
  .p-products__intro_products .products_01 .contain {
    width: 100%;
    padding-top: 32px;
  }
  .p-products__intro_products .products_01 .ttl {
    font-size: 3.2rem;
  }
  .p-products__intro_products .products_01 .links {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }
  .p-products__intro_products .products_02 {
    grid-area: products2;
  }
  .p-products__intro_products .products_03 {
    grid-area: products3;
  }
  .p-products__intro_seriese {
    padding: 50px 25px 60px;
  }
  .p-products__intro_seriese__inner {
    padding: 0;
  }
  .p-products__intro_seriese__headding {
    padding: 0;
  }
  .p-products__intro_seriese__headding .en {
    font-size: 1.3rem;
    padding-bottom: 6px;
  }
  .p-products__intro_seriese__headding .jp {
    font-size: 1.8rem;
    font-weight: normal;
    background-position: left 0 center;
    background-size: 22px auto;
  }
  .p-products__intro_seriese__headding .btn {
    font-size: 1.3rem;
    padding: 0 28px !important;
  }
  .p-products__intro_seriese__headding .btn::before, .p-products__intro_seriese__headding .btn::after {
    display: none;
  }
  .p-products__intro_seriese__list .pic {
    display: flex;
    width: 100%;
  }
  .p-products__intro_seriese__list .pic img {
    width: 100%;
    vertical-align: bottom;
  }
  .p-products__intro_seriese__list .name {
    font-size: 2.4rem;
    line-height: 1;
    padding-top: 30px;
    font-weight: 300;
  }
  .p-products__intro_seriese__list .desc {
    font-size: 1.5rem;
    padding-top: 30px;
  }
  .p-products__intro_seriese + * {
    margin-top: -32px;
  }
  .p-products__intro_seriese .swiper-wrapper {
    gap: 0;
  }
  .p-products__intro_seriese .swiper-slide,
  .p-products__intro_seriese swiper-slide {
    flex-shrink: 0;
  }
  .p-products__catalog {
    padding: 70px 25px 100px;
  }
  .p-products__catalog__inner {
    max-width: 100%;
    padding: 0;
  }
  .p-products__headding {
    padding: 0 25px 60px;
  }
  .p-products__headding:first-child {
    padding: 0 25px 60px;
  }
  .p-products__headding__inner {
    padding: 0 25px 60px;
  }
  .p-products__status__inner {
    padding: 0 25px;
  }
  .p-products__list {
    padding: 0;
  }
  .p-products__list__inner {
    padding: 0 25px;
  }
  .p-products__list__container {
    padding-bottom: 100px;
    width: 100%;
  }
  .p-products__list .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px 20px;
  }
  .p-products__list .list--product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 80px 20px;
  }
  .p-products__list .list--lineup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 80px 20px;
    padding-bottom: 195px;
  }
  .p-products__list .list--slide {
    padding: 0 0 50px;
  }
  .p-products__list .list--slide::before, .p-products__list .list--slide::after {
    display: none;
  }
  .p-products__list .list--slide .swiper-button-prev,
  .p-products__list .list--slide .swiper-button-next {
    display: none;
  }
  .p-products__paging {
    padding-top: 70px;
  }
  .p-products__paging .wp-pagenavi {
    padding: 0 25px;
  }
  .p-products__series_hero__inner {
    padding: 0 25px;
  }
  .p-products__series_hero__inner .intro {
    padding: 90px 50px 90px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-products__series_specs {
    padding: 0;
  }
  .p-products__series_specs__inner {
    border: 0;
    padding: 60px 25px;
  }
  .p-products__series_specs .cap_table {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-products__series_specs .cap_table > * > * {
    padding: 24px 6px;
  }
  .p-products__series_specs .cap_table > *:nth-child(8n+1):nth-last-child(-n+8) ~ li {
    border-bottom: 1px solid #cccccc;
  }
  .p-products__series_specs .cap_table > *:nth-child(4n+1):nth-last-child(-n+4), .p-products__series_specs .cap_table > *:nth-child(8n+1):nth-last-child(-n+8) {
    border-bottom: 1px solid #cccccc !important;
  }
  .p-products__series_specs .cap_table > *:nth-child(5n+1):nth-last-child(-n+5), .p-products__series_specs .cap_table > *:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    border-bottom: 0 !important;
  }
  .p-products__detail__inner {
    gap: 40px;
    padding: 0 25px 60px;
  }
  .p-products__detail__inner > * {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .p-products__intro_products {
    padding-bottom: 70px;
  }
  .p-products__intro_products .contain {
    padding-top: 0;
  }
  .p-products__intro_products .ttl {
    font-size: 1.5rem;
  }
  .p-products__intro_products .links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 10px;
    padding-top: 16px;
  }
  .p-products__intro_products .links a {
    font-size: 1.2rem;
    position: relative;
  }
  .p-products__intro_products .links a::before {
    position: absolute;
    content: "";
    pointer-events: none;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 7px;
    border-color: transparent transparent transparent #df3946;
    transform: translate(0, -50%);
  }
  .p-products__intro_products .products_01 {
    gap: 20px;
  }
  .p-products__intro_products .products_01 .contain {
    padding-top: 24px;
  }
  .p-products__intro_products .products_01 .ttl {
    font-size: 1.8rem;
  }
  .p-products__intro_products .products_01 .links {
    padding-top: 24px;
  }
  .p-products__catalog {
    padding: 70px 25px 100px;
  }
  .p-products__catalog__headding {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .p-products__catalog__headding .ttl > * {
    display: block;
    line-height: 1;
    padding-left: 56px;
  }
  .p-products__catalog__headding .en {
    font-size: 1.3rem;
    padding-left: 48px;
    padding-bottom: 0px;
  }
  .p-products__catalog__headding .jp {
    font-size: 1.8rem;
    padding: 0.5em 0 0.5em 48px;
    background-position: left 4px center;
    background-size: 33px auto;
  }
  .p-products__catalog__list {
    flex-direction: column;
    max-width: 100%;
    gap: 15px;
  }
  .p-products__catalog__list > * {
    width: 100%;
  }
  .p-products__catalog__list > * a {
    gap: 15px;
  }
  .p-products__catalog__list > * a img {
    width: 85px;
  }
  .p-products__catalog__list > * a .name {
    font-size: 1.3rem;
  }
  .p-products__catalog__list > * a::after {
    width: 6px;
    height: 6px;
    border-left: 1px solid #df3946;
    border-bottom: 1px solid #df3946;
  }
  .p-products__catalog__subttl {
    font-size: 1.7rem;
    margin-top: 65px;
    padding: 20px;
  }
  .p-products__catalog__table {
    font-size: 1.3rem;
  }
  .p-products__catalog__table th {
    width: 20%;
  }
  .p-products__catalog__table th,
  .p-products__catalog__table td {
    padding: 15px;
  }
  .p-products__catalog__table .notice {
    font-size: 1.3rem;
    padding-top: 1em;
  }
  .p-products__headding {
    padding: 0 25px 30px;
  }
  .p-products__headding__inner {
    padding: 0 25px;
  }
  .p-products__headding .en {
    font-size: 1.3rem;
  }
  .p-products__headding .jp {
    font-size: 1.8rem;
  }
  .p-products__headding .jp b {
    display: none;
  }
  .p-products__headding .jp--mini {
    font-size: 1.4rem;
  }
  .p-products__status .msg {
    font-size: 1.4rem;
  }
  .p-products__status .msg .total {
    font-size: 2.3rem;
    font-weight: normal;
  }
  .p-products__status .msg .unit {
    font-size: 1.7rem;
    font-weight: normal;
  }
  .p-products__status .condition {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .p-products__status .amount {
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 20px 0 35px;
  }
  .p-products__status .amount .current_start {
    margin-left: 1em;
  }
  .p-products__list__container {
    padding-bottom: 50px;
  }
  .p-products__list:nth-last-child(1) .p-products__list__container {
    padding-bottom: 0;
  }
  .p-products__list .list--slide {
    padding: 0 0 40px;
  }
  .p-products__list .list--slide .name {
    font-size: 1.3rem;
    padding-top: 10px;
  }
  .p-products__list .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }
  .p-products__list .list--product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }
  .p-products__list .list--lineup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 15px;
    padding-bottom: 105px;
  }
  .p-products__list .series {
    font-size: 1.1rem;
    padding-top: 12px;
  }
  .p-products__list .series + .name {
    padding-top: 10px;
  }
  .p-products__list .name {
    font-size: 1.5rem;
    padding-top: 12px;
  }
  .p-products__list .name--large {
    font-size: 1.3rem;
  }
  .p-products__list .name--mini {
    font-size: 1.1rem;
  }
  .p-products__list .tags {
    padding-top: 16px;
    gap: 8px 8px;
  }
  .p-products__list .tags a {
    font-size: 1rem;
    height: 17px;
  }
  .p-products__paging {
    font-size: 1.6rem;
    padding-top: 35px;
  }
  .p-products__paging .wp-pagenavi > * {
    min-width: 30px;
    height: 30px;
  }
  .p-products__series_hero__inner .intro {
    padding: 32px 0 50px;
    display: block;
  }
  .p-products__series_hero__inner .ttl {
    font-size: 2.6rem;
    font-weight: 400;
    padding: 0;
  }
  .p-products__series_hero__inner .desc {
    font-size: 1.3rem;
    padding-top: 32px;
  }
  .p-products__series_specs__inner {
    padding: 30px 25px 0;
  }
  .p-products__series_specs__inner > * {
    margin: 0 auto 60px;
  }
  .p-products__series_specs .ttl {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .p-products__series_specs .ttl::before {
    width: 5px;
    height: 5px;
  }
  .p-products__series_specs .sub_ttl {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 20px 0;
  }
  .p-products__series_specs .link {
    padding: 50px 0 60px;
  }
  .p-products__series_specs .link .btn {
    font-size: 1.5rem;
    height: 50px;
    max-width: 270px;
    border-radius: 25px;
  }
  .p-products__series_specs .spec_table {
    display: flex;
    margin-bottom: 40px;
  }
  .p-products__series_specs .spec_table:nth-last-child(1) {
    margin-bottom: 0;
  }
  .p-products__series_specs .spec_table > * {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .p-products__series_specs .spec_table > *.empty {
    flex-grow: 1;
  }
  .p-products__series_specs .spec_table .label {
    width: 50px;
  }
  .p-products__series_specs .spec_table .label > * {
    font-size: 1rem;
    font-weight: normal;
  }
  .p-products__series_specs .spec_table .item > * > * {
    font-size: 1.1rem;
  }
  .p-products__series_specs .spec_table .item > * > *.name {
    font-size: 1.3rem;
    font-weight: normal;
  }
  .p-products__series_specs .spec_table .item > * > *.size {
    padding: 10px;
  }
  .p-products__series_specs .spec_table .image {
    width: 100%;
    height: 115px;
  }
  .p-products__series_specs .spec_table .image img {
    width: 50px;
    height: 115px;
  }
  .p-products__series_specs .spec_table .name {
    font-weight: normal;
    height: 30px;
  }
  .p-products__series_specs .spec_table .capacity {
    height: 30px;
  }
  .p-products__series_specs .spec_table .material {
    height: 30px;
  }
  .p-products__series_specs .spec_table .type {
    font-size: 1rem;
    font-weight: normal;
  }
  .p-products__series_specs .spec_table .type i {
    width: 7px;
    height: 7px;
  }
  .p-products__series_specs .cap_table {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-products__series_specs .cap_table > * {
    gap: 4px;
    padding: 10px 0;
  }
  .p-products__series_specs .cap_table > *:nth-child(5n+1):nth-last-child(-n+5) {
    border-bottom: 1px solid #cccccc;
  }
  .p-products__series_specs .cap_table > *:nth-child(4n+1):nth-last-child(-n+4), .p-products__series_specs .cap_table > *:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    border-bottom: 0 !important;
  }
  .p-products__series_specs .cap_table > * i {
    width: 6px;
    height: 6px;
  }
  .p-products__series_specs .cap_table > * .name {
    font-size: 1rem;
  }
  .p-products__series_specs .cap_table > * .image img {
    width: 35px;
  }
  .p-products__detail__inner {
    display: block;
    gap: unset;
  }
  .p-products__detail__inner > * {
    width: 100%;
  }
  .p-products__detail__image {
    padding-bottom: 30px;
  }
  .p-products__detail__image .thumb > * {
    gap: 4px 4px;
  }
  .p-products__detail__info .headding {
    padding-bottom: 40px;
  }
  .p-products__detail__info .headding .serise {
    font-size: 1.2rem;
  }
  .p-products__detail__info .headding .name {
    font-size: 2.6rem;
    padding-top: 8px;
  }
  .p-products__detail__info .spec {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 16px 5px;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
  }
  .p-products__detail__info .spec::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #df3946;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    transform: translateY(-1px);
  }
  .p-products__detail__info .spec dt {
    font-size: 1.1rem;
    font-weight: normal;
    padding-left: 8px;
  }
  .p-products__detail__info .spec dd {
    font-size: 1.3rem;
  }
  .p-products__detail__info .intro {
    font-size: 1.3rem;
    border-top: 1px solid #cccccc;
    padding-top: 32px;
  }
  .p-products__detail__info .ctrl {
    padding-top: 50px;
    display: block;
    flex-wrap: unset;
    max-width: 320px;
    margin: 0 auto;
  }
  .p-products__detail__info .ctrl > * {
    display: block;
    padding-bottom: 20px;
  }
  .p-products__detail__info .ctrl > *:nth-last-child(1) {
    padding-bottom: 0;
  }
  .p-products__detail__info .ctrl > *.link_print {
    display: none;
  }
  .p-products__detail__info .ctrl > *.link_dl .btn {
    min-width: 100%;
  }
  .p-products__detail__info .ctrl .btn {
    min-width: 100%;
  }
}

@media print {
  .l-footer,
  .l-main__search,
  .l-breadcrumbs,
  .l-gnavi,
  .l-gnavi,
  .menu-trigger,
  .l-header {
    display: none;
  }
  .l-page {
    padding-top: 30px;
  }
  .p-products__detail__inner {
    gap: 30px;
    max-width: 100%;
    padding: 0;
  }
  .p-products__detail__inner > * {
    width: calc(50% - 15px);
    padding-bottom: 80px;
  }
  .p-products__detail__image .js-swiper {
    display: none;
  }
  .p-products__detail__image .thumb > * {
    display: block;
    opacity: 1;
  }
  .p-products__detail__image .thumb > * > * {
    display: none;
    opacity: 1;
  }
  .p-products__detail__image .thumb > * > *:first-child {
    display: block;
  }
  .p-products__detail__image .thumb > * > *.active img {
    opacity: 1;
  }
  .p-products__detail__info .headding {
    padding-bottom: 40px;
  }
  .p-products__detail__info .spec::before {
    display: none;
  }
  .p-products__detail__info .ctrl {
    display: none;
  }
}
.p-static__lead {
  line-height: 1.75;
  padding-bottom: 80px;
}
.p-static__section {
  position: relative;
  border: 1px solid #cccccc;
  padding: 50px;
}
.p-static__section::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgb(251, 68, 111);
  background: linear-gradient(90deg, rgb(251, 68, 111) 0%, rgb(208, 146, 224) 100%);
}
.p-static__section__subttl {
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
}
.p-static__section__table {
  font-size: 1.6rem;
  width: 100%;
}
.p-static__section__table tr {
  border-top: 1px solid #cccccc;
}
.p-static__section__table tr:first-child {
  border-top: 0;
}
.p-static__section__table td,
.p-static__section__table th {
  padding: 20px 30px;
}
.p-static__section__table th {
  font-weight: normal;
  text-align: left;
}
.p-static__section:nth-last-child(1) {
  padding: 50px;
}
.p-static__legal_list dt {
  font-size: 2rem;
  padding-bottom: 24px;
}
.p-static__legal_list dd {
  font-size: 1.5rem;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #cccccc;
}
.p-static__legal_list dd:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: 0;
}
.p-static__legal_list dd .txt {
  padding-bottom: 1em;
}
.p-static__legal_list dd .txt:nth-last-child(1) {
  padding-bottom: 0;
}
.p-static__legal_list__gray {
  padding: 40px;
  background-color: #f8f6f0;
  line-height: 1.75;
}
.p-static__legal_list__gray dt,
.p-static__legal_list__gray dd {
  font-size: 1.5rem;
  padding: 0;
}
.p-static__acrobat {
  display: flex;
  gap: 20px;
}
.p-static__acrobat .banner {
  width: 160px;
  flex-shrink: 0;
}
.p-static__acrobat .desc {
  flex-grow: 1;
}
.p-static__acrobat .desc .txt {
  padding-bottom: 0.25em;
}
.p-static__acrobat .desc .txt:nth-last-child(1) {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-static__section__table {
    font-size: 1.2rem;
  }
  .p-static__section__table td,
  .p-static__section__table th {
    padding: 12px 5px;
  }
  .p-static__section__table th {
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  .p-static__lead {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }
  .p-static__section {
    padding: 30px 18px;
  }
  .p-static__section__subttl {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .p-static__section:nth-last-child(1) {
    padding: 30px 18px;
  }
  .p-static__legal_list dt {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .p-static__legal_list dd {
    font-size: 1.2rem;
    padding-bottom: 20px;
    margin-bottom: 26px;
  }
  .p-static__legal_list__gray {
    padding: 20px;
  }
  .p-static__legal_list__gray dt,
  .p-static__legal_list__gray dd {
    font-size: 1.2rem;
  }
  .p-static__acrobat {
    display: block;
    gap: unset;
  }
  .p-static__acrobat .banner {
    width: 100%;
    padding-bottom: 12px;
  }
}

.p-strengths__section {
  position: relative;
  overflow: hidden;
  padding: 0 150px;
}
.p-strengths__section > * {
  position: relative;
  z-index: inherit;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.p-strengths__section > * > * {
  width: 660px;
}
.p-strengths__section__left > * > * {
  margin: 0 auto 0 0;
}
.p-strengths__section__right > * > * {
  margin: 0 0 0 auto;
  transform: translateX(-10%);
}
.p-strengths__section picture {
  position: absolute;
  z-index: 1;
  padding: 0;
}
.p-strengths__section picture img {
  width: auto;
  transition: 0.8s ease-out;
  transform: scale(0.9);
  opacity: 0;
}
.p-strengths__section picture img.scrollin {
  transform: scale(1);
  opacity: 1;
}
.p-strengths__headding {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "num name" "num sub";
  align-items: center;
  gap: 0 40px;
}
.p-strengths__headding .num {
  grid-area: num;
  font-size: 15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #df3946;
}
.p-strengths__headding .name {
  grid-area: name;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
}
.p-strengths__headding .sub {
  grid-area: sub;
  font-size: 2.4rem;
  font-weight: normal;
  color: #df3946;
  line-height: 1;
}
.p-strengths__body .lead {
  font-size: 2.8rem;
  padding-top: 100px;
}
.p-strengths__body .desc {
  font-size: 1.6rem;
  padding-top: 40px;
}
.p-strengths__body .desc b {
  font-weight: normal;
  color: #df3946;
}
.p-strengths__body .links {
  font-size: 1.5rem;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.p-strengths__body .links .btn {
  min-width: 240px;
}
.p-strengths__body .links__large .btn {
  min-width: 360px;
}

.strength_1 {
  padding-top: 250px;
}
.strength_1 .pic_01 {
  width: 587px;
  top: 160px;
  left: 50%;
  transform: translateX(254px);
}
.strength_1 .pic_02 {
  width: 180px;
  top: 660px;
  left: 50%;
  transform: translateX(140px);
}

.strength_2 {
  padding-top: 440px;
}
.strength_2 .pic_01 {
  width: 714px;
  top: 260px;
  left: 50%;
  transform: translateX(-120%);
}

.strength_3 {
  padding-top: 440px;
}
.strength_3 .pic_01 {
  width: 640px;
  top: 140px;
  left: 50%;
  transform: translateX(254px);
}
.strength_3 .pic_02 {
  width: 188px;
  top: 790px;
  left: 50%;
  transform: translateX(220px);
}
.strength_3 .pic_03 {
  width: 127px;
  top: 820px;
  left: 50%;
  transform: translateX(500px);
}

.strength_4 {
  padding-top: 340px;
}
.strength_4 .pic_01 {
  width: 550px;
  top: 260px;
  left: 50%;
  transform: translateX(-130%);
}
.strength_4 .pic_02 {
  width: 135px;
  top: 740px;
  left: 50%;
  transform: translateX(-200%);
}

.strength_5 {
  padding-top: 300px;
  padding-bottom: 80px;
}
.strength_5 .pic_01 {
  width: 471px;
  top: 440px;
  left: 50%;
  transform: translateX(180px);
}
.strength_5 .pic_02 {
  width: 135px;
  top: 360px;
  left: 50%;
  transform: translateX(80px);
}

.strength_6 {
  padding-top: 240px;
  padding-bottom: 350px;
}
.strength_6 .pic_01 {
  width: 390px;
  top: 180px;
  left: 50%;
  transform: translateX(-160%);
}
.strength_6 .pic_02 {
  width: 127px;
  top: 520px;
  left: 50%;
  transform: translateX(-220%);
}

@media screen and (max-width: 1024px) {
  .p-strengths__section {
    padding: 0 50px;
  }
  .p-strengths__section > * > * {
    width: 100%;
  }
  .p-strengths__section__left > * > * {
    margin: 0 0 0 0;
  }
  .p-strengths__section__right > * > * {
    margin: 0 0 0 auto;
    transform: translateX(0);
  }
  .p-strengths__headding {
    display: block;
    width: 50%;
  }
  .p-strengths__headding .num {
    font-size: 10rem;
  }
  .p-strengths__headding .name {
    font-size: 6rem;
    padding-top: 8px;
  }
  .p-strengths__headding .sub {
    font-size: 2.4rem;
    padding-top: 20px;
  }
  .p-strengths__body .lead {
    padding-top: 60px;
  }
  .strength_1 {
    padding-top: 250px;
  }
  .strength_1 .pic_01 {
    width: 344px;
    top: 90px;
    left: 50%;
    transform: translateX(-80px);
  }
  .strength_1 .pic_02 {
    width: 170px;
    top: 400px;
    left: 50%;
    transform: translateX(200px);
  }
  .strength_2 {
    padding-top: 160px;
  }
  .strength_2 .pic_01 {
    width: 420px;
    top: 40px;
    left: 50%;
    transform: translateX(-380px);
  }
  .strength_3 {
    padding-top: 200px;
  }
  .strength_3 .pic_01 {
    width: 640px;
    top: 140px;
    left: 50%;
    transform: translateX(80px);
  }
  .strength_3 .pic_02 {
    width: 188px;
    top: 80px;
    left: 50%;
    transform: translateX(-80px);
  }
  .strength_3 .pic_03 {
    display: none;
  }
  .strength_4 {
    padding-top: 300px;
  }
  .strength_4 .pic_01 {
    width: 550px;
    top: 200px;
    left: 50%;
    transform: translateX(-420px);
  }
  .strength_4 .pic_02 {
    width: 135px;
    top: 80px;
    left: 50%;
    transform: translateX(-100px);
  }
  .strength_5 {
    padding-top: 300px;
    padding-bottom: 80px;
  }
  .strength_5 .pic_01 {
    width: 471px;
    top: 100px;
    left: 50%;
    transform: translateX(-60px);
  }
  .strength_5 .pic_02 {
    width: 135px;
    top: 500px;
    left: 50%;
    transform: translateX(180px);
  }
  .strength_6 {
    padding-top: 240px;
    padding-bottom: 350px;
  }
  .strength_6 .pic_01 {
    width: 390px;
    top: 130px;
    left: 50%;
    transform: translateX(-360px);
  }
  .strength_6 .pic_02 {
    width: 127px;
    top: 40px;
    left: 50%;
    transform: translateX(-60px);
  }
}
@media screen and (max-width: 640px) {
  .p-strengths__section {
    padding: 0 25px;
  }
  .p-strengths__section__left > * > * {
    margin: 0 auto 0 0;
  }
  .p-strengths__section__right > * > * {
    margin: 0 0 0 auto;
  }
  .p-strengths__headding .num {
    font-size: 5rem;
  }
  .p-strengths__headding .name {
    font-size: 3.5rem;
    padding-top: 20px;
  }
  .p-strengths__headding .sub {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .p-strengths__body .lead {
    font-size: 1.9rem;
    padding-top: 60px;
  }
  .p-strengths__body .desc {
    font-size: 1.4rem;
    padding-top: 30px;
  }
  .p-strengths__body .links {
    font-size: 1.5rem;
  }
  .p-strengths__body .links .btn {
    min-width: 240px;
  }
  .p-strengths__body .links__large {
    align-items: flex-end;
  }
  .p-strengths__body .links__large .btn {
    width: 270px;
    padding: 0 16px 0 20px;
  }
  .strength_1 {
    padding-top: 120px;
  }
  .strength_1 .pic_01 {
    width: 172px;
    top: 20px;
    left: 50%;
    transform: translateX(-50px);
  }
  .strength_1 .pic_02 {
    width: 85px;
    top: 200px;
    left: 50%;
    transform: translateX(70px);
  }
  .strength_2 {
    padding-top: 120px;
  }
  .strength_2 .pic_01 {
    width: 210px;
    top: 100px;
    left: 50%;
    transform: translateX(-180px);
  }
  .strength_3 {
    padding-top: 170px;
  }
  .strength_3 .pic_01 {
    width: 200px;
    top: 120px;
    left: 50%;
    transform: translateX(10px);
  }
  .strength_3 .pic_02 {
    width: 94px;
    top: 80px;
    left: 50%;
    transform: translateX(-80px);
  }
  .strength_4 {
    padding-top: 180px;
  }
  .strength_4 .pic_01 {
    width: 235px;
    top: 120px;
    left: 50%;
    transform: translateX(-260px);
  }
  .strength_4 .pic_02 {
    width: 64px;
    top: 70px;
    left: 50%;
    transform: translateX(-50px);
  }
  .strength_5 {
    padding-top: 130px;
    padding-bottom: 0;
  }
  .strength_5 .pic_01 {
    width: 235px;
    top: 100px;
    left: 50%;
    transform: translateX(-20px);
  }
  .strength_5 .pic_02 {
    width: 64px;
    top: 360px;
    left: 50%;
    transform: translateX(100px);
  }
  .strength_6 {
    padding-top: 190px;
    padding-bottom: 130px;
  }
  .strength_6 .pic_01 {
    width: 195px;
    top: 130px;
    left: 50%;
    transform: translateX(-230px);
  }
  .strength_6 .pic_02 {
    width: 63px;
    top: 80px;
    left: 50%;
    transform: translateX(-60px);
  }
}
.accordion__content {
  display: none;
  cursor: pointer;
}
.accordion__content.is-open {
  display: block;
}

.btn {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  font-family: "Montserrat", sans-serif;
}
.btn--block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn--size__s {
  font-size: 1.4rem;
  height: 32px !important;
  border-radius: 16px;
}
.btn--size__m {
  font-size: 1.4rem;
  height: 42px !important;
  border-radius: 21px;
}
.btn--size__l {
  font-size: 2rem;
  height: 50px !important;
  border-radius: 25px;
}
.btn:disabled {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #FFF;
  pointer-events: none;
}
.btn:disabled svg {
  fill: #FFF;
  width: 1em;
  height: 1em;
}
.btn--color__red {
  border: 1px solid #df3946;
  color: #df3946;
}
.btn--color__red svg {
  fill: #df3946;
}
.btn--color__red:hover {
  color: #FFF;
  background-color: #df3946;
}
.btn--color__gray {
  border: 1px solid transparent;
  border: 1px solid #cccccc;
  color: #333333;
}
.btn--color__gray svg {
  fill: #333333;
}
.btn--color__gray:hover {
  border-color: #cccccc;
  background-color: #f8f6f0;
}
.btn--color__gray:hover svg {
  fill: #333333;
}
.btn--color__gray__fill {
  border: 1px solid #333333;
  background-color: #333333;
  color: #FFF;
}
.btn--color__gray__fill svg {
  fill: #FFF;
  width: 1em;
  height: 1em;
}
.btn--color__gray__fill:hover {
  border-color: #df3946;
  color: #FFF;
  background-color: #df3946;
}
.btn--color__gray__fill:hover svg {
  fill: #FFF;
}
.btn--arrow__more {
  padding: 0 37px 0 47px;
}
.btn--arrow__more::before, .btn--arrow__more::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.btn--arrow__more::before {
  left: -145px;
  top: 50%;
  width: 170px;
  height: 1px;
  background-color: #df3946;
  transform: translate(0, -50%);
}
.btn--arrow__more::after {
  left: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 7px;
  border-color: transparent transparent transparent #df3946;
  transform: translate(0, -50%);
}
.btn--icon__left i {
  display: inline-block;
  left: 1.5em;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}
.btn--icon__right i {
  display: inline-block;
  right: 1em;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}
.btn--icon__pdf::after {
  font-size: 1rem;
  content: "PDF";
  border: 1px solid #df3946;
  color: #df3946;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 0.5em;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
}
.btn--icon__pdf:hover::after {
  background-color: #df3946;
  color: #FFF;
  border-color: #FFF;
}
.btn .icon_print {
  width: 20px;
}
.btn .icon_sample {
  width: 24px;
}
.btn .icon_arrow--left::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(45deg);
}
.btn .icon_arrow--right::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .btn--size__s {
    font-size: 1.1rem;
    height: 28px;
    border-radius: 14px;
  }
  .btn--size__m {
    font-size: 1.3rem;
    height: 36px !important;
    border-radius: 18px;
  }
  .btn--arrow__more {
    padding: 0 36px 0 40px;
  }
  .btn--arrow__more::before {
    left: -55px;
    width: 75px;
  }
  .btn--arrow__more::after {
    left: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 7px;
    border-color: transparent transparent transparent #df3946;
    transform: translate(0, -50%);
  }
}

label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 30px;
  line-height: 1;
  border-radius: 21px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  transition: all 0.25s ease-out;
}

input[type=radio] + label {
  justify-content: flex-start;
  padding: 0 14px 0 36px;
}
input[type=radio] + label::before, input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
input[type=radio] + label::before {
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #cccccc;
  background-color: #FFF;
}
input[type=radio] + label::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #df3946;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
input[type=radio] + label:hover::after {
  opacity: 1;
}
input[type=radio]:checked + label::after {
  opacity: 1;
}

input[type=checkbox] + label {
  font-size: 1.4rem;
  justify-content: center;
  border: 1px solid #cccccc;
  padding: 0 8px;
  background-color: #FFF;
}
input[type=checkbox] + label:hover {
  background-color: #ffebed;
  border: 1px solid #333333;
}
input[type=checkbox]:checked + label {
  font-weight: bold;
  background-color: #ffebed;
  border: 1px solid #333333;
  color: #333333;
}
input[type=checkbox]:disabled + label {
  color: #cccccc;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  cursor: not-allowed;
}
input[type=checkbox]:disabled + label:hover {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
}

select {
  font-size: 1.4rem;
  appearance: none;
  color: #333333;
  padding: 0 32px;
  line-height: 36px;
  border: none;
  outline: 0;
  box-shadow: none;
  text-indent: 0.01px;
  text-align: center;
  text-align: -webkit-center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 1px solid #d9d9d9;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle;
  font-weight: bold;
  background-color: #ffebed;
  background-image: url(../img/common/icon-select_arrow.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
}
select:disabled {
  font-weight: normal;
  color: #cccccc;
  background-color: #f2f2f2;
}

@media screen and (max-width: 640px) {
  label {
    color: #666666;
  }
  input[type=radio] + label {
    font-size: 1.5rem;
    padding: 0 14px 0 36px;
  }
  input[type=radio] + label::before, input[type=radio] + label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  input[type=radio] + label::before {
    left: 6px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #cccccc;
  }
  input[type=radio] + label::after {
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #df3946;
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  input[type=checkbox] + label {
    font-size: 1.2rem;
    height: 28px;
    border-radius: 14px;
    padding: 0 14px;
  }
}
.menu-trigger {
  width: 84px;
  height: 84px;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 16;
  background-color: #df3946;
}
.menu-trigger > * {
  display: inline-flex;
  transition: all 0.4s;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  cursor: pointer;
}
.menu-trigger > * .icon {
  position: relative;
  width: 26px;
  height: 26px;
}
.menu-trigger > * .icon > * {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
  vertical-align: bottom;
}
.menu-trigger > * .icon > *:nth-of-type(1) {
  top: 6px;
}
.menu-trigger > * .icon > *:nth-of-type(2) {
  bottom: 6px;
}
.min .menu-trigger > * .icon {
  background-color: #0E3B5E;
}
.open .min .menu-trigger > * .icon {
  background-color: #000;
}
.menu-trigger > * .label {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
}
.menu-trigger > * .label--open {
  display: block;
}
.menu-trigger > * .label--close {
  display: none;
}
.menu-trigger i {
  font-size: 2.4rem;
  color: #808080;
  transition: 0.25s ease-out;
}
.menu-trigger.active .icon span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active .icon span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
}
.menu-trigger.active .label--open {
  display: none;
}
.menu-trigger.active .label--close {
  display: block;
}
.menu-trigger:hover i {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .menu-trigger {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    width: 62px;
    height: 62px;
  }
  .menu-trigger > * {
    width: 62px;
    height: 62px;
  }
}

/*click後のスタイル*/
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.ul {
  font-size: 1.5rem;
  padding-bottom: 24px;
}
.ul li {
  position: relative;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  color: #333333;
}
.ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #df3946;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .ul {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
}

.ol {
  font-size: 1.5rem;
  list-style-type: decimal;
  padding-left: 1.5em;
  padding-bottom: 24px;
}
.ol li {
  padding-bottom: 0.75em;
}
.ol li:nth-last-child(1) {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .ol {
    font-size: 1.3rem;
  }
}

.search__ttl {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 24px;
  margin-top: 60px;
}
.search__ttl:first-child {
  margin-top: 0;
}
.search__ttl::before, .search__ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #df3946;
}
.search__ttl::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  transform: translateY(-1px);
}
.search__ttl::after {
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search__tags li {
  display: inline-block;
}
.search__tags a {
  font-size: 1.4rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 42px;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 0 16px 0 20px;
  border-radius: 21px;
  text-decoration: none;
  background-color: #FFF;
  transition: all 0.25s ease-out;
}
.search__tags a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(-45deg);
  transition: border-color 0.25s ease-out;
}
.search__tags a:hover {
  background-color: #ffebed;
  border: 1px solid #333333;
}
.search__condition {
  background-color: #FFF;
  border-radius: 20px;
  padding: 100px;
}
.search__condition .list {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px 10px;
}
.search__condition .list dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 0.3em;
}
.search__condition .list dd select {
  min-width: 170px;
}
.search__condition .text_form {
  display: flex;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #cccccc;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  padding-left: 12px;
  background-color: #FFF;
}
.search__condition .text_form input[type=text] {
  width: 100%;
  outline: none;
  border: 0;
}
.search__condition .text_form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 46px;
  background-color: #404040;
}
.search__condition .text_form button svg {
  width: 16px;
  fill: #FFF;
  margin-bottom: 3px;
}
.search__condition .check_group {
  margin-bottom: -10px;
}
.search__condition .check_group label {
  min-width: 90px;
  margin-bottom: 10px;
}
.search__condition .check_group input[type=radio],
.search__condition .check_group input[type=checkbox] {
  display: none;
}
.search__condition .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.search__condition .footer .result {
  font-size: 1.5rem;
  line-height: 1;
  padding: 24px 0 0;
}
.search__condition .footer .result span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0.5em;
}
.search__condition .footer .result i {
  font-weight: bold;
  font-style: normal;
}
.search__condition .footer .btn {
  width: 240px;
}
.search__condition__reset {
  text-align: center;
}
.search__condition__reset .btn {
  width: 240px;
  border-color: transparent;
  transform: translateY(-80px);
}
.l-search--sub .search__ttl {
  font-weight: normal;
}
.l-search--sub .search__condition {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1024px) {
  .search__condition {
    padding: 50px 50px 100px;
  }
  .search__condition .list dd {
    display: flex;
    gap: 10px;
    padding-bottom: 32px;
  }
  .search__condition .list dd select {
    flex-grow: 1;
    min-width: inherit;
  }
  .search__condition__reset_btn {
    transform: translateY(-40px);
  }
}
@media screen and (max-width: 640px) {
  .search__ttl {
    font-size: 1.7rem;
    font-weight: normal;
    padding: 16px 20px;
    margin-top: 50px;
  }
  .search__tags a {
    font-size: 1.2rem;
    color: #666666;
    gap: 4px;
  }
  .search__condition {
    border: 0;
    background-color: transparent;
    padding: 0;
  }
  .search__condition .list {
    display: block;
    padding-top: 8px;
  }
  .search__condition .list dt {
    font-size: 1.5rem;
    font-weight: normal;
    padding-bottom: 16px;
  }
  .search__condition .text_form {
    width: 100%;
    max-width: 100%;
  }
  .search__condition .check_group {
    margin-bottom: -8px;
  }
  .search__condition .check_group label {
    width: auto;
    min-width: inherit;
    margin-bottom: 8px;
  }
  .search__condition .footer {
    margin-top: 40px;
    padding: 0 24px;
    border-top: 1px solid #cccccc;
    text-align: center;
  }
  .search__condition .footer .result {
    font-size: 1.4rem;
    padding: 30px 0 20px;
  }
  .search__condition .footer .result span {
    font-size: 2.5rem;
    font-weight: normal;
    padding: 0 0.5em;
  }
  .search__condition .footer .result i {
    font-size: 1.7rem;
    font-weight: normal;
  }
  .search__condition .footer .btn {
    width: 100%;
  }
  .search__condition__reset {
    padding: 28px 24px 0;
  }
  .search__condition__reset .btn {
    width: 100%;
    transform: translateY(0px);
    border-color: #cccccc;
  }
  .l-search--sub .search__condition {
    border: 0;
  }
}

.txt {
  font-size: 1.5rem;
  line-height: 1.75;
  padding-bottom: 2em;
}
.txt__notice {
  font-size: 1.2rem;
  color: #595959;
}
.txt--align__right {
  text-align: right;
}
.txt .red {
  font-weight: normal;
  color: #df3946;
}
@media screen and (max-width: 640px) {
  .txt {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
