@charset "UTF-8";
.example {
  font-size: clamp(1.5rem, 0.3636363636rem + 4.8484848485vw, 4rem);
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(12px, 1.2260536398vw);
  }
}
@media (min-width: 1305px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  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 root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1305px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--contact {
    max-width: 54.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--m {
    max-width: 1250px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--join-us {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    max-width: 94.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--news {
    max-width: 1050px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--company {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    max-width: 73.125rem;
  }
}

.c-btn1 {
  font-size: 1rem;
  display: inline-block;
  max-width: 15.625rem;
  text-align: center;
  padding: 0.875rem 0.75rem;
  background-color: #fff;
  width: 90%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-radius: 2.5rem;
  text-decoration: none;
  border: 2px solid #000000;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0px 0px #3e3a39;
          box-shadow: 0.1875rem 0.1875rem 0px 0px #3e3a39;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    max-width: 19.75rem;
    font-size: 1.1875rem;
    padding: 1.125rem 1rem;
    width: 100%;
  }
}

.c-btn1:hover {
  background-color: #100079;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0px 0px #3e3a39;
          box-shadow: 0.1875rem 0.1875rem 0px 0px #3e3a39;
  border: 2px solid #000000;
  color: #fff;
}

.c-btn1--sm {
  min-width: 14.875rem;
}

.c-btn1--pink {
  background-color: #FFCEE2;
  color: #333;
  border-radius: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-btn1--pink {
    max-width: 38.0625rem;
    font-size: 1.75rem;
    padding: 2.8125rem 1rem;
    width: 100%;
  }
}

.c-btn1--pink:hover {
  background-color: #fff;
  color: #333;
}

.c-btn1--green {
  background-color: #C6FFBE;
  color: #333;
  border-radius: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-btn1--green {
    max-width: 38.0625rem;
    font-size: 1.75rem;
    padding: 2.8125rem 1rem;
    width: 100%;
  }
}

.c-btn1--green:hover {
  background-color: #fff;
  color: #333;
}

.c-card1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 41.6% 0 1.25rem 0;
  border: 2px solid #000000;
  max-width: 12.5rem;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 240/202;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card1 {
    max-width: 15rem;
    border-radius: 6.25rem 0 1.25rem 0;
  }
}

.c-card1__img {
  width: 33.3%;
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5%;
}
.c-card1__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 410px) {
  .c-card1__img {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card1__img {
    width: 5.0625rem;
    height: 5.0625rem;
    left: -8%;
  }
}

.c-card1__title {
  font-size: clamp(0.875rem, 2.6vw, 1.25rem);
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #333;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-card1__title {
    font-size: 1.5rem;
  }
}

.c-card1__number {
  font-size: clamp(0.875rem, 2.6vw, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #333;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card1__number {
    font-size: 1.625rem;
    margin-top: 2rem;
  }
}

.c-card1__number--sm {
  margin-top: 0.625rem;
  font-size: clamp(0.875rem, 2.6vw, 1.25rem);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-card1__number--sm {
    margin-top: 0.75rem;
    font-size: 1.5rem;
  }
}

.c-card1__km {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
}

.c-card3 {
  background-color: #ffffff;
  border-radius: 0.625rem;
  border: 2px solid #000000;
  aspect-ratio: 400/345;
  padding: 1.5625rem 0.9375rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13.75rem;
      -ms-flex: 0 0 13.75rem;
          flex: 0 0 13.75rem;
  max-width: 15.625rem;
}
@media screen and (min-width: 600px) {
  .c-card3 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .c-card3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    max-width: 20rem;
    padding: 1.875rem 1.25rem 2.8125rem;
  }
}

.c-card3__img {
  margin-inline: auto;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .c-card3__img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.c-card3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.c-card3__title {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin-top: 1.25rem;
  position: relative;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card3__title {
    font-size: 1.1875rem;
    margin-top: 1.875rem;
  }
}

.c-card3__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.0625rem;
  height: 90%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #333;
}

.c-card3__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.0625rem;
  height: 90%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #333;
}

.c-card3__text {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #100079;
  margin-top: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 600px) {
  .c-card3__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-card3__text {
    font-size: 1.375rem;
    margin-top: 2.1875rem;
  }
}

.c-card3__text--small {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card3__text--small {
    font-size: 1.375rem;
  }
}

/*
.c-card3 {
  background-color: #ffffff;
  border-radius: myrem(10);
  border: 2px solid #000000;
  // width: myrem(400);
  max-width: myrem(400); 
  width: 100%;
  aspect-ratio: 400 / 345; 
  padding: myrem(25) myrem(20) myrem(30);
  display: flex;
  flex-direction: column;
  align-items: center;

  @include mq(md) {
  padding: myrem(30) myrem(50) myrem(45);

  }

  }*/
.c-news-item {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-news-item {
    max-width: 62.5rem;
  }
}

.c-news-item--boxed {
  border: 1px solid #333;
  border-radius: 0.3125rem;
  padding: 0.625rem 1.875rem;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-news-item--boxed {
    padding: 0.625rem 4.625rem 0.625rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-news-item--boxed:hover {
    background-color: #F3ACB3;
  }
}

@media screen and (min-width: 768px) {
  .c-news-item--boxed.c-news-item--top {
    padding: 0.625rem 2.25rem 0.625rem 1.875rem;
  }
}

.c-news-item-arrow {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-news-item-arrow {
    right: 2.4375rem;
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.c-news-item-arrow svg {
  width: 100%;
  height: auto;
}
.c-news-item-arrow svg circle {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.c-news-item-arrow svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

@media screen and (min-width: 768px) {
  .c-news-item:hover .c-news-item-arrow {
    right: 1.25rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .c-news-item:hover .c-news-item-arrow svg circle {
    fill: #333;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .c-news-item:hover .c-news-item-arrow svg path {
    stroke: #fff;
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
  }
}

.c-news-item__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.c-news-item__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 600px) {
  .c-news-item__meta {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.c-news-item__time {
  margin-left: 0;
}

.c-news-item__category,
.c-news-item__time {
  font-size: 14px;
  color: #3E3A39;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
}

.c-news-item__text {
  margin-top: 1.25rem;
  line-height: 1.5;
  font-size: 16px;
  color: #3E3A39;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
}

.c-news-item-icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.c-news-item-icon--news {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/arrow.svg") no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-news-item__sticky-icon {
  position: absolute;
  top: calc(50% - 1.1875rem);
  right: 0;
  width: 2.375rem;
  height: 2.375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-news-item__sticky-icon {
    top: calc(50% - 1.53125rem);
    width: 3.0625rem;
    height: 3.0625rem;
  }
}

.c-news-item__sticky-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section__title {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #3E3A39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 2rem;
  }
}

.c-section__title::after {
  content: attr(data-en);
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: left;
  margin-left: 0rem;
}
@media screen and (min-width: 768px) {
  .c-section__title::after {
    font-size: 1.5rem;
    margin-left: 1.25rem;
  }
}

.page-404 {
  min-height: calc(100vh - 300px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404 * {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
}
.page-404 h1 {
  font-size: clamp(1.25rem, 2.449vw, 1.5rem);
}
.page-404 p, .page-404 a {
  font-size: clamp(0.875rem, 1.633vw, 1rem);
}
.page-404 a {
  color: #100079;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.p-aboutus {
  background: #F7FDFF;
  overflow: hidden;
}

/***************************************
MV
****************************************/
.p-aboutus__mv {
  width: 100%;
  overflow: hidden;
  margin-top: 7.75rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus__mv {
    margin-top: 5.75rem;
  }
}

.p-aboutus__mv-inner {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-aboutus__mv-inner {
    max-width: 90rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-aboutus__mv-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: absolute;
  z-index: 10;
  left: 4.97%;
  margin-bottom: 1.875rem;
  width: 100%;
}

.p-aboutus__mv-subtitle {
  width: 84.5%;
}
.p-aboutus__mv-subtitle img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-aboutus__mv-subtitle {
    max-width: 51.6875rem;
    width: 45.1%;
  }
}

.p-aboutus__mv-title {
  width: 83%;
  height: auto;
}
.p-aboutus__mv-title img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-aboutus__mv-title {
    max-width: 60.75rem;
    width: 57.5%;
  }
}

.p-aboutus__mv-img {
  width: 127%;
  height: auto;
  margin-left: 16.7%;
  margin-top: 34%;
  position: relative;
  z-index: 2;
}
.p-aboutus__mv-img svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.p-aboutus__mv-img.--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-aboutus__mv-img {
    max-width: 64.4375rem;
    width: 71.6%;
    margin-left: 0;
    margin-right: -20%;
    margin-top: 0;
  }
  .p-aboutus__mv-img.--pc {
    display: block;
  }
  .p-aboutus__mv-img.--sp {
    display: none;
  }
}

.p-aboutus__mv-people {
  position: absolute;
  top: 0;
  left: 0;
  width: 127%;
  height: auto;
  margin-left: 16.7%;
  margin-top: 30%;
  z-index: 4;
  pointer-events: none;
}
.p-aboutus__mv-people svg {
  width: 100%;
  height: auto;
}
.p-aboutus__mv-people.--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-aboutus__mv-people {
    max-width: 64.4375rem;
    width: 71.6%;
    margin-left: 0;
    right: -20%;
    left: auto;
    margin-top: 0;
  }
  .p-aboutus__mv-people.--pc {
    display: block;
  }
  .p-aboutus__mv-people.--sp {
    display: none;
  }
}

/***************************************
コンテンツ
****************************************/
.p-aboutus-feature {
  margin-top: -12.5rem;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature {
    margin-top: -21%;
    padding-top: 15.5rem;
    padding-bottom: 28.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature {
    margin-top: -15.9375rem;
  }
}

.p-aboutus-feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE1ED;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 90%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 90%);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature::before {
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 85%);
            clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 85%);
  }
}

.p-aboutus-feature::after {
  position: absolute;
  content: "";
  top: 30%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #FEFCD3;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
          clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature::after {
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 70%, 0% 100%);
            clip-path: polygon(0 0, 100% 30%, 100% 70%, 0% 100%);
    top: 25%;
    height: 44.2%;
  }
}

.p-aboutus-feature__inner {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__inner {
    max-width: 1305px;
  }
}

.p-aboutus-feature__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.p-aboutus-feature__item:last-child {
  margin-top: 5rem;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__item:last-child {
    margin-top: 15.75rem;
    gap: 0;
  }
}

.p-aboutus-feature__item--reverse {
  margin-top: 5rem;
  gap: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__item--reverse {
    margin-top: 14.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

.p-aboutus-feature__card {
  padding: 1.25rem 0.625rem;
  width: 100%;
  max-width: 28.125rem;
  border-radius: 1.875rem;
  background: #FFD787;
  -webkit-box-shadow: 0 4px 4px 0 #333;
          box-shadow: 0 4px 4px 0 #333;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__card {
    width: 55%;
    max-width: none;
    border-radius: 3.375rem;
    padding: 2.625rem clamp(0.625rem, -0.4464285714rem + 2.2321428571vw, 1.5625rem);
  }
}

.p-aboutus-feature__card-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__card-head {
    gap: 0.625rem;
  }
}

.p-aboutus-feature__card-head img {
  width: 2.25rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__card-head img {
    max-width: 5.5625rem;
    width: 14%;
  }
}

.p-aboutus-feature__card-title {
  font-size: clamp(1rem, 2.08vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__card-title {
    font-size: max(14px, clamp(0.875rem, -0.8991273101rem + 3.6960985626vw, 2rem));
  }
}

.p-aboutus-feature__card-text {
  margin-top: 0.625rem;
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__card-text {
    margin-top: 1.5625rem;
    font-size: clamp(1rem, 1.59vw, 1.25rem);
    padding: 0.625rem 1.25rem;
  }
}

.p-aboutus-feature__bubbles {
  position: relative;
  min-height: 15.625rem;
  max-width: 25rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubbles {
    min-height: 21.5625rem;
    max-width: 32.1875rem;
    width: 43%;
  }
}

.p-aboutus-feature__bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
}

.p-aboutus-feature__bubble p {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble p {
    font-size: max(12px, clamp(0.75rem, -0.2356262834rem + 2.0533880903vw, 1.375rem));
  }
}

