@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #111;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-archive-blog {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .l-archive-blog {
    margin-top: 2.5rem;
  }
}

.l-archive-home {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.l-archive-works {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-archive-works {
    margin-top: 2.5rem;
  }
}

.l-blog {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-blog {
    margin-top: 9.375rem;
  }
}

.l-category-tab {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-category-tab {
    margin-top: 7.1875rem;
  }
}

.l-contact {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 9.375rem;
  }
}

.l-content {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-content {
    margin-top: 9.375rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-overview {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-overview {
    margin-top: 9.375rem;
  }
}

.l-page-404 {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-404 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

.l-page-company {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-page-company {
    margin-top: 7.1875rem;
  }
}

.l-page-contact-answer {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-contact-answer {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

.l-page-contact {
  margin-top: 85px;
  margin-top: 5.3125rem;
  margin-bottom: 115px;
  margin-bottom: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .l-page-contact {
    margin-top: 7.1875rem;
    margin-bottom: 9.375rem;
  }
}

.l-page-content {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .l-page-content {
    margin-top: 4.3125rem;
  }
}

.l-pagenavi {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-pagenavi {
    margin-top: 6.5rem;
  }
}

.l-single-blog-body {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-blog-body {
    margin-top: 5.6875rem;
  }
}

.l-single-blog-recommend {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-single-blog-recommend {
    margin-top: 6.5rem;
  }
}

.l-single-body {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-body {
    margin-top: 5.6875rem;
  }
}

.l-single-works-body {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .l-single-works-body {
    margin-top: 5.6875rem;
  }
}

.l-single-works-recommend {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-single-works-recommend {
    margin-top: 6.5rem;
  }
}

.l-topnews {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-topnews {
    margin-top: 2rem;
  }
}

.l-works {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-works {
    margin-top: 9.375rem;
  }
}

.c-breadcrumb {
  padding: 16px 0;
  padding: 1rem 0;
  color: #fff;
  background-color: #111;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb__inner.l-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.c-button {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  width: 335px;
  width: 20.9375rem;
  background-color: #333333;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 14px 0;
  padding: 0.875rem 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1rem;
    width: 22.5rem;
    padding: 1.3125rem 0;
    font-weight: 400;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #333333));
    background: linear-gradient(to right, #fff 50%, #333333 50%);
    background-size: 200% 100.5%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .c-button:hover {
    background-position: left bottom;
    color: #333333;
  }
}

@media screen and (min-width: 768px) {
  .c-button--top-news {
    color: #111;
    letter-spacing: 0;
    padding: 0.25rem 1.625rem;
    width: 8.375rem;
    border: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #333333), color-stop(50%, #fff));
    background: linear-gradient(to right, #333333 50%, #fff 50%);
    background-size: 200% 100.5%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.c-button--top-news:hover {
  background-position: left bottom;
  color: #fff;
}

.c-button--single-page {
  color: #fff;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #111;
}
@media screen and (min-width: 768px) {
  .c-button--single-page {
    width: 100%;
    max-width: 68.75rem;
    background-color: #333333;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #333333));
    background: linear-gradient(to right, #fff 50%, #333333 50%);
    background-size: 200% 100.5%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  position: relative;
}

.c-card:hover {
  background-color: #333;
}

.c-card:hover .c-card__body,
.c-card:hover .c-card__info {
  background-color: #333;
}

.c-card:hover .c-card__title,
.c-card:hover .c-card__text,
.c-card:hover .c-ard__date {
  color: #fff;
}

.c-card__NewText {
  position: absolute;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  background: #FFBA6A;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  padding-bottom: 12.5px;
  padding-bottom: 0.78125rem;
  line-height: 2.1875;
  top: -4%;
  left: -4%;
}

.c-card__thumb {
  aspect-ratio: 335/223;
}
@media screen and (min-width: 768px) {
  .c-card__thumb {
    aspect-ratio: 350/233;
  }
}

.c-card__thumb--single-page {
  aspect-ratio: 335/223;
}
@media screen and (min-width: 768px) {
  .c-card__thumb--single-page {
    aspect-ratio: 251/148;
  }
}

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

.c-card__body {
  padding: 4px 24px 0px 22px;
  padding: 0.25rem 1.5rem 0rem 1.375rem;
  background-color: #fff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    padding: 0.25rem 1.5rem 0rem 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card__body--single-page {
    padding: 0.1875rem 0.4375rem 0rem 0.4375rem;
  }
}

.c-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444;
  letter-spacing: 0.0555em;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    line-height: 1.9444;
    padding-top: 0.03125rem;
    padding-bottom: 0.03125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card__title--single-page {
    font-size: 0.875rem;
    line-height: 2.5;
    letter-spacing: 0.0714em;
  }
}

.c-card__text {
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571;
  letter-spacing: 0.0714em;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    line-height: 1.8571;
    padding-bottom: 0.25rem;
    padding-top: 0.125rem;
  }
}

.c-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 24px 16px 22px;
  padding: 0.1875rem 1.5rem 1rem 1.375rem;
  background-color: #fff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .c-card__info {
    margin-top: auto;
    padding: 0.25rem 1.5rem 1rem 1.4375rem;
  }
}

.c-card__category {
  background-color: #FFEA2E;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 3px 0 5px;
  padding: 0 0.1875rem 0 0.3125rem;
  line-height: 1.8571;
  letter-spacing: 0.0714em;
}

.c-card__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571;
  letter-spacing: 0.0714em;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.c-cards {
  display: grid;
  gap: 24px 0;
  gap: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .c-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cards--archive-blog {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .c-cards--single-page {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2rem;
  }
}

.c-hamburger {
  position: relative;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  z-index: 100;
}

.c-hamburger span {
  position: absolute;
  width: inherit;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 15%;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  opacity: 1;
}

.c-hamburger span:nth-child(3) {
  top: 85%;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 60%;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.c-hamburger.is-active span:nth-child(2) {
  top: 50%;
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 60%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.c-page-link {
  color: #fff;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .c-page-link {
    margin-top: 6.5rem;
  }
}

.c-page-link__inner {
  width: 100%;
  max-width: 359px;
  max-width: 22.4375rem;
  margin: auto;
}

.c-page-link__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  gap: 3rem;
}

.c-page-link__prev,
.c-page-link__next,
.c-page-link__archive {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 71px;
  width: 4.4375rem;
  height: 24px;
  height: 1.5rem;
  padding: 4px 13px;
  padding: 0.25rem 0.8125rem;
  border: solid 1px #fff;
  color: white;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-page-link__prev:hover,
  .c-page-link__next:hover,
  .c-page-link__archive:hover {
    color: #111;
    background-color: #fff;
  }
}

.c-section-header {
  text-align: center;
  position: relative;
}

.c-section-header__engtitle {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.04em;
  line-height: 1.44;
  font-weight: 300;
  color: #F9F871;
  opacity: 0.2;
  font-family: "Noto Serif JP", sans-serif;
  position: absolute;
  left: 50%;
  top: -44px;
  top: -2.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-section-header__engtitle {
    -webkit-transform: none;
            transform: none;
    left: 0;
    font-size: 6.875rem;
    letter-spacing: 0.02em;
    line-height: 1.4363636364;
  }
}

@media screen and (min-width: 768px) {
  .c-section-header__engtitle--reverse {
    -webkit-transform: none;
            transform: none;
    left: auto;
    left: initial;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-section-header__engtitle--contact {
    top: -5.625rem;
  }
}

.c-section-header__jatitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  font-weight: 300;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-section-header__jatitle {
    font-size: 1.875rem;
    line-height: 1.1666666667;
    letter-spacing: 0.07em;
  }
}

.c-to-top {
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 40px;
  bottom: 2.5rem;
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-to-top {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}

.c-to-top a {
  display: block;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background-color: #fff;
  position: relative;
}

.c-to-top a span {
  position: absolute;
  background-color: transparent;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
          transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
}

.p-archive-home {
  color: #fff;
}

.p-archive-home__inner {
  max-width: 910px;
  max-width: 56.875rem;
}

.p-archive-home__item + .p-archive-home__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-archive-works {
  color: #fff;
}

.p-archive-works__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.125rem 3rem;
  }
}

.p-archive-works__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 375/249;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive-works__img {
    margin-left: 0;
    margin-left: initial;
    width: auto;
    width: initial;
    aspect-ratio: 525/349;
  }
}

.p-archive-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-archive-works__category {
  position: absolute;
  background-color: #111;
  top: 0;
  right: 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
}

.p-archive-works__title {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-works__title {
    margin-top: 0.75rem;
  }
}

.p-archive-works__name {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.75;
}

.p-blog__cards {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-blog__cards {
    margin-top: 3rem;
  }
}

.p-blog__btn {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog__btn {
    margin-top: 3rem;
  }
}

.p-common-lists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-common-lists__list {
    font-size: 1rem;
    padding: 1.875rem 0;
  }
}

.p-common-lists__list dt {
  width: 140px;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-common-lists__list dt {
    width: 10.875rem;
  }
}

.p-common-lists__list dd {
  width: calc(100% - 8.75rem);
}
@media screen and (min-width: 768px) {
  .p-common-lists__list dd {
    width: calc(100% - 10.875rem);
  }
}

.p-contact {
  background-color: #333333;
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 9.25rem 0;
  }
}

.p-contact__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contents {
    margin-top: 1.5rem;
  }
}

.p-contact__text-block {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text-block {
    text-align: center;
  }
}

.p-contact__text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.125em;
  line-height: 1.4375;
}

.p-contact__btn {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 3.75rem;
  }
}

