@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&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Hina+Mincho&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Noto+Sans+JP:wght@100..900&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;
  line-height: 1.7;
}

@media (max-width: 1224px) {
  html {
    font-size: 16px;
  }
}

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

:root {
  --frame-gap: 4rem;
  /* 周囲の白い幅 */
  --frame-radius: 20px;
  /* 角丸（任意） */
  --blue: #1b2a86;
  --link: #00a6e6;
  --gold: #B49C66;
  --red: #c9171e;
  --black: #2F2A27;
}

body {
  text-align: left;
  font-family: "Avenir", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #1B2624;
  background-color: #ffffff;
  /*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: 3rem;
  letter-spacing: 12px;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.35rem;
  font-weight: 500;
}

h5 {
  font-size: 1.1rem;
  margin: 0;
}

p {
  font-size: 1.1rem;
}

.bold {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body {
    font-size: calc(1rem);
  }

  h1 {
    font-size: calc(3rem * 0.8);
  }

  h2 {
    font-size: calc(2.4rem * 0.8);
  }

  h3 {
    font-size: calc(2rem * 0.8);
  }

  h4 {
    font-size: calc(1.35rem * 0.8);
  }

  h5 {
    font-size: calc(1.1rem * 0.8);
  }

  p {
    font-size: 1rem;
  }
}

.t-accent_color {
  color: #262d7e;
}

.t-accent_color02 {
  color: #3390ce;
}

.t-accent_color03 {
  color: #515151;
}

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

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

hr {
  border: none;
  background-color: #fff;
  border-width: 1px 0 0 0;
  border-top: dotted;
  border-color: black;
}

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.8;
}

/* 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;
}

#page-wrapper {
  margin-top: -4rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0rem 1.5rem 5rem;
}

.l-inner01 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  padding: 6rem 1.5rem 6rem;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0rem 0rem 6rem;
  }

  .l-inner01 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
    padding: 4rem 0 4rem;
  }
}

.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-mv {
  position: relative;
  overflow: hidden;
  opacity: 1;
}


@media screen and (max-width: 980px) {
  .p-mv::before {
    background: url(../../images/bg-sp.png)no-repeat center center/cover;
    aspect-ratio: auto;
    width: 100vw;
    height: 100vh;
    transform: scale(1.08);
  }

}

.p-mv__wrapper01 .l-inner {
  padding: 2rem 0 2rem;
  max-width: 100vw;
  height: 10%;
  display: flex;
}

.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: 3rem 0;
    max-width: 100vw;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    height: 0;
  }

  .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: auto;
  /*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 .layer_wrap {
  position: relative;
  width: 100%;
  height: auto;
}

/* .p-mv__imgWrap .layer_wrap::before {
  z-index: -1;
  content: "";
  width: 100vw;
  aspect-ratio: 250/124;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/mv.jpg) center / cover no-repeat;
}

@media screen and (max-width: 1080px) {
.p-mv__imgWrap .layer_wrap::before {
  aspect-ratio: 200/176;
  background: url(../../images/mv.jpg) bottom center / cover no-repeat
}
} */

@media screen and (max-width: 767px) {
  .p-mv__imgWrap .layer_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
  }

  /*   .p-mv__imgWrap .layer_wrap::before {
  z-index: -1;
  content: "";
  width: 100vw;
  max-height: 54vh;
  aspect-ratio: 200/176;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/mv-sp.jpg) bottom center / cover no-repeat;
} */
}

.p-mv__imgWrap .layer_top {
  z-index: 999999;
}

