@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: #414141;
  font-weight: normal;
}

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

@media screen and (min-width: 768px) {
  .l-inner-unv {
    width: 100%;
    max-width: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-inner-unservice {
    width: 100%;
    max-width: 1190px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-u-contact {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-u-contact {
    margin-top: 4.25rem;
  }
}
.p-u-contact input, .p-u-contact button, .p-u-contact textarea {
  width: 100%;
}
.p-u-contact input, .p-u-contact textarea {
  padding: 0.75rem 0.875rem;
  background: #F7F7F7;
  border: 1px solid #414141;
  border-radius: 0.625rem;
}

.p-u-contact p {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.p-u-contact .required {
  color: #FF0000;
  font-size: 1rem;
  padding: 0.25rem 0.25rem;
  border-radius: 0.1875rem;
  font-weight: 400;
}

.p-u-contact .ninni-requ {
  background: #D8D8D8;
  color: #000E1A;
  font-weight: 400;
}

.privacy-conta .wpcf7-list-item-label {
  display: none;
}

.p-u-contact input::-webkit-input-placeholder,
.p-u-contact textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.p-u-contact input::-moz-placeholder,
.p-u-contact textarea::-moz-placeholder {
  font-size: 14px;
}

.p-u-contact input::-ms-input-placeholder,
.p-u-contact textarea::-ms-input-placeholder {
  font-size: 14px;
}

.p-u-contact input::placeholder,
.p-u-contact textarea::placeholder {
  font-size: 14px;
}

.p-ucon-item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-ucon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem;
    margin-top: 4.375rem;
  }
}

.p-ucon-itemPut {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-ucon-itemPut {
    margin-top: 0;
  }
}

.wpcf7-list-item {
  display: block;
}

.p-ucon-item__syudan input {
  width: unset;
}

.p-ucon-item__syudan .wpcf7-list-item {
  margin-left: 0;
}

.p-ucon-item__naiyo input {
  width: unset;
}

.p-ucon-item__naiyo .wpcf7-list-item {
  margin-left: 0;
}

.p-ucon-itemLabel {
  font-weight: 400;
}

.privacy-conta .wpcf7-list-item {
  margin-left: 0;
}
.privacy-conta .wpcf7-list-item input {
  width: unset;
}

.privacy-conta span {
  font-size: 14px;
}
.privacy-conta span br {
  display: none;
}
.privacy-conta span a {
  color: #848484;
  text-decoration: underline;
}

/* 横並びにするためのflex */
.privacy-conta label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 文が長くて改行する場合はこちらが自然 */
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* レスポンシブ対応 */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* チェックボックス全体を内包してる部分を縮小 */
.privacy-conta .wpcf7-form-control-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 「同意する」テキストを非表示にする場合 */
.privacy-conta .wpcf7-list-item-label {
  display: none;
}

.wpcf7-submit {
  margin-top: 2.5rem;
}

.p-ucon-item__date input {
  background: #fff;
  color: #666666;
}

.p-ucon-item__file input {
  background: #fff;
  color: #666666;
}

input[type=file]::file-selector-button {
  background: #DEDEDE;
  border: unset;
  color: #666666;
  padding: 0.4375rem 0.8125rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

.wpcf7 input[type=file] {
  padding: 0;
}

.privacy-conta input[type=checkbox] {
  width: 20px;
  height: 18px;
  cursor: pointer;
  accent-color: #414141;
}

.p-ucon-item__syudan input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #414141;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  border-radius: unset;
  margin-top: 0;
}

/* チェック状態のときに青いチェックマークを表示 */
.p-ucon-item__syudan input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1;
}

.p-ucon-item__naiyo input,
.p-ucon-item__syudan input {
  padding: 0;
}

.wpcf7-submit {
  display: block;
  color: #414141;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.125rem;
  background: #fff !important;
  width: 249px !important;
  border-radius: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border: 1px solid #414141;
}

.wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.7;
}

.wpcf7-submit:active {
  background: #A6A6A6 !important;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-ucon-itemLabel {
    width: 243px;
    padding-top: 0.5625rem;
  }
  .p-ucon-itemPut {
    width: calc(100% - 243px);
  }
  .privacy-conta label {
    max-width: 590px;
    margin-right: auto;
    margin-left: auto;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-top: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.wpcf7-checkbox .wpcf7-list-item:nth-child(n+2) {
  margin-top: 1.875rem;
}

.privacy-conta .wpcf7-checkbox .wpcf7-list-item {
  margin-top: 0;
}

.p-u-contact-uketukeTex {
  background: #fff;
  padding: 3.5rem 0 3.5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-contact-uketukeTex {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 7.3125rem 3.125rem 3.5rem 3.125rem;
  }
}

.p-u-contact-uketukeTex__box {
  background: rgb(247, 247, 247);
  padding: 1.3125rem 1.5625rem 1.3125rem 1.5625rem;
  text-align: center;
}

.p-u-contact-uketukeTex__boxTit {
  font-size: 1rem;
  color: #000E1A;
  line-height: 2;
}

.p-u-contact-uketukeTex__boxTex {
  font-size: 12px;
  margin-top: 0.375rem;
  line-height: 2;
}

.p-u-contact__tel {
  margin-top: 3.5rem;
  padding-bottom: 4.5625rem;
}

.p-u-contact__telBox {
  border-top: 1px solid #CCCCCC;
}

.p-u-contact__telItem {
  margin-top: 3.5rem;
  text-align: center;
}

.p-u-contact__telItem a {
  display: inline-block;
  background: #F7F7F7;
  padding: 1.25rem 3.125rem 0.875rem 3.125rem;
  text-align: center;
  font-size: 14px;
}
.p-u-contact__telItem a span {
  font-size: 12px;
  font-weight: normal;
}

.p-u-contact__telSubtex {
  text-align: center;
  font-size: 12px;
  margin-top: 0.5625rem;
}

.l-inner__contactunder {
  margin-right: auto;
  margin-left: auto;
}

.p-ucon-item__syudan .p-ucon-itemPut .wpcf7-list-item {
  display: block;
  margin-right: 0.65em;
}

.p-ucon-item__naiyo .p-ucon-itemPut .wpcf7-list-item {
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-ucon-item__naiyo .p-ucon-itemPut .wpcf7-list-item {
    margin-right: 0.65em;
  }
}

.privacy-contaText {
  margin-top: 1.875rem;
}
.privacy-contaText a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: gray;
          text-decoration-color: gray;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .privacy-contaText {
    text-align: center;
  }
}

.privacy-conta {
  text-align: center;
}
.privacy-conta p {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .privacy-conta {
    margin-top: 1.25rem;
  }
}

.privacy-conta label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .submit-text {
    text-align: center;
  }
}

.hukusuusentaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .hukusuusentaku {
    font-size: 0.6875rem;
  }
}

.p-ucon-item__syudan .p-ucon-itemLabel {
  line-height: 1.1;
}

.c-more-btn__a {
  display: block;
  max-width: 182px;
  border-bottom: 1px solid #414141;
  padding-bottom: 0.4375rem;
  padding-left: 1.1875rem;
  padding-right: 1.875rem;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-more-btn__a {
    margin-right: unset;
    margin-left: unset;
    max-width: 258px;
    font-size: 1.125rem;
  }
}
.c-more-btn__a:after {
  position: absolute;
  content: "";
  background: #414141;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  right: 10px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-more-btn__a:after {
    right: 19px;
  }
}

.p-top-service .c-more-btn__a {
  max-width: 197px;
  border-bottom: 1px solid #414141;
  color: #414141;
  padding-left: 0.5rem;
}
.p-top-service .c-more-btn__a:after {
  background: #414141;
}