.p-content__inner.l-inner {
  padding: 0;
}

.p-content__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-content__box {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

.p-content__thumb {
  position: relative;
}

.p-content__thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-content__thumb:hover::after {
  opacity: 0.4;
}

.p-content__pic {
  aspect-ratio: 188/168;
}
@media screen and (min-width: 768px) {
  .p-content__pic {
    aspect-ratio: 320/320;
  }
}

.p-content__thumb span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-content__thumb span {
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.005em;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer-nav__logoLink {
  display: block;
}

.p-footer-nav__logoLink img {
  width: 71px;
  height: 27px;
  margin: auto;
}

.p-footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__items {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer-nav__item a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375;
  letter-spacing: 0.075em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.p-footer-nav__item:first-child a {
  padding-left: 0;
}

.p-footer-nav__item:last-child a {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .p-footer-nav__item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.625rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 0.0625rem;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__item:first-child a:after {
    left: 0rem;
    width: calc(100% - 1rem);
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__item:last-child a:after {
    left: 1rem;
    width: calc(100% - 1rem);
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__item:hover a:after {
    background: #FFEA2E;
  }
}

.p-footer {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 2rem 0;
  }
}

.p-footer__inner {
  padding: 0 32px;
  padding: 0 2rem;
  margin: auto;
}

.p-footer__copyright {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.109em;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 4.6875rem;
  }
}

.p-form {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.85;
}

@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item dt {
    width: 20%;
    margin-right: 1.5rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--textarea dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: 77.6%;
  }
}

.p-form dl:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-form__btn {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.p-header {
  height: 50px;
  height: 3.125rem;
  background-color: transparent;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  position: fixed;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header--single-page {
  position: sticky;
  top: 0;
}

.p-header.is-color {
  background-color: #111;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 2rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}

.p-header__pc-nav {
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: block;
  }
}

.p-header__logo {
  z-index: 100;
}

.p-header__logoLink {
  display: block;
}

.p-header__logoLink img {
  width: 71px;
  height: 27px;
}

.p-mv {
  position: relative;
}

.p-mv__img {
  height: 100vh;
}

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

.p-mv__pic {
  aspect-ratio: 375/770;
}
@media screen and (min-width: 768px) {
  .p-mv__pic {
    aspect-ratio: 1280/850;
  }
}

.p-mv__header {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.p-mv__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.018em;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.125rem;
    letter-spacing: 0.01em;
  }
}

.p-mv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 1.5625rem;
    margin-top: 0.9375rem;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 768px) {
  .p-news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news-content:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-news-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-content__date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}

.p-news-content__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 5px 21px;
  padding: 0.3125rem 1.3125rem;
  margin-left: 32px;
  margin-left: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-news-content__category {
    margin-left: 3rem;
  }
}

.p-news-content__link {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news-content__link {
    margin-top: 0;
    margin-left: 3.75rem;
    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;
  }
}

.p-news-content__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}

