@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: clip;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-body {
  width: 100%;
}

.l-horizontal-scroll {
  position: relative;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-horizontal-scroll {
    opacity: 1;
    display: block; /* スマホでは表示 */
    height: auto;
    overflow: auto;
    width: 100%;
  }
}

.l-horizontal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-horizontal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
}

.panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw;
  height: 100vh;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .panel {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    scroll-snap-align: auto;
    width: 100%;
  }
}

.panel--works {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .panel--works {
    margin-left: auto;
  }
}

.panel--footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  height: 100vh;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .panel--footer {
    width: 100%;
    height: auto;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.p-header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    padding: 11px 16px;
    background: #F9F9FF;
  }
}
@media (min-width: 768px) {
  .p-header {
    display: none;
  }
}

.scrolled {
  display: block;
}

.p-header__inner {
  width: 100%;
  height: 100%;
  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-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__text-main {
  color: #4A4F8E;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-header__text-sub {
  color: #A0A0BE;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-header__nav {
  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: end;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 31.4px;
     -moz-column-gap: 31.4px;
          column-gap: 31.4px;
}
.p-header__list li a {
  color: #F9F9FF;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.p-drawer__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    position: fixed;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    top: 17px;
    right: 20px;
    width: 45px;
    height: 16px;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}
.p-drawer__icon--bar:nth-of-type(1) {
  width: 100%;
}
.p-drawer__icon--bar:nth-of-type(2) {
  width: 80%;
}
.p-drawer__icon--bar:nth-of-type(3) {
  width: 60%;
}

.p-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
    position: fixed;
    z-index: 101;
    overflow-y: scroll;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: #F9F9FF;
  }
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  width: 100%;
  height: 100vh;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: 100%;
  padding: 100px 50px 98px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.p-drawer__list {
  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;
  row-gap: 36px;
}
.p-drawer__list li a {
  color: #4A4F8E;
  font-family: "Instrument Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.p-drawer__list li a:hover {
  color: #B98736;
}

.p-drawer__list-logo {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .drawer-close-button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .drawer-close-button1 .close__button--drawer:hover {
    -webkit-animation: rotate360 1.5s linear;
            animation: rotate360 1.5s linear;
  }
  @-webkit-keyframes rotate360 {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotate360 {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
}

.l-footer {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    -webkit-box-flex: 200px;
        -ms-flex: 200px;
            flex: 200px;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.p-footer__inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    height: auto;
  }
}

.p-footer__container {
  width: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 0 25px;
  }
}

.p-footer__logo {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin: 0 auto;
    margin-top: 38px;
  }
}

.p-footer__logo-img {
  width: 106px;
}
.p-footer__logo-img img {
  width: 100%;
}

.p-footer__copyright {
  color: #FFF;
  font-family: "Instrument Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-fv {
  width: 100vw;
  height: 2794px;
  position: relative;
  overflow-x: clip;
}
.l-fv-inner {
  padding: 0 40px;
  width: 100%;
  height: 100%;
}

