@charset "UTF-8";
/* ===============================================
# reset css
=============================================== */
/*! destyle.css v4.0.0 | 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;
  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 dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html,
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: rgb(34, 34, 34);
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  display: block;
  transition: all 0.6s ease-out;
}

a:hover {
  cursor: pointer;
  transition: all 0.6s ease-out;
}

::before,
::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

ol {
  list-style: none;
}

figure {
  margin: 0;
}

iframe {
  width: 100%;
  height: 100%;
}

address {
  font-style: normal;
}

th,
td {
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}

/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

p {
  line-height: 2;
}

.main-wrapper {
  overflow: hidden;
}

section {
  padding-block: 80px 120px;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}

.l-header-logo {
  width: clamp(177px, 13vw, 255px);
  display: block;
}

.l-header-inner {
  width: calc(100% - 20px);
  max-width: 1816px;
  display: grid;
  grid-template-columns: 255px 1fr;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.17vw;
  padding-top: 3.47vw;
  margin-inline: auto;
}
@media screen and (max-width: 1536px) {
  .l-header-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
    padding-top: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-inner {
    padding-block: 24px;
  }
}

.l-header.is-active .l-header-inner {
  padding-top: 30px;
}

.l-header-nav {
  display: grid;
  grid-template-columns: 79% 15.52%;
  justify-content: space-between;
  column-gap: 0.36vw;
  width: 100%;
  max-width: 1350px;
  place-self: flex-end;
}
@media screen and (max-width: 1366px) {
  .l-header-nav {
    grid-template-columns: 83% 15%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    display: none;
  }
}

.l-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.0416vw;
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 27px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0509803922);
}

.l-nav-item {
  position: relative;
}
.l-nav-item:last-child {
  padding-left: 16px;
}
.l-nav-item:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: rgb(34, 34, 34);
  margin-inline: 8px;
}

.l-nav-item-link {
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 16px);
  display: block;
  padding: 8px;
  color: rgb(34, 34, 34);
  font-weight: 500;
}
@media screen and (max-width: 1366px) {
  .l-nav-item-link {
    padding: 2px;
  }
}

.l-nav-item-link._chevlon {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.l-nav-item-link._chevlon span {
  display: grid;
  place-items: center;
}

.l-sns-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.0416vw;
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 27px;
}

.l-sns-link {
  display: block;
  height: 21px;
}
.l-sns-link img {
  width: auto;
  height: 100%;
}

.l-sp-nav {
  background-color: #402405;
  width: 473px;
  height: 90vh;
  padding: 108px 60px 75px;
}
@media screen and (max-width: 767px) {
  .l-sp-nav {
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
}

.l-sp-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  row-gap: 2rem;
}

.l-sp-item {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #fff;
  text-transform: capitalize;
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .l-sp-item {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-sp-item {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-sp-item {
    font-size: 2.4rem;
  }
}

.l-sp-logo {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .l-sp-logo {
    width: 100%;
  }
}

.l-drawer-instagram::before {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 10px;
}

.l-drawer-tel::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.l-footer {
  position: relative;
  transform: translateY(-80px);
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .l-footer {
    transform: translateY(-50px);
  }
}

.l-footer-contact {
  color: #fff;
  background-color: rgb(51, 51, 51);
  border-radius: 16px;
  transform: translateY(-100px);
  padding-block: 6.14vw;
}
@media screen and (max-width: 1023px) {
  .l-footer-contact {
    transform: translateY(0);
    padding-block: 57px;
  }
}

.l-footer-contact-box {
  max-width: 1046px;
  display: flex;
  column-gap: 12vw;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .l-footer-contact-box {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 37px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-contact-box {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-contact-left {
    padding-inline: 35px;
  }
}

.l-footer-contact-text {
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 16px);
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .l-footer-contact-text {
    margin-top: 16px;
  }
}

.l-footer-contact-right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-right {
    row-gap: 0;
    margin-inline: auto;
  }
}

.l-footer-number {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer-number {
    column-gap: 10px;
  }
}

.l-footer-contact-right ._small {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer-contact-right ._small {
    margin-bottom: 16px;
  }
}

.l-footer-bottom {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .l-footer-bottom {
    margin-top: 64px;
  }
}

.l-footer-box {
  display: grid;
  grid-template-columns: 396px 396px;
  grid-template-rows: 1fr;
  justify-content: space-between;
  max-width: 1282px;
  width: 80%;
  padding-bottom: 64px;
  padding-right: 6.45vw;
  margin-bottom: 22px;
  border-bottom: 1px solid #000;
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 16px);
}
@media screen and (max-width: 1023px) {
  .l-footer-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-box {
    width: 100%;
    padding-bottom: 24px;
    padding-right: 0;
  }
}

.l-footer-logo {
  display: block;
  width: clamp(250px, 20vw, 396px);
  margin-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .l-footer-logo {
    margin-bottom: 35px;
  }
}

.l-footer-address {
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.l-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  row-gap: 1.5rem;
  column-gap: 6.25vw;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    grid-template-columns: repeat(2, auto);
    row-gap: 10px;
    column-gap: 56px;
  }
}

.l-footer-privacy {
  font-weight: 700;
  line-height: 1.7;
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 16px);
}

.l-footer-copyright {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    letter-spacing: 0.08em;
  }
}

.c-wrapper {
  width: calc(100% - 100px);
  max-width: 1540px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .c-wrapper {
    width: calc(100% - 40px);
  }
}
.c-more-btn {
  width: fit-content;
  background-color: rgb(51, 51, 51);
  border: 1px solid rgb(51, 51, 51);
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border-radius: 81px;
  display: block;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: clamp(13px, 0.813rem + 0.187 * (100vw - 23.438rem) / (120 - 23.438), 16px);
  padding: 14px 47px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-more-btn {
    width: 210px;
    height: 45px;
    letter-spacing: 0;
    padding: 14px 55px;
  }
}

.c-more-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: rgb(34, 34, 34);
}

.c-btn-top {
  position: absolute;
  bottom: 100px;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  width: clamp(100px, 13vw, 235px);
  height: clamp(100px, 13vw, 235px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #117be2;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(20px, 1.25rem + 0.75 * (100vw - 23.438rem) / (120 - 23.438), 32px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .c-btn-top {
    bottom: 50px;
    width: 67px;
    height: 67px;
    row-gap: 2px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-top {
    bottom: 80px;
    right: 4%;
  }
}
.c-btn-top:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.c-btn-top:hover svg {
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .c-btn-top svg {
    width: 10px;
  }
}

.c-btn-contact {
  display: flex;
  align-items: center;
  column-gap: 20px;
  max-width: inherit;
  background-color: #fff;
  color: #000;
  border-radius: 700px;
  font-size: clamp(16px, 1rem + 0.5 * (100vw - 23.438rem) / (120 - 23.438), 24px);
  font-weight: 900;
  padding-block: 25px;
  padding-inline: 3.69vw 4.166vw;
}
@media screen and (max-width: 1024px) {
  .c-btn-contact {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-contact {
    width: 280px;
    letter-spacing: 0;
    column-gap: 15px;
    padding-block: 22px;
  }
}

.c-btn-contact span {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-btn-contact .c-button-arrow svg {
    width: 20px;
    height: 20px;
  }
}

.c-btn-contact:hover {
  border: none;
  opacity: 0.7;
}

.c-top-section-title {
  font-size: clamp(24px, 1.5rem + 1.5 * (100vw - 23.438rem) / (120 - 23.438), 48px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.c-top-section-title span {
  display: block;
  font-size: clamp(16px, 1rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 20px);
  color: #3a8dcb;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-top: 8px;
}

.c-top-section-title-w {
  font-size: clamp(24px, 1.5rem + 1.5 * (100vw - 23.438rem) / (120 - 23.438), 48px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.05em;
}
.c-top-section-title-w span {
  display: block;
  font-size: clamp(16px, 1rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 20px);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-top: 8px;
}

.c-square-title {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  line-height: 1.77;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: clamp(16px, 1rem + 0.5 * (100vw - 23.438rem) / (120 - 23.438), 24px);
  color: #fff;
  margin-block: 3.64vw 4.42vw;
}
@media screen and (max-width: 767px) {
  .c-square-title {
    column-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-square-title svg {
    width: 12px;
    height: 12px;
  }
}

.c-line-bottom-w {
  position: relative;
  z-index: 0;
}
.c-line-bottom-w::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -3px;
  left: 0;
  width: 100%;
  aspect-ratio: 2001/118;
  background-image: url("../img/top/deco-line-bottom-w.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .c-line-bottom-w::after {
    aspect-ratio: 394/22;
    background-image: url("../img/top/deco-line-bottom-w-sp.svg");
  }
}
@media screen and (max-width: 767px) {
  .c-line-bottom-w::after {
    bottom: -1px;
  }
}

.c-line-top-w {
  position: relative;
  z-index: 0;
}
.c-line-top-w::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -3px;
  left: 0;
  width: 100%;
  aspect-ratio: 2001/118;
  background-image: url("../img/top/deco-line-top-w.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .c-line-top-w::before {
    aspect-ratio: 394/22;
    background-image: url("../img/top/deco-line-top-w-sp.svg");
  }
}
@media screen and (max-width: 767px) {
  .c-line-top-w::before {
    top: -1px;
  }
}

.c-line-bottom-w-dark {
  position: relative;
  z-index: 0;
}
.c-line-bottom-w-dark::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -3px;
  left: 0;
  width: 100%;
  aspect-ratio: 2001/118;
  background-image: url("../img/top/deco-line-bottom-w-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .c-line-bottom-w-dark::after {
    aspect-ratio: 394/22;
    background-image: url("../img/top/deco-line-bottom-w-dark-sp.svg");
  }
}
@media screen and (max-width: 767px) {
  .c-line-bottom-w-dark::after {
    bottom: -1px;
  }
}

.c-line-top-w-dark {
  position: relative;
  z-index: 0;
}
.c-line-top-w-dark::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -3px;
  left: 0;
  width: 100%;
  aspect-ratio: 2001/118;
  background-image: url("../img/top/deco-line-top-w-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .c-line-top-w-dark::before {
    aspect-ratio: 394/22;
    background-image: url("../img/top/deco-line-top-w-dark-sp.svg");
  }
}
@media screen and (max-width: 767px) {
  .c-line-top-w-dark::before {
    top: -1px;
  }
}

.c-line-top-b {
  position: relative;
  z-index: 0;
}
.c-line-top-b::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 2001/118;
  background-image: url("../img/top/deco-line-top-b.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .c-line-top-b::before {
    aspect-ratio: 394/22;
    background-image: url("../img/top/deco-line-top-b-sp.svg");
  }
}
.c-line-top-b-light {
  position: relative;
  z-index: 0;
}
.c-line-top-b-light::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 2001/118;
  background-image: url("../img/top/deco-line-top-b-light.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .c-line-top-b-light::before {
    aspect-ratio: 394/22;
    background-image: url("../img/top/deco-line-top-b-light-sp.svg");
  }
}
.c-number-tel {
  width: 370px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-number-tel {
    width: 233px;
  }
}

.c-icon-tel {
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-icon-tel {
    width: 26px;
  }
}

.c-nav-item-has-submenu {
  position: relative;
}

.c-megamenu {
  position: absolute;
  top: 100%;
  left: -18vw;
  width: 65.8vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 100;
  padding-top: 27px;
}

.c-nav-item-has-submenu:hover .c-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-megamenu-inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 58px 60px 76px;
}

.c-megamenu-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4.94vw;
}
.c-megamenu-section a:hover {
  opacity: 0.5;
}

.c-megamenu-heading {
  min-width: 150px;
  font-weight: 700;
  font-size: clamp(16px, 1rem + 0.5 * (100vw - 23.438rem) / (120 - 23.438), 24px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 12px;
}
.c-megamenu-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #117be2;
}

.c-megamenu-heading-en {
  display: block;
  font-size: clamp(10px, 0.625rem + 0.313 * (100vw - 23.438rem) / (120 - 23.438), 15px);
  color: #117be2;
  text-indent: 0.3rem;
}

.c-megamenu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-megamenu-item {
  width: calc((100% - 33px) / 4);
}

.c-megamenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 17px 16px;
}

.c-megamenu-icon {
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}

.c-megamenu-section a:hover .c-megamenu-icon {
  transform: translateX(2px);
  transition: all 0.3s ease;
}

.c-megamenu-brand-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-megamenu-brand-item {
  width: calc((100% - 48px) / 7);
}

.c-megamenu-brand-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 16px 13px;
}

@media screen and (max-width: 1536px) {
  .c-megamenu {
    width: 80vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-megamenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    width: 100%;
  }
  .c-megamenu-inner {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .c-megamenu-section {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .c-megamenu-list,
  .c-megamenu-brand-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-megamenu-item {
    width: calc((100% - 33px) / 2);
  }
  .c-megamenu-brand-item {
    width: calc((100% - 48px) / 3);
  }
}
.c-megamenu-sns {
  width: 204px;
  left: -100%;
  padding-top: 26px;
}

.c-megamenu-sns-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 25px;
}

.c-megamenu-sns-link {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: clamp(12px, 0.75rem + 0.125 * (100vw - 23.438rem) / (120 - 23.438), 14px);
}
.c-megamenu-sns-link img {
  width: 21px;
  height: 21px;
}

@media screen and (max-width: 1024px) {
  .c-megamenu-sns {
    padding-top: 15px;
  }
  .c-megamenu-sns-list {
    row-gap: 8px;
    box-shadow: none;
    padding: 0;
  }
}
.c-drawer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-drawer {
    display: block;
  }
}

.c-drawer-overlay {
  display: none; /* 初期状態では非表示 */
}

.c-drawer-overlay.active {
  display: block; /* アクティブな時に表示 */
}

.c-drawer-overlay {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* 初期状態では透明 */
  transition: background-color 0.3s ease; /* スムーズな表示のためのトランジション */
  pointer-events: none; /* 非表示時はクリックを無効化 */
  z-index: 10; /* ドロワーの背後に配置 */
}

.c-drawer-overlay.active {
  background-color: rgba(0, 0, 0, 0.5); /* オーバーレイがアクティブになったときに半透明の黒に */
  pointer-events: auto; /* アクティブ時にクリック可能に */
}

.c-hambarger-btn {
  position: fixed;
  z-index: 999;
  top: 16px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  background: #fff;
  border: none;
  width: 60px; /* ボタンのサイズ */
  height: 60px; /* ボタンのサイズ */
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  padding: 16px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0509803922);
}

.c-hambarger-btn .bar::before,
.c-hambarger-btn .bar::after {
  content: "";
  display: block;
  width: 21px; /* バーの幅 */
  height: 2px; /* バーの高さ */
  background: rgb(34, 34, 34); /* バーの色 */
  position: absolute;
  left: 50%; /* 中央に配置 */
  transform: translateX(-50%); /* 中央に配置 */
  transition: all 0.3s ease; /* アニメーションのトランジション */
}

.c-hambarger-btn .bar::before {
  top: -7px; /* 上のバー */
}

.c-hambarger-btn .bar::after {
  bottom: -7px; /* 下のバー */
}

/* 中央のバーのスタイル */
.c-hambarger-btn .bar {
  position: relative;
  display: block;
  width: 21px; /* バーの幅 */
  height: 2px; /* バーの高さ */
  background: rgb(34, 34, 34); /* バーの色 */
  transition: all 0.3s ease; /* アニメーションのトランジション */
}

/* オープン時のスタイル */
.c-hambarger-btn[aria-expanded=true] .bar::before {
  transform: translate(-50%, 0) rotate(45deg); /* 上のバーを回転 */
  top: 0px; /* 中央に移動 */
}

.c-hambarger-btn[aria-expanded=true] .bar::after {
  transform: translate(-50%, 0) rotate(-45deg); /* 下のバーを回転 */
  bottom: 0px; /* 中央に移動 */
}

.c-hambarger-btn[aria-expanded=true] .bar {
  background: transparent;
}

.c-sp-nav {
  position: absolute;
  z-index: 888;
  top: 0px;
  right: 0;
  display: block;
  width: 70vw;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  transition: all 0.7s ease;
  padding-inline: 40px;
  padding-block: 50px;
}
@media screen and (max-width: 767px) {
  .c-sp-nav {
    width: 100vw;
  }
}

