@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  max-width: 1720px;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-header__container {
  height: 7.5rem;
}
.l-header__link {
  padding: 1.5rem 0;
  text-align: right;
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .l-header__logo-box {
    gap: 1.25rem;
  }
  .l-header__logo-img {
    width: 4rem;
  }
}
/* footer */
.l-footer {
  padding: 0 0 0.625rem;
  margin-top: 6.25rem;
}
.l-footer__copyright {
  text-align: center;
}

/* main */
.l-inner {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 57.5rem;
}

.l-section-first {
  margin-top: 5rem;
}
.l-section-first:first-child {
  min-height: calc(100vh - 330px);
}

/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-form-input-text,
.c-form-input-email,
.c-form-input-tel,
.c-form-input-address,
.c-form-input-number,
.c-form-label-date {
  width: 100%;
  height: 48px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  border: 0.125rem solid #333;
}
.c-form-input-text::-moz-placeholder, .c-form-input-email::-moz-placeholder, .c-form-input-tel::-moz-placeholder, .c-form-input-address::-moz-placeholder, .c-form-input-number::-moz-placeholder, .c-form-label-date::-moz-placeholder {
  color: #c8c8c8;
}
.c-form-input-text::placeholder,
.c-form-input-email::placeholder,
.c-form-input-tel::placeholder,
.c-form-input-address::placeholder,
.c-form-input-number::placeholder,
.c-form-label-date::placeholder {
  color: #c8c8c8;
}

.c-form-input-text,
.c-form-input-tel,
.c-form-input-email {
  font-size: 15px;
  border-radius: 2px;
}

.c-form-input-text.--w160 {
  max-width: 10rem;
}
.c-form-input-text.error {
  border-color: #c02d1e;
}
.c-form-input-text.--textarea {
  height: auto;
  resize: none;
}
.c-form-input-text.--search {
  padding-right: 3.125rem;
  background: url("../assets/images/common/icon_search02.svg") no-repeat right 16px center/20px auto;
}

.c-form-input-text,
.c-form-input-email,
.c-form-input-tel,
.c-form-input-address,
.c-form-select__container {
  width: 100%;
  padding: 0.5rem 1.5rem;
}

.c-form-select__container {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}

textarea.c-form-input-text {
  padding: 0.625rem 0.625rem 0.625rem 1.5rem;
}
textarea.c-form-input-text:disabled {
  background: #f1f1f1;
  border: 1px solid #ccc;
}

.c-form-input-text,
.c-form-input-email,
.c-form-input-tel,
.c-form-input-address,
.c-form-input-number,
.c-form-input-checkbox,
.c-form-input-radio,
.c-form-label-date,
.c-form-select__container {
  border: 1px solid #000;
}
.c-form-input-text:focus,
.c-form-input-email:focus,
.c-form-input-tel:focus,
.c-form-input-address:focus,
.c-form-input-number:focus,
.c-form-input-checkbox:focus,
.c-form-input-radio:focus,
.c-form-label-date:focus,
.c-form-select__container:focus {
  border: 1px solid #333;
}

.c-form-input-number {
  width: 100px;
  padding: 0.625rem;
  border-radius: 5px;
}

.c-form-input-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.625rem 0.5rem 0;
  border-radius: 0;
}

.c-form-input-radio {
  width: 16px;
  height: 16px;
  margin: 0 0.1875rem 0.125rem 0;
}

.c-form-label {
  position: relative;
  display: inline-block;
}
.c-form-label:not(:last-child) {
  margin-right: 0.625rem;
}

.c-form-label-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-form-label-checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-form-label-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}
.c-form-label-checkbox .checkmark {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #333;
}
.c-form-label-checkbox .checkmark::after {
  position: absolute;
  top: 35%;
  left: 50%;
  display: none;
  width: 8px;
  height: 16px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-form-label-checkbox input:checked ~ .checkmark {
  background-color: #c02d1e;
  border-color: #c02d1e;
}
.c-form-label-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.c-form-label-checkbox.is-disabled {
  opacity: 0.6;
}

.c-form-label-radio {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-form-label-radio:not(:last-child) {
  margin-right: 3.75rem;
}
.c-form-label-radio input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}
.c-form-label-radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form-label-radio .checkmark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-form-label-radio input:checked ~ .checkmark::after {
  display: block;
}
.c-form-label-radio.--full {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0 !important;
}

.c-form-label-date {
  display: inline-block;
  border-radius: 5px;
}

.c-form-input-date {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
.c-form-input-date input[type=date] {
  width: 100%;
  padding-right: 2.5rem;
  cursor: pointer;
}
.c-form-input-date input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}
.c-form-input-date input[type=date]::-webkit-inner-spin-button, .c-form-input-date input[type=date]::-webkit-clear-button {
  display: none;
}
.c-form-input-date__icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background: url("../images/common/icon_calendar.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.c-form-select {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
}
.c-form-select::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 1.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
  transform: rotate(45deg);
}
.c-form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form-select select::-ms-expand {
  display: none;
}

