@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --font-family: YakuHanMP, "Noto Serif JP", serif;
  --color-main: #740125;
  --color-text: #707070;
  --color-bg: #fff;
  --bezier: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

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

body {
  color: var(--color-text);
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  overscroll-behavior: none;
  background: var(--color-bg);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
}
.c-container {
  padding: 0 3rem;
  margin: auto;
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}

.c-container_s {
  padding: 0 3rem;
  margin: auto;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .c-container_s {
    padding: 0 2rem;
  }
}

.c-container_874 {
  padding: 0 3rem;
  margin: auto;
  max-width: 874px;
}
@media screen and (max-width: 767px) {
  .c-container_874 {
    padding: 0 2rem;
  }
}

.c-container_mid {
  padding: 0 3rem;
  margin: auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .c-container_mid {
    padding: 0 2rem;
  }
}

.c-container_wide {
  padding: 0 3rem;
  margin: auto;
  max-width: 1260px;
}
@media screen and (max-width: 767px) {
  .c-container_wide {
    padding: 0 2rem;
  }
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.anim {
  opacity: 0;
  transform: translateY(8rem);
}

.anim02 {
  opacity: 0;
  transform: translateY(8rem);
}

.opacity {
  opacity: 0;
}

.anim.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.anim02.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.opacity.in-view {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

body.js-navopen {
  overflow: hidden;
  /* スクロールを無効化 */
}

.l-header {
  z-index: 1000;
  position: relative;
  background: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
  }
}
.l-header_inner {
  position: relative;
  max-width: 1260px;
  padding-inline: 3rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-top: 1.6rem;
}
@media (max-width: 1080px) {
  .l-header_inner {
    height: 66px;
    padding-top: 0;
    padding-inline: 1rem;
  }
}
@media (max-width: 1080px) {
  .l-header_logo {
    width: min(50vw, 200px);
  }
}
@media (max-width: 1080px) {
  .l-header_submenu {
    display: none;
  }
}
.l-header_submenu-list {
  display: flex;
  align-items: center;
}
.l-header_submenu-item {
  margin-left: 1rem;
}
.l-header_submenu-item a {
  background: var(--color-main);
  color: #fff;
  width: 155px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: opacity 0.3s ease;
}
.l-header_submenu-item a:hover {
  opacity: 0.8;
}
.l-header_submenu-tel {
  margin-left: 2rem;
}
.l-header_submenu-tel a {
  font-size: 3rem;
  font-weight: 500;
  color: #4A4A4A;
}
.l-header_submenu-small {
  display: none;
}
@media (max-width: 1080px) {
  .l-header_submenu-small {
    display: block;
    background: #fff;
    padding: 3rem 3rem 5rem;
  }
}
.l-header_submenu-small-item {
  margin-left: 0rem;
  margin-bottom: 2rem;
}
.l-header_submenu-small-item a {
  background: var(--color-main);
  color: #fff;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: opacity 0.3s ease;
}
.l-header_submenu-small-item a:hover {
  opacity: 0.8;
}
.l-header_submenu-small-tel {
  margin-left: 0rem;
  text-align: center;
}
.l-header_submenu-small-tel a {
  font-size: 3rem;
  font-weight: 500;
  color: #4A4A4A;
}

.l-global {
  padding-top: 1rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 1080px) {
  .l-global {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: var(--color-main);
    height: calc(100dvh - 6.6rem);
    position: fixed;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 6.6rem;
    left: 0;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 0;
    transition: opacity 0.5s var(--bezier), visibility 0.8s var(--bezier);
  }
}
.l-global_inner {
  max-width: 1260px;
  padding-inline: 3rem;
  margin-inline: auto;
}
@media (max-width: 1080px) {
  .l-global_inner {
    padding-inline: 0;
  }
}
.l-global_main {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .l-global_main {
    flex-direction: column;
    gap: 0;
  }
}
.l-global_main > li {
  padding-bottom: 2rem;
}
@media (max-width: 1080px) {
  .l-global_main > li {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.l-global_main > li:hover span,
.l-global_main > li:hover a {
  color: var(--color-main);
}
@media (max-width: 1080px) {
  .l-global_main > li:hover span,
  .l-global_main > li:hover a {
    color: #fff;
  }
}
.l-global_main > li span,
.l-global_main > li a {
  display: block;
  color: #4A4A4A;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .l-global_main > li span,
  .l-global_main > li a {
    color: #fff;
    font-size: min(4.8vw, 2.4rem);
    padding: 1.5rem 2rem;
  }
}
.l-global_main > li .head {
  position: relative;
}
@media (max-width: 1080px) {
  .l-global_main > li .head::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .l-global_main > li .head::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 1.5rem;
    bottom: 50%;
    transform: translateY(50%) rotate(90deg);
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 1080px) {
  .l-global_main > li.is-open .head::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .l-global_main > li.is-open .head::before {
    opacity: 0;
  }
}
.l-global_main-hassub.is-open .l-global_main-sub {
  max-height: 400px;
}
.l-global_main-sub {
  display: none;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  left: 0%;
  top: 100%;
  background: var(--color-main);
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .l-global_main-sub {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding-top: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 1em;
  }
}
.l-global_main-sub ul {
  padding-top: 5rem;
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
  gap: 1rem 4rem;
  flex-wrap: wrap;
  max-width: 1260px;
  padding-inline: 3rem;
  margin-inline: auto;
}
@media (max-width: 1080px) {
  .l-global_main-sub ul {
    padding-top: 0rem;
    padding-bottom: 2rem;
    flex-direction: column;
    gap: 0;
    padding-inline: 0;
  }
}
.l-global_main-sub li a {
  background: none;
  border-radius: 0;
  font-size: 1.6rem;
  color: #fff !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .l-global_main-sub li a {
    white-space: wrap;
  }
}
.l-global_main-sub li a:hover {
  opacity: 0.8;
}
.l-global_main-sub li a::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 1rem;
}

/* PC時はhover即時表示＆max-height無効化 */
body:not(.is-touch) .l-global_main-sub {
  max-height: none;
  overflow: visible;
  transition: none;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all 0.3s ease;
}

body:not(.is-touch) .l-global_main-hassub:hover .l-global_main-sub {
  visibility: visible;
  opacity: 1;
}

/* ハンバーガーボタン */
.navbtn {
  display: none;
}
@media (max-width: 1080px) {
  .navbtn {
    display: block;
    all: unset;
    outline: revert;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--color-main);
    position: absolute;
    right: 0;
    top: 0;
  }
}

