@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
/*
    A (more) Modern CSS Reset
    https://piccalil.li/blog/a-more-modern-css-reset/
    @since 25/02/05
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  line-height: 1.5;
  min-height: 100dvh;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 2.5ex;
}

:root {
  --base-font-family: Noto Sans JP, sans-serif; /* メインフォント */
  --header-height: 100px;
  --page-header-after: 160px; /* ページヘッダー - 後 */
  --gutter: clamp(40px, 12.5vw, 200px); /* コンテンツガイド */
  --gutter-sm: clamp(40px, 5vw, 80px); /* コンテンツガイド(sm) */
  --gutter-lg: clamp(40px, 19.6875vw, 315px); /* コンテンツガイド(lg) */
  --contents-spacer: 120px; /* コンテンツ間隔 */
}
@media screen and (width <= 1280px) {
  :root {
    --header-height: 60px;
  }
}
@media screen and (width <= 768px) {
  :root {
    --page-header-after: 40px; /* ページヘッダー - 後 */
    --gutter: clamp(10px, 5.3333333333vw, 40px); /* コンテンツガイド */
    --gutter-sm: clamp(10px, 5.3333333333vw, 40px); /* コンテンツガイド(sm) */
    --gutter-lg: clamp(10px, 5.3333333333vw, 40px); /* コンテンツガイド(lg) */
    --contents-spacer: 60px; /* コンテンツ間隔 */
  }
}

:target {
  scroll-margin-block: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-size: 1rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  color: #333333;
  font-family: var(--base-font-family), sans-serif;
  background-color: #ffffff;
}
@media screen and (width <= 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.js-fix {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.8;
}

.swpm-signup-block, .swpm-profile-block, .swpm-pw-reset-block, .swpm-login-block {
  width: 100%;
  padding-inline: var(--gutter-sm, 0px);
}
.swpm-signup-block__container, .swpm-profile-block__container, .swpm-pw-reset-block__container, .swpm-login-block__container {
  width: min(650px, 100%);
  margin-inline: auto;
  padding: 3em 2em;
  border-radius: 8px;
  background-color: #eef4f9;
}
@media screen and (width <= 576px) {
  .swpm-signup-block__container, .swpm-profile-block__container, .swpm-pw-reset-block__container, .swpm-login-block__container {
    padding-inline: 1em;
  }
}

.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-desc,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-desc, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap, .swpm-pw-reset-widget-form .swpm-pw-reset-email, .swpm-login-widget-form .swpm-username-label,
.swpm-login-widget-form .swpm-password-label {
  display: block;
  margin: 0;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}

.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-text,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-text, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap .swpm-form-field, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field, .swpm-pw-reset-widget-form .swpm-pw-reset-email-input .swpm-text-field, .swpm-login-widget-form .swpm-username-input .swpm-text-field,
.swpm-login-widget-form .swpm-password-input .swpm-text-field {
  width: 100%;
  padding: 0.5625em 1em;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  outline: none;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-text:focus-visible,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-text:focus-visible, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap .swpm-form-field:focus-visible, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field:focus-visible, .swpm-pw-reset-widget-form .swpm-pw-reset-email-input .swpm-text-field:focus-visible, .swpm-login-widget-form .swpm-username-input .swpm-text-field:focus-visible,
.swpm-login-widget-form .swpm-password-input .swpm-text-field:focus-visible {
  border-color: #268df3;
}
@media (any-hover: hover) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-text:hover,
  .swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-text:hover, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap .swpm-form-field:hover, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field:hover, .swpm-pw-reset-widget-form .swpm-pw-reset-email-input .swpm-text-field:hover, .swpm-login-widget-form .swpm-username-input .swpm-text-field:hover,
  .swpm-login-widget-form .swpm-password-input .swpm-text-field:hover {
    border-color: #268df3;
  }
}

.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap, .swpm-pw-reset-widget-form .swpm-pw-reset-email-input, .swpm-login-widget-form .swpm-username-input,
.swpm-login-widget-form .swpm-password-input {
  width: 100%;
  margin: 0;
}

.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-recaptcha-section .swpm_g_captcha, .swpm-pw-reset-widget-form .swpm-recaptcha-section .swpm_g_captcha, .swpm-login-widget-form .swpm-recaptcha-section .swpm_g_captcha {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-recaptcha-section .swpm_g_captcha iframe, .swpm-pw-reset-widget-form .swpm-recaptcha-section .swpm_g_captcha iframe, .swpm-login-widget-form .swpm-recaptcha-section .swpm_g_captcha iframe {
  display: block;
}

.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row.swpm-submit-section, .swpm-edit-profile-form .swpm-form .swpm-form-row.swpm-submit-section, .swpm-pw-reset-widget-form .swpm-pw-reset-submit-button, .swpm-login-widget-form .swpm-login-submit {
  width: 100%;
  margin: 0;
}

.swpm-fb-registration-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-signup, .swpm-fb-registration-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-update,
.swpm-fb-profile-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-signup,
.swpm-fb-profile-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-update, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row.swpm-submit-section button.swpm-submit, .swpm-edit-profile-form .swpm-form .swpm-form-row.swpm-submit-section button.swpm-submit, .swpm-pw-reset-widget-form .swpm-pw-reset-submit-button input[type=submit], .swpm-login-widget-form .swpm-login-submit input[type=submit] {
  font-weight: 700;
  display: block;
  width: min(240px, 100%);
  margin-inline: auto;
  padding: 0.75em 1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
  border: 1px solid #268df3;
  border-radius: 100vmax;
  background-color: #268df3;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-signup:focus-visible, .swpm-fb-registration-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-update:focus-visible,
.swpm-fb-profile-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-signup:focus-visible,
.swpm-fb-profile-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-update:focus-visible, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row.swpm-submit-section button.swpm-submit:focus-visible, .swpm-edit-profile-form .swpm-form .swpm-form-row.swpm-submit-section button.swpm-submit:focus-visible, .swpm-pw-reset-widget-form .swpm-pw-reset-submit-button input[type=submit]:focus-visible, .swpm-login-widget-form .swpm-login-submit input[type=submit]:focus-visible {
  color: #268df3;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-signup:hover, .swpm-fb-registration-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-update:hover,
  .swpm-fb-profile-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-signup:hover,
  .swpm-fb-profile-form .swpm-form-builder .swpm-edit-profile-submit-section input[type=submit].swpm-submit.swpm-fb--btn-update:hover, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row.swpm-submit-section button.swpm-submit:hover, .swpm-edit-profile-form .swpm-form .swpm-form-row.swpm-submit-section button.swpm-submit:hover, .swpm-pw-reset-widget-form .swpm-pw-reset-submit-button input[type=submit]:hover, .swpm-login-widget-form .swpm-login-submit input[type=submit]:hover {
    color: #268df3;
    background-color: #ffffff;
  }
}

.swpm_pass_reset_processing_msg_section, .swpm-login-widget-form .swpm-login-action-msg, .swpm_success,
.swpm_error {
  font-size: 0.85em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.swpm-login-widget-logged .swpm-logged-logout-link > a, .swpm-login-block__pw-reset-link, .swpm-login-block__signup-link {
  font-size: 0.85em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-inline: auto;
  text-decoration: none;
  color: #333333;
}
.swpm-login-widget-logged .swpm-logged-logout-link > a:focus-visible, .swpm-login-block__pw-reset-link:focus-visible, .swpm-login-block__signup-link:focus-visible {
  color: #268df3;
}
@media (any-hover: hover) {
  .swpm-login-widget-logged .swpm-logged-logout-link > a:hover, .swpm-login-block__pw-reset-link:hover, .swpm-login-block__signup-link:hover {
    color: #268df3;
  }
}

.swpm_success,
.swpm_error {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.swpm-login-block__pw-reset-link, .swpm-login-block__signup-link {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.swpm-login-widget-logged ~ .swpm-login-block__pw-reset-link, .swpm-login-widget-logged ~ .swpm-login-block__signup-link {
  display: none; /* ログイン済みの場合は、非表示にする */
}
.swpm-login-block__signup-link {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.swpm-login-widget-form {
  width: 100%;
}
.swpm-login-widget-form .swpm-username-input,
.swpm-login-widget-form .swpm-password-input {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.swpm-login-widget-form .swpm-password-input-visibility,
.swpm-login-widget-form .swpm-remember-me {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.swpm-login-widget-form .swpm-password-input-visibility:focus-visible .swpm-password-toggle-checkbox-label,
.swpm-login-widget-form .swpm-password-input-visibility:focus-visible .swpm-rememberme-label,
.swpm-login-widget-form .swpm-remember-me:focus-visible .swpm-password-toggle-checkbox-label,
.swpm-login-widget-form .swpm-remember-me:focus-visible .swpm-rememberme-label {
  color: #268df3;
}
@media (any-hover: hover) {
  .swpm-login-widget-form .swpm-password-input-visibility:hover .swpm-password-toggle-checkbox-label,
  .swpm-login-widget-form .swpm-password-input-visibility:hover .swpm-rememberme-label,
  .swpm-login-widget-form .swpm-remember-me:hover .swpm-password-toggle-checkbox-label,
  .swpm-login-widget-form .swpm-remember-me:hover .swpm-rememberme-label {
    color: #268df3;
  }
}
.swpm-login-widget-form .swpm-password-input-visibility .swpm-password-toggle-checkbox,
.swpm-login-widget-form .swpm-password-input-visibility .swpm-remember-checkbox,
.swpm-login-widget-form .swpm-remember-me .swpm-password-toggle-checkbox,
.swpm-login-widget-form .swpm-remember-me .swpm-remember-checkbox {
  line-height: 1;
  display: block;
  -webkit-margin-before: 0.125em;
          margin-block-start: 0.125em;
}
.swpm-login-widget-form .swpm-password-input-visibility .swpm-password-toggle-checkbox input[type=checkbox],
.swpm-login-widget-form .swpm-password-input-visibility .swpm-remember-checkbox input[type=checkbox],
.swpm-login-widget-form .swpm-remember-me .swpm-password-toggle-checkbox input[type=checkbox],
.swpm-login-widget-form .swpm-remember-me .swpm-remember-checkbox input[type=checkbox] {
  height: 1em;
  aspect-ratio: 1;
  margin: 0;
  cursor: pointer;
  accent-color: #268df3;
}
.swpm-login-widget-form .swpm-password-input-visibility .swpm-password-toggle-checkbox-label,
.swpm-login-widget-form .swpm-password-input-visibility .swpm-rememberme-label,
.swpm-login-widget-form .swpm-remember-me .swpm-password-toggle-checkbox-label,
.swpm-login-widget-form .swpm-remember-me .swpm-rememberme-label {
  line-height: 1;
  display: block;
  cursor: pointer;
}
.swpm-login-widget-form .swpm-remember-me {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.swpm-login-widget-form .swpm-recaptcha-section {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.swpm-login-widget-form .swpm-login-submit {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.swpm-login-widget-form .swpm-forgot-pass-link,
.swpm-login-widget-form .swpm-registration-link {
  display: none;
}
.swpm-login-widget-form .swpm-login-action-msg {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.swpm-login-widget-logged .swpm-logged-logout-link {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swpm-login-widget-logged .swpm-logged-logout-link > a {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.swpm-pw-reset-widget-form {
  width: 100%;
}
.swpm-pw-reset-widget-form .swpm-pw-reset-email-input {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.swpm-pw-reset-widget-form .swpm-recaptcha-section {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.swpm-pw-reset-widget-form .swpm-pw-reset-submit-button {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.swpm_pass_reset_processing_msg_section {
  color: #268df3;
}
.swpm_pass_reset_processing_msg_section:not(:has([hidden=hidden])) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.swpm-profile-block__container {
  width: min(800px, 100%);
}

.swpm-edit-profile-form .swpm-form .swpm-form-row.swpm-membership-level-row {
  display: none; /* NOTE: 会員レベルは非表示 (使用する場合はこの行を削除する) */
}
.swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-label-wrap.swpm-form-email-label-wrap > label::after, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-label-wrap.swpm-form-password-label-wrap > label::after, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-label-wrap.swpm-form-repass-label-wrap > label::after, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-label-wrap.swpm-form-firstname-label-wrap > label::after, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-label-wrap.swpm-form-lastname-label-wrap > label::after, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-label-wrap.swpm-form-company-label-wrap > label::after {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  content: "*";
  color: #e73c49;
}
.swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap.swpm-form-country-input-wrap {
  position: relative;
}
.swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap.swpm-form-country-input-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-color: #333333;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1 3L5 7L9 3' stroke='%23000000' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1 3L5 7L9 3' stroke='%23000000' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  mask-position: center;
}
.swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field.swpm-profile-form-country {
  -webkit-padding-end: 2.55rem;
          padding-inline-end: 2.55rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field.swpm-profile-form-country:invalid, .swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field.swpm-profile-form-country[data-selected=false] {
  color: #757575;
}
.swpm-edit-profile-form .swpm-form .swpm-form-row .swpm-form-input-wrap .swpm-form-field.swpm-profile-form-country > option {
  color: #333333;
}
.swpm-edit-profile-form .swpm-form .swpm-form-row.swpm-submit-section {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.swpm_profile_not_logged_in_msg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.swpm-signup-block__container {
  width: min(800px, 100%);
}
.swpm-signup-block__container .swpm_success:has(.swpm-registration-success-msg) {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-username-label-wrap > label::after, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-email-label-wrap > label::after, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-password-label-wrap > label::after, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-repass-label-wrap > label::after, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-firstname-label-wrap > label::after, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-lastname-label-wrap > label::after, .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap.swpm-form-company-label-wrap > label::after {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  content: "*";
  color: #e73c49;
}
.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row.swpm-submit-section {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-recaptcha-section {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}

.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset {
  padding: 0;
  border: none;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset.swpm-verification .swpm-recaptcha-section,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset.swpm-verification .swpm-recaptcha-section {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  grid-template-columns: minmax(0, 1fr);
  width: calc(100% + 4em);
  margin-inline: -2em;
}
@media screen and (width <= 576px) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset.swpm-verification .swpm-recaptcha-section,
  .swpm-fb-profile-form .swpm-form-builder .swpm-fieldset.swpm-verification .swpm-recaptcha-section {
    width: calc(100% + 2em);
    margin-inline: -1em;
  }
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset.swpm-verification .swpm-recaptcha-section .swpm_g_captcha,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset.swpm-verification .swpm-recaptcha-section .swpm_g_captcha {
  -webkit-transform-origin: 50% 50% !important;
          transform-origin: 50% 50% !important;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-legend,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-legend {
  display: none;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (width <= 374px) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section,
  .swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section {
    grid-template-columns: minmax(0, 1fr);
  }
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item {
  grid-column: span 2;
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
@media screen and (width <= 374px) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item,
  .swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item {
    grid-column: auto;
  }
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-left-half,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-left-half {
  grid-column: 1/span 1;
}
@media screen and (width <= 374px) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-left-half,
  .swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-left-half {
    grid-column: auto;
  }
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-right-half,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-right-half {
  grid-column: 2/span 1;
}
@media screen and (width <= 374px) {
  .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-right-half,
  .swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-right-half {
    grid-column: auto;
  }
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item:last-of-type,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item:last-of-type {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-item-password .swpm-fb-retype-password-input,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-item-password .swpm-fb-retype-password-input {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-fb--username, .swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-fb--membership-level,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-fb--username,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item.swpm-fb--membership-level {
  display: none;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-span,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-span {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.5em;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-span > p,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-span > p {
  font-size: 0.8em;
  color: #857676;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-desc > .swpm-required-asterisk,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item .swpm-desc > .swpm-required-asterisk {
  display: inline-block;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  color: #e73c49;
}
.swpm-fb-registration-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item label.swpm-form-builder-error,
.swpm-fb-profile-form .swpm-form-builder .swpm-fieldset .swpm-section .swpm-item label.swpm-form-builder-error {
  display: block;
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
  color: #e73c49;
}
#swpm-form-custom .swpm-fb-profile-update-success {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  row-gap: 1.5em;
}
#swpm-form-custom .swpm-fb-profile-update-success .swpm-fb-update-msg-back-link {
  --icon-size: 2.5em;
  --arrow-fill-color-hover: $c-white;
  gap: 10px;
  text-decoration: none;
  color: #333333;
}

:where(.js-tab-container) {
  display: grid;
}
:where(.js-tab-container) .js-tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
:where(.js-tab-container) .js-tab-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}
:where(.js-tab-container) .js-tab-contents {
  position: relative;
  display: grid;
  grid-template-areas: "tab-content";
}
:where(.js-tab-container) .js-tab-content {
  z-index: 0;
  display: grid;
  visibility: hidden;
  grid-template-rows: 0fr;
  grid-area: tab-content;
  opacity: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity, z-index, grid-template-rows;
  transition-property: visibility, opacity, z-index, grid-template-rows;
  transition-property: visibility, opacity, z-index, grid-template-rows, -ms-grid-rows;
}
:where(.js-tab-container) .js-tab-content.is-active {
  z-index: 1;
  visibility: visible;
  grid-template-rows: 1fr;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}
:where(.js-tab-container) .js-tab-content[aria-hidden=true] {
  display: none;
}
:where(.js-tab-container) .js-tab-content-inn {
  overflow: hidden;
}

.js-tab-container.tab-theme-default {
  gap: 8px;
}
.js-tab-container.tab-theme-default .js-tab-buttons {
  gap: 8px;
}
.js-tab-container.tab-theme-default .js-tab-button {
  font-size: 0.875rem;
  padding: 8px 16px;
  color: #333333;
  border-radius: 20px;
  background-color: #f0f0f0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
}
.js-tab-container.tab-theme-default .js-tab-button:hover {
  opacity: 0.9;
}
.js-tab-container.tab-theme-default .js-tab-button.is-active {
  color: #ffffff;
  background-color: #004b8d;
}
.js-tab-container.tab-theme-default .js-tab-button:focus {
  outline: 2px solid rgba(0, 75, 141, 0.5);
  outline-offset: 2px;
}
.js-tab-container.tab-theme-default .js-tab-button:focus:not(:focus-visible) {
  outline: none;
}
.js-tab-container.tab-theme-default .js-tab-contents {
  padding: 8px;
}

.js-scroll-fade-up-trr {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-message {
  font-size: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #333333;
  display: block;
  grid-column: 1/-1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.c-breadcrumb__item {
  font-size: clamp(0.75rem, 0.71875rem + 0.15625vw, 0.875rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: var(--breadcrumb-color, #268df3);
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-breadcrumb__item > a {
  text-decoration: underline;
  text-underline-offset: 0.35em;
}
.c-breadcrumb__item::after {
  display: inline-block;
  content: "＞";
  pointer-events: none;
  color: var(--breadcrumb-bullet-color, var(--breadcrumb-color));
}
.c-breadcrumb__item:last-of-type {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.c-breadcrumb__item:last-of-type::after {
  display: none;
}

.c-btn-with-arrow {
  --icon-size: clamp(46.8px, 37.2489795918px + 2.5469387755vw, 78px);
  --icon-color: #268df3;
  --circle-stroke-color: var(--icon-color);
  --circle-fill-color: color-mix(in srgb, var(--icon-color) 0%, transparent);
  --arrow-fill-color: var(--icon-color);
  --arrow-fill-color-hover: currentcolor;
  --icn-transition-duration: 0.3s;
  --icn-transition-easing: ease-out;
  font-weight: 500;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-column-gap: clamp(10px, 1.25vw, 20px);
     -moz-column-gap: clamp(10px, 1.25vw, 20px);
          column-gap: clamp(10px, 1.25vw, 20px);
}
.c-btn-with-arrow--blue {
  --arrow-fill-color-hover: #ffffff;
}
.c-btn-with-arrow:focus-visible {
  --circle-fill-color: var(--icon-color);
  --arrow-fill-color: var(--arrow-fill-color-hover);
}
@media (any-hover: hover) {
  .c-btn-with-arrow:hover {
    --circle-fill-color: var(--icon-color);
    --arrow-fill-color: var(--arrow-fill-color-hover);
  }
}
[data-hover-trigger=btn-with-arrow]:focus-visible .c-btn-with-arrow {
  --circle-fill-color: var(--icon-color);
  --arrow-fill-color: var(--arrow-fill-color-hover);
}
@media (any-hover: hover) {
  [data-hover-trigger=btn-with-arrow]:hover .c-btn-with-arrow {
    --circle-fill-color: var(--icon-color);
    --arrow-fill-color: var(--arrow-fill-color-hover);
  }
}
.c-btn-with-arrow--bold {
  font-weight: 700;
}
.c-btn-with-arrow__icon {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
}
.c-btn-with-arrow__icon > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.c-btn-with-arrow--back .c-btn-with-arrow__icon {
  scale: -1 1;
}

.c-filter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.875em;
  container-type: inline-size;
}
.c-filter-form__inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3.75em;
}
.c-filter-form__inputs-empty {
  font-size: 12px;
}
.c-filter-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.28125em;
}
.c-filter-form__label {
  font-size: 1.125em;
  font-weight: 500;
  display: block;
  width: 100%;
  padding-bottom: 0.583em;
  border-bottom: 1px solid #dce5ee;
}
.c-filter-form__field {
  font-size: min(max(12px, 0.8125em), max(12px, 3.84615cqi));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.38em;
}
.c-filter-form__tag-input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-filter-form__tag-label {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35em 0.92em 0.5em;
  cursor: pointer;
  color: #268df3;
  border: 1px solid #268df3;
  border-radius: 100vmax;
}
@media (any-hover: hover) {
  .c-filter-form__tag-label:hover {
    opacity: 0.5;
  }
}
.c-filter-form__tag-input:focus-visible + .c-filter-form__tag-label {
  opacity: 0.5;
}
.c-filter-form__tag-input:checked + .c-filter-form__tag-label {
  color: #ffffff;
  background-color: #268df3;
}
.c-filter-form__btn {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
}
@container (width < 340px) {
  .c-filter-form__btn {
    grid-template-columns: minmax(0, 1fr);
  }
}
.c-filter-form__btn-search, .c-filter-form__btn-clear {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 50px;
  padding-block: 0.25em;
  padding-inline: 1.42em 0.714em;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  opacity: 1;
  color: #ffffff;
  border: 1px solid #268df3;
  border-radius: 0.5em;
  background: #268df3;
}
.c-filter-form__btn-search:focus-visible, .c-filter-form__btn-clear:focus-visible {
  background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
}
@media (any-hover: hover) {
  .c-filter-form__btn-search:hover, .c-filter-form__btn-clear:hover {
    background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
  }
}
.c-filter-form__btn-search-icon, .c-filter-form__btn-clear-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1lh;
  aspect-ratio: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
  pointer-events: none;
  color: #268df3;
  border-radius: 40px;
  background-color: #ffffff;
}
button:focus-visible .c-filter-form__btn-search-icon, button:focus-visible .c-filter-form__btn-clear-icon {
  scale: 1.2;
}
@media (any-hover: hover) {
  button:hover .c-filter-form__btn-search-icon, button:hover .c-filter-form__btn-clear-icon {
    scale: 1.2;
  }
}
.c-filter-form__btn-search-icon > svg, .c-filter-form__btn-clear-icon > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 50%;
  aspect-ratio: 1;
}
.c-filter-form__btn-clear {
  color: #268df3;
  background-color: #ffffff;
}
.c-filter-form__btn-clear:focus-visible {
  color: #ffffff;
}
@media (any-hover: hover) {
  .c-filter-form__btn-clear:hover {
    color: #ffffff;
  }
}
.c-filter-form__btn-clear-icon {
  color: #ffffff;
  background-color: #268df3;
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-pagination__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
     -moz-column-gap: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
          column-gap: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
}
.c-pagination__card {
  --pagination-card-width: clamp(30px, 26.9387755102px + 0.8163265306vw, 40px);
  --pagination-card-ratio: calc(4 / 4.5);
  font-size: clamp(12px, 10.7755102041px + 0.3265306122vw, 16px);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  color: #268df3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: var(--pagination-card-width);
  height: calc(var(--pagination-card-width) / var(--pagination-card-ratio));
  padding: 0.25em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  border: 1px solid #268df3;
  border-radius: calc(var(--pagination-card-width) * 0.1);
  background-color: #ffffff;
}
.c-pagination__card:focus-visible {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
  background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
}
@media (any-hover: hover) {
  .c-pagination__card:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
    background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
  }
}
.c-pagination__card.is-active {
  pointer-events: none;
  color: #ffffff;
  border-color: #268df3;
  background-color: #268df3;
}
.c-pagination__dot {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #268df3;
}
.c-pagination--inverted .c-pagination__card {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #268df3;
}
.c-pagination--inverted .c-pagination__card:focus-visible {
  color: #268df3;
  background-color: rgb(229.5, 229.5, 229.5);
}
@media (any-hover: hover) {
  .c-pagination--inverted .c-pagination__card:hover {
    color: #268df3;
    background-color: rgb(229.5, 229.5, 229.5);
  }
}
.c-pagination--inverted .c-pagination__card.is-active {
  color: #268df3;
  border-color: #ffffff;
  background-color: #ffffff;
}
.c-pagination--inverted .c-pagination__dot {
  color: #ffffff;
}

.c-term {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35em 0.92em 0.5em;
  color: #268df3;
  border: 1px solid #268df3;
  border-radius: 100vmax;
}

.c-link-card {
  --gradient: linear-gradient(to right, #152b41 0%, #204263 40%, rgba(41, 85, 129, 0) 100%);
  position: relative;
  display: block;
  overflow: clip;
  width: 100%;
  padding: clamp(40px, 27.7551020408px + 3.2653061224vw, 80px) clamp(20px, 1.6326530612px + 4.8979591837vw, 80px);
  text-decoration: none;
  color: #ffffff;
  border-radius: 1.875em;
}
.c-link-card--light {
  --gradient: linear-gradient(to right, #268df3 0%, #268df3 40%, rgba(38, 141, 243, 0) 100%);
}
.c-link-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  content: "";
  background: var(--gradient);
}
.c-link-card__background {
  position: absolute;
  z-index: -1;
  inset-block: 0;
  inset-inline: auto 0;
  display: block;
  width: 70%;
  height: 100%;
  content: "";
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
  translate: 5% 0;
}
.c-link-card:focus-visible .c-link-card__background {
  scale: 1.1;
}
@media (any-hover: hover) {
  .c-link-card:hover .c-link-card__background {
    scale: 1.1;
  }
}
.c-link-card__background > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.c-link-card__subtitle {
  font-size: max(12px, 0.9375em);
}
@media screen and (width <= 374px) {
  .c-link-card__subtitle {
    font-size: min(10px, 0.9375em);
  }
}
.c-link-card__title {
  font-size: 2.1875em;
  font-weight: 500;
  margin-top: 0.3125em;
}
.c-link-card__arrow {
  margin-top: 2.5em;
}
.c-link-card--light .c-link-card__arrow {
  --icon-color: #ffffff;
  --arrow-fill-color-hover: #268df3;
}

.c-loading-indicator {
  --loader-size: 10px;
  --indicator-height: calc(var(--loader-size) * 6);
  display: none;
  height: var(--indicator-height);
  max-height: 0;
  -webkit-transition: opacity 0.75s ease-out, max-height 0.2s ease 0.3s, display 0.75s ease-out allow-discrete;
  transition: opacity 0.75s ease-out, max-height 0.2s ease 0.3s, display 0.75s ease-out allow-discrete;
  opacity: 0;
}
.c-loading-indicator.is-loading {
  display: block;
  max-height: var(--indicator-height);
  -webkit-transition: opacity 0.75s ease-out, max-height 0.2s ease, display 0.75s ease-out allow-discrete;
  transition: opacity 0.75s ease-out, max-height 0.2s ease, display 0.75s ease-out allow-discrete;
  opacity: 1;
}
@starting-style {
  .c-loading-indicator.is-loading {
    max-height: 0;
    opacity: 0;
  }
}
.c-loading-indicator > .loader, .c-loading-indicator > .loader::before, .c-loading-indicator > .loader::after {
  width: var(--loader-size);
  height: var(--loader-size);
  -webkit-animation: loading 1.8s infinite ease-in-out;
          animation: loading 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border-radius: 50%;
}
.c-loading-indicator > .loader {
  font-size: 10px;
  position: relative;
  margin-inline: auto;
  translate: 0 -50% 0;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  text-indent: -9999em;
  color: #a1b9d1;
}
.c-loading-indicator > .loader::before, .c-loading-indicator > .loader::after {
  position: absolute;
  top: 0;
  content: "";
}
.c-loading-indicator > .loader::before {
  left: calc(var(--loader-size) * -2.5);
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.c-loading-indicator > .loader::after {
  left: calc(var(--loader-size) * 2.5);
}
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 -1.3em;
            box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 0;
            box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 0;
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 -1.3em;
            box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 0;
            box-shadow: 0 calc(var(--indicator-height) * 0.5) 0 0;
  }
}

.c-contact-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin: 0 0 50px;
}
@media screen and (width > 768px) {
  .c-contact-step {
    margin: 0 0 100px;
  }
}
.c-contact-step__item {
  display: block;
}
.c-contact-step__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px #268df3 solid;
  aspect-ratio: 1/1;
  width: 40px;
  font-size: 20px;
  color: #268df3;
}
@media screen and (width > 768px) {
  .c-contact-step__num {
    font-size: 28px;
    width: 64px;
  }
}
.c-contact-step__item--active .c-contact-step__num {
  background-color: #268df3;
  color: #ffffff;
}
.c-contact-step__name {
  display: block;
  text-align: center;
}

.c-product {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-product__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.c-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product__standard-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2px 5px;
}
.c-product__standard {
  display: block;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 0.75em;
}
.c-product__standard--jis {
  background-color: #e73c49;
}
.c-product__standard--jis::before {
  content: "JIS";
}
.c-product__standard--nexco {
  background-color: #268df3;
}
.c-product__standard--nexco::before {
  content: "NEXCO";
}
.c-product__title {
  margin: 10px 0 0;
}
.c-product__types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.c-product__type {
  display: block;
  padding: 4px 1em;
  border-radius: 100vh;
  background-color: #dce5ee;
  font-size: 0.75em;
}

.l-header {
  --header-text-color: #333333;
  --header-text-hover-color: #268df3;
  --header-logo-text-color: #0057aa;
  --header-padding-block: clamp(12px, 11.387755102px + 0.1632653061vw, 14px);
  font-size: 0.8em;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template: "logo contents";
  gap: 0.85em 1em;
  width: 100%;
  padding: var(--header-padding-block) clamp(10px, 0.8163265306px + 2.4489795918vw, 40px);
  background-color: #ffffff;
}
@media screen and (width > 1280px) {
  .l-header {
    padding-bottom: 0;
  }
}
@media screen and (width > 1600px) {
  .l-header {
    font-size: 1em;
  }
}
@media screen and (width <= 1280px) {
  .l-header {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (width <= 768px) {
  .l-header {
    grid-template: "logo h-burger";
  }
  .l-header:has(.l-header-upper__login) {
    grid-template: "logo h-burger" "h-login h-burger";
  }
}
.l-header--fixed {
  position: fixed;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.l-header--fixed:not(.is-scrolled) {
  --header-text-color: #ffffff;
  --header-logo-text-color: var(--header-text-color);
  background-color: transparent;
}
.l-header * {
  color: inherit;
}
.l-header__logo {
  display: grid;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: logo;
}
.l-header-logo {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 0.12fr 0.88fr;
  width: clamp(210px, 173.2653061224px + 9.7959183673vw, 330px);
  max-width: 100%;
  -webkit-column-gap: clamp(10px, 8.4693877551px + 0.4081632653vw, 15px);
     -moz-column-gap: clamp(10px, 8.4693877551px + 0.4081632653vw, 15px);
          column-gap: clamp(10px, 8.4693877551px + 0.4081632653vw, 15px);
}
.l-header-logo:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .l-header-logo:hover {
    opacity: 0.8;
  }
}
@media screen and (width < 320px) {
  .l-header-logo {
    width: 100%;
  }
}
.l-header-logo__icn-mark {
  width: 100%;
  min-height: 18px;
  aspect-ratio: 1;
}
@media screen and (width < 320px) {
  .l-header-logo__icn-mark {
    width: 18px;
    max-width: none;
    height: 18px;
  }
}
.l-header-logo__icn-text {
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: var(--header-logo-text-color);
  -webkit-mask: left center/contain no-repeat;
          mask: left center/contain no-repeat;
}
@media screen and (width < 320px) {
  .l-header-logo__icn-text {
    display: none;
  }
}
.l-header__contents {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  grid-area: contents;
  grid-template: "h-upper" "h-under";
  gap: 10px 1em;
}
@media screen and (width <= 1280px) {
  .l-header__contents {
    grid-template: "h-upper h-burger" minmax(0, 1fr);
  }
}
@media screen and (width <= 768px) {
  .l-header__contents {
    display: contents;
  }
}
.l-header-upper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: h-upper;
  gap: 1em;
}
@media screen and (width <= 768px) {
  .l-header-upper {
    display: contents;
  }
}
.l-header-upper__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 1280px) {
  .l-header-upper__search {
    display: none;
  }
}
.l-header-upper__search::before {
  display: block;
  width: 0.95em;
  aspect-ratio: 1/1;
  content: "";
  background-color: var(--header-text-color);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("./../images/icon/icon-search.svg");
          mask-image: url("./../images/icon/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header-upper__lang {
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-underline-offset: 0.2em;
  color: var(--header-text-color);
}
@media screen and (width <= 1280px) {
  .l-header-upper__lang {
    display: none;
  }
}
.l-header-upper__login {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-template-columns: repeat(2, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (width <= 768px) {
  .l-header-upper__login {
    grid-area: h-login;
  }
}
.l-header-upper__login-user, .l-header-upper__login-signup, .l-header-upper__login-login, .l-header-upper__login-logout {
  font-size: clamp(10px, 9.387755102px + 0.1632653061vw, 12px);
  font-weight: 600;
  line-height: 1.3;
  display: grid;
  overflow-wrap: anywhere;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  width: min(280px, 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  word-break: keep-all;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  color: #333333;
}
.l-header-upper__login-user:focus-visible, .l-header-upper__login-signup:focus-visible, .l-header-upper__login-login:focus-visible, .l-header-upper__login-logout:focus-visible {
  color: rgb(12.0524017467, 115.5021834061, 217.9475982533);
}
@media (any-hover: hover) {
  .l-header-upper__login-user:hover, .l-header-upper__login-signup:hover, .l-header-upper__login-login:hover, .l-header-upper__login-logout:hover {
    color: rgb(12.0524017467, 115.5021834061, 217.9475982533);
  }
}
.l-header-upper__login-user-icon, .l-header-upper__login-signup-icon, .l-header-upper__login-login-icon, .l-header-upper__login-logout-icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.l-header-upper__login-user-icon > svg, .l-header-upper__login-signup-icon > svg, .l-header-upper__login-login-icon > svg, .l-header-upper__login-logout-icon > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.l-header-upper__login-user > .user-name {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (width <= 768px) and (any-hover: hover) {
  .l-header-upper__login-logout > .logout-txt {
    display: none;
  }
}
.l-header-under {
  grid-area: h-under;
}
@media screen and (width <= 1280px) {
  .l-header-under {
    display: none;
  }
}
.l-header-under__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(20px, 1.5384615385px + 2.4038461538vw, 40px);
}
.l-header-under__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-under__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.l-header-under__btn {
  display: block;
  padding: 0.3em 1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
}
.l-header-under__btn--red {
  background-color: #e73c49;
}
.l-header-under__btn--red:focus-visible {
  background-color: rgb(236.5890410959, 105.4109589041, 115.3835616438);
}
@media (any-hover: hover) {
  .l-header-under__btn--red:hover {
    background-color: rgb(236.5890410959, 105.4109589041, 115.3835616438);
  }
}
.l-header-under__btn--blue {
  background-color: #268df3;
}
.l-header-under__btn--blue:focus-visible {
  background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
}
@media (any-hover: hover) {
  .l-header-under__btn--blue:hover {
    background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
  }
}
.l-header-burger {
  position: relative;
  grid-area: h-burger;
  height: calc(100% + var(--header-padding-block) * 2);
  aspect-ratio: 1/1;
  margin-block: calc(var(--header-padding-block) * -1);
  background-color: #268df3;
}
@media screen and (width > 1280px) {
  .l-header-burger {
    display: none;
  }
}
.l-header-burger__1, .l-header-burger__2, .l-header-burger__3 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50%;
  border-top: 1px #ffffff solid;
}
.l-header-burger__1 {
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
}
.l-header-burger.js-open .l-header-burger__1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header-burger__2 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header-burger.js-open .l-header-burger__2 {
  display: none;
}
.l-header-burger__3 {
  -webkit-transform: translate(-50%, calc(-50% + 10px));
          transform: translate(-50%, calc(-50% + 10px));
}
.l-header-burger.js-open .l-header-burger__3 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header-menu:hover > .l-header-menu-submenu {
  visibility: visible;
  opacity: 1;
}
.l-header-menu__item {
  font-weight: 500;
  display: block;
  padding: var(--header-padding-block) 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  text-decoration: none;
  color: var(--header-text-color);
}
.l-header-menu__item:focus-visible {
  color: var(--header-text-hover-color);
}
@media (any-hover: hover) {
  .l-header-menu__item:hover {
    color: var(--header-text-hover-color);
  }
}
.l-header-menu__item--has-child {
  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.5em;
}
.l-header-menu__item--has-child::after {
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px #c6c6c6 solid;
  border-bottom: 1px #c6c6c6 solid;
}
.l-header-menu__item[target=_blank] {
  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.5em;
}
.l-header-menu__item[target=_blank]::after {
  display: block;
  width: 0.7em;
  aspect-ratio: 1/1;
  content: "";
  translate: 0 2.5%;
  background-color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("./../images/icn_blank_link.svg");
          mask-image: url("./../images/icn_blank_link.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header-menu-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 90%;
  padding: 50px clamp(40px, -58.4615384615px + 7.6923076923vw, 80px);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
}
.l-header-menu-submenu__head {
  font-size: clamp(24px, 4.3076923077px + 1.5384615385vw, 32px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #268df3;
}
.l-header-menu-submenu__head-item {
  text-decoration: none;
}
.l-header-menu-submenu__head-item--link {
  display: grid;
  grid-template-areas: ". icon";
  grid-template-columns: auto auto;
  gap: 0.5em;
}
.l-header-menu-submenu__head-item--link:hover::before {
  background-color: #268df3;
}
.l-header-menu-submenu__head-item--link:hover::after {
  background-color: #ffffff;
}
.l-header-menu-submenu__head-item--link::before, .l-header-menu-submenu__head-item--link::after {
  display: block;
  place-self: center;
  grid-area: icon;
  aspect-ratio: 1/1;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-menu-submenu__head-item--link::before {
  width: 1em;
  border: 1px #268df3 solid;
  border-radius: 50%;
}
.l-header-menu-submenu__head-item--link::after {
  width: 0.4em;
  rotate: 90deg;
  background-color: #268df3;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../images/icn_arrow_01.svg");
          mask-image: url("../images/icn_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header-menu-submenu__content {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  margin-left: clamp(10px, -2.1052631579px + 3.2280701754vw, 56px);
  padding-left: clamp(10px, -2.1052631579px + 3.2280701754vw, 56px);
  border-left: 1px #c6c6c6 solid;
}
.l-header-menu-submenu__content-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.125em, 1fr));
  gap: 3em 2em;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.l-header-menu-submenu__content-list--large {
  grid-template-columns: repeat(4, auto);
}
.l-header-menu-submenu__content-item {
  min-width: 150px;
}
.l-header-menu-submenu__content-link {
  --icon-size: 2.5em;
  --arrow-fill-color-hover: #ffffff;
  gap: 10px;
  text-decoration: none;
  color: #333333;
}
.l-header-menu-submenu__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.l-header-menu-submenu__btn {
  line-height: 1.1;
  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: 12px;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  border: 2px #268df3 solid;
  border-radius: 8px;
  background-color: #eef4f9;
}
@media (any-hover: hover) {
  .l-header-menu-submenu__btn:hover {
    -webkit-animation: flash 1s;
            animation: flash 1s;
  }
}
.l-header-menu-submenu__btn-icon {
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
}
.l-header-menu-submenu-form {
  display: grid;
  row-gap: 5px;
  margin: 30px 0 0;
}
.l-header-menu-submenu-form__text {
  font-size: 0.8em;
}
.l-header-menu-submenu-form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: clip;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 580px;
  height: 34px;
  border: 1px #b6b6b6 solid;
  border-radius: 4px;
}
.l-header-menu-submenu-form__input {
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  border: none;
  outline: none;
  background-color: transparent;
}
.l-header-menu-submenu-form__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: 1px solid #b6b6b6;
  background-color: #eef4f9;
}
@media (any-hover: hover) {
  .l-header-menu-submenu-form__submit:hover {
    -webkit-animation: flash 1s;
            animation: flash 1s;
  }
}
.l-header-menu-submenu-form__submit::before {
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  content: "";
  background-color: #268df3;
  -webkit-mask: url("./../images/icn_search_01.svg") center/contain no-repeat;
          mask: url("./../images/icn_search_01.svg") center/contain no-repeat;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.l-burger-input {
  display: none;
}
.l-burger-input:checked + .l-burger-bg {
  visibility: visible;
  opacity: 0.7;
}
.l-burger-input:checked ~ .l-burger-base {
  visibility: visible;
  opacity: 1;
}
.l-burger-bg {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #333333;
}
@media screen and (width > 1280px) {
  .l-burger-bg {
    display: none;
  }
}
.l-burger-base {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  visibility: hidden;
  overflow: auto;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  opacity: 0;
  background-color: #ffffff;
}
@media screen and (width > 1280px) {
  .l-burger-base {
    display: none;
  }
}
.l-burger-base * {
  color: inherit;
}
.l-burger-base__content {
  padding: calc(var(--header-height, 60px) + 40px) 5%;
}
.l-burger-base__lang {
  text-align: right;
}
.l-burger-menu {
  -webkit-margin-before: -10px;
          margin-block-start: -10px;
  padding: 0;
  list-style: none;
}
.l-burger-menu__item {
  padding: 10px 0 0;
  border-bottom: 1px #333333 solid;
}
.l-burger-menu__link {
  font-weight: 700;
  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.5em;
  padding: 10px 0;
  text-decoration: none;
  color: #268df3;
}
.l-burger-menu__link::after {
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #268df3;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("./../images/icn_arrow_01.svg");
          mask-image: url("./../images/icn_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-burger-menu__link[target=_blank]::after {
  -webkit-transform: none;
          transform: none;
  -webkit-mask-image: url("./../images/icn_blank_link.svg");
          mask-image: url("./../images/icn_blank_link.svg");
}
.l-burger-submenu {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.l-burger-submenu__link {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.l-burger__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
}
.l-burger__btn--red {
  background-color: #e73c49;
}
.l-burger__btn--blue {
  background-color: #268df3;
}

.l-footer {
  padding-block: 80px 35px;
  padding-inline: var(--gutter-sm, 0px);
  border-top: 1px solid #dce5ee;
  background-color: #ffffff;
}
.l-footer__inner {
  display: grid;
}
@media screen and (width > 768px) {
  .l-footer__inner {
    grid-template-columns: -webkit-max-content, 1fr;
    grid-template-columns: max-content, 1fr;
  }
}
.l-footer-logo {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 0.12fr 0.88fr;
  width: min(100%, 295px);
  margin-bottom: 40px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.l-footer-logo__icn-mark {
  width: 100%;
  aspect-ratio: 1;
}
.l-footer-logo__icn-text {
  width: 100%;
  height: 100%;
  -webkit-mask: left center/contain no-repeat;
          mask: left center/contain no-repeat;
  background-color: #0057aa;
}
.l-footer-content__name {
  margin: 0 0 12px;
}
.l-footer-content__office {
  font-size: 0.75em;
  font-weight: 700;
}
.l-footer-content__address {
  font-size: 0.75em;
}
.l-footer-content__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0 0;
}
.l-footer-content__sns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer-content__sns a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .l-footer-content__sns a:hover {
    opacity: 0.8;
  }
}
.l-footer-content__sns a::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-footer-content__sns a.--x::before {
  background-image: url("./../images/icon/icon-x.svg");
}
.l-footer-content__sns a.--facebook::before {
  background-image: url("./../images/icon/icon-facebook.svg");
}
.l-footer-content__sns a.--instagram::before {
  background-image: url("./../images/icon/icon-instagram.svg");
}
.l-footer-content__sns a.--youtube::before {
  background-image: url("./../images/icon/icon-youtube.svg");
}
.l-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 50px;
}
@media screen and (width > 768px) {
  .l-footer-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer-menu__list {
  list-style: none;
  padding: 0;
}
.l-footer-menu__head {
  color: #268df3;
  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: 1em;
  font-weight: 700;
  margin: 18px 0 0;
}
.l-footer-menu__head--link {
  text-decoration: none;
}
.l-footer-menu__head--link:focus-visible {
  background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
}
@media (any-hover: hover) {
  .l-footer-menu__head--link:hover {
    background-color: rgb(86.327510917, 166.3886462882, 245.672489083);
  }
}
.l-footer-menu__head--link::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask-image: url("./../images/icn_arrow_01.svg");
          mask-image: url("./../images/icn_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-footer-submenu {
  list-style: none;
  padding: 0;
  margin: 10px 0 50px;
}
.l-footer-submenu__item {
  margin: 8px 0;
}
.l-footer-submenu__link {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
.l-footer-submenu__link:focus-visible {
  color: #268df3;
}
@media (any-hover: hover) {
  .l-footer-submenu__link:hover {
    color: #268df3;
  }
}
.l-footer__copyright {
  font-size: 10px;
  font-weight: 500;
  color: #c6c6c6;
}
@media screen and (width > 768px) {
  .l-footer__copyright {
    grid-column: span 2;
  }
}

.l-glb-menu {
  position: fixed;
  z-index: 9990;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100dvh;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  translate: 100% 0;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
}
.l-glb-menu.is-active {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
}
.l-glb-menu__wrapper {
  overflow: clip;
  width: min(800px, 100%);
  min-height: 100%;
  -ms-overflow-style: none;
}
.l-glb-menu__wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (width <= 768px) {
  .l-glb-menu__wrapper {
    padding-inline: var(--inline-outer-size, 0);
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
}
.l-main {
  width: 100%;
  padding-block: 0px calc(var(--contents-spacer) * 1.3);
}

.l-page-head {
  position: relative;
  overflow: clip;
  -webkit-margin-after: var(--page-header-after, 0px);
          margin-block-end: var(--page-header-after, 0px);
  padding-inline: var(--gutter-sm, 0px);
  background-color: #eef4f9;
  --breadcrumb-color: #333333;
  --breadcrumb-bullet-color: #268df3;
}
.l-page-head::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 32vw;
  display: block;
  width: calc(100% + var(--gutter-sm, 0px) * 2);
  height: 100%;
  content: "";
  translate: 50% 0;
  opacity: 0.11;
  background: url(../images/mtf_main_01.png) center/auto 150% no-repeat;
}
.l-page-head__inner {
  font-size: clamp(24px, 8.5333333333vw, clamp(2rem, 1.8086734694rem + 0.8163265306vw, 2.625rem));
  position: relative;
  z-index: 2;
  display: grid;
  row-gap: 0.85em;
  padding-block: clamp(64px, 46.8571428571px + 4.5714285714vw, 120px) 20px;
}
.l-page-head__title {
  display: grid;
  row-gap: 0.38em;
}
.l-page-head__title > .sm {
  font-family: "Inter", sans-serif;
  font-size: max(14px, 0.428em);
  color: #268df3;
}
.l-page-head__title > .md {
  font-size: 1em;
  font-weight: 600;
  text-wrap: wrap;
}
.l-page-head__breadcrumb {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.l-section {
  width: 100%;
  padding-inline: 0;
}
.l-section--pi315 {
  padding-inline: var(--gutter-lg, 0px);
}
.l-section--pi200 {
  padding-inline: var(--gutter, 0px);
}
.l-section--pi80 {
  padding-inline: var(--gutter-sm, 0px);
}
.l-section__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.l-section__heading {
  font-size: clamp(1.5rem, 1.2895408163rem + 0.8979591837vw, 2.1875rem);
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-single-technology__inner {
  display: grid;
  row-gap: calc(var(--contents-spacer, 0px) * 0.5);
}
.l-single-technology__meta {
  width: 100%;
}
.l-single-technology__hero {
  width: min(700px, 100%);
  aspect-ratio: 4/3;
  margin-inline: auto;
}
.l-single-technology__hero > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.l-single-technology__content {
  --wp--style--gallery-gap-default: min(clamp(5px, -10.612244898px + 4.1632653061vw, 56px), clamp(20px, -13.2307692308px + 4.3269230769vw, 56px));
}
.l-single-technology__content h1,
.l-single-technology__content h2,
.l-single-technology__content h3,
.l-single-technology__content h4 {
  text-wrap: wrap;
}
.l-single-technology__content h1 {
  margin: 0.67em 0;
}
.l-single-technology__content h2 {
  margin: 0.83em 0;
}
.l-single-technology__content h3 {
  margin: 1em 0;
}
.l-single-technology__content h4 {
  margin: 1.33em 0;
}
.l-single-technology__content p {
  margin: 1em 0;
}
.l-single-technology__content figure {
  margin: 1em 40px;
}
.l-single-technology__content blockquote {
  margin: 1em 40px;
}
.l-single-technology__content dl {
  margin: 1em 0;
}
.l-single-technology__content dd {
  margin: 0 0 0 40px;
}
.l-single-technology__content a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0073aa; /* WordPressのデフォルトリンクカラー */
}
.l-single-technology__content .wp-block-image {
  width: 100%;
  margin: 1.5em 0;
}
.l-single-technology__content .wp-block-embed.aligncenter {
  text-align: center; /* YouTube埋め込み 中央寄せ対応 */
}
.l-single-technology__content > :first-child {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.l-single-technology__content > :last-child {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
.l-single-technology__content .wp-block-image {
  margin-block: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.l-single-technology__content h2.wp-block-heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  margin-block: 3.3em 1.25em;
}
.l-single-technology__content h2.wp-block-heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-single-technology__content figure {
  margin-inline: 0;
}
.l-single-technology__content figure.wp-block-video {
  width: min(656px, 100%);
  margin-inline: auto;
}
.l-single-technology__content figure:where(.wp-block-video) {
  margin-block: 3.75em;
}
.l-single-technology__action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  margin-inline: auto;
}
.l-single-technology__action-link {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}

.l-single-constructions__inner {
  display: grid;
  row-gap: calc(var(--contents-spacer, 0px) * 0.5);
}
.l-single-constructions__meta {
  width: 100%;
}
.l-single-constructions__date {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  color: #b6b6b6;
}
.l-single-constructions__terms {
  font-size: min(max(10px, 0.8125em), max(10px, 3.571cqi));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.38em;
  margin: 0;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  padding: 0;
}
.l-single-constructions__hero {
  width: min(700px, 100%);
  aspect-ratio: 4/3;
  -webkit-margin-before: calc(var(--contents-spacer) * 0.5);
          margin-block-start: calc(var(--contents-spacer) * 0.5);
  margin-inline: auto;
}
.l-single-constructions__hero > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.l-single-constructions__main {
  display: grid;
  row-gap: var(--contents-spacer, 0px);
}
.l-single-constructions__content {
  --wp--style--gallery-gap-default: min(clamp(5px, -10.612244898px + 4.1632653061vw, 56px), clamp(20px, -13.2307692308px + 4.3269230769vw, 56px));
}
.l-single-constructions__content h1,
.l-single-constructions__content h2,
.l-single-constructions__content h3,
.l-single-constructions__content h4 {
  text-wrap: wrap;
}
.l-single-constructions__content h1 {
  margin: 0.67em 0;
}
.l-single-constructions__content h2 {
  margin: 0.83em 0;
}
.l-single-constructions__content h3 {
  margin: 1em 0;
}
.l-single-constructions__content h4 {
  margin: 1.33em 0;
}
.l-single-constructions__content p {
  margin: 1em 0;
}
.l-single-constructions__content figure {
  margin: 1em 40px;
}
.l-single-constructions__content blockquote {
  margin: 1em 40px;
}
.l-single-constructions__content dl {
  margin: 1em 0;
}
.l-single-constructions__content dd {
  margin: 0 0 0 40px;
}
.l-single-constructions__content a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0073aa; /* WordPressのデフォルトリンクカラー */
}
.l-single-constructions__content .wp-block-image {
  width: 100%;
  margin: 1.5em 0;
}
.l-single-constructions__content .wp-block-embed.aligncenter {
  text-align: center; /* YouTube埋め込み 中央寄せ対応 */
}
.l-single-constructions__content > :first-child {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.l-single-constructions__content > :last-child {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
.l-single-constructions__content .wp-block-image {
  margin-block: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.l-single-constructions__content h2.wp-block-heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  margin-block: 3.3em 1.25em;
}
.l-single-constructions__content h2.wp-block-heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-single-constructions__content figure {
  margin-inline: 0;
}
.l-single-constructions__content figure.wp-block-video {
  width: min(656px, 100%);
  margin-inline: auto;
}
.l-single-constructions__content figure:where(.wp-block-video) {
  margin-block: 3.75em;
}
.l-single-constructions__products {
  width: 100%;
}
.l-single-constructions__action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.l-single-constructions__action-link {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}

.l-constructions-products {
  width: 100%;
}
.l-constructions-products__heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  -webkit-margin-after: 1.25em;
          margin-block-end: 1.25em;
}
.l-constructions-products__heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-constructions-products__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(9.375rem, 5.3365384615rem + 8.4134615385vw, 13.75rem), 1fr));
  gap: 30px clamp(20px, 10.7692307692px + 1.2019230769vw, 30px);
}
.l-constructions-products__item {
  display: grid;
  row-gap: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #333333;
}
.l-constructions-products__item:focus-visible {
  color: #268df3;
}
@media (any-hover: hover) {
  .l-constructions-products__item:hover {
    color: #268df3;
  }
}
.l-constructions-products__thumbnail {
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.l-constructions-products__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-constructions-products__item:focus-visible .l-constructions-products__thumbnail > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .l-constructions-products__item:hover .l-constructions-products__thumbnail > img {
    scale: 1.1;
  }
}
.l-constructions-products__name {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.l-single-productslist__inner {
  display: grid;
  row-gap: calc(var(--contents-spacer, 0px) * 0.5);
}
.l-single-productslist__meta {
  display: grid;
  row-gap: 30px;
  width: 100%;
  container-type: inline-size;
}
.l-single-productslist__date {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  color: #b6b6b6;
}
.l-single-productslist__tags {
  font-size: min(max(10px, 0.8125em), max(10px, 1.541cqi));
  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: 10px 0.9375em;
}
.l-single-productslist__tags-standard {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 0.2em 0.8em 0.32em;
  color: #ffffff;
  background-color: #268df3;
}
.l-single-productslist__tags-standard[data-standard=jis] {
  background-color: #e73c49;
}
.l-single-productslist__tags-standard[data-standard=nexco] {
  background-color: #0080ff;
}
.l-single-productslist__terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.38em;
  margin: 0;
  padding: 0;
}
.l-single-productslist__hero {
  width: min(700px, 100%);
  aspect-ratio: 4/3;
  margin-inline: auto;
}
.l-single-productslist__hero > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.l-single-productslist__main {
  display: grid;
  row-gap: var(--contents-spacer, 0px);
}
.l-single-productslist__content {
  --wp--style--gallery-gap-default: min(clamp(5px, -10.612244898px + 4.1632653061vw, 56px), clamp(20px, -13.2307692308px + 4.3269230769vw, 56px));
}
.l-single-productslist__content h1,
.l-single-productslist__content h2,
.l-single-productslist__content h3,
.l-single-productslist__content h4 {
  text-wrap: wrap;
}
.l-single-productslist__content h1 {
  margin: 0.67em 0;
}
.l-single-productslist__content h2 {
  margin: 0.83em 0;
}
.l-single-productslist__content h3 {
  margin: 1em 0;
}
.l-single-productslist__content h4 {
  margin: 1.33em 0;
}
.l-single-productslist__content p {
  margin: 1em 0;
}
.l-single-productslist__content figure {
  margin: 1em 40px;
}
.l-single-productslist__content blockquote {
  margin: 1em 40px;
}
.l-single-productslist__content dl {
  margin: 1em 0;
}
.l-single-productslist__content dd {
  margin: 0 0 0 40px;
}
.l-single-productslist__content a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0073aa; /* WordPressのデフォルトリンクカラー */
}
.l-single-productslist__content .wp-block-image {
  width: 100%;
  margin: 1.5em 0;
}
.l-single-productslist__content .wp-block-embed.aligncenter {
  text-align: center; /* YouTube埋め込み 中央寄せ対応 */
}
.l-single-productslist__content > :first-child {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.l-single-productslist__content > :last-child {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
.l-single-productslist__content .wp-block-image {
  margin-block: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.l-single-productslist__content h2.wp-block-heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  margin-block: 3.3em 1.25em;
}
.l-single-productslist__content h2.wp-block-heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-single-productslist__content figure {
  margin-inline: 0;
}
.l-single-productslist__content figure.wp-block-video {
  width: min(656px, 100%);
  margin-inline: auto;
}
.l-single-productslist__content figure:where(.wp-block-video) {
  margin-block: 3.75em;
}
.l-single-productslist__materials {
  width: 100%;
}
.l-single-productslist__constructions {
  width: 100%;
}
.l-single-productslist__action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.l-single-productslist__action-link {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}

.l-productslist-materials__heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  -webkit-margin-after: 1.25em;
          margin-block-end: 1.25em;
}
.l-productslist-materials__heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-productslist-materials__list {
  display: grid;
  row-gap: 5px;
}
.l-productslist-materials__item {
  font-weight: 500;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto auto;
  width: 100%;
  padding: 1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-column-gap: 0.3125em;
     -moz-column-gap: 0.3125em;
          column-gap: 0.3125em;
  color: #333333;
  background-color: #eef4f9;
}
.l-productslist-materials__item:focus-visible {
  color: #268df3;
}
@media (any-hover: hover) {
  .l-productslist-materials__item:hover {
    color: #268df3;
  }
}
.l-productslist-materials__filename {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.l-productslist-materials__file-extension {
  font-size: max(10px, 0.875em);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.14em 0.71em;
  color: #ffffff;
  background-color: #268df3;
}

.l-productslist-constructions {
  width: 100%;
}
.l-productslist-constructions__heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  -webkit-margin-after: 1.25em;
          margin-block-end: 1.25em;
}
.l-productslist-constructions__heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-productslist-constructions__list {
  --vertical-spacing: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(9.375rem, 5.3365384615rem + 8.4134615385vw, 13.75rem), 1fr));
  gap: 0 clamp(20px, 10.7692307692px + 1.2019230769vw, 30px);
  margin-block: calc(var(--vertical-spacing) * -0.5);
}
.l-productslist-constructions__item {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-row: span 4;
  grid-template-rows: subgrid;
  row-gap: 10px;
  margin-block: calc(var(--vertical-spacing) * 0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #333333;
}
.l-productslist-constructions__item:focus-visible {
  color: #268df3;
}
@media (any-hover: hover) {
  .l-productslist-constructions__item:hover {
    color: #268df3;
  }
}
.l-productslist-constructions__thumbnail {
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.l-productslist-constructions__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-productslist-constructions__item:focus-visible .l-productslist-constructions__thumbnail > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .l-productslist-constructions__item:hover .l-productslist-constructions__thumbnail > img {
    scale: 1.1;
  }
}
.l-productslist-constructions__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #b6b6b6;
}
.l-productslist-constructions__title {
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.l-productslist-constructions__terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.38em;
  container-type: inline-size;
  margin: 0;
  padding: 0;
}
.l-productslist-constructions__term {
  font-size: min(max(10px, 0.8125em), max(10px, 3.571cqi));
}

.l-single-news__inner {
  display: grid;
  row-gap: calc(var(--contents-spacer, 0px) * 0.5);
}
.l-single-news__meta {
  width: 100%;
}
.l-single-news__date {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  color: #b6b6b6;
}
.l-single-news__terms {
  font-size: min(max(10px, 0.8125em), max(10px, 3.571cqi));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.38em;
  margin: 0;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  padding: 0;
}
.l-single-news__content {
  --wp--style--gallery-gap-default: min(clamp(5px, -10.612244898px + 4.1632653061vw, 56px), clamp(20px, -13.2307692308px + 4.3269230769vw, 56px));
}
.l-single-news__content h1,
.l-single-news__content h2,
.l-single-news__content h3,
.l-single-news__content h4 {
  text-wrap: wrap;
}
.l-single-news__content h1 {
  margin: 0.67em 0;
}
.l-single-news__content h2 {
  margin: 0.83em 0;
}
.l-single-news__content h3 {
  margin: 1em 0;
}
.l-single-news__content h4 {
  margin: 1.33em 0;
}
.l-single-news__content p {
  margin: 1em 0;
}
.l-single-news__content figure {
  margin: 1em 40px;
}
.l-single-news__content blockquote {
  margin: 1em 40px;
}
.l-single-news__content dl {
  margin: 1em 0;
}
.l-single-news__content dd {
  margin: 0 0 0 40px;
}
.l-single-news__content a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0073aa; /* WordPressのデフォルトリンクカラー */
}
.l-single-news__content .wp-block-image {
  width: 100%;
  margin: 1.5em 0;
}
.l-single-news__content .wp-block-embed.aligncenter {
  text-align: center; /* YouTube埋め込み 中央寄せ対応 */
}
.l-single-news__content > :first-child {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.l-single-news__content > :last-child {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
.l-single-news__content .wp-block-image {
  margin-block: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.l-single-news__content h2.wp-block-heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  margin-block: 3.3em 1.25em;
}
.l-single-news__content h2.wp-block-heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-single-news__content figure {
  margin-inline: 0;
}
.l-single-news__content figure.wp-block-video {
  width: min(656px, 100%);
  margin-inline: auto;
}
.l-single-news__content figure:where(.wp-block-video) {
  margin-block: 3.75em;
}
.l-single-news__action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  margin-inline: auto;
}
.l-single-news__action-link {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}

.l-policy__content {
  --wp--style--gallery-gap-default: min(clamp(5px, -10.612244898px + 4.1632653061vw, 56px), clamp(20px, -13.2307692308px + 4.3269230769vw, 56px));
  counter-reset: h2-index 0;
}
.l-policy__content h1,
.l-policy__content h2,
.l-policy__content h3,
.l-policy__content h4 {
  text-wrap: wrap;
}
.l-policy__content h1 {
  margin: 0.67em 0;
}
.l-policy__content h2 {
  margin: 0.83em 0;
}
.l-policy__content h3 {
  margin: 1em 0;
}
.l-policy__content h4 {
  margin: 1.33em 0;
}
.l-policy__content p {
  margin: 1em 0;
}
.l-policy__content figure {
  margin: 1em 40px;
}
.l-policy__content blockquote {
  margin: 1em 40px;
}
.l-policy__content dl {
  margin: 1em 0;
}
.l-policy__content dd {
  margin: 0 0 0 40px;
}
.l-policy__content a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0073aa; /* WordPressのデフォルトリンクカラー */
}
.l-policy__content .wp-block-image {
  width: 100%;
  margin: 1.5em 0;
}
.l-policy__content .wp-block-embed.aligncenter {
  text-align: center; /* YouTube埋め込み 中央寄せ対応 */
}
.l-policy__content > :first-child {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.l-policy__content > :last-child {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
.l-policy__content .wp-block-image {
  margin-block: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.l-policy__content h2.wp-block-heading {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
  margin-block: 3.3em 1.25em;
}
.l-policy__content h2.wp-block-heading::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.l-policy__content figure {
  margin-inline: 0;
}
.l-policy__content figure.wp-block-video {
  width: min(656px, 100%);
  margin-inline: auto;
}
.l-policy__content figure:where(.wp-block-video) {
  margin-block: 3.75em;
}
.l-policy__content h2 {
  counter-increment: h2-index 1;
}
.l-policy__content h2::before {
  content: counter(h2-index) ". ";
}
.l-policy__content ol {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}

.l-form {
  display: grid;
  margin: 0 0 20px;
  gap: 0 2em;
}
@media screen and (width > 768px) {
  .l-form {
    grid-template-columns: 1fr 2fr;
  }
}
.l-form.js-hidden {
  display: none;
}
.l-form--hidden {
  display: none;
}
.l-form__title {
  margin: 0 0 0.5em;
}
@media screen and (width > 768px) {
  .l-form__title {
    padding: 1em 0 0;
  }
}
.l-form__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-form__name::after {
  content: attr(data-span);
  color: #ffffff;
  display: block;
  padding: 0 0.5em;
  border-radius: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-form__name.required::after {
  background-color: #e73c49;
}
.l-form__name.optional::after {
  background-color: #268df3;
}
.l-form__inputs input[type=text] {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  border: 1px #c6c6c6 solid;
  height: 50px;
  padding: 0 0.5em;
  border-radius: 0;
}
.l-form__inputs textarea {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  border: 1px #c6c6c6 solid;
  height: 300px;
  padding: 0.5em;
  border-radius: 0;
  resize: none;
}
.l-form__error {
  color: #e73c49;
  margin: 0.2em 0 0;
}
.l-form__select {
  position: relative;
}
.l-form__select::before {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-bottom: 2px #333333 solid;
  border-right: 2px #333333 solid;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  pointer-events: none;
}
.l-form__select select {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  border: 1px #c6c6c6 solid;
  height: 50px;
  padding: 0 0.5em;
  border-radius: 0;
}
.l-form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.l-form__checkbox input {
  display: none;
}
.l-form__checkbox input:checked + label::before {
  background-color: #268df3;
}
.l-form__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 1.2em;
}
.l-form__checkbox label::before, .l-form__checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
}
.l-form__checkbox label::before {
  width: 0.8em;
  aspect-ratio: 1/1;
  border: 1px #333333 solid;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.l-form__checkbox label::after {
  width: 0.4em;
  height: 0.2em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-left: 0.2em #ffffff solid;
  border-bottom: 0.2em #ffffff solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-form__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.l-form__radio input {
  display: none;
}
.l-form__radio input:checked + label::after {
  background-color: #268df3;
}
.l-form__radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 1.2em;
}
.l-form__radio label::before, .l-form__radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-form__radio label::before {
  width: 1em;
  border: 1px #333333 solid;
  background-color: #ffffff;
}
.l-form__radio label::after {
  width: 0.5em;
}
.l-form__accept input {
  display: none;
}
.l-form__accept input:checked + label::before {
  background-color: #268df3;
}
.l-form__accept label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 1.2em;
}
.l-form__accept label::before, .l-form__accept label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
}
.l-form__accept label::before {
  width: 0.8em;
  aspect-ratio: 1/1;
  border: 1px #333333 solid;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.l-form__accept label::after {
  width: 0.4em;
  height: 0.2em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-left: 0.2em #ffffff solid;
  border-bottom: 0.2em #ffffff solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-form__accept label a {
  text-decoration: underline;
}
.l-form__accept label a[target=_blank] {
  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;
  padding-right: 0.5em;
}
.l-form__accept label a[target=_blank]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #333333;
  -webkit-mask-image: url("./../images/icn_blank_link.svg");
          mask-image: url("./../images/icn_blank_link.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-form__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}
@media screen and (width > 768px) {
  .l-form__submit {
    margin: 100px auto 0;
  }
}
.l-form__submit input {
  display: block;
  background-color: #268df3;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 65px;
  border-radius: 100vh;
  color: #ffffff;
  cursor: pointer;
  border: 1px #268df3 solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width > 768px) {
  .l-form__submit input:hover {
    background-color: #ffffff;
    color: #268df3;
  }
}
.l-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.l-form__wrap a {
  display: block;
  background-color: #ffffff;
  color: #268df3;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 0;
  border-radius: 100vh;
  cursor: pointer;
  border: 1px #268df3 solid;
  text-decoration: none;
  min-width: 140px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width > 768px) {
  .l-form__wrap a {
    min-width: 190px;
  }
  .l-form__wrap a:hover {
    background-color: #268df3;
    color: #ffffff;
  }
}
.l-form__wrap button {
  display: block;
  background-color: #268df3;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 0;
  border-radius: 100vh;
  color: #ffffff;
  cursor: pointer;
  border: 1px #268df3 solid;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 140px;
}
@media screen and (width > 768px) {
  .l-form__wrap button {
    min-width: 190px;
  }
  .l-form__wrap button:hover {
    background-color: #ffffff;
    color: #268df3;
  }
}
@media screen and (width > 768px) {
  .l-form__confirm {
    padding: 1em 0 0;
  }
}
.l-form-thanks__head {
  font-size: 1.5em;
  color: #268df3;
  margin: 0 auto 3em;
  text-align: center;
}
.l-form-thanks__text {
  margin: 0 auto 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
.l-form-thanks__btn {
  display: block;
  background-color: #268df3;
  color: #ffffff;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 65px;
  border-radius: 100vh;
  cursor: pointer;
  border: 1px #268df3 solid;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width > 768px) {
  .l-form-thanks__btn:hover {
    background-color: #ffffff;
    color: #268df3;
  }
}

:root {
  --front-gutter: clamp(40px, 5vw, 80px);
  --front-contents-spacer: 160px;
}
@media screen and (width <= 768px) {
  :root {
    --front-gutter: clamp(10px, 5.3333333333vw, 40px);
    --front-contents-spacer: 100px;
  }
}

.p-front-recruit__heading, .p-front-info__heading, .p-front-works__heading, .p-front-service__heading, .p-front-philosophy__heading {
  color: #333333;
  font-size: clamp(55px, 38.1632653061px + 4.4897959184vw, 110px);
  font-weight: 500;
  display: grid;
  grid-template: "ja" "en";
  row-gap: 0.09em;
  line-height: 1;
}
@media screen and (width <= 374px) {
  .p-front-recruit__heading, .p-front-info__heading, .p-front-works__heading, .p-front-service__heading, .p-front-philosophy__heading {
    font-size: min(55px, 12.5vw);
  }
}
.p-front-recruit__heading > .en, .p-front-info__heading > .en, .p-front-works__heading > .en, .p-front-service__heading > .en, .p-front-philosophy__heading > .en {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  grid-area: en;
  color: #268df3;
  font-weight: 400;
}
.p-front-recruit__heading > .ja, .p-front-info__heading > .ja, .p-front-works__heading > .ja, .p-front-service__heading > .ja, .p-front-philosophy__heading > .ja {
  font-size: max(14px, 0.18em);
  grid-area: ja;
}

.p-front-fv {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100svh;
}
.p-front-fv__video {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-front-fv__video-item {
  position: relative;
  height: 100%;
}
.p-front-fv__video-item::before {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: -12%;
  width: 100%;
  aspect-ratio: 417/229;
  content: "";
  background: url("../images/mrk_line_02.png") no-repeat;
  background-size: cover;
}
@media screen and (width <= 768px) {
  .p-front-fv__video-item::before {
    bottom: -10%;
    width: 150%;
  }
}
.p-front-fv__video-item::after {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #d6d6d6;
  mix-blend-mode: multiply;
}
.p-front-fv__video-item video {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
  overflow: clip;
  width: 100%;
  height: 100%;
  min-height: 800px;
}
.p-front-fv__intro {
  position: absolute;
  bottom: 20%;
  inset-inline: var(--front-gutter);
  max-width: 1600px;
  padding-inline: var(--inline-outer-size, 0);
}
@media screen and (width <= 768px) {
  .p-front-fv__intro {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-front-fv__intro > p {
  font-size: clamp(1.25rem, 1.5625vw, 1.5625rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.44;
  color: #ffffff;
  margin-bottom: 20px;
}
.p-front-fv__intro > h2 {
  font-size: clamp(2.5rem, 5.3125vw, 5.3125rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #ffffff;
}
.p-front-fv__intro > p,
.p-front-fv__intro > h2 {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.p-front-fv__intro > p.is-visible,
.p-front-fv__intro > h2.is-visible {
  opacity: 1;
}
.p-front-fv__intro > p::before,
.p-front-fv__intro > h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation-name: slideMask;
          animation-name: slideMask;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: var(--next-mask-delay, 5s);
          animation-delay: var(--next-mask-delay, 5s);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
  background-color: #ffffff;
}
@-webkit-keyframes slideMask {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes slideMask {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
.p-front-fv__news {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  width: 100%;
  border-top: 1px solid #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-fv__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-front-fv__news > span {
  font-size: clamp(1.125rem, 1.375vw, 1.375rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  padding: 20px 30px;
  border-right: 1px solid #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-fv__news > span {
    display: block;
    width: 100%;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.p-front-fv__news-meta {
  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: 10px clamp(10px, -11.1648351648px + 2.1978021978vw, 24px);
  padding: 16px clamp(16px, -20.2825745683px + 3.7676609105vw, 40px);
  text-decoration: none;
  color: #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-fv__news-meta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 16px;
  }
}
.p-front-fv__news-date {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 11.387755102px + 0.1632653061vw, 14px);
  font-weight: 400;
}
.p-front-fv__news-cat {
  font-size: clamp(10px, 9.387755102px + 0.1632653061vw, 12px);
  font-weight: 400;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-inline: 13px;
  border: 1px solid #ffffff;
  border-radius: 14px;
}
.p-front-fv__news-title {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.p-front-fv__news-meta:focus-visible .p-front-fv__news-title {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .p-front-fv__news-meta:hover .p-front-fv__news-title {
    opacity: 0.6;
  }
}
.p-front-fv__news-more {
  --icon-size: clamp(28px, 25.5510204082px + 0.6530612245vw, 36px);
  --icon-color: #ffffff;
  --arrow-fill-color-hover: #268df3;
  font-size: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-inline: auto 0;
  padding-block: 1em;
  -webkit-padding-end: 1.25em;
          padding-inline-end: 1.25em;
  color: #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-fv__news-more {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

.p-front-philosophy {
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(183, 217, 243, 0.09);
  padding-block: var(--front-contents-spacer, 0px);
}
.p-front-philosophy__inner {
  width: min(100%, 1600px);
  height: 100%;
  padding-inline: var(--front-gutter);
}
@media screen and (width <= 768px) {
  .p-front-philosophy__inner {
    padding-block: 80px 100px;
  }
}
.p-front-philosophy__heading {
  color: #ffffff;
}
.p-front-philosophy__heading > .en {
  color: #ffffff;
}
.p-front-philosophy__summary {
  display: grid;
  row-gap: 2.5em;
  padding-top: clamp(2.5rem, 6.75vw, 6.75rem);
  padding-left: clamp(5rem, 30.625vw, 30.625rem);
}
@media screen and (width <= 768px) {
  .p-front-philosophy__summary {
    padding-left: 0;
  }
}
.p-front-philosophy__summary h3 {
  font-size: clamp(1.625rem, 2.125vw, 2.125rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #ffffff;
}
.p-front-philosophy__summary p {
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #ffffff;
}
.p-front-philosophy__more {
  --icon-color: #ffffff;
  --arrow-fill-color-hover: #268df3;
  color: #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-philosophy__more {
    justify-self: center;
  }
}

.p-front-service {
  position: relative;
  margin-top: -30px;
  -webkit-padding-before: var(--front-contents-spacer, 0px);
          padding-block-start: var(--front-contents-spacer, 0px);
  border-radius: 30px 30px 0 0;
  background: #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-service {
    padding-top: 60px;
  }
}
.p-front-service__inner {
  width: min(100%, 1600px);
  padding-inline: var(--front-gutter);
}
.p-front-service__heading {
  grid-template: "en ja";
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: clamp(25px, 17.3469387755px + 2.0408163265vw, 50px);
     -moz-column-gap: clamp(25px, 17.3469387755px + 2.0408163265vw, 50px);
          column-gap: clamp(25px, 17.3469387755px + 2.0408163265vw, 50px);
  margin-bottom: clamp(40px, 27.7551020408px + 3.2653061224vw, 80px);
}
.p-front-service__content {
  width: 100%;
  margin-bottom: 100px;
  padding: 89px 100px;
  border-radius: 30px;
  background: #eef4f9;
}
@media screen and (width <= 963px) {
  .p-front-service__content {
    margin-bottom: 60px;
    padding: 40px 24px;
    border-radius: 20px;
  }
}
.p-front-service__content--shovel {
  margin-bottom: 0;
}
.p-front-service__summary > h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #333333;
  position: relative;
  margin-bottom: 50px;
  padding-left: 40px;
}
@media screen and (width <= 768px) {
  .p-front-service__summary > h3 {
    margin-bottom: 30px;
  }
}
.p-front-service__summary > h3::before {
  position: absolute;
  top: 56%;
  left: 0;
  width: 30px;
  height: 28px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #268df3;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../images/icn_cone_01.svg");
          mask-image: url("../images/icn_cone_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.p-front-service__summary--shovel > h3 {
  padding-left: 46px;
}
.p-front-service__summary--shovel > h3::before {
  width: 38px;
  height: 28px;
  content: "";
  -webkit-mask-image: url("../images/icn_shovel_01.svg");
          mask-image: url("../images/icn_shovel_01.svg");
}
.p-front-service__details {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (width <= 768px) {
  .p-front-service__details {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
}
.p-front-service__more {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}
.p-front-service__slider01, .p-front-service__slider02 {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (width <= 768px) {
  .p-front-service__slider01, .p-front-service__slider02 {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-front-service__slider01 :not(.swiper-initialized) .swiper-wrapper, .p-front-service__slider02 :not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-front-service__slider01 .swiper-controller .swiper-button-prev,
.p-front-service__slider01 .swiper-controller .swiper-button-next, .p-front-service__slider02 .swiper-controller .swiper-button-prev,
.p-front-service__slider02 .swiper-controller .swiper-button-next {
  display: none;
}
.p-front-service__slider01 .swiper-controller #service-range,
.p-front-service__slider01 .swiper-controller #service02-range, .p-front-service__slider02 .swiper-controller #service-range,
.p-front-service__slider02 .swiper-controller #service02-range {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #eeeeee;
}
.p-front-service__slider01 .swiper-controller #service-range::-webkit-slider-thumb,
.p-front-service__slider01 .swiper-controller #service02-range::-webkit-slider-thumb, .p-front-service__slider02 .swiper-controller #service-range::-webkit-slider-thumb,
.p-front-service__slider02 .swiper-controller #service02-range::-webkit-slider-thumb {
  width: 25%;
  height: 4px;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background: #007bff;
}

.p-slide-service-card {
  display: block;
  width: clamp(320px, 278.6734693878px + 11.0204081633vw, 455px);
  text-decoration: none;
}
.p-slide-service-card__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  aspect-ratio: 7/8;
  padding: clamp(14px, 7.5714285714px + 1.7142857143vw, 35px) clamp(10px, 5.7142857143px + 1.1428571429vw, 24px);
}
.p-slide-service-card__media {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: clip;
}
.p-slide-service-card__media img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.swiper-slide:focus-visible .p-slide-service-card__media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (any-hover: hover) {
  .swiper-slide:hover .p-slide-service-card__media img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-slide-service-card__media::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
.p-slide-service-card__content {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  place-self: end start;
  grid-template: ". arrow" 1fr "number arrow" auto "title arrow" auto ". arrow" 1fr/1fr auto;
  gap: 0 10px;
  width: 100%;
  color: #ffffff;
}
@media screen and (width <= 768px) {
  .p-slide-service-card__content {
    grid-template: "number" auto "title" auto "arrow" auto/minmax(0, 1fr);
  }
}
.p-slide-service-card__number {
  font-size: clamp(12px, 11.387755102px + 0.1632653061vw, 14px);
  grid-area: number;
  letter-spacing: 1;
}
.p-slide-service-card__title {
  font-size: clamp(16px, 12.3265306122px + 0.9795918367vw, 28px);
  font-weight: 500;
  line-height: 1.2;
  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;
  grid-area: title;
}
@media screen and (width <= 768px) {
  .p-slide-service-card__title {
    min-height: 2lh;
  }
}
.p-slide-service-card__title > .inn {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (width <= 768px) {
  .p-slide-service-card__title > .inn {
    -webkit-line-clamp: 2;
  }
}
.p-slide-service-card__title.-en {
  min-height: 2lh;
}
.p-slide-service-card__title.-en > .inn {
  -webkit-line-clamp: 2;
}
.p-slide-service-card__arrow {
  grid-area: arrow;
  grid-template-columns: auto;
  --icon-color: #ffffff;
  --arrow-fill-color-hover: #268df3;
}
@media screen and (width <= 768px) {
  .p-slide-service-card__arrow {
    justify-self: end;
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

.p-front-product {
  position: relative;
  padding-block: var(--front-contents-spacer, 0px);
  background: #ffffff;
}
.p-front-product__inner {
  display: grid;
  row-gap: clamp(24px, 19.1020408163px + 1.306122449vw, 40px);
  width: 100%;
  background: url("../images/mrk_line_01.png"), url("../images/mrk_line_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: -8vw -4vw, 130% 100%;
  background-size: 55vw, 80vw;
}
@media screen and (width <= 768px) {
  .p-front-product__inner {
    background-size: 80vw, 80vw;
  }
}
.p-front-product__heading {
  font-size: clamp(24px, 19.1020408163px + 1.306122449vw, 40px);
  font-weight: 700;
  color: #333333;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-front-product__search {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: var(--front-gutter);
}
.p-front-product__search-container {
  width: 100%;
  margin-inline: auto;
  display: grid;
  row-gap: clamp(30px, 23.8775510204px + 1.6326530612vw, 50px);
  background-color: #268df3;
  border-radius: clamp(20px, 16.9387755102px + 0.8163265306vw, 30px);
  padding: clamp(30px, 17.7551020408px + 3.2653061224vw, 70px) clamp(15px, -1.8367346939px + 4.4897959184vw, 70px);
}
.p-front-product__search-box {
  width: min(880px, 100%);
  display: grid;
  row-gap: 10px;
  margin-inline: auto;
}
@media screen and (width <= 768px) {
  .p-front-product__search-box {
    width: min(430px, 80%);
  }
}
@media screen and (width <= 374px) {
  .p-front-product__search-box {
    width: min(430px, 90%);
  }
}
.p-front-product__search-box-title {
  font-size: clamp(16px, 15.387755102px + 0.1632653061vw, 18px);
  font-weight: 700;
  color: #ffffff;
}
@media screen and (width <= 374px) {
  .p-front-product__search-box-title {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
.p-front-product__search-btns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (width <= 576px) {
  .p-front-product__search-btns {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-front-product__search-btn {
  font-size: clamp(12px, 3.7333333333vw, 15px);
  line-height: 1.2;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 1em;
  text-decoration: none;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  color: #333333;
  border-radius: 0.5em;
  background-color: #ffffff;
}
.p-front-product__search-btn:focus-visible {
  background-color: #eef4f9;
}
@media (any-hover: hover) {
  .p-front-product__search-btn:hover {
    background-color: #eef4f9;
  }
}
.p-front-product__search-btn-icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
}
.p-front-product__search-btn-icon > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-front-product__search-btn::after {
  width: 0.93em;
  height: 0.93em;
  content: "";
  rotate: 90deg;
  background-color: #268df3;
  -webkit-mask: url("../images/icn_arrow_01.svg") center/contain no-repeat;
          mask: url("../images/icn_arrow_01.svg") center/contain no-repeat;
}
.p-front-product__search-form {
  width: 100%;
  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;
  border-radius: 4px;
  overflow: clip;
  position: relative;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
  margin-inline: auto;
}
.p-front-product__search-form-input {
  max-width: calc(100% - 44px);
  width: 100%;
  height: 46px;
  padding: 10px;
  position: relative;
  border: none;
}
.p-front-product__search-form-input::-webkit-input-placeholder {
  font-size: clamp(0.875rem, fs(16), 1rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #c6c6c6;
}
.p-front-product__search-form-input::-moz-placeholder {
  font-size: clamp(0.875rem, fs(16), 1rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #c6c6c6;
}
.p-front-product__search-form-input:-ms-input-placeholder {
  font-size: clamp(0.875rem, fs(16), 1rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #c6c6c6;
}
.p-front-product__search-form-input::-ms-input-placeholder {
  font-size: clamp(0.875rem, fs(16), 1rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #c6c6c6;
}
.p-front-product__search-form-input::placeholder {
  font-size: clamp(0.875rem, fs(16), 1rem);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #c6c6c6;
}
.p-front-product__search-form-input:focus-visible {
  outline: none;
}
.p-front-product__search-form-submit {
  width: 44px;
  height: 44px;
  position: relative;
  background: #f2f5f9;
  border: none;
  border-left: 1px solid #bfbfbf;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.p-front-product__search-form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  -webkit-mask: url("../images/icn_search_01.svg") center/cover no-repeat;
          mask: url("../images/icn_search_01.svg") center/cover no-repeat;
  background-color: #268df3;
}
@media (any-hover: hover) {
  .p-front-product__search-form-submit:hover {
    -webkit-animation: flash 1s;
            animation: flash 1s;
  }
}
@keyframes flash {
  0% {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
.p-front-product__more {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
  margin-inline: auto;
  -webkit-margin-before: 2.5em;
          margin-block-start: 2.5em;
}

.p-front-works {
  position: relative;
  background: #ffffff;
}
.p-front-works__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: clamp(30px, 17.7551020408px + 3.2653061224vw, 70px);
  width: min(100%, 1600px);
  padding-inline: var(--front-gutter);
}
@media screen and (width <= 768px) {
  .p-front-works__inner {
    grid-template: "heading" "body" "more-link"/minmax(0, 1fr);
  }
}
.p-front-works__head {
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (width <= 768px) {
  .p-front-works__head {
    display: contents;
  }
}
@media screen and (width <= 768px) {
  .p-front-works__heading {
    grid-area: heading;
  }
}
.p-front-works__more {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}
@media screen and (width <= 768px) {
  .p-front-works__more {
    grid-area: more-link;
    justify-self: end;
  }
}
.p-front-works__body {
  width: 100%;
}
@media screen and (width <= 768px) {
  .p-front-works__body {
    grid-area: body;
  }
}
.p-front-works__slider01 :not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-front-works__slider01 .swiper-slide {
  width: clamp(320px, 209.2307692308px + 14.4230769231vw, 440px);
  text-decoration: none;
}
@media screen and (width < 576px) {
  .p-front-works__slider01 .swiper-slide {
    width: 100%;
  }
}
.p-front-works__slider01 .swiper-slide:focus-visible > .slide .slide-media img {
  scale: 1.1;
}
.p-front-works__slider01 .swiper-slide:focus-visible > .slide .slide-content > .slide-title {
  color: #268df3;
}
@media (any-hover: hover) {
  .p-front-works__slider01 .swiper-slide:hover > .slide .slide-media img {
    scale: 1.1;
  }
  .p-front-works__slider01 .swiper-slide:hover > .slide .slide-content > .slide-title {
    color: #268df3;
  }
}
.p-front-works__slider01 .swiper-slide > .slide {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 20px;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-media {
  position: relative;
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-content {
  display: contents;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-content > .slide-title {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #333333;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-wrap: wrap;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-content > .slide-category {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-content > .slide-category > li {
  font-size: clamp(0.625rem, 0.75vw, 0.75rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: #333333;
  padding: 8px 20px;
  border-radius: 16px;
  background: #f1f1f1;
}
.p-front-works__slider01 .swiper-slide > .slide .slide-content > .slide-category > li:nth-child(n+4) {
  display: none;
}
.p-front-works__slider01 .swiper-controller {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-front-works__slider01 .swiper-controller .swiper-button-prev,
.p-front-works__slider01 .swiper-controller .swiper-button-next {
  display: none;
}
.p-front-works__slider01 .swiper-controller #works-range {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #eeeeee;
}
.p-front-works__slider01 .swiper-controller #works-range::-webkit-slider-thumb {
  width: 25%;
  height: 4px;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  background: #007bff;
}

.p-front-sustainability {
  --spacer: clamp(32px, -9.1428571429px + 4.5714285714vw, 64px);
  --pi: clamp(40px, 7.5vw, 120px);
  position: relative;
  margin-inline: auto;
  -webkit-padding-before: var(--front-contents-spacer, 0px);
          padding-block-start: var(--front-contents-spacer, 0px);
  background-color: #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-sustainability {
    --spacer: clamp(20px, 6.5306122449px + 3.5918367347vw, 64px);
    --pi: clamp(10px, 5.3333333333vw, 40px);
    -webkit-padding-before: calc(var(--front-contents-spacer, 0px) + var(--spacer));
            padding-block-start: calc(var(--front-contents-spacer, 0px) + var(--spacer));
  }
}
.p-front-sustainability__inner {
  width: 100%;
  container-type: inline-size;
  background: url("../images/front/bg_front_sustainability_01.png") center/cover no-repeat;
}
.p-front-sustainability__wrapper {
  width: min(1600px, 100%);
  margin-inline: auto;
  padding-inline: var(--pi);
}
.p-front-sustainability__container {
  --_negative-margin: calc(var(--pi) * -1);
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template: "images ." 1fr "images content" auto "images ." 1fr/1fr min(543px, 33.9375vw);
  -webkit-margin-start: calc(clamp(0px, -1920px + 120vw, 120px) + var(--_negative-margin));
          margin-inline-start: calc(clamp(0px, -1920px + 120vw, 120px) + var(--_negative-margin));
  -webkit-column-gap: clamp(40px, -93.8461538462px + 17.4278846154vw, 185px);
     -moz-column-gap: clamp(40px, -93.8461538462px + 17.4278846154vw, 185px);
          column-gap: clamp(40px, -93.8461538462px + 17.4278846154vw, 185px);
}
@media screen and (width <= 768px) {
  .p-front-sustainability__container {
    grid-template: "image-small" auto "content" auto "image-large" auto/minmax(0, 1fr);
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-front-sustainability__images {
  display: grid;
  grid-area: images;
  row-gap: var(--spacer);
  -webkit-padding-before: var(--spacer);
          padding-block-start: var(--spacer);
}
@media screen and (width <= 768px) {
  .p-front-sustainability__images {
    display: contents;
    grid-area: auto;
  }
}
.p-front-sustainability__image > img {
  width: 100%;
}
.p-front-sustainability__image.-large {
  position: relative;
  z-index: 100;
  place-self: end end;
  width: min(454px, 60%);
  -webkit-margin-after: calc(var(--spacer) * -1);
          margin-block-end: calc(var(--spacer) * -1);
}
@media screen and (width <= 768px) {
  .p-front-sustainability__image.-large {
    place-self: end start;
    grid-area: image-large;
    width: min(454px, 80%);
  }
}
.p-front-sustainability__image.-small {
  place-self: end start;
  width: min(318px, 70%);
}
@media screen and (width <= 768px) {
  .p-front-sustainability__image.-small {
    place-self: end end;
    grid-area: image-small;
    -webkit-margin-before: calc(var(--spacer) * -1);
            margin-block-start: calc(var(--spacer) * -1);
  }
}
.p-front-sustainability__content {
  grid-area: content;
}
.p-front-sustainability__content {
  display: grid;
  row-gap: clamp(24px, 16.0408163265px + 2.1224489796vw, 50px);
  padding-block: var(--spacer);
}
.p-front-sustainability__heading > .en {
  font-family: "Inter", sans-serif;
  font-size: min(clamp(16px, 14.1632653061px + 0.4897959184vw, 22px), 1.375em);
  font-weight: 400;
  color: #268df3;
}
.p-front-sustainability__heading > .ja {
  font-size: min(clamp(24px, 16.6153846154px + 0.9615384615vw, 32px), 2em);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-wrap: wrap;
  word-break: keep-all;
}
.p-front-sustainability__text {
  font-size: clamp(14px, 12.7755102041px + 0.3265306122vw, 18px);
}
.p-front-sustainability__more {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
}

.p-front-info {
  position: relative;
  overflow-x: clip;
  -webkit-padding-before: var(--front-contents-spacer, 0px);
          padding-block-start: var(--front-contents-spacer, 0px);
  background: #ffffff url("../images/mrk_line_01.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (width <= 768px) {
  .p-front-info {
    background-size: 200%;
  }
}
.p-front-info__inner {
  display: grid;
  grid-template: "head" "content";
  row-gap: 20px;
  width: min(100%, 1600px);
  padding-inline: var(--front-gutter);
}
@media screen and (width <= 768px) {
  .p-front-info__inner {
    grid-template: "heading" "copy" "content" "more-link";
  }
}
.p-front-info__head {
  display: grid;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  grid-area: head;
  grid-template: "heading . copy . more-link" auto/auto minmax(20px, 0.5fr) auto minmax(10px, 1fr) auto;
}
@media screen and (width <= 1280px) {
  .p-front-info__head {
    grid-template: "heading . more-link" auto "copy copy copy" auto/auto 1fr auto;
    gap: 15px 20px;
  }
}
@media screen and (width <= 768px) {
  .p-front-info__head {
    display: contents;
  }
}
.p-front-info__heading {
  grid-area: heading;
}
.p-front-info__heading > .en {
  line-height: 0.95;
}
.p-front-info__copy {
  grid-area: copy;
  font-size: clamp(18px, 17.387755102px + 0.1632653061vw, 20px);
  line-height: 1.6;
  display: grid;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
}
.p-front-info__tech-more {
  --arrow-fill-color-hover: #ffffff;
  color: #333333;
  grid-area: more-link;
}
@media screen and (width <= 768px) {
  .p-front-info__tech-more {
    justify-self: end;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.p-front-info__content {
  -webkit-padding-before: clamp(40px, 27.7551020408px + 3.2653061224vw, 80px);
          padding-block-start: clamp(40px, 27.7551020408px + 3.2653061224vw, 80px);
  border-top: 1px solid #c6c6c6;
  grid-area: content;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-column-gap: clamp(35px, -11.1538461538px + 6.0096153846vw, 85px);
     -moz-column-gap: clamp(35px, -11.1538461538px + 6.0096153846vw, 85px);
          column-gap: clamp(35px, -11.1538461538px + 6.0096153846vw, 85px);
}
@media screen and (width <= 1024px) {
  .p-front-info__content {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 30px;
  }
}
.p-front-info__content:not(:has(.p-front-info__tech-links)) {
  grid-template-columns: minmax(0, 1fr);
}
.p-front-info__tic {
  font-size: clamp(24px, 18.4615384615px + 0.7211538462vw, 30px);
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  text-decoration: none;
  display: grid;
  row-gap: clamp(8px, 5.5510204082px + 0.6530612245vw, 16px);
}
.p-front-info__tic-image {
  overflow: clip;
  width: 100%;
  max-height: 510px;
  aspect-ratio: 4/3;
}
@media screen and (width <= 1024px) {
  .p-front-info__tic-image {
    aspect-ratio: 16/9;
  }
}
.p-front-info__tic-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-front-info__tic:focus-visible .p-front-info__tic-image > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .p-front-info__tic:hover .p-front-info__tic-image > img {
    scale: 1.1;
  }
}
.p-front-info__tic-arrow {
  --icon-size: clamp(32px, 27.1020408163px + 1.306122449vw, 48px);
  --arrow-fill-color-hover: #ffffff;
  grid-template-columns: 1fr auto;
  width: 100%;
  color: #333333;
}
.p-front-info__tic-arrow-txt {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.p-front-info__tech-links {
  width: 100%;
  display: grid;
  row-gap: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
}
.p-front-info__tech-link {
  font-size: clamp(14px, 12.1632653061px + 0.4897959184vw, 20px);
  display: block;
  container-type: inline-size;
  -webkit-padding-after: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
          padding-block-end: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  text-decoration: none;
  border-bottom: 1px solid #c6c6c6;
}
.p-front-info__tech-link-inn {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: clamp(100px, 66.3265306122px + 8.9795918367vw, 210px) 1fr;
  -webkit-column-gap: min(clamp(20px, 14.8275862069px + 1.3793103448vw, 30px), clamp(30px, -102px + 12vw, 90px));
     -moz-column-gap: min(clamp(20px, 14.8275862069px + 1.3793103448vw, 30px), clamp(30px, -102px + 12vw, 90px));
          column-gap: min(clamp(20px, 14.8275862069px + 1.3793103448vw, 30px), clamp(30px, -102px + 12vw, 90px));
}
.p-front-info__tech-link-thumbnail {
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-front-info__tech-link-thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-front-info__tech-link:focus-visible .p-front-info__tech-link-thumbnail > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .p-front-info__tech-link:hover .p-front-info__tech-link-thumbnail > img {
    scale: 1.1;
  }
}
.p-front-info__tech-link-arrow {
  --icon-size: clamp(32px, 27.1020408163px + 1.306122449vw, 48px);
  --arrow-fill-color-hover: #ffffff;
  grid-template-columns: 1fr auto;
  width: 100%;
  color: #333333;
}
@container (width < 490px) {
  .p-front-info__tech-link-arrow {
    row-gap: 0.25em;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    justify-items: end;
  }
}
.p-front-info__tech-link-arrow-txt {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 100%;
}
.p-front-info__future {
  position: relative;
  -webkit-margin-before: var(--front-contents-spacer, 0px);
          margin-block-start: var(--front-contents-spacer, 0px);
}
.p-front-info__future-inner {
  position: relative;
  overflow-x: clip;
  margin-inline: clamp(1.5rem, 5.25vw, 5.25rem);
  padding: 86px clamp(1.5rem, 9.125vw, 9.125rem);
  border-radius: 24px;
  background: #eef4f9;
}
@media screen and (width <= 768px) {
  .p-front-info__future-inner {
    margin-inline: 0;
    padding: 120px 16px 60px;
  }
}
.p-front-info__future-bg-txt {
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 12.5vw, 200px);
  font-weight: 100;
  line-height: 1;
  position: absolute;
  color: #ffffff;
  white-space: nowrap;
}
.p-front-info__future-bg-txt--create {
  top: 0;
  left: 0;
  translate: -3% -14%;
}
.p-front-info__future-bg-txt--future {
  font-size: clamp(64px, 10vw, 160px);
  right: 0;
  bottom: 0;
  translate: 2% 18%;
}
.p-front-info__future-image {
  position: absolute;
  z-index: 2;
}
.p-front-info__future-image.-labs {
  top: 50%;
  right: -25px;
  bottom: auto;
  left: auto;
  width: 32vw;
  max-width: 492px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 1280px) {
  .p-front-info__future-image.-labs {
    top: 40%;
  }
}
@media screen and (width <= 1024px) {
  .p-front-info__future-image.-labs {
    top: -10px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (width <= 768px) {
  .p-front-info__future-image.-labs {
    top: -80px;
    right: -16px;
    width: 60vw;
  }
}
@media screen and (width <= 576px) {
  .p-front-info__future-image.-labs {
    top: -60px;
  }
}
@media screen and (width <= 374px) {
  .p-front-info__future-image.-labs {
    top: -30px;
    right: -10px;
  }
}
.p-front-info__future-image.-men {
  bottom: -40px;
  left: -20px;
}
@media screen and (width <= 768px) {
  .p-front-info__future-image.-men {
    bottom: -100px;
    left: -14px;
    width: 26vw;
  }
}
@media screen and (width <= 576px) {
  .p-front-info__future-image.-men {
    bottom: -60px;
    width: 20vw;
  }
}
.p-front-info__future-summary {
  position: relative;
  width: 100%;
  max-width: 543px;
}
.p-front-info__future-title, .p-front-info__future-subtitle, .p-front-info__future-text {
  position: relative;
  z-index: 20;
}
.p-front-info__future-title {
  font-size: min(clamp(18px, 12.2748091603px + 1.5267175573vw, 24px), clamp(24px, 9.2307692308px + 1.9230769231vw, 40px));
  font-weight: 500;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  color: #268df3;
}
.p-front-info__future-subtitle {
  font-size: min(clamp(16px, 14.0916030534px + 0.5089058524vw, 18px), clamp(18px, 14.3076923077px + 0.4807692308vw, 22px));
  font-weight: 500;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.p-front-info__future-text {
  margin-bottom: 68px;
}
@media screen and (width <= 768px) {
  .p-front-info__future-text {
    margin-bottom: 40px;
  }
}
.p-front-info__future-text > p {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #333333;
  margin-bottom: 28px;
}
.p-front-info__future-cta-txt {
  font-size: clamp(12px, 11.387755102px + 0.1632653061vw, 14px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #268df3;
}
@media screen and (width <= 768px) {
  .p-front-info__future-cta-txt {
    overflow-wrap: anywhere;
    margin-inline: auto;
    text-align: center;
    word-break: keep-all;
  }
}
.p-front-info__future-more {
  --arrow-fill-color-hover: #ffffff;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  color: #333333;
}
@media screen and (width <= 768px) {
  .p-front-info__future-more {
    margin-inline: auto;
  }
}

.p-front-movie {
  position: relative;
  -webkit-padding-before: var(--front-contents-spacer, 0px);
          padding-block-start: var(--front-contents-spacer, 0px);
  background-color: #ffffff;
  container-type: inline-size;
}
.p-front-movie__inner {
  display: grid;
  padding-inline: var(--front-gutter);
}
.p-front-movie__zero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2.5rem, 7.875vw, 7.875rem);
}
@media screen and (width <= 963px) {
  .p-front-movie__zero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-front-movie__zero-intro {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 524px;
}
@media screen and (width <= 768px) {
  .p-front-movie__zero-intro {
    margin: 0 auto;
  }
}
.p-front-movie__zero-intro > p {
  font-size: clamp(1rem, 1.75vw, 1.75rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #333333;
  margin-bottom: 23px;
  border-bottom: 2px solid #268df3;
}
.p-front-movie__zero-intro > h3 {
  font-size: clamp(1.5rem, 3.1875vw, 3.1875rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #ffffff;
  padding: 10px 21px;
  text-align: center;
  background: #ea3442;
}
.p-front-movie__zero > p {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #333333;
  padding-block: clamp(50px, 34.693877551px + 4.0816326531vw, 100px);
}
@media screen and (width <= 963px) {
  .p-front-movie__zero > p {
    padding-block: 0 60px;
  }
}
.p-front-movie__movie-box {
  --_negative-margin: calc(50% - 50cqi);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: var(--_negative-margin);
  padding-block: clamp(40px, 21.6326530612px + 4.8979591837vw, 100px) clamp(60px, 22.0408163265px + 10.1224489796vw, 184px);
  border-top: 4px solid #268df3;
  border-bottom: 4px solid #268df3;
  background: url("../images/front/bg_front_movie_01.svg") center/cover no-repeat;
}
.p-front-movie__movie-box.-en {
  background-image: url("../images/front/bg_front_movie_en_01.svg");
}
@media screen and (width <= 768px) {
  .p-front-movie__movie-box {
    border-width: 2px;
  }
}
.p-front-movie-box {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding-inline: var(--front-gutter);
}
.p-front-movie-box > p {
  font-size: clamp(1.5rem, 5.5vw, 5.5rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 0.7;
  color: #ea3442;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.p-front-movie-item {
  position: relative;
  z-index: 10;
}
.p-front-movie-item::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  content: "";
  background: #268df3;
  translate: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px) clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
}
.p-front-movie-item > video {
  display: block;
  width: 100%;
}

.p-front-recruit {
  position: relative;
  z-index: 1;
  -webkit-margin-after: -1.875em;
          margin-block-end: -1.875em;
  -webkit-padding-before: var(--front-contents-spacer, 0px);
          padding-block-start: var(--front-contents-spacer, 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), color-stop(transparent), to(transparent));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff calc(100% - 1.875em), transparent calc(100% - 1.875em), transparent 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(100% - 1.875em), transparent calc(100% - 1.875em), transparent 100%);
}
.p-front-recruit__inner {
  container-type: inline-size;
  width: min(100%, 1600px);
  margin-inline: auto;
  position: relative;
  overflow: clip;
  border-radius: 30px;
  background-color: #268df3;
}
.p-front-recruit__inner::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  opacity: 0.5;
  background: url("../images/mtf_main_01.png") center/cover no-repeat;
  mix-blend-mode: screen;
}
.p-front-recruit__wrapper {
  width: 100%;
  padding-inline: var(--front-gutter);
}
.p-front-recruit__container {
  --_negative-margin: calc(50% - 50cqi);
  position: relative;
  z-index: 10;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  grid-template: "image-lg . . image-md image-md ." 0.5fr "image-lg . heading image-md image-md ." 1fr "image-lg . text text image-sm image-sm" auto "image-lg . more-link . image-sm image-sm" 1fr/auto min(clamp(10px, -26.7346938776px + 9.7959183673vw, 130px), clamp(20px, -146.295133438px + 17.2684458399vw, 130px)) 1fr auto auto var(--front-gutter);
  gap: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px) 20px;
  min-height: min(790px, 49.375vw);
  -webkit-margin-end: var(--_negative-margin);
          margin-inline-end: var(--_negative-margin);
  padding-block: clamp(20px, 13.8775510204px + 1.6326530612vw, 40px);
}
@media screen and (width <= 768px) {
  .p-front-recruit__container {
    grid-template: "heading heading heading" auto "text text text" auto "more-link more-link more-link" auto [img-md-top] ". . ." auto [img-lg-top] ". . ." clamp(30px, 8vw, 60px) [img-md-bottom] ". . ." auto [img-lg-bottom]/[img-lg-left] 1fr [img-md-left] clamp(80px, 21.3333333333vw, 200px) [img-lg-right] 1fr [img-md-right];
    row-gap: clamp(20px, -38.1818181818px + 18.1818181818vw, 30px);
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    padding-block: clamp(40px, -76.3636363636px + 36.3636363636vw, 60px);
  }
}
.p-front-recruit__image > img {
  width: 100%;
}
.p-front-recruit__image.-small {
  place-self: center end;
  grid-area: image-sm;
  max-width: min(252px, 15.75vw);
}
@media screen and (width <= 768px) {
  .p-front-recruit__image.-small {
    display: none;
  }
}
.p-front-recruit__image.-medium {
  align-self: center;
  grid-area: image-md;
  max-width: min(389px, 24.3125vw);
}
@media screen and (width <= 768px) {
  .p-front-recruit__image.-medium {
    justify-self: start;
    grid-area: img-md-top/img-md-left/img-md-bottom/img-md-right;
    width: min(300px, 100%);
    max-width: none;
  }
}
.p-front-recruit__image.-large {
  align-self: center;
  grid-area: image-lg;
  max-width: min(436px, 27.25vw);
}
@media screen and (width <= 768px) {
  .p-front-recruit__image.-large {
    justify-self: end;
    grid-area: img-lg-top/img-lg-left/img-lg-bottom/img-lg-right;
    width: min(350px, 100%);
    max-width: none;
  }
}
.p-front-recruit__heading {
  align-self: end;
  grid-area: heading;
  row-gap: 0;
  color: #ffffff;
}
.p-front-recruit__heading > .en {
  line-height: 1;
  color: #ffffff;
}
.p-front-recruit__text, .p-front-recruit__more {
  -webkit-margin-before: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
          margin-block-start: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
}
@media screen and (width <= 768px) {
  .p-front-recruit__text, .p-front-recruit__more {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-front-recruit__text {
  overflow-wrap: anywhere;
  grid-area: text;
  word-break: keep-all;
  color: #ffffff;
}
.p-front-recruit__more {
  font-weight: 700;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: start;
  grid-area: more-link;
  grid-template-columns: repeat(2, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-column-gap: clamp(10px, 1.25vw, 20px);
     -moz-column-gap: clamp(10px, 1.25vw, 20px);
          column-gap: clamp(10px, 1.25vw, 20px);
  color: #ffffff;
}
@media screen and (width <= 768px) {
  .p-front-recruit__more {
    justify-self: end;
  }
}
.p-front-recruit__more:focus-visible > .icon {
  background-color: #ffffff;
}
.p-front-recruit__more:focus-visible > .icon::before {
  background-color: #268df3;
}
@media (any-hover: hover) {
  .p-front-recruit__more:hover > .icon {
    background-color: #ffffff;
  }
  .p-front-recruit__more:hover > .icon::before {
    background-color: #268df3;
  }
}
.p-front-recruit__more > .icon {
  display: grid;
  place-items: center;
  width: clamp(46.8px, 37.2489795918px + 2.5469387755vw, 78px);
  height: clamp(46.8px, 37.2489795918px + 2.5469387755vw, 78px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.p-front-recruit__more > .icon::before {
  display: block;
  width: 28.26%;
  aspect-ratio: 1;
  content: "";
  background-color: #ffffff;
  -webkit-mask: url("../images/icn_blank_link.svg") center/contain no-repeat;
          mask: url("../images/icn_blank_link.svg") center/contain no-repeat;
}

.p-front-contact {
  position: relative;
  overflow: clip;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(183, 217, 243, 0.1);
}
.p-front-contact__inner {
  position: relative;
  width: min(100%, 1600px);
  padding-block: calc(clamp(100px, 63.2653061224px + 9.7959183673vw, 220px) + 1.875em) clamp(100px, 63.2653061224px + 9.7959183673vw, 220px);
  padding-inline: var(--front-gutter);
}
.p-front-contact__semitransparent-txt {
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 14.0625vw, 225px);
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: calc(var(--front-gutter) * 0.5);
  translate: 0 32%;
  pointer-events: none;
  opacity: 0.5;
  color: #ffffff;
}
.p-front-contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 768px) {
  .p-front-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-front-contact__content > p {
  font-size: clamp(1.5rem, 3.125vw, 3.125rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: #ffffff;
  width: 50%;
  padding-left: clamp(1.25rem, 7.5vw, 7.5rem);
}
@media screen and (width <= 768px) {
  .p-front-contact__content > p {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
  }
}
.p-front-contact__content-summary {
  width: 50%;
}
@media screen and (width <= 768px) {
  .p-front-contact__content-summary {
    width: 100%;
  }
}
.p-front-contact__content-summary > p {
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (width <= 768px) {
  .p-front-contact__content-summary > p {
    margin-bottom: 24px;
  }
}
.p-front-contact__more {
  --icon-color: #ffffff;
  --arrow-fill-color-hover: #268df3;
  color: #ffffff;
}

@media screen and (width <= 963px) {
  .hide-tb {
    display: none;
  }
}

.splash-loading {
  --loading-text-color: #268df3;
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: clip;
  background-color: #ffffff;
}
.splash-loading.is-hidden {
  -webkit-animation: fadeOut 0.8s ease forwards 0.4s;
          animation: fadeOut 0.8s ease forwards 0.4s;
}
.splash-loading__copy {
  position: absolute;
  z-index: 20;
  inset: 0;
  width: min(800px, 90%);
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.splash-loading__copy.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.splash-loading__copy-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.splash-loading__copy-svg-text {
  font-family: "Arial Black", sans-serif;
  font-size: min(clamp(16px, 2px + 4.375vw, 72px), clamp(24px, -20.3076923077px + 5.7692307692vw, 72px));
  fill: transparent;
  stroke: var(--loading-text-color);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.splash-loading__copy-svg-text.is-animating {
  -webkit-animation: drawOutlineToFill 2.5s ease-in-out forwards;
          animation: drawOutlineToFill 2.5s ease-in-out forwards;
}
.splash-loading__scr-blue {
  position: fixed;
  z-index: 5;
  inset-inline: 0;
  visibility: hidden;
  width: 100%;
  height: 50%;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  opacity: 0;
  background-color: #268df3;
}
.splash-loading__scr-blue.is-triggered {
  visibility: visible;
  opacity: 1;
}
.splash-loading__scr-blue.-top {
  top: 0;
}
.splash-loading__scr-blue.-top.is-triggered.is-opening {
  -webkit-animation: splashToTop 0.6s ease forwards 0.2s;
          animation: splashToTop 0.6s ease forwards 0.2s;
}
.splash-loading__scr-blue.-bottom {
  bottom: 0;
}
.splash-loading__scr-blue.-bottom.is-triggered.is-opening {
  -webkit-animation: splashToBottom 0.6s ease forwards 0.2s;
          animation: splashToBottom 0.6s ease forwards 0.2s;
}
@-webkit-keyframes drawOutlineToFill {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  50% {
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: var(--loading-text-color);
    stroke-dashoffset: 0;
  }
}
@keyframes drawOutlineToFill {
  0% {
    fill: transparent;
    stroke-dashoffset: 1000;
  }
  50% {
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: var(--loading-text-color);
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes splashToTop {
  to {
    translate: 0 -100%;
    opacity: 0;
  }
}
@keyframes splashToTop {
  to {
    translate: 0 -100%;
    opacity: 0;
  }
}
@-webkit-keyframes splashToBottom {
  to {
    translate: 0 100%;
    opacity: 0;
  }
}
@keyframes splashToBottom {
  to {
    translate: 0 100%;
    opacity: 0;
  }
}

.p-front-banners {
  position: fixed;
  z-index: 800;
  top: calc(var(--header-height, 75px) + 1.875em);
  right: 1.875em;
  display: grid;
  justify-items: end;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.75em;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-out, visibility 1s ease-out;
  transition: opacity 0.5s ease-out, visibility 1s ease-out;
  pointer-events: none;
}
.p-front-banners * {
  pointer-events: auto;
}
.p-front-banners.is-hidden {
  display: none;
}
.p-front-banners.is-overlapping {
  visibility: hidden;
  opacity: 0;
}
.p-front-banners.is-overlapping * {
  pointer-events: none;
}
.p-front-banners__item {
  position: relative;
  width: min(85%, 280px);
  -webkit-filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: opacity 0.5s ease-out, display 0.5s ease-out allow-discrete;
  transition: opacity 0.5s ease-out, display 0.5s ease-out allow-discrete;
}
@media screen and (width <= 768px) {
  .p-front-banners__item:nth-of-type(n + 2) {
    display: none;
  }
}
.p-front-banners__item.is-hidden {
  display: none;
  opacity: 0;
}
@starting-style {
  .p-front-banners__item.is-hidden {
    opacity: 1;
  }
}
.p-front-banners__item-close {
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 1em;
  right: 0.75em;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.p-front-banners__item-close:focus-visible {
  color: #268df3;
}
@media (any-hover: hover) {
  .p-front-banners__item-close:hover {
    color: #268df3;
  }
}
.p-front-banners__item-link {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template: "title ." "arrow arrow"/1fr 1em;
  gap: 0.625em;
  width: 100%;
  padding: 1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  border: 2px solid #268df3;
  border-radius: 0.5em;
  background-color: #ffffff;
}
.p-front-banners__item-link:focus-visible {
  background-color: #eef4f9;
}
@media (any-hover: hover) {
  .p-front-banners__item-link:hover {
    background-color: #eef4f9;
  }
}
.p-front-banners__item-title {
  font-size: clamp(12px, 11px + 0.3125vw, 16px);
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  grid-area: title;
  color: #268df3;
}
.p-front-banners__item-arrow {
  --icon-size: 1.714em;
  --arrow-fill-color-hover: #ffffff;
  font-size: clamp(12px, 11.75px + 0.078125vw, 13px);
  line-height: 1;
  justify-self: end;
  grid-area: arrow;
  gap: 5px;
  text-decoration: none;
  color: #333333;
}

.p-museum-page {
  width: 100%;
  padding-inline: var(--gutter-sm, 0px);
}
.p-museum-page__inner {
  display: grid;
  grid-template-columns: max(clamp(12.5rem, 9.6512843489rem + 5.9737156511vw, 15.625rem), 20.8%) 1fr;
  gap: var(--contents-spacer, 0px) clamp(20px, -206.7660910518px + 23.5478806907vw, 170px);
  width: min(100%, 1440px);
  margin-inline: auto;
}
@media screen and (width <= 36rem) {
  .p-museum-page__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-museum-filter {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height, 100px);
  overflow-y: auto;
  width: 100%;
  max-height: calc(100svh - var(--header-height, 100px));
}
@media screen and (width <= 36rem) {
  .p-museum-filter {
    position: static;
    overflow-y: visible;
    max-height: none;
  }
}
.p-museum-filter::-webkit-scrollbar {
  width: 6px;
}
@media screen and (width <= 60.1875rem) {
  .p-museum-filter::-webkit-scrollbar {
    width: 4px;
  }
}
.p-museum-filter::-webkit-scrollbar-track {
  margin-block: max(4.5dvh, 30px);
  border-radius: 4px;
  background: -webkit-linear-gradient(left, transparent calc(50% - 1px), #b6b6b6 calc(50% - 1px), #b6b6b6 calc(50% + 1px), transparent calc(50% + 1px));
  background: linear-gradient(to right, transparent calc(50% - 1px), #b6b6b6 calc(50% - 1px), #b6b6b6 calc(50% + 1px), transparent calc(50% + 1px));
}
.p-museum-filter::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 4px;
  background-color: #a1b9d1;
}
.p-museum-filter::-webkit-scrollbar-thumb:focus-visible {
  background-color: rgb(195.2428571429, 210.5, 225.7571428571);
}
@media (any-hover: hover) {
  .p-museum-filter::-webkit-scrollbar-thumb:hover {
    background-color: rgb(195.2428571429, 210.5, 225.7571428571);
  }
}
.p-museum-filter__inner {
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
@media screen and (width <= 36rem) {
  .p-museum-filter__inner {
    padding: 0;
  }
}

.p-museum-archive {
  max-width: 970px;
}
.p-museum-archive__list {
  --vertical-spacing: clamp(40px, 24.693877551px + 4.0816326531vw, 90px);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(11.25rem, -4.8125981162rem + 26.6875981162vw, 21.875rem), 1fr));
  gap: 0 clamp(0px, -21.4285714286px + 5.7142857143vw, 70px);
  margin-block: calc(var(--vertical-spacing) * -0.5);
}
.p-museum-archive__list-empty {
  margin-block: calc(var(--vertical-spacing) * 0.5);
  margin-inline: auto;
  padding-block: var(--vertical-spacing);
  text-align: center;
}
.p-museum-archive__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-museum-archive__pagination:not(:empty) {
  -webkit-margin-before: calc(var(--contents-spacer, 0px) * 0.6);
          margin-block-start: calc(var(--contents-spacer, 0px) * 0.6);
}

.p-museum-card {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-row: span 4;
  grid-template-rows: subgrid;
  row-gap: 10px;
  margin-block: calc(var(--vertical-spacing) * 0.5);
  text-decoration: none;
  color: #333333;
}
.p-museum-card__inner {
  display: contents;
}
.p-museum-card__media {
  width: 100%;
}
.p-museum-card__thumbnail {
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-museum-card__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
}
.p-museum-card:focus-visible .p-museum-card__thumbnail > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .p-museum-card:hover .p-museum-card__thumbnail > img {
    scale: 1.1;
  }
}
.p-museum-card__content {
  display: contents;
  container-type: inline-size;
}
.p-museum-card__date {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  color: #b6b6b6;
}
.p-museum-card__title {
  font-size: 1em;
  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  text-wrap: wrap;
}
.p-museum-card:focus-visible .p-museum-card__title {
  color: #268df3;
}
@media (any-hover: hover) {
  .p-museum-card:hover .p-museum-card__title {
    color: #268df3;
  }
}
.p-museum-card__terms {
  font-size: min(max(10px, 0.8125em), max(10px, 3.571cqi));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.38em;
  margin: 0;
  padding: 0;
}

.p-technology-tic__card {
  width: min(100%, 1000px);
  margin-inline: auto;
}

.p-technology-archive {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-technology-archive__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(clamp(200px, -280px + 40vw, 360px), 1fr));
  gap: clamp(40px, 27.7551020408px + 3.2653061224vw, 80px) clamp(10px, -4.0816326531px + 3.7551020408vw, 56px);
}
.p-technology-archive__list-empty {
  margin-inline: auto;
}
.p-technology-archive__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-technology-archive__pagination:not(:empty) {
  -webkit-margin-before: calc(var(--contents-spacer, 0px) * 0.6);
          margin-block-start: calc(var(--contents-spacer, 0px) * 0.6);
}

.p-technology-card {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}
.p-technology-card__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 1.25em;
  width: 100%;
  height: 100%;
  -webkit-padding-after: 0.625em;
          padding-block-end: 0.625em;
  border-bottom: 1px solid #268df3;
}
.p-technology-card__media {
  width: 100%;
}
.p-technology-card__thumbnail {
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-technology-card__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
}
.p-technology-card:focus-visible .p-technology-card__thumbnail > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .p-technology-card:hover .p-technology-card__thumbnail > img {
    scale: 1.1;
  }
}
.p-technology-card__content {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-rows: 1fr auto;
  row-gap: 0.25em;
}
.p-technology-card__title {
  font-size: 1em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-wrap: wrap;
}
.p-technology-card__arrow {
  --circle-stroke-color: #268df3;
  --circle-fill-color: color-mix(in srgb, #268df3 0%, transparent);
  --arrow-fill-color: #268df3;
  display: block;
  justify-self: end;
  width: max(32px, 2.1875em);
  aspect-ratio: 1;
}
.p-technology-card:focus-visible .p-technology-card__arrow {
  --circle-fill-color: #268df3;
  --arrow-fill-color: #ffffff;
}
@media (any-hover: hover) {
  .p-technology-card:hover .p-technology-card__arrow {
    --circle-fill-color: #268df3;
    --arrow-fill-color: #ffffff;
  }
}
.p-technology-card__arrow > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-library-page {
  container-type: inline-size;
}
.p-library-page__inner {
  width: 100%;
  padding-inline: var(--gutter, 0px);
}
.p-library-page__content {
  width: 100%;
}
.p-library-page__triggers {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 400px));
  -webkit-column-gap: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
     -moz-column-gap: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
          column-gap: clamp(10px, 6.9387755102px + 0.8163265306vw, 20px);
}
.p-library-page__trigger {
  line-height: 1;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 1.25em;
  border: 2px solid #f2f5f9;
  border-bottom: none;
  border-radius: 0.4em 0.4em 0 0;
  background-color: #f2f5f9;
}
.p-library-page__trigger.is-active {
  border-color: #268df3;
  background-color: #ffffff;
}
.p-library-page__panels {
  --_negative-margin: calc(50% - 50cqi);
  margin-inline: var(--_negative-margin);
  padding-inline: abs(var(--_negative-margin));
  border-top: 2px solid #268df3;
}
.p-library-page__panel {
  width: 100%;
}
.p-library-page__panel:focus-visible {
  outline: none;
}

.p-library-file {
  display: grid;
  width: 100%;
  row-gap: var(--contents-spacer, 0px);
  padding-block: calc(var(--contents-spacer, 0px) * 0.6);
}
.p-library-file__content {
  width: 100%;
  margin-inline: auto;
}
.p-library-file__content--catalogs {
  width: min(885px, 100%);
}
.p-library-file__content--materials {
  width: min(100%, 1200px);
}
.p-library-file__content-desc {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.p-library-file__blocks {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  row-gap: var(--contents-spacer, 0px);
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-library-file__block {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}
.p-library-file__block-title-h2 {
  font-size: 2.1875em;
  font-weight: 600;
  color: #268df3;
}
.p-library-file__block-title-h3 {
  font-size: 1.5em;
  font-weight: 500;
  -webkit-padding-after: 0.5em;
          padding-block-end: 0.5em;
  position: relative;
}
.p-library-file__block-title-h3::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.p-library-file__block-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: calc(var(--contents-spacer, 0px) * 0.6) clamp(10px, -39.8461538462px + 6.4903846154vw, 64px);
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (width <= 576px) {
  .p-library-file__block-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-library-file__block-list-more {
  font-size: 14px;
  line-height: 1;
  display: grid;
  place-content: center;
  place-items: center;
  width: min(100%, 185px);
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  margin-inline: auto;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #268df3;
  border: 2px solid #268df3;
  border-radius: 100vmax;
  background-color: #ffffff;
}
.p-library-file__block-list-more:focus-visible {
  color: #ffffff;
  background-color: #268df3;
}
@media (any-hover: hover) {
  .p-library-file__block-list-more:hover {
    color: #ffffff;
    background-color: #268df3;
  }
}
.p-library-file__block-table {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-library-file__join {
  border: 2px solid #268df3;
  border-radius: 0.5em;
  padding: 2em 1em;
}
.p-library-file__join-title {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.p-library-file__join-buttons {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2, minmax(0px, 280px));
  gap: 0.5em 1em;
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (width <= 576px) {
  .p-library-file__join-buttons {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }
}
.p-library-file__join-button {
  font-size: clamp(12px, 3.7333333333vw, 15px);
  line-height: 1.2;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1em;
  text-decoration: none;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  color: #ffffff;
  border-radius: 0.5em;
  background-color: #268df3;
  width: min(280px, 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-library-file__join-button:focus-visible {
  background-color: rgb(12.0524017467, 115.5021834061, 217.9475982533);
}
@media (any-hover: hover) {
  .p-library-file__join-button:hover {
    background-color: rgb(12.0524017467, 115.5021834061, 217.9475982533);
  }
}
.p-library-file__join-button > .txt {
  display: block;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.p-library-file__join-button--accent {
  background-color: #e73c49;
}
.p-library-file__join-button--accent:focus-visible {
  background-color: rgb(213.698630137, 26.301369863, 40.5479452055);
}
@media (any-hover: hover) {
  .p-library-file__join-button--accent:hover {
    background-color: rgb(213.698630137, 26.301369863, 40.5479452055);
  }
}
.p-library-file__join-button-icon {
  display: block;
  width: 2.4em;
  height: 2.4em;
}
.p-library-file__join-button-icon > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-file-card {
  display: grid;
  row-gap: clamp(10px, 8.4693877551px + 0.4081632653vw, 15px);
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}
.p-file-card__thumbnail {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 0.7071067812;
  background-color: #dcdcdc;
}
.p-file-card__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-file-card__thumbnail > img.-logo.-default {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-file-card__title {
  font-size: 1.125em;
  font-weight: 500;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.p-file-card__link {
  font-size: 13px;
  line-height: 1.1;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, auto);
  padding: 0.615em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-column-gap: 0.615em;
     -moz-column-gap: 0.615em;
          column-gap: 0.615em;
  color: currentColor;
  background-color: #eef4f9;
}
.p-file-card__link:focus-visible {
  color: #ffffff;
  background-color: #268df3;
}
@media (any-hover: hover) {
  .p-file-card__link:hover {
    color: #ffffff;
    background-color: #268df3;
  }
}
.p-file-card__link-ttl {
  font-weight: 500;
}
.p-file-card__link-icn {
  display: block;
  aspect-ratio: 1;
  height: 1.23em;
  color: #268df3;
}
.p-file-card__link:focus-visible .p-file-card__link-icn {
  color: #ffffff;
}
@media (any-hover: hover) {
  .p-file-card__link:hover .p-file-card__link-icn {
    color: #ffffff;
  }
}
.p-file-card__link-icn[data-icon=blankLink-icon] {
  height: 0.9em;
}
.p-file-card__link-icn > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-file-table {
  position: relative;
  overflow-x: auto;
  width: 100%;
  padding-block: 1px;
}
.p-file-table__inner {
  width: 1200px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #268df3;
}
body.lang-en .p-file-table__inner {
  width: 1300px;
}
.p-file-table__inner th,
.p-file-table__inner td {
  padding: 1em;
  border: 1px solid #268df3;
}
.p-file-table__header tr th {
  position: relative;
  z-index: -1;
  background-color: #eef4f9;
}
.p-file-table__header tr th.-name {
  width: 28.125em;
}
.p-file-table__body tr th {
  text-align: left;
}
.p-file-table__file-links {
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.p-file-table__file-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #268df3;
}
.p-file-table__file-link:focus-visible {
  color: rgb(86.327510917, 166.3886462882, 245.672489083);
}
@media (any-hover: hover) {
  .p-file-table__file-link:hover {
    color: rgb(86.327510917, 166.3886462882, 245.672489083);
  }
}
.p-file-table__file-icon {
  display: block;
  height: 1.875em;
  aspect-ratio: 1;
}
.p-file-table__file-icon > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-news-page {
  width: 100%;
  padding-inline: var(--gutter, 0px);
}
.p-news-page__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(var(--contents-spacer, 0px) * 0.5) clamp(24px, -55.3846153846px + 10.3365384615vw, 110px);
  width: min(100%, 1440px);
  margin-inline: auto;
}
@media screen and (width <= 36rem) {
  .p-news-page__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-news-category__nav {
  width: 100%;
}
.p-news-category__list {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px clamp(20px, -31.4285714286px + 5.7142857143vw, 60px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (width <= 36rem) {
  .p-news-category__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-news-category__item {
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1;
}
.p-news-category__item > a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.p-news-category__item > a:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .p-news-category__item > a:hover {
    opacity: 0.5;
  }
}
.p-news-category__item > a.is-active {
  color: #ffffff;
  background-color: #268df3;
  pointer-events: none;
}

.p-news-archive__list {
  display: grid;
  grid-template-columns: auto auto 1fr;
  row-gap: 3.125em;
  container-type: inline-size;
}
.p-news-archive__list-empty {
  margin-inline: auto;
}
.p-news-archive__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-archive__pagination:not(:empty) {
  -webkit-margin-before: calc(var(--contents-spacer, 0px) * 0.6);
          margin-block-start: calc(var(--contents-spacer, 0px) * 0.6);
}

.p-news-card {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template: "date tags title" auto;
  grid-template-columns: subgrid;
  grid-column: span 3;
  gap: 10px 1em;
  text-decoration: none;
  color: #333333;
  outline: none;
}
.p-news-card:focus-visible::after {
  background-position-x: 0%;
}
@media (any-hover: hover) {
  .p-news-card:hover::after {
    background-position-x: 0%;
  }
}
.p-news-card::after {
  --color-threshold: min(11.4em, 28.35%);
  position: absolute;
  top: calc(100% + 1.5625em);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  translate: 0 -50%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 100% center/200% 100% no-repeat;
  background: -webkit-linear-gradient(left, #268df3 0%, #268df3 calc(50% + var(--color-threshold)), #a1b9d1 calc(50% + var(--color-threshold)), #a1b9d1 100%) 100% center/200% 100% no-repeat;
  background: linear-gradient(to right, #268df3 0%, #268df3 calc(50% + var(--color-threshold)), #a1b9d1 calc(50% + var(--color-threshold)), #a1b9d1 100%) 100% center/200% 100% no-repeat;
}
@container (width <= 500px) {
  .p-news-card {
    grid-template: "date tags" auto "title title" auto/auto 1fr;
  }
}
.p-news-card__inner {
  display: contents;
}
.p-news-card__content {
  display: contents;
  container-type: inline-size;
}
.p-news-card__date {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  grid-area: date;
  color: #b6b6b6;
}
.p-news-card__title {
  font-size: 1em;
  font-weight: 500;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  grid-area: title;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  text-wrap: wrap;
}
.p-news-card:focus-visible .p-news-card__title {
  color: #268df3;
}
@media (any-hover: hover) {
  .p-news-card:hover .p-news-card__title {
    color: #268df3;
  }
}
.p-news-card__categories {
  font-size: min(max(10px, 0.8125em), max(10px, 3.571cqi));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-area: tags;
  gap: 0.38em;
  margin: 0;
  padding: 0;
}

.p-forbidden__title {
  font-weight: 700;
  font-size: 3em;
  text-align: center;
}
.p-forbidden__head {
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 50px;
}
.p-forbidden__text {
  text-align: center;
  margin: 0 0 1em;
}
.p-forbidden__btn {
  display: block;
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px;
  border: 1px #268df3 solid;
  background-color: #268df3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width > 768px) {
  .p-forbidden__btn:hover {
    color: #268df3;
    background-color: #ffffff;
  }
}

.p-about-introduction {
  width: 100%;
  container-type: inline-size;
  padding: 0;
}
.p-about-introduction__inner {
  width: 100%;
  padding-inline: var(--gutter, 0px);
}
.p-about-introduction__wrapper {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.p-about-introduction__content {
  display: grid;
  row-gap: clamp(24px, 19.1020408163px + 1.306122449vw, 40px);
}
.p-about-introduction__heading {
  font-size: clamp(1.5rem, 1.0982142857rem + 1.7142857143vw, 2.8125rem);
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (width <= 576px) {
  .p-about-introduction__heading {
    text-align: center;
  }
}
.p-about-introduction__text {
  font-size: min(clamp(16px, 14.7755102041px + 0.3265306122vw, 20px), 1.25em);
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (width <= 576px) {
  .p-about-introduction__text {
    text-align: center;
  }
}
.p-about-introduction__band {
  --_negative-margin: calc(50% - 50cqi);
  aspect-ratio: 800/213;
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  margin-inline: var(--_negative-margin);
}
@media screen and (width <= 576px) {
  .p-about-introduction__band {
    min-height: 200px;
    aspect-ratio: auto;
  }
}
.p-about-introduction__band > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-about-strong {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-about-strong__inner {
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: auto 1fr;
  gap: 40px clamp(20px, -19.7959183673px + 10.612244898vw, 150px);
  width: min(1440px, 100%);
}
@media screen and (width <= 1280px) {
  .p-about-strong__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-about-strong__heading {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (width <= 1280px) {
  .p-about-strong__heading {
    position: static;
    translate: 0;
  }
}
.p-about-strong__items {
  display: grid;
  counter-reset: number 0;
}
.p-about-strong__item {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template: ". image" 1fr "title image" auto "text image" auto ". image" 1fr/1fr clamp(200px, 126.5306122449px + 19.5918367347vw, 440px);
  gap: 0 clamp(15px, -8.0769230769px + 3.0048076923vw, 40px);
  padding-block: 4.375em;
}
@media screen and (width <= 768px) {
  .p-about-strong__item {
    padding-block: min(40px, 4.375em);
  }
}
@media screen and (width <= 576px) {
  .p-about-strong__item {
    grid-template: "title" auto "text" auto "image" auto/minmax(0, 1fr);
    row-gap: 1.875em;
  }
}
.p-about-strong__item::before, .p-about-strong__item::after {
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
       -o-border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#268df3), color-stop(#268df3), color-stop(#a1b9d1), to(#a1b9d1)) 1;
          border-image: linear-gradient(to right, #268df3 0%, #268df3 min(11.4em, 28.35%), #a1b9d1 min(11.4em, 28.35%), #a1b9d1 100%) 1;
  position: absolute;
  left: 0;
  content: "";
}
.p-about-strong__item::before {
  top: 0;
}
.p-about-strong__item::after {
  bottom: 0;
}
.p-about-strong__item:not(:last-child)::after {
  content: none;
}
.p-about-strong__item-title {
  font-size: min(clamp(18px, 14.9387755102px + 0.8163265306vw, 28px), 1.75em);
  font-weight: 500;
  line-height: 1.25;
  display: grid;
  overflow-wrap: anywhere;
  grid-area: title;
  row-gap: min(clamp(10px, -17.6923076923px + 3.6057692308vw, 40px), 1.6em);
  text-wrap: wrap;
  word-break: keep-all;
}
.p-about-strong__item-title::before {
  font-size: max(14px, 0.642em);
  content: "(" counter(number, decimal-leading-zero) ")";
  counter-increment: number 1;
  color: #268df3;
}
.p-about-strong__item-txt {
  font-size: min(clamp(14px, 12.7755102041px + 0.3265306122vw, 18px), 1.125em);
  font-weight: 500;
  grid-area: text;
  -webkit-margin-before: 1.875em;
          margin-block-start: 1.875em;
}
@media screen and (width <= 576px) {
  .p-about-strong__item-txt {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-about-strong__item-image {
  grid-area: image;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-about-strong__item-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-about-strong__item-image--contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about-movie {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  -webkit-margin-after: calc(var(--contents-spacer, 0px) * -1.3);
          margin-block-end: calc(var(--contents-spacer, 0px) * -1.3);
  padding-block: var(--contents-spacer, 0px);
  background-color: #eef4f9;
}
.p-about-movie__inner {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2.5em;
}
.p-about-movie__heading {
  margin-inline: auto;
}
.p-about-movie__video-wrapper {
  width: 100%;
}
.p-about-movie__video {
  width: 100%;
  height: 100%;
}

.c-company {
  display: grid;
  padding-left: 0;
  gap: 20px;
  font-size: 1.2em;
}
@media screen and (width > 576px) {
  .c-company {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width > 963px) {
  .c-company {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-company__item {
  min-height: 287px;
  list-style: none;
  color: #ffffff;
  font-weight: 700;
}
.c-company__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}
.c-company__item > a::before, .c-company__item > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-company__item > a::before {
  background: inherit;
}
.c-company__item > a::after {
  background-color: #333333;
  opacity: 0.6;
}
@media screen and (width > 768px) {
  .c-company__item > a:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .c-company__item > a:hover::after {
    opacity: 0.3;
  }
}
.c-company__item > a > span {
  position: relative;
  z-index: 3;
}
@media screen and (width > 576px) {
  .c-company__item--first {
    grid-column: span 2;
  }
}
@media screen and (width > 963px) {
  .c-company__item--first {
    grid-column: span 3;
  }
}

.p-concept {
  overflow-x: clip;
  width: 100%;
  container-type: inline-size;
  padding: 0;
}
.p-concept__inner {
  width: 100%;
  padding-inline: var(--gutter, 0px);
}
.p-concept__wrapper {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.p-concept__hero {
  display: grid;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  place-items: center;
  grid-template-columns: auto 1fr;
  gap: 20px clamp(20px, -16.7346938776px + 9.7959183673vw, 140px);
}
@media screen and (width <= 963px) {
  .p-concept__hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (width <= 576px) {
  .p-concept__hero {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-concept__hero-content {
  font-size: clamp(2rem, 1.6556122449rem + 1.4693877551vw, 3.125rem);
  display: grid;
  row-gap: 10px;
}
.p-concept__hero-title {
  font-size: 1em;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: wrap;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  color: #268df3;
}
@media screen and (width <= 576px) {
  .p-concept__hero-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}
.p-concept__hero-subtitle {
  font-size: max(14px, 0.36em);
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (width <= 576px) {
  .p-concept__hero-subtitle {
    text-align: center;
  }
}
.p-concept__hero-figure {
  width: clamp(200px, -90.7692307692px + 37.8605769231vw, 515px);
}
@media screen and (width <= 576px) {
  .p-concept__hero-figure {
    width: min(200px, 100%);
  }
}
.p-concept__hero-figure > img {
  width: 100%;
}
.p-concept__content {
  --_negative-margin: calc((50% - 50cqi) * 0.5);
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template: "media title" auto "media text" auto "media ." 1fr/auto 1fr;
  gap: 3.125em clamp(20px, -22.8571428571px + 11.4285714286vw, 160px);
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  -webkit-margin-start: var(--_negative-margin);
          margin-inline-start: var(--_negative-margin);
}
@media screen and (width <= 576px) {
  .p-concept__content {
    justify-items: center;
    grid-template: "title" auto "text" auto "media" auto/minmax(0, 1fr);
    row-gap: 20px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-concept__content-title {
  font-size: clamp(1.5rem, 1.3469387755rem + 0.6530612245vw, 2rem);
  font-weight: 500;
  display: block;
  grid-area: title;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-concept__content-title > strong {
  font-weight: inherit;
  color: #268df3;
}
.p-concept__content-text {
  position: relative;
  display: grid;
  overflow-wrap: anywhere;
  grid-area: text;
  row-gap: 1lh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}
@media screen and (width <= 576px) {
  .p-concept__content-text {
    overflow-wrap: normal;
    word-break: normal;
  }
}
.p-concept__content-text::after {
  position: absolute;
  z-index: -1;
  top: -60%;
  right: calc(var(--gutter, 0px) * -1);
  display: block;
  width: max(430px, 80svw);
  aspect-ratio: 912/461;
  content: "";
  translate: 30% 0;
  opacity: 0.11;
  background: url(../images/mtf_main_01.png) center/100% no-repeat;
}
@media screen and (width <= 576px) {
  .p-concept__content-text::after {
    top: 100%;
    translate: 30% -50%;
  }
}
.p-concept__content-images {
  display: grid;
  grid-area: media;
  grid-template: [max-row-start] auto [min-row-start] 8.125em [max-row-end] auto [min-row-end]/[min-column-start] 0.5fr [max-column-start] 3.125em [min-column-end] 1fr [max-column-end];
  width: 100%;
  max-width: min(628px, 39.375vw);
  aspect-ratio: 63/60;
  place-self: end;
}
@media screen and (width <= 576px) {
  .p-concept__content-images {
    max-width: min(80%, 350px);
  }
}
.p-concept__content-figure--max {
  place-self: start end;
  grid-area: max-row-start/max-column-start/max-row-end/max-column-end;
  width: 100%;
  aspect-ratio: 45/53;
}
@media screen and (width <= 576px) {
  .p-concept__content-figure--max {
    max-width: min(67.7333333333vw, 254px);
  }
}
.p-concept__content-figure--min {
  place-self: end start;
  grid-area: min-row-start/min-column-start/min-row-end/min-column-end;
  width: 100%;
  aspect-ratio: 23.5/26;
}
@media screen and (width <= 576px) {
  .p-concept__content-figure--min {
    max-width: min(37.8666666667vw, 142px);
  }
}
.p-concept__content-figure > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-quality-prevention, .p-quality-evaluation, .p-quality-policy {
  font-weight: 500;
}

.p-quality-prevention__wrapper, .p-quality-evaluation__wrapper, .p-quality-policy__wrapper {
  display: grid;
  grid-template: "heading heading" auto ". content" auto/1fr clamp(600px, 55vw, 880px);
  gap: clamp(20px, 7.7551020408px + 3.2653061224vw, 60px) 20px;
}
@media screen and (width <= 1280px) {
  .p-quality-prevention__wrapper, .p-quality-evaluation__wrapper, .p-quality-policy__wrapper {
    grid-template: "heading" auto "content" auto/minmax(0, 1fr);
  }
}

.p-quality-prevention__heading, .p-quality-evaluation__heading, .p-quality-policy__heading {
  grid-area: heading;
}

.p-quality-prevention__content, .p-quality-evaluation__content, .p-quality-policy__content {
  display: grid;
  grid-area: content;
  row-gap: clamp(20px, 7.7551020408px + 3.2653061224vw, 60px);
}

.p-quality-prevention__image, .p-quality-evaluation__image {
  width: 100%;
}
.p-quality-prevention__image > img, .p-quality-evaluation__image > img {
  width: 100%;
}

.p-quality-policy__content-block {
  display: grid;
  row-gap: 1.2em;
}
.p-quality-policy__content-heading {
  font-size: 1.25em;
  color: #268df3;
}
.p-quality-policy__text-block {
  display: grid;
  row-gap: 0.25em;
}
.p-quality-policy__text-block-heading {
  font-size: 1em;
  font-weight: 700;
  text-wrap: wrap;
}
.p-quality-policy__text--strong {
  font-size: 1.25em;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.p-quality-policy__list {
  display: grid;
  row-gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
.p-quality-policy__list > li {
  font-weight: 500;
  position: relative;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
.p-quality-policy__list > li::before {
  position: absolute;
  left: 0;
  content: counter(number) ". ";
  counter-increment: number 1;
  color: #268df3;
}
.p-quality-policy__dl-wrapper {
  display: grid;
  row-gap: 1em;
}
.p-quality-policy__dl-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-quality-policy__dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (width <= 576px) {
  .p-quality-policy__dl {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-quality-policy__dl-item {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  border-top: 1px solid #d3e5f7;
}
@media screen and (width <= 576px) {
  .p-quality-policy__dl-item {
    grid-column: auto;
  }
}
.p-quality-policy__dl-item:last-child {
  border-bottom: 1px solid #d3e5f7;
}
.p-quality-policy__dl-item dt,
.p-quality-policy__dl-item dd {
  padding: 1.25em;
}
.p-quality-policy__dl-item dt {
  background-color: #eef4f9;
}
.p-quality-policy__dl-item dd {
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.p-quality-policy__dl-item-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-quality-policy__dl-item-list > li {
  position: relative;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.p-quality-policy__dl-item-list > li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.p-quality-evaluation {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-quality-prevention {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-colab-results__list, .p-tic-latest-tech__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(clamp(200px, 145.0299401198px + 7.1856287425vw, 260px), 1fr));
  gap: clamp(32px, 29.5510204082px + 0.6530612245vw, 40px) clamp(10px, 5.7142857143px + 1.1428571429vw, 24px);
}

.p-tic-colab-results-card, .p-tic-tech-card {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}
.p-tic-colab-results-card__inner, .p-tic-tech-card__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 1.25em;
  width: 100%;
  height: 100%;
  -webkit-padding-after: 0.625em;
          padding-block-end: 0.625em;
  border-bottom: 1px solid #268df3;
}
.p-tic-colab-results-card__media, .p-tic-tech-card__media {
  width: 100%;
}
.p-tic-colab-results-card__thumbnail, .p-tic-tech-card__thumbnail {
  overflow: clip;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-tic-colab-results-card__thumbnail > img, .p-tic-tech-card__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
}
.p-tic-colab-results-card:focus-visible .p-tic-colab-results-card__thumbnail > img, .p-tic-colab-results-card:focus-visible .p-tic-tech-card__thumbnail > img, .p-tic-tech-card:focus-visible .p-tic-colab-results-card__thumbnail > img, .p-tic-tech-card:focus-visible .p-tic-tech-card__thumbnail > img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .p-tic-colab-results-card:hover .p-tic-colab-results-card__thumbnail > img, .p-tic-colab-results-card:hover .p-tic-tech-card__thumbnail > img, .p-tic-tech-card:hover .p-tic-colab-results-card__thumbnail > img, .p-tic-tech-card:hover .p-tic-tech-card__thumbnail > img {
    scale: 1.1;
  }
}
.p-tic-colab-results-card__content, .p-tic-tech-card__content {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-rows: 1fr auto;
  row-gap: 0.25em;
}
.p-tic-colab-results-card__title, .p-tic-tech-card__title {
  font-size: 1em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-wrap: wrap;
}
.p-tic-colab-results-card__arrow, .p-tic-tech-card__arrow {
  --circle-stroke-color: #268df3;
  --circle-fill-color: color-mix(in srgb, #268df3 0%, transparent);
  --arrow-fill-color: #268df3;
  display: block;
  justify-self: end;
  width: max(32px, 2.1875em);
  aspect-ratio: 1;
}
.p-tic-colab-results-card:focus-visible .p-tic-colab-results-card__arrow, .p-tic-colab-results-card:focus-visible .p-tic-tech-card__arrow, .p-tic-tech-card:focus-visible .p-tic-colab-results-card__arrow, .p-tic-tech-card:focus-visible .p-tic-tech-card__arrow {
  --circle-fill-color: #268df3;
  --arrow-fill-color: #ffffff;
}
@media (any-hover: hover) {
  .p-tic-colab-results-card:hover .p-tic-colab-results-card__arrow, .p-tic-colab-results-card:hover .p-tic-tech-card__arrow, .p-tic-tech-card:hover .p-tic-colab-results-card__arrow, .p-tic-tech-card:hover .p-tic-tech-card__arrow {
    --circle-fill-color: #268df3;
    --arrow-fill-color: #ffffff;
  }
}
.p-tic-colab-results-card__arrow > svg, .p-tic-tech-card__arrow > svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-tic-introduction {
  overflow-x: clip;
}
.p-tic-introduction__inner {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.875em;
}
@media screen and (width <= 1024px) {
  .p-tic-introduction__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-tic-introduction__content {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 3.75em;
}
@media screen and (width <= 1024px) {
  .p-tic-introduction__content {
    row-gap: 1.875em;
  }
}
.p-tic-introduction__heading {
  font-size: clamp(1.5rem, 1.3469387755rem + 0.6530612245vw, 2rem);
  line-height: 1.5;
}
.p-tic-introduction__content-body {
  font-weight: 500;
  position: relative;
  display: grid;
  row-gap: 1.875em;
}
.p-tic-introduction__content-body::after {
  position: absolute;
  z-index: -1;
  top: -40%;
  left: calc(var(--gutter, 0px) * -1);
  display: block;
  width: max(430px, 80svw);
  aspect-ratio: 912/461;
  content: "";
  translate: -16% 0;
  opacity: 0.11;
  background: url(../images/mtf_main_01.png) center/100% no-repeat;
}
@media screen and (width <= 768px) {
  .p-tic-introduction__content-body::after {
    top: 100%;
    translate: -20% -50%;
  }
}
.p-tic-introduction__list {
  display: grid;
  row-gap: 1.25em;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: index 0;
}
.p-tic-introduction__list-item {
  position: relative;
  display: grid;
  overflow-wrap: anywhere;
  row-gap: 0.45em;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
  counter-increment: index 1;
  word-break: keep-all;
}
.p-tic-introduction__list-item::before {
  position: absolute;
  left: 0;
  content: counter(index) ". ";
  color: #268df3;
}
.p-tic-introduction__list-item-heading {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 1em;
  text-wrap: wrap;
}
.p-tic-introduction__list-item-text {
  font-size: max(12px, 0.875em);
}
.p-tic-introduction__image {
  justify-self: end;
  width: 75%;
  aspect-ratio: 45/55;
}
@media screen and (width <= 1024px) {
  .p-tic-introduction__image {
    max-width: 220px;
  }
}
.p-tic-introduction__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.p-tic-project {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-project__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.p-tic-project__content {
  display: grid;
  row-gap: clamp(32px, 24.6530612245px + 1.9591836735vw, 56px);
  container-type: inline-size;
}
.p-tic-project__list {
  display: grid;
  grid-template-columns: auto 1fr minmax(0, 650px);
  gap: 1em 1.875em;
  counter-reset: index 0;
}
@container (width < 900px) {
  .p-tic-project__list {
    grid-template-columns: auto 1fr;
  }
}
.p-tic-project__item {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: span 3;
  grid-template-areas: "number title text";
  grid-template-columns: subgrid;
  -webkit-padding-end: 1.85em;
          padding-inline-end: 1.85em;
  counter-increment: index 1;
  background-color: #eef4f9;
}
@container (width < 900px) {
  .p-tic-project__item {
    grid-column: span 2;
    grid-template-areas: "number title" "number text";
    row-gap: 0.5em;
  }
}
.p-tic-project__item::before {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: number;
  height: 94.7%;
  padding-inline: 0.625em;
  content: counter(index, decimal-leading-zero);
  color: #268df3;
  border-right: 1px solid #ffffff;
}
.p-tic-project__item-title {
  font-size: 1.375em;
  font-weight: 500;
  grid-area: title;
  padding-block: 3.75rem;
  text-wrap: wrap;
}
@container (width < 900px) {
  .p-tic-project__item-title {
    padding-block: 1.875rem 0;
  }
}
.p-tic-project__item-text {
  grid-area: text;
  padding-block: 3.75rem;
}
@container (width < 900px) {
  .p-tic-project__item-text {
    padding-block: 0 1.875rem;
  }
}

.p-tic-laboratory {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-laboratory__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.p-tic-laboratory__content {
  display: grid;
  row-gap: clamp(32px, 24.6530612245px + 1.9591836735vw, 56px);
  container-type: inline-size;
}
.p-tic-laboratory__image {
  width: 100%;
}
.p-tic-laboratory__image > img {
  width: 100%;
}

.p-tic-areas {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  padding-block: calc(var(--contents-spacer, 0px) * 0.5625);
  background-color: #eef4f9;
}
.p-tic-areas__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.p-tic-areas__heading {
  color: #268df3;
}
.p-tic-areas__content {
  container-type: inline-size;
  width: 100%;
}
.p-tic-areas__areas {
  display: grid;
  row-gap: clamp(60px, 41.6326530612px + 4.8979591837vw, 120px);
  counter-reset: number 0;
}
.p-tic-areas__area {
  counter-increment: number 1;
  display: grid;
  grid-template: "number text" auto "title text" 1fr "images images" auto/1fr min(730px, 45.625vw);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@container (width < 765px) {
  .p-tic-areas__area {
    grid-template: "number" auto "title" auto "text" auto "images" auto/minmax(0, 1fr);
  }
}
.p-tic-areas__area::before {
  content: "Area " counter(number, decimal-leading-zero);
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 9.5px + 0.15625vw, 12px);
  padding: 0.3em 1.3em;
  background-color: #b2deef;
  border-radius: 100vmax;
  color: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-area: number;
}
.p-tic-areas__area-copy {
  grid-area: title;
  font-size: 1.375em;
  font-weight: 500;
  text-wrap: wrap;
  -webkit-margin-before: 0.45em;
          margin-block-start: 0.45em;
}
.p-tic-areas__area-description {
  grid-area: text;
}
@container (width < 765px) {
  .p-tic-areas__area-description {
    -webkit-margin-before: 0.625em;
            margin-block-start: 0.625em;
  }
}
.p-tic-areas__area-images {
  grid-area: images;
  -webkit-margin-before: 2.5em;
          margin-block-start: 2.5em;
  display: grid;
  grid-template: "large small-up" 1fr "large small-bottom" 1fr/0.691fr 0.309fr;
  gap: 1em;
  aspect-ratio: 120/38;
}
@container (width < 565px) {
  .p-tic-areas__area-images {
    grid-template: "large" auto "small-up" auto "small-bottom" auto/minmax(0, 1fr);
    aspect-ratio: auto;
  }
}
.p-tic-areas__area-images > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container (width < 565px) {
  .p-tic-areas__area-images > img {
    height: auto;
    aspect-ratio: 21/9;
  }
}
.p-tic-areas__area-images > img.-large {
  grid-area: large;
}
.p-tic-areas__area-images > img.-small-up {
  grid-area: small-up;
}
.p-tic-areas__area-images > img.-small-bottom {
  grid-area: small-bottom;
}

.p-tic-interior {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-interior__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.p-tic-interior__heading {
  margin-inline: auto;
}
.p-tic-interior__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(180px, 106.1538461538px + 9.6153846154vw, 260px), 1fr));
  grid-auto-rows: 1fr;
  gap: 2.5em 1.5em;
}
@media screen and (width <= 576px) {
  .p-tic-interior__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-tic-interior__gallery-item {
  display: grid;
  row-gap: 0.3125em;
}
.p-tic-interior__gallery-item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-tic-interior__gallery-item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-tic-interior__gallery-item-image::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  -webkit-animation: shimmer 1.5s infinite;
          animation: shimmer 1.5s infinite;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(50%, #e0e0e0), to(#f0f0f0));
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.p-tic-latest-tech {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
  padding-block: calc(var(--contents-spacer, 0px) * 0.5625);
  background-color: #eef4f9;
}
.p-tic-latest-tech__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.p-tic-latest-tech__heading {
  font-size: clamp(1.125rem, 0.9336734694rem + 0.8163265306vw, 1.75rem);
  margin-inline: auto;
}
.p-tic-latest-tech__content {
  width: 100%;
}
.p-tic-colab__main {
  --_negative-margin: calc(var(--gutter, 0px) * -0.6);
  position: relative;
  display: grid;
  grid-template: ". heading . img-research" auto ". text . img-research" 1fr "img-men . . img-research" auto/abs(var(--_negative-margin)) 1fr clamp(28px, -138.1538461538px + 15.3846153846vw, 108px) clamp(380px, 30.75vw, 492px);
  row-gap: clamp(25px, 17.3469387755px + 2.0408163265vw, 50px);
  -webkit-margin-start: var(--_negative-margin);
          margin-inline-start: var(--_negative-margin);
  -webkit-padding-before: var(--contents-spacer, 0px);
          padding-block-start: var(--contents-spacer, 0px);
}
@media screen and (width <= 1024px) {
  .p-tic-colab__main {
    grid-template: "heading" auto "text" auto "img-research" auto/minmax(0, 1fr);
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-tic-colab__main-background {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  z-index: -1;
  inset-block: 0;
  inset-inline: calc(var(--gutter, 0px) * -0.4) calc(var(--gutter, 0px) * -1);
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  letter-spacing: 0.1em;
  color: #eef4f9;
}
@media screen and (width <= 1024px) {
  .p-tic-colab__main-background {
    inset-inline: calc(var(--gutter, 0px) * -1);
  }
}
.p-tic-colab__main-background > .-create {
  font-size: min(205px, 12.8125vw);
  place-self: start start;
}
@media screen and (width <= 1024px) {
  .p-tic-colab__main-background > .-create {
    translate: 0 80%;
  }
}
.p-tic-colab__main-background > .-future {
  font-size: min(180px, 11.25vw);
  place-self: end end;
}
.p-tic-colab__heading {
  grid-area: heading;
}
.p-tic-colab__text {
  grid-area: text;
}
.p-tic-colab__visual-research {
  position: relative;
  z-index: -2;
  align-self: center;
  grid-area: img-research;
  translate: 0 -10%;
}
@media screen and (width <= 1024px) {
  .p-tic-colab__visual-research {
    position: static;
    z-index: auto;
    justify-self: end;
    width: min(350px, 80.597%);
    translate: 0;
  }
}
.p-tic-colab__visual-men {
  grid-area: img-men;
}
@media screen and (width <= 1024px) {
  .p-tic-colab__visual-men {
    position: relative;
    z-index: -1;
    align-self: center;
    grid-area: text/text/img-research;
    width: min(150px, 32.23%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    translate: calc(var(--gutter, 0px) * -1) -15%;
    opacity: 0.15;
  }
}
.p-tic-colab__visual-research > img, .p-tic-colab__visual-men > img {
  width: 100%;
}
.p-tic-colab__sub {
  width: 100%;
  -webkit-margin-before: calc(var(--contents-spacer, 0px) * 0.5);
          margin-block-start: calc(var(--contents-spacer, 0px) * 0.5);
}
.p-tic-colab__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 16.9387755102px + 0.8163265306vw, 30px) clamp(20px, -80px + 10vw, 80px);
}
@media screen and (width <= 963px) {
  .p-tic-colab__cards {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
}
.p-tic-colab__card {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 4.375em 3.125em;
  border-top: 1px solid #268df3;
  border-bottom: 1px solid #268df3;
  background-color: #eef4f9;
}
@media screen and (width <= 963px) {
  .p-tic-colab__card {
    grid-row: auto;
    grid-template-rows: auto;
    row-gap: 20px;
  }
}
.p-tic-colab__card-title {
  font-size: 1.5em;
  font-weight: 500;
  text-wrap: wrap;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.p-tic-colab__card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-tic-colab__card-list-item {
  position: relative;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
.p-tic-colab__card-list-item::before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-tic-colab__card-list--ordered {
  counter-reset: index 0;
}
.p-tic-colab__card-list--ordered .p-tic-colab__card-list-item {
  counter-increment: index 1;
}
.p-tic-colab__card-list--ordered .p-tic-colab__card-list-item::before {
  content: counter(index) ". ";
  color: #268df3;
}
.p-tic-colab__card-list--ordered .p-tic-colab__card-list-item:nth-child(n+2) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.p-tic-colab__card-list--ordered .p-tic-colab__card-list-item-title {
  font-weight: 700;
}
.p-tic-colab__card-list--ordered .p-tic-colab__card-list-item-text {
  font-size: max(12px, 0.875em);
}

.p-tic-colab-results {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-colab-results__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
}
.p-tic-colab-results__heading {
  margin-inline: auto;
  font-size: clamp(1.125rem, 0.9336734694rem + 0.8163265306vw, 1.75rem);
}
.p-tic-colab-results__content {
  width: 100%;
}
.p-tic-apply {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-apply__card {
  --gradient: linear-gradient(to right, #268df3 0%, #268df3 33.13%, rgba(38, 141, 243, 0.7) 58.9%, rgba(38, 141, 243, 0) 100%);
  width: min(100%, 1200px);
  margin-inline: auto;
}
.p-tic-apply__card-title {
  font-size: clamp(20px, 16.9387755102px + 0.8163265306vw, 30px);
  overflow-wrap: anywhere;
  text-wrap: wrap;
  word-break: keep-all;
}
.p-tic-apply__card-arrow {
  --icon-color: #ffffff;
  --arrow-fill-color-hover: #268df3;
}

.p-tic-access {
  -webkit-margin-before: var(--contents-spacer, 0px);
          margin-block-start: var(--contents-spacer, 0px);
}
.p-tic-access__inner {
  display: grid;
  row-gap: clamp(24px, 16.6530612245px + 1.9591836735vw, 48px);
  container: inner-container/inline-size;
}
.p-tic-access__heading {
  margin-inline: auto;
}
.p-tic-access__content {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 1fr min(530px, 33.125vw);
  gap: 2.14em 3.75em;
  width: 100%;
}
@container inner-container (width < 62.5rem) {
  .p-tic-access__content {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-tic-access__dl {
  display: grid;
  grid-template-columns: minmax(0, 160px) 1fr;
  container: dl-container/inline-size;
}
.p-tic-access__dl-item {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  border-top: 1px solid #d3e5f7;
}
.p-tic-access__dl-item:last-child {
  border-bottom: 1px solid #d3e5f7;
}
.p-tic-access__dl-item dt,
.p-tic-access__dl-item dd {
  padding: 1.25em;
}
@container dl-container (width < 480px) {
  .p-tic-access__dl-item dt,
  .p-tic-access__dl-item dd {
    grid-column: span 2;
  }
}
.p-tic-access__dl-item dt {
  background-color: #eef4f9;
}
.p-tic-access__dl-item dd {
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.p-tic-access__map {
  width: 100%;
  aspect-ratio: 4/3;
}

.p-outline-table {
  width: 100%;
  border: 1px #268df3 solid;
  border-collapse: collapse;
}
.p-outline-table > tbody > tr > th {
  background-color: #268df3;
  color: #ffffff;
}
.p-outline-table > tbody > tr > th,
.p-outline-table > tbody > tr > td {
  border: 1px #a1b9d1 solid;
  padding: 1em;
  display: block;
}
@media screen and (width > 576px) {
  .p-outline-table > tbody > tr > th,
  .p-outline-table > tbody > tr > td {
    display: table-cell;
  }
}
.p-outline-table a {
  color: #268df3;
}
.p-outline-table iframe {
  display: block;
  max-width: 100%;
  margin: 1em 0;
}

.p-enkaku-list {
  list-style: none;
  padding-left: 0;
}
.p-enkaku-list li {
  padding-bottom: 2em;
  margin: 0;
  position: relative;
  padding-left: 100px;
}
@media screen and (width > 768px) {
  .p-enkaku-list li {
    padding-left: 160px;
  }
}
.p-enkaku-list li::before {
  content: "";
  position: absolute;
  top: 0.875em;
  left: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #268df3;
  width: 8px;
  aspect-ratio: 1/1;
}
.p-enkaku-list li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  top: 0.875em;
  left: 0.5em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-left: 1px #268df3 solid;
  position: absolute;
}
.p-enkaku-list .time {
  position: absolute;
  left: 1.5em;
  top: 0;
  color: #268df3;
}

.p-maps-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 80px;
}
@media screen and (width > 768px) {
  .p-maps-index {
    margin: 0 0 100px;
  }
}
.p-maps-index a {
  text-align: center;
  background-color: #268df3;
  color: #ffffff;
  padding: 10px 0.5em;
  min-width: 200px;
  text-decoration: none;
}
.p-maps-item {
  padding: 20px 0 0;
  margin: 0 0 60px;
}
@media screen and (width > 768px) {
  .p-maps-item {
    padding: 40px 0 0;
  }
}
.p-maps-item__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 0;
  -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;
}
@media screen and (width > 768px) {
  .p-maps-item__contents {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.p-maps-item table {
  border-collapse: collapse;
  border: 1px #a1b9d1 solid;
  width: 100%;
}
@media screen and (width > 768px) {
  .p-maps-item table {
    width: 60%;
  }
}
.p-maps-item table th {
  background-color: #268df3;
  color: #ffffff;
}
.p-maps-item table th,
.p-maps-item table td {
  border: 1px #a1b9d1 solid;
  padding: 1em;
}
.p-maps-item table th p,
.p-maps-item table td p {
  margin: 0 0 1em;
}
.p-maps-item__map {
  width: 100%;
}
@media screen and (width > 768px) {
  .p-maps-item__map {
    width: 40%;
  }
}
.p-maps-item__map iframe {
  width: 100%;
}

.p-network__title {
  margin: 100px 0 40px;
  border-bottom: 2px #268df3 solid;
  padding-bottom: 10px;
}
.p-network__table {
  border-collapse: collapse;
  border: 1px #268df3 solid;
  width: 100%;
  margin: 50px 0 0;
}
.p-network__table th {
  background-color: #268df3;
  color: #ffffff;
}
.p-network__table th,
.p-network__table td {
  padding: 1em;
  border: 1px #c6c6c6 solid;
  display: block;
}
@media screen and (width > 576px) {
  .p-network__table th,
  .p-network__table td {
    display: table-cell;
  }
}
.p-network-index {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media screen and (width > 576px) {
  .p-network-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width > 768px) {
  .p-network-index {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width > 963px) {
  .p-network-index {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-network-index > br {
  display: none;
}
.p-network-index__input {
  display: none;
}
.p-network-index__label {
  padding: 10px;
  text-align: center;
  border: 1px #268df3 solid;
  color: #268df3;
  cursor: pointer;
}
.p-network-index__label.js-checked {
  background-color: #268df3;
  color: #ffffff;
}
.p-network-index__content {
  display: none;
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (width > 768px) {
  .p-network-index__content {
    margin: 90px auto 0;
  }
}
.p-network-index__content.js-checked {
  display: block;
}
.p-network-index__content table {
  border-collapse: collapse;
  border-top: 1px #268df3 solid;
  margin: 30px 0 0;
  width: 100%;
}
.p-network-index__content table tr {
  border-bottom: 1px #268df3 solid;
}
.p-network-index__content table td {
  padding: 0.5em;
}
.p-network-index__content a {
  color: #268df3;
}

.p-contact-form {
  background-color: #eef4f9;
  border-radius: 20px;
  padding: 30px 0;
  margin: 0 auto 50px;
}
@media screen and (width > 768px) {
  .p-contact-form {
    padding: 80px 0;
  }
}
.p-contact-address {
  display: block;
  margin: 50px auto 80px;
  border-radius: 12px;
  border: 1px #268df3 solid;
  padding: 30px 5%;
  max-width: 600px;
  text-align: center;
}
.p-contact-address__name {
  font-weight: 500;
}
.p-contact-address__tel {
  font-size: 1.5em;
  color: #268df3;
  font-weight: 500;
}
.p-contact-address__meta {
  font-size: 0.9em;
  color: #bfbfbf;
}

.p-service__btns {
  position: relative;
  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;
  gap: 1em;
}
.p-service__btns::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  content: "";
  border-bottom: 1px #268df3 solid;
}
.p-service-index__input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-service-index__input:checked + .p-service-index__label {
  border-color: #268df3;
}
.p-service-index__label {
  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.3em;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  background-color: #eef4f9;
}
@media screen and (width > 768px) {
  .p-service-index__label {
    padding: 20px 50px;
  }
}
.p-service-index__label:focus-visible {
  opacity: 0.85;
}
@media (any-hover: hover) {
  .p-service-index__label:hover {
    opacity: 0.85;
  }
}
.p-service-index__label-icon {
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
}
.p-service-index__label-icon > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-service-content {
  padding: 80px 0 0;
  display: none;
}
.p-service-content.js-active {
  display: block;
}
.p-service-content__title {
  font-weight: 600;
  font-size: 2em;
  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.3em;
  margin: 0 0 80px;
}
@media screen and (width > 768px) {
  .p-service-content__title {
    margin: 0 0 130px;
  }
}
.p-service-content__title-icon {
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
}
.p-service-content__title-icon > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-service-content__subtitle {
  font-size: 1.5em;
  margin: 90px 0 60px;
}
.p-service-inner {
  margin: 60px 0;
  padding: 0 0 90px;
}
@media screen and (width > 768px) {
  .p-service-inner {
    padding: 0 0 90px 120px;
  }
}
@media screen and (width > 963px) {
  .p-service-inner {
    padding: 0 0 90px 320px;
  }
}
.p-service-inner:not(:last-of-type) {
  position: relative;
  border-bottom: 1px #b6b6b6 solid;
}
.p-service-inner:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px #268df3 solid;
  width: 25%;
}
.p-service-inner__items {
  display: grid;
  margin: 50px 0 0;
  gap: 50px 20px;
}
@media screen and (width > 576px) {
  .p-service-inner__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width > 1280px) {
  .p-service-inner__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-service-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-service-item__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-service-item__thumb img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-item__cats {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3em;
}
.p-service-item__cat {
  color: #ffffff;
  padding: 4px 12px;
  font-size: 0.75em;
}
.p-service-item__cat--red {
  background-color: #e73c49;
}
.p-service-item__cat--blue {
  background-color: #268df3;
}
.p-service-item__title {
  margin: 10px 0;
}
.p-service-item__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.p-service-item__tag {
  border-radius: 100vh;
  background-color: #dce5ee;
  padding: 4px 12px;
  display: block;
  font-size: 0.75em;
}

.p-work:not(:last-of-type) .p-work-item {
  border-bottom: 1px #b6b6b6 solid;
}
.p-work:not(:last-of-type) .p-work-item::before {
  content: "";
  display: block;
  border-top: 1px #268df3 solid;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}
.p-work-item {
  position: relative;
  padding: 0 0 100px;
  margin: 0 0 100px;
  display: grid;
  gap: 20px;
}
@media screen and (width > 963px) {
  .p-work-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width > 1600px) {
  .p-work-item {
    gap: 20px 100px;
  }
}
.p-work-item__title {
  font-size: 1.5em;
  margin: 0 0 50px;
}
.p-work-item__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0 auto;
  color: inherit;
}
.p-work-item__img img {
  display: block;
}

.p-pm {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 450px 1fr;
  gap: 100px clamp(30px, 3.3333333333px + 2.6041666667vw, 45px);
  width: min(90%, 1600px);
  margin-inline: auto;
}
@media screen and (width <= 1600px) {
  .p-pm {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (width <= 963px) {
  .p-pm {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-pm-sort {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height, 100px);
  display: block;
  overflow-y: auto;
  width: 95%;
  max-height: calc(100svh - var(--header-height, 100px));
  margin: 0 auto;
}
@media screen and (width <= 963px) {
  .p-pm-sort {
    position: static;
    overflow-y: visible;
    max-height: none;
  }
}
.p-pm-sort::-webkit-scrollbar {
  width: 6px;
}
@media screen and (width <= 80rem) {
  .p-pm-sort::-webkit-scrollbar {
    width: 4px;
  }
}
.p-pm-sort::-webkit-scrollbar-track {
  margin-block: max(4.5dvh, 30px);
  border-radius: 4px;
  background: -webkit-linear-gradient(left, transparent calc(50% - 1px), #b6b6b6 calc(50% - 1px), #b6b6b6 calc(50% + 1px), transparent calc(50% + 1px));
  background: linear-gradient(to right, transparent calc(50% - 1px), #b6b6b6 calc(50% - 1px), #b6b6b6 calc(50% + 1px), transparent calc(50% + 1px));
}
.p-pm-sort::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 4px;
  background-color: #a1b9d1;
}
.p-pm-sort::-webkit-scrollbar-thumb:focus-visible {
  background-color: rgb(195.2428571429, 210.5, 225.7571428571);
}
@media (any-hover: hover) {
  .p-pm-sort::-webkit-scrollbar-thumb:hover {
    background-color: rgb(195.2428571429, 210.5, 225.7571428571);
  }
}
.p-pm-sort__inner {
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
@media screen and (width <= 963px) {
  .p-pm-sort__inner {
    padding: 0;
  }
}
.p-pm-sort__title {
  font-size: 1.125em;
  line-height: 1.2;
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px #b6b6b6 solid;
}
.p-pm-sort__title:first-of-type {
  padding-top: 0;
}
.p-pm-sort__title > .small {
  font-size: 0.7em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-pm-sort__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 70px;
}
@media screen and (width <= 963px) {
  .p-pm-sort__wrap {
    margin-bottom: 35px;
  }
}
.p-pm-sort__wrap input {
  display: none;
}
.p-pm-sort__wrap input:checked + label::before {
  background-color: #268df3;
}
.p-pm-sort__wrap label {
  position: relative;
  display: block;
  min-width: 50%;
  padding: 10px 0.2em 10px 1.2em;
  cursor: pointer;
}
.p-pm-sort__wrap label::before, .p-pm-sort__wrap label::after {
  position: absolute;
  top: 50%;
  left: 0.5em;
  display: block;
  content: "";
}
.p-pm-sort__wrap label::before {
  width: 1em;
  aspect-ratio: 1/1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px #333333 solid;
  background-color: #ffffff;
}
.p-pm-sort__wrap label::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0.4em;
  height: 0.2em;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.2em #ffffff solid;
  border-left: 0.2em #ffffff solid;
}
.p-pm-sort__text {
  font-size: 0.8em;
  margin: 0 0 15px;
}
.p-pm-sort__input {
  margin: 0 0 70px;
}
@media screen and (width <= 963px) {
  .p-pm-sort__input {
    margin-bottom: 35px;
  }
}
.p-pm-sort__input input {
  width: 100%;
  height: 34px;
  padding: 0 0.5em;
  border: 1px #333333 solid;
  border-radius: 4px;
  -webkit-appearance: none;
  outline: none;
}
.p-pm-sort__submit {
  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: 20px;
}
.p-pm-content {
  width: 100%;
}
.p-pm-content__title {
  border-left: 3px #268df3 solid;
  padding-left: 0.5em;
  font-size: 1.5em;
  margin: 0 0 40px;
  font-weight: 500;
}
.p-pm-content__area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 50px 20px;
  margin: 0 0 100px;
}
.p-pm-content__area:last-of-type {
  margin-bottom: 0;
}
@media screen and (width <= 768px) {
  .p-pm-content__area {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media screen and (width <= 374px) {
  .p-pm-content__area {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-pm-content__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width > 576px) {
  .p-pm-content__btn {
    grid-column: span 2;
  }
}
@media screen and (width > 768px) {
  .p-pm-content__btn {
    grid-column: span 3;
  }
}
@media screen and (width > 1600px) {
  .p-pm-content__btn {
    grid-column: span 4;
  }
}
.p-pm-content__btn button {
  display: block;
  border: 2px #268df3 solid;
  background-color: #ffffff;
  outline: none;
  padding: 12px 40px;
  border-radius: 100vh;
  color: #268df3;
  -webkit-transition: 0.3;
  transition: 0.3;
}
@media screen and (width > 768px) {
  .p-pm-content__btn button:hover {
    background-color: #268df3;
    color: #ffffff;
  }
}
.p-pm-content__no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column: span 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width > 576px) {
  .p-pm-content__no {
    grid-column: span 2;
  }
}
@media screen and (width > 768px) {
  .p-pm-content__no {
    grid-column: span 3;
  }
}
@media screen and (width > 1600px) {
  .p-pm-content__no {
    grid-column: span 4;
  }
}

.p-sustainability {
  padding: 0 0 100px;
  margin: 0 0 100px;
  position: relative;
  border-bottom: 1px #b6b6b6 solid;
}
.p-sustainability::before {
  position: absolute;
  content: "";
  display: block;
  width: 25%;
  border-top: 1px #268df3 solid;
  left: 0;
  bottom: 0;
}
.p-sustainability__title {
  margin: 0 0 80px;
}
@media screen and (width > 768px) {
  .p-sustainability-content {
    padding-left: 100px;
  }
}
@media screen and (width > 1600px) {
  .p-sustainability-content {
    padding-left: 320px;
  }
}
.p-sustainability-content__title {
  color: #268df3;
  font-size: 1.25em;
  margin: 60px 0 30px;
}
.p-sustainability-content table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #c6c6c6 solid;
}
.p-sustainability-content table tr {
  border-bottom: 1px #c6c6c6 solid;
}
.p-sustainability-content table th {
  background-color: #dce5ee;
}
.p-sustainability-content table th,
.p-sustainability-content table td {
  padding: 10px;
}
@media screen and (width > 768px) {
  .p-sustainability-content table th,
  .p-sustainability-content table td {
    padding: 20px;
  }
}
.p-sustainability-content table th:not(:last-child),
.p-sustainability-content table td:not(:last-child) {
  border-right: 1px #c6c6c6 solid;
}
.p-sustainability-content__border {
  margin: 50px 0;
  border-top: 1px #c6c6c6 solid;
}
.p-sustainability-content__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 30px;
}
.p-sustainability-content__icon {
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-sustainability-content__icon--1 {
  background-image: url("../images/icon/icon-sdgs-1.svg");
}
.p-sustainability-content__icon--2 {
  background-image: url("../images/icon/icon-sdgs-2.svg");
}
.p-sustainability-content__icon--3 {
  background-image: url("../images/icon/icon-sdgs-3.svg");
}
.p-sustainability-content__icon--4 {
  background-image: url("../images/icon/icon-sdgs-4.svg");
}
.p-sustainability-content__icon--5 {
  background-image: url("../images/icon/icon-sdgs-5.svg");
}
.p-sustainability-content__icon--6 {
  background-image: url("../images/icon/icon-sdgs-6.svg");
}
.p-sustainability-content__icon--7 {
  background-image: url("../images/icon/icon-sdgs-7.svg");
}
.p-sustainability-content__icon--8 {
  background-image: url("../images/icon/icon-sdgs-8.svg");
}
.p-sustainability-content__icon--9 {
  background-image: url("../images/icon/icon-sdgs-9.svg");
}
.p-sustainability-content__icon--10 {
  background-image: url("../images/icon/icon-sdgs-10.svg");
}
.p-sustainability-content__icon--11 {
  background-image: url("../images/icon/icon-sdgs-11.svg");
}
.p-sustainability-content__icon--12 {
  background-image: url("../images/icon/icon-sdgs-12.svg");
}
.p-sustainability-content__icon--13 {
  background-image: url("../images/icon/icon-sdgs-13.svg");
}
.p-sustainability-content__icon--14 {
  background-image: url("../images/icon/icon-sdgs-14.svg");
}
.p-sustainability-content__icon--15 {
  background-image: url("../images/icon/icon-sdgs-154.svg");
}
.p-sustainability-content__icon--16 {
  background-image: url("../images/icon/icon-sdgs-16.svg");
}
.p-sustainability-content__icon--17 {
  background-image: url("../images/icon/icon-sdgs-17.svg");
}
.p-sustainability-content__head {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.p-sustainability-content li {
  margin-bottom: 1.5em;
}
.p-sustainability-content img {
  display: block;
  max-width: 100%;
}

.p-search-form {
  margin: 0 0 50px;
  padding: 30px 5%;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (width > 1024px) {
  .p-search-form {
    padding: 60px 100px;
  }
}
@media screen and (width > 1600px) {
  .p-search-form {
    padding: 60px 200px;
  }
}
.p-search-form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0.5em;
  height: 50px;
  outline: none;
  border: 1px #b6b6b6 solid;
  background-color: #ffffff;
  border-radius: 4px;
}
.p-search-form button {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  width: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #268df3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  border: 1px #268df3 solid;
}
@media screen and (width > 768px) {
  .p-search-form button:hover {
    background-color: #ffffff;
  }
  .p-search-form button:hover::before {
    background-color: #268df3;
  }
}
.p-search-form button::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  -webkit-mask-image: url("./../images/icn_search_01.svg");
          mask-image: url("./../images/icn_search_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-search-list {
  border-top: 1px #b6b6b6 solid;
}
.p-search-item {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  border-bottom: 1px #b6b6b6 solid;
}
@media screen and (width > 768px) {
  .p-search-item:hover {
    color: #268df3;
  }
}
.p-search-item__name {
  font-size: 1.1em;
}
.p-search-item__link {
  font-size: 0.9em;
}
.p-search-item__no {
  padding: 10px;
}
.p-search__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
}

@media screen and (width > 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (width <= 768px) {
  .u-dn-md-max {
    display: none;
  }
}

.u-cf::after {
  display: block;
  clear: both;
  content: "";
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */