@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a.link {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

:root {
  --white: #fff;
  --black: #000;
  --gold: #c0a700;
  --text: #10121c;
  --gray: #999;
  --bg-gray: #f2f2f2;
  --yellow: #fff100;
  --bg-baige: #eae8e2;
  --yellow-gradation: linear-gradient(
    92deg,
    rgba(244, 245, 187, 0.6) 1.18%,
    rgba(255, 241, 0, 0.6) 94.88%
  );
  --leading-trim: calc((1em - 1lh) / 2);
  --poppins: "Poppins", sans-serif;
  --noto-sans-jp: "Noto Sans JP", sans-serif;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

html {
  font-size: 0.6944444444vw;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: min(0.6944444444vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  color: var(--text);
  font-family: var(--noto-sans-jp);
  min-height: 100vh;
  background-color: var(--bg-gray);
}

h3,
h2 {
  font-weight: 700;
  color: var(--text);
  font-family: var(--poppins);
}

span,
p {
  color: var(--text);
  font-family: var(--noto-sans-jp);
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--text);
  font-family: var(--noto-sans-jp);
  font-weight: 400;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

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

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

.btn-squea {
  width: 19rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn-squea::after, .btn-squea::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-squea::after {
  background: var(--text);
  z-index: -1;
}
.btn-squea::before {
  background: var(--bg-gray);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn-squea:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.btn-squea .btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn-round {
  width: 17.5rem;
  height: 4.5rem;
  border-radius: 62.5rem;
  border: 1px solid rgba(16, 18, 28, 0.5);
}
.btn-round .btn__link, .btn-yellow .btn__link {
  display: grid;
  place-items: center;
}
.btn-yellow {
  width: 9rem;
  height: 9rem;
}
.btn-yellow .btn__link {
  background: -webkit-linear-gradient(358deg, rgba(244, 245, 187, 0.45) 1.18%, rgba(255, 241, 0, 0.45) 94.88%);
  background: linear-gradient(92deg, rgba(244, 245, 187, 0.45) 1.18%, rgba(255, 241, 0, 0.45) 94.88%);
  border-radius: 50%;
}
.btn__link {
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .btn__link:hover .arrow-right {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn__text {
  font-size: max(1.4rem, 12px);
  line-height: 150%;
  font-family: var(--poppins);
  font-weight: 400;
}
.btn .arrow-right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.5rem;
}
.btn .arrow-right svg {
  width: auto;
  height: auto;
}

.sec-title {
  font-size: 5.5rem;
  font-family: var(--poppins);
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.0005090909em;
}

.sec-title--center {
  text-align: center;
}

.bg-baige {
  background-color: var(--bg-baige);
}

.lower__sec-title {
  text-align: center;
  font-family: var(--poppins);
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.0005em;
}

.txt {
  font-size: max(1.4rem, 11px);
  line-height: 220%;
  font-weight: 350;
  font-family: var(--noto-sans-jp);
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 1.3rem;
  }
}

.page-head {
  margin-top: 18.8rem;
}
@media screen and (max-width: 768px) {
  .page-head {
    margin-top: 14.1rem;
  }
  .page-head.wrapper {
    padding-inline: 3rem;
  }
}
.page-head__title {
  font-family: var(--poppins);
  font-size: 5.5rem;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.0005090909em;
}
@media screen and (max-width: 768px) {
  .page-head__title {
    font-size: 4.8rem;
  }
}
.page-head__txt {
  color: var(--gray);
  line-height: 1;
  font-size: max(1.4rem, 11px);
  font-weight: 350;
  font-family: var(--noto-sans-jp);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .page-head__txt {
    font-size: 1.3rem;
    margin-top: -0.7rem;
  }
}

.cta {
  background: url(../images/common/cta-bg.webp) no-repeat center center/cover;
  aspect-ratio: 1440/436;
  position: relative;
  z-index: 0;
  padding-block: 13rem;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .cta:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
}
.cta__inner {
  position: relative;
  z-index: 2;
  max-width: 104rem;
  padding-inline: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta__title {
  font-family: var(--poppins);
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 150%;
  color: var(--white);
  letter-spacing: 0.0005090909em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.cta__text {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 220%;
  color: var(--white);
  letter-spacing: 0.04em;
}
.cta .btn::before {
  background: transparent;
}
.cta .btn::after {
  background: var(--white);
}
.cta .btn__text {
  color: var(--white);
  font-weight: 300;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
  font-size: max(1.4rem, 12px);
}
@media screen and (max-width: 768px) {
  .cta {
    background: url(../images/common/sp-cta-bg.webp) no-repeat center center/cover;
    aspect-ratio: 375/472;
    padding-block: 8rem 10rem;
  }
  .cta__inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.5rem;
  }
  .cta__title {
    text-align: center;
    font-size: 4.8rem;
    letter-spacing: 0.0005em;
  }
  .cta__text {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .cta .btn__text {
    color: var(--white);
    font-weight: 300;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.02em;
  }
}

#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* レイアウト */
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* マージン */
/* wrapper */
.wrapper {
  width: 100%;
  max-width: 112rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    padding-inline: 0rem;
  }
}

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

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

.footer {
  position: relative;
  padding-bottom: 9.4rem;
}
.footer .footer__inner {
  margin-top: 10.9rem;
}
.footer .footer__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer__logo {
  z-index: 1;
  font-family: var(--poppins);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.footer .footer__menu {
  gap: 6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.footer .footer__menu li {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*  &::before {
                 content: "";
                 width: rem(4);
                 height: rem(4);
                 background-color: $yellow;
                 border-radius: 50%;
                 left: 50%;
                 transform: translateX(-50%);
                 position: absolute;
                 top: rem(30);
                 opacity: 0;
                 transition: 0.3s;
             }
  */
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__menu li:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.footer .footer__menu li a {
  text-align: center;
  font-family: var(--poppins);
  font-size: max(1.6rem, 13px);
  font-weight: 300;
  line-height: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer .footer__copyright {
  margin-top: 130px;
  font-family: var(--poppins);
  font-weight: 300;
  text-align: right;
  font-size: 10px;
}
.footer .footer__copyright span {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 3rem;
    padding-bottom: 5.6rem;
  }
  .footer .footer__head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3rem;
  }
  .footer .footer__logo {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  .footer .footer__menu {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__copyright {
    margin-top: 8.6rem;
    text-align: center;
  }
}

.page-top-btn {
  position: fixed;
  bottom: 4.1rem;
  width: 4.1rem;
  height: 4.1rem;
  right: calc((100vw - 108rem) / 2 + 0rem);
  border-radius: 2.5625rem;
  background: -webkit-linear-gradient(358deg, rgba(244, 245, 187, 0.45) 1.18%, rgba(255, 241, 0, 0.45) 94.88%);
  background: linear-gradient(92deg, rgba(244, 245, 187, 0.45) 1.18%, rgba(255, 241, 0, 0.45) 94.88%);
  /*  box-shadow: 0px 0px 10px 0px rgba(16, 18, 28, 0.10); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top-btn:hover {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .page-top-btn {
    right: 1rem;
    bottom: 10rem;
  }
}
.page-top-btn__icon {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 0.7rem;
}
.page-top-btn__icon::before, .page-top-btn__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 0.2rem;
  height: 0.98rem;
  background-color: #000000;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}
.page-top-btn__icon::before {
  -webkit-transform: rotate(50.2deg);
          transform: rotate(50.2deg);
}
.page-top-btn__icon::after {
  -webkit-transform: rotate(-50.2deg);
          transform: rotate(-50.2deg);
}

.header {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /*  transition: background-color 0.3s ease, mix-blend-mode 0.3s ease, all 0.2s ease; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 8.8rem;
}
.header.scrolled a,
.header.scrolled span {
  color: var(--text) !important;
}
.header.scrolled .hamburger__line span {
  background: var(--text);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0rem 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header__logo {
  z-index: 1;
  font-family: var(--poppins);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--white);
}

.header__navbar {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6rem;
}

.header__menu {
  gap: 6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.header__list {
  padding-top: 1rem;
  overflow: hidden;
  display: block;
  min-width: 5rem;
}

.header__list--about {
  width: 14rem;
}

.header__list--service {
  width: 6rem;
}

.header__contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
}
.header__contact .header__link {
  padding-inline: 3rem;
  padding-block: 0.8rem;
  background: var(--yellow-gradation);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  /* border: 1px solid $white; */
  border-radius: 62.5rem;
}
.header__contact .header__link span {
  color: var(--white);
  font-weight: 300;
}

.header__list .header__link {
  position: relative;
}
.header__list .header__link::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--yellow);
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -1rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__list .header__link:hover::before {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header__link {
  width: 100%;
  text-align: center;
  color: var(--white);
  font-family: var(--poppins);
  font-size: max(1.6rem, 13px);
  font-weight: 300;
  line-height: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__link span {
  color: var(--white);
  width: 100%;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 1.6rem 1.8rem;
  }
  .header .header__logo {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  .header .header__navbar {
    max-width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
    overflow: hidden;
    padding: 4rem 1.6rem 4rem 1.6rem;
    gap: 3.5rem;
    text-align: center;
    background: rgba(242, 242, 242, 0.9);
  }
  .header .header__menu {
    gap: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
  .header .header__list {
    padding: 0rem;
    width: 100%;
  }
  .header .header__link {
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 300;
    width: 100%;
  }
  .header .header__link span {
    color: var(--text);
    font-weight: 300;
    font-size: 1.6rem;
    width: 100%;
  }
  .header .sp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
  .header .sp-menu .header__contact {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 3.3rem;
  }
  .header .sp-menu .header__link {
    padding-inline: 2rem;
    font-size: 1.6rem;
    height: 100%;
    padding-block: 0;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    cursor: pointer;
  }
  .hamburger .hamburger__line {
    display: grid;
    place-items: center;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 3.5rem;
    height: 1.1rem;
  }
  .hamburger .hamburger__line span {
    width: 3.5rem;
    height: 1px;
    display: block;
    position: absolute;
    background: var(--white);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
  }
  .hamburger .hamburger__line span:nth-child(1) {
    top: 0rem;
  }
  .hamburger .hamburger__line span:nth-child(2) {
    bottom: 0rem;
    opacity: 1;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

@media screen and (max-width: 768px) {
  .header.open .header__navbar {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header.open .hamburger {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header.open .hamburger__line span {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: var(--text);
  }
  .header.open .hamburger__line span:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(-45deg);
            transform: translateY(0.5rem) rotate(-45deg);
  }
  .header.open .hamburger__line span:nth-child(2) {
    -webkit-transform: translateY(-0.6rem) rotate(45deg);
            transform: translateY(-0.6rem) rotate(45deg);
  }
  .header.open .header__logo {
    color: var(--text);
  }
  .header.open .sp-menu .header__contact {
    position: relative;
    opacity: 0;
    visibility: hidden;
  }
}
#header.open .header__inner {
  mix-blend-mode: initial;
}

.hero__scrollDown {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  bottom: min(-21.3%, -170px);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1921px) {
  .hero__scrollDown {
    bottom: -170px;
  }
}
@media screen and (max-width: 768px) {
  .hero__scrollDown {
    left: initial;
    right: 2.5rem;
    bottom: -9rem;
    width: 22px;
  }
}

.hero__scrollDown--text {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: var(--poppins);
  color: var(--white);
  font-weight: 300;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 25px;
}

.hero__scrollDown--line {
  position: relative;
  width: 1px;
  height: 200px;
}
.hero__scrollDown--line span {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.hero__scrollDown--line span:first-of-type {
  background: #d9d9d9;
}
.hero__scrollDown--line span:last-of-type {
  background-color: #999;
  -webkit-animation: scroll-line 3s infinite both;
          animation: scroll-line 3s infinite both;
}
@media screen and (max-width: 768px) {
  .hero__scrollDown--line {
    height: 140px;
  }
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  39% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  39% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* テキスト切り替え用のスタイル */
.js-textToggle {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.js-textToggle .before-text,
.js-textToggle .after-text {
  display: block;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.js-textToggle .after-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 1.2rem;
}

.js-textToggle:hover .before-text {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.js-textToggle:hover .after-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header__contact .js-textToggle:hover .after-text {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}

.breadnav {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .breadnav {
    margin-bottom: 2.6rem;
    padding-inline: 3rem;
  }
}

.breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 300;
  font-family: var(--poppins);
}
.breadcrumb a,
.breadcrumb span {
  font-weight: 300;
  font-family: var(--poppins);
}
.breadcrumb .home span {
  color: var(--text);
}
.breadcrumb .post {
  color: #999999;
}

.fv {
  aspect-ratio: 1440/800;
  /* background-image: url(../images/top/fv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  width: 100%;
  height: min(80rem, 100vh);
  position: relative;
}
.fv__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 1440/800;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(0 0 0.5% 0);
          clip-path: inset(0 0 0.5% 0);
}
.fv__inner {
  width: 110.7rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fv__title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  text-align: right;
  margin-bottom: 24rem;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .fv .fv {
    aspect-ratio: 375/800;
    /*   background-image: url(../images/top/sp-fv.webp); */
  }
  .fv .fv__video {
    aspect-ratio: 375/800;
  }
  .fv .fv__inner {
    padding-inline: 2rem;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fv .fv__title {
    font-size: 2.4rem;
    margin-bottom: min(25rem, 250px);
  }
}

.top-cta {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .top-cta {
    margin-top: 6rem;
  }
}

.top-contact {
  margin-top: 10.6rem;
}
@media screen and (max-width: 768px) {
  .top-contact {
    margin-top: 8rem;
  }
}
.top-contact .top-contact__title {
  text-align: center;
}
.top-contact .contact__inner02 {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top-contact .contact__inner02 {
    margin-top: 1.2rem;
  }
}
.top-contact .contact__form-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-contact .contact__form-wrap {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-contact .contact__form {
    gap: 2.4rem;
  }
  .top-contact .contact__form-submit .btn__link {
    width: 15rem !important;
  }
}

.contact form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__head {
    padding-inline: 3rem;
  }
}
.contact__body {
  padding-top: 10rem;
  padding-bottom: 14rem;
}
.contact__body--page {
  padding-top: 10.5rem;
  padding-bottom: 14.3rem;
}
@media screen and (max-width: 768px) {
  .contact__body.contact__body--page .contact__form {
    gap: 1.6rem;
  }
  .contact__body.contact__body--page .contact__form-item {
    gap: 0.9rem;
  }
  .contact__body.contact__body--page .contact__form-item-label {
    line-height: 1.5333333333;
  }
  .contact__body.contact__body--page .contact__form-item-label .attention {
    line-height: 1.2777777778;
  }
  .contact__body.contact__body--page form {
    gap: 3.1rem;
  }
}
.contact__body.contact__body--page .contact__form-submit {
  width: 100%;
}
.contact__body.contact__body--page .contact__form-submit .btn__link {
  width: 100%;
  height: max(4.8rem, 38px);
}
@media screen and (max-width: 768px) {
  .contact__body.contact__body--page .contact__form-submit .btn__link {
    height: 4.3rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__body {
    padding-top: 8rem;
    padding-bottom: 7.4rem;
  }
}
.contact__inner02 {
  max-width: 74rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact__inner02 {
    max-width: 84rem;
  }
}
.contact__form-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__form-wrap {
    margin-top: 4.8rem;
  }
}
.contact__text {
  text-align: center;
  font-size: max(1.4rem, 11px);
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: 350;
}
.contact__text--hissu {
  font-size: max(1.2rem, 10px);
  line-height: 2.2;
  letter-spacing: 0.04em;
  margin-top: 0;
}
.contact__text--hissu span {
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 1.3rem;
  }
  .contact__text--hissu {
    font-size: 1.1rem;
  }
}
.contact .contact__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .contact .contact__form {
    gap: 1.8rem;
  }
}
.contact .contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .contact .contact__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact .contact__form-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: max(1.6rem, 13px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact .contact__form-item-label {
    width: 100%;
    font-size: 1.5rem;
  }
}
.contact .contact__form-item-label .attention {
  color: var(--gold);
  font-size: max(1.8rem, 14px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact .contact__form-item-label .attention {
    font-size: 1.8rem;
  }
}
.contact .contact__form-item-input {
  width: 100%;
}
.contact .contact__form-item-input .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .contact__form-item-input .wpcf7-not-valid {
  border: 1px solid var(--gold);
}
.contact .contact__form-item-input input[type=text],
.contact .contact__form-item-input input[type=tel],
.contact .contact__form-item-input input[type=email],
.contact .contact__form-item-input textarea {
  width: 100%;
  padding: 1.3rem 1.9rem;
  background-color: var(--white);
  border-radius: 0.4rem;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 350;
}
.contact .contact__form-item-input input[type=text]::-webkit-input-placeholder, .contact .contact__form-item-input input[type=tel]::-webkit-input-placeholder, .contact .contact__form-item-input input[type=email]::-webkit-input-placeholder, .contact .contact__form-item-input textarea::-webkit-input-placeholder {
  color: var(--gray);
}
.contact .contact__form-item-input input[type=text]::-moz-placeholder, .contact .contact__form-item-input input[type=tel]::-moz-placeholder, .contact .contact__form-item-input input[type=email]::-moz-placeholder, .contact .contact__form-item-input textarea::-moz-placeholder {
  color: var(--gray);
}
.contact .contact__form-item-input input[type=text]:-ms-input-placeholder, .contact .contact__form-item-input input[type=tel]:-ms-input-placeholder, .contact .contact__form-item-input input[type=email]:-ms-input-placeholder, .contact .contact__form-item-input textarea:-ms-input-placeholder {
  color: var(--gray);
}
.contact .contact__form-item-input input[type=text]::-ms-input-placeholder, .contact .contact__form-item-input input[type=tel]::-ms-input-placeholder, .contact .contact__form-item-input input[type=email]::-ms-input-placeholder, .contact .contact__form-item-input textarea::-ms-input-placeholder {
  color: var(--gray);
}
.contact .contact__form-item-input input[type=text]::placeholder,
.contact .contact__form-item-input input[type=tel]::placeholder,
.contact .contact__form-item-input input[type=email]::placeholder,
.contact .contact__form-item-input textarea::placeholder {
  color: var(--gray);
}
.contact .contact__form-item-input textarea {
  height: 15rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact .contact__form-item-input textarea {
    height: 19.2rem;
  }
}
.contact .contact__form-submit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact__form-submit {
    width: 100%;
  }
}
.contact .contact__form-submit .wpcf7-spinner {
  display: none;
}
.contact .contact__form-submit .btn__link {
  position: relative;
  border-radius: 62.5em;
  width: 15rem;
  height: max(4.4rem, 35px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(1.6rem, 13px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  background: rgba(16, 18, 28, 0.6);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  .contact .contact__form-submit .btn__link {
    width: 100%;
    height: 4.3rem;
  }
}
.contact .contact__form-submit .btn__link input {
  color: var(--white);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.contact .contact__form-submit .btn__link:hover {
  background: var(--yellow-gradation);
}
.contact .contact__form-submit .btn__link:hover input {
  color: var(--black);
}

.top-overview {
  margin-top: 15rem;
}
.top-overview__inner > * + * {
  margin-top: 3rem;
}
.top-overview__txt {
  font-size: max(1.4rem, 13px);
  line-height: 220%;
  font-weight: 350;
  letter-spacing: 0.04em;
  text-align: center;
}
.top-overview__txt + .top-overview__txt {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-overview {
    margin-top: 9.1rem;
  }
  .top-overview__txt {
    font-size: 1.3rem;
  }
}
.top-overview__btn {
  margin-top: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-overview__btn {
    margin-top: 4rem;
  }
}

.top-blog {
  margin-top: 9.7rem;
}
.top-blog__inner {
  position: relative;
}
.top-blog .blog__title {
  text-align: center;
}
.top-blog .top-btn-yellow {
  position: absolute;
  right: -10.4rem;
  top: 5rem;
}
.top-blog .blog__list {
  margin-top: 3.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-blog .blog__item {
  width: calc((100% - 8rem) / 3);
  position: relative;
  z-index: 1;
}
.top-blog .blog__item:hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 333/142;
  background: url(../images/top/blog-hover.png) no-repeat center bottom/contain;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  pointer-events: none;
}
.top-blog .top-blog__btn {
  margin-top: 6rem;
  margin-inline: auto;
}
.top-blog .swiper-button-prev,
.top-blog .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-blog {
    margin-top: 6.8rem;
  }
  .top-blog__inner {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
  }
  .top-blog .blog__title {
    text-align: left;
  }
  .top-blog .top-btn-yellow {
    display: none;
  }
  .top-blog .blog__list {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-bottom: 2rem;
  }
  .top-blog .blog__item {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: -4rem;
  }
  .top-blog .top-blog__btn {
    margin-top: 4rem;
  }
  .top-blog .swiper-button-next {
    right: 3rem;
  }
  .top-blog .swiper-button-prev {
    left: 24.7rem;
  }
  .top-blog .swiper-button-prev::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .top-blog .swiper-button-prev,
  .top-blog .swiper-button-next {
    position: absolute;
    top: 5.5rem;
    width: 4.1rem;
    height: 2.8rem;
    background: var(--gold);
    border-radius: 1.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-blog .swiper-button-prev::after,
  .top-blog .swiper-button-next::after {
    content: "";
    background: url(../images/top/arow-icon.svg) no-repeat center center/contain;
    width: 1.1rem;
    height: 1rem;
  }
  .top-blog .swiper-button-disabled {
    background: transparent;
    border: 1px solid var(--gold);
    opacity: 1 !important;
  }
  .top-blog .swiper-button-disabled::after {
    content: "";
    background: url(../images/top/arow-icon-disble.svg) no-repeat center center/contain;
  }
  .top-blog .swiper-button-prev.swiper-button-disabled::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .top-blog .swiper-button-next.swiper-button-disabled::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.blog__item-img {
  aspect-ratio: 332/243;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  /* img {
    transition: 0.3s ease-in-out;
  }
  &:hover {
    img {
      transform: scale(1.05);
      transition: 0.3s ease-in-out;
    }
  } */
}
.blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog__item-content {
  margin-top: 1rem;
  padding: 0rem 1.5rem 2.6rem 1.5rem;
}
.blog__item-date {
  font-size: max(1.3rem, 10px);
  color: var(--gold);
  font-weight: 350;
  line-height: 220%;
  letter-spacing: 0.04em;
}
.blog__item-title {
  margin-top: 0.8rem;
  font-size: max(1.6rem, 13px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}

@-webkit-keyframes line-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes line-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.top-service {
  margin-top: 10.4rem;
}
.top-service__inner {
  position: relative;
}
.top-service .top-btn-yellow {
  position: absolute;
  right: -10.1rem;
  top: 15.5rem;
}
@media screen and (max-width: 768px) {
  .top-service .top-btn-yellow {
    display: none;
  }
}
.top-service .top-service__title {
  text-align: left;
}
.top-service .top-service__list {
  position: relative;
  margin-top: 3.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: service-item;
}
.top-service .top-service__item {
  position: relative;
  margin-top: 4rem;
  counter-increment: service-item;
}
.top-service .top-service__item .top-service__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15rem;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.top-service .top-service__item:first-child {
  margin-top: 0;
}
.top-service .top-service__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/service-item-bg.webp);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.top-service .top-service__item::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: line-animation 3s linear forwards;
          animation: line-animation 3s linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.top-service .top-service__item:hover .top-service__item-inner {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(16, 18, 28, 0.05));
          filter: drop-shadow(0px 0px 30px rgba(16, 18, 28, 0.05));
}
.top-service .top-service__item:hover::before {
  opacity: 1;
}
.top-service .top-service__item:hover::after {
  opacity: 0;
}
.top-service .top-service__item.fadeIn::after, .top-service .top-service__item.fadeIn:first-child::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.top-service .top-service__item .top-service__item-img {
  width: 33.2rem;
  aspect-ratio: 332/254;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-service .top-service__item .top-service__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service .top-service__item .top-service__item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.top-service .top-service__item .top-service__item-title {
  position: relative;
  font-size: max(2.2rem, 18px);
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-left: 4.6rem;
  font-family: var(--noto-sans-jp);
}
.top-service .top-service__item .top-service__item-title::before {
  position: absolute;
  content: "0" counter(service-item);
  color: var(--gold);
  left: 0;
  top: 0;
  font-weight: 500;
}
.top-service .top-service__item .top-service__item-text {
  font-size: max(1.4rem, 11px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 350;
}
.top-service .top-service__item .top-service__item-btn {
  margin-top: 2.4rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-service .top-service__item .top-service__item-btn {
    margin-top: 1.6rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-service {
    margin-top: 7.5rem;
  }
  .top-service__inner {
    max-width: calc(100% - 6rem);
    margin-inline: auto;
  }
  .top-service .top-service__title {
    font-size: 4.8rem;
  }
  .top-service .top-service__list {
    margin-top: 2.1rem;
  }
  .top-service .top-service__item {
    margin-top: 4rem;
    padding-bottom: 3.6rem;
  }
  .top-service .top-service__item .top-service__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
  }
  .top-service .top-service__item .top-service__item-img {
    width: 100%;
    aspect-ratio: 315/230;
  }
  .top-service .top-service__item .top-service__item-content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-right: 0;
    gap: 1rem;
  }
  .top-service .top-service__item .top-service__item-title {
    padding-block: 0;
    display: block;
    font-size: 1.9rem;
    padding-left: 3.3rem;
  }
  .top-service .top-service__item .top-service__item-title::before {
    display: inline-block;
  }
}

.post {
  /* ここまでレスポンシブ完了 */
}
.post__inner {
  max-width: max(112rem, 90%);
}
.post__container {
  margin-top: 11.8rem;
  padding-bottom: 14rem;
  display: grid;
  grid-template-columns: 33.3rem 1fr;
  gap: 4.8rem;
  min-height: 100vh;
  position: relative;
}
.post__aside {
  position: -webkit-sticky;
  position: sticky;
  top: 11.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.post__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.post__meta-txt {
  font-size: max(1.3rem, 10px);
  font-weight: 350;
  line-height: 220%;
  letter-spacing: 0.04em;
}
.post__meta-date time {
  color: var(--gold);
}
.post__title {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.post__btn {
  margin-top: 5.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post__btn-link {
  padding-inline: 1.1rem 2.9rem;
  padding-bottom: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.post__btn-link:hover .post__btn-icon {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.post__btn-icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
}
.post__btn-txt {
  font-size: max(1.2rem, 10px);
  font-weight: 300;
  font-family: var(--poppins);
  letter-spacing: 0.02em;
}
.post__main {
  width: 100%;
}
.post .category {
  margin-top: 6rem;
}
.post .cta {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .post__inner {
    max-width: 100%;
    padding-inline: 3rem;
  }
  .post__container {
    margin-top: 15rem;
    padding-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5rem;
  }
  .post__aside {
    position: initial;
  }
  .post__meta-txt {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
  .post__title {
    margin-top: 2.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .post__btn {
    margin-top: 9.1rem;
  }
  .post__btn-link {
    padding-inline: 0rem 2.9rem;
  }
  .post .category {
    margin-top: 2.4rem;
  }
  .post .cta {
    margin-top: 3.6rem;
  }
}

.post__thumbnail {
  aspect-ratio: 700/510;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__content {
  padding-bottom: 5rem;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 3.3rem;
}
.post__content h3 {
  font-size: max(2.2rem, 18px);
  text-decoration: underline;
  text-underline-offset: 1rem;
  -webkit-text-decoration-color: var(--gray);
          text-decoration-color: var(--gray);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.04em;
}
.post__content h4 {
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.post__content h5 {
  font-size: max(1.8rem, 14px);
  color: var(--gold);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.post__content p {
  margin-top: 1rem;
  font-size: max(1.4rem, 11px);
  font-weight: 350;
  line-height: 220%;
  letter-spacing: 0.04em;
  color: var(--black);
}
.post h2 + .wp-block-gallery, .post h2 + .wp-block-image,
.post h3 + .wp-block-gallery,
.post h3 + .wp-block-image,
.post h4 + .wp-block-gallery,
.post h4 + .wp-block-image,
.post h5 + .wp-block-gallery,
.post h5 + .wp-block-image,
.post h6 + .wp-block-gallery,
.post h6 + .wp-block-image,
.post p + .wp-block-gallery,
.post p + .wp-block-image {
  margin-top: 3rem;
}
.post h3:not(:first-child) {
  margin-top: 3rem;
}
.post h4,
.post h5 {
  margin-top: 3rem;
}
.post .wp-block-image.size-full img {
  aspect-ratio: 700/510;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .wp-block-gallery.columns-default {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.post .wp-block-gallery.wp-block-gallery-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.post .wp-block-gallery.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.post .wp-block-gallery.columns-default .wp-block-image,
.post .wp-block-gallery.columns-3 .wp-block-image,
.post .wp-block-gallery.columns-4 .wp-block-image {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .post__thumbnail {
    aspect-ratio: 315/243;
  }
  .post__content {
    padding-bottom: 5.2rem;
    margin-top: 2.4rem;
  }
  .post__content h3 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .post__content h4 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .post__content h5 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .post__content p {
    margin-top: 1.1rem;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .post h2 + .wp-block-gallery, .post h2 + .wp-block-image,
  .post h3 + .wp-block-gallery,
  .post h3 + .wp-block-image,
  .post h4 + .wp-block-gallery,
  .post h4 + .wp-block-image,
  .post h5 + .wp-block-gallery,
  .post h5 + .wp-block-image,
  .post h6 + .wp-block-gallery,
  .post h6 + .wp-block-image,
  .post p + .wp-block-gallery,
  .post p + .wp-block-image {
    margin-top: 2.2rem;
  }
  .post h3:not(:first-child) {
    margin-top: 2.5rem;
  }
  .post h4,
  .post h5 {
    margin-top: 2.5rem;
  }
  .post .wp-block-image.size-full img {
    aspect-ratio: 315/237;
  }
  .post .wp-block-gallery.columns-default {
    gap: 3rem;
  }
  .post .wp-block-gallery.wp-block-gallery-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .post .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.4rem;
}
.category__item a {
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: max(1.8rem, 14px);
  font-weight: 300;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.category__item a:hover {
  border-bottom: 1px solid var(--gold);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category__item.is-current a {
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  .category__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .category__item a {
    font-size: 1.6rem;
  }
}

.archive__container {
  margin-top: 18.8rem;
  padding-bottom: 13.7rem;
}
@media screen and (max-width: 768px) {
  .archive__container {
    margin-top: 14.1rem;
    padding-bottom: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .archive__inner {
    padding-inline: 3rem;
  }
}
.archive__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive__title-ja {
  font-size: max(1.4rem, 11px);
  font-weight: 350;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #999999;
  margin-top: -1.2rem;
}
@media screen and (max-width: 768px) {
  .archive__title .sec-title {
    font-size: 4.8rem;
  }
  .archive__title-ja {
    font-size: 1.3rem;
    margin-top: -1.4rem;
  }
}
.archive .category {
  margin-top: 2.9rem;
}
@media screen and (max-width: 768px) {
  .archive .category {
    margin-top: 8.5rem;
  }
}
.archive .blog__list {
  margin-top: 5.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive .blog__item {
  width: calc((100% - 8rem) / 3);
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.archive .blog__item:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(16, 18, 28, 0.05);
          box-shadow: 0px 0px 30px rgba(16, 18, 28, 0.05);
}
.archive .blog__item:hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 333/142;
  background: url(../images/top/blog-hover.png) no-repeat center bottom/contain;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  pointer-events: none;
}
.archive .blog__item:hover .blog__item-img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.archive .blog__item-img {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px rgba(16, 18, 28, 0.1);
          box-shadow: 0px 0px 30px rgba(16, 18, 28, 0.1);
}
.archive .blog__item-title {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .archive .blog__title {
    text-align: left;
  }
  .archive .blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.4rem;
  }
  .archive .blog__item {
    width: 100%;
  }
  .archive .blog__item-content {
    padding: 0;
    margin-top: 1.3rem;
  }
  .archive .blog__item-date {
    font-size: 1.1rem;
  }
  .archive .blog__item-title {
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 6rem;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: max(1.6rem, 13px);
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: var(--text);
  font-weight: 350;
}
.wp-pagenavi .current {
  color: var(--gold);
}
.wp-pagenavi .previouspostslink {
  width: max(1.2rem, 10px);
  height: max(1.2rem, 10px);
  background-image: url(../images/common/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.wp-pagenavi .nextpostslink {
  width: max(1.2rem, 10px);
  height: max(1.2rem, 10px);
  background-image: url(../images/common/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .about .wrapper {
    padding-inline: 3rem;
  }
}
.about-overview {
  padding-block: 10rem 15rem;
}
@media screen and (max-width: 768px) {
  .about-overview {
    padding-block: 9.1rem 9.3rem;
  }
}
.about-overview__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .about-overview__content {
    gap: 3.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-overview__title {
  font-size: 2.2rem;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about-overview__title {
    font-size: 1.9rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.9rem;
  }
}
.about-overview__txt-wrap {
  max-width: 46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about-overview__txt-wrap {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media screen and (max-width: 768px) {
  .about-overview__txt-wrap {
    max-width: 100%;
    gap: 1.5rem;
  }
}
.about-overview__img {
  width: 54.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about-overview__img {
    width: 100%;
  }
}
.about-overview__txt {
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about-overview__txt {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .about-overview__txt {
    white-space: normal;
  }
}
.about-mission {
  padding-block: 12.4rem;
}
@media screen and (max-width: 768px) {
  .about-mission {
    padding-block: 8.1rem 9.4rem;
  }
}
.about-mission__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(29.5rem, 1fr));
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .about-mission__list {
    gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-mission__item {
  max-width: 30rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about-mission__item {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .about-mission__item {
    max-width: 100%;
  }
}
.about-mission__title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5019607843);
  position: relative;
}
.about-mission__title::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 4.5rem;
  height: 3px;
  background-color: var(--gold);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-mission__title {
    padding-bottom: 1.1rem;
  }
}
.about-mission__subtitle {
  height: 3.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.8rem;
  font-family: var(--noto-sans-jp);
  font-size: 2rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .about-mission__subtitle {
    margin-top: 2.1rem;
    height: auto;
    font-size: 1.9rem;
  }
}
.about-mission__txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-mission__txt {
    margin-top: 1.7rem;
    line-height: 180%;
  }
}
.about-message {
  padding-block: 13.8rem 14.8rem;
}
@media screen and (max-width: 768px) {
  .about-message {
    padding-block: 8.1rem 9.1rem;
  }
}
.about-message__inner {
  width: 124.4rem;
  padding-left: 10.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about-message__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .about-message__inner {
    width: 100%;
    padding-inline: 3rem;
  }
}
.about-message__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10.4rem;
}
@media screen and (max-width: 768px) {
  .about-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.about-message__img-wrap {
  padding-top: 11rem;
  width: 46.8rem;
}
@media screen and (max-width: 768px) {
  .about-message__img-wrap {
    width: 100%;
    padding-top: 0.9rem;
  }
}
.about-message__txt-wrap {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 768px) {
  .about-message__txt-wrap {
    display: contents;
  }
}
.about-message__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-message__title {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.about-message__name {
  margin-top: 2.1rem;
  font-size: max(2rem, 13px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .about-message__name {
    margin-top: 0;
    font-size: 1.9rem;
    gap: 1.5rem;
  }
}
.about-message__name-sub {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 220%;
  font-family: var(--poppins);
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .about-message__name-sub {
    font-size: 1.4rem;
  }
}
.about-message__txt {
  margin-top: 1.9rem;
}
@media screen and (max-width: 768px) {
  .about-message__txt {
    margin-top: 0rem;
  }
}
.about-profile {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .about-profile {
    margin-top: 3.7rem;
  }
}
.about-profile__title {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: var(--poppins);
  position: relative;
}
.about-profile__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: calc(100% - 6.2rem);
  height: 1px;
  background: rgba(153, 153, 153, 0.5019607843);
}
.about-profile__list {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .about-profile__list {
    margin-top: 2rem;
    gap: 0.8rem;
  }
}
.about-profile__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2rem;
}
@media screen and (max-width: 768px) {
  .about-profile__item {
    gap: 3rem;
  }
}
.about-profile__key {
  font-weight: 500;
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  .about-profile__key {
    -webkit-flex-basis: 3rem;
        -ms-flex-preferred-size: 3rem;
            flex-basis: 3rem;
  }
}
.about-profile__key span {
  margin-top: 3rem;
  display: block;
  font-weight: 500;
  color: var(--gold);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about-profile__key span {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__key span {
    margin-top: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__txt {
    letter-spacing: 0.0371428571em;
  }
}
.about-profile__txt:not(:first-child) {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .about-profile__txt:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.about-company {
  padding-block: 12.2rem 14.8rem;
}
@media screen and (max-width: 768px) {
  .about-company {
    padding-block: 8.1rem 9.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about-company__inner {
    width: 80%;
  }
}
.about-company__content {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .about-company__content {
    margin-top: 3.3rem;
  }
}
.about-company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(153, 153, 153, 0.5019607843);
}
.about-company__item {
  padding-block: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10.6rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5019607843);
}
@media screen and (max-width: 768px) {
  .about-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
    padding-block: 2.1rem 2.3rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-company__key {
  -webkit-flex-basis: max(17.5rem, 175px);
      -ms-flex-preferred-size: max(17.5rem, 175px);
          flex-basis: max(17.5rem, 175px);
  color: #353c5d;
}
@media screen and (max-width: 768px) {
  .about-company__key {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.about-company__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service .service__content {
  padding-block: 10rem 14rem;
}
@media screen and (max-width: 768px) {
  .service .service__content {
    padding-block: 6.6rem 9.2rem;
  }
}
.service .service-item {
  padding-bottom: 12rem;
  min-height: 71rem;
}
@media screen and (max-width: 768px) {
  .service .service-item {
    padding-bottom: 9.1rem;
  }
}
.service .service-item--01 {
  padding-bottom: 0;
}
.service .service-item--01 .service-item__head {
  background-image: url(../images/service/service-item-bg01.webp);
}
@media screen and (max-width: 768px) {
  .service .service-item--01 .service-item__head {
    background-image: url(../images/service/service-item-bg01-sp.webp);
  }
}
.service .service-item--06 .service-item__head {
  background-image: url(../images/service/service-item-bg06.webp);
}
@media screen and (max-width: 768px) {
  .service .service-item--06 .service-item__head {
    background-image: url(../images/service/service-item-bg06.webp);
  }
}
.service .service-item--01 .service-item__content {
  min-height: 28.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item--01 .service-item__case--01 .service-item__case-media {
    width: 100%;
  }
}
.service .service-item--02 {
  background: var(--bg-baige);
}
.service .service-item--02 .service-item__head {
  background-image: url(../images/service/service-item-bg02.webp);
}
@media screen and (max-width: 768px) {
  .service .service-item--02 .service-item__head {
    background-image: url(../images/service/service-item-bg05-sp.webp);
  }
}
.service .service-item--02 .service-item__head-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service .service-item--02 .service-item__img {
  right: auto;
  left: 0;
}
.service .service-item--02 .service-item__txt {
  margin-left: auto;
}
.service .service-item--02 .service-item__btn {
  margin-left: auto;
}
.service .service-item--03 .service-item__head {
  background-image: url(../images/service/service-item-bg03.webp);
}
@media screen and (max-width: 768px) {
  .service .service-item--03 .service-item__head {
    background-image: url(../images/service/service-item-bg04-sp.webp);
  }
}
.service .service-item--04 {
  background: var(--bg-baige);
}
.service .service-item--04 .service-item__head {
  background-image: url(../images/service/service-item-bg04.webp);
}
@media screen and (max-width: 768px) {
  .service .service-item--04 .service-item__head {
    background-image: url(../images/service/service-item-bg03-sp.webp);
  }
}
.service .service-item--04 .service-item__head-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service .service-item--04 .service-item__img {
  right: auto;
  left: 0;
}
.service .service-item--04 .service-item__txt {
  margin-left: auto;
}
.service .service-item--05 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service .service-item--05 {
    padding-bottom: 9.2rem;
  }
}
.service .service-item--05 .service-item__head {
  background-image: url(../images/service/service-item-bg05.webp);
}
@media screen and (max-width: 768px) {
  .service .service-item--05 .service-item__head {
    background-image: url(../images/service/service-item-bg02-sp.webp);
  }
}
.service .service-item .service-item__head {
  position: relative;
  width: 100%;
  height: 30.7rem;
  padding-top: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__head {
    height: 20rem;
    padding-top: 7rem;
    padding-inline: 3rem;
  }
  .service .service-item .service-item__head--05 {
    padding-top: 5.7rem;
  }
}
.service .service-item .service-item__head-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item .service-item__head-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__head-inner {
    position: static;
  }
}
.service .service-item .service-item__title {
  width: 58.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__title {
    width: 100%;
    font-size: 1.9rem;
    line-height: 1.5263157895;
  }
}
.service .service-item .service-item__title-num {
  color: var(--gold);
  font-weight: 500;
}
.service .service-item .service-item__title-ja {
  color: var(--white);
  font-weight: 350;
}
.service .service-item .service-item__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 38.7rem;
  height: 44rem;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__img {
    width: 15.7rem;
    height: 18rem;
    top: 16rem;
    right: 3rem;
  }
  .service .service-item .service-item__img--02, .service .service-item .service-item__img--04 {
    right: auto;
    left: 3rem;
  }
}
.service .service-item .service-item__btn {
  margin-top: 4.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__btn {
    margin-top: 4.5rem;
  }
}
.service .service-item .service-item__content {
  padding-top: 10rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__content {
    padding-top: 17.1rem;
    padding-bottom: 0rem;
    padding-inline: 3rem;
  }
}
.service .service-item .service-item__txt {
  max-width: 58.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item .service-item__txt {
    max-width: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case {
    padding-inline: 3rem;
  }
}
.service .service-item .service-item__case--01 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--01 {
    padding-top: 8.9rem;
    padding-bottom: 9.4rem;
    padding-inline: 2rem;
  }
}
.service .service-item .service-item__case--01 .service-item__case-txt {
  width: 42.4rem;
  padding-top: 4.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item .service-item__case--01 .service-item__case-txt {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--01 .service-item__case-txt {
    width: 100%;
    padding-top: 0;
  }
}
.service .service-item .service-item__case--01 .service-item__case-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--01 .service-item__case-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.service .service-item .service-item__case--02 {
  padding-top: 7.4rem;
  padding-bottom: 12.4rem;
  background: var(--bg-baige);
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--02 {
    padding-top: 9.5rem;
    padding-bottom: 9.1rem;
  }
}
.service .service-item .service-item__case--02 .service-item__case-media {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item .service-item__case--02 .service-item__case-media {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--02 .service-item__case-media {
    gap: 2.4rem;
  }
}
.service .service-item .service-item__case--02 .service-item__case-txt {
  width: 36.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item .service-item__case--02 .service-item__case-txt {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--02 .service-item__case-txt {
    width: 100%;
  }
}
.service .service-item .service-item__case--02 .service-item__case-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case--02 .service-item__case-body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.service .service-item .service-item__case-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service .service-item .service-item__case-media {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.service .service-item .service-item__case-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-title {
    gap: 1.8rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2rem;
  }
}
.service .service-item .service-item__case-title-en {
  font-size: max(1.6rem, 13px);
  line-height: 1.5;
  font-weight: 200;
  font-family: var(--poppins);
  padding-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-title-en {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.service .service-item .service-item__case-title-ja {
  font-size: max(2.2rem, 18px);
  line-height: 1.5;
  font-weight: 350;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-title-ja {
    font-size: 1.9rem;
  }
}
.service .service-item .service-item__case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-list {
    gap: 0.4rem;
  }
}
.service .service-item .service-item__case-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.9rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-item {
    gap: 3.2rem;
  }
}
.service .service-item .service-item__case-item-title {
  font-size: max(1.6rem, 13px);
  line-height: 1.5;
  width: max(8rem, 77px);
  font-family: var(--poppins);
  font-weight: 300;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-item-title {
    font-size: 1.4rem;
    width: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-item-txt {
    font-size: 1.3rem;
  }
}
.service .service-item .service-item__case-item-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-item-tag {
    gap: 1rem;
  }
}
.service .service-item .service-item__case-item-tag span {
  color: var(--gold);
  font-weight: 400;
}
.service .service-item .service-item__case-col {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-col {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.service .service-item .service-item__case-col-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-col-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.service .service-item .service-item__case-col-txt {
  max-width: 84rem;
  margin-top: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-col-txt {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service-item .service-item__case-body {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */