@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-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 {
  font-size: 62.5%;
}

body {
  color: #141414;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/common/background_image.jpg) no-repeat center center/cover;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  padding: 20px 40px 36px;
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
}
@media screen and (max-width: 1100px) {
  .l-header {
    padding: 15px 20px 20px;
  }
}

.l-header__logo h1 {
  max-width: 226px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__logo h1 {
    max-width: 160px;
  }
}
.l-header__logo h1:hover {
  opacity: 0.7;
}

.l-header__nav {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    transition: right 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  .l-header__nav.is-open {
    right: 0;
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-list {
    width: auto;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__nav-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  }
}
.l-header__nav-item a {
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-item a {
    display: block;
    padding: 25px 0;
    text-align: left;
  }
}
.l-header__nav-item a:hover {
  opacity: 0.7;
}
.l-header__nav-en {
  color: #EF3828;
  font-size: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__nav-ja {
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .l-header__nav-list > li:has(.c-button) {
    border-bottom: none;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .l-header__nav-list .c-button {
    width: 100%;
    padding: 18px 15px;
    text-align: center;
  }
}

.l-header__contact a {
  gap: 8px;
}
.l-header__contact a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/common/email_icon_white.svg) no-repeat center center/contain;
}

.l-header__phone a {
  gap: 8px;
}
.l-header__phone a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/common/phone_icon_white.svg) no-repeat center center/contain;
}

.l-header__phone.c-button {
  background: #AF0B0F;
}

.l-header__hamburger {
  display: none;
  position: relative;
  z-index: 100;
  width: 36px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.l-header__hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #EF3828;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(13.5px) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-13.5px) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.l-footer {
  position: relative;
  line-height: 1.3;
  background: linear-gradient(to right, rgba(239, 56, 40, 0.1) 0%, rgba(43, 188, 20, 0.1) 100%);
  padding: 80px 40px 60px;
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 20px 30px;
  }
}

.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 1100px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.l-footer__title {
  color: #8F8F8F;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.l-footer__company-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: no-wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__company-item {
    flex-direction: column;
    margin-bottom: 12px;
  }
}
.l-footer__company-item dt {
  width: 100px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .l-footer__company-item dt {
    width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
  }
}

.l-footer__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  gap: 150px;
}
@media screen and (max-width: 1280px) {
  .l-footer__links {
    gap: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__links {
    width: 100%;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    flex-direction: column;
    gap: 30px;
  }
}

.l-footer__contact ul li {
  transition: opacity 0.3s ease;
}
.l-footer__contact ul li:hover {
  opacity: 0.7;
}
.l-footer__contact ul li:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact ul li:first-child {
    margin-bottom: 10px;
  }
}
.l-footer__contact ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
}
.l-footer__contact ul li:first-child a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/common/email_icon_orange.svg) no-repeat center center/contain;
  margin-right: 10px;
}
.l-footer__contact ul li:last-child a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/common/phone_icon_red.svg) no-repeat center center/contain;
  margin-right: 10px;
}

.l-footer__sitemap ul li {
  transition: opacity 0.3s ease;
}
.l-footer__sitemap ul li:hover {
  opacity: 0.7;
}
.l-footer__sitemap ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__sitemap ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-footer__sitemap ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
}
.l-footer__sitemap ul li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #EF3828;
  border-radius: 50%;
  margin-right: 10px;
}

.l-footer__copyright {
  text-align: right;
  color: #8F8F8F;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .l-footer__copyright {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 20px;
  }
}

.l-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 1100px) {
  .l-flex {
    flex-direction: column;
  }
}

.p-container {
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-container {
    padding: 0 20px;
  }
}

.p-contact-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  width: 90%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 60px 30px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .p-contact-block {
    flex-direction: column;
    padding: 40px 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-block {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}

.p-contact-block__title {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .p-contact-block__title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-contact-block__content {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .p-contact-block__content {
    width: 100%;
  }
}

.p-contact-block__message {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact-block__message {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.p-contact-block__list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact-block__list {
    margin-bottom: 40px;
  }
}

.p-contact-block__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #2BBC14;
  border-radius: 50%;
  margin-right: 10px;
}

.p-contact-block__item:not(:last-child) {
  margin-bottom: 10px;
}

.p-contact-form__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__item {
    margin-bottom: 15px;
  }
}

.p-contact-form__item[data-required=true] .p-contact-form__label::after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  background: #EF3828;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 10px;
}

.p-contact-form__label {
  line-height: 1.5;
  margin-bottom: 6px;
}

.p-contact-form__field {
  width: 100%;
  height: 54px;
  border: 1px solid #8F8F8F;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact-form__field {
    height: 48px;
    font-size: 14px;
  }
}
.p-contact-form__field[name=your-message] {
  height: 350px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__field[name=your-message] {
    height: 250px;
  }
}