.p-aboutus-feature__bubble--01 {
  position: absolute;
  top: 0;
  left: 2.125rem;
  padding: 3.75rem 1.25rem 2.5rem 2.5rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi_kirakira.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--01 {
    padding: 6.625rem 2.125rem 3.3125rem 3.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--01 p {
    font-size: clamp(1.125rem, 0.53362423rem + 1.2320328542vw, 1.5rem);
  }
}

.p-aboutus-feature__bubble--02 {
  position: absolute;
  top: 81%;
  left: 0;
  padding: 1.5rem 1.875rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--02 {
    padding: 2.25rem 2.8125rem;
  }
}

.p-aboutus-feature__bubble--03 {
  position: absolute;
  top: 39.7%;
  right: 0;
  padding: 3.4375rem 1.875rem 1.25rem 1.25rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi_attention.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--03 {
    right: -2.25rem;
    padding: 6.25rem 4rem 3.125rem 3.125rem;
  }
}

.p-aboutus-feature__bubble--hex {
  position: absolute;
  top: -1.625rem;
  right: 0;
  padding: 4.6875rem 1.875rem 4.6875rem 4.375rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi_hex.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--hex {
    padding: 5.625rem 2.8125rem 6.25rem 5.625rem;
  }
}

.p-aboutus-feature__bubble--hex p {
  text-align: start;
}

.p-aboutus-feature__bubble--hex02 {
  position: absolute;
  top: 65.5%;
  left: 2.75rem;
  padding: 3.4375rem 2.5rem 3.4375rem 2.5rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi_hex02.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--hex02 {
    padding: 3.75rem 2.8125rem 5rem 2.8125rem;
  }
}

.p-aboutus-feature__bubble--hex02 p {
  text-align: start;
}

.p-aboutus-feature__bubble--news {
  position: absolute;
  top: -3.4375rem;
  right: 0;
  padding: 4.375rem 3.125rem 3.75rem 2.5rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi_news.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--news {
    padding: 5.625rem 3.75rem 3.6875rem 1.5625rem;
  }
}

.p-aboutus-feature__bubble--news p {
  text-align: start;
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--news p {
    font-size: clamp(1.125rem, 0.53362423rem + 1.2320328542vw, 1.5rem);
  }
}

.p-aboutus-feature__bubble--news02 {
  position: absolute;
  top: 60%;
  left: 0;
  padding: 1.875rem 3.125rem 3.125rem;
  background: center/contain no-repeat url(../images/aboutus/fukidashi_news02.png);
}
@media screen and (min-width: 768px) {
  .p-aboutus-feature__bubble--news02 {
    top: 92%;
    padding: 1.625rem 1.4375rem 2.6875rem 1.4375rem;
  }
}

.p-aboutus-feature__bubble--news02 p {
  text-align: start;
}

.p-aboutus-company {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.p-aboutus-company__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-aboutus-company__map {
  max-width: 27.875rem;
  width: 100%;
}
.p-aboutus-company__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 446/340;
  border: 0;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__map {
    width: 39.8%;
  }
}

.p-aboutus-company__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__content {
    max-width: 33.75rem;
    width: 48.2%;
  }
}

.p-aboutus-company__title {
  font-size: clamp(1.25rem, 2.55vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__title {
    font-size: clamp(1.125rem, 1.91vw, 1.5rem);
  }
}

.p-aboutus-company__info {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__info {
    margin-top: 4.3125rem;
  }
}

.p-aboutus-company__info-row {
  border-top: 1px solid #BEDEED;
  padding: 0.625rem 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-aboutus-company__info-row:last-child {
  border-bottom: 1px solid #BEDEED;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.875rem;
  }
}

.p-aboutus-company__info-term {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__info-term {
    font-size: max(12px, clamp(0.75rem, 0.2045454545rem + 1.1363636364vw, 1rem));
    min-width: 6.375rem;
  }
}

.p-aboutus-company__info-desc {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-aboutus-company__info-desc {
    font-size: max(12px, clamp(0.75rem, 0.2045454545rem + 1.1363636364vw, 1rem));
  }
}

.p-aboutus__cta {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-aboutus__cta {
    padding-top: 8.3125rem;
    padding-bottom: 6.625rem;
  }
}

.p-aboutus__cta-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-aboutus__cta-inner {
    gap: 2.25rem;
  }
}

.p-ad__pricing {
  padding-top: 2.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-ad__pricing {
    padding-top: 4.375rem;
  }
}

.p-ad__pricing-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.p-ad__pricing-card {
  background-color: #fff;
  padding: 1.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-ad__pricing-card {
    padding: 1.875rem 0.9375rem;
  }
}

.p-ad__pricing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-ad__pricing-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem;
  }
}

.p-ad__graph-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-ad__graph-wrap {
    max-width: 20rem;
    width: 26.5%;
  }
}
@media screen and (min-width: 1024px) {
  .p-ad__graph-wrap {
    padding: 0 1.25rem;
  }
}

.p-ad__graph-heading {
  font-size: clamp(1rem, 2.08vw, 1.25rem);
  font-weight: 500;
  margin: 0.625rem 0 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-ad__graph-heading {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-ad__graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-ad__graph {
    gap: clamp(0.625rem, -0.4861111111rem + 2.3148148148vw, 1.25rem);
    max-width: none;
  }
}

.p-ad__graph-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 2.4em;
  gap: 0.25rem;
  line-height: 1.2;
}

.p-ad__graph-time span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-ad__graph-time span {
    font-size: 0.875rem;
  }
}

.p-ad__graph-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-ad__graph-columns {
    gap: clamp(0.625rem, -0.4861111111rem + 2.3148148148vw, 1.25rem);
  }
}

.p-ad__graph-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-ad__graph-title {
  font-size: clamp(0.75rem, 0.1785714286rem + 2.8571428571vw, 0.875rem);
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5625rem;
  min-height: 2.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-ad__graph-title {
    font-size: 1rem;
  }
}

.p-ad__graph-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.p-ad__graph-bar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-ad__graph-bar-item {
    font-size: 1.125rem;
  }
}

.p-ad__graph-bar-item--s {
  background-color: #f5bdc3;
}

.p-ad__graph-bar-item--a {
  background-color: #c2f9b3;
}

.p-ad__tables-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-ad__tables-wrap {
    gap: 4.375rem;
  }
}

.p-ad__table-section {
  margin-top: 2.25rem;
}

.p-ad__table-heading {
  font-size: clamp(1rem, 2.08vw, 1.25rem);
  font-weight: 500;
  padding: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-ad__table-heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-ad__table {
  width: 100%;
  max-width: 58.625rem;
  margin-inline: auto;
  border-collapse: collapse;
  white-space: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-ad__table {
    display: table;
    white-space: nowrap;
  }
}

.p-ad__table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-ad__table thead {
    display: table-header-group;
  }
}

.p-ad__table tbody {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-ad__table tbody {
    display: table-row-group;
  }
}

.p-ad__table tr {
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-ad__table tr {
    display: table-row;
  }
}

.p-ad__table th {
  background-color: #9fd9f6;
  font-size: clamp(0.75rem, 0.1785714286rem + 2.8571428571vw, 0.875rem);
  font-weight: 500;
  padding: 0.625rem;
  line-height: normal;
  text-align: center;
  border: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .p-ad__table th {
    font-size: 1.125rem;
  }
}

.p-ad__table td {
  font-size: clamp(0.75rem, 0.1785714286rem + 2.8571428571vw, 0.875rem);
  font-weight: 500;
  line-height: normal;
  display: block;
  position: relative;
  padding: 0.625rem 0.625rem 0.625rem calc(5em + 1.875rem);
  text-align: left;
  border: 1px solid #D8D8D8;
  border-bottom: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-ad__table td {
    font-size: 1.125rem;
    display: table-cell;
    padding: 0.625rem;
    text-align: center;
    border: 1px solid #D8D8D8;
  }
}

.p-ad__table td:last-child {
  border-bottom: 1px solid #D8D8D8;
}

