@charset "UTF-8";
/*! ress.css • v5.0.2 • MIT License | github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

/* Reset block margin */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:focus-within) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gothic A1";
  src: url("../fonts/GothicA1-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: clamp(7.5px, 2vw, 10px);
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #192332;
  background-color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  background: #f3f3f3;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

.l_wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}

.l_inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l_inner {
    padding: 0 2rem;
  }
}

.imgArea {
  display: block;
}
.imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.section_label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 2;
}
.section_label::before {
  content: "";
  display: block;
  width: 8rem;
  height: 0.1rem;
  background-color: #213544;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section_label::before {
    width: 3rem;
  }
}
.section_label__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #213544;
}
@media (max-width: 767px) {
  .section_label__text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.section_bg_text {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(33, 53, 68, 0.4);
  white-space: nowrap;
  pointer-events: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 3.3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-radius: 1rem;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 0.8;
    transform: translateY(-0.2rem);
  }
}
@media (max-width: 767px) {
  .button {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
}
.button__icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .button__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.button--line {
  background-color: #ffffff;
  border: 0.2rem solid #23d600;
  color: #213544;
}

.button--contact {
  width: 19rem;
  background-color: #2a3f54;
  color: #ffffff;
}
@media (max-width: 767px) {
  .button--contact {
    width: auto;
    min-width: 16rem;
  }
}

.button--arrow {
  position: relative;
  width: 28.5rem;
  padding: 2.6rem 3rem;
  background-color: #2a3f54;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
}
.button--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 6h14m-4-4l4 4-4 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--arrow:hover::after {
    transform: translateY(-50%) translateX(0.4rem);
  }
}
@media (max-width: 767px) {
  .button--arrow {
    width: 100%;
    max-width: 24rem;
    padding: 1.8rem 2.4rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .u_pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u_sp_only {
    display: none !important;
  }
}

.header_menu {
  display: none;
}
@media (max-width: 767px) {
  .header_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #ffffff;
    z-index: 200;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .is_menu_open .header_menu {
    opacity: 1;
    visibility: visible;
  }
}
.header_menu__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding: 1.6rem 2.4rem 4rem;
}
.header_menu__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 3.8rem;
  margin-bottom: 6rem;
  flex-shrink: 0;
}
.header_menu__close {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.header_menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #213544;
}
.header_menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header_menu__nav {
  margin-bottom: 4rem;
}
.header_menu__nav_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
.header_menu__nav_item {
  border-bottom: 0.1rem solid #eeeeee;
}
.header_menu__nav_item:first-child {
  border-top: 0.1rem solid #eeeeee;
}
.header_menu__nav_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header_menu__nav_link::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none' stroke='%23213544' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 6h14m-4-4l4 4-4 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.header_menu__nav_link:active {
  opacity: 0.6;
}
.header_menu__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  margin-top: auto;
}
.header_menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header_menu__button:active {
  opacity: 0.7;
}
.header_menu__button--contact {
  background-color: #2a3f54;
  color: #ffffff;
}
.header_menu__button--line {
  background-color: #ffffff;
  color: #000000;
  border: 0.2rem solid #23d600;
}
.header_menu__button_icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
.header_menu__button_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.header_menu__button_text {
  display: block;
}

@media (max-width: 767px) {
  .is_menu_open {
    overflow: hidden;
  }
}
.is_menu_open .header__hamburger span:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}
.is_menu_open .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.is_menu_open .header__hamburger span:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}

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

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header--white {
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .header {
    position: relative;
    background-color: #ffffff;
    border-bottom: 0.1rem solid #eeeeee;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .header__inner {
    height: 7rem;
    padding: 1.6rem 2.4rem;
  }
}
.header__inner2 {
  display: flex;
  gap: 4rem;
}
.header__logo {
  display: block;
  width: 25.8rem;
  height: 5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__logo {
    width: 13rem;
    height: 2.6rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav_list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.header__nav_item {
  display: flex;
  align-items: center;
}
.header__nav_link {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav_link:hover {
    color: #2a3f54;
    opacity: 1;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .header__buttons {
    display: none;
  }
}
.header__hamburger {
  display: none;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.6rem 0.4rem;
    background: transparent;
    border: none;
    cursor: pointer;
  }
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #213544;
  transition: transform 0.3s ease;
}

.header--floating {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 0.1rem solid #eeeeee;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-1.6rem);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.header--floating.is-scrolled {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.top .header:not(.header--floating) {
  position: absolute;
}
@media (max-width: 767px) {
  .top .header:not(.header--floating) {
    position: relative;
  }
}

.breadcrumb {
  width: 100%;
  padding: 3rem 0;
  background-color: #ffffff;
  border-top: 0.1rem solid #d9dfe5;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 1.6rem 2rem;
  }
}
.breadcrumb__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumb__link {
  display: flex;
  align-items: center;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #213544;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    opacity: 0.7;
  }
}
.breadcrumb__link--current {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  color: #a6aeb4;
  pointer-events: none;
}
.breadcrumb__divider {
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #213544;
  flex-shrink: 0;
}

