@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=DM+Sans:wght@400;600;700&display=swap");
:root {
  --header-height: 87px;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 72px;
  }
}

/* base setting */
body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.size-s {
  width: 180px !important;
}
@media screen and (max-width: 767px) {
  .size-s {
    width: 120px !important;
  }
}

.w5p {
  width: 5% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w18p {
  width: 18% !important;
}

.w20p {
  width: 20% !important;
}

.w22p {
  width: 22% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w32p {
  width: 32% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w48p {
  width: 48% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w60p {
  width: 60% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.wmax {
  width: 100% !important;
  height: auto !important;
}

.en {
  font-family: "DM Sans", sans-serif;
}

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

.layout-r {
  text-align: right !important;
}

.txt-b {
  font-weight: bold;
}

button,
a {
  transition: all 0.3s ease;
}

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

section {
  position: relative;
}

.section-wrap {
  position: relative;
  background: #fff;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section-wrap {
    padding-bottom: 110px;
  }
}
.section-wrap.mb0 {
  padding-bottom: 0;
}

#main {
  position: relative;
}

#wrap {
  overflow-x: clip;
  width: 100%;
  min-width: 1366px;
  position: relative;
  padding-top: var(--header-height);
}
@media screen and (max-width: 767px) {
  #wrap {
    min-width: 100%;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

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

.mega-menu {
  display: none;
}
.mega-menu.is-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

body.is-fixed #wrap {
  position: fixed;
  left: 0;
  width: 100%;
}

[class*=inner-wrap] {
  max-width: 1242px;
  margin-inline: auto;
}

/* header */
.header {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  --color: #333333;
  --color-cur: #fff;
  background: #fff;
  transition: top 0.8s ease;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .is-header-passed .header {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: calc(var(--header-height) * -1);
  }
  .header_fixed .header, .top.header_fixed .header {
    top: 0;
    opacity: 1;
    visibility: visible;
    position: fixed;
    --color: #333333;
    --color-cur: #fff;
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
  .top.header_fixed .header, .header_fixed .header {
    background: #fff;
  }
}
.top .header {
  --color: #fff;
  --color-cur: #333333;
  background: transparent;
  border-color: transparent;
}
.header .header-inner-wrap {
  width: min(100%, 1366px);
  max-width: 100%;
  padding: 8px 8px 8px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 52px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .header-inner-wrap {
    padding: 12px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    aspect-ratio: 301/46;
    width: 226px;
    padding: 0 8px;
  }
}
.header .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .header-nav {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: #fff;
  }
}
.header .header-nav .header-nav-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header .header-nav .header-nav-list {
    gap: 0;
    flex-direction: column;
    padding: 10px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-nav .header-nav-item {
    border-bottom: 1px solid #DBDBDB;
  }
}
.header .header-nav .header-nav-link {
  display: flex;
  align-items: center;
  color: var(--color);
  text-decoration: none;
  gap: 8px;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .header_fixed .header .header-nav .header-nav-link {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-nav .header-nav-link {
    background: #fff !important;
    color: #333333 !important;
    font-weight: 600;
    padding: 15px 0;
    justify-content: space-between;
  }
}
.header .header-nav .header-nav-link:after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_bottom.svg);
          mask-image: url(../images/icon_bottom.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 11px;
  height: 6px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header .header-nav .header-nav-link:after {
    background: #333333;
    background-color: #004EA2;
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../images/icon_plus.svg);
            mask-image: url(../images/icon_plus.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.header .header-nav .header-nav-link.is-open {
  background: #004EA2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header .header-nav .header-nav-link.is-open:after {
    rotate: 180deg;
  }
}
@media screen and (max-width: 767px) {
  .header .header-nav .header-nav-link.is-open:after {
    background-color: #004EA2;
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../images/icon_minus.svg);
            mask-image: url(../images/icon_minus.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    width: 12px;
    height: 12px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .header .mega-menu {
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
  }
  .header_fixed .header .mega-menu {
    top: 75px;
  }
  .header .mega-menu .mega-menu-inner-wrap {
    border: 1px solid #DBDBDB;
    max-width: 1160px;
    background: #fff;
    display: grid;
    grid-template-columns: 283px 1fr;
    min-height: 190px;
  }
  .header .mega-menu .mega-menu-title {
    border-right: 1px solid #DBDBDB;
    padding: 40px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .header .mega-menu .mega-menu-title a {
    color: #004EA2;
    transition: all 0.3s ease;
    background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .header .mega-menu .mega-menu-title a:hover {
    background-size: 100% 1px;
  }
}
@media screen and (min-width: 768px) {
  .header .mega-menu .mega-menu-list {
    padding: 44px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-self: flex-start;
  }
  .header .mega-menu .mega-menu-list > li {
    width: calc((100% - 40px) / 3);
  }
  .header .mega-menu .mega-menu-list > li a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #F5F5F5;
    color: #333333;
    position: relative;
  }
  .header .mega-menu .mega-menu-list > li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #004EA2;
    transform-origin: 0 0;
    transform: scaleX(0%);
    height: 1px;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .header .mega-menu .mega-menu-list > li a:hover:after {
    transform: scaleX(100%);
  }
}
@media screen and (max-width: 767px) {
  .header .mega-menu .mega-menu-title {
    display: none;
  }
  .header .mega-menu .mega-menu-list {
    padding: 0 16px;
  }
  .header .mega-menu .mega-menu-list li:not(:first-child) {
    border-top: 1px solid #DBDBDB;
  }
  .header .mega-menu .mega-menu-list li.indent {
    margin-left: 1em;
  }
  .header .mega-menu .mega-menu-list li.indent:nth-child(1 of .indent) {
    border-top: none;
  }
  .header .mega-menu .mega-menu-list a {
    font-size: 1.4rem;
    color: #333333;
    padding: 16px 0;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header .mega-menu .local-nav-child-list {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .header .mega-menu .local-nav-child-list .is-current a {
    background: #F5F5F5;
    border-radius: 2px;
    font-weight: bold;
    color: #004EA2;
  }
  .header .mega-menu .local-nav-child-list a {
    padding: 8px;
  }
}
.header .header-utils {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .header-utils {
    flex-direction: column;
    gap: 0;
    margin: 0 24px 40px;
  }
}
.header .header-utils .header-lang {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--color);
  height: 24px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .header .header-utils .header-lang {
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }
}
.header .header-utils .header-lang a {
  height: 100%;
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header .header-utils .header-lang a {
    font-size: 0;
    color: #333333;
    padding: 15px 0;
    display: block;
  }
  .header .header-utils .header-lang a::after {
    content: attr(data-sp-text);
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .header-utils .header-lang a:hover {
    background: var(--color);
    color: var(--color-cur);
  }
}
@media screen and (min-width: 768px) {
  .header .header-utils .header-lang a:only-child {
    grid-column: span 2;
  }
  html[lang=ja] .header .header-utils .header-lang a:first-child, html[lang=en] .header .header-utils .header-lang a:last-child {
    background: var(--color);
    color: var(--color-cur);
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=ja] .header .header-utils .header-lang a:first-child {
    display: none;
  }
  html[lang=en] .header .header-utils .header-lang a:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header_fixed .header .header-utils .contact-btn {
    height: 50px;
  }
}

.header-logo a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    width: 301px;
    height: 46px;
  }
  .header_fixed .header-logo a {
    width: 222px;
    height: 34px;
  }
}
.header-logo img {
  display: block;
}
.header-logo .logo-default,
.header-logo .logo-fixed {
  position: absolute;
  inset: 0;
}
.header-logo .logo-default {
  opacity: 0;
}
.header-logo .logo-fixed {
  opacity: 1;
}

body.top .header-logo .logo-default {
  opacity: 1;
}
body.top .header-logo .logo-fixed {
  opacity: 0;
}

body.top.header_fixed .header-logo .logo-default {
  opacity: 0;
}
body.top.header_fixed .header-logo .logo-fixed {
  opacity: 1;
}

.sp-menu-btn {
  grid-area: 1/-1;
  --_width: 48px;
  --_height: 48px;
  --_line-width: 22px;
  --_line-height: 2px;
  --_line-inner-gap: 6px;
  --_line-gap: calc(var(--_line-inner-gap) + var(--_line-height));
  --_line-color: #fff;
  --_line-radius: 0;
  --_duration: 0.2s;
  width: var(--_width);
  height: var(--_height);
  padding: 0;
  border: none;
  background: #004EA2;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .sp-menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu-btn {
    display: block;
  }
}
.sp-menu-btn .sp-menu-btn-line {
  position: absolute;
  display: block;
  width: var(--_line-width);
  height: var(--_line-height);
  background: var(--_line-color);
  border-radius: var(--_line-radius);
  text-indent: -9999px;
  transition: background var(--_duration);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp-menu-btn .sp-menu-btn-line::before, .sp-menu-btn .sp-menu-btn-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--_line-color);
  border-radius: var(--_line-radius);
  transition: transform var(--_duration);
}
.sp-menu-btn .sp-menu-btn-line::before {
  top: calc(var(--_line-gap) * -1);
}
.sp-menu-btn .sp-menu-btn-line::after {
  top: var(--_line-gap);
}
.sp-menu-btn.active .sp-menu-btn-line {
  background: transparent;
}
.sp-menu-btn.active .sp-menu-btn-line::before {
  transform: translateY(var(--_line-gap)) rotate(45deg);
}
.sp-menu-btn.active .sp-menu-btn-line::after {
  transform: translateY(calc(var(--_line-gap) * -1)) rotate(-45deg);
}

.btn-wrap .contact-btn {
  width: auto;
  padding: 20px;
}

.contact-btn {
  width: 202px;
  height: 70px;
  background: #005BBD;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #005BBD;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    margin-top: 6px;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-btn:hover {
    color: #004EA2;
    background: #fff;
  }
  .contact-btn:hover::before {
    background: #004EA2;
  }
}
.contact-btn::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_mail.svg);
          mask-image: url(../images/icon_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 28px;
  height: 20px;
  vertical-align: middle;
}

body.is-menu-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.is-menu-open .header-nav {
    display: block;
    overflow-y: scroll;
    max-height: calc(100dvh - 70px);
  }
}

.sp-menu-close-btn {
  width: 100%;
  display: block;
  height: 37px;
  font-size: 1.6rem;
  margin-top: 40px;
  color: inherit;
}
.sp-menu-close-btn::after {
  margin-left: 6px;
  background: url(../images/icon_x.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .sp-menu-close-btn {
    display: none;
  }
}

/* footer */
.footer {
  position: relative;
  border-top: 1px solid #DBDBDB;
  padding-top: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 84px;
  }
}
.footer .footer-contact-banner {
  z-index: 20;
  right: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding: 16px 20px 16px 16px;
  gap: 20px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer .footer-contact-banner {
    opacity: 0;
    position: fixed;
    bottom: 30px;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .header_fixed .footer .footer-contact-banner {
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-contact-banner {
    order: 2;
    position: static;
    gap: 0;
    padding: 16px 20px;
    display: block;
    padding: 0;
    margin-bottom: 50px;
  }
}
.footer .footer-contact-banner .contact-btn {
  width: 265px;
  height: 70px;
  background: #005BBD;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-contact-banner .contact-btn {
    margin-top: 0;
    width: 100%;
    height: 70px;
  }
}
.footer .footer-pagetop {
  font-size: 1.2rem;
  width: 60px;
  height: 60px;
  font-family: "DM Sans", sans-serif;
  color: #004EA2;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 10px 5px 10px;
  line-height: 1;
  transition: all 0.3s ease;
  background: #fff;
}
.footer .footer-pagetop:before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_top.svg);
          mask-image: url(../images/icon_top.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-pagetop:hover {
    color: #fff;
    background: #004EA2;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-pagetop {
    display: none;
  }
}
.footer .footer-inner-wrap {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 340px auto;
  gap: 0 228px;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner-wrap {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-inline: 20px;
  }
}
.footer .footer-inner-wrap a {
  color: inherit;
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-inner-wrap a:hover {
    background-size: 100% 1px;
  }
}
.footer .footer-inner-wrap a[target=_blank]:after {
  background: url(../images/icon_blank.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
}
.footer .footer-info {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer .footer-info {
    line-height: 1.8;
    order: 3;
  }
}
.footer .footer-logo {
  margin-bottom: 35px;
}
.footer .footer-map {
  margin-top: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer-map {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-tel {
    line-height: 2.5;
    text-decoration: underline;
  }
}
.footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    order: 1;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #DBDBDB;
  }
}
.footer .footer-nav-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main {
    gap: 0;
  }
}
.footer .footer-nav-main > li {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main > li {
    border-bottom: 1px solid #DBDBDB;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main > li > span {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
  }
}
.footer .footer-nav-main > li > a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main > li > a {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
  }
}
.footer .footer-nav-main > li > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  background: url(../images/icon_gray_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main > li > a:after {
    right: 0;
  }
}
.footer .footer-nav-main .child-list {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main .child-list {
    background: #F7F7F7;
    padding: 16px;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.footer .footer-nav-main .child-list li {
  font-weight: normal;
}
.footer .footer-nav-main .child-list li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav-main .child-list li:not(:first-child) {
    margin-top: 16px;
  }
}
.footer .footer-copyright {
  padding: 80px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer .footer-copyright {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright {
    padding: 30px 0;
    text-align: center;
    font-size: 1.4rem;
    order: 4;
  }
}
.footer .footer-copyright .footer-pagetop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .footer .footer-copyright .footer-pagetop {
    display: none;
  }
}

/* module */
.hero {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero.is_hidden {
  opacity: 0;
  pointer-events: none;
}
.hero .hero-bg {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hero .hero-bg .hero-bg-item {
  position: absolute;
  inset: 0;
  display: none;
}
.hero .hero-bg .hero-bg-item:first-child {
  display: block;
}
.hero .hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 768px;
}
@media screen and (max-width: 767px) {
  .hero .hero-bg img {
    aspect-ratio: 375/667;
    min-height: auto;
    height: 100%;
  }
}
.hero .hero-content {
  position: absolute;
  bottom: 120px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .hero .hero-content {
    left: 40px;
    bottom: 160px;
  }
}
.hero .hero-lead {
  margin-left: -35px;
  color: #fff;
}
.hero .hero-copy {
  font-size: 7.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  text-indent: -35px;
}
@media screen and (max-width: 767px) {
  .hero .hero-copy {
    font-size: 4.2rem;
  }
}
.hero .hero-scroll {
  position: absolute;
  right: 60px;
  bottom: 130px;
  background: url(../images/icon_scroll@2x.png) center/cover;
  width: 76px;
  height: 48px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .hero .hero-scroll {
    right: auto;
    left: 18px;
    bottom: 86px;
  }
}

@keyframes hero-fade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.news-ticker {
  --color: #fff;
  --bd-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--color);
  border-top: 1px solid var(--bd-color);
  border-bottom: 1px solid var(--bd-color);
}
.news-ticker .news-ticker-inner-wrap {
  height: 62px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.news-ticker .news-ticker-label {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  padding-right: 32px;
  border-right: 1px solid var(--bd-color);
}
@media screen and (max-width: 767px) {
  .news-ticker .news-ticker-label {
    padding: 0 18px;
  }
}
.news-ticker .news-text {
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .news-ticker .news-text {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }
}
.news-ticker .news-text .news-date {
  margin-right: 32px;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .news-ticker .news-text .news-date {
    font-size: 1.4rem;
  }
}
.news-ticker .news-text .news-link {
  color: inherit;
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .news-ticker .news-text .news-link:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .news-ticker .news-text .news-link {
    font-size: 1.4rem;
  }
}

.about {
  color: #fff;
  margin-top: 100dvh;
  background-color: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  z-index: 2;
}
.about .about-inner-wrap {
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .about .about-inner-wrap {
    padding: 80px 20px 72px;
  }
}
.about .about-text-area {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 119px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .about .about-text-area {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.about .about-title {
  display: grid inline;
  grid-template: "en1 ja" "en2 en2"/auto auto;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
}
.about .about-title .en {
  font-size: 9rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about .about-title .en {
    font-size: 4.2rem;
  }
}
.about .about-title .en:nth-child(1) {
  grid-area: en1;
}
.about .about-title .en:nth-child(2) {
  grid-area: en2;
  padding-left: 0.5em;
}
.about .about-title .en:nth-child(2)::first-letter {
  font-size: 0.75em;
}
.about .about-title .ja {
  grid-area: ja;
  font-size: 2.4rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .about .about-title .ja {
    font-size: 1.4rem;
  }
}
.about .about-desc {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .about .about-desc {
    font-size: 1.4rem;
    padding-top: 8px;
  }
}
.about .about-desc p {
  line-height: 2;
}
.about .about-desc p:not(:first-child) {
  margin-top: 2em;
}
.about .about-visuals img {
  position: absolute;
  top: 0;
  left: 0;
}
.about .about-visuals img:nth-child(1) {
  left: 512px;
}
@media screen and (max-width: 767px) {
  .about .about-visuals img:nth-child(1) {
    left: 68%;
    top: 55px;
    zoom: 0.7;
  }
}
.about .about-visuals img:nth-child(2) {
  left: 86px;
  top: 378px;
}
@media screen and (max-width: 767px) {
  .about .about-visuals img:nth-child(2) {
    left: -4px;
    top: 26px;
    zoom: 0.7;
  }
}
.about .about-visuals img:nth-child(3) {
  inset: auto 10px -70px auto;
}
@media screen and (max-width: 767px) {
  .about .about-visuals img:nth-child(3) {
    zoom: 0.7;
    inset: auto 22px -90px auto;
  }
}

.products {
  margin: 0 auto;
  padding: 160px 0 152px 20px;
  width: min(1366px, 100%);
}
@media screen and (max-width: 767px) {
  .products {
    padding: 80px 0;
    padding-left: 0;
  }
}
.products .btn-more {
  color: #004EA2;
}
.products .products-inner-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .products .products-inner-wrap {
    grid-template-columns: 1fr;
  }
}
.products .products-visual {
  position: relative;
  overflow: hidden;
  width: 850px;
  height: 608px;
}
@media screen and (max-width: 767px) {
  .products .products-visual {
    aspect-ratio: 850/608;
    width: 100%;
    height: auto;
  }
}
.products .products-visual .products-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.products .products-visual .products-image.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .products .products-content {
    display: contents;
  }
}
.products .products-content .btn-more {
  margin-left: 72px;
}
@media screen and (max-width: 767px) {
  .products .products-content .btn-more {
    order: -1;
    margin: 0 20px 40px;
  }
}
.products .products-list {
  margin-top: 84px;
  border-top: 2px solid #004EA2;
}
@media screen and (max-width: 767px) {
  .products .products-list {
    margin-top: 0;
  }
}
.products .products-list li {
  position: relative;
}
.products .products-list li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #DBDBDB;
}
.products .products-list li a {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0 60px 0 50px;
  height: 124px;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .products .products-list li a {
    height: 84px;
    padding: 0 36px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .products .products-list li a:hover {
    background: #F5F5F5;
    color: #004EA2;
  }
}
.products .products-list li a .num {
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  color: #333333;
  font-weight: 600;
}
.products .products-list li a .name {
  font-size: 2.4rem;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .products .products-list li a .name {
    font-size: 1.8rem;
  }
}
.products .products-list li a .name:after {
  margin-left: 32px;
  background: url(../images/icon_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .products .products-list li a .name:after {
    margin-left: 18px;
    width: 18px;
    height: 18px;
  }
}

.news {
  margin-bottom: 160px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 76px;
  }
}

.news-head,
.news-list {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .news-head,
  .news-list {
    margin-top: 0;
  }
}
.news-head .news-item,
.news-list .news-item {
  padding: 32px 0;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
  .news-head .news-item,
  .news-list .news-item {
    padding: 28px 0;
  }
}
.news-head .news-text,
.news-list .news-text {
  display: grid;
  grid-template: "date txt"/auto auto 1fr;
  gap: 40px;
  align-items: center;
}
.news-head .news-text:has(.news-category),
.news-list .news-text:has(.news-category) {
  grid-template: "date cat txt"/4em auto 1fr;
}
@media screen and (max-width: 767px) {
  .news-head .news-text,
  .news-list .news-text {
    grid-template: "date cat" "txt txt"/auto 1fr;
    gap: 10px 20px;
  }
}
.news-head .news-date,
.news-list .news-date {
  grid-area: date;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.news-head .news-category,
.news-list .news-category {
  grid-area: cat;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  width: 88px;
  padding: 4px;
  background: #333;
  color: #fff;
  border-radius: 3px;
}
.news-head .news-link,
.news-list .news-link {
  grid-area: txt;
  color: #333333;
}
.news-head .news-link[href*=".pdf"]:after,
.news-list .news-link[href*=".pdf"]:after {
  margin-left: 4px;
  background: url(../images/icon_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 34px;
  height: 17px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.news-head .news-link[href*=".xlsx"]:after, .news-head .news-link[href*=".xls"]:after,
.news-list .news-link[href*=".xlsx"]:after,
.news-list .news-link[href*=".xls"]:after {
  margin-left: 4px;
  background: url(../images/icon_excel.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 39px;
  height: 17px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.news-head .news-link[href*=".docx"]:after, .news-head .news-link[href*=".doc"]:after,
.news-list .news-link[href*=".docx"]:after,
.news-list .news-link[href*=".doc"]:after {
  margin-left: 4px;
  background: url(../images/icon_word.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 38px;
  height: 17px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.news-head .news-link[href*=".pptx"]:after, .news-head .news-link[href*=".ppt"]:after,
.news-list .news-link[href*=".pptx"]:after,
.news-list .news-link[href*=".ppt"]:after {
  margin-left: 4px;
  background: url(../images/icon_ppt.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 33px;
  height: 17px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.news-head .news-link[href*=".zip"]:after,
.news-list .news-link[href*=".zip"]:after {
  margin-left: 4px;
  background: url(../images/icon_zip.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 30px;
  height: 17px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.news-head .news-link span,
.news-list .news-link span {
  transition: all 0.3s ease;
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
}
@media screen and (max-width: 767px) {
  .news-head .news-link,
  .news-list .news-link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-head .news-link:hover span,
  .news-list .news-link:hover span {
    background-size: 100% 1px;
  }
}

.news-head {
  margin-top: 0;
  margin-bottom: 20px;
}
.news-head .news-text {
  gap: 20px;
}

.bd-title {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #004EA2 0%, #004EA2 200px, #DBDBDB 200px) 1;
     border-image: linear-gradient(90deg, #004EA2 0%, #004EA2 200px, #DBDBDB 200px) 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bd-title {
    -o-border-image: linear-gradient(90deg, #004EA2 0%, #004EA2 100px, #DBDBDB 100px) 1;
       border-image: linear-gradient(90deg, #004EA2 0%, #004EA2 100px, #DBDBDB 100px) 1;
  }
}
.bd-title.column {
  display: flex;
  flex-direction: column;
}
.bd-title.column .ja {
  margin-left: 0;
}
.bd-title .en {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
  color: #004EA2;
}
@media screen and (max-width: 767px) {
  .bd-title .en {
    font-size: 4rem;
  }
}
.bd-title .ja {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .bd-title .ja {
    font-size: 1.4rem;
  }
}

.ir {
  padding: 100px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .ir {
    padding: 80px 0;
  }
}
.ir .ir-inner-wrap {
  width: min(1366px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 100%;
  gap: 87px;
  padding-right: 62px;
}
@media screen and (max-width: 767px) {
  .ir .ir-inner-wrap {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 0;
  }
}
.ir .bd-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ir .bd-title {
    margin: 26px 0;
  }
}
.ir .ir-text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ir .ir-text {
    font-size: 1.4rem;
  }
}

.gray-box.ir {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 64px auto;
  min-height: 244px;
}
@media screen and (max-width: 767px) {
  .gray-box.ir {
    flex-direction: column;
    gap: 24px;
  }
}
.gray-box.ir .title {
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  align-items: center;
  color: #004EA2;
  gap: 10px;
}
.gray-box.ir .title::before {
  content: "";
  background-color: #7AA2CC;
  width: 6px;
  height: 24px;
}
.gray-box.ir .period-select-wrap {
  margin-top: 12px;
}
.gray-box.ir .period-select-wrap select {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .gray-box.ir .flex-right {
    width: 100%;
  }
}

.highlight-list {
  display: flex;
  flex-direction: column;
  min-width: 772px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .highlight-list {
    min-width: unset;
  }
}

.highlight-item {
  background-color: #fff;
  padding: 16px 24px;
}

.highlight-link {
  color: #333;
}
.highlight-link:hover {
  opacity: 0.7;
}

.highlight-link[href*=".pdf"]:after {
  margin-left: 4px;
  background: url(../images/icon_pdf.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 34px;
  height: 17px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}

.nav-buttons-list.ir {
  margin-top: 64px;
  padding: 0;
  background-color: #fff;
}

.ir-title {
  font-size: 3.2rem;
  color: #004EA2;
  font-weight: 600;
  background: linear-gradient(to right, currentColor 0, currentColor 100px, #DBDBDB 100px, #DBDBDB 100%) 0 100%/100% 1px no-repeat;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  margin-top: -0.5em;
}

.sustainability {
  padding: 100px 0 60px;
  width: min(1366px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sustainability {
    padding: 80px 0 80px;
  }
}
.sustainability .sustainability-inner-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 100%;
  gap: 87px;
  padding-left: 62px;
}
@media screen and (max-width: 767px) {
  .sustainability .sustainability-inner-wrap {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 0;
  }
}
.sustainability .sustainability-visuals {
  order: 1;
}
@media screen and (max-width: 767px) {
  .sustainability .sustainability-visuals {
    order: -1;
    margin-right: -20px;
  }
}
.sustainability .bd-title {
  margin-top: 56px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sustainability .bd-title {
    margin: 26px 0;
  }
}
.sustainability .sustainability-text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sustainability .sustainability-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sustainability .btn-wrap {
    justify-content: end;
  }
}

.recruit {
  background: url(../images/bg_top_recruit@2x.png) no-repeat center/cover;
  color: #fff;
  padding: 180px 70px 186px;
  max-width: 1242px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-inline: 20px;
    padding: 90px 32px 90px;
    background-image: url(../images/bg_recruit_sp@2x.png);
  }
}
.recruit .bd-title {
  border: none;
}
@media screen and (max-width: 767px) {
  .recruit .bd-title {
    padding-bottom: 100px;
  }
}
.recruit .bd-title .en {
  color: inherit;
}
.recruit .recruit-lead {
  font-size: 2.4rem;
  margin-top: 30px;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-lead {
    font-size: 2rem;
  }
}
.recruit .recruit-text {
  line-height: 2;
  margin-top: 12px;
  width: min(300px, 100%);
}
@media screen and (max-width: 767px) {
  .recruit .recruit-text {
    line-height: 1.75;
    font-size: 1.4rem;
  }
}

.interview-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .interview-link-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}

.interview-link {
  color: #333;
}
.interview-link:hover {
  opacity: 0.7;
}
.interview-link > img:hover {
  opacity: unset;
}

.interview-link-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555;
  margin-top: 24px;
  color: #004EA2;
}

.interview-link-text {
  display: flex;
  flex-direction: column;
}

.interview-link-name {
  font-weight: 500;
  border-bottom: 1px solid #cfdbea;
  padding-bottom: 10px;
  margin-top: 10px;
}
.interview-link-name-head {
  font-size: 1.6rem;
}
.interview-link-name-head .emph {
  font-size: 2.4rem;
  padding-right: 8px;
}
.interview-link-name-body {
  font-size: 1.4rem;
  padding-left: 24px;
}

.interview-link-text-block {
  font-size: 1.4rem;
  margin-top: 14px;
  line-height: 1.7;
}

.interview-link-text-body {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 8px;
}

.interview-link-text-body::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 2px;
  background: url(../images/icon_link.svg) center center/contain no-repeat;
}

.page-header-recruit.interview {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-header-recruit.interview {
    padding-inline: 20px;
    padding-bottom: 150px;
  }
}
.page-header-recruit.interview .page-header-inner-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.page-header-recruit.interview .page-header-title-area {
  padding: 80px 0 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-header-recruit.interview .page-header-title-area {
    padding: 110px 20px 0;
  }
}

.page-header-interview-area {
  position: relative;
  margin: auto;
  background-size: 1160px 530px;
  background-repeat: no-repeat;
  background-position: center;
  width: 1160px;
  min-height: 530px;
  margin-top: -20px;
  bottom: -90px;
}
@media screen and (max-width: 767px) {
  .page-header-interview-area {
    width: 100%;
    padding-top: 100%;
    background: center center/cover no-repeat;
    bottom: 0;
    margin-top: 40px;
    min-height: unset;
  }
}
.page-header-interview-area.interview-01 {
  background-image: url(../images/bg_interview_01.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-01 {
    background-image: url(../images/pic_interview_01@2x.png);
  }
}
.page-header-interview-area.interview-02 {
  background-image: url(../images/bg_interview_02.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-02 {
    background-image: url(../images/pic_interview_02@2x.png);
  }
}
.page-header-interview-area.interview-03 {
  background-image: url(../images/bg_interview_03.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-03 {
    background-image: url(../images/pic_interview_03@2x.png);
  }
}
.page-header-interview-area.interview-04 {
  background-image: url(../images/bg_interview_04.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-04 {
    background-image: url(../images/pic_interview_04@2x.png);
  }
}
.page-header-interview-area.interview-05 {
  background-image: url(../images/bg_interview_05.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-05 {
    background-image: url(../images/pic_interview_05@2x.png);
  }
}
.page-header-interview-area.interview-06 {
  background-image: url(../images/bg_interview_06.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-06 {
    background-image: url(../images/pic_interview_06@2x.png);
  }
}
.page-header-interview-area.interview-07 {
  background-image: url(../images/bg_interview_07.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-07 {
    background-image: url(../images/pic_interview_07@2x.png);
  }
}
.page-header-interview-area.interview-08 {
  background-image: url(../images/bg_interview_08.png);
}
@media screen and (max-width: 767px) {
  .page-header-interview-area.interview-08 {
    background-image: url(../images/pic_interview_08@2x.png);
  }
}

.page-header-interview-text {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 274px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-header-interview-text {
    min-width: 100%;
    top: 100%;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    padding: 30px;
  }
}

.page-header-interview-name {
  border-bottom: 1px solid #004EA2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  font-weight: 600;
}
.page-header-interview-name-head {
  color: #004EA2;
  font-size: 2.4rem;
}
.page-header-interview-name-head .emph {
  font-size: 3.2rem;
  padding-right: 8px;
}

.page-header-interview-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-header-interview-group-head {
  font-weight: 600;
}
.page-header-interview-group-body {
  font-size: 1.4rem;
  line-height: 1.7;
}

.interview-section {
  padding: 230px 0 140px;
}
@media screen and (max-width: 767px) {
  .interview-section {
    padding: 240px 20px 80px;
  }
}
.interview-section .inner-wrap {
  max-width: 1160px;
}

.interview-title {
  font-size: 3.2rem;
  color: #004EA2;
  font-weight: 600;
  background: linear-gradient(to right, currentColor 0, currentColor 100px, #DBDBDB 100px, #DBDBDB 100%) 0 100%/100% 1px no-repeat;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .interview-title {
    font-size: 2.8rem;
  }
}

.interview-sub-title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .interview-sub-title {
    margin-top: 20px;
  }
}
.interview-sub-title + p {
  margin-top: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .interview-sub-title + p {
    margin-top: 16px;
  }
}

.interview-flex-wrap.col2 {
  display: flex;
  align-items: start;
  gap: 80px;
}
.interview-flex-wrap.col2 .interview-image-wrap {
  min-width: 540px;
}
@media screen and (max-width: 767px) {
  .interview-flex-wrap.col2 .interview-image-wrap {
    min-width: unset;
    width: 100%;
  }
}
.interview-flex-wrap.col2 .interview-text-wrap {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview-flex-wrap.col2 .interview-text-wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview-flex-wrap.col2 .interview-text-wrap p {
    font-size: 1.4rem;
  }
}
.interview-flex-wrap.col2.is-reverse {
  flex-direction: row-reverse;
}
.interview-flex-wrap + .interview-flex-wrap {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .interview-flex-wrap + .interview-flex-wrap {
    margin-top: 80px;
  }
}

.btn-more {
  margin-top: 45px;
  color: inherit;
  display: flex inline;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .btn-more {
    margin-top: 35px;
  }
}
.btn-more.white .en:after {
  background-image: url(../images/icon_ttl_arrow.svg);
}
.btn-more.white .ja {
  text-align: left;
  color: currentColor;
}
.btn-more .en {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-more .en {
    font-size: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-more .en:hover:before {
    animation: underline-replay 0.6s ease-in-out;
  }
}
.btn-more .en:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  .btn-more .en:before {
    bottom: 0;
  }
}
.btn-more .en:after {
  margin-left: 12px;
  background: url(../images/icon_ttl_arrow_blue.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btn-more .en:after {
    width: 20px;
    height: 20px;
  }
}
.btn-more .ja {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  text-align: right;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .btn-more .ja {
    font-size: 1.4rem;
    text-align: left;
  }
}

@keyframes underline-replay {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.btn-wrap {
  display: flex;
  justify-content: start;
  margin-top: 48px;
  gap: 16px;
}
.btn-wrap.col3 .btn {
  width: min(285px, 100%);
}
@media screen and (max-width: 767px) {
  .btn-wrap.col3 .btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 28px;
    flex-direction: column;
    align-items: start;
  }
}
.btn-wrap.right {
  justify-content: end;
}
.btn-wrap.center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap.center {
    align-items: center;
  }
}

.btn {
  display: flex;
  align-items: center;
  background: #004EA2;
  color: #fff;
  border: 1px solid #004EA2;
  padding: 14px 16px;
  gap: 15px;
  font-weight: 600;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    padding: 10px 12px;
  }
}
.btn.outline {
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.black {
  background: #404040;
}
.btn.black::after {
  background-image: url(../images/icon_bd_link.svg);
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .btn.black:hover::after {
    background-color: #004EA2;
  }
}
.btn.cyan {
  border-color: #0085A3;
  background: #0085A3;
}
.btn.cyan::after {
  background-image: url(../images/icon_bd_link.svg);
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .btn.cyan:hover::after {
    background-color: #004EA2;
  }
}
.btn.light {
  border-color: #DCE8F5;
  background: #DCE8F5;
  color: inherit;
}
.btn.light::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_bd_link.svg);
          mask-image: url(../images/icon_bd_link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: #004EA2;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .btn.light:hover {
    color: #fff;
    background: #004EA2;
  }
  .btn.light:hover::after {
    background: #fff;
  }
}
.btn.is-current {
  color: #fff;
  background: #004EA2;
}
.btn.is-current::after {
  display: none;
}
.btn:after {
  margin-left: auto;
  background: url(../images/icon_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btn:after {
    top: 1px;
    position: relative;
    width: 16px;
    height: 16px;
  }
}
.btn[href*=".pdf"]:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_bd_pdf.svg);
          mask-image: url(../images/icon_bd_pdf.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .btn[href*=".pdf"]:after {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: white;
    color: #004EA2;
  }
  .btn:hover[href*=".pdf"]:after {
    background: #004EA2;
  }
}

.page-header {
  background: url(../images/bg_hd_products.png) no-repeat center/cover;
}
.page-header .page-header-title-area {
  height: 300px;
  padding: 10px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.page-header .page-header-title-area.left {
  align-items: start;
}
@media screen and (max-width: 767px) {
  .page-header .page-header-title-area.left {
    align-items: center;
    text-align: center;
  }
}
.page-header .page-header-title-area .en {
  line-height: 1;
  font-size: 1.6rem;
}
.page-header .page-header-title-area .ja {
  font-size: 4rem;
  font-weight: 600;
}
.page-header.page-header-company {
  background-image: url(../images/bg_hd_company.png);
}
.page-header.page-header-company-office {
  background-image: url(../images/bg_hd_company_office.png);
}
.page-header.page-header-company-movie {
  background-image: url(../images/bg_hd_company_movie.png);
}
.page-header.page-header-company-message {
  background-image: url(../images/bg_hd_company_message.png);
}
.page-header.page-header-company-profile {
  background-image: url(../images/bg_hd_company_profile.png);
}
.page-header.page-header-products {
  background-image: url(../images/bg_hd_products.png);
}
.page-header.page-header-products-photomask {
  background-image: url(../images/bg_hd_products_photomask.png);
}
.page-header.page-header-products-hc {
  background-image: url(../images/bg_hd_products_hc.png);
}
.page-header.page-header-about-policy {
  background-image: url(../images/bg_hd_about-policy.png);
}
.page-header.page-header-company-philosophy {
  background-image: url(../images/bg_hd_company_philosophy.png);
}
.page-header.page-header-company-history {
  background-image: url(../images/bg_hd_company_history.png);
}
.page-header.page-header-company-quality {
  background-image: url(../images/bg_hd_company_quality.png);
}
.page-header.page-header-ir-top {
  background-image: url(../images/bg_hd_ir_top.png);
}
.page-header.page-header-ir {
  background-image: url(../images/bg_hd_ir.png);
}
.page-header.page-header-ir-news {
  background-image: url(../images/bg_hd_ir_news.png);
}
.page-header.page-header-other {
  background-image: url(../images/bg_hd_other.png);
}
.page-header.page-header-message {
  background-image: url(../images/bg_hd_message.png);
}
.page-header.page-header-calendar {
  background-image: url(../images/bg_hd_calendar.png);
}
.page-header.page-header-sustainability {
  background-image: url(../images/bg_hd_sustainability.png);
}
.page-header.page-header-sustainability-activity {
  background-image: url(../images/bg_hd_sustainability_activity.png);
  background-position: 20%;
}
.page-header.page-header-sustainability-compliance {
  background-image: url(../images/bg_hd_sustainability_compliance.png);
}
.page-header.page-header-sustainability-eco {
  background-image: url(../images/bg_hd_sustainability_eco.png);
}
.page-header.page-header-sustainability-environmental {
  background: url(../images/bg_hd_sustainability_environmental.png) no-repeat right center/cover;
}
.page-header.page-header-sustainability-governance {
  background-image: url(../images/bg_hd_sustainability_governance.png);
}
.page-header.page-header-sustainability-safety {
  background-image: url(../images/bg_hd_sustainability_safety.png);
}
.page-header.page-header-sustainability-transparency {
  background-image: url(../images/bg_hd_sustainability_transparency.png);
}
.page-header.page-header-recruit {
  background-image: url(../images/bg_hd_recruit.png);
}
.page-header.page-header-news {
  background-image: url(../images/bg_hd_news.png);
}

.breadcrumb {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 15px;
  color: #fff;
  font-size: 1.2rem;
  overflow-x: auto;
}
.breadcrumb .breadcrumb-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-inner-wrap {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumb .breadcrumb-inner-wrap .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-inner-wrap .breadcrumb-item:not(:first-child):before {
  content: "";
  gap: 16px;
  height: 1px;
  width: 8px;
  background: #fff;
  display: inline-block;
  margin: 0 16px;
}
.breadcrumb .breadcrumb-inner-wrap .breadcrumb-item a {
  color: inherit;
}

.section-intro {
  padding: 140px 20px 0;
}
@media screen and (max-width: 767px) {
  .section-intro {
    padding: 80px 20px 0;
  }
}

.intro-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .intro-text {
    text-align: left;
    font-size: 1.6rem;
  }
}
.intro-text.company-top {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 600;
}

.products-detail .product-block {
  background: #fff;
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block {
    padding: 80px 20px;
  }
}
.products-detail .product-block.bg-gray {
  background: #F5F5F5;
}
.products-detail .product-block .inner-wrap {
  max-width: 1326px;
  margin-inline: auto;
}
.products-detail .product-block .product-block-inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block .product-block-inner {
    gap: 32px;
    flex-direction: column;
  }
}
.products-detail .product-block .product-content {
  flex: 1;
  padding-right: 82px;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block .product-content {
    padding-right: 0;
  }
}
.products-detail .product-block .product-content .product-title {
  font-size: 3.2rem;
  color: #004EA2;
  font-weight: 600;
  background: linear-gradient(to right, currentColor 0, currentColor 100px, #DBDBDB 100px, #DBDBDB 100%) 0 100%/100% 1px no-repeat;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block .product-content .product-title {
    font-size: 2.8rem;
  }
}
.products-detail .product-block .product-content .product-desc {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block .product-content .product-desc {
    font-size: 1.4rem;
  }
}
.products-detail .product-block .product-content .btn-wrap {
  margin-top: 34px;
}
.products-detail .product-block--reverse .product-block-inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block--reverse .product-block-inner {
    flex-direction: column;
  }
}
.products-detail .product-block--reverse .product-block-inner .product-content {
  padding: 0 0 0 82px;
}
@media screen and (max-width: 767px) {
  .products-detail .product-block--reverse .product-block-inner .product-content {
    padding: 0;
  }
}

.container {
  display: flex;
  justify-content: space-between;
  --_side-width: 260px;
}
@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
  }
}
.container .sidebar {
  width: var(--_side-width);
  padding: 100px 30px;
  border-right: 1px solid #F5F5F5;
}
@media screen and (max-width: 767px) {
  .container .sidebar {
    display: none;
    width: 100%;
    padding: 80px 20px;
  }
}
.container .sidebar .local-nav {
  font-size: 1.4rem;
}
.container .sidebar .local-nav .local-nav-header .local-nav-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004EA2;
  padding: 0 0 10px 0;
  display: block;
  border-bottom: 1px solid #004EA2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.container .sidebar .local-nav .local-nav-header .local-nav-title:after {
  background: url(../images/icon_link_normal.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.container .sidebar .local-nav .local-nav-header span.local-nav-title:after {
  display: none;
}
.container .sidebar .local-nav .local-nav-list .local-nav-item {
  border-bottom: 1px solid #F5F5F5;
}
.container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-link {
  flex: 1;
  color: #333333;
  display: block;
  padding: 10px 0;
  font-family: inherit;
  text-align: left;
  background: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-link:hover {
    background: #F5F5F5;
    border-radius: 2px;
    font-weight: bold;
    color: #004EA2;
  }
}
.container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .sidebar .local-nav .local-nav-list .local-nav-item .is-current {
  background: #F5F5F5;
  border-radius: 2px;
  font-weight: bold;
  color: #004EA2 !important;
}
.container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-child-list .local-nav-child-item .local-nav-child-link {
  padding: 4px 20px;
  display: block;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-child-list .local-nav-child-item .local-nav-child-link:hover {
    background: #F5F5F5;
  }
}
.container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-child-list .local-nav-child-item.indent {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .container .sidebar .local-nav .local-nav-list .local-nav-item .local-nav-child-list .local-nav-child-item.indent {
    margin-left: 1em;
  }
}
.container .container-inner-wrap {
  flex: 1;
  padding: 100px 100px 140px 85px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .container .container-inner-wrap {
    width: 100%;
    margin: 0;
    padding: 80px 20px;
  }
}
.container .container-inner-wrap .inner-wrap {
  max-width: 920px;
}

.local-nav-link.js-accordion-link {
  position: relative;
  padding-right: 30px;
}
.local-nav-link.js-accordion-link:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_plus.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.is-open .local-nav-link.js-accordion-link:after {
  background: url(../images/icon_minus.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.local-nav-child-link[href*=".pdf"]:after,
.icon-pdf:after {
  background: url(../images/icon_pdf_blue.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .tab-nav {
    border-bottom: 1px solid #DBDBDB;
  }
}
@media screen and (max-width: 767px) {
  .tab-nav {
    gap: 10px;
  }
}
.tab-nav .tab-nav-item a {
  display: flex;
  padding: 16px;
  background: #F5F5F5;
  border-radius: 2px 2px 0 0;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .tab-nav .tab-nav-item a {
    font-size: 1.4rem;
    padding: 12px;
  }
}
.tab-nav .tab-nav-item a.is-current {
  background: #004EA2;
  color: #fff;
  font-weight: bold;
}

.works-category {
  padding: 86px 0;
  --bg: #fff;
  --area: #F5F5F5;
  background: var(--bg);
}
.works-category:nth-of-type(1) {
  padding-top: 0;
}
.works-category:nth-of-type(even) {
  --bg: #F5F5F5;
  --area: #fff;
}
.works-category .inner-wrap {
  max-width: 1160px;
}

.normal-section {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .normal-section {
    font-size: 1.4rem;
  }
}
.normal-section + .normal-section {
  padding-top: 0;
}
:has(.container-inner-wrap) .normal-section:first-child {
  padding-top: 0;
}
:has(.container-inner-wrap) .normal-section:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .normal-section {
    padding: 80px 20px;
  }
  :has(.container-inner-wrap) .normal-section {
    padding-inline: 0;
  }
}
.normal-section .inner-wrap {
  max-width: 1160px;
}
.normal-section figure {
  margin-top: 64px;
  margin-bottom: 40px;
  text-align: center;
}
.normal-section p {
  line-height: 2;
}
.normal-section p:not([class]) strong {
  font-weight: bold;
}
.normal-section p:not([class]) a {
  color: #004EA2;
  background: linear-gradient(currentColor, currentColor) 0 100%/100% 1px no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .normal-section p:not([class]) a:hover {
    animation: hover-grade 0.3s ease-in-out;
  }
}
.normal-section p + p {
  margin-top: 1.5em;
}

@keyframes hover-grade {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
.card-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.intro-text + .card-link-list {
  margin-top: 40px;
}
.card-link-list + .card-link-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .card-link-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .card-link-list + .card-link-list {
    margin-top: 10px;
  }
}
.card-link-list.col2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .card-link-list.col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.card-link-item {
  border-radius: 2px;
  overflow: hidden;
}

.card-link {
  position: relative;
  color: inherit;
  display: block;
}
.is-disabled .card-link {
  pointer-events: none;
}
.is-disabled .card-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.card-link.js-modal .card-link-text:after {
  background: url(../images/icon_zoom.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .card-link.js-modal:hover .card-link-text:after {
    background-image: url(../images/icon_zoom_hover.svg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-link:hover .card-link-text {
    background: #004EA2;
    color: #fff;
  }
}
.card-link img {
  width: 100%;
  height: auto;
}
.card-link .card-link-text {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.card-link .card-link-text.big {
  top: 45%;
  left: 45%;
  flex-direction: column;
  justify-content: start;
}
.card-link .card-link-text.big .ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
.card-link .card-link-text.big .sub {
  font-size: 1.4rem;
  font-weight: 500;
}
.card-link .card-link-text.big:after {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .card-link .card-link-text.big:after {
    width: 24px;
    height: 24px;
  }
}
.card-link .card-link-text:after {
  position: relative;
  top: 2px;
  border-radius: 2px;
  background: url(../images/icon_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .card-link .card-link-text:after {
    width: 18px;
    height: 18px;
  }
}
.card-link .card-link-text-head {
  font-size: 1.8rem;
}
.card-link .card-link-text-body {
  font-size: 1.6rem;
}
.card-link .card-link-text-block {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.75;
}

.editor-body h2:not([class]) {
  font-size: 3.2rem;
  padding-bottom: 6px;
  font-weight: bold;
  color: #004EA2;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #004EA2 0%, #004EA2 100px, #DBDBDB 100px) 1;
     border-image: linear-gradient(90deg, #004EA2 0%, #004EA2 100px, #DBDBDB 100px) 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-body h2:not([class]) {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}
.editor-body h2:not([class]):not(:first-child) {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .editor-body h2:not([class]):not(:first-child) {
    margin-top: 80px;
  }
}
.editor-body h3:not([class]) {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #004EA2;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .editor-body h3:not([class]) {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.editor-body h3:not([class]):not(:first-child) {
  margin-top: 40px;
}
.editor-body h3:not([class])::before {
  position: absolute;
  top: 0.3em;
  height: 1em;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  background: #7AA2CC;
}
.editor-body h4:not([class]) {
  font-size: 2rem;
  font-weight: bold;
  color: #004EA2;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .editor-body h4:not([class]) {
    font-size: 1.8rem;
  }
}
.editor-body h4:not([class]):not(:first-child) {
  margin-top: 32px;
}
.editor-body h4:not([class])::before {
  content: "";
  height: 9px;
  display: block;
  width: 4px;
  background: linear-gradient(to bottom, #004ea2 0px, #004ea2 4px, #fff 4px, #fff 5px, #7aa2cc 5px, #7aa2cc 9px);
}
.editor-body h5:not([class]) {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .editor-body h5:not([class]) {
    font-size: 1.6rem;
  }
}
.editor-body h5:not([class]):not(:first-child) {
  margin-top: 24px;
}
.editor-body .normal-table-wrap:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-body .normal-table-wrap:not(:first-child) {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
.editor-body p.layout-r + .normal-table-wrap {
  margin-top: 1em;
}
.editor-body table {
  width: 100%;
  font-size: 1.4rem;
  table-layout: fixed;
}
.editor-body table thead th {
  text-align: center;
}
.editor-body table th,
.editor-body table td {
  padding: 17px;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.editor-body table th a,
.editor-body table td a {
  color: #004EA2;
  background: linear-gradient(currentColor, currentColor) 0 100%/100% 1px no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .editor-body table th a:hover,
  .editor-body table td a:hover {
    animation: hover-grade 0.3s ease-in-out;
  }
}
.editor-body table th {
  font-weight: bold;
  background: #D7E7FA;
  width: 245px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .editor-body table th {
    width: 34%;
  }
}
.editor-body table td {
  background: #F5F5F5;
}
.editor-body table .bg-gray {
  background: #E3E3E3;
}
.editor-body ul:not([class]) {
  line-height: 2;
}
.editor-body ul:not([class]):not(:first-child) {
  margin-top: 8px;
}
.editor-body ul:not([class]):not(:last-child) {
  margin-bottom: 16px;
}
.editor-body ul:not([class]) > li {
  padding-left: 1em;
  position: relative;
}
.editor-body ul:not([class]) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  width: 6px;
  height: 6px;
  background: #7AA2CC;
}
.editor-body ol.dot-ol,
.editor-body ol:not([class]) {
  list-style: auto;
  line-height: 2;
}
.editor-body ol.dot-ol:not(:first-child),
.editor-body ol:not([class]):not(:first-child) {
  margin-top: 1em;
}
.editor-body ol.dot-ol > li,
.editor-body ol:not([class]) > li {
  margin-left: 1em;
}
.editor-body ol.dot-ol > li::marker,
.editor-body ol:not([class]) > li::marker {
  color: #004EA2;
  font-weight: 600;
}
.editor-body ol.dot-ol > li + li,
.editor-body ol:not([class]) > li + li {
  margin-top: 0.75em;
}
.editor-body ol.num-list {
  counter-reset: parent;
}
.editor-body ol.num-list > li {
  counter-increment: parent;
}
.editor-body ol.num-list ol.dot-ol {
  counter-reset: child;
}
.editor-body ol.num-list ol.dot-ol > li {
  counter-increment: child;
  margin-left: 2.15em;
}
.editor-body ol.num-list ol.dot-ol > li::marker {
  content: counter(parent) "." counter(child) "   ";
}

.history-table-wrap table {
  font-size: 1.4rem;
}
.history-table-wrap table tr {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .history-table-wrap table tr {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.history-table-wrap table tr:first-child th,
.history-table-wrap table tr:first-child td {
  padding-top: 0;
}
.history-table-wrap table th,
.history-table-wrap table td {
  background: none;
  padding: 19px 0;
  vertical-align: middle;
  border-bottom: 1px solid #DBDBDB;
}
.history-table-wrap table th {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .history-table-wrap table th {
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .history-table-wrap table td {
    padding-top: 0;
  }
}

.office-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.office-list .office-item {
  border: 1px solid #DBDBDB;
  border-left: 2px solid #004EA2;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .office-list .office-item {
    padding: 20px;
  }
}
.office-list .office-item .office-contact .contact-row {
  display: flex;
  line-height: 2;
}
.office-list .office-item .btn-wrap {
  margin-top: 24px;
}
.office-list .office-item .office-sub-item {
  margin-top: 32px;
  background: #F5F5F5;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .office-list .office-item .office-sub-item {
    padding: 20px;
  }
}
.office-list .office-item .office-sub-item .office-contact-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .office-list .office-item .office-sub-item .office-contact-cols {
    grid-template-columns: 1fr;
  }
}
.tel-num {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .tel-num {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .tel-num {
    color: #004EA2;
  }
}

.nav-buttons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
  margin-top: 120px;
}
.nav-buttons-list .span2 {
  grid-column: span 2;
}
h2 + .nav-buttons-list {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .nav-buttons-list {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.nav-buttons-list .btn {
  display: grid;
  grid-template-columns: 1fr auto;
  height: 100%;
}
.nav-buttons-list .btn.is-current {
  pointer-events: none;
  cursor: none;
}

.num-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.num-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}
.num-list .num {
  font-size: 1.6rem;
  background: #7AA2CC;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .num-list .num {
    font-size: 1.2rem;
  }
}
.num-list .txt {
  font-weight: bold;
  font-size: 2.4rem;
  color: #004EA2;
}
@media screen and (max-width: 767px) {
  .num-list .txt {
    font-size: 2rem;
  }
}
.num-list .con {
  grid-column: span 2;
}
.num-list .con2 {
  grid-area: 2/2;
}

.gray-box {
  margin-top: 20px;
  padding: 30px 32px;
  background: #F5F5F5;
}

.video {
  margin-inline: auto;
  display: block;
  width: min(700px, 100%);
  aspect-ratio: 700/394;
}

.map iframe {
  width: 100%;
  aspect-ratio: 919/380;
  border: none;
}
@media screen and (max-width: 767px) {
  .map iframe {
    aspect-ratio: 9/6;
  }
}

.sp-scroll {
  display: none;
}

.sp-scroll-wrap {
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp-scroll-wrap table {
    width: 640px;
  }
  .sp-scroll-wrap .sp-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .sp-scroll-wrap .sp-scroll img {
    width: 96px;
    height: 96px;
  }
}

.col-wrap {
  display: grid;
  grid-template: "txt img"/1fr auto;
  gap: 64px;
  margin-bottom: 84px;
}
.col-wrap .col-hd {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .col-wrap .col-hd {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .col-wrap {
    gap: 32px;
    grid-template: "txt" "img"/1fr;
  }
}
.col-wrap .txt {
  grid-area: txt;
}
.col-wrap .img {
  grid-area: img;
}
@media screen and (max-width: 767px) {
  .col-wrap .img img {
    width: 100%;
  }
}

.panel-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .panel-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.panel-list a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 34px;
  color: #004EA2;
  background: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .panel-list a {
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .panel-list a:hover {
    color: #fff !important;
    background: #004EA2;
  }
  .panel-list a:hover .size {
    color: inherit;
  }
}
.panel-list a img {
  border: 1px solid #DBDBDB;
  margin-bottom: 22px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .panel-list a img {
    margin-bottom: 16px;
  }
}
.panel-list a .ttl {
  font-size: 2rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .panel-list a .ttl {
    font-size: 1.8rem;
  }
}
.panel-list a .size {
  color: #333333;
}

.agree-content {
  margin-top: 100px;
  display: none;
}

.col2-wrap {
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.col2-wrap.auto {
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .col2-wrap {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  .col2-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-wrap:first-child {
    margin-top: 0;
  }
  .col2-wrap:last-child {
    margin-bottom: 0;
  }
}

.bg-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 2rem;
  font-weight: bold;
  color: #004EA2;
  text-align: center;
  gap: 22px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .bg-list {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 1.8rem;
  }
}
.bg-list li {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .bg-list li {
    padding: 20px;
  }
}

.product-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .product-card-list {
    grid-template-columns: 1fr;
  }
}
.product-card-list .product-card-link {
  background: #F5F5F5;
  padding: 32px 32px 64px;
  height: 100%;
  display: block;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-card-list .product-card-link {
    padding: 20px 20px 48px;
    font-size: 1.4rem;
  }
}
.product-card-list .product-card-link:after {
  position: absolute;
  right: 32px;
  bottom: 32px;
  background: url(../images/icon_link_normal.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .product-card-list .product-card-link:after {
    right: 20px;
    bottom: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-card-list .product-card-link:hover {
    opacity: 0.7;
  }
}
.product-card-list .product-card-link .product-card-body {
  margin-top: 20px;
}
.product-card-list .product-card-link .product-card-category,
.product-card-list .product-card-link .product-card-ttl {
  color: #004EA2;
  font-weight: bold;
}
.product-card-list .product-card-link .product-card-ttl {
  font-size: 2rem;
  margin-bottom: 10px;
}

.normal-section .space-text {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .normal-section .space-text {
    margin-top: 60px;
  }
}

.faq-list {
  border-top: 1px solid #E5E1DB;
}
.faq-list .faq-item {
  border-bottom: 1px solid #E5E1DB;
  padding: 20px 0;
}
.faq-list .faq-item a {
  color: #004EA2;
}
.faq-list .faq-item span {
  font-family: "DM Sans", sans-serif;
  vertical-align: middle;
  font-size: 3.2rem;
  line-height: 1;
  width: 1em;
  font-weight: bold;
  position: relative;
  top: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-item span {
    font-size: 2.4rem;
  }
}
.faq-list .faq-item .faq-question {
  font-size: 2rem;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-item .faq-question {
    font-size: 1.8rem;
  }
}
.faq-list .faq-item .faq-question span {
  color: #004EA2;
}
.faq-list .faq-item .faq-answer {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.faq-list .faq-item .faq-answer span {
  color: #C31E1E;
}

.schedule-img {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .schedule-img img {
    width: 100%;
  }
}

.period-select-wrap {
  display: inline-block;
  border: 1px solid #DBDBDB;
  background: #fff;
  border-radius: 2px;
  position: relative;
}
.period-select-wrap select {
  background: none;
  border: none;
  padding: 0 10px;
  height: 34px;
  width: 130px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.period-select-wrap:after {
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../images/icon_arrow_select.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 11px;
  height: 5px;
  vertical-align: middle;
}

.annual-report-main {
  padding-top: 60px;
  display: grid;
  grid-template: "ttl ." "img btn"/290px 1fr;
  width: min(550px, 100%);
  margin-inline: auto;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .annual-report-main {
    padding-top: 20px;
    grid-template: "ttl" "img" "btn"/1fr;
  }
}
.annual-report-main .black-hd {
  grid-area: ttl;
  color: #333333;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .annual-report-main .black-hd {
    font-size: 2.6rem;
  }
}
.annual-report-main .annual-report-img {
  grid-area: img;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .annual-report-main .annual-report-img {
    width: 50%;
    margin-inline: auto;
  }
}
.annual-report-main .annual-report-img img {
  border: 1px solid #DBDBDB;
}
.annual-report-main .annual-report-btns {
  grid-area: btn;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .back-number-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
  }
  .back-number-list .annual-report-main {
    padding-top: 0;
    grid-template: "ttl" "img" "btn"/1fr;
  }
  .back-number-list .black-hd {
    font-size: 2rem;
  }
  .back-number-list .annual-report-img img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .back-number-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .back-number-list .annual-report-main .black-hd {
    font-size: 2rem;
  }
}
.normal-section .notice-text {
  font-size: 1.2rem;
  margin-top: 1em;
}
.normal-section .hd-bold {
  font-weight: bold;
}
.normal-section .hd-bold + p {
  margin-top: 8px;
}

.recruit-entry {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-entry {
    width: 50%;
    margin-inline: auto;
    flex-direction: column;
    padding: 20px 0 40px;
  }
}
.recruit-entry .qr-border {
  border: 1px solid #000;
}

a img {
  opacity: 1;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  a img:hover {
    opacity: 0.7;
  }
}

.anchor-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .anchor-link-list {
    align-items: flex-start;
    gap: 24px 34px;
  }
}
.anchor-link-list a {
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  color: inherit;
  font-weight: bold;
  position: relative;
  padding-right: 34px;
}
@media (hover: hover) and (pointer: fine) {
  .anchor-link-list a:hover {
    background-size: 100% 1px;
  }
}
.anchor-link-list a::after {
  background: url(../images/icon_gray_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

.recruit-faq-list > li + li {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .recruit-faq-list > li + li {
    margin-top: 40px;
  }
}
.recruit-faq-list .faq-ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.recruit-faq-list .faq-ttl .faq-num {
  border-bottom: 3px solid #004EA2;
  color: #004EA2;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.recruit-faq-list .faq-ttl .ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

.flow-list {
  display: flex;
  gap: 53px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .flow-list {
    flex-direction: column;
  }
}
.flow-list > li {
  background: #F5F5F5;
  flex: 1;
  min-width: 0;
  position: relative;
}
.flow-list > li + li::before {
  background: #0068D6;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  right: calc(100% + 15px);
  top: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .flow-list > li {
    flex: unset;
    width: 100%;
  }
  .flow-list > li + li::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 40px;
    height: 20px;
    right: calc(50% - 20px);
    top: unset;
    bottom: calc(100% + 15px);
  }
}
.flow-list .flow-head {
  color: #004EA2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px;
}
.flow-list .flow-head .step {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.flow-list .flow-head .step .num {
  font-size: 2rem;
}
.flow-list .flow-head .flow-ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
}
.flow-list .flow-body {
  border-top: 2px solid #fff;
  font-size: 1.4rem;
  padding: 24px;
}
.flow-list .flow-body .note {
  font-size: 1.2rem;
}
.flow-list .flow-body ul:not([class]):not(:first-child) {
  margin-top: 10px;
  line-height: 1.5;
}
.flow-list .flow-body ul:not([class]):not(:first-child) > li + li {
  margin-top: 10px;
}

.data-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .data-list {
    grid-template-columns: 1fr;
  }
}
.data-list > li {
  background: #F6F6F6;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 4;
  min-width: 0;
  padding: 28px 24px 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-list > li {
    display: block;
  }
}
.data-list > li::before {
  background: #194EA2;
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: calc(50% - 10px);
  bottom: calc(100% - 5px);
}
.data-list > li.data-02 {
  display: block;
  grid-column: 2/4;
}
@media screen and (max-width: 767px) {
  .data-list > li.data-02 {
    grid-column: unset;
  }
}
.data-list > li.data-12, .data-list > li.data-01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.data-list > li.data-12 .figure, .data-list > li.data-01 .figure {
  flex: 1;
}
.data-list > li.data-05 .data-num-wrap, .data-list > li.data-04 .data-num-wrap {
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .data-list > li.data-05 .data-num-wrap, .data-list > li.data-04 .data-num-wrap {
    padding-bottom: 0;
  }
}
.data-list > li.data-05 .data-num-wrap .data-num .sub-ttl, .data-list > li.data-04 .data-num-wrap .data-num .sub-ttl {
  margin-bottom: 0;
}
.data-list > li.data-12 .data-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .data-list > li.data-12 .data-ttl {
    margin-bottom: 22px;
  }
}
.data-list > li.data-12 .figure {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .data-list > li.data-12 .figure {
    margin-top: 40px;
  }
}
.data-list > li .data-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 34px;
}
.data-list > li .data-num-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 0;
}
.data-list > li .data-num-wrap .data-num {
  color: #004EA2;
  font-weight: 600;
  line-height: 1;
}
.data-list > li .data-num-wrap .data-num .sub-ttl {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 12px;
}
.data-list > li .data-num-wrap .data-num .num {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
}
.data-list > li .data-num-wrap .data-num .unit {
  font-size: 3.2rem;
}
.data-list > li .data-num-wrap.col2 {
  gap: 20px;
}
.data-list > li .data-num-wrap.col2 .data-num .num {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .data-list > li .data-num-wrap.col2 .data-num .num {
    font-size: 4.8rem;
  }
}
.data-list > li .data-num-wrap p + p {
  margin-top: 0;
}
.data-list > li .figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .data-list > li .figure {
    margin-top: 40px;
  }
}
.data-list > li .graph {
  max-width: 634px;
  margin-inline: auto;
  position: relative;
}
.data-list > li .graph .img-02 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .data-list > li .graph {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 30px;
  }
  .data-list > li .graph .img-02 {
    max-width: unset;
    width: 634px;
  }
  .data-list > li .graph .sp-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .data-list > li .graph .sp-scroll img {
    width: 96px;
    height: 96px;
  }
}

:lang(en) .inquiry-form-section table th {
  width: 360px;
}
@media screen and (max-width: 767px) {
  :lang(en) .inquiry-form-section table th {
    width: 100%;
  }
}

.inquiry-form-section .inquiry-lead-txt {
  margin-bottom: 46px;
  text-align: center;
}
.inquiry-form-section .inquiry-lead-txt p + p {
  margin-top: 0;
}
.inquiry-form-section .required {
  background: #A21300;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  padding-inline: 6px;
  height: 25px;
}
.inquiry-form-section table {
  border: none;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .inquiry-form-section table {
    display: block;
    width: 100%;
  }
}
.inquiry-form-section table td,
.inquiry-form-section table th {
  background: none;
  border: none;
  border-bottom: 1px solid #DBDBDB;
  padding: 40px 20px;
  vertical-align: top;
  word-break: break-all;
}
.inquiry-form-section table td p,
.inquiry-form-section table th p {
  text-align: left;
}
.inquiry-form-section table th {
  font-size: 1.8rem;
}
.inquiry-form-section table th .fszSmall {
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .inquiry-form-section table th {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 16px 16px 8px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-form-section table td {
    display: block;
    width: 100%;
    padding: 0 16px 16px;
  }
}
.inquiry-form-section input[type=mail],
.inquiry-form-section input[type=text] {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  color: #333;
  margin-right: 16px;
  padding: 0 10px;
  width: 400px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .inquiry-form-section input[type=mail],
  .inquiry-form-section input[type=text] {
    width: 100%;
  }
}
.inquiry-form-section select {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  color: #333;
  padding: 0 40px 0 10px;
  width: auto;
  min-width: 180px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .inquiry-form-section select {
    width: 100%;
  }
}
.inquiry-form-section textarea {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  color: #333;
  padding: 10px;
  width: 100%;
  height: 100px;
}
.inquiry-form-section input[type=radio] {
  accent-color: #004EA2;
  margin-right: 10px;
  padding: 0;
  width: 12px;
}
.inquiry-form-section ul:not([class]) > li {
  padding: 0;
  text-indent: 0;
}
.inquiry-form-section ul:not([class]) > li::before {
  display: none;
}
.inquiry-form-section h3 {
  display: none;
}
.inquiry-form-section p {
  text-align: center;
}
.inquiry-form-section .submitArea {
  margin-top: 32px;
}
.inquiry-form-section .submitArea > p {
  font-weight: bold;
}
.inquiry-form-section .submitArea button {
  background: #004EA2;
  border: 1px solid #004EA2;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  margin: 16px auto 0;
  padding-inline: 16px;
  width: 365px;
  height: 56px;
  transition: all 0.3s ease;
}
.inquiry-form-section .submitArea button::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icon_bd_link.svg);
          mask-image: url(../images/icon_bd_link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .inquiry-form-section .submitArea button:hover {
    background: #fff;
    color: #004EA2;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-form-section .submitArea button {
    width: 100%;
  }
}
.inquiry-form-section .err {
  display: block;
  color: #A21300;
}
.inquiry-form-section .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .inquiry-form-section .btn-wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.inquiry-form-section .btn-wrap input[type=button],
.inquiry-form-section .btn-wrap input[type=submit] {
  border: 1px solid #004EA2;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding-inline: 16px;
  width: 365px;
  height: 56px;
  transition: all 0.3s ease;
}
.inquiry-form-section .btn-wrap input[type=button][type=submit],
.inquiry-form-section .btn-wrap input[type=submit][type=submit] {
  background: #004EA2 url(../images/icon_bd_link.svg) no-repeat right 16px center/24px auto;
  text-align: left;
}
.inquiry-form-section .btn-wrap input[type=button][type=button],
.inquiry-form-section .btn-wrap input[type=submit][type=button] {
  background: #004EA2 url(../images/icon_bd_link_reverse.svg) no-repeat 16px center/24px auto;
  text-align: right;
}
@media (hover: hover) and (pointer: fine) {
  .inquiry-form-section .btn-wrap input[type=button]:hover,
  .inquiry-form-section .btn-wrap input[type=submit]:hover {
    background-color: #fff;
    color: #004EA2;
  }
  .inquiry-form-section .btn-wrap input[type=button]:hover[type=submit],
  .inquiry-form-section .btn-wrap input[type=submit]:hover[type=submit] {
    background-image: url(../images/icon_bd_link_normal.svg);
  }
  .inquiry-form-section .btn-wrap input[type=button]:hover[type=button],
  .inquiry-form-section .btn-wrap input[type=submit]:hover[type=button] {
    background-image: url(../images/icon_bd_link_normal_reverse.svg);
  }
}
@media screen and (max-width: 767px) {
  .inquiry-form-section .btn-wrap input[type=button],
  .inquiry-form-section .btn-wrap input[type=submit] {
    width: 100%;
  }
}
.inquiry-form-section .thanks-area {
  line-height: 2;
  text-align: center;
}

.recruit_top .breadcrumb {
  top: 124px;
}
@media screen and (max-width: 767px) {
  .recruit_top .breadcrumb {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_top .breadcrumb .breadcrumb-inner-wrap {
    margin-left: 0;
    margin-right: auto;
  }
}
.recruit_top .hero {
  background: url(../images/bg_top_recruit@2x.png) center/cover;
}
.recruit_top .hero .hero-bg-item {
  top: -86px;
}
@media screen and (max-width: 767px) {
  .recruit_top .hero .hero-bg-item {
    top: 0;
  }
}
.recruit_top .hero .hero-content {
  top: 50%;
  bottom: auto;
  transform: translateY(calc(-50% + 35px));
}
@media screen and (max-width: 767px) {
  .recruit_top .hero .hero-content {
    top: 40%;
    left: 60px;
  }
}
.recruit_top .hero .hero-scroll {
  right: auto;
  left: 60px;
  bottom: 16%;
}
@media screen and (max-width: 767px) {
  .recruit_top .hero .hero-scroll {
    left: 20px;
    bottom: 35%;
  }
}
.recruit_top .about {
  background: url(../images/bg_top_recruit@2x.png) center/cover;
  margin-top: 680px;
}
@media screen and (max-width: 767px) {
  .recruit_top .about {
    margin-top: 594px;
  }
}
.recruit_top .about-recruit-inner-wrap {
  padding: 250px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_top .about-recruit-inner-wrap {
    padding: 82px 20px;
  }
}
.recruit_top .about-recruit-inner-wrap h2 {
  font-size: 5.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit_top .about-recruit-inner-wrap h2 {
    font-size: 3.2rem;
  }
}

.r-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .r-title {
    margin-bottom: 12px;
  }
}
.r-title .en {
  font-size: 7.2rem;
  font-weight: 600;
  color: #004EA2;
}
@media screen and (max-width: 767px) {
  .r-title .en {
    font-size: 4rem;
  }
}
.r-title .ja {
  font-size: 1.8rem;
  display: flex;
  gap: 17px;
  font-weight: 600;
  align-items: center;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .r-title .ja {
    font-size: 1.4rem;
    gap: 10px;
    margin-left: 10px;
  }
}
.r-title .ja:before {
  content: "";
  background: #004EA2;
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.r-lead {
  margin-bottom: 46px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .r-lead {
    margin-bottom: 36px;
  }
}

.recruit-company {
  padding: 128px 20px;
}
@media screen and (max-width: 767px) {
  .recruit-company {
    padding: 70px 20px;
  }
}

.recruit-inner-wrap {
  max-width: 1160px;
}

.bg-col {
  position: relative;
}
.bg-col .bg-col-list {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateY(-50%);
  border-left: 2px solid #004EA2;
}
@media screen and (max-width: 767px) {
  .bg-col .bg-col-list {
    position: static;
    z-index: 2;
    margin-left: 20px;
    margin-top: -90px;
    transform: translateY(0);
    width: 100%;
    border-left-width: 3px;
  }
}
.bg-col .bg-col-list li a {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .bg-col .bg-col-list li a {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .company-list {
    margin-top: 40px;
  }
}
.company-list li + li {
  border-top: 1px solid #DBDBDB;
}
.company-list li a {
  display: grid;
  grid-template-columns: 40px 1fr;
  padding: 36px 30px;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .company-list li a {
    gap: 24px;
    height: 90px;
    padding: 19px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .company-list li a:hover {
    background: #F5F5F5;
    color: #004EA2;
  }
}
.company-list li a.banner {
  padding: 20px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-list li a.banner {
    height: auto;
    padding: 14px;
  }
}
.company-list li a .icon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-list li a .icon {
    width: 42px;
  }
}
.company-list li a .name {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-list li a .name {
    font-size: 1.8rem;
  }
}
.company-list li a .name:after {
  background: url(../images/icon_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .company-list li a .name:after {
    margin-left: 18px;
    width: 24px;
    aspect-ratio: 1/1;
    height: auto;
  }
}

.work-col {
  display: grid;
  grid-template-columns: 317px 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .work-col {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .recruit-work {
    padding: 0 20px 0;
  }
}

.recruit-people {
  margin-top: 140px;
  background: #004EA2 url(../images/bg_recruit_people.png) no-repeat top center/100% auto;
  padding: 134px 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-people {
    padding: 84px 20px;
    margin-top: 74px;
    background: url(../images/bg_recruit_people_sp01.png) no-repeat top 1% center/170% auto, url(../images/bg_recruit_people_sp02.png) no-repeat top 56% right 35%/190% auto, #004EA2;
  }
}
.recruit-people .r-title.column {
  flex-direction: column;
  align-items: flex-start;
}
.recruit-people .r-title.column .ja {
  margin-left: 0;
}
.recruit-people .r-title .ja:before {
  background: #fff;
}
.recruit-people .r-title .en {
  color: inherit;
  line-height: 1.25;
}

.swiper {
  overflow: visible;
}

.people-slider a {
  color: #fff;
}
.people-slider .contents {
  padding-top: 26px;
}
.people-slider .contents:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/icon_slide_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.people-slider .contents .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.people-slider .contents .profile {
  display: flex;
  gap: 24px;
  margin-top: 12px;
  align-items: baseline;
}
.people-slider .contents .profile .name span {
  font-size: 2.4rem;
}
.people-slider .contents .detail {
  font-size: 1.4rem;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 16px;
}
.people-slider .contents .detail .position {
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-pagination-bullet {
  border-radius: 0px;
  width: 12px;
  height: 12px;
  opacity: 0.3;
  background: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.interview-controller {
  margin-top: 80px;
  display: grid;
  grid-template: "prev . next . dot . link"/auto 16px auto 40px auto 1fr auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .interview-controller {
    margin-top: 50px;
    grid-template: "prev . next . dot" ". . . . ." 60px " link link link link link"/48px 16px 48px 1fr auto;
  }
}
.interview-controller .interview-prev {
  grid-area: prev;
  background: url(../images/icon_slide_l.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.interview-controller .interview-next {
  grid-area: next;
  background: url(../images/icon_slide_r.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.interview-controller .interview-pagination {
  grid-area: dot;
}
.interview-controller .btn-wrap {
  margin-top: 0;
  grid-area: link;
}
.interview-controller .btn-wrap .btn {
  border-color: #fff;
}

.col2-top {
  margin-top: 140px;
  padding-top: 140px;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .col2-top {
    margin-top: 80px;
    padding-top: 80px;
    grid-template-columns: 1fr;
  }
}

.works-category-head {
  background: url(../images/bg_works_01.png) no-repeat center/cover;
  padding: 48px;
  min-height: 288px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .works-category-head {
    margin-inline: 20px;
    padding: 38px 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .works-category-head {
    background-image: url(../images/bg_works_01_sp.png);
  }
}
#works-manufacturing .works-category-head {
  background-image: url(../images/bg_works_02.png);
}
@media screen and (max-width: 767px) {
  #works-manufacturing .works-category-head {
    background-image: url(../images/bg_works_02_sp.png);
  }
}
#works-technology .works-category-head {
  background-image: url(../images/bg_works_03.png);
}
@media screen and (max-width: 767px) {
  #works-technology .works-category-head {
    background-image: url(../images/bg_works_03_sp.png);
  }
}
#works-production-support .works-category-head {
  background-image: url(../images/bg_works_04.png);
}
@media screen and (max-width: 767px) {
  #works-production-support .works-category-head {
    background-image: url(../images/bg_works_04_sp.png);
  }
}
#works-back-office .works-category-head {
  background-image: url(../images/bg_works_05.png);
}
@media screen and (max-width: 767px) {
  #works-back-office .works-category-head {
    background-image: url(../images/bg_works_05_sp.png);
  }
}
#works-new-business .works-category-head {
  background-image: url(../images/bg_works_06.png);
}
@media screen and (max-width: 767px) {
  #works-new-business .works-category-head {
    background-image: url(../images/bg_works_06_sp.png);
  }
}
.works-category-head .num {
  font-family: "DM Sans", sans-serif;
}
.works-category-head h2 {
  font-size: 4rem;
  margin-top: 10px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .works-category-head h2 {
    margin-top: 20px;
    padding-bottom: 52px;
  }
}
.works-category-head .anchor-link-list {
  padding-top: 20px;
}

.works-detail {
  padding: 48px 48px 0;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .works-detail {
    padding: 48px 20px 0;
    font-size: 1.6rem;
  }
}
.works-detail .lead {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .works-detail .lead {
    margin-bottom: 20px;
  }
}
.works-detail .works-merit {
  margin-top: 46px;
  background: var(--area);
  padding: 30px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 86px;
}
@media screen and (max-width: 767px) {
  .works-detail .works-merit {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.works-detail .works-merit .hd {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.works-detail .works-merit .hd::before {
  position: absolute;
  left: -40px;
  top: 0.5lh;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: #004EA2;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .works-detail .works-merit .hd::before {
    left: -24px;
  }
}

.modal {
  border: 0;
  width: min(1160px, 100%);
  padding: 100px;
  background: #fff;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 40px 20px 20px;
  }
}

.modal-close {
  background: url(../images/icon_modal_close.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .modal-close {
    width: 40px;
    height: 40px;
  }
}

.modal[open] {
  animation: modalFadeIn 0.3s ease forwards;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.modal[open]::backdrop {
  animation: modalBackdropFadeIn 0.3s ease forwards;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalBackdropFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.normal-section .indent-text {
  margin-left: 2em;
  margin-top: 0;
}

.normal-section .indent-text1 {
  margin-left: 1em;
  margin-top: 0;
}

.indent-text1 + .hd-bold {
  margin-top: 1em;
}

.hc-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hc-mv .hc-mv-img {
    position: relative;
    right: -8%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.hc-mv .hc-mv-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hc-mv .hc-mv-text {
    position: static;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=module.css.map */