.p-contact-form__privacy {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.p-contact-form__privacy a {
  border-bottom: 1px solid #141414;
}

.p-contact-form__submit {
  cursor: pointer;
  text-align: center;
  width: 278px;
  height: 60px;
  font-size: 16px;
  line-height: 1.5;
  border: 2px solid transparent;
  border-radius: 5px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #EF3828 0%, #2BBC14 100%) border-box;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact-form__submit {
    width: 100%;
    max-width: 278px;
    height: 54px;
    font-size: 14px;
  }
}
.p-contact-form__submit:hover {
  color: #fff;
  background: #EF3828;
}

.c-section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    margin-bottom: 40px;
  }
}
.c-section-title-en {
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.c-section-title h2 {
  color: #EF3828;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-section-title h2 {
    font-size: 24px;
  }
}

.c-title-label {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: #AF0B0F;
  border-radius: 100px;
  padding: 13px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-title-label {
    padding: 10px 16px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.c-page-title {
  padding: 150px 40px 80px;
}
@media screen and (max-width: 1100px) {
  .c-page-title {
    padding: 120px 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-title {
    padding: 100px 20px 40px;
  }
}
.c-page-title__en {
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.c-page-title__ja {
  display: inline-block;
  font-size: 24px;
  background: linear-gradient(to right, #EF3828 0%, #2BBC14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-page-title__ja {
    font-size: 20px;
  }
}

.c-button {
  cursor: pointer;
  padding: 10px 15px;
  background: #EF3828;
  color: #fff;
  border-radius: 100100px;
  font-size: 14px;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.c-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  width: 100%;
  height: 100%;
}
.c-button:hover {
  opacity: 0.7;
}

.c-link {
  display: inline-block;
  transition: opacity 0.3s ease !important;
}
.c-link:hover {
  opacity: 0.7 !important;
}
.c-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 20px;
  color: #AF0B0F;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-link a {
    gap: 15px;
    font-size: 14px;
  }
}
.c-link a::after {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  background: #2BBC14 url(../images/common/right_arrow_white.svg) no-repeat center center/30px 30px;
  border-radius: 50%;
  transition: background-size 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-link a::after {
    width: 70px;
    height: 70px;
    background-size: 22px 22px;
  }
}

.c-link:hover a::after {
  background-size: 35px 35px;
}
@media screen and (max-width: 768px) {
  .c-link:hover a::after {
    background-size: 26px 26px;
  }
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pg-top__mv {
  padding-top: 360px;
  margin-bottom: 530px;
}
@media screen and (max-width: 1100px) {
  .pg-top__mv {
    padding-top: 200px;
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__mv {
    padding-top: 140px;
    margin-bottom: 150px;
  }
}

.pg-top__mv-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
@media screen and (max-width: 1100px) {
  .pg-top__mv-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__mv-inner {
    gap: 40px;
  }
}

.pg-top__mv-copy h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .pg-top__mv-copy h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__mv-copy h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.pg-top__mv-copy-line {
  display: block;
  opacity: 0;
  animation: slideUpFadeIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.pg-top__mv-copy-line:nth-child(1) {
  animation-delay: 0.1s;
}
.pg-top__mv-copy-line:nth-child(2) {
  animation-delay: 0.3s;
}
.pg-top__mv-copy-line:nth-child(3) {
  animation-delay: 0.5s;
}
.pg-top__mv-copy-en {
  display: inline-block;
  background: linear-gradient(to right, #EF3828 0%, #2BBC14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 0.1em;
  opacity: 0;
  animation: fadeIn 0.8s ease 0.8s forwards;
}
@media screen and (max-width: 1100px) {
  .pg-top__mv-copy-en {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__mv-copy-en {
    font-size: 20px;
  }
}
.pg-top__mv-copy-large {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .pg-top__mv-copy-large {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__mv-copy-large {
    font-size: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .pg-top__mv-contacts {
    width: 100%;
  }
}
.pg-top__mv-contacts-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  width: 430px;
  height: 98px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  transition: background 0.3s ease;
  opacity: 0;
  animation: slideUpFadeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media screen and (max-width: 1100px) {
  .pg-top__mv-contacts-item {
    width: 100%;
    max-width: 430px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__mv-contacts-item {
    height: 70px;
  }
}
.pg-top__mv-contacts-item:hover {
  background: #fff;
}
.pg-top__mv-contacts-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 10px;
  width: 100%;
  height: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-contacts-item a {
    font-size: 14px;
  }
}
.pg-top__mv-contacts-item:first-child {
  margin-bottom: 20px;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-contacts-item:first-child {
    margin-bottom: 15px;
  }
}
.pg-top__mv-contacts-item:last-child {
  animation-delay: 1.7s;
}
.pg-top__mv-contacts-item:first-child a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/email_icon_orange.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-contacts-item:first-child a::before {
    width: 16px;
    height: 16px;
  }
}
.pg-top__mv-contacts-item:last-child a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/phone_icon_red.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .pg-top__mv-contacts-item:last-child a::before {
    width: 16px;
    height: 16px;
  }
}

.js-scroll-fadein {
  will-change: opacity, transform;
}

.pg-top__about {
  margin-bottom: 530px;
}
@media screen and (max-width: 1100px) {
  .pg-top__about {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__about {
    margin-bottom: 150px;
  }
}
.pg-top__about-message {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .pg-top__about-message {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pg-top__about-image {
  max-width: 390px;
}
@media screen and (max-width: 1100px) {
  .pg-top__about-image {
    max-width: 100%;
    width: 100%;
  }
}

.pg-top__service {
  margin-bottom: 530px;
}
@media screen and (max-width: 1100px) {
  .pg-top__service {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__service {
    margin-bottom: 150px;
  }
}
.pg-top__service-message {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .pg-top__service-message {
    width: 100%;
  }
}
.pg-top__service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .pg-top__service-list {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.pg-top__service-item {
  text-align: center;
  max-width: 570px;
  height: 300px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .pg-top__service-item {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__service-item {
    padding: 20px;
  }
}
.pg-top__service-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: no-wrap;
  gap: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .pg-top__service-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.pg-top__service-image {
  width: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .pg-top__service-image {
    width: 100px;
  }
}
.pg-top__service-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.pg-top__support {
  margin-bottom: 530px;
}
@media screen and (max-width: 1100px) {
  .pg-top__support {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__support {
    margin-bottom: 150px;
  }
}
.pg-top__support-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .pg-top__support-list {
    flex-direction: column;
  }
}
.pg-top__support-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: column;
  max-width: 380px;
  height: 360px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .pg-top__support-item {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__support-item {
    padding: 20px;
  }
}
.pg-top__support-icon {
  width: 90px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pg-top__support-icon {
    width: 70px;
    margin-bottom: 20px;
  }
}
.pg-top__support-text {
  font-size: 14px;
  line-height: 1.5;
}

.pg-top__finance {
  margin-bottom: 530px;
}
@media screen and (max-width: 1100px) {
  .pg-top__finance {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__finance {
    margin-bottom: 150px;
  }
}
.pg-top__finance-content {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .pg-top__finance-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pg-top__finance-message {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-top__finance-message {
    margin-bottom: 40px;
  }
}
.pg-top__finance-image {
  max-width: 390px;
}
@media screen and (max-width: 1100px) {
  .pg-top__finance-image {
    max-width: 100%;
    width: 100%;
  }
}

.pg-top__works {
  margin-bottom: 530px;
}
@media screen and (max-width: 1100px) {
  .pg-top__works {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top__works {
    margin-bottom: 150px;
  }
}
.pg-top__works-slider {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pg-top__works-slider {
    margin-bottom: 40px;
  }
}
.pg-top__works-slider-image {
  width: 100%;
  height: 100%;
}
.pg-top__works-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-top__works-slider {
  max-width: 100%;
  overflow: hidden;
}

.works-swiper .swiper-wrapper .swiper-slide {
  width: 550px !important;
  opacity: 0.3;
  transform: scale(0.8);
  aspect-ratio: 550/340;
  box-shadow: 0 5px 15px 5px rgba(20, 20, 20, 0.2);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1100px) {
  .works-swiper .swiper-wrapper .swiper-slide {
    width: 400px !important;
  }
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-wrapper .swiper-slide {
    width: 280px !important;
  }
}
.works-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.pg-works__content {
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .pg-works__content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pg-works__content {
    margin-bottom: 80px;
  }
}

.pg-works__message {
  width: 60%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .pg-works__message {
    width: 100%;
    margin-bottom: 40px;
  }
}

.pg-works__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 100px;
}
@media screen and (max-width: 1100px) {
  .pg-works__list {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pg-works__list {
    row-gap: 40px;
  }
}

.pg-works__item {
  max-width: 550px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .pg-works__item {
    max-width: 100%;
    width: 100%;
  }
}
.pg-works__item:hover {
  opacity: 0.7;
}
.pg-works__item-image {
  width: 100%;
  aspect-ratio: 550/340;
  box-shadow: 0 5px 15px 5px rgba(20, 20, 20, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pg-works__item-image {
    margin-bottom: 20px;
  }
}
.pg-works__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-works__item-title {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pg-works__item-title {
    font-size: 14px;
  }
}
.pg-works__item-url {
  display: inline-block;
  color: #EF3828;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #EF3828;
  word-break: break-all;
}

.pg-contact__content {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 60px 200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .pg-contact__content {
    padding: 50px 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pg-contact__content {
    padding: 30px 20px;
    margin-bottom: 80px;
  }
}

.pg-contact__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-contact__title {
    margin-bottom: 30px;
  }
}
.pg-contact__title-en {
  color: #EF3828;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pg-contact__title-en {
    font-size: 12px;
  }
}
.pg-contact__title-ja {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pg-contact__title-ja {
    font-size: 18px;
  }
}

.pg-contact__description {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pg-contact__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.pg-privacy__content {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 60px 30px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .pg-privacy__content {
    padding: 50px 25px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pg-privacy__content {
    padding: 30px 20px;
    margin-bottom: 80px;
  }
}

.pg-404__content {
  margin-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .pg-404__content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pg-404__content {
    margin-bottom: 80px;
  }
}

.pg-404__description {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pg-404__description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}