.c-form-textarea {
  width: 100%;
  padding: 0.5em;
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-form-error-text {
  margin-top: 0.5rem;
  color: #c02d1e;
}

.c-form-optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 1rem;
  padding: 0 0.25rem 0.0625rem;
  margin-left: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
  color: #333;
  border: 0.0625rem solid #333;
  border-radius: 999rem;
}
.c-form-optional.--required {
  color: #c02d1e;
  border: 0.0625rem solid #c02d1e;
}

.c-form-button {
  min-height: 50px;
  padding: 0.5rem 2.5rem;
  margin-top: 1rem;
  border: 1px solid #000;
}

.c-form-note {
  margin-left: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .c-form-input-text,
  .c-form-input-email,
  .c-form-input-tel,
  .c-form-input-address,
  .c-form-input-number,
  .c-form-label-date {
    height: 44px;
    font-size: 0.875rem;
  }
  .c-form-input-text,
  .c-form-input-email {
    padding: 0.375rem 0.625rem;
  }
  .c-form-input-tel,
  .c-form-input-address {
    padding: 0.375rem 0.625rem;
  }
  .c-form-input-number {
    padding: 0.375rem 0.625rem;
  }
  .c-form-label-checkbox {
    padding-left: 1.5rem;
  }
  .c-form-label-checkbox:not(:last-child) {
    margin-right: 1.875rem;
  }
  .c-form-label-checkbox .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-radius: 2px;
  }
  .c-form-label-checkbox .checkmark::after {
    width: 6px;
    height: 10px;
    content: "";
  }
  .c-form-label-radio {
    padding-left: 1.5rem;
  }
  .c-form-label-radio:not(:last-child) {
    margin-right: 1.875rem;
  }
  .c-form-label-radio .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
  .c-form-label-radio .checkmark::after {
    width: 8px;
    height: 8px;
  }
  .c-form-error-text {
    font-size: 0.75rem;
  }
  .c-form-required-label {
    margin-right: 0.5rem;
    font-size: 0.625rem;
  }
  .c-form-note {
    margin-left: 0.625rem;
    font-size: 0.75rem;
  }
  .c-form-button {
    min-height: 45px;
    padding: 0.5rem 1.5rem;
    margin-top: 0;
  }
  textarea.c-form-input-text {
    padding: 6px 10px;
  }
}
.c-button {
  position: relative;
  min-width: 20rem;
  min-height: 4rem;
  padding: 1rem 3.75rem 1rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  background-color: #333;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: transparent url("../images/common/icon_arrow_white.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/common/icon_blank_white.svg");
}
.c-button.--hokuzan {
  background-color: #c02d1e;
}
.c-button.--hadomisaki {
  background-color: #076483;
}
.c-button.--kurokami {
  background-color: #385a37;
}
.c-button.--disabled {
  pointer-events: none;
  background-color: #c8c8c8;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    width: 22.5rem;
    min-width: inherit;
    max-width: 100%;
    padding: 1rem 3.5rem 1rem 3rem;
    font-size: 0.875rem;
  }
  .c-button::after {
    right: 1.25rem;
  }
}
.c-button-sub {
  position: relative;
  min-width: 20rem;
  min-height: 4rem;
  padding: 1rem 3.75 1rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 0.125rem solid #333;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button-sub::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.c-button-sub.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/common/icon_blank.svg");
}
.c-button-sub.--hokuzan {
  color: #c02d1e;
  border-color: #c02d1e;
}
.c-button-sub.--hokuzan::after {
  background-image: url("../images/common/icon_arrow_hokuzan.svg");
}
.c-button-sub.--hokuzan.--blank::after {
  background-image: url("../images/common/icon_blank_hokuzan.svg");
}
.c-button-sub.--hadomisaki {
  color: #076483;
  border-color: #076483;
}
.c-button-sub.--hadomisaki::after {
  background-image: url("../images/common/icon_arrow_hadomisaki.svg");
}
.c-button-sub.--hadomisaki.--blank::after {
  background-image: url("../images/common/icon_blank_hadomisaki.svg");
}
.c-button-sub.--kurokami {
  color: #385a37;
  border-color: #385a37;
}
.c-button-sub.--kurokami::after {
  background-image: url("../images/common/icon_arrow_kurokami.svg");
}
.c-button-sub.--kurokami.--blank::after {
  background-image: url("../images/common/icon_blank_kurokami.svg");
}
.c-button-sub.--back::after {
  right: auto;
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.c-button-sub.--disabled {
  color: #c8c8c8;
  pointer-events: none;
  border-color: #c8c8c8;
}
.c-button-sub.--disabled::after {
  background-image: url("../images/common/icon_arrow_off.svg");
}
.c-button-sub.--disabled.--blank::after {
  background-image: url("../images/common/icon_blank_off.svg");
}
@media (hover: hover) {
  .c-button-sub {
    transition: 0.3s linear all;
  }
  .c-button-sub:hover {
    color: #fff;
    background-color: #333;
    opacity: 0.7;
  }
  .c-button-sub:hover::after {
    background-image: url("../images/common/icon_arrow_white.svg");
  }
  .c-button-sub:hover.--blank::after {
    background-image: url("../images/common/icon_blank_white.svg");
  }
  .c-button-sub:hover.--hokuzan {
    background-color: #c02d1e;
  }
  .c-button-sub:hover.--hadomisaki {
    background-color: #076483;
  }
  .c-button-sub:hover.--kurokami {
    background-color: #385a37;
  }
}

@media only screen and (max-width: 767px) {
  .c-button-sub {
    width: 100%;
    min-width: inherit;
    max-width: 22.5rem;
    font-size: 0.875rem;
  }
  .c-button-sub::after {
    right: 1.25rem;
  }
  .c-button-sub.--back::after {
    left: 1.25rem;
  }
}
.c-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.125rem;
  }
}
.c-heading-h0 {
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-heading-h0 {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading-h1 {
    font-size: 1.125rem;
  }
}
.c-heading-h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    font-size: 1.5rem;
  }
}
.c-heading-h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.125rem;
  }
}
.c-heading-h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading-h4 {
    font-size: 0.875rem;
  }
}
.c-heading-h5 {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading-h5 {
    font-size: 0.75rem;
  }
}
.c-heading-h6 {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-heading-h6 {
    font-size: 0.625rem;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  color: #333;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #333;
  border-radius: 50%;
}

.c-list-ol {
  font-size: 0.8125rem;
  list-style: none;
  list-style-position: inside;
  counter-reset: list;
}
.c-list-ol__item {
  position: relative;
  padding-left: 1.75rem;
  counter-increment: list;
}
.c-list-ol__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  content: counter(list, katakana);
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.8;
  color: #2e497d;
  text-decoration: underline;
}
.c-text-link.--blank {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  margin-right: 0.375rem;
  content: "";
  background: transparent url("../images/common/icon_blank_blue.svg") no-repeat center/contain;
}
.c-text-link.--pdf {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_pdf.svg") no-repeat center/contain;
}
.c-text-link.--excel {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--excel::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_excel.svg") no-repeat center/contain;
}
.c-text-link.--word {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--word::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_word.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
}
.c-text.--xxlg {
  font-size: 1.5rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.8125rem;
}
.c-text.--xsm {
  font-size: 0.6875rem;
}
.c-text.--bold {
  font-weight: 700;
}
.c-text.--error {
  color: #c02d1e;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
  .c-text.--xxlg {
    font-size: 1.25rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
  }
  .c-text.--lg {
    font-size: 1.125rem;
  }
  .c-text.--sm {
    font-size: 0.75rem;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
  }
}
/* project */
.p-accordion__item {
  overflow: hidden;
}
.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}
.p-accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  padding: 1rem 4rem 1rem 1.25rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #666;
  border: 0.125rem solid #aaa;
}
.p-accordion__head-icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-accordion__head-icon::after, .p-accordion__head-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  background-color: #333;
}
.p-accordion__head-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.p-accordion__head-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.p-accordion__head-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.p-accordion__head.is-active .p-accordion__head-icon::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.p-accordion__body {
  padding: 1rem 1.25rem 1.5rem;
  background-color: #eee;
}

