@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
  --text-color: #656B6D;
  --link-color: #808184;
  --font-ja: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  color: var(--text-color);
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 15px;
}
body main {
  padding-top: 98px;
}
@media (max-width: 768px) {
  body main {
    padding-top: 18vw;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .l-inner {
    padding-inline: 0;
    max-width: 74.6666666667vw;
  }
}

.l-inner--large {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .l-inner--large {
    padding-inline: 0;
    max-width: 74.6666666667vw;
  }
}

.c-border-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 174px;
  height: 48px;
  padding-inline: 10px;
  border: 1px solid #707070;
  border-radius: 8px;
  font-size: 15px;
  color: #707070;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.c-border-button:hover {
  background-color: #707070;
  color: #fff;
}
@media (max-width: 768px) {
  .c-border-button {
    min-width: 45vw;
    height: 12vw;
    border-radius: 2vw;
    font-size: 3.5vw;
    border-width: 0.25vw;
  }
}

.c-box__width {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .c-box__width {
    padding-inline: 0;
    max-width: 90vw;
  }
}

.c-lower-mv {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 20px 40px;
  position: relative;
}
.c-lower-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 129, 132, 0.37); /* マスクの色と透明度 */
}
@media screen and (max-width: 768px) {
  .c-lower-mv {
    min-height: 40vw;
    padding: 20px;
  }
}

.c-lower-mv--news {
  background: url(../images/lower/bg_news-header.webp) no-repeat center center/cover;
}

.c-lower-mv--works {
  background: url(../images/lower/bg_works-header.webp) no-repeat center center/cover;
}

.c-lower-mv--contact {
  background: url(../images/lower/bg_contact-header.webp) no-repeat center center/cover;
}

.c-lower-mv--about {
  background: url(../images/lower/bg_about-header.webp) no-repeat center center/cover;
}

.c-lower-mv--member {
  background: url(../images/lower/bg_member-header.webp) no-repeat center center/cover;
}

.c-lower-mv--recruit {
  background: url(../images/lower/bg_recruit-header.webp) no-repeat center center/cover;
}

.c-lower-mv--pp {
  background: url(../images/lower/bg_pp-header.webp) no-repeat center center/cover;
}

@media screen and (max-width: 666px) {
  .c-lower-mv--news {
    background: url(../images/lower/bg_news-header_sp.webp) no-repeat center center/cover;
  }
  .c-lower-mv--works {
    background: url(../images/lower/bg_works-header_sp.webp) no-repeat center center/cover;
  }
  .c-lower-mv--contact {
    background: url(../images/lower/bg_contact-header_sp.webp) no-repeat center center/cover;
  }
  .c-lower-mv--about {
    background: url(../images/lower/bg_about-header_sp.webp) no-repeat center center/cover;
  }
  .c-lower-mv--member {
    background: url(../images/lower/bg_member-header_sp.webp) no-repeat center center/cover;
  }
  .c-lower-mv--recruit {
    background: url(../images/lower/bg_recruit-header_sp.webp) no-repeat center center/cover;
  }
  .c-lower-mv--pp {
    background: url(../images/lower/bg_pp-header_sp.webp) no-repeat center center/cover;
  }
}
.c-lower-mv__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-lower-mv__title {
    font-size: 6.4vw;
  }
}

.c-bread {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 18px;
  color: #A5A8AB;
  overflow-x: auto;
}
.c-bread a {
  color: #A5A8AB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-bread a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-bread {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    gap: 2.6666666667vw;
    padding-inline: 0;
    max-width: 74.6666666667vw;
  }
}

.c-bread__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #A5A8AB;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-bread__list {
    gap: 7.2vw;
    font-size: 3.2vw;
  }
}