.p-fv__container {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-fv__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-fv__text-1 {
  color: #F9F9FF;
  font-family: "Instrument Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  padding-top: 281px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .p-fv__text-1 {
    color: #FAFAFF;
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.p-fv__text-2 {
  color: #F9F9FF;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  position: absolute;
  top: 19px;
  left: 259px;
}
@media screen and (max-width: 767px) {
  .p-fv__text-2 {
    color: #FAFAFF;
    font-size: 10px;
    letter-spacing: 0.6px;
    top: 8px;
    left: 140px;
    display: inline-block;
    width: 150px;
    white-space: nowrap;
  }
}

.p-fv__title {
  color: #F9F9FF;
  font-family: "Instrument Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    color: #FAFAFF;
    letter-spacing: 0.96px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
}

.p-fv__title--big {
  font-size: 96px;
  font-weight: 700;
  letter-spacing: 3.8px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-fv__title--big {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 4.8px;
    white-space: nowrap;
  }
}

.p-fv__title-img-1 {
  position: absolute;
  top: 0;
  left: 209px;
  width: 12px;
  height: auto;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 767px) {
  .p-fv__title-img-1 {
    left: 115px;
  }
}

.p-fv__title-img-2 {
  position: absolute;
  top: -53px;
  left: 179px;
  width: 223.317px;
  height: 84.087px;
  -webkit-transform: rotate(-22.937deg);
          transform: rotate(-22.937deg);
}
@media screen and (max-width: 767px) {
  .p-fv__title-img-2 {
    top: -76px;
    left: 75px;
  }
}

.p-fv__scroll-contents {
  width: 200px;
  position: absolute;
  top: 634px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-fv__scroll-wrapper {
  position: relative;
}

.p-fv__scroll-text {
  color: #F9F9FF;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll-text {
    color: #FAFAFF;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.fv__scrolldown-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 36px;
  width: 3px;
  height: 100px;
  background: #CACACA;
  overflow: hidden;
}

.fv__scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 3px;
  height: 15px;
  background: #F9F9FF;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}
.p-fv__window-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-fv__window-img {
  width: 200px;
  margin-inline: auto;
  z-index: 10;
  position: absolute;
  bottom: 820px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-fv__window-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__window-img.is-zoomed {
  -webkit-transform: scale(3) translateX(-10%);
          transform: scale(3) translateX(-10%);
  width: 2000px; /* 拡大後の幅 */
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: width 3s ease-in-out, -webkit-transform 3s ease-in-out;
  transition: width 3s ease-in-out, -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out, width 3s ease-in-out;
  transition: transform 3s ease-in-out, width 3s ease-in-out, -webkit-transform 3s ease-in-out;
  z-index: 9;
}

.is-stopped {
  overflow: hidden !important;
}

.fade-in {
  opacity: 1;
  display: block; /* フェードインのために表示 */
}

.animation-trigger {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 870px;
}

.p-fv__anime-contents {
  width: 50px;
  height: 530px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 942px;
}

.p-fv__anime-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-fv__anime-bg {
  width: 50px;
  height: 530px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: shootingstar 2.5s ease-in-out 0s infinite normal forwards;
          animation: shootingstar 2.5s ease-in-out 0s infinite normal forwards;
}

@-webkit-keyframes shootingstar {
  0% {
    top: -480px;
    opacity: 1;
  }
  100% {
    top: 500px;
    opacity: 0.2;
  }
}

@keyframes shootingstar {
  0% {
    top: -480px;
    opacity: 1;
  }
  100% {
    top: 500px;
    opacity: 0.2;
  }
}
#fv {
  position: relative;
}

.star {
  background-color: white;
  position: absolute;
  border-radius: 50%;
  -webkit-animation-name: twinkle;
          animation-name: twinkle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 10;
}

@-webkit-keyframes twinkle {
  50% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}

@keyframes twinkle {
  50% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
.p-loading.js-loading-end {
  translate: 0 -100%;
}

.p-works {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 249, 255, 0.98)), to(rgba(249, 249, 255, 0.98))), lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(249, 249, 255, 0.98) 0%, rgba(249, 249, 255, 0.98) 100%), lightgray 50%/cover no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw; /* 1セクション = 画面幅 */
  height: 100vh;
  width: 3660px;
}
@media screen and (max-width: 767px) {
  .p-works {
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-works__inner {
  padding: 0 160px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    padding: 0 20px;
    height: 100%;
    z-index: 0;
  }
}

.works__bg-img {
  position: absolute;
  bottom: -75px;
  right: 80px;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .works__bg-img {
    width: 300px;
    height: 300px;
    bottom: 0px;
    right: -5px;
    z-index: 2;
  }
}
.works__bg-img img {
  width: 100%;
  height: 100%;
}

.p-works__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 28px 30px 28px;
  border-right: 0.5px solid #A0A0BE;
  background: #F9F9FF;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-works__header {
    display: none;
  }
}

.p-works__header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-works__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  padding-top: 20px;
  -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 (max-width: 767px) {
  .p-works__header-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-works__header-text.js-show2 .p-works__header-text-main {
  display: none;
}
.p-works__header-text.js-show2 .p-works__header-text-sub {
  display: none;
}
.p-works__header-text.js-show2 .p-works__header-text-main2 {
  display: block;
}
.p-works__header-text.js-show2 .p-works__header-text-sub2 {
  display: block;
}
.p-works__header-text.js-show2 .p-drawer-2__icon-text {
  display: block;
  color: #4A4F8E;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 255px;
}

.p-works__header-text-main {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #4A4F8E;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-works__header-text-main {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-works__header-text-main2 {
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #4A4F8E;
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-works__header-text-main2 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.p-works__header-text-sub {
  color: #A0A0BE;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .p-works__header-text-sub {
    line-height: normal;
  }
}

.p-works__header-text-sub2 {
  display: none;
  color: #A0A0BE;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .p-works__header-text-sub2 {
    line-height: normal;
  }
}

