@charset "UTF-8";
/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
:root {
  /* カラー */
  --color-primary: #3498db;
  --color-text: #000;
  --color-bg: #fff;
  /* アニメーション */
  --transition-duration: 0.3s;
  --transition-easing: ease;
  /* フォント */
  --font-family-base: sans-serif;
  /* layouts */
  --container_width: 1400px;
  --header-height-sp: 74px;
  --header-height-pc: 124px;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  height: 100%;
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-feature-settings: "palt";
}
body.is-naviOpened {
  overflow: hidden;
}

#__bs_notify__ {
  opacity: 0.25;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.l-container {
  position: relative;
  width: calc(100% - 30px);
  max-width: var(--container_width);
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1024px) {
  .l-container {
    width: calc(100% - 60px);
  }
}
.l-container--full {
  width: 100%;
}

.l-header-spacer {
  height: var(--header-height-sp);
}

@media all and (min-width: 1024px) {
  .l-header-spacer {
    height: var(--header-height-pc);
  }
}
.l-inner {
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
}

.l-page-contentArea {
  margin-top: 90px;
  margin-bottom: 200px;
}

.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.o-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 65px;
  width: 230px;
  background: #000;
  color: #fff;
  border-radius: 33px;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-inline: 30px;
  transition: color var(--transition-duration) var(--transition-easing), background-color var(--transition-duration) var(--transition-easing);
}
a.o-button {
  color: #fff;
  text-decoration: none;
}

.o-button:hover {
  cursor: pointer;
}
.o-button::after {
  width: 24px;
  height: 8px;
  content: "";
  background-image: url("../../assets/images/icon_arrow.svg?6iqu5hc0");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.o-form-button {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 2.8em;
  width: 13.9em;
  background: #000;
  color: #fff;
  border-radius: 1.4em;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: color var(--transition-duration) var(--transition-easing), background-color var(--transition-duration) var(--transition-easing);
}
a.o-form-button {
  color: #fff;
  text-decoration: none;
}

.o-header-naviButton {
  position: relative;
  width: 40px;
  height: 40px;
}
.o-header-naviButton:hover {
  cursor: pointer;
}
.o-header-naviButton span {
  display: block;
  position: absolute;
  background-color: #333;
  height: 3px;
  width: 80%;
  transition: top var(--transition-duration) var(--transition-easing), transform var(--transition-duration) var(--transition-easing);
}
.o-header-naviButton span:nth-child(1) {
  left: 10%;
  top: calc(25% - 2px);
  transform-origin: 50% 50%;
}
.o-header-naviButton span:nth-child(2) {
  left: 10%;
  top: calc(50% - 2px);
}
.o-header-naviButton span:nth-child(3) {
  left: 10%;
  top: calc(75% - 2px);
  transform-origin: 50% 50%;
}
body.is-naviOpened .o-header-naviButton span:nth-child(1) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
body.is-naviOpened .o-header-naviButton span:nth-child(2) {
  width: 0;
}
body.is-naviOpened .o-header-naviButton span:nth-child(3) {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}

.o-heading {
  transform: translateY(clamp(-65px, -4.6428571429vw, -32px));
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.o-heading .__ja {
  margin-right: clamp(12px, 1.7857142857vw, 25px);
  margin-bottom: clamp(3px, 0.4285714286vw, 6px);
}
.o-heading .__en {
  display: block;
  font-size: clamp(65px, 9.2857142857vw, 130px);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-align: right;
}

.o-heading--white {
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}

.o-page-button {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 1.6em;
  width: 9em;
  background: #000;
  color: #fff;
  border-radius: 0.8em;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: color var(--transition-duration) var(--transition-easing), background-color var(--transition-duration) var(--transition-easing);
}
a.o-page-button {
  color: #fff;
  text-decoration: none;
}

.c-entry-inputList {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 20px;
  padding-top: 50px;
  margin-bottom: 40px;
}

.c-entry-inputList__term {
  padding-top: 0.8em;
  text-align: right;
}
.c-entry-inputList__term.--middle {
  padding-top: 0;
  align-self: center;
}

.c-entry-inputList__desc {
  margin-bottom: 20px;
  position: relative;
  min-width: 0;
}
.c-entry-inputList__desc .__addressList {
  width: 24.8em;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.c-entry-inputList__desc .__addressList:not(:first-child) {
  margin-top: 20px;
}
.c-entry-inputList__desc label {
  display: inline-block;
  vertical-align: top;
  min-width: 2em;
  padding-top: 0.8em;
}
.c-entry-inputList__desc .__box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.c-entry-inputList__desc .__box.--select {
  width: 16.8em;
}
.c-entry-inputList__desc .__box.--name {
  width: 14em;
  margin-left: 0.7em;
  margin-right: 2.1em;
}
.c-entry-inputList__desc .__box.--time {
  width: 6.9em;
  margin-right: 1em;
}
.c-entry-inputList__desc .__box.--address {
  width: 18em;
}
.c-entry-inputList__desc .__box.--addressShort {
  width: 11.8em;
}
.c-entry-inputList__desc .__box.--textarea {
  min-height: 11em;
  display: flex;
  align-items: center;
}

.c-entry-inputList input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c-entry-inputList input[type=text] {
  border: none;
  width: 100%;
  padding: 0.8em;
  background: #f2f2f2;
}

.c-entry-inputList textarea {
  border: none;
  width: 100%;
  resize: none;
  padding: 0.8em;
  background: #f2f2f2;
}

.c-entry-inputList select {
  border: none;
  width: 100%;
  color: inherit;
  padding: 0.8em 2em 0.8em 0.8em;
  background: #f2f2f2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.3 8.25"><polygon points="7.15 8.25 14.3 0 0 0 7.15 8.25"/></svg>');
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 14px center;
}

.c-entry-inputList input[type=file] {
  width: 402px;
  margin-bottom: 0.75em;
}

.c-entry-inputList input[type=file]::file-selector-button {
  background: #000;
  color: #fff;
  width: 210px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .c-entry-inputList {
    grid-template-columns: 187px 1fr;
  }

  .c-entry-inputList__desc {
    margin-bottom: 0;
  }
}
.mw_wp_form .c-entry-inputList .horizontal-item {
  margin-right: 1.6em;
  display: inline-block;
}

.mw_wp_form .c-entry-inputList .horizontal-item:last-of-type {
  margin-right: 0;
}

.mw_wp_form .c-entry-inputList .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .c-entry-inputList .error {
  color: #ff0000;
  padding: 0.2em 0;
  white-space: nowrap;
}

.mw_wp_form_confirm .input {
  display: none;
}

.mw_wp_form_input .confirm {
  display: none;
}

.mw_wp_form_confirm .text {
  background: #fff;
  min-height: 1.875em;
  padding: 0 0.2em;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

.c-entry-inputList input[type=file].is-selected {
  color: transparent;
}

.c-entry-inputList input[type=file].is-selected + .mwform-file-delete {
  display: none;
}

.mw_wp_form_confirm .__box {
  background: #f2f2f2;
  padding: 0.8em;
  min-height: 3.3em;
}

.mw_wp_form_confirm .__adjust {
  padding-top: 0.8em;
}

.mw_wp_form_confirm .mw-wp-form_file {
  margin-bottom: 1em;
}

/* フォームの各項目内にあるエラーのうち、2番目以降を非表示にする */
.c-entry-inputList__desc .__box:not(:first-of-type) .error {
  opacity: 0;
}

.c-footer-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-footer-navi li {
  margin-right: 20px;
}
.c-footer-navi li:last-child {
  margin-right: 0;
}

.c-footer-subnavi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
  zoom: 0.9;
}
.c-footer-subnavi li {
  position: relative;
}
.c-footer-subnavi li + li {
  padding-left: 2em;
}
.c-footer-subnavi li + li::before {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 0.875em;
  content: "";
  background-color: #fff;
}

.c-header-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  zoom: 0.8;
}
.c-header-navi li {
  margin-right: 30px;
}
.c-header-navi li:last-child {
  margin-right: 0;
}

.c-page-navi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 200px;
}
.c-page-navi li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 2em;
}
.c-page-navi li a::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
  content: "";
  background-color: #000;
  width: 14px;
  height: 8px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.c-page-tab {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: center;
}

.c-page-tab__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  width: 225px;
}
.c-page-tab__button svg {
  fill: #000;
}
.c-page-tab__button.is-active {
  background-color: #000;
}
.c-page-tab__button.is-active svg {
  fill: #fff;
}

.c-page-tabContent {
  margin-top: 80px;
}

.c-page-table {
  font-size: 18px;
  border-spacing: 1.3em 0;
  border-collapse: separate;
  margin-left: -1.3em;
}
.c-page-table th, .c-page-table td {
  padding-block: 1em;
  background-image: radial-gradient(circle, currentColor 0.75px, transparent 0.75px);
  background-size: 5px 1.5px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  letter-spacing: 0.05em;
}
.c-page-table th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  width: 1px;
}
.c-page-table td {
  font-weight: 500;
  width: 100%;
}

.t-entry-form {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.t-entry-form .__require {
  color: #ff0000;
}

.t-entry-form__agreement {
  text-align: center;
}
.t-entry-form__agreement p {
  margin-bottom: 48px;
}

.t-entry-form__buttons {
  margin-top: 48px;
}

@media screen and (min-width: 960px) {
  .t-entry-form__buttons {
    display: flex;
    justify-content: space-between;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}
.agreement-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}

/* チェックされた時の色 */
.agreement-checkbox:checked {
  background-color: #000;
  border-color: #000;
}

/* チェックマーク（擬似要素で作成） */
.agreement-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mwform-checkbox-field label {
  font-weight: 500;
}

.mw_wp_form_confirm .t-entry-form__buttons {
  margin-top: 100px;
}

.t-page-mv__bg {
  width: 100%;
  height: 455px;
}
.t-page-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-page-mv__heading {
  transform: translateY(clamp(-65px, -4.6428571429vw, -32px));
  text-align: center;
}
.t-page-mv__heading .__ja {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(9px, 1.2857142857vw, 18px);
}
.t-page-mv__heading .__en {
  display: block;
  font-size: clamp(65px, 9.2857142857vw, 130px);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}

.t-page-section:not(:first-child) {
  margin-top: 200px;
}

.t-page-section__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 100px;
}

.t-page-section__title {
  margin-top: 40px;
}

.t-page-section__lead {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.t-page-section__desc {
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-top: 1em;
}

.t-thanks-section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}

.t-thanks-section__lead {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.t-thanks-section__desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  margin-top: 50px;
}

.t-thanks-section__link {
  margin-top: 100px;
}

.t-top-company {
  position: relative;
  margin-top: 160px;
  background-color: #f2f2f2;
  padding-bottom: 100px;
}