@media screen and (min-width: 768px) {
  .p-top-service__moreBtn {
    margin-top: 6.8125rem !important;
  }
  .p-top-service__moreBtn .c-more-btn__a {
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-service__viewmore {
  margin-top: 3.125rem;
}
.p-top-service__viewmore .c-more-btn__a {
  max-width: 130px;
  padding-left: 0.75rem;
}

.p-top-works__viewmore {
  margin-top: 3.125rem;
}
.p-top-works__viewmore .c-more-btn__a {
  max-width: 130px;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__viewmore .c-more-btn__a {
    max-width: 151px;
    font-size: 1.125rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}

.p-top-rotat-ill__btnArea .c-more-btn__a {
  max-width: 173px;
  font-size: 1.125rem;
}

.c-section-title p {
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title p {
    font-size: 3rem;
  }
}

.c-section-title h2 {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-section-title h2 {
    margin-top: 16px;
    font-size: 1rem;
  }
}

.p-top-service .c-section-title p {
  color: #fff;
}
.p-top-service .c-section-title h2 {
  color: #fff;
}

.p-top-service__title .c-section-title p {
  color: #fff;
}
.p-top-service__title .c-section-title h2 {
  color: #414141;
}
@media screen and (min-width: 768px) {
  .p-top-service__title .c-section-title h2 {
    color: #414141;
  }
}

.p-top-strength .c-section-title p {
  color: #C7C3C3;
}

.p-top-works .c-section-title p {
  color: #C7C3C3;
}

.p-top-qa .c-section-title p {
  color: #C7C3C3;
}

.p-contactCta .c-section-title p {
  color: #fff;
}
.p-contactCta .c-section-title h2 {
  color: #fff;
}

.c-un-fv {
  padding-top: 11.375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-un-fv {
    padding-top: 0;
  }
}

.c-un-fv__contents {
  position: relative;
  min-height: 27.625rem;
  padding-right: 5rem;
}
@media screen and (min-width: 768px) {
  .c-un-fv__contents {
    padding-right: unset;
    min-height: 42.875rem;
  }
}

.c-un-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 18.4375rem;
  width: 78.66%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-un-fv__img {
    width: 100%;
    max-width: unset;
  }
}
.c-un-fv__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 295/442;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-un-fv__img img {
    aspect-ratio: 1440/686;
  }
}

.c-un-fv__tit {
  position: absolute;
  left: 1.25rem;
  bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .c-un-fv__tit {
    bottom: 1.5625rem;
    left: 10.4%;
  }
}
.c-un-fv__tit h2 {
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-un-fv__tit h2 {
    color: #fff;
  }
}

.c-un-fv__rightEn {
  position: absolute;
  right: -1.25rem;
  top: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 6rem;
  color: #F5F5F5;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-un-fv__rightEn {
    font-size: 8rem;
    top: unset;
    bottom: 4.3125rem;
    -webkit-transform: unset;
            transform: unset;
    -webkit-transform-origin: unset;
            transform-origin: unset;
    right: unset;
    left: 10.4%;
    color: #fff;
  }
}

.c-un-fv-bigHeight {
  min-height: 44.625rem;
}

.p-footer {
  padding-top: 3.4375rem;
  padding-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 9.125rem;
    padding-bottom: 1.8125rem;
  }
}

.p-footer__logo {
  width: 51px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 148px;
  }
}
.p-footer__logo a img {
  width: 100%;
}

.p-footer__subTit {
  margin-top: 9px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  font-family: "Comfortaa", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__subTit {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    margin-top: 6.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__listsItem ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__listsItem li a {
  font-size: 10px;
  color: #000;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
}
@media screen and (min-width: 768px) {
  .p-footer__listsItem li a {
    font-size: 1rem;
  }
}

.p-footer__icons {
  margin-top: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__icons {
    margin-top: 5.375rem;
    gap: 24px;
  }
}

.p-footer__icon {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-footer__icon {
    width: 26px;
  }
}
.p-footer__icon a {
  width: 100%;
}
.p-footer__icon a img {
  width: 100%;
}

.p-footer__copylight {
  margin-top: 3.25rem;
  font-size: 8px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copylight {
    font-size: 14px;
  }
}

.p-header {
  position: relative;
  z-index: 10;
}

.p-header__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  min-height: 14.25rem;
}

.p-header__logo {
  position: absolute;
  top: 1.4375rem;
  left: 1.3125rem;
  width: 5.3125rem;
  height: 5.5rem;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 7.75rem;
    height: 9.1875rem;
    top: 3.25rem;
    left: 4.875rem;
  }
}

.p-header__logo a img {
  width: 100%;
  height: auto;
}

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

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

.p-header__logoText {
  font-size: 12px;
  color: #414141;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
  margin-top: 0.3125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-header__logoText {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logoTextBlack {
    color: #414141;
  }
}

.p-header__menu {
  position: fixed;
  top: 1.4375rem;
  right: 1.25rem;
  width: 2.4375rem;
  height: 3.4375rem;
  z-index: 999;
}
.p-header__menu a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-header__menu {
    display: none;
  }
}

.p-header__nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 998;
  will-change: transform; /* GPU描画でスムーズに */
}

.p-header__nav-items {
  padding-top: 77px;
}

.p-header__nav-item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-header__nav-item a {
  color: #414141;
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  line-height: 1;
}
.p-header__nav-item a span {
  font-size: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}

.last-a-he {
  margin-bottom: 20px !important;
}

.p-header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__pcRightContainer {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pcRightContainer {
    display: block;
    position: fixed;
    right: 3.125rem;
    top: 4.4375rem;
  }
  .p-header__pcRightContainer .p-header__pcRightlists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
  .p-header__pcRightContainer .p-header__pcRightlist {
    font-size: 18px;
    color: #414141;
  }
  .p-header__pcRightContainer .p-header__pcRightlist a {
    display: block;
    overflow: hidden; /*はみ出た要素を隠す*/
    letter-spacing: 0.1em; /*文字間を広げて余裕のある感じに*/
  }
  .p-header__pcRightContainer .p-header__pcRightlist a:hover {
    opacity: 1;
  }
  .p-header__pcRightContainer .p-header__pcRightlist a.is-active {
    cursor: auto;
    cursor: initial;
  }
  .p-header__pcRightContainer {
    /* display:flexとalign-items:centerは中身の高さに合わせるために記述*/
  }
  .p-header__pcRightContainer .p-header__pcRighttext-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__pcRightContainer .p-header__pcRightafter {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__pcRightContainer .p-header__pcRightbefore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__pcRightContainer .p-header__pcRightbefore span,
  .p-header__pcRightContainer .p-header__pcRightafter span {
    line-height: 1.1;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; /*ease-outで余裕のある動きに*/
  }
  .p-header__pcRightContainer .p-header__pcRightafter span {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .p-header__pcRightContainer .js-splitText {
    font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
    color: #414141;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-header__pcRightContainer .p-header__pcRightlistContact {
    background: #fff;
    border-radius: 1.875rem;
    font-size: 0.9375rem;
    font-family: "Shippori Mincho", serif !important;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 0.375rem 1.4375rem 0.375rem 3.1875rem;
    display: inline-block;
    position: relative;
  }
  .p-header__pcRightContainer .p-header__pcRightlistContact:hover {
    opacity: 0.7 !important;
  }
  .p-header__pcRightContainer .p-header__pcRightlistContact:after {
    position: absolute;
    content: "";
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../../../WordPressTheme/assets/images/header-pc-mail.svg");
    background-size: cover;
    height: 0.8125rem;
    width: 1.125rem;
    left: 1.5rem;
  }
}

.p-unab-story1 {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-unab-story1 {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.p-unab-story1__subTit {
  font-size: 10px;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-unab-story1__subTit {
    font-size: 12px;
  }
}

.p-unab-story1__tit h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-unab-story1__tit h3 {
    font-size: 1.375rem;
  }
}

.p-unab-story1__textBox {
  margin-top: 2.4375rem;
}
.p-unab-story1__textBox p {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-unab-story1__textBox p {
    font-size: 0.9375rem;
  }
}

.p-unab-story1-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/276;
  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;
}
.p-unab-story1-img .p-unab-story1__absoTex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 10px;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-unab-story1-img {
    margin-top: 7.5rem;
    max-height: 701px;
    -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 center;
  }
  .p-unab-story1-img .p-unab-story1__bg {
    display: none;
  }
  .p-unab-story1-img .p-unab-story1__absoTex {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-unab-story1__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-unab-story1__titBox {
    width: 41.03%;
  }
  .p-unab-story1__textBox {
    width: 45.98%;
    position: relative;
  }
  .p-unab-story1__textBox:after {
    position: absolute;
    content: "";
    left: -4.4375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 110%;
    background: #000;
  }
}
.p-unab-story2 {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-unab-story2 {
    padding-top: 6.25rem;
  }
}

.p-unab-story2__subTit {
  font-size: 10px;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-unab-story2__subTit {
    font-size: 12px;
  }
}

.p-unab-story2__tit h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-unab-story2__tit h3 {
    font-size: 1.375rem;
  }
}

.p-unab-story2__textBox {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-unab-story2__textBox {
    margin-top: 3.75rem;
  }
}
.p-unab-story2__textBox p {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-unab-story2__textBox p {
    font-size: 0.9375rem;
  }
}

.p-unab-story2__ImgSp {
  margin-top: 3.3125rem;
  max-width: 16.75rem;
  margin-left: auto;
}
.p-unab-story2__ImgSp img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-unab-story2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-unab-story2__items {
    width: 45.98%;
  }
  .p-unab-story2__rightImg {
    width: 41.03%;
  }
  .p-unab-story2__rightImg img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-unab-story3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-unab-story3 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

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

.p-unab-story3__subTit {
  font-size: 10px;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-unab-story3__subTit {
    font-size: 12px;
  }
}

.p-unab-story3__tit h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-unab-story3__tit h3 {
    font-size: 1.375rem;
  }
}

