@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  font-size: 1rem;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

sup {
  vertical-align: text-top;
}

a:not([class]) {
  transition: 0.3s;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  vertical-align: top;
}

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

span {
  color: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.9800995025vw;
  }
}
@media (max-width: 402px) {
  html {
    font-size: 3.9800995025vw;
  }
}

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #000307;
}

.js-body.is-active {
  overflow: hidden;
}

.js-parallax {
  overflow: hidden;
}

.js-parallax img,
.js-parallax-lg img {
  -o-object-position: top;
     object-position: top;
}

.js-accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

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

.l-wrapper {
  max-width: 1440px;
  margin-inline: auto;
}

.c-btn {
  border: 2px solid #bf2f1f;
  background: #bf2f1f;
  font-family: "Anton", serif;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    transition: none;
  }
}

.c-btn:active {
  background: #ffffff;
  color: #bf2f1f;
}

@media (any-hover: hover) {
  .c-btn:hover {
    background: #ffffff;
    color: #bf2f1f;
  }
}
.p-contact__layout {
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__layout {
    margin-top: 7.5rem;
  }
}

.p-contact__inner.l-inner {
  max-width: 56.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact__inner.l-inner {
    padding-inline: 1.25rem;
  }
}

.p-contact__title {
  font-family: "Anton", serif;
  color: #bf2f1f;
  font-size: 3.375rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 2.375rem;
  }
}

.p-contact__body {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__body {
    margin-top: 3.75rem;
  }
}

.p-contact__form-title {
  position: relative;
  margin-top: 2.5rem;
  padding-left: 1.25rem;
  letter-spacing: 0.06em;
}

.p-contact__form-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.1875rem;
  background: #bf2f1f;
}

.p-contact__body input + .p-contact__body input {
  margin-left: 1.25rem;
}

.p-contact__form-title__required {
  display: inline-block;
  margin-left: 1.25rem;
  padding-inline: 0.75rem;
  background: #bf2f1f;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-title__required {
    margin-left: 0.875rem;
  }
}

.p-contact__form-input,
.p-contact__form-name,
.p-contact__form-textarea {
  margin-top: 0.75rem;
}

.p-contact__form-input input {
  width: 100%;
  margin-top: 0.5rem;
  padding-inline: 0.375rem;
  padding-block: 0.5rem;
}

.p-contact__form-name input {
  width: 47.1%;
}
@media screen and (max-width: 768px) {
  .p-contact__form-name input {
    width: 100%;
  }
}

.p-contact__form-textarea textarea {
  width: 100%;
  min-height: 15rem;
}

.p-contact__form-note {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-contact__form-policy {
  position: relative;
  transition: ease-in-out, 0.2s;
}

.p-contact__form-policy::before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: ease-in-out, 0.2s;
}

@media (any-hover: hover) {
  .p-contact__form-policy:hover {
    color: #bf2f1f;
  }
  .p-contact__form-policy:hover::before {
    background: #bf2f1f;
  }
}
.p-contact__form-agreement {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.p-contact .p-contact__form-agreement input {
  cursor: pointer;
  margin-top: 0;
}

.p-contact input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: ease-in-out, 0.2s;
}

.p-contact input[type=checkbox]:focus {
  outline: none;
}

.p-contact input[type=checkbox]:checked {
  background: #bf2f1f;
  transition: ease-in-out, 0.2s;
}

.p-contact input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  top: 0;
  left: 0.25rem;
  transform: rotate(50deg);
  width: 0.4375rem;
  height: 0.75rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
}

.p-contact__form-submit {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact .p-contact__form-submit input {
  width: 18.75rem;
  padding-block: 1.25rem;
  border: 0.1875rem solid #bf2f1f;
  background: #ffffff;
  color: #bf2f1f;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: ease-in-out, 0.2s;
}

@media (any-hover: hover) {
  .p-contact .p-contact__form-submit input:hover {
    color: #ffffff;
    background: #bf2f1f;
    letter-spacing: 0.2em;
  }
}
.p-contact input {
  margin-top: 0.5rem;
  padding: 0.5rem;
  outline: none;
  border: none;
}

.p-contact input:focus {
  outline: 0.125rem solid #bf2f1f;
}

.p-contact textarea {
  padding: 0.5rem;
  outline: none;
}

.p-contact textarea:focus {
  outline: 0.125rem solid #bf2f1f;
}

.p-contact input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}

.p-footer__inner {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  padding: 5.875rem 2.6875rem 0.75rem 5.1875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding: 5.625rem 0 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__company-header {
    padding-left: 1.875rem;
  }
}

.p-footer__company-table__wrapper {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-footer__company-table__wrapper {
    display: block;
    margin-top: 0.875rem;
    padding-inline: 1.875rem;
  }
}

.p-footer__company-table {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__company-table {
    margin-top: 0;
  }
}

.p-footer__company-th,
.p-footer__company-td {
  font-weight: 500;
  line-height: 2.3125;
  letter-spacing: 0.08em;
}

.p-footer__company-th {
  width: 4.375rem;
  color: #bf2f1f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-footer__company-th {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    vertical-align: top;
  }
}

.p-footer__company-td {
  padding-left: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-footer__company-td {
    padding-left: 1.375rem;
    font-size: 0.9375rem;
    line-height: 2;
    white-space: inherit;
  }
}

.p-footer__company-td a {
  position: relative;
  font-size: 0.875rem;
  vertical-align: middle;
  overflow: clip;
}

.p-footer__company-td a::before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  left: -101%;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .p-footer__company-td a:hover::before {
    left: 0;
  }
}
.p-footer__nav {
  position: absolute;
  top: 7rem;
  right: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    position: static;
  }
}

.p-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 5.375rem;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    display: none;
  }
}

.p-footer__nav-item a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Anton", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

@media (any-hover: hover) {
  .p-footer__nav-item a:hover {
    color: #bf2f1f;
    animation: hurueru 0.1s infinite;
  }
}
@keyframes hurueru {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(2deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.p-footer__nav-contact {
  margin-top: 2.9375rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-contact {
    margin-top: 5.625rem;
    text-align: center;
  }
}

.p-footer__nav-contact a {
  width: 100%;
  max-width: 23.625rem;
  padding-block: 0.8125rem;
  font-size: 1.375rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-contact a {
    padding-block: 0.6875rem;
  }
}

.p-footer__copyright-wrapper {
  margin-top: 4.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright-wrapper {
    margin-top: 2.6875rem;
  }
}

.p-footer__copyright {
  font-family: "Anton", serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.p-hamburger {
  display: none;
  width: 1.875rem;
  height: 1.4375rem;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .p-hamburger {
    display: block;
    height: 1.6875rem;
    overflow-x: clip;
  }
}

.p-hamburger__bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background: #ffffff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-hamburger__bar {
    height: 0.1875rem;
  }
}

.p-hamburger__bar:first-child {
  top: 0;
  transform: translate(-50%, 0);
}

.p-hamburger__bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-hamburger__bar:last-child {
  top: 100%;
  transform: translate(-50%, -100%);
}

.js-hamburger.is-active .p-hamburger__bar:first-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(225deg);
}

.js-hamburger.is-active .p-hamburger__bar:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%);
  transform: translate(100%, -50%);
}

.js-hamburger.is-active .p-hamburger__bar:last-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-225deg);
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 3.0625rem;
  padding-right: 4.25rem;
  padding-left: 5rem;
  transition: ease-in-out, 0.25s;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    align-items: center;
    padding-top: 0.875rem;
    padding-right: 2.1875rem;
    padding-left: 1.625rem;
  }
}

.p-header__inner.is-active {
  padding-top: 0.875rem;
}

.p-header__logo a {
  aspect-ratio: 1;
  max-width: 4.75rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    max-width: 3.5rem;
  }
}

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