.navbtn-bar,
.navbtn::before,
.navbtn::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background-color: currentColor;
  grid-area: 1/1;
  transition: transform 0.3s;
}

.navbtn::before {
  transform: translateY(-7px);
}

.navbtn::after {
  transform: translateY(7px);
}

.js-navopen .navbtn-bar {
  transform: scale(0);
}

.js-navopen .navbtn::before {
  transform: translateY(0) rotate(45deg);
}

.js-navopen .navbtn::after {
  transform: translateY(0) rotate(-45deg);
}

.js-navopen {
  overflow: hidden;
}

/* スクリーンリーダー */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js-navopen .l-global {
  opacity: 1;
  visibility: visible;
}

.js-sptoggle .l-global_sp-sublist {
  max-height: 300px;
}
.js-sptoggle ul.l-global_sp .head::before {
  transform: translateY(-50%) rotate(-90deg);
}
.js-sptoggle ul.l-global_sp .head::after {
  transform: translateY(-50%) rotate(-270deg);
}

.l-footer {
  padding-block: 0rem 12rem;
}
@media screen and (max-width: 879px) {
  .l-footer {
    padding-block: 0rem 8.4rem;
  }
}
.l-footer_inner {
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media (max-width: 879px) {
  .l-footer_inner {
    padding-inline: 2rem;
    background: var(--color-main);
    padding-bottom: 6rem;
  }
}
.l-footer_nav {
  padding-top: 5rem;
  background: #fff;
  border-bottom: 1px solid #707070;
  padding-bottom: 2rem;
}
@media screen and (max-width: 879px) {
  .l-footer_nav {
    border-bottom: 0;
    padding-bottom: 5rem;
  }
}
.l-footer_navinner {
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media (max-width: 879px) {
  .l-footer_navinner {
    padding-inline: 2rem;
  }
}
@media (max-width: 1080px) {
  .l-footer_nav .l-global_main > li .head::before,
  .l-footer_nav .l-global_main > li .head::after {
    background: #000;
  }
}
.l-footer_nav ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .l-footer_nav ul {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav ul {
    flex-wrap: wrap;
  }
}
.l-footer_nav ul li a {
  color: #4A4A4A;
  font-weight: 600;
}
.l-footer_nav ul li a:hover {
  color: var(--color-main);
}
@media (max-width: 1080px) {
  .l-footer_nav ul > li {
    border-bottom: 1px solid #707070;
  }
}
@media (max-width: 1080px) {
  .l-footer_nav ul > li .l-global_main-sub ul {
    padding-block: 1rem;
  }
}
@media (max-width: 1080px) {
  .l-footer_nav ul > li .l-global_main-sub li {
    border-bottom: 0;
  }
}
.l-footer_cont {
  padding-top: 4rem;
  color: #4A4A4A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 979px) {
  .l-footer_cont {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 879px) {
  .l-footer_cont {
    color: #fff;
    flex-direction: column-reverse;
  }
}
.l-footer_cont-name {
  font-size: min(4.26vw, 1.8rem);
}
.l-footer_cont-address {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer_cont-address {
    flex-direction: column;
  }
}
.l-footer_cont-address a {
  text-decoration: underline;
}
.l-footer_cont-address a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.l-footer_cont-address .address-name {
  width: 120px;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer_cont-address .address-address {
    margin-top: 0.5rem;
  }
}
.l-footer_cont-sns {
  padding-right: min(4.8vw, 5rem);
}
@media (max-width: 979px) {
  .l-footer_cont-sns {
    margin-top: 2rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 879px) {
  .l-footer_cont-sns {
    margin-top: 0;
    width: 100%;
    justify-content: center;
  }
}
.l-footer_cont-sns ul.sns-pc {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 879px) {
  .l-footer_cont-sns ul.sns-pc {
    display: none;
  }
}
.l-footer_cont-sns ul.sns-sp {
  display: none;
}
@media screen and (max-width: 879px) {
  .l-footer_cont-sns ul.sns-sp {
    justify-content: center;
    display: flex;
    gap: 2rem;
  }
}

.scrolled .l-footarea {
  transform: translateY(0);
}
.scrolled .l-footarea_btn {
  opacity: 1;
}

.l-footarea {
  height: 12rem;
  background: var(--color-main);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 879px) {
  .l-footarea {
    height: 8.4rem;
  }
}
.l-footarea_inner {
  max-width: 1060px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1313px) {
  .l-footarea_inner {
    margin-inline: 0 auto;
  }
}
@media screen and (max-width: 879px) {
  .l-footarea_inner {
    padding-inline: 1rem;
    justify-content: center;
  }
}
.l-footarea_inner ul {
  display: flex;
  margin-inline: -0.5rem;
}
@media screen and (max-width: 879px) {
  .l-footarea_inner ul {
    width: 100%;
  }
}
.l-footarea_inner ul li {
  padding-inline: 0.5rem;
}
@media screen and (max-width: 879px) {
  .l-footarea_inner ul li {
    width: 33.3%;
  }
}
.l-footarea_inner ul li a {
  width: 168px;
  height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (min-width: 1038px) and (max-width: 1239px) {
  .l-footarea_inner ul li a {
    width: 11.3vw;
  }
}
@media screen and (max-width: 879px) {
  .l-footarea_inner ul li a {
    width: 100%;
    height: 7.4rem;
  }
}
.l-footarea_inner ul li a .foot-icn {
  padding-top: 0.5rem;
  height: 52px;
  display: flex;
  align-items: center;
}
.l-footarea_inner ul li a .foot-icn img {
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 879px) {
  .l-footarea_inner ul li a .foot-icn {
    height: 46px;
  }
}
.l-footarea_inner ul li a .foot-name {
  margin-top: 0.5rem;
  color: #4A4A4A;
}
@media screen and (max-width: 879px) {
  .l-footarea_inner ul li a .foot-name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 879px) {
  .l-footarea_inner ul li a .foot-name {
    margin-top: 0.5rem;
  }
}
.l-footarea_tel {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 6rem;
}
@media (max-width: 1037px) {
  .l-footarea_tel {
    display: none;
  }
}
.l-footarea_tel .tel-top {
  font-size: 4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  line-height: 1;
}
.l-footarea_tel .tel-small {
  font-size: 13px;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: 0.08em;
}
.l-footarea_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  height: 100%;
  aspect-ratio: 1;
}
.l-footarea_btn a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1100;
}
.l-footarea_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background: url(../img/common/icn-top-w.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footarea_btn .msg {
  display: none;
}
@media screen and (max-width: 879px) {
  .l-footarea_btn {
    bottom: 100%;
    height: 6rem;
    background: #fff;
    opacity: 0;
  }
  .l-footarea_btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    background: url(../img/common/icn-top.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.copyright {
  margin-top: 5rem;
  background: #000;
  text-align: center;
  height: 60px;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 879px) {
  .copyright {
    padding-right: 8rem;
    margin-top: 0;
  }
}

body:not(.is-touch) .l-footer_nav .l-global_main-hassub:hover .l-global_main-sub {
  visibility: hidden;
  opacity: 0;
  display: none;
}

a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.8;
}

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

.p-page {
  padding-top: 6.5rem;
  padding-bottom: 10rem;
  background: url(../img/common/main-bg.jpg) repeat-y center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.p-page_title {
  font-size: min(6.4vw, 3.4rem);
  text-align: center;
}
.p-page_navi {
  padding-block: 6rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-page_navi {
    padding-block: 3rem 1.5rem;
  }
}
.p-page_navi-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
  /* gapは使わず線で仕切る */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page_navi-list {
    grid-auto-flow: row;
  }
}
.p-page_navi-list li {
  text-align: center;
  position: relative;
  padding-inline: 0.5rem;
}
.p-page_navi-list li.is-current {
  color: var(--color-main);
}
.p-page_navi-list li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-page_navi-list li::after {
    display: none;
  }
}
.p-page_navi-list li:first-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-page_navi-list li:first-child::before {
    display: none;
  }
}
.p-page_navi-list li a {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-page_navi-list li a {
    justify-content: flex-start;
    text-align-last: left;
    border-bottom: 1px solid #707070;
    padding-block: 1rem;
  }
}
.p-page_navi-list li a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-page_navi-list li a::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    aspect-ratio: 1/1;
    border-right: 2px solid var(--color-main);
    border-top: 2px solid var(--color-main);
    transform: rotate(45deg);
    margin-right: 1rem;
  }
}

.p-home {
  background: url(../img/common/main-bg.jpg) repeat-y center;
  background-size: 100% auto;
}

.mt5 {
  margin-top: 5em;
}

.mt3 {
  margin-top: 3em;
}

/* チェックボックス全体のラベル */
.c-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 0.5em;
  font-size: 1.4rem;
  user-select: none;
  position: relative;
}

