@charset "UTF-8";

/* ===============================================
# reset css
=============================================== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

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

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

caption {
  text-align: left;
}

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

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

html,
body {
  width: 100%;
  margin: 0 auto;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111111;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  color: #111111;
}

a:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::before,
::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

ol {
  list-style: none;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

th,
td {
  font-weight: 400;
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}

/* acodion */
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

section {
  padding-block: 150px;
}

@media screen and (max-width: 1023px) {
  section {
    padding-block: 80px;
  }
}

.f-section-page {
  padding-block: 100px;
}

@media screen and (max-width: 767px) {
  .f-section-page {
    padding-block: 50px;
  }
}

.sp-only {
  display: none;
}

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

.pc-only {
  display: block;
}

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

.l-header {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  max-height: 100px;
  padding: 10px;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .l-header-title {
    top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .l-header-title {
    top: 15px;
    left: 10px;
  }
}

.l-header-logo {
  display: block;
  width: clamp(50px, 20vw, 100px);
  aspect-ratio: 1.3121/1;
}

.l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(10px, 2vw, 38px);
  -moz-column-gap: clamp(10px, 2vw, 38px);
  column-gap: clamp(10px, 2vw, 38px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.l-nav-item-link {
  color: #333333;
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 18px);
}

.l-nav-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.l-nav-item-sublink {
  display: block;
  text-align: center;
  width: clamp(150px, 20vw, 200px);
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
  text-transform: uppercase;
  color: #fff;
  background-color: #111111;
  padding: 25px 10px;
}

.l-nav-item-sublink:hover {
  opacity: 1;
  background-color: rgb(123, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-scroll-header {
  position: fixed;
  top: -100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 5px 10px;
  margin-inline: auto;
}

.l-scroll-header-logo {
  display: block;
  width: clamp(50px, 20vw, 60px);
  aspect-ratio: 1.3121/1;
}

.l-scroll-header .l-nav-item-sublink {
  padding: 10px;
}

.l-scroll-header.is-active {
  top: 0;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}

@media screen and (max-width: 1023px) {
  .l-header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 5px 10px;
  }

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

  .l-nav-list {
    display: none;
  }
}

.l-sp-nav {
  background-color: #402405;
  width: 473px;
  height: 90vh;
  padding: 108px 60px 75px;
}

@media screen and (max-width: 767px) {
  .l-sp-nav {
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
}

.l-sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  row-gap: 2rem;
}

.l-sp-item {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #fff;
  text-transform: capitalize;
  padding: 0;
}

@media screen and (max-width: 1280px) {
  .l-sp-item {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .l-sp-item {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-item {
    font-size: 2.4rem;
  }
}

.l-sp-logo {
  width: 400px;
}

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

.l-drawer-instagram::before {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 10px;
}

.l-drawer-tel::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.l-footer-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer-aside-title {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}

.l-footer-aside-text {
  color: #fff;
  -webkit-margin-after: 53px;
  margin-block-end: 53px;
}

.l-footer-aside-item {
  position: relative;
  z-index: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
  padding: 100px;
}

.l-footer-aside-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
}

.l-footer-aside-item:first-child {
  background: url("../img/common/footer-image01.jpg") center/cover;
}

.l-footer-aside-item:last-child {
  border-right: none;
  background: url("../img/common/footer-image02.jpg") center/cover;
  justify-content: flex-start;
}

.l-footer {
  color: #fff;
  background-color: #111111;
  -webkit-padding-before: 95px;
  padding-block-start: 95px;
}

.l-footer-title {
  font-size: 24px;
  font-size: clamp(1.5rem, 1.5rem + 0.375 * (100vw - 23.4375rem) / (120 - 23.4375), 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-padding-after: 25px;
  padding-block-end: 25px;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}

.l-footer-title img{
    width: min(90%,220px);
}

.l-footer-address {
  font-size: 18px;
  font-size: clamp(1.125rem, 1.125rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
}

.l-footer-address-text {
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.l-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-after: 110px;
  padding-block-end: 110px;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.l-footer-nav-link {
  color: #fff;
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 18px);
}

.l-footer-copyright {
  font-size: 12px;
  text-align: center;
  -webkit-padding-after: 20px;
  padding-block-end: 20px;
}

@media screen and (max-width: 1023px) {
  .l-footer-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer-aside-item {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #fff;
    padding: 97px 15px 80px;
  }

  .l-footer-aside-item:last-child {
    border-bottom: none;
  }

  .l-footer-aside-title {
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
  }

  .l-footer-aside-text {
    -webkit-margin-after: 43px;
    margin-block-end: 43px;
  }

  .l-footer {
    text-align: center;
    -webkit-padding-before: 87px;
    padding-block-start: 87px;
  }

  .l-footer-title {
    -webkit-padding-after: 24px;
    padding-block-end: 24px;
    -webkit-margin-after: 45px;
    margin-block-end: 45px;
  }

  .l-footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
  }

  .l-footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .l-footer-copyright {
    -webkit-padding-after: 10px;
    padding-block-end: 10px;
  }

  .l-footer-copyright {
    letter-spacing: 0;
  }
}

.c-wrapper {
  width: calc(100% - 100px);
  max-width: 1600px;
  margin-inline: auto;
}

.c-wrapper .c-wrapper-l {
  max-width: 1580px;
  margin-inline: auto;
}

.c-wrapper .c-wrapper-m {
  max-width: 1345px;
  margin-inline: auto;
}

.c-wrapper .c-wrapper-ms {
  max-width: 1330px;
  margin-inline: auto;
}

.c-wrapper .c-wrapper-s {
  max-width: 1060px;
  margin-inline: auto;
}

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

.c-link-underline {
  color: #d00000;
  text-decoration: underline;
}

.c-news-list {
  width: 83%;
}

.c-news-item {
  border-top: 1px solid #cbcbcb;
}

.c-news-item:last-child {
  border-bottom: 1px solid #cbcbcb;
}

.c-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 32px;
}

.c-news-date {
  color: #333333;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.c-news-cat {
  color: #fff;
  font-size: 14px;
  background-color: #333333;
  padding: 9px 20px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.c-news-title {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .c-news-list {
    width: 100%;
  }

  .c-news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 15px;
    padding-block: 27px 23px;
  }

  .c-news-cat {
    line-height: 30px;
    padding: 0 20px;
  }
}

.c-btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #111111;
  text-transform: uppercase;
}

.c-btn-white {
  color: #333333;
  background-color: #fff;
}

.c-btn-white:hover {
  opacity: 1;
  color: #fff;
  background-color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-btn-small {
  font-size: 26px;
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.c-btn-footer {
  max-width: 520px;
  height: 70px;
  margin-inline: auto;
}

.c-btn-more {
  position: relative;
  width: clamp(345px, 95vw, 385px);
  height: 70px;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-btn-more::after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-btn-more:hover {
  opacity: 1;
  background-color: rgb(123, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-btn-more:hover:after {
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-btn-more {
    width: 100%;
    margin-inline: 0;
  }

  .c-btn-small {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}

.c-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-size: clamp(2.5rem, 2.5rem + 1.875 * (100vw - 23.4375rem) / (120 - 23.4375), 70px);
  font-weight: bold;
  margin-inline: auto;
}

.c-section-title span {
  display: block;
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
  -webkit-margin-before: 5px;
  margin-block-start: 5px;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.c-section-title-white {
  color: #fff;
}

.c-section-title.left {
  text-align: left;
}

.c-section-title-pcleft {
  text-align: left;
  font-size: 40px;
  font-size: clamp(2.5rem, 2.5rem + 1.25 * (100vw - 23.4375rem) / (120 - 23.4375), 60px);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-section-title-pcleft {
    text-align: center;
    margin-inline: auto;
  }
}

.c-section-title-page {
  width: 100%;
  text-align: left;
  font-size: 40px;
  font-size: clamp(2.5rem, 2.5rem + 1.25 * (100vw - 23.4375rem) / (120 - 23.4375), 60px);
}

.c-section-title-page span {
  font-size: 14px;
  font-size: clamp(0.875rem, 0.875rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 18px);
}

.c-fa-style {
  color: #2d2222;
  font-size: 2em;
}

.c-block-top-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45.5% 60px 51%;
  grid-template-columns: 45.5% 51%;
  -ms-grid-rows: auto 74px auto;
  grid-template-rows: repeat(2, auto);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 74px;
}

.c-block-top-grid>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-block-top-grid>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c-block-top-grid>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.c-block-top-grid>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.c-block-top-grid-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

.c-block-top-grid-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  aspect-ratio: 1.62138/1;
}

.c-block-top-grid-text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .c-block-top-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-rows: repeat(3, auto);
    row-gap: 0;
  }

  .c-block-top-grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .c-block-top-grid>*:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .c-block-top-grid>*:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .c-block-top-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .c-block-top-grid-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }

  .c-block-top-grid-text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}

.c-block-top-linkbox {
  width: 50%;
  overflow: hidden;
  padding-block: 0;
}

.c-block-top-link {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-block: 190px 165px;
  overflow: hidden;
}

.c-block-top-link::before {
  position: absolute;
  content: "";
  display: block;
  width: 97%;
  height: 95%;
  top: 2%;
  z-index: 2;
  border: 1px solid rgb(255, 255, 255);
}

.c-block-top-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: brightness(6%);
  filter: brightness(6%);
}

.c-block-top-link:hover {
  opacity: 1;
}

.c-block-top-link:hover::after {
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-block-top-link-title {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1023px) {
  .c-block-top-link {
    padding-block: 77px 64px;
  }
}

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

.c-block-top-grid._company {
  -ms-grid-columns: 38.66% 100px 52.7%;
  grid-template-columns: 38.66% 52.7%;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.c-block-top-grid-image._company {
  aspect-ratio: 1/1.33269;
}

.c-block-top-grid-text._company {
  font-size: 1rem;
  line-height: 1.875;
}

@media screen and (max-width: 1023px) {
  .c-block-top-grid._company {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
  }

  .c-block-top-grid._company>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .c-block-top-grid._company>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .c-block-top-grid._company>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .c-block-top-grid-title._company {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }

  .c-block-top-grid-image._company {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }

  .c-block-top-grid-text._company {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}

.c-drawer {
  display: none;
  top: 5px;
  right: 5px;
}

.c-hambarger-btn {
  position: relative;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #111111;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 5px;
}

.c-hambarger-btn .bar,
.c-hambarger-btn .bar:before,
.c-hambarger-btn .bar:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-hambarger-btn .bar:before {
  bottom: 8px;
}

.c-hambarger-btn .bar:after {
  top: 8px;
}

#drawer-check {
  display: none;
}

#drawer-check:checked~.c-hambarger-btn {
  /* background-color: var(--color-main); */
}

#drawer-check:checked~.c-hambarger-btn .bar {
  background-color: rgba(255, 255, 255, 0);
}

#drawer-check:checked~.c-hambarger-btn .bar::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

#drawer-check:checked~.c-hambarger-btn .bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .c-drawer {
    display: block;
  }
}

.c-sp-nav {
  position: relative;
  width: 70vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0px;
  right: -120%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-block: 60px;
  padding-inline: 40px;
  overflow: auto;
}

.c-sp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.c-sp-nav-item._btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.c-sp-nav-item._btn a {
  display: block;
  text-align: center;
  width: clamp(150px, 20vw, 200px);
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
  text-transform: uppercase;
  color: #fff;
  background-color: #111111;
  padding: 10px;
}

.c-sp-nav-item._btn a:hover {
  opacity: 1;
  background-color: rgb(123, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-sp-nav {
    width: 100vw;
  }

  .c-sp-nav-item._btn {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

#drawer-check:checked~.c-sp-nav {
  right: 0%;
}

/* 背景ロック */
.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 背景overlay */
.c-drawer-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  content: "";
  background: rgba(0, 29, 31, 0.4);
  width: 100%;
  height: 100%;
  display: none;
}

#drawer-check:checked~.c-drawer-overlay {
  top: 0;
  display: block;
}

.c-acodion {
  color: #333333;
  border: 1px solid #c1c1c1;
  padding: 50px;
}

.c-acodion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-acodion-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.c-acodion-title-inner span {
  display: block;
}

.c-acodion-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.c-acodion-btn::before,
.c-acodion-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 20px;
  height: 5px;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-acodion-btn::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-acodion-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-acodion-icon {
  font-weight: bold;
  font-size: 30px;
  font-size: clamp(1.875rem, 1.875rem + 0.625 * (100vw - 23.4375rem) / (120 - 23.4375), 40px);
}