.p-drawer-2__icon {
  width: 45px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 45/16;
  top: 402px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  cursor: pointer;
}

.p-drawer-2__icon-text {
  display: none;
}

.p-drawer-2__icon.js-show2 {
  width: 46px;
  height: 46px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-drawer-2__icon.js-show2 .p-drawer-2__icon--bar {
  display: none;
}

.p-drawer-2__icon--bar {
  background-color: #A0A0BE;
}
.p-drawer-2__icon--bar:nth-child(1) {
  width: 100%;
  height: 2px;
}
.p-drawer-2__icon--bar:nth-child(2) {
  width: 80%;
  height: 2px;
}
.p-drawer-2__icon--bar:nth-child(3) {
  width: 60%;
  height: 2px;
}

.p-drawer-2 {
  position: fixed;
  top: 0;
  left: 80px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}
.p-drawer-2.js-show2 {
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-drawer-2 {
    display: none;
  }
}

.p-drawer-2__body {
  width: 100vw;
  height: 100vh;
  background-color: #F9F9FF;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-drawer-2__body {
    width: 100%;
    padding: 100px 20px;
  }
}

.drawer-close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: absolute;
  top: 50px;
  right: 80px;
  padding-right: 80px;
}

.p-drawer-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  color: #4A4F8E;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-drawer-2__list li a:hover {
  color: #B98736;
}

.p-drawer-2__list-logo {
  width: 160px;
  height: 90px;
  margin-top: auto;
}
.p-drawer-2__list-logo img {
  width: 100%;
}

.p-works__header-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  position: absolute;
  bottom: 30px;
}
.p-works__header-img img {
  width: 100%;
}

.p-works__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-works__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  color: #4A4F8E;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    display: none;
  }
}

.p-works__item {
  width: 580px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-works__item {
    width: 100%;
  }
}

.p-works__item-bg {
  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;
  z-index: 3;
}

.p-works__item-illumination {
  width: 55px;
  height: 140px;
}
.p-works__item-illumination img {
  width: 100%;
}

.p-works__item-light {
  width: 580px;
  height: 710px;
}
.p-works__item-light img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-works__item-light {
    width: 100%;
  }
}

.p-works__item-work {
  width: 360px;
  height: 280px;
  padding: 20px;
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  border: 5px solid #D9DEEB;
  background: #FFF;
  z-index: 3;
}
.p-works__item-work img {
  width: 100%;
}

.works__modal {
  max-width: 1120px;
  width: 77.7777777778vw;
  height: 650px;
  position: fixed;
  margin: 100px auto;
  border-radius: 80px;
  border: 4px solid #A0A0BE;
  background: #F9F9FF;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .works__modal {
    width: 100vw;
    height: 100vh;
    margin: 0px auto;
    top: 40px;
    border-radius: 0px;
    border: none;
  }
}

.works__modal-close-button {
  position: absolute;
  top: 50px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .works__modal-close-button {
    top: 20px;
    right: 4px;
    z-index: 2000;
  }
}

