@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

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

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

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

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* =============================
 base
============================= */
html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  font-style: normal;
  color: #130629;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
}

/* =============================
 reset
============================= */
*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  color: #130629;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

em {
  font-style: normal;
}

/* =============================
 responsive utility
============================= */
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem 1.6rem 0.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 8px 14px 8px 12px;
  }
}
.header__logo a {
  font-family: "Elms Sans", Helvetica, sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #130629;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    font-size: 28px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    gap: 10px;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 1080px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header__nav-link:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.header__cta {
  width: 14.4rem;
  padding: 1.2rem 0;
  border-radius: 44px;
  background: #130629;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__cta {
    width: 130px;
    font-size: 13px;
    padding: 8px 0;
  }
}
.header__hamburger {
  display: none;
  width: 14px;
  height: 11px;
  border: 0;
  background: none;
  position: relative;
  z-index: 500;
}
@media (max-width: 1080px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 14px;
  height: 1px;
  background: #130629;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-open span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  background: #ffffff;
  z-index: 400;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 120px 0 60px;
}
.header__menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1080px) {
  .header__menu {
    width: calc(100vw - (100vw - 540px) * 0.5);
  }
}
@media (max-width: 540px) {
  .header__menu {
    width: 100vw;
  }
}
.header__menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu-inner a {
  border: 0;
  background: none;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  text-align: left;
  padding: 16px 24px;
  border-top: 1px solid #DDDDDD;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.header__menu-inner .privacy {
  font-size: 13px;
}
.header__menu-footer {
  margin-top: 112px;
  padding-left: 24px;
}
.header__menu-logo {
  font-size: 96px;
  font-family: "Elms Sans", Helvetica, sans-serif;
  letter-spacing: -0.05em;
}
.header__menu-logo + p {
  font-size: 10px;
  margin-top: 16px;
  padding-left: 8px;
}

.header__close {
  position: absolute;
  top: 29px;
  right: 29px;
  width: 16px;
  height: 16px;
  border: 0;
  background: none;
  z-index: 600;
}
.header__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 1px;
  background: #130629;
}
.header__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
  width: 100%;
  background-color: transparent;
  padding: 9.5rem 3rem 4.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 33px 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 31px;
  }
}
.footer__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .footer__brand {
    gap: 6px;
    margin-left: 25px;
  }
}
.footer__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-family: "Elms Sans", Helvetica, sans-serif;
  font-size: 14.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 9.6rem;
  }
}
.footer__copyright {
  padding: 0 0 0 7px;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
}
.footer__nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 61.7rem;
  padding-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 0;
  }
}
.footer__nav {
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    max-width: 100%;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-list li {
    padding: 16px 24px;
    border-top: 1px solid #DDDDDD;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav .policy a {
    font-size: 1.3rem;
  }
}
.footer__nav-link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__nav-link:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.footer__page-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__page-top {
    min-height: auto;
    width: 100%;
    padding: 0 24px;
    margin-bottom: 46px;
  }
}
.footer__page-top-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 0;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E36600;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(0.5rem) rotate(90deg);
          transform: translateY(0.5rem) rotate(90deg);
}
.footer__page-top-btn:hover {
  color: rgba(227, 102, 0, 0.5);
  background: none;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media screen and (max-width: 767px) {
  .footer__page-top-btn {
    -webkit-transform: none;
            transform: none;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__page-pc {
    display: none;
  }
}
.footer .footer__page-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer__page-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#page-home .main {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #page-home .main {
    padding-top: 96px;
  }
}
#page-home .hero {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
#page-home .hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  #page-home .hero__inner {
    gap: 32px;
  }
}
#page-home .hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-home .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 16px;
    gap: 3.1rem;
  }
}
#page-home .hero__title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .hero__title {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
#page-home .hero__description {
  max-width: 560px;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 24px;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .hero__description {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
#page-home .hero__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #page-home .hero__actions {
    width: 100%;
  }
}
#page-home .hero__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-home .hero__buttons {
    width: 100%;
    gap: 8px;
  }
}
#page-home .hero__btn {
  width: calc(50% - 0.5rem);
  height: auto;
  border-radius: 44rem;
  border: 1px solid #130629;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-home .hero__btn {
    width: 100%;
    padding: 1.5rem 0;
  }
}
#page-home .hero__btn--primary {
  background-color: #130629;
  color: #ffffff;
}
#page-home .hero__btn--primary:hover {
  background-color: rgba(19, 6, 41, 0.5);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .hero__btn--outline {
  background-color: #ffffff;
  color: #130629;
}
#page-home .hero__btn--outline:hover {
  background: #130629;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .hero__image-wrapper {
  width: 100%;
  margin-top: 8px;
}
#page-home .hero__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #page-home .hero__image {
    height: auto;
  }
}
#page-home .news__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  max-width: 1440px;
  margin: 9rem auto 0;
  padding: 0 8.4rem;
}
@media screen and (max-width: 767px) {
  #page-home .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 80px auto 0;
    gap: 3.1rem;
  }
}
#page-home .news__header {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  #page-home .news__header {
    width: 100%;
    padding: 0 24px;
  }
}
#page-home .news__title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .news__title {
    font-size: 2.8rem;
  }
}
#page-home .news__subtitle {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E36600;
  margin-top: 12px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #page-home .news__subtitle {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