.page_hero {
  position: relative;
  width: 100%;
  padding: 8rem 11rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page_hero {
    padding: 3rem 2rem 6rem;
  }
}
.page_hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4.1rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_hero__inner {
    gap: 2rem;
  }
}
.page_hero__label {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #213544;
}
@media (max-width: 767px) {
  .page_hero__label {
    font-size: 1.8rem;
    letter-spacing: 0.167em;
  }
}
.page_hero__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #213544;
}
@media (max-width: 767px) {
  .page_hero__title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.page_hero__bg_text {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: rgba(33, 53, 68, 0.3);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page_hero__bg_text {
    top: auto;
    bottom: 2rem;
    right: 0;
    transform: none;
    font-size: 4rem;
    letter-spacing: 0.075em;
  }
}

@media (min-width: 768px) {
  .page_about .page_hero__label {
    display: none;
  }
}

.contact_cta {
  width: 100%;
  background-image: url("../images/common/img3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40rem;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .contact_cta__inner {
    height: auto;
    padding: 4rem 2rem;
  }
}
.contact_cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 4rem 5rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .contact_cta__box {
    width: 100%;
    padding: 4rem 1rem;
    gap: 2rem;
  }
}
.contact_cta__title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .contact_cta__title {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.contact_cta__buttons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_cta__buttons {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.cta_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 29.8rem;
  padding: 2rem 3.2rem;
  border: 0.2rem solid #000000;
  border-radius: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cta_button:hover {
    background-color: #213544;
    color: #ffffff;
    border-color: #213544;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cta_button {
    width: 100%;
    height: 8rem;
    padding: 1rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
}
.cta_button--line {
  border-color: #000000;
  border-radius: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .cta_button--line:hover {
    background-color: #23d600;
    color: #ffffff;
    border-color: #23d600;
  }
}
.cta_button__icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}
.cta_button__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.028em;
  color: #000000;
}
.cta_button__sub {
  display: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .cta_button__sub {
    display: block;
  }
}

.footer {
  width: 100%;
  background-color: #f3f3f3;
  padding: 8rem 6.4rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 4rem 2rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__inner {
    gap: 4.8rem;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__top {
    gap: 4.8rem;
  }
}
.footer__logo {
  display: block;
  width: 26.2rem;
  height: 5rem;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 26.2rem;
    height: 5rem;
  }
}
.footer__nav_list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__nav_list {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer__nav_link {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
  color: #000000;
}
.footer__credits {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .footer__credits {
    gap: 3.2rem;
  }
}
.footer__divider {
  width: 100%;
  height: 0.1rem;
  background-color: #000000;
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__row {
    gap: 1.2rem;
  }
}
.footer__copyright {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #000000;
}
.footer__privacy {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: underline;
}

.top {
  width: 100%;
}

main {
  overflow: hidden;
}

.main_visual {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .main_visual {
    padding: 0 1rem;
  }
}
.main_visual__inner {
  position: relative;
  width: 100%;
  max-width: 144rem;
  height: 90rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main_visual__inner {
    height: 60rem;
    border-radius: 1rem;
  }
}
.main_visual__group {
  position: relative;
  top: 22.7rem;
  left: 4rem;
  width: 127.7rem;
  height: 50.6rem;
}
@media (max-width: 767px) {
  .main_visual__group {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main_visual__image {
  position: absolute;
  top: 0;
  left: 68rem;
  width: 59.7rem;
  height: 50.6rem;
}
@media (max-width: 767px) {
  .main_visual__image {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
    height: auto;
    z-index: 0;
  }
}
.main_visual__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: absolute;
  top: 11.3rem;
  left: 0;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .main_visual__text {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    gap: 0.8rem;
    padding: 2rem;
  }
}
.main_visual__title {
  font-family: "Gothic A1", "Noto Sans JP", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.014em;
  color: #213544;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main_visual__title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.033em;
  }
}
.main_visual__subtitle {
  font-family: "Gothic A1", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #213544;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main_visual__subtitle {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    white-space: normal;
  }
}