.c-bread__item {
  position: relative;
  white-space: nowrap;
}
.c-bread__item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 8.33px;
  aspect-ratio: 5/8.33;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 10px);
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c-bread__item:not(:last-child)::before {
    width: 1.3333333333vw;
    height: 2.2213333333vw;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    gap: 8vw;
    margin-top: 14.13vw;
  }
}
.c-pagination .page-numbers {
  font-size: 14px;
  font-weight: 400;
  color: #A5A8AB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers {
    font-size: 3.73vw;
  }
}
.c-pagination .page-numbers:hover {
  color: #656B6D;
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}
.c-pagination .page-numbers.current {
  color: #656B6D;
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}
.c-pagination .page-numbers.prev {
  margin-right: 20px;
  font-size: 115%;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers.prev {
    margin-right: 5.33vw;
  }
}
.c-pagination .page-numbers.next {
  margin-left: 20px;
  font-size: 115%;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers.next {
    margin-left: 5.33vw;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.p-header .p-header__inner {
  display: grid;
  grid-template-columns: min(138px, 12.54vw) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  padding-inline: min(60px, 5.45vw);
  border-bottom: 6px solid #221916;
  background-color: #fff;
  font-size: min(15px, 1.36vw);
}
.p-header .p-header__logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 5px;
}
.p-header .p-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header .p-header__logo:hover {
  opacity: 0.7;
}
.p-header .p-header__logo svg {
  width: min(138px, 12.54vw);
  fill: #232021;
}
.p-header .p-header__hamburger-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.p-header .p-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(30px, 2.72vw);
  margin-left: min(48px, 4.36vw);
}
.p-header .p-header__menu a {
  color: var(--link-color);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header .p-header__menu a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-header .p-header__contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(43px, 3.9vw);
}
.p-header .p-header__contact-wrap .p-header__contact-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(8px, 0.72vw);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 60px;
}
.p-header .p-header__contact-wrap .p-header__contact-tel svg {
  width: min(17px, 1.54vw);
  fill: transparent;
  stroke: var(--link-color);
  stroke-width: 1.5px;
}
.p-header .p-header__contact-wrap .p-header__contact-tel:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-header .p-header__contact-wrap .p-header__contact-tel .p-header__contact-icon {
  margin-top: 4px;
}
.p-header .p-header__contact-wrap .p-header__contact-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(12px, 1.09vw);
  width: min(128px, 11.63vw);
  height: 60px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 2.7vw;
}
.p-header .p-header__contact-wrap .p-header__contact-mail svg {
  width: min(23px, 2.09vw);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  stroke: var(--link-color);
  stroke-width: 0.5px;
  fill: var(--link-color);
}
.p-header .p-header__contact-wrap .p-header__contact-mail:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-header .p-header__contact-wrap .p-header__contact-mail .p-header__contact-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
.p-header .p-header__contact-wrap .sp-only {
  display: none;
}
.p-header .p-header__sp-area {
  display: none;
}
@media (max-width: 768px) {
  .p-header .p-header__inner {
    overflow: hidden;
    grid-template-columns: 100px 1fr;
    height: 18vw;
    padding-inline: 4vw;
    border-bottom: 1vw solid #221916;
    font-size: 4vw;
  }
  .p-header .p-header__logo {
    margin-top: 1vw;
  }
  .p-header .p-header__logo svg {
    width: 36vw;
  }
  .p-header .p-header__hamburger-inner {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 24vw 9vw;
    background-color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-header .p-header__hamburger-inner.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-header .p-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14.5vw;
    margin-left: 0;
  }
  .p-header .p-header__contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17.5vw;
    font-size: 3.5vw;
    gap: 0;
    -webkit-transform: translateX(3vw);
            transform: translateX(3vw);
  }
  .p-header .p-header__contact-wrap a {
    width: 50% !important;
    height: 29vw !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em;
  }
  .p-header .p-header__contact-wrap .p-header__contact-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 7vw;
    height: 7vw;
  }
  .p-header .p-header__contact-wrap .p-header__contact-text {
    display: inline-block;
    padding-bottom: unset;
    border-bottom: unset;
  }
  .p-header .p-header__contact-wrap .p-header__contact-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3vw;
    border-right: 1px solid var(--text-color);
    padding-right: 13vw;
    margin-right: 5vw;
    white-space: nowrap;
  }
  .p-header .p-header__contact-wrap .p-header__contact-tel svg {
    width: 6vw;
    fill: transparent;
    stroke: var(--link-color);
    stroke-width: 1.5px;
  }
  .p-header .p-header__contact-wrap .p-header__contact-mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3vw;
    padding-left: 2vw;
    white-space: nowrap;
  }
  .p-header .p-header__contact-wrap .p-header__contact-mail svg {
    width: 7vw;
    fill: transparent;
    stroke: var(--link-color);
    stroke-width: 1px;
  }
  .p-header .p-header__contact-wrap .sp-only {
    display: inline-block;
  }
  .p-header .p-header__contact-wrap .pc-only {
    display: none;
  }
  .p-header .p-header__sp-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 7.5vw;
  }
  .p-header .p-header__sp-area .p-header__contact-tel-button,
  .p-header .p-header__sp-area .p-header__contact-mail-button,
  .p-header .p-header__sp-area .p-header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6vw;
    height: 6vw;
    border-radius: 4px;
  }
  .p-header .p-header__sp-area .p-header__contact-tel-button svg,
  .p-header .p-header__sp-area .p-header__contact-mail-button svg,
  .p-header .p-header__sp-area .p-header__hamburger svg {
    width: 16px;
  }
  .p-header .p-header__sp-area .p-header__contact-tel-button svg {
    fill: transparent;
    stroke: var(--link-color);
    stroke-width: 1.5px;
    width: 6vw;
  }
  .p-header .p-header__sp-area .p-header__contact-mail-button svg {
    fill: transparent;
    stroke: var(--link-color);
    stroke-width: 1px;
    width: 6vw;
    margin-top: 0.6vw;
  }
  .p-header .p-header__sp-area .p-header__hamburger {
    position: relative;
    z-index: 2;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: 1.5vw 1.5vw 1.5vw 0;
  }
  .p-header .p-header__sp-area .p-header__hamburger .p-header__hamburger-line {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 0.5vw;
    border-radius: 0.5vw;
    background-color: var(--link-color);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .p-header .p-header__sp-area .p-header__hamburger .p-header__hamburger-line--top {
    top: 1vw;
  }
  .p-header .p-header__sp-area .p-header__hamburger .p-header__hamburger-line--middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-header .p-header__sp-area .p-header__hamburger .p-header__hamburger-line--bottom {
    bottom: 1vw;
  }
  .p-header .p-header__sp-area .p-header__hamburger.is-open {
    background-color: #fff;
  }
  .p-header .p-header__sp-area .p-header__hamburger.is-open .p-header__hamburger-line {
    background-color: #717171;
  }
  .p-header .p-header__sp-area .p-header__hamburger.is-open .p-header__hamburger-line--top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 86%;
  }
  .p-header .p-header__sp-area .p-header__hamburger.is-open .p-header__hamburger-line--middle {
    opacity: 0;
  }
  .p-header .p-header__sp-area .p-header__hamburger.is-open .p-header__hamburger-line--bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 86%;
  }
}