#page-home .news__view-all {
  width: 20rem;
  padding: 1.6rem 0;
  border-radius: 4rem;
  border: 1px solid #130629;
  background: transparent;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-home .news__view-all {
    margin: 32px auto 0;
    padding: 1.4rem 0;
    font-size: 1.4rem;
  }
}
#page-home .news__view-all:hover {
  background: #130629;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .news__list {
  max-width: 800px;
  width: calc(100% - 32rem - 4rem);
}
@media screen and (max-width: 767px) {
  #page-home .news__list {
    width: 100%;
  }
}
#page-home .news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1rem;
  padding: 2.3rem 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-home .news__item a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 24px;
    gap: 2.4rem;
  }
}
#page-home .news__item a:hover .news__item-icon {
  opacity: 0;
}
#page-home .news__item a:hover .news__item-icon-hover {
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .news__item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #page-home .news__item-contents {
    display: block;
  }
}
#page-home .news__item-icon {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-home .news__item-icon-hover {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-home .news__item-date {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 4px;
  color: rgba(19, 6, 41, 0.5);
}
@media screen and (max-width: 767px) {
  #page-home .news__item-date {
    letter-spacing: 0;
  }
}
#page-home .news__item-title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .news__item-title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 8px;
  }
}
#page-home .pain-points {
  width: 100%;
  background-color: #f3f3f4;
  padding: 8.2rem 0;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points {
    padding: 80px 24px 89px;
  }
}
#page-home .pain-points__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12rem;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__inner {
    padding: 0;
  }
}
#page-home .pain-points__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__header {
    gap: 0;
  }
}
#page-home .pain-points__label {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__label {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#page-home .pain-points__title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__title {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-top: 8px;
  }
}
#page-home .pain-points__subtitle {
  width: 100%;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__subtitle {
    margin-top: 5px;
  }
}
#page-home .pain-points__subtitle span {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E36600;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__subtitle span {
    font-size: 1.3rem;
  }
}
#page-home .pain-points__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__grid {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}
#page-home .pain-points__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__card {
    gap: 2.3rem;
  }
}
#page-home .pain-points__card-title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__card-title {
    font-size: 2rem;
  }
}
#page-home .pain-points__card-description {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .pain-points__card-description {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
#page-home .solutions {
  width: 100%;
  background-color: #f3f3f4;
  padding: 3.7rem 4rem;
}
@media screen and (max-width: 767px) {
  #page-home .solutions {
    padding: 0 16px 32px;
  }
}
#page-home .solutions__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__inner {
    gap: 3.2rem;
  }
}
#page-home .solutions__main-card {
  width: 100%;
  border-radius: 2rem;
  padding: 0 8rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 50px rgba(0, 114, 255, 0.1);
          box-shadow: 0px 5px 50px rgba(0, 114, 255, 0.1);
}
@media screen and (max-width: 767px) {
  #page-home .solutions__main-card {
    border-radius: 10px;
    padding: 6.4rem 1.6rem;
  }
}
#page-home .solutions__main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__main-content {
    padding: 0;
    gap: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #page-home .solutions__main-header {
    width: 100%;
  }
}
#page-home .solutions__tag {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5rem;
  background-color: #130629;
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__tag {
    padding: 9px 0;
  }
}
#page-home .solutions__tag p {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__tag p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#page-home .solutions__tag-arrow {
  width: 1.6rem;
  height: 0.8rem;
  margin: 0 auto;
}
#page-home .solutions__main-title {
  text-align: center;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__main-title {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-top: 8px;
  }
}
#page-home .solutions__main-subtitle {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #E36600;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__main-subtitle {
    margin-top: 6px;
    letter-spacing: 0;
  }
}
#page-home .solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__grid {
    grid-template-columns: 1fr;
    gap: 2.3rem;
  }
}
#page-home .solutions__offering-title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__offering-title {
    font-size: 2rem;
  }
}
#page-home .solutions__offering-content {
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__offering-content {
    padding: 26px 14px;
  }
}
#page-home .solutions__offering-list {
  margin-top: 14px;
  padding: 1.6rem 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__offering-list {
    margin-top: 10px;
    padding: 11px 0;
  }
}
#page-home .solutions__offering-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75;
}
#page-home .solutions__offering-item + li {
  margin-top: 5px;
}
#page-home .solutions__offering-item-text {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__offering-item-text {
    font-size: 1.4rem;
  }
}
#page-home .solutions__offering-item-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__offering-item-icon {
    width: 20px;
    height: 20px;
  }
}
#page-home .solutions__cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  border-radius: 2rem;
  border: 1px solid #dddddd;
  padding: 6.4rem 1rem;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__cta-section {
    padding: 4.8rem 2.4rem;
    border-radius: 10px;
  }
}
#page-home .solutions__cta-title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #130629;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__cta-title {
    font-size: 2rem;
  }
}
#page-home .solutions__cta-description {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 14px;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__cta-description {
    text-align: left;
    margin-top: 16px;
  }
}
#page-home .solutions__cta-btn {
  height: auto;
  width: 100%;
  max-width: 200px;
  border-radius: 4rem;
  background-color: #130629;
  padding: 1.6rem;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-home .solutions__cta-btn {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
#page-home .solutions__cta-btn:hover {
  background-color: rgba(19, 6, 41, 0.5);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .note {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 13rem 120px 12rem;
}
@media screen and (max-width: 767px) {
  #page-home .note {
    padding: 8rem 2.4rem 0;
  }
}
#page-home .note__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.7rem;
}
@media screen and (max-width: 767px) {
  #page-home .note__inner {
    gap: 2.9rem;
  }
}
#page-home .note__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-home .note__header {
    gap: 8px;
  }
}
#page-home .note__title {
  text-align: center;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .note__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