.business {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 12rem;
  padding: 4rem 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .business {
    padding: 6rem 2rem 4rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.business__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .business__inner {
    align-items: stretch;
    gap: 4rem;
  }
}
.business__bg_text {
  position: absolute;
  top: -11rem;
  right: -12rem;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: rgba(33, 53, 68, 0.4);
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .business__bg_text {
    top: -9.5rem;
    right: -1.5rem;
    font-size: 6rem;
  }
}
.business__head {
  width: 100%;
  position: relative;
  z-index: 1;
}
.business__lead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .business__lead {
    flex-direction: column;
    gap: 1rem;
  }
}
.business__lead_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.33em;
  color: #213544;
}
@media (max-width: 767px) {
  .business__lead_title {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.5em;
  }
}
.business__lead_text {
  width: 55rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.125em;
  color: #192332;
}
@media (max-width: 767px) {
  .business__lead_text {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.125em;
  }
}
.business__lead_text_strong {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.business__lead_text_normal {
  letter-spacing: 0.02em;
}
.business__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .business__list {
    width: 100%;
    gap: 6rem;
  }
}
.business__list_row {
  display: flex;
  width: 100%;
}
.business__list_row--right {
  justify-content: flex-end;
}
.business__list_row--left {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .business__list_row--right, .business__list_row--left {
    justify-content: stretch;
  }
}
.business__bg_image {
  position: absolute;
  top: 45rem;
  left: -12rem;
  width: 64.5rem;
  height: 64.5rem;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .business__bg_image {
    top: 48rem;
    left: 77%;
    transform: translateX(-50%);
    width: 22.4rem;
    height: 22.4rem;
  }
}

.business_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  width: 60.1rem;
  padding: 4rem 3rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .business_card {
    width: 100%;
    padding: 2rem 1rem;
    gap: 3rem;
  }
}
.business_card__label {
  position: absolute;
  top: -3.6rem;
  right: 0;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.017em;
  color: rgba(33, 53, 68, 0.4);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .business_card__label {
    top: -2.8rem;
    right: auto;
    left: 0;
    font-size: 4rem;
    line-height: 1.2;
  }
}
.business_card__title_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
  background-color: #2a3f54;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .business_card__title_wrap {
    width: 100%;
    padding: 1rem 3rem;
  }
}
.business_card__title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .business_card__title {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
}
.business_card__text {
  width: 100%;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.11em;
  color: #000000;
}
@media (max-width: 767px) {
  .business_card__text {
    font-size: 1.6rem;
    letter-spacing: 0.125em;
  }
}

