@charset "UTF-8";
/* リキッドレイアウト対応 */
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;
  }
}

html.is-fixed {
  overflow: hidden;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  background: #2C3F34;
}

/* 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;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

*,
*::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 */
/* 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-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.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-mv {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    margin-top: 6.25rem;
  }
}

.l-top {
  position: fixed;
  right: 30px;
  right: 1.875rem;
  bottom: 30px;
  bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-top {
    right: 3.125rem;
    bottom: 3.125rem;
  }
}

.c-hamburger {
  width: 34px;
  width: 2.125rem;
  height: 24px;
  height: 1.5rem;
  position: relative;
  z-index: 1000;
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-hamburger span:nth-child(1) {
  top: 0;
  left: 0;
}

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

.c-hamburger span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.c-hamburger.is-show span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  top: 0.625rem;
  right: 0;
}

.c-hamburger.is-show span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 12px;
  bottom: 0.75rem;
  right: 0;
}

.c-number__main {
  font-size: 80px;
  font-size: 5rem;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(0deg, #5D6D64, #ACA9A4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: #5D6D64;
  line-height: 1.25;
}

.c-number__sub {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1.35;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}

.c-number__sub::after {
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-section-head {
  text-align: center;
}

.c-section-head__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1.136;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}

.c-section-head__title::after {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 22px;
  height: 1.375rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-top__btn {
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: #fff;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 999;
}

.c-top__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 20px 12.5px;
  border-color: transparent transparent #101110 transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-top__btn.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-top__btn.is-show:hover {
    opacity: 0.7;
  }
}

.p-about {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.p-about__container {
  max-width: 600px;
  max-width: 37.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    max-width: 100%;
    margin-top: 4.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-about__imagebox {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__imagebox {
    width: 100%;
    max-width: 31.875rem;
  }
}

.p-about__imagebox::before {
  content: "";
  width: 85.4%;
  aspect-ratio: 286/192;
  background: -webkit-linear-gradient(180deg, #5D6D64, #ACA9A4);
  position: absolute;
  top: 13%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about__imagebox::before {
    content: "";
    width: 82.4%;
    aspect-ratio: 420/282;
    background: -webkit-linear-gradient(0deg, #5D6D64, #ACA9A4);
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
  }
}

.p-about__image {
  width: 85.4%;
  aspect-ratio: 286/192;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: 82.4%;
    aspect-ratio: 420/282;
    position: absolute;
    left: 8.6%;
  }
}

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

.p-about__content {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    width: 100%;
    max-width: 33.75rem;
    margin-top: 0;
    margin-left: auto;
  }
}

.p-about__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-about__name {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-about__infobox {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__infobox {
    margin-top: 1.875rem;
  }
}

.p-about__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about__info-row dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.714;
  width: 120px;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-about__info-row dt {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    width: 9.375rem;
  }
}

.p-about__info-row dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714;
}
@media screen and (min-width: 768px) {
  .p-about__info-row dd {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(1.875rem) scale(0.9);
          transform: translateY(1.875rem) scale(0.9);
}

.js-slideIn {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.p-card-item {
  display: block;
  background-color: #D9D9D9;
  height: 100%;
}

.p-card-item__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 335/186;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-card-item__image {
    aspect-ratio: 321/178;
  }
}

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

.p-card-item__body {
  padding: 21px 26px 54px;
  padding: 1.3125rem 1.625rem 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-card-item__body {
    padding: 1.25rem 1.25rem 3.25rem;
  }
}

.p-card-item__infobox {
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-card-item__infobox {
    max-width: 100%;
  }
}

.p-card-item__text:first-child {
  margin-left: auto;
}

.p-card-item__info:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-card-item__title {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  background-color: #2C3F34;
  padding: 0 6px;
  padding: 0 0.375rem;
}

.p-card-item__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  color: #212121;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-card-item__text a {
  display: block;
  text-decoration: underline;
}

.p-card-item__text span {
  display: block;
}

.p-contact {
  background-color: #101110;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.p-contact__container {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  background-color: #5D6D64;
  padding: 27px 18px 45px;
  padding: 1.6875rem 1.125rem 2.8125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact__container {
    max-width: 62.5rem;
    padding: 2.6875rem 7.8125rem;
  }
}

.p-contact__form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 4.25rem;
  }
}

.p-contact-form {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    max-width: 46.875rem;
  }
}

.p-contact-form__row:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__row:not(:first-child) {
    margin-top: 1.625rem;
  }
}

.p-contact-form__label label {
  font-weight: 300;
  line-height: 1.5;
}

.p-contact-form__input {
  width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
}

input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #EE9A13;
  outline: 0.125rem solid #EE9A13;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #101110;
  background-color: #D9D9D9;
  padding: 9px 11px;
  padding: 0.5625rem 0.6875rem;
  border: none;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

textarea {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #101110;
  background-color: #D9D9D9;
  border: none;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 11px;
  padding: 0.5625rem 0.6875rem;
  width: 100%;
  min-height: 7.5em;
  line-height: 1.5;
  resize: vertical;
}

.p-contact-form__button {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form__button {
    margin-top: 3.25rem;
  }
}

button[type=submit] {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #2C3F34;
  border-radius: 0.3125rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  button[type=submit] {
    font-size: 1.25rem;
    line-height: 1.2;
    border-radius: 0;
    padding: 0.6875rem 3.4375rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}

button[type=submit].is-active {
  background-color: #EE9A13;
}

::-webkit-input-placeholder {
  color: #BABABA;
  line-height: 1.5;
}

::-moz-placeholder {
  color: #BABABA;
  line-height: 1.5;
}

::-ms-input-placeholder {
  color: #BABABA;
  line-height: 1.5;
}

::placeholder {
  color: #BABABA;
  line-height: 1.5;
}

.p-contact__message {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
  display: none;
}

.p-contact__message--error {
  color: #EE9A13;
}

.p-footer {
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-footer__copy {
  text-align: center;
  line-height: 1.4375;
}

.p-header {
  width: 100%;
  max-width: 100%;
  height: 70px;
  height: 4.375rem;
  background-color: #101110;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
  }
}

.p-header__inner {
  width: 100%;
  height: inherit;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-header__content {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Do Hyeon", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    margin-left: auto;
  }
}

.p-header__drawer {
  margin-left: auto;
}

.p-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../images/mv3_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background-image: url(../images/mv3_pc.jpg);
  }
}

.p-mv__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-mv__textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv__textbox {
    top: 40%;
  }
}

.p-mv__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 6.25rem;
  }
}

.p-mv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  background: -webkit-linear-gradient(0deg, #829389, #ACA9A4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: #829389;
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 2.5rem;
  }
}

.js-text-effect span {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background: -webkit-linear-gradient(90deg, #829389, #ACA9A4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: #829389;
}

.js-text-effect span:nth-child(5) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .js-text-effect span:nth-child(5) {
    margin-left: 0.625rem;
  }
}

.js-text-effect span:nth-child(4) {
  display: inline;
}
@media screen and (min-width: 768px) {
  .js-text-effect span:nth-child(4) {
    display: inline-block;
  }
}

.js-text-effect span:nth-child(4)::after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 768px) {
  .js-text-effect span:nth-child(4)::after {
    content: "";
    white-space: normal;
  }
}

.js-translateX {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

.js-background {
  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);
}

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

@media screen and (min-width: 768px) {
  .p-pc-nav__item {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .p-pc-nav__item:not(:first-child) {
    margin-left: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pc-nav__item a {
    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;
    height: inherit;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 1.15;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    padding-bottom: 0.3125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-pc-nav__item a::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.0625rem;
    background-color: #EE9A13;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-pc-nav__item a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-pc-nav__item a:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.p-service {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.p-service:before {
  content: "";
  width: 32.5%;
  height: 9.816%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5D6D64), to(#ACA9A4));
  background-image: linear-gradient(0deg, #5D6D64, #ACA9A4);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-service:before {
    width: 23%;
    height: 28%;
  }
}

.p-service:after {
  content: "";
  width: 42.66%;
  height: 12.63%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5D6D64), to(#ACA9A4));
  background-image: linear-gradient(0deg, #5D6D64, #ACA9A4);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-service:after {
    width: 23.67%;
    height: 29.14%;
  }
}

.p-service__items {
  max-width: 600px;
  max-width: 37.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service__items {
    max-width: 100%;
    margin-top: 4.25rem;
  }
}

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

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

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

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

.p-service__textbox {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__textbox {
    margin-left: 2.0625rem;
  }
}

.p-service__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-service__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 335/179;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__image {
    width: 100%;
    max-width: 26.875rem;
    aspect-ratio: 430/230;
    margin-top: 0;
  }
}

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

.js-popUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}

.p-sp-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #101110;
  padding: 160px 0;
  padding: 10rem 0;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow-y: scroll;
}

.p-sp-nav.is-show {
  opacity: 1;
  pointer-events: auto;
}

.p-sp-nav__items {
  width: 100%;
}

.p-sp-nav__item a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.36;
}

.p-sp-nav__item:not(:first-child) a {
  padding-top: 32px;
  padding-top: 2rem;
}

.p-works {
  background-color: #101110;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-works {
    padding-top: 5.625rem;
    padding-bottom: 11.25rem;
  }
}

.p-works__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__items {
    margin-top: 4.25rem;
  }
}

.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-pagination {
  text-align: center;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -80px;
  bottom: -5rem;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5rem;
  }
}

.swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  margin: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.125rem;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EE9A13;
}
/*# sourceMappingURL=styles.css.map */