#page-home .note__subtitle {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E36600;
}
#page-home .note__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-home .note__grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
#page-home .note__card {
  overflow: hidden;
}
#page-home .note__card a:hover {
  opacity: 1;
}
#page-home .note__card a:hover .note__card-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .note__card a:hover .note__card-body {
  opacity: 0.5;
}
#page-home .note__card-body {
  padding: 16px;
}
#page-home .note__card-image {
  aspect-ratio: 308/161;
  border-radius: 4px;
}
#page-home .note__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .note__card-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
#page-home .note__card-date {
  margin-top: 12px;
  padding: 0 4px;
  font-family: "Poppins", Helvetica, sans-serif;
  color: rgba(19, 6, 41, 0.5019607843);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0;
}
#page-home .note__view-all {
  min-width: 200px;
  padding: 1.5rem 2rem;
  border-radius: 4rem;
  border: 1px solid #130629;
  background-color: transparent;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-home .note__view-all {
    font-size: 1.4rem;
  }
}
#page-home .note__view-all::after {
  content: "";
  background: url(../../assets/img/etarnal.svg) center center no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-home .note__view-all:hover {
  background: #130629;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .contact {
  width: 100%;
  padding: 3.9rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact {
    padding: 16px;
    margin-top: 8.2rem;
  }
}
#page-home .contact__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#page-home .contact__card {
  overflow: hidden;
  border-radius: 2rem;
  background-color: #f3f3f4;
}
@media screen and (max-width: 767px) {
  #page-home .contact__card {
    border-radius: 10px;
  }
}
#page-home .contact__card-content {
  padding: 12rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__card-content {
    padding: 64px 16px;
  }
}
#page-home .contact__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9.6rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#page-home .contact__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__header {
    gap: 16px;
  }
}
#page-home .contact__title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__title-group {
    gap: 12px;
  }
}
#page-home .contact__title {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-home .contact__title {
    font-size: 2.8rem;
  }
}
#page-home .contact__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0 5px;
}
#page-home .contact__subtitle span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5px;
  color: #E36600;
}
@media screen and (max-width: 767px) {
  #page-home .contact__subtitle span {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
#page-home .contact__notice {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 22.8px;
  letter-spacing: 0.65px;
  color: rgba(18, 6, 41, 0.6);
}
#page-home .contact__form {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-home .contact__form .wpcf7 {
  width: 100%;
}
#page-home .contact__form .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__form {
    width: 100%;
  }
  #page-home .contact__form .wpcf7-form {
    gap: 16px;
  }
}
#page-home .contact .hidden-fields-container {
  display: none;
}
#page-home .contact__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  #page-home .contact__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
#page-home .contact__field--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#page-home .contact__label-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.6rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__label-group {
    width: 100%;
  }
}
#page-home .contact__label-group--note {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-home .contact__label-group--textarea {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__label-group--textarea {
    padding: 0;
  }
}
#page-home .contact__label-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
#page-home .contact__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.2rem;
  padding: 0.4rem 0.8rem;
}
#page-home .contact__badge--required {
  border: 1px solid #e21e00;
}
#page-home .contact__badge--required span {
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #e21e00;
}
#page-home .contact__badge--optional {
  background-color: #dddddd;
}
#page-home .contact__badge--optional span {
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.5px;
  color: #130629;
}
#page-home .contact__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
}
#page-home .contact__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(18, 6, 41, 0.6);
}
#page-home .contact__input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page-home .contact__input-wrapper {
    width: 100%;
  }
}
#page-home .contact__input, #page-home .contact__select-trigger, #page-home .contact__textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  padding: 1.2rem 1.5rem;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  background-color: transparent;
}
#page-home .contact__input::-webkit-input-placeholder, #page-home .contact__select-trigger::-webkit-input-placeholder, #page-home .contact__textarea::-webkit-input-placeholder {
  color: rgba(18, 6, 41, 0.2509803922);
}
#page-home .contact__input::-moz-placeholder, #page-home .contact__select-trigger::-moz-placeholder, #page-home .contact__textarea::-moz-placeholder {
  color: rgba(18, 6, 41, 0.2509803922);
}
#page-home .contact__input:-ms-input-placeholder, #page-home .contact__select-trigger:-ms-input-placeholder, #page-home .contact__textarea:-ms-input-placeholder {
  color: rgba(18, 6, 41, 0.2509803922);
}
#page-home .contact__input::-ms-input-placeholder, #page-home .contact__select-trigger::-ms-input-placeholder, #page-home .contact__textarea::-ms-input-placeholder {
  color: rgba(18, 6, 41, 0.2509803922);
}
#page-home .contact__input::placeholder, #page-home .contact__select-trigger::placeholder, #page-home .contact__textarea::placeholder {
  color: rgba(18, 6, 41, 0.2509803922);
}
#page-home .contact__input:focus, #page-home .contact__select-trigger:focus, #page-home .contact__textarea:focus {
  outline: none;
  border-color: #130629;
}
#page-home .contact__select-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23120629' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__select-trigger {
    background-position: right 2rem center;
  }
}
#page-home .contact__textarea {
  height: 16rem;
  resize: none;
  padding: 1.3rem 1.5rem;
}
#page-home .contact__actions {
  width: 100%;
  padding-left: 19.6rem;
}
@media screen and (max-width: 767px) {
  #page-home .contact__actions {
    padding: unset;
  }
}
#page-home .contact__actions p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#page-home .contact__submit {
  height: auto;
  width: 100%;
  border-radius: 4.4rem;
  border: 1px solid #130629;
  background-color: #130629;
  padding: 1.3rem 1.5rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  #page-home .contact__submit {
    padding: 1.4rem 1.5rem;
  }
}
#page-home .contact__submit:hover {
  background-color: rgba(19, 6, 41, 0.5);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-home .contact__submit-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
#page-home .contact__submit-sub {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
#page-home .contact__submit-main {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 4px;
}
#page-home .contact__privacy {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #130629;
  text-decoration: underline;
}
#page-home .contact .wpcf7 form.sent .wpcf7-response-output {
  border: unset;
}