.about {
  position: relative;
  width: 100%;
  padding: 0 4rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .about {
    padding: 0 2rem;
  }
}
.about__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .about__inner {
    align-items: stretch;
    padding-top: 0;
    gap: 1rem;
  }
}
.about__bg_text {
  position: absolute;
  top: 46.4rem;
  left: 0;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.008em;
  color: rgba(33, 53, 68, 0.4);
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .about__bg_text {
    position: absolute;
    top: -3.5rem;
    right: -2rem;
    left: auto;
    font-size: 6rem;
  }
}
.about__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70.2rem;
  height: 39.6rem;
}
@media (max-width: 767px) {
  .about__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1.77;
  }
}
.about__quote {
  width: 60rem;
  padding: 5.9rem 4rem;
  background-color: #ffffff;
  border: 0.2rem solid #2a3f54;
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about__quote {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.about__quote_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #2a3f54;
}
@media (max-width: 767px) {
  .about__quote_text {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.about__button {
  margin: 0 auto;
  margin-top: 3.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about__button {
    margin-top: 2rem;
    width: 100%;
  }
}
.about__logo {
  display: block;
  width: 66rem;
  height: 13.2rem;
  margin-top: 10rem;
  align-self: center;
}
@media (max-width: 767px) {
  .about__logo {
    width: 100%;
    height: auto;
    margin-top: 6rem;
  }
}

.voice {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .voice {
    margin-top: 6rem;
    padding: 0;
  }
}
.voice__inner {
  position: relative;
  width: 100%;
  background: #ffffff;
  max-width: 120rem;
  padding: 4rem 2rem;
  margin: 0 auto;
}
.voice__bg_text {
  position: absolute;
  top: -7.5rem;
  right: -10rem;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.008em;
  color: rgba(33, 53, 68, 0.4);
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .voice__bg_text {
    top: -2.4rem;
    left: 14%;
    transform: none;
    font-size: 4rem;
  }
}
.voice__head {
  margin-bottom: 4.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice__head {
    margin-bottom: 2rem;
  }
}
.voice__list_wrap {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  margin: 0 -2rem;
  padding: 0 2rem;
  -webkit-overflow-scrolling: touch;
}
.voice__list_wrap::-webkit-scrollbar {
  display: none;
}
.voice__list_wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.voice__list {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .voice__list {
    gap: 4rem;
  }
}

.voice_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.9rem;
  width: 36rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .voice_card {
    width: 29.5rem;
    padding: 0 2rem;
    gap: 1.9rem;
  }
}
.voice_card__title {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 767px) {
  .voice_card__title {
    font-size: 2rem;
  }
}
.voice_card__stars {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.voice_card__star {
  font-family: "Aboreto", "Outfit", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.06em;
  color: #f8d90b;
}
@media (max-width: 767px) {
  .voice_card__star {
    font-size: 3.6rem;
  }
}
.voice_card__text {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #222222;
}

.faq {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  padding: 0 2rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .faq {
    margin-top: 6rem;
    padding: 0;
  }
}
.faq__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 4rem 2rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  background: #ffffff;
}
@media (max-width: 767px) {
  .faq__inner {
    gap: 4.8rem;
  }
}
.faq__bg_text {
  position: absolute;
  top: -0.8rem;
  right: 0;
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.008em;
  color: rgba(33, 53, 68, 0.4);
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .faq__bg_text {
    top: -3.5rem;
    right: 0;
    font-size: 6rem;
  }
}
.faq__head {
  position: relative;
  z-index: 1;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq__list {
    gap: 2rem;
  }
}

.faq_item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 3.2rem 10rem;
  background-color: #2a3f54;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .faq_item {
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.faq_item__question {
  padding: 0 2.9rem;
  border-left: 0.5rem solid #ffffff;
}
@media (max-width: 767px) {
  .faq_item__question {
    padding: 0 2.9rem;
    border-left-width: 0.5rem;
  }
}
.faq_item__question_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .faq_item__question_text {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.faq_item__answer_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .faq_item__answer_text {
    font-size: 1.6rem;
  }
}

.message {
  width: 100%;
  padding: 12rem 4rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .message {
    padding: 4rem 2rem;
  }
}
.message__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.1rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.message__box {
  width: 66.1rem;
  padding: 5.9rem 4rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .message__box {
    width: 100%;
    padding: 3rem 1rem;
  }
}
.message__box_title {
  margin-bottom: 2.7rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.033em;
  color: #213544;
}
@media (max-width: 767px) {
  .message__box_title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.message__box_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.0625em;
  color: #282828;
}
@media (max-width: 767px) {
  .message__box_text {
    font-size: 1.6rem;
  }
}
.message__logo_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .message__logo_block {
    width: 100%;
    align-items: stretch;
  }
}
.message__logo {
  display: block;
  width: 40rem;
  height: 40rem;
}
@media (max-width: 767px) {
  .message__logo {
    width: 100%;
    max-width: 28rem;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
  }
}
.message__logo_caption {
  width: 40rem;
}
@media (max-width: 767px) {
  .message__logo_caption {
    width: 100%;
  }
}
.message__logo_caption_title {
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #213544;
  text-align: center;
}
@media (max-width: 767px) {
  .message__logo_caption_title {
    font-size: 1.8rem;
  }
}
.message__logo_caption_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.0625em;
  color: #282828;
}
@media (max-width: 767px) {
  .message__logo_caption_text {
    font-size: 1.4rem;
  }
}