.p-header__nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 9999;
    display: block;
    transform: translateX(100%);
    pointer-events: none;
    transition: 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .js-navigation.is-open {
    pointer-events: inherit;
    transform: translateX(0);
  }
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-header__nav-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-header__nav-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-header__nav-item:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-header__nav-item a {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-header__nav-item a {
    align-items: center;
    gap: 0.5rem;
  }
}

.p-header__nav-item a:active .p-header__nav-item__en,
.p-header__nav-item a:active .p-header__nav-item__ja {
  color: #bf2f1f;
}

.p-header__nav-item__en {
  font-family: "Anton", serif;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
  text-transform: capitalize;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .p-header__nav-item__en {
    font-size: 2rem;
    line-height: 1;
    transition: none;
  }
}

.p-header__nav-item__ja {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .p-header__nav-item__ja {
    font-size: 0.8125rem;
  }
}

@media (any-hover: hover) {
  .p-header__nav-item a:hover .p-header__nav-item__en,
  .p-header__nav-item a:hover .p-header__nav-item__ja {
    color: #bf2f1f;
    animation: hurueru 0.1s infinite;
  }
}
@keyframes hurueru {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(2deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.p-home-about {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
}
@media (min-width: 1440px) {
  .p-home-about {
    width: 100vw;
    margin-left: calc(50% - 50vw - 15px);
    margin-left: calc(50% - 50vw - 10px);
  }
}

.p-home-about__layout {
  margin-top: 11.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home-about__layout {
    margin-top: 0;
  }
}

.p-home-about__header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-about__header {
    padding-left: 1.75rem;
    padding-right: 0.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-about__header .p-home__heading-wrapper {
    margin-top: 3.125rem;
  }
}

.p-home-about__body {
  margin-top: 3.4375rem;
  padding-left: 4.125rem;
}
@media screen and (max-width: 768px) {
  .p-home-about__body {
    margin-top: 1.0625rem;
    padding-left: 0;
    padding-left: 2.3125rem;
    padding-right: 1.5625rem;
  }
}

.p-home-about__text {
  font-size: 1.375rem;
  line-height: 1.8636363636;
  letter-spacing: 0.08em;
  text-align: justify;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .p-home-about__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-home-about__text.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.p-home-about__text + .p-home-about__text {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-home-about__text + .p-home-about__text {
    margin-top: 1.5625rem;
  }
}

.p-home-about__img {
  position: absolute;
  top: -1.25rem;
  right: -24.375rem;
  z-index: -1;
  will-change: transform; /* ブラウザ最適化 */
  transition: transform 1s ease-out;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-home-about__img {
    top: 20.875rem;
    right: -13.375rem;
  }
}

.p-home-about__img img {
  width: 66.4375rem;
  aspect-ratio: 1063/1167;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-home-about__img img {
    width: 34.5rem;
    height: 100%;
    aspect-ratio: auto;
  }
}

.p-home-about.fixed-active .p-home-about__img {
  position: fixed;
}

.p-home-about.scrolling .p-home-about__img {
  position: absolute; /* `scrolling` クラスがついたら `absolute` に戻す */
  /* top: auto;
  bottom: 0; */
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .p-home-fv {
    overflow-x: clip;
  }
}

@media screen and (max-width: 768px) {
  .p-home-fv__inner {
    position: relative;
    height: 54.0625rem;
  }
}

.p-home-fv__slide-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-fv__slide-wrapper {
    position: absolute;
    top: 4.4375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-home-fv__category-list {
  position: absolute;
  top: 33.4375rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .p-home-fv__category-list {
    top: 17.6875rem;
    gap: 1.5625rem;
  }
}

.p-home-fv__category-item {
  position: relative;
  font-family: "Anton", serif;
  font-size: 2.375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-home-fv__category-item {
    font-size: 1.8125rem;
  }
}

.p-home-fv__category-item:not(:first-child)::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  transform: translateY(-50%);
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-fv__category-item:not(:first-child)::before {
    left: -1.125rem;
    font-size: 1.8125rem;
  }
}

.p-home-fv__category-item.is-none span {
  opacity: 0.3;
}

.p-home-fv__title {
  position: absolute;
  top: 43.3125rem;
  left: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-fv__title {
    top: 32rem;
    left: 7.1875rem;
  }
}

.p-home-fv__title img {
  width: 55.25rem;
  height: 8.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-home-fv__title img {
    width: 23.625rem;
    height: 7.4375rem;
  }
}

.p-home-fv__slide__wrapper {
  position: relative;
}

.p-home-fv__slide {
  margin-top: -8.1875rem;
}
@media screen and (max-width: 768px) {
  .p-home-fv__slide {
    margin-top: 0;
  }
}

.p-home-fv__slide-track {
  position: relative;
  width: 70rem;
  height: 70rem;
  aspect-ratio: 1;
  border: 1.0625rem solid #bf2f1f;
  border-radius: 100vh;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-home-fv__slide-track {
    width: 37.9375rem;
    height: 37.9375rem;
  }
}

.p-home-fv__slide-item {
  position: relative;
}

.p-home-fv__slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.p-home-fv__slide-item img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1440px) {
  .p-home-service {
    overflow: clip;
  }
}

.p-home-service__layout {
  margin-top: 7.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__layout {
    margin-top: 9.5625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-service__header {
    padding-inline: 1.75rem;
  }
}

.p-home-service__header .p-home__title {
  padding-left: 0;
}

.p-home-service__header .p-home__heading-wrapper {
  padding-left: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__header .p-home__heading-wrapper {
    margin-top: 2.875rem;
    padding-left: 0;
  }
}

.p-home-service__header .p-home__heading-wrapper::after {
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-service__header .p-home__heading-wrapper::after {
    left: -1.6875rem;
  }
}

.p-home-service__body {
  margin-top: 4.4375rem;
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__body {
    margin-top: 1.1875rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-service__lead {
    margin-top: 1.1875rem;
    padding-left: 2.3125rem;
    padding-right: 1.875rem;
    line-height: 2.0625;
    letter-spacing: -0.04em;
    text-align: justify;
  }
}

.p-home-service__visual {
  position: relative;
  display: grid;
  grid-template-columns: 17.71% 28.4% 52.36%;
  grid-template-rows: 50.05% 49.11%;
  gap: 0.3125rem;
  justify-content: center;
  background: #000307;
}
@media screen and (max-width: 768px) {
  .p-home-service__visual {
    grid-template-rows: 49.45% 49.11%;
    gap: 0.125rem;
    margin-top: 5.5625rem;
  }
}

.p-home-service__img:nth-of-type(1) {
  grid-area: 1/1/2/3;
}

.p-home-service__img:nth-of-type(2) {
  grid-area: 2/1/3/2;
}

.p-home-service__img:nth-of-type(3) {
  grid-area: 2/2/3/3;
}

.p-home-service__img:nth-of-type(4) {
  grid-area: 1/3/3/4;
}

.p-home-service__img {
  overflow: hidden;
}

.p-home-service__img:nth-of-type(1) img {
  aspect-ratio: 669/257;
}

.p-home-service__img:nth-of-type(2) img {
  aspect-ratio: 255/254;
}

.p-home-service__img:nth-of-type(3) img {
  aspect-ratio: 409/254;
}

.p-home-service__img:nth-of-type(4) img {
  aspect-ratio: 754/517;
}

.p-home-service__img img {
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .p-home-service__img img:hover {
    scale: 1.02;
  }
}
.p-home-service__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-service__group {
  position: relative;
  display: flex;
  gap: 15.125rem;
  margin-top: 8.6875rem;
  margin-left: 8.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__group {
    display: block;
    margin-top: 1.6875rem;
    margin-left: 0;
    padding-left: 0;
  }
}

.p-home-service__group::before {
  content: "";
  position: absolute;
  top: -18.625rem;
  left: -38.375rem;
  width: 59.875rem;
  height: 59.875rem;
  border-radius: 100vh;
  border: 1.0625rem solid #bf2f1f;
  animation: floating 0.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .p-home-service__group::before {
    top: -10.4375rem;
    left: -29.125rem;
    width: 37.1875rem;
    height: 37.1875rem;
    border: 0.625rem solid #bf2f1f;
  }
}

@keyframes floating {
  0% {
    transform: translateX(-4px) translateY(-4px);
  }
  100% {
    transform: translateX(4px) translateY(4px);
  }
}
.p-circle--md {
  animation: floating-md 1s ease-in-out infinite alternate-reverse;
}

.p-home-service__list {
  padding-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__list {
    margin-top: 0;
  }
}

.p-home-service__item-title {
  position: relative;
  width: 13.25rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Anton", serif;
  font-size: 1.8125rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: ease-in-out, 0.25s;
}
@media screen and (max-width: 768px) {
  .p-home-service__item-title {
    width: 100%;
    font-size: 1.8125rem;
    padding-left: 2.3125rem;
    padding-right: 1.875rem;
  }
}

.p-home-service__item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.p-home-service__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5625rem;
  height: 0.375rem;
  background: #bf2f1f;
  transition: ease-in-out, 0.25s;
}
@media screen and (max-width: 768px) {
  .p-home-service__item-title::before {
    top: 1.375rem;
    right: auto;
    left: 14.4375rem;
  }
}

.p-home-service__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 1.5625rem;
  background: #bf2f1f;
  transition: ease-in-out, 0.25s;
}
@media screen and (max-width: 768px) {
  .p-home-service__item-title::after {
    top: 1.375rem;
    right: auto;
    left: 15rem;
  }
}

.p-home-service__item.is-active .p-home-service__item-title {
  color: #ffffff;
  cursor: default;
}

.p-home-service__item.is-active .p-home-service__item-title::before {
  transform: translateY(-50%) rotate(180deg);
  background: #ffffff;
}

.p-home-service__item.is-active .p-home-service__item-title::after {
  transform: translateY(-50%) rotate(270deg);
  background: #ffffff;
}

.p-home-service__detail {
  width: 100%;
  height: 30.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__detail {
    display: none;
  }
}

.p-home-service__box {
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: ease-in-out, opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.p-home-service__box.is-active {
  visibility: visible;
  opacity: 1;
  height: auto; /* 動的な高さを取得 */
  transition: ease-in-out, opacity 0.4s ease-in-out;
}

.p-home-service__box-inner {
  position: relative;
  z-index: 1;
  width: 38.9375rem;
}

.p-home-service__box-img {
  position: absolute;
  top: 1.4375rem;
  left: 27.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-service__box-img {
    left: 5.6875rem;
    z-index: -1;
    pointer-events: none;
    transition: ease-in-out, 0.3s;
  }
}

.p-home-service__box-img img {
  width: 100%;
  height: auto;
  height: 100%;
  max-width: 30.125rem;
  aspect-ratio: 482/419;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-home-service__box-img img {
    max-width: 24.125rem;
    aspect-ratio: 386/335;
  }
}

.p-home-service__number {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Anton", serif;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-home-service__number {
    font-size: 0.625rem;
  }
}

.p-home-service__title {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-home-service__title {
    font-size: 1.125rem;
    letter-spacing: 0.13em;
  }
}

.p-home-service__text {
  margin-top: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-home-service__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}

.p-home-service__text + .p-home-service__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-service__text + .p-home-service__text {
    margin-top: 1.5625rem;
  }
}

.p-home-service__item-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-service__item-content {
    position: relative;
    display: block;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
    padding-left: 2.3125rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-service__item-content__inner {
    padding-top: 1.4375rem;
  }
}

.p-home-strength {
  position: relative;
}

.p-home-strength__layout {
  margin-top: 4.9375rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__layout {
    margin-top: 3.375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-strength__header {
    padding-left: 1.75rem;
  }
}

.p-home-strength__body {
  margin-inline: auto;
  max-width: 74.6875rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__body {
    margin-top: 2.875rem;
  }
}

.p-home-strength__lead {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  padding-left: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__lead {
    padding-left: 1.75rem;
    font-size: 1.6875rem;
    letter-spacing: -0.03em;
  }
}

.p-home-strength__lead::before,
.p-home-strength__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.3125rem;
  background: #bf2f1f;
  width: 1.75rem;
  height: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__lead::before,
  .p-home-strength__lead::after {
    left: 0;
    width: 1.3125rem;
  }
}

.p-home-strength__lead::before {
  transform: translateY(-50%) rotate(45deg);
}

.p-home-strength__lead::after {
  transform: translateY(-50%) rotate(-45deg);
}

.p-home-strength__list {
  margin-top: 6.9375rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__list {
    margin-top: 0.875rem;
    padding-left: 2.5625rem;
    padding-right: 1.4375rem;
  }
}

.p-home-strength__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 6.75rem;
  padding-left: 1.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item {
    display: block;
    height: 7.125rem;
    padding-top: 3.125rem;
    padding-left: 3.75rem;
  }
}