.p-news {
  background-color: #111;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    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 screen and (min-width: 768px) {
  .p-news__items {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item + .p-news__item {
    margin-top: 0.9375rem;
  }
}

.p-news__btn {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 0;
    margin-left: 3rem;
  }
}

.p-overview {
  color: #fff;
}

.p-overview__box {
  background-color: #333333;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-overview__box {
    padding: 5rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#333), to(transparent));
    background: linear-gradient(90deg, #333 0% calc(50% + 16rem), transparent calc(50% + 16rem) 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-overview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-overview__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 375/261;
}
@media screen and (min-width: 768px) {
  .p-overview__img {
    margin-left: 0;
    margin-left: initial;
    width: 59.5%;
    aspect-ratio: 557/389;
  }
}

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

.p-overview__body {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-overview__body {
    margin-right: 2rem;
    margin-top: 0;
    width: 40.5%;
    background-color: transparent;
  }
}

.p-overview__body-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.125em;
  line-height: 1.45;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-overview__body-title {
    text-align: left;
  }
}

.p-overview__body-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-overview__body-text {
    text-align: left;
  }
}

.p-overview__body-btn {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-overview__body-btn {
    text-align: left;
  }
}

.p-page-404 {
  color: #fff;
}

.p-page-404__title__engtitle {
  color: #FFEA2E;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 0.875;
  opacity: 0.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-404__title__engtitle {
    font-size: 3.75rem;
    letter-spacing: 0.0333em;
    line-height: 0.5833333333;
  }
}