.p-unab-story3__textBox {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-unab-story3__textBox {
    margin-top: 3.75rem;
  }
}
.p-unab-story3__textBox p {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-unab-story3__textBox p {
    font-size: 0.9375rem;
  }
}

.p-unab-story3__Img {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .p-unab-story3__texBoxItems {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 6.25rem;
  }
  .p-unab-story3__Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 38.125rem;
    margin-right: auto;
    margin-top: 1.25rem;
  }
  .p-unab-story3__Img img {
    aspect-ratio: 610/430;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.p-unab-story4 {
  padding-top: 0;
}

.p-unab-story4__ImgSp {
  max-width: 11.9375rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}

.p-unab-story4__absoTex {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-unab-story4__Img {
    max-width: 25.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}
.p-un-con-topText {
  padding-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-topText {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

.p-un-con-topTextItem {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-un-con-topTextItem {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-un-con-main {
  background: #EFEDE8;
  padding-top: 3.3125rem;
  padding-bottom: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main {
    padding-top: 4.875rem;
  }
}

.p-un-con-main__sectit {
  text-align: center;
  position: relative;
}
.p-un-con-main__sectit h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__sectit h3 {
    font-size: 1.5rem;
  }
}
.p-un-con-main__sectit:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  background-image: url("../../../WordPressTheme/assets/images/un-con-titborder.png") !important;
  width: 15.3125rem !important;
  height: 0.0625rem !important;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-un-con-main__sectit:after {
    width: 18.1875rem !important;
    background-repeat: repeat;
  }
}

.p-un-con-main__formTit:after {
  width: 16.5rem !important;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__formTit:after {
    width: 20.625rem !important;
    background-repeat: repeat;
  }
}

.p-un-con-main__lineItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6875rem 0.9375rem;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineItems {
    margin-top: 5.5625rem;
    gap: 2.1875rem;
  }
}

.p-un-con-main__lineItem {
  background: #fff;
  border-radius: 50%;
  max-width: 10rem;
  text-align: center;
  padding: 1rem 1rem 1.9375rem 1rem;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineItem {
    width: 21.875rem;
    max-width: 21.875rem;
    padding: 2.9375rem 1rem 4.6875rem 1rem;
  }
}

.p-un-con-main__lineItemTitImg {
  width: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineItemTitImg {
    width: 2.8125rem;
  }
}

.p-un-con-main__lineItemTit {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineItemTit {
    font-size: 1.125rem;
    margin-top: 1.53125rem;
  }
}

.p-un-con-main__lineItemTex {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineItemTex {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 3.75rem;
  }
}
.p-un-con-main__lineItemTex:before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 0.0625rem;
  background: #E3DDD3;
  top: -0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineItemTex:before {
    width: 15rem;
    top: -2rem;
  }
}

.p-un-con-main__lineBtnItems {
  margin-top: 3.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineBtnItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10rem;
    gap: 9.1875rem;
  }
}

.p-un-con-main__lineBtnSub {
  width: 10.0625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineBtnSub {
    width: 16.875rem;
  }
}
.p-un-con-main__lineBtnSub img {
  width: 100%;
}

.p-un-con-main__lineBtnA {
  display: inline-block;
  background: #fff;
  margin-top: 1.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8125rem 2.2175rem 0.8125rem 4.561875rem;
  border-radius: 3.125rem;
  border: 1px solid #838383;
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineBtnA {
    padding: 1.625rem 2.5rem 1.5625rem 5.6875rem;
    font-size: 1.25rem;
  }
}
.p-un-con-main__lineBtnA:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.25rem !important;
  left: 1.964375rem;
  background-image: url("../../../WordPressTheme/assets/images/icon-line.png") !important;
  width: 1.2675rem !important;
  height: 1.1875rem !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineBtnA:before {
    width: 1.6875rem !important;
    height: 1.5625rem !important;
    top: 2.0625rem !important;
    left: 2.5rem;
  }
}

@media screen and (max-width: 338px) {
  .p-un-con-main__lineBtnA {
    font-size: 12px;
  }
  .p-un-con-main__lineBtnA:before {
    top: 1rem !important;
  }
}
.p-un-con-main__lineHouho {
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.375rem 1.25rem 1.875rem 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineHouho {
    margin-top: 0;
    font-size: 1.25rem;
    padding: 2.1875rem 3.9375rem 2.875rem 3.9375rem;
  }
}

.p-un-con-main__lineHouhouNum {
  text-align: left;
  line-height: 2.1428571429;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineHouhouNum {
    font-size: 1rem;
  }
}

.p-un-con-main__lineHouhouNum:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__lineHouhouNum:nth-child(n+2) {
    margin-top: 2.25rem;
  }
}

.p-un-con-main__lineHouhouNum:before {
  content: "①";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875rem;
}

.p-un-con-main__lineHouhouNum2:before {
  content: "②";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875rem;
}

.p-un-con-main__form {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-un-con-main__form {
    margin-top: 11.6875rem;
  }
}

.p-u-privacy {
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-u-privacy {
    padding-top: 6.25rem;
  }
}

.p-u-privacy__itemTit {
  margin-top: 3.75rem;
}
.p-u-privacy__itemTit h2 {
  font-weight: normal;
  font-size: 1.125rem;
  border-bottom: 1px solid #414141;
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-u-privacy__itemTit h2 {
    font-size: 1.25rem;
  }
}

.p-u-privacy__itemText {
  margin-top: 0.8125rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-u-privacy__itemText {
    font-size: 1rem;
  }
}

.p-top-works__item 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%;
}

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

.p-un-works-con__item a {
  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%;
}

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

.c-un-fv__img 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: 100% 100%;
  -webkit-mask-position: 100% 100%;
}

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

.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;
  }
}
.p-unser-hikaku {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku {
    padding-top: 8.0625rem;
    padding-bottom: 0;
  }
}

.p-unser-hikaku__tit--abso {
  position: relative;
}

.p-unser-hikaku__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-top: 4.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__wrapper {
    overflow-x: visible;
  }
}

.p-unser-hikaku__table {
  border-collapse: separate;
  border-spacing: 5px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  width: 600px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__table {
    width: 100%;
    font-size: 1rem;
    line-height: 1.75;
    margin-left: 0;
  }
}

.p-unser-hikaku__header {
  width: 11.25rem;
  min-width: 11.25rem;
  max-width: 11.25rem;
  height: 6.25rem !important;
  min-height: 6.25rem !important;
  font-size: 1rem;
  vertical-align: bottom;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__header {
    width: 15.1875rem;
    min-width: 15.1875rem;
    max-width: 15.1875rem;
    font-size: 1.125rem;
    height: 7.5rem !important;
    min-height: 7.5rem !important;
  }
}