.p-home-strength__item::before {
  content: "";
  position: absolute;
  top: -2.1875rem;
  right: -2.875rem;
  width: 4.375rem;
  height: 4.375rem;
  background: #000307;
  rotate: 51deg;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item::before {
    top: -0.125rem;
    right: -0.9375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-home-strength__item:not(:first-child) {
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item:not(:first-child) {
    margin-top: 1.3125rem;
  }
}

.p-home-strength__item svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
}

@keyframes draw {
  0% {
    stroke-dasharray: 0% 140% 0% 170%;
  }
  54.8387% {
    stroke-dasharray: 0% 140% 170% 0%;
  }
  100% {
    stroke-dasharray: 140% 0% 170% 0%;
  }
}
@media (max-width: 768px) {
  @keyframes draw {
    0% {
      stroke-dasharray: 0% 140% 0% 210%;
    }
    60% {
      stroke-dasharray: 0% 140% 210% 0%;
    }
    100% {
      stroke-dasharray: 140% 0% 210% 0%;
    }
  }
}
.p-home-strength__item rect {
  stroke-dasharray: 0% 140% 0 210%;
  stroke-dashoffset: 0%;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item rect {
    stroke-dasharray: 0% 140% 0 170%;
    stroke-width: 1.8;
  }
}

.p-home-strength__item:first-child .p-home-strength__item-text {
  margin-left: 8.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item:first-child .p-home-strength__item-text {
    margin-left: 0;
  }
}

.p-home-strength__item:nth-of-type(2) .p-home-strength__item-text {
  margin-left: 3.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item:nth-of-type(2) .p-home-strength__item-text {
    margin-left: 0;
  }
}

.p-home-strength__item:last-child .p-home-strength__item-text {
  margin-left: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item:last-child .p-home-strength__item-text {
    margin-left: 0;
  }
}

.p-home-strength__item-title {
  font-family: "Anton", serif;
  color: #bf2f1f;
  font-size: 5.3125rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item-title {
    position: absolute;
    top: 0.5625rem;
    left: 0.75rem;
    font-size: 2.125rem;
    z-index: -1;
    color: rgba(191, 47, 31, 0.8);
  }
}

.p-home-strength__item-text {
  font-size: 1.875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-home-strength__item-text {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-home-value__layout {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__layout {
    margin-top: 9.375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-value__header {
    padding-left: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home-value__header .p-home__heading-wrapper {
    margin-top: 2.875rem;
  }
}

.p-home-value__body {
  margin-top: 3.0625rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-home-value__body {
    margin-top: 1.25rem;
  }
}

.p-home-value__lead {
  padding-left: 3.5rem;
  line-height: 2.1875;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-home-value__lead {
    padding-left: 0;
    line-height: 2.0625;
    letter-spacing: -0.04em;
    padding-left: 2.3125rem;
    padding-right: 1.875rem;
  }
}

.p-home-value__wrapper {
  margin-top: 4.125rem;
  padding-block: 1.5625rem;
  background: url(../images/home/value.webp) center/cover no-repeat, url(../images/home/value.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-value__wrapper {
    margin-top: 2.6875rem;
    padding: 0.4375rem 1.875rem 0.6875rem 2.3125rem;
  }
}

.p-home-value__group {
  display: flex;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__group {
    display: block;
  }
}

.p-home-value__list {
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__list {
    padding-left: 0;
  }
}

.p-home-value__item {
  position: relative;
}

.p-home-value__item:not(:first-child) {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__item:not(:first-child) {
    margin-top: 0.8125rem;
  }
}

.p-home-value__item-title {
  position: relative;
  display: flex;
  transition: ease-in-out, 0.3s;
  width: 33.8125rem;
  height: 3.625rem;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-home-value__item-title {
    width: 21.1875rem;
    height: 2.25rem;
  }
}

.p-home-value__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5625rem;
  transform: translateY(-50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: ease-in-out, 0.3s;
}
.p-home-value__item-title.is-active::before {
  opacity: 1;
}

.p-home-value__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5625rem;
  transform: translateY(-50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: ease-in-out, 0.3s;
}

.p-home-value__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  transform: translateY(-50%);
  opacity: 0;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon/arrow.webp) center/contain no-repeat, url(../images/icon/arrow.png) center/contain no-repeat;
  transition: ease-in-out, 0.2s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-value__item-title::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-home-value__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  transform: translateY(-50%);
  opacity: 0;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon/arrow.webp) center/contain no-repeat, url(../images/icon/arrow.png) center/contain no-repeat;
  transition: ease-in-out, 0.2s;
  z-index: 1;
}

.p-home-value__item-title.is-active::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .p-home-value__item-title:hover::before,
  .p-home-value__item-title:hover::after {
    opacity: 1;
  }
}
.p-home-value__item-title__en {
  position: relative;
  font-family: "Anton", serif;
  color: #b5b5b5;
  font-size: 2.5rem;
  transition: ease-in-out, 0.3s;
}
@media screen and (max-width: 768px) {
  .p-home-value__item-title__en {
    font-size: 1.5625rem;
  }
}

.p-home-value__item-title__ja {
  position: relative;
  display: inline-block;
  padding-top: 0.625rem;
  color: #b5b5b5;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  transition: ease-in-out, 0.3s;
}
@media screen and (max-width: 768px) {
  .p-home-value__item-title__ja {
    padding-top: 0.4375rem;
    font-size: 0.5rem;
  }
}

.p-home-value__item-title.is-active .p-home-value__item-title__en,
.p-home-value__item-title.is-active .p-home-value__item-title__ja {
  color: #ffffff;
}

@media (any-hover: hover) {
  .p-home-value__item-title:hover .p-home-value__item-title__en,
  .p-home-value__item-title:hover .p-home-value__item-title__ja {
    color: #ffffff;
  }
}
.p-home-value__item:first-child .p-home-value__item-title__ja {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__item:first-child .p-home-value__item-title__ja {
    margin-left: 0.8125rem;
  }
}

.p-home-value__item:nth-child(2) .p-home-value__item-title__ja {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__item:nth-child(2) .p-home-value__item-title__ja {
    margin-left: 0.75rem;
  }
}

.p-home-value__item:nth-child(3) .p-home-value__item-title__ja {
  margin-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__item:nth-child(3) .p-home-value__item-title__ja {
    margin-left: 0.5625rem;
  }
}

.p-home-value__item:nth-child(4) .p-home-value__item-title__ja {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__item:nth-child(4) .p-home-value__item-title__ja {
    margin-left: 0.75rem;
  }
}

.p-home-value__item:last-child .p-home-value__item-title__ja {
  margin-left: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__item:last-child .p-home-value__item-title__ja {
    margin-left: 0.9375rem;
  }
}

.p-home-value__item-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-value__item-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out;
  }
}

