<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&amp;family=Epilogue:ital,wght@0,100..900;1,100..900&amp;family=Hina+Mincho&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Marcellus&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");

html {
  font-size: 16px;
}
@media (max-width: 1224px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16px * 0.875);
  }
}

body {
  text-align: left;
  font-family:"Avenir", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
  color: #fff;
  background-color: #FFFDF7;
  font-size: 1rem;
  /*background: linear-gradient(-20deg, #F08631,#eb8f4d,#E1412F, #a895cd,#F08631) fixed;
  background-size: 450% 450%;
  animation: GradietionAnimation 7.2s ease infinite;
  overflow-x: hidden;*/
}
@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
h1 {
  font-size: 4.5rem;
  letter-spacing: 12px;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
}
h4,h5 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: calc(1rem * 0.875);
  }
  h1 {
    font-size: calc(4.5rem * 6 / 9);
  }
  h2 {
    font-size: calc(3rem * 6 / 9);
  }
  h3 {
    font-size: calc(2rem * 6 / 9);
  }
  h4,h5 {
    font-size: calc(1.5rem * 6 / 9);
  }
}
.t-accent_color {
  color: #fff;
}

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

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  padding: 0rem 1.5rem 12rem;
}
.l-inner01 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  padding: 12rem 1.5rem 12rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0rem 1.5rem 8rem;
  }
  .l-inner01 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
    padding: 8rem 1.25rem;
  }
}

.p-about {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 3.75rem;
  }
}
.p-about__block {
  margin-top: 2.8125rem;
}

.p-strength__index {
  color: #3c1a39;
  font-size: 2.5rem;
  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;
  font-weight: normal;
}
.p-strength__index small {
  font-style: italic;
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-strength__index {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.25rem;
  }
  .p-strength__index small {
    font-size: 1rem;
    margin-left: 0.75rem;
  }
}

.p-about__block.--02 {
  padding-bottom: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 {
    padding-bottom: 0.6875rem;
  }
}

.p-about__block.--02 .p-about__contents {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-about__contents {
    margin-top: 3.5rem;
  }
}