.p-page-404 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-404 {
    font-size: 1.875rem;
    letter-spacing: 0.066em;
    line-height: 1.1666666667;
  }
}

.p-page-404__text {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-404__btn {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-404__btn {
    font-size: 1rem;
    letter-spacing: 0.125em;
    line-height: 3.375;
  }
}

.p-page-company {
  color: #fff;
}

.p-page-company__map {
  aspect-ratio: 375/300;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__map {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
    margin-top: 5rem;
    aspect-ratio: 1100/367;
  }
}

.p-page-company__map iframe {
  height: 100%;
  width: 100%;
}

.p-page-contact-answer {
  color: #fff;
}

.p-page-contact-answer__content {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-contact-answer__content {
    font-size: 1.875rem;
    letter-spacing: 0.066em;
    line-height: 1.1666666667;
  }
}

.p-page-contact-answer__text {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-page-contact-answer__btn {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact-answer__btn {
    font-size: 1rem;
    letter-spacing: 0.125em;
    line-height: 3.375;
  }
}

.p-page-contact {
  color: #fff;
}

.p-page-contact__content-inner {
  max-width: 816px;
  max-width: 51rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-contact__content-inner {
    padding-left: 7.5rem;
  }
}

.p-page-content {
  color: #fff;
}

.p-page-content__header {
  width: 100%;
  max-width: 570px;
  max-width: 35.625rem;
  margin: auto;
}

.p-page-content__header-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-page-content__header-title {
    text-align: center;
  }
}

.p-page-content__header-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-page-content__header-text {
    line-height: 2.1875;
  }
}

.p-page-content__items {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-content__items {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-content__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-page-content__item:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-page-content__item:not(:first-child) {
    margin-top: 6.5rem;
  }
}

.p-page-content__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 375/261;
}
@media screen and (min-width: 768px) {
  .p-page-content__img {
    margin-left: 0;
    margin-left: initial;
    width: 50%;
    aspect-ratio: 550/367;
  }
}

.p-page-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-content__body {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-content__body {
    margin-top: 0;
    width: 46.7%;
  }
}

.p-page-content__body-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-page-content__body-title {
    text-align: left;
  }
}