.p-home-value__item-content.is-open {
  display: block; /* 開いたときは表示 */
  opacity: 1;
}

.p-home-value__heading {
  color: #bf2f1f;
  font-size: 1.9375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  transition: ease-in-out, 0.3s;
}
@media screen and (max-width: 768px) {
  .p-home-value__heading {
    font-size: 1.3125rem;
    margin-top: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0.12em;
  }
}

.p-home-value__text {
  margin-top: 0.375rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-home-value__text {
    font-size: 0.6875rem;
    line-height: 1.9090909091;
  }
}

.p-home-value__text + .p-home-value__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__text + .p-home-value__text {
    margin-top: 1.375rem;
  }
}

.p-home-value__detail {
  display: block;
  height: 23.0625rem;
}
@media screen and (max-width: 768px) {
  .p-home-value__detail {
    display: none;
  }
}

.p-home-value__box {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: ease-in-out, opacity 0.25s ease-in-out, visibility 0s 0.25s;
}

.p-home-value__box.is-active {
  visibility: visible;
  opacity: 1;
  height: auto; /* 動的な高さを取得 */
  transition: ease-in-out, opacity 0.25s ease-in-out;
}

.p-home-visual {
  aspect-ratio: 1440/448;
}
@media screen and (max-width: 768px) {
  .p-home-visual {
    height: 13.3125rem;
    aspect-ratio: auto;
  }
}

