@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the small size in all browsers.
 */
small {
  display: block;
}

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: center;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Blur images when they have no alt attribute */
/* ============================================ */
img:not([alt]) {
  filter: blur(10px);
}

html {
  font-size: 1px;
}
@media screen and (max-width: 1439.98px) {
  html {
    font-size: 0.0694444444vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 374.98px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  main {
    margin-top: 56px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  display: block;
  transition: all 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
button {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 6px));
  width: 100%;
  height: 84px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.08);
  z-index: 999;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    transform: translateY(0);
    height: 56px;
    box-shadow: unset;
  }
}

.l-header.is-active {
  transform: translateY(0);
}
@media screen and (max-width: 767.98px) {
  .l-header.is-active {
    transform: translateY(calc(-100% - 1px));
  }
}

.body:has(.p-404) .l-header {
  transform: translateY(0);
}

.body:has(.p-404) .l-header.is-active {
  transform: translateY(calc(-100% - 6px));
}

.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16rem;
}

.l-header__logo-link {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  line-height: 1.2083333333;
  color: #40A0E6;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo-link {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
    line-height: 1.1875;
    color: #333;
  }
}

.l-header__menu {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 132px;
    padding-bottom: 80px;
    background-color: #F5F5F7;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__menu.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav {
    width: 100%;
    overflow: auto;
  }
}

.l-header__nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 48rem;
    padding-inline: 16rem;
  }
}

.l-header__nav-item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-item {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-header__nav-item.l-header__nav-item--contact {
  margin-left: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-item.l-header__nav-item--contact {
    margin-left: 0;
    margin-top: 16rem;
  }
}

.l-header__nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-link {
    font-weight: 600;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.4285714286;
    letter-spacing: 0.03em;
  }
}

.l-header-hamburger {
  position: fixed;
  top: 8px;
  right: 16rem;
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #40A0E6;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
}

@media (hover: hover) {
  .l-header-hamburger:hover {
    opacity: 0.7;
  }
}
.l-header-hamburger__line-zone {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.l-header-hamburger__line {
  display: inline-block;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.l-header-hamburger__line:nth-child(1) {
  top: 7px;
}

.l-header-hamburger__line:nth-child(2) {
  top: 16px;
}

.l-header-hamburger.is-active .l-header-hamburger__line:nth-child(1) {
  top: 12px;
  transform: rotate(-28deg);
}

.l-header-hamburger.is-active .l-header-hamburger__line:nth-child(2) {
  top: 12px;
  transform: rotate(28deg);
}

.l-footer-bg {
  padding-top: 80rem;
  padding-bottom: 100rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bg {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}

.l-footer-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 840rem;
  background: url(../image/common/footer_recruit.webp) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bg::before {
    display: none;
  }
}

.l-footer--recruit .l-footer-bg::before {
  display: none;
}

.l-footer-bg::after {
  position: absolute;
  top: 839rem;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 839rem);
  background-color: #F5F5F7;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bg::after {
    display: none;
  }
}

.l-footer--recruit .l-footer-bg::after {
  top: 0;
  height: 100%;
}

.l-footer-recruit {
  margin-bottom: 160rem;
  width: fit-content;
  padding: 66rem 65rem 80rem;
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .l-footer-recruit {
    margin-bottom: 40rem;
    width: 100%;
    padding: 40rem 16rem;
  }
}

.l-footer-recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  z-index: -1;
}

.l-footer--recruit .l-footer-recruit {
  display: none;
}

.l-footer-recruit__title {
  margin-top: 32rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 48), 48px);
  line-height: 1.2083333333;
  letter-spacing: 0.03em;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-recruit__title {
    margin-top: 20rem;
    padding-left: 0;
    font-size: clamp(10px, calc(100vw / 375 * 30), 30px);
    line-height: 1.1875;
  }
}

.l-footer-recruit__title span {
  display: inline-block;
  transform: skewX(-10deg);
}

.l-footer-recruit__button {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-recruit__button {
    margin-top: 24rem;
  }
}

.l-footer-contact {
  padding: 81rem 115rem 81rem 80rem;
  background-color: #40A0E6;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-footer-contact {
    padding: 40rem 16rem;
  }
}

.l-footer-contact::before {
  position: absolute;
  top: 80rem;
  left: 49%;
  content: "";
  width: 279rem;
  height: 197rem;
  background: url(../image/common/footer_contact.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .l-footer-contact::before {
    top: auto;
    left: auto;
    bottom: 20rem;
    right: 28rem;
    width: 126rem;
    height: 90rem;
  }
}

.l-footer-contact__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .l-footer-contact__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer-contact__text {
  margin-top: 32rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer-contact__text {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer-contact__button {
    margin-top: 24rem;
  }
}

.l-footer-group {
  padding-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-group {
    margin-top: 64rem;
    padding-top: 50rem;
    padding-bottom: 64rem;
    padding-inline: 12rem;
    background-color: #F5F5F7;
  }
}

.l-footer-group__title {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 80), 80px);
  line-height: 1.4875;
  letter-spacing: 0.03em;
  color: #40A0E6;
  text-transform: uppercase;
  transform: skewX(-17deg);
}
@media screen and (max-width: 767.98px) {
  .l-footer-group__title {
    font-size: clamp(10px, calc(100vw / 375 * 40), 40px);
    line-height: 1.475;
  }
}

