/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/destyle.css/destyle.css ***!
  \********************************************************************************************************************/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

::-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]: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;
}

/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
body {
  font-size: 12px;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  height: auto;
}

.l-header {
  padding-top: 47px;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding-top: 80px;
  }
}
.l-header._home {
  padding-top: 0;
}
.l-header__navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 47px;
  width: 100%;
  background-color: #fff;
  z-index: 500050;
}
@media screen and (min-width: 1024px) {
  .l-header__navbar {
    height: 80px;
  }
}
.l-header__navbar._home {
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .l-header__navbar._home {
    background: linear-gradient(0deg, rgba(26, 26, 31, 0) 0%, rgba(26, 26, 31, 0.6) 100%);
  }
}

@media screen and (min-width: 1024px) {
  .l-main._works {
    background-color: #f7f7f7;
  }
}

@media screen and (max-width: 1023px) {
  .l-navmenu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .l-navmenu {
    display: flex;
  }
}
.l-navmenu._home .l-navmenu__item {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-navmenu._home .l-navmenu__item::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .l-navmenu._home .l-navmenu__item a:hover {
    color: #000;
  }
}
.l-navmenu._home .l-navmenu__item a::before {
  background-color: #fff;
}
.l-navmenu__item {
  position: relative;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1023px) {
  .l-navmenu__item {
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navmenu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 28px;
    width: 1px;
    top: 50%;
    right: 0;
    background-color: #000;
    display: block;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .l-navmenu__item a {
    position: relative;
    display: block;
    padding: 2px 20px;
    overflow: hidden;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .l-navmenu__item a:hover {
    color: #fff;
  }
  .l-navmenu__item a:hover::before {
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-navmenu__item a::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 2px));
    transition: all 0.2s;
  }
}
.l-navmenu__item a span {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .l-navmenu__item._current::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
}

.l-navbar {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-navbar {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px 0 24px;
  }
}
.l-navbar__logo-wrapper {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 112px;
  z-index: 500020;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-navbar__logo-wrapper {
    top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .l-navbar__logo-wrapper {
    width: 212px;
    top: 22px;
    left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .l-navbar__logo-wrapper._active .l-navbar__logo._black {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-navbar__logo-wrapper._active .l-navbar__logo._white {
    display: block;
  }
}
.l-navbar__logo {
  display: block;
}
.l-navbar__logo._white {
  display: none;
}
.l-navbar__logo._home {
  display: block;
}
.l-navbar__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  width: 47px;
  z-index: 500020;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-navbar__toggle-button {
    display: none;
  }
}
.l-navbar__toggle-button._home span {
  background-color: #fff;
}
.l-navbar__toggle-button._home span::before, .l-navbar__toggle-button._home span::after {
  background-color: #fff;
}
.l-navbar__toggle-button._active span {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-navbar__toggle-button._active span::before {
  background-color: #fff;
  transform: rotate(90deg);
  top: 0;
}
.l-navbar__toggle-button._active span::after {
  transform: rotate(45deg) scale(0);
  top: 0;
}
.l-navbar__toggle-button span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 3px;
  width: 24px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s;
}
.l-navbar__toggle-button span::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 24px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s;
  top: -8px;
  left: 0;
}
.l-navbar__toggle-button span::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 24px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .l-navbar__menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .l-navbar__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 500000;
  }
  .l-navbar__menu._active {
    visibility: visible;
    opacity: 1;
  }
}
.l-navbar__footer {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  transform: scale(0.95);
}
@media screen and (min-width: 1024px) {
  .l-navbar__footer {
    display: none;
  }
}