.c-sp-nav[hidden] {
  right: -110vw;
  transition: all 0.7s ease;
}

.c-sp-menu {
  max-height: 90vh;
  overflow-y: scroll;
  padding-bottom: 20px;
}

.c-sp-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.c-sp-menu-item._line {
  width: 70%;
  border-top: 1px solid #000000;
  padding-top: 30px;
}

.c-sp-menu-link {
  font-size: clamp(16px, 1rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 20px);
}

.c-sp-menu-detail summary {
  position: relative;
  display: flex;
  column-gap: 10px;
  cursor: pointer;
}

.c-sp-menu-detail .acodion-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.c-sp-menu-detail .acodion-btn::before,
.c-sp-menu-detail .acodion-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 14px;
  height: 2px;
  background-color: rgb(34, 34, 34);
  transition: all 0.3s;
}

.c-sp-menu-detail .acodion-btn::before {
  transform: translate(-50%, -50%);
}

.c-sp-menu-detail .acodion-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* is-open*/
details[open] .acodion-btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-sp-sns-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}

.c-sp-sns-item .c-sp-sns-link {
  height: 20px;
}
.c-sp-sns-item .c-sp-sns-link img {
  width: auto;
}

.c-svg-elem {
  pointer-events: none;
}

.c-svg._pc {
  display: block;
}