.p-unser-hikaku__header--empty {
  background-color: #ffffff !important;
  border: none !important;
  padding: 1rem 0.75rem;
  position: sticky;
  left: 0;
  z-index: 9;
  border-radius: unset;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__header--empty {
    padding: 1.5rem 1.25rem;
    position: static;
  }
}
.p-unser-hikaku__header--empty:after {
  position: absolute;
  background: #FFF;
  bottom: 0;
  content: "";
  height: 30px;
  width: 100%;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

.p-unser-hikaku__header--mimairo {
  background-color: #E3DDD3;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 12.75rem;
  min-width: 12.75rem;
  max-width: 12.75rem;
  border-radius: 1.25rem 1.25rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__header--mimairo {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    width: 18.375rem;
    min-width: unset;
    max-width: 18.375rem;
  }
}

.p-unser-hikaku__mimairo-logo {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-unser-hikaku__mimairo-logo img {
  width: 1.875rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__mimairo-logo img {
    width: 2.5rem;
  }
}

.p-unser-hikaku__mimairo-text {
  color: #FFF;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__mimairo-text {
    font-size: 1.875rem;
  }
}

.p-unser-hikaku__row-header {
  background-color: #E4E4E4;
  padding: 0.25rem;
  text-align: center;
  font-weight: normal;
  border: 1px solid #FFF;
  vertical-align: middle;
  position: sticky;
  left: 0;
  z-index: 9;
  min-width: 5rem;
  font-size: 0.875rem;
  width: 4.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__row-header {
    position: static;
    min-width: auto;
    font-size: 1rem;
    width: 5.5rem;
  }
}

.p-unser-hikaku__cell {
  background-color: #ffffff;
  padding: 0.25rem;
  text-align: center;
  border-left: 4px solid #E4E4E4;
  border-right: 4px solid #E4E4E4;
  vertical-align: middle;
  width: 11.25rem;
  min-width: 11.25rem;
  max-width: 11.25rem;
  font-size: 0.875rem;
  height: 6.6875rem;
  line-height: 1.875;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__cell {
    padding: 1.5rem 1.25rem;
    text-align: center;
    width: 15.1875rem;
    min-width: 15.1875rem;
    max-width: 15.1875rem;
    font-size: 1rem;
    height: 7.3125rem;
  }
}
.p-unser-hikaku__cell:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #838383;
}

.p-unser-hikaku__note {
  font-size: 0.75rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  .p-unser-hikaku__note {
    font-size: 0.875rem;
  }
}

.p-unser-hikaku__row-header--top {
  border-radius: 1.25rem 1.25rem 0 0;
}

.p-unser-hikaku__row-header--last {
  border-bottom: 1px solid #E4E4E4;
}

.p-unser-hikaku__cell--top {
  border-top: unset;
}

.p-unser-hikaku__cell--mimairo {
  font-weight: 500;
  border-left: 10px solid #E3DDD3;
  border-right: 10px solid #E3DDD3;
}

.p-unser-hikaku__header--mimairo {
  border-bottom: unset;
}

.p-unser-hikaku__cell--last {
  border-bottom: 4px solid #E4E4E4;
}
.p-unser-hikaku__cell--last:after {
  position: unset;
  content: unset;
  left: unset;
  bottom: unset;
  width: unset;
  height: unset;
  background: unset;
}

.p-unser-hikaku__cell--lastMimairo {
  border-bottom: 10px solid #E3DDD3;
}
.p-unser-hikaku__cell--lastMimairo:after {
  position: unset;
  content: unset;
  left: unset;
  bottom: unset;
  width: unset;
  height: unset;
  background: unset;
}

.p-unser-hikaku__headerBox {
  height: 4.875rem !important;
  min-height: 4.875rem !important;
  max-height: 4.875rem !important;
  margin-top: auto;
  background-color: #E4E4E4;
  padding: 0;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  border-radius: 1.25rem 1.25rem 0 0;
  line-height: 4.75rem;
  margin-bottom: 0;
}

.p-unser-hikaku__headerBox--mimairo .p-unser-hikaku__mimairo-logo {
  position: absolute;
  bottom: -3.75rem;
  left: 0.375rem;
  width: 8.375rem;
}
.p-unser-hikaku__headerBox--mimairo .p-unser-hikaku__mimairo-logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .scroll-hint {
    overflow: unset !important;
  }
}
.scroll-hint .scroll-hint-icon {
  width: 9.1875rem !important;
}
.scroll-hint .scroll-hint-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
}

.p-unser-plan {
  padding-top: 3.75rem;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-unser-plan {
    padding-top: 9.25rem;
    padding-bottom: 12.5rem;
  }
}

.p-unser-plan__tit h3 {
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-unser-plan__tit h3 {
    font-size: 1.5rem;
    line-height: 2.0833333333;
  }
}

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

