@charset "UTF-8";
body {
  overflow-x: hidden;
}

html {
  font-size: 100%;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background-color: #F7F2EA;
}

main {
  font-family: "Zen Maru Gothic", serif;
  color: #502F23;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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 */
/* 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%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 60rem;
  }
}

.p-banner {
  padding-top: 2.8125rem;
  padding-bottom: 4.6875rem;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding-top: 1.5625rem;
    padding-bottom: 3.125rem;
  }
}

.p-banner__inner {
  max-width: 55rem;
  position: relative;
  z-index: 2;
}

.p-banner__content {
  width: 45rem;
  margin-inline: auto;
  background-image: url(../images/banner_frame_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 3.75rem 2.5rem 4.0625rem 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
}
@media screen and (max-width: 767px) {
  .p-banner__content {
    width: 21.25rem;
    background-image: url(../images/banner_frame_sp.png);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.875rem 1.25rem 2.5rem 3.125rem;
    position: relative;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: -0.625rem;
  }
}

.p-banner__circle {
  width: 8.75rem;
  height: 8.75rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #BB7F1A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner__circle {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: -0.8125rem;
    left: 53%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-banner__text {
  color: #fff;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-banner__text {
    font-size: 2.625rem;
    line-height: 1.2;
    text-align: center;
  }
}
.p-banner__text .small {
  font-size: 1.4375rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-banner__text .small {
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 0.625rem;
  }
}
.p-banner__text .num {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-banner__text .num {
    font-size: 2.5rem;
  }
}
.p-banner__text .md {
  font-size: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-banner__text .md {
    font-size: 2.5rem;
  }
}

.p-banner__annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
  max-width: 43rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-banner__annotation {
    font-size: 0.75rem;
    padding-left: 0;
    margin-top: 0.75rem;
  }
}

.p-banner__annotation span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-banner__annotation span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-banner__annotation span::before {
  content: "※";
}

.p-banner__confetti01 {
  width: 36.0625rem;
  position: absolute;
  top: -3.125rem;
  left: -10.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-banner__confetti01 {
    width: 6.875rem;
    top: -3.125rem;
    left: 0;
  }
}
.p-banner__confetti01 img {
  width: 100%;
  height: auto;
}

.p-banner__confetti02 {
  width: 21.875rem;
  position: absolute;
  top: -4rem;
  right: -11.1875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-banner__confetti02 {
    width: 8.25rem;
    top: -3.6rem;
    right: -0.125rem;
  }
}
.p-banner__confetti02 img {
  width: 100%;
  height: auto;
}

.p-foating-btn {
  width: 9.375rem;
  height: 9.0625rem;
  position: fixed;
  z-index: 100;
  bottom: 1.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-foating-btn {
    width: 6.625rem;
    height: 6.625rem;
    font-size: 1.125rem;
    bottom: 1.25rem;
    left: auto;
    left: initial;
    right: 0;
  }
}
.p-foating-btn em {
  font-style: normal;
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-foating-btn em {
    font-size: 2rem;
  }
}

.p-foating-btn a {
  font-family: "Zen Maru Gothic", serif;
  display: block;
  width: 9.375rem;
  height: 9.0625rem;
  background-color: #F2975F;
  border-radius: 0 1.25rem 1.25rem 0;
  -webkit-box-shadow: 6px 6px 0 #E2703E, 0 6px 0 #E2703E;
          box-shadow: 6px 6px 0 #E2703E, 0 6px 0 #E2703E;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .p-foating-btn a {
    width: 6.625rem;
    height: 6.625rem;
    font-size: 1.125rem;
    bottom: 1.25rem;
    left: auto;
    left: initial;
    right: 0;
    border-radius: 1.25rem 0 0 1.25rem;
    -webkit-box-shadow: -4px 5px 0 #E2703E, 0 5px 0 #E2703E;
            box-shadow: -4px 5px 0 #E2703E, 0 5px 0 #E2703E;
    padding-top: 2.25rem;
  }
}
.p-foating-btn a em {
  font-style: normal;
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-foating-btn a em {
    font-size: 2rem;
  }
}

.p-foating-btn::before {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../images/icon_sarch_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 1rem;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-foating-btn::before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.625rem;
  }
}

@media (any-hover: hover) {
  .p-foating-btn:hover {
    opacity: 1 !important;
  }
  .p-foating-btn:hover::before {
    -webkit-transform: translateX(-50%) scale(1.5);
            transform: translateX(-50%) scale(1.5);
  }
}
.p-intro {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F7F2EA calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F7F2EA calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 4.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-intro__inner.l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-intro::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  background-image: url(../images/wave01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro::before {
    background-image: url(../images/wave05.png);
    height: 2.5rem;
  }
}

.p-intro::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  background-image: url(../images/wave02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro::after {
    background-image: url(../images/wave06.png);
    height: 2.5rem;
  }
}

.p-intro__head {
  text-align: center;
}

.p-intro__title {
  display: inline-block;
  font-size: 3.25rem;
  font-weight: 500;
  position: relative;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 2.375rem;
    line-height: 1.0263157895;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-intro__title::before {
  content: "";
  display: inline-block;
  background: url(../images/text_deco01.png) no-repeat center center/contain;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-intro__title::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -0.625rem;
    bottom: 0rem;
  }
}

.p-intro__title::after {
  content: "";
  display: inline-block;
  background: url(../images/text_deco01.png) no-repeat center center/contain;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  right: 0;
  bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-intro__title::after {
    width: 2.5rem;
    height: 2.5rem;
    right: -0.625rem;
    bottom: 0rem;
  }
}

.p-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0625rem;
  position: relative;
  max-width: 50rem;
  margin-inline: auto;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-intro__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0;
    margin-top: 0.625rem;
  }
}

.p-intro__list::before {
  content: "";
  display: inline-block;
  width: 5.5rem;
  height: 8.125rem;
  background: url(../images/img_people02.png) no-repeat center center/contain;
  position: absolute;
  bottom: -0.625rem;
  right: -3.125rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro__list::before {
    width: 5.5rem;
    height: 9.25rem;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.p-intro__item {
  width: 11.6875rem;
  height: 11.6875rem;
  background-color: #502F23;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__item {
    width: 7.3125rem;
    height: 7.3125rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-intro__item:nth-child(3) {
    margin-right: 2.8125rem;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}

@media screen and (max-width: 767px) {
  .p-intro__item:nth-child(4) {
    margin-left: 2.8125rem;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}

.p-intro__arrow {
  width: 1.5625rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-intro__arrow {
    bottom: 0;
  }
}
.p-intro__arrow img {
  width: 100%;
  height: auto;
}

.p-mv {
  padding-top: 2.125rem;
  padding-bottom: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 1.625rem;
  }
}

.p-mv__inner {
  max-width: 80rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.p-mv__lead {
  width: 26.4375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    width: 16.25rem;
  }
}
.p-mv__lead img {
  width: 100%;
  height: auto;
}

.p-mv__title {
  width: 36.5625rem;
  margin-inline: auto;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    width: 20.625rem;
  }
}
.p-mv__title img {
  width: 100%;
  height: auto;
}

.p-mv__body {
  margin-inline: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  position: relative;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-mv__body::before {
  content: "";
  display: inline-block;
  width: 8.625rem;
  height: 7.4375rem;
  background: url(../images/img_people01.png) no-repeat center center/contain;
  position: absolute;
  left: 10.1875rem;
  bottom: 97%;
}
@media screen and (max-width: 767px) {
  .p-mv__body::before {
    display: none;
  }
}
.p-mv__body::after {
  content: "";
  display: inline-block;
  width: 1.375rem;
  height: 0.875rem;
  background: url(../images/img_hand.png) no-repeat center center/contain;
  position: absolute;
  left: 10.625rem;
  bottom: 98.7%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__body::after {
    display: none;
  }
}
.p-mv__body .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 5rem;
  bottom: auto;
  bottom: initial;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__body .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    top: auto;
    top: initial;
    bottom: 0;
  }
}
.p-mv__body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-mv__body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv__body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-mv__body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.375rem;
  }
}
.p-mv__body .swiper-pagination-bullet {
  background-color: #F7F2EA;
  height: 0.5rem;
  width: 0.5rem;
  border: 1px solid #502F23;
  opacity: 1;
}
.p-mv__body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #502F23;
}
.p-mv__body .swiper-slide {
  border-radius: 4.375rem 0 4.375rem 0;
  overflow: hidden;
}
.p-mv__body .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-mv__slider img {
  aspect-ratio: 1031/468;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 4.375rem 0 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv__slider img {
    aspect-ratio: 335/408;
  }
}

.p-mv__text {
  width: 6.875rem;
  position: absolute;
  top: 2.5rem;
  right: 11.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    width: 15rem;
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    bottom: 2.875rem;
    left: 0.5rem;
  }
}
.p-mv__text img {
  width: 100%;
  height: auto;
}

.p-mv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: absolute;
  right: 4.375rem;
  bottom: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    display: none;
  }
}
.p-mv__scroll span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-mv__scroll img {
  width: 0.25rem;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.p-mv__bg01 {
  width: 6.75rem;
  position: absolute;
  top: 18.75rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg01 {
    width: 4.375rem;
    top: -1.875rem;
    left: auto;
    left: initial;
    right: -1.25rem;
  }
}

.p-mv__bg02 {
  width: 5rem;
  position: absolute;
  top: 6.25rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg02 {
    display: none;
  }
}

.p-mv__bg03 {
  width: 6.6875rem;
  position: absolute;
  top: -1.875rem;
  left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg03 {
    display: none;
  }
}

.p-mv__bg04 {
  width: 6.6875rem;
  position: absolute;
  top: -1.875rem;
  right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg04 {
    display: none;
  }
}

.p-mv__bg05 {
  width: 9.3125rem;
  position: absolute;
  top: 21.875rem;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__bg05 {
    width: 5.9375rem;
    top: auto;
    top: initial;
    bottom: -6.25rem;
    left: 0;
    right: auto;
    right: initial;
  }
}

.p-point {
  padding-bottom: 3.5625rem;
  position: relative;
  z-index: 2;
  overflow-x: clip;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5.625rem, transparent), color-stop(5.625rem, #F2975F), to(#F2975F));
  background: linear-gradient(to bottom, transparent 0%, transparent 5.625rem, #F2975F 5.625rem, #F2975F 100%);
}
@media screen and (max-width: 767px) {
  .p-point {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1.875rem, transparent), color-stop(1.875rem, #F2975F), to(#F2975F));
    background: linear-gradient(to bottom, transparent 0%, transparent 1.875rem, #F2975F 1.875rem, #F2975F 100%);
    padding-bottom: 1.4375rem;
  }
}

.p-point::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5.625rem;
  background-image: url(../images/wave03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  top: 0.625rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-point::before {
    height: 3.125rem;
    top: 0.625rem;
  }
}

.p-point::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4.375rem;
  background-image: url(../images/wave04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-point::after {
    background-image: url(../images/wave07.png);
    height: 2.5rem;
  }
}

.p-point__inner {
  position: relative;
  z-index: 2;
}

.p-point__lead {
  text-align: center;
}

.p-point__lead span {
  display: inline-block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  background-color: #502F23;
  padding: 0.625rem 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point__lead span {
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
  }
}

.p-point__lead span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  background-color: #502F23;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}
@media screen and (max-width: 767px) {
  .p-point__lead span::after {
    height: 0.75rem;
  }
}

.p-point__title {
  text-align: center;
  margin-top: 2.125rem;
}

.p-point__title span {
  display: inline-block;
  color: #fff;
  font-size: 3.4375rem;
  font-weight: 500;
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point__title span {
    font-size: 2.125rem;
    line-height: 1.0588235294;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-point__title span::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 3.75rem;
  background: url(../images/text_deco02.png) no-repeat center center/contain;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-point__title span::before {
    width: 2.1875rem;
    height: 3.4375rem;
    top: 0.5rem;
    left: -1.875rem;
  }
}

.p-point__title span::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 3.75rem;
  background: url(../images/text_deco02.png) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-point__title span::after {
    width: 2.1875rem;
    height: 3.4375rem;
    top: 0.5rem;
    right: -1.5625rem;
  }
}

.p-point__content {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 1.4375rem;
  padding: 2.5rem 1.875rem 2.5rem 1.875rem;
  position: relative;
  max-width: 65rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-point__content {
    padding: 1.875rem 0.625rem 1.25rem 1.5625rem;
    margin-top: 0.625rem;
  }
}

.p-point__content.p-point__content--02 {
  margin-top: 2.5rem;
  padding: 2.5rem 1.875rem 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__content.p-point__content--02 {
    margin-top: 1.4375rem;
    padding: 1.875rem 0.625rem 1.25rem 1.5625rem;
  }
}

.p-point__content::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: calc(100% - 4.0625rem);
  background-image: url(../images/dot_line.png);
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__content::before {
    width: 0.4375rem;
    left: 0.5625rem;
    height: calc(100% - 3.125rem);
  }
}

.p-point__content-lead {
  text-align: center;
}

.p-point__content-lead span {
  color: #F2975F;
  font-size: 1.1875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-point__content-lead span {
    font-size: 0.75rem;
    gap: 0.5rem;
  }
}

.p-point__content-lead span::before {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 1.125rem;
  background: url(../images/text_deco03.png) no-repeat center center/contain;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__content-lead span::before {
    width: 0.625rem;
    height: 0.9375rem;
    margin-bottom: 0.25rem;
  }
}

.p-point__content-lead span::after {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 1.125rem;
  background: url(../images/text_deco03.png) no-repeat center center/contain;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__content-lead span::after {
    width: 0.625rem;
    height: 0.9375rem;
    margin-bottom: 0.25rem;
  }
}

.p-point__text {
  color: #502F23;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__text {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-top: 0.625rem;
  }
}
.p-point__text img {
  display: inline;
}
.p-point__text .row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-point__text .row01 img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-point__text .row01 img {
    width: 6.25rem;
    height: auto;
  }
}
.p-point__text .line01 {
  display: inline-block;
  position: relative;
}
.p-point__text .line01::after {
  content: "";
  display: inline-block;
  width: 32.3125rem;
  height: 5.3125rem;
  background: url(../images/text_line02.png) no-repeat center center/contain;
  position: absolute;
  bottom: -2.8125rem;
  left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__text .line01::after {
    width: 15.25rem;
    height: 3.125rem;
    bottom: -1.5rem;
    left: -0.625rem;
  }
}
.p-point__text .line02 {
  display: inline-block;
  position: relative;
}
.p-point__text .line02::after {
  content: "";
  display: inline-block;
  width: 18.75rem;
  height: 5.3125rem;
  background: url(../images/text_line03.png) no-repeat center center/contain;
  position: absolute;
  bottom: -2.8125rem;
  left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__text .line02::after {
    width: 9.375rem;
    left: 0;
    bottom: -2.5rem;
  }
}
.p-point__text .line01-text {
  position: relative;
  z-index: 2;
}
.p-point__text .line02-text {
  position: relative;
  z-index: 2;
}

.p-point__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.p-point__list::before {
  content: "";
  display: inline-block;
  width: 96%;
  height: 0.3125rem;
  background: url(../images/line01.svg) no-repeat center center/contain;
  position: absolute;
  top: 49%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-point__list::before {
    display: none;
  }
}

.p-point__list::after {
  content: "";
  display: inline-block;
  height: 92%;
  width: 0.3125rem;
  background: url(../images/line02.svg) no-repeat center center/contain;
  position: absolute;
  top: 4%;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-point__list::after {
    display: none;
  }
}

.p-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
  padding: 1.875rem 1.25rem 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point-item {
    padding: 0.9375rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.25rem;
    background: url(../images/line03.png) no-repeat center center/contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.p-point-item__img {
  width: 7.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-point-item__img {
    width: 4.125rem;
    padding: 0;
  }
}
.p-point-item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-point-item__lead {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3076923077;
}
@media screen and (max-width: 767px) {
  .p-point-item__lead {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}

.p-point-item__text {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-point-item__text {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    margin-top: 0.25rem;
  }
}

.p-point__map {
  width: 52.6875rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__map {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.p-point__map img {
  width: 100%;
  height: auto;
}

.p-point__img01 {
  width: 9.5rem;
  position: absolute;
  top: 12rem;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-point__img01 {
    width: 7.25rem;
    top: auto;
    top: initial;
    bottom: -0.625rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.p-point__img01 img {
  width: 100%;
  height: auto;
}

.p-point__img02 {
  width: 8.1875rem;
  position: absolute;
  bottom: -1.875rem;
  left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__img02 {
    width: 4.9375rem;
    bottom: -1.25rem;
    left: -0.625rem;
  }
}
.p-point__img02 img {
  width: 100%;
  height: auto;
}

.p-point__bg01 {
  width: 7.5rem;
  position: absolute;
  top: 7.5rem;
  left: -5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-point__bg01 {
    width: 5.625rem;
    top: 8.125rem;
    left: auto;
    left: initial;
    right: -0.625rem;
  }
}
.p-point__bg01 img {
  width: 100%;
  height: auto;
}

.p-point__bg02 {
  width: 7.5rem;
  position: absolute;
  top: 12.5rem;
  right: -5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-point__bg02 {
    width: 5.625rem;
    right: auto;
    right: initial;
    left: -0.625rem;
    top: 43.75rem;
  }
}
.p-point__bg02 img {
  width: 100%;
  height: auto;
}

.p-point__bg03 {
  width: 7.5rem;
  position: absolute;
  top: 43.75rem;
  left: -5rem;
  z-index: 2;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-point__bg03 {
    width: 5.625rem;
    right: -1.25rem;
    left: auto;
    left: initial;
    top: auto;
    top: initial;
    bottom: -1.875rem;
  }
}
.p-point__bg03 img {
  width: 100%;
  height: auto;
}

.p-point__bg04 {
  width: 5rem;
  position: absolute;
  top: 37.5rem;
  right: 0rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-point__bg04 {
    display: none;
  }
}
.p-point__bg04 img {
  width: 100%;
  height: auto;
}

.p-point__bg05 {
  width: 10rem;
  position: absolute;
  top: 53.75rem;
  right: -5.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-point__bg05 {
    display: none;
  }
}
.p-point__bg05 img {
  width: 100%;
  height: auto;
}

.p-point__bg06 {
  width: 6.25rem;
  position: absolute;
  top: 75rem;
  right: -1.875rem;
  z-index: 2;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-point__bg06 {
    display: none;
  }
}
.p-point__bg06 img {
  width: 100%;
  height: auto;
}

.p-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-type-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-type-item__body {
  width: 20.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-type-item__body {
    display: contents;
    width: 100%;
  }
}

.p-type-item__title {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.2857142857;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-type-item__title {
    font-size: 2.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
}

.p-type-item__title-num {
  color: #5D80A3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8125rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  opacity: 0.25;
  margin-bottom: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__title-num {
    font-size: 4.8125rem;
    margin-right: auto;
    margin-bottom: -2.5rem;
  }
}

.p-type-item__content {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__content {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-type-item__worry {
  color: #38445D;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.875rem 1.25rem 2.1875rem 1.25rem;
  background: url(../images/fukidashi.png) no-repeat center center/contain;
  position: relative;
  z-index: 2;
  max-width: 19rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-type-item__worry {
    padding: 0.75rem 1.25rem 2.3125rem 1.25rem;
  }
}
.p-type-item__worry span {
  display: block;
  margin-top: 0.375rem;
}

.p-type-item__worry.p-type-item__worry--lg {
  background: url(../images/fukidashi_lg.png) no-repeat center center/contain;
}

.p-type-item__worry-title {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #38445D;
  padding: 0.1875rem 1.5rem;
  border-radius: 1.875rem;
  margin-bottom: 0.25rem;
}

.p-type-item__solution {
  background-color: #F2975F;
  border-radius: 0.375rem;
  padding: 3.75rem 0.9375rem 1.625rem 0.9375rem;
  margin-top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__solution {
    padding: 3.125rem 0.9375rem 1.75rem 0.9375rem;
  }
}
.p-type-item__solution span {
  display: block;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}

.p-type-item__solution.p-type-item__solution--03 {
  padding: 3.75rem 0.9375rem 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__solution.p-type-item__solution--03 {
    padding: 3.125rem 0.9375rem 0.625rem 0.9375rem;
  }
}

.p-type-item__solution-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__solution-list {
    margin-top: 0.3125rem;
  }
}

.p-type-item__solution-list.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
}

.p-type-item__solution-item {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  background-color: #fff;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.1875rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .p-type-item__solution-item {
    font-size: 1.125rem;
  }
}

.p-type-item__note {
  color: #fff;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 0.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__note {
    padding-right: 2.5rem;
    font-size: 0.75rem;
  }
}

.p-type-item__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: calc(50% - 50vw);
  height: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__img {
    width: calc(100vw - 1.25rem);
    height: 14.625rem;
  }
}
.p-type-item__img picture {
  height: 100%;
}
.p-type-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem 0 0 1.875rem;
  -o-object-position: top center;
     object-position: top center;
}

.p-type-item__img.p-type-item__img--lg {
  height: 33.1875rem;
}
@media screen and (max-width: 767px) {
  .p-type-item__img.p-type-item__img--lg {
    height: 14.625rem;
  }
}

.p-type-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-type-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-type-item:nth-child(even) .p-type-item__img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  border-radius: 1.875rem 0 1.875rem 0;
}
.p-type-item:nth-child(even) .p-type-item__img img {
  border-radius: 0 1.875rem 1.875rem 0;
}

.p-type-item:nth-child(1)::after {
  content: "";
  width: 8.3125rem;
  height: 12.1875rem;
  background: url(../images/img_people03.png) no-repeat center center/contain;
  position: absolute;
  left: -6.25rem;
  bottom: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-type-item:nth-child(1)::after {
    width: 5.8125rem;
    height: 8.5rem;
    left: 0rem;
    bottom: -2.1875rem;
  }
}

.p-type-item:nth-child(2)::after {
  content: "";
  width: 6.375rem;
  height: 7.5rem;
  background: url(../images/img_people04.png) no-repeat center center/contain;
  position: absolute;
  right: -5.625rem;
  bottom: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-type-item:nth-child(2)::after {
    width: 5rem;
    height: 5.875rem;
    bottom: -1.5625rem;
    right: -1.25rem;
  }
}

.p-type-item:nth-child(3)::after {
  content: "";
  width: 10.0625rem;
  height: 11.6875rem;
  background: url(../images/img_people05.png) no-repeat center center/contain;
  position: absolute;
  left: -6.25rem;
  bottom: -3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-type-item:nth-child(3)::after {
    width: 7.0625rem;
    height: 8.1875rem;
    left: -0.625rem;
    bottom: -2.8125rem;
  }
}

.p-type-item:nth-child(4)::after {
  content: "";
  width: 9.875rem;
  height: 7.375rem;
  background: url(../images/img_people06.png) no-repeat center center/contain;
  position: absolute;
  right: -6.25rem;
  bottom: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-type-item:nth-child(4)::after {
    width: 7.9375rem;
    height: 5.9375rem;
    right: -2.1875rem;
    bottom: -2.1875rem;
  }
}

.p-type {
  padding-top: 1.875rem;
  padding-bottom: 8.125rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-type {
    padding-top: 2.125rem;
    padding-bottom: 3.75rem;
  }
}

.p-type__inner {
  position: relative;
}

.p-type__lead {
  text-align: center;
}

.p-type__lead span {
  display: inline-block;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  background-color: #5D80A3;
  padding: 0.1875rem 2.1875rem;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-type__lead span {
    font-size: 1.125rem;
    padding: 0.1875rem 1.25rem;
  }
}

.p-type__lead span::after {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 0.5rem;
  background-color: #5D80A3;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-type__title {
  font-size: 4.1875rem;
  font-weight: 500;
  text-align: center;
  margin-top: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-type__title {
    font-size: 2rem;
    margin-top: 0.625rem;
    line-height: 1;
  }
}
.p-type__title em {
  font-size: 5.8125rem;
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-type__title em {
    font-size: 5.625rem;
    line-height: 1;
    margin-top: -0.625rem;
  }
}
.p-type__title small {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right;
  display: block;
  margin-right: 6.25rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-type__title small {
    margin-top: 0.625rem;
    margin-right: 0;
  }
}
.p-type__title .line {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-type__title .type {
    font-size: 4.1875rem;
  }
}
.p-type__title .line::before {
  content: "";
  display: inline-block;
  width: 18.75rem;
  height: 3.75rem;
  background: url(../images/text_line01.png) no-repeat center center/contain;
  position: absolute;
  bottom: -0.4375rem;
  left: -10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-type__title .line::before {
    left: -1.25rem;
    bottom: -1.625rem;
    width: 16.5625rem;
  }
}

.p-type__list {
  max-width: 55rem;
  margin-inline: auto;
  margin-top: 0.625rem;
  position: relative;
  z-index: 2;
}

.p-type__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-type__item:nth-child(n+2) {
    margin-top: 2.8125rem;
  }
}

.p-type__bg01 {
  width: 5.9375rem;
  position: absolute;
  top: 10.625rem;
  left: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg01 {
    width: 5rem;
    top: -2.8125rem;
    left: auto;
    left: initial;
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    z-index: 2;
  }
}
.p-type__bg01 img {
  width: 100%;
  height: auto;
}

.p-type__bg02 {
  width: 8.75rem;
  position: absolute;
  top: 34.375rem;
  left: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg02 {
    width: 5.625rem;
    left: -0.625rem;
    top: 17.8125rem;
  }
}
.p-type__bg02 img {
  width: 100%;
  height: auto;
}

.p-type__bg03 {
  width: 7.5rem;
  position: absolute;
  top: 5rem;
  right: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg03 {
    width: 5.625rem;
    right: 0;
    top: 56.25rem;
  }
}
.p-type__bg03 img {
  width: 100%;
  height: auto;
}

.p-type__bg04 {
  width: 7.5rem;
  position: absolute;
  top: 45rem;
  right: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg04 {
    width: 5rem;
    right: 0;
    top: 101.25rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.p-type__bg04 img {
  width: 100%;
  height: auto;
}

.p-type__bg05 {
  width: 5.625rem;
  position: absolute;
  top: 59.375rem;
  right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg05 {
    width: 6.875rem;
    right: -0.625rem;
    top: 145.625rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.p-type__bg05 img {
  width: 100%;
  height: auto;
}

.p-type__bg06 {
  width: 6.875rem;
  position: absolute;
  top: 71.875rem;
  right: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg06 {
    width: 5rem;
    top: auto;
    top: initial;
    bottom: -3.75rem;
    right: inherit;
    left: -1.25rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.p-type__bg06 img {
  width: 100%;
  height: auto;
}

.p-type__bg07 {
  width: 5.625rem;
  position: absolute;
  top: 90.625rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg07 {
    display: none;
  }
}
.p-type__bg07 img {
  width: 100%;
  height: auto;
}

.p-type__bg08 {
  width: 6.25rem;
  position: absolute;
  top: 115.625rem;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg08 {
    display: none;
  }
}
.p-type__bg08 img {
  width: 100%;
  height: auto;
}

.p-type__bg09 {
  width: 8.75rem;
  position: absolute;
  top: 131.25rem;
  right: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg09 {
    display: none;
  }
}
.p-type__bg09 img {
  width: 100%;
  height: auto;
}

.p-type__bg10 {
  width: 5.625rem;
  position: absolute;
  top: 145.625rem;
  left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg10 {
    display: none;
  }
}
.p-type__bg10 img {
  width: 100%;
  height: auto;
}

.p-type__bg11 {
  width: 8.75rem;
  position: absolute;
  top: 150rem;
  right: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-type__bg11 {
    display: none;
  }
}
.p-type__bg11 img {
  width: 100%;
  height: auto;
}

.p-work {
  padding-top: 7.125rem;
  padding-bottom: 5.9375rem;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F7F2EA calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F7F2EA calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}

.p-work::before {
  content: "";
  display: inline-block;
  width: 11.0625rem;
  height: 8rem;
  background: url(../images/img_people09.png) no-repeat center center/contain;
  position: absolute;
  top: 7.625rem;
  left: calc(50% + 19.6875rem);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-work::before {
    width: 6.625rem;
    height: 5.125rem;
    top: 2.8125rem;
    left: calc(50% + 3.75rem);
  }
}

.p-work::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  background-image: url(../images/wave02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-work::after {
    background-image: url(../images/wave06.png);
    height: 2.5rem;
  }
}

.p-work__title {
  font-size: 3.75rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-work__title {
    font-size: 2.25rem;
  }
}

.p-work__title::before {
  content: "";
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  background: url(../images/icon_sarch.svg) no-repeat center center/contain;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-work__title::before {
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 0;
  }
}

.p-work__text {
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-work__text {
    margin-top: 1.6875rem;
  }
}

.p-work__text span {
  color: #5D80A3;
  font-size: 1.75rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-work__text span {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-work__text span::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/text_deco04.png) no-repeat center center/contain;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-work__text span::before {
    top: auto;
    top: initial;
    bottom: 0;
    left: -2.875rem;
  }
}

.p-work__text span::after {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/text_deco04.png) no-repeat center center/contain;
  position: absolute;
  top: 0.375rem;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-work__text span::after {
    top: auto;
    top: initial;
    bottom: 0;
    right: -1.625rem;
  }
}

.p-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-work__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4375rem;
    margin-top: 0.625rem;
  }
}

.p-work__item {
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.0689655172;
  padding: 1.375rem 1.5625rem 1.375rem 3.125rem;
  background-color: #5D80A3;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work__item {
    font-size: 1rem;
    min-width: 6.25rem;
    padding: 0.75rem 0.375rem 0.75rem 1.5625rem;
    border-radius: 1rem;
  }
}
.p-work__item small {
  display: block;
  font-size: 1.0625rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-work__item small {
    font-size: 0.75rem;
  }
}

.p-work__item::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 1.375rem;
  background: url(../images/icon_check_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-work__item::before {
    width: 0.875rem;
    height: 0.75rem;
    left: 0.3125rem;
  }
}

.p-work__body {
  margin-top: 1.875rem;
  max-width: 66.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work__body {
    margin-top: 1.5rem;
  }
}

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-tab__item {
  color: #502F23;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  width: 50%;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0.625rem;
  border-top: 2px solid #502F23;
  border-left: 2px solid #502F23;
  border-right: 2px solid #502F23;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-tab__item {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    padding: 0.875rem 0.625rem;
  }
}

.p-tab__item span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-tab__item.is-active {
  color: #fff;
  background-color: #F2975F;
  border-top: 2px solid #F2975F;
  border-left: 2px solid #F2975F;
  border-right: 2px solid #F2975F;
}

.p-panel {
  background-color: #fff;
  border: 2px solid #F2975F;
  border-radius: 0 0 0.625rem 0.625rem;
}

.p-panel__item {
  display: none;
  padding: 2.9375rem 1.25rem;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-panel__item {
    padding: 2.25rem 1.25rem;
  }
}

.p-panel__item.is-active {
  display: block;
  -webkit-animation: panel-show 0.6s ease-in-out forwards;
          animation: panel-show 0.6s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-panel__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  row-gap: 1.1875rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-panel__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
    row-gap: 0.5625rem;
  }
}

.p-panel__list-item a,
.p-panel__list-item button {
  display: inline-block;
  min-width: 12rem;
  color: #F2975F;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem 0.625rem;
  border: 2px solid #F2975F;
  border-radius: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-panel__list-item a,
  .p-panel__list-item button {
    font-size: 0.875rem;
    min-width: 8.875rem;
  }
}

@media (any-hover: hover) {
  .p-panel__list-item button:hover {
    color: #fff;
    background-color: #F2975F;
    opacity: 1;
  }
  .p-panel__list-item a:hover {
    color: #fff;
    background-color: #F2975F;
    opacity: 1;
  }
  .p-tab__item:hover span {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.p-work__banner {
  margin-top: 2.25rem;
  text-align: center;
}

.p-work__banner a {
  display: inline-block;
  background-color: #F2975F;
  border-radius: 2.5rem;
  padding: 1.8125rem 1.25rem 1.8125rem 2.5rem;
  min-width: 33.5625rem;
  -webkit-box-shadow: 6px 6px 0 #E2703E;
          box-shadow: 6px 6px 0 #E2703E;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-work__banner a {
    width: 100%;
    min-width: 20.625rem;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    border-radius: 1.875rem;
  }
}

.p-work__banner a::before {
  content: "";
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-work__banner-logo {
  width: 13.25rem;
  margin-inline: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-work__banner-logo {
    width: 10.375rem;
  }
}
.p-work__banner-logo img {
  width: 100%;
  height: auto;
}

.p-work__banner-text {
  color: #F2975F;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF6E5;
  border: 2px solid #F2975F;
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: 8.625rem;
  height: 8.4375rem;
  padding-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-work__banner-text {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    width: 5.8125rem;
    height: 5.625rem;
    top: -0.3125rem;
    left: -0.625rem;
  }
}

.p-work__banner-text::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #FFF6E5;
  position: absolute;
  top: 5.625rem;
  right: -0.1875rem;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
}
@media screen and (max-width: 767px) {
  .p-work__banner-text::before {
    top: 2.9375rem;
    right: -0.2rem;
  }
}

@media (any-hover: hover) {
  .p-work__banner a:hover {
    opacity: 1;
  }
  .p-work__banner a:hover .p-work__banner-logo {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-work__banner a:hover .p-work__banner-text {
    top: -1.875rem;
  }
}
.p-panel__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-panel__btn {
    margin-top: 1.6875rem;
  }
}

.p-panel__btn button {
  display: inline-block;
  min-width: 12rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem 2.5rem;
  border: 2px solid #F2975F;
  border-radius: 1.875rem;
  background-color: #F2975F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-panel__btn button {
    font-size: 0.875rem;
    min-width: 8.875rem;
  }
}

.p-panel__btn button::after {
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (any-hover: hover) {
  .p-panel__btn button:hover {
    opacity: 1;
    border: 2px solid #E2703E;
    background-color: #E2703E;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

.u-color-orange {
  color: #F2975F;
}

.u-text-blue {
  color: #5D80A3;
}

.u-text-gray {
  color: #38445D;
}
/*# sourceMappingURL=styles.css.map */
