@charset "UTF-8";
:root {
  --header-h: clamp(74px, 5.21vw, 100px);
  --liquid: min(100% - clamp(32px, 10vw, 240px), 1600px);
  --wide-liquid: min(100% - clamp(28px, 7.5vw, 144px), 1600px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #333333;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.111em;
}

body.is-menu-open {
  overflow: hidden;
}

p {
  margin-bottom: unset;
}

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

a,
button {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.gi {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 1.35em;
  line-height: 1;
  vertical-align: -0.18em;
}

#wrap {
  padding-top: var(--header-h);
}

/* Bootstrap 5 utility fallback: CDN未読込時でも主要レイアウトが崩れないように最低限だけ定義 */
.collapse:not(.show) {
  display: none;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-column {
  flex-direction: column !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.sp-only {
  display: none !important;
}

.max_100 {
  max-width: 100%;
}

.opacity:hover {
  opacity: 0.72;
}

.fr_regular {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.fr_medium {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.fr_bold {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.fr_semibold {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.fz_regular {
  font-weight: 400;
}

.fz_medium {
  font-weight: 500;
}

.fz_semibold {
  font-weight: 600;
}

.fz_bold {
  font-weight: 700;
}

.fz_black {
  font-weight: 900;
}

.white {
  color: #fff !important;
}

.color_333333 {
  color: #333333 !important;
}

.color_04579B {
  color: #04579b !important;
}

.color_0987D8 {
  color: #00a0e9 !important;
}

.color_00A0E9 {
  color: #0897d8 !important;
}

.color_59514E {
  color: #59514E !important;
}

.color_7B7B7B {
  color: #7B7B7B !important;
}

.color_BA0F0F {
  color: #BA0F0F !important;
}

.color_0897D8 {
  color: #0987d8;
}

.bg_white {
  background-color: #fff !important;
}

.bg_333333 {
  background-color: #333333 !important;
}

.bg_F5F5F5 {
  background-color: #F5F5F5 !important;
}

.bg_E4E4E4 {
  background-color: #E4E4E4 !important;
}

.bg_EBF9FF {
  background-color: #EBF9FF !important;
}

.ls_0 {
  letter-spacing: 0 !important;
}

.lh_09 {
  line-height: 0.9 !important;
}

.lh_10 {
  line-height: 1 !important;
}

.lh_12 {
  line-height: 1.2 !important;
}

.lh_13 {
  line-height: 1.3 !important;
}

.lh_14 {
  line-height: 1.4 !important;
}

.lh_15 {
  line-height: 1.5 !important;
}

.lh_16 {
  line-height: 1.6 !important;
}

.lh_17 {
  line-height: 1.7 !important;
}

.lh_18 {
  line-height: 1.8 !important;
}

.lh_19 {
  line-height: 1.9 !important;
}

.lh_20 {
  line-height: 2 !important;
}

.f_11 {
  font-size: clamp(10px, 0.573vw, 11px);
}

.f_12 {
  font-size: clamp(10px, 0.625vw, 12px);
}

.f_13 {
  font-size: clamp(11px, 0.677vw, 13px);
}

.f_14 {
  font-size: clamp(12px, 0.729vw, 14px);
}

.f_15 {
  font-size: clamp(13px, 0.781vw, 15px);
}

.f_16 {
  font-size: clamp(14px, 0.833vw, 16px);
}

.f_17 {
  font-size: clamp(14px, 0.885vw, 17px);
}

.f_18 {
  font-size: clamp(14px, 0.938vw, 18px);
}

.f_20 {
  font-size: clamp(17px, 1.042vw, 20px);
}

.f_22 {
  font-size: clamp(19px, 1.1vw, 22px);
}

.f_24 {
  font-size: clamp(19px, 1.25vw, 24px);
}

.f_26 {
  font-size: clamp(20px, 1.354vw, 26px);
}

.f_28 {
  font-size: clamp(20px, 1.454vw, 28px);
}

.f_32 {
  font-size: clamp(22px, 1.7vw, 32px);
}

.f_34 {
  font-size: clamp(20px, 1.771vw, 34px);
}

.f_36 {
  font-size: clamp(24px, 1.8vw, 34px);
}

.f_40 {
  font-size: clamp(28px, 2.1vw, 40px);
}

.f_74 {
  font-size: clamp(42px, 3.854vw, 74px);
}

.f_90 {
  font-size: clamp(35px, 4.5vw, 90px);
}

.f_96 {
  font-size: clamp(40px, 5vw, 96px);
}

.f_100 {
  font-size: clamp(40px, 5.2vw, 100px);
}

.f_130 {
  font-size: clamp(40px, 6.7vw, 130px);
}

/*----------------------------------------------------------------

ヘッダー

----------------------------------------------------------------*/
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1100;
  height: var(--header-h);
  background: #f5f5f5;
  backdrop-filter: none;
  transition: background-color 0.28s var(--ease);
}

body.is-scrolled .site-header {
  background: rgba(249, 249, 249, 0.33);
}

body.is-menu-open .site-header {
  background: transparent;
  backdrop-filter: none;
}

.header_row {
  position: relative;
  z-index: 2;
  height: var(--header-h);
  padding-inline: clamp(18px, 2.55vw, 49px) clamp(16px, 2vw, 38px);
  background: #f5f5f5;
}

body.is-scrolled .header_row,
body.is-menu-open .header_row {
  background: rgba(249, 249, 249, 0.65);
  backdrop-filter: blur(12px);
}

.header_inner {
  position: relative;
  height: 100%;
}

.header_row {
  position: relative;
  z-index: 2;
  height: var(--header-h);
  padding-inline: clamp(18px, 2.55vw, 49px) clamp(16px, 2vw, 38px);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.is-menu-open .header_row {
  background: #f5f5f5;
  backdrop-filter: unset;
}

.logo {
  width: clamp(150px, 11.98vw, 230px);
  aspect-ratio: 230/70;
  flex: 0 0 auto;
  overflow: hidden;
}

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

.header_right {
  gap: clamp(16px, 1.67vw, 32px);
  min-width: 0;
}
.header_right button:focus {
  outline: unset;
}

.header_nav ul {
  -moz-column-gap: clamp(18px, 1.35vw, 26px);
       column-gap: clamp(18px, 1.35vw, 26px);
  margin-bottom: unset;
}

.header_nav a {
  white-space: nowrap;
  transition: all 0.5s ease-out;
}
.header_nav a:hover, .header_nav aa:focus-visible {
  color: #0897d8 !important;
}

.nav-link-text {
  position: relative;
  padding: 0.35em 0 0.48em;
}

.nav-link-text:hover::after,
.nav-link-text:focus-visible::after {
  left: 0;
  right: 0;
}

.header_nav li {
  position: relative;
}

.header_nav .has-submenu {
  padding-block: 18px;
  margin-block: -18px;
}

.header_nav .has-submenu:hover > .nav-link-text::after,
.header_nav .has-submenu:focus-within > .nav-link-text::after {
  left: 0;
  right: 0;
}

.header-submenu {
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 5;
  width: clamp(178px, 10.73vw, 206px);
  padding: 10px 12px 12px;
  background: #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 0px);
  transition: opacity 0.5s var(--ease), visibility 0.5s var(--ease), transform 0.5s var(--ease);
}

.header_nav .has-submenu:hover .header-submenu,
.header_nav .has-submenu:focus-within .header-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-submenu li + li {
  border-top: 1px solid rgba(51, 51, 51, 0.32);
}

.header-submenu a {
  display: block;
  padding: 10px 0;
  color: #333333;
  font-size: clamp(12px, 0.677vw, 13px);
  font-weight: 700;
  line-height: 1.35;
  width: 100%;
}

.header-submenu a:hover,
.header-submenu a:focus-visible {
  color: #04579b;
}

.header_actions {
  gap: clamp(12px, 1.04vw, 20px);
}

.headerbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  min-width: clamp(150px, 9.79vw, 188px);
  min-height: clamp(42px, 2.5vw, 48px);
  padding-inline: clamp(16px, 1.56vw, 30px);
  border: 1px solid #333333;
  border-radius: 100vmax;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.contactbtn {
  background: #333333;
  border-color: #333333;
}

.recruitbtn {
  background: rgb(255, 255, 255);
}

.headerbtn:hover,
.headerbtn:focus-visible {
  color: #fff !important;
  background: #04579b;
  border-color: #04579b;
  opacity: 1;
}

.headerbtn:hover span,
.headerbtn:focus-visible span {
  color: #fff !important;
}

.menu-control {
  position: relative;
  display: grid;
  place-items: center;
  gap: 6px;
  width: clamp(48px, 4.7vw, 90px);
  min-width: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}

.menu-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(34px, 2.08vw, 40px);
  height: clamp(34px, 2.08vw, 40px);
}

.menu-control_icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0897d8;
  font-size: clamp(32px, 2.08vw, 40px);
  line-height: 1;
  letter-spacing: 0;
  transform-origin: center;
  transition: opacity 0.34s var(--ease), transform 0.46s var(--ease), color 0.28s var(--ease);
}

.menu-control_icon--open {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}

.menu-control_icon--close {
  opacity: 0;
  transform: translateY(8px) rotate(-90deg) scale(0.72);
}

.menu-control:hover .menu-control_icon,
.menu-control:focus-visible .menu-control_icon {
  color: #04579b;
}

.menu-control[aria-expanded=true] .menu-control_icon--open {
  opacity: 0;
  transform: translateY(-8px) rotate(90deg) scale(0.72);
}

.menu-control[aria-expanded=true] .menu-control_icon--close {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}

.menu-text {
  display: block;
}

.global-menu {
  position: fixed;
  z-index: 1;
  top: var(--header-h);
  left: 0;
  width: 100%;
  height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-22px);
  clip-path: inset(0 0 100% 0);
  background-color: rgba(249, 249, 249, 0.85);
  backdrop-filter: blur(50px);
  transition: visibility 0s linear 0.58s, opacity 0.42s var(--ease), transform 0.5s var(--ease), clip-path 0.58s var(--ease), background-color 0.3s ease;
  will-change: opacity, transform, clip-path;
}

body.is-menu-open .global-menu,
.global-menu[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0s;
}

.global-menu_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  height: 100%;
  transform: scale(1);
  transition: opacity 0.5s var(--ease), transform 0.62s var(--ease);
}

body.is-menu-open .global-menu_bg,
.global-menu[aria-hidden=false] .global-menu_bg {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.04s;
}

.global-menu_inner {
  width: var(--liquid);
  margin-inline: auto;
  padding: clamp(20px, 3vw, 60px) 0 clamp(56px, 5.21vw, 100px);
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 0.48s var(--ease), transform 0.54s var(--ease);
}

body.is-menu-open .global-menu_inner,
.global-menu[aria-hidden=false] .global-menu_inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.mega-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: clamp(38px, 5.1vw, 98px);
       column-gap: clamp(38px, 5.1vw, 98px);
  row-gap: 0;
}

.mega-list li + li {
  margin-top: clamp(16px, 1.25vw, 24px);
}

.mega-list ul li + li {
  margin-top: 5px;
}

.mega-list li,
.mega-bottom {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.42s var(--ease), transform 0.48s var(--ease);
}

body.is-menu-open .mega-list li,
body.is-menu-open .mega-bottom,
.global-menu[aria-hidden=false] .mega-list li,
.global-menu[aria-hidden=false] .mega-bottom {
  opacity: 1;
  transform: translateY(0);
}

.mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(46px, 3.13vw, 60px);
  padding: 0 0.65em 0 0;
  border-bottom: 1px solid rgba(123, 123, 123, 0.45);
  color: #333333;
  font-size: clamp(16px, 0.938vw, 18px);
}

.mega-link.is-current,
.mega-link:hover,
.mega-link:focus-visible {
  color: #04579b;
}

.mega-arrow {
  color: #04579b;
  font-size: clamp(23px, 1.46vw, 28px);
  line-height: 1;
  letter-spacing: 0;
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  transition: transform 0.28s var(--ease), color 0.28s var(--ease);
}

.mega-link:hover .mega-arrow,
.mega-link:focus-visible .mega-arrow {
  transform: translateX(0.25em);
}

.mega-bottom {
  width: 100%;
  gap: clamp(20px, 1.3vw, 25px);
  margin-top: clamp(56px, 4.69vw, 90px);
}

.mega-contact {
  flex: 1 1 0;
  gap: clamp(18px, 1.04vw, 20px);
  padding-bottom: 4px;
}
.mega-contact a {
  flex: 1;
}

.contact-card {
  border: 2px solid #333333;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 4px 4px 0 rgba(51, 51, 51, 0.88);
  letter-spacing: 0.08em;
}

.contact-card:hover,
.contact-card:focus-visible {
  color: #fff !important;
  background: #04579b;
  border-color: #04579b;
  box-shadow: 7px 7px 0 rgba(51, 51, 51, 0.88);
  transform: translate(-3px, -3px);
}

.contact-card:hover *,
.contact-card:focus-visible * {
  color: #fff !important;
}

.contact-card_tel {
  gap: clamp(13px, 1.15vw, 22px);
}

.contact-card_icon {
  font-size: clamp(23px, 1.46vw, 28px);
  line-height: 1;
  letter-spacing: 0;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.contact-card_number {
  font-size: clamp(25px, 1.46vw, 28px);
  line-height: 1;
  letter-spacing: 0.09em;
}

.contact-card_divider {
  width: 1px;
  height: 38%;
  background: rgba(51, 51, 51, 0.38);
}

.contact-card:hover .contact-card_divider,
.contact-card:focus-visible .contact-card_divider {
  background: rgba(255, 255, 255, 0.55);
}

.contact-card_mail {
  gap: clamp(12px, 0.94vw, 18px);
}

.recruit-card {
  flex: 1 1 0;
  overflow: hidden;
}

.recruit-card_picture,
.recruit-card_picture img {
  display: block;
  width: 100%;
}

.recruit-card_picture img {
  height: auto;
}

.recruit-card_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.36;
  mix-blend-mode: screen;
}

.recruit-card_title {
  position: absolute;
  left: 6%;
  bottom: 19%;
  line-height: 1;
}

.recruit-card_link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  min-width: clamp(148px, 9.9vw, 190px);
  min-height: clamp(36px, 2.5vw, 48px);
  padding-inline: 1em;
  letter-spacing: 0.04em;
}

