@charset "UTF-8";
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# カラー定数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# アニメーション定義
--------------------------------------------------------------*/
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

* {
  padding: 0; /* 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;
  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 */
}

iframe {
  border-style: none;
}

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

[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;
}

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

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

/* # =================================================================
   # 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 element
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

html {
  overscroll-behavior: none;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  color: #262626;
  background: #D9E5EF;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button:focus:not(.focus-visible) {
  outline: none;
}

a {
  text-decoration: none;
  color: #4e4e4e;
  letter-spacing: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  min-height: 1px;
  pointer-events: none;
  user-select: none;
}

svg {
  transform-box: fill-box;
}

li,
ol {
  list-style: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #4e4e4e;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* site-titleやdiscriptionは基本表示しない */
.site-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

@media print, screen and (max-width: 1199px) {
  .over-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 899px) {
  .over-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 599px) {
  .over-sp {
    display: none !important;
  }
}

.under-pc {
  display: none !important;
}
@media print, screen and (max-width: 1199px) {
  .under-pc {
    display: inherit !important;
  }
}

.under-tab {
  display: none !important;
}
@media print, screen and (max-width: 899px) {
  .under-tab {
    display: inherit !important;
  }
}

.under-sp {
  display: none !important;
}
@media print, screen and (max-width: 599px) {
  .under-sp {
    display: inherit !important;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #F2F7FB;
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 10px;
  background: #262626;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.13);
  transition: width 0.3s, height 0.3s;
  pointer-events: all;
}
@media print, screen and (max-width: 899px) {
  .hamburger {
    width: 54px;
    height: 54px;
  }
}
@media print, screen and (max-width: 599px) {
  .hamburger {
    width: 50px;
    height: 50px;
    top: 11px;
    right: 10px;
  }
}
.hamburger__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.hamburger__btn-inner {
  position: relative;
  width: 22px;
  height: 16px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 899px) {
  .hamburger__btn-inner {
    width: 19px;
    height: 14px;
  }
}
@media print, screen and (max-width: 599px) {
  .hamburger__btn-inner {
    width: 16px;
    height: 14px;
  }
}
.hamburger__btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 1px;
  transform-origin: center;
}
.hamburger__btn-inner span:nth-of-type(1) {
  top: 0;
}
.hamburger__btn-inner span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__btn-inner span:nth-of-type(3) {
  bottom: 0;
}
.hamburger:hover span:nth-of-type(1) {
  width: 80%;
}
.hamburger.js-details--opened span:nth-of-type(1) {
  width: 150%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-39deg);
}
.hamburger.js-details--opened span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.js-details--opened span:nth-of-type(3) {
  width: 150%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(39deg);
}
.hamburger__links {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  padding: 0 0 0 27px;
  width: 209px;
  max-width: 209px;
  border-radius: 10px;
  background: #262626;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (max-width: 899px) {
  .hamburger__links {
    width: 165px;
    max-width: 165px;
    gap: 21px;
  }
}
@media print, screen and (max-width: 599px) {
  .hamburger__links {
    width: 156px;
    max-width: 156px;
    padding: 0 0 0 9px;
  }
}
@media print, screen and (max-width: 899px) {
  .hamburger__links-link {
    padding-left: 10px;
  }
}
.hamburger__links-link:first-of-type {
  margin-top: 65px;
}
@media print, screen and (max-width: 899px) {
  .hamburger__links-link:first-of-type {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 599px) {
  .hamburger__links-link:first-of-type {
    margin-top: 56px;
  }
}
.hamburger__links-link:nth-of-type(8) {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 899px) {
  .hamburger__links-link:nth-of-type(8) {
    margin-bottom: 0;
  }
}
.hamburger__links-link a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  transition: color 0.3s;
}
@media print, screen and (max-width: 899px) {
  .hamburger__links-link a {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 599px) {
  .hamburger__links-link a {
    font-size: 16px;
  }
}
.hamburger__links-link a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.hamburger__links-btn:last-child {
  margin-top: -16px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 599px) {
  .hamburger__links-btn:last-child {
    margin-bottom: 13px;
  }
}
.hamburger__links-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 899px) {
  .hamburger__links-btn a {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 599px) {
  .hamburger__links-btn a {
    font-size: 16px;
  }
}
.hamburger__links-btn a {
  transition: opacity 0.3s;
}
.hamburger__links-btn a:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 89px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 81px;
  transition: height 0.3s;
  pointer-events: none;
}
@media print, screen and (max-width: 899px) {
  .header {
    height: 70px;
  }
}
@media print, screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}
.header__logo {
  background-color: #fff;
  padding: 19px 21px 19px 18px;
  border-radius: 0px 0px 20px 0px;
  transition: all 0.3s;
  pointer-events: all;
}
@media print, screen and (max-width: 899px) {
  .header__logo {
    padding: 12px 14px 12px 12px;
  }
}
.header__logo img {
  width: 266px;
}
@media print, screen and (max-width: 899px) {
  .header__logo img {
    width: 228px;
  }
}
@media print, screen and (max-width: 599px) {
  .header__logo img {
    width: 165px;
  }
}
.header__logo:hover {
  filter: brightness(0.8);
}
.header__entry {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 181px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
  margin-top: 15px;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
  pointer-events: all;
}
.header__entry:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #262626;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  top: 25px;
}
.header__entry:has(+ .js-details--opened) {
  margin-right: 181px;
}
.header__entry:hover {
  filter: brightness(0.8);
}
.header__entry[open] {
  filter: brightness(1);
}
.header__entry summary {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #262626;
  padding: 19px 0 22px 22px;
  cursor: pointer;
}
.header__entry .header__entry-btns {
  max-width: 181px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 10px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
}
.header__entry .header__entry-btns a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 13px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  max-width: 160px;
  height: 44px;
  border-radius: 6px;
}
.header__entry .header__entry-btns a:hover {
  color: #fff;
  background-color: #262626;
}
.header__entry .header__entry-btns a:nth-of-type(1) {
  margin-top: 5px;
}
.header__entry .header__entry-btns a:nth-of-type(2) {
  margin-bottom: 10px;
}

.js-details .js-summary {
  list-style-type: none;
}
.js-details a span {
  filter: opacity(0);
}
.js-details--opened a span {
  filter: opacity(1);
}

.footer {
  overflow-x: clip;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer .common-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
}
.footer .common-frame img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 105px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (max-width: 1600px) {
  .footer:after {
    background-color: #fff;
  }
}
@media print, screen and (max-width: 599px) {
  .footer:after {
    height: 70%;
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  padding: 67px 4.2857142857svw 0 4.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  .footer__inner {
    padding: 67px 4svw 0 4svw;
  }
}
@media print, screen and (max-width: 700px) {
  .footer__inner {
    padding: 88px 4svw 0 4svw;
  }
}
.footer__logo {
  display: block;
  width: clamp(345px, 26.6428571429svw, 373px);
  margin-bottom: max(41px, 2.9285714286svw);
}
@media print, screen and (max-width: 899px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  height: 105px;
  border-top: 1px solid #ebebeb;
}
@media print, screen and (max-width: 899px) {
  .footer__links {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 32px 0 21px 0;
  }
}
.footer__links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 33px;
}
@media print, screen and (max-width: 599px) {
  .footer__links ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 33px;
  }
}
.footer__links ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.footer__links ul li a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  margin-left: 0.4em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.072' height='10.072' viewBox='0 0 10.072 10.072'%3E%3Cg id='グループ_360730' data-name='グループ 360730' transform='translate(2146.5 -4729.501)'%3E%3Cg id='_125_arr_hoso' data-name='125_arr_hoso' transform='translate(-2146 4730)'%3E%3Cpath id='パス_362196' data-name='パス 362196' d='M27,12h3.711v3.711' transform='translate(-21.639 -12)' fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='パス_362197' data-name='パス 362197' d='M21.423,20.124v3.3H14V16h3.3' transform='translate(-14 -14.35)' fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='線_27' data-name='線 27' y1='4' x2='4' transform='translate(4.536 0.536)' fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer__links p {
  font-size: 12px;
  color: #919191;
}
@media print, screen and (max-width: 899px) {
  .footer__links p {
    font-size: 11px;
    margin-top: 39px;
  }
}
@media print, screen and (max-width: 599px) {
  .footer__links p {
    font-size: 10px;
  }
}