.p-home-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home__title {
  font-family: "Anton", serif;
  color: #bf2f1f;
  font-size: 2.5rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-home__title {
    font-size: 2.0625rem;
    padding-left: 0;
  }
}

.p-home__heading-wrapper {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .p-home__heading-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
}

.p-home__heading-wrapper::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 0.6875rem;
  transform: translateY(-50%);
  width: 2.1875rem;
  height: 0.0625rem;
  background: #bf2f1f;
}
@media screen and (max-width: 768px) {
  .p-home__heading-wrapper::after {
    top: 23%;
    left: -1.75rem;
    width: 0.8125rem;
  }
}

.p-home__heading {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-home__heading {
    font-size: 1.6875rem;
    letter-spacing: -0.03em;
  }
}

.p-policy__layout {
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-policy__layout {
    margin-top: 7.5rem;
  }
}

.p-policy__inner.l-inner {
  max-width: 56.25rem;
}
@media screen and (max-width: 768px) {
  .p-policy__inner.l-inner {
    padding-inline: 1.25rem;
  }
}

.p-policy__title {
  font-family: "Anton", serif;
  color: #bf2f1f;
  font-size: 3.375rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .p-policy__title {
    font-size: 2.375rem;
  }
}

.p-policy__body {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-policy__body {
    margin-top: 3.75rem;
  }
}