.profile {
  position: relative;
  width: 100%;
  padding: 6rem 4rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .profile {
    padding: 4rem 2rem;
  }
}
.profile__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile__inner {
    gap: 2rem;
  }
}
.profile__body {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .profile__body {
    display: flex;
    flex-direction: column;
  }
}
.profile__box {
  position: relative;
  width: 66rem;
  padding: 5rem 8rem;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
@media (max-width: 767px) {
  .profile__box {
    width: 100%;
    padding: 4rem 1rem;
    margin-top: 2rem;
    order: 2;
  }
}
.profile__box_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .profile__box_head {
    margin-bottom: 2rem;
  }
}
.profile__box_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #213544;
}
@media (max-width: 767px) {
  .profile__box_title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.profile__box_divider {
  display: block;
  width: 8rem;
  height: 0.2rem;
  background-color: #213544;
}
@media (max-width: 767px) {
  .profile__box_divider {
    width: 4rem;
  }
}
.profile__box_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #282828;
}
.profile__photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 54.1rem;
  height: 54.1rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .profile__photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1.48;
    border-radius: 0;
    order: 1;
    transform: none;
  }
  .profile__photo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.section_heading {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .section_heading {
    gap: 1rem;
    align-items: flex-end;
  }
}
.section_heading__jp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #213544;
}
@media (max-width: 767px) {
  .section_heading__jp {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.section_heading__en {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #213544;
}
@media (max-width: 767px) {
  .section_heading__en {
    font-size: 1.6rem;
  }
}

.company {
  width: 100%;
  padding: 6rem 4rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .company {
    padding: 4rem 2rem;
  }
}
.company__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company__inner {
    gap: 2rem;
  }
}
.company__body {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  width: 100%;
  padding: 6rem 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .company__body {
    flex-direction: column;
    gap: 4rem;
    padding: 2rem 1rem;
  }
}
.company__details {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 767px) {
  .company__details {
    width: 100%;
  }
}
.company__access {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 0 0 52.8rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .company__access {
    flex: 1 1 auto;
    width: 100%;
  }
}
.company__map {
  display: block;
  width: 100%;
  height: 50.7rem;
}
.company__map_frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .company__map {
    height: auto;
    aspect-ratio: 1.04;
  }
}
.company__access_title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 767px) {
  .company__access_title {
    font-size: 2rem;
  }
}
.company__access_text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #283037;
}

.company_dl {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company_dl__row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .company_dl__row {
    flex-direction: column;
    align-items: stretch;
  }
}
.company_dl__term {
  display: flex;
  align-items: center;
  width: 14rem;
  padding: 1rem 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 0.1rem solid #2a3f54;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company_dl__term {
    width: 100%;
    height: 4.2rem;
    padding: 1rem 0 0;
    border-bottom: none;
  }
}
.company_dl__details {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1rem 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #283037;
  border-bottom: 0.1rem solid #e5e7eb;
}
@media (max-width: 767px) {
  .company_dl__details {
    width: 100%;
    padding: 0 0 1rem;
    border-bottom: 0.1rem solid #2a3f54;
  }
}