.p-about__block.--02 .p-strength__item.--01 .images {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__block.--02 .p-strength__item.--01 .images {
    display: grid;
    grid-template-columns: 637fr 520fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-strength__item.--01 .images {
    margin-top: 1.5rem;
    padding-bottom: 4rem;
    position: relative;
  }
}

.p-about__block.--02 .p-strength__item.--01 .item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-about__block.--02 .p-strength__item.--01 .item01 {
    margin-bottom: 3.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-strength__item.--01 .item01 {
    width: 66.6%;
  }
}

@media screen and (min-width: 768px) {
  .p-about__block.--02 .p-strength__item.--01 .item02 {
    margin-top: 8.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-strength__item.--01 .item02 {
    width: 51.4%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-about__block.--02 .p-strength__item.--01 .ttl {
  position: absolute;
  font-size: 1.25rem;
}
.p-about__block.--02 .p-strength__item.--01 .ttl.--bottomleft {
  bottom: -2.25rem;
  left: 0;
}
.p-about__block.--02 .p-strength__item.--01 .ttl.--topright {
  top: -2.25rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-strength__item.--01 .ttl {
    font-size: 12px;
  }
  .p-about__block.--02 .p-strength__item.--01 .ttl.--bottomleft {
    bottom: -1.4375rem;
  }
  .p-about__block.--02 .p-strength__item.--01 .ttl.--topright {
    top: -1.4375rem;
  }
}

.p-about__block.--02 .p-strength__item.--01 .text {
  text-align: center;
  margin-top: 3.5rem;
  color: #3c1a39;
  font-size: 1.25rem;
  line-height: 2.1666666667;
  letter-spacing: 4px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-strength__item.--01 .text {
    text-align: left;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 2.4px;
    margin-top: 2.25rem;
  }
}

.p-about__block.--03 .p-about__contents {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__block.--03 .p-about__contents {
    margin-top: 3.125rem;
  }
}

.p-about__block.--02 .p-strength__item.--02 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__block.--02 .p-strength__item.--02 {
    margin-top: 3.75rem;
  }
}

.p-trust__wrap {
  padding: 9.375rem 8.75rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-trust__wrap {
    padding: 2.25rem 3.375rem 3.375rem;
  }
}

.p-trust__timeline {
  position: relative;
  margin-top: 50px;
  width: 100%;
  aspect-ratio: 1167/945;
}
@media screen and (max-width: 767px) {
  .p-trust__timeline {
    aspect-ratio: 315/318;
  }
}

.p-trust__item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17.5rem;
  aspect-ratio: 1/1;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .p-trust__item {
    width: 6.75rem;
  }
}

.p-trust__item.circle {
  width: 3.4375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-trust__item.circle {
    width: 1.25rem;
  }
}

.p-trust__item.circle.--01 {
  background: linear-gradient(132deg, rgb(164, 227, 154) 0%, rgb(101, 240, 119) 100%);
}

.p-trust__item.circle.--02 {
  background: linear-gradient(204deg, rgba(250, 214, 255, .88) 0%, rgb(115, 51, 193) 100%);
}

.p-trust__item.circle.--03 {
  background: linear-gradient(286deg, rgba(204, 227, 255, .88) 0%, rgb(28, 54, 132) 100%);
}

.p-trust__item.circle.--04 {
  background: linear-gradient(353deg, rgba(255, 197, 103, .88) 0%, rgb(255, 136, 9) 100%);
}

.p-trust__item.circle.--05 {
  background: linear-gradient(-222deg, rgba(255, 162, 162, .85) 0%, rgb(245, 92, 93) 100%);
}

.p-trust__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trust__item .year {
  position: absolute;
  top: 0;
  font-size: 1.25rem;
  font-family: "Hina Mincho", serif;
  color: #f13958;
}
@media screen and (max-width: 767px) {
  .p-trust__item .year {
    font-size: 1rem;
  }
}

.p-trust__item .year.--lefttop {
  left: 0;
}

.p-trust__item .year.--righttop {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-trust__item.item-5 .year {
    right: -12px;
    top: 15px;
  }
  .p-trust__item.item-7 .year {
    left: -12px;
    top: 15px;
  }
}
.p-trust__text {
  opacity: 0;
  color: #3b1a39;
}
@media screen and (min-width: 768px) {
  .p-trust__text {
    font-size: 1.25rem;
    font-weight: 300;
    padding-bottom: 50px;
    text-align: center;
    line-height: 2.1666666667;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 38.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trust__text {
    font-weight: 300;
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 1.25px;
  }
}

.p-strength__item.--03 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength__item.--03 {
    margin-top: 3.75rem;
  }
}

.p-strength__item.--03 img {
  margin-top: 4rem;
  max-width: 59.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-strength__item.--03 img {
    margin-top: 2.25rem;
  }
}

.p-strength__item.--03 .p-strength__text {
  margin-top: 3.125rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #3b1a39;
  text-align: center;
  line-height: 2.1666666667;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .p-strength__item.--03 .p-strength__text {
    margin-top: 2.25rem;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2;
    text-align: left;
    letter-spacing: 2.4px;
  }
}

.p-aboutNum {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-aboutNum {
    padding: 0 5.625rem;
  }
}

.p-aboutNum__item {
  padding: 43px 0;
  text-align: center;
  border-bottom: 2px dashed #F01E41;
}

@media screen and (min-width: 768px) {
  .p-aboutNum__item.--flex {
    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;
    gap: 10px;
  }
}

.p-aboutNum__item:nth-child(odd) {
  border-right: 2px dashed #F01E41;
}

.p-aboutNum__item.--last {
  grid-area: 8/1/9/3;
  border-right: none;
}

.p-aboutNum__item .ttl {
  font-size: 1.5rem;
}
.p-aboutNum__item .ttl.--block {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-aboutNum__item .ttl {
    font-size: 1.125rem;
  }
}

.p-aboutNum__item .num {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
.p-aboutNum__item .num.--zen {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-aboutNum__item .num {
    font-size: 2.25rem;
  }
  .p-aboutNum__item .num.--zen {
    font-size: 2.25rem;
  }
}

.p-aboutNum__item .sub {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutNum__item .sub {
    font-size: 1.125rem;
  }
}

.p-aboutNum__item .note {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutNum__item .note {
    font-size: 1rem;
  }
}

.p-aboutNum__item .note.--bottom {
  margin-top: 1.875rem;
}

.p-aboutNum__item .img {
  width: 11.25rem;
}
.p-aboutNum__item .img.--mi {
  margin-inline: auto;
  margin-top: 1.5625rem;
}
.p-aboutNum__item .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-aboutNum__item .img {
    margin-top: 1.875rem;
    margin-inline: auto;
    width: 60%;
    max-width: 150px;
  }
}

.p-graph {
  display: grid;
  grid-template-columns: 41.4% 1fr;
  gap: 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-graph {
    grid-template-columns: 1fr;
  }
}

.p-graph + .p-graph {
  margin-top: 3.4375rem;
  padding-top: 3.4375rem;
  border-top: 2px dashed #F01E41;
}

.p-graph .ttl {
  display: block;
  margin-bottom: 1.75rem;
}

.p-graph__hr {
  border-style: dashed;
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
  border-width: 2px;
}

.p-graph__chart {
  aspect-ratio: 1/1;
  width: 269px;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-graph__chart {
    margin-right: auto;
    width: 224px;
  }
}

@media screen and (min-width: 768px) {
  .p-graph__label {
    padding-top: calc(3.6em + 0.5rem);
  }
}

.p-graph__label.--blue {
  color: #040278;
}

@media screen and (max-width: 767px) {
  .p-graph__label ul {
    max-width: 340px;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-graph__label li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-graph__label li {
    font-size: 1rem;
  }
}

.p-graph__label .color {
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-graph__label .color {
    width: 1.25rem;
  }
}

.p-graph__label .color.--1 {
  background: #ef2325;
}

.p-graph__label .color.--2 {
  background: #ff4749;
}

.p-graph__label .color.--3 {
  background: #ff8e8e;
}

.p-graph__label .color.--4 {
  background: #e9a8a9;
}

.p-graph__label .color.--5 {
  background: #e3cbcb;
}

.p-graph__label .color.--6 {
  background: #040278;
}

.p-graph__label .color.--7 {
  background: #3230b1;
}

.p-graph__label .color.--8 {
  background: #8583e1;
}

.p-graph__label .color.--9 {
  background: #d9d9ff;
}

.p-benefits {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    margin-top: 3.75rem;
  }
}

.p-system {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-system {
    margin-top: 3.75rem;
  }
}

.p-system__ttl {
  background: linear-gradient(176deg, rgb(248, 246, 245) 13%, rgb(220, 217, 235) 47%, rgb(230, 235, 235) 100%);
  color: #260124;
  font-size: 32px;
  font-weight: 500;
  padding: 11px 2.5rem 11px 3.5625rem;
  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;
  letter-spacing: 8px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-system__ttl {
    font-size: 1.25rem;
    padding: 10px 0.9375rem;
  }
}

.p-system__ttl.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-system__ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5625rem 0.8125rem 0 0.8125rem;
  border-color: #260124 transparent transparent transparent;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-system__ttl::after {
    border-width: 0.9375rem 0.5rem 0 0.5rem;
  }
}

.p-system__contents {
  display: none;
  background: #fff;
  padding: 2.3125rem 2.5rem 3rem 2.5rem;
  border-left: 1px solid #DCD9EB;
  border-right: 1px solid #DCD9EB;
  border-bottom: 1px solid #DCD9EB;
}
@media screen and (max-width: 767px) {
  .p-system__contents {
    padding: 1.25rem;
  }
}

.p-system__item:first-child .p-system__contents {
  display: block;
}

.p-system__contents .row {
  display: grid;
  color: #260124;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-system__contents .row {
    gap: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-system__contents .row + .row {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-system__contents .row + .row {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-system__item.--01 .p-system__contents .row {
    gap: 2.5rem;
    grid-template-columns: 144px 1fr;
  }
}

@media screen and (min-width: 768px) {
  .p-system__item.--02 .p-system__contents .row,
  .p-system__item.--03 .p-system__contents .row,
  .p-system__item.--04 .p-system__contents .row {
    gap: 1rem;
    grid-template-columns: 248px 1fr;
  }
}

.p-system__contents dt {
  font-weight: 700;
}

.p-system__contents dd {
  line-height: 1.3333333333;
}

.p-blockTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-blockTtl {
    gap: 1.25rem;
  }
}

.p-blockTtl__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 3.75rem;
}
.p-blockTtl__line svg {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-blockTtl__line::before {
  content: "";
  background: #3C1A39;
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-blockTtl__line #scribbles02,
.p-blockTtl__line #lightning02 {
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-blockTtl__line #scribbles02,
  .p-blockTtl__line #lightning02 {
    height: 3.125rem;
  }
}

.p-blockTtl__text {
  font-size: 2.5rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3C1A39;
}
@media screen and (max-width: 767px) {
  .p-blockTtl__text {
    font-size: 1.5rem;
  }
}

.p-career {
  margin-top: 9.3125rem;
}
@media screen and (max-width: 767px) {
  .p-career {
    margin-top: 8.125rem;
  }
}

.p-career__block {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-career__block {
    margin-top: 3.125rem;
  }
}

.p-career__block.--01 {
  padding-bottom: 4.875rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-career__block.--01 {
    padding-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-careerStep {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-careerStep {
    margin-top: 2.5rem;
  }
}

.p-careerStep__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.5rem;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-careerStep__list {
    overflow-x: scroll;
    gap: 2.5rem;
    padding: 0 10px;
  }
}

.p-careerStep__ttl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-careerStep__ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-careerStep__item {
    min-width: 300px;
  }
}