.close__button-text {
  color: #4A4F8E;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}

.close__button {
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.works__modal-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works__modal-inner {
    max-width: 398px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.works__modal-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .works__modal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 0 9px;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

.works__modal-img {
  width: 36%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works__modal-img {
    width: 100%;
    height: auto;
    aspect-ratio: 340/265;
  }
}

.p-modal__item-bg {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-modal__item-bg {
    top: -225px;
  }
}

.p-works__item-illumination {
  width: 60px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-works__item-light {
  width: 580px;
  height: 710px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-works__item-light {
    width: 490px;
    height: 500px;
    overflow: hidden;
  }
}

.p-modal__item-img {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  margin-top: 210px;
  border: 5px solid #D9DEEB;
  background: #FAFAFF;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-modal__item-img {
    width: min(500px, 100%);
    margin: 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.works__modal-text {
  width: 36.4%;
  height: auto;
  aspect-ratio: 363/215;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .works__modal-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    aspect-ratio: 340/167;
  }
}

.works__modal-title {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .works__modal-title {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.works__modal-title--main {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.works__modal-title--sub {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.works__modal-skill {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .works__modal-skill {
    padding: 16px 0 40px 0;
  }
}

.works__modal-skill-item {
  display: inline-block;
  padding: 4px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 0.5px solid #A0A0BE;
  color: #4A4F8E;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.works__modal-url {
  color: #4A4F8E;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.works__modal-date {
  color: #A0A0BE;
  text-align: right;
  font-family: "Instrument Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-works__sp-illumination {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-works__sp-illumination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
  }
}
.p-works__sp-illumination img {
  width: 100%;
}

.p-works__swiper-container,
.p-works__swiper,
.p-works__swiper-wrapper,
.p-works__swiper-slide {
  position: relative;
}

.p-works__inner {
  width: 100%;
  overflow: hidden;
}

.p-works__swiper-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-works__swiper-container {
    display: block;
    width: min(500px, 100%);
    height: 100%;
    padding: 100px 5px 339px 5px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
}

.p-works__swiper {
  width: 100%;
  height: 100%;
}

.p-works__swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-works__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 265px;
  padding: 20px;
  border: 5px solid #D9DEEB;
  background: #FAFAFF;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-about {
  background: var(--, linear-gradient(0deg, rgba(249, 249, 255, 0.98) 0%, rgba(249, 249, 255, 0.98) 100%), lightgray 50%/cover no-repeat);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw; /* 1セクション = 画面幅 */
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    overflow-x: hidden;
  }
}

.p-about__inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .p-about__inner {
    width: 100%;
    padding: 0px 50px 0px 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 0 25px 0px 25px;
  }
}

.p-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__container {
    padding: 50px 0px;
    width: min(500px, 100%);
    margin: 0 auto;
  }
}

.p-about__text-main {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-about__main-content {
  padding-top: 100px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  width: 100%;
}
@media (max-width: 1200px) {
  .p-about__main-content {
    gap: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main-content {
    padding-top: 40px;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__main-content-img {
  width: 300px;
  height: 300px;
}
.p-about__main-content-img img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-about__main-content-img {
    width: 200px;
    height: 200px;
  }
  .p-about__main-content-img img {
    width: 200px;
  }
}

.p-about__main-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 500px;
}
@media (max-width: 1200px) {
  .p-about__main-content-right {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main-content-right {
    width: 100%;
    gap: 24px;
    position: relative;
  }
}

.p-about__main-content-name {
  color: #333;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about__main-content-name {
    position: absolute;
    top: -55px;
    right: 49px;
  }
}

.p-about__main-content-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 1200px) {
  .p-about__main-content-text {
    font-size: 14px;
    line-height: 22px; /* 157.1% */
  }
}
@media screen and (max-width: 767px) {
  .p-about__main-content-text {
    width: 100%;
    line-height: 24px;
  }
}

.p-about__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-about__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .p-skill {
    width: 340px;
  }
}

.p-skill__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #D9DEEB;
  padding-bottom: 8px;
}

.p-skill__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
}

.p-skill__item {
  color: #333;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .p-skill__item {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-skill__item {
    font-size: 16px;
    line-height: normal;
  }
}

.p-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .p-design {
    width: 340px;
  }
}

.p-design__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #D9DEEB;
  padding-bottom: 8px;
}

.p-design__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 1200px) {
  .p-design__text {
    font-size: 14px;
    line-height: 22px; /* 157.1% */
  }
}
@media screen and (max-width: 767px) {
  .p-design__text {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}

.p-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .p-time {
    width: 340px;
  }
}

.p-time__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #D9DEEB;
  padding-bottom: 8px;
}

.p-time__text-time {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 1200px) {
  .p-time__text-time {
    font-size: 14px;
    line-height: 22px; /* 157.1% */
  }
}
@media screen and (max-width: 767px) {
  .p-time__text-time {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}

.p-time__text-note {
  color: #4A4F8E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 1200px) {
  .p-time__text-note {
    font-size: 12px;
    line-height: 18px; /* 150% */
  }
}
@media screen and (max-width: 767px) {
  .p-time__text-note {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}

.p-time__text-time-sub {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 1200px) {
  .p-time__text-time-sub {
    font-size: 14px;
    line-height: 22px; /* 157.1% */
  }
}
@media screen and (max-width: 767px) {
  .p-time__text-time-sub {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .animated__fadeIn {
    opacity: 1;
  }
}

.p-contact {
  background: var(--, linear-gradient(0deg, rgba(249, 249, 255, 0.98) 0%, rgba(249, 249, 255, 0.98) 100%), lightgray 50%/cover no-repeat);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw; /* 1セクション = 画面幅 */
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    overflow-x: hidden;
  }
}

.p-contact__inner {
  width: 880px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .p-contact__inner {
    width: 680px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    width: 100%;
    padding: 0 25px;
  }
}

.p-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px 55px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 120px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .p-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(500px, 100%);
    margin: 0 auto;
    gap: 40px;
  }
}

.p-contact__img {
  width: 190px;
  height: 285px;
  position: absolute;
  top: 440px;
}

.p-contact__text-main {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-contact__forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 460px;
}
@media (max-width: 1200px) {
  .p-contact__forms {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__forms {
    width: 100%;
    gap: 30px;
  }
}

.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 1200px) {
  .p-contact__form {
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    gap: 15px;
  }
}

.p-contact__label {
  color: #3D3D3D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.p-contact__input {
  height: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid #D9DEEB;
  background: #FFF;
}

.p-contact__form-item {
  padding-top: 4px;
}

.p-form-item__radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px 35px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form-item__radio {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-form__radio:nth-child(3) {
  display: none;
}

.p-form-radio__input {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #D9DEEB;
  background: #FFF;
}

.p-form__radio-text {
  color: #3D3D3D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.p-form__radio-text:hover {
  color: #B98736;
}

.p-contact__textarea {
  height: 100px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid #D9DEEB;
  background: #FFF;
}
@media (max-width: 1200px) {
  .p-contact__textarea {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__textarea {
    height: 160px;
  }
}

.p-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p-form-radio__privacy {
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #D9DEEB;
  background: #FFF;
}

.p-form__radio-privacy-text {
  color: #3D3D3D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-privacy__link {
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-privacy__link:hover {
  color: #B98736;
}

.p-contact__submit {
  display: inline-block;
  padding: auto;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  height: 68px;
  border-radius: 50px;
  border-color: transparent;
  background-color: #4A4F8E;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-contact__submit:hover {
  background-color: #B98736;
}

.p-service {
  background: #4A4F8E;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw; /* 1セクション = 画面幅 */
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-service {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    overflow-y: hidden;
  }
}

.p-service__inner {
  padding: 0 270px;
}
@media (max-width: 1200px) {
  .p-service__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: 0 25px;
  }
}

.p-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service__container {
    padding: 50px 0;
    gap: 50px;
    width: min(500px, 100%);
    margin: 0 auto;
  }
}

.p-service__explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-service__explain {
    gap: 24px;
  }
}

.p-service__text-main {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-service__text-main {
    color: #FAFAFF;
  }
}

.u-text__orange {
  color: #D99E3E;
}

.p-service__text-sub {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 767px) {
  .p-service__text-sub {
    color: #FAFAFF;
  }
}

.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 1200px) {
  .p-service__cards {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 260px;
  height: 370px;
  padding: 60px 30px 40px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #FAFAFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 1200px) {
  .p-service__card {
    width: 200px;
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card {
    width: 260px;
    height: 370px;
  }
}

.p-service__card--responsive {
  padding: 15px 30px 40px 30px;
}
@media (max-width: 1200px) {
  .p-service__card--responsive {
    padding: 0px 30px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card--responsive {
    padding: 60px 30px 40px 30px;
  }
}

.p-service__card--wordpress {
  padding: 35px 30px 40px 30px;
}
@media (max-width: 1200px) {
  .p-service__card--wordpress {
    padding: 38px 30px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card--wordpress {
    padding: 60px 30px 40px 30px;
  }
}

.p-service__card-pin {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  z-index: 1;
}
.p-service__card-pin img {
  width: 100%;
}

.p-service__card-img {
  width: 80px;
  height: 80px;
}
.p-service__card-img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .p-service__card-img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card-img {
    width: 80px;
    height: 80px;
  }
}

.p-service__card-title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .p-service__card-title {
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card-title {
    font-size: 20px;
    padding-top: 32px;
    padding-bottom: 16px;
  }
}

.p-service__card-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
  white-space: normal;
}
@media (max-width: 1200px) {
  .p-service__card-text {
    font-size: 12px;
    line-height: 18px; /* 167% */
  }
}
@media screen and (max-width: 767px) {
  .p-service__card-text {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}

.p-privacy {
  width: 100%;
}

.p-privacy__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-privacy__header {
  color: #333;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-privacy__date {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

.p-privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  width: 80%;
}

.p-privacy__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.p-privacy__button {
  display: inline-block;
  padding: 20px auto 24px auto;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  height: 68px;
  border-radius: 50px;
  border-color: transparent;
  background-color: #4A4F8E;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  margin-top: 30px;
}
.p-privacy__button:hover {
  background-color: #B98736;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.is-stopped {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.u-font {
  font-family: "Montserrat", sans-serif;
}
.u-font__jp {
  font-family: "Montserrat", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-text__orange {
  color: #D99E3E;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}