@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* base css
----------------------------------------------------------------- */
:root {
  --gothic: "Noto Sans JP", sans-serif;
  --en: "Montserrat", sans-serif;
  --windowHeight: 0;
  --headerHeight: 0;
  --liteBlack: #232323;
}

body {
  font-family: var(--gothic);
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* keyframes css
----------------------------------------------------------------- */
/* l-contents
----------------------------------------------------------------- */
/* l-container
----------------------------------------------------------------- */
.l-container {
  max-width: 1247px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}

/* l-header
----------------------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  .l-header {
    position: absolute;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 4.4655929722vw, 61px);
  padding-inline: 0 clamp(36px, 5.1976573939vw, 71px);
}
@media (max-width: 1080px) {
  .l-header__inner {
    gap: 16px;
    padding-inline: 0 15px;
  }
}
@media (max-width: 960px) {
  .l-header__inner {
    padding-inline: 0;
  }
}
.l-header__logo {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1080px) {
  .l-header__logo {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    max-width: 139px;
  }
}
.l-header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 100%;
  border-bottom-right-radius: 50px;
  padding-block: 33px;
}
@media (max-width: 1080px) {
  .l-header__logoLink {
    padding-block: 25px;
  }
}
@media (max-width: 768px) {
  .l-header__logoLink {
    border-bottom-right-radius: 25px;
    padding-block: 19.5px;
  }
}
.l-header__logoInner {
  display: block;
  max-width: 133px;
  width: 100%;
}
@media (max-width: 1080px) {
  .l-header__logoInner {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .l-header__logoInner {
    max-width: 83.5px;
  }
}
.l-header__pcNav {
  background: #fff;
  border-radius: 50px;
  margin-left: auto;
  padding-inline: clamp(20px, 2.3426061493vw, 32px) 0;
}
@media (max-width: 960px) {
  .l-header__pcNav {
    display: none;
  }
}
.l-header__pcNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__pcNavLink, .l-header__pcNavLink--contact {
  font-family: var(--en);
  font-size: clamp(14px, 1.317715959vw, 18px);
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #000;
  padding-inline: clamp(14px, 1.8301610542vw, 25px);
}
@media (max-width: 1080px) {
  .l-header__pcNavLink, .l-header__pcNavLink--contact {
    padding-inline: 10px;
  }
}
@media (min-width: 769px) {
  .l-header__pcNavLink:hover, .l-header__pcNavLink--contact:hover {
    opacity: 0.6;
  }
}
.l-header__pcNavLink--contact {
  text-align: center;
  width: clamp(112px, 16.4714494876vw, 225px);
  background: #232323;
  color: #fff;
  margin-left: clamp(14px, 1.8301610542vw, 25px);
  border-radius: 50px;
  padding-block: clamp(25px, 2.3426061493vw, 32px);
}
.l-header__drawerBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.l-header__drawerBg.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header__drawerBtn {
  display: none;
}
@media (max-width: 960px) {
  .l-header__drawerBtn {
    position: fixed;
    top: 21px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    width: 89px;
    height: 80px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    margin-left: auto;
    margin-top: auto;
    z-index: 1;
  }
}
.l-header__drawerBtn.is-open .l-header__drawerBtnLine:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}
.l-header__drawerBtn.is-open .l-header__drawerBtnLine:nth-child(2) {
  width: 0;
}
.l-header__drawerBtn.is-open .l-header__drawerBtnLine:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 45%;
}
.l-header__drawerBtnInner {
  display: block;
  position: relative;
  width: 45px;
  height: 23px;
  margin: 0 auto 0 30%;
}
.l-header__drawerBtnLine {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.l-header__drawerBtnLine:nth-child(1) {
  top: 0;
}
.l-header__drawerBtnLine:nth-child(2) {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__drawerBtnLine:nth-child(3) {
  bottom: 0;
}
.l-header__drawer {
  display: none;
}
@media (max-width: 960px) {
  .l-header__drawer {
    overflow: auto;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 94.87%;
    height: 100vh;
    background: #fff;
    z-index: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .l-header__drawer.is-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.l-header__drawerInner {
  padding-block: 92px 69px;
}
.l-header__spMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-family: var(--en);
  color: #000;
}
.l-header__spMenuLink, .l-header__spMenuLink--policy, .l-header__spMenuLink--contact {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.l-header__spMenuLink--contact {
  text-align: center;
  width: 240px;
  margin: 0 auto;
  background: #232323;
  color: #fff;
  border-radius: 75px;
  margin-top: 14px;
  padding-block: 16.5px;
}
.l-header__spMenuLink--policy {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 18px;
}
.l-header__drawerLogo {
  width: 120px;
  margin: 0 auto;
  margin-top: 71px;
}
/* l-footer
----------------------------------------------------------------- */
.l-footer {
  padding-block: 45px 19px;
}
@media (max-width: 768px) {
  .l-footer {
    padding-block: 68px 26px;
  }
}
.l-footer__inner {
  padding-inline: 30px;
}
.l-footer__logo {
  max-width: 113px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-footer__logo {
    max-width: 185px;
  }
}
.l-footer__logoLink {
  width: 100%;
}
.l-footer__copyright {
  text-align: center;
  font-family: var(--en);
  color: #000;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 61px;
  }
}
.l-footer__copyText {
  font-size: clamp(11px, 1.5625vw, 12px);
  line-height: 1.75;
  letter-spacing: 0.16em;
  font-weight: 500;
}

