@charset "UTF-8";
@font-face {
  font-family: "Chillax";
  src: url("../../fonts/Chillax-Medium.woff2") format("woff2"), url("../../fonts/Chillax-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1297px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1298px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 959px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 960px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 16px;
}
html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  color: #504D47;
  background: #E0DDDD;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Source Sans 3", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #CBA144;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* Header */
/**************************************************/
.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 3.125rem 2.375rem 0 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  margin: 0;
  line-height: 0;
}
.l-header__logo a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  width: 10.625rem;
}
@media (max-width: 959px) {
  .l-header {
    height: 4.625rem;
  }
  .l-header__inner {
    padding: 1.25rem;
  }
  .l-header__logo a {
    width: 6.875rem;
    padding: 0;
  }
}

.l-menuBtn {
  display: none;
  position: fixed;
  top: 0;
  right: 1.25rem;
  width: 1.875rem;
  height: 4.625rem;
  margin: 0;
  cursor: pointer;
  z-index: 200;
}
.l-menuBtn__bar {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.125rem;
  margin-left: -0.9375rem;
}
.l-menuBtn__bar::before, .l-menuBtn__bar::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background: #1E1E1E;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-menuBtn__bar::before {
  top: -0.3125rem;
}
.l-menuBtn__bar::after {
  top: 0.3125rem;
}
.l-menuBtn.-open .l-menuBtn__bar::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-menuBtn.-open .l-menuBtn__bar::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-menuBtn.-open {
  top: 1.25rem;
}
@media (max-width: 959px) {
  .l-menuBtn {
    display: block;
  }
}

.l-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (max-width: 959px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  gap: 0.625rem;
}
.l-gnav__list > li {
  position: relative;
  line-height: 1;
  text-align: center;
}
.l-gnav__btn {
  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-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "Chillax", sans-serif;
  color: #1E1E1E;
}
.l-gnav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.625rem;
  padding: 0;
  list-style: none;
}
.l-gnav__lang > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-gnav__langBtn {
  display: block;
  background: white;
  font-family: "Chillax", sans-serif;
  font-size: 1.125rem;
  padding: 0.53125rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1E1E1E;
  text-decoration: none;
  min-width: 5.625rem;
  line-height: 1;
}
.l-gnav__langBtn.-active {
  background: #1E1E1E;
  color: white;
}

.l-spnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  z-index: 100;
}
@media (min-width: 960px) {
  .l-spnav {
    display: none !important;
  }
}
.l-spnav__container {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 6.25rem 0;
}
.l-spnav__container::-webkit-scrollbar {
  display: none;
}
.l-spnav__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
.l-spnav__list > li {
  display: block;
}
.l-spnav__btn {
  display: block;
  color: #1E1E1E;
  font-weight: 500;
  font-family: "Chillax";
  font-size: 2.375rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.l-spnav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-top: 3.125rem;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-spnav__langBtn {
  display: block;
  background: white;
  font-family: "Chillax", sans-serif;
  font-size: 1.75rem;
  padding: 0.75rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1E1E1E;
  text-decoration: none;
  min-width: 8.5rem;
  line-height: 1;
}
.l-spnav__langBtn.-active {
  background: #1E1E1E;
  color: white;
}

.-menuFadeinUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.-menuFadeinUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  background: white;
  padding: 2.625rem 1.25rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 1.875rem 1.25rem;
  }
}
.l-footer__copyright {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  font-family: "Chillax", sans-serif;
}

/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
  overflow: hidden;
}