.c-acodion-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-padding-before: 36px;
  padding-block-start: 36px;
  -webkit-margin-before: 23px;
  margin-block-start: 23px;
  border-top: 1px solid #c1c1c1;
}

.c-acodion-detail span {
  display: block;
}

/* is-open*/
details[open] .c-acodion-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 1023px) {
  .c-acodion {
    position: relative;
  }

  .c-acodion-title-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 12px;
  }

  .c-acodion-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
  }

  .c-acodion-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 12px;
    -webkit-margin-before: 28px;
    margin-block-start: 28px;
    -webkit-padding-before: 30px;
    padding-block-start: 30px;
  }

  .c-acodion-btn::before,
  .c-acodion-btn::after {
    width: 14px;
    height: 3px;
  }

  .c-acodion-btn::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-acodion-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .c-acodion {
    padding: 30px 10px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  border: none;
  padding: 5px 10px;
  margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #111111;
  color: #fff;
  font-weight: 400;
}

.wp-pagenavi .extend {
  background-color: #111111;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink-icon,
.wp-pagenavi .nextpostslink-icon {
  border: 0;
  padding: 0;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}

.c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.c-loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -10px;
  text-align: center;
  font-weight: bold;
  opacity: 1;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

.c-loader-logo {
  width: 100px;
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.c-loader-text {
  width: 9ch;
  -webkit-animation: typing 1.2s steps(9), blink 0.5s step-end infinite alternate;
  animation: typing 1.2s steps(9), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  font-size: 1rem;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-inline: auto;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.c-fv-image {
  position: relative;
  overflow: hidden;
}

.c-slide-fv-color,
.c-slide-fv-black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
}

.c-slide-fv-color {
  background-color: #EFEFEF;
  right: -100%;
  z-index: 2;
}

.c-slide-fv-black {
  background-color: #000;
  top: 0;
  left: -100%;
  z-index: 3;
}

.c-slide-fv-image {
  display: block;
  height: 100%;
  opacity: 0;
}

.c-fv-image.is-active .c-slide-fv-color {
  -webkit-animation-name: slideImgAnimationRight;
  animation-name: slideImgAnimationRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-fv-image.is-active .c-slide-fv-black {
  -webkit-animation-name: slideImgAnimation;
  animation-name: slideImgAnimation;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-fv-image.is-active .c-slide-fv-image {
  -webkit-animation-name: fadeImgAnimation;
  animation-name: fadeImgAnimation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-slide-fv-bg::before {
  opacity: 0;
}

.c-slide-fv-bg.is-active::before {
  -webkit-animation-name: fadeImgBgAnimation;
  animation-name: fadeImgBgAnimation;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-slide-fv-text {
  position: relative;
}

.c-slide-fv-text-bg {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.c-slide-fv-text-inner {
  opacity: 0;
  display: block;
  background-color: #111111;
  padding-inline: 36px;
}

@media screen and (max-width: 767px) {
  .c-slide-fv-text-inner {
    padding-inline: 30px;
  }
}

.c-slide-fv-text-inner._pageheader {
  padding-inline: 20px;
}

.c-slide-wrap {
  position: relative;
  overflow: hidden;
}

.c-slide-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 3;
  background-color: rgb(0, 0, 0);
  opacity: 1;
}

.c-slide-img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-slide-wrap-color {
  position: relative;
  overflow: hidden;
}

.c-slide-block-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 3;
  background-color: rgb(123, 0, 0);
  opacity: 1;
}

.c-slide-wrap-color {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.c-slide-wrap-color span {
  display: inline-block;
}

.c-slide-wrap-center {
  margin-inline: auto;
}

.c-slide-wrap.is-active .c-slide-block,
.c-slide-wrap-color.is-active .c-slide-block-color {
  -webkit-animation-name: slideImgAnimation;
  animation-name: slideImgAnimation;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-slide-wrap.is-active .c-slide-img,
.c-slide-wrap-color.is-active .c-slide-img {
  -webkit-animation-name: fadeImgAnimation;
  animation-name: fadeImgAnimation;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slideImgAnimation {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes slideImgAnimation {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes slideImgAnimationRight {
  0% {
    right: -100%;
    opacity: 1;
  }

  50% {
    right: 0;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}

@keyframes slideImgAnimationRight {
  0% {
    right: -100%;
    opacity: 1;
  }

  50% {
    right: 0;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fadeImgAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeImgAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeImgBgAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes fadeImgBgAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes fadeSlideImgAnimation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0.1;
  }
}

@keyframes fadeSlideImgAnimation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0.1;
  }
}

.c-nav-link-hover {
  position: relative;
  display: inline-block;
}

.c-nav-link-hover::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #111111;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.c-nav-link-hover:hover::before {
  width: 100%;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.c-nav-link-hover:hover {
  opacity: 1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-top-fv {
  position: relative;
  height: 100vh;
  height: 100svh;
  max-height: 1080px;
  -webkit-padding-after: 100px;
  padding-block-end: 100px;
}

@media screen and (max-width: 767px) {
  .p-top-fv {
    height: 120vh;
    height: 120svh;
    max-height: 700px;
  }
}

.p-top-fv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 31%;
  max-width: 585px;
  height: 100%;
  background: url("../img/fv-back-image.jpg") center/cover;
}

.p-top-fv-txts {
  position: absolute;
  z-index: 10;
  bottom: 15%;
  left: 10.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-top-fv-txts {
    row-gap: 14px;
    bottom: 13.4%;
    left: 4%;
  }
}

.p-top-fv-catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 2.272;
  font-size: 24px;
  font-size: clamp(1.5rem, 1.5rem + 1.25 * (100vw - 23.4375rem) / (120 - 23.4375), 44px);
}

@media screen and (max-width: 767px) {
  .p-top-fv-catch {
    font-size: 24px;
    font-size: clamp(1.5rem, 1.5rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 28px);
  }
}

.p-top-fv-image {
  width: 87%;
  height: 82vh;
  height: 82svh;
  max-width: 1665px;
  aspect-ratio: 1.892/1;
  max-height: 880px;
  margin-inline: auto 0;
}

@media screen and (max-width: 767px) {
  .p-top-fv-image {
    width: 88%;
    height: 100vh;
    height: 100vh;
    max-height: 600px;
  }
}

.p-top-about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: clamp(20px, 6vw, 100px);
  -moz-column-gap: clamp(20px, 6vw, 100px);
  column-gap: clamp(20px, 6vw, 100px);
}

.p-top-about-image-wrap {
  position: sticky;
  top: 50px;
  width: 60%;
  max-width: 855px;
  max-height: 641px;
  margin-left: calc(50% - 50vw);
}

.p-top-about-image {
  width: 100%;
  height: 100%;
}

.p-top-about-txts {
  width: 53%;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
}

.p-top-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  counter-reset: number 0;
}

.p-top-about-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-top: 1px solid #cbcbcb;
  font-size: 16px;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
  color: #333333;
  padding-block: 50px;
}

.p-top-about-list-item span {
  display: block;
}

.p-top-about-list-item-number {
  font-size: 30px;
  font-size: clamp(1.875rem, 1.875rem + 0.625 * (100vw - 23.4375rem) / (120 - 23.4375), 40px);
  color: #111111;
}

.p-top-about-list-item:last-child {
  border-bottom: 1px solid #cbcbcb;
}

.p-top-about-title {
  margin-inline: 0 auto;
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

@media screen and (max-width: 1023px) {
  .p-top-about-image-wrap {
    width: 40%;
  }

  .p-top-about-txts {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about {
    overflow: hidden;
  }

  .p-top-about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 41px;
  }

  .p-top-about-image-wrap {
    position: static;
    width: 100vw;
    aspect-ratio: 1.3333/1;
    margin-inline: calc(50% - 50vw);
  }

  .p-top-about-txts {
    width: 100%;
  }

  .p-top-about-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.875;
    padding-block: 23px;
  }

  .p-top-about-list-item-number {
    line-height: 1.5;
  }

  .p-top-about-title {
    text-align: left;
    margin-inline: 0;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}

.p-top-strengths {
  position: relative;
  z-index: 0;
  background-color: #efefef;
}

.p-top-strengths::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.06;
  background: url("../img/top-strengths-back.jpg") no-repeat center/cover;
}

.p-top-strengths-title {
  -webkit-margin-after: 55px;
  margin-block-end: 55px;
}

.p-top-strengths-text {
  text-align: center;
  color: #333333;
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

.p-top-strengths-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

.p-top-strengths-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  padding-block: 50px;
}

.p-top-strengths-list-text {
  font-weight: bold;
  font-size: 21px;
  font-size: clamp(1.3125rem, 1.3125rem + 0.1875 * (100vw - 23.4375rem) / (120 - 23.4375), 24px);
  color: #333333;
}

.p-top-strengths-image {
  width: clamp(90px, 20vw, 100px);
  aspect-ratio: 1/1;
  -webkit-margin-after: 17px;
  margin-block-end: 17px;
}

@media screen and (max-width: 1023px) {
  .p-top-strengths-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .p-top-strengths-list-item {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-top-strengths-title {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .p-top-strengths-text {
    text-align: left;
    -webkit-margin-after: 48px;
    margin-block-end: 48px;
  }

  .p-top-strengths-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .p-top-strengths-list-item {
    width: 100%;
  }
}

.p-top-works-title {
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

.p-top-works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

@media screen and (max-width: 767px) {
  .p-top-works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    width: 345px;
    margin-inline: auto;
  }
}

.p-top-works-image {
  -webkit-margin-after: 17px;
  margin-block-end: 17px;
}

.p-top-works-date {
  color: #333333;
  -webkit-margin-after: 1rem;
  margin-block-end: 1rem;
}

.p-top-works-subtitle {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-top-works-title {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .p-top-works-list {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }
}

.p-top-legal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.9)), to(rgba(51, 51, 51, 0.9))), url("../img/top-legal-back.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.9)), url("../img/top-legal-back.jpg") no-repeat center/cover;
}

.p-top-legal-text {
  color: #fff;
  max-width: 636px;
}

.p-top-faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.p-top-faq-title {
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

@media screen and (max-width: 767px) {
  .p-top-faq-title {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }
}

.p-top-recruit {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.9)), to(rgba(51, 51, 51, 0.9))), url("../img/top-recruit-back.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.9)), url("../img/top-recruit-back.jpg") no-repeat center/cover;
}

.p-top-recruit-text {
  color: #fff;
  max-width: 636px;
}

.p-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-block: 150px;
}

.p-top-company-link::after {
  background-image: url(../img/top-company-image.jpg);
}

.p-top-attempt-link::after {
  background-image: url(../img/top-attempt-image.jpg);
}

@media screen and (max-width: 1023px) {
  .p-top-container {
    padding-block: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}

.p-top-news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

@media screen and (max-width: 1023px) {
  .p-top-news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news-box {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }
}

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

.p-top-fv-txts.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top-fv-txts.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-pageheader {
  position: relative;
  height: 450px;
  -webkit-padding-after: 50px;
  padding-block-end: 50px;
}

.p-pageheader::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 31%;
  max-width: 585px;
  height: 100%;
  opacity: 0.1;
  background: url("../img/common/header-back-image.jpg") center/cover;
  -webkit-animation: slideInLeftBack 0.8s;
  animation: slideInLeftBack 0.8s;
}

.p-pageheader-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1.7647;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: clamp(1.5rem, 1.5rem + 0.625 * (100vw - 23.4375rem) / (120 - 23.4375), 34px);
  -webkit-animation: slideInFade 2s;
  animation: slideInFade 2s;
  -webkit-transition-timing-function: cubic-bezier(1, -0.07, 1, 0.91);
  transition-timing-function: cubic-bezier(1, -0.07, 1, 0.91);
}

.p-pageheader-image {
  width: 87%;
  max-width: 1665px;
  height: 300px;
  margin-inline: auto 0;
}

@media screen and (max-width: 1023px) {
  .p-pageheader {
    height: 350px;
  }

  .p-pageheader-image {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-pageheader {
    height: 250px;
  }

  .p-pageheader-image {
    height: 150px;
    background-position-x: 30%;
  }
}

.p-company-section-title {
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

.p-company-table {
  color: #333333;
  width: 100%;
  background-color: #fff;
}

.p-company-table-title {
  width: 21.8%;
  padding-block: 24px;
  -webkit-padding-start: 3.125rem;
  padding-inline-start: 3.125rem;
}

.p-company-table-detail {
  padding-block: 24px;
}

.p-company-table-detail ul {
  line-height: 1.875;
}

.p-company-message-text {
  color: #333333;
  -webkit-margin-after: 43px;
  margin-block-end: 43px;
}

.p-company-message-name {
  color: #333333;
}

.p-company-message-name span {
  display: block;
  font-size: 1.5rem;
}

.p-company-company {
  background-color: #EFEFEF;
}

.p-company-table-title._gray {
  background-color: #EFEFEF;
}

.p-company-table-detail._gray {
  background-color: #EFEFEF;
}

.p-company-map-wrapper {
  aspect-ratio: 1.62079/1;
}

.p-company-map-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .p-company-table-title {
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
  }

  .p-company-message-image {
    max-width: 400px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-company-section-title {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .p-company-table-title {
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #fff;
  }

  .p-company-table-detail {
    width: 100%;
    display: block;
    background-color: #EFEFEF;
    padding: 10px 20px;
  }

  .p-company-table-detail ul {
    line-height: 1.875;
  }

  .p-company-table-title._gray {
    background-color: #fff;
  }

  .p-company-message-text {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}

.p-contact-title {
  -webkit-margin-after: 70px;
  margin-block-end: 70px;
}

.smf-item__controls {
  width: 80%;
}

.smf-text-control {
  width: 100%;
}

.smf-form .smf-item .smf-text-control__control {
  width: 80%;
}

.form-input {
  width: 100%;
}

.snow-monkey-form {
  background-color: #EFEFEF;
  -webkit-padding-after: 50px;
  padding-block-end: 50px;
}

.wp-block-snow-monkey-forms-item:nth-of-type(even) {
  background-color: #fff;
}

.smf-form--simple-table .smf-item__col--label {
  padding: 1rem 1.5rem 1rem 3.5rem;
}

.smf-item__col.smf-item__col--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem;
}

.c-form-list .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.c-form-list .wp-block-group__inner-container .c-form-item {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.smf-action .smf-button-control__control {
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #111111;
  font-size: 1rem;
  font-weight: 500;
  padding: 20px 40px;
  margin-inline: auto;
  cursor: pointer;
}

.smf-action .smf-button-control__control:hover {
  background-color: rgb(123, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-snow-monkey-forms-item._required .smf-item__col--label {
  position: relative;
}

p._required {
  position: relative;
}

.wp-block-snow-monkey-forms-item._required .smf-item__col--label::after {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  content: "必須";
  font-size: 0.75rem;
  color: #d00000;
}

p._required::after {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "*";
  font-size: 0.75rem;
  color: #d00000;
}

@media screen and (max-width: 640px) {
  .smf-item__col.smf-item__col--controls {
    padding: 1rem 1.5rem 1rem 3rem;
  }

  .smf-form--simple-table .smf-item__col--label {
    padding: 1rem 1.5rem 1rem 3rem;
  }

  .smf-item__controls {
    width: 100%;
  }

  .smf-form .smf-item .smf-text-control__control {
    width: 100%;
  }

  body .is-layout-flex>* {
    width: 100%;
  }

  .c-form-list .wp-block-group__inner-container .c-form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  p._required::after {
    right: auto;
    left: -10px;
  }
}

.p-privacypolicy p {
  text-indent: 1em;
  -webkit-padding-start: 0.5em;
  padding-inline-start: 0.5em;
}

.p-privacypolicy h2 {
  font-size: 18px;
  font-size: clamp(1.125rem, 1.125rem + 0.5 * (100vw - 23.4375rem) / (120 - 23.4375), 26px);
  font-weight: 700;
  padding: 0.25em 0.5em;
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}

.p-privacypolicy ol {
  counter-reset: number 0;
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
}

.p-privacypolicy ol li {
  position: relative;
  -webkit-padding-start: 1.5rem;
  padding-inline-start: 1.5rem;
}

.p-privacypolicy ol li::before {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number) ") ";
}

@media screen and (max-width: 767px) {
  .p-pageheader-privacypolicy-title {
    font-size: 1.2rem;
  }

  .p-pageheader-privacypolicy-title {
    left: 20%;
    -webkit-transform: none;
    transform: none;
  }

  .p-privacypolicy p {
    font-size: 0.875rem;
  }
}

.p-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-post-sidebar {
  width: 25%;
}

.p-post-main {
  width: 70%;
}

.p-post-title {
  -webkit-margin-after: 50px;
  margin-block-end: 50px;
}

.p-post-news-item {
  border-top: 1px solid #cbcbcb;
}

.p-post-news-item:last-child {
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (max-width: 1023px) {
  .p-post-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .p-post-sidebar {
    width: 100%;
  }

  .p-post-main {
    width: 100%;
  }
}

.p-single-article {
  -webkit-margin-after: 80px;
  margin-block-end: 80px;
}

.p-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.p-single-title {
  font-size: 24px;
  font-size: clamp(1.5rem, 1.5rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 28px);
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.p-single-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-single-main p {
  font-size: 14px;
  font-size: clamp(0.875rem, 0.875rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 18px);
  -webkit-margin-after: 1rem;
  margin-block-end: 1rem;
}

.p-single-main p:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.p-single-main img {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.p-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(40px, 4vw, 70px);
}

.p-sidebar-title {
  color: #fff;
  background-color: #111111;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 24px);
  padding: 10px;
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.p-sidebar-catlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  font-size: 18px;
  font-size: clamp(1.125rem, 1.125rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 20px);
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}

.p-sidebar-select {
  cursor: pointer;
}

.p-sidebar-select-wrapper {
  position: relative;
  z-index: 0;
  border: 1px solid #cbcbcb;
}

.p-sidebar-select-wrapper::after {
  position: absolute;
  top: 45%;
  right: 20px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #1e1e1e;
  border-bottom: 0;
}

.p-sidebar-dropdown {
  cursor: pointer;
  letter-spacing: 0.1em;
  width: 100%;
  border: none;
  background: none;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0px;
}

@media screen and (max-width: 1023px) {
  .p-sidebar-title {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    padding: 5px 10px;
  }

  .p-sidebar-catlist {
    row-gap: 5px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .phone_link {
    pointer-events: none;
  }
}


.hidden-pc{
    @media screen and (min-width: 768px){
        display: none;
    }
}
.hidden-sp{
    @media screen and (max-width: 767px){
        display: none;
    }
}