.common-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}
.common-heading__word {
  line-height: 1;
}
.common-heading__word:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: clamp(18px, 1.7142857143svw, 24px);
}
@media print, screen and (max-width: 899px) {
  .common-heading__word:nth-of-type(1) {
    font-size: clamp(18px, 4.8svw, 24px);
  }
}
.common-heading__word:nth-of-type(1):before {
  content: "";
  display: block;
  aspect-ratio: 57.63/45.3;
  width: clamp(35px, 4.1428571429svw, 58px);
  height: auto;
  background: url("../img/common-heading-illust.svg") no-repeat;
  background-size: contain;
  margin-right: clamp(10px, 1.7142857143svw, 24px);
  margin-top: 6px;
}
@media print, screen and (max-width: 899px) {
  .common-heading__word:nth-of-type(1):before {
    width: clamp(35px, 9.3333333333svw, 52px);
    margin-bottom: 0;
  }
}
.common-heading__word:nth-of-type(2) {
  font-size: clamp(44px, 6.4285714286svw, 90px);
  font-weight: 900;
  -webkit-text-stroke: 1.5px #262626;
  color: #fff;
  margin-top: clamp(14px, 1.5714285714svw, 22px);
}
@media print, screen and (max-width: 899px) {
  .common-heading__word:nth-of-type(2) {
    font-size: min(11.7333333333svw, 66px);
    -webkit-text-stroke: 1px #262626;
  }
}

.common-frame {
  width: 100%;
}
.common-frame--reverse {
  transform: rotate(180deg);
}
.common-frame img {
  width: 100%;
}

.anim-flow1 {
  animation: flow 3s ease-in-out infinite alternate-reverse;
}

.anim-flow2 {
  animation: flow2 3.5s ease-in-out infinite alternate-reverse;
}

.anim-flow3 {
  animation: flow 4s ease-in-out infinite alternate-reverse;
}

.anim-flow4 {
  animation: flow2 4.5s ease-in-out infinite alternate-reverse;
}

.anim-flow5 {
  animation: flow 5s ease-in-out infinite alternate-reverse;
}

.anim-flow6 {
  animation: flow2 5.5s ease-in-out infinite alternate-reverse;
}