.l-page-contents {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-title-a {
  font-family: "Chillax", sans-serif;
  font-weight: 500;
  font-size: 4.25rem;
  text-align: center;
  margin: 0;
  line-height: 1.38;
}
@media (max-width: 767px) {
  .c-title-a {
    line-height: 1;
    font-size: 3rem;
  }
}

/**************************************************/
/* components - animation */
/**************************************************/
.-fadein, .-fadeinUp, .-fadeinDown, .-fadeinLeft, .-fadeinRight,
.-fadeinUpFull, .-fadeinDownFull, .-fadeinLeftFull, .-fadeinRightFull {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: opacity, transform;
}
.-fadein.-inview, .-fadeinUp.-inview, .-fadeinDown.-inview, .-fadeinLeft.-inview, .-fadeinRight.-inview,
.-fadeinUpFull.-inview, .-fadeinDownFull.-inview, .-fadeinLeftFull.-inview, .-fadeinRightFull.-inview {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.-inview.-fadeinUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.-delay10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.-delay15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.-delay20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.-delay25 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.-delay30 {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* top */
/**************************************************/
.p-mv {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100svh + 4rem);
}
@media (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 16.25rem;
  background: #CBA144;
  -webkit-clip-path: polygon(0 calc(100% - 4rem), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(100% - 4rem), 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-mv::before {
    height: 6.75rem;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
.p-mv__inner, .p-mv__contents {
  height: 100%;
  position: relative;
}
.p-mv__contents {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-mv__contents {
    padding: 12rem 0 15.3125rem;
  }
}
.p-mv__contents::before {
  position: absolute;
  content: "";
  width: 27.625rem;
  height: 41rem;
  background: url(../../images/mv-bg02.svg) no-repeat center top/contain;
  top: -8.875rem;
  right: -3.375rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-mv__contents::before {
    top: 3.3125rem;
    right: 1.375rem;
  }
}
.p-mv__contents::after {
  position: absolute;
  content: "";
  width: 35.875rem;
  height: 53.1875rem;
  background: url(../../images/mv-bg01.svg) no-repeat center top/contain;
  bottom: 0.9375rem;
  left: -12.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-mv__contents::after {
    display: none;
  }
}
.p-mv__main {
  padding-top: 35svh;
  max-width: 77.375rem;
  margin: 0;
}
@media (max-width: 767px) {
  .p-mv__main {
    padding-top: 0;
    max-width: 21.1875rem;
  }
}
.p-mv__main svg {
  width: 100%;
  height: auto;
}
.p-mv__main svg .text-group {
  overflow: hidden;
}
.p-mv__main svg .text-group g {
  opacity: 0;
}
.p-mv__main-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
.p-mv__sub {
  margin-top: 5.625rem;
  font-family: "Chillax", sans-serif;
  color: #1E1E1E;
}
@media (max-width: 767px) {
  .p-mv__sub {
    margin-top: 3.125rem;
  }
}
.p-mv__sub-heading {
  font-size: 2.625rem;
  margin: 0;
}
@media (max-width: 767px) {
  .p-mv__sub-heading {
    font-size: 2rem;
  }
}
.p-mv__sub-text {
  font-size: 1.5rem;
  margin: 0.875rem 0 0 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-mv__sub-text {
    font-size: 1.125rem;
    line-height: 1.2777777778;
    margin-top: 0.1875rem;
  }
}

.p-news {
  display: block;
  color: inherit;
  text-decoration: none;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 1.375rem;
  bottom: 6.25rem;
  background: white;
  width: 21.875rem;
  max-width: 50%;
  border-radius: 0.5rem;
  padding: 0.625rem 0.625rem 1.5rem;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-news {
    right: auto;
    right: 1.25rem;
    bottom: -3.75rem;
    width: 21.875rem;
    max-width: calc(100% - 2.5rem);
  }
}
.p-news__img {
  border-radius: 0.625rem;
  width: 100%;
  aspect-ratio: 330/173;
  overflow: hidden;
}
.p-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1E1E1E;
  margin: 1.5rem 0 0 0;
}

.p-profile {
  background: #CBA144;
  color: white;
  padding: 0 0 4.875rem;
}
@media (max-width: 767px) {
  .p-profile {
    padding: 8.125rem 0 3rem;
  }
}
.p-profile__contents {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3.125rem;
  -ms-grid-columns: 34.5161290323% 3.125rem 1fr;
  grid-template-columns: 34.5161290323% 1fr;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
}
.p-profile__contents > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-profile__contents > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-profile__contents > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-profile__contents > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .p-profile__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-profile__img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-profile__img img {
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-profile__img {
    margin-top: 1.25rem;
  }
}
.p-profile__head {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.p-profile__title {
  margin: 0 0 0 0.375rem;
  font-size: 3rem;
  font-weight: 500;
  padding-left: 3.125rem;
  line-height: 1;
  font-family: "Chillax", sans-serif;
  position: relative;
}
.p-profile__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 2.8125rem;
  background: url(../../images/deco-profile-title.svg) no-repeat left center/contain;
}
@media (max-width: 767px) {
  .p-profile__title {
    font-size: 2.375rem;
    padding-left: 2.625rem;
    margin-left: 0;
  }
  .p-profile__title::before {
    width: 1.75rem;
    height: 2.5625rem;
  }
}
.p-profile__name {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 1.875rem 0 0 0;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-profile__name {
    margin-top: 1.75rem;
    font-size: 1.5rem;
  }
}
.p-profile__text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0.75rem 0 0 0.25rem;
}
@media (max-width: 767px) {
  .p-profile__text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-left: 0.125rem;
  }
}

.p-works {
  padding-top: 6.25rem;
}
@media (max-width: 767px) {
  .p-works {
    padding-top: 4.375rem;
  }
}
.p-works__list {
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .p-works__list {
    margin-top: 2.5rem;
    gap: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works__item {
  width: calc(50% - 1.875rem);
}
.p-works__item:nth-child(n+3) {
  display: none;
}
@media (max-width: 767px) {
  .p-works__item {
    width: 100%;
  }
}
.p-works__link {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.p-works__img {
  width: 100%;
  aspect-ratio: 590/377;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
}
.p-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__workTitle {
  font-weight: bold;
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-works__workTitle {
    margin-top: 0.75rem;
  }
}
.p-works__text {
  margin: 0;
  color: #9A9A9A;
  font-weight: 400;
  line-height: 1.4;
}
.p-works__more {
  text-align: center;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .p-works__more {
    margin-top: 1.625rem;
  }
}
.p-works__moreBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  color: white;
  background: #504D47;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.4375rem 0.625rem;
  width: 22.5rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Chillax", sans-serif;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-works__moreBtn {
    font-size: 1.25rem;
    padding: 1.25rem;
  }
}

.p-works-popup {
  color: white;
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 6.25rem 10rem;
}
@media (max-width: 1279px) {
  .p-works-popup {
    padding: 6.25rem 5rem;
  }
}
@media (max-width: 767px) {
  .p-works-popup {
    padding: 6.25rem 1.25rem;
  }
}
.p-works-popup__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.p-works-popup__header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-works-popup__header > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-works-popup__header > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-works-popup__header > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (max-width: 767px) {
  .p-works-popup__header {
    gap: 0 0.625rem;
  }
}
.p-works-popup__title {
  padding-bottom: 1.5rem;
  position: relative;
}
.p-works-popup__title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 3.875rem;
  left: 0;
  bottom: 0;
  background: #CBA144;
}
.p-works-popup__title-main {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .p-works-popup__title-main {
    font-size: 1.625rem;
  }
}
.p-works-popup__title-sub {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0.25rem 0 0 0;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .p-works-popup__title-sub {
    font-size: 1rem;
  }
}
.p-works-popup__dl {
  margin: 1.25rem 0 0 0;
  font-size: 1.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0 1fr;
  grid-template-columns: auto 1fr;
  font-family: "Chillax";
  gap: 0.375rem 0;
}
@media (max-width: 767px) {
  .p-works-popup__dl {
    font-size: 1rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.p-works-popup__dl dt {
  min-width: 3.75rem;
  font-weight: bold;
}
.p-works-popup__dl dd {
  font-weight: 500;
  margin: 0;
  word-break: break-all;
}
.p-works-popup__btn {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: #CBA144;
  border-radius: 6.25rem;
  color: white;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Chillax";
  width: 10.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
.p-works-popup__btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.875rem;
  background: url(../../images/deco-popup-btn.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-works-popup__btn {
    width: 5.625rem;
    font-size: 0.875rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .p-works-popup__btn::after {
    width: 0.5625rem;
  }
}
.p-works-popup__img {
  margin-top: 2.5rem;
}
.p-works-popup__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-works-popup__img {
    margin-top: 1.875rem;
  }
}

.mfp-bg {
  background: rgba(30, 30, 30, 0.9);
  opacity: 1 !important;
}

.mfp-wrap {
  overflow: hidden;
  overflow: auto;
}

.mfp-container {
  padding: 0;
  height: auto;
}

.mfp-content {
  height: 100%;
}

.mfp-arrow {
  cursor: pointer;
  width: 3.25rem;
  height: 6.5625rem;
  margin-top: -3.25rem !important;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .mfp-arrow {
    width: 2.5rem;
    height: 5rem;
    margin-top: 0 !important;
    bottom: 0.75rem;
    top: auto;
  }
}
.mfp-arrow::before {
  display: none !important;
}
.mfp-arrow::after {
  -webkit-transition: none;
  transition: none;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: url(../../images/popup-arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .mfp-arrow::after {
    background-position: center bottom;
  }
}

.mfp-arrow-left {
  left: 6.25rem;
}
.mfp-arrow-left::after {
  -webkit-transform: translate(0, 0) rotate(180deg);
          transform: translate(0, 0) rotate(180deg);
}
@media (max-width: 1279px) {
  .mfp-arrow-left {
    left: 1.25rem;
  }
}

.mfp-arrow-right {
  right: 6.25rem;
}
@media (max-width: 1279px) {
  .mfp-arrow-right {
    right: 1.25rem;
  }
}

.p-works-popup .mfp-close {
  cursor: pointer;
  top: 4.625rem;
  right: 6.25rem;
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  color: transparent;
  background: url(../../images/btn-close.svg) no-repeat center center/contain;
}
@media (max-width: 1279px) {
  .p-works-popup .mfp-close {
    right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .p-works-popup .mfp-close {
    top: 1.25rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-possible {
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .p-possible {
    padding: 3.75rem 0;
  }
}
.p-possible__list {
  margin: 3.875rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-possible__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}
.p-possible__item {
  width: calc((100% - 3.75rem) / 3);
  border: 1px solid #504D47;
  padding: 2.5rem 1.875rem 2.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 959px) {
  .p-possible__item {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media (max-width: 767px) {
  .p-possible__item {
    width: 100%;
    padding: 2.25rem 1.25rem 2.25rem 1.5rem;
  }
}
.p-possible__headingEn {
  font-family: "Chillax", sans-serif;
  padding-left: 0.625rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  position: relative;
}
.p-possible__headingEn::before {
  content: "";
  position: absolute;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #504D47;
  border-radius: 6.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-possible__heading {
  margin: 0.25rem 0 0 0;
  font-weight: bold;
  color: #CBA144;
  font-size: 1.5rem;
}
.p-possible__textList {
  margin: 0.375rem 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.9375;
}
.p-possible__textList > li {
  position: relative;
  padding-left: 1em;
}
.p-possible__textList > li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.p-contact {
  background: #CBA144;
  padding: 4.5rem 0;
  color: white;
  text-align: center;
  font-family: "Chillax", sans-serif;
}
@media (max-width: 767px) {
  .p-contact {
    padding: 3.125rem 0;
  }
}
.p-contact__subTitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .p-contact__subTitle {
    font-size: 1.28125rem;
  }
}
.p-contact__title {
  margin: 2.25rem auto 0;
  width: 28.875rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-contact__title {
    margin-top: 0.8125rem;
    width: 21.25rem;
  }
}
.p-contact__text {
  margin: 3.25rem 0 0 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-contact__text {
    margin-top: 1.625rem;
    font-size: 1.28125rem;
  }
}
.p-contact__btn {
  margin: 0.75rem auto 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #CBA144;
  text-decoration: none;
  padding: 1.53125rem;
  border-radius: 6.25rem;
  width: 32.1875rem;
  max-width: 100%;
  background: white;
  font-size: 1.875rem;
}
.p-contact__btn > span {
  position: relative;
  display: inline-block;
  padding: 0 2.125rem;
}
.p-contact__btn > span::after {
  width: 1.125rem;
  height: 1.25rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/deco-contact-btn.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-contact__btn {
    margin-top: 0.625rem;
    font-size: 1.2875rem;
    padding: 1.03125rem;
  }
  .p-contact__btn > span {
    padding: 0 1.5rem;
  }
  .p-contact__btn > span::after {
    width: 0.75rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/