.p-page-content__body-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-page-content__body-text {
    text-align: left;
    margin-top: 2.5rem;
    line-height: 2.1875;
    letter-spacing: 0.0312em;
  }
}

.p-single-blog-body {
  color: #fff;
}

.p-single-blog-body__inner.l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}
.p-single-blog-body__title h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-single-blog-body__title h1 {
    font-size: 1.4375rem;
  }
}

.p-single-blog-body__meta {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog-body__meta {
    margin-top: 2rem;
  }
}

.p-single-blog-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single-blog-body__date {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.01875;
  font-weight: 300;
}

.p-single-blog-body__category {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
  margin-left: 30px;
  margin-left: 1.875rem;
  border: 1px solid #fff;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}

.p-single-blog-body__image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 16px;
  margin-top: 1rem;
  aspect-ratio: 375/251;
}
@media screen and (min-width: 768px) {
  .p-single-blog-body__image {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
    margin-top: 2rem;
    aspect-ratio: 799/427;
  }
}

.p-single-blog-body__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-blog-body__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog-body__content {
    margin-top: 2rem;
  }
}

.p-single-blog-body__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.025em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-single-blog-body__content h2 {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  position: relative;
}
.p-single-blog-body__content h2::before {
  content: "";
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 100%;
  background-color: #C4C4C4;
  left: -3px;
  left: -0.1875rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-single-blog-body__content h2 {
    margin-top: 2rem;
  }
}
.p-single-blog-body__content h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-blog-body__content h3 {
    margin-top: 2rem;
  }
}

.p-single-blog-recommend__cards {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-blog-recommend__cards {
    margin-top: 5rem;
  }
}

.p-single-blog-recommend__btn {
  text-align: center;
}

.p-single-body {
  color: #fff;
}

.p-single-body__inner.l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}
.p-single-body__title h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-single-body__title h1 {
    font-size: 1.4375rem;
  }
}

.p-single-body__meta {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-body__meta {
    margin-top: 2rem;
  }
}

.p-single-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single-body__date {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.01875;
  font-weight: 300;
}

.p-single-body__category {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
  margin-left: 30px;
  margin-left: 1.875rem;
  border: 1px solid #fff;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}

.p-single-body__image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 16px;
  margin-top: 1rem;
  aspect-ratio: 375/251;
}
@media screen and (min-width: 768px) {
  .p-single-body__image {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
    margin-top: 2rem;
    aspect-ratio: 799/427;
  }
}

.p-single-body__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-body__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-body__content {
    margin-top: 2rem;
  }
}

.p-single-body__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.025em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-single-body__content h2 {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  position: relative;
}
.p-single-body__content h2::before {
  content: "";
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 100%;
  background-color: #C4C4C4;
  left: -3px;
  left: -0.1875rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-single-body__content h2 {
    margin-top: 2rem;
  }
}
.p-single-body__content h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-body__content h3 {
    margin-top: 2rem;
  }
}

.p-single-works-body {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-single-works-body__inner.l-inner {
    padding-left: 10.9375rem;
    padding-right: 10.9375rem;
  }
}

.p-single-works-body__title h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__title h1 {
    font-size: 1.4375rem;
  }
}

.p-single-works-body__meta {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__meta {
    margin-top: 2rem;
  }
}

.p-single-works-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single-works-body__date {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.01875;
  font-weight: 300;
}