.p-policy__item:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-policy__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-policy__item-title {
  position: relative;
  padding-left: 1.625rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-policy__item-title {
    font-size: 1.375rem;
  }
}

.p-policy__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.1875rem;
  background: #bf2f1f;
}

.p-policy__item-text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-policy__item-text {
    margin-top: 1rem;
    line-height: 1.7;
  }
}

.p-policy__sublist {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-policy__sublist {
    margin-top: 0.9375rem;
  }
}

.p-policy__subitem {
  font-weight: 400;
}

.p-thanks__layout {
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__layout {
    margin-top: 7.5rem;
  }
}

.p-thanks__inner.l-inner {
  max-width: 56.25rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__inner.l-inner {
    padding-inline: 1.25rem;
  }
}

.p-thanks__title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #bf2f1f;
  color: #bf2f1f;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    font-size: 1.25rem;
  }
}

.p-thanks__body {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__body {
    margin-top: 3.75rem;
  }
}

.p-thanks__subtitle {
  font-size: 1.5rem;
}

.p-thanks__text {
  margin-top: 2.5rem;
  line-height: 2;
}

.p-thanks__btn {
  margin-top: 5rem;
  text-align: center;
}

.p-thanks__btn a {
  display: inline-block;
  width: 11.25rem;
  border: 2px solid #bf2f1f;
  background: #bf2f1f;
  padding-block: 1.125rem;
  text-align: center;
  letter-spacing: 0.08em;
  transition: ease-in-out, 0.2s;
}

@media (any-hover: hover) {
  .p-thanks__btn a:hover {
    color: #bf2f1f;
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .u-md-none {
    display: none;
  }
}

.u-omozi {
  text-transform: uppercase;
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-none {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