.p-unser-plan__items {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-unser-plan__items {
    margin-top: 5.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-unser-plan__itemTopDiv {
  height: 4.625rem;
  background: #EFEDE8;
  border-radius: 0.625rem 0.625rem 0 0;
  position: relative;
  z-index: 0;
}
.p-unser-plan__itemTopDiv:after {
  content: "Light";
  position: absolute;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.5rem;
}

.p-unser-plan__item--basic .p-unser-plan__itemTopDiv {
  background: #D6CEC2;
}
.p-unser-plan__item--basic .p-unser-plan__itemTopDiv:after {
  content: "BASIC";
}

.p-unser-plan__item--premium .p-unser-plan__itemTopDiv {
  background: #C7C3C3;
}
.p-unser-plan__item--premium .p-unser-plan__itemTopDiv:after {
  content: "PREMIUM";
}

@media (max-width: 374px) {
  .p-unser-plan__itemTopDiv:after {
    font-size: 3.875rem;
  }
}
.p-unser-plan__itemTit {
  text-align: center;
  margin-top: 0.8125rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.p-unser-plan__itemMain {
  margin-top: 0.8125rem;
  padding: 1.5rem 1.375rem 3.5rem 1.375rem;
  background: #EFEDE8;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-unser-plan__itemMain {
    min-height: 34.625rem;
  }
}

.p-unser-plan__item--basic .p-unser-plan__itemMain {
  background: #D6CEC2;
}

.p-unser-plan__item--premium .p-unser-plan__itemMain {
  background: #C7C3C3;
}

.p-unser-plan__itemMainTit {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-unser-plan__itemMainPrice {
  letter-spacing: 0.05em;
  margin-top: 2.25rem;
  text-align: center;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 2.25rem;
}
.p-unser-plan__itemMainPrice .en-kigou {
  font-size: 1.5rem;
}
.p-unser-plan__itemMainPrice .tax {
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-unser-plan__itemlists {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fff;
  padding: 1.3125rem 1.6875rem 1.3125rem 1.6875rem;
  border-radius: 0.625rem;
  margin-top: 2.5rem;
}
.p-unser-plan__itemlists .p-unser-plan__itemList {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 2.625rem;
}
.p-unser-plan__itemlists .p-unser-plan__itemList:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  background-image: url("../../../WordPressTheme/assets/images/unp-check.svg");
  width: 0.875rem;
  height: 0.896875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-unser-plan__itemList:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-unser-plan__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-unser-plan__item:nth-child(n+2) {
    margin-top: 0rem;
  }
}

.p-unser-plan__itemList span {
  display: inline-block;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
}

.p-unser-3tits-stair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.6875rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-unser-3tits-stair {
    margin-top: 6.5625rem;
    gap: 11.1875rem;
  }
}

.p-unser-3tits-stair__item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.75em;
  color: #414141;
  font-family: "Shippori Mincho", serif;
  position: relative;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-unser-3tits-stair__item {
    font-size: 1.625rem;
  }
}

.p-unser-3tits-stair__item--first {
  margin-top: 0;
}

.p-unser-3tits-stair__item--second {
  margin-top: 110px;
}

.p-unser-3tits-stair__item--third {
  margin-top: 220px;
}

/* 最初は文字単位で非表示。Split処理後の .char に効くように */
.p-unser-3tits-stair__text .char {
  opacity: 0;
  display: inline-block;
  will-change: transform, opacity;
}

.p-unser-three__Items {
  margin-top: 1.875rem;
  letter-spacing: 0.05em;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-unser-three__Items {
    margin-top: 9.375rem;
  }
}

.p-unser-three__Item:nth-child(n+2) {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-unser-three__Item:nth-child(n+2) {
    margin-top: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-unser-three__topItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 7.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-unser-three__topItemImg {
    width: 56.98%;
  }
  .p-unser-three__topItemImg img {
    width: 100%;
  }
  .p-unser-three__topItemTexts {
    width: 31.87%;
  }
}
.p-unser-three__topItemsubTit {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 10px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemsubTit {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    margin-top: 0;
  }
}

.p-unser-three__topItemTit {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemTit {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-unser-three__topItemTit h3 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemTit h3 {
    font-size: 1.5rem;
  }
}

.p-unser-three__topItemTex {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemTex {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }
}
.p-unser-three__topItemTex span {
  font-size: 6px;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemTex span {
    font-size: 0.75rem;
  }
}

.p-unser-three__topItemMain {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemMain {
    border-bottom: unset;
  }
}

.p-unser-three__topItemMainImg {
  border-right: 1px solid #414141;
  width: 25.06%;
}
.p-unser-three__topItemMainImg img {
  width: 100%;
  height: 100%;
}

.p-unser-three__topItemMainTexts {
  padding: 2.125rem 1.8125rem;
  width: 74.93%;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemMainTexts {
    padding: 2.5rem 0 0 0;
    width: 100%;
  }
}

.p-unser-three__topItemMainTit {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemMainTit {
    font-size: 1.125rem;
  }
}
.p-unser-three__topItemMainTit span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-unser-three__topItemMainTit span {
    font-size: 0.875rem;
  }
}

.p-unser-three__topItemMainTit:nth-child(n+2) {
  margin-top: 2.0625rem;
}

.p-unser-three__Item:nth-child(2) .p-unser-three__topItemMainTit:nth-child(n+2) {
  margin-top: 1.4375rem;
}

.p-unser-three__Item:nth-child(3) .p-unser-three__topItemMainTit:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-unser-three__bottomItem {
  margin-top: 3.0625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-unser-three__bottomItem {
    margin-top: 6.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-unser-three__bottomItemMain {
    width: 56.98%;
  }
  .p-unser-three__bottomItemImg {
    width: 31.87%;
    text-align: center;
  }
  .p-unser-three__bottomItemImg img {
    max-width: 13.75rem;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 220/332;
  }
}
.p-unser-three__bottomItemTit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-unser-three__bottomItemTit {
    text-align: unset;
    font-size: 1.25rem;
  }
}

.p-unser-three__bottomItemlists {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-unser-three__bottomItemlists {
    margin-top: 2.6875rem;
  }
}

.p-unser-three__bottomItemList {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-unser-three__bottomItemList {
    font-size: 1rem;
    padding-left: 2.375rem;
  }
}
.p-unser-three__bottomItemList:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  background-image: url("../../../WordPressTheme/assets/images/uns-check.svg");
  width: 0.875rem;
  height: 0.896875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-unser-three__bottomItemList:after {
    left: 0;
    top: 0.375rem;
    width: 1rem;
    height: 1.025rem;
  }
}

.p-unser-three__bottomItemList:nth-child(n+2) {
  margin-top: 1.5625rem;
}

.p-unser-three__bottomItemLastText {
  margin-top: 3rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-unser-three__bottomItemLastText {
    margin-top: 2.6875rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-contactCta {
  padding-top: 3rem;
  padding-bottom: 4.125rem;
  background-image: url("../../../WordPressTheme/assets/images/contact-ctaback.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-contactCta {
    padding-top: 9.5625rem;
    padding-bottom: 10.8125rem;
  }
}

.p-contactCta__text {
  margin-top: 3.3125rem;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contactCta__text {
    margin-top: 6.125rem;
    font-size: 1.125rem;
  }
}

.p-contactCta__btn {
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contactCta__btn {
    max-width: 398px;
    margin-top: 6.5rem;
    margin-right: unset;
    margin-left: unset;
  }
}

.p-contactCta__btn a {
  display: inline-block;
  width: 100%;
  background: #fff;
  font-size: 0.9375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 5.9375rem;
  border-radius: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contactCta__btn a {
    padding: 1.125rem 4.125rem 1.125rem 6.375rem;
  }
}
.p-contactCta__btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.3125rem;
  left: 2.8125rem;
  background-image: url("../../../WordPressTheme/assets/images/icon-mail.svg");
  width: 1.25rem;
  height: 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-contactCta__btn a:after {
    top: 1.625rem;
    width: 1.5rem;
    height: 1.03125rem;
  }
}

.p-contactCta__btnLine:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px !important;
  left: 45px;
  background-image: url("../../../WordPressTheme/assets/images/icon-line.svg") !important;
  width: 20px !important;
  height: 19px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-contactCta__btnLine:after {
    top: 1.5rem !important;
    width: 1.5rem !important;
    height: 1.375rem !important;
  }
}

@media (max-width: 350px) {
  .p-contactCta__btn a {
    font-size: 14px;
    padding: 0.8125rem 0.8125rem 0.8125rem 4.6875rem;
  }
  .p-contactCta__btn a:after {
    left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-contactCta__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-rotat-ill {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-rotat-ill {
    display: block;
    position: relative;
    background-image: url("../../../WordPressTheme/assets/images/top-service-back-pc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-rotat-ill .bg_mask_img.top {
    margin-top: -1px;
  }
  .p-top-rotat-ill .bg_mask_img.bottom {
    margin-bottom: -1px;
  }
  .p-top-rotat-ill .pc_right_area {
    position: relative;
  }
  .p-top-rotat-ill .pc_right_area .p-top-rotat-ill__btnArea {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea div,
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea img {
    width: auto;
    height: 100%;
    display: block;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll .p-top-rotat-ill__txt {
    line-height: 2;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll .annotation {
    line-height: 1.2;
  }
  .p-top-rotat-ill .clay_area {
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  .p-top-rotat-ill .clay_area img {
    width: 100%;
  }
  .p-top-rotat-ill .clay_area .mask-transition_image {
    position: relative;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to left, transparent, black 50%);
    mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, black));
    mask-image: linear-gradient(to left, transparent, black 50%);
    -webkit-mask-size: 0 100%;
    mask-size: 0 100%;
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@media screen and (min-width: 1096px) {
  .p-top-rotat-ill .p-top-rotat-ill__mainArea {
    padding-left: 46px;
    padding-right: 12px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea {
    margin-top: 47px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea .p-top-rotat-ill__num {
    margin-right: 20px;
    height: 26px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea .tit {
    height: 54.06px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll {
    margin-top: 43px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll .p-top-rotat-ill__txt {
    font-size: 14px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll .annotation {
    margin-top: 10px;
    font-size: 10px;
  }
  .p-top-rotat-ill .pc_right_area {
    width: calc(50% - 33px);
    padding-bottom: 190px;
  }
  .p-top-rotat-ill .pc_right_area .p-top-rotat-ill__textBoxA {
    min-height: 350px;
  }
  .p-top-rotat-ill .pc_right_area .p-top-rotat-ill__btnArea {
    bottom: 150px;
  }
}
@media screen and (max-width: 1095px) and (min-width: 768px) {
  .p-top-rotat-ill .p-top-rotat-ill__miniInner.p-top-rotat-ill__aida {
    padding-left: 2.7372262774vw;
    padding-right: 2.7372262774vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__mainArea {
    padding-left: 4.197080292vw;
    padding-right: 1.0948905109vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea {
    margin-top: 4.2883211679vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__titleArea .p-top-rotat-ill__num {
    margin-right: 1.8248175182vw;
    height: 26px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll {
    margin-top: 3.9233576642vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll .p-top-rotat-ill__txt {
    font-size: 1.2773722628vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__textBoxA .p-top-rotat-ill__textAreaIll .annotation {
    margin-top: 0.9124087591vw;
    font-size: 0.9124087591vw;
  }
  .p-top-rotat-ill .pc_right_area {
    width: calc(50% - 3.01095vw);
    padding-bottom: calc(14.59854vw + 30px);
  }
  .p-top-rotat-ill .pc_right_area .p-top-rotat-ill__textBoxA {
    min-height: 27.3722627737vw !important;
  }
  .p-top-rotat-ill .pc_right_area .p-top-rotat-ill__btnArea {
    bottom: 13.6861313869vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-rotat-ill:before {
    height: 100px;
    top: -100px;
  }
  .p-top-rotat-ill:after {
    height: 8.0527086384vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__miniInner {
    padding-top: 5.25rem;
    padding-bottom: 4.6412884334vw;
  }
  .p-top-rotat-ill .p-top-rotat-ill__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-rotat-ill .sec_tit {
    margin-bottom: 80px;
  }
  .p-top-rotat-ill .sec_tit .main img {
    height: 37.88px;
  }
  .p-top-rotat-ill .sec_tit .sub {
    margin-top: 25px;
  }
  .p-top-rotat-ill .sec_tit .sub img {
    height: 14.07px;
  }
  .p-top-rotat-ill .p-top-rotat-ill__mainArea {
    width: 50%;
  }
  .p-top-rotat-ill .clay_area {
    width: 30.7467057101vw;
    right: -4.39238653vw;
  }
}
.p-top-rotat-ill__mainArea {
  text-align: center;
}

.p-top-rotat-ill__mainArea img {
  width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__imgArea {
  position: relative;
  max-width: 455px;
  margin: 0 auto;
}
.p-top-rotat-ill__mainArea .p-top-rotat-ill__imgArea img {
  aspect-ratio: 455/427.14;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__textAreaIll {
  position: absolute;
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__textAreaIll p {
  width: 100%;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__textAreaIll {
  width: 36.9477911647%;
  height: 36.9477911647%;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__textTop {
  top: -3%;
  left: 25.5%;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__textLeft {
  bottom: 19.5%;
  left: 1.2%;
}

.p-top-rotat-ill__mainArea .p-top-rotat-ill__textRight {
  bottom: 19.5%;
  right: 13.2%;
}

.p-top-rotat-ill__textMini img {
  height: 25px !important;
}

@media screen and (min-width: 1156px) {
  .p-top-rotat-ill__mainArea .p-top-rotat-ill__num {
    font-size: 15px;
  }
  .p-top-rotat-ill__mainArea .p-top-rotat-ill__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 1155px) and (min-width: 768px) {
  .p-top-rotat-ill__mainArea .p-top-rotat-ill__num {
    font-size: 1.2987012987vw;
  }
  .p-top-rotat-ill__mainArea .p-top-rotat-ill__txt {
    font-size: 2.5974025974vw;
  }
}
.p-top-rotat-ill__btnAreaBtn .p-top-rotat-ill__txtLeanMore {
  display: inline-block;
}

.p-top-rotat-ill__textMini22 {
  color: #fff;
}

.p-top-rotat-ill__textMini h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}

.p-top-rotat-ill__textAreaIll .p-top-rotat-ill__annotation {
  margin-top: 1.25rem !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 0.9375rem;
}

.p-top-rotat-ill__textMini22Tit {
  font-size: 1.5rem !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.p-question__contents {
  margin-top: 4.1875rem;
}

.p-question__accordion-list {
  background: #FFFFFF;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

.p-question__accordion-list:first-child {
  border-top: 1px solid #000000;
}

.p-question__accordion-title {
  cursor: pointer;
  position: relative;
  padding: 13px 40px 17px 40px;
  line-height: 2.1428571429;
  color: #414141;
}
@media screen and (min-width: 768px) {
  .p-question__accordion-title {
    font-size: 1.125rem;
    padding: 1.75rem 6.5rem 1.75rem 5.25rem;
  }
}

.p-question__accordion-title::before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 14px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-question__accordion-title::before {
    top: 2.3125rem;
    font-size: 1.125rem;
    left: 3.125rem;
  }
}

.p-question__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 15px;
  background-image: url("../../../WordPressTheme/assets/images/top-qavector2.svg");
  width: 13px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-question__accordion-title::after {
    width: 19px;
    height: 6px;
    top: 2.3125rem;
    right: 2.8125rem;
    background-size: contain;
  }
}

.p-question__accordion-text {
  position: relative;
  display: none;
  padding: 13px 40px 17px 40px;
}
@media screen and (min-width: 768px) {
  .p-question__accordion-text {
    font-size: 1.125rem;
    padding: 1.75rem 6.5rem 1.75rem 5.25rem;
  }
}

.p-question__accordion-text::before {
  content: "A";
  position: absolute;
  top: 21px;
  left: 14px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-question__accordion-text::before {
    top: 2.375rem;
    font-size: 1.125rem;
    left: 3.25rem;
  }
}

.p-question__accordion-box {
  color: #414141;
  line-height: 2.1428571429;
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .p-top-qa {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
}
.p-top-mainStakky {
  position: relative;
  color: #fff;
}

/* Sticky wrapper: 画面固定領域 */
.p-top-mainStakky__contentWrap {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
}

/* 各セクションは絶対配置。top/heightはJSで入れる（初期は0） */
.p-top-mainStakky__ItemSection {
  position: absolute;
  left: 0;
  right: 0;
  /* top は JS で設定 */
  /* height は JS で calc(100svh - top) にする */
  padding: 50px 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); /* 初期は下に待機 */
  will-change: transform;
}

.p-top-mainStakky__ItemSection:nth-child(1) {
  background-image: url("../../../WordPressTheme/assets/images/stack-back1.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 500px) {
  .p-top-mainStakky__ItemSection:nth-child(1) {
    background-position: center;
  }
}

.p-top-mainStakky__ItemSection:nth-child(2) {
  background-image: url("../../../WordPressTheme/assets/images/stack-back2.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 500px) {
  .p-top-mainStakky__ItemSection:nth-child(2) {
    background-position: center;
  }
}

.p-top-mainStakky__ItemSection:nth-child(3) {
  background-image: url("../../../WordPressTheme/assets/images/stack-back3.jpg");
  background-position: -100px center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 500px) {
  .p-top-mainStakky__ItemSection:nth-child(3) {
    background-position: center;
  }
}

.p-top-mainStakky__ItemSection:nth-child(4) {
  background-image: url("../../../WordPressTheme/assets/images/stack-back4.jpg");
  background-position: -200px center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 500px) {
  .p-top-mainStakky__ItemSection:nth-child(4) {
    background-position: center;
  }
}

.p-top-mainStakky__ItemSection:nth-child(5) {
  background-image: url("../../../WordPressTheme/assets/images/stack-back5.jpg");
  background-position: -100px center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 500px) {
  .p-top-mainStakky__ItemSection:nth-child(5) {
    background-position: center;
  }
}

.p-top-mainStakky__Iteminner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__Iteminner {
    padding-left: 5.0625rem;
  }
}

.normal-section {
  background: #f4f4f4;
}

.p-top-mainStakky__point {
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__point {
    font-size: 12px;
  }
}

.p-top-mainStakky__num {
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 3.625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__num {
    font-size: 4rem;
    margin-top: 1.25rem;
  }
}

.p-top-mainStakky__subTex {
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__subTex {
    font-size: 12px;
    margin-top: 1.25rem;
  }
}

.p-top-mainStakky__texBox {
  margin-top: 10.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__texBox {
    margin-top: 0;
    position: absolute;
    bottom: 4.0625rem;
  }
}
.p-top-mainStakky__texBox p {
  margin-top: 2.1875rem;
  font-size: 14px;
  line-height: 2.1428571429;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__texBox p {
    margin-top: 3.3125rem;
    font-size: 1rem;
    line-height: 3.125;
  }
}
.p-top-mainStakky__texBox h3 {
  font-weight: normal;
}

.p-top-mainStakky__ItemSection4 .p-top-mainStakky__texBox {
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__ItemSection4 .p-top-mainStakky__texBox {
    margin-top: 0;
    bottom: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mainStakky__ItemSection5 .p-top-mainStakky__texBox {
    bottom: 1.5625rem;
  }
}

.p-top-mainStakky__ItemscrollAfterTex {
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 10px;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-top-mainStakky__ItemscrollAfterTex {
    left: 3.125rem;
  }
}

/* フェードアウト用クラス */
.p-top-mainStakky__ItemscrollAfterTex {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
}

.p-top-mainStakky__ItemscrollAfterTex.is-after {
  opacity: 1;
  pointer-events: none;
}

.p-top-fv {
  height: 100svh;
  position: relative;
}

.p-top-fv__img img {
  position: absolute;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-animation: toColorFvImg 4.5s ease forwards;
          animation: toColorFvImg 4.5s ease forwards;
  top: 0;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@-webkit-keyframes toColorFvImg {
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

@keyframes toColorFvImg {
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
.p-top-fv__text {
  position: absolute;
  bottom: 11.3125rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text {
    bottom: 5.625rem;
    left: 10.5555555556%;
  }
}
.p-top-fv__text h2 {
  color: #fff;
  line-height: 3;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text h2 {
    font-size: 2.5rem;
    line-height: 250%;
  }
}

.char {
  display: inline-block;
}

.p-top-fv__scroll {
  position: absolute;
  bottom: 1.283125rem;
  left: 1.25rem;
  width: 5.333125rem;
  height: 5.341875rem;
}

.p-top-fv__scrollItem {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.p-top-fv__scrollItem svg {
  -webkit-animation: rotateSvg 15s linear infinite;
          animation: rotateSvg 15s linear infinite;
  width: 100%;
}

@-webkit-keyframes rotateSvg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateSvg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-top-fv__scrollCenterImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1.59375rem;
  width: 0.25rem;
}
.p-top-fv__scrollCenterImg img {
  width: 100%;
}

.p-top-ourmessage {
  position: relative;
  z-index: 0;
  padding-top: 3.25rem;
  padding-bottom: 4.375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-ourmessage {
    padding-top: 8.125rem;
    padding-bottom: 11.875rem;
  }
}

.p-top-ourmessage__subTit {
  letter-spacing: 0.05em;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 10px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top-ourmessage__subTit {
    font-size: 12px;
  }
}

.p-top-ourmessage__Tit h2 {
  line-height: 2.25;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-ourmessage__Tit h2 {
    margin-top: 2rem;
    line-height: 1.40625;
    font-size: 2rem;
  }
  .p-top-ourmessage__Tit h2 br {
    display: none;
  }
}

.p-top-ourmessage__text p {
  margin-top: 2.625rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-ourmessage__text p {
    margin-top: 4.75rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

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

.p-top-ourmessage__backText {
  position: absolute;
  color: rgba(228, 228, 228, .3);
  font-size: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.875rem;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-ourmessage__backText {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: -2.5rem;
    font-size: 15.625rem;
    bottom: 5.375rem;
  }
}

.p-top-sinplepara {
  position: relative;
  height: 35.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-sinplepara {
    height: 76.9375rem;
  }
}

.p-top-sinpleparaImg {
  overflow: hidden;
}

.p-top-sinpleparaImg img {
  width: 100%;
  display: block;
}

.p-top-sinplepara1 {
  position: absolute;
  width: 51.2%;
  top: 0;
  right: 0;
  max-width: 12rem;
}
@media screen and (min-width: 768px) {
  .p-top-sinplepara1 {
    width: 62.7%;
    max-width: 56.5rem;
  }
}

.p-top-sinplepara2 {
  position: absolute;
  width: 41.86%;
  bottom: 3.0625rem;
  left: 0;
  max-width: 9.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-sinplepara2 {
    width: 29.4%;
    max-width: 26.5rem;
    left: 3.125rem;
    bottom: 12.125rem;
  }
}

.p-top-sinpleparaImg__abtext {
  position: absolute;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  font-size: 10px;
  bottom: 4.625rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-sinpleparaImg__abtext {
    font-size: 1.25rem;
    bottom: 16.6875rem;
    left: 9.375rem;
  }
}

.p-top-qa {
  padding-top: 4.0625rem;
  padding-bottom: 5rem;
}

.p-top-service {
  background-image: url("../../../WordPressTheme/assets/images/top-service-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.0625rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    display: none;
  }
}

.p-top-service__text {
  margin-top: 3.0625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 5.625rem;
  }
}

.p-top-service__moreBtn {
  margin-top: 3.75rem;
}

.p-top-service__essentialTit {
  margin-top: 4.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-service__essentialTit {
    margin-top: 10.25rem;
  }
}

.p-top-service__essenSubTit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-top-service__essenSubTit {
    font-size: 1rem;
  }
}

.p-top-service__essenTit {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-service__essenTit {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
}

.p-top-service__essenImg {
  margin-top: 3.125rem;
  text-align: center;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
.p-top-service__essenImg img {
  width: 100%;
}

.p-top-service__items {
  margin-top: 5.625rem;
}

.p-top-service__item:nth-child(n+2) {
  margin-top: 7.4375rem;
}

.p-top-service__itemTitImg {
  width: 20px;
  margin-right: auto;
  margin-left: auto;
}

.p-top-service__itemTit {
  margin-top: 3.9375rem;
}
.p-top-service__itemTit h3 {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

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

@media screen and (min-width: 768px) {
  .p-top-rotat-koresaigo {
    font-size: 15px !important;
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
  }
}

.p-top-strength {
  padding-top: 4.0625rem;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-strength {
    padding-top: 6.5625rem;
    padding-bottom: 3.375rem;
  }
}

.p-top-strength__text {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-strength__text {
    margin-top: 5.625rem;
  }
}
.p-top-strength__text p {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-strength__text p {
    line-height: 1.5;
    font-size: 1.125rem;
  }
}

.p-top-strength__5tit {
  margin-top: 4.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-strength__5tit {
    margin-top: 6.4375rem;
    text-align: center;
  }
}

.p-top-strength__5titSub {
  font-size: 10px;
  line-height: 3;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-strength__5titSub {
    font-size: 14px;
  }
}

.p-top-strength__5tile h3 {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-strength__5tile h3 {
    line-height: 1.5;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.p-top-strength__5tile h3 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-strength__5tile h3 br {
    display: unset;
  }
}

.p-top-works {
  padding-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-works {
    padding-top: 6.5625rem;
  }
}

.p-top-works__items {
  margin-top: 4.0625rem;
  max-width: 20.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-works__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.25rem;
    max-width: unset;
  }
}

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

.p-top-works__item a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-works__item {
    width: 30%;
  }
}

.p-top-works__aidaImg {
  margin-top: 3.75rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 376/167;
  max-height: 167px;
  width: 100%;
}
.p-top-works__aidaImg .p-top-works__aidaBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../../../WordPressTheme/assets/images/top-works-sub-sp2.jpg");
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.p-top-works__aidaImg {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (min-width: 768px) {
  .p-top-works__aidaImg {
    margin-top: 7.5rem;
    max-height: 500px;
    background-image: url("../../../WordPressTheme/assets/images/top-works-sub.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  .p-top-works__aidaImg .p-top-works__aidaBg {
    display: none;
  }
  .p-top-works__aidaImg {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.p-unv-reason {
  background: #EFEDE8;
  padding-top: 3.75rem;
  padding-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-unv-reason {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-unv-reason__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.625rem 6.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-unv-reason__item {
    width: 43.43%;
  }
}
@media screen and (min-width: 768px) {
  .p-unv-reason__titBox {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-unv-reason__subTit {
  text-align: center;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-unv-reason__subTit {
    font-size: 1rem;
  }
}

.p-unv-reason__tit {
  text-align: center;
}
.p-unv-reason__tit h3 {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-unv-reason__tit h3 {
    font-size: 1.875rem;
    margin-top: 1.25rem;
  }
}

.p-unv-reason__card {
  padding: 3.9375rem 1.375rem 2.75rem 1.375rem;
  background: #fff;
  border: 2px solid #DBCDC2;
  border-radius: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-unv-reason__card {
    margin-top: 0;
    padding: 3.9375rem 1.375rem 2.75rem 1.375rem;
  }
}

.p-unv-reason__cardTitBox {
  position: relative;
  z-index: 0;
}

.p-unv-reason__cardIcon {
  position: absolute;
  z-index: -1;
  width: 7.32625rem;
  top: -1.625rem;
}
.p-unv-reason__cardIcon img {
  width: 100%;
}

.p-unv-reason__cardLast .p-unv-reason__cardIcon {
  top: -1rem;
}

.p-unv-reason__cardNum {
  font-size: 10px;
  letter-spacing: 0.05em;
  font-family: "Aboreto", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, serif;
  line-height: 3;
}

.p-unv-reason__cardTit {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-unv-reason__cardTit {
    font-size: 1.125rem;
  }
}

.p-unv-reason__cardUnderBor {
  margin-top: 1.5rem;
  border-top: 2px solid #DBCDC2;
}

.p-unv-reason__cardText {
  margin-top: 1.5rem;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-unv-reason__cardText {
    font-size: 0.9375rem;
  }
}

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

.p-unv-why {
  padding-top: 4.0625rem;
  padding-bottom: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-unv-why {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-unv-why__tit h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-unv-why__tit h3 {
    font-size: 1.875rem;
  }
}

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

.p-unv-why__items {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-unv-why__items {
    margin-top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-unv-why__item {
  background: #8FBEC8;
  padding: 1.6875rem 1.25rem 1.5625rem 1.25rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-unv-why__item {
    padding: 2.5rem 1.6875rem 1.625rem 1.6875rem;
    width: 47.98%;
  }
}

.p-unv-why__item:nth-child(n+2) {
  margin-top: 3.0625rem;
  background: #A4B0C0;
}
@media screen and (min-width: 768px) {
  .p-unv-why__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-unv-why__itemTit {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .p-unv-why__itemTit {
    font-size: 1.5rem;
  }
}

.p-unv-why__itemAImg {
  margin-top: 0.1875rem;
  width: 10.9375rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-unv-why__itemAImg {
    width: 14.5625rem;
  }
}
.p-unv-why__itemAImg img {
  width: 100%;
}

.p-unv-why__itemSubTit {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-unv-why__itemSubTit {
    font-size: 1.25rem;
  }
}

.p-unv-why__itemWhiteCon {
  margin-top: 1.625rem;
  background: #fff;
  padding: 1.25rem 0.9375rem 1.8125rem 0.9375rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-unv-why__itemWhiteCon {
    padding: 2.0625rem 1.75rem 2.3125rem 1.75rem;
  }
}

.p-unv-why__checkTexts .p-unv-why__checkText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  padding-left: 1.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-unv-why__checkTexts .p-unv-why__checkText {
    font-size: 0.9375rem;
    padding-left: 2.3125rem;
  }
}
.p-unv-why__checkTexts .p-unv-why__checkText:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  background-image: url("../../../WordPressTheme/assets/images/unv-check.png");
  width: 0.670625rem;
  height: 0.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-unv-why__checkTexts .p-unv-why__checkText:after {
    width: 0.9375rem;
    height: 0.960625rem;
    left: 0.625rem;
  }
}
.p-unv-why__checkTexts .p-unv-why__checkText:nth-child(n+2) {
  margin-top: 0.75rem;
}

.p-unv-why__item:nth-child(n+2) .p-unv-why__checkText:after {
  background-image: url("../../../WordPressTheme/assets/images/unv-check2.png");
}

.p-unv-why__4cards {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #8FBEC8;
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 19.0625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-unv-why__4cards {
    gap: 0.9375rem;
    max-width: 22.935625rem;
    margin-top: 2.5rem;
  }
}

.p-unv-why__4card {
  padding: 0.8125rem 0.875rem;
  text-align: center;
  line-height: 2.1428571429;
  border: 1px solid #8FBEC8;
  border-radius: 0.625rem;
  max-width: 9.0625rem;
  width: 47.54%;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-unv-why__4card {
    max-width: 10.435625rem;
    font-size: 1rem;
  }
}

.p-unv-why__item:nth-child(n+2) .p-unv-why__4cards {
  color: #A4B0C0;
}
.p-unv-why__item:nth-child(n+2) .p-unv-why__4card {
  border: 1px solid #A4B0C0;
}

@media screen and (max-width: 374px) {
  .p-unv-why__4cards {
    gap: 0.9375rem 0.625rem;
  }
  .p-unv-why__4card {
    font-size: 12px;
    padding: 0.8125rem 0.625rem;
  }
}
.p-unv-why__underTexBox {
  text-align: center;
}

.p-unv-why__cardTex {
  margin-top: 1.375rem;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-unv-why__cardTex {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 374px) {
  .p-unv-why__cardTex {
    font-size: 14px;
  }
}
@media screen and (max-width: 329px) {
  .p-unv-why__cardTex {
    font-size: 12px;
  }
}
.p-unv-why__cardTexSvg {
  position: absolute;
  bottom: -0.5625rem;
  width: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-unv-why__cardTexSvg img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-unv-why__cardTexSvg img {
    width: 120%;
    max-width: 100%;
  }
}

@media (max-width: 320px) {
  .p-unv-why__cardTexSvg img {
    max-width: 100%;
  }
}
.p-unv-why__cardTex2 {
  padding-left: 0.59375rem;
  padding-right: 0.59375rem;
}
@media screen and (min-width: 768px) {
  .p-unv-why__cardTex2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 320px) {
  .p-unv-why__cardTex2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-unv-why__lastText {
  margin-top: 3.5625rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-unv-why__lastText {
    margin-top: 6.25rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-unsi-works {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 12.5rem;
  padding-bottom: 8.5rem;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-unsi-works {
    line-height: 2.5;
    font-size: 1rem;
    padding-top: 16.875rem;
  }
}
.p-unsi-works h3 {
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-unsi-works h3 {
    font-size: 1.5rem;
  }
}

.p-unsi-works__tit {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-unsi-works__tit {
    margin-top: 4.5rem;
  }
}

.p-unsi-works__itemTit {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-unsi-works__itemTit {
    margin-top: 4.5rem;
  }
}

.p-unsi-works__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-unsi-works__text {
    margin-top: 4.5rem;
  }
}

.p-unsi-works__urlTextBorder {
  display: inline-block;
  position: relative;
}
.p-unsi-works__urlTextBorder::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
  height: 0.0625rem;
  background: #414141;
  left: 0;
}

.p-unsi-works__backBtn {
  margin-top: 5.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-unsi-works__backBtn {
    margin-top: 7.5rem;
  }
}
.p-unsi-works__backBtn a {
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 1.875rem;
  border: 1px solid #414141;
  text-align: center;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  padding: 0.3125rem 1.3125rem;
}

.p-un-works-con {
  padding-top: 3.875rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-works-con {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

.p-un-works-con__text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-un-works-con__text {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-un-works-con__items {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-un-works-con__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-un-works-con__item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-un-works-con__item {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    width: 28.38%;
  }
}

.p-un-works-con__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-un-works-con__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-un-works-con__itemTit {
  margin-top: 1.375rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .p-un-works-con__itemTit {
    font-size: 1.125rem;
  }
}

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

.p-un-works-con__itemCatBox2 {
  margin-top: 0.4375rem;
}

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

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



@media (max-width: 767px) {
	.p-unser-hikaku__headerBox--mimairo .p-unser-hikaku__mimairo-logo {
		width:6.1875rem;
		top: 0;
		left: 0.5rem;
	}
	
}

@media (min-width: 768px) {
	.p-unser-three__bottomItem {
		align-items: center;
	}
}
/*# sourceMappingURL=styles.css.map */
