@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3445378151vw;
  }
}
@media (min-width: 1190px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  color: #333;
  letter-spacing: 0.1em;
}

@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 */
.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: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-section-title__en {
  color: #D9D9D9;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 4rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title__heading {
    margin-top: 0.8rem;
  }
}
.c-section-title__heading h2 {
  font-size: 0.75rem;
  line-height: 3.3333333333;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-section-title__heading h2 {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.c-un-fvs {
  position: relative;
  width: 100%;
  aspect-ratio: 375/778;
  background-image: url(../images/un-fv-img1-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100svh;
}
.c-un-fvs .l-inner--un-fv {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-un-fvs {
    aspect-ratio: 1440/778;
    background-image: url(../images/un-fv-img1.jpg);
  }
}

.c-un-fvs--service {
  background-image: url(../images/un-fv-img2-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-un-fvs--service {
    aspect-ratio: 1440/778;
    background-image: url(../images/un-fv-img2.jpg);
  }
}

.c-un-fvs--process {
  background-image: url(../images/un-fv-img3-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-un-fvs--process {
    aspect-ratio: 1440/778;
    background-image: url(../images/un-fv-img3-pc.jpg);
  }
}

.c-un-fvs--privacy {
  background-image: url(../images/un-fv-img4-sp.jpg);
}
@media screen and (min-width: 768px) {
  .c-un-fvs--privacy {
    aspect-ratio: 1440/778;
    background-image: url(../images/un-fv-img4-pc.jpg);
  }
}

.c-un-fvs__contens {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.c-un-fvs__tits {
  position: absolute;
  bottom: 12.0625rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__tits {
    bottom: 7.5rem;
  }
}

.c-un-fvs--privacy .c-un-fvs__tits {
  bottom: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .c-un-fvs--privacy .c-un-fvs__tits {
    bottom: 6.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only-br-poli {
    display: none;
  }
}

.c-un-fvs__tit p {
  color: #fff;
  font-weight: 400;
  font-family: "Cormorant", serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__tit p {
    font-size: 8rem;
  }
}

.c-un-fvs__mainTit {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__mainTit {
    margin-top: 0.9375rem;
  }
}
.c-un-fvs__mainTit h2 {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__mainTit h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.c-un-fvs--privacy .c-un-fvs__tit p {
  line-height: 1.09375;
}
@media screen and (min-width: 768px) {
  .c-un-fvs--privacy .c-un-fvs__mainTit {
    margin-top: 2.125rem;
  }
}

.c-un-fvs--process .c-un-fvs__mainTit h2 {
  color: unset;
}

.c-un-fvs__lists {
  color: #fff;
  position: absolute;
  right: 0.625rem;
  bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__lists {
    bottom: 3.4375rem;
    right: 0;
  }
}

.c-un-fvs__list a {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  line-height: 2.8571428571;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__list a {
    font-size: 1.25rem;
    line-height: 2;
    padding-left: 2.5625rem;
  }
}
.c-un-fvs__list a .c-un-fvs__listImg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-un-fvs__list a .c-un-fvs__listImg img {
  width: 100%;
}

.c-un-fvs__list:nth-child(n+2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-un-fvs__list:nth-child(n+2) {
    margin-top: 1.5625rem;
  }
}

.c-un-section-title__en {
  font-family: "Cormorant", serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #BABABA;
}
@media screen and (min-width: 768px) {
  .c-un-section-title__en {
    font-size: 1.25rem;
    line-height: 1.05;
  }
}

.c-un-section-title__jp {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-un-section-title__jp {
    margin-top: 1.8125rem;
  }
}
.c-un-section-title__jp h3 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-un-section-title__jp h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.mask-img-animation img {
  display: block;
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 130%;
  -webkit-mask-position: 130% 130%;
}

/* 要素が画面に入ったときに付与するクラス */
.mask-img-animation img.is-visible {
  -webkit-animation: mask-animation 1s linear forwards;
          animation: mask-animation 1s linear forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    mask-position: 100% 100%;
    -webkit-mask-position: 100% 100%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: 100% 100%;
    -webkit-mask-position: 100% 100%;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.mask-text-animation {
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(0, 0, 0)), color-stop(45%, rgba(0, 0, 0, .4)), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(0, 0, 0)), color-stop(45%, rgba(0, 0, 0, .4)), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 100%;
  -webkit-mask-size: 250% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 130% 0;
  -webkit-mask-position: 130% 0;
}

.mask-text-animation.is-visible {
  -webkit-animation: mask-text-animation 1s linear forwards;
          animation: mask-text-animation 1s linear forwards;
}

@-webkit-keyframes mask-text-animation {
  0% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-text-animation {
  0% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.p-404 {
  padding-top: 8.125rem;
  padding-bottom: 6.25rem;
  text-align: center;
}

.p-404__tit {
  font-weight: bold;
  font-size: 2.5rem;
}

.p-404__titBg {
  margin-top: 1.25rem;
}

.p-404__text {
  margin-top: 3.75rem;
}

.p-404__a {
  margin-top: 3.75rem;
}
.p-404__a a {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.375rem;
}

.p-cta {
  width: 100%;
  height: 100%;
  background-image: url(../images/cta-back.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.125rem;
  padding-bottom: 16.75rem;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 5.625rem;
    padding-bottom: 16.1875rem;
    background-image: url(../images/cta-back-pc.jpg);
  }
}
.p-cta .c-section-title .c-section-title__en {
  color: #FFF;
}
.p-cta .c-section-title .c-section-title__heading h2 {
  color: #FFF;
}
.p-cta .p-cta__text {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__text {
    margin-top: 4.375rem;
  }
}
.p-cta .p-cta__text p {
  font-size: 0.9375rem;
  color: #FFF;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__text p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    font-weight: normal;
  }
}
.p-cta .p-cta__btns {
  margin-top: 6.875rem;
  max-width: 23.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__btns {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9.5rem;
  }
}
.p-cta .p-cta__btn {
  background: rgba(255, 255, 255, .8);
  padding: 0.6875rem 1.0625rem 0.875rem 2.5rem;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  border-radius: 2.34375rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__btn {
    width: 40%;
    max-width: 30.5rem;
    text-align: center;
    padding: 1.3125rem 1.0625rem 1.3125rem 4.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-cta .p-cta__btn .p-cta__btnMailImg {
  position: absolute;
  left: 2.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__btn .p-cta__btnMailImg {
    left: 3.5625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-cta .p-cta__btn .p-cta__btnMailImg img {
  width: 100%;
}
.p-cta .p-cta__btnA {
  display: inline-block;
  width: 100%;
  margin-top: 2.5rem;
  text-align: center;
  padding: 0.6875rem 4.125rem 0.875rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__btnA {
    width: 40%;
    margin-top: 0;
    max-width: 30.5rem;
    text-align: center;
    padding: 1.3125rem 4.125rem 1.3125rem 4.375rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-cta .p-cta__btnA .p-cta__btnMigiImg {
  position: absolute;
  right: 1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.375rem;
  height: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__btnA .p-cta__btnMigiImg {
    right: 3.9375rem;
    width: 3.1875rem;
    height: 3.1875rem;
  }
}
.p-cta .p-cta__btnA .p-cta__btnMigiImg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__btnA .p-cta__btnLinePcImg {
    left: 5.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 365px) {
  .p-cta .p-cta__btn {
    font-size: 0.75rem;
  }
}

.p-footer {
  padding-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 15.75rem;
    padding-bottom: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__lists .p-footer__list {
  text-align: right;
  font-family: "Cormorant", serif;
}
@media screen and (min-width: 768px) {
  .p-footer__lists .p-footer__list {
    text-align: unset;
  }
}
.p-footer__lists .p-footer__list a {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__lists .p-footer__list a {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-footer__lists .p-footer__list:nth-child(n+2) {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lists .p-footer__list:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-footer__lists .p-footer__listInsta a {
  display: inline-block;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lists .p-footer__listInsta a {
    width: 2rem;
  }
}
.p-footer__lists .p-footer__listInsta a img {
  width: 100%;
}

.p-footer__logo {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-top: 10.5rem;
  }
}
.p-footer__logo a {
  display: inline-block;
  width: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo a {
    width: 10.1875rem;
  }
}
.p-footer__logo a img {
  width: 100%;
}

.p-footer__privacy {
  margin-top: 4.1875rem;
  text-align: center;
  font-size: 0.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.p-footer__copy {
  text-align: center;
  line-height: 4;
  letter-spacing: 0.05em;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.75rem;
    line-height: 3.3333333333;
  }
}

.p-tfv {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.p-tfv__swiper {
  height: 100%;
}
.p-tfv .swiper-slide {
  height: 100%;
}
.p-tfv__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-tfv__img {
  display: block;
  width: 120%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-tfv__img.is-panning {
  -webkit-animation: tfv-pan-left 7s linear forwards;
          animation: tfv-pan-left 7s linear forwards;
}
.p-tfv__img--pc {
  display: none;
}
.p-tfv__content {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  bottom: 5.3125rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-tfv__content {
    left: 10.4166666667%;
  }
}
.p-tfv__logo {
  position: absolute;
  z-index: 2;
  left: 1.875rem;
  top: 1.625rem;
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .p-tfv__logo {
    left: max(0rem, calc(50% - 595px));
    width: 7.6875rem;
    top: 3.75rem;
    margin-left: 1.25rem;
  }
}
.p-tfv__logo img {
  width: 100%;
}
.p-tfv__text {
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.p-tfv__scroll {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  pointer-events: none;
}
.p-tfv__scroll-text {
  color: #fff;
  font-family: "Cormorant", serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-tfv__scroll-line {
  display: block;
  width: 1px;
  height: 3.75rem;
  background: #fff;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: tfv-scroll-line 2s ease-in-out infinite;
          animation: tfv-scroll-line 2s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-tfv__img--sp {
    display: none;
  }
  .p-tfv__img--pc {
    display: block;
  }
}

@-webkit-keyframes tfv-pan-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@keyframes tfv-pan-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@-webkit-keyframes tfv-scroll-line {
  0%, 100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes tfv-scroll-line {
  0%, 100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.p-tfv__text {
  font-size: 1.5rem;
  line-height: 2.0833333333;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-tfv__text {
    font-size: 2rem;
    line-height: 2.25;
  }
}
@media screen and (min-width: 768px) {
  .p-tfv__text br {
    display: none;
  }
}

.p-tfv__subtext {
  font-size: 10px;
  color: #FFF;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-tfv__subtext {
    font-size: 12px;
    margin-top: 1.25rem;
  }
}

body.is-menu-open {
  overflow: hidden;
}

.p-header {
  position: relative;
}
.p-header__menu-btn {
  position: fixed;
  z-index: 101;
  top: 2.125rem;
  right: 2.1875rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .p-header__menu-btn {
    top: 3.75rem;
    right: 9.375rem;
  }
}
.p-header__menu-icon {
  display: block;
}
.p-header__menu-icon img {
  display: block;
  width: 2.125rem;
  height: auto;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-header__menu-icon img {
    width: 2.5625rem;
  }
}
.p-header__menu-close {
  display: none;
}
.p-header__menu-close img {
  display: block;
  width: 1.9375rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-header__menu-close img {
    width: 3.25rem;
  }
}
.p-header.is-scrolled .p-header__menu-icon img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.p-header.is-over-cta .p-header__menu-icon img {
  -webkit-filter: none;
          filter: none;
}
.p-header.is-menu-open .p-header__menu-icon {
  display: none;
}
.p-header.is-menu-open .p-header__menu-close {
  display: block;
}

.p-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-drawer__bg-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}
.p-drawer__bg-logo img {
  display: block;
  height: 100%;
  width: auto;
}
.p-drawer__nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.p-drawer__link {
  color: #333;
  font-family: "Cormorant", serif;
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-drawer__link {
    font-size: 1.25rem;
  }
}

.p-drawer__item--insta {
  margin-top: 3.125rem;
}
.p-drawer__item--insta a img {
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__item--insta a img {
    width: 1.75rem;
  }
}

.p-drawer__item--logo {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-drawer__item--logo a img {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__item--logo a img {
    width: 5.625rem;
  }
}

.p-un-privacy {
  padding-top: 3.625rem;
  padding-bottom: 4.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-un-privacy {
    font-size: 1rem;
    line-height: 1.875;
    padding-top: 8.375rem;
    padding-bottom: 4.9375rem;
  }
}

.p-un-privacy__text {
  margin-top: 3.125rem;
}

.p-un-process-fees {
  padding-top: 4.9375rem;
}

.p-un-process-fees__text {
  margin-top: 2.625rem;
}
.p-un-process-fees__text p {
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees__text {
    margin-top: 4.6875rem;
  }
  .p-un-process-fees__text p {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-un-process-fees-item__imgSpOnly {
    display: none;
  }
}

.p-un-process-fees-item__imgPcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item__imgPcOnly {
    display: block;
  }
}

.p-un-process-fees-item__inner {
  margin-top: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item__inner {
    margin-top: 14.625rem;
  }
}

.p-un-process-fees-item {
  max-width: 26.5625rem;
  margin-right: auto;
  margin-left: auto;
  background: #DED6D1;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item {
    max-width: unset;
    margin-right: unset;
    margin-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-un-process-fees-item__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .p-un-process-fees-item__img {
    width: 61.0526315789%;
  }
}
.p-un-process-fees-item__textsBox {
  padding: 1.5rem 1.25rem 2.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item__textsBox {
    width: 38.9473684211%;
    padding: 2.375rem 2.125rem 2.375rem 2.125rem;
  }
}

.p-un-process-fees-item__Tit {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item__Tit {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.p-un-process-fees-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 2rem;
  border-bottom: 1px solid #FFF;
}
.p-un-process-fees-item__list .p-un-process-fees-item__listTit {
  width: 4.1875rem;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-un-process-fees-item__list .p-un-process-fees-item__listText {
  width: 68.125%;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item__list {
    gap: 1.25rem;
  }
  .p-un-process-fees-item__list .p-un-process-fees-item__listTit {
    font-size: 1.25rem;
    line-height: 1.75;
    width: 5.1875rem;
  }
  .p-un-process-fees-item__list .p-un-process-fees-item__listText {
    font-size: 1.25rem;
    line-height: 1.75;
    width: 72.7272727273%;
  }
}

.p-un-process-fees-item__list:nth-child(n+2) {
  margin-top: 2rem;
}

.p-un-process-fees-item__list:nth-child(3) {
  border-bottom: unset;
  padding-bottom: 0;
}

.p-un-process-fees-item--2 {
  color: #FFF;
  background: #3F5A60;
}

.p-un-process-fees-item--3 {
  color: #FFF;
  background: #6D5F5A;
}

.p-un-process-construction {
  padding-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-construction {
    padding-top: 8.9375rem;
  }
}

.p-un-process-construction__text {
  margin-top: 2.625rem;
}
.p-un-process-construction__text p {
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-process-construction__text {
    margin-top: 1.9375rem;
  }
  .p-un-process-construction__text p {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-unab-story1-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/218;
  max-height: 276px;
  width: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.p-unab-story1-img .p-unab-story1__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../../../WordPressTheme/assets/images/c-unab-styory1-ab-sp.jpg");
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-unab-story1-img {
    aspect-ratio: 1440/501;
    max-height: 501px;
    -webkit-clip-path: none;
            clip-path: none;
    background-image: url("../../../WordPressTheme/assets/images/c-unab-story1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center 70%;
  }
  .p-unab-story1-img .p-unab-story1__bg {
    display: none;
  }
  .p-unab-story1-img .p-unab-story1__absoTex {
    font-size: 1rem;
  }
}

.p-un-process-flow {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow {
    margin-top: 1.9375rem;
  }
}

.p-un-process-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__item {
    gap: 3.875rem;
  }
}
.p-un-process-flow__item:not(:last-child) {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__item:not(:last-child) {
    padding-bottom: 6.0625rem;
  }
}

.p-un-process-flow__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__timeline {
    width: 2.5rem;
  }
}

.p-un-process-flow__num {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__num {
    font-size: 3rem;
  }
}

.p-un-process-flow__lineWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.0625rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__lineWrap {
    margin-top: 2.375rem;
  }
}
.p-un-process-flow__lineWrap--half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 50%;
  margin-bottom: 0;
}

.p-un-process-flow__item:not(:last-child) .p-un-process-flow__lineWrap {
  margin-bottom: -4.375rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__item:not(:last-child) .p-un-process-flow__lineWrap {
    margin-bottom: -6.0625rem;
  }
}

.p-un-process-flow__item:nth-child(n+2) {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__item:nth-child(n+2) {
    margin-top: 1.9375rem;
  }
}

.p-un-process-flow__line {
  width: 1px;
  height: 100%;
  background-color: #333;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.p-un-process-flow__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-un-process-flow__tit {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__tit {
    font-size: 1.875rem;
    line-height: 1;
    text-align: left;
    margin-top: 0.75rem;
  }
}

.p-un-process-flow__icon {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__icon {
    margin-top: 4.5625rem;
    text-align: left;
  }
}
.p-un-process-flow__icon img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 5.0625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__icon img {
    margin-right: 0;
    margin-left: 0;
    width: 9.625rem;
  }
}

.p-un-process-flow__text {
  margin-top: 2.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-process-flow__text {
    margin-top: 4.5625rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-un-service-item__h--fees-item {
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.p-un-service-item__h--fees-item h3 {
  font-size: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__h--fees-item {
    margin-left: 0;
    margin-bottom: 3.625rem;
  }
  .p-un-service-item__h--fees-item h3 {
    font-size: 2rem !important;
  }
}

.p-un-service-item__h--fees-item3 {
  margin-top: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__h--fees-item3 {
    margin-top: 9.125rem;
  }
}

.p-un-process-fees-item--3 {
  margin-bottom: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-process-fees-item--3 {
    margin-bottom: 14.625rem;
  }
}

.p-un-process-construction__tit2box {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2.8125rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  border: 1px solid #DED6D1;
}
@media screen and (min-width: 768px) {
  .p-un-process-construction__tit2box {
    padding: 0.9375rem 3.125rem;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.p-un-process-construction__tit2box::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  right: -0.375rem;
  bottom: -0.4375rem;
  left: -0.375rem;
  border: 2px solid #DED6D1;
  pointer-events: none;
}

.p-un-process-construction-flow {
  padding-bottom: 10rem;
}

.p-tabout {
  padding-top: 5.8125rem;
  max-width: 23.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-tabout {
    max-width: unset;
    margin-right: unset;
    margin-left: unset;
  }
}

@media screen and (min-width: 768px) {
  .p-tabout__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-tabout__leftItems {
    width: 51.7%;
  }
  .p-tabout__rightItems {
    width: 44.56%;
  }
}
.p-tabout__img1SpOnly {
  margin-top: 3.5rem;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 232/348;
  max-width: 14.5rem;
  width: 67.2%;
}
.p-tabout__img1SpOnly img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-tabout__img1SpOnly {
    display: none;
  }
}

.p-tabout__heading {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-tabout__heading {
    margin-top: 9.8125rem;
  }
}
.p-tabout__heading h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-tabout__heading h3 {
    font-size: 2.25rem;
    line-height: 1.9444444444;
  }
}

.p-tabout__tex {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-tabout__tex {
    margin-top: 9.125rem;
  }
}
.p-tabout__tex p {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-tabout__tex p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
  .p-tabout__tex p .br-pcnone {
    display: none;
  }
}

.p-tabout__moreBtn {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-tabout__moreBtn {
    margin-top: 7.3125rem;
  }
}
.p-tabout__moreBtn a {
  display: inline-block;
}
.p-tabout__moreBtn a img {
  max-width: 11.1875rem;
}
@media screen and (min-width: 768px) {
  .p-tabout__moreBtn a img {
    max-width: 13.3125rem;
  }
}

.p-tabout__img1PcOnly {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-tabout__img1PcOnly {
    display: block;
    margin-right: auto;
    overflow: hidden;
    aspect-ratio: 304/456;
    max-width: 19rem;
    width: 67.2%;
  }
  .p-tabout__img1PcOnly img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-tabout__img2 {
  margin-top: 6.875rem;
  overflow: hidden;
  aspect-ratio: 254/254;
  max-width: 15.875rem;
  width: 73.6%;
}
@media screen and (min-width: 768px) {
  .p-tabout__img2 {
    max-width: 17.9375rem;
    margin-left: auto;
  }
}
.p-tabout__img2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tabout__img3 {
  margin-top: 6.125rem;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 303/202;
  max-width: 18.9375rem;
  width: 87.8%;
}
@media screen and (min-width: 768px) {
  .p-tabout__img3 {
    max-width: 27.0625rem;
    margin-left: unset;
    margin-right: auto;
  }
}
.p-tabout__img3 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tservice {
  padding-top: 6.8125rem;
  max-width: 23.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-tservice {
    max-width: unset;
    margin-right: unset;
    margin-left: unset;
    padding-top: 11.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tservice__top1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
  .p-tservice__title {
    margin-top: 2.5rem;
    width: 48%;
  }
}
.p-tservice__top1RightImg1 {
  margin-top: 3.5rem;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 232/348;
  max-width: 14.5rem;
  width: 67.2%;
}
@media screen and (min-width: 768px) {
  .p-tservice__top1RightImg1 {
    margin-top: 0;
    max-width: 16.9375rem;
    margin-left: unset;
    margin-right: auto;
    width: 42%;
  }
}
.p-tservice__top1RightImg1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-tservice__top2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}
.p-tservice__heading {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-tservice__heading {
    margin-top: 0;
    width: 48%;
  }
}
.p-tservice__heading h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-tservice__heading h3 {
    font-size: 2.25rem;
    line-height: 1.9444444444;
  }
}

.p-tservice__top2__RightImg1 {
  margin-top: 3.5rem;
  overflow: hidden;
  aspect-ratio: 280/187;
  max-width: 17.5rem;
  width: 81.1%;
}
@media screen and (min-width: 768px) {
  .p-tservice__top2__RightImg1 {
    max-width: 21.25rem;
    margin-left: auto;
    margin-top: 4.8125rem;
  }
}
.p-tservice__top2__RightImg1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tservice__items {
  margin-top: 6.3125rem;
}

@media screen and (min-width: 768px) {
  .p-tservice__item {
    display: grid;
    grid-template-columns: 33.4375rem 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-tservice__item {
    -webkit-column-gap: 3.4375rem;
       -moz-column-gap: 3.4375rem;
            column-gap: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tservice__item--reverse {
    grid-template-columns: 1fr 33.4375rem;
  }
  .p-tservice__item--reverse .p-tservice__itemImg {
    grid-column: 2;
  }
  .p-tservice__item--reverse .p-tservice__itemTitles,
  .p-tservice__item--reverse .p-tservice__texts {
    grid-column: 1;
  }
}

.p-tservice__itemNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 2.8571428571;
}
@media screen and (min-width: 768px) {
  .p-tservice__itemNum {
    font-size: 1rem;
    line-height: 2.5;
  }
}
.p-tservice__itemNum::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.5625rem;
  height: 1px;
  background-color: #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-tservice__itemNum::after {
    margin-left: 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tservice__itemTitles {
    grid-column: 2;
    grid-row: 1;
  }
}

.p-tservice__itemHeading {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-tservice__itemHeading {
    margin-top: 2.125rem;
  }
}
.p-tservice__itemHeading h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-tservice__itemHeading h3 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-tservice__itemImg {
  margin-top: 1.75rem;
  width: 100%;
}
.p-tservice__itemImg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-tservice__itemImg {
    grid-column: 1;
    grid-row: 1/-1;
    margin-top: 0;
    -ms-flex-item-align: start;
        align-self: start;
  }
}

.p-tservice__texts {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-tservice__texts {
    grid-column: 2;
    grid-row: 2;
    margin-top: 1.6875rem;
  }
}

.p-tservice__textTit {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-tservice__textTit {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-tservice__textText {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-tservice__textText {
    margin-top: 1.6875rem;
  }
}
.p-tservice__textText p {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-tservice__textText p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-tservice__item:nth-child(n+2) {
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tservice__item:nth-child(n+2) {
    margin-top: 14rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tservice__moreBtn {
    margin-top: 5.875rem;
  }
  .p-tservice__moreBtn img {
    max-width: 11.0625rem;
  }
}

.p-un-ab-philoso {
  padding-top: 4.625rem;
  padding-bottom: 5.1875rem;
  max-width: 26.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding-top: 9rem;
    padding-bottom: 11.4375rem;
  }
}

.p-un-ab-philoso__itemsUp {
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsUp {
    margin-top: 8.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10.97vw;
  }
}

.p-un-ab-philoso__itemUpImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemUpImg {
    width: 48.7719298246%;
    text-align: unset;
  }
}
.p-un-ab-philoso__itemUpImg img {
  aspect-ratio: 1/1;
  width: 100%;
}

.p-un-ab-philoso__itemUpText {
  margin-top: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemUpText {
    width: 37.3684210526%;
    margin-top: 0;
  }
}
.p-un-ab-philoso__itemUpText p {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemUpText p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-un-ab-philoso__itemsBtm {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsBtm {
    margin-top: 14.3125rem;
  }
}

.p-un-ab-philoso__itemsBtmSpOnlyImg {
  margin-bottom: 4.5rem;
  width: 59.46%;
  max-width: 13.9375rem;
}
.p-un-ab-philoso__itemsBtmSpOnlyImg img {
  aspect-ratio: 223/298;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsBtmSpOnlyImg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.9375rem;
  }
}
.p-un-ab-philoso__itemsMainImgs {
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainImgs {
    margin-top: 0;
    width: 43.4210526316%;
  }
}

@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainImgsW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6.18vw;
  }
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainImgsPcOnly {
    width: 45.0505050505%;
  }
}

.p-un-ab-philoso__itemsMainImgs2 {
  width: 48.8vw;
  margin-left: calc(50% - 50vw);
}
.p-un-ab-philoso__itemsMainImgs2 img {
  aspect-ratio: 183/244;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainImgs2 {
    margin-top: 8.5rem;
    margin-left: 0;
    width: 36.9696969697%;
  }
}

.p-un-ab-philoso__itemsMainImgs3 {
  margin-top: 3.5625rem;
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.p-un-ab-philoso__itemsMainImgs3 img {
  aspect-ratio: 335/252;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainImgs3 {
    margin-top: 7rem;
    margin-right: unset;
    margin-left: auto;
    width: 81.8181818182%;
  }
}

.p-un-ab-philoso__itemsMainImgsPcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainImgsPcOnly {
    display: block;
  }
}

.p-un-ab-philoso__itemsMainTxt p {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainTxt p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
@media screen and (min-width: 768px) {
  .p-un-ab-philoso__itemsMainTxt {
    margin-top: 0;
    width: 50.9649122807%;
  }
}

.p-un-ab-strengths {
  padding-top: 4.4375rem;
  padding-bottom: 4.4375rem;
  background: #F8F5F0;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths {
    padding-top: 7.125rem;
    padding-bottom: 11.4375rem;
  }
}

.p-un-ab-strengths__items {
  margin-top: 8.4375rem;
  max-width: 26.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths__items {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    margin-top: 15.8125rem;
  }
}

.p-un-ab-strengths__item:nth-child(n+2) {
  margin-top: 5.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths__item:nth-child(n+2) {
    margin-top: 9.5625rem;
  }
}

.p-un-ab-strengths__itemSubTit {
  margin-top: 0.9375rem;
  font-size: 0.625rem;
  line-height: 3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths__itemSubTit {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    margin-top: 0;
  }
}

.p-un-ab-strengths__itemTit {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths__itemTit {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 1.5rem;
  }
}

.p-un-ab-strengths__itemText {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths__itemText {
    margin-top: 6.125rem;
  }
}
.p-un-ab-strengths__itemText p {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-strengths__itemText p {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
  }
}

@media screen and (min-width: 768px) {
  .p-un-ab-strengths__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
  .p-un-ab-strengths__itemImg {
    width: 44.649122807%;
  }
  .p-un-ab-strengths__itemTitBox {
    width: 49.7368421053%;
  }
}
.p-un-ab-aisatu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  max-width: 26.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-ab-aisatu {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding-top: 9.5rem;
    padding-bottom: 8.625rem;
  }
}

.p-un-ab-aisatu__text {
  margin-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-aisatu__text {
    margin-top: 6.8125rem;
  }
}
.p-un-ab-aisatu__text p {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-ab-aisatu__text p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-un-ab-aisatu__daihyo {
  text-align: right;
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-aisatu__daihyo {
    margin-top: 4.75rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-un-ab-last__box {
  background: #2F3B49;
  border-radius: 0.625rem;
  padding: 5.4375rem 1.25rem 4.8125rem 1.25rem;
  color: #FFF;
  margin-bottom: 3.3125rem;
  max-width: 26.5625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__box {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding: 8.125rem 5.75rem 6rem 11.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-un-ab-last__inner {
    max-width: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

.p-un-ab-last__boxLogo {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__boxLogo {
    width: 30.626450116%;
  }
}
.p-un-ab-last__boxLogo img {
  display: inline-block;
  width: 100%;
  max-width: 13.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__boxLogo img {
    width: 100%;
    max-width: 16.5rem;
  }
}

.p-un-ab-last__boxTexts {
  margin-top: 6.375rem;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__boxTexts {
    margin-top: 0;
    width: 50.9280742459%;
  }
}

.p-un-ab-last__boxDaihyo {
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

.p-un-ab-last__boxKatagaki {
  font-size: 0.875rem;
  line-height: 2.8571428571;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__boxKatagaki {
    margin-top: 0.6875rem;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-un-ab-last__boxBorder {
  margin-top: 1.75rem;
  margin-bottom: 2.0625rem;
  height: 1px;
  background: #FFF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__boxBorder {
    margin-top: 2.3125rem;
    margin-bottom: 1.1875rem;
  }
}

.p-un-ab-last__boxSikaku {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-ab-last__boxSikaku {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-un-service-donyu {
  padding-top: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu {
    padding-top: 8.6875rem;
  }
}

.p-un-service-donyu__text {
  margin-top: 2.5625rem;
}
.p-un-service-donyu__text p {
  font-size: 0.875rem;
  line-height: 2.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-service-donyu__text {
    margin-top: 5.625rem;
  }
  .p-un-service-donyu__text p {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-un-service-item {
  padding-top: 6.125rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-un-service-item {
    padding-top: 15.75rem;
  }
}

.p-un-service-item__h {
  position: relative;
  padding-left: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__h {
    padding-left: 3.125rem;
  }
}
.p-un-service-item__h:after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 0.1875rem;
  background: #DED6D1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__h:after {
    width: 1.875rem;
  }
}
.p-un-service-item__h h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__h h3 {
    font-size: 2rem;
    line-height: 1;
  }
}

.p-un-service-item--2 .p-un-service-item__h:after {
  background: #3F5A60;
}

.p-un-service-item--3 .p-un-service-item__h:after {
  background: #6D5F5A;
}

.p-un-service-item__imgBox {
  margin-top: 4rem;
}

.p-un-service-item__img1 {
  width: 66.4vw;
  position: relative;
  left: calc(50% - 50vw);
}
.p-un-service-item__img1 img {
  aspect-ratio: 249/185;
  width: 100%;
  display: block;
}

.p-un-service-item__imgW {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  width: 100%;
}

.p-un-service-item__img2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.8666666667vw;
  position: relative;
  left: calc(50% - 50vw);
}
.p-un-service-item__img2 img {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}

.p-un-service-item__img3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49.8666666667vw;
  margin-left: auto;
  position: relative;
  right: calc(50% - 50vw);
}
.p-un-service-item__img3 img {
  aspect-ratio: 187/243;
  width: 100%;
  display: block;
}

.p-un-service-item__subTit {
  margin-top: 3.9375rem;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__subTit {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-un-service-item__textP {
  margin-top: 2.0625rem;
}
.p-un-service-item__textP p {
  font-size: 0.875rem;
  line-height: 2.8571428571;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-service-item__textP {
    margin-top: 4.75rem;
  }
  .p-un-service-item__textP p {
    font-size: 1.25rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-un-service-item__box {
    position: relative;
  }
  .p-un-service-item__h,
  .p-un-service-item__subTit,
  .p-un-service-item__textP {
    width: 42.2807017544%;
  }
  .p-un-service-item__imgBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    margin-top: 0;
  }
  .p-un-service-item__subTit {
    margin-top: 9.4375rem;
  }
  .p-un-service-item__img1 {
    width: 100%;
    left: 0;
  }
  .p-un-service-item__imgW {
    margin-top: 9.3567251462%;
    gap: 0;
    width: 100%;
  }
  .p-un-service-item__img2 {
    width: 38.2066276803%;
    left: 0;
  }
  .p-un-service-item__img3 {
    width: 59.8440545809%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    right: -25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1190px) {
  .p-un-service-item__img3 {
    right: calc(570px - 50vw);
  }
}
.p-un-service-item-taisetu {
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu {
    margin-top: 13.6875rem;
  }
}

.p-un-service-item-taisetu__tit {
  padding-left: 1.25rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-un-service-item-taisetu__tit:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: #DED6D1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__tit {
    font-size: 1.625rem;
    line-height: 1.5384615385;
    padding-left: 1.875rem;
  }
  .p-un-service-item-taisetu__tit:after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-un-service-item-taisetu--2 .p-un-service-item-taisetu__tit:after {
  background: #3F5A60;
}

.p-un-service-item-taisetu--3 .p-un-service-item-taisetu__tit:after {
  background: #6D5F5A;
}

.p-un-service-item-taisetu__cards {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__cards {
    margin-top: 4.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-un-service-item-taisetu__card {
  background: #DED6D1;
  border-radius: 0.1875rem;
  padding: 1.75rem 1.25rem 2.125rem 1.25rem;
  min-height: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__card {
    width: 32.1052631579%;
    padding: 1.8125rem 2.1875rem 2.125rem 2.1875rem;
  }
}

.p-un-service-item-taisetu--2 .p-un-service-item-taisetu__card {
  background: #3F5A60;
  color: #FFF;
}

.p-un-service-item-taisetu--3 .p-un-service-item-taisetu__card {
  background: #6D5F5A;
  color: #FFF;
}

.p-un-service-item-taisetu__cardTitNum {
  font-family: "Cormorant", serif;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__cardTitNum {
    font-size: 1rem;
  }
}

.p-un-service-item-taisetu__cardTit {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__cardTit {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-un-service-item-taisetu__border {
  margin-top: 2.875rem;
  background: #FFF;
  width: 100%;
  height: 0.0625rem;
}

.p-un-service-item-taisetu__text {
  margin-top: 1.875rem;
}
.p-un-service-item-taisetu__text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__text p {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-un-service-item-taisetu__card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-taisetu__card:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-un-service-item-thinks {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-thinks {
    margin-top: 9.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem;
  }
}

.p-un-service-item-thinks__textBox {
  padding: 2.5rem 1.25rem;
  border: 0.125rem solid #DED6D1;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-thinks__textBox {
    padding: 3.5625rem 3.125rem 2.625rem 3.125rem;
    width: 55.6140350877%;
  }
}
.p-un-service-item-thinks__textBox .p-un-service-item-thinks__Tit {
  padding: 0.375rem 1.1875rem 0.3125rem 1.1875rem;
  background: #FFF;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.875rem;
  min-width: 13.875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-thinks__textBox .p-un-service-item-thinks__Tit {
    padding: 0.6875rem 3.5rem;
    font-size: 1.25rem;
    line-height: 2;
    min-width: 21.4375rem;
  }
}
.p-un-service-item-thinks__textBox .p-un-service-item-thinks__list {
  position: relative;
  padding-left: 2.4375rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-thinks__textBox .p-un-service-item-thinks__list {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-un-service-item-thinks__textBox .p-un-service-item-thinks__list:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-thinks__textBox .p-un-service-item-thinks__list:nth-child(n+2) {
    margin-top: 1.6875rem;
  }
}
.p-un-service-item-thinks__textBox .p-un-service-item-thinks__check {
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.25rem;
}

.p-un-service-item-taisetu--2 .p-un-service-item-thinks__textBox {
  border: 0.125rem solid #3F5A60;
}

.p-un-service-item-taisetu--3 .p-un-service-item-thinks__textBox {
  border: 0.125rem solid #6D5F5A;
}

.p-un-service-itemthinks__img {
  margin-top: 5.125rem;
  width: 67.2vw;
  position: relative;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-un-service-itemthinks__img {
    margin-top: 0;
    position: unset;
    left: unset;
    width: 31.8421052632%;
  }
}
.p-un-service-itemthinks__img img {
  aspect-ratio: 252/189;
  width: 100%;
  display: block;
}

.p-un-service-item-teikyo {
  background-image: url(../images/teikyo-back-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
  margin-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo {
    background-image: url(../images/teikyo-back-pc.jpg);
    padding-top: 6.9375rem;
    padding-bottom: 6.9375rem;
    margin-top: 9.4375rem;
  }
}

.p-un-service-item-teikyo--2 {
  background-image: url(../images/teikyo-back-sp2.jpg);
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo--2 {
    background-image: url(../images/teikyo-back-pc2.jpg);
  }
}

.p-un-service-item-teikyo--3 {
  background-image: url(../images/teikyo-back-sp3.jpg);
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo--3 {
    background-image: url(../images/teikyo-back-pc3.jpg);
  }
}

.p-un-service-item-teikyo__box {
  padding: 1.4375rem 1.25rem 2.6875rem 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__box {
    padding: 4.9375rem 3.75rem 7.9375rem 3.75rem;
  }
}

.p-un-service-item-teikyo__tit {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 1.5625rem;
  position: relative;
  display: inline-block;
  min-width: 9.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__tit {
    font-size: 1.625rem;
    line-height: 1.5384615385;
    padding-left: 1.875rem;
  }
}
.p-un-service-item-teikyo__tit:after {
  position: absolute;
  content: "";
  background: #DED6D1;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__tit:after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-un-service-item-teikyo--2 .p-un-service-item-teikyo__tit:after {
  background: #3F5A60;
}

.p-un-service-item-teikyo--3 .p-un-service-item-teikyo__tit:after {
  background: #6D5F5A;
}

.p-un-service-item-teikyo__items {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__items {
    margin-top: 7.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.375rem 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-un-service-item-teikyo__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-un-service-item-teikyo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__item {
    display: unset;
    gap: unset;
    text-align: center;
    width: 28.2352941176%;
  }
}
.p-un-service-item-teikyo__item .p-un-service-item-teikyo__itemImg {
  width: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__item .p-un-service-item-teikyo__itemImg {
    width: 7.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-un-service-item-teikyo__item .p-un-service-item-teikyo__itemImg img {
  width: 100%;
}
.p-un-service-item-teikyo__item .p-un-service-item-teikyo__itemTit {
  width: 77.2881355932%;
  line-height: 2.1875;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo__item .p-un-service-item-teikyo__itemTit {
    margin-top: 2.1875rem;
    line-height: 1.6666666667;
    font-size: 1.5rem;
    width: unset;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .sp-only-span {
    display: none;
  }
}

.pc-only-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only-br {
    display: block;
  }
}

.p-un-service-item-teikyo--3 {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-service-item-teikyo--3 {
    margin-bottom: 4rem;
  }
}

.p-top-imgswave {
  margin-top: 5.3125rem;
  margin-bottom: 7.0625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-imgswave {
    margin-top: 13.4375rem;
    margin-bottom: 11.4375rem;
  }
}
.p-top-imgswave__inner {
  overflow: hidden;
}
.p-top-imgswave__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-imgswave-scroll 30s linear infinite;
          animation: p-top-imgswave-scroll 30s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-top-imgswave__track {
    gap: 4.125rem;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
}
.p-top-imgswave .p-top-imgwave__itemImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.p-top-imgswave .p-top-imgwave__itemImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-imgswave .p-top-imgwave__itemImg.wave1, .p-top-imgswave .p-top-imgwave__itemImg.wave3 {
  width: 30.6666666667vw;
  aspect-ratio: 115/172;
}
.p-top-imgswave .p-top-imgwave__itemImg.wave2, .p-top-imgswave .p-top-imgwave__itemImg.wave4 {
  width: 45.3333333333vw;
  aspect-ratio: 170/114;
}

@-webkit-keyframes p-top-imgswave-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-top-imgswave-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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