.p-mv__imgWrap .layer {
  width: 100%;
  height: 94vh;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

@media screen and (max-width: 767px) {
  .p-mv__imgWrap .layer {
    height: 56vh;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.gr_01 {
  grid-area: 1 / 1 / 4 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gr_02 {
  grid-area: 1/2/4/5;
  padding: 3rem 3rem 4.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gr_02 img {
  width: 90%;
  margin: 0 auto;
}

.gr_03 {
  grid-area: 1/5/4/6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-grid {
  grid-area: 1 / 1 / 4 / 6;

}

.first-grid img {
  object-fit: cover !important;
  object-position: bottom center;
  height: 100%;
}

.gr_04 {
  grid-area: 4/1/5/6;
}

.p-mv__imgWrap .layer .gr_01 img {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 64%;
}

.p-mv__imgWrap .layer .ttl {
  width: 100%;
  background-color: #ffffff;
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 767px) {
  .gr_01 {
    grid-area: 1 / 1 / 3 / 4;
  }

  .gr_02 {
    grid-area: 3 / 1 / 6 / 4;
    padding: 0.5rem 0.7rem;
  }

  .gr_03 {
    grid-area: 6 / 1 / 8 / 4;
  }

  .first-grid {
    grid-area: 1 / 1 / 8 / 4;
  }

  .first-grid img {
    width: 100%;
    object-fit: cover !important;
    object-position: bottom center;
  }

  .gr_04 {
    grid-area: 8 / 1 / 10 / 4;
  }

  .gr_01 img,
  .gr_03 img {
    width: 80%;
  }
}

.p-mv__imgWrap .layer .ttl .gr {
  height: 100%;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-mv__imgWrap .layer .ttl .gr {
    grid-row-gap: 0px;
  }
}

.gr .--01 {
  grid-area: 1 / 1 / 2 / 5;
  padding-left: 1rem;
}

.gr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gr .--02 {
  grid-area: 1 / 5 / 2 / 8;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-mv__imgWrap .layer .ttl .gr {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .gr .--01 {
    grid-area: 1 / 1 / 3 / 2;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .gr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gr .--02 {
    grid-area: 3 / 1 / 5 / 2;
    width: 90%;
    margin: 0 auto;
  }
}

.p-mv__imgWrap .layer .ttl .fl img {
  width: 100%;
  height: auto;
}

.p-mv__imgWrap .layer .title_car {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-mv__imgWrap .layer .title_car img {
  width: 106%;
  transform: translateX(-8%);
  height: auto;
  object-fit: cover;
}


@media screen and (max-width: 767px) {
  .p-mv__imgWrap .layer img {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .p-mv__imgWrap .layer .title_car {
    align-items: flex-start;
  }

  .p-mv__imgWrap .layer .title_car img {
    width: 100%;
    transform: translateX(0%);
  }
}

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

.p-mv__wrapper01 {
  margin: 0 auto;
  width: 100vw;
  height: 98vh;
  position: relative;
  z-index: 99;
}

.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 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__wrapper01 {
    margin: 0rem auto;
    width: 90vw;
    aspect-ratio: auto;
    height: 50vh;
  }

  .p-mv__imgWrap img {
    object-fit: cover;
  }

  .p-mv__text01 {
    font-size: 11vw;
    padding-top: 50%;
  }
}

.mv-logo-wrap {
  position: relative;
}

.mv-logo {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
}

.mv-logo img {
  width: 64%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .mv-logo {
    width: 100%;
  }
}

.mv-slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.mv-slide::after {
  display: block;
  position: absolute;
  width: 100vw;
  content: "";
  height: 100vh;
  background-image: radial-gradient(at 50% 40%, rgba(255, 255, 255, 0.203), transparent 36%),
    radial-gradient(at 50% -50%, rgba(153, 214, 223, 0.336), transparent 50%),
    radial-gradient(at 100% 0, #f7c4fe55, transparent 60%),
    radial-gradient(at 100% 100%, rgba(255, 233, 233, 0.224), transparent 40%),
    radial-gradient(at 0 100%, #bdc3c948, transparent 20%);
  background-attachment: fixed;
  background-size: 240% 240%;
  animation: GradietionAnimation 10s ease infinite;
  z-index: 999999;
}

.mv-slide .mv-img {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-slide .mv-img:nth-child(2),
.mv-slide .mv-img:nth-child(3) {
  opacity: 0;
}

.mv-slide .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-slide .mv-img.mv-active {
  opacity: 1;
}

@media screen and (max-width:980px) {
  .mv-slide {
    height: 36vh;
  }

  .mv-slide::after {
    height: 36vh;
  }

  .mv-slide .mv-img {
    height: 36vh;
  }

  .mv-slide .mv-img:nth-child(3) img {
    object-position: left;
  }
}




.p-scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -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: 15px;
    left: 50%;
    display: none;
  }
}

.p-scroll__text {
  font-size: 0.75rem;
  color: #717171;
  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/down.svg") no-repeat center center/contain;
  left: -0.875rem;
  top: 0;
  width: 0.6rem;
  height: 2rem;
  -webkit-animation: arrow-move 1.6s ease-in-out infinite;
  animation: arrow-move 1.6s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
  .p-scroll__text {
    color: #121212;
  }

  .p-scroll__text::before {
    background: url("../../images/down.svg") no-repeat center center/contain;
    width: 8px;
  }
}

@-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 {
  width: 100vw;
  position: relative;
  background: transparent;
  z-index: 2;
  padding-top: calc(100vw * 360 / 2500);
}

.p-mv__wrapper02 .l-inner {
  position: relative;
  z-index: 1;
  /* background: linear-gradient(rgba(238, 230, 210, 0.95) 0%, rgba(255, 243, 211, 0.9) 24%, rgba(224, 224, 224, 0.74) 60%, rgba(254, 250, 238, 0.56) 88%, #fff 100%); */
  padding: 8rem 4rem;
  opacity: 1;
}

.p-mv__wrapper02 .l-inner .blur {
  opacity: 1;
  z-index: -5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 28%);
  webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.p-mv__wrapper02 .l-inner .blur::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.9;
  background: url(../../images/bg_color.jpg) no-repeat center center / cover;

}

@media screen and (max-width: 980px) {
  .p-mv__wrapper02 .l-inner {
    padding: 6.4rem 1.25rem 4rem;
    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;
  letter-spacing: 0.12rem;
  color: #1B2624;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.p-mv__text02 .side_image {
  width: 24%;
}

.p-mv__text02 .side_text {
  width: fit-content;
  max-width: calc(90% - 1rem);
}

@media screen and (max-width: 767px) {
  .p-mv__text02 .side_image {
    width: 100%;
  }

  .p-mv__text02 .side_text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.p-mv__text02 h2 {
  line-height: 1.6;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #1B2624;
  text-align: center;
  margin-bottom: 3rem;
}

.p-mv__text02 .--red {
  color: #C62934;
}

.p-mv__text02 .--blue {
  color: #1d2088;
}

.p-mv__text02 p {
  line-height: 2.4;
  font-size: 1.325rem;
  font-weight: 500;
  margin-bottom: 1rem !important;
  text-align: center;
}

.p-mv__text02 .history {
  width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-mv__text02 {
    font-size: 1.125rem;
    letter-spacing: 0.01rem;
    flex-direction: column;
  }

  .p-mv__text02 h2 {
    font-size: 2rem;
    text-align: center;
  }

  .p-mv__text02 p {
    line-height: 2;
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: left;
  }
}

.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;
}

.i-gallery .swiper-button-next,
.i-gallery .swiper-button-prev,
.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;
}

.i-gallery .swiper-button-next:before,
.i-gallery .swiper-button-prev:before,
.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;
}

.i-gallery .swiper-button-prev,
.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;
  }
}

.i-gallery .swiper-button-next:before,
.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: 1;
}



.i-gallery .swiper-button-next:before,
.i-gallery .swiper-button-prev:before,
.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) {

  .i-gallery .swiper-button-next:before,
  .i-gallery .swiper-button-prev:before,
  .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;
  }
}

.i-gallery .swiper-button-prev:before,
.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;
}

.i-gallery .swiper-button-next:before,
.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;
}

.i-gallery .swiper-button-next:after,
.i-gallery .swiper-button-prev:after,
.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: #1B2624;
}

.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,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#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;
}

@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;
  }
}

.p-desc__img {
  width: 50%;
  margin: 0 auto 1em;
}