.contact {
  width: 100%;
  padding: 0 7rem 8rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .contact {
    padding: 0 2rem 4rem;
  }
}
.contact__form_wrapper {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 6rem 0;
  background-color: #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .contact__form_wrapper {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
}
.contact__form_wrapper.confirm {
  background: transparent;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .page_contact_confirm .contact__form_wrapper {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}

.contact_form,
.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .contact_form,
  .wpcf7-form {
    gap: 6rem;
    padding: 0;
  }
}
.contact_form__table,
.wpcf7-form__table {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_form__table,
  .wpcf7-form__table {
    gap: 2rem;
  }
}
.contact_form__row,
.wpcf7-form__row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_form__row,
  .wpcf7-form__row {
    flex-direction: column;
    gap: 0;
  }
}
.contact_form__label,
.wpcf7-form__label {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 34rem;
  min-height: 4.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact_form__label,
  .wpcf7-form__label {
    gap: 1.5rem;
    width: 100%;
    min-height: auto;
    padding: 0 0 1rem;
  }
}
.contact_form__label_text,
.wpcf7-form__label_text {
  width: 20rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .contact_form__label_text,
  .wpcf7-form__label_text {
    width: auto;
    flex: 0 0 auto;
    font-size: 1.6rem;
  }
}
.contact_form__field,
.wpcf7-form__field {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact_form__field,
  .wpcf7-form__field {
    width: 100%;
  }
}
.contact_form__note,
.wpcf7-form__note {
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .contact_form__note,
  .wpcf7-form__note {
    order: 2;
    margin-top: 0.8rem;
    margin-bottom: 0;
  }
}
.contact_form__notice,
.wpcf7-form__notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_form__notice,
  .wpcf7-form__notice {
    align-items: center;
    gap: 2rem;
  }
}
.contact_form__notice_label,
.wpcf7-form__notice_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: #213544;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.contact_form__notice_text,
.wpcf7-form__notice_text {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .contact_form__notice_text,
  .wpcf7-form__notice_text {
    font-size: 1.6rem;
  }
}
.contact_form__privacy,
.wpcf7-form__privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact_form__privacy,
  .wpcf7-form__privacy {
    gap: 2rem;
  }
}
.contact_form__privacy_lead,
.wpcf7-form__privacy_lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}
.contact_form__privacy_lead a,
.wpcf7-form__privacy_lead a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .contact_form__privacy_lead a:hover,
  .wpcf7-form__privacy_lead a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .contact_form__privacy_lead,
  .wpcf7-form__privacy_lead {
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.contact_form__privacy_check_wrap,
.wpcf7-form__privacy_check_wrap {
  width: 100%;
  padding: 1.8rem 2rem;
  background-color: rgba(42, 63, 84, 0.2);
  border-radius: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_form__privacy_check_wrap,
  .wpcf7-form__privacy_check_wrap {
    padding: 1.5rem 1rem;
  }
}
.contact_form__submit_wrap,
.wpcf7-form__submit_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 4.6rem;
  padding: 0.2rem 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 0.4rem;
}
.badge--required {
  background-color: #e83528;
}
.badge--optional {
  background-color: #888888;
}