/* c-heading
----------------------------------------------------------------- */
.c-heading, .c-heading--contact, .c-heading--corporate, .c-heading--works, .c-heading--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(40px, 5.5555555556vw, 60px);
  /* モディファイアSTART */
  /* モディファイアEND */
}
.c-heading--white .c-heading__main {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  color: #fff;
}
.c-heading--white .c-heading__sub {
  color: #fff;
}
.c-heading--works .c-heading__sub {
  color: #fff;
}
@media (max-width: 768px) {
  .c-heading--corporate .c-heading__main {
    letter-spacing: 0.2em;
  }
}
.c-heading--corporate .c-heading__sub {
  color: #fff;
}
.c-heading--contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-heading__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--en);
  font-weight: 400;
  letter-spacing: 0.3em;
  background: -webkit-gradient(linear, left top, right top, from(#ff95a6), to(#5f71ad));
  background: linear-gradient(90deg, #ff95a6, #5f71ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-heading__sub {
  margin-top: 5px;
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #000;
}
@media (max-width: 768px) {
  .c-heading__sub {
    margin-top: 0;
  }
}
.c-heading__en {
  font-family: var(--en);
}

/* c-accordion
-----------------------------------------------
------------------ */
.c-accordion__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.c-accordion__icon {
  display: block;
  background: url(../images/icon_triangle.svg) center center/contain no-repeat;
  width: 17px;
  height: 20px;
  aspect-ratio: 17/20;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .c-accordion__icon {
    width: 16px;
  }
}
.c-accordion__icon.is-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion__title {
  font-family: var(--en);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-accordion__title {
    font-size: 14px;
  }
}
.c-accordion__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-accordion__content.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .c-accordion__content.is-open {
    padding-top: 12px;
  }
}
.c-accordion__body {
  overflow: hidden;
}
.c-accordion__bodyInner {
  min-height: 350px;
}
@media (max-width: 768px) {
  .c-accordion__bodyInner {
    min-height: unset;
  }
}

/* c-form
----------------------------------------------------------------- */
.c-form {
  max-width: 604px;
  margin-inline: auto;
}
.c-form__item + .c-form__item {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .c-form__item + .c-form__item {
    margin-top: 22px;
  }
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.c-form__labelTag, .c-form__labelTag--red {
  color: #eee;
  font-size: clamp(17px, 1.6666666667vw, 18px);
  font-weight: 400;
  margin-right: -5px;
}
@media (max-width: 768px) {
  .c-form__labelTag, .c-form__labelTag--red {
    margin-right: 0;
  }
}
.c-form__labelTag--red {
  color: #eeb2c0;
}
.c-form__labelText {
  font-size: clamp(17px, 1.6666666667vw, 18px);
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #000;
}
.c-form__itemColInner {
  margin-top: 10px;
  width: 100%;
}
.c-form__input, .c-form__select, .c-form__textarea {
  width: 100%;
  padding: 12px 18px 13px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #000;
  border-radius: 1px;
  background-color: #ededed;
}
.c-form__input:focus, .c-form__textarea:focus {
  outline: none;
}
.c-form__input {
  max-height: 44px;
  height: 100%;
}
.c-form__textarea {
  margin-top: 10px;
  height: 200px;
  resize: vertical;
}
@media (max-width: 768px) {
  .c-form__textarea {
    height: 250px;
  }
}
.c-form__selectWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.c-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.c-form__select:focus {
  outline: none;
}
.c-form__termsArea {
  margin-top: 47px;
  padding: 10px 5px 10px 18px;
  border-radius: 1px;
  background-color: #ededed;
  border-radius: 10px;
  height: 180px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-form__termsArea {
    margin-top: 30px;
    height: 230px;
  }
}
.c-form__terms {
  height: 100%;
  overflow: auto;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  text-align: justify;
}
@media (max-width: 768px) {
  .c-form__terms {
    font-size: 11px;
  }
}
.c-form__agreementArea {
  margin-top: 27px;
}
@media (max-width: 768px) {
  .c-form__agreementArea {
    margin-top: 34px;
  }
}
.c-form__agreementLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 18px;
}
@media (max-width: 768px) {
  .c-form__agreementLabel {
    margin-left: 14px;
  }
}
.c-form__agreementInput {
  display: none;
}
.c-form__agreementInput:checked + .c-form__agreementInput__agreementLabelSpan::after {
  opacity: 1;
}
.c-form__agreementLabelSpan {
  cursor: pointer;
  font-size: clamp(14px, 2.34375vw, 18px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  display: inline-block;
  padding-left: 44px;
  position: relative;
}
@media (max-width: 768px) {
  .c-form__agreementLabelSpan {
    padding-left: 24px;
  }
}
.c-form__agreementLabelSpan::before, .c-form__agreementLabelSpan::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__agreementLabelSpan::before {
  background-color: #ededed;
  border: 1px solid #232323;
  display: block;
  left: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .c-form__agreementLabelSpan::before {
    width: 18px;
    height: 18px;
  }
}
.c-form__agreementLabelSpan::after {
  border: 1px solid transparent;
  left: 0;
  width: 11.2px;
  height: 16px;
  border-right: 2px solid #232323;
  border-bottom: 2px solid #232323;
  -webkit-transform: translate(60%, -60%) rotate(45deg);
          transform: translate(60%, -60%) rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  .c-form__agreementLabelSpan::after {
    width: 8.4px;
    height: 12px;
  }
}
.c-form__itemBtn {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .c-form__itemBtn {
    margin-top: 32px;
  }
}
.c-form__submit {
  margin-inline: auto;
  background-color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 12px 32px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  min-width: 275px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .c-form__submit {
    min-width: 294px;
    min-height: 64px;
  }
}
@media (min-width: 769px) {
  .c-form__submit:hover {
    opacity: 0.7;
  }
}
.c-form__submitText {
  font-weight: bold;
}

/* contact form 7 設定 */
.wpcf7-list-item-label {
  cursor: pointer;
  font-size: clamp(14px, 2.34375vw, 18px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  display: inline-block;
  padding-left: 44px;
  position: relative;
}
@media (max-width: 768px) {
  .wpcf7-list-item-label {
    padding-left: 24px;
  }
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-list-item-label::before {
  background-color: #ededed;
  border: 1px solid #232323;
  display: block;
  left: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
.wpcf7-list-item-label::after {
  border: 1px solid transparent;
  left: 0;
  width: 11.2px;
  height: 16px;
  border-right: 2px solid #232323;
  border-bottom: 2px solid #232323;
  -webkit-transform: translate(60%, -60%) rotate(45deg);
          transform: translate(60%, -60%) rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  .wpcf7-list-item-label::after {
    width: 8.4px;
    height: 12px;
  }
}

.wpcf7-list-item input {
  display: none;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .wpcf7-not-valid-tip {
    margin-top: 6px;
  }
}

/* p-kv
----------------------------------------------------------------- */
.p-kv {
  padding: 85px 35px 70px 88px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: url(../images/kv_pc1.jpg) left bottom/cover no-repeat;
}
@media (max-width: 768px) {
  .p-kv {
    padding: 48px 20px 46px 46px;
    background: url(../images/kv_sp1.jpg) center bottom/cover no-repeat;
    min-height: unset;
    height: 100svh;
    overflow: hidden;
  }
}
.p-kv__container {
  margin-inline: auto;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 1px;
  min-height: 612px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-kv__container {
    border-width: 2.5px;
  }
}
.p-kv__box {
  margin-bottom: 48px;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .p-kv__box {
    margin-bottom: 40px;
    margin-left: -18px;
    margin-right: calc(50% - 50vw);
  }
}
.p-kv__title {
  font-size: clamp(22px, 3.1481481481vw, 34px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
}
@media (max-width: 768px) {
  .p-kv__title {
    font-size: clamp(22px, 4.4270833333vw, 34px);
  }
}
.p-kv__titleInner, .p-kv__titleInner--prNone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 12px;
  padding-block: 9px 10px;
  display: block;
  background-color: var(--liteBlack);
}
@media (max-width: 768px) {
  .p-kv__titleInner, .p-kv__titleInner--prNone {
    padding-inline: 8px;
    padding-block: 6px 7px;
  }
}
.p-kv__titleInner--prNone {
  padding-right: 0px;
}
.p-kv__titleInner + .p-kv__titleInner, .p-kv__titleInner--prNone + .p-kv__titleInner, .p-kv__titleInner + .p-kv__titleInner--prNone, .p-kv__titleInner--prNone + .p-kv__titleInner--prNone {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .p-kv__titleInner + .p-kv__titleInner, .p-kv__titleInner--prNone + .p-kv__titleInner, .p-kv__titleInner + .p-kv__titleInner--prNone, .p-kv__titleInner--prNone + .p-kv__titleInner--prNone {
    margin-top: 5px;
  }
}
.p-kv__text {
  margin-top: 18px;
  font-family: var(--en);
  font-size: clamp(16px, 1.6666666667vw, 18px);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: var(--liteBlack);
  padding-left: 8px;
}
@media (max-width: 768px) {
  .p-kv__text {
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

/* p-news
----------------------------------------------------------------- */
.p-news {
  padding-block: 48px 64px;
  background: url(../images/news_bg_pc.png) left top/100% no-repeat;
}
@media (max-width: 768px) {
  .p-news {
    padding-block: 42px;
    background: url(../images/news_bg_sp.jpg) left top/105% no-repeat;
  }
}
.p-news__list, .p-news__list--mtSmall {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-news__list, .p-news__list--mtSmall {
    margin-top: 32px;
    gap: 35px;
  }
}
.p-news__list--mtSmall {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-news__list--mtSmall {
    margin-top: 35px;
  }
}
.p-news__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .p-news__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
    gap: 15px;
  }
}
.p-news__imgBox {
  max-width: 253px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1200/628;
}
@media (max-width: 768px) {
  .p-news__imgBox {
    max-width: 660px;
  }
}
.p-news__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.16em;
  color: #000;
}
@media (max-width: 768px) {
  .p-news__contents {
    font-size: clamp(12px, 2.34375vw, 18px);
  }
}
.p-news__date {
  font-family: var(--en);
  font-weight: 500;
}
.p-news__title {
  font-size: 22px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-news__title {
    font-size: clamp(15px, 2.8645833333vw, 22px);
  }
}
.p-news__text {
  margin-top: 12px;
}
.p-news__text p:not(:first-of-type) {
  margin-top: 8px;
}
.p-news__text a {
  display: inline;
  color: blue;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .p-news__text a:hover {
    opacity: 0.7;
  }
}
.p-news__accordion {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.p-news__accordion.is-open {
  height: auto; /* ただし、auto は transition 対象にできないため JS で高さを制御します */
  opacity: 1;
}
.p-news__toggleBox {
  margin-top: 4em;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-news__toggleBox {
    margin-top: 3em;
  }
}
.p-news__toggle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2c2c34;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-news__toggle {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .p-news__toggle:hover {
    opacity: 0.6;
  }
}
.p-news__toggle::after {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 6/15;
  background: url(../images/icon_triangle.svg) center center/contain no-repeat;
  -webkit-transform: rotate(90deg) translateX(3px);
          transform: rotate(90deg) translateX(3px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .p-news__toggle::after {
    -webkit-transform: rotate(90deg) translateX(1px);
            transform: rotate(90deg) translateX(1px);
  }
}
.p-news__toggle.is-open::after {
  -webkit-transform: rotate(-90deg) translateX(-3px);
          transform: rotate(-90deg) translateX(-3px);
}
@media (max-width: 768px) {
  .p-news__toggle.is-open::after {
    -webkit-transform: rotate(-90deg) translateX(-1px);
            transform: rotate(-90deg) translateX(-1px);
  }
}

/* p-news
----------------------------------------------------------------- */
.p-about {
  padding-block: 46px 40px;
  background: url(../images/about_bg_pc.jpg) center top/100% repeat-y;
  position: relative;
}
@media (max-width: 768px) {
  .p-about {
    padding-block: 40px 44px;
    background-image: url(../images/about_bg_sp.jpg);
    overflow: hidden;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
}
.p-about__inner {
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .p-about__inner {
    padding-inline: 10px;
  }
}
.p-about__topGroup {
  padding-left: 62px;
}
@media (max-width: 768px) {
  .p-about__topGroup {
    padding-inline: 10px;
  }
}
.p-about__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-about__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.p-about__textBox {
  margin-top: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 690px;
}
@media (max-width: 768px) {
  .p-about__textBox {
    margin-top: 12px;
  }
}
.p-about__titleText {
  font-size: clamp(17px, 2.2222222222vw, 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-about__titleText {
    font-size: 17px;
    white-space: normal;
  }
}
.p-about__titleInner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 5px 4px 8px;
  background-color: var(--liteBlack);
  border-radius: 1px;
}
@media (max-width: 768px) {
  .p-about__titleInner {
    padding: 4px 4px 5px 7px;
  }
}
.p-about__titleInner + .p-about__titleInner {
  margin-top: 4px;
}
.p-about__text {
  padding-left: 8px;
  margin-top: 15px;
  font-size: clamp(14px, 1.6666666667vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #fff;
}
@media (max-width: 768px) {
  .p-about__text {
    margin-top: 10px;
    padding-left: 0;
    line-height: 1.72;
    letter-spacing: 0;
    text-align: justify;
  }
}
.p-about__imgBoxWrapSP {
  display: contents;
}
@media (max-width: 768px) {
  .p-about__imgBoxWrapSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: calc(50% - 50vw);
  }
}
.p-about__imgBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 510px;
  margin-top: -95px;
  margin-right: 22px;
}
@media (max-width: 768px) {
  .p-about__imgBox {
    margin-inline: auto;
    margin-top: 14px;
    max-width: clamp(372px, 66.40625vw, 510px);
  }
}
.p-about__list {
  margin-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 768px) {
  .p-about__list {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.p-about__item {
  max-width: 432px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 41px 30px 38px;
  font-size: 14px;
  font-size: clamp(14px, 0.859375vw, 11px);
  font-weight: 400;
  line-height: 1.5714285714;
  color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-about__item {
    font-size: 11px;
    line-height: 1.4545454545;
    padding: 22px 25px 30px;
  }
}
.p-about__itemTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__itemLogoBox, .p-about__itemLogoBox--spSmall {
  max-width: 60%;
  width: 100%;
}
@media (max-width: 768px) {
  .p-about__itemLogoBox--spSmall {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.p-about__itemTitle {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #000;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-about__itemTitle {
    margin-top: 12px;
    font-size: 14px;
  }
}
.p-about__itemTitle::after {
  content: "";
  margin-top: 16px;
  display: block;
  margin-inline: auto;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff95a6), to(#5f71ad));
  background: linear-gradient(90deg, #ff95a6, #5f71ad);
}
.p-about__itemTop {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 584px;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .p-about__itemTop {
    min-height: unset;
    padding-bottom: 34px;
  }
}
.p-about__itemTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9b9b9b;
}
.p-about__itemText--mtLarge {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .p-about__itemText--mtLarge {
    margin-top: 16px;
  }
}
.p-about__subList {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .p-about__subList {
    margin-top: 16px;
  }
}
.p-about__itemLinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-about__itemLinkBox {
    margin-top: 23px;
  }
}
.p-about__itemLink, .p-about__itemLink--piLarge {
  letter-spacing: 0.05em;
  border-radius: 25px;
  border: 1px solid #000;
  padding: 13px 16px 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-about__itemLink, .p-about__itemLink--piLarge {
    padding: 20px 27px 21px;
  }
}
.p-about__itemLink--piLarge {
  padding-inline: 24px;
}
@media (max-width: 768px) {
  .p-about__itemLink--piLarge {
    padding-inline: 54px;
  }
}
@media (min-width: 769px) {
  .p-about__itemLink:hover, .p-about__itemLink--piLarge:hover {
    background-color: #000;
    color: #fff;
  }
}
.p-about__accordionArea {
  margin-top: 14px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-about__accordionArea {
    margin-top: 22px;
  }
}
.p-about__accordionArea::after {
  content: "";
  margin-top: 14px;
  display: block;
  margin-inline: auto;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff95a6), to(#5f71ad));
  background: linear-gradient(90deg, #ff95a6, #5f71ad);
}
@media (max-width: 768px) {
  .p-about__accordionArea::after {
    margin-top: 22px;
  }
}

/* p-works
----------------------------------------------------------------- */
.p-works {
  padding-block: 48px 18px;
  background: url(../images/works_bg_pc.jpg) left top/cover no-repeat;
}
@media (max-width: 768px) {
  .p-works {
    padding-block: 40px 12px;
    background: url(../images/works_bg_sp.jpg) left top/cover no-repeat;
  }
}
.p-works__topArea {
  margin-block: 75px;
}
@media (max-width: 768px) {
  .p-works__topArea {
    margin-block: 38px 60px;
  }
}
.p-works__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .p-works__title {
    overflow: hidden;
  }
}
.p-works__mainTitle {
  font-family: var(--en);
  font-size: 30px;
  font-size: clamp(20px, 2.7777777778vw, 30px);
  font-weight: 800;
  letter-spacing: 0.3em;
  color: #858484;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .p-works__mainTitle {
    margin-right: calc(50% - 50vw);
  }
}
.p-works__mainTitle::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #858484;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-works__mainTitle::after {
    display: none;
  }
}
.p-works__subTitle {
  display: block;
  margin-top: 10px;
  font-size: clamp(17px, 2.2222222222vw, 24px);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .p-works__subTitle {
    margin-top: 14px;
    margin-left: 0;
  }
}
.p-works__topCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-works__topCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.p-works__topGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-works__textList {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-works__textList {
    margin-top: 32px;
  }
}
.p-works__textItem, .p-works__textItem--small, .p-works__topText {
  font-size: clamp(14px, 1.6666666667vw, 18px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.16em;
  color: #fff;
}
@media (max-width: 768px) {
  .p-works__textItem, .p-works__textItem--small, .p-works__topText {
    line-height: 1.7;
    letter-spacing: 0;
    text-align: justify;
    padding-right: 1px;
  }
}
.p-works__textItem--small {
  font-size: 0.8em;
}
.p-works__topImgBox {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 480px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-works__topImgBox {
    margin: 0;
    border-radius: 15px;
    margin-inline: auto;
  }
}
.p-works__topImg {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .p-works__topImg {
    border-radius: 15px;
  }
}
.p-works__list, .p-works__list--mtNone {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .p-works__list, .p-works__list--mtNone {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-works__list--mtNone {
  margin-top: 0;
}
.p-works__item {
  width: 100%;
  aspect-ratio: 279/395;
  overflow: hidden;
}
.p-works__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-works__iconBox {
  margin-inline: auto;
  width: 14px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .p-works__iconBox:hover {
    opacity: 0.6;
  }
}
.p-works__iconBox.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-works__icon {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-works__icon {
    margin-top: 10px;
  }
}
.p-works__accordion {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.p-works__accordion.is-open {
  height: auto;
  opacity: 1;
}

/* p-recruit
----------------------------------------------------------------- */
.p-recruit {
  padding-block: 48px 99px;
  background: -webkit-gradient(linear, left top, right top, from(#8598db), to(#cb5b85));
  background: linear-gradient(90deg, #8598db, #cb5b85);
}
@media (max-width: 768px) {
  .p-recruit {
    padding-block: 42px 40px;
  }
}
.p-recruit__list {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2px;
}
@media (max-width: 768px) {
  .p-recruit__list {
    margin-top: 36px;
    gap: 10px;
  }
}
.p-recruit__titleBox {
  min-height: 81px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 26px 10px 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-recruit__titleBox {
    padding: 8px 22px;
    min-height: 60px;
  }
}
.p-recruit__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  color: #7f7fa3;
  width: 100%;
}
@media (max-width: 768px) {
  .p-recruit__title {
    font-size: 20px;
  }
}
.p-recruit__icon {
  position: relative;
  max-width: 30px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 768px) {
  .p-recruit__icon {
    max-width: 17px;
  }
}
.p-recruit__icon.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-recruit__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-recruit__content.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.p-recruit__body {
  overflow: hidden;
}
.p-recruit__bodyInner {
  min-height: 78px;
  padding: 10px 62px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
@media (max-width: 768px) {
  .p-recruit__bodyInner {
    padding: 10px 14px 10px 21px;
    min-height: 60px;
  }
}
.p-recruit__bodyInner + .p-recruit__bodyInner {
  margin-top: 2px;
}
.p-recruit__bodyTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .p-recruit__bodyTitle {
    font-size: 17px;
    padding-left: 17px;
  }
}
.p-recruit__bodyTitle::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.5px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 2px;
  background-color: #fff;
}
.p-recruit__bodyBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 182px;
}
@media (max-width: 768px) {
  .p-recruit__bodyBtn {
    min-width: 117.5px;
  }
}
.p-recruit__bodyLink {
  width: 100%;
  min-width: 182px;
  min-height: 50px;
  border-radius: 25px;
  background-color: #2c2c34;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .p-recruit__bodyLink {
    min-width: 117.5px;
    min-height: 35px;
    border-radius: 17.5px;
  }
}
@media (min-width: 769px) {
  .p-recruit__bodyLink:hover {
    opacity: 0.6;
  }
}
.p-recruit__bodyLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 6/15;
  background: url(../images/icon_arrow_03.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-recruit__bodyLink::after {
    top: 53%;
    right: 11px;
    width: 6px;
  }
}
.p-recruit__bodyLinkText, .p-recruit__bodyLinkText--black {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .p-recruit__bodyLinkText, .p-recruit__bodyLinkText--black {
    font-size: 14px;
    padding-right: 5px;
  }
}
.p-recruit__bodyLinkText--black {
  color: #2c2c34;
  padding-right: 0;
}
.p-recruit__border {
  min-width: 160px;
  min-height: 40px;
  border: 1px solid #272731;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-recruit__border {
    min-width: 101px;
    min-height: 30px;
  }
}

/* p-recruitment
----------------------------------------------------------------- */
.p-recruitment {
  padding-block: 74px 112px;
  background: url(../images/recruitment_bg_pc.jpg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-recruitment {
    padding-block: 40px 52px;
    background-image: url(../images/recruitment_bg_sp.jpg);
  }
}
.p-recruitment__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-recruitment__mainText {
  font-family: var(--en);
  font-size: clamp(20px, 2.7777777778vw, 30px);
  font-weight: 800;
  letter-spacing: 0.3em;
  color: #adadad;
}
.p-recruitment__subText {
  margin-left: 8px;
  margin-top: 10px;
  font-size: clamp(17px, 3.125vw, 24px);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #232323;
}
@media (max-width: 768px) {
  .p-recruitment__subText {
    margin-left: -1px;
  }
}
.p-recruitment__list {
  margin-top: 54px;
  border-bottom: 1px solid #adadad;
}
@media (max-width: 768px) {
  .p-recruitment__list {
    margin-top: 24px;
  }
}
.p-recruitment__item {
  padding: 20px 0 26px;
  border-top: 1px solid #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-recruitment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 20px 10px;
  }
}
.p-recruitment__title {
  font-size: clamp(12px, 1.4814814815vw, 16px);
  font-weight: bold;
  line-height: 2.25;
  letter-spacing: 0.16em;
  color: #232323;
  min-width: 21.59468439%;
}
@media (max-width: 768px) {
  .p-recruitment__title {
    min-width: unset;
    font-size: clamp(12px, 2.0833333333vw, 16px);
    line-height: 1.5;
  }
}
.p-recruitment__text {
  margin-top: 8px;
  line-height: 1.6;
  font-size: clamp(11px, 1.2962962963vw, 14px);
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #232323;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-recruitment__text {
    margin-top: 15px;
    font-size: clamp(11px, 1.8229166667vw, 14px);
    line-height: 1.7;
  }
}
.p-recruitment__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .p-recruitment__text a:hover {
    opacity: 0.7;
  }
}

/* p-corporate
----------------------------------------------------------------- */
.p-corporate {
  padding-block: 48px 132px;
  background: url(../images/corporate_bg_pc.jpg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-corporate {
    padding-block: 44px 54px;
    background-image: url(../images/corporate_bg_sp.jpg);
  }
}
.p-corporate__col {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-corporate__col {
    margin-top: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.p-corporate__list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-corporate__list {
    gap: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
}
.p-corporate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-corporate__item {
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 20px 10px;
    border-top: 1px solid #fff;
  }
}
.p-corporate__title {
  font-size: clamp(12px, 1.4814814815vw, 16px);
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #fff;
  min-width: min(160px, 16vw);
}
@media (max-width: 768px) {
  .p-corporate__title {
    min-width: unset;
    font-size: clamp(12px, 2.0833333333vw, 16px);
  }
}
.p-corporate__text {
  margin-top: -1px;
  line-height: 1.6;
  font-size: clamp(11px, 1.2962962963vw, 14px);
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-corporate__text {
    margin: 0;
    font-size: clamp(11px, 1.8229166667vw, 14px);
    line-height: 1.7;
  }
}
.p-corporate__mapArea {
  width: 100%;
  height: auto;
  max-width: 480px;
  aspect-ratio: 24/17;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-corporate__mapArea {
    margin-inline: auto;
    max-width: 100%;
  }
}
.p-corporate__mapArea iframe {
  aspect-ratio: 24/17;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-corporate__mapArea iframe {
    height: auto;
  }
}

/* p-contact
----------------------------------------------------------------- */
.p-contact {
  padding-block: 48px 44px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .p-contact {
    padding-block: 64px 64px;
  }
}
.p-contact__formArea {
  margin-top: 85px;
}
@media (max-width: 768px) {
  .p-contact__formArea {
    margin-top: 30px;
  }
}

/* u-display-none
----------------------------------------------------------------- */
.u-displayNone--PU {
  display: block;
}
@media (max-width: 768px) {
  .u-displayNone--PU {
    display: none;
  }
}
.u-displayNone--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-displayNone--PO {
    display: block;
  }
}
.u-displayNone--flexPU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .u-displayNone--flexPU {
    display: none;
  }
}
.u-displayNone--flexPO {
  display: none;
}
@media (max-width: 768px) {
  .u-displayNone--flexPO {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}