.t-top-company__layout {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.t-top-company__layout .__image {
  width: 66.6428571429%;
  max-width: 933px;
  flex-shrink: 0;
}
.t-top-company__layout .__image img {
  width: 100%;
  height: auto;
}
.t-top-company__layout .__text {
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.75;
  padding-inline: 3.5714285714% 7.1428571429%;
  display: grid;
  row-gap: 50px;
}

.t-top-env {
  margin-top: 160px;
  background-color: #f2f2f2;
  padding-bottom: 100px;
}

.t-top-env__layout {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.t-top-env__layout .__image {
  width: 66.6428571429%;
  max-width: 933px;
  flex-shrink: 0;
}
.t-top-env__layout .__image img {
  width: 100%;
  height: auto;
}
.t-top-env__layout .__text {
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.75;
  padding-inline: 3.5714285714% 7.1428571429%;
  display: grid;
  row-gap: 50px;
}
.t-top-env__layout.--reverse .__text {
  padding-inline: 7.1428571429% 3.5714285714%;
}
.t-top-env__layout:not(:first-child) {
  margin-top: 50px;
}

.t-top-fv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-top-fv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.t-top-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-top-fv__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: var(--header-height-pc);
}

.t-top-message {
  background-color: #000;
  color: #fff;
  margin-top: 160px;
  padding-bottom: 100px;
}

.t-top-message__inner {
  margin-top: -30px;
  max-width: 900px;
  margin-inline: auto;
}

.t-top-message__desc {
  margin-top: 1.5em;
}
.t-top-message__desc p + p {
  margin-top: 1em;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.t-top-recruit {
  margin-top: 160px;
  margin-bottom: 100px;
  background-color: #000;
  padding-bottom: 100px;
}

.t-top-recruit__inner {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 30px;
  display: grid;
  row-gap: 20px;
}

.t-top-work {
  background-color: #000;
  color: #fff;
  margin-top: 160px;
  padding-bottom: 100px;
}

.t-top-work__grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.t-top-work__grid .__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-top-work__grid .__item:nth-child(-n+2) {
  grid-column: span 3;
}
.t-top-work__grid .__item:nth-child(n+3) {
  grid-column: span 2;
}

.g-footer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #000;
  color: #ffffff;
}
.g-footer a {
  color: #ffffff;
}

.g-footer__inner {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin-inline: auto;
}

.g-footer__layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.g-footer__layout-left {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: clamp(20px, 2.8571428571vw, 40px);
       column-gap: clamp(20px, 2.8571428571vw, 40px);
}
.g-footer__layout-left .__logo {
  width: clamp(90px, 12.8571428571vw, 180px);
}

.g-footer__copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
  font-size: 15px;
  line-height: 1;
}

.g-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: var(--header-height-sp);
  background-color: transparent;
  transition: box-shadow var(--transition-duration) var(--transition-easing);
  pointer-events: none;
}
.g-header a {
  pointer-events: auto;
}

@media all and (min-width: 1024px) {
  .g-header {
    height: var(--header-height-pc);
  }
}
.g-header__inner {
  width: calc(100% - 60px);
  height: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.g-header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.g-header__layout-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-end;
  align-self: revert;
  zoom: 0.72;
}

.g-header__layout-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
}

.g-header__navi {
  margin-right: 40px;
}
.g-header__navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.g-header__navi ul li {
  margin-right: 40px;
}
.g-header__navi ul li:last-child {
  margin-right: 0;
}
.g-header__navi ul li a {
  transition: color var(--transition-duration) var(--transition-easing);
  color: #333333;
  text-decoration: none;
}

.g-menu {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 80px;
  background-color: #fff;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-naviOpened .g-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.g-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.g-menu__navi {
  width: 100%;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.g-menu__navi ul {
  display: block;
}
.g-menu__navi ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.g-menu__navi ul li:last-child {
  margin-bottom: 0;
}
.g-menu__navi ul li a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #333;
  text-decoration: none;
  font-size: 20px;
}

body.p-top .l-header-spacer {
  height: 0;
}
body.p-top.is-top .g-header {
  background-color: transparent;
}
body.p-top.is-top .g-header .g-header__navi ul li a {
  color: #ffffff;
}
body.p-top.is-top .g-header .o-naviButton span {
  background-color: #ffffff;
}
body.p-top.is-top.is-naviOpened .g-header {
  background-color: transparent;
}
body.p-top.is-top.is-naviOpened .g-header .g-header__navi ul li a {
  color: #333;
}
body.p-top.is-top.is-naviOpened .g-header .o-naviButton span {
  background-color: #333;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

.svgload {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.table{
  display: table;
}

.text-center{
  text-align: center;
}
.font-en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.link-ex::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-image: url("../../assets/images/icon_ex.svg?ttzt4lex");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

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

.link-line {
  text-decoration: underline;
}
.link-line:hover {
  text-decoration: underline;
}

.caution {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