.p-single-works-body__category {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
  margin-left: 30px;
  margin-left: 1.875rem;
  border: 1px solid #fff;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}

.p-single-works-body__images {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__images {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
    margin-top: 2rem;
  }
}

.p-single-works-body__image {
  aspect-ratio: 375/251;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__image {
    aspect-ratio: 799/427;
  }
}

.p-single-works-body__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-works-body__thumbnails {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__thumbnails {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-single-works-body__thumbnail {
  aspect-ratio: 163/163;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__thumbnail {
    aspect-ratio: 93/93;
  }
}

.p-single-works-body__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-works-body__contents {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__contents {
    margin-top: 7rem;
  }
}

.p-single-works-body__content:not(:first-child) {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-works-body__content:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-single-works-body__content {
  position: relative;
  padding: 32px 10px 32px;
  padding: 2rem 0.625rem 2rem;
  border: solid 1px #fff;
}

.p-single-works-body__content-title {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
  border: solid 1px #fff;
  border-radius: 1.5625rem;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  top: -25px;
  top: -1.5625rem;
  background-color: #111;
}

.p-single-works-body__content-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 2.1875;
}

.p-single-works-recommend__cards {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-works-recommend__cards {
    margin-top: 5rem;
  }
}

.p-single-works-recommend__btn {
  text-align: center;
}

.p-sub-mv {
  height: 425px;
  height: 26.5625rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    height: 23.125rem;
  }
}

.p-sub-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.p-sub-mv--home {
  background-image: url(../images/common/sub-news-mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-sub-mv--home {
    background-image: url(../images/common/sub-news-mv_pc.jpg);
  }
}

.p-sub-mv--page-content {
  background-image: url(../images/common/sub-content-mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-sub-mv--page-content {
    background-image: url(../images/common/sub-content-mv_pc.jpg);
  }
}

.p-sub-mv--archive-works {
  background-image: url(../images/common/sub-works-mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-sub-mv--archive-works {
    background-image: url(../images/common/sub-works-mv_pc.jpg);
  }
}

.p-sub-mv--page-company {
  background-image: url(../images/common/sub-company-mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-sub-mv--page-company {
    background-image: url(../images/common/sub-company-mv_pc.jpg);
  }
}

.p-sub-mv--archive-blog {
  background-image: url(../images/common/sub-blog-mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-sub-mv--archive-blog {
    background-image: url(../images/common/sub-blog-mv_pc.jpg);
  }
}

.p-sub-mv--page-contact {
  background-image: url(../images/common/sub-contact-mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-sub-mv--page-contact {
    background-image: url(../images/common/sub-contact-mv_pc.jpg);
  }
}

.p-sub-mv__title {
  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;
  padding-top: 198px;
  padding-top: 12.375rem;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.0666em;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    font-size: 2.1875rem;
    letter-spacing: 0.057em;
    padding-top: 10.5rem;
  }
}

.p-works {
  color: #fff;
}

.p-works__box {
  background-color: #333;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-works__box {
    padding: 5rem 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#333));
    background: linear-gradient(90deg, transparent 0% calc(50% - 16rem), #333 calc(50% - 16rem) 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-works__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-works__images {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-works__images {
    margin-left: 0;
    margin-left: initial;
    width: 59.5%;
  }
}

.p-works__img {
  aspect-ratio: 375/261;
}
@media screen and (min-width: 768px) {
  .p-works__img {
    aspect-ratio: 557/389;
  }
}

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

.p-works__body {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-works__body {
    margin-left: 2rem;
    margin-top: 0;
    width: 40.5%;
    background-color: transparent;
  }
}

.p-works__body-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.125em;
  line-height: 1.45;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-works__body-title {
    text-align: left;
  }
}

.p-works__body-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.4375;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-works__body-text {
    text-align: left;
  }
}

.p-works__body-btn {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__body-btn {
    text-align: left;
  }
}

.pc-nav__items {
  height: inherit;
  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;
}

.pc-nav__item,
.pc-nav__item a {
  height: inherit;
}

.pc-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.125em;
  line-height: 1;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc-nav__item:not(:last-child) a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.4375rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 0.0625rem;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__item:first-child a:after {
    left: 0rem;
    width: calc(100% - 1rem);
  }
}

.pc-nav__item:hover:not(:last-child) a:after {
  background: #FFEA2E;
}

.pc-nav__item--white a {
  color: #333333;
  background-color: #fff;
  padding-left: 31px;
  padding-left: 1.9375rem;
  padding-right: 31px;
  padding-right: 1.9375rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pc-nav__item--white:hover a {
  color: #fff;
  background-color: #333333;
}

.pc-nav__item:first-child a {
  padding-left: 0;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #111;
  overflow: scroll;
  overscroll-behavior: none; /* ドロワーメニューのスクロールで背景がスクロールされないようになる */
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 210px 0;
  padding: 13.125rem 0;
  min-height: 100vh;
}

.sp-nav__item {
  width: 100%;
}

.sp-nav__item a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 16px 0;
  padding: 1rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375;
  letter-spacing: 0.02em;
}

/*デフォルト色の指定*/
/*サイズ等の指定*/
/*ボタン系の指定*/
/*ラジオボタンの指定*/
/*チェックボックスの指定*/
/*テキストエリアの指定*/
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  /*↓リセットCSS */
  border: none;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  /*↓カスタム */
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  width: 100%;
  max-width: 540px;
  max-width: 33.75rem;
  background: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 0.375rem;
  /*↓↓↓↓不要ならコメントアウト or 削除 */
  /*↓↓選択されているときの色*/
}
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
  border: 1px solid #391E88;
}

[type=tel] {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

button,
[type=button],
[type=submit] {
  /*↓リセットCSS */
  margin: 0;
  background-image: none;
  width: auto;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 0;
  /*↓カスタム */
  padding: 20px 72px;
  padding: 1.25rem 4.5rem;
  background: #FFFFFF;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0.375rem;
  line-height: 1;
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
}

[type=radio] {
  display: none;
}
[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  padding: 0 0 0 1.75rem;
  margin: 0 35px 0 0;
  margin: 0 2.1875rem 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  cursor: pointer;
}
[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: block;
}
[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 3px;
  left: 0.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #391E88;
  border-radius: 50%;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  display: block;
  opacity: 1;
}

[type=checkbox] {
  display: none;
}
[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
  font-size: 1px;
  font-size: 0.0625rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #f00;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: block;
}
[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 1;
  /*チェックマークじゃない場合は以下を変更する*/
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 18px;
  width: 1.125rem;
  height: 10px;
  height: 0.625rem;
  margin-top: -0.1em;
  margin-left: 0.1em;
  border-left: 4px solid #f00;
  border-bottom: 4px solid #f00;
}

select {
  /*↓リセットCSS */
  border-radius: 0;
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
  width: 100%;
  /*↓カスタム */
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  background-color: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 0.375rem;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
select:focus {
  border: 1px solid #391E88;
}

[type=date] {
  position: relative;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
[type=date]:focus {
  border-color: 1px solid #391E88;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

textarea {
  height: 255px;
  height: 15.9375rem;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
}

/* レイアウトのためのスタイル */
.slider,
.slider-thumbnail {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .slider-thumbnail .swiper-slide {
    width: 16.6666666667%;
  }
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 15px solid transparent;
  border-right: 20px solid #ff4500;
  border-top: 15px solid transparent;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 15px solid transparent;
  border-left: 20px solid #ff4500;
  border-top: 15px solid transparent;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .p-mv__img,
.swiper-slide-duplicate-active .p-mv__img,
.swiper-slide-prev .p-mv__img {
  -webkit-animation: zoomUp 12s linear 0s normal both;
          animation: zoomUp 12s linear 0s normal both;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -20px;
  bottom: -1.25rem;
}

.swiper-pagination-bullet {
  background: #C4C4C4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #F9F871;
}

.wp-category-tab {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .wp-category-tab {
    gap: 2.5rem;
  }
}

.wp-category-tab__link a {
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}

.wp-category-tab__link a.is-active {
  color: #111;
  background-color: #fff;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    gap: 1.5rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border: solid 1px #fff;
  color: white;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.0312em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wp-pagenavi a:hover {
  background-color: #fff;
  color: #333333;
  opacity: 1;
}

.wp-pagenavi span.current {
  background-color: #fff;
  color: #333333;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.archivelink {
  width: 71px;
  width: 4.4375rem;
}

.wp-pagenavi a.previouspostslink {
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink {
    margin-right: 0;
  }
}

.wp-pagenavi a.nextpostslink {
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a.nextpostslink {
    margin-left: 0;
  }
}

.wp-pagenavi a.archivelink {
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
/*# sourceMappingURL=styles.css.map */