.p-ad__table td::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(5em + 1.25rem);
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  background-color: #9fd9f6;
  border-right: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .p-ad__table td::before {
    display: none;
  }
}

.p-ad__table td.p-ad__cell--sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-ad__table td.p-ad__cell--sp-only {
    display: none;
  }
}

.p-ad__table td.p-ad__cell--a {
  background-color: #c2f9b3;
}

.p-ad__table td.p-ad__cell--s {
  background-color: #f5bdc3;
}

.p-ad__table-notes {
  margin-top: 0.75rem;
  list-style: none;
  padding-left: 0;
  max-width: 58.625rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ad__table-notes {
    margin-top: 0.96875rem;
  }
}

.p-ad__table-notes li {
  font-size: clamp(0.75rem, 0.1785714286rem + 2.8571428571vw, 0.875rem);
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (min-width: 768px) {
  .p-ad__table-notes li {
    font-size: 1.125rem;
  }
}

.p-ad__table-notes li::after {
  position: absolute;
  content: "＊";
  top: 0;
  left: 0;
}

.p-ad__satellite {
  margin-top: 2.5rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-ad__satellite {
    margin-top: 4.375rem;
  }
}

.p-ad__satellite::after {
  position: absolute;
  top: -4.375rem;
  left: 0;
  width: 69.4%;
  height: 45.7vw;
  max-height: 41.125rem;
  background: center/146px 108px repeat url(../images/insta_bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-ad__satellite::after {
    top: -9rem;
  }
}

.p-ad__satellite-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.p-ad__satellite-card {
  background-color: #fff;
  padding: 1.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-ad__satellite-card {
    padding: 5rem 0.9375rem;
  }
}

.p-ad__table--satellite td {
  white-space: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-ad__table--satellite td {
    text-align: center;
  }
}

.p-ad__satellite-notice {
  margin-top: 0.625rem;
  padding: 0.625rem;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  max-width: 58.625rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ad__satellite-notice {
    padding: 0.625rem 1.875rem;
  }
}

.p-ad__satellite-notice-text {
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-ad__satellite-notice-text {
    padding-left: 1em;
  }
}

.p-ad__satellite-notice-title,
.p-ad__satellite-notice-text li {
  font-size: clamp(0.75rem, 0.1785714286rem + 2.8571428571vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-ad__satellite-notice-title,
  .p-ad__satellite-notice-text li {
    font-size: 1rem;
  }
}

.p-ad__cta {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ad__cta {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.p-ad__cta::after {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  width: 69.4%;
  height: 45.7vw;
  max-height: 41.125rem;
  background: center/146px 108px repeat url(../images/insta_bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-ad__cta::after {
    bottom: -4.0625rem;
  }
}

.p-ad__cta-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}

/* TOP 雲ぷかぷか3つ */
@-webkit-keyframes kumoFloatSm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-0.75rem);
            transform: translateY(-0.75rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes kumoFloatSm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-0.75rem);
            transform: translateY(-0.75rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* about右上 */
@-webkit-keyframes kumoFloatLg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1.125rem);
            transform: translateY(-1.125rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes kumoFloatLg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-1.125rem);
            transform: translateY(-1.125rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* news右下 */
@-webkit-keyframes kumoFloatNews {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-0.875rem);
            transform: translateY(-0.875rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes kumoFloatNews {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-0.875rem);
            transform: translateY(-0.875rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.p-animation__blur, .js-blur {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 独立したレイヤーに強制配置 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* レンダリングのバグを防ぐ */
  will-change: transform; /* アニメーション・再描画の最適化をブラウザに事前通知 */
}

.p-animation__fadein, .js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.js-loader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.js-loader__logo {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  max-width: 37.5rem;
  width: 80%;
  height: auto;
}

.js-loader__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.js-loader__text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3E3A39;
}
@media screen and (min-width: 600px) {
  .js-loader__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .js-loader__text {
    font-size: 3rem;
    position: relative;
  }
}

.js-slideIn {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.js-slideIn-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.js-ad-mv__base-left,
.js-ad-mv__base-right,
.js-ad-mv__antenna,
.js-ad-mv__border-01,
.js-ad-mv__border-02,
.js-ad-mv__border-03,
.js-ad-mv__border-03-line {
  opacity: 0;
}

.p-page-contact {
  background: #FFF6DD;
}

.p-page-contact .p-top-contact__wrapper {
  margin-top: 0;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-right: 0;
}
.p-page-contact .p-top-contact__wrapper::before, .p-page-contact .p-top-contact__wrapper::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-page-contact .p-top-contact__wrapper {
    margin-top: 0;
    padding-top: 9.375rem;
    padding-bottom: 8.75rem;
  }
}
.p-footer {
  background-color: #F1ECE3;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
  }
}

.p-footer__left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-footer__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  text-decoration: none;
}

.p-footer__logo-link {
  display: inline-block;
  width: 13.75rem;
}
@media screen and (min-width: 600px) {
  .p-footer__logo-link {
    width: 16.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__logo-link {
    width: 20.125rem;
  }
}

.p-footer__logo-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 322/107;
  display: block;
}

.p-footer__address {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    white-space: nowrap;
  }
}

@media screen and (max-width: 956px) {
  .p-footer__address {
    font-size: 12px;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0;
    gap: 0.4375rem;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-footer__nav-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (max-width: 956px) {
  .p-footer__nav-item {
    font-size: 12px;
  }
}
/* link */
.p-footer__nav-item a {
  text-decoration: none;
  color: #333;
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a {
    padding-left: 1.125rem;
  }
}

/* hover arrow */
@media screen and (min-width: 768px) {
  .p-footer__nav-item a::before {
    content: "▶";
    margin-right: 0.125rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
}

.p-footer__nav-item a:hover::before {
  opacity: 1;
}

/* coming soon */
.p-footer__coming {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #A8AAAB;
}

/* Coming Soon タイトル */
.p-footer__coming-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #A8AAAB;
}

@media screen and (max-width: 956px) {
  .p-footer__coming-title {
    font-size: 12px;
  }
}
/* disabled */
.p-footer__nav-item.is-disabled {
  cursor: default;
}

.p-footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    margin-top: 0;
  }
}

.p-footer__contact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__contact {
    text-align: left;
    text-align: initial;
  }
}

.p-footer__sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 0.625rem;
  }
}

.p-footer__sns-instagram a,
.p-footer__sns-x a {
  max-width: 2rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-instagram a,
  .p-footer__sns-x a {
    max-width: 2.75rem;
  }
}

.p-footer__sns-instagram img,
.p-footer__sns-x img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.1875rem;
  background-color: transparent;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-header.is-scrolled {
  background-color: rgba(255, 255, 255, .5);
}
@media screen and (min-width: 1024px) {
  .p-header.is-scrolled {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 6.4375rem;
  }
}