.l-footer-group__list {
  margin-top: 64rem;
  display: flex;
  column-gap: 60rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-group__list {
    margin-top: 30rem;
    flex-direction: column;
  }
}

.l-footer-group__item {
  width: calc((100% - 120rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .l-footer-group__item {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer-group__item:not(:first-child) {
    margin-top: 20rem;
  }
}

.l-footer-group__item-image img {
  aspect-ratio: 320/241;
}

.l-footer-group__item-title {
  margin-top: 16rem;
  min-height: 68rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  line-height: 1.4;
  color: #092152;
}
@media screen and (max-width: 767.98px) {
  .l-footer-group__item-title {
    margin-top: 10rem;
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.l-footer-group__item-title span {
  display: inline-block;
}

.l-footer-group__item-link {
  margin-top: 12rem;
  display: flex;
  justify-content: center;
}

.l-footer-bottom {
  padding-top: 80rem;
  padding-bottom: 140rem;
  color: #fff;
  background-color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom {
    padding-top: 56rem;
    padding-bottom: 64rem;
  }
}

.l-footer-bottom__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__flex {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer-bottom__company {
    margin-top: 40rem;
  }
}

.l-footer-bottom__company-name {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  line-height: 1.2083333333;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__company-name {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.l-footer-bottom__company-info {
  margin-top: 35rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__company-info {
    margin-top: 11rem;
  }
}

.l-footer-bottom__company-address span:first-child {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  line-height: 1.2142857143;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__company-address span:first-child {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.l-footer-bottom__company-address span:last-child {
  display: inline-block;
  margin-top: 10rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.1875;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__company-address span:last-child {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.l-footer-bottom__company-contact {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__company-contact {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.l-footer-bottom__nav-list {
  padding-top: 4rem;
  padding-right: 28rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__nav-list {
    padding-top: 0;
    padding-right: 0;
  }
}

.l-footer-bottom__nav-item:not(:first-child) {
  margin-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__nav-item:not(:first-child) {
    margin-top: 32rem;
  }
}

.l-footer-bottom__nav-link {
  width: fit-content;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  line-height: 1.2142857143;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__nav-link {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.l-footer-bottom__other {
  margin-top: 40rem;
  border-top: 2px solid #fff;
  padding-top: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__other {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.l-footer-bottom__other-privacy {
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1.1666666667;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__other-privacy {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.l-footer-bottom__other-copy {
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  line-height: 1.2142857143;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .l-footer-bottom__other-copy {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.l-max-inner {
  width: 100%;
  max-width: 1440rem;
  margin-inline: auto;
}

.l-wide-inner {
  width: 100%;
  max-width: 1220rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-wide-inner {
    padding-inline: 16rem;
  }
}

.l-common-inner {
  width: 100%;
  max-width: 1120rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-common-inner {
    padding-inline: 16rem;
  }
}

.l-narrow-inner {
  width: 100%;
  max-width: 1040rem;
  margin-inline: auto;
  padding-inline: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-narrow-inner {
    padding-inline: 16rem;
  }
}

.l-breadcrumb {
  margin-top: 52rem;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb {
    margin-top: 17rem;
  }
}

.l-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-breadcrumb__item {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  letter-spacing: 0.04em;
  color: #092152;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__item {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.l-breadcrumb__item:not(:last-child) {
  margin-right: 28rem;
}

.l-breadcrumb__item:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: -15rem;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 6rem;
  height: 6rem;
  border-top: 1px solid #092152;
  border-right: 1px solid #092152;
}

.l-breadcrumb__item:last-child {
  color: #F5F5F7;
}

.c-button-slide {
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

@media (hover: hover) {
  .c-button-slide:hover {
    opacity: 1;
  }
}
.c-button-slide--contact {
  border: 1px solid #092152;
  padding: 14rem 32rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #092152;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .c-button-slide--contact {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.c-button-slide--contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #092152;
  transition: all 0.3s;
  z-index: -1;
}

@media (hover: hover) {
  .c-button-slide--contact:hover {
    color: #fff;
  }
  .c-button-slide--contact:hover::before {
    width: 100%;
  }
}
.c-button-slide--group {
  border: 1px solid #092152;
  padding: 12rem 63.5rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  letter-spacing: 0.04em;
  color: #092152;
}
@media screen and (max-width: 767.98px) {
  .c-button-slide--group {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.c-button-slide--group::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #092152;
  transition: all 0.3s;
  z-index: -1;
}

@media (hover: hover) {
  .c-button-slide--group:hover {
    color: #fff;
  }
  .c-button-slide--group:hover::before {
    width: 100%;
  }
}
.c-button-more {
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding-right: 96px;
  vertical-align: top;
}
@media screen and (max-width: 1023.98px) {
  .c-button-more {
    transform: scale(0.7) translateX(-18%);
  }
}
@media screen and (max-width: 767.98px) {
  .c-button-more {
    transform: unset;
    height: 56px;
    padding-right: 72px;
  }
}

@media (hover: hover) {
  .c-button-more:hover {
    opacity: 1;
  }
}
.c-button-more__text {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #40A0E6;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .c-button-more__text {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.c-button-more--white .c-button-more__text {
  color: #fff;
}

.c-button-more__circle {
  overflow: hidden;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-button-more__circle {
    top: -28px;
    right: -28px;
    width: 112px;
    height: 112px;
  }
}

.c-button-more__circle::before {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: scale(0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #40A0E6;
}

.c-button-more--white .c-button-more__circle::before {
  background-color: #fff;
}

@media (hover: hover) {
  .c-button-more:hover .c-button-more__circle::before {
    transform: scale(1);
  }
}
.c-button-more .c-button-more__circle::after {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition-property: color, opacity;
  transform: translateY(-50%);
  content: attr(data-text);
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 50%;
  right: 136px;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .c-button-more .c-button-more__circle::after {
    right: 100px;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.c-button-more--white .c-button-more__circle::after {
  color: #40A0E6;
}

@media (hover: hover) {
  .c-button-more:hover .c-button-more__circle::after {
    opacity: 1;
  }
}
.c-button-more .c-button-more__ripples {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-button-more .c-button-more__ripples {
    top: -28px;
    right: -28px;
    width: 112px;
    height: 112px;
  }
}

.c-button-more .c-button-more__ripples::before {
  content: "";
  transform: scale(1);
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 133px;
  height: 133px;
  margin: -67px 0 0 -67px;
  border-radius: 50%;
  background: #40A0E6;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .c-button-more .c-button-more__ripples::before {
    width: 93px;
    height: 93px;
    margin: -46px 0 0 -46px;
  }
}

.c-button-more--white .c-button-more__ripples::before {
  background-color: #fff;
}

@media (hover: hover) {
  .c-button-more:hover .c-button-more__ripples::before {
    animation: ripples 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  }
}
@keyframes ripples {
  0% {
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.c-button-more .c-button-more__arrow {
  position: absolute;
  top: 36px;
  right: 35px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-button-more .c-button-more__arrow {
    top: 25px;
    right: 25px;
    width: 7px;
    height: 7px;
  }
}

.c-button-more .c-button-more__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  background: url(../image/common/button_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media screen and (max-width: 767.98px) {
  .c-button-more .c-button-more__arrow::before {
    width: 7px;
    height: 7px;
  }
}

.c-button-more--white .c-button-more__arrow::before {
  -webkit-filter: unset;
  filter: unset;
}

@media (hover: hover) {
  .c-button-more:hover .c-button-more__arrow::before {
    transform: translate(-50%, -50%) scale(0);
  }
}
.c-button-more .c-button-more__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media screen and (max-width: 767.98px) {
  .c-button-more .c-button-more__arrow::after {
    width: 3px;
    height: 3px;
  }
}

.c-button-more--white .c-button-more__arrow::after {
  background-color: #40A0E6;
}

@media (hover: hover) {
  .c-button-more:hover .c-button-more__arrow::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.c-page-fv {
  padding-top: 12.5vw;
  padding-bottom: 15.2777777778vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .c-page-fv {
    padding-top: 16.5333333333vw;
    padding-bottom: 16.8vw;
  }
}

.c-page-fv__color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 54.5%;
  height: 100%;
  background-color: #40A0E6;
  clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .c-page-fv__color {
    width: 39%;
    clip-path: polygon(0 0, 100% 0, 26% 100%, 0% 100%);
  }
}

.c-page-fv__inner {
  position: relative;
  z-index: 1;
}

.c-shadow {
  box-shadow: 0 0 20px rgba(80, 83, 88, 0.1);
}

.c-table {
  margin-top: 88rem;
  background-color: #fff;
  padding: 80rem;
}
@media screen and (max-width: 767.98px) {
  .c-table {
    margin-top: 48rem;
    padding: 40rem 16rem;
  }
}

.c-table__list {
  display: flex;
  align-items: center;
  padding-bottom: 24rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-table__list {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 16rem;
    border-bottom: 2px solid #CACACA;
  }
}

.c-table__list.c-table__list--start {
  align-items: flex-start;
}

.c-table__list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 196rem;
  height: 2px;
  background-color: #487EB4;
}
@media screen and (max-width: 767.98px) {
  .c-table__list::before {
    display: none;
  }
}

.c-table__list::after {
  position: absolute;
  bottom: 0;
  left: 195rem;
  content: "";
  width: calc(100% - 195rem);
  height: 2px;
  background-color: #CACACA;
}
@media screen and (max-width: 767.98px) {
  .c-table__list::after {
    display: none;
  }
}

.c-table__list:not(:first-child) {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .c-table__list:not(:first-child) {
    margin-top: 16rem;
  }
}

.c-table__title-zone {
  width: 196rem;
}
@media screen and (max-width: 767.98px) {
  .c-table__title-zone {
    width: 100%;
  }
}

.c-table__title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-table__title {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
    line-height: 1.6;
  }
}

.c-table__title--color {
  color: #40A0E6;
}

.c-table__data-zone {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .c-table__data-zone {
    margin-top: 8rem;
  }
}

.c-table__data {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-table__data {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.c-table__data a {
  display: inline-block;
  text-decoration: none !important;
  pointer-events: none !important;
  color: #333 !important;
}

@media screen and (max-width: 767.98px) {
  .c-table__data .sp-only {
    display: inline-block !important;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
}

.c-title--big {
  width: 420rem;
  padding-bottom: 15rem;
  border-bottom: 2px solid #CACACA;
}
@media screen and (max-width: 767.98px) {
  .c-title--big {
    width: 200rem;
    padding-bottom: 16rem;
  }
}

.c-title__ja {
  display: flex;
  align-items: center;
  padding-left: 28rem;
  position: relative;
}

.c-title__ja::before {
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #092152;
}

.c-title--white .c-title__ja::before {
  background-color: #fff;
}

.c-title__ja span {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #092152;
  transform: skewX(-17deg);
}
@media screen and (max-width: 767.98px) {
  .c-title__ja span {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.c-title--white .c-title__ja span {
  color: #fff;
}

.c-title__en {
  margin-top: 12rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 64), 64px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #40A0E6;
  text-transform: uppercase;
  transform: skewX(-17deg);
}
@media screen and (max-width: 767.98px) {
  .c-title__en {
    font-size: clamp(10px, calc(100vw / 375 * 36), 36px);
  }
}

.c-title--white .c-title__en {
  color: #fff;
}

.c-title--big .c-title__en {
  margin-top: 17rem;
  font-weight: 600;
  font-size: clamp(10px, calc(100vw / 1440 * 80), 80px);
}
@media screen and (max-width: 767.98px) {
  .c-title--big .c-title__en {
    margin-top: 16rem;
    font-size: clamp(10px, calc(100vw / 375 * 40), 40px);
  }
}

@media screen and (max-width: 767.98px) {
  .c-page-fv .c-title__en {
    font-size: clamp(10px, calc(100vw / 375 * 40), 40px);
  }
}

/********************/
/* トップページ */
/********************/
.p-top-fv {
  height: 100vh;
  padding-top: 7.6vh;
  background-image: url(../image/top/top_fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv {
    height: 100svh;
    margin-top: -56px;
    padding-top: 0;
    overflow: hidden;
  }
}

.p-top-fv__color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 64rem);
  height: 100%;
  background-color: #40A0E6;
  clip-path: polygon(0 0, 100% 0, calc(100% - 590rem) 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__color {
    width: calc(50% - 14rem);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}

.p-top-fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.p-top-fv__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-top-fv__heading-link {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  line-height: 1.2083333333;
  color: #fff;
  text-transform: uppercase;
}

.p-top-fv__nav {
  margin-top: 5.6vh;
  padding-left: 50rem;
}

.p-top-fv__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-top-fv__nav-item:not(:first-child) {
  margin-top: 5.8vh;
}

.p-top-fv__nav-link {
  font-weight: 600;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

.p-top-fv__bottom {
  margin-top: auto;
  margin-left: 24rem;
  padding-bottom: 11vh;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__bottom {
    margin-left: 11.5rem;
    padding-bottom: 8.5svh;
  }
}

.p-top-fv__bottom-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 120), 120px);
  letter-spacing: 0.1em;
  line-height: 1;
  transform: skewX(-17deg);
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__bottom-title {
    font-size: clamp(10px, calc(100vw / 375 * 48), 48px);
  }
}

.p-top-fv__scroll {
  position: absolute;
  bottom: 15rem;
  right: 186rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-fv__scroll-text {
  font-family: "Oswald", sans-serif;
  font-size: clamp(10px, calc(100vw / 1440 * 15), 15px);
  line-height: 1.4666666667;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.p-top-fv__scroll-line {
  display: block;
  margin-top: 8rem;
  width: 1px;
  height: 100rem;
  background-color: #fff;
}

.p-top-about {
  padding-top: 120rem;
  padding-bottom: 120rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-about {
    padding-top: 82rem;
    padding-bottom: 80rem;
  }
}

.p-top-about::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 21rem);
  height: 100%;
  background-color: #F5F5F7;
  clip-path: polygon(590rem 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-top-about::before {
    content: "";
    width: 95.7%;
    clip-path: polygon(73% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

.p-top-about::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 317rem);
  content: "";
  width: 508rem;
  height: 598rem;
  background: url(../image/top/top_about_japan.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-top-about::after {
    display: none;
  }
}

.p-top-about__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__flex {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}

.p-top-about__body {
  width: 420rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__body {
    width: 100%;
    margin-top: 32rem;
  }
}

.p-top-about__text {
  margin-top: 34rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__text {
    margin-top: 24rem;
    letter-spacing: 0;
  }
}

.p-top-about__button {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__button {
    margin-top: 40rem;
  }
}

.p-top-about__imageZone {
  width: 420rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__imageZone {
    margin-inline: auto;
    width: 74%;
    padding-right: 4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.p-top-about__image01 {
  width: 200rem;
  margin-left: auto;
  box-shadow: 0 0 20px rgba(80, 83, 88, 0.1);
}
@media screen and (max-width: 767.98px) {
  .p-top-about__image01 {
    width: 36%;
    box-shadow: 0 0 14px rgba(80, 83, 88, 0.1);
  }
}

.p-top-about__image02 {
  margin-top: 56rem;
  width: 280rem;
  aspect-ratio: 234/270;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__image02 {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-top-about__image02 img {
    aspect-ratio: 136/170;
  }
}

.p-top-group {
  padding-top: 120rem;
  padding-bottom: 122rem;
  background-color: #F5F5F7;
}
@media screen and (max-width: 767.98px) {
  .p-top-group {
    padding-top: 76rem;
    padding-bottom: 76rem;
  }
}

.p-top-group .c-title--big {
  width: fit-content;
  margin-inline: auto;
}

.p-top-group__list {
  margin-top: 64rem;
  display: flex;
  column-gap: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-group__list {
    margin-top: 38rem;
    flex-direction: column;
    padding-inline: 11.5rem;
  }
}

.p-top-group__item {
  width: calc((100% - 120rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .p-top-group__item {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-top-group__item:not(:first-child) {
    margin-top: 34rem;
  }
}

.p-top-group__item-image img {
  aspect-ratio: 320/241;
}

.p-top-group__item-title {
  margin-top: 16rem;
  min-height: 68rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  line-height: 1.4;
  color: #092152;
}
@media screen and (max-width: 767.98px) {
  .p-top-group__item-title {
    margin-top: 10rem;
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-top-group__item-title span {
  display: inline-block;
}

.p-top-group__item-text {
  margin-top: 12rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-top-group__item-text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-top-group__item-link {
  margin-top: 24rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-group__item-link {
    margin-top: 18rem;
  }
}

.p-top-slogan {
  padding-top: 122rem;
  padding-bottom: 128rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan {
    padding-block: 80rem;
  }
}

.p-top-slogan::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 620rem);
  height: 100%;
  background-color: #F5F5F7;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1000rem 100%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan::before {
    content: "";
    width: calc(100% - 16rem);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%);
  }
}

.p-top-slogan__flex {
  display: flex;
  align-items: center;
  column-gap: 64rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__flex {
    flex-direction: column;
  }
}

.p-top-slogan__body {
  width: 420rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__body {
    width: 100%;
  }
}

.p-top-slogan__title {
  margin-top: 32rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__title {
    font-size: clamp(10px, calc(100vw / 375 * 22), 22px);
  }
}

.p-top-slogan__text {
  margin-top: 16rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-top-slogan__button {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__button {
    margin-top: 40rem;
  }
}

.p-top-slogan__imageZone {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__imageZone {
    width: 100%;
    margin-top: 48rem;
  }
}

.p-top-slogan__image01 {
  width: 409rem;
  box-shadow: 0 0 20px rgba(80, 83, 88, 0.1);
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__image01 {
    width: 240rem;
    box-shadow: 0 0 14px rgba(80, 83, 88, 0.1);
  }
}

.p-top-slogan__image02 {
  margin-top: 40rem;
  width: 409rem;
  aspect-ratio: 409/240;
}
@media screen and (max-width: 767.98px) {
  .p-top-slogan__image02 {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-top-slogan__image01 img,
  .p-top-slogan__image02 img {
    aspect-ratio: 240/135;
  }
}

/********************/
/* 会社概要 */
/********************/
.p-company-fv {
  background-image: url(../image/company/company_fv.webp);
}
@media screen and (max-width: 767.98px) {
  .p-company-fv {
    background-image: url(../image/company/company_fv_sp.webp);
  }
}

.p-company-access {
  padding-block: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access {
    padding-block: 64rem;
  }
}

.p-company-access .c-title {
  width: fit-content;
}

.p-company-access__list {
  margin-top: 90rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__list {
    margin-top: 48rem;
  }
}

.p-company-access__item {
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__item {
    width: 100%;
  }
}

.p-company-access__item-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__item-map iframe {
    aspect-ratio: 343/193;
  }
}

.p-company-access__item-body {
  margin-top: 18rem;
  padding-left: 72rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__item-body {
    padding-left: 0;
  }
}

.p-company-access__item-body::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 48rem;
  height: 48rem;
  background: url(../image/common/icon_access.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__item-body::before {
    top: 0;
    left: 0;
    transform: unset;
    width: 24rem;
    height: 24rem;
  }
}

.p-company-access__item-title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 20), 20px);
  line-height: 1;
  color: #487EB4;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__item-title {
    padding-left: 28rem;
    font-size: clamp(10px, calc(100vw / 375 * 20), 20px);
  }
}

.p-company-access__item-address {
  margin-top: 8rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-company-access__item-address {
    margin-top: 12rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-company-access__item-address span,
.p-company-access__item-address a {
  display: inline-block;
}

/********************/
/* 全社方針 */
/********************/
.p-concept-fv {
  background-image: url(../image/concept/concept_fv.webp);
}
@media screen and (max-width: 767.98px) {
  .p-concept-fv {
    background-image: url(../image/concept/concept_fv_sp.webp);
  }
}

.p-concept-section {
  padding-top: 120rem;
  padding-bottom: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section {
    padding-block: 64rem;
  }
}

.p-concept-section__bgZone {
  padding-block: 80rem;
  background-color: #F5F5F7;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__bgZone {
    padding-block: 64rem;
  }
}

.p-concept-section__flex {
  display: flex;
  justify-content: center;
  column-gap: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__flex {
    flex-direction: column;
    align-items: center;
    padding-inline: 12rem;
  }
}

.p-concept-section__title {
  width: fit-content;
}

.p-concept-section__image {
  width: 520rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__image {
    width: 100%;
    margin-top: 40rem;
  }
}

.p-concept-section__body-inner {
  padding-inline: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-inner {
    padding-inline: 0;
  }
}

.p-concept-section__body-heading-en {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #092152;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-heading-en {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-concept-section__body-heading-ja {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-heading-ja {
    font-size: clamp(10px, calc(100vw / 375 * 32), 32px);
  }
}

.p-concept-section__body-container {
  margin-top: 56rem;
  padding: 56rem 40rem;
  box-shadow: 0 0 20px rgba(80, 83, 88, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-container {
    margin-top: 40rem;
    padding: 40rem 16rem;
  }
}

.p-concept-section__body-container::before {
  position: absolute;
  bottom: 12rem;
  right: 0;
  content: "";
  width: 324rem;
  height: auto;
  aspect-ratio: 324/412;
  background: url(../image/concept/concept_japan.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-container::before {
    display: none;
  }
}

.p-concept-section__body-item:not(:first-child) {
  margin-top: 24rem;
}

.p-concept-section__body-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #487EB4;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-title {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-concept-section__body-text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #2F2F2F;
}
@media screen and (max-width: 767.98px) {
  .p-concept-section__body-text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

/********************/
/* 安全への取り組み */
/********************/
.p-slogan-fv {
  background-image: url(../image/slogan/slogan_fv.webp);
}
@media screen and (max-width: 767.98px) {
  .p-slogan-fv {
    background-image: url(../image/slogan/slogan_fv_sp.webp);
  }
}

.p-slogan-section {
  padding-top: 123rem;
  padding-bottom: 360rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section {
    padding-top: 64rem;
    padding-bottom: 0;
    overflow: hidden;
  }
}

.p-slogan-section::before {
  position: absolute;
  bottom: 120rem;
  left: 0;
  content: "";
  width: 100%;
  height: 520rem;
  background: url(../image/slogan/slogan_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section::before {
    display: none;
  }
}

.p-slogan-section__title {
  margin-top: 88rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 1.6;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__title {
    margin-top: 50rem;
    font-size: clamp(10px, calc(100vw / 375 * 22), 22px);
  }
}

.p-slogan-section__title span {
  display: inline-block;
}

.p-slogan-section__lead {
  margin-top: 22rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #2F2F2F;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__lead {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-slogan-section__image {
  margin-top: 57rem;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__image {
    margin-top: 40rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-slogan-section__image img {
    aspect-ratio: 343/193;
  }
}

.p-slogan-section__container {
  margin-top: 120rem;
  background-color: #F5F5F7;
  padding: 80rem;
  display: flex;
  column-gap: 56rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__container {
    margin-top: 0;
    margin-left: -16rem;
    width: 100vw;
    padding: 64rem 16rem;
    flex-direction: column;
  }
}

.p-slogan-section__container::before {
  position: absolute;
  bottom: 80rem;
  left: 64rem;
  content: "";
  width: 360rem;
  height: 412rem;
  background: url(../image/slogan/slogan_japan.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__container::before {
    display: none;
  }
}

.p-slogan-section__heading-subTitle {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #092152;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__heading-subTitle {
    text-align: center;
    font-size: 10px;
  }
}

.p-slogan-section__heading-title {
  margin-top: 8rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__heading-title {
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-slogan-section__body {
  flex: 1;
  background-color: #fff;
  padding: 56rem 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__body {
    margin-top: 40rem;
    padding: 24rem 16rem;
  }
}

.p-slogan-section__item:not(:first-child) {
  margin-top: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__item:not(:first-child) {
    margin-top: 24rem;
  }
}

.p-slogan-section__item-title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 20), 20px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #40A0E6;
  padding-left: 16rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__item-title {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
    padding-left: 8rem;
  }
}

.p-slogan-section__item-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 4rem;
  height: calc(100% - 8rem);
  background-color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__item-title::before {
    height: calc(100% - 4rem);
  }
}

.p-slogan-section__item-main {
  margin-top: 8rem;
}

.p-slogan-section__item-detail {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #2F2F2F;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__item-detail {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-slogan-section__item-dot {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  padding-left: 22rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__item-dot {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    padding-left: 20rem;
  }
}

.p-slogan-section__item-dot::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #CACACA;
}
@media screen and (max-width: 767.98px) {
  .p-slogan-section__item-dot::before {
    width: 12rem;
    height: 12rem;
  }
}

/********************/
/* 採用情報 */
/********************/
.p-recruit-fv {
  background-image: url(../image/recruit/recruit_fv.webp);
}
@media screen and (max-width: 767.98px) {
  .p-recruit-fv {
    background-image: url(../image/recruit/recruit_fv_sp.webp);
  }
}

.p-recruit-content {
  padding-top: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content {
    padding-top: 64rem;
  }
}

.p-recruit-content__slider-item {
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__slider-item {
    padding-inline: 8rem;
  }
}

.p-recruit-content__catch {
  padding-top: 80rem;
  padding-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__catch {
    padding-top: 48rem;
    padding-bottom: 64rem;
  }
}

.p-recruit-content__catch-title {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.p-recruit-content__catch-title span {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 64), 64px);
  line-height: 1.1944444444;
  letter-spacing: 0.04em;
  color: #40A0E6;
  transform: skewX(-17deg);
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__catch-title span {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    line-height: 1.1875;
  }
}

.p-recruit-content__catch-title span:not(:first-child) {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__catch-title span:not(:first-child) {
    margin-top: 0;
  }
}

.p-recruit-content__catch-leadZone {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__catch-leadZone {
    margin-top: 20rem;
  }
}

.p-recruit-content__catch-lead {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__catch-lead {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-recruit-content__catch-lead span {
  display: inline-block;
}

.p-recruit-content__bg {
  background-color: #F5F5F7;
  padding-block: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__bg {
    padding-block: 64rem;
  }
}

.p-recruit-content__none {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1440 * 18), 18px);
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__none {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-recruit-content__item:not(:first-child) {
  margin-top: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__item:not(:first-child) {
    margin-top: 64rem;
  }
}

.p-recruit-content__item-subTitle {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #487EB4;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__item-subTitle {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-recruit-content__item-title {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content__item-title {
    font-size: clamp(10px, calc(100vw / 375 * 32), 32px);
  }
}

/********************/
/* プライバシーポリシー */
/********************/
.p-privacy-fv {
  background-image: url(../image/privacy/privacy_fv.webp);
}
@media screen and (max-width: 767.98px) {
  .p-privacy-fv {
    background-image: url(../image/privacy/privacy_fv_sp.webp);
  }
}

.p-privacy-content {
  padding-block: 120rem;
  background-color: #F5F5F7;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content {
    padding-top: 56rem;
    padding-bottom: 153rem;
  }
}

.p-privacy-content__container {
  padding: 80rem 40rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content__container {
    padding: 40rem 16rem;
  }
}

.p-privacy-content__heading-subTitle {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #092152;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content__heading-subTitle {
    font-size: 10px;
  }
}

.p-privacy-content__heading-title {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content__heading-title {
    margin-left: -8rem;
    width: calc(100% + 16rem);
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-privacy-content__body {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content__body {
    margin-top: 40rem;
  }
}

.p-privacy-content__body p,
.p-privacy-content__body span {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content__body p,
  .p-privacy-content__body span {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-privacy-content__item {
  margin-top: 40rem;
}

.p-privacy-content__item-title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-privacy-content__item-title {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-privacy-content__item-main {
  margin-top: 8rem;
}

.p-privacy-content__item-main ul {
  padding-left: 3rem;
}

@media screen and (max-width: 767.98px) {
  .p-privacy-content__item-main > ul > li > span:nth-child(2) > ul,
  .p-privacy-content__item-main > ul > li > span:nth-child(2) > ul > li > span:nth-child(2) > ul {
    padding-left: 0;
  }
}

.p-privacy-content__space-item,
.p-privacy-content__noSpace-item {
  display: flex;
}

.p-privacy-content__space-item {
  margin-top: 25rem;
}

.p-privacy-content__item-main > ul > .p-privacy-content__space-item:first-child {
  margin-top: 0;
}

.p-privacy-content__space-item span:nth-child(2),
.p-privacy-content__noSpace-item span:nth-child(2) {
  flex: 1;
}

@media screen and (max-width: 767.98px) {
  .p-privacy-content__item-main > ul > .p-privacy-content__space-item > span:nth-child(2) {
    padding-left: 4rem;
  }
}

/********************/
/* お問合せ */
/********************/
.p-contact-fv {
  background-image: url(../image/contact/contact_fv.webp);
}
@media screen and (max-width: 767.98px) {
  .p-contact-fv {
    background-image: url(../image/contact/contact_fv_sp.webp);
  }
}

.p-contact-content {
  padding-top: 120rem;
  padding-bottom: 124rem;
  background-color: #F5F5F7;
}
@media screen and (max-width: 767.98px) {
  .p-contact-content {
    padding-block: 64rem;
  }
}

.p-contact-container {
  padding: 120rem 80rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact-container {
    padding: 48rem 16rem;
  }
}

.p-contact-heading__subTitle {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 12), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #092152;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-contact-heading__subTitle {
    font-size: 10px;
  }
}

.p-contact-heading__title {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 32), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #40A0E6;
}
@media screen and (max-width: 767.98px) {
  .p-contact-heading__title {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-contact-step {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-step {
    margin-top: 16rem;
  }
}

.p-contact-step__list {
  display: flex;
  justify-content: center;
  column-gap: 35rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-step__list {
    margin-left: -10rem;
    width: calc(100% + 20rem);
    column-gap: 59rem;
  }
}

.p-contact-step__item {
  padding-top: 20rem;
  width: 120rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #CACACA;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-contact-step__item {
    width: 68rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-step__item.current {
  color: #40A0E6;
}

.p-contact-step__item:nth-child(1) {
  z-index: 3;
}

.p-contact-step__item:nth-child(2) {
  z-index: 2;
}

.p-contact-step__item:nth-child(3) {
  z-index: 1;
}

.p-contact-step__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 12rem;
  height: 12rem;
  background-color: #CACACA;
  border-radius: 50%;
  z-index: 1;
}

.p-contact-step__item.current::before {
  background-color: #40A0E6;
}

.p-contact-step__item:not(:first-child)::after {
  position: absolute;
  top: 5rem;
  right: 50%;
  content: "";
  width: 154rem;
  height: 2px;
  background-color: #CACACA;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-contact-step__item:not(:first-child)::after {
    width: 128rem;
  }
}

.p-contact-step__item.current:not(:first-child)::after {
  background-color: #40A0E6;
}

.p-contact-step__text {
  margin-top: 24rem;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-step__text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-step__text span {
  display: inline-block;
}

.p-contact-form {
  margin-top: 40rem;
}

.p-contact-form__list:not(:first-child) {
  margin-top: 29rem;
}

.p-contact-form__label-zone {
  display: inline-block;
}

.p-contact-form__list--must .p-contact-form__label-zone {
  position: relative;
}

.p-contact-form__list--must .p-contact-form__label-zone::before {
  position: absolute;
  top: 0;
  left: calc(100% + 4rem);
  content: "*";
  color: #CB0000;
}

.p-contact-form__label {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__label {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__label-span {
  position: absolute;
  top: 0;
  left: calc(100% + 12rem);
  width: max-content;
}

.p-contact-form__data {
  margin: 8rem 0 0 0;
}

.p-contact-form__input {
  width: 100%;
  padding: 16rem;
  border-radius: 0;
  background-color: #F5F5F7;
  border-radius: 8rem;
  text-align: left;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__input::placeholder {
  text-align: left;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  color: #CACACA;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input::placeholder {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__textarea {
  width: 100%;
  height: 240rem;
  padding: 16rem;
  border-radius: 8rem;
  background-color: #F5F5F7;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  resize: vertical;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__textarea {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__textarea.p-contact-form__textarea--short {
  height: 100px;
}

.p-contact-form__textarea.p-contact-form__textarea--middle {
  height: 200px;
}

.p-contact-form__textarea::placeholder {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #CACACA;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__textarea::placeholder {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

/* ご要件・プライバシーポリシーチェック */
input[type=checkbox] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.p-contact-form__checkbox-label {
  margin-top: -2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem 40rem;
}

.p-contact-form__checkbox-label .wpcf7-list-item {
  margin-left: 0;
}

.p-contact-form__checkbox-label .wpcf7-list-item > label {
  cursor: pointer;
}

.p-contact-form__checkbox-label .wpcf7-list-item-label {
  position: relative;
  padding-left: 32rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__checkbox-label .wpcf7-list-item-label {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-contact-form__checkbox-label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20rem;
  height: 20rem;
  border: 1px solid #CACACA;
  border-radius: 4rem;
  background-color: #fff;
  vertical-align: middle;
}

.p-contact-form__checkbox-label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #CACACA;
}

.p-contact-form__checkbox-label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 7rem;
  left: 4rem;
  content: "";
  width: 12rem;
  height: 6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.p-contact-form__check {
  margin-top: 32rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-contact-form__policy {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__policy {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__policy-link {
  display: inline-block;
  color: #40A0E6;
}

.p-contact-form__policy::before {
  position: absolute;
  top: 0;
  left: calc(100% + 4rem);
  content: "*";
  color: #CB0000;
}

.p-contact-form__check-label {
  display: inline-block;
}

.p-contact-form__check-label .wpcf7-list-item {
  margin-left: 0;
}

.p-contact-form__check-text {
  padding-left: 32rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 16), 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__check-text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__check-label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20rem;
  height: 20rem;
  border: 1px solid #CACACA;
  border-radius: 4rem;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}

.p-contact-form__check-label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #CACACA;
}

.p-contact-form__check-label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 7rem;
  left: 4rem;
  content: "";
  width: 12rem;
  height: 6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* 入力してください */
.wpcf7-not-valid-tip {
  color: #CB0000;
  font-size: clamp(10px, calc(100vw / 1440 * 14), 14px);
}
@media screen and (max-width: 767.98px) {
  .wpcf7-not-valid-tip {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

/* ボタン */
.p-contact-form__submit {
  margin-top: 54rem;
  display: flex;
  justify-content: center;
}

.p-contact-form__submit-buttonZone {
  width: 240rem;
  border: 2px solid #40A0E6;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.p-contact-form__submit-buttonZone::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #40A0E6;
  z-index: -1;
  transition: all 0.3s;
}

.p-contact-form__back {
  margin-top: 24rem;
  display: flex;
  justify-content: center;
}

.p-contact-form__submit-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24rem 48rem;
  text-align: center;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.1875;
  color: #40A0E6;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.p-contact-form__submit-button:disabled {
  cursor: not-allowed;
}

.p-contact-form:has(.wpcf7-not-valid-tip) .p-contact-form__submit-buttonZone {
  cursor: not-allowed;
}

.p-contact-form:has(.wpcf7-not-valid-tip) .p-contact-form__submit-button {
  pointer-events: none;
}

@media (hover: hover) {
  .p-contact-form__submit-buttonZone:hover::before {
    width: 100%;
  }
  .p-contact-form__submit-buttonZone:hover .p-contact-form__submit-button {
    color: #fff;
  }
}
.p-contact-form__submit-buttonZone .wpcf7-spinner {
  display: none;
}

/* 最初は確認画面を非表示 */
.confirm_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/********************/
/* 404 */
/********************/
.p-404 {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-404__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1440 * 24), 24px);
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-404__title {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-404__text {
  margin-top: 32rem;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1440 * 20), 20px);
}
@media screen and (max-width: 767.98px) {
  .p-404__text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-404__back {
  margin-top: 64rem;
  font-size: clamp(10px, calc(100vw / 1440 * 18), 18px);
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .p-404__back {
    margin-top: 40rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}