/* input要素は非表示に（ただし見えないだけで存在する） */
.c-checkbox input[type=checkbox] {
  appearance: none;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* カスタムチェックボックスの見た目 */
.c-checkbox_box {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #9A9999;
  background: #fff;
  border-radius: 0.25em;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}

/* チェックされたときの見た目 */
.c-checkbox input[type=checkbox]:checked + .c-checkbox_box::after {
  content: "";
  position: absolute;
  top: 0em;
  left: 0.35em;
  width: 0.5em;
  height: 1em;
  border: solid var(--color-main);
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(45deg);
}

/* フォーカススタイル（キーボードナビ対応） */
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77a0d1;
}

.wp-pagenavi a {
  color: var(--color-main);
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.wp-pagenavi span.current {
  border: none;
  background: var(--color-main);
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: var(--color-main);
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.p-home {
  color: #4A4A4A;
}
.p-home_mv {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.p-home_mv video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-home_mv video._spvideo {
  display: none;
}
@media (max-width: 767px) {
  .p-home_mv {
    height: calc(100dvh - 66px);
  }
  .p-home_mv video {
    width: 100%;
    height: 100%;
  }
  .p-home_mv video._pcvideo {
    display: none;
  }
  .p-home_mv video._spvideo {
    display: block;
  }
}
.p-home_news {
  padding-top: min(13.33vw, 9rem);
  padding-bottom: min(13.33vw, 6rem);
}
.p-home_news-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home_news-content {
    flex-direction: column;
  }
}
.p-home_news-title {
  width: 18rem;
  font-size: min(8.53vw, 3.6rem);
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .p-home_news-title {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home_news-title .ja {
    position: relative;
    padding-bottom: 1rem;
  }
  .p-home_news-title .ja::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-home_news-list {
  padding-left: 5rem;
  border-left: 1px solid #707070;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-home_news-list {
    padding-left: 0;
    border-left: none;
  }
}
.p-home_news-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-home_news-item {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.p-home_news-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home_news-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-home_news-item-date {
  width: 7em;
}
.p-home_news-item-title {
  flex: 1;
}
.p-home_news-item-title a:hover {
  text-decoration: underline;
}
.p-home_yomigaeru {
  padding-block: min(13.33vw, 10rem);
  position: relative;
}
.p-home_yomigaeru::before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-home_yomigaeru-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-inline: min(5.3vw, 6rem);
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-home_yomigaeru-content {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home_yomigaeru-content {
    flex-direction: column;
    padding-inline: 0;
  }
}
.p-home_yomigaeru-title {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-home_yomigaeru-title {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.p-home_yomigaeru-title img {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-home_yomigaeru-title img {
    margin-inline: auto;
    width: 64%;
  }
}
.p-home_yomigaeru-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-home_yomigaeru-text {
    width: 100%;
  }
}
.p-home_yomigaeru-text p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: auto;
}
.p-home_yomigaeru-text span {
  font-size: min(4.8vw, 2.8rem);
  color: #1A1311;
  letter-spacing: 0.2em;
  display: block;
  padding-block: 1.5rem;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .p-home_yomigaeru-text span {
    font-size: 2.4rem;
  }
}
.p-home_event {
  padding-top: min(13.33vw, 7rem);
  padding-bottom: min(13.33vw, 13rem);
  position: relative;
}
.p-home_event::before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-home_works {
  padding-top: min(13.33vw, 7rem);
  padding-bottom: min(13.33vw, 13rem);
  position: relative;
}
.p-home_works::before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-home_about {
  padding-top: min(13.33vw, 10rem);
  position: relative;
}
.p-home_about::before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-home_about-item {
  display: flex;
  position: relative;
  margin-top: min(13.33vw, 10rem);
  padding-bottom: min(13.33vw, 10rem);
}
.p-home_about-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home_about-item {
    flex-direction: column;
  }
}
.p-home_about-item::after {
  content: "";
  display: block;
  width: 1200px;
  max-width: calc(100vw - 3rem);
  height: 1px;
  background: #BABABA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-home_about-item figure {
  width: 65.5%;
}
@media screen and (max-width: 767px) {
  .p-home_about-item figure {
    width: 100%;
  }
}
.p-home_about-item-cont {
  flex: 1;
  padding-left: min(5.3vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-home_about-item-cont {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.p-home_about-item-cont .about-item_num {
  line-height: 1;
  padding-bottom: 2rem;
  font-size: min(12vw, 5rem);
  width: 76px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.p-home_about-item-cont .about-item_title {
  margin-top: 3.5rem;
  font-size: min(8.53vw, 2.7rem);
  line-height: 1.5;
}
.p-home_about-item-cont p {
  margin-top: 2rem;
  font-size: min(4.26vw, 1.8rem);
  line-height: 1.7222222222;
}
.p-home_about-item-cont .to-btn.about-btn a {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-home_about-item-cont .to-btn.about-btn a {
    margin: 0 auto;
  }
}
.p-home_about-item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-home_about-item.reverse {
    flex-direction: column;
  }
}
.p-home_about-item.reverse .p-home_about-item-cont {
  padding-left: 0;
  padding-right: min(5.3vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-home_about-item.reverse .p-home_about-item-cont {
    padding-right: 0;
  }
}
.p-home_company {
  padding-top: min(13.33vw, 7rem);
}
.p-home_company-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: min(13.33vw, 7rem);
  margin-inline: -1.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-home_company-list {
    justify-content: flex-start;
    margin-inline: -1rem;
  }
}
.p-home_company-item {
  padding-inline: 1.5rem;
  width: calc(33.3% - 3rem);
}
@media screen and (max-width: 767px) {
  .p-home_company-item {
    width: 50%;
    padding-inline: 1rem;
    margin-bottom: 4rem;
  }
}
.p-home_company-item figure {
  overflow: hidden;
}
.p-home_company-item figure img {
  transition: transform 0.5s ease;
}
.p-home_company-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-home_company-item a:hover img {
  transform: scale(1.1);
}
.p-home_company-item h3 {
  text-align: center;
  margin-top: 1.5rem;
}
.p-home_company-fig {
  margin-top: min(13.33vw, 13rem);
  width: 100%;
}
.p-home_company-fig img {
  width: 100%;
  min-height: 228px;
}
.p-home_blog {
  padding-top: min(13.33vw, 10rem);
  padding-bottom: min(13.33vw, 13rem);
}
.p-home_voice {
  padding-top: min(13.33vw, 10rem);
  padding-bottom: min(13.33vw, 13rem);
  position: relative;
}
.p-home_voice::before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-home_ac-sectiontitle {
  color: #4A4A4A;
  font-size: min(8.53vw, 3.6rem);
  text-align: center;
}
.p-home_ac-list {
  margin-top: min(8.53vw, 5rem);
  display: flex;
  margin-inline: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-home_ac-list {
    flex-direction: column;
  }
}
.p-home_ac-item {
  padding-inline: 1.5rem;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-home_ac-item {
    margin-bottom: 2rem;
    width: 100%;
  }
  .p-home_ac-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-home_ac-item figure {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.p-home_ac-item figure img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home_ac-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-home_ac-item a:hover img {
  transform: scale(1.1);
}
.p-home_ac-date {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.p-home_ac-tag {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-home_ac-tag-small {
  line-height: 1;
}
.p-home_ac-tag-small li {
  font-size: 1.2rem;
  color: #000;
  border: 1px solid #000;
  padding: 0.3rem 0.5rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}
.p-home_ac-title02 {
  margin-top: 2rem;
}
.p-home .to-btn {
  margin-top: min(8.53vw, 5rem);
  width: 100%;
}
.p-home .to-btn a {
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #000;
  border: 1px solid;
  background: #fff;
}
.p-home .to-btn a:hover {
  opacity: 0.8;
}
.p-home .to-btn.to-btn-ac a {
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

.tag-category01 {
  min-width: 78px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  line-height: 1;
  padding: 0.3rem 0.5rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
}
.tag-category02 {
  min-width: 78px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  background: none;
  border: 1px solid #000;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
}

.p-about_title {
  margin-top: min(13.3vw, 6rem);
  font-size: min(5.3vw, 2.8rem);
  font-weight: 500;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 0.5rem;
}
.p-about_title + .p-event_detail-gmap {
  margin-top: 3rem;
}
.p-about_title + .p-event_detail-info {
  padding-top: min(8.53vw, 3rem);
}
.p-about_row {
  margin-top: min(5.3vw, 3rem);
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about_row {
    flex-direction: column;
  }
}
.p-about_row.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about_row.reverse {
    flex-direction: column;
  }
}
.p-about_row.reverse .p-about_row-text {
  padding-left: 0;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about_row.reverse .p-about_row-text {
    padding-right: 0;
  }
}
.p-about_row-img {
  width: 43.125%;
}
@media screen and (max-width: 767px) {
  .p-about_row-img {
    width: 100%;
  }
}
.p-about_row-img figcaption {
  margin-top: 1rem;
}
.p-about_row-text {
  width: 56.875%;
  padding-left: 3rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-about_row-text {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.p-about_row-text p:not(:first-child) {
  margin-top: 1.5rem;
}
.p-about_secondtitle {
  margin-top: min(13.3vw, 8rem);
  text-align: center;
  color: var(--color-main);
  font-size: min(4.8vw, 2rem);
  font-weight: 600;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 1rem;
}
.p-about_history {
  width: 100%;
  margin-top: 3rem;
}
.p-about_history th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about_history th {
    display: block;
    padding-bottom: 0.5rem;
    font-weight: 600;
  }
}
.p-about_history td {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about_history td {
    display: block;
  }
}
.p-about_fig345center {
  width: 100%;
  max-width: 345px;
  margin-top: min(8.53vw, 5rem);
  margin-inline: auto;
}
.p-about_fig345center figcaption {
  margin-top: 1rem;
}
.p-about_kijun {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.p-about_kijun li {
  margin-top: 1rem;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.p-about_kijun li .ichi {
  margin-right: 1em;
}

.p-consideration_title {
  margin-top: min(13.3vw, 6rem);
  font-size: min(5.3vw, 2.8rem);
  font-weight: 500;
  color: var(--color-main);
  text-align: center;
}
.p-consideration .p-about_title {
  margin-top: min(13.3vw, 6rem);
  font-size: min(4.8vw, 2.4rem);
  font-weight: 500;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 0.5rem;
}
.p-consideration .p-about_title.noul {
  border: none;
}
.p-consideration .p-about_subtitle {
  margin-top: 1.5rem;
  font-size: min(4.26vw, 1.8rem);
  font-weight: 500;
  color: var(--color-main);
}
.p-consideration .p-about_subtitle + p {
  margin-top: 1.5rem;
}
.p-consideration_titlecenter {
  margin-top: min(13.3vw, 6rem);
  font-size: min(5.3vw, 3rem);
  font-weight: 500;
  color: var(--color-main);
  text-align: center;
}
.p-consideration_topfig {
  margin-top: min(8vw, 5rem);
}
.p-consideration_step {
  margin-top: min(13.3vw, 10rem);
}
.p-consideration_step-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item {
    flex-direction: column;
  }
  .p-consideration_step-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #BEBCBC;
    position: absolute;
    left: 0rem;
    top: 1em;
  }
}
.p-consideration_step-item .step-num {
  width: 105px;
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item .step-num {
    padding-left: 2rem;
  }
}
.p-consideration_step-item .step-num::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background: var(--color-main);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item .step-num::after {
    right: inherit;
    left: -0.5rem;
    margin-left: 0;
  }
}
.p-consideration_step-item .step-cont {
  flex: 1;
}
.p-consideration_step-item .step-cont_title {
  padding-top: 0.3rem;
  font-size: min(4.8vw, 2rem);
  font-weight: 600;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item .step-cont_title {
    padding-top: 1rem;
  }
}
.p-consideration_step-item .step-cont_text {
  margin-top: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item .step-cont_text {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.p-consideration_step-item .step-cont_text::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #BEBCBC;
  position: absolute;
  left: -0.6rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item .step-cont_text::before {
    display: none;
  }
}
.p-consideration_step-item .step-cont_text h3 {
  font-weight: 700;
  font-size: min(4.8vw, 1.8rem);
  margin-top: 3rem;
  color: var(--color-main);
}
.p-consideration_step-item .step-cont_text dl {
  margin-top: 1.5rem;
}
.p-consideration_step-item .step-cont_text dt {
  font-weight: 700;
  font-size: min(4.26vw, 1.7rem);
  display: flex;
  align-items: center;
}
.p-consideration_step-item .step-cont_text dt::before {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  background: url(../img/consideration/icn-mushi.png) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
  vertical-align: middle;
}
.p-consideration_step-item .step-cont_text dd {
  margin-top: 0.5rem;
  padding-left: calc(18px + 1rem);
}
.p-consideration_step-item .step-cont_text em {
  font-weight: 700;
  color: var(--color-main);
  font-style: normal;
}
.p-consideration_step-item .step-fig {
  width: 264px;
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-consideration_step-item .step-fig {
    padding-left: 2rem;
    margin-left: 0rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.p-consideration_topmsg {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 10rem;
  font-size: min(5.3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.875;
}
.p-consideration_topmsg.afterservice {
  font-size: min(4.8vw, 2rem);
  line-height: 2.5;
}
.p-consideration_imp {
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: center;
  color: var(--color-main);
  font-size: min(5.3vw, 2.4rem);
  font-weight: 500;
}
.p-consideration_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  max-width: 40rem;
  margin: 6rem auto;
  background: var(--color-main);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.p-consideration_btn a:hover {
  opacity: 0.8;
}
.p-consideration_menulist {
  margin-top: min(13.3vw, 10rem);
}
.p-consideration_menulist:first-child {
  margin-top: 0;
}
.p-consideration_jirei {
  margin-top: 3rem;
}
.p-consideration_jirei.mt01 {
  margin-top: 1rem;
}
.p-consideration_jirei ul {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-consideration_jirei ul {
    margin-inline: -0.5rem;
  }
}
.p-consideration_jirei ul li {
  padding: 2.2rem 1.8rem 0;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .p-consideration_jirei ul li {
    width: 50%;
    padding: 1rem 0.5rem 0;
  }
}

.widefig {
  margin-top: 3rem;
}
.widefig img {
  min-width: 800px;
}

.p-company_messagetitle {
  font-size: min(4.8vw, 2rem);
  margin-bottom: min(4.8vw, 3rem);
}
.p-company_messagecont {
  line-height: 2.125;
}
.p-company_messagecont p {
  margin-top: 3em;
}
.p-company_messagecont ul {
  margin-top: 3em;
  list-style: disc;
  padding-left: 2em;
}
.p-company_abouttable {
  width: 100%;
  margin-top: min(10.6666666667vw, 8rem);
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  margin-bottom: min(8vw, 6rem);
}
.p-company_abouttable th {
  padding: min(4vw, 3rem);
  white-space: nowrap;
  padding-right: 5rem;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-company_abouttable th {
    padding-right: 0rem;
    display: block;
    border-bottom: 0px;
    padding-bottom: 0;
    font-weight: 600;
  }
}
.p-company_abouttable td {
  padding: min(4vw, 3rem);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 767px) {
  .p-company_abouttable td {
    display: block;
  }
}
.p-company_abouttable td dl {
  display: flex;
}
.p-company_abouttable td dt {
  font-weight: 400;
  margin-right: 1rem;
}
.p-company_content .p-about_title:not(:first-child) {
  margin-top: min(16vw, 10rem);
}
.p-company_title {
  margin-top: min(13.3vw, 6rem);
  font-size: min(5.3vw, 2.8rem);
  font-weight: 500;
  color: var(--color-main);
  text-align: center;
}
.p-company_access-row {
  display: flex;
  margin-top: min(8.53vw, 5rem);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company_access-row {
    flex-direction: column;
  }
}
.p-company_access-cont {
  padding-right: min(8.53vw, 6rem);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company_access-cont {
    padding-right: 0;
  }
}
.p-company_access-cont address {
  font-size: min(4.26vw, 2rem);
  font-weight: 500;
}
.p-company_access-cont figure {
  margin-top: min(8.53vw, 9rem);
}
.p-company_access-cont figure img {
  margin-inline: auto;
}
.p-company_access-map {
  width: 57.5%;
}
@media screen and (max-width: 767px) {
  .p-company_access-map {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-company_access-map .gmap {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  border: 2px solid #fff;
}
.p-company_access-map .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company.p-exhibition .p-company_access-map {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-company.p-exhibition .p-company_access-map {
    width: 100%;
  }
}
.p-company.p-exhibition .p-exhibition_fig {
  margin-top: min(5.3vw, 4rem);
}
.p-company.p-exhibition .p-company_access-cont h4 {
  font-size: min(4.8vw, 2rem);
  margin-bottom: 1rem;
}
.p-company.p-exhibition .p-company_access-cont table {
  font-size: min(4.8vw, 1.8rem);
}
.p-company.p-exhibition .p-company_access-cont table th {
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-weight: 500;
}
.p-company.p-exhibition .p-company_access-cont table td {
  padding-bottom: 0.5rem;
}

.p-works_search {
  margin-top: min(8.53vw, 5rem);
  padding-bottom: min(8.53vw, 5rem);
}
.p-works_search-item {
  border-bottom: 1px solid var(--color-main);
  padding-block: 1rem;
}
.p-works_search-item:first-child {
  border-top: 1px solid var(--color-main);
}
.p-works_search-item .search-itemkinds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-works_search-item .search-itemkinds {
    flex-direction: column;
  }
}
.p-works_search-item .search-itemkinds li {
  width: 184px;
  margin-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-works_search-item .search-itemkinds li {
    width: 50%;
  }
}
.p-works_search-item dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-works_search-item dl {
    flex-direction: column;
  }
}
.p-works_search-item dt {
  margin-block: 1rem;
  width: 13rem;
  color: #6C6C6C;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-works_search-item dd {
  flex: 1;
}
.p-works_search-item dd ul {
  display: flex;
  flex-wrap: wrap;
}
.p-works_search-item dd ul li {
  width: 184px;
  margin-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-works_search-item dd ul li {
    width: 50%;
  }
}
.p-works_search-count p {
  white-space: nowrap;
}
.p-works_search-count .num {
  font-size: min(5.3vw, 2.8rem);
  font-weight: 500;
  color: var(--color-main);
  margin-right: 0.5rem;
}
.p-works_search-btn {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: min(10.6vw, 8rem);
}
@media (max-width: 1080px) {
  .p-works_search-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-works_list {
  padding-top: min(8.53vw, 5rem);
}
.p-works_result-list {
  display: flex;
  margin-inline: -2.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-works_result-list {
    margin-inline: 0rem;
  }
}
.p-works_result-item {
  padding: 0 2.5rem;
  margin-bottom: min(16vw, 8rem);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-works_result-item {
    width: 100%;
    padding: 0;
  }
}
.p-works_result-img img {
  aspect-ratio: 800/550;
  width: 100%;
  margin-inline: auto;
  height: auto;
  object-fit: cover;
}
.p-works_result-text {
  margin-top: min(5.3vw, 3rem);
}
.p-works_result-title {
  font-size: min(4.8vw, 2rem);
  color: var(--color-main);
  font-weight: 600;
  text-align: center;
}
.p-works_result-name {
  text-align: center;
  margin-top: 1.5rem;
  color: #000000;
}
.p-works_result-tags {
  margin-top: 2.5rem;
}
.p-works_detail {
  margin-top: min(16.6vw, 10rem);
}
.p-works_detail .j-gallery__thumbnail {
  margin-top: 2rem;
}
.p-works_youtube {
  padding-top: 5rem;
}
.p-works_youtube-iframe {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  height: auto;
}
.p-works_youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-works_top {
  margin-top: 5rem;
}
.p-works_top-title {
  font-size: 2.8rem;
  text-align: center;
  color: var(--color-main);
  font-weight: 600;
}
.p-works_top-name {
  text-align: center;
  font-size: min(4.8vw, 2rem);
  margin-top: 3rem;
  color: #000000;
}
.p-works_top-description {
  margin-top: 3rem;
}
.p-works_top-info {
  margin-top: min(13.3vw, 5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-works_top-info {
    gap: 0;
  }
}
.p-works_top-infolist {
  width: calc(50% - 1.5rem);
  padding: 1rem 1rem;
  font-size: 1.4rem;
  display: flex;
  border-bottom: 1px solid var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-works_top-infolist {
    width: 100%;
    padding: 1rem 0;
  }
}
.p-works_top-infolist.infolist-theme {
  width: 100%;
}
.p-works_top-infolist .info-name {
  font-weight: 700;
  width: 11rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-works_top-infolist .info-name {
    width: 10rem;
  }
}
.p-works_top-infolist .info-text {
  flex: 1;
  letter-spacing: 0.1em;
}
.p-works_contentwrap {
  margin-top: 8rem;
}
.p-works_content-title {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}
.p-works_content-title .en {
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 600;
}
.p-works_content-title .ja {
  font-size: 2.4rem;
}
.p-works_content-title + .p-works_content-subtitle {
  margin-top: 3rem;
}
.p-works_content-subtitle {
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.p-works_content-gallery {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-works_content-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-works_content-capgall {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.p-works_content-capgall figcaption {
  margin-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-works_content-capgall {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-works__gallery .swiper-slide {
  aspect-ratio: 3/2;
}
.p-works__gallery .swiper-slide img {
  margin-inline: auto;
  height: 100%;
}
.p-works__gallery .j-gallery__thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-tag {
  display: flex;
  flex-wrap: wrap;
}
.works-tag01 {
  background: var(--color-main);
  color: #fff;
  border: 1px solid var(--color-main);
}
.works-tag02 {
  background: #fff;
  color: #000;
  border: 1px solid #C5C3C3;
  border-left: 0;
}
.works-tag > span {
  min-width: 14rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works-part {
  margin-top: 0.5rem;
}
.works-part ul {
  display: flex;
  flex-wrap: wrap;
}
.works-part ul li {
  margin: 0.5rem 0.5rem 0 0;
  background: #fff;
  color: #6C6C6C;
  border: 1px solid #C5C3C3;
  line-height: 1;
  white-space: nowrap;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
}

.to-btn-submit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1080px) {
  .to-btn-submit {
    position: static;
    transform: none;
    margin-top: 3rem;
    margin-inline: auto;
  }
}
.to-btn-submit input {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  text-align: center;
}
.to-btn-submit:hover {
  opacity: 0.8;
}

.to-btn-detail {
  margin-top: min(8.53vw, 4rem);
}
.to-btn-detail a {
  margin-inline: auto;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  text-align: center;
}
.to-btn-detail:hover {
  opacity: 0.8;
}

.toback {
  margin-top: min(13.3vw, 8rem);
}
.toback a {
  margin-inline: auto;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: min(4.8vw, 2.4rem);
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  text-align: center;
}
.toback:hover {
  opacity: 0.8;
}

.p-voice_list {
  padding-top: min(13.3vw, 10rem);
}
.p-voice_result-list {
  display: flex;
  margin-inline: -2.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-voice_result-list {
    margin-inline: 0rem;
  }
}
.p-voice_result-item {
  padding: 0 2.5rem;
  margin-bottom: min(16vw, 10rem);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-voice_result-item {
    width: 100%;
    padding: 0;
  }
}
.p-voice_result-img img {
  aspect-ratio: 800/550;
  width: 100%;
  margin-inline: auto;
  height: auto;
  object-fit: cover;
}
.p-voice_result-text {
  margin-top: min(5.3vw, 3rem);
}
.p-voice_result-title {
  font-size: min(4.8vw, 2rem);
  color: var(--color-main);
  font-weight: 600;
  text-align: center;
}
.p-voice_result-name {
  text-align: center;
  margin-top: 1.5rem;
  color: #000000;
}
.p-voice_result-descript {
  margin-top: 2.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-voice_result-descript {
    flex-direction: column-reverse;
  }
}
.p-voice_result-descript .descript-img {
  width: 29.2%;
}
@media screen and (max-width: 767px) {
  .p-voice_result-descript .descript-img {
    width: 50%;
    margin-inline: auto;
  }
}
.p-voice_result-descript .descript-text {
  flex: 1;
  padding-right: 3rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  .p-voice_result-descript .descript-text {
    padding-right: 0;
    margin-top: 2rem;
  }
}
.p-voice_detail {
  margin-top: min(16.6vw, 10rem);
}
.p-voice_top {
  margin-top: 5rem;
}
.p-voice_top-title {
  font-size: min(6.4vw, 2.8rem);
  text-align: center;
  color: var(--color-main);
  font-weight: 600;
  line-height: 1.6;
}
.p-voice_top-name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 0.5rem;
}
.p-voice_top-name .name {
  font-size: min(4.8vw, 1.8rem);
}
.p-voice_top-name .en {
  color: var(--color-main);
}
.p-voice_top-descript p {
  margin-top: 2rem;
}
.p-voice_top-info {
  margin-top: min(13.3vw, 5rem);
  max-width: 750px;
  margin-inline: auto;
}
.p-voice_top-info-imgbox {
  display: flex;
  margin-inline: -1.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-voice_top-info-imgbox {
    flex-direction: column;
  }
}
.p-voice_top-info-img {
  width: 50%;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice_top-info-img {
    width: 100%;
    margin-inline: auto;
  }
}
.p-voice_top-info-img img {
  aspect-ratio: 16/9;
  width: 100%;
  margin-inline: auto;
  height: 100%;
  object-fit: cover;
}
.p-voice_youtube {
  width: 50%;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice_youtube {
    width: 100%;
    margin-inline: auto;
    margin-top: 2rem;
  }
}
.p-voice_youtube-iframe {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  height: auto;
}
.p-voice_youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-voice_contentwrap {
  margin-top: 8rem;
}
.p-voice_content-title {
  margin-top: 7rem;
  font-size: min(5.3vw, 2.4rem);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
.p-voice_content-title:first-child {
  margin-top: 0;
}
.p-voice_content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice_content-row {
    flex-direction: column;
  }
}
.p-voice_content-row.fullwidth {
  flex-direction: column;
}
.p-voice_content-row.fullwidth .p-voice_content-text {
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.p-voice_content-row.fullwidth .p-voice_content-img {
  width: 100%;
  margin-top: 3rem;
}
.p-voice_content-img {
  width: 43.125%;
}
.p-voice_content-img img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice_content-img {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-voice_content-text {
  flex: 1;
  max-width: 410px;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice_content-text {
    padding-right: 0;
    width: 100%;
  }
}
.p-voice_content-text .voice {
  color: var(--color-main);
}
.p-voice_content-text-cont {
  margin-top: 3rem;
}
.p-voice_content-text-cont:first-child {
  margin-top: 0;
}

.p-column_listcont {
  padding-top: min(13.3vw, 10rem);
}
.p-column_list {
  display: flex;
  margin-inline: -2.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-column_list {
    margin-inline: 0rem;
  }
}
.p-column_item {
  padding: 0 2.5rem;
  margin-bottom: min(13.3vw, 8rem);
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-column_item {
    width: 100%;
    padding: 0;
  }
}
.p-column_item a {
  display: block;
}
.p-column_item a:hover img {
  transform: scale(1.1);
}
.p-column_item-fig {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.p-column_item-fig img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s, opacity 0.5s;
}
.p-column_item-cat {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-column_item-cat .tag {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
  background: var(--color-main);
}
.p-column_item-date {
  color: var(--color-main);
  font-size: min(3.2vw, 1.3rem);
  margin-top: 2rem;
}
.p-column_item-title {
  font-size: min(4.8vw, 1.8rem);
  color: var(--color-main);
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.6;
}
.p-column_item-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-column_detail {
  margin-top: min(16.6vw, 10rem);
}
.p-column_top {
  margin-top: 5rem;
}
.p-column_top-title {
  font-size: 2.8rem;
  text-align: center;
  color: var(--color-main);
  font-weight: 600;
  line-height: 1.6;
}
.p-column_top-title .case {
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-column_top-title .case {
    padding-right: 0;
    display: block;
    padding-bottom: 1rem;
  }
}
.p-column_top-date {
  color: var(--color-main);
  font-size: min(3.2vw, 1.5rem);
  margin-top: 3rem;
  text-align: center;
}
.p-column_contentwrap {
  margin-top: 8rem;
}
.p-column_content h4 {
  font-size: min(4.8vw, 1.8rem);
  font-weight: 600;
}
.p-column_content h4 + p,
.p-column_content h4 + .p-column_content-row {
  margin-top: 1rem;
}
.p-column_content .wp-block-lazyblock-no-slug {
  margin-top: 2em;
}
.p-column_content .wp-block-lazyblock-no-slug + p,
.p-column_content .wp-block-lazyblock-no-slug + .wp-block-lazyblock-col2fig .p-column_content-row {
  margin-top: 1rem;
}
.p-column_content-title {
  margin-top: 7rem;
  font-size: min(5.3vw, 2.2rem);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.p-column_content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  margin-block: 2em;
}
@media screen and (max-width: 767px) {
  .p-column_content-row {
    flex-direction: column;
    gap: 0rem;
  }
}
.p-column_content-img {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-column_content-img {
    width: 100%;
  }
  .p-column_content-img:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-column_content-img figcaption {
  margin-top: 1.5rem;
}

.p-column_content p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.p-column_content .wp-block-image {
  margin-bottom: 2em;
  text-align: center;
}
.p-column_content .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-column_content .wp-block-heading {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}
.p-column_content .wp-block-quote {
  border-left: 4px solid #ccc;
  margin: 2em 0;
  padding-left: 1em;
  font-style: italic;
  color: #666;
}
.p-column_content .wp-block-list {
  margin: 1.5em 0;
  padding-left: 1.5em;
}
.p-column_content .wp-block-list li {
  margin-bottom: 0.5em;
  list-style: disc inside;
}
.p-column_content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-column_content .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 5px);
}
.p-column_content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-column_content .wp-block-table {
  margin: 2em 0;
  border-collapse: collapse;
  width: 100%;
}
.p-column_content .wp-block-table th,
.p-column_content .wp-block-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.p-column_content .wp-block-table th {
  background: #f5f5f5;
  font-weight: bold;
}
.p-column_content .wp-block-button {
  margin: 2em 0;
}
.p-column_content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 0.7em 1.5em;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.p-column_content .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}
.p-column_content .wp-block-embed {
  margin: 2em 0;
}
.p-column_content .wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-column_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-column_content .alignright {
  float: right;
  margin-left: 1em;
}
.p-column_content .alignleft {
  float: left;
  margin-right: 1em;
}
.p-column_content [class^=wp-block-] {
  margin-bottom: 2em;
}

.p-event_listcont {
  padding-top: min(13.3vw, 6rem);
}
.p-event_listcont-title {
  font-size: 2.8rem;
  text-align: center;
  color: var(--color-main);
  font-weight: 600;
  margin-top: 2rem;
}
.p-event_list {
  display: flex;
  margin-inline: -1.5rem;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-event_list {
    margin-inline: 0rem;
    flex-direction: column;
  }
}
.p-event_item {
  padding: 0 1.5rem;
  margin-bottom: min(16vw, 8rem);
  width: 33.3%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 979px) {
  .p-event_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-event_item {
    width: 100%;
    padding: 0;
  }
}
.p-event_item-fig {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.p-event_item-fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-inline: auto;
}
.p-event_item-top {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-event_item-cat {
  display: flex;
}
.p-event_item-cat span {
  font-size: 1.3rem;
  padding: 0.4rem 0.8rem 0.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  min-width: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-event_item-cat .cat01 {
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
}
.p-event_item-cat .cat02 {
  background: #fff;
  color: #000;
  border: 1px solid #707070;
}
.p-event_item-title {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-event_item-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.p-event_item-descript {
  font-size: 1.3rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-event_item-date {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-event_item-date {
    margin-top: 1rem;
  }
}
.p-event_item-date dl {
  display: flex;
  margin-top: 0.8rem;
}
.p-event_item-date dt,
.p-event_item-date dd {
  font-size: 1.3rem;
}
.p-event_item-date dt {
  margin-right: 0.5rem;
  white-space: nowrap;
}
.p-event_item-date dd {
  flex: 1;
}
.p-event_item-btn {
  margin-top: auto;
}
.p-event_item-btn ul {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.p-event_item-btn ul.close a {
  pointer-events: none;
  background: #707070;
  border: 1px solid #707070;
  color: #fff;
}
.p-event_item-btn li {
  width: 50%;
}
.p-event_item-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid var(--color-main);
  height: 4rem;
}
.p-event_item-btn li a:hover {
  opacity: 0.8;
}
.p-event_item-btn li a.btn-detail {
  color: var(--color-main);
}
.p-event_item-btn li a.btn-reserve {
  color: #fff;
  background: var(--color-main);
}
.p-event_detail {
  padding-top: min(13.3vw, 6rem);
}
.p-event_detail-info {
  padding-top: min(13.3vw, 5rem);
}
.p-event_detail-info dl {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}
.p-event_detail-info dl dt {
  border: 1px solid #BABABA;
  padding: 1rem 1.2rem;
  line-height: 1;
  white-space: nowrap;
  margin-right: 2rem;
}
.p-event_detail-info dl dd {
  padding-top: 0.5rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-event_detail-info._spwrap dl {
    flex-direction: column;
  }
}
.p-event_detail-info._spwrap dl dt {
  min-width: 8em;
  text-align: center;
}
.p-event_detail-cont {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 5rem;
}
.p-event_detail-cont h4 {
  font-size: min(4.8vw, 1.8rem);
  font-weight: 600;
}
.p-event_detail-cont h4 + p,
.p-event_detail-cont h4 + .p-column_content-row {
  margin-top: 1rem;
}
.p-event_detail-cont ul {
  list-style: disc;
  margin-left: 2rem;
  margin-block: 2em;
}
.p-event_detail-cont ol {
  list-style: decimal;
  margin-left: 2rem;
  margin-block: 2em;
}
.p-event_detail-cont-title {
  margin-top: 7rem;
  font-size: min(5.3vw, 2.2rem);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.p-event_detail-cont-title:first-child {
  margin-top: 0;
}
.p-event_detail-cont-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  margin-block: 2em;
}
@media screen and (max-width: 767px) {
  .p-event_detail-cont-row {
    flex-direction: column;
    gap: 0rem;
  }
}
.p-event_detail-cont-img {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-event_detail-cont-img {
    width: 100%;
  }
  .p-event_detail-cont-img:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-event_detail-gmap {
  margin-top: 8rem;
  aspect-ratio: 1000/380;
  /* 比率を指定（約2.63:1） */
  width: 100%;
  /* 親に応じて可変 */
  max-width: 1000px;
  /* 必要に応じて */
  margin-inline: auto;
  /* 中央寄せ（任意） */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-event_detail-gmap {
    aspect-ratio: 4/3;
    margin-top: 5rem;
  }
}
.p-event_detail-gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.p-event_detail .toback.closed:hover {
  opacity: 1;
}
.p-event_detail .toback.closed a {
  pointer-events: none;
  background: #707070;
  border: 1px solid #707070;
  color: #fff;
}

.totel {
  text-align: center;
  margin-top: 5rem;
  color: #000000;
}
.totel h3 {
  font-size: min(4.8vw, 2rem);
}
.totel p.tel {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}/*# sourceMappingURL=style.css.map */