.p-header__inner {
  padding-right: 0.625rem;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 2.875rem;
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    padding-right: 1.25rem;
    padding-left: 2.8125rem;
  }
}

.p-header__hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.125rem;
  cursor: pointer;
  z-index: 1100;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    width: 1.875rem;
    height: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-header__hamburger span:nth-child(1) {
  top: 0;
}

.p-header__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__hamburger span:nth-child(3) {
  bottom: 0;
}

.p-header__hamburger.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding-top: 0;
    right: 0;
  }
}

.p-header__nav.is-open {
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1F5FE), to(#C6EDFF));
  background: linear-gradient(180deg, #E1F5FE 0%, #C6EDFF 100%);
}

.p-header__nav-wrapper {
  padding: 4.125rem 2.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-wrapper {
    padding: 1.125rem 0.625rem 0.75rem 0.625rem;
    border: 1.5px solid #333;
    border-radius: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.5rem;
    overflow: hidden;
    background-color: #fff;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #BEDEED;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: none;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.p-header__nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #BEDEED;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item {
    height: 100%;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .p-header__nav-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1.125rem;
    border-right: 1.5px solid #333;
  }
}

@media screen and (min-width: 1024px) {
  .p-header__nav-list > .p-header__nav-item:last-child::after {
    content: none;
    display: none;
  }
}

.p-header__nav-item a::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .p-header__nav-item a::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    font-size: 0.9375rem;
  }
  .p-header__nav-item a:hover::before {
    opacity: 1;
  }
}
/* Coming Soon部分 */
.p-header__nav-item.is-disabled span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item.is-disabled span {
    margin-top: -1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.225rem;
    color: #D5E0FF;
    white-space: nowrap;
  }
}

.p-header__nav-item.is-disabled span:not(small) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item.is-disabled span:not(small) {
    font-size: clamp(0.9375rem, 0.9375rem + 7 * (100vw - 1024px) / 416, 1.375rem);
  }
}

.p-header.is-open .p-header__logo {
  position: relative;
}

/* drawer open時ロゴ非表示 */
.p-header.is-open .p-header__logo img {
  opacity: 0;
  visibility: hidden;
}

/* LINEボタン */
.p-header__line-btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #03C100;
  padding: 0.625rem;
  text-decoration: none;
}

.p-header__nav-item a,
.p-header__nav-item.is-disabled span:not(small) {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a,
  .p-header__nav-item.is-disabled span:not(small) {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a,
  .p-header__nav-item.is-disabled span:not(small) {
    font-size: clamp(0.75rem, 1.25vw, 1.125rem);
  }
}

.p-join-us {
  background: #DDF4FF;
  overflow: hidden;
}

.p-join-us__mv {
  padding-top: 8rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__mv {
    padding-left: 1.5625rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-join-us__mv {
    padding-top: clamp(7.5rem, 17.57vw, 15.8125rem);
  }
}

.p-join-us__mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__mv-inner {
    max-width: 90rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }
}

.p-join-us__mv-title {
  font-weight: 700;
  font-size: clamp(1.75rem, 8.53vw, 3.75rem);
  color: #100079;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #100079;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-join-us__mv-title {
    font-size: clamp(2rem, 4.17vw, 3.75rem);
  }
}

.p-join-us__mv-copy {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  line-height: 1.6;
  text-shadow: 0 0 4px #F9FCFF;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__mv-copy {
    margin-top: 3rem;
    max-width: 43.75rem;
    width: 78%;
    font-size: clamp(0.875rem, 1.38vw, 1.25rem);
  }
}

.p-join-us__mv-img {
  max-width: 18.75rem;
  width: 60%;
  height: auto;
}
.p-join-us__mv-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-join-us__mv-img {
    max-width: 31.5rem;
    width: 35%;
    margin-left: -4rem;
  }
}

.p-join-us__cards {
  margin-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__cards {
    margin-top: -8.1875rem;
    padding-bottom: 8.75rem;
  }
}

.p-join-us__card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__card-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.p-join-us__card {
  position: relative;
  max-width: 41.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-join-us__card {
    width: 48.1%;
    margin-inline: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-join-us__card:nth-child(2n) {
    margin-top: 6.3125rem;
  }
  .p-join-us__card:nth-child(2) {
    margin-top: 12.25rem;
  }
  .p-join-us__card:nth-child(2n+1) {
    margin-top: 1.25rem;
  }
  .p-join-us__card:nth-child(1) {
    margin-top: 0;
  }
}
.p-join-us__card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 5;
}

.p-join-us__card-label {
  display: inline-block;
  position: relative;
  margin-left: -0.625rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__card-label {
    margin-left: -1.4375rem;
  }
}

.p-join-us__card-label-inner {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0.25rem clamp(0.625rem, 1.94vw, 1.75rem);
  text-align: center;
  border-radius: 0.09375rem;
  z-index: 2;
  font-size: clamp(1rem, 2.08vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-5.16deg);
          transform: rotate(-5.16deg);
  border: #3E3A39 solid 0.09375rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__card-label-inner {
    font-size: clamp(1.125rem, 1.91vw, 1.5rem);
  }
}

.p-join-us__card-label-inner::after {
  position: absolute;
  content: "";
  top: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.5625rem;
  height: 1.1875rem;
  background: center/contain no-repeat url(../images/join-us/label.svg);
}

.p-join-us__card-label::before {
  position: absolute;
  content: "";
  top: 0.375rem;
  left: 0.6875rem;
  width: 100%;
  height: 100%;
  background-color: #FFDEDC;
  -webkit-transform: rotate(-2.37deg);
          transform: rotate(-2.37deg);
}

