/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  background: url(/assets/img/bg1-1.jpg) center;
  background-attachment: fixed;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-main {
  overflow: hidden;
}

.l-footer {
  padding: 7rem 3rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.l-logo {
  max-width: 18rem;
}
@media screen and (max-width: 767px) {
  .l-logo {
    max-width: 9rem;
  }
}

.p-view {
  position: relative;
  z-index: 10;
  padding-bottom: 16rem;
}
.p-view__desc {
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 120rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    left: 3rem;
    right: 3rem;
  }
}
.p-view__desc h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-view__desc h1 {
    font-size: 3.2rem;
  }
}
.p-view__desc p {
  font-family: "Cormorant Garamond", serif;
  margin-top: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-view__desc p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-view img {
    width: 100%;
    height: 42rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-about {
  padding: 18rem 3rem 15rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 0 3rem 6rem;
  }
}
.p-about__wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.p-about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8rem;
  }
}
.p-about__desc dt {
  color: #ffffff;
}
.p-about__desc dt h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__desc dt h2 {
    font-size: 5rem;
  }
}
.p-about__desc dt p {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__desc dt p {
    font-size: 1.4rem;
  }
}
.p-about__desc dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 66rem;
}
.p-about__desc dd p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__item {
  width: 100%;
}
.p-about__item figure {
  margin-bottom: 3rem;
}
.p-about__item span {
  color: #6e6e6e;
  font-size: 1.8rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}
.p-about__item p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.09em;
}
.p-about__item h3 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2;
  margin: 2rem 0;
  letter-spacing: 0.1em;
}
.p-about__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #343434;
  border-bottom: solid 1px #343434;
  color: #fbfbfb;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__area dt {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 4rem 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__area dt {
    padding-bottom: 0;
  }
}
.p-about__area dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  padding: 4rem 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__area dd {
    padding: 4rem 0;
  }
}

.p-mod {
  background: url(/assets/img/bg1-2.png);
  border-radius: 5rem;
  padding: 16rem 3rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-mod {
    border-radius: 0;
    padding: 8rem 3rem;
    background-size: contain;
  }
}
.p-mod__wrap {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mod__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-mod__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  width: 10rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-mod__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    gap: 0;
  }
}
.p-mod__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mod__head h2 {
    font-size: 5rem;
  }
}
.p-mod__head p {
  font-size: 1.8rem;
  margin-left: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mod__head p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.p-mod__sub {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #7c7c7c;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  top: 26rem;
  left: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-mod__sub {
    font-size: 1.2rem;
    top: 10rem;
    left: -2rem;
  }
}
.p-mod__catch {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.4vw;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: absolute;
  left: 20rem;
  bottom: 50rem;
  z-index: 20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mod__catch {
    bottom: unset;
    top: 22rem;
    font-size: 2.8rem;
    left: 2rem;
  }
}
.p-mod__cont {
  position: relative;
  z-index: 10;
  padding-left: 20rem;
}
@media screen and (max-width: 767px) {
  .p-mod__cont {
    padding-left: 0;
    margin-top: 6rem;
  }
}
.p-mod__cont:not(:last-child) {
  margin-bottom: 11rem;
}
.p-mod .splide {
  margin-right: calc(50% - 50vw + 15rem);
}
@media screen and (max-width: 767px) {
  .p-mod .splide {
    margin-right: calc(50% - 50vw + 17rem);
  }
}
.p-mod .splide::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 18rem;
  left: -15rem;
  right: 0;
  background: #dbdbdb;
  border-radius: 2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mod .splide::before {
    top: 13rem;
    left: -1.5rem;
  }
}
.p-mod .splide__track {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__track {
    padding-bottom: 12rem;
  }
}
.p-mod .splide__slide img {
  width: 100%;
}
.p-mod .splide__slide p {
  font-family: "Noto Sans JP", sans-serif;
  color: #646464;
  font-size: 1.4rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__slide p {
    margin-top: 6rem;
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.p-mod .splide__slide table {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__slide table {
    margin-top: 6rem;
  }
}
.p-mod .splide__slide table tbody tr {
  border-bottom: solid 1px #cccccc;
}
.p-mod .splide__slide table tbody tr th {
  color: #646464;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.1em;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__slide table tbody tr th {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-mod .splide__slide table tbody tr td {
  color: #646464;
  font-size: 1.4rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__slide table tbody tr td {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-mod .splide__pagination {
  counter-reset: listnum;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  position: absolute;
  bottom: 5rem;
  right: 28rem;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__pagination {
    gap: 2.5rem;
    bottom: 2.5rem;
    right: 15rem;
  }
}
.p-mod .splide__pagination li {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-style: italic;
  color: #646464;
  letter-spacing: 0.05em;
}
.p-mod .splide__pagination li button {
  opacity: 0.5;
}
.p-mod .splide__pagination li button.is-active {
  opacity: 1;
}
.p-mod .splide__pagination li button::before {
  counter-increment: listnum;
  content: "0" counter(listnum);
}
.p-mod .splide__arrow {
  width: 10rem;
  height: 10rem;
  background: #262626;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mod .splide__arrow {
    width: 6rem;
    height: 6rem;
  }
}
.p-mod .splide__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
}
.p-mod .splide__arrow--prev::before {
  content: "";
  background: url(/assets/img/prev.png) no-repeat center/contain;
}
.p-mod .splide__arrow--next::before {
  content: "";
  background: url(/assets/img/next.png) no-repeat center/contain;
}
.p-mod .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-flow {
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 8rem 3rem;
  }
}
.p-flow__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  color: #ffffff;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-flow__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 6rem;
  }
}
.p-flow__catch h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-flow__catch h2 {
    font-size: 5rem;
  }
}
.p-flow__catch p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__catch p {
    font-size: 1.4rem;
  }
}
.p-flow__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #2b2b2b;
  color: #ffffff;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-flow__list dl:last-child {
  border-bottom: solid 1px #2b2b2b;
}
.p-flow__list dl dt {
  font-family: "Cormorant Garamond", serif;
  padding: 4rem;
  color: #646464;
  font-size: 4rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__list dl dt {
    padding: 2rem 0 0;
    margin-left: auto;
    font-size: 2.8rem;
  }
}
.p-flow__list dl dd {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list dl dd {
    padding: 0 0 2rem;
    margin-top: -6rem;
  }
}
.p-flow__list dl dd h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__list dl dd h3 {
    font-size: 1.8rem;
  }
}
.p-flow__list dl dd p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}