.recruit-card:hover,
.recruit-card:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.12);
}

/*----------------------------------------------------------------

フッダー

----------------------------------------------------------------*/
.site-footer .footer_inner {
  padding: clamp(60px, 5.72vw, 110px) 0 clamp(40px, 4.69vw, 90px);
}

.site-footer .head-item {
  width: var(--wide-liquid);
  gap: clamp(44px, 5.2vw, 200px);
}

.site-footer .txbox {
  width: 38%;
  flex: 0 0 38%;
}

.site-footer .brand {
  margin-bottom: clamp(22px, 2.08vw, 40px);
  gap: 1em;
  flex-wrap: wrap;
}

.site-footer .logo {
  width: clamp(150px, 10.42vw, 256px);
  aspect-ratio: 260/70;
}

.site-footer .logo img {
  width: 100%;
}

.footer_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  min-width: clamp(160px, 15vw, 253px);
  min-height: clamp(36px, 2.29vw, 60px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100vmax;
  white-space: nowrap;
}

.footer_contact_btn:hover,
.footer_contact_btn:focus-visible {
  color: #fff !important;
  background: #0897d8;
  border-color: #0897d8;
}

.site-footer .map {
  width: 100%;
  aspect-ratio: 16/8.45;
  margin-bottom: clamp(15px, 1.3vw, 25px);
  overflow: hidden;
}

.site-footer .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer .recruit_bnr_picture,
.site-footer .recruit_bnr img {
  display: block;
  width: 100%;
}

.site-footer .recruit_bnr img {
  height: auto;
}

.site-footer .navs {
  width: 100%;
  flex: 1 1 auto;
  gap: clamp(34px, 4.7vw, 90px);
}

.site-footer .navs nav {
  flex: 1 1 0;
}

.site-footer .navs ul {
  padding-left: unset;
}

.site-footer .navs ul ul li a {
  padding-left: 1em !important;
}

.site-footer .navs li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer .navs a:not(.recruit_bnr a) {
  display: block;
  padding: clamp(10px, 0.78vw, 15px) 0;
}

.site-footer .navs a:hover,
.site-footer .navs a:focus-visible {
  color: #0897d8 !important;
}

.site-footer .recruit_bnr {
  width: 100%;
  margin-top: clamp(22px, 2.08vw, 40px);
}

.recruit_bnr a {
  width: 100%;
  height: 100%;
}

.recruit_bnr_picture,
.recruit_bnr_picture img {
  display: block;
  width: 100%;
}

.recruit_bnr_picture img {
  height: auto;
}

.recruit_bnr_overlay {
  position: absolute;
  inset: 0;
}

.recruit_bnr_text {
  position: absolute;
  left: 6%;
  bottom: 20%;
}

.recruit_bnr a:hover {
  transform: translateY(-3px);
}

.copyright {
  padding: clamp(25px, 1.04vw, 20px) 0;
}

.copyright_inner {
  gap: clamp(10px, 4.16vw, 80px);
}

.copyright_inner p {
  margin-bottom: unset;
}

@media (max-width: 1199.98px) {
  .header_nav ul {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .header_actions {
    gap: 10px;
  }
  .headerbtn {
    min-width: 132px;
    padding-inline: 18px;
  }
  .global-menu_inner {
    width: min(100% - 48px, 1120px);
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .header_row {
    padding-inline: 15px 15px;
  }
  .logo {
    width: clamp(132px, 42vw, 190px);
  }
  .global-menu_inner {
    width: min(100% - 44px, 680px);
    padding: 38px 0 48px;
  }
  .mega-nav {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .mega-list li + li {
    margin-top: 0;
  }
  .mega-link {
    min-height: 54px;
  }
  .mega-bottom {
    flex-direction: column;
    margin-top: 34px;
  }
  .contact-card_tel {
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 14px;
  }
  .contact-card_divider {
    display: none;
  }
  .site-footer .head-item,
  .site-footer .navs {
    flex-direction: column;
  }
  .site-footer .head-item,
  .site-footer .txbox,
  .site-footer .navs {
    width: min(100% - 44px, 680px);
    flex-basis: auto;
  }
  .site-footer .head-item {
    margin-inline: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
/* ==========================================================
  TOP PAGE
========================================================== */
.top-page {
  overflow: hidden;
  background-color: #f5f5f5 !important;
}

.top_container {
  width: var(--wide-liquid);
  margin-inline: auto;
}

.top_section_head {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 3em;
  margin-inline: 0 auto;
}

.top_section_head--small {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 24px);
}

.top_section_head--center {
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}

.top_section_jp {
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.top_h2_head {
  width: -moz-fit-content;
  width: fit-content;
}

.top_h2_en,
.top_section_en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(52px, 5.2vw, 100px);
  line-height: 1;
  letter-spacing: 0.045em;
  margin-bottom: unset;
  background: radial-gradient(circle at 0.45em 0.3em, #04579b 0em, #04579b 0.1em, #333333 0.34em, #333333 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.top_h2_head--center .top_h2_en {
  margin-inline: auto;
}

.top_h2_jp {
  font-size: clamp(14px, 0.938vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.top_catch {
  margin-top: clamp(20px, 1.67vw, 32px);
  letter-spacing: 0em !important;
}

.top_text {
  margin-top: clamp(10px, 1.25vw, 24px);
  letter-spacing: 0.04em;
}

.top_btn_wrap {
  position: relative;
  margin-top: clamp(34px, 2.6vw, 50px);
}

.top_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  gap: 0.7em;
  border: 2px solid #333333;
  border-radius: 100vmax;
  font-size: clamp(14px, 0.938vw, 20px);
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  position: relative;
  min-width: clamp(260px, 18.75vw, 360px);
  padding: 1.05em 3.2em 1.05em 1.8em;
}

.top_btn .material-symbols-outlined {
  color: #0897d8;
  font-size: 1.35em;
  transition: transform 0.28s var(--ease), color 0.28s var(--ease);
  position: absolute;
  right: 1em;
}

.top_btn--dark {
  color: #fff !important;
  background: #333333;
}

.top_btn--light {
  color: #333333 !important;
}

.top_btn:hover,
.top_btn:focus-visible {
  color: #fff !important;
  background: #04579b;
  border-color: #04579b;
  transform: translateY(-3px);
}

.top_btn:hover .material-symbols-outlined,
.top_btn:focus-visible .material-symbols-outlined {
  color: #fff;
  transform: translateX(0.25em);
}

/*----------------------------------------------------------------

メインビジュアル

----------------------------------------------------------------*/
.top_mv {
  padding: 10px 0 clamp(80px, 6.25vw, 120px);
  position: relative;
}
.top_mv::before {
  content: "";
  width: 53%;
  aspect-ratio: 107/179;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -50px;
  background-image: url(../img/top/mv-shape.webp);
}
.top_mv::after {
  content: "";
  width: 15%;
  aspect-ratio: 27/24;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 40%;
  background-image: url(../img/top/mv-shape2.webp);
}

.top_mv_inner {
  position: relative;
  z-index: 1;
  align-items: center;
}
.top_mv_inner::after {
  content: "";
  width: 15%;
  aspect-ratio: 27/24;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/top/mv-shape2.webp);
  z-index: 0;
}

.top_mv_visuals {
  position: relative;
  height: 42vw;
  width: 100%;
  z-index: 2;
}

.top_mv_photo {
  position: absolute;
  isolation: isolate;
  pointer-events: none;
  overflow: hidden;
  /*
  平行四辺形の形
  */
  --mv-clip: polygon(0 0, 73% 0, 100% 100%, 27% 100%);
  clip-path: var(--mv-clip);
}
.top_mv_photo img {
  display: block;
  width: 100%;
  height: auto;
}

.top_mv_photo--main {
  left: 0;
  top: 1%;
  width: 43%;
}
.top_mv_photo--main .top_mv_photo__layer--next {
  clip-path: inset(0 0 100% 0);
}
.top_mv_photo--main .top_mv_photo__layer--next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 159, 233, 0.6117647059) 20%, rgba(255, 255, 255, 0.1568627451) 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  right: 0;
  width: 97%;
  height: 97%;
  transform: translateX(3%);
  --mv-clip: polygon(0 0, 73% 0, 100% 100%, 27% 100%);
  clip-path: var(--mv-clip);
}
.top_mv_photo--main.is-changing .top_mv_photo__layer--next {
  opacity: 1;
  animation: mvMainPhotoIn 1.15s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.top_mv_photo--main.is-changing .top_mv_photo__layer--next::after {
  animation: mvMainBlueCover 1.15s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

.top_mv_photo--sub01 {
  right: 29%;
  top: 0;
  width: 25%;
  transform: scale(-1, 1);
  opacity: 0.5;
}

.top_mv_photo--sub02 {
  right: 5%;
  top: 13%;
  width: 25%;
  transform: scale(-1, 1);
  opacity: 0.5;
}

.top_mv_content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.top_mv_title {
  margin-top: clamp(18px, 1.25vw, 24px);
  font-size: clamp(54px, 5.2vw, 100px);
  line-height: 0.94;
  letter-spacing: 0.035em;
  background: radial-gradient(circle at 1em 1%, #04579b 0%, #064e78 3%, #333333 15%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.top_tag .band_reveal__text span {
  color: #00a0e9;
}

.top_mv_lead {
  margin-top: clamp(18px, 1.35vw, 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.top_mv_text {
  max-width: 780px;
  margin-top: clamp(16px, 1.25vw, 24px);
  line-height: 1.9;
}

.top_mv_anchor {
  gap: clamp(10px, 0.83vw, 16px);
  margin-top: clamp(10px, 1.67vw, 20px);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.top_mv_anchor p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.1em;
  background: #e4e4e4;
  line-height: 1;
  min-width: 160px;
  margin-bottom: unset;
}

.top_mv_anchor a:hover,
.top_mv_anchor a:focus-visible {
  color: #fff !important;
  background: #04579b;
  border-color: #04579b;
}

/* =========================
  MV photo animation
========================= */
.top_mv_photo__layer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_mv_photo__layer img {
  display: block;
  width: 100%;
  height: auto;
}

.top_mv_photo__layer--current {
  position: relative;
  z-index: 1;
}

.top_mv_photo__layer--next {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
}

/* =========================
  メイン写真
========================= */
@keyframes mvMainPhotoIn {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mvMainBlueCover {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* =========================
  サブ写真
========================= */
.top_mv_photo--sub01 .top_mv_photo__layer,
.top_mv_photo--sub02 .top_mv_photo__layer {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.top_mv_photo--sub01 .top_mv_photo__layer--current,
.top_mv_photo--sub02 .top_mv_photo__layer--current {
  z-index: 1;
}
.top_mv_photo--sub01 .top_mv_photo__layer--next,
.top_mv_photo--sub02 .top_mv_photo__layer--next {
  z-index: 2;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.top_mv_photo--sub01.is-changing .top_mv_photo__layer--current,
.top_mv_photo--sub02.is-changing .top_mv_photo__layer--current {
  animation: mvSubPhotoOut 0.9s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation-delay: var(--mv-delay, 0ms);
}
.top_mv_photo--sub01.is-changing .top_mv_photo__layer--next,
.top_mv_photo--sub02.is-changing .top_mv_photo__layer--next {
  opacity: 1;
  animation: mvSubPhotoIn 0.9s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation-delay: var(--mv-delay, 0ms);
}

@keyframes mvSubPhotoOut {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes mvSubPhotoIn {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*----------------------------------------------------------------

選ばれる理由

----------------------------------------------------------------*/
.top_strength {
  padding: clamp(70px, 6vw, 90px) 0 clamp(74px, 6.25vw, 120px);
}

.top_strength_inner {
  width: min(100% - clamp(28px, 7.5vw, 144px), 1720px);
}

.top_strength_catch {
  text-align: left;
}

.top_strength_catch span {
  display: inline-block;
  line-height: 0.8;
}

.top_strength_catch .bg_white {
  line-height: 1;
  padding: 0.3em 0.7em;
  border: #333333 solid 1px;
}

.top_strength_visual {
  margin: clamp(44px, 3.65vw, 70px) auto 0;
}

.top_strength_media {
  position: relative;
  aspect-ratio: 1320/535;
}
.top_strength_media .scroll {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: #7b7b7b;
}
.top_strength_media::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 14px;
  height: 14px;
  z-index: 3;
  pointer-events: none;
  border-radius: 50%;
  animation: strengthLineRepeat 5s ease-in-out infinite;
  background-color: #7b7b7b;
}

@keyframes strengthLineRepeat {
  0% {
    transform: translate(-50%, -45px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 35px);
    opacity: 0;
  }
}
.strength-line {
  animation: strengthLineRepeat 3s linear infinite;
  will-change: transform, opacity;
}

.top_strength_cards {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  gap: clamp(10px, 0.83vw, 16px);
  width: min(100% - 70px, 1600px);
  margin: clamp(-85px, -4.17vw, -60px) auto 0;
}

.top_strength_card {
  flex: 1 1 0;
  min-height: clamp(170px, 10.94vw, 210px);
  border-radius: 5px;
}
.top_strength_card p {
  background-color: #fff;
}

.top_strength_card_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(52px, 3.13vw, 60px);
  padding: 1.5em 0.6em;
  background: #0897d8;
  line-height: 1.3;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.top_strength_card_title p {
  background-color: unset;
}
.top_strength_card_title::before {
  content: "";
  width: 40%;
  background-image: url(../img/top/strength-title-bg.webp);
  aspect-ratio: 3/2;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.top_strength_card_title p {
  padding: unset !important;
}

.top_strength_card p {
  padding: clamp(14px, 1vw, 35px) clamp(14px, 1vw, 28px);
  line-height: 1.8;
  border-bottom: #0897d8 6px solid;
  border-radius: 0 0 5px 5px;
  margin-bottom: unset;
}

.top_strength_inner .top_btn_wrap {
  margin-top: -2em !important;
}

/*----------------------------------------------------------------

事業内容

----------------------------------------------------------------*/
.top_business {
  padding: clamp(80px, 6vw, 100px) 0 clamp(80px, 5vw, 100px);
  overflow: hidden;
  position: relative;
}

.top_business::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 18%;
  width: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1;
  background-image: url(../img/top/map-circle.webp);
  pointer-events: none;
}

.top_business_inner {
  position: relative;
  z-index: 1;
  min-height: clamp(520px, 44vw, 800px);
  gap: clamp(38px, 7.2vw, 138px);
  padding-left: 5%;
}

.top_business_text {
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  flex: 0 0 min(37%, 520px);
  text-shadow: 0em 0em 0.6em rgba(255, 252, 252, 0.85), 0em 0em 0.4em rgb(255, 252, 252), 0.1em 0.1em 0.3em rgba(255, 255, 255, 0.9), -0.1em -0.3em 0.3em rgba(255, 255, 255, 0.9), 0.1em -0.1em 0.3em rgba(255, 255, 255, 0.9), -0.1em 0.1em 0.3em rgba(255, 255, 255, 0.9);
}

.top_business_text .top_section_en {
  margin-top: clamp(10px, 0.83vw, 16px);
}

.top_business_map {
  margin-top: clamp(30px, 2.6vw, 50px);
  aspect-ratio: 560/610;
  position: absolute;
  left: 45%;
  top: 51%;
  z-index: 1;
  width: min(55vw, 820px);
  max-width: none;
  margin: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
}

.top_business_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 min(38%, 590px);
  gap: clamp(14px, 1.15vw, 22px);
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}

.top_business_card {
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
}

.top_business_card_media {
  overflow: hidden;
  background: #e4e4e4;
  aspect-ratio: 420/225;
}

.top_business_card_title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(48px, 3.13vw, 60px);
  margin-top: 0;
  padding: 0.65em 0.75em;
  color: #04579b !important;
  font-size: clamp(12px, 0.95vw, 18px);
  line-height: 1.45;
  background: #fff;
  margin-bottom: unset;
}

.top_business_btn {
  grid-column: 1/-1;
  margin-top: clamp(16px, 1.25vw, 24px);
}

.top_business_text,
.top_business_cards {
  position: relative;
  z-index: 2;
}

.top_business_text .top_h2_en {
  margin-top: clamp(8px, 0.7vw, 14px);
  text-shadow: none;
}

.top_business_text .top_tag {
  text-shadow: none;
}

.top_business_area {
  position: relative;
  margin-top: clamp(28px, 2.08vw, 40px);
}

.top_business_area_title {
  margin-bottom: 0.55em;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 5px #fff;
}
.top_business_area_title::before {
  content: "";
  display: block;
  left: 0;
  aspect-ratio: 25/36;
  width: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/top/area-icon.webp);
  margin: 0 0.4em;
}

.top_business_map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_business_card_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------------------

ソニックについて

----------------------------------------------------------------*/
#message {
  position: relative;
}
#message::before {
  content: "";
  width: 99%;
  background-image: url(../img/top/messeage-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 3940/4770;
  left: 0;
  top: -15%;
  z-index: 0;
}

.top_about_links::after {
  right: -5vw;
  top: 18%;
  width: clamp(170px, 22vw, 420px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(0, 160, 233, 0.12) 0 2px, transparent 3px) 0 0/24px 24px;
}

.top_about_links_inner {
  position: relative;
  z-index: 1;
}

.top_link_panels {
  gap: clamp(42px, 5.21vw, 100px);
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

.top_link_panel {
  min-width: 0;
  flex: 0 1 calc(50% - clamp(25px, 3.13vw, 60px));
}

.top_link_panel--story {
  margin-top: clamp(42px, 3.65vw, 70px);
}

.top_link_panel .top_section_head {
  margin-inline: 0 auto;
}

.top_link_panel .top_section_en {
  font-size: clamp(48px, 4.6vw, 88px);
}

.top_link_panel_media {
  overflow: hidden;
  aspect-ratio: 620/315;
  margin-top: clamp(18px, 1.56vw, 30px);
  margin-bottom: clamp(24px, 1.88vw, 36px);
  background: #e4e4e4;
}

.top_link_panel_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_link_panel_btn .top_btn {
  min-width: clamp(260px, 19vw, 365px);
}

.top_achievements .top_section_head {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0 auto;
}

.top_about_links {
  padding: clamp(86px, 7.8vw, 150px) 0 0;
  background: #f5f5f5 !important;
}

.top_about_links::before {
  bottom: -24%;
  width: 150%;
  aspect-ratio: 3.6/1;
}

/*----------------------------------------------------------------

実績紹介

----------------------------------------------------------------*/
.top_case_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.6vw, 68px);
  margin-top: clamp(38px, 3.13vw, 60px);
}

.top_case_media {
  background: #e4e4e4;
  aspect-ratio: 45/29;
  overflow: hidden;
}
.top_case_media img {
  display: block;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.top_case_category {
  font-size: clamp(15px, 0.938vw, 18px);
  margin-top: clamp(10px, 1.04vw, 10px);
  margin-bottom: clamp(10px, 1.04vw, 10px);
  line-height: 1.4;
}

.top_case_card {
  text-align: center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.top_case_card:hover .top_case_media img, .top_case_card:focus-visible .top_case_media img {
  transform: scale(1.08);
}
.top_case_card:hover .top_case_copy, .top_case_card:focus-visible .top_case_copy {
  color: #04579b;
}
.top_case_card:hover .top_case_arrow, .top_case_card:focus-visible .top_case_arrow {
  transform: translate(6px, -50%);
}

.top_case_copy {
  margin-bottom: clamp(14px, 1.04vw, 20px) !important;
  transition: color 0.3s ease;
}

.top_case_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_case_date {
  position: relative;
}

.top_case_arrow::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 2em;
  background-image: url(../img/top/top-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.top_case_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.top_case_title {
  margin-top: 0.35em;
  line-height: 1.6;
  margin-bottom: unset;
}

.top_achievements {
  padding: clamp(86px, 6.77vw, 130px) 0 clamp(88px, 7.3vw, 140px);
  overflow: hidden;
}

.top_achievements::after {
  left: clamp(30px, 8vw, 155px);
  bottom: clamp(24px, 3.13vw, 60px);
  width: clamp(110px, 10vw, 190px);
  aspect-ratio: 1;
  background: linear-gradient(60deg, rgba(0, 160, 233, 0.12) 0 50%, transparent 50%) 0 0/34px 30px, linear-gradient(-60deg, rgba(0, 160, 233, 0.12) 0 50%, transparent 50%) 0 0/34px 30px;
}

.top_achievements_inner {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(28px, 7.5vw, 144px), 1500px);
}

/*----------------------------------------------------------------

社員の紹介

----------------------------------------------------------------*/
.top_staff {
  position: relative;
  padding: clamp(78px, 5.83vw, 112px) 0 clamp(40px, 3.13vw, 60px);
  overflow: hidden;
}

.top_staff_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: clamp(24px, 2.08vw, 40px);
  margin-top: clamp(34px, 3.13vw, 60px);
}

.top_staff_name {
  align-items: center;
  gap: 0.4em 0.7em;
  margin-top: 0.35em;
  padding-bottom: 0.35em;
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.top_staff_name .material-symbols-outlined {
  color: #0897d8;
  font-size: 1.25em;
}

.top_staff::before {
  content: "";
  position: absolute;
  left: 10vw;
  top: 0;
  width: clamp(112px, 8.33vw, 210px);
  aspect-ratio: 1;
  opacity: 0.65;
  background-image: url(../img/top/top-shape.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.top_staff_inner,
.top_staff_grid {
  position: relative;
  z-index: 1;
}

.top_staff_inner {
  padding-left: 4%;
  padding-bottom: 50px;
}
.top_staff_inner::before {
  content: "";
  background-color: #ebf9ff;
  background: linear-gradient(90deg, rgba(167, 215, 255, 0.44) 40%, #ebf9ff 100%);
  width: calc(100% + (100vw - 100%) / 2);
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 150px 0 0 0;
}

.top_staff_role {
  display: inline;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.top_staff::after {
  right: clamp(26px, 7.8vw, 150px);
  top: 36%;
  width: clamp(112px, 8.33vw, 160px);
  opacity: 0.95;
  background: linear-gradient(60deg, rgba(0, 160, 233, 0.14) 0 50%, transparent 50%) 0 0/34px 30px, linear-gradient(-60deg, rgba(0, 160, 233, 0.1) 0 50%, transparent 50%) 0 0/34px 30px;
}

.top_staff .top_section_head--small {
  gap: clamp(8px, 0.73vw, 14px);
}

.top_staff .top_section_en {
  font-size: clamp(54px, 4.68vw, 90px);
}

.top_staff_grid::before {
  content: "";
  position: absolute;
  right: -6vw;
  top: 100px;
  width: clamp(112px, 8.33vw, 210px);
  aspect-ratio: 1;
  opacity: 0.65;
  background-image: url(../img/top/top-shape.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.top_staff_card {
  color: #333333;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.top_staff_card:hover .top_staff_media img, .top_staff_card:focus-visible .top_staff_media img {
  transform: scale(1.08);
}
.top_staff_card:hover .top_staff_title,
.top_staff_card:hover .top_staff_name, .top_staff_card:focus-visible .top_staff_title,
.top_staff_card:focus-visible .top_staff_name {
  color: #04579b;
}
.top_staff_card:hover .top_staff_arrow, .top_staff_card:focus-visible .top_staff_arrow {
  transform: translateX(6px);
}

.top_staff_media {
  aspect-ratio: 525/705;
  border-radius: clamp(36px, 3.13vw, 60px) 0 0 0;
  overflow: hidden;
}
.top_staff_media img {
  display: block;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.top_staff_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.top_staff_title {
  margin-top: clamp(12px, 0.94vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.top_staff_profile {
  gap: clamp(8px, 0.63vw, 12px);
  margin-top: clamp(8px, 0.63vw, 12px);
  border-top: #333333 solid 1px;
  padding-top: clamp(8px, 0.63vw, 12px);
}

.top_staff_arrow {
  position: relative;
  align-items: center;
  display: inline-block;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top_staff_arrow::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 2em;
  background-image: url(../img/top/top-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.top_staff_arrow::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 2em;
  background-image: url(../img/top/top-arrow.webp);
  background-size: contain;
}

/* =========================
animation
========================= */
.top_staff_title,
.top_staff_name {
  transition: color 0.3s ease;
}

/*----------------------------------------------------------------

会社概要

----------------------------------------------------------------*/
.top_company {
  padding: clamp(82px, 7.3vw, 140px) 0 clamp(76px, 6.77vw, 130px);
  overflow: hidden;
}

.top_company_media {
  flex: 1 1 auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  width: min(80%, 1170px);
  height: 100%;
  z-index: 0;
}

.top_company::before {
  content: "";
  position: absolute;
  left: 10vw;
  width: clamp(112px, 8.33vw, 210px);
  aspect-ratio: 1;
  opacity: 0.65;
  background-image: url(../img/top/top-shape.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.top_company_panel {
  gap: 0;
  background: transparent;
  position: relative;
  min-height: clamp(280px, 33vw, 500px);
  overflow: hidden;
}

.top_company_panel::before {
  z-index: 0;
  height: calc(100% - clamp(28px, 2.92vw, 56px));
}

.top_company_text {
  position: relative;
  z-index: 2;
  flex: 0 0 min(32%, 420px);
  padding-left: 14%;
}

.top_company_text .top_section_head {
  margin: 0;
  margin-inline: 0 auto;
}

.top_company_text .top_section_en {
  font-size: clamp(58px, 5.2vw, 100px);
}

.top_company_text .top_btn {
  min-width: clamp(250px, 16.67vw, 320px);
  padding: 0.98em 3em 0.98em 1.75em;
  margin-top: clamp(22px, 1.67vw, 32px);
}

.top_company_media picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_company_person {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 108%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_company_person--01 {
  left: 0;
  z-index: 1;
}

.top_company_person--02 {
  left: 20%;
  z-index: 2;
}

.top_company_person--03 {
  left: 43%;
  z-index: 3;
}

.top_company_person--04 {
  left: 64%;
  z-index: 4;
}

/*----------------------------------------------------------------

ブログ

----------------------------------------------------------------*/
.top_blog {
  padding: clamp(86px, 7.3vw, 140px) 0 clamp(96px, 8.33vw, 160px);
  overflow: hidden;
}

.top_blog_head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(28px, 2.19vw, 42px);
}

.top_blog_grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  gap: clamp(28px, 2.4vw, 46px);
  margin-inline: auto;
}

.top_blog_image {
  aspect-ratio: 552/375;
  overflow: hidden;
  width: 100%;
}

.top_blog_date {
  font-size: clamp(13px, 0.781vw, 15px);
}

.top_blog_title {
  margin-top: clamp(10px, 0.83vw, 16px);
  line-height: 1.7;
}

.top_blog::after {
  opacity: 0.85;
  right: -4vw;
  bottom: 8%;
  width: clamp(180px, 18vw, 345px);
  aspect-ratio: 1;
  background: linear-gradient(60deg, rgba(51, 51, 51, 0.06) 0 50%, transparent 50%) 0 0/42px 36px, linear-gradient(-60deg, rgba(51, 51, 51, 0.05) 0 50%, transparent 50%) 0 0/42px 36px;
}

.top_blog_head .top_section_head {
  gap: clamp(8px, 0.73vw, 14px);
  margin: 0;
  margin-inline: 0 auto;
}

.top_blog .top_section_en {
  font-size: clamp(54px, 4.9vw, 94px);
}

.top_blog_head .top_btn {
  min-width: clamp(230px, 15.63vw, 300px);
  padding: 0.95em 3em 0.95em 1.7em;
}

.top_blog_card {
  border-radius: 10px;
  min-height: clamp(290px, 19vw, 365px);
  padding: 1.1vw;
}
.top_blog_card:hover .top_blog_image img, .top_blog_card:focus-within .top_blog_image img {
  transform: scale(1.08);
}
.top_blog_card:hover .top_blog_title, .top_blog_card:focus-within .top_blog_title {
  color: #04579b;
}

.top_blog_image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.top_blog_inner,
.top_blog_head,
.top_blog_grid {
  position: relative;
  z-index: 1;
}

.top_blog_inner {
  padding: 0 5%;
  padding-bottom: 60px;
}

.top_blog_inner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: clamp(180px, 18vw, 345px);
  background: #dedede;
  transform: translateX(-50%);
  pointer-events: none;
}

.top_blog_card a {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.73vw, 14px);
}

.news_card_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: clamp(12px, 0.94vw, 18px);
  border-top: 1px solid rgba(51, 51, 51, 0.25);
  flex-wrap: wrap;
}

.news_card_date {
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.06em;
  color: #000;
}

.news_card_category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1em 0.8em;
  border: 1px solid #04579b;
  color: #04579b;
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: 0.08em;
}

.news_card_excerpt {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/*----------------------------------------------------------------

採用情報

----------------------------------------------------------------*/
.top_recruit {
  padding: 0 0 clamp(86px, 8vw, 180px);
}

.top_recruit_banner img {
  inset: 0;
  position: static;
  height: auto;
  opacity: 1;
  filter: none;
}

.top_recruit_banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(186, 15, 15, 0.95) 0%, rgba(186, 15, 15, 0.72) 55%, rgba(186, 15, 15, 0.35) 100%);
}

.top_recruit_content {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  padding: clamp(38px, 4.17vw, 80px) clamp(48px, 5.21vw, 100px);
}

.top_recruit_title {
  margin-top: 0.08em;
  font-size: clamp(64px, 7.29vw, 140px);
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.top_recruit_text {
  max-width: 640px;
  margin-top: clamp(18px, 1.25vw, 24px);
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.6;
}

.top_recruit_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  margin-top: clamp(22px, 1.67vw, 32px);
  padding: 0.75em 1.4em;
  border-radius: 0;
  font-size: clamp(14px, 0.833vw, 16px);
  line-height: 1;
}

.top_recruit_banner {
  min-height: 0;
  overflow: visible;
  background: transparent;
  clip-path: none;
}

.top_recruit_banner::after,
.top_recruit_content {
  display: none;
}

.top_recruit_banner picture,
.top_recruit_banner img {
  display: block;
  width: 100%;
}

.top_recruit_en {
  display: flex;
  align-items: center;
  padding-left: 9.5%;
  margin-bottom: 30px !important;
}
.top_recruit_en::before {
  content: "";
  height: 4px;
  width: 1.7em;
  display: block;
  background-color: #ba0f0f;
  margin-right: 0.4em;
}

/* =========================
  アニメーション
  左から順番に下からふわっと表示
========================= */
.js-stagger-fade > * {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.js-stagger-fade.is-animated > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-stagger-fade.is-animated > *:nth-child(1) {
  transition-delay: 0s;
}
.js-stagger-fade.is-animated > *:nth-child(2) {
  transition-delay: 0.2s;
}
.js-stagger-fade.is-animated > *:nth-child(3) {
  transition-delay: 0.4s;
}
.js-stagger-fade.is-animated > *:nth-child(4) {
  transition-delay: 0.6s;
}
.js-stagger-fade.is-animated > *:nth-child(5) {
  transition-delay: 0.8s;
}
.js-stagger-fade.is-animated > *:nth-child(6) {
  transition-delay: 1s;
}

.news_top_link {
  position: fixed;
  right: clamp(12px, 1.04vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 96px;
  padding: 8px 4px;
  color: var(--c-text);
  text-decoration: none;
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.news_top_link.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.news_top_link.is-footer {
  color: #fff;
}
.news_top_link:hover, .news_top_link:focus-visible {
  color: #04579b;
  opacity: 0.85;
}
.news_top_link:hover .material-symbols-outlined, .news_top_link:focus-visible .material-symbols-outlined {
  color: #04579b;
}
.news_top_link .material-symbols-outlined {
  writing-mode: horizontal-tb;
  transform: rotate(-90deg);
  color: #00a0e9;
  font-size: 1.4em;
  transition: color 0.3s ease;
}/*# sourceMappingURL=main.css.map */