.p-join-us__card-number {
  margin-right: clamp(1.25rem, 3.47vw, 3.125rem);
  display: inline-block;
}
.p-join-us__card-number img {
  width: auto;
  max-height: clamp(2.5rem, 4.86vw, 4.375rem);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-join-us__card-inner {
  background-color: #fff;
  margin-top: -2.25rem;
  position: relative;
  border-radius: 1.875rem;
  border: 0.0625rem solid #3E3A39;
  background: #fff;
  padding-top: 1.875rem;
}

.p-join-us__card-title {
  display: block;
  background-color: #F3ACB3;
  font-size: clamp(1rem, 2.08vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333;
  padding: 0.625rem clamp(1.25rem, 2.08vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-join-us__card-title {
    font-size: clamp(1.125rem, 1.91vw, 1.5rem);
  }
}

.p-join-us__card-body {
  padding: 1.875rem 0 2.5rem;
}

.p-join-us__card-text {
  font-size: clamp(0.875rem, 2.34vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-inline: clamp(1.25rem, 2.08vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-join-us__card-text {
    font-size: clamp(0.875rem, 1.11vw, 1rem);
  }
}

.p-join-us__card-list {
  margin-top: 1.25rem;
  padding-left: clamp(1.25rem, 2.08vw, 1.875rem);
  padding-right: clamp(1.25rem, 2.08vw, 1.875rem);
}
@media screen and (min-width: 1024px) {
  .p-join-us__card-list {
    padding-right: 0;
  }
}

.p-join-us__card-list li {
  font-size: clamp(0.875rem, 2.34vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: calc(1em + 0.1875rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(0.3125rem, 1.38vw, 1.25rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-join-us__card-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(1rem, 1.38vw, 1.25rem);
  }
}

.p-join-us__card-list li::after {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #333;
  border-radius: 50%;
}

.p-join-us__card-list li span {
  font-size: clamp(0.75rem, 2.08vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-join-us__card-list li span {
    font-size: clamp(0.75rem, 1.11vw, 1rem);
  }
}

.p-join-us__card-link {
  padding-inline: clamp(1.25rem, 2.08vw, 1.875rem);
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-join-us__card-link a {
  font-size: clamp(0.875rem, 0.5162627551rem + 1.5306122449vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding: 0 2.0625rem 0.3125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-join-us__card-link a {
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}

.p-join-us__card-link a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9375rem;
  background: center/contain no-repeat url(../images/join-us/link_arrow.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .p-join-us__card-link a:hover::after {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.p-news-single {
  padding: 8.75rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding: 17.5625rem 0 5rem;
  }
}

.p-news-single::before {
  position: absolute;
  top: 7.5rem;
  right: 0;
  width: 71.5%;
  height: 17%;
  max-height: 52.1875rem;
  background: center/56px 56px repeat url(../images/news/bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-news-single::before {
    top: 13.8125rem;
    width: 77.2%;
    height: 52.7%;
  }
}

.p-news-single::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.5%;
  height: 17%;
  max-height: 41.125rem;
  background: center/56px 56px repeat url(../images/news/bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-news-single::after {
    width: 66.6%;
    height: 41.5%;
  }
}

.p-news-single__inner {
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-news-single__wrapper {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #333;
  background: #fff;
  padding: 1.25rem 1.875rem;
  position: relative;
  z-index: 3;
}

.p-news-single__time {
  color: #3E3A39;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__time {
    font-size: max(14px, 1rem);
  }
}

.p-news-single__title {
  color: #3E3A39;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    font-size: max(16px, 1.25rem);
    margin-top: 2.5rem;
  }
}

.p-news-single__img {
  max-width: 36.375rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-news-single__img {
    width: 58.2%;
    margin-top: 1.875rem;
  }
}

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

.p-news-single__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__content {
    margin-top: 3.4375rem;
  }
}

.p-news-single__content * {
  color: #3E3A39;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__content * {
    font-size: max(14px, 1rem);
  }
}

.p-news-single__content p {
  color: #3E3A39;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__content p {
    font-size: max(14px, 1rem);
    margin-top: 1.875rem;
  }
}

.p-news-single__content p:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-news-single__content p:nth-child(1) {
    margin-top: 0;
  }
}

.p-news-single__content a {
  color: #100079;
  text-decoration: underline;
}

.p-news-single__content ul,
.p-news-single__content ol {
  list-style-position: inside;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__content ul,
  .p-news-single__content ol {
    margin-top: 1.875rem;
  }
}

.p-news-single__content ul li {
  color: #3E3A39;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  .p-news-single__content ul li {
    font-size: max(14px, 1rem);
  }
}

.p-news-single__content ol li {
  color: #3E3A39;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  list-style-type: decimal;
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  .p-news-single__content ol li {
    font-size: max(14px, 1rem);
  }
}

.p-news-single__content h2 {
  margin-top: 1.25rem;
  color: #3E3A39;
  background: #FFDEDC;
  padding: 0.625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h2 {
    margin-top: 2.5rem;
    font-size: max(16px, 1.125rem);
    padding: 1.25rem;
  }
}

.p-news-single__content h3 {
  margin-top: 1.25rem;
  color: #3E3A39;
  border-left: #FFDEDC 4px solid;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h3 {
    margin-top: 2.5rem;
    font-size: max(14px, 1rem);
  }
}

.p-news-single__content h4,
.p-news-single__content h5,
.p-news-single__content h6 {
  margin-top: 1.25rem;
  color: #FFDEDC;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__content h4,
  .p-news-single__content h5,
  .p-news-single__content h6 {
    margin-top: 2.5rem;
    font-size: max(14px, 1rem);
  }
}

.p-news-single__content img {
  max-width: 36.375rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__content img {
    width: 58.2%;
    margin-top: 1.875rem;
  }
}

.p-news-single__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-top: 2.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-news-single__link {
    margin-top: 5rem;
  }
}

.p-news-single__prev {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-right: 1.5em;
  border-right: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-news-single__prev {
    font-size: max(14px, 0.875rem);
  }
}

.p-news-single__archive {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__archive {
    font-size: max(14px, 0.875rem);
  }
}

.p-news-single__next {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
  border-left: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-news-single__next {
    font-size: max(14px, 0.875rem);
  }
}

.p-news {
  position: relative;
  z-index: 2;
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
  background: #F9FCFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 10.8125rem;
    padding-bottom: 4.375rem;
  }
}

.p-news__inner {
  position: relative;
  z-index: 3;
}

.p-news::before {
  position: absolute;
  top: 8.5%;
  right: 0;
  width: 71.5%;
  height: 17%;
  max-height: 41.125rem;
  background: center/56px 56px repeat url(../images/news/bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-news::before {
    top: 11.3%;
    width: 69.4%;
    height: 35%;
  }
}

.p-news::after {
  position: absolute;
  bottom: 5%;
  left: -2.7%;
  width: 71.5%;
  height: 17%;
  max-height: 41.125rem;
  background: center/56px 56px repeat url(../images/news/bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-news::after {
    bottom: 11.3%;
    width: 69.4%;
    height: 35%;
  }
}

.p-news__item:not(:first-child) {
  margin-top: 2.5rem;
}

.p-news__list {
  margin-top: 4.375rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-top: 8.75rem;
  }
}

.p-news .pagination {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-news .pagination {
    margin-top: 4.375rem;
  }
}

.p-news .pagination .navigation.pagination {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-news .pagination .navigation.pagination {
    margin-top: 0;
  }
}

.p-news .pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

.p-news .pagination .nav-links .page-numbers {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news .pagination .nav-links .page-numbers {
    font-size: max(14px, 0.875rem);
  }
}

.p-news .pagination .nav-links .page-numbers.current {
  color: #D85C68;
}

.p-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4375rem;
  width: 100%;
  height: 73px;
  background: #fff;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    height: 92px;
    padding: 1.125rem 1.75rem;
    gap: 2.1875rem;
  }
}

.p-page-top__link {
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  background: #03C100;
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, -0.220890411rem + 5.4794520548vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-page-top__link {
    font-size: max(18px, 1.125rem);
    border-radius: 0.625rem;
  }
}

.p-page-top__link.--insta {
  background: -webkit-gradient(linear, left top, right top, from(#741AFA), color-stop(37.5%, #FF30C4), color-stop(66.35%, #FF5D21), color-stop(99.04%, #FFD735));
  background: linear-gradient(90deg, #741AFA 0%, #FF30C4 37.5%, #FF5D21 66.35%, #FFD735 99.04%);
}

.p-page__mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .p-page__mv {
    padding-top: 10.5rem;
  }
}

.p-page__mv--news {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-page__mv--news {
    padding-top: 0;
  }
}

.p-page__mv--ad::after {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 69.4%;
  height: 45.7vw;
  max-height: 41.125rem;
  background: center/146px 108px repeat url(../images/insta_bg.png);
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-page__mv--ad::after {
    top: 4.0625rem;
  }
}

.p-page__mv-inner {
  background-color: #fff;
  max-width: 60rem;
  min-height: 12.375rem;
  width: 89%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 1.25rem;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-page__mv-inner {
    padding: 4.375rem;
    width: 100%;
  }
}

.p-page__mv-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 217, 246, .2);
  content: "";
  z-index: 1;
}

.p-page__mv-inner--news::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFDEDC;
  content: "";
  z-index: 1;
}

.p-page__mv-textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 3;
  width: 100%;
}

.p-page__mv-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.p-page__mv-title {
  font-size: clamp(1.5rem, 0.0687022901rem + 6.106870229vw, 3rem);
  font-weight: 700;
  color: #100079;
  letter-spacing: 0.12em;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page__mv-title {
    font-size: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}

.p-page__mv-subtitle {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-weight: 700;
  color: #cccccc;
  letter-spacing: 0;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-page__mv-subtitle {
    font-size: max(14px, 1rem);
  }
}

.p-page__mv-text {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #F9FCFF;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page__mv-text {
    font-size: max(16px, 1.25rem);
  }
}

.p-page__mv-img {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .p-page__mv-img {
    width: 74.25%;
  }
}

.p-page__mv-img svg {
  width: 100%;
  height: auto;
}

.p-page__mv-img--pink svg path {
  fill: #E6959D;
}

.p-top-about {
  position: relative;
  z-index: 2;
  padding-top: 0.625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-top: 4.875rem;
  }
}