#page-service .service-top {
  padding: 18rem 0 8rem;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #page-service .service-top {
    padding: 160px 0 40px;
  }
}
#page-service .service-top__inner {
  padding: 0 6rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-service .service-top__inner {
    padding: 0 24px;
  }
}
#page-service .service-top h1 {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #page-service .service-top h1 {
    font-size: 5.6rem;
    text-align: right;
  }
}
#page-service .service-top .bread {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  #page-service .service-top .bread {
    margin: 1.6rem 0 0 auto;
  }
}
#page-service .service-top .bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #130629;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-service .service-top .bread-list {
    font-size: 13px;
  }
}
#page-service .service-top .bread li + li {
  margin-left: 5px;
  position: relative;
}
#page-service .service-top .bread li + li::before {
  content: "＞";
  color: #130629;
  padding-right: 7px;
}
#page-service .service-top .bread li a {
  opacity: 0.5;
}
#page-service .service-top .bread li a:hover {
  opacity: 0.3;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-service .sec-service {
  padding: 8rem 0;
}
#page-service .sec-service__inner {
  max-width: 1440px;
  padding: 0 12rem;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service__inner {
    padding: 0 24px;
  }
}
#page-service .sec-service__title .title-top {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service__title .title-top {
    font-size: 1.4rem;
    text-align: center;
  }
}
#page-service .sec-service__title h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service__title h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 8px;
  }
}
#page-service .sec-service__title .title-sub {
  color: #E36600;
  margin-top: 12px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service__title .title-sub {
    font-size: 1.4rem;
    margin-top: 8px;
    text-align: center;
  }
}
#page-service .sec-service__contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service__contents {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service {
    margin-top: 24px;
  }
}
#page-service .sec-service .service-box {
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service-box {
    padding: 24px 22px;
  }
}
#page-service .sec-service .service-box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service-box h3 {
    font-size: 2rem;
  }
}
#page-service .sec-service .service-list {
  margin-top: 16px;
  padding: 1.6rem 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service-list {
    margin-top: 12px;
    padding: 12px 0;
  }
}
#page-service .sec-service .service-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service-list li {
    font-size: 1.4rem;
  }
}
#page-service .sec-service .service-list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service-list li + li {
    margin-top: 4px;
  }
}
#page-service .sec-service .service-list .ligt {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-service .service-list .ligt {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
#page-service .sec-mtg {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg {
    margin-top: 0;
  }
}
#page-service .sec-mtg__inner {
  max-width: 1440px;
  padding: 0 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__inner {
    padding: 0;
  }
}
#page-service .sec-mtg .mtg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.6rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg {
    display: block;
  }
}
#page-service .sec-mtg .mtg-left {
  width: 25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-left {
    position: relative;
    top: auto;
    width: 100%;
    padding: 24px;
    border-top: 1px solid #EEEEEE;
  }
}
#page-service .sec-mtg .mtg-left li {
  letter-spacing: 0.05rem;
}
#page-service .sec-mtg .mtg-left li.active a {
  color: #130629;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-left li {
    font-size: 1.4rem;
    line-height: 1.4;
    background-color: #F9F9F9;
  }
}
#page-service .sec-mtg .mtg-left li + li {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-left li + li {
    margin-top: 4px;
  }
}
#page-service .sec-mtg .mtg-left a {
  color: rgba(19, 6, 41, 0.2509803922);
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-left a {
    display: block;
    padding: 8px 16px;
    font-weight: 500;
    color: #130629;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23120629' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 16px center;
  }
}
#page-service .sec-mtg .mtg-right {
  width: 85.4rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right {
    width: 100%;
  }
}
#page-service .sec-mtg .mtg-right__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  padding-top: 24px;
  border-top: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right__contents {
    display: block;
    padding: 24px;
  }
}
#page-service .sec-mtg .mtg-right__contents + .mtg-right__contents {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right__contents + .mtg-right__contents {
    margin-top: 0;
  }
}
#page-service .sec-mtg .mtg-right .first {
  margin-top: -27px;
  border-top: unset;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right .first {
    margin-top: 0;
    border-top: 1px solid #EEEEEE;
  }
}
#page-service .sec-mtg .mtg-right h2 {
  width: 31rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right h2 {
    font-size: 2rem;
  }
}
#page-service .sec-mtg .mtg-right .ligt {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right .ligt {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0;
  }
}
#page-service .sec-mtg .mtg-right__detail {
  width: 51.8rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right__detail {
    width: 100%;
    margin-top: 12px;
  }
}
#page-service .sec-mtg .mtg-right__text {
  padding: 0 0 0 6px;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right__text {
    font-weight: 500;
    padding-left: 8px;
  }
}
#page-service .sec-mtg .mtg-right__price {
  margin-top: 12px;
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 1.6rem 2.2rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg .mtg-right__price {
    padding: 15px 24px;
  }
}
#page-service .sec-mtg .mtg-right .label {
  color: rgba(19, 6, 41, 0.6);
  font-size: 1.2rem;
}
#page-service .sec-mtg .mtg-right .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Poppins", Helvetica, sans-serif;
  letter-spacing: 0;
}
#page-service .sec-mtg .mtg-right .price span {
  font-size: 1.6rem;
  margin: 0 3px;
  font-family: "Noto Sans JP", Helvetica, sans-serif;
}
#page-service .sec-mtg .mtg-right .price p + p {
  position: relative;
  vertical-align: bottom;
}
#page-service .sec-mtg .mtg-right .price p + p::before {
  content: "";
  background: url(/assets/img/line.svg) center center no-repeat;
  width: 8px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
}
#page-service .sec-mtg__coaching {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching {
    padding: 16px;
  }
}
#page-service .sec-mtg__coaching .coaching-inner {
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  padding: 6.4rem 7.9rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-inner {
    padding: 64px 15px;
    border-radius: 10px;
  }
}
#page-service .sec-mtg__coaching .coaching-title h2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-title h2 {
    font-size: 2.8rem;
  }
}
#page-service .sec-mtg__coaching .coaching-title .title-sub {
  color: #E36600;
  margin-top: 12px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-title .title-sub {
    font-size: 1.4rem;
    margin-top: 11px;
  }
}
#page-service .sec-mtg__coaching .coaching-contents {
  margin-top: 3.2rem;
}
#page-service .sec-mtg__coaching .coaching-contents__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents__text {
    font-size: 1.4rem;
  }
}
#page-service .sec-mtg__coaching .coaching-contents__flex {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
#page-service .sec-mtg__coaching .coaching-contents__box {
  padding: 2.4rem;
  background-color: #F9F9F9;
  border-radius: 4px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents__box {
    width: 100%;
    padding: 18px 15px;
  }
}
#page-service .sec-mtg__coaching .coaching-contents h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents h3 {
    font-size: 1.4rem;
  }
}
#page-service .sec-mtg__coaching .coaching-contents ul {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents ul {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
#page-service .sec-mtg__coaching .coaching-contents__detail {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents__detail {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
#page-service .sec-mtg__coaching .coaching-contents__point {
  margin-top: 2.4rem;
  font-size: 1.3rem;
  color: rgba(19, 6, 41, 0.6);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-service .sec-mtg__coaching .coaching-contents__point {
    margin-top: 22px;
    font-size: 11px;
  }
}
#page-service .sec-contact {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact {
    margin-top: 0;
  }
}
#page-service .sec-contact__inner {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__inner {
    padding: 48px 16px;
  }
}
#page-service .sec-contact__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #F3F3F4;
  padding: 6.9rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__wrapper {
    padding: 54px 23px 48px;
    border-radius: 10px;
  }
}
#page-service .sec-contact__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-service .sec-contact__title h2 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__title h2 {
    font-size: 2.8rem;
  }
}
#page-service .sec-contact__title .title-sub {
  color: #E36600;
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Poppins", Helvetica, sans-serif;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__title .title-sub {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
#page-service .sec-contact__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.1rem auto 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__text {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}
#page-service .sec-contact__btn {
  width: 30rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__btn {
    width: 100%;
    margin: 33px auto 0;
  }
}
#page-service .sec-contact__btn a {
  background-color: #130629;
  color: #fff;
  text-align: center;
  padding: 1.6rem 0;
  width: 100%;
  border-radius: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-service .sec-contact__btn a {
    font-size: 1.4rem;
    padding: 16px 0;
  }
}
#page-service .sec-contact__btn a:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

#page-company .company-top {
  padding: 18rem 0 8rem;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #page-company .company-top {
    padding: 160px 0 40px;
  }
}
#page-company .company-top__inner {
  padding: 0 6rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-company .company-top__inner {
    padding: 0 24px;
  }
}
#page-company .company-top h1 {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #page-company .company-top h1 {
    font-size: 5.6rem;
    text-align: right;
  }
}
#page-company .company-top .bread {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  #page-company .company-top .bread {
    margin: 1.6rem 0 0 auto;
  }
}
#page-company .company-top .bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #130629;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-company .company-top .bread-list {
    font-size: 13px;
  }
}
#page-company .company-top .bread li + li {
  margin-left: 5px;
  position: relative;
}
#page-company .company-top .bread li + li::before {
  content: "＞";
  color: #130629;
  padding-right: 7px;
}
#page-company .company-top .bread li a {
  opacity: 0.5;
}
#page-company .company-top .bread li a:hover {
  opacity: 0.3;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-company .sec-prof {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8rem 12rem 7.2rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof {
    padding: 80px 0 74px;
  }
}
#page-company .sec-prof__title h2 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof__title h2 {
    font-size: 28px;
  }
}
#page-company .sec-prof__title .title-sub {
  color: #E36600;
  margin-top: 12px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof__title .title-sub {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#page-company .sec-prof .prof {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof {
    display: block;
    margin-top: 30px;
  }
}
#page-company .sec-prof .prof-image {
  width: 33rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-image {
    width: 100%;
    padding: 8px;
  }
}
#page-company .sec-prof .prof-right {
  width: calc(100% - 33rem - 6.4rem);
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right {
    width: 100%;
    margin-top: 32px;
  }
}
#page-company .sec-prof .prof-right__top {
  padding: 4.2rem 0;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__top {
    padding: 0;
  }
}
#page-company .sec-prof .prof-right__head {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__head {
    display: block;
    padding: 0 24px 26px;
  }
}
#page-company .sec-prof .prof-right__head .name {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__head .name {
    font-size: 3.2rem;
  }
}
#page-company .sec-prof .prof-right__head .name-en {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__head .name-en {
    font-size: 1.4rem;
    margin-top: 11px;
  }
}
#page-company .sec-prof .prof-right__label {
  padding: 1.5rem 0;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.4rem;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__label {
    padding: 24px;
  }
}
#page-company .sec-prof .prof-right__text {
  padding: 1.6rem 0;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__text {
    padding: 24px;
  }
}
#page-company .sec-prof .prof-right__sns {
  margin-top: 2.5rem;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__sns {
    margin-top: 0;
    padding: 24px;
    border-top: 1px solid #EEEEEE;
  }
}
#page-company .sec-prof .prof-right__sns h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
#page-company .sec-prof .prof-right__sns .sns {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__sns .sns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
  }
}
#page-company .sec-prof .prof-right__sns .sns-icon {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__sns .sns-icon {
    width: 40px;
    height: 40px;
  }
}
#page-company .sec-prof .prof-right__sns .sns-name {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  width: calc(100% - 16px - 4rem);
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__sns .sns-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-company .sec-prof .prof-right__sns .sns li {
  width: calc(25% - 16px);
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__sns .sns li {
    width: calc(50% - 2px);
  }
}
#page-company .sec-prof .prof-right__sns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  background-color: #FAFAFA;
  border-radius: 4px;
  height: 4.8rem;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__sns a {
    height: 48px;
    gap: 8px;
  }
}
#page-company .sec-prof .prof-right__sns a:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-company .sec-prof .prof-right__career {
  margin-top: 4rem;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__career {
    margin-top: 0;
    padding: 24px;
    border-top: 1px solid #EEEEEE;
  }
}
#page-company .sec-prof .prof-right__career h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#page-company .sec-prof .prof-right__career .career {
  margin-top: 10px;
}
#page-company .sec-prof .prof-right__career .career dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__career .career dl {
    display: block;
  }
}
#page-company .sec-prof .prof-right__career .career dl + dl {
  border-top: 1px solid #EEEEEE;
}
#page-company .sec-prof .prof-right__career .career dt {
  width: 9.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__career .career dt {
    width: 100%;
    font-size: 1.4rem;
  }
}
#page-company .sec-prof .prof-right__career .career dd {
  width: calc(100% - 9.6rem - 2.4rem);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-company .sec-prof .prof-right__career .career dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