.c-svg._sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-svg._pc {
    display: none;
  }
  .c-svg._sp {
    display: block;
  }
}
/***************************************************
 * Generated by SVG Artista on 6/29/2025, 10:56:28 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .c-svg-elem_1 {
  stroke-dashoffset: 3027.71484375px;
  stroke-dasharray: 3027.71484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.active.c-svg-elem_1 {
  stroke-dashoffset: 0;
}

.c-svg_1 {
  width: 73vw;
  position: absolute;
  z-index: 50;
  top: 0px;
}
@media screen and (max-width: 1366px) {
  .c-svg_1 {
    width: 80vw;
    left: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .c-svg_1 {
    left: -15px;
  }
}

@media screen and (max-width: 1024px) {
  /***************************************************
  * Generated by SVG Artista on 6/29/2025, 11:02:27 PM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
  svg .c-svg-elem_1 {
    stroke-dashoffset: 756.6621704102px;
    stroke-dasharray: 756.6621704102px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  .active.c-svg-elem_1 {
    stroke-dashoffset: 0;
  }
  .c-svg_1 {
    width: 100%;
    top: 300px;
    left: 0;
  }
  .c-svg_1 svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-svg_1 {
    top: 28%;
  }
}
@media screen and (max-width: 414px) {
  .c-svg_1 {
    top: 25%;
  }
}
/***************************************************
 * Generated by SVG Artista on 6/29/2025, 11:04:05 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .c-svg-elem_2 {
  stroke-dashoffset: 2717.154296875px;
  stroke-dasharray: 2717.154296875px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.active.c-svg-elem_2 {
  stroke-dashoffset: 0;
}

.c-svg_2 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 1023px) {
  .c-svg_2 {
    top: 27%;
    left: 0;
  }
}

/***************************************************
 * Generated by SVG Artista on 6/29/2025, 11:09:26 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .c-svg-elem_3 {
  stroke-dashoffset: 2809.7180175781px;
  stroke-dasharray: 2809.7180175781px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.active.c-svg-elem_3 {
  stroke-dashoffset: 0;
}

.c-svg_3 {
  width: 100%;
  position: absolute;
  top: 90%;
  z-index: -2;
}

.c-svg_3 svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1700px) {
  .c-svg_3 {
    width: 120%;
  }
}
/***************************************************
 * Generated by SVG Artista on 6/29/2025, 11:10:57 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .c-svg-elem_4 {
  stroke-dashoffset: 2806.8044433594px;
  stroke-dasharray: 2806.8044433594px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.active.c-svg-elem_4 {
  stroke-dashoffset: 0;
}

.c-svg_4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1536px) {
  .c-svg_4 {
    top: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .c-svg_4 {
    top: 10%;
  }
  .c-svg_4 svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-svg_4 {
    top: 10%;
  }
}
/***************************************************
 * Generated by SVG Artista on 6/29/2025, 11:46:46 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .c-svg-elem_5 {
  stroke-dashoffset: 2779.5288085938px;
  stroke-dasharray: 2779.5288085938px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.active.c-svg-elem_5 {
  stroke-dashoffset: 0;
}

.c-svg_5 {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/***************************************************
 * Generated by SVG Artista on 6/29/2025, 11:49:20 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .c-svg-elem_6 {
  stroke-dashoffset: 3051.4099121094px;
  stroke-dasharray: 3051.4099121094px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.active.c-svg-elem_6 {
  stroke-dashoffset: 0;
}

.c-svg_6 {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 20%;
  left: 0;
  transform: translateY(-50%);
}

.fadeInLeftSplit,
.fadeInRightSplit {
  overflow: hidden;
}

.fadeInLeftSplit span,
.fadeInRightSplit span {
  display: inline-block;
  opacity: 0;
}

@keyframes slideRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.js-color-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.js-color-image::before,
.js-color-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease;
}

.js-color-image::before {
  background-color: #117be2;
  mix-blend-mode: hard-light;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.js-color-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(0);
  transition: transform 1s ease;
}

.js-color-image.active::after {
  animation: slideImgAnimation 0.3s ease forwards;
}

.js-color-image.active::before {
  animation: slideFadeAnimation 0.8s ease 0.2s forwards;
}

@keyframes slideImgAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slideFadeAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.start-slide-wrapper {
  overflow: hidden;
}

.startSlideIn {
  overflow: hidden;
  opacity: 0;
}

.startSlideIn span {
  display: inline-block;
  transform: translateX(-100%);
  opacity: 0;
}

.startSlideInSub {
  display: inline-block;
  transform: translateX(-100%);
  opacity: 0;
}

.startFadeIn {
  opacity: 0;
  animation: startFadeIn 1s ease-in-out 1s forwards;
}

@keyframes startFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.startFadeInLeft {
  opacity: 0;
  animation: startFadeInLeft 1s ease-in-out 2.5s forwards;
}

@keyframes startFadeInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.p-top-fv {
  position: relative;
  z-index: 0;
  padding-block: 0;
}

.p-top-fv-inner {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 800px;
  max-height: 1260px;
}
@media (min-width: 1921px) {
  .p-top-fv-inner {
    height: 1500px;
    max-height: inherit;
    min-height: inherit;
  }
}
@media screen and (max-width: 1366px) {
  .p-top-fv-inner {
    max-height: inherit;
    min-height: 1300px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-fv-inner {
    flex-direction: column;
    min-height: 1200px;
    aspect-ratio: 1/1.4454;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv-inner {
    min-height: 603px;
    max-height: 1000px;
  }
}
@media screen and (max-width: 414px) {
  .p-top-fv-inner {
    min-height: inherit;
    max-height: 614px;
  }
}

.p-fv-title {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 32%;
  color: #fff;
  font-weight: 700;
  font-size: clamp(24px, 1.5rem + 2.5 * (100vw - 23.438rem) / (120 - 23.438), 64px);
  letter-spacing: 0.05em;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-fv-title {
    bottom: auto;
    top: 230px;
    padding-left: 20px;
  }
}

.p-fv-catch {
  display: block;
  font-family: "Caveat", cursive;
  font-size: clamp(14px, 0.875rem + 1.125 * (100vw - 23.438rem) / (120 - 23.438), 32px);
  margin-top: 15px;
}

.p-top-fv-slider-left {
  width: 73vw;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-fv-slider-left {
    width: 100%;
    height: 63.5%;
    min-height: 390px;
    clip-path: none;
  }
}

.p-top-fv-slider-right {
  position: absolute;
  width: 57vw;
  top: 0;
  right: 0;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  margin: 0;
}
@media screen and (max-width: 1366px) {
  .p-top-fv-slider-right {
    width: 73vw;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-fv-slider-right {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 64%;
    min-height: 394px;
    clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
  }
}

.p-top-fv-slider-item {
  width: 100%;
  height: 100%;
}

.p-top-fv-topics {
  position: absolute;
  z-index: 100;
  bottom: 24%;
  left: 0;
  width: clamp(600px, 32vw, 613px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 0 50px 50px 0;
  padding: 12px 50px;
}
@media screen and (max-width: 1023px) {
  .p-top-fv-topics {
    display: none;
  }
}
.p-top-fv-topics:hover {
  opacity: 0.7;
}

.p-top-fv-topics-content {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.p-top-fv-topics-time {
  position: relative;
  padding-left: 30px;
}
.p-top-fv-topics-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-fv-topics-time {
    margin-right: 22px;
  }
}

.p-top-fv-topics-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.p-top-fv-topic-text {
  text-transform: uppercase;
  font-size: clamp(12px, 0.75rem + 0.5 * (100vw - 23.438rem) / (120 - 23.438), 20px);
}

.p-top-concept {
  position: relative;
}

.p-top-concept-box {
  display: grid;
  grid-template-columns: 36.5% 60%;
  grid-template-rows: 90px auto;
  row-gap: 17px;
  justify-content: space-between;
  margin-bottom: 3.33vw;
}
@media screen and (max-width: 1023px) {
  .p-top-concept-box {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 64px;
  }
}

.c-top-section-title {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 1023px) {
  .c-top-section-title {
    order: 0;
  }
}

.p-top-concept-text {
  grid-area: 2/1/3/2;
  place-self: center;
  max-width: 563px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .p-top-concept-text {
    order: 2;
  }
}

.p-top-concept-slider {
  position: relative;
  grid-area: 2/2/3/3;
  place-items: flex-end;
  margin: 50px;
  aspect-ratio: 1.6348/1;
}
@media screen and (max-width: 1023px) {
  .p-top-concept-slider {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept-slider {
    width: calc(100% - 100px);
    margin: 50px auto;
  }
}
@media screen and (max-width: 414px) {
  .p-top-concept-slider {
    width: calc(100% - 40px);
    margin: 100px 20px 50px;
  }
}

.p-top-concept-imgs {
  position: relative;
  width: 80%;
  max-width: 667px;
  width: 100%;
}

.p-top-concept-image {
  position: absolute;
  aspect-ratio: 1.634/1;
  inset: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.p-top-concept-image[data="0"] {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  z-index: 4;
}

.p-top-concept-image[data="1"] {
  transform: rotate(10deg) scale(1.05) translateY(-10px);
  opacity: 0.36;
  z-index: 3;
}

.p-top-concept-image[data="2"] {
  transform: rotate(-10deg) scale(1.05) translateY(-10px);
  opacity: 0.36;
  z-index: 2;
}

.p-top-concept-image[data="3"] {
  transform: rotate(0deg) scale(1.05) translate(10px, -10px);
  opacity: 0.36;
  z-index: 1;
}

.p-top-news {
  background-color: #117be2;
  padding-block: 150px;
}

.p-top-tab-container {
  width: 100%;
  position: relative;
}

.p-top-tab-buttons {
  display: flex;
  justify-content: space-around;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  width: 322px;
  height: 50px;
  background-color: #fff;
  margin-top: 2.3vw;
}
@media screen and (max-width: 767px) {
  .p-top-tab-buttons {
    width: 222px;
    height: 34px;
    margin-top: 36px;
  }
}

.p-top-tab-button {
  background: transparent;
  border: none;
  padding: 10px 30px;
  color: rgb(34, 34, 34);
  font-weight: bold;
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 16px);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-tab-button {
    padding: 8px 15px;
  }
}

.p-top-tab-underline {
  position: absolute;
  bottom: 0;
  left: -2px;
  height: 100%;
  background: rgb(34, 34, 34);
  border-radius: 50px;
  width: 50%; /* 2つのボタンなので50% */
  transition: all 0.3s ease;
  z-index: 0;
}

.p-top-tab-button.is-active {
  color: white;
}

.p-top-tab-area {
  position: relative;
  width: 80vw;
  margin-inline: auto;
  margin-block: 2.29vw 3.28vw;
}
@media screen and (max-width: 1023px) {
  .p-top-tab-area {
    margin-block: 50px 140px;
  }
}

.p-top-tab-content {
  display: none;
  overflow: hidden;
}

.p-top-tab-content.is-show {
  display: block;
}

.p-top-tab-list {
  display: flex;
  justify-content: space-between;
}

.p-top-tab-item {
  width: calc((100% - 100px) / 4); /* 2つのアイテムを横並びにするため */
}

.p-top-tab-image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background-color: #fff;
}

.p-top-tab-txts {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding: 16px 24px;
}
@media screen and (max-width: 1023px) {
  .p-top-tab-txts {
    row-gap: 12px;
    padding: 13px 20px;
  }
}

.p-top-tab-cat {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 16px);
  width: 80px;
  line-height: 1.75;
  background-color: #80b8e2;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .p-top-tab-cat {
    width: 65px;
  }
}

.p-top-tab-time {
  font-weight: 700;
}

.p-top-tab-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(13px, 0.813rem + 0.187 * (100vw - 23.438rem) / (120 - 23.438), 16px);
  overflow: hidden;
  min-height: 0;
  font-weight: 700;
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  background-color: rgb(34, 34, 34);
  border-radius: 50%;
}

.swiper-button-prev {
  left: -8%;
}

.swiper-button-next {
  right: -8%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 20px;
  height: 15px;
}

/* 右矢印（そのまま） */
.swiper-button-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.59159%207.19264C0.17024%207.61399%200.17024%208.29714%200.59159%208.71849L7.45788%2015.5848C7.87923%2016.0061%208.56237%2016.0061%208.98372%2015.5848C9.40507%2015.1634%209.40507%2014.4803%208.98372%2014.0589L2.88035%207.95556L8.98372%201.8522C9.40507%201.43085%209.40507%200.747703%208.98372%200.326354C8.56237%20-0.0949962%207.87923%20-0.0949963%207.45788%200.326353L0.59159%207.19264ZM21.3545%207.95557L21.3545%206.87663L1.35451%206.87663L1.35451%207.95556L1.35451%209.0345L21.3545%209.0345L21.3545%207.95557Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  transform: scaleX(-1);
}

/* 左矢印（反転） */
.swiper-button-prev::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.59159%207.19264C0.17024%207.61399%200.17024%208.29714%200.59159%208.71849L7.45788%2015.5848C7.87923%2016.0061%208.56237%2016.0061%208.98372%2015.5848C9.40507%2015.1634%209.40507%2014.4803%208.98372%2014.0589L2.88035%207.95556L8.98372%201.8522C9.40507%201.43085%209.40507%200.747703%208.98372%200.326354C8.56237%20-0.0949962%207.87923%20-0.0949963%207.45788%200.326353L0.59159%207.19264ZM21.3545%207.95557L21.3545%206.87663L1.35451%206.87663L1.35451%207.95556L1.35451%209.0345L21.3545%209.0345L21.3545%207.95557Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
}

@media screen and (max-width: 1366px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 46px;
    height: 46px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -110px;
    transform: translateY(-50%);
  }
  .swiper-button-prev {
    left: 32%;
  }
  .swiper-button-next {
    right: 32%;
  }
}
.p-top-products {
  position: relative;
  padding-block: 7.3vw 4.69vw;
}

.p-top-products-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(353px, 470px));
  justify-content: center;
  row-gap: 2.5vw;
  column-gap: 2.7vw;
  margin-block: 4.69vw 4.16vw;
}
@media screen and (max-width: 767px) {
  .p-top-products-list {
    grid-template-columns: 1fr;
  }
}

.p-top-products-image {
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid rgb(107, 124, 140);
}

.p-top-products-txts {
  padding: 22px 32px;
}

.p-top-products-cat {
  display: grid;
  place-content: center;
  text-align: center;
  width: fit-content;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: clamp(18px, 1.125rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 22px);
  line-height: 1.75;
  background-color: #117be2;
  border-radius: 4px;
  padding-inline: 12px;
}

.p-top-products-name {
  font-weight: 500;
  font-size: clamp(18px, 1.125rem + 0.25 * (100vw - 23.438rem) / (120 - 23.438), 22px);
  line-height: 1.5;
  margin-top: 5px;
}

.p-top-achievements {
  position: relative;
  z-index: 0;
  padding-block: 8.96vw 6.77vw;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements {
    padding-block: 100px;
  }
}

.p-top-achievements-wrapper {
  position: relative;
  z-index: 0;
  width: clamp(700px, 92vw, 1765px);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  padding-block: 4.63vw;
}
.p-top-achievements-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(245, 243, 237);
  opacity: 0.88;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-wrapper {
    width: 95vw;
    padding-block: 80px;
  }
}

.p-top-achievements-box {
  padding-left: 8vw;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-box {
    padding: 0;
  }
}

.p-top-achievements-content {
  display: flex;
  justify-content: space-between;
  column-gap: 8.8vw;
  width: 90%;
  max-width: 1326px;
  margin-top: 4.17vw;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-content {
    flex-direction: column;
    align-items: center;
    row-gap: 28px;
    margin-top: 37px;
  }
}

.p-top-achievements-image {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-image {
    width: 410px;
    transform: translateX(-8%);
  }
}

.p-top-achievements-text {
  display: flex;
  flex-direction: column;
  max-width: 563px;
  row-gap: 4.21vw;
}
.p-top-achievements-text p {
  font-size: clamp(16px, 1rem + 0.188 * (100vw - 23.438rem) / (120 - 23.438), 19px);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-text {
    row-gap: 48px;
  }
}

.p-top-achievements-btn {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-btn {
    margin-inline: auto;
  }
}