.p-contact {
  padding: 16rem 3rem 16rem;
  background: url(/assets/img/bg1-2.png);
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    border-radius: 0;
    padding: 8rem 3rem;
  }
}
.p-contact__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 6rem;
  }
}
.p-contact__catch h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__catch h2 {
    font-size: 5rem;
  }
}
.p-contact__catch p {
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact__catch p {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-contact__form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody {
    display: block;
  }
}
.p-contact__form tbody tr {
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody tr {
    display: block;
  }
}
.p-contact__form tbody tr:last-child {
  border-bottom: solid 1px #dfdfdf;
}
.p-contact__form tbody tr th {
  width: 38rem;
  position: relative;
  padding: 4rem 2rem 4rem 13rem;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody tr th {
    width: auto;
    display: block;
    padding: 3rem 0;
  }
}
.p-contact__form tbody tr th .req {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5rem;
  padding: 0.6rem 1rem;
  background: #a20000;
  font-size: 1.1rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody tr th .req {
    left: unset;
    right: 0;
  }
}
.p-contact__form tbody tr th .any {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5rem;
  padding: 0.6rem 1rem;
  background: #7b7b7b;
  font-size: 1.1rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody tr th .any {
    left: unset;
    right: 0;
  }
}
.p-contact__form tbody tr td {
  padding: 3rem 5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-contact__form tbody tr td {
    display: block;
    padding: 0 0 3rem;
  }
}
.p-contact__form tbody tr td input {
  font-size: 1.5rem;
  padding: 1.2rem;
  width: 100%;
  background: #ffffff;
}
.p-contact__form tbody tr td textarea {
  font-size: 1.5rem;
  padding: 1.2rem;
  width: 100%;
  min-height: 15rem;
  background: #ffffff;
}
.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.p-contact__radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.p-contact__radio label::before,
.p-contact__radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.p-contact__radio label::before {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  left: 0;
}
.p-contact__radio label::after {
  background-color: #1d1d1d;
  border-radius: 50%;
  opacity: 0;
  width: 1.2rem;
  height: 1.2rem;
  left: 0.4rem;
}
.p-contact__radio input:checked + label::after {
  opacity: 1;
}
.p-contact__radio .hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.p-contact__item:not(:last-child) {
  margin-bottom: 1rem;
}
.p-contact__item dt {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item dt {
    width: 6rem;
    font-size: 1rem;
  }
}
.p-contact__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact__submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  padding: 3rem 8rem;
  background: #262626 url(/assets/img/next.png) no-repeat right 2.5rem center/0.6rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=style.css.map */