.p-footer .p-footer__contact {
  margin-top: 200px;
}
.p-footer .p-footer__contact .p-footer__contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item {
  width: 50%;
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item a .p-footer__contact-text {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:first-of-type {
  border-right: 1px solid #808184;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:first-of-type .p-footer__contact-icon svg {
  width: 30px;
  fill: transparent;
  stroke: var(--link-color);
  stroke-width: 1.5px;
}
.p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:last-of-type .p-footer__contact-icon svg {
  width: 35px;
  fill: var(--link-color);
  stroke: var(--link-color);
  stroke-width: 0.5px;
}
.p-footer .p-footer__bottom {
  margin-top: 40px;
  padding-block: 72px 72px;
  background-color: #000;
  color: #fff;
  font-weight: 300;
}
.p-footer .p-footer__bottom a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer .p-footer__bottom a:hover {
  opacity: 0.7;
}
.p-footer .p-footer__bottom .p-footer__bottom-menu-item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  opacity: 1;
}
.p-footer .p-footer__bottom-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer .p-footer__bottom-logo svg {
  width: min(158px, 14.36vw);
  fill: #fff;
}
.p-footer .p-footer__bottom-address {
  margin-top: 15px;
  font-size: min(13px, 1.18vw);
}
.p-footer .p-footer__bottom-copyright {
  font-size: 12px;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-footer .p-footer__bottom-sns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(22px, 2vw);
}
.p-footer .p-footer__bottom-sns img {
  width: min(22px, 2vw);
}
.p-footer .p-footer__bottom-txt {
  margin-top: 16px;
}
.p-footer .p-footer__bottom-illust {
  margin-top: 8px;
  font-size: 7.5px;
}
.p-footer .p-footer__bottom-menu-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-footer .p-footer__bottom-menu-copyright p {
  white-space: nowrap;
}
.p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
  font-size: min(14px, 1.27vw);
}
.p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-menu li {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-footer .p-footer__contact {
    margin-top: 26vw;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item {
    height: 29vw !important;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item a {
    gap: 3vw !important;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item a .p-footer__contact-text {
    font-size: 3.5vw !important;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:first-of-type {
    padding-right: 5vw !important;
    border-right: 0.25vw solid #808184 !important;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:first-of-type .p-footer__contact-icon svg {
    width: 6vw !important;
    stroke-width: 0.15vw !important;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:last-of-type {
    padding-left: 5vw !important;
  }
  .p-footer .p-footer__contact .p-footer__contact-list .p-footer__contact-list-item:last-of-type .p-footer__contact-icon svg {
    width: 7vw !important;
    stroke-width: 0.1vw !important;
  }
  .p-footer .p-footer__bottom {
    margin-top: 11.5vw;
    padding: 12vw;
  }
  .p-footer .p-footer__bottom-main {
    display: block;
  }
  .p-footer .p-footer__bottom-main .p-footer__bottom-logo svg {
    width: 34vw;
  }
  .p-footer .p-footer__bottom-main .p-footer__bottom-address {
    margin-top: 5px;
    font-size: 9px;
  }
  .p-footer .p-footer__bottom-main .p-footer__bottom-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    font-size: 12px;
  }
  .p-footer .p-footer__bottom-main .p-footer__bottom-sns {
    margin-top: 115px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .p-footer .p-footer__bottom-main .p-footer__bottom-sns img {
    width: 21px;
  }
  .p-footer .p-footer__bottom-menu-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 8vw;
  }
  .p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-menu {
    font-size: 3.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
  .p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-copyright {
    font-size: 3.2vw;
    margin-top: 9vw;
  }
  .p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-copyright .p-footer__bottom-sns {
    gap: 4vw;
  }
  .p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-copyright .p-footer__bottom-sns img {
    width: 6vw;
  }
  .p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-txt {
    margin-top: 5vw;
  }
  .p-footer .p-footer__bottom-menu-copyright .p-footer__bottom-illust {
    margin-top: 2vw;
    font-size: 2vw;
  }
}

.p-top .p-top__mv {
  position: relative;
  overflow-x: clip;
  /* 雲１ */
  /* 雲２ */
  /* 雲３ */
}
.p-top .p-top__mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../images/top/pic_back.jpg) no-repeat top center/cover;
}
.p-top .p-top__mv img {
  width: 100%;
}
.p-top .p-top__mv .cloud {
  position: absolute;
  left: 100vw; /* 画面外右スタート */
  width: var(--cloud-width);
  height: auto;
  -webkit-animation: slideCloud var(--duration) linear infinite both;
          animation: slideCloud var(--duration) linear infinite both;
}
.p-top .p-top__mv .cloud1 {
  top: -5%;
  --cloud-width: 80vw;
  --duration: 280s;
  --init-offset: -10vw;
}
.p-top .p-top__mv .cloud2 {
  top: 0;
  --cloud-width: 75vw;
  --duration: 160s;
  --init-offset: 45vw;
}
.p-top .p-top__mv .cloud3 {
  top: 5%;
  --cloud-width: 80vw;
  --duration: 80s;
  --init-offset: 80vw;
}
@-webkit-keyframes slideCloud {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100vw - var(--cloud-width)));
            transform: translateX(calc(-100vw - var(--cloud-width)));
  }
}
@keyframes slideCloud {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100vw - var(--cloud-width)));
            transform: translateX(calc(-100vw - var(--cloud-width)));
  }
}
.p-top .p-top__mv .pic_parts03 {
  position: absolute;
  top: 28%;
  left: 100%;
  width: 15%;
  min-width: 170px;
  height: auto;
  -webkit-animation: fly-anim 40s linear infinite;
          animation: fly-anim 40s linear infinite;
  rotate: 4deg;
}
@-webkit-keyframes fly-anim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-110vw, -8vw);
            transform: translate(-110vw, -8vw);
  }
  100% {
    -webkit-transform: translate(-110vw, -8vw);
            transform: translate(-110vw, -8vw);
  }
}
@keyframes fly-anim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-110vw, -8vw);
            transform: translate(-110vw, -8vw);
  }
  100% {
    -webkit-transform: translate(-110vw, -8vw);
            transform: translate(-110vw, -8vw);
  }
}
.p-top .p-top__mv .p-top__mv-canvas-wrap {
  position: relative;
}
.p-top .p-top__mv #animation_container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: auto !important;
  background-color: transparent;
  aspect-ratio: 16/9;
}
.p-top .p-top__mv .canvas_anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 1;
}
.p-top .p-top__mv .canvas_anim > div {
  opacity: 0;
}
.p-top .p-top__mv .canvas_anim > div.is-show {
  opacity: 1;
}
.p-top .p-top__mv .canvas_anim > div.is-session {
  -webkit-transition: none;
  transition: none;
}
.p-top .p-top__mv .canvas_anim .pic_parts04 {
  position: absolute;
  bottom: 7%;
  left: 3%;
  width: 23.5%;
  -webkit-transition: opacity 0.4s ease-in 0.7s;
  transition: opacity 0.4s ease-in 0.7s;
}
.p-top .p-top__mv .canvas_anim .pic_parts05 {
  position: absolute;
  bottom: 9%;
  right: 22%;
  width: 19%;
  -webkit-transition: opacity 0.4s ease-in 0.7s;
  transition: opacity 0.4s ease-in 0.7s;
}
.p-top .p-top__mv .canvas_anim .pic_parts06 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 32%;
  -webkit-transition: opacity 0.4s ease-in 0.7s;
  transition: opacity 0.4s ease-in 0.7s;
}
.p-top .p-top__mv .canvas_anim .pic_parts07 {
  position: absolute;
  bottom: -1.5%;
  right: 5%;
  width: 27%;
  -webkit-transition: opacity 0.4s ease-in 0.7s;
  transition: opacity 0.4s ease-in 0.7s;
}
.p-top .p-top__mv .canvas_anim .pic_parts08 {
  position: absolute;
  bottom: 0%;
  left: 39%;
  width: 24%;
  -webkit-transition: opacity 0.4s ease-in 1s;
  transition: opacity 0.4s ease-in 1s;
}
.p-top .p-top__mv #canvas {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
}
.p-top .p-top__mv #dom_overlay_container {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  overflow: hidden;
}
.p-top .p-top__mv .p-top__mv-texts {
  position: absolute;
  top: 45%;
  left: 13%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  width: 35%;
}
.p-top .p-top__mv #animation_container {
  opacity: 1 !important;
}
.p-top .p-top__mv #canvas {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in 3.2s;
  transition: opacity 0.6s ease-in 3.2s;
}
.p-top .p-top__mv #canvas.is-show {
  opacity: 1;
}
.p-top .p-top__mv #canvas.is-session {
  -webkit-transition: none;
  transition: none;
}
.p-top .p-top__mv .p-top__mv-title,
.p-top .p-top__mv .p-top__mv-catch,
.p-top .p-top__mv .p-top__mv-logo,
.p-top .p-top__mv .p-top__mv-canvas-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-top .p-top__mv .p-top__mv-title.is-show,
.p-top .p-top__mv .p-top__mv-catch.is-show,
.p-top .p-top__mv .p-top__mv-logo.is-show,
.p-top .p-top__mv .p-top__mv-canvas-wrap.is-show {
  opacity: 1;
}
.p-top .p-top__mv .p-top__mv-title.is-session,
.p-top .p-top__mv .p-top__mv-catch.is-session,
.p-top .p-top__mv .p-top__mv-logo.is-session,
.p-top .p-top__mv .p-top__mv-canvas-wrap.is-session {
  -webkit-transition: none;
  transition: none;
}
.p-top .p-top__mv .p-top__mv-title {
  font-family: "Shippori Mincho", serif;
  font-size: 45px;
  letter-spacing: 0.11em;
  color: #fff;
}
.p-top .p-top__mv .p-top__mv-catch {
  margin-top: 15%;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 2.1;
  color: #fff;
}
.p-top .p-top__mv .p-top__mv-logo {
  margin-top: 20%;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  width: 50%;
}
.p-top .p-top__mv .p-top__mv-logo svg {
  fill: #fff;
}
.p-top .p-top__news {
  margin-top: 128px;
}
.p-top .p-top__news .p-top__news-list {
  border-top: 1px solid var(--text-color);
}
.p-top .p-top__news .p-top__news-list-item {
  border-bottom: 1px solid #e6e7e8;
}
.p-top .p-top__news .p-top__news-list-item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1.5;
  padding: 23px 120px 23px 60px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-top .p-top__news .p-top__news-list-item a::after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center center/cover;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a6a8ab;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  font-weight: 300;
  font-size: 20px;
}
.p-top .p-top__news .p-top__news-list-item a:hover {
  background-color: #fafbfb;
}
.p-top .p-top__news .p-top__news-list-item a:hover::after {
  right: 50px;
}
.p-top .p-top__news .p-top__news-list-date,
.p-top .p-top__news .p-top__news-list-category {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.p-top .p-top__news .p-top__news-list-date {
  width: 16%;
}
.p-top .p-top__news .p-top__news-list-category {
  color: #808184;
  width: 11.5%;
}
.p-top .p-top__news .p-top__news-list-title {
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .p-top__news .p-top__news-btn {
  margin-top: 50px;
  text-align: center;
}
.p-top .p-top__message {
  max-width: 87%;
  margin: 200px auto 0;
  padding: 140px 105px 120px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5f5f5;
}
.p-top .p-top__message .p-top__message-text {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
.p-top .p-top__message .p-top__message-text:not(:first-child) {
  margin-top: 2em;
}
.p-top .p-top__message .p-top__message-ceo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 95px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top__message .p-top__message-ceo .p-top__message-ceo-name {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
.p-top .p-top__message .p-top__message-ceo .p-top__message-ceo-img {
  width: 333px;
}
.p-top .p-top__works {
  margin-top: 220px;
}
.p-top .p-top__works .p-top__works-list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.p-top .p-top__works .p-top__works-list-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--text-color);
}
.p-top .p-top__works .p-top__works-list-item img {
  width: 100%;
  aspect-ratio: 161/127;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.p-top .p-top__works .p-top__works-list-item .p-top__works-list-text {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0 15px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top .p-top__works .p-top__works-list-item .p-top__works-list-title {
  font-size: 18px;
}
.p-top .p-top__works .p-top__works-list-item .p-top__works-list-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.p-top .p-top__works .p-top__works-list-item a:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top .p-top__works .p-top__works-list-item a:hover .p-top__works-list-text {
  opacity: 1;
}
.p-top .p-top__works .p-top__works-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top .p-top__mv {
    overflow: hidden;
    /* 雲１ */
    /* 雲２ */
    /* 雲３ */
    &::before {
      background: url(../images/top/pic_back_sp.jpg) no-repeat top center/cover;
    }
  }
  .p-top .p-top__mv #animation_container {
    aspect-ratio: 16/9;
    height: calc(100vh - 18vw) !important;
    height: calc(100dvh - 18vw) !important;
    width: auto !important;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 51%;
  }
  .p-top .p-top__mv .cloud1 {
    --cloud-width: 140vw;
    --duration:140s;
  }
  .p-top .p-top__mv .cloud2 {
    --cloud-width: 160vw;
    --duration:80s;
  }
  .p-top .p-top__mv .cloud3 {
    --cloud-width: 150vw;
    --duration: 70s;
  }
  .p-top .p-top__mv .pic_parts03 {
    -webkit-animation: fly-anim 20s linear infinite;
            animation: fly-anim 20s linear infinite;
  }
  @-webkit-keyframes fly-anim {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    80% {
      -webkit-transform: translate(-130vw, -8vw);
              transform: translate(-130vw, -8vw);
    }
    100% {
      -webkit-transform: translate(-130vw, -8vw);
              transform: translate(-130vw, -8vw);
    }
  }
  @keyframes fly-anim {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    80% {
      -webkit-transform: translate(-130vw, -8vw);
              transform: translate(-130vw, -8vw);
    }
    100% {
      -webkit-transform: translate(-130vw, -8vw);
              transform: translate(-130vw, -8vw);
    }
  }
  .p-top .p-top__mv .p-top__mv-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    padding: 0 2vw 0 5vw;
    z-index: 1;
  }
  .p-top .p-top__mv .p-top__mv-title {
    font-size: 44px;
    letter-spacing: 0.01em;
  }
  .p-top .p-top__mv .p-top__mv-catch {
    margin-top: 28px;
    font-size: 24px;
    letter-spacing: -0.01em;
  }
  .p-top .p-top__mv .p-top__mv-logo {
    margin-top: 50px;
  }
  .p-top .p-top__mv .p-top__mv-logo svg {
    width: 180px;
  }
  .p-top .p-top__news {
    max-width: 75vw;
    margin: 26.5vw auto;
  }
  .p-top .p-top__news .p-top__news-list {
    border-top: 0.5vw solid var(--text-color);
  }
  .p-top .p-top__news .p-top__news-list-item a {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 0;
    padding: 3.5vw 0vw 3.5vw 0;
    border-bottom-width: 0.25vw;
  }
  .p-top .p-top__news .p-top__news-list-item a::after {
    display: none;
  }
  .p-top .p-top__news .p-top__news-list-item a:hover::after {
    right: 0;
  }
  .p-top .p-top__news .p-top__news-list-date,
  .p-top .p-top__news .p-top__news-list-category {
    font-size: 3.8vw;
    width: 100%;
  }
  .p-top .p-top__news .p-top__news-list-date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-top .p-top__news .p-top__news-list-category {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: 3vw;
  }
  .p-top .p-top__news .p-top__news-list-title {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 2vw;
    font-size: 3.8vw;
    padding-right: 4vw;
    position: relative;
  }
  .p-top .p-top__news .p-top__news-list-title::after {
    content: "";
    background: url(../images/common/icon_arrow.svg) no-repeat center center/cover;
    width: 1.3333333333vw;
    height: 2.2213333333vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.8vw;
  }
  .p-top .p-top__news .p-top__news-btn {
    margin-top: 12vw;
  }
  .p-top .p-top__works {
    width: 83%;
    margin: 0 auto;
  }
  .p-top .p-top__works .p-top__works-list {
    margin-top: 10vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .p-top .p-top__works .p-top__works-list-item {
    border-radius: 0;
    background-color: transparent;
  }
  .p-top .p-top__works .p-top__works-list-item:not(:first-child) {
    margin-top: 6vw;
  }
  .p-top .p-top__works .p-top__works-list-item .p-top__works-list-img {
    overflow: hidden;
    border-radius: 8px;
  }
  .p-top .p-top__works .p-top__works-list-item .p-top__works-list-text {
    position: static;
    opacity: 1;
    padding: 4.5vw 0.5vw 0;
    color: var(--text-color);
  }
  .p-top .p-top__works .p-top__works-list-item .p-top__works-list-title {
    font-size: 5.8vw;
  }
  .p-top .p-top__works .p-top__works-list-item .p-top__works-list-detail {
    -webkit-line-clamp: 2;
    font-size: 3.5vw;
    font-weight: 500;
    margin-top: 3vw;
  }
  .p-top .p-top__works .p-top__works-btn {
    margin-top: 12vw;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .p-top .p-top__message {
    padding: 8vw 5vw;
  }
}
@media (max-width: 768px) {
  .p-top .p-top__message {
    max-width: 100%;
    margin: 26.5vw auto;
    padding: 12vw 7.5vw;
    border: 0.25vw solid #f5f5f5;
  }
  .p-top .p-top__message .p-top__message-text {
    font-size: 3.7vw;
    line-height: 2.1;
  }
  .p-top .p-top__message .p-top__message-text .pc-only {
    display: none !important;
  }
  .p-top .p-top__message .p-top__message-text:not(:first-child) {
    margin-top: 2.5em;
  }
  .p-top .p-top__message .p-top__message-ceo {
    margin-top: 10vw;
    gap: 1.8vw;
  }
  .p-top .p-top__message .p-top__message-ceo .p-top__message-ceo-name {
    font-size: 3.7vw;
    margin-top: 1.5vw;
  }
  .p-top .p-top__message .p-top__message-ceo .p-top__message-ceo-img {
    width: 60vw;
  }
  .p-top .p-top__mv .canvas_anim {
    height: calc(100vh - 18vw) !important;
    height: calc(100dvh - 18vw) !important;
    width: auto !important;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 46%;
  }
  .p-top .p-top__mv .canvas_anim .pc-only {
    display: none;
  }
}
@media (max-width: 580px) {
  .p-top .p-top__mv .p-top__mv-logo svg {
    width: 140px;
  }
  .p-top .p-top__mv .p-top__mv-catch {
    font-size: 16px;
  }
  .p-top .p-top__mv .p-top__mv-title {
    font-size: 26px;
  }
}
.p-archive-news__contents {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-archive-news__contents {
    margin-top: 13vw;
  }
}

.p-archive-news__list {
  border-top: 1px solid var(--text-color);
}
@media screen and (max-width: 768px) {
  .p-archive-news__list {
    border-top: 0.5vw solid var(--text-color);
  }
}

.p-archive-news__list-item {
  border-bottom: 1px solid #e6e7e8;
}
.p-archive-news__list-item:last-child {
  border-bottom: 1px solid var(--text-color);
}
.p-archive-news__list-item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1.5;
  padding: 23px 100px 23px 60px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-archive-news__list-item a::after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center center/cover;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a6a8ab;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  font-weight: 300;
  font-size: 20px;
}
.p-archive-news__list-item a:hover {
  background-color: #fafbfb;
}
.p-archive-news__list-item a:hover::after {
  right: 50px;
}
@media screen and (max-width: 768px) {
  .p-archive-news__list-item a {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 0;
    padding: 3.5vw 0vw 3.5vw 0;
    border-bottom-width: 0.25vw;
  }
  .p-archive-news__list-item a::after {
    display: none;
  }
  .p-archive-news__list-item a:hover::after {
    right: 0;
  }
}

.p-archive-news__list-date {
  width: 24%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-archive-news__list-date {
    font-size: 3.8vw;
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.p-archive-news__list-category {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
  width: 18%;
  color: #808184;
}
@media screen and (max-width: 768px) {
  .p-archive-news__list-category {
    font-size: 3.8vw;
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: 2.6666666667vw;
  }
}

.p-archive-news__list-title {
  font-size: 15px;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-archive-news__list-title {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 2vw;
    font-size: 3.8vw;
    padding-right: 4vw;
    position: relative;
  }
  .p-archive-news__list-title::after {
    content: "";
    background: url(../images/common/icon_arrow.svg) no-repeat center center/cover;
    width: 1.3333333333vw;
    height: 2.2213333333vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.8vw;
  }
}

.p-archive-news__list-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.p-news__article {
  margin-top: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid #E6E7E8;
}
@media screen and (max-width: 768px) {
  .p-news__article {
    margin-top: 13.3333333333vw;
    padding-bottom: 16vw;
    border-bottom: 1px solid #E6E7E8;
  }
}

.p-news__article-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-news__article-head {
    gap: 2.1333333333vw;
  }
}

.p-news__article-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 15px;
  line-height: 1.2413333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-news__article-meta {
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-news__article-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-news__article-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw;
  }
}

.p-news__article-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-news__article-title {
    font-size: 4.8vw;
    font-weight: 500;
    margin-bottom: 6.1333333333vw;
  }
}

.p-news__article-content h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid #656B6D;
  margin-bottom: 18px;
  margin-top: 44px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-news__article-content h2 {
    padding-bottom: 1.6vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
  }
}
.p-news__article-content h3 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-news__article-content h3 {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-news__article-content p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-news__article-content p {
    margin-bottom: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.p-news__article-content img {
  margin-bottom: 16px;
  aspect-ratio: 700/494;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-news__article-content img {
    margin-bottom: 3.7333333333vw;
  }
}

.p-news__btn-link {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news__btn-link {
    margin-top: 16vw;
  }
}

.p-archive-works__contents {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-archive-works__contents {
    margin-top: 16vw;
  }
}

.p-archive-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
@media (max-width: 768px) {
  .p-archive-works__list {
    margin-top: 10vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 12.3vw;
  }
}

.p-archive-works__list-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--text-color);
}
.p-archive-works__list-item a:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-archive-works__list-item a:hover .p-archive-works__list-text {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-archive-works__list-item {
    border-radius: 0;
    background-color: transparent;
  }
}

.p-archive-works__list-img img {
  width: 100%;
  aspect-ratio: 322/254;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .p-archive-works__list-img {
    overflow: hidden;
    border-radius: 8px;
  }
}

.p-archive-works__list-text {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0 15px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .p-archive-works__list-text {
    position: static;
    padding: 2.9vw 0 0;
    opacity: 1;
    color: var(--text-color);
  }
}

.p-archive-works__list-title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-archive-works__list-title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1em;
  }
}

.p-archive-works__list-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-archive-works__list-detail {
    font-size: 3.5vw;
    font-weight: 500;
    margin-top: 3.8vw;
  }
}

.p-works__article {
  max-width: 700px;
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 33px;
  position: relative;
  border-bottom: 1px solid #E6E7E8;
}
@media (max-width: 768px) {
  .p-works__article {
    margin-top: 11.3vw;
    padding-bottom: 1.3vw;
  }
}

.p-works__article-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .p-works__article-head {
    gap: 2.1333333333vw;
  }
}

.p-works__article-date {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-works__article-date {
    font-size: 3.7333333333vw;
  }
}

.p-works__article-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-works__article-title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.p-works__article-thumbnail {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 148px;
}
.p-works__article-thumbnail img {
  width: 100%;
  aspect-ratio: 700/495;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-works__article-thumbnail {
    margin-top: 6.6666666667vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 16vw;
  }
  .p-works__article-thumbnail img {
    aspect-ratio: 280/221;
  }
}

.p-works__article-content-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #656B6D;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .p-works__article-content-title {
    padding-bottom: 1.6vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
    font-size: 5.3333333333vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}

.p-works__article-content-body h2 {
  padding-bottom: 11px;
  border-bottom: 1px solid #656B6D;
  margin-bottom: 18px;
  margin-top: 44px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-works__article-content-body h2 {
    padding-bottom: 1.6vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
.p-works__article-content-body h3 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-works__article-content-body h3 {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-works__article-content-body p {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-works__article-content-body p {
    margin-bottom: 6.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.p-works__article-content-body img {
  margin-bottom: 16px;
  aspect-ratio: 700/466;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-works__article-content-body img {
    margin-bottom: 3.7333333333vw;
  }
}

.wp-block-gallery {
  margin-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wp-block-gallery {
    margin-top: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}

.wp-block-gallery.has-nested-images.columns-5 img,
.wp-block-gallery.has-nested-images.columns-4 img,
.wp-block-gallery.has-nested-images.columns-default img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

/*ギャラリー3カラム*/
.wp-block-gallery.has-nested-images.columns-default.wp-block-gallery-is-layout-flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
@media (max-width: 768px) {
  .wp-block-gallery.has-nested-images.columns-default.wp-block-gallery-is-layout-flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6666666667vw;
  }
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: 100% !important;
}

/*ギャラリー4カラム*/
.wp-block-gallery.has-nested-images.columns-4.wp-block-gallery-is-layout-flex {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}
@media (max-width: 768px) {
  .wp-block-gallery.has-nested-images.columns-4.wp-block-gallery-is-layout-flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6666666667vw;
  }
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
  width: 100% !important;
}

/*ギャラリー5カラム*/
.wp-block-gallery.has-nested-images.columns-5.wp-block-gallery-is-layout-flex {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 17px;
}
@media (max-width: 768px) {
  .wp-block-gallery.has-nested-images.columns-5.wp-block-gallery-is-layout-flex {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.1333333333vw;
  }
}

.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
  width: 100% !important;
}

.p-works__article-table {
  padding-block: 23px 52px;
}
.p-works__article-table table {
  width: 100%;
  border-collapse: collapse;
}
.p-works__article-table th, .p-works__article-table td {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 6px 6px 6px 0;
}
.p-works__article-table th {
  width: 177px;
  font-weight: 500;
}
.p-works__article-table td {
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-works__article-table {
    max-width: 74.6666666667vw;
    padding-block: 4vw 8vw;
  }
  .p-works__article-table th, .p-works__article-table td {
    font-size: 3.7333333333vw;
    width: 100%;
    display: block;
    padding: 0;
  }
  .p-works__article-table th {
    width: 36.2666666667vw;
    width: 100%;
    display: block;
    padding-bottom: 2.1333333333vw;
  }
  .p-works__article-table td {
    padding-bottom: 4.8vw;
  }
}

.p-works__btn-link {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-works__btn-link {
    margin-top: 16vw;
  }
}

/* ラッパー */
.p-works__article-gallery {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-works__article-gallery {
    margin-bottom: 13.6vw;
  }
}

/* メイン画像 */
.p-works__article-gallery-main {
  width: 100%;
}
.p-works__article-gallery-main img {
  width: 100%;
  aspect-ratio: 700/466;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* サムネイルのエリア */
.p-works__article-gallery-thumb {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 17px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-works__article-gallery-thumb {
    margin-top: 6.6666666667vw;
    gap: 2.1333333333vw;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* サムネイルの各ボタン */
.p-works__article-gallery-btn {
  position: relative;
}
.p-works__article-gallery-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.p-works__article-gallery-btn:focus-visible::before {
  background-color: rgba(75, 86, 89, 0.5);
}
.p-works__article-gallery-btn img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (any-hover: hover) {
  .p-works__article-gallery-btn:hover::before {
    background-color: rgba(75, 86, 89, 0.5);
  }
}
/* is_activeクラスが付与されたら、サムネイルに半透明の黒背景を適用 */
.p-works__article-gallery-btn.is_active::before {
  background-color: rgba(75, 86, 89, 0.5);
}

.p-contact {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .p-contact {
    padding-bottom: 14.6666666667vw;
  }
}

.p-contact__contents {
  max-width: 620px;
  margin-inline: auto;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-contact__contents {
    margin-top: 13.3vw;
  }
}

.p-contact__intro-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-contact__intro-text {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.7857142857;
    text-align: left !important;
  }
}

.p-contact__intro-text--confirm {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .p-contact__intro-text--confirm {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.7857142857;
    text-align: left !important;
    margin-bottom: 9.8666666667vw;
  }
}

[data-screen=confirm] .p-contact__intro-text {
  display: none;
}

[data-screen=input] .p-contact__intro-text--confirm,
[data-screen=invalid] .p-contact__intro-text--confirm {
  display: none;
}

.p-contact__notes {
  margin-top: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.p-contact__notes::before {
  content: "*";
  color: #FF0000;
}
@media (max-width: 768px) {
  .p-contact__notes {
    margin-top: 12.2666666667vw;
    font-size: 3.7333333333vw;
    gap: 0.5333333333vw;
  }
}

[data-screen=confirm] .p-contact__notes {
  display: none;
}

.p-contact {
  /* 完了画面のカスタム
  ***************************************************************/
  /* プログレスバーのカスタム
  ***************************************************************/
}
.p-contact .smf-item__label__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
}
.p-contact .smf-item__label__text:after {
  content: "*";
  color: #FF0000;
}
@media (max-width: 768px) {
  .p-contact .smf-item__label__text {
    font-size: 4vw;
    line-height: 1.6;
    color: #656B6D;
  }
}
.p-contact [data-screen=confirm] .smf-item__label__text::after {
  content: "";
  display: none;
}
.p-contact .smf-form--letter .smf-item {
  padding: 13px 0;
}
@media (max-width: 768px) {
  .p-contact .smf-form--letter .smf-item {
    padding: 4.8vw 0 2.1333333333vw 0;
  }
}
.p-contact [data-screen=confirm] .smf-form--letter .smf-item {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .p-contact [data-screen=confirm] .smf-form--letter .smf-item {
    padding: 4.8vw 0 2.1333333333vw 0;
  }
}
.p-contact .smf-form--letter .smf-item__col--label {
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  .p-contact .smf-form--letter .smf-item__col--label {
    padding-bottom: 3.7333333333vw;
  }
}
.p-contact .smf-form .smf-text-control__control,
.p-contact .smf-form .smf-textarea-control__control {
  padding: 16px 18px;
}
@media (max-width: 768px) {
  .p-contact .smf-form .smf-text-control__control,
  .p-contact .smf-form .smf-textarea-control__control {
    padding: 4.8vw 5.0666666667vw;
  }
}
.p-contact .p-contact__textarea {
  resize: vertical !important;
  height: 181px;
}
@media (max-width: 768px) {
  .p-contact .p-contact__textarea {
    height: 65.0666666667vw;
  }
}
.p-contact input::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
  color: #A5A8AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
}
.p-contact input::-moz-placeholder, .p-contact textarea::-moz-placeholder {
  color: #A5A8AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
}
.p-contact input:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
  color: #A5A8AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
}
.p-contact input::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
  color: #A5A8AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
}
.p-contact input::placeholder,
.p-contact textarea::placeholder {
  color: #A5A8AB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
}
@media (max-width: 768px) {
  .p-contact input::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-contact input::-moz-placeholder, .p-contact textarea::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-contact input:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-contact input::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .p-contact input::placeholder,
  .p-contact textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 768px) {
  .p-contact .smf-action .smf-button-control__control {
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 768px) {
  .p-contact .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}
.p-contact .smf-form--letter + .smf-action {
  margin: 47px auto 0 auto;
}
@media (max-width: 768px) {
  .p-contact .smf-form--letter + .smf-action {
    margin: 14.4vw auto 0 auto;
  }
}
.p-contact .smf-action .smf-button-control__control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 174px;
  height: 48px;
  padding-inline: 10px;
  border: 1px solid #707070;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  color: #707070;
  background-color: #ffffff;
  background-image: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-contact .smf-action .smf-button-control__control:hover {
  background-color: #707070;
  color: #fff;
}
@media (max-width: 768px) {
  .p-contact .smf-action .smf-button-control__control {
    min-width: 45vw;
    height: 12vw;
    border-radius: 2vw;
    font-size: 3.7333333333vw;
    border-width: 0.25vw;
  }
}
.p-contact .p-contact__complete-text:first-child {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-contact .p-contact__complete-text:first-child {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-contact .p-contact__complete-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact .p-contact__complete-text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    text-align: left;
  }
}
.p-contact .smf-progress-tracker {
  max-width: 408px;
  margin-inline: auto;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .p-contact .smf-progress-tracker {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 11.4666666667vw;
  }
}
.p-contact .smf-progress-tracker__item__number {
  color: transparent;
  width: 12px;
  height: 12px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .p-contact .smf-progress-tracker__item__number {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-contact .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #656B6D;
}
.p-contact .smf-progress-tracker__item__text {
  margin-top: 12px;
  color: #656B6D;
}
@media (max-width: 768px) {
  .p-contact .smf-progress-tracker__item__text {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.p-contact .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #656B6D;
}
.p-contact .smf-progress-tracker__item::before {
  top: 6px;
}
@media (max-width: 768px) {
  .p-contact .smf-progress-tracker__item::before {
    top: 1.6vw;
  }
}
.p-contact .smf-progress-tracker__item::after {
  top: 6px;
}
@media (max-width: 768px) {
  .p-contact .smf-progress-tracker__item::after {
    top: 1.6vw;
  }
}

.p-not-found h2 {
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .p-not-found h2 {
    font-size: 21.3333333333vw;
    margin-top: 26.6666666667vw;
  }
}
.p-not-found p {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-not-found p {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}

.p-member__article {
  margin-top: 50px;
  padding-bottom: 82px;
  border-bottom: 1px solid #E6E7E8;
}
@media screen and (max-width: 768px) {
  .p-member__article {
    margin-top: 10.1333333333vw;
    padding-bottom: 16vw;
    border-bottom: 1px solid #E6E7E8;
  }
}

.p-member__article-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-member__article-head {
    gap: 2.1333333333vw;
  }
}

.p-member__position {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-member__position {
    font-size: 3.7333333333vw;
  }
}

.p-member__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-member__name {
    font-size: 5.3333333333vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 6.6666666667vw;
  }
}

.p-member__article-thumbnail {
  width: 100%;
}
.p-member__article-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 700/438;
}
.p-member__article-thumbnail:has(+ .p-member__article-content) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-member__article-thumbnail:has(+ .p-member__article-content) {
    margin-bottom: 8vw;
  }
}

.p-member__profile {
  padding-block: 60px 150px;
}
@media screen and (max-width: 768px) {
  .p-member__profile {
    padding-block: 9.8666666667vw 10.6666666667vw;
  }
}

.p-member__profile-title {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  padding-bottom: 10px;
  border-bottom: 1px solid #656B6D;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-member__profile-title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.08em;
  }
}

.p-member__profile-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-member__profile-contents {
    gap: 1.0666666667vw;
  }
}

.p-member__profile-item {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-member__profile-item {
    font-size: 4vw;
    line-height: 1.6;
  }
}

.p-member__article-content h2 {
  padding-bottom: 11px;
  border-bottom: 1px solid #656B6D;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-member__article-content h2 {
    padding-bottom: 1.6vw;
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
}
.p-member__article-content h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-member__article-content h3 {
    margin-bottom: 0.8vw;
    font-size: 3.7333333333vw;
  }
}
.p-member__article-content p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.p-member__article-content p:has(+ h2) {
  margin-bottom: 100px;
}
.p-member__article-content p:has(+ h3) {
  margin-bottom: 32px;
}
.p-member__article-content p:has(+ img) {
  margin-bottom: 55px;
}
.p-member__article-content p:has(+ figure) {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-member__article-content p {
    margin-bottom: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .p-member__article-content p:has(+ h2) {
    margin-bottom: 21.3333333333vw;
  }
  .p-member__article-content p:has(+ h3) {
    margin-bottom: 2.6666666667vw;
  }
  .p-member__article-content p:has(+ img) {
    margin-bottom: 3vw;
  }
  .p-member__article-content p:has(+ figure) {
    margin-bottom: 3vw;
  }
}
.p-member__article-content img {
  margin-bottom: 60px;
  aspect-ratio: 700/494;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-member__article-content img {
    margin-bottom: 10.6666666667vw;
  }
}

.p-news__btn-link {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news__btn-link {
    margin-top: 16vw;
  }
}

.p-member__schedule:has(+ h2) {
  margin-bottom: 100px;
}
.p-member__schedule:has(+ h3) {
  margin-bottom: 40px;
}
.p-member__schedule:has(+ img) {
  margin-bottom: 60px;
}
.p-member__schedule:has(+ figure) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-member__schedule:has(+ h2) {
    margin-bottom: 13.3333333333vw;
  }
  .p-member__schedule:has(+ h3) {
    margin-bottom: 5.3333333333vw;
  }
  .p-member__schedule:has(+ img) {
    margin-bottom: 8vw;
  }
  .p-member__schedule:has(+ figure) {
    margin-bottom: 8vw;
  }
}

.p-member__schedule-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 28px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-member__schedule-list {
    gap: 1.6vw;
    margin-top: 7.4666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}

.p-member__schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-member__schedule-item {
    gap: 3.2vw;
  }
}

.p-member__schedule-time {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-member__schedule-time {
    font-size: 4.2666666667vw;
  }
}

.p-member__schedule-description {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-member__schedule-description {
    font-size: 3.7333333333vw;
  }
}

/* 会社について
***************************************************************/
.p-about__head-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 54px;
}
@media (max-width: 768px) {
  .p-about__head-nav {
    gap: 3.7333333333vw;
    padding-top: 12vw;
  }
}

.p-about__head-link {
  width: 181px;
}
.p-about__head-link a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.0344444444;
  padding-bottom: 10px;
  padding-inline: 9px;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-about__head-link a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 9px;
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (any-hover: hover) {
  .p-about__head-link a:hover {
    border-bottom: 1px solid #808184;
  }
}
@media (max-width: 768px) {
  .p-about__head-link {
    width: 35.2vw;
  }
  .p-about__head-link a {
    font-size: 4.2666666667vw;
    border-bottom: none;
  }
  .p-about__head-link a::after {
    right: 0.5333333333vw;
    top: 1.6vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
  .p-about__head-link a:hover {
    border-bottom: none;
  }
}

/* 会社概要
***************************************************************/
.p-about__company {
  padding-block: 100px;
}
@media (max-width: 768px) {
  .p-about__company {
    padding-block: 21.3333333333vw 7.4666666667vw;
  }
}

.p-about__company-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-about__company-title {
    font-size: 5.8666666667vw;
    margin-bottom: 8.8vw;
  }
}

.p-about__company-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about__company-table {
    font-size: 3.7333333333vw;
  }
}
.p-about__company-table th {
  width: 25.1428571429%;
  font-weight: 500;
  padding-right: 20px;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .p-about__company-table th {
    width: 100%;
    display: block;
    padding-right: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-about__company-table td {
  width: 74.7142857143%;
  font-weight: 400;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .p-about__company-table td {
    width: 100%;
    display: block;
    padding-bottom: 3.2vw;
  }
}

.p-about__company-address {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .p-about__company-address {
    padding-bottom: 1.6vw;
  }
}

.p-about__company-map {
  padding-block: 2px 6px;
}
.p-about__company-map iframe {
  width: 412px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 412/216;
  vertical-align: top;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .p-about__company-map {
    padding-block: 0 2.1333333333vw;
  }
  .p-about__company-map iframe {
    aspect-ratio: 280/216;
  }
}

/* メンバー紹介
***************************************************************/
.p-about__member {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .p-about__member {
    padding-top: 10.6666666667vw;
  }
}

.p-about__member-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-about__member-title {
    font-size: 5.8666666667vw;
    margin-bottom: 8.8vw;
  }
}

.p-about__member-contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 31px;
}
@media (max-width: 768px) {
  .p-about__member-contents {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10.6666666667vw;
  }
}

.p-about__member-item {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-about__member-item:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-about__member-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-about__member-image img {
  aspect-ratio: 335/210;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p-about__member-image {
    margin-bottom: 2.6666666667vw;
  }
}

.p-about__member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-about__member-info {
    gap: 2.1333333333vw;
  }
}

.p-about__member-position {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .p-about__member-position {
    font-size: 3.7333333333vw;
  }
}

.p-about__member-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .p-about__member-name {
    font-size: 4.2666666667vw;
  }
}

.p-recruit__message {
  padding-top: 116px;
  padding-bottom: 100px;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .p-recruit__message {
    padding-top: 18.6666666667vw;
    padding-bottom: 0;
  }
}
.p-recruit__message h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-recruit__message h2 {
    font-size: 4.8vw;
    line-height: 1.6;
    margin-bottom: 5.6vw;
  }
}
.p-recruit__message p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9375;
}
@media (max-width: 768px) {
  .p-recruit__message p {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}

.p-recruit {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-recruit {
    padding-top: 11.7333333333vw;
  }
}

.p-recruit__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .p-recruit__title {
    font-size: 5.8666666667vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12vw;
  }
}

.p-recruit__tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 768px) {
  .p-recruit__tab-list {
    gap: 3.8666666667vw;
  }
}

.p-recruit__tab-item {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 7px;
  border-bottom: 1px solid #808184;
  min-width: 181px;
  text-align: center;
}
.p-recruit__tab-item[aria-selected=false] {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .p-recruit__tab-item {
    font-size: 4.2666666667vw;
    line-height: 1.7142857143;
    min-width: 35.2vw;
  }
}

.p-recruit__tab-container {
  overflow: hidden;
}

.p-recruit__tab-contents {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 10px;
  -webkit-transition: opacity 0.1s ease, translate 0.5s ease;
  transition: opacity 0.1s ease, translate 0.5s ease;
}
.p-recruit__tab-contents.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-recruit__tab-content {
  padding-top: 45px;
}
@media (max-width: 768px) {
  .p-recruit__tab-content {
    padding-top: 9.3333333333vw;
  }
}

.p-recruit__table {
  width: 100%;
  border-collapse: collapse;
}
.p-recruit__table th {
  width: 178px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}
@media (max-width: 768px) {
  .p-recruit__table th {
    width: 100%;
    display: block;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: 500;
    padding-bottom: 1.6vw;
  }
}
.p-recruit__table td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .p-recruit__table td {
    width: 100%;
    display: block;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
    padding-bottom: 5.3333333333vw;
  }
}
.p-recruit__table tr:last-child td {
  padding-bottom: 0;
}

.p-pp__head {
  padding-top: 45px;
}

.p-pp__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-pp__text {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}

.p-pp__body {
  margin-top: 60px;
}
.p-pp__body dl:not(:first-child) {
  margin-top: 60px;
}
.p-pp__body dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #656B6D;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.p-pp__body dd {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.p-pp__body dd > ol {
  margin-top: 30px;
  counter-reset: num;
}
.p-pp__body dd > ol > li {
  counter-increment: num;
  position: relative;
  padding-left: 1.6em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-pp__body dd > ol > li:not(:first-child) {
  margin-top: 25px;
}
.p-pp__body dd > ol > li::before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-pp__body dd > ol > li > ol {
  margin-top: 15px;
  counter-reset: num;
}
.p-pp__body dd > ol > li > ol > li {
  counter-increment: num;
  position: relative;
  padding-left: 1.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-pp__body dd > ol > li > ol > li:not(:first-child) {
  margin-top: 15px;
}
.p-pp__body dd > ol > li > ol > li::before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-pp__body dd > ol > li > ol > li > ol {
  margin-top: 25px;
  counter-reset: num;
}
.p-pp__body dd > ol > li > ol > li > ol > li {
  counter-increment: num;
  position: relative;
  padding-left: 1.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-pp__body dd > ol > li > ol > li > ol > li:not(:first-child) {
  margin-top: 10px;
}
.p-pp__body dd > ol > li > ol > li > ol > li::before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-pp__body p {
  margin-top: 30px;
  letter-spacing: 0.05em;
  text-align: right;
}

@media (max-width: 768px) {
  .p-pp__head {
    padding-top: 42px;
  }
  .p-pp__title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .p-pp__text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-pp__body {
    margin-top: 50px;
  }
  .p-pp__body dl:not(:first-child) {
    margin-top: 50px;
  }
  .p-pp__body dt {
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .p-pp__body dd {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-pp__body dd > ol {
    margin-top: 25px;
  }
  .p-pp__body dd > ol > li {
    padding-left: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .p-pp__body dd > ol > li:not(:first-child) {
    margin-top: 18px;
  }
  .p-pp__body dd > ol > li > ol {
    margin-top: 15px;
  }
  .p-pp__body dd > ol > li > ol > li {
    padding-left: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .p-pp__body dd > ol > li > ol > li:not(:first-child) {
    margin-top: 13px;
  }
  .p-pp__body dd > ol > li > ol > li > ol {
    margin-top: 12px;
  }
  .p-pp__body dd > ol > li > ol > li > ol > li {
    padding-left: 1.3em;
    line-height: 1.8;
  }
  .p-pp__body dd > ol > li > ol > li > ol > li:not(:first-child) {
    margin-top: 10px;
  }
  .p-pp__body p {
    margin-top: 20px;
    font-size: 14px;
  }
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-OTF-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}/*# sourceMappingURL=style.min.css.map */