@keyframes tiltAnimation {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.p-top-achievements-deco {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10%;
  display: block;
  width: 200px;
  animation: tiltAnimation 2s infinite steps(1, end);
  transform-origin: center center;
}
@media screen and (max-width: 1023px) {
  .p-top-achievements-deco {
    top: 20px;
    right: 13%;
    width: 115px;
  }
}

.p-top-shop {
  background-color: #0088e9;
  padding-block: 9.3vw 16vw;
}
@media screen and (max-width: 1023px) {
  .p-top-shop {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop {
    padding-block: 100px 80px;
  }
}

.p-shop-box {
  display: flex;
  column-gap: 4.9vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 4.5vw;
}
@media screen and (max-width: 1023px) {
  .p-shop-box {
    flex-direction: column;
    row-gap: 28px;
    padding-bottom: 64px;
  }
}

.p-top-shop-imgs {
  width: 35.3%;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-imgs {
    width: 100%;
  }
}

/* メインスライダーのスタイル */
.p-top-shop-slider {
  width: 100%;
  margin-bottom: 1.5vw;
}

.p-top-shop-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 544/539;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-slider img {
    aspect-ratio: 354/280;
  }
}

/* サムネイルスライダーのスタイル */
.p-top-shop-thumb-slider {
  margin-top: 10px;
}

.p-top-shop-thumb-slider img {
  aspect-ratio: 85/77;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-thumb-slider img {
    aspect-ratio: 58/53;
  }
}

.p-top-shop-thumb-slider .swiper-slide {
  width: auto; /* 自動幅（slidesPerViewに依存） */
  height: 100%;
  filter: contrast(0.5);
  transition: opacity 0.3s;
  cursor: pointer;
}

.p-top-shop-thumb-slider .swiper-slide-thumb-active {
  filter: contrast(1);
}

.p-top-shop-thumb-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-shop-txts {
  color: #fff;
}
.p-top-shop-txts p {
  font-size: clamp(16px, 1rem + 0.125 * (100vw - 23.438rem) / (120 - 23.438), 18px);
  font-weight: 700;
  max-width: 563px;
  line-height: 2.5;
  padding-left: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-txts p {
    padding-left: 0;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop-txts p {
    line-height: 1.7;
  }
}
.p-top-shop-txts address {
  line-height: 2.5;
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .p-top-shop-txts address {
    line-height: 1.7;
  }
}

.p-top-shop-btn {
  padding: 13px 43px;
  margin-left: 0;
  margin-top: 1.56vw;
}

.p-top-payment {
  max-width: 800px;
  margin-top: 5.2vw;
}
.p-top-payment .sp-none {
  display: block;
  max-width: 269px;
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .p-top-payment .sp-none {
    display: none;
  }
}

.p-top-shop-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
  align-items: stretch;
  column-gap: 1.6vw;
  row-gap: 24px;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-list {
    grid-template-columns: 1fr;
  }
}

.p-top-shop-item {
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}

.p-top-shop-link {
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-link img {
    margin-inline: auto;
  }
}

.p-top-shop-name {
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-name {
    padding: 0 1rem 1rem 1rem;
  }
}

.p-top-shop-deco {
  position: absolute;
  z-index: 10;
  top: -80px;
  right: 12%;
  display: block;
  width: 200px;
  animation: tiltAnimation 2s infinite steps(1, end);
  transform-origin: center center;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-deco {
    top: -80px;
    right: 8%;
    width: 100px;
  }
}

.p-top-equipment {
  position: relative;
  background-image: url(../img/top/equipment-background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(250, 250, 250);
  padding-block: 13.5vw 13.5vw;
}
@media screen and (max-width: 1023px) {
  .p-top-equipment {
    background-image: url(../img/top/equipment-background-sp.webp);
    background-size: 100% auto;
    background-position: top;
    padding-block: 244px 100px;
  }
}

.p-top-equipment-box {
  width: 80%;
  max-width: 868px;
  border-radius: 16px;
  background-color: rgb(245, 243, 237);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
  padding: 5.15vw 6.97vw 5vw;
}
@media screen and (max-width: 1023px) {
  .p-top-equipment-box {
    width: 90vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-block: 65px;
    border-radius: 0 16px 16px 0;
  }
}
.p-top-equipment-box p {
  max-width: 563px;
  font-size: clamp(16px, 1rem + 0.125 * (100vw - 23.438rem) / (120 - 23.438), 18px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 2.4vw;
}
@media screen and (max-width: 1023px) {
  .p-top-equipment-box p {
    letter-spacing: 0.05em;
    margin-block: 50px 64px;
  }
}

.p-top-equipment-btn {
  margin-left: 0;
  margin-top: 2.4vw;
}

.top-recruit {
  position: relative;
  z-index: 0;
  background-color: rgb(250, 250, 250);
  padding-block: 4.5vw 8.95vw;
}
@media screen and (max-width: 1023px) {
  .top-recruit {
    padding-block: 0 100px;
  }
}

.top-recruit-animation-text {
  position: relative;
  z-index: 5;
  width: fit-content;
  font-weight: 700;
  margin-inline: auto;
}
.top-recruit-animation-text ._small {
  font-size: clamp(80px, 5rem + 6.25 * (100vw - 23.438rem) / (120 - 23.438), 180px);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-recruit-animation-text ._small {
    font-size: 3.375rem;
  }
}
.top-recruit-animation-text ._large {
  transform: translate(-8vw, -60px);
  font-size: clamp(150px, 9.375rem + 6.875 * (100vw - 23.438rem) / (120 - 23.438), 260px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-recruit-animation-text ._large {
    font-size: 4.875rem;
    transform: translate(-12vw, -20px);
  }
}

.p-top-recruit-animation-imgs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 98vw;
  max-width: 1940px;
  margin-inline: auto;
  margin-bottom: 5.2vw;
}
@media screen and (max-width: 767px) {
  .p-top-recruit-animation-imgs {
    width: 170vw;
    margin: 0 -30% 90px;
  }
}

.p-top-recruit-animation-image {
  position: relative;
  overflow: hidden;
}

.p-clip-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}
.p-clip-image-wrap img {
  transform: translateX(-5%);
}

.p-top-recruit-animation-image:nth-of-type(1) {
  width: 33.6%;
  aspect-ratio: 652/880;
  transform: translateY(-113px);
}
@media screen and (max-width: 767px) {
  .p-top-recruit-animation-image:nth-of-type(1) {
    transform: translateY(-40px);
  }
}
.p-top-recruit-animation-image:nth-of-type(1) img {
  width: 40vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit-animation-image:nth-of-type(1) img {
    width: 80vw;
  }
}

.p-top-recruit-animation-image:nth-of-type(2) {
  width: 29.2%;
  aspect-ratio: 567/905;
}
.p-top-recruit-animation-image:nth-of-type(2) img {
  width: 40vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit-animation-image:nth-of-type(2) img {
    width: 80vw;
  }
}

.p-top-recruit-animation-image:nth-of-type(3) {
  width: 33.6%;
  aspect-ratio: 626/779;
  transform: translateY(-113px);
}
@media screen and (max-width: 767px) {
  .p-top-recruit-animation-image:nth-of-type(3) {
    transform: translateY(-40px);
  }
}
.p-top-recruit-animation-image:nth-of-type(3) img {
  width: 40vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit-animation-image:nth-of-type(3) img {
    width: 80vw;
  }
}

.p-clip-image-wrap.-is-current {
  z-index: 3;
}

.p-clip-image-wrap.-is-next {
  z-index: 2;
}

.p-clip-image-wrap.-is-prev {
  z-index: 1;
}

.c-clip-image {
  will-change: transform;
}

.p-top-recruit-box {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  box-shadow: 0px 3.48px 121.91px 0px rgba(0, 0, 0, 0.2);
  border-radius: 14px 0 0 14px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit-box {
    grid-template-columns: 1fr;
    grid-template-rows: 400px auto;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit-box {
    grid-template-rows: 242px auto;
  }
}

.p-top-recruit-txts {
  padding: 3.125rem 6.25vw 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit-txts {
    padding: 2.3125rem 20px 2.25rem;
  }
}
.p-top-recruit-txts p {
  font-weight: 700;
  margin-block: 2.6875rem 2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit-txts p {
    margin-block: 1.5rem;
  }
}

.p-top-recruit-btn {
  margin-left: 0;
}

.p-top-company {
  background-color: #117be2;
  padding-block: 8.59vw 250px;
}
@media screen and (max-width: 1023px) {
  .p-top-company {
    padding-block: 100px;
  }
}

.p-top-company-box {
  display: flex;
  column-gap: 5.26vw;
  margin-top: 2.6vw;
}
@media screen and (max-width: 767px) {
  .p-top-company-box {
    flex-direction: column;
    row-gap: 36px;
  }
}

.p-top-company-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.p-top-company-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -50%;
  bottom: -10%;
  width: 150%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.3882352941);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.p-top-company-item:hover::before {
  animation: rippleSpread 0.6s ease-out forwards;
  transform-origin: bottom left;
}

@keyframes rippleSpread {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.p-top-company-image {
  aspect-ratio: 1441/709;
}
@media screen and (max-width: 767px) {
  .p-top-company-image {
    aspect-ratio: 705/416;
  }
}

.p-top-company-txts {
  font-weight: 700;
  font-size: clamp(17px, 1.063rem + 0.812 * (100vw - 23.438rem) / (120 - 23.438), 30px);
  background-color: #fff;
  padding: 1.5rem 1.875vw 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-company-txts {
    padding: 14px 20px;
  }
}

.p-top-company-btn {
  margin-top: 6px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-company-btn {
    width: 107px;
    height: auto;
    font-size: 0.625rem;
    padding: 8px 0;
  }
}