.p-careerStep__item + .p-careerStep__item {
  position: relative;
}
.p-careerStep__item + .p-careerStep__item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.8125rem solid #f55c5d;
  border-right: 0;
  bottom: 7.625rem;
  left: -3.25rem;
}
@media screen and (max-width: 767px) {
  .p-careerStep__item + .p-careerStep__item::before {
    border-top: 0.8125rem solid transparent;
    border-bottom: 0.8125rem solid transparent;
    border-left: 1.5625rem solid #f55c5d;
    left: -1.9375rem;
  }
}

.p-careerStep__item .head {
  text-align: center;
}
.p-careerStep__item .head span {
  background: linear-gradient(-15deg, rgba(255, 162, 162, .88) 0%, rgb(255, 112, 102) 51%, rgba(255, 242, 213, .94) 100%);
  border-radius: 30px;
  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;
  padding: 5px 1.875rem;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-careerStep__item .head span {
    font-size: 1.5rem;
  }
}

.p-careerStep__item .text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffafb));
  background-image: linear-gradient(#ffffff 0%, #fffafb 100%);
  border: 1px solid #f01e41;
  color: #343434;
  font-size: max(1.125rem, 16px);
  line-height: 1.8;
  padding: 2.375rem 2.25rem 1.375rem;
  font-weight: 300;
  border-radius: 50px 50px 0 0;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-careerStep__item .text {
    max-width: 450px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-careerStep__item.--02 .text {
    min-height: 20.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-careerStep__item.--03 .text {
    min-height: 24.4375rem;
  }
}

.p-careerStep__list + .p-careerStep__list {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-careerStep__list + .p-careerStep__list {
    margin-top: 5rem;
  }
}

.p-career__block.--02 {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-career__block.--02 {
    padding-bottom: 3.125rem;
  }
}

.p-case {
  overflow: hidden;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    margin-top: 5rem;
  }
}

.p-case .p-secWrap {
  color: #41213f;
  text-align: center;
}
.p-case .p-secWrap .p-secWrap__ja {
  font-weight: 800;
  font-size: 3.5rem;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 767px) {
  .p-case .p-secWrap .p-secWrap__ja {
    font-size: 2.375rem;
  }
}

.p-case__contents {
  margin-top: 5.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-case__contents {
    margin-top: 3.75rem;
  }
}

.p-case__contents ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px 24px;
}
.p-case__contents ul img {
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.p-case__contents ul img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-case__contents ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem 0.9375rem;
  }
}

.p-case__name {
  font-size: 16px;
  color: #41213f;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-case__name {
    font-size: 0.75rem;
  }
}

.p-case-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  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;
  z-index: 1000;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  cursor: pointer;
}

/* 拡大画像 */
.p-case-overlay img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.sekou-overlay {
  display: none;
}

.p-colorBg {
  position: relative;
}
.p-colorBg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300vh;
  background: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-colorBg {
    padding-top: 9.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-colorBg {
    padding-top: 3.75rem;
  }
}

.p-colorBg__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(231deg, #F8F6F5 0%, #FFDBCD 29%, #FFF2D8 55%, #EFEBFF 91%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
}

.p-elecBtn {
  position: relative;
  pointer-events: auto;
  z-index: 10;
}

#scribbles,
#scribbles01 {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: visible;
}

.p-flow__btn #lightning {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-flow__btn #scribbles,
.p-flow__btn #scribbles01 {
  opacity: 1;
}

#effect01 feDisplacementMap,
#effect02 feDisplacementMap,
#effect03 feDisplacementMap,
#effect04 feDisplacementMap,
.strike01,
.strike02,
.strike04,
.strike05 {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-footer {
  padding: 0 0 3.25rem;
  margin-top: 1.25rem;
}

.p-footer__contents01 {
  display: grid;
  grid-template-columns: 17.625rem 1fr 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-footer__contents01 {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-footer__logo a {
  color: #260124;
  font-weight: 700;
  font-size: 24px;
}

.p-footer__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-menu {
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-menu {
    grid-template-columns: 1fr 1fr;
  }
}

.p-menu__blockTtl {
  color: #ef6d58;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 2;
}

.p-menu__list {
  margin-top: 1rem;
  margin-top: 1rem;
}

.p-menu__item a {
  display: inline-block;
  color: #391400;
  font-size: 16px;
  line-height: 2;
}

.p-footer__sns .item a {
  width: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__sns .item a {
    margin-left: auto;
  }
}

.p-footer__contents02 {
  border-top: 1px solid #F01E41;
  padding-top: 2.6875rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-footer__contents02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
  }
}

.p-copyright {
  color: rgba(57, 20, 0, .64);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    font-size: 14px;
    text-align: center;
  }
}

.p-footer__contents02 .p-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
  margin-top: 0;
}
.p-footer__contents02 .p-menu__list a {
  margin-top: 0;
  font-size: 16px;
}