.p-top-about__inner {
  max-width: 66.875rem;
  margin: 0 auto;
}

.p-top-about__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-about::before {
    content: "";
    position: absolute;
    width: 20.9375rem;
    aspect-ratio: 335/179;
    background: url("../images/kumo-sm.png") no-repeat center/contain;
    top: -2.5rem;
    left: -4.8125rem;
    z-index: -1;
    pointer-events: none;
    -webkit-animation: kumoFloatSm 5s ease-in-out infinite;
            animation: kumoFloatSm 5s ease-in-out infinite;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about::after {
    content: "";
    position: absolute;
    width: 26.4375rem;
    aspect-ratio: 423/216;
    background: url("../images/kumo-big.png") no-repeat center/contain;
    bottom: -3.75rem;
    right: calc(50% - 59rem);
    z-index: -1;
    max-width: 100%;
    pointer-events: none;
    -webkit-animation: kumoFloatLg 6s ease-in-out infinite;
            animation: kumoFloatLg 6s ease-in-out infinite;
  }
}

.p-top-about__title {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__title {
    text-align: left;
    margin-top: 0;
  }
}

.p-top-about__title h3 {
  font-size: 1.25rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.6;
  color: #3E3A39;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-about__title h3 {
    font-size: 2.5rem;
    position: relative;
  }
}

.p-top-about__wave {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 38.3125rem;
  width: 57.3%;
  height: auto;
}

.p-top-about__wave svg {
  width: 100%;
  height: auto;
}

.p-top-about__wave--child {
  opacity: 0;
}

.p-top-about__catch {
  color: #3E3A39;
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF49)) no-repeat left;
  background: linear-gradient(transparent 50%, #FFFF49 50%) no-repeat left;
  background-size: 0% 100%;
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-top-about__catch {
    display: none;
  }
}

.p-top-about__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    margin-top: 3.125rem;
  }
}

.p-top-about__text p {
  font-size: 0.875rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  color: #3E3A39;
}
@media screen and (min-width: 768px) {
  .p-top-about__text p {
    font-size: 1.1875rem;
  }
}

.p-top-about__card {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 31.25rem;
  margin-inline: auto;
  max-width: 31.25rem;
}
@media screen and (min-width: 410px) {
  .p-top-about__card {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
    gap: 1.25rem;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__card {
    grid-template-columns: repeat(4, 1fr);
    max-width: 65rem;
  }
}

.p-top-about__btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn {
    margin-top: 4.375rem;
  }
}

.p-top-bg {
  position: relative;
}

.p-top-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
  background: linear-gradient(180.52deg, #D6F2FE 43%, #FFF 60.55%, #FFFFFF 99.55%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-bg::after {
    height: calc(100% + 25vw);
    max-height: calc(100% + 50rem);
    background: linear-gradient(180.52deg, #FFFFFF 16.24%, #F8FDFF 26.78%, #8AD8FC 43.97%, #F4F4F4 99.55%);
  }
}
/***************************************
ラジオボタン (チェックボックス)
****************************************/
/***************************************
チェックボックス ポリシー
****************************************/
/***************************************
その他
****************************************/
.p-top-contact {
  width: 100%;
  position: relative;
  z-index: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: none;
}

.p-top-contact__wrapper {
  margin-top: -5rem;
  position: relative;
  padding-top: clamp(6.25rem, 14.51vw, 13.0625rem);
  padding-bottom: clamp(5rem, 11.32vw, 10.1875rem);
  padding-right: clamp(0.625rem, 1.25vw, 1.125rem);
}
.p-top-contact__wrapper::before, .p-top-contact__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  pointer-events: none;
}
.p-top-contact__wrapper::after {
  background-image: url(../images/contact-bg01.svg);
}

@media screen and (min-width: 768px) {
  .p-top-contact__wrapper {
    margin-top: -5rem;
  }
  .p-top-contact__wrapper::before, .p-top-contact__wrapper::after {
    background-size: 100% 100%;
  }
}
.p-top-contact__title {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-top-contact__title {
    margin-bottom: 4.875rem;
  }
}
.confirm_area,
.thanks_area {
  display: none;
}

.confirm_area {
  position: relative;
  z-index: 1;
}