.l-footer-contact__inner {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1540px) {
  .l-footer-contact__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-footer-contact__heading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .l-footer-contact__heading {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-contact__heading {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
.l-footer-contact__heading span {
  display: inline-block;
}
.l-footer-contact__sentence {
  line-height: 2.2;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .l-footer-contact__sentence {
    text-align: center;
    margin-bottom: 84px;
  }
}
.l-footer-contact__sentence p span {
  display: inline-block;
}
.l-footer-contact__btn {
  text-align: center;
}

.l-footer__contact {
  background-color: #f3f3f3;
  padding: 46px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__contact {
    padding: 56px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__contact {
    padding: 106px 0 100px;
  }
}
.l-footer__contact._home {
  color: #fff;
  background-color: transparent;
}
.l-footer__info {
  background-color: #000;
}
.l-footer__info._home {
  background-color: transparent;
  color: #fff;
}
.l-footer-info {
  color: #fff;
}
.l-footer-info__data {
  font-size: 16px;
  text-align: center;
}
.l-footer-info__logo {
  width: 198px;
  margin: 0 auto 64px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-info__logo {
    width: 238px;
    margin-bottom: 77px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-info__logo {
    margin-bottom: 136px;
    width: 404px;
  }
}
.l-footer-info__nav {
  background-color: #fff;
  width: 100%;
  padding: 0 16px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-footer-info__nav {
    display: none;
  }
}
.l-footer-info__intro {
  padding: 96px 0 56px;
}
@media screen and (max-width: 767px) {
  .l-footer-info__intro {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-info__intro {
    padding: 116px 0 68px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-info__intro {
    padding: 198px 16px 54px;
  }
}
.l-footer-info__inner {
  padding: 0 16px;
}
.l-footer-info__etc {
  padding-bottom: 12px;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-info__etc {
    padding: 20px 0 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-info__etc {
    transform: scale(0.95);
  }
}
.l-footer-info__data {
  font-size: 10px;
  line-height: 1.8;
  order: 2;
}
@media screen and (min-width: 768px) {
  .l-footer-info__data {
    font-size: 12px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-info__data {
    font-size: 12px;
    margin-bottom: 140px;
  }
}
.l-footer-info__privacy-policy {
  font-size: 11px;
}
.l-footer-info__copyrights {
  font-size: 10px;
  text-align: center;
  line-height: 1.8571428571;
  order: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .l-footer-info__copyrights {
    font-size: 11px;
  }
}
.l-footer-info__copyrights span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-footer-info__copyrights span {
    display: inline;
  }
}

.l-footer-nav__inner {
  display: flex;
}
.l-footer-nav__item {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.l-footer-nav__item:not(:last-child) {
  margin-right: 32px;
}

.l-footer-logos {
  padding: 64px 8px 66px;
}
@media screen and (min-width: 1024px) {
  .l-footer-logos {
    display: flex;
    justify-content: center;
    padding: 122px 16px 140px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-logos__studio-logo {
    width: 178px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-logos__studio-logo {
    width: 393px;
    margin-right: 168px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-logos__logo {
    width: 178px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-logos__logo {
    width: 528px;
  }
}

.l-home-container {
  position: relative;
  z-index: 1;
}
.l-home-container__bg-sp {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -20;
}
@media screen and (min-width: 1024px) {
  .l-home-container__bg-sp {
    display: none;
  }
}
.l-home-container__bg-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
}
.l-home-container__video {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: -10;
}
@media screen and (max-width: 1023px) {
  .l-home-container__video {
    display: none;
  }
}
.l-home-container__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-home-container__inner {
  position: relative;
  z-index: 60;
  background: rgba(0, 0, 0, 0.85);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0) 100%);
}

.c-ac-map__iframe {
  height: 237px;
  max-width: 1532px;
  margin: 0 auto 31px;
}
@media screen and (min-width: 768px) {
  .c-ac-map__iframe {
    height: 285px;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 768px) {
  .c-ac-map__iframe {
    height: 809px;
    margin-bottom: 62px;
  }
}
.c-ac-map__btn {
  text-align: center;
}

.c-aw-content__item {
  line-height: 2;
}
.c-aw-content__item:not(:last-child) {
  margin-bottom: 40px;
}
.c-aw-content__title {
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-aw-content__title {
    padding-left: 14px;
  }
}
.c-aw-content__title::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .c-aw-content__title::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-aw-content__title::before {
    top: 0.85em;
    width: 8px;
    height: 8px;
  }
}

.c-btn {
  position: relative;
  text-align: center;
  width: 224px;
  height: 49px;
  border: 1px solid #000;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
}
.c-btn._blue {
  background: #0062b2;
  border-color: #0062b2;
}
.c-btn._blue .c-btn__inner {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn._blue:hover {
    background-color: #fff;
  }
  .c-btn._blue:hover .c-btn__inner {
    color: #0062b2;
  }
}
.c-btn._white {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-btn {
    height: 59px;
    width: 269px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn {
    height: 60px;
    width: 234px;
    border-width: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn:hover {
    background-color: #000;
  }
  .c-btn:hover .c-btn__inner {
    color: #fff;
  }
}
.c-btn__inner {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 100;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .c-btn__inner {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn__inner {
    font-size: 20px;
  }
}
.c-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.c-works-card {
  position: relative;
  padding: 7px 12px;
}
@media screen and (min-width: 768px) {
  .c-works-card {
    padding: 9px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 16px 10px;
  }
}
.c-works-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .c-works-card__header {
    width: 100%;
  }
}
.c-works-card__body {
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .c-works-card__body {
    width: 74.5406824147%;
    padding-left: 124px;
  }
}
.c-works-card__category {
  background-color: #000;
  color: #fff;
  padding: 4px 8px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 56px;
}
@media screen and (max-width: 767px) {
  .c-works-card__category {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (min-width: 768px) {
  .c-works-card__category {
    font-size: 10px;
    padding: 5px 10px;
    margin-right: 8px;
    min-width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__category {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 13px;
    padding: 9px 7px;
    margin-right: 0;
    min-width: 90px;
  }
}
.c-works-card__work {
  display: flex;
  align-items: center;
}
.c-works-card__heading {
  position: relative;
  flex-shrink: 0;
  font-weight: normal;
  padding-right: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-works-card__heading {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (min-width: 768px) {
  .c-works-card__heading {
    font-size: 10px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__heading {
    font-size: 15px;
    padding-right: 28px;
  }
}
.c-works-card__heading::before {
  content: "";
  background-color: #707070;
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-works-card__heading::before {
    right: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__heading::before {
    right: 11px;
    height: 36px;
  }
}
.c-works-card__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-works-card__li {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (min-width: 768px) {
  .c-works-card__li {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__li:not(:last-child) {
    margin-right: 0.625em;
  }
}
.c-works-card__title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-works-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__title {
    font-size: 20px;
    padding-right: 20px;
  }
}
.c-works-card__title-inner {
  position: relative;
  display: inline-block;
}
.c-works-card__title-inner._with-url2 p {
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .c-works-card__title-inner._with-url2 p {
    padding-right: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__title-inner._with-url2 p {
    padding-right: 50px;
  }
}
.c-works-card__title-inner a {
  display: block;
}
.c-works-card__title-inner p {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-works-card__title-inner p {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__title-inner p {
    padding-right: 30px;
  }
}
.c-works-card__link-icon {
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  width: 17px;
}
@media screen and (min-width: 768px) {
  .c-works-card__link-icon {
    width: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-card__link-icon {
    width: 20px;
    top: -4px;
  }
}
.c-works-card__link-icon._with-url2 {
  right: 20px;
}

.c-link {
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}

.c-loading {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .c-form-item {
    gap: 8px;
  }
}
.c-form-item__title {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-form-item__title {
    font-size: 18px;
  }
}
._required .c-form-item__title {
  white-space: nowrap;
}
._required .c-form-item__title::after {
  content: "*";
}
.c-select {
  width: 152px;
  display: flex;
  position: relative;
  border-radius: 24px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 0;
  transition: all 0.3s;
}
@media screen and (min-width: 375px) {
  .c-select {
    font-size: 12px;
    width: 168px;
  }
}
@media screen and (min-width: 768px) {
  .c-select {
    font-size: 12px;
    width: 183px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-select {
    padding: 9px 0;
    font-size: 18px;
    width: 308px;
    border-radius: 26px;
    border-width: 2px;
  }
}
.c-select._open {
  padding: 8px 0;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-select._open {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-select._open {
    padding: 12px 0;
  }
}
.c-select._open .c-select__option {
  height: 17px;
}
@media screen and (min-width: 768px) {
  .c-select._open .c-select__option {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-select._open .c-select__option {
    height: 30px;
  }
}
.c-select._open .c-select__option:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .c-select._open {
    border-radius: 24px;
  }
}
.c-select__heading {
  position: relative;
  width: 66px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-select__heading {
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .c-select__heading {
    width: 132px;
  }
}
.c-select__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .c-select__heading::before {
    width: 2px;
    border-radius: 3px;
  }
}
.c-select__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-select__inner {
  width: 100%;
  height: 100%;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-select__option {
  color: #b4b4b4;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.c-select__option._current {
  color: #000;
  display: block;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .c-select__option._current {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-select__option._current {
    height: 30px;
  }
}

.c-textfield__body {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #1b224c;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .c-textfield__body {
    padding: 8px 24px;
  }
}
.c-textfield textarea {
  height: 110px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .c-textfield textarea {
    height: 264px;
  }
}

.c-radio {
  cursor: pointer;
}
.c-radio__body {
  display: none;
}
.c-radio__body:checked + .c-radio__text::after {
  opacity: 1;
}
.c-radio__text {
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-radio__text {
    padding-left: 32px;
  }
}
.c-radio__text::before, .c-radio__text::after {
  content: "";
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.c-radio__text::before {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #1b224c;
}
@media screen and (min-width: 768px) {
  .c-radio__text::before {
    width: 22px;
    height: 22px;
  }
}
.c-radio__text::after {
  width: 6px;
  height: 6px;
  background: #1b224c;
  opacity: 0;
  left: 3px;
}
@media screen and (min-width: 768px) {
  .c-radio__text::after {
    width: 12px;
    height: 12px;
    left: 5px;
  }
}

.c-heading-type1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .c-heading-type1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-type1 {
    font-size: 26px;
  }
}
.c-heading-type1._center {
  text-align: center;
}
.c-heading-type1 span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-heading-type1 span {
    display: inline;
  }
}

.c-list__item {
  position: relative;
  padding-left: 1.25em;
}
.c-list__item::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0.5em;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.c-company-table__row {
  line-height: 2;
}
.c-company-table__heading {
  position: relative;
  text-align: left;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-company-table__heading {
    padding-right: 40px;
  }
}
.c-company-table__heading::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.c-company-table__data {
  text-align: left;
}

.c-rd-description {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .c-rd-description {
    gap: 48px;
  }
}
.c-annotation-list__item {
  padding-left: 1em;
}
.c-annotation-list__item::before {
  content: "※";
  margin-left: -1.2em;
}

.p-mv {
  position: relative;
  height: 215px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 258px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv {
    height: 425px;
  }
}
.p-mv._about {
  background-image: url("../img/mv/mv__bg_about_sp.jpg");
}
@media screen and (min-width: 768px) {
  .p-mv._about {
    background-image: url("../img/mv/mv__bg_about_pc.jpg");
  }
}
.p-mv._works {
  background-image: url("../img/mv/mv__bg_works_sp.jpg");
}
@media screen and (min-width: 768px) {
  .p-mv._works {
    background-image: url("../img/mv/mv__bg_works_pc.jpg");
  }
}
.p-mv._recruit {
  background-image: url("../img/mv/mv__bg_recruit_sp.jpg");
}
@media screen and (min-width: 768px) {
  .p-mv._recruit {
    background-image: url("../img/mv/mv__bg_recruit_pc.jpg");
  }
}
.p-mv._recruit-detail {
  height: 106px;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-mv._recruit-detail {
    height: 128px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv._recruit-detail {
    height: 225px;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-mv__copyright {
  color: #fff;
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-mv__copyright {
    font-size: 10px;
    top: 8px;
    right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__copyright {
    top: 10px;
    right: 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__copyright {
    font-size: 14px;
  }
}
.p-mv__heading {
  position: relative;
  margin-top: auto;
  color: #fff;
  border-top: #fff 1px solid;
  text-align: center;
  padding: 15px 0 16px;
  line-height: 1;
  z-index: 100;
}
.p-mv__heading span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-mv__heading span {
    font-size: 40px;
  }
}

.p-404 {
  position: relative;
  background-image: url("../img/404/404__bg_sp.jpg");
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background-image: url("../img/404/404__bg_pc.jpg");
  }
}
.p-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-404__inner {
  position: relative;
  color: #fff;
  height: 287px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .p-404__inner {
    height: 345px;
  }
}
@media screen and (min-width: 1024px) {
  .p-404__inner {
    height: 809px;
  }
}
.p-404__heading {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.8333333333;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-404__heading {
    margin-bottom: 24px;
    font-size: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .p-404__heading {
    font-size: 98px;
  }
}
.p-404__sentence {
  text-align: center;
}

.p-about-company__heading {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-about-company__heading {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-company__heading {
    margin-bottom: 80px;
  }
}
.p-about-company__table-wrapper {
  text-align: center;
  margin-bottom: 32px;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 590px) {
  .p-about-company__table-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company__table-wrapper {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-company__table-wrapper {
    margin-bottom: 56px;
  }
}
.p-about-company__table {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about-company__table {
    display: inline-block;
  }
}

.p-about-feature__logo {
  margin: 0 auto 24px;
  width: 96px;
}
@media screen and (min-width: 1024px) {
  .p-about-feature__logo {
    width: 140px;
  }
}
.p-about-feature__heading {
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) {
  .p-about-feature__heading {
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-feature__heading {
    margin-bottom: 106px;
  }
}
.p-about-feature__header {
  max-width: 1132px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1172px) {
  .p-about-feature__header {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__header {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__imgs {
    display: flex;
  }
}
.p-about-feature__img {
  background-size: cover;
  background-position: center;
  padding-bottom: calc(100% - 20px);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-about-feature__img {
    width: 32.8621908127%;
    padding-bottom: 29.918%;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__img:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__img:not(:last-child) {
    margin-right: 8px;
  }
}
.p-about-feature__caption {
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-feature__caption {
    transform: scale(0.8);
    width: calc(100% + 4em);
    transform-origin: left;
    text-align: left;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__caption {
    margin-top: 8px;
    text-align: right;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-feature__caption {
    font-size: 12px;
  }
}
.p-about-feature__caption::before {
  content: "※";
}
.p-about-feature__sentence {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1064px) {
  .p-about-feature__sentence {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__sentence {
    text-align: center;
  }
}
.p-about-feature__sentence p:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-about-works::before {
  content: "";
  padding-bottom: 112%;
  display: block;
  background-image: url("../img/about/about-works__header-bg_sp.jpg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-about-works::before {
    background-image: url("../img/about/about-works__header-bg_pc.jpg");
    padding-bottom: 31.825%;
  }
}
.p-about-works__inner {
  position: relative;
}
.p-about-works__header {
  position: relative;
  background-color: #f3f3f3;
  max-width: 335px;
  margin: 0 auto;
  padding: 6px 7px;
  border-radius: 6px;
  top: -70px;
  margin-bottom: -38px;
}
@media screen and (min-width: 768px) {
  .p-about-works__header {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-works__header {
    top: -140px;
    margin-bottom: -37px;
    padding: 35px;
    max-width: 1211px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-works__copyright {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
    width: calc(100% + 4em);
    margin-top: -6px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-works__copyright {
    margin-top: 8px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-works__copyright {
    font-size: 12px;
  }
}
.p-about-works__copyright span {
  display: inline-block;
}
.p-about-works__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-about-works__imgs {
    margin-bottom: -8px;
  }
}
.p-about-works__img {
  background-size: cover;
  width: calc(50% - 4px);
  margin-bottom: 5px;
  border-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .p-about-works__img {
    padding-top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-works__img {
    margin-bottom: 8px;
    width: 32.6029798422%;
    padding-bottom: 32.603%;
  }
}
@media screen and (max-width: 1023px) {
  .p-about-works__img:nth-child(odd) {
    margin-right: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-works__img:not(:nth-child(3n)) {
    margin-right: 8px;
  }
}
.p-about-works__body {
  max-width: 744px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 784px) {
  .p-about-works__body {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-about-works__heading {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-about-works__heading {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-works__heading {
    margin-bottom: 56px;
  }
}
.p-about-works__etc-read {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-about__feature {
  padding-top: 56px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-about__feature {
    padding-top: 68px;
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__feature {
    padding-top: 71px;
    padding-bottom: 172px;
  }
}
.p-about__works {
  background-color: #f3f3f3;
  padding-bottom: 78px;
}
@media screen and (min-width: 768px) {
  .p-about__works {
    padding-bottom: 94px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__works {
    padding-bottom: 106px;
  }
}
.p-about__company {
  padding: 32px 0 56px;
}
@media screen and (min-width: 768px) {
  .p-about__company {
    padding: 39px 0 68px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__company {
    padding: 70px 0 132px;
  }
}

.p-recruit {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit {
    padding-top: 56px;
    padding-bottom: 232px;
  }
}
.p-recruit__jobs {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-recruit__jobs {
    gap: 150px;
    margin-top: 93px;
  }
}

.p-recruit-read__heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit-read__heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-read__heading {
    font-size: 32px;
  }
}
.p-recruit-read__sentence {
  text-align: center;
  margin-top: 24px;
  padding: 0 28px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit-read__sentence {
    margin-top: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-read__sentence {
    margin-top: 60px;
    line-height: 44px;
  }
}
.p-recruit-read__btns {
  margin-top: 32px;
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 14px;
}
@media screen and (min-width: 375px) {
  .p-recruit-read__btns {
    padding: 0 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-read__btns {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    grid-template-columns: repeat(3, 180px);
    margin-top: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit-read__btns {
    grid-template-columns: repeat(6, 180px);
    margin-top: 80px;
  }
}
.p-recruit-read__btn {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .p-recruit-read__btn {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-read__btn {
    flex: 0 0 180px;
  }
}
.p-recruit-read__btn a {
  display: block;
  padding: 0.25rem 0;
  border: 1px solid #000;
  border-radius: 99px;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-recruit-read__btn a {
    padding: 0.25rem 1rem;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-read__btn a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-read__btn a:hover {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-read__btn a span {
    transform: scale(0.8);
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
    column-gap: 8px;
    max-width: 1141px;
    margin: auto;
  }
}
.p-recruit-job__heading {
  grid-area: 1/1/2/3;
  padding: 8px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__heading {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__heading {
    font-size: 32px;
    border-radius: 7px;
  }
}
.p-recruit-job__sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b4b4b4;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__sub-heading {
    font-size: 44px;
    font-weight: 600;
  }
}
.p-recruit-job__left, .p-recruit-job__right {
  display: flex;
  flex-direction: column;
}
.p-recruit-job__left {
  grid-area: 2/1/3/2;
  text-align: center;
}
.p-recruit-job__right {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__right {
    grid-area: 2/2/3/3;
    margin-top: 8px;
  }
}
.p-recruit-job__thumbnail-wrapper {
  max-width: 336px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__thumbnail-wrapper {
    max-width: 100%;
    aspect-ratio: 567/479;
  }
}
.p-recruit-job__thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  border-radius: 9px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__thumbnail {
    padding-top: 84.555%;
  }
}
.p-recruit-job__copyright {
  text-align: left;
  font-size: 0.8em;
  opacity: 0.5;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__copyright {
    bottom: 7px;
    left: 10px;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-job__copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__copyright {
    font-size: 12px;
  }
}
.p-recruit-job__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 24px;
}
.p-recruit-job__read {
  margin-top: 12px;
}
.p-recruit-job__description {
  padding: 0 28px 0;
  letter-spacing: -0.05em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__description {
    font-size: 16px;
    padding: 60px 52px 0;
  }
}
.p-recruit-job__btn {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__btn {
    padding-top: 48px;
    padding-bottom: 46px;
  }
}

.p-recruit-detail {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(3, auto);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 104px;
}
@media screen and (min-width: 1200px) {
  .p-recruit-detail {
    grid-template-columns: 580px 1fr;
    grid-template-rows: repeat(2, auto);
    column-gap: 84px;
    row-gap: 48px;
    padding-top: 138px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 96px;
  }
}
.p-recruit-detail__media {
  grid-area: 2/1/3/3;
  padding-bottom: 44px;
}
@media screen and (min-width: 1200px) {
  .p-recruit-detail__media {
    grid-area: 1/1/3/2;
  }
}
.p-recruit-detail__imgs {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1200px) {
  .p-recruit-detail__imgs {
    gap: 48px;
  }
}
.p-recruit-detail__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 9px;
  padding-top: 55.173%;
}
.p-recruit-detail__video {
  border-radius: 9px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.p-recruit-detail__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__copyright {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left bottom;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-detail__copyright {
    margin-top: 6px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-detail__copyright {
    font-size: 12px;
  }
}
.p-recruit-detail__body {
  grid-area: 1/1/2/3;
  padding-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .p-recruit-detail__body {
    grid-area: 1/2/2/3;
    padding-bottom: 0;
  }
}
.p-recruit-detail__heading {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-recruit-detail__heading {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit-detail__heading {
    text-align: left;
  }
}
.p-recruit-detail__description {
  margin-top: 16px;
}
.p-recruit-detail__employee {
  grid-area: 3/1/4/3;
}
@media screen and (min-width: 1200px) {
  .p-recruit-detail__employee {
    grid-area: 2/2/3/3;
  }
}
.p-recruit-detail__btn {
  text-align: center;
  grid-column: 1/3;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit-detail__btn {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-detail__btn {
    padding-top: 80px;
  }
}

.p-rd-employee__items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-rd-employee__inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-rd-employee__inner {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-rd-employee__inner {
    margin-top: 40px;
  }
}
.p-rd-employee__heading span {
  display: block;
  background: #000;
  border-radius: 5px;
  padding: 8px 30px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-rd-employee__heading span {
    display: inline-block;
    text-align: left;
  }
}
.p-rd-employee__document-destination {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-rd-employee__document-destination {
    margin-top: 56px;
  }
}
.p-rd-employee__annotation {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-rd-employee__annotation {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-rd-employee__annotation {
    margin-top: 150px;
  }
}
.p-rd-employee__btn {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-rd-employee__btn {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-rd-employee__btn {
    padding-top: 80px;
    justify-content: flex-start;
  }
}

.c-employee-data__heading {
  white-space: nowrap;
  display: flex;
  font-weight: 400;
  padding: 4px 12px 4px 0;
  position: relative;
}
.c-employee-data__heading::after {
  content: ":";
  flex: 1;
  text-align: right;
  position: absolute;
  top: 0.25em;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-employee-data__heading::after {
    top: 0.15em;
  }
}
.c-employee-data__data {
  padding: 4px 12px;
}
.p-recruitment__situatios{
  padding: 0 28px;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px){
  .p-recruitment__situatios{
    max-width: 572px;
    margin: 93px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 1200px){
  .p-recruitment__situatios{
  max-width: 1141px;
  }
}
.recruitment-situatio-heading{
  display: inline-block;
  padding: 0.25rem 2rem;
  margin-bottom: 20px;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px){
  .recruitment-situatio-heading{
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px){
  .recruitment-situatio-heading{
    font-size: 18px;
    border-radius: 7px;
  }
}
.recruitment-situatio-item{
  display: flex;
  gap: 30px;
  padding: 15px 0;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px){
  .recruitment-situatio-item{
    padding: 20px 0;
    gap: 70px;
  }
}
.recruitment-situatio .recruitment-situatio-item:last-of-type{
  border-bottom: 1px solid #000;
}
.recruitment-situatio-item.end-of-recruitment{
  color: #ff0000;
}

@media screen and (min-width: 768px) {
  .p-recruit-job {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
    column-gap: 8px;
    max-width: 1141px;
    margin: auto;
  }
}
.p-recruit-job__heading {
  grid-area: 1/1/2/3;
  padding: 8px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__heading {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__heading {
    font-size: 32px;
    border-radius: 7px;
  }
}
.p-recruit-job__sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b4b4b4;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__sub-heading {
    font-size: 44px;
    font-weight: 600;
  }
}
.p-recruit-job__left, .p-recruit-job__right {
  display: flex;
  flex-direction: column;
}
.p-recruit-job__left {
  grid-area: 2/1/3/2;
  text-align: center;
}
.p-recruit-job__right {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__right {
    grid-area: 2/2/3/3;
    margin-top: 8px;
  }
}
.p-recruit-job__thumbnail-wrapper {
  max-width: 336px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__thumbnail-wrapper {
    max-width: 100%;
    aspect-ratio: 567/479;
  }
}
.p-recruit-job__thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  border-radius: 9px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__thumbnail {
    padding-top: 84.555%;
  }
}
.p-recruit-job__copyright {
  text-align: left;
  font-size: 0.8em;
  opacity: 0.5;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__copyright {
    bottom: 7px;
    left: 10px;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-job__copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__copyright {
    font-size: 12px;
  }
}
.p-recruit-job__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 24px;
}
.p-recruit-job__read {
  margin-top: 12px;
}
.p-recruit-job__description {
  padding: 0 28px 0;
  letter-spacing: -0.05em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__description {
    font-size: 16px;
    padding: 60px 52px 0;
  }
}
.p-recruit-job__btn {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-recruit-job__btn {
    padding-top: 48px;
    padding-bottom: 46px;
  }
}

.p-works {
  padding-top: 40px;
  padding-bottom: 166px;
}
.p-works__heading {
  text-align: center;
  margin-bottom: 20px;
}
.p-works__selects {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.p-works__select {
  margin-right: 18px;
}
.p-works__body {
  max-width: 1524px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 1540px) {
  .p-works__body {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-works__year {
  position: relative;
  font-size: 63px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-works__year {
    font-size: 80px;
  }
}
.p-works__year::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  height: 1px;
  background-color: #000;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-works__year::before {
    width: calc(100% + 16px);
  }
}
.p-works__kvs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-works__kvs {
  margin-bottom: 32px;
}
.p-works__cards {
  margin-bottom: 64px;
}
.p-works__card {
  border-bottom: 1px solid #707070;
}
.p-works__card:first-child {
  border-top: 1px solid #707070;
}
.p-works__btn {
  text-align: center;
}

.p-works-kv {
  width: 100%;
}
.p-works-kv__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (max-width: 1023px) {
  .p-works-kv__items {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-works-kv__items {
    margin-bottom: -12px;
  }
}
.p-works-kv__items::after {
  content: "";
  width: calc(50% - 2.5px);
}
.p-works-kv__item {
  width: calc(50% - 2.5px);
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-works-kv__item {
    width: calc(25% - 10px);
    margin-bottom: 12px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .p-works-kv__item:nth-child(even) {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-works-kv__item:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}
.p-works-kv__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-works-kv__img {
  padding-top: 142.94%;
  background-color: #f3f3f3;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .p-works-kv__img {
    border-radius: 5px;
  }
}
.p-works-kv__detail {
  background-color: #fff;
  padding: 4px 8px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-works-kv__detail {
    padding: 8px;
  }
}
.p-works-kv__title {
  font-size: 12px;
  line-height: 1.2941176471;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-works-kv__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .p-works-kv__copyright {
    width: calc(100% + 4em);
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-works-kv__copyright {
    font-size: 12px;
  }
}

.p-contact {
  padding-top: 38px;
  padding-bottom: 51px;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 120px;
    padding-bottom: 148px;
  }
}
.p-contact__header {
  text-align: center;
  padding: 0 28px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-contact__header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__header {
    font-weight: 500;
  }
}
.p-contact__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    font-family: "Poppins", sans-serif;
  }
}
.p-contact__body {
  max-width: 824px;
  padding: 9px 28px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    padding: 44px 28px;
  }
}
.p-contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-contact-form__submit {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit {
    margin-top: 37px;
  }
}

@media screen and (min-width: 768px) {
  .p-home {
    padding-bottom: 214px;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .p-home__infomation {
    position: absolute;
    top: 100vh;
    left: 50%;
    width: calc(100% - 48px);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .p-home__infomation {
    display: block;
    position: absolute;
    right: 37px;
    top: 82.7777777778vh;
  }
}
.p-home__works {
  padding-bottom: 71px;
}
@media screen and (min-width: 768px) {
  .p-home__works {
    padding-bottom: 167px;
  }
}

@media screen and (min-width: 768px) {
  .p-home-contents__inner {
    display: flex;
  }
}
.p-home-contents__copyright {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  z-index: 150;
  pointer-events: none;
  font-size: 10px;
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .p-home-contents__copyright {
    font-size: 11px;
  }
}
.p-home-contents__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-contents__item {
    flex: 1 1 auto;
  }
}
.p-home-contents__item a {
  position: relative;
  display: block;
  padding-top: 115%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-home-contents__item a:hover .p-home-contents__item-bg {
    transform: scale(1.05);
  }
  .p-home-contents__item a:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.p-home-contents__item a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 80;
  transition: all 0.3s;
}
.p-home-contents__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 50;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.3s;
}
.p-home-contents__item-inner {
  position: absolute;
  bottom: 10px;
  left: 23px;
  color: #fff;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .p-home-contents__item-inner {
    left: 39px;
    bottom: 23px;
  }
}
.p-home-contents__heading {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  line-height: 0.7;
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .p-home-contents__heading {
    font-size: 48px;
  }
}
.p-home-contents__description {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-home-contents__description {
    font-size: 20px;
  }
}

.p-home-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90000000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: wrap-fade;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes wrap-fade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.p-home-fade__logo {
  width: 295px;
  animation-name: logo-fade;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes logo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-home-fade__logo {
    width: 354px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-fade__logo {
    width: 812px;
  }
}

.p-home-feature__inner {
  position: relative;
  padding-top: 100vh;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 1016px) {
  .p-home-feature__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home-feature__inner {
    max-width: 100%;
  }
}
.p-home-feature__heading {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  padding-top: 128px;
}
@media screen and (min-width: 768px) {
  .p-home-feature__heading {
    display: block;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-feature__heading {
    padding-top: 24px;
    font-size: 28px;
  }
}
.p-home-feature__sentence {
  font-size: 12px;
  text-align: center;
  line-height: 2.4166666667;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-feature__sentence {
    margin: auto;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-feature__sentence {
    font-size: 16px;
  }
}
.p-home-feature__sentence span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-home-feature__sentence span {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .p-home-feature__sentence span br {
    display: none;
  }
}
.p-home-feature__arrow {
  width: 24px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 528px;
  animation-name: fade-scroll;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes fade-scroll {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 1024px) {
  .p-home-feature__arrow {
    top: 83.7037037037vh;
  }
}
.p-home-feature__logo {
  position: absolute;
  top: 243px;
  left: 50%;
  transform: translateX(-50%);
  width: 187px;
}
@media screen and (min-width: 768px) {
  .p-home-feature__logo {
    margin: 77px auto 0;
    transform: translateX(0);
    position: static;
  }
}
.p-home-feature__read {
  padding-top: 40px;
  padding-bottom: 87px;
}

.p-home-works__inner {
  max-width: 1888px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 1904px) {
  .p-home-works__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-home-works__kvs {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-home-works__kvs {
    gap: 12px;
  }
}
.p-home-works__kv {
  position: relative;
  margin-bottom: 5px;
  width: calc(50% - 2.5px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-works__kv {
    flex: 1;
    width: auto;
  }
}
.p-home-works__kv:nth-child(odd) {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-home-works__kv:nth-child(odd) {
    margin-right: 0;
  }
}
.p-home-works__kv a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home-works__kv a:hover .p-home-works__kv-textarea {
    transform: translateY(0);
  }
}
.p-home-works__kv a._tapped .p-home-works__kv-textarea {
  transform: translateY(0);
}
.p-home-works__kv-img {
  padding-top: 142.9378531073%;
  background-size: cover;
  background-position: center;
}
.p-home-works__kv-textarea {
  padding: 8px 8px 16px;
  background: #fff;
  transition: 0.2s;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-home-works__kv-textarea {
    padding: 14px 24px 34px;
  }
}
.p-home-works__kv-title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-home-works__kv-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__kv-copy {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left;
    width: calc(100% + 4em);
  }
}
@media screen and (min-width: 768px) {
  .p-home-works__kv-copy {
    margin-top: 8px;
    font-size: 12px;
  }
}
.p-home-works__pvs {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .p-home-works__pvs {
    display: flex;
    gap: 11px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-works__pv {
    flex: 1 1 auto;
  }
}
.p-home-works__pv:not(:last-child) {
  margin-bottom: 10px;
}
.p-home-works__pv-title {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-works__pv-title {
    display: none;
  }
}
.p-home-works__movie-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.p-home-works__movie {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.p-home-works__btn {
  text-align: center;
}

.p-home-infomation {
  overflow: hidden;
}
.p-home-infomation__items {
  display: flex;
  width: 400px;
}
.p-home-infomation__item {
  flex-shrink: 0;
  display: block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0 !important;
  padding: 8px 18px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-home-infomation__item {
    padding: 12px 28px;
  }
}
.p-home-infomation__item._active {
  opacity: 1 !important;
  pointer-events: auto;
}
.p-home-infomation__time {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-home-infomation__time {
    font-size: 13px;
  }
}
.p-home-infomation__title {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-home-infomation__title {
    font-size: 13px;
  }
}

.p-privacy__inner {
  padding: 36px 0 20px;
  max-width: 1178px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
}
@media screen and (min-width: 1230px) {
  .p-privacy__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__inner {
    padding-top: 44px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-privacy__inner {
    padding-top: 126px;
    padding-bottom: 296px;
  }
}
.p-privacy__heading {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-privacy__heading {
    margin-bottom: 29px;
  }
}
.p-privacy__sentence {
  line-height: 1.8333333333;
}
.p-privacy__sentence p:not(:last-child) {
  margin-bottom: 2em;
}

.u-d-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d-md-none {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-none {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-none {
    display: none;
  }
}
.u-d-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-d-md-block {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-block {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-block {
    display: block;
  }
}
.u-d-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-d-md-inline {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-inline {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-inline {
    display: inline;
  }
}
.u-d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-d-md-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-inline-block {
    display: inline-block;
  }
}
.u-d-flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-flex {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-flex {
    display: flex;
  }
}
.u-d-inline-flex {
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .u-d-md-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-inline-flex {
    display: inline-flex;
  }
}
.u-d-table {
  display: table;
}
@media screen and (min-width: 768px) {
  .u-d-md-table {
    display: table;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-table {
    display: table;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-table {
    display: table;
  }
}
.u-d-grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .u-d-md-grid {
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-grid {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-grid {
    display: grid;
  }
}
.p-contact-form__item dt p{
  display: inline-block;
}
.p-contact-form__item .radio .wpcf7-list-item{
  display: block;
  margin: 0;
}
.checkbox .wpcf7-list-item.first{
  margin: 0;
}
.wpcf7-submit{
  background: #0062b2;
    border: 2px solid #0062b2;
    height: 60px;
    width: 234px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.wpcf7-submit:hover{
  background: #fff;
    color: #0062b2;
}
.wpcf7-spinner{
  display: none !important;
}