#page-company .sec-company {
  padding: 8rem 0;
  border-top: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company {
    padding: 64px 0;
  }
}
#page-company .sec-company__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__inner {
    padding: 0;
  }
}
#page-company .sec-company__title h2 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__title h2 {
    font-size: 2.8rem;
  }
}
#page-company .sec-company__title .title-sub {
  color: #E36600;
  margin-top: 12px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__title .title-sub {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#page-company .sec-company__contents {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__contents {
    margin-top: 30px;
  }
}
#page-company .sec-company__contents dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__contents dl {
    display: block;
    padding: 15px 24px;
  }
}
#page-company .sec-company__contents .first {
  border-top: 1px solid #EEEEEE;
}
#page-company .sec-company__contents dt {
  width: 17.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__contents dt {
    width: 100%;
    font-size: 1.4rem;
  }
}
#page-company .sec-company__contents dd {
  width: calc(100% - 17.5rem);
  line-height: 1.68;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__contents dd {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
#page-company .sec-company__name {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company__name {
    margin-top: 16px;
    padding: 0 24px;
  }
}
#page-company .sec-company .name-title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company .name-title {
    font-size: 1.4rem;
  }
}
#page-company .sec-company .name-text {
  margin-top: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company .name-text {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
#page-company .sec-company .name-logo {
  margin-top: 2.4rem;
  padding: 7.2rem 0;
  background-color: #FAFAFA;
  font-size: 12rem;
  line-height: 0.8;
  letter-spacing: -0.05em;
  text-align: center;
  font-family: "Elms Sans", Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #page-company .sec-company .name-logo {
    padding: 68px 0;
    font-size: 8rem;
  }
}
#page-company .sec-contact__inner {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__inner {
    padding: 48px 16px;
  }
}
#page-company .sec-contact__wrapper {
  border-radius: 2rem;
  background-color: #F3F3F4;
  padding: 6.9rem 0;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__wrapper {
    padding: 54px 23px 48px;
    border-radius: 10px;
  }
}
#page-company .sec-contact__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-company .sec-contact__title h2 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__title h2 {
    font-size: 2.8rem;
  }
}
#page-company .sec-contact__title .title-sub {
  color: #E36600;
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Poppins", Helvetica, sans-serif;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__title .title-sub {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
#page-company .sec-contact__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.1rem auto 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__text {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}
#page-company .sec-contact__btn {
  width: 30rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__btn {
    width: 100%;
    margin: 33px auto 0;
  }
}
#page-company .sec-contact__btn a {
  background-color: #130629;
  color: #fff;
  text-align: center;
  padding: 1.6rem 0;
  width: 100%;
  border-radius: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-company .sec-contact__btn a {
    font-size: 1.4rem;
    padding: 16px 0;
  }
}
#page-company .sec-contact__btn a:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

#page-privacy .privacy-top {
  padding: 18rem 0 8rem;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-top {
    padding: 160px 0 40px;
  }
}
#page-privacy .privacy-top__inner {
  padding: 0 6rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-top__inner {
    padding: 0 24px;
  }
}
#page-privacy .privacy-top h1 {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-top h1 {
    font-size: 5.6rem;
    width: 20.6rem;
  }
}
#page-privacy .privacy-top .bread {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-top .bread {
    margin: 1.6rem 0 0 auto;
  }
}
#page-privacy .privacy-top .bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #130629;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-top .bread-list {
    font-size: 13px;
  }
}
#page-privacy .privacy-top .bread li + li {
  margin-left: 5px;
  position: relative;
}
#page-privacy .privacy-top .bread li + li::before {
  content: "＞";
  color: #130629;
  padding-right: 7px;
}
#page-privacy .privacy-top .bread li a {
  opacity: 0.5;
}
#page-privacy .privacy-top .bread li a:hover {
  opacity: 0.3;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-privacy .sec-privacy {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #page-privacy .sec-privacy {
    margin-top: 80px;
    margin-bottom: 108px;
  }
}
#page-privacy .sec-privacy__inner {
  max-width: 1440px;
  padding: 0 12rem;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-privacy .sec-privacy__inner {
    padding: 0 24px;
    letter-spacing: 0.07rem;
    line-height: 1.77;
  }
}
#page-privacy .sec-privacy__head {
  margin-bottom: 40px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  #page-privacy .sec-privacy__head {
    margin-bottom: 24px;
  }
}
#page-privacy .sec-privacy__head p + p {
  margin-top: 27px;
}
#page-privacy .sec-privacy__box {
  padding: 40px 0;
  border-top: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #page-privacy .sec-privacy__box {
    padding: 24px 0;
  }
}
#page-privacy .sec-privacy__box h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#page-privacy .sec-privacy__box h3 + p {
  margin-top: 15px;
  line-height: 1.78;
}
#page-privacy .sec-privacy__box div {
  margin-top: 16px;
}
#page-privacy .sec-privacy__box div + div {
  margin-top: 27px;
}
#page-privacy .sec-privacy__box a {
  word-wrap: break-word;
}