@keyframes flow {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 2svw) rotate(-7deg);
  }
}
@keyframes flow2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 2svw) rotate(7deg);
  }
}
/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# front-page
--------------------------------------------------------------*/
body {
  overflow-x: clip;
}
body main {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
body .hero {
  position: relative;
  z-index: 10;
  width: 100svw;
  height: 100svh;
  overflow-x: clip;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 599px) {
  body .hero {
    max-height: 890px;
  }
}
body .hero__inner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/800;
  transform: translateY(5.3%);
}
@media print, screen and (max-width: 1199px) {
  body .hero__inner {
    aspect-ratio: 1/0.8;
    transform: translateY(0);
  }
}
@media print, screen and (max-width: 899px) {
  body .hero__inner {
    aspect-ratio: 375/660;
  }
}
body .hero__sentence {
  position: absolute;
  z-index: 0;
  width: max(773px, 55.2142857143svw);
  top: calc(50% - 2.125svh);
  left: 6.4285714286svw;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 899px) {
  body .hero__sentence {
    width: 89.6svw;
    top: calc(50% + 1.4svh);
    left: 4svw;
  }
}
body .hero__sentence svg {
  width: 100%;
}
body .hero__img-item {
  position: absolute;
}
body .hero__img-item svg {
  width: 100%;
}
body .hero__img-item:nth-of-type(1) {
  z-index: -2;
  width: clamp(179px, 22.6428571429svw, 475px);
  left: 6.4285714286svw;
  top: -2.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__img-item:nth-of-type(1) {
    width: 47.7333333333svw;
    left: -7.4666666667svw;
    top: 8.5333333333svw;
  }
}
body .hero__img-item:nth-of-type(2) {
  width: clamp(280px, 45.4285714286svw, 954px);
  right: -9.0714285714svw;
  top: -4svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__img-item:nth-of-type(2) {
    width: 74.6666666667svw;
    right: -26.4svw;
    top: 25.3333333333svw;
    z-index: -2;
  }
}
body .hero__img-item:nth-of-type(3) {
  width: clamp(267px, 40.9285714286svw, 859px);
  left: -11.3571428571svw;
  bottom: -3svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__img-item:nth-of-type(3) {
    width: 71.2svw;
    left: -17.3333333333svw;
    bottom: -4.8svw;
  }
}
body .hero__img-item:nth-of-type(4) {
  width: clamp(245px, 41.2857142857svw, 867px);
  right: -8.5svw;
  bottom: -5.2142857143svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__img-item:nth-of-type(4) {
    width: 65.3333333333svw;
    right: -13.3333333333svw;
    bottom: 21.8666666667svw;
    z-index: -2;
  }
}
body .hero__figure-item {
  position: absolute;
}
body .hero__figure-item svg {
  width: 100%;
}
body .hero__figure-item:nth-of-type(1) {
  width: clamp(96px, 14.2857142857svw, 300px);
  left: 35.4285714286svw;
  top: -4.5svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(1) {
    width: 25.6svw;
    left: 40.8svw;
    top: -6.1333333333svw;
  }
}
body .hero__figure-item:nth-of-type(2) {
  width: clamp(154px, 19.4285714286svw, 408px);
  left: -10svw;
  top: 14.7142857143svw;
  z-index: -1;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(2) {
    width: 41.0666666667svw;
    left: -17.6svw;
    top: 56.5333333333svw;
  }
}
body .hero__figure-item:nth-of-type(3) {
  width: clamp(68px, 9.1428571429svw, 192px);
  right: 33.2857142857svw;
  top: 23.1428571429svw;
  z-index: -1;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(3) {
    width: 18.1333333333svw;
    right: 38.9333333333svw;
    top: 48.8svw;
  }
}
body .hero__figure-item:nth-of-type(4) {
  width: clamp(203px, 26.1428571429svw, 549px);
  right: 17.7142857143svw;
  top: -2.8571428571svw;
  z-index: -3;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(4) {
    width: 54.1333333333svw;
    right: -26.4svw;
    top: 34.1333333333svw;
  }
}
body .hero__figure-item:nth-of-type(5) {
  width: clamp(150px, 13.7142857143svw, 288px);
  right: -2.1428571429svw;
  bottom: 17.1428571429svw;
  z-index: -3;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(5) {
    width: 40svw;
    right: -10.1333333333svw;
    bottom: 47.4666666667svw;
  }
}
body .hero__figure-item:nth-of-type(6) {
  width: clamp(63px, 7.7857142857svw, 163px);
  right: 43.8571428571svw;
  bottom: 8.8571428571svw;
  z-index: -1;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(6) {
    width: 16.8svw;
    right: auto;
    left: 24.2666666667svw;
    bottom: 39.7333333333svw;
  }
}
body .hero__figure-item:nth-of-type(7) {
  width: clamp(120px, 21.5714285714svw, 453px);
  left: 21.9285714286svw;
  bottom: -10.1428571429svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__figure-item:nth-of-type(7) {
    width: 32svw;
    left: 40.2666666667svw;
    bottom: -19.7333333333svw;
  }
}
body .hero__illust-item svg {
  width: 100%;
}
body .hero__illust-item {
  position: absolute;
}
body .hero__illust-item:nth-of-type(1) {
  width: clamp(72px, 9.5svw, 200px);
  left: 33.5714285714svw;
  top: 4.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__illust-item:nth-of-type(1) {
    width: 19.2svw;
    left: 13.3333333333svw;
    top: 46.6666666667svw;
  }
}
body .hero__illust-item:nth-of-type(2) {
  width: clamp(72px, 11.1428571429svw, 234px);
  right: 17.3571428571svw;
  top: 12.6428571429svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__illust-item:nth-of-type(2) {
    width: 19.2svw;
    right: 24.5333333333svw;
    top: 15.4666666667svw;
  }
}
body .hero__illust-item:nth-of-type(3) {
  width: clamp(102px, 15svw, 315px);
  left: 19.5714285714svw;
  bottom: 6.0714285714svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__illust-item:nth-of-type(3) {
    width: 27.2svw;
    left: 4svw;
    bottom: 37.0666666667svw;
  }
}
body .hero__illust-item:nth-of-type(4) {
  width: clamp(108px, 18.0714285714svw, 380px);
  right: 22.9285714286svw;
  bottom: 2.3571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .hero__illust-item:nth-of-type(4) {
    width: 28.8svw;
    right: 4svw;
    bottom: 8.2666666667svw;
  }
}
body .hero__scroll {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
body .hero__scroll-icon {
  width: 28px;
  height: 39px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #000;
  padding: 9px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  container-type: size;
}
body .hero__scroll-icon span {
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #000;
  animation: scroll 2s cubic-bezier(0.86, 0, 0.14, 1) 1s infinite forwards;
  opacity: 0;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(66cqh);
  }
  100% {
    opacity: 0;
  }
}
body .hero__scroll--disable {
  opacity: 0;
  visibility: 0;
  transform: translateX(-50%) translateY(50%);
}
body .message {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.1428571429svw;
  max-width: 1920px;
}
body .message__marquee {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100svw;
  overflow-x: clip;
}
body .message__marquee img {
  width: max(1962.94px, 350.8392857143svw);
  min-width: max(1962.94px, 350.8392857143svw);
}
body .message__marquee img:nth-of-type(1) {
  animation: loop 50s linear infinite;
}
body .message__marquee img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 50s -25s linear infinite;
}
body .message__marquee--reverse {
  margin-top: 3svw;
}
body .message__marquee--reverse img:nth-of-type(1) {
  animation: loop 50s linear infinite reverse;
}
body .message__marquee--reverse img:nth-of-type(2) {
  animation: loop 50s -25s linear infinite reverse;
}
body .message__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .message__bg {
  position: relative;
  min-width: clamp(1350px, 114.2857142857svw, 1920px);
  width: max(1350px, 114.2857142857svw, 1920px);
  transition: 0s;
  mask-image: url(../img/message-bg.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: luminance;
  mask-origin: content-box;
}
@media print, screen and (max-width: 599px) {
  body .message__bg {
    min-width: 1251px;
    width: 1251px;
  }
}
body .message__txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
body .message__txt h2 {
  display: inline-block;
  font-size: clamp(30px, 3.1428571429svw, 44px);
  line-height: 1;
  overflow: hidden;
}
body .message__txt h2 span {
  display: inline-block;
  position: relative;
}
body .message__txt p {
  margin-top: clamp(34px, 5.8571428571svw, 82px);
  font-size: clamp(18px, 1.5714285714svw, 22px);
  letter-spacing: 0.02em;
  line-height: 1.72;
}
@media print, screen and (max-width: 899px) {
  body .message__txt p {
    line-height: 1.8888888889;
  }
}
body .message__illust-item:nth-of-type(1) {
  position: absolute;
  width: clamp(110px, 17.7142857143svw, 372px);
  left: 7.4285714286svw;
  top: -3.7142857143svw;
}
@media print, screen and (max-width: 899px) {
  body .message__illust-item:nth-of-type(1) {
    width: 29.3333333333svw;
    left: 4svw;
    top: -129px;
  }
}
body .message__illust-item:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  width: clamp(103px, 13.8571428571svw, 291px);
  right: 9.1428571429svw;
  bottom: -17.1428571429svw;
}
@media print, screen and (max-width: 899px) {
  body .message__illust-item:nth-of-type(2) {
    width: 27.4666666667svw;
    max-width: 160px;
    right: 9.3333333333svw;
    bottom: -173px;
  }
}
body .message__figure-item {
  position: absolute;
}
body .message__figure-item svg {
  width: 100%;
}
body .message__figure-item:nth-of-type(1) {
  width: clamp(157px, 27.0714285714svw, 568px);
  right: 3.1428571429svw;
  top: -9.7857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .message__figure-item:nth-of-type(1) {
    width: 41.8666666667svw;
    right: -12.8svw;
    top: -147px;
  }
}
body .message__figure-item:nth-of-type(2) {
  width: clamp(187px, 13.3571428571svw, 280px);
  left: 9.2857142857svw;
  bottom: -1.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .message__figure-item:nth-of-type(2) {
    width: 50.1333333333svw;
    left: 5.3333333333svw;
    bottom: -186px;
  }
}
@media print, screen and (max-width: 599px) {
  body .message__figure-item:nth-of-type(2) {
    left: -20.2666666667svw;
  }
}
body .message__figure-item:nth-of-type(3) {
  width: clamp(175px, 19.4285714286svw, 408px);
  right: 19svw;
  bottom: -25.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .message__figure-item:nth-of-type(3) {
    width: 46.6666666667svw;
    right: -15.4666666667svw;
    bottom: -262px;
  }
}
body .gallery {
  padding-top: 1.4285714286svw;
  padding-bottom: 9.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .gallery {
    padding-top: 16.5333333333svw;
    padding-bottom: 13.3333333333svw;
  }
}
body .gallery-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
  width: 100%;
}
body .gallery-slide__inner {
  width: 100%;
}
body .gallery-slide__loop {
  container-type: inline-size;
  position: relative;
  will-change: transform;
  width: 251.4285714286svw;
  height: 28.5714285714svw;
}
@media print, screen and (max-width: 899px) {
  body .gallery-slide__loop {
    width: 499.7333333333svw;
    height: 56.8svw;
  }
}
body .gallery-slide__loop--anim-start {
  animation: loop 40s linear infinite;
}
body .gallery-slide__loop2 {
  container-type: inline-size;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  width: 251.4285714286svw;
  height: 28.5714285714svw;
}
@media print, screen and (max-width: 899px) {
  body .gallery-slide__loop2 {
    width: 499.7333333333svw;
    height: 56.8svw;
  }
}
body .gallery-slide__loop2--anim-start {
  animation: loop 40s -20s linear infinite;
}
body .gallery-slide img {
  position: absolute;
  width: 11.3636363636cqw;
}
body .gallery-slide img:nth-of-type(1) {
  left: 0;
  top: 0;
}
body .gallery-slide img:nth-of-type(2) {
  left: 12.5cqw;
  top: 0;
}
body .gallery-slide img:nth-of-type(3) {
  left: 25cqw;
  top: 0;
}
body .gallery-slide img:nth-of-type(4) {
  left: 37.5cqw;
  bottom: 0;
}
body .gallery-slide img:nth-of-type(5) {
  left: 50cqw;
  top: 0;
}
body .gallery-slide img:nth-of-type(6) {
  left: 62.5cqw;
  top: 0;
}
body .gallery-slide img:nth-of-type(7) {
  left: 75cqw;
  top: 0;
}
body .gallery-slide img:nth-of-type(8) {
  left: 87.5cqw;
  bottom: 0;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body .about {
  width: 100%;
  max-width: 1920px;
}
body .about__inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: max(-14.1428571429svw, -270px);
  margin-bottom: -6.4285714286svw;
  padding: 0 4.2857142857svw;
  border-radius: 2.3571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .about__inner {
    margin-top: -24svw;
    margin-bottom: -24svw;
    padding: 0 4svw;
  }
}
body .about__maker {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media print, screen and (max-width: 899px) {
  body .about__maker {
    flex-direction: column;
    align-items: center;
  }
}
body .about__maker-img {
  position: relative;
  width: 50%;
  order: 2;
  margin-top: -2svw;
}
@media print, screen and (max-width: 1920px) {
  body .about__maker-img {
    margin-top: max(24px, 1.7142857143svw);
  }
}
@media print, screen and (max-width: 899px) {
  body .about__maker-img {
    margin-top: 10.6666666667svw;
    width: 100%;
    max-width: 78.984svw;
    order: 1;
  }
}
body .about__maker-img-wrap:nth-of-type(1) {
  width: 100%;
  max-width: 960px;
}
body .about__maker-img-wrap:nth-of-type(2) {
  position: absolute;
  width: 40.46875%;
  max-width: 388px;
  left: 9.0625%;
  bottom: -16.25%;
}
@media print, screen and (max-width: 899px) {
  body .about__maker-img-wrap:nth-of-type(2) {
    width: 33.3066666667svw;
    left: 8.4459459459%;
    bottom: -18.9189189189%;
  }
}
body .about__maker-txts {
  width: 50%;
  order: 1;
}
@media print, screen and (max-width: 899px) {
  body .about__maker-txts {
    order: 2;
    width: 100%;
  }
}
body .about__maker-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  margin-top: clamp(34px, 6.5714285714svw, 92px);
}
@media print, screen and (max-width: 899px) {
  body .about__maker-heading {
    margin-top: 19.7333333333svw;
  }
}
body .about__maker-heading span {
  font-weight: 700;
  font-size: clamp(24px, 3.1428571429svw, 44px);
}
@media print, screen and (max-width: 899px) {
  body .about__maker-heading span {
    font-size: clamp(24px, 6.4svw, 36px);
  }
}
body .about__maker-heading span:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
}
body .about__maker-heading span:nth-of-type(1) strong {
  font-weight: 600;
  font-size: clamp(51px, 6.4285714286svw, 90px);
  -webkit-text-stroke: 1.5px #262626;
  color: #fff;
  overflow: hidden;
  margin-bottom: -5px;
}
@media print, screen and (max-width: 899px) {
  body .about__maker-heading span:nth-of-type(1) strong {
    -webkit-text-stroke: 1px #262626;
  }
}
body .about__maker-heading span:nth-of-type(1) strong:nth-of-type(1) {
  color: #e87d7a;
}
body .about__maker-heading span:nth-of-type(1) strong:nth-of-type(2) {
  color: #4fc3cc;
}
body .about__maker-heading span:nth-of-type(1) strong span {
  display: inline-block;
  position: relative;
}
body .about__maker-heading span:nth-of-type(2) {
  margin-top: clamp(12px, 1svw, 14px);
  line-height: 1.5;
}
body .about__maker-desc {
  font-size: 16px;
  line-height: 2;
  margin-top: clamp(14px, 2.1428571429svw, 30px);
  max-width: 92.5%;
}
@media print, screen and (max-width: 899px) {
  body .about__maker-desc {
    width: 100%;
    margin-top: 3.7333333333svw;
    max-width: inherit;
  }
}
body .about__strength {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8571428571svw;
  margin-top: clamp(28px, 6.8571428571svw, 96px);
}
@media print, screen and (max-width: 899px) {
  body .about__strength {
    display: flex;
    flex-direction: column;
    gap: 6.4svw;
    width: 100%;
  }
}
body .about__strength-card {
  position: relative;
  color: #fff;
  border-radius: clamp(20px, 2.1428571429svw, 30px);
  padding: 2.2857142857svw 2.1428571429svw 2.1428571429svw 2.1428571429svw;
  min-height: 720px;
}
@media print, screen and (max-width: 1199px) {
  body .about__strength-card {
    min-height: inherit;
  }
}
@media print, screen and (max-width: 899px) {
  body .about__strength-card {
    width: 100%;
    padding: 6.4svw 4.5333333333svw 9.6svw 4.5333333333svw;
  }
}
body .about__strength-card:nth-of-type(1) {
  background: #4fc3cc;
}
body .about__strength-card:nth-of-type(2) {
  background: #e87d7a;
}
body .about__strength-card:nth-of-type(3) {
  background: #e8bc4f;
}
@media print, screen and (max-width: 899px) {
  body .about__strength-card:nth-of-type(3) h4 {
    white-space: nowrap;
  }
}
body .about__strength-card:nth-of-type(4) {
  background: #7566a7;
}
body .about__strength-card p:first-of-type {
  font-weight: 700;
  font-size: clamp(16px, 1.4285714286svw, 20px);
  white-space: nowrap;
  line-height: 1;
}
body .about__strength-card img {
  width: 100%;
  margin-top: -1.6428571429svw;
}
@media print, screen and (max-width: 899px) {
  body .about__strength-card img {
    margin-top: -1.3333333333svw;
  }
}
body .about__strength-card h4 {
  font-weight: 700;
  font-size: clamp(24px, 2.2857142857svw, 32px);
  line-height: 1.4375;
  margin-top: clamp(16px, 2.1428571429svw, 30px);
}
body .about__strength-card p:last-of-type {
  font-size: 16px;
  line-height: 1.875;
  margin-top: clamp(4px, 1.1428571429svw, 16px);
}
body .about__project {
  position: relative;
  border-radius: clamp(20px, 2.1428571429svw, 30px);
  overflow: hidden;
  color: #fff;
  padding-bottom: clamp(40px, 6.4285714286svw, 90px);
  margin-top: clamp(23px, 3.4285714286svw, 48px);
}
body .about__project-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .about__project-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body .about__project-marquee {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  overflow-x: clip;
  margin-top: -1.1em;
}
@media print, screen and (max-width: 899px) {
  body .about__project-marquee {
    margin-top: -0.7em;
  }
}
body .about__project-marquee p {
  width: max(1718px, 293.8571428571svw);
  min-width: max(1718px, 293.8571428571svw);
  font-size: max(60px, 10.1428571429svw);
  font-weight: 900;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.3);
  color: transparent;
  white-space: nowrap;
  line-height: 1;
}
@media print, screen and (max-width: 899px) {
  body .about__project-marquee p {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  }
}
body .about__project-marquee p:nth-of-type(1) {
  animation: loop 50s linear infinite;
}
body .about__project-marquee p:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 50s -25s linear infinite;
}
body .about__project-txts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #fff;
  margin-top: clamp(26px, 2.9285714286svw, 41px);
}
@media print, screen and (max-width: 1220px) {
  body .about__project-txts {
    flex-direction: column;
    align-items: center;
  }
}
body .about__project-txts-block1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media print, screen and (max-width: 1220px) {
  body .about__project-txts-block1 {
    width: 100%;
  }
}
body .about__project-txts-block1-heading1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
body .about__project-txts-block1-word1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(20px, 2.1428571429svw, 30px);
  line-height: 1;
  color: #003e86;
  background-color: #fff;
  padding: 0 clamp(11px, 1.9285714286svw, 27px);
  height: 59px;
  border-radius: 30px;
  margin-bottom: clamp(15px, 1.8571428571svw, 26px);
}
@media print, screen and (max-width: 899px) {
  body .about__project-txts-block1-word1 {
    height: 46px;
  }
}
@media print, screen and (max-width: 599px) {
  body .about__project-txts-block1-word1 {
    height: 34px;
  }
}
body .about__project-txts-block1-word2 {
  font-weight: 700;
  font-size: clamp(36px, 3.9285714286svw, 55px);
}
body .about__project-txts-block1 img {
  width: clamp(154px, 14.9285714286svw, 209px);
  margin-top: clamp(21px, 1.8571428571svw, 26px);
}
body .about__project-txts-block2 {
  font-size: 16px;
  line-height: 2;
  width: 50%;
  padding-right: clamp(0px, 3.6428571429svw, 51px);
}
@media print, screen and (max-width: 1220px) {
  body .about__project-txts-block2 {
    margin-top: min(9.0666666667svw, 34px);
    text-align: center;
    width: 100%;
  }
}
body .data {
  width: 100%;
  max-width: calc(1920px + 8.5714285714svw);
}
body .data__inner {
  position: relative;
  z-index: 1;
  padding: max(41px, 6.4285714286svw) 4.2857142857svw max(45px, 10.5svw) 4.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .data__inner {
    padding: max(41px, 6.8571428571svw) 4svw max(45px, 6.8571428571svw) 4svw;
  }
}
body .data__figure-item {
  position: absolute;
  z-index: -1;
}
body .data__figure-item svg {
  width: 100%;
}
body .data__figure-item:nth-of-type(1) {
  width: clamp(213px, 32svw, 672px);
  right: -4.6428571429svw;
  top: 9.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .data__figure-item:nth-of-type(1) {
    right: -17.0666666667svw;
    top: 16.2666666667svw;
  }
}
body .data__figure-item:nth-of-type(2) {
  width: clamp(231px, 31.3571428571svw, 658px);
  left: -11.2142857143svw;
  bottom: 14.3571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .data__figure-item:nth-of-type(2) {
    left: -92px;
    bottom: 74.6666666667svw;
  }
}
body .data__figure-item:nth-of-type(3) {
  width: clamp(208px, 32.1428571429svw, 675px);
  right: 1svw;
  bottom: -14.0714285714svw;
}
@media print, screen and (max-width: 899px) {
  body .data__figure-item:nth-of-type(3) {
    right: 13.3333333333svw;
    bottom: -19.2svw;
  }
}
body .data__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.8571428571svw;
  margin-top: clamp(34px, 4.2857142857svw, 60px);
}
@media print, screen and (max-width: 1920px) {
  body .data__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 899px) {
  body .data__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.0666666667svw;
  }
}
body .data__card {
  container-type: size;
  width: 100%;
  height: auto;
  aspect-ratio: 620/285;
  background-color: #fff;
  border-radius: clamp(20px, 2.1428571429svw, 30px);
  overflow: hidden;
}
@media print, screen and (max-width: 899px) {
  body .data__card {
    aspect-ratio: 345/158.59;
  }
}
body .data__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(10.1612903226cqw, 63px);
  border-radius: clamp(20px, 2.1428571429svw, 30px) 0px;
  font-size: clamp(16px, 3.8709677419cqw, 24px);
  line-height: 1;
  color: #fff;
}
body .data__card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 3.2258064516cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card-body {
    padding-top: 5.2173913043cqw;
  }
}
body .data__card-body svg {
  margin-top: 1.2903225806cqw;
}
body .data__card-number-word1 {
  font-size: 22.5806451613cqw;
  font-weight: 900;
  -webkit-text-stroke: 1.5px #262626;
}
@media print, screen and (max-width: 899px) {
  body .data__card-number-word1 {
    font-size: 20.2898550725cqw;
    -webkit-text-stroke: 1px #262626;
  }
}
body .data__card-number-word2 {
  font-size: 8.8709677419cqw;
  font-weight: 700;
  margin-left: 1.2903225806cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card-number-word2 {
    font-size: 8.115942029cqw;
    margin-left: 1.7391304348cqw;
  }
}
body .data__card:nth-of-type(1) .data__card-head {
  background: #e87d7a;
  width: 24.6774193548cqw;
}
body .data__card:nth-of-type(1) .data__card-body {
  padding-top: 4.5161290323cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(1) .data__card-body {
    padding-top: 5.7971014493cqw;
  }
}
body .data__card:nth-of-type(1) .data__card-number-word1 {
  color: #e87d7a;
  font-size: 21.6129032258cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(1) .data__card-number-word1 {
    font-size: 20.2898550725cqw;
  }
}
body .data__card:nth-of-type(1) svg {
  margin-left: 7.5806451613cqw;
  margin-right: 6.7741935484cqw;
  width: 13.9096774194cqw;
}
body .data__card:nth-of-type(2) .data__card-head {
  background: #7566a7;
  width: 35.9677419355cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(2) .data__card-head {
    width: 44.0579710145cqw;
  }
}
body .data__card:nth-of-type(2) .data__card-number-word1 {
  color: #7566a7;
  margin-right: -0.6369426752cqw;
}
body .data__card:nth-of-type(2) svg {
  margin-left: 6.1290322581cqw;
  margin-right: 11.7741935484cqw;
  width: 18.0483870968cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(2) svg {
    width: 18.1014492754cqw;
    margin-left: 7.5362318841cqw;
    margin-right: 14.2028985507cqw;
  }
}
body .data__card:nth-of-type(3) .data__card-head {
  background: #4fcc89;
  width: 29.8387096774cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(3) .data__card-head {
    width: 35.652173913cqw;
  }
}
body .data__card:nth-of-type(3) .data__card-number-word1 {
  color: #4fcc89;
  margin-right: -1.5923566879cqw;
}
body .data__card:nth-of-type(3) svg {
  margin-left: 9.0322580645cqw;
  margin-right: 12.7419354839cqw;
  width: 15.7209677419cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(3) svg {
    margin-left: 11.0144927536cqw;
    margin-right: 13.3333333333cqw;
    width: 16.2376811594cqw;
  }
}
body .data__card:nth-of-type(4) .data__card-head {
  background: #4fc3cc;
  width: 35.9677419355cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(4) .data__card-head {
    width: 38.5507246377cqw;
  }
}
body .data__card:nth-of-type(4) .data__card-number-word1 {
  color: #4fc3cc;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(4) .data__card-number-word1 {
    margin-right: -1.1594202899cqw;
  }
}
body .data__card:nth-of-type(4) svg {
  margin-left: 9.8387096774cqw;
  margin-right: 7.9032258065cqw;
  width: 18.3483870968cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(4) svg {
    margin-left: 9.8550724638cqw;
    margin-right: 11.5942028986cqw;
    width: 17.2173913043cqw;
  }
}
body .data__card:nth-of-type(5) .data__card-head {
  background: #e8bc4f;
  width: 32.9032258065cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(5) .data__card-head {
    width: 38.5507246377cqw;
  }
}
body .data__card:nth-of-type(5) .data__card-number-word1 {
  color: #e8bc4f;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(5) .data__card-number-word1 {
    margin-right: -1.1594202899cqw;
  }
}
body .data__card:nth-of-type(5) svg {
  margin-left: 7.5806451613cqw;
  margin-right: 8.3870967742cqw;
  width: 18.8887096774cqw;
}
@media print, screen and (max-width: 899px) {
  body .data__card:nth-of-type(5) svg {
    margin-left: 9.2753623188cqw;
    margin-right: 11.884057971cqw;
    width: 18.9623188406cqw;
  }
}
body .works {
  overflow-x: clip;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
}
body .works__inner {
  background-color: #fff;
  margin-top: max(-14.1428571429svw, -270px);
  margin-bottom: -5.9285714286svw;
  padding: 0 4.2857142857svw;
  border-radius: 2.3571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .works__inner {
    margin-top: -24svw;
    margin-bottom: -12.2666666667svw;
    padding: 0 4svw;
  }
}
body .works__inner .common-frame {
  position: relative;
  z-index: -1;
}
body .works__inner .common-heading {
  position: relative;
  z-index: 2;
}
body .works__img {
  position: relative;
  z-index: 1;
  margin-top: max(-2.4285714286svw, -34px);
  margin-bottom: 4.5714285714svw;
  overflow: hidden;
  width: 100%;
}
body .works__img img {
  width: 100%;
  height: 100%;
}
body .works__figure {
  position: relative;
  z-index: 1;
  width: 100%;
}
body .works__figure svg {
  width: 100%;
  pointer-events: none;
}
body .works__figure a {
  pointer-events: all;
  z-index: 9999;
  transition: opacity 0.3s;
}
body .works__figure a:hover {
  opacity: 0.6;
}
body .works__design {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 20px;
  margin-top: 3.7857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .works__design {
    margin-top: 5.8666666667svw;
  }
}
body .works__design-item {
  container-type: inline-size;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  width: 100%;
  border-radius: clamp(20px, 2.1428571429svw, 30px);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item {
    flex-direction: column;
  }
}
body .works__design-item-icon {
  width: max(128px, 10cqw);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
  }
}
body .works__design-item-heading {
  font-weight: 700;
  font-size: clamp(24px, 2.5cqw, 32px);
  width: 40cqw;
  margin-top: -8px;
}
@media print, screen and (max-width: 899px) {
  body .works__design-item-heading {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}
body .works__design-item-desc {
  font-size: 16px;
  line-height: 1.875;
  width: 50cqw;
  padding: 35px 31px 35px 0;
}
@media print, screen and (max-width: 899px) {
  body .works__design-item-desc {
    width: 100%;
    padding: 21px 4.8svw 27px 4.8svw;
  }
}
body .works__design-item:nth-of-type(1) {
  background: #4fc3cc;
}
body .works__design-item:nth-of-type(1) svg {
  width: 72.32px;
  margin-left: max(33px, 2.578125cqw);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item:nth-of-type(1) svg {
    margin-left: 0;
  }
}
body .works__design-item:nth-of-type(2) {
  background: #e87d7a;
}
body .works__design-item:nth-of-type(2) .works__design-item-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 899px) {
  body .works__design-item:nth-of-type(2) .works__design-item-heading {
    align-items: center;
  }
}
body .works__design-item:nth-of-type(2) .works__design-item-heading small {
  font-size: 0.53125em;
  margin-top: 0.5em;
}
body .works__design-item:nth-of-type(2) svg {
  width: 61.69px;
  margin-left: max(37px, 2.890625cqw);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item:nth-of-type(2) svg {
    margin-left: 0;
  }
}
body .works__design-item:nth-of-type(3) {
  background: #e8bc4f;
}
body .works__design-item:nth-of-type(3) svg {
  width: 63.53px;
  margin-left: max(37px, 2.890625cqw);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item:nth-of-type(3) svg {
    margin-left: 0;
  }
}
body .works__design-item:nth-of-type(4) {
  background: #7566a7;
}
body .works__design-item:nth-of-type(4) svg {
  width: 66.74px;
  margin-left: max(36px, 2.8125cqw);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item:nth-of-type(4) svg {
    margin-left: 0;
  }
}
body .works__design-item:nth-of-type(5) {
  background: #4fcc89;
}
body .works__design-item:nth-of-type(5) svg {
  width: 61.28px;
  margin-left: max(41px, 3.203125cqw);
}
@media print, screen and (max-width: 899px) {
  body .works__design-item:nth-of-type(5) svg {
    margin-left: 0;
  }
}
body .interview {
  width: 100%;
  max-width: calc(1920px + 8.5714285714svw);
}
body .interview__inner {
  position: relative;
  z-index: 1;
  padding: max(54px, 5.7142857143svw) 4.2857142857svw 0 4.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .interview__inner {
    padding: max(54px, 14.4svw) 4svw 0 4svw;
  }
}
body .interview__figure-item {
  position: absolute;
  z-index: -1;
}
body .interview__figure-item svg {
  width: 100%;
}
body .interview__figure-item:nth-of-type(1) {
  width: clamp(284px, 28.2857142857svw, 594px);
  right: 4.8571428571svw;
  top: 15.7142857143svw;
}
@media print, screen and (max-width: 899px) {
  body .interview__figure-item:nth-of-type(1) {
    right: -12.8svw;
    top: 16.5333333333svw;
  }
}
@media print, screen and (max-width: 599px) {
  body .interview__figure-item:nth-of-type(1) {
    right: -25.8666666667svw;
  }
}
body .interview__figure-item:nth-of-type(2) {
  width: clamp(255px, 31.3571428571svw, 658px);
  left: -11.2857142857svw;
  bottom: -1.5714285714svw;
}
@media print, screen and (max-width: 899px) {
  body .interview__figure-item:nth-of-type(2) {
    left: -11.2svw;
    bottom: 68.2666666667svw;
  }
}
@media print, screen and (max-width: 599px) {
  body .interview__figure-item:nth-of-type(2) {
    left: -22.4svw;
  }
}
body .interview__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: min(1500px, 91.4285714286svw);
  width: 100%;
  container-type: inline-size;
  margin: 3.7142857143svw auto 0 auto;
}
@media print, screen and (max-width: 899px) {
  body .interview__cards {
    flex-direction: column;
    margin: 8svw auto 0 auto;
  }
}
body .interview__card {
  position: relative;
  width: 47.65625cqw;
  aspect-ratio: 610/761.65;
  height: auto;
  overflow: hidden;
}
@media print, screen and (max-width: 899px) {
  body .interview__card {
    width: 88.9855072464cqw;
  }
}
body .interview__card:nth-of-type(1) {
  margin-right: 4.6875cqw;
}
body .interview__card:nth-of-type(1) .interview__card-heading span:nth-of-type(2) {
  color: #7566a7;
}
body .interview__card:nth-of-type(2) {
  margin-top: 11.875cqw;
}
@media print, screen and (max-width: 899px) {
  body .interview__card:nth-of-type(2) {
    margin-left: 11.0144927536cqw;
  }
}
body .interview__card:nth-of-type(2) .interview__card-heading span:nth-of-type(2) {
  color: #4fc3cc;
}
body .interview__card-heading {
  position: absolute;
  z-index: 2;
  top: 1.875cqw;
  left: 2.65625cqw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media print, screen and (max-width: 1199px) {
  body .interview__card-heading {
    gap: 12px;
  }
}
@media print, screen and (max-width: 899px) {
  body .interview__card-heading {
    top: 3.4782608696cqw;
    left: 2.8985507246cqw;
    gap: 12px;
  }
}
body .interview__card-heading span:nth-of-type(1) {
  color: #fff;
  font-size: clamp(16px, 1.875cqw, 24px);
}
@media print, screen and (max-width: 899px) {
  body .interview__card-heading span:nth-of-type(1) {
    font-size: clamp(16px, 4.6376811594cqw, 24px);
  }
}
body .interview__card-heading span:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(150px, 14.140625cqw);
  height: 46px;
  line-height: 1;
  border-radius: 23px;
  background-color: #fff;
  font-size: clamp(14px, 1.40625cqw, 18px);
}
@media print, screen and (max-width: 899px) {
  body .interview__card-heading span:nth-of-type(2) {
    width: clamp(125px, 36.231884058cqw, 181px);
    height: clamp(32px, 9.2753623188cqw, 46px);
    border-radius: clamp(16px, 4.6376811594cqw, 23px);
    font-size: clamp(14px, 4.0579710145cqw, 18px);
  }
}
body .interview__card-img {
  width: 100%;
  height: 100%;
}
body .interview__card-img svg, body .interview__card-img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
}
body .interview__card-img img {
  z-index: 1;
}
@media print, screen and (max-width: 599px) {
  body .interview__card-img img {
    width: 94%;
    transform: translateX(calc(-50% + 4px));
    object-fit: contain;
    object-position: bottom center;
  }
}
body .interview__card-btn {
  position: absolute;
  z-index: 2;
  right: max(18px, 1.796875cqw);
  bottom: max(18px, 1.953125cqw);
  display: flex;
  flex-direction: row;
  align-items: center;
  width: clamp(195px, 20.234375cqw, 259px);
  height: clamp(53px, 5.46875cqw, 70px);
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  font-size: clamp(16px, 1.40625cqw, 18px);
  line-height: 1;
  padding-left: clamp(19px, 2.421875cqw, 31px);
  transition: filter 0.3s;
  cursor: pointer;
}
body .interview__card-btn:hover {
  filter: brightness(0.8);
}
body .interview__card-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #262626;
  border-radius: 50%;
  position: absolute;
  right: clamp(14px, 1.484375cqw, 19px);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 899px) {
  body .interview__card-btn:after {
    width: 9px;
    height: 9px;
  }
}
body .career {
  width: 100%;
  max-width: calc(1920px + 8.5714285714svw);
}
body .career__inner {
  position: relative;
  z-index: 1;
  padding: max(50px, 3.5714285714svw) 4.2857142857svw max(99px, 7.0714285714svw) 4.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .career__inner {
    padding: max(119px, 31.7333333333svw) 0 max(70px, 18.6666666667svw) 0;
  }
}
body .career__inner .common-heading {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 899px) {
  body .career__inner .common-heading {
    margin-left: 4svw;
  }
}
body .career__figure-item {
  position: absolute;
  z-index: -1;
}
body .career__figure-item svg {
  width: 100%;
}
body .career__figure-item:nth-of-type(1) {
  width: clamp(284px, 36.3571428571svw, 763.5px);
  right: -8.2857142857svw;
  top: 7.5714285714svw;
}
@media print, screen and (max-width: 899px) {
  body .career__figure-item:nth-of-type(1) {
    right: -13.3333333333svw;
    top: 12.2666666667svw;
  }
}
body .career__figure-item:nth-of-type(2) {
  width: clamp(242px, 23.5svw, 493.5px);
  left: 8.3571428571svw;
  bottom: 8.4285714286svw;
}
@media print, screen and (max-width: 1050px) {
  body .career__figure-item:nth-of-type(2) {
    display: none;
  }
}
@media print, screen and (max-width: 899px) {
  body .career__figure-item:nth-of-type(2) {
    left: min(-84px, -22.4svw);
    bottom: 31.4666666667svw;
  }
}
body .career__step {
  position: relative;
  margin-top: max(54px, 3.8571428571svw);
  container-type: inline-size;
  overflow-x: clip;
  aspect-ratio: 1280/792.35;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1050px) {
  body .career__step {
    margin-top: clamp(-32px, -6.1333333333svw, -23px);
    aspect-ratio: auto;
  }
}
body .career__step-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
@media print, screen and (max-width: 1050px) {
  body .career__step-bg {
    display: none;
  }
}
body .career__step-bg svg {
  width: 100%;
}
body .career__step-figure {
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 1050px) {
  body .career__step-figure {
    padding: 45px 4.2857142857svw 36px 4.2857142857svw;
    background-color: #fff;
    border-radius: clamp(20px, 2.1428571429svw, 30px);
  }
}
@media print, screen and (max-width: 899px) {
  body .career__step-figure {
    padding: 45px 4svw 36px 4svw;
  }
  body .career__step-figure .js-scroll {
    overflow-x: scroll;
    padding-right: 4svw;
    width: calc(100% + 4svw);
  }
}
body .career__step-figure img {
  width: 84.84375cqw;
  margin-left: 3.203125cqw;
  margin-top: 3.59375cqw;
}
@media print, screen and (max-width: 1050px) {
  body .career__step-figure img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 899px) {
  body .career__step-figure img {
    min-width: 657.16px;
  }
}
body .career__step-figure-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 32.03125cqw;
  margin-top: 3.4375cqw;
  width: 65.546875cqw;
  height: 13.768115942cqw;
}
@media print, screen and (max-width: 1300px) {
  body .career__step-figure-txt {
    margin-top: 3.28125cqw;
  }
}
@media print, screen and (max-width: 1050px) {
  body .career__step-figure-txt {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}
body .career__step-figure-txt p {
  font-size: clamp(14px, 1.1428571429svw, 20px);
  line-height: 1.875;
  width: 100%;
}
@media print, screen and (max-width: 1050px) {
  body .career__step-figure-txt p {
    font-size: 16px;
  }
}
body .environment {
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 2;
}
body .environment__inner {
  background-color: #fff;
  margin-top: max(-14.1428571429svw, -270px);
  margin-bottom: -5.9285714286svw;
  padding: 0 4.2857142857svw;
  border-radius: 2.3571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .environment__inner {
    margin-top: -24svw;
    margin-bottom: -12.2666666667svw;
    padding: 0 4svw;
  }
}
body .environment__inner .common-frame {
  position: relative;
  z-index: -1;
}
body .environment__inner .common-heading {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 899px) {
  body .environment__inner .common-heading__word:nth-of-type(2) {
    font-size: clamp(38px, 10.1333333333svw, 66px);
  }
}
body .environment__img {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: max(-2.1428571429svw, -30px);
  margin-bottom: 5.1428571429svw;
}
@media print, screen and (max-width: 899px) {
  body .environment__img {
    margin-top: max(-2.8571428571svw, -40px);
    margin-bottom: min(20svw, 75px);
  }
}
body .environment__img img {
  width: 100%;
}
body .environment__list {
  position: relative;
  z-index: 1;
  padding-bottom: 1.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list {
    padding-bottom: 3.7333333333svw;
  }
}
body .environment__list-item {
  container-type: inline-size;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
body .environment__list-item-img {
  position: relative;
  width: 50%;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-img {
    width: 75.7333333333svw;
  }
}
body .environment__list-item-img svg {
  position: absolute;
  z-index: -1;
}
body .environment__list-item-txt {
  width: 44.375%;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-txt {
    width: 100%;
  }
}
body .environment__list-item-txt-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  margin-top: clamp(34px, 6.5714285714svw, 92px);
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-txt-heading {
    margin-top: min(13.3333333333svw, 50px);
  }
}
body .environment__list-item-txt-heading span {
  font-weight: 700;
  font-size: clamp(24px, 3.4285714286svw, 48px);
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-txt-heading span {
    font-size: clamp(24px, 6.4svw, 36px);
  }
}
body .environment__list-item-txt-heading span:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
}
body .environment__list-item-txt-heading span:nth-of-type(2) {
  margin-top: clamp(12px, 1svw, 14px);
  line-height: 1.5;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-txt-heading span:nth-of-type(2) {
    margin-top: min(8px, 2.1333333333svw);
  }
}
body .environment__list-item-txt-heading span:nth-of-type(2):has(strong) {
  margin-top: -0.05em;
  margin-bottom: -0.3em;
}
body .environment__list-item-txt-heading strong {
  font-weight: 600;
  font-size: clamp(44px, 5.7142857143svw, 80px);
  -webkit-text-stroke: 1.5px #262626;
  color: #fff;
  overflow: hidden;
  margin-bottom: -2px;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-txt-heading strong {
    -webkit-text-stroke: 1px #262626;
  }
}
body .environment__list-item-txt-heading strong span {
  display: inline-block;
  position: relative;
}
body .environment__list-item-txt-desc {
  font-size: 16px;
  line-height: 1.875;
  margin-top: clamp(14px, 2svw, 28px);
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item-txt-desc {
    width: 100%;
    margin-top: 3.7333333333svw;
  }
}
body .environment__list-item:nth-of-type(1) .environment__list-item-img svg {
  left: 0;
  top: 9.4537815126%;
  width: 95.15625%;
  transform: rotate(-20deg);
}
body .environment__list-item:nth-of-type(1) .environment__list-item-txt {
  margin-top: -7.65625cqw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(1) .environment__list-item-txt {
    margin-top: 0;
  }
}
body .environment__list-item:nth-of-type(1) strong {
  color: #4fc3cc !important;
}
body .environment__list-item:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 5.6428571429svw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(2) {
    flex-direction: column;
    margin-top: 57px;
  }
}
body .environment__list-item:nth-of-type(2) .environment__list-item-img svg {
  left: 5.3125%;
  top: -9.0146750524%;
  width: 85.9375%;
  transform: rotate(30deg);
}
body .environment__list-item:nth-of-type(2) .environment__list-item-txt {
  margin-top: -4.53125cqw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(2) .environment__list-item-txt {
    margin-top: 0;
  }
}
body .environment__list-item:nth-of-type(2) strong {
  color: #e8bc4f !important;
}
body .environment__list-item:nth-of-type(3) {
  margin-top: 2svw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(3) {
    margin-top: 57px;
  }
}
body .environment__list-item:nth-of-type(3) .environment__list-item-img svg {
  right: -1.09375%;
  top: -3.1446540881%;
  width: 90.9375%;
  transform: rotate(121deg);
}
body .environment__list-item:nth-of-type(3) .environment__list-item-txt {
  margin-top: -3.90625cqw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(3) .environment__list-item-txt {
    margin-top: 0;
  }
}
body .environment__list-item:nth-of-type(3) strong {
  color: #e87d7a !important;
}
body .environment__list-item:nth-of-type(4) {
  flex-direction: row-reverse;
  margin-top: 5.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(4) {
    flex-direction: column;
    margin-top: 57px;
  }
}
body .environment__list-item:nth-of-type(4) .environment__list-item-img svg {
  right: 5.3125%;
  top: -12.1593291405%;
  width: 85.9375%;
}
body .environment__list-item:nth-of-type(4) .environment__list-item-txt {
  margin-top: -4.375cqw;
}
@media print, screen and (max-width: 899px) {
  body .environment__list-item:nth-of-type(4) .environment__list-item-txt {
    margin-top: 0;
  }
}
body .environment__list-item:nth-of-type(4) strong {
  color: #4fcc89 !important;
}
body .recruitment {
  width: 100%;
  max-width: calc(1920px + 8.5714285714svw);
}
body .recruitment__inner {
  position: relative;
  z-index: 1;
  padding: max(54px, 4.6428571429svw) 4.2857142857svw max(67px, 5svw) 4.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .recruitment__inner {
    padding: max(54px, 14.4svw) 4svw max(67px, 17.8666666667svw) 4svw;
  }
}
body .recruitment__inner .common-heading {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 899px) {
  body .recruitment__inner .common-heading__word:nth-of-type(2) {
    font-size: clamp(38px, 10.1333333333svw, 66px);
  }
}
body .recruitment__tab {
  position: relative;
  z-index: -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: max(40px, 3.4285714286svw);
  width: 100%;
}
body .recruitment__tab-btn {
  background-color: #2b2b2b;
  color: #fff;
  width: 48.59375%;
  height: 161px;
  font-weight: 700;
  font-size: 32px;
  border-radius: clamp(20px, 2.1428571429svw, 30px) clamp(20px, 2.1428571429svw, 30px) 0 0;
  padding-top: 42px;
  padding-left: 56px;
  cursor: pointer;
}
@media print, screen and (max-width: 899px) {
  body .recruitment__tab-btn {
    width: 48.59375%;
    padding-left: 0;
    padding-top: 28px;
    text-align: center;
    height: 126px;
    font-size: clamp(18px, 2.7777777778svw, 25px);
  }
}
@media print, screen and (max-width: 599px) {
  body .recruitment__tab-btn {
    height: 91px;
    padding-top: 15px;
    font-size: 18px;
  }
}
body .recruitment__tab-btn {
  transition: filter 0.3s;
}
body .recruitment__tab-btn:hover {
  filter: brightness(2);
}
body .recruitment__tab-btn--active {
  background-color: #fff;
  color: #262626;
  filter: brightness(1) !important;
}
body .recruitment__content {
  display: none;
  flex-direction: column;
  align-items: center;
  border-radius: clamp(20px, 2.1428571429svw, 30px);
  background-color: #fff;
  margin-top: -51px;
  padding: 90px max(114px, 8.1428571429svw) clamp(52px, 6.3571428571svw, 89px) max(114px, 8.1428571429svw);
}
@media print, screen and (max-width: 899px) {
  body .recruitment__content {
    margin-top: -44px;
    padding: max(40px, 10.6666666667svw) max(15px, 4svw) clamp(44px, 11.7333333333svw, 70px) max(15px, 4svw);
  }
}
body .recruitment__content--active {
  display: flex;
}
body .recruitment__content ul {
  width: 100%;
  border-bottom: 1px solid #262626;
}
body .recruitment__content ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 23px;
  border-top: 1px solid #262626;
}
@media print, screen and (max-width: 599px) {
  body .recruitment__content ul li {
    width: 100%;
    flex-direction: column;
  }
}
body .recruitment__content ul li span {
  font-size: clamp(16px, 1.1428571429svw, 18px);
  line-height: 1.875;
}
body .recruitment__content ul li span:nth-of-type(1) {
  font-weight: 700;
  width: 16.4285714286svw;
  min-width: 230px;
}
body .recruitment__content-mynavi, body .recruitment__content-btn {
  border-radius: 12px;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
  max-width: 331px;
  width: 68.5333333333svw;
  overflow: hidden;
  margin-top: clamp(44px, 5.5svw, 77px);
  transition: box-shadow 0.3s, filter 0.3s;
}
body .recruitment__content-mynavi:hover, body .recruitment__content-btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  filter: brightness(0.9);
}
body .recruitment__content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.7142857143svw, 24px);
  font-weight: 700;
  line-height: 1;
  aspect-ratio: 331/89;
  height: auto;
  background-color: #fff;
}
@media print, screen and (max-width: 899px) {
  body .recruitment__content-btn {
    font-size: 16px;
  }
}
body .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .modal__overlay {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  overflow-y: auto;
}
body .modal__dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 4.2857142857svw 73px 4.2857142857svw;
}
@media print, screen and (max-width: 899px) {
  body .modal__dialog {
    padding: 40px 4svw 98px 4svw;
  }
}
body .modal__box {
  position: relative;
  background-color: #fff;
  max-width: max(800px, 57.1428571429svw);
  border-radius: clamp(20px, 2.1428571429svw, 30px);
  overflow: hidden;
}
body .modal__box-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: clamp(300px, 26.9285714286svw, 377px);
  height: clamp(38px, 4.5svw, 63px);
  border-radius: 0 0 clamp(20px, 2.1428571429svw, 30px) 0;
  font-weight: 700;
  font-size: clamp(16px, 1.4285714286svw, 20px);
  line-height: 1;
  text-align: left;
  color: #fff;
}
body .modal__box-title--purple {
  background: #7566a7;
}
body .modal__box-title--teal {
  background: #4fc3cc;
}
body .modal__box-title span {
  font-weight: 200;
  margin-left: 0.7em;
  margin-right: 0.7em;
}
body .modal__box .modal__header {
  padding: 0 max(15px, 2.6666666667svw) clamp(43px, 4.2svw, 63px) max(15px, 2.6666666667svw);
  position: relative;
}
body .modal__box .modal__header-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  margin-top: clamp(34px, 3.0714285714svw, 43px);
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__header-heading {
    margin-top: min(9.0666666667svw, 34px);
  }
}
body .modal__box .modal__header-heading span {
  font-weight: 700;
  font-size: clamp(24px, 2.8571428571svw, 40px);
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__header-heading span {
    font-size: clamp(24px, 6.4svw, 36px);
  }
}
body .modal__box .modal__header-heading span:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
}
@media print, screen and (max-width: 599px) {
  body .modal__box .modal__header-heading span:nth-of-type(1) {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
body .modal__box .modal__header-heading span:nth-of-type(2) {
  margin-top: clamp(12px, 0.8571428571svw, 12px);
  line-height: 1.5;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__header-heading span:nth-of-type(2) {
    margin-top: min(8px, 2.1333333333svw);
  }
}
body .modal__box .modal__header-heading span:nth-of-type(2):has(strong) {
  margin-top: -0.05em;
  margin-bottom: -0.3em;
}
body .modal__box .modal__header-heading strong {
  font-weight: 600;
  font-size: clamp(44px, 4.4285714286svw, 62px);
  -webkit-text-stroke: 1.5px #262626;
  color: #fff;
  overflow: hidden;
  margin-bottom: -2px;
}
body .modal__box .modal__header-heading strong span {
  display: inline-block;
  position: relative;
  -webkit-text-stroke: 1px #262626;
}
body .modal__box .modal__header-heading--purple strong {
  color: #7566a7;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
body .modal__box .modal__header-heading--teal strong {
  color: #4fc3cc;
}
body .modal__box .modal__header-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(14px, 1.1428571429svw, 16px);
  line-height: 1.625;
  margin-top: clamp(22px, 2.2857142857svw, 32px);
}
body .modal__box .modal__header-img {
  width: 100%;
  margin-top: max(-26px, -1.8571428571svw);
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__header-img {
    margin-top: max(-8px, -6.9333333333svw);
  }
}
body .modal__box .modal__header-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  padding-top: 24px;
  padding-bottom: 79px;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__header-desc {
    padding-top: 14px;
    padding-bottom: 22px;
  }
}
body .modal__box .modal__honne--purple h4 {
  color: #7566a7;
}
body .modal__box .modal__honne--purple .modal__honne-wave svg path {
  fill: #7566a7;
}
body .modal__box .modal__honne--purple .modal__honne-aq {
  background-color: #7566a7;
}
body .modal__box .modal__honne--teal h4 {
  color: #4fc3cc;
}
body .modal__box .modal__honne--teal .modal__honne-wave svg path {
  fill: #4fc3cc;
}
body .modal__box .modal__honne--teal .modal__honne-aq {
  background-color: #4fc3cc;
}
body .modal__box .modal__honne-wave {
  width: 100%;
}
body .modal__box .modal__honne-wave svg {
  width: 100%;
}
body .modal__box .modal__honne-aq {
  position: relative;
  margin-top: -1px;
  padding: 8px 2.8571428571svw 50px 2.8571428571svw;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 26px 4svw 32px 4svw;
  }
}
body .modal__box .modal__honne-aq-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  color: #fff;
  width: 100%;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq-title {
    text-align: center;
    align-items: center;
  }
}
body .modal__box .modal__honne-aq-title span {
  font-weight: 700;
  font-size: clamp(24px, 2svw, 28px);
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq-title span {
    font-size: clamp(24px, 6.4svw, 28px);
  }
}
body .modal__box .modal__honne-aq-title span:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
}
@media print, screen and (max-width: 599px) {
  body .modal__box .modal__honne-aq-title span:nth-of-type(1) {
    flex-direction: column;
    align-items: center;
  }
}
body .modal__box .modal__honne-aq-title span:nth-of-type(2) {
  margin-top: clamp(12px, 0.8571428571svw, 12px);
  line-height: 1.5;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq-title span:nth-of-type(2) {
    margin-top: min(8px, 2.1333333333svw);
  }
}
@media print, screen and (max-width: 599px) {
  body .modal__box .modal__honne-aq-title span:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body .modal__box .modal__honne-aq-title span:nth-of-type(2):has(strong) {
  margin-top: -0.1em;
  margin-bottom: -0.3em;
}
body .modal__box .modal__honne-aq-title strong {
  font-weight: 600;
  font-size: clamp(44px, 5svw, 70px);
  color: #fff;
  overflow: hidden;
  margin-bottom: -2px;
  margin-right: 0.15em;
}
@media print, screen and (max-width: 599px) {
  body .modal__box .modal__honne-aq-title strong {
    margin-bottom: -5px;
    margin-right: 0;
  }
}
body .modal__box .modal__honne-aq-title strong span {
  display: inline-block;
  position: relative;
}
body .modal__box .modal__honne-aq-img {
  position: absolute;
  left: 61.25%;
  top: -84px;
  width: 265px;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq-img {
    position: relative;
    left: auto;
    top: auto;
    width: clamp(213px, 56.8svw, 265px);
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(20px);
  }
}
body .modal__box .modal__honne-aq-img img {
  width: 100%;
}
body .modal__box .modal__honne-aq ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 23px;
  margin-top: 20px;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq ul {
    margin-top: -44px;
  }
}
body .modal__box .modal__honne-aq ul li {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  width: 90.5686546463%;
  padding: 20px 20px 18px 19px;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq ul li {
    width: 93.2258064516%;
  }
}
body .modal__box .modal__honne-aq ul li:before {
  content: "";
  width: 32.15px;
  height: 19.27px;
  position: absolute;
  top: 20px;
  right: -16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.153' height='19.271' viewBox='0 0 32.153 19.271'%3E%3Cpath d='M-3010.384,6034.442s5.612,10.019,22.776,5.42c-4.125,9.625-14.613,18.294-27.45,11.33s4.674-10.135,4.674-10.135' transform='translate(3019.761 -6034.442)' fill='%23fff'/%3E%3C/svg%3E");
}
body .modal__box .modal__honne-aq ul li:nth-of-type(even) {
  margin-left: 9.4313453537%;
}
@media print, screen and (max-width: 899px) {
  body .modal__box .modal__honne-aq ul li:nth-of-type(even) {
    margin-left: 6.7741935484%;
  }
}
body .modal__box .modal__honne-aq ul li:nth-of-type(even):before {
  transform: scale(-1, 1);
  left: -16px;
}
body .modal__box .modal__honne-aq ul li h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
body .modal__box .modal__honne-aq ul li p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 14px;
}
body .modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: 53px auto 0 auto;
  width: 260px;
  height: 70px;
  border-radius: 12px;
  background: #fff;
  color: #262626;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  font-size: 18px;
  transition: filter 0.3s;
}
@media print, screen and (max-width: 899px) {
  body .modal__btn {
    margin: 24px auto 0 auto;
  }
}
body .modal__btn:hover {
  filter: brightness(0.8);
}