.contact_form input[type=text],
.wpcf7-form input[type=text],
.contact_form input[type=email],
.wpcf7-form input[type=email],
.contact_form input[type=tel],
.wpcf7-form input[type=tel],
.contact_form input[type=number],
.wpcf7-form input[type=number],
.contact_form select,
.wpcf7-form select,
.contact_form textarea,
.wpcf7-form textarea,
.contact_form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item),
.wpcf7-form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item) {
  display: block;
  width: 100%;
  padding: 1rem 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
  background-color: #e7e7e7;
  border: 0.1rem solid transparent;
  border-radius: 0.5rem;
  transition: border-color 0.2s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.contact_form input[type=text]::-moz-placeholder, .wpcf7-form input[type=text]::-moz-placeholder, .contact_form input[type=email]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .contact_form input[type=tel]::-moz-placeholder, .wpcf7-form input[type=tel]::-moz-placeholder, .contact_form input[type=number]::-moz-placeholder, .wpcf7-form input[type=number]::-moz-placeholder, .contact_form select::-moz-placeholder, .wpcf7-form select::-moz-placeholder, .contact_form textarea::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .contact_form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item)::-moz-placeholder, .wpcf7-form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item)::-moz-placeholder {
  color: #888888;
  font-weight: 700;
}
.contact_form input[type=text]::placeholder,
.wpcf7-form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.contact_form input[type=tel]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.contact_form input[type=number]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.contact_form select::placeholder,
.wpcf7-form select::placeholder,
.contact_form textarea::placeholder,
.wpcf7-form textarea::placeholder,
.contact_form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item)::placeholder,
.wpcf7-form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item)::placeholder {
  color: #888888;
  font-weight: 700;
}
.contact_form input[type=text]:focus,
.wpcf7-form input[type=text]:focus,
.contact_form input[type=email]:focus,
.wpcf7-form input[type=email]:focus,
.contact_form input[type=tel]:focus,
.wpcf7-form input[type=tel]:focus,
.contact_form input[type=number]:focus,
.wpcf7-form input[type=number]:focus,
.contact_form select:focus,
.wpcf7-form select:focus,
.contact_form textarea:focus,
.wpcf7-form textarea:focus,
.contact_form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item):focus,
.wpcf7-form .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.wpcf7-acceptance):not(.wpcf7-list-item):focus {
  outline: none;
  border-color: #2a3f54;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=number],
.contact_form select,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form select {
  height: 4.5rem;
}

.contact_form textarea,
.wpcf7-form textarea {
  min-height: 16.8rem;
  resize: vertical;
}

.contact_form select,
.wpcf7-form select {
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15' fill='%23213544'%3E%3Cpath d='M8.5 15L0 0h17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem 1.1rem;
  cursor: pointer;
}

.contact_form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact_form .wpcf7-acceptance .wpcf7-list-item,
.contact_form__privacy_check_wrap .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-privacy_check_wrap .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}
.contact_form .wpcf7-acceptance label,
.contact_form__privacy_check_wrap label,
.wpcf7-form .wpcf7-acceptance label,
.wpcf7-form .wpcf7-privacy_check_wrap label {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .contact_form .wpcf7-acceptance label,
  .contact_form__privacy_check_wrap label,
  .wpcf7-form .wpcf7-acceptance label,
  .wpcf7-form .wpcf7-privacy_check_wrap label {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.contact_form .wpcf7-acceptance input[type=checkbox],
.contact_form__privacy_check_wrap input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox],
.wpcf7-form .wpcf7-privacy_check_wrap input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f4f4f4;
  border: 0.2rem solid #888888;
  border-radius: 0;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.contact_form .wpcf7-acceptance input[type=checkbox]:checked,
.contact_form__privacy_check_wrap input[type=checkbox]:checked,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked,
.wpcf7-form .wpcf7-privacy_check_wrap input[type=checkbox]:checked {
  background-color: #2a3f54;
  border-color: #2a3f54;
}
.contact_form .wpcf7-acceptance input[type=checkbox]:checked::after,
.contact_form__privacy_check_wrap input[type=checkbox]:checked::after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after,
.wpcf7-form .wpcf7-privacy_check_wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border-right: 0.2rem solid #ffffff;
  border-bottom: 0.2rem solid #ffffff;
  transform: translate(-50%, -65%) rotate(45deg);
}
.contact_form .wpcf7-acceptance input[type=checkbox]:focus,
.contact_form__privacy_check_wrap input[type=checkbox]:focus,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:focus,
.wpcf7-form .wpcf7-privacy_check_wrap input[type=checkbox]:focus {
  outline: 0.2rem solid rgba(42, 63, 84, 0.4);
  outline-offset: 0.2rem;
}

.contact_form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #e83528;
}

.contact_form .wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
  border-color: #e83528 !important;
}

.contact_form .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  margin: 3rem 0 0;
  padding: 1.6rem 2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 0.2rem solid #888888;
  border-radius: 0.5rem;
  text-align: center;
}
.contact_form .wpcf7-response-output:empty,
.wpcf7-form .wpcf7-response-output:empty {
  display: none;
}

.contact_form .wpcf7 form.invalid .wpcf7-response-output,
.contact_form .wpcf7-validation-errors,
.wpcf7-form .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-form .wpcf7-validation-errors {
  border-color: #e83528;
  color: #e83528;
}

.contact_form .wpcf7 form.sent .wpcf7-response-output,
.contact_form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7 form.sent .wpcf7-response-output,
.wpcf7-form .wpcf7-mail-sent-ok {
  border-color: #2a3f54;
  color: #2a3f54;
}

@media (max-width: 767px) {
  .contact_form__submit_wrap {
    width: 100%;
  }
}

.contact_form__submit,
.contact_form input[type=submit].wpcf7-submit,
.contact_form button[type=submit] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3.4rem;
  width: 28.5rem;
  padding: 2.6rem 3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #2a3f54;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.contact_form__submit::after,