.p-top-contact__label input,
.p-top-contact__label textarea,
.p-top-contact__label .wpcf7-form-control-wrap {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-contact__label input,
  .p-top-contact__label textarea,
  .p-top-contact__label select,
  .p-top-contact__label .wpcf7-form-control-wrap {
    max-width: 40.625rem;
    width: 78.6%;
  }
}
.p-top-contact__label input,
.p-top-contact__label textarea,
.p-top-contact__label select {
  margin-top: 0;
  padding: 0.4375rem 0.59em;
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  border-radius: 2.5rem;
  border: 1px solid #3E3A39;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-contact__label input,
  .p-top-contact__label textarea,
  .p-top-contact__label select {
    font-size: clamp(0.875rem, 1.43vw, 1.125rem);
  }
}
.p-top-contact__label select {
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-color: #fff;
  background-image: url(../images/selectbox-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 0.9375rem auto;
  cursor: pointer;
}
.p-top-contact__label select:focus {
  background-image: url(../images/selectbox-arrow-up.svg);
}
.p-top-contact__label select:focus-within {
  background-image: url(../images/selectbox-arrow-up.svg);
}

.p-top-contact__label textarea#your-message {
  height: 8.88em;
  border-radius: 1.875rem;
}

.p-top-contact__label {
  margin-bottom: 1.875rem;
  text-align: start;
  gap: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-top-contact__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-contact__item {
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-contact__item {
    font-size: clamp(0.875rem, 1.43vw, 1.125rem);
    max-width: 10rem;
    margin-bottom: 0;
    margin-top: 0.4375rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/***************************************
ボタン
****************************************/
.p-top-contact__submit {
  margin-top: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-top-contact__submit {
    margin-top: 6.6875rem;
  }
}
.contact-button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-button.--remove {
  background-size: 100% 200%;
  background-position: top;
  color: #333;
  background-color: #100079;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contact-button.--remove {
    margin-left: auto;
  }
}
.contact-button.--remove:hover {
  background-position: bottom;
  color: #333;
  background-color: #fff;
}

/* disabled状態 */
.confirm_button:disabled {
  cursor: not-allowed; /* クリック不可感を出す */
}

/***************************************
確認画面
****************************************/
.confirm_area {
  width: 100%;
  margin-inline: auto;
  overflow-x: hidden;
}

.confirm_area .p-top-contact__item {
  margin-top: 0;
}

.confirm_area .p-top-contact__label {
  margin-bottom: 1.875rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .confirm_area .p-top-contact__label {
    margin-bottom: 3.875rem;
  }
}
.confirm_area .p-top-contact__label span {
  display: block;
  border-bottom: 1px solid #333;
  width: 100%;
}

.button-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .button-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/***************************************
完了画面
****************************************/
.p-top-contact__thanks-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .p-top-contact__thanks-inner {
    min-height: 37.5rem;
  }
}
.p-top-contact__thanks-inner h3 {
  font-size: clamp(1.25rem, 2.55vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-top-contact__thanks-inner p {
  margin-top: 2.5rem;
  font-size: clamp(0.75rem, 4.1vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}

.p-top-contact__thanks-inner p:last-child {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-top-contact__thanks-inner p {
    margin-top: 4.375rem;
    font-size: clamp(0.875rem, 1.43vw, 1.125rem);
  }
  .p-top-contact__thanks-inner p:last-child {
    margin-top: 0.625rem;
  }
}
.grecaptcha-badge {
  bottom: 90px !important;
  z-index: 3;
}

.p-top-insta {
  padding: 3.75rem 0;
  background: center/146px 108px repeat url(../images/insta_bg.png);
}
@media screen and (min-width: 768px) {
  .p-top-insta {
    padding: 8.75rem 0;
  }
}

.p-top-insta__container {
  border-radius: 2.625rem;
  border: 1px solid #333;
  background: #fff;
  padding: 1.875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-insta__container {
    padding: 2.5rem 4.375rem;
  }
}

.p-top-mv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 3.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    padding-top: 6.875rem;
  }
}

.p-top-mv__img-wrap {
  position: relative;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-mv__img-wrap {
    width: 60%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.p-top-mv__img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__img {
    height: auto;
  }
}

.p-top-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-top-mv__body {
  position: absolute;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-mv__body {
    position: relative;
    height: auto;
  }
}

.p-top-mv__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-mv__content__img {
  width: 64.3%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__content__img {
    width: 70%;
  }
}

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

.p-top-mv__content {
  margin-top: 35%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__content {
    max-width: 37.5rem;
    margin-top: 0;
    margin-right: -10.5rem;
    position: relative;
    z-index: 2;
  }
}

.p-top-mv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #100079;
  font-size: 2.875rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    font-size: 6.875rem;
  }
}

.p-top-mv__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-mv__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    font-size: 1.5625rem;
    background: transparent;
    padding: 0;
    margin-top: 1.875rem;
    margin-left: 0.625rem;
    color: #100079;
  }
}

.p-top-news {
  position: relative;
  z-index: 2;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    margin-top: 9.6875rem;
  }
}

.p-top-news__inner {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  max-width: 78.4375rem;
  margin-inline: auto;
  background-color: #FFDEDC;
  border-radius: 1.25rem;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.p-top-news__inner::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background-color: #F3ACB3;
  border-radius: 1.25rem;
  border: 1px solid #333;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-top-news::before {
    content: "";
    position: absolute;
    width: 26.4375rem;
    aspect-ratio: 423/216;
    background: url("../images/kumo-big2.png") no-repeat center/contain;
    top: -5.125rem;
    left: calc(50% - 54.5rem);
    pointer-events: none;
    -webkit-animation: kumoFloatNews 6.5s ease-in-out infinite;
            animation: kumoFloatNews 6.5s ease-in-out infinite;
  }
}

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

.p-top-news__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-top-news__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    margin-top: 4.375rem;
  }
}

.p-top-news__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 4.375rem;
    margin-bottom: 7.875rem;
  }
}

.p-top-news__item:not(:first-child) {
  margin-top: 1rem;
}

.p-top-recruit {
  padding-top: 5rem;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 17.25rem;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    margin-top: 0;
    padding-top: 10.625rem;
  }
}

.p-top-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/recruit--bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  z-index: -1;
}

.p-top-recruit__content {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__content {
    padding: 4.375rem 1.25rem;
  }
}

.p-top-recruit__title {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3A39;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__title {
    font-size: 2.5rem;
  }
}

.p-top-recruit__text {
  text-align: left;
  margin-top: 1.875rem;
  letter-spacing: 0.15em;
  line-height: 1.85;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text {
    margin-top: 3.75rem;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.p-top-recruit__text--large {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text--large {
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.p-top-recruit__big {
  font-size: 1.25rem;
  line-height: 1.5625;
  font-weight: 500;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__big {
    font-size: 2rem;
  }
}

.p-top-recruit__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 4vw, 60px);
  width: 100%;
  max-width: 53.75rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__cards {
    margin-top: 3.75rem;
  }
}

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

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

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

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

@media screen and (min-width: 1024px) {
  .u-tb {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