@media only screen and (max-width: 767px) {
  .p-accordion__item {
    border-radius: 0.625rem;
  }
  .p-accordion__item + .p-accordion__item {
    margin-top: 2rem;
  }
  .p-accordion__head {
    min-height: 3.75rem;
    padding: 1rem 3.125rem 1rem 1.25rem;
    font-size: 0.875rem;
  }
  .p-accordion__content {
    padding: 2rem 1.25rem;
  }
}
.p-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-anchor-list__link {
  display: inline-flex;
  align-items: center;
  color: #333;
}
.p-anchor-list__link::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
  transform: rotate(90deg);
}
.p-anchor-list__link.is-active {
  opacity: 0.7;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear opacity;
  }
  .p-anchor-list__link:hover {
    opacity: 0.7;
  }
}

.p-breadline {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.75rem;
  color: #333;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 0.75rem;
  font-size: 1rem;
}

.p-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 768px), print {
  .p-buttons.--align-start-pc {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-buttons {
    flex-direction: column;
    align-content: center;
    align-items: stretch;
    width: 100%;
  }
  .p-buttons.--sp-receive {
    flex-direction: column-reverse;
  }
}
:root {
  --brand: #0a7;
  --muted: #e9ecef;
  --text: #222;
  --sold: #c9ced6;
}

.p-calendar {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.p-calendar__header {
  position: absolute;
  top: 0.5rem;
  right: -0.25rem;
  left: -0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-calendar__header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: all 0.3s;
}
.p-calendar__header button.js-calendar-prev:hover {
  margin-left: -0.5rem;
}
.p-calendar__header button.js-calendar-next:hover {
  margin-right: -0.5rem;
}
.p-calendar__header-prev {
  margin-right: auto;
}
.p-calendar__header-next {
  margin-left: auto;
}
.p-calendar__months {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.p-calendar__title {
  margin-bottom: 1rem;
  text-align: center;
}
.p-calendar__title span {
  margin: 0 0.25rem 0 0.5rem;
  line-height: 1.6;
}
.p-calendar__table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.p-calendar__table th {
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #ededed;
  border: 0.0625rem solid #333;
}
.p-calendar__table th.is-sunday {
  color: #d20000;
}
.p-calendar__table th.is-saturday {
  color: #0a00d8;
}
.p-calendar__table td {
  position: relative;
  height: 4.9375rem;
  padding: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  border: 0.0625rem solid #333;
}
.p-calendar__table td.is-sold {
  background-color: #c8c8c8;
}
.p-calendar__table td.is-sunday .p-cal-day__num {
  color: #d20000;
}
.p-calendar__table td.is-saturday .p-cal-day__num {
  color: #0a00d8;
}
.p-calendar__table td.is-checkin, .p-calendar__table td.is-checkout, .p-calendar__table td.is-in-range {
  color: #fff;
  background-color: #c02d1e;
}
.p-calendar__table td.is-checkin .p-cal-day__num, .p-calendar__table td.is-checkout .p-cal-day__num, .p-calendar__table td.is-in-range .p-cal-day__num {
  color: #fff;
}

.p-cal-dow {
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  opacity: 0.7;
}

.p-cal-day {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.p-cal-day__btn {
  all: unset;
  position: absolute;
  inset: 0;
  cursor: pointer;
  border-radius: 8px;
}

.p-cal-day__capacity {
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
}

.p-cal-day--sold {
  background: var(--sold);
}

.p-cal-day--sold .p-cal-day__capacity {
  color: transparent;
}

.p-cal-day--sold::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #999;
}

.p-cal-day--available {
  border: 1px solid #cde;
}

.p-cal-day--available:hover {
  background: #f0fff9;
}

.p-cal-day--selected {
  background: #e9fff7;
  outline: 3px solid var(--brand);
  outline-offset: -3px;
}

@media only screen and (max-width: 767px) {
  .p-calendar__months {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  .p-calendar__table td {
    height: 3.5625rem;
    padding: 0.125rem 0.125rem 0.25rem;
  }
  .p-cal-day__num {
    font-size: 0.75rem;
  }
  .p-cal-day__capacity {
    font-size: 0.75rem;
    text-align: center;
  }
}
.p-column-wide {
  display: flex;
  gap: 1.25rem 2.5rem;
  align-items: center;
}
.p-column-wide + .p-column-wide {
  margin-top: 5rem;
}
.p-column-wide__img {
  position: relative;
  width: calc(50% - 1.25rem);
  height: 0;
  padding-top: 29.1666666667%;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-column-wide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-column-wide__content {
  width: calc(50% - 1.25rem);
}
.p-column-wide__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08rem;
}
.p-column-wide__text {
  margin-top: 0.5rem;
}

.p-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
.p-column + .p-column {
  margin-top: 5rem;
}
.p-column__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60.3448275862%;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-column__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-column__content {
  margin-top: 0.75rem;
}
.p-column__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08rem;
}
.p-column__text {
  margin-top: 0.75rem;
}
.p-column.--column2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-column.--column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
.p-column.--column3 .p-column__img {
  padding-top: 60.5263157895%;
}

@media only screen and (max-width: 767px) {
  .p-column-wide {
    flex-direction: column;
  }
  .p-column-wide__img {
    width: 100%;
    padding-top: 60.3448275862%;
  }
  .p-column-wide__content {
    width: 100%;
  }
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-form-nav__list {
  display: flex;
  gap: 0 2.5rem;
  align-items: flex-start;
  justify-content: center;
}
.p-form-nav__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  width: 6rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.p-form-nav__item:not(:last-child) {
  position: relative;
}
.p-form-nav__item:not(:last-child)::after {
  position: absolute;
  top: 1.1875rem;
  left: 100%;
  width: 2.5rem;
  height: 0.125rem;
  content: "";
  background: #c02d1e;
}
.p-form-nav__item.is-active .p-form-nav__item-nb {
  color: #fff;
  background-color: #c02d1e;
}
.p-form-nav__item-nb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #c02d1e;
  background-color: #fff;
  border: 0.125rem solid #c02d1e;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .p-form-nav__list {
    gap: 0 1rem;
  }
  .p-form-nav__item {
    width: 6rem;
    font-size: 0.6875rem;
  }
  .p-form-nav__item:not(:last-child)::after {
    width: 1rem;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.p-box.--bg-white {
  background-color: #fff;
  border: 0.125rem solid #aaa;
  border-radius: 0.625rem;
}
.p-box.--flex-text {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.p-box__title {
  font-weight: 700;
}
.p-box__text {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 2rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table {
  width: 100%;
  font-size: 0.9375rem;
}
.p-table tr:first-child th,
.p-table tr:first-child td {
  padding-top: 0;
}
.p-table__th {
  padding: 1.5rem 0;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: middle;
  border-bottom: 0.125rem solid #e3e3e3;
}
.p-table__th:not(:first-child) {
  padding-left: 1.5rem;
}
.p-table__th:first-child {
  width: 12.5rem;
}
.p-table__td {
  padding: 1.5rem 0 1.5rem 1.5rem;
  line-height: 1.8;
  border-bottom: 0.125rem solid #e3e3e3;
}
.p-table__td:not(:first-child) {
  padding-left: 1.5rem;
}
.p-table__td-frame01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  justify-content: flex-start;
  width: 100%;
}
.p-table__td-frame01-flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.p-table.--contact th {
  vertical-align: top;
}
.p-table.--pcVertical .p-table__th {
  display: block;
  width: 100%;
  padding: 1.5rem 0 0;
  border-bottom: none;
}
.p-table.--pcVertical .p-table__th:first-child {
  width: 100%;
}
.p-table.--pcVertical .p-table__td {
  display: block;
  width: 100%;
  padding: 0 0 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-table {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 1rem 0 0;
  }
  .p-table__th:not(:first-child) {
    padding-left: 1rem;
  }
  .p-table__th:first-child {
    width: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 1rem 0;
  }
  .p-table__td:not(:first-child) {
    padding-left: 1rem;
  }
  .p-table__td-frame01 {
    flex-direction: column;
  }
  .p-table__td-frame01-flex {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .p-table__td-frame01.--nocolumn {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .p-table.--spVertical tr:first-child th {
    padding-top: 0;
  }
  .p-table.--spVertical tr:first-child td {
    padding-top: 0.8rem;
  }
  .p-table.--spVertical .p-table__th {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
    border-bottom: none;
  }
  .p-table.--spVertical .p-table__th:first-child {
    width: 100%;
  }
  .p-table.--spVertical .p-table__td {
    display: block;
    width: 100%;
    padding: 0.5rem 0 1rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual .swiper-slide {
  height: calc(100vh - 7.5rem);
  overflow: hidden;
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__swiper .swiper-slide {
    max-height: 37.5rem;
  }
}
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.p-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: 1200px;
  max-width: 90%;
  max-height: 90%;
  padding: 2rem 2.5rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
}
.p-modal__buttons {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.p-modal__close {
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.p-modal__close-icon {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.p-modal__close-icon::before, .p-modal__close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #2e497d;
}
.p-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .p-modal__buttons {
    flex-direction: column;
  }
}
.p-pagetitle {
  position: relative;
  height: 18.75rem;
}
.p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.p-pagetitle__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-width: 20rem;
  padding: 1.25rem 1.5rem;
  font-size: 2.25rem;
  color: #333;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 13.75rem;
  }
  .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2rem;
  }
}
.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background-color: #f5f5f5;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #333;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #333;
}

.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

/* pages */
body[class*=hadomisaki] .p-form-nav__item:not(:last-child)::after,
section[class*=hadomisaki] .p-form-nav__item:not(:last-child)::after {
  background: #076483;
}
body[class*=hadomisaki] .p-form-nav__item-nb,
section[class*=hadomisaki] .p-form-nav__item-nb {
  color: #076483;
  border: 0.125rem solid #076483;
}
body[class*=hadomisaki] .p-form-nav__item.is-active .p-form-nav__item-nb,
section[class*=hadomisaki] .p-form-nav__item.is-active .p-form-nav__item-nb {
  color: #fff;
  background-color: #076483;
  border-color: #076483;
}
body[class*=hadomisaki] .p-calendar__table td.is-checkin, body[class*=hadomisaki] .p-calendar__table td.is-checkout, body[class*=hadomisaki] .p-calendar__table td.is-in-range,
section[class*=hadomisaki] .p-calendar__table td.is-checkin,
section[class*=hadomisaki] .p-calendar__table td.is-checkout,
section[class*=hadomisaki] .p-calendar__table td.is-in-range {
  background-color: #076483;
}
body[class*=hadomisaki] .c-form-label-checkbox input:checked ~ .checkmark,
section[class*=hadomisaki] .c-form-label-checkbox input:checked ~ .checkmark {
  background-color: #076483;
  border-color: #076483;
}

body.index .index-main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 140px);
}
body.index .index-main__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

body[class*=kurokami] .p-form-nav__item:not(:last-child)::after,
section[class*=kurokami] .p-form-nav__item:not(:last-child)::after {
  background: #385a37;
}
body[class*=kurokami] .p-form-nav__item-nb,
section[class*=kurokami] .p-form-nav__item-nb {
  color: #385a37;
  border: 0.125rem solid #385a37;
}
body[class*=kurokami] .p-form-nav__item.is-active .p-form-nav__item-nb,
section[class*=kurokami] .p-form-nav__item.is-active .p-form-nav__item-nb {
  color: #fff;
  background-color: #385a37;
  border-color: #385a37;
}
body[class*=kurokami] .p-calendar__table td.is-checkin, body[class*=kurokami] .p-calendar__table td.is-checkout, body[class*=kurokami] .p-calendar__table td.is-in-range,
section[class*=kurokami] .p-calendar__table td.is-checkin,
section[class*=kurokami] .p-calendar__table td.is-checkout,
section[class*=kurokami] .p-calendar__table td.is-in-range {
  background-color: #385a37;
}
body[class*=kurokami] .c-form-label-checkbox input:checked ~ .checkmark,
section[class*=kurokami] .c-form-label-checkbox input:checked ~ .checkmark {
  background-color: #385a37;
  border-color: #385a37;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}
.u-asterisk .c-text-link {
  margin-left: 1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
  .u-tellink {
    pointer-events: none;
    text-decoration: none;
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
  .u-tellink {
    color: #2e497d;
    text-decoration: underline;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

.u-mt-05 {
  margin-top: 0.25rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}