#page-news .news-top {
  padding: 18rem 0 8rem;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #page-news .news-top {
    padding: 160px 0 40px;
  }
}
#page-news .news-top__inner {
  padding: 0 6rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-news .news-top__inner {
    max-width: 100%;
    padding: 0 24px;
  }
}
#page-news .news-top h1 {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #page-news .news-top h1 {
    font-size: 5.6rem;
    text-align: right;
  }
}
#page-news .news-top .bread {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  #page-news .news-top .bread {
    margin: 1.6rem 0 0 auto;
  }
}
#page-news .news-top .bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #130629;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-news .news-top .bread-list {
    font-size: 13px;
  }
}
#page-news .news-top .bread li + li {
  margin-left: 5px;
  position: relative;
}
#page-news .news-top .bread li + li::before {
  content: "＞";
  color: #130629;
  padding-right: 7px;
}
#page-news .news-top .bread li a {
  opacity: 0.5;
}
#page-news .news-top .bread li a:hover {
  opacity: 0.3;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news .sec-news {
  margin-top: 8rem;
}
#page-news .sec-news__inner {
  max-width: 1440px;
  padding: 0 12rem;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-news .sec-news__inner {
    padding: 0 16px;
  }
}
#page-news .sec-news .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page-news .sec-news .news {
    display: block;
  }
}
#page-news .sec-news .news li {
  width: calc(33.3333333333% - 2.7rem);
  border-radius: 0.1rem;
}
@media screen and (max-width: 767px) {
  #page-news .sec-news .news li {
    width: 100%;
  }
  #page-news .sec-news .news li + li {
    margin-top: 32px;
  }
}
#page-news .sec-news .news a:hover {
  opacity: 1;
}
#page-news .sec-news .news a:hover .news-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news .sec-news .news a:hover .news-box {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news .sec-news .news-thumb {
  aspect-ratio: 373/249;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-news .sec-news .news-thumb {
    aspect-ratio: 343/229;
  }
}
#page-news .sec-news .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news .sec-news .news-box {
  padding: 1.6rem;
}
#page-news .sec-news .news-cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(19, 6, 41, 0.1019607843);
  font-size: 1.4rem;
  padding: 0.5rem 1.2rem;
  line-height: 1;
  border-radius: 4rem;
  letter-spacing: 0;
}
#page-news .sec-news .news-cat span {
  display: inline-block;
  margin-right: 4px;
}
#page-news .sec-news .news-title {
  margin-top: 8px;
  padding: 0 4px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.6rem;
}
#page-news .sec-news .news-date {
  margin-top: 12px;
  padding: 0 4px;
  font-family: "Poppins", Helvetica, sans-serif;
  color: rgba(19, 6, 41, 0.5019607843);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0;
}
#page-news .sec-news__more {
  width: 20rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  #page-news .sec-news__more {
    margin: 56px auto 0;
  }
}
#page-news .sec-news__more a {
  width: 100%;
  border-radius: 4rem;
  border: 1px solid #130629;
  padding: 1.5rem 0;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Poppins", Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #page-news .sec-news__more a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
#page-news .sec-news__more a:hover {
  background: #130629;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news .sec-contact {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact {
    margin-top: 80px;
  }
}
#page-news .sec-contact__inner {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__inner {
    padding: 48px 16px;
  }
}
#page-news .sec-contact__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #F3F3F4;
  padding: 6.9rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__wrapper {
    padding: 54px 23px 48px;
    border-radius: 10px;
  }
}
#page-news .sec-contact__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-news .sec-contact__title h2 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__title h2 {
    font-size: 2.8rem;
  }
}
#page-news .sec-contact__title .title-sub {
  color: #E36600;
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Poppins", Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__title .title-sub {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
#page-news .sec-contact__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.1rem auto 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__text {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}
#page-news .sec-contact__btn {
  width: 30rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__btn {
    width: 100%;
    margin: 33px auto 0;
  }
}
#page-news .sec-contact__btn a {
  background-color: #130629;
  color: #fff;
  text-align: center;
  padding: 1.6rem 0;
  width: 100%;
  border-radius: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-news .sec-contact__btn a {
    font-size: 1.4rem;
    padding: 16px 0;
  }
}
#page-news .sec-contact__btn a:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

#page-news-detail .sec-contents {
  max-width: 960px;
  width: 100%;
  padding: 16rem 0 0;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents {
    padding: 80px 0 0;
  }
}
#page-news-detail .sec-contents .contents {
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-head {
    padding: 24px;
  }
}
#page-news-detail .sec-contents .contents-head__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(19, 6, 41, 0.1019607843);
  font-size: 1.4rem;
  padding: 0.5rem 1.2rem;
  line-height: 1;
  border-radius: 4rem;
  letter-spacing: 0;
}
#page-news-detail .sec-contents .contents-head__cat span {
  display: inline-block;
  margin-right: 4px;
}
#page-news-detail .sec-contents .contents-head__title {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 4px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-head__title {
    margin-top: 12px;
    font-size: 2rem;
  }
}
#page-news-detail .sec-contents .contents-head__date {
  margin-top: 12px;
  font-size: 1.3rem;
  font-family: "Poppins", Helvetica, sans-serif;
  color: rgba(19, 6, 41, 0.5019607843);
  font-weight: 400;
  padding-left: 4px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-head__date {
    margin-top: 8px;
  }
}
#page-news-detail .sec-contents .contents-thumb {
  margin-top: 3.2rem;
  aspect-ratio: 896/597;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-thumb {
    margin-top: 0;
    aspect-ratio: 480/250;
  }
}
#page-news-detail .sec-contents .contents-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-news-detail .sec-contents .contents-detail {
  padding: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-detail {
    padding: 24px;
  }
}
#page-news-detail .sec-contents .contents-detail h2 {
  background-color: #F3F3F4;
  font-size: 2rem;
  font-weight: 500;
  padding: 4px 8px;
  margin-bottom: 29px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-detail h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
#page-news-detail .sec-contents .contents-detail h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 29px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-detail h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
#page-news-detail .sec-contents .contents-detail p {
  font-size: 1.6rem;
  margin-bottom: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-detail p {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
#page-news-detail .sec-contents .contents-detail a {
  display: inline-block;
  color: #E36600;
  font-size: 1.6rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-detail a {
    font-size: 1.4rem;
  }
}
#page-news-detail .sec-contents .contents-detail figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-detail figure {
    aspect-ratio: 425/239;
  }
  #page-news-detail .sec-contents .contents-detail figure iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#page-news-detail .sec-contents .contents-more {
  width: 20rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-more {
    margin: 8px auto 0;
  }
}
#page-news-detail .sec-contents .contents-more a {
  display: block;
  width: 100%;
  border: 1px solid #130629;
  border-radius: 4rem;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contents .contents-more a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
#page-news-detail .sec-contents .contents-more a:hover {
  background: #130629;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news-detail .sec-conn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-conn {
    margin-top: 80px;
  }
}
#page-news-detail .sec-conn__inner {
  max-width: 1440px;
  padding: 8.8rem 12rem;
  margin: 0 auto;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-conn__inner {
    padding: 86px 16px 81px;
  }
}
#page-news-detail .sec-conn h2 {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-conn h2 {
    font-size: 2.8rem;
  }
}
#page-news-detail .sec-conn .conn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.8rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-conn .conn {
    display: block;
    margin-top: 37px;
  }
}
#page-news-detail .sec-conn .conn li {
  width: calc(33.3333333333% - 2.7rem);
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-conn .conn li {
    width: 100%;
  }
  #page-news-detail .sec-conn .conn li + li {
    margin-top: 32px;
  }
}
#page-news-detail .sec-conn .conn a:hover {
  opacity: 1;
}
#page-news-detail .sec-conn .conn a:hover .conn-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news-detail .sec-conn .conn a:hover .conn-box {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#page-news-detail .sec-conn .conn-thumb {
  aspect-ratio: 373/249;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-conn .conn-thumb {
    aspect-ratio: 343/229;
    border-radius: 4px;
  }
}
#page-news-detail .sec-conn .conn-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#page-news-detail .sec-conn .conn-box {
  padding: 1.6rem;
}
#page-news-detail .sec-conn .conn-cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(19, 6, 41, 0.1019607843);
  font-size: 1.4rem;
  padding: 0.5rem 1.2rem;
  line-height: 1;
  border-radius: 40px;
  letter-spacing: 0;
}
#page-news-detail .sec-conn .conn-cat span {
  display: inline-block;
  margin-right: 4px;
}
#page-news-detail .sec-conn .conn-title {
  margin-top: 8px;
  padding: 0 0 0 4px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.6rem;
}
#page-news-detail .sec-conn .conn-date {
  margin-top: 12px;
  padding: 0 4px;
  font-family: "Poppins", Helvetica, sans-serif;
  color: rgba(19, 6, 41, 0.5019607843);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0;
}
#page-news-detail .sec-contact__inner {
  padding: 3.3rem;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__inner {
    padding: 48px 16px;
  }
}
#page-news-detail .sec-contact__wrapper {
  border-radius: 2rem;
  background-color: #F3F3F4;
  padding: 6.9rem 0;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__wrapper {
    padding: 54px 23px 48px;
    border-radius: 10px;
  }
}
#page-news-detail .sec-contact__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-news-detail .sec-contact__title h2 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__title h2 {
    font-size: 2.8rem;
  }
}
#page-news-detail .sec-contact__title .title-sub {
  color: #E36600;
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Poppins", Helvetica, sans-serif;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__title .title-sub {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
#page-news-detail .sec-contact__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.1rem auto 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__text {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}
#page-news-detail .sec-contact__btn {
  width: 30rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__btn {
    width: 100%;
    margin: 33px auto 0;
  }
}
#page-news-detail .sec-contact__btn a {
  background-color: #130629;
  color: #fff;
  text-align: center;
  padding: 1.6rem 0;
  width: 100%;
  border-radius: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page-news-detail .sec-contact__btn a {
    font-size: 1.4rem;
    padding: 16px 0;
  }
}
#page-news-detail .sec-contact__btn a:hover {
  opacity: 0.5;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

#page-404 {
  padding: 16rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #page-404 {
    padding: 160px 0 80px;
  }
}
#page-404 .sec-404__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__inner {
    padding: 0 24px;
  }
}
#page-404 .sec-404 h2 {
  font-size: 12rem;
  font-weight: 500;
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404 h2 {
    font-size: 80px;
  }
}
#page-404 .sec-404__contents {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__contents {
    margin-top: 40px;
  }
}
#page-404 .sec-404__en {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__en {
    font-size: 32px;
  }
}
#page-404 .sec-404__ja {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__ja {
    font-size: 14px;
  }
}
#page-404 .sec-404__text {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__text {
    font-size: 14px;
  }
}
#page-404 .sec-404__btn {
  margin: 8rem auto 0;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__btn {
    margin: 64px auto 0;
    width: 200px;
  }
}
#page-404 .sec-404__btn a {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border: 1px solid #130629;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  #page-404 .sec-404__btn a {
    padding: 16px 0;
    font-size: 14px;
  }
}
#page-404 .sec-404__btn a:hover {
  background: #130629;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}/*# sourceMappingURL=style.css.map */