.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1396px;
  padding: 1.5625rem 0.9375rem;
  z-index: 100;
}
.p-header__container {
  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__logo {
  width: 18.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 12.5rem;
  }
}

.p-header__btn a {
  font-weight: 500;
  font-size: 2.5rem;
  background: #FB8283;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0.625rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__btn a {
    font-size: 1.5rem;
    padding: 0.3125rem 1.25rem;
  }
}

.p-info {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 5rem 0;
  }
}

.p-info__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #f3d1bf;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-info__contents {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }
}

.p-info__contents a {
  padding: 2rem 3rem;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-info__contents a:hover {
  background: #FDF0E9;
}
@media screen and (max-width: 767px) {
  .p-info__contents a {
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
}

.p-info__contents a + a {
  border-left: 1px solid #f3d1bf;
}
@media screen and (max-width: 767px) {
  .p-info__contents a + a {
    border-left: none;
    border-top: 1px solid #f3d1bf;
  }
}

.p-info__contents .text {
  color: #EF6D58;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.p-info__btn {
  text-align: center;
}
.p-info__btn a {
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  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;
  width: 50rem;
  max-width: 100%;
  margin-inline: auto;
  color: #fff;
  background: linear-gradient(240deg, #9366CD 0%, #5CBAF5 100%);
  border-radius: 70px;
  padding: 2.25rem 1.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-info__btn a {
    font-size: 1.25rem;
    padding: 1.125rem 1rem 0.9375rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}

.p-link__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.25rem;
}

.p-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  color: #F01E41;
  font-size: 1.25rem;
  border-radius: 5px;
  border: 1px solid #F01E41;
  padding: 1.125rem 1.25rem;
}
.p-link__item a::after {
  content: "";
  background: url(../images/link-arrow.png) no-repeat center center/contain;
  width: 20px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .p-link {
    display: none;
  }
}

.p-link__item a:hover {
  background: #F01E41;
  color: #FAFAFA;
}
.p-link__item a:hover::after {
  background: url(../images/link-arrow-w.png) no-repeat center center/contain;
}

.p-mv {
  position: relative;
  overflow: hidden;
}

.p-mv__wrapper01 .l-inner {
  padding: 15em 0;
  max-width:50vw;
  margin-right: 0;
  display: flex;
  height: 100%;
}
.p-mv__wrapper01 .l-inner img {
  width: 80%;
  margin-left:2em;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .p-mv__wrapper01 .l-inner {
    padding: 10.5em 0;
    max-width: 100vw;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
  }
  .p-mv__wrapper01 .l-inner img {
    width: 60%;
    margin: 2em 0 0 1em;
  }
}

.p-mv__bg {
  position: fixed;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-mv__imgWrap {
  position: relative;
  width: calc(100vw);
  height: calc(100vh);
  /*background: linear-gradient(180deg, #C50423 0%,#8B0000 100%);*/
  margin: 0;
  will-change: filter;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.6s ease;
  transition: -webkit-filter 0.6s ease;
  transition: filter 0.6s ease;
  transition: filter 0.6s ease, -webkit-filter 0.6s ease;
}

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

.p-mv__wrapper01 {
  height: 100vh;
  position: relative;
}

.p-mv__text01 {
  color: #fff;
  font-size: 4.5rem;
  padding-top: 13%;
  letter-spacing: 0.11em;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .p-mv__imgWrap {
    height: 100vh;
  }
  .p-mv__wrapper01 {
    height: 100vh;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__wrapper01 {
    height: 100vh;
  }
  .p-mv__imgWrap img {
    object-fit: contain;
  }
  .p-mv__text01 {
    font-size: 11vw;
    padding-top: 50%;
  }
}

.p-scroll {
  position: absolute;
  bottom: 30px;
  left: 72.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2.6875rem;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .p-scroll {
    bottom: 48px;
    left: 50%;
  }
}

.p-scroll__text {
  font-size: 0.75rem;
  color: #fff;
  position: relative;
}
.p-scroll__text span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-scroll__text::before {
  content: "";
  position: absolute;
  background: url("../../images/scroll-arrow.png") no-repeat center center/contain;
  left: -0.875rem;
  top: 0;
  width: 0.75rem;
  height: 2rem;
  -webkit-animation: arrow-move 1.6s ease-in-out infinite;
          animation: arrow-move 1.6s ease-in-out infinite;
}

@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}

@keyframes arrow-move {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
.p-mv__wrapper02 {
  padding: 4rem 0 0rem;
}
.p-mv__wrapper02 .l-inner {
  position: relative;
  max-width: 50vw;
  margin-right: 0;
  padding: 0em 1em 16em;
}
@media screen and (max-width: 980px) {
  .p-mv__wrapper02 {
    padding: 0rem 0 0rem;
  }
  .p-mv__wrapper02 .l-inner {
    padding: 1em 1.25em 6em;
    max-width: 100vw;
    margin-right: auto;
  }
}

.p-mv__btn {
  position: absolute;
  top: 0;
  right: 1.5625rem;
  width: 12.8125rem;
  height: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    top: -4rem;
    right: 1.25rem;
    width: 8.625rem;
    height: 8.625rem;
  }
}

.p-mv__text02 {
  line-height: 2.57;
  font-size: 1.0125rem;
  letter-spacing: 0.1em;
  color: #fafafa;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-mv__text02 {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.p-mv__text03 {
  font-size: 4.5rem;
  letter-spacing: 0.11em;
  line-height: 1.666;
  text-align: right;
  color: #fafafa;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text03 {
    font-size: 11vw;
    margin-top: 1.875rem;
  }
}

.p-mv__text02 .hiddenLine,
.p-mv__text03 .hiddenLine {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.p-qa {
  margin-top: 9.375rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-qa {
    margin-top: 5rem;
    padding-bottom: 4.375rem;
  }
}

.p-qa__contents {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-qa__contents {
    margin-top: 3.125rem;
  }
}

.p-qa__contents .item-q {
  font-size: 2rem;
  line-height: 2;
  margin-top: 1.25rem;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.p-qa__contents .item-q::before, .p-qa__contents .item-q::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #f01e41;
  top: 50%;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.p-qa__contents .item-q::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
}
.p-qa__contents .item-q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  left: 2px;
}
@media screen and (max-width: 767px) {
  .p-qa__contents .item-q {
    font-size: 1.25rem;
  }
}

.p-qa__contents .item-q.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-qa__contents .item-a {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1.25rem;
  font-weight: 300;
  color: #260124;
  display: none;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-qa__contents .item-a {
    font-size: 1.125rem;
  }
}

.p-qa__item:first-child .item-a {
  display: block;
}

.p-recruiting {
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruiting {
    margin-top: 6.875rem;
  }
}

.p-jd {
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-jd {
    margin-top: 3.125rem;
  }
}

.p-jd .row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 1.875rem;
  padding: 1.875rem 3.625rem;
  border-bottom: 1px solid #F01E41;
}
@media screen and (max-width: 767px) {
  .p-jd .row {
    grid-template-columns: 1fr;
    padding: 1.625rem 0;
    gap: 0.625rem;
  }
}

.p-jd dt {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-jd dt {
    font-size: 1.25rem;
  }
}

.p-jd dd {
  font-size: 1.5rem;
  line-height: 2;
  color: #260124;
}
.p-jd dd .sentence {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-jd dd .sentence + .sentence {
  margin-top: 5px;
}
.p-jd dd .head {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-jd dd {
    font-size: 1.125rem;
  }
}

.p-recruiting.--02 {
  margin-top: 3.9375rem;
}

.p-flow {
  margin-top: 4.5rem;
}

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

.p-flow__list .triangle {
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/triangle.png") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-flow__list .triangle {
    margin: 20px auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-flow__item .vertical {
  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;
  font-size: 2rem;
  padding: 1.5625rem 0.9375rem;
  background: #fff;
  border-radius: 70px;
  border: 1px solid #F01E41;
}
@media screen and (min-width: 768px) {
  .p-flow__item .vertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    height: 27.5rem;
    width: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item .vertical {
    padding: 0.9375rem;
    font-size: 1.5rem;
    height: 3.75rem;
  }
}

.p-flow__btn {
  margin-top: 8.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 5rem;
  }
}

.p-flow__btn a {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  background: linear-gradient(70deg, rgba(243, 103, 103, .96) 0%, rgb(215, 40, 41) 100%);
  color: #fff;
  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;
  border-radius: 48px;
  padding: 3.125rem 1.375rem;
  width: 52.5rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-flow__btn a small {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1.5625rem;
}
.p-flow__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-flow__btn a {
    font-size: 1.75rem;
    padding: 1.25rem 1rem 1.25rem;
    border-radius: 24px;
  }
  .p-flow__btn a small {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}

.p-secWrap {
  color: #260124;
}
.p-secWrap__en {
  font-size: 4.875rem;
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-secWrap__en {
    font-size: 3rem;
  }
}

.p-secWrap__ja {
  font-size: 2.25rem;
  margin-top: 7px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.16em;
  font-family: "Hina Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-secWrap__ja {
    font-size: 1.75rem;
  }
}

.p-totop {
  position: fixed;
  bottom: 4.375rem;
  right: 4.375rem;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-totop {
    right: 20px;
    bottom: 30px;
  }
}

.p-totop a {
  display: block;
  padding-left: 14px;
  color: #3c1a39;
  font-size: 12px;
}
.p-totop a span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-totop a::before {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 100%;
  background: url("../images/totop.png") no-repeat center center/contain;
}

.p-work {
  overflow: hidden;
  padding-bottom: 20px;
}
.p-work__block {
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-work__block {
    margin-top: 3.125rem;
  }
}

.p-work__contents {
  width: 100%;
  margin-top:0;
}

.p-work__block.--01 {
  width: 100%;
  margin: 0 auto;
}

.p-work__block.--01 .p-work__contents {
  position: relative;
  padding-bottom: 75px;
  margin-top: 4.5rem;
}
@media screen and (max-width:767px) {
  .p-work__contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }  
  .p-work__block.--01 {
    padding-bottom: 0;
	width: 100%;
  }
  .p-work__block.--01 .p-work__contents{
    margin-top: 2.5rem;
  }
}
.p-work__slider {
  position: relative;
}

.p-work__contents .swiper-button-next,
.p-work__contents .swiper-button-prev,
.p-work__contents .swiper-button-next02,
.p-work__contents .swiper-button-prev02,
.p-work__contents .swiper-button-next03,
.p-work__contents .swiper-button-prev03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  width: 3rem;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.p-work__contents .swiper-button-next:hover,
.p-work__contents .swiper-button-prev:hover,
.p-work__contents .swiper-button-next02:hover,
.p-work__contents .swiper-button-prev02:hover,
.p-work__contents .swiper-button-next03:hover,
.p-work__contents .swiper-button-prev03:hover {
  opacity: 0.6;
}

.p-work__contents .swiper-button-prev,.p-work__contents .swiper-button-prev02,.p-work__contents .swiper-button-prev03 {
  left: 30%;
}

@media screen and (max-width: 767px) {
  .p-work__contents .swiper-button-prev,.p-work__contents .swiper-button-prev02,.p-work__contents .swiper-button-prev03 {
	  top: 25%;
	  left: -16%;
    display: none;
  }
}
.p-work__contents .swiper-button-next,.p-work__contents .swiper-button-next02,.p-work__contents .swiper-button-next03 {
  right: 30%;
}

@media screen and (max-width: 767px) {
  .p-work__contents .swiper-button-next,.p-work__contents .swiper-button-next02,.p-work__contents .swiper-button-next03 {
	  top: 25%;
    right:-16%;
    display: none;
  }
}
.swiper-slide-next,.swiper-slide-prev{ opacity: 0.5; }
.swiper-slide-next h2,.swiper-slide-next p,.swiper-slide-prev h2, .swiper-slide-prev p{ opacity: 0;transition: all 1s linear; }

.p-work__contents .swiper-button-next:before,
.p-work__contents .swiper-button-prev:before,
.p-work__contents .swiper-button-next02:before,
.p-work__contents .swiper-button-prev02:before,
.p-work__contents .swiper-button-next03:before,
.p-work__contents .swiper-button-prev03:before {
  content: "";
  width: 40px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .p-work__contents .swiper-button-next:before,
  .p-work__contents .swiper-button-prev:before,
  .p-work__contents .swiper-button-next02:before,
  .p-work__contents .swiper-button-prev02:before,
  .p-work__contents .swiper-button-next03:before,
  .p-work__contents .swiper-button-prev03:before {
    width: 32px;
    height: 6px;
  }
}

.p-work__contents .swiper-button-prev:before,.p-work__contents .swiper-button-prev02:before,.p-work__contents .swiper-button-prev03:before {
  background: url("../../images/left.svg") no-repeat center center/contain;
}

.p-work__contents .swiper-button-next:before,.p-work__contents .swiper-button-next02:before,.p-work__contents .swiper-button-next03:before {
  background: url("../../images/right.svg") no-repeat center center/contain;
}

.p-work__contents .swiper-button-next:after,
.p-work__contents .swiper-button-prev:after,
.p-work__contents .swiper-button-next02:after,
.p-work__contents .swiper-button-prev02:after,
.p-work__contents .swiper-button-next03:after,
.p-work__contents .swiper-button-prev03:after {
  font-family: "Marcellus", serif;
  font-size: 13px;
  color: #fff;
}
.swiper-button-next02:after, .swiper-rtl .swiper-button-prev02:after,.swiper-button-next03:after, .swiper-rtl .swiper-button-prev03:after{content: 'next';}
.swiper-button-prev02:after, .swiper-rtl .swiper-button-next02:after,.swiper-button-prev03:after, .swiper-rtl .swiper-button-next03:after{content: 'prev';}

.p-work__contents .swiper-button-prev:after,.p-work__contents .swiper-button-prev02:after,.p-work__contents .swiper-button-prev03:after {
  padding-left: 3px;
}

.p-work__contents .swiper-button-next:after,.p-work__contents .swiper-button-next02:after,.p-work__contents .swiper-button-next03:after {
  padding-right: 3px;
}

.p-work__contents .swiper-slide {
  border-radius: 8px;
  text-align: center;
  padding: .5rem 1rem 0rem;
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="3" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: blur(3px);
          filter: blur(3px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work__contents .swiper-slide {
    width: 14.7rem;
    padding: 0 0rem 1rem;
  }
}

.p-work__slider .swiper-slide-active {
	opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
  -webkit-filter: none;
          filter: none;
  z-index: 1;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-work__slider .swiper-slide-active {
    width: 17.5rem;
  }
}

.p-work__slider .swiper-slide .slide-img {
  overflow: hidden;
  max-width:  100rem;
  margin-inline: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-work__slider .swiper-slide .slide-img {
    max-width: 50rem;
	  margin-bottom: 1em;
}
}
.p-work__slider .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work__slider .swiper-slide .text {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-top: 11px;
}

.p-work__slider .swiper-slide .name {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin-top: 3px;
  line-height: 1;
}

.p-work__slider .swiper-slide .year {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-top: 6px;
}

.popup-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: gray;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease 0.6s;
  transition: opacity ease 0.6s;
}

.popup {
  z-index: 101;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  max-width: 560px;
  overflow-y: scroll;
  background: linear-gradient(154deg, rgb(248, 246, 245) 13%, rgb(255, 231, 220) 55%, rgb(226, 255, 255) 100%);
  color: #260124;
  -webkit-transition: opacity ease 0.6s;
  transition: opacity ease 0.6s;
  opacity: 0;
  visibility: hidden;
}

.popup__content {
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .popup__content {
    padding-bottom: 2.1875rem;
  }
}

.popup__content .name {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.popup__content .name small {
  font-size: 14px;
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .popup__content .name {
    font-size: 24px;
    padding: 0 1.25rem;
  }
}

.popup__content .interview {
  padding: 0 2.5rem;
}
.popup__content .interview dt {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}
.popup__content .interview dd {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.popup__content .interview dd + dt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .popup__content .interview {
    padding: 0 1.25rem;
  }
  .popup__content .interview dt {
    line-height: 1.6;
  }
}

/*hide popup*/
.popupBtn {
  color: #fafafa;
  border: 1px solid #fafafa;
  padding: 7px 15px;
  border-radius: 8px;
  background: transparent;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
  display: block;
  font-size: 2rem;
  margin-top: 2.1875rem;
  cursor: pointer;
  display: inline-block;
  pointer-events: auto;
  position: relative;
  z-index: 95;
}
@media screen and (max-width: 767px) {
  .popupBtn {
    font-size: 1.125rem;
    padding: 10px;
    margin-top: 1.875rem;
  }
}

.popupBtn:hover {
  background: #f55c5d;
}

.popupBtn:active {
  background: #f55c5d;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

.p-message {
  border-radius: 32px;
  background: linear-gradient(154deg, rgb(248, 246, 245) 13%, rgb(255, 231, 220) 55%, rgb(226, 255, 255) 100%);
  color: #260124;
  padding-bottom: 6.875rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-bottom: 3.25rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}

.p-message .img {
  aspect-ratio: 943/416;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.p-message .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message .body {
  padding: 0 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-message .body {
    padding: 0 1.25rem;
  }
}

.p-message .ttl {
  font-size: 3rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-message .ttl {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}

.p-message .text {
  margin-top: 3.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-message .text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-optima {
  font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif; 
  font-weight: 100;
}

.u-hina {
  font-family: "Hina Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

.u-inter {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.u-epi {
  font-family: "Epilogue", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.u-dm {
  font-family: "DM Mono", monospace;
  font-style: normal;
  font-weight: 400;
}

.u-mar {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.js-text span {
  display: inline-block;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}</pre></body></html>