.contact_form input[type=submit].wpcf7-submit::after,
.contact_form button[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 6h14m-4-4l4 4-4 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .contact_form__submit:hover,
  .contact_form input[type=submit].wpcf7-submit:hover,
  .contact_form button[type=submit]:hover {
    opacity: 0.85;
    transform: translateY(-0.2rem);
  }
  .contact_form__submit:hover::after,
  .contact_form input[type=submit].wpcf7-submit:hover::after,
  .contact_form button[type=submit]:hover::after {
    transform: translateX(0.4rem);
  }
}
@media (max-width: 767px) {
  .contact_form__submit,
  .contact_form input[type=submit].wpcf7-submit,
  .contact_form button[type=submit] {
    width: 100%;
    padding: 2.6rem 2.4rem;
    font-size: 1.8rem;
    gap: 2.4rem;
  }
}

.contact_form input[type=submit].wpcf7-submit::after {
  display: none;
}

.contact_form .wpcf7-spinner {
  margin-left: 1rem;
}

.contact_form--confirm .contact_form__label {
  min-height: auto;
}
@media (max-width: 767px) {
  .contact_form--confirm .contact_form__row {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .contact_form--confirm .contact_form__label {
    padding: 0;
  }
}

.contact_form__confirm_value,
.contact_form .wpcf7c-conf {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
  word-break: break-word;
  white-space: pre-wrap;
}
.contact_form__confirm_value:empty::before,
.contact_form .wpcf7c-conf:empty::before {
  content: "—";
  color: #888888;
}

.contact_form__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_form__buttons {
    flex-direction: column;
    gap: 4rem;
  }
}

.contact_form__back_button,
.contact_form .wpcf7c-btn-back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3.4rem;
  width: 28.5rem;
  padding: 2.6rem 3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #888888;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.contact_form__back_button::after,
.contact_form .wpcf7c-btn-back::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 6h14m-4-4l4 4-4 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .contact_form__back_button:hover,
  .contact_form .wpcf7c-btn-back:hover {
    opacity: 0.85;
    transform: translateY(-0.2rem);
  }
}
@media (max-width: 767px) {
  .contact_form__back_button,
  .contact_form .wpcf7c-btn-back {
    width: 100%;
    padding: 2.6rem 2.4rem;
    font-size: 2rem;
    gap: 2.4rem;
  }
}

.contact_complete {
  width: 100%;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .contact_complete {
    padding: 10rem 0;
  }
}
.contact_complete__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 20rem 2rem;
}
@media (max-width: 767px) {
  .contact_complete__inner {
    gap: 4rem;
    padding: 6rem 2rem;
  }
}
.contact_complete__message {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_complete__message {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .contact_complete .button--arrow {
    width: 100%;
    max-width: none;
    padding: 2.6rem 3rem;
    font-size: 2rem;
  }
}

.privacy {
  width: 100%;
  padding: 8rem 11rem 12rem;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .privacy {
    padding: 6rem 2rem 6rem;
  }
}
.privacy__inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.privacy__lead {
  margin-bottom: 6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .privacy__lead {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.privacy__sections {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .privacy__sections {
    gap: 2rem;
  }
}

.privacy_section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .privacy_section {
    gap: 1rem;
  }
}
.privacy_section__heading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #213544;
}
@media (max-width: 767px) {
  .privacy_section__heading {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #000000;
  }
}
.privacy_section__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .privacy_section__text {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.privacy_section__list {
  padding-left: 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .privacy_section__list {
    padding-left: 1.5em;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.privacy_section__list > li {
  padding-left: 0.25em;
}
.privacy_section__list > li::marker {
  font-weight: 500;
}
.privacy_section__list ol {
  margin-top: 0.4rem;
  padding-left: 1.5em;
  list-style-type: decimal;
}
.privacy_section__contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 767px) {
  .privacy_section__contact {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

.notfound {
  width: 100%;
  background-color: #f3f3f3;
}
.notfound__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 200px 20px;
}
@media (max-width: 767px) {
  .notfound__inner {
    padding: 100px 20px;
    gap: 40px;
  }
}
.notfound__title {
  font-family: "Outfit", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .notfound__title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.054em;
    color: #333333;
  }
}
.notfound__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .notfound__text {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .notfound .button--arrow {
    width: 100%;
    max-width: none;
    padding: 26px 30px;
    font-size: 20px;
  }
}

.page_404 .page_hero__bg_text {
  display: none;
}

@media (max-width: 767px) {
  .page_404 .page_hero__title {
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */