@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --color-base: #333;
  --color-blue: #0c86e0;
  --color-blue-rgb: 12,134,224;
  --color-navy: #002947;
  --color-navy-rgb: 0,41,71;
  --font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  --max-w: 1400px;
  --max-s: 960px;
  --hd-h: 100px;
}
@media screen and (max-width: 991.98px) {
  :root {
    --hd-h: 50px;
  }
}

@view-transition {
  navigation: auto;
}
html {
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 2.6vw;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: var(--hd-h);
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.73vw;
    font-size: min(3.73vw, 16px);
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--color-base);
  font-size: 1rem;
  background: #fff;
  word-break: normal;
}

ul, ol, li {
  list-style: none;
}

a {
  color: var(--color-base);
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}

/* loading */
.loading {
  display: none;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (scripting: enabled) {
  .loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    z-index: 2000;
    transition: all 0.3s ease-in-out;
  }
  .loading::before {
    content: "";
    display: block;
    width: 5rem;
    height: 5rem;
    background: url("../img/common/logo_mark.svg") no-repeat center center/100% auto;
  }
  .loading::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 3.25rem);
    top: calc(50% - 3.25rem);
    width: 6.5rem;
    height: 6.5rem;
    border: 0.25rem solid var(--color-navy);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: rot 1s linear infinite;
    z-index: -1;
  }
  body.loaded {
    opacity: 1;
    pointer-events: auto;
  }
  body.loaded .loading {
    opacity: 0;
    visibility: hidden;
  }
  body.loaded .loading::before, body.loaded .loading::after {
    display: none;
  }
}
/* header */
.g-hd {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--hd-h);
  z-index: 1000;
}
.g-hd .site_id {
  position: relative;
  z-index: 50;
}
.g-hd .site_id img {
  transform: translateZ(0);
  filter: drop-shadow(0 0 0.5rem #fff);
}
@media print, screen and (min-width: 992px) {
  .g-hd {
    padding-top: 1.25rem;
    padding-left: 4.76%;
    padding-right: 2.38%;
    gap: 1rem;
  }
  .g-hd .site_id {
    max-width: 300px;
    width: 30%;
  }
}
@media screen and (max-width: 991.98px) {
  .g-hd {
    padding: 0 0 0 4%;
  }
  .g-hd .site_id {
    width: 65%;
    max-width: 16rem;
  }
}

@media print, screen and (min-width: 992px) {
  .g-menu_btn, .g-menu_bg {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .g-menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--hd-h);
    height: var(--hd-h);
    cursor: pointer;
    z-index: 5;
  }
  .g-menu_btn > span {
    display: block;
    position: relative;
    width: 2rem;
    height: 1.25rem;
    transition: transform 0.3s ease-in-out;
  }
  .g-menu_btn > span::before, .g-menu_btn > span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-navy);
    transition: all 0.3s ease-in-out;
  }
  .g-menu_btn > span::before {
    top: 0;
  }
  .g-menu_btn > span::after {
    bottom: 0;
  }
  .g-menu_btn > span i {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    background-color: var(--color-navy);
    transition: opacity 0.3s ease-in-out;
  }
  .g-menu_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}

.g-nav_link {
  position: relative;
  display: block;
  padding: 0.25em 0;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.g-nav_link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.25em;
  opacity: 0.2;
  background-color: var(--color-blue);
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.g-nav_link.cr {
  color: var(--color-blue);
  transform: translateY(-0.125rem);
}
.g-nav_link.cr::before {
  transform: scaleX(1);
}
@media print, screen and (min-width: 992px) {
  .g-nav {
    transition: none;
  }
  .g-nav_list {
    display: flex;
    padding: 0.85em 2em;
    gap: 1em;
    border-radius: 100vh;
    background-color: rgba(255, 255, 255, 0.88);
    mix-blend-mode: screen;
  }
  .g-nav_list ._wide-hide {
    display: none;
  }
}
@media print, screen and (min-width: 1280px) {
  .g-nav_list {
    padding: 0.85em 2.25em;
    gap: 1.75em;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .g-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: var(--hd-h);
    max-height: calc(100vh - var(--hd-h));
    max-height: calc(100dvh - var(--hd-h));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5;
    transform: translateY(-1rem);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .g-nav_link {
    padding: 1em;
  }
  .g-nav_link.cr {
    transform: translateY(0);
  }
  .g-nav_link.cr::before {
    height: 100%;
    opacity: 0.15;
  }
  .g-nav_list {
    padding: 4%;
    text-align: center;
  }
  .g-nav_item + .g-nav_item {
    border-top: 1px solid rgba(var(--color-navy-rgb), 0.1);
  }
}
@media (any-hover: hover) {
  .g-nav_link:hover {
    transform: translateY(-0.125rem);
    color: var(--color-blue);
  }
  .g-nav_link:hover::before {
    transform: scaleX(1);
  }
}

body.menu-active {
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  body.menu-active .g-menu_bg {
    opacity: 0.95;
    visibility: visible;
    pointer-events: auto;
  }
  body.menu-active .g-menu_btn > span {
    transform: rotate(225deg);
  }
  body.menu-active .g-menu_btn > span::before {
    top: calc(50% - 1px);
    transform: rotate(90deg);
  }
  body.menu-active .g-menu_btn > span::after {
    bottom: calc(50% - 1px);
    transform: rotate(180deg);
  }
  body.menu-active .g-menu_btn > span i {
    opacity: 0;
  }
  body.menu-active .g-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* breadcrumb */
.breadcrumb {
  padding: 1rem 4%;
  font-size: 0.875rem;
}
.breadcrumb .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.breadcrumb .list > li {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.breadcrumb .list > li + li::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 1px;
  background-color: var(--color-base);
}
.breadcrumb .list a {
  text-decoration: underline;
  color: var(--color-navy);
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.5rem 4%;
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .breadcrumb .list a:hover {
    color: var(--color-blue);
    text-decoration: none;
  }
}

/* footer */
.g-ft {
  position: relative;
  padding: 5rem 4%;
  text-align: center;
}
.g-ft::before, .g-ft::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(50% + 1px);
}
.g-ft::before {
  left: 0;
  border-top: 0.25rem solid var(--color-navy);
  border-bottom: 0.25rem solid var(--color-blue);
}
.g-ft::after {
  right: 0;
  border-top: 0.25rem solid var(--color-blue);
  border-bottom: 0.25rem solid var(--color-navy);
}
.g-ft .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-ft .logos .id {
  max-width: 300px;
}
.g-ft .logos .group {
  width: 30%;
  max-width: 100px;
}
.g-ft .logos a img {
  transition: opacity 0.3s ease-in-out;
}
.g-ft .address {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 2rem;
  text-align: left;
  line-height: 1.5;
}
.g-ft .address .map-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--color-navy);
  border-bottom: 1px solid currentColor;
  transition: color 0.3s ease-in-out;
}
.g-ft .address .map-link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.3125em;
  width: 1em;
  height: 1em;
  background: url("../img/common/map-pin.svg") no-repeat center center/100% auto;
  transition: transform 0.3s ease-in-out;
}
.g-ft-nav {
  margin-top: 4rem;
}
.g-ft-nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 0;
}
.g-ft-nav_item {
  display: inline-flex;
  align-items: center;
}
.g-ft-nav_item + .g-ft-nav_item::before {
  content: "|";
}
.g-ft-nav_link {
  display: block;
  padding: 0.25em 1.5em;
  transition: color 0.3s ease-in-out;
}
.g-ft .copyright {
  margin-top: 4.5rem;
  font-size: 0.875rem;
}
.g-ft .copyright em {
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .g-ft .logos {
    gap: 2rem;
  }
  .g-ft .logos .id {
    width: calc(70% - 2rem);
  }
}
@media print, screen and (min-width: 992px) {
  .g-ft .g-ft_corp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .g-ft .g-ft_corp .logos, .g-ft .g-ft_corp .address {
    max-width: calc(50% - 2.5rem);
  }
}
@media screen and (max-width: 991.98px) {
  .g-ft .address {
    margin-top: 2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .g-ft {
    padding: 2.5rem 4%;
  }
  .g-ft .logos {
    gap: 1rem;
  }
  .g-ft .logos .id {
    width: calc(70% - 1rem);
  }
  .g-ft .address {
    font-size: 0.875rem;
  }
  .g-ft-nav {
    font-size: 0.875rem;
  }
  .g-ft-nav_link {
    padding: 0.25em 1em;
  }
  .g-ft .copyright {
    margin-top: 2.5rem;
  }
}
@media (any-hover: hover) {
  .g-ft .logos a:hover img {
    opacity: 0.75;
  }
  .g-ft .address a.map-link:hover {
    color: var(--color-blue);
  }
  .g-ft .address a.map-link:hover::before {
    transform: translateY(-0.125rem);
  }
  .g-ft-nav_link:hover {
    color: var(--color-blue);
    text-decoration: underline;
  }
}

/* scroll animation */
@media (scripting: enabled) {
  .js-scrview._fadein {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .js-scrview._fadein.active {
    opacity: 1;
  }
  .js-scrview._fadeup {
    opacity: 0;
    transform: translateY(2.5rem);
    transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
  }
  .js-scrview._fadeup.active {
    opacity: 1;
    transform: none;
  }
  .js-scrview._faderight {
    opacity: 0;
    transform: translateX(-2.5rem);
    transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
  }
  .js-scrview._faderight.active {
    opacity: 1;
    transform: none;
  }
  .js-scrview._fadeleft {
    opacity: 0;
    transform: translateX(2.5rem);
    transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
  }
  .js-scrview._fadeleft.active {
    opacity: 1;
    transform: none;
  }
  .js-scrview._text-fadeup > span {
    display: inline-block;
    opacity: 0;
    transform: translateY(45%) scaleY(0.75);
  }
  .js-scrview._text-fadeup.active > * {
    opacity: 1;
    transform: none;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(3) {
    transition-delay: 0.15s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(4) {
    transition-delay: 0.2s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(5) {
    transition-delay: 0.25s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(7) {
    transition-delay: 0.35s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(8) {
    transition-delay: 0.4s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(9) {
    transition-delay: 0.45s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(10) {
    transition-delay: 0.5s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(11) {
    transition-delay: 0.55s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(12) {
    transition-delay: 0.6s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(13) {
    transition-delay: 0.65s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(14) {
    transition-delay: 0.7s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(15) {
    transition-delay: 0.75s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(16) {
    transition-delay: 0.8s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(17) {
    transition-delay: 0.85s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(18) {
    transition-delay: 0.9s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(19) {
    transition-delay: 0.95s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(20) {
    transition-delay: 1s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(21) {
    transition-delay: 1.05s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(22) {
    transition-delay: 1.1s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(23) {
    transition-delay: 1.15s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(24) {
    transition-delay: 1.2s;
  }
  .js-scrview._text-fadeup.active > *:nth-of-type(n+25) {
    transition-delay: 1.25s;
  }
}
/* parts */
.inner-max {
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.inner-max._with-wid {
  width: 92%;
}
.inner-max._with-pad {
  padding-left: 4%;
  padding-right: 4%;
}
.inner-narrow {
  max-width: var(--max-s);
  margin-left: auto;
  margin-right: auto;
}
.inner-narrow._with-wid {
  width: 92%;
}
.inner-narrow._with-pad {
  padding-left: 4%;
  padding-right: 4%;
}

.page-hd {
  position: relative;
  padding: 8.5rem 4% 1.5rem;
  margin-bottom: 6rem;
  color: var(--color-navy);
  z-index: 1;
}
.page-hd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 3.5rem;
  opacity: 0.2;
  background-color: var(--color-blue);
  clip-path: polygon(100% 0, calc(100% - 1.5rem) 100%, 0 100%, 0 0);
  z-index: -1;
}
.page-hd_sub {
  margin-block: 0.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}
.page-hd_main {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .page-hd {
    padding-top: 5rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .page-hd::before {
    width: 75%;
    height: 2.5rem;
  }
  .page-hd_main {
    font-size: 2.375rem;
  }
}
@media (scripting: enabled) {
  .page-hd.js-scrview::before {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s ease-in-out;
  }
  .page-hd.js-scrview .page-hd_sub {
    opacity: 0;
    transform: translateX(0.5rem);
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
  }
  .page-hd.js-scrview.active::before {
    transform: none;
  }
  .page-hd.js-scrview.active .page-hd_sub {
    opacity: 1;
    transform: none;
  }
}
.page-local_nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4%;
  gap: 0.5rem;
  font-size: 1.0625rem;
}
.page-local_nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: calc(100% - 1.375rem);
  background-color: rgba(var(--color-navy-rgb), 0.04);
  z-index: -1;
}
.page-local_nav a {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding: 0.75em 1em;
  min-width: 8em;
  border-radius: 0.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.page-local_nav a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.35em;
  border-right: 1.25px solid currentColor;
  border-bottom: 1.25px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .page-local_nav a:hover {
    background-color: #fff;
    color: var(--color-blue);
  }
  .page-local_nav a:hover::after {
    transform: rotate(45deg) translate(0.125rem, 0.125rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-local_nav {
    font-size: 0.9375rem;
    padding: 2% 4%;
  }
  .page-local_nav::before {
    height: 100%;
    bottom: 0;
  }
  .page-local_nav a {
    padding: 0.5em 0.75em;
    flex-direction: row;
    justify-content: center;
  }
  .page-local_nav a::after {
    margin: 0 0 0.25em 0.75em;
  }
}
.page-sec {
  margin-bottom: 7.5rem;
}
.page-sec_ttl {
  position: relative;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
.page-sec_ttl .sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-left: 1em;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-sec_ttl .sub::before, .page-sec_ttl .sub::after {
  content: "";
  display: block;
  height: 2px;
  width: 2.5rem;
}
.page-sec_ttl .sub::before {
  flex-grow: 1;
  opacity: 0.1;
  background-color: currentColor;
}
.page-sec_ttl .sub::after {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background-color: var(--color-blue);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s 0.4s ease-in-out;
}
.page-sec_ttl .main {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.page-sec_ttl.active .sub::after {
  transform: none;
}
.page-sec_ttl .area-ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.page-sec_ttl .area-ttl .main {
  flex-shrink: 0;
}
.page-sec_ttl .area-ttl .area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875rem;
}
.page-sec_ttl .area-ttl .area > li:not(:first-of-type)::before {
  content: "/";
  margin-right: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .page-sec {
    margin-bottom: 4.5rem;
  }
  .page-sec_ttl {
    margin-bottom: 1.75rem;
  }
  .page-sec_ttl .sub {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .page-sec_ttl .main {
    font-size: 1.75rem;
  }
  .page-sec_ttl::before, .page-sec_ttl::after {
    top: 0.35rem;
  }
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--color-blue);
  border: 2px solid currentColor;
  padding: 0.75rem 2rem;
  line-height: 1.3;
  border-radius: 100vh;
  z-index: 1;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.btn-primary._large {
  width: 100%;
  padding: 1rem 2rem 1rem 2.5rem;
  min-height: 4.2em;
  max-width: 26.25rem;
  font-size: 1.25rem;
}
.btn-primary::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate(0.375rem, 0.375rem);
  background-color: var(--color-blue);
  border-radius: 100vh;
  opacity: 0.08;
  z-index: -1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.btn-primary::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIxLjkyLDExLjYyYy0uMDUtLjEyLS4xMi0uMjMtLjIyLS4zM0wxMy4yMSwyLjc5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDYuNzksNi43OUgzYy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDE1LjU5bC02Ljc5LDYuNzljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDEuMi4yLjQ1LjI5LjcxLjI5cy41MS0uMS43MS0uMjlsOC41LTguNWMuMS0uMS4xNy0uMjEuMjItLjMzLjA1LS4xMi4wOC0uMjQuMDgtLjM4aDBjMC0uMTQtLjAzLS4yNy0uMDgtLjM4WiIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIxLjkyLDExLjYyYy0uMDUtLjEyLS4xMi0uMjMtLjIyLS4zM0wxMy4yMSwyLjc5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDYuNzksNi43OUgzYy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDE1LjU5bC02Ljc5LDYuNzljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDEuMi4yLjQ1LjI5LjcxLjI5cy41MS0uMS43MS0uMjlsOC41LTguNWMuMS0uMS4xNy0uMjEuMjItLjMzLjA1LS4xMi4wOC0uMjQuMDgtLjM4aDBjMC0uMTQtLjAzLS4yNy0uMDgtLjM4WiIvPjwvc3ZnPg==");
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .btn-primary._large {
    font-size: 1.125rem;
    max-width: min(92vw, 26.25rem);
  }
}

@media (any-hover: hover) {
  a.btn-primary:hover {
    color: #fff;
  }
  a.btn-primary:hover::before {
    transform: translate(0);
    opacity: 1;
  }
  a.btn-primary:hover::after {
    transform: translateX(0.375rem);
  }
}
.more-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 0.5rem;
  transition: color 0.3s ease-in-out;
}
.more-primary::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-navy);
  transition: background-color 0.3s ease-in-out;
}
.more-primary::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--color-navy);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIxLjkyLDExLjYyYy0uMDUtLjEyLS4xMi0uMjMtLjIyLS4zM0wxMy4yMSwyLjc5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDYuNzksNi43OUgzYy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDE1LjU5bC02Ljc5LDYuNzljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDEuMi4yLjQ1LjI5LjcxLjI5cy41MS0uMS43MS0uMjlsOC41LTguNWMuMS0uMS4xNy0uMjEuMjItLjMzLjA1LS4xMi4wOC0uMjQuMDgtLjM4aDBjMC0uMTQtLjAzLS4yNy0uMDgtLjM4WiIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIxLjkyLDExLjYyYy0uMDUtLjEyLS4xMi0uMjMtLjIyLS4zM0wxMy4yMSwyLjc5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDYuNzksNi43OUgzYy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDE1LjU5bC02Ljc5LDYuNzljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDEuMi4yLjQ1LjI5LjcxLjI5cy41MS0uMS43MS0uMjlsOC41LTguNWMuMS0uMS4xNy0uMjEuMjItLjMzLjA1LS4xMi4wOC0uMjQuMDgtLjM4aDBjMC0uMTQtLjAzLS4yNy0uMDgtLjM4WiIvPjwvc3ZnPg==");
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.more-btn {
  margin-top: 5rem;
  padding-bottom: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .more-btn {
    margin-top: 2.5rem;
  }
}

@media (any-hover: hover) {
  a.more-primary:hover {
    color: var(--color-blue);
  }
  a.more-primary:hover::before {
    background-color: var(--color-blue);
  }
  a.more-primary:hover::after {
    background-color: var(--color-blue);
    transform: translateX(0.25rem);
  }
}
.re-list {
  display: flex;
  flex-wrap: wrap;
}
.re-list_thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  outline: none;
  background-color: #f2f2f2;
}
.re-list_thumb .ph {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.re-list_thumb .ph img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.re-list_thumb .ph._cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.re-list_thumb .comingsoon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--color-navy);
}
.re-list_thumb .comingsoon::before, .re-list_thumb .comingsoon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.re-list_thumb .comingsoon::before {
  content: "";
  display: block;
  opacity: 0.15;
  background: url("../img/common/over.svg") no-repeat left top;
  background-size: 100% auto;
}
.re-list_thumb .comingsoon::after {
  content: "Coming Soon";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
.re-list_thumb.js-re-gallery_trg .ph::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBzdHJva2Utd2lkdGg9IjEuNSIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNvbG9yPSIjZmZmZmZmIj48cGF0aCBkPSJNMiAxOVY5QzIgNy44OTU0MyAyLjg5NTQzIDcgNCA3SDQuNUM1LjEyOTUxIDcgNS43MjIyOSA2LjcwMzYxIDYuMSA2LjJMOC4zMiAzLjI0QzguNDMzMzEgMy4wODg5MiA4LjYxMTE1IDMgOC44IDNIMTUuMkMxNS4zODg5IDMgMTUuNTY2NyAzLjA4ODkyIDE1LjY4IDMuMjRMMTcuOSA2LjJDMTguMjc3NyA2LjcwMzYxIDE4Ljg3MDUgNyAxOS41IDdIMjBDMjEuMTA0NiA3IDIyIDcuODk1NDMgMjIgOVYxOUMyMiAyMC4xMDQ2IDIxLjEwNDYgMjEgMjAgMjFINEMyLjg5NTQzIDIxIDIgMjAuMTA0NiAyIDE5WiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+PHBhdGggZD0iTTEyIDE3QzE0LjIwOTEgMTcgMTYgMTUuMjA5MSAxNiAxM0MxNiAxMC43OTA5IDE0LjIwOTEgOSAxMiA5QzkuNzkwODYgOSA4IDEwLjc5MDkgOCAxM0M4IDE1LjIwOTEgOS43OTA4NiAxNyAxMiAxN1oiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==") no-repeat center center rgba(var(--color-navy-rgb), 0.65);
  background-size: 12% auto;
  transition: opacity 0.3s ease-in-out;
}
.re-list_thumb.js-re-gallery_trg .ph:hover::before {
  opacity: 1;
}
.re-list_text {
  padding-top: 1.5rem;
}
.re-list_text .cat {
  margin-bottom: 0.625rem;
}
.re-list_text .cat > span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--color-blue);
  border: 1px solid currentColor;
  line-height: 1.2;
  padding: 0.25em 1em 0.25em 1.5em;
}
.re-list_text .cat > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0;
  width: 0.25rem;
  height: 0.75rem;
  background-color: currentColor;
}
.re-list_text .name {
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  font-size: min(2vw, 1.5rem);
}
.re-list_text .info > span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .re-list {
    gap: 2.5rem;
  }
  .re-list_item {
    width: calc(33.33% - 1.67rem);
  }
}
@media print, screen and (min-width: 1280px) {
  .re-list {
    gap: 2.5rem 4.5rem;
  }
  .re-list_item {
    width: calc(33.33% - 3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .re-list {
    gap: 2rem 1rem;
  }
  .re-list_item {
    width: calc(50% - 0.5rem);
  }
  .re-list_text {
    padding-top: 1rem;
  }
  .re-list_text .cat {
    margin-bottom: 0.5rem;
  }
  .re-list_text .cat > span {
    font-size: 0.75rem;
  }
  .re-list_text .name {
    margin-bottom: 0.375rem;
    font-size: 1.0625rem;
  }
  .re-list_text .info {
    font-size: 0.875rem;
  }
  .re-list_thumb .comingsoon::after {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575.98px) {
  .re-list._sm-wide .re-list_item {
    width: 100%;
  }
  .re-list._sm-wide .re-list_text .name {
    font-size: 1.25rem;
  }
}

@media (scripting: enabled) {
  .re-list_item.js-scrview .re-list_thumb {
    opacity: 0;
    transform: translateY(2rem);
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
  }
  .re-list_item.js-scrview .re-list_thumb img {
    transform: scale(1.2);
    transition: transform 0.6s ease-in-out;
  }
  .re-list_item.js-scrview .re-list_text {
    opacity: 0;
    transform: translateY(1.5rem);
    transition: transform 0.6s 0.4s ease-in-out, opacity 0.3s 0.4s ease-in-out;
  }
  .re-list_item.js-scrview.active .re-list_thumb,
  .re-list_item.js-scrview.active .re-list_thumb img,
  .re-list_item.js-scrview.active .re-list_text {
    opacity: 1;
    transform: none;
  }
}
/* tool */
.d-ib {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  ._only-sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  ._only-pc {
    display: none;
  }
}
.text-body {
  line-height: 1.75;
}
.text-note {
  line-height: 1.5;
  font-size: 0.875rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

a.text-link,
.text-link a {
  color: var(--color-blue);
  text-decoration: underline;
}

@media (any-hover: hover) {
  a.text-link:hover,
  .text-link a:hover {
    text-decoration: none;
  }
}
.marker {
  background: linear-gradient(transparent 65%, rgba(var(--color-navy-rgb), 0.08) 65%);
}

img.cover-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
img.contain-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
img.ratio_1-1 {
  aspect-ratio: 1 / 1;
}
img.ratio_2-1 {
  aspect-ratio: 2 / 1;
}
img.ratio_3-2 {
  aspect-ratio: 3 / 2;
}
img.ratio_4-3 {
  aspect-ratio: 4 / 3;
}
img.ratio_16-9 {
  aspect-ratio: 16 / 9;
}

.mb-1 {
  margin-bottom: 1rem;
}
.mb-s {
  margin-bottom: 0.5rem;
}
.mb-m {
  margin-bottom: 2rem;
}
.mb-l {
  margin-bottom: 3rem;
}
.mb-xl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .mb-m {
    margin-bottom: 1.5rem;
  }
  .mb-l {
    margin-bottom: 2.5rem;
  }
  .mb-xl {
    margin-bottom: 3.5rem;
  }
}

/* home */
@keyframes scrolldown {
  0% {
    width: 20%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.home-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.home-mv .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  width: auto;
  height: auto;
  margin-top: -1px;
  margin-left: -1px;
  z-index: -1;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.home-mv .copy, .home-mv .copy-drop {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  z-index: 5;
}
.home-mv .copy-drop {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  mix-blend-mode: overlay;
  color: var(--color-navy);
  z-index: 1;
}
.home-mv .text {
  width: 92%;
  max-width: var(--max-w);
  font-weight: 500;
  line-height: 1.44;
}
.home-mv .text > span {
  display: block;
}
.home-mv .scroll-down {
  position: absolute;
  display: flex;
  align-items: center;
  right: 4%;
  top: 0;
  height: 0;
  overflow: visible;
  width: calc(100vh - 1.25rem);
  width: calc(100svh - 1.25rem);
  transform-origin: bottom right;
  transform: rotate(-90deg);
}
.home-mv .scroll-down i {
  position: relative;
  display: block;
  width: 6rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.home-mv .scroll-down i::before {
  content: "";
  display: block;
  width: 100%;
  margin-left: auto;
  height: 0.5rem;
  border-bottom: 1px solid #fff;
  border-left: 1.5px solid #fff;
  transform: skewX(-45deg);
  animation: scrolldown 1.6s ease-in-out infinite;
}
.home-mv .scroll-down > span {
  display: block;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .home-mv .text {
    font-size: 4.5rem;
    font-size: min(4.5vw, 4.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home-mv .copy,
  .home-mv .copy-drop {
    height: 55%;
  }
  .home-mv .copy-drop {
    padding-left: 0.25rem;
    padding-top: 0.25rem;
  }
  .home-mv .text {
    font-size: 2.25rem;
  }
  .home-mv .scroll-down {
    font-size: 0.875rem;
  }
  .home-mv .scroll-down i {
    width: 4rem;
  }
}
@media (scripting: enabled) {
  .home-mv .copy .text > span {
    opacity: 0;
    transform: translate(-2rem, 0);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  }
  .home-mv .copy .text > span:nth-of-type(2) {
    transition-delay: 0.4s;
  }
  .home-mv .copy .text.active > span {
    opacity: 1;
    transform: none;
  }
  .home-mv .copy-drop .text > span {
    opacity: 0;
    transform: translate(-0.5rem, -0.5rem);
    transition: opacity 0.8s 0.3s ease-in-out, transform 0.8s 0.3s ease-in-out;
  }
  .home-mv .copy-drop .text > span:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  .home-mv .copy-drop .text.active > span {
    opacity: 1;
    transform: none;
  }
  .home-mv .scroll-down {
    opacity: 0;
    padding-left: 0.5rem;
    transition: opacity 1s 1.2s ease-in-out;
  }
  .home-mv .scroll-down.active {
    opacity: 1;
  }
}
.home-sec {
  padding: 7.5rem 0;
}
.home-sec_ttl {
  position: relative;
  padding: 0.25em 0 0.25em 4%;
  margin-bottom: 2.25rem;
  color: rgba(var(--color-blue-rgb), 0.45);
  font-size: 3rem;
  font-size: min(4.5vw, 3rem);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
}
.home-sec_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25rem;
  height: 50%;
  opacity: 0.2;
  background-color: var(--color-blue);
  clip-path: polygon(100% 0, calc(100% - 0.5em) 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767.98px) {
  .home-sec {
    padding: 4.5rem 0;
  }
  .home-sec_ttl {
    padding: 0.25em 0 0.25em 2%;
    font-size: 1.75rem;
    font-size: min(6.6vw,2rem);
  }
  .home-sec_ttl::before {
    width: 16rem;
  }
}
.home-sec + .home-sec {
  padding-top: 0;
}
.home-re-more {
  margin-top: 3rem;
}
.home-business {
  margin-top: 4rem;
  color: #fff;
  background: var(--color-navy);
  background: linear-gradient(135deg, #064d81 0%, #0d2e48 100%);
}
.home-business .ph {
  background-color: #f2f2f2;
}
.home-business .ph .logo {
  display: block;
  width: 60%;
  padding: 1rem 0;
  max-width: 360px;
}
.home-business .text {
  padding: 1rem;
  text-align: center;
}
.home-business .text p {
  max-width: 700px;
}
.home-business .growth {
  display: inline-block;
  margin-bottom: 1em;
  line-height: 1.2;
  padding-bottom: 0.25rem;
  border-bottom: 0.5rem solid rgba(255, 255, 255, 0.8);
}
.home-business .growth > span {
  display: block;
  font-size: 116%;
  font-weight: 700;
}
.home-business .growth .per {
  font-size: 204%;
}
.home-business_row {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.home-business_row::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.1;
  background-image: url("../img/common/over.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.home-business_row > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .home-business .text {
    font-size: 2.25rem;
    font-size: min(2.8vw, 2.25rem);
  }
  .home-business_row {
    display: flex;
    min-height: 27.38vw;
  }
  .home-business_row::before {
    right: 0;
    bottom: 0;
    width: 41.3%;
    height: 100%;
    transform: scale(-1, -1);
  }
  .home-business_row._rev {
    flex-direction: row-reverse;
  }
  .home-business_row._rev::before {
    left: 0;
    top: 0;
    transform: none;
  }
  .home-business_row > * {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .home-business {
    margin-top: 2.5rem;
  }
  .home-business .ph {
    aspect-ratio: 2 / 1;
  }
  .home-business .text {
    min-height: 45vw;
    font-size: 2rem;
    font-size: min(4.6vw, 2rem);
  }
  .home-business_row::before {
    width: 66%;
    height: calc(100% - 50vw);
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
  }
  .home-business_row._rev::before {
    left: 0;
    transform: scale(1, 1);
  }
}
.home-corp {
  display: flex;
  flex-wrap: wrap;
}
.home-corp_text {
  text-align: center;
}
.home-corp_text .msg {
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .home-corp {
    min-height: 600px;
    justify-content: space-between;
  }
  .home-corp_ph {
    width: 27.97%;
  }
  .home-corp_ph .ph {
    height: 100%;
    overflow: hidden;
  }
  .home-corp_ph._left {
    order: 1;
  }
  .home-corp_ph._left .ph {
    border-radius: 0 2rem 2rem 0;
  }
  .home-corp_ph._right {
    order: 3;
  }
  .home-corp_ph._right .ph {
    border-radius: 2rem 0 0 2rem;
  }
  .home-corp_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    order: 2;
  }
  .home-corp_text > * {
    width: 100%;
  }
  .home-corp_text .msg {
    font-size: 1.75rem;
    font-size: min(2.2vw, 1.75rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home-corp_ph {
    width: 50%;
  }
  .home-corp_text {
    width: 100%;
    padding: 2rem 4% 0;
  }
  .home-corp_text .msg {
    font-size: 1.125rem;
  }
}

@media (scripting: enabled) {
  .js-scrview.home-sec_ttl::before {
    transform: scaleX(0);
    transform-origin: left bottom;
    transition: all 0.8s 0.2s ease-in-out;
  }
  .js-scrview.home-sec_ttl.active::before {
    transform: scaleX(1);
  }
  .js-scrview.home-business_row {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s 0.2s ease-in-out;
  }
  .js-scrview.home-business_row._rev {
    clip-path: inset(0 0 0 100%);
  }
  .js-scrview.home-business_row.active {
    clip-path: inset(0);
  }
  .home-business .js-scrview.growth {
    border-bottom-color: transparent;
    transition: border 0.4s 0.4s ease-in-out;
  }
  .home-business .js-scrview.growth > span {
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition: clip-path 0.4s 0.2s ease-in-out, transform 0.4s 0.2s ease-in-out;
  }
  .home-business .js-scrview.growth.active {
    border-bottom-color: rgba(255, 255, 255, 0.8);
  }
  .home-business .js-scrview.growth.active > span {
    clip-path: inset(0);
    transform: none;
  }
  .home-corp {
    overflow: hidden;
  }
  .home-corp .js-scrview.home-corp_ph._left {
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.4s 0.2s ease-in-out, transform 0.8s 0.2s ease-in-out;
  }
  .home-corp .js-scrview.home-corp_ph._right {
    opacity: 0;
    transform: translateX(50%);
    transition: opacity 0.4s 0.2s ease-in-out, transform 0.8s 0.2s ease-in-out;
  }
  .home-corp .js-scrview.home-corp_ph._left.active,
  .home-corp .js-scrview.home-corp_ph._right.active {
    opacity: 1;
    transform: none;
  }
}
@media (any-hover: hover) {
  a.home-business_row img, a.home-business_row .text {
    transition: opacity 0.3s ease-in-out;
  }
  a.home-business_row:hover img, a.home-business_row:hover .text {
    opacity: 0.75;
  }
}
/* corporate */
.corp-message {
  display: flex;
  position: relative;
}
.corp-message .logo > span {
  display: block;
  margin: 0 auto;
  max-width: 160px;
}
.corp-message .msg {
  text-align: justify;
}
.corp-message .msg p + p {
  margin-top: 1.25em;
}
.corp-message .msg .sign {
  text-align: right;
  margin-top: 2em;
}
.corp-message .msg .sign > span {
  display: inline-block;
}
.corp-message .msg .sign .main {
  margin-left: 0.5em;
  font-weight: 700;
  font-size: 144%;
}
@media print, screen and (min-width: 768px) {
  .corp-message {
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5rem 0 0;
  }
  .corp-message .logo {
    width: 30%;
  }
  .corp-message .msg {
    width: 66%;
  }
}
@media screen and (max-width: 767.98px) {
  .corp-message {
    flex-direction: column;
  }
  .corp-message > * {
    width: 100%;
  }
  .corp-message .logo {
    margin-bottom: 2rem;
  }
  .corp-message .logo > span {
    max-width: 120px;
  }
}
.corp-philosophy {
  text-align: center;
}
.corp-philosophy .main {
  position: relative;
  width: 80%;
  max-width: 480px;
  padding: 2.5rem 3.5rem;
  margin: 0 auto 2rem;
  border: 1.5px solid var(--color-navy);
}
.corp-philosophy .sub {
  display: inline-block;
  padding: 2rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: left;
  background-color: rgba(var(--color-navy-rgb), 0.08);
}
.corp-philosophy .sub p + p {
  margin-top: 1.25em;
}
@media screen and (max-width: 767.98px) {
  .corp-philosophy .main {
    padding: 1.5rem 2.5rem;
  }
  .corp-philosophy .sub {
    padding: 1.25rem;
    font-size: 1rem;
  }
}
.corp-outline_list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  border-top: 1px solid rgba(var(--color-navy-rgb), 0.1);
}
.corp-outline_list .office-list > li + li {
  margin-top: 1.5rem;
}
.corp-outline_list .office-list .name {
  color: var(--color-navy);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.corp-outline_list .office-list .info {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(var(--color-navy-rgb), 0.2);
  font-size: 0.875rem;
}
.corp-outline_list .office-list .address {
  margin-bottom: 0.375rem;
}
.corp-outline_list .office-list .map-link {
  display: inline-flex;
  gap: 0.25rem 0.75rem;
  align-items: flex-end;
  transition: color 0.3s ease-in-out;
}
.corp-outline_list .office-list .map-link i {
  flex-shrink: 0;
  display: inline-flex;
  padding: 0.1rem 0.5rem 0.1rem 0.375rem;
  align-items: center;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--color-navy);
  border: 1px solid currentColor;
  border-radius: 100vh;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.corp-outline_list .office-list .map-link i::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.25em;
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/common/map-pin.svg");
          mask-image: url("../img/common/map-pin.svg");
}
.corp-outline_list .office-list .map-link i::after {
  content: "MAP";
}
.corp-outline_list .office-list .station {
  display: flex;
}
.corp-outline_list .office-list .station i {
  display: block;
  flex-shrink: 0;
  width: 1em;
  height: 1.2em;
  margin-top: 0.2em;
  margin-right: 0.5em;
  background-color: var(--color-navy);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../img/common/icon-train.svg");
          mask-image: url("../img/common/icon-train.svg");
}
@media print, screen and (min-width: 768px) {
  .corp-outline_list dt, .corp-outline_list dd {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(var(--color-navy-rgb), 0.1);
  }
  .corp-outline_list dt {
    width: 10rem;
  }
  .corp-outline_list dd {
    padding-left: 2rem;
    width: calc(100% - 10rem);
  }
}
@media print, screen and (min-width: 992px) {
  .corp-outline_list dt {
    width: 18rem;
  }
  .corp-outline_list dd {
    padding-left: 2.5rem;
    width: calc(100% - 18rem);
  }
}
@media print, screen and (min-width: 1280px) {
  .corp-outline_list .office-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .corp-outline_list .office-list > li {
    width: 48%;
  }
  .corp-outline_list .office-list > li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .corp-outline_list {
    border-top: 1px solid rgba(var(--color-navy-rgb), 0.2);
  }
  .corp-outline_list dt, .corp-outline_list dd {
    width: 100%;
  }
  .corp-outline_list dt {
    padding: 0.75rem 1rem;
    background-color: rgba(var(--color-navy-rgb), 0.04);
  }
  .corp-outline_list dd {
    padding: 1rem 0 1rem 1rem;
    border-bottom: 1px solid rgba(var(--color-navy-rgb), 0.2);
  }
}
@media (any-hover: hover) {
  .corp-outline_list .office-list .map-link:hover {
    color: var(--color-blue);
  }
  .corp-outline_list .office-list .map-link:hover i {
    color: #fff;
    background-color: var(--color-navy);
  }
}
.corp-history_list {
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  z-index: 1;
}
.corp-history_list::before {
  content: "";
  display: block;
  position: absolute;
  left: 15rem;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background-image: linear-gradient(45deg, var(--color-blue) 25%, transparent 25%, transparent 75%, var(--color-blue) 75%), linear-gradient(45deg, var(--color-blue) 25%, transparent 25%, transparent 75%, var(--color-blue) 75%);
  background-repeat: repeat;
  background-position: 0 0, 0.125rem 0.125rem;
  background-size: 0.25rem 0.25rem;
}
.corp-history_list .list {
  display: flex;
}
.corp-history_list .list + .list {
  margin-top: 2.5rem;
}
.corp-history_list .year {
  width: 15rem;
  padding-right: 4rem;
  line-height: 1;
  text-align: right;
  color: var(--color-navy);
}
.corp-history_list .year > span {
  display: block;
  position: relative;
}
.corp-history_list .year .era-cmn {
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
}
.corp-history_list .year .era-cmn::before {
  content: "";
  display: block;
  position: absolute;
  right: -4.625rem;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  background-color: var(--color-blue);
  border-radius: 50%;
}
.corp-history_list .year .era-jpn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.corp-history_list .year .era-jpn::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  margin-right: 0.5em;
  background-color: currentColor;
  transform: scaleY(0.5);
  opacity: 0.5;
}
.corp-history_list .detail {
  width: calc(100% - 15rem);
  padding-left: 4rem;
  padding-top: 0.75rem;
}
.corp-history_list .detail dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.corp-history_list .detail dl dt {
  width: 2.5rem;
  text-align: right;
}
.corp-history_list .detail dl dd {
  display: flex;
  gap: 0.5rem;
  width: calc(100% - 3rem);
}
.corp-history_list .detail dl dd::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2px;
  background-color: currentColor;
  margin-top: 0.75em;
  transform: scaleY(0.5);
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .corp-history_list {
    padding-left: 3rem;
  }
  .corp-history_list::before {
    left: 1rem;
  }
  .corp-history_list .list {
    flex-wrap: wrap;
  }
  .corp-history_list .year,
  .corp-history_list .detail {
    width: 100%;
  }
  .corp-history_list .year {
    display: flex;
    text-align: left;
    align-items: flex-end;
  }
  .corp-history_list .year .era-cmn {
    font-size: 2.5rem;
  }
  .corp-history_list .year .era-cmn::before {
    left: -2.375rem;
    right: auto;
  }
  .corp-history_list .year .era-jpn {
    justify-content: flex-start;
    margin-left: 1rem;
  }
  .corp-history_list .detail {
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .corp-history_list .detail dl dd::before {
    width: 1.25rem;
  }
}
.corp-daigas {
  position: relative;
  padding: 7.5rem 4%;
  background-color: rgba(var(--color-blue-rgb), 0.08);
  overflow: hidden;
  z-index: 1;
}
.corp-daigas::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
  height: 100%;
  opacity: 0.75;
  background: url("../img/common/over.svg") no-repeat center top/100% auto;
  z-index: -1;
}
.corp-daigas_ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: var(--color-navy);
  line-height: 1.2;
}
.corp-daigas_ttl::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.25rem;
  background-color: var(--color-blue);
  margin: 1.75rem auto 0;
  transform: skewX(-45deg);
  opacity: 0.5;
}
.corp-daigas_logo > span {
  display: block;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 30rem;
}
.corp-daigas_concept {
  position: relative;
  padding: 2.5rem;
  line-height: 1.4;
}
.corp-daigas_concept::before, .corp-daigas_concept::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: calc(100% + .25rem);
  height: calc(100% + .25rem);
  opacity: 0.5;
  border: 1px solid var(--color-navy);
}
.corp-daigas_concept::before {
  left: 0;
  top: 0;
  border-top: 1px solid var(--color-navy);
  border-left: 1px solid var(--color-navy);
}
.corp-daigas_concept::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--color-navy);
  border-bottom: 1px solid var(--color-navy);
}
.corp-daigas_concept .ttl, .corp-daigas_concept .text {
  font-weight: 500;
}
.corp-daigas_concept .ttl {
  font-size: 120%;
}
.corp-daigas_row {
  display: flex;
}
.corp-daigas_row > .col {
  container-type: inline-size;
  container-name: rowcol;
}
.corp-daigas_sub-ttl {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.corp-daigas_groupmind {
  mix-blend-mode: multiply;
}
.corp-daigas_groupmind > span {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}
.corp-daigas_group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.corp-daigas_group-list > .list {
  display: flex;
  width: 100%;
}
.corp-daigas_group-list .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(var(--color-navy-rgb), 0.08);
  transition: background-color 0.3s ease-in-out;
}
.corp-daigas_group-list .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #fff;
}
.corp-daigas_group-list .logo img {
  max-width: 180px;
}
.corp-daigas_group-list .info {
  padding: 1rem;
  border-top: 1px solid transparent;
  transition: border 0.3s ease-in-out;
}
.corp-daigas_group-list .info .name {
  font-size: 1rem;
}
.corp-daigas_group-list .info .desc {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media (any-hover: hover) {
  .corp-daigas_group-list a.item:hover {
    background-color: #fff;
  }
  .corp-daigas_group-list a.item:hover .info {
    border-top-color: rgba(var(--color-navy-rgb), 0.08);
  }
}
@container rowcol (width > 400px) {
  .corp-daigas_group-list > .list {
    width: calc(50% - .75rem);
  }
}
@container rowcol (width > 960px) {
  .corp-daigas_group-list > .list {
    width: calc(25% - 1.125rem);
  }
}
@media print, screen and (min-width: 768px) {
  .corp-daigas_concept {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-size: min(2vw, 1.5rem);
    gap: 1.5rem;
  }
  .corp-daigas_concept .ttl {
    position: relative;
    padding-right: 2.5rem;
    flex-shrink: 0;
  }
  .corp-daigas_concept .ttl::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 0.4rem);
    width: 1rem;
    height: 0.8rem;
    background-color: var(--color-blue);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media print, screen and (min-width: 1280px) {
  .corp-daigas_row > .col {
    width: 40%;
    padding: 0 2.5rem 0 0;
  }
  .corp-daigas_row > .col + .col {
    width: 60%;
    padding: 0 0 0 2.5rem;
    border-left: 1px solid rgba(var(--color-navy-rgb), 0.1);
  }
}
@media screen and (max-width: 1279.98px) {
  .corp-daigas_row {
    flex-direction: column;
  }
  .corp-daigas_row > .col {
    width: 100%;
  }
  .corp-daigas_row > .col + .col {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .corp-daigas {
    padding: 4.5rem 4%;
  }
  .corp-daigas::before {
    width: 70%;
  }
  .corp-daigas_ttl {
    font-size: 1.5rem;
  }
  .corp-daigas_logo > span {
    padding: 0 15%;
  }
  .corp-daigas_concept {
    padding: 1.25rem;
    font-size: 1.125rem;
    text-align: center;
  }
  .corp-daigas_concept .ttl {
    margin-bottom: 0.75rem;
  }
  .corp-daigas_concept .ttl::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: var(--color-blue);
    margin: 0.75rem auto 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .corp-daigas_row > .col + .col {
    margin-top: 3.5rem;
  }
  .corp-daigas_sub-ttl {
    font-size: 1.125rem;
  }
}

/* business */
.business-overview_info {
  text-align: center;
}
.business-overview_info .ttl {
  margin: 0 0 0.5em;
  font-size: 2rem;
  font-weight: 500;
}
.business-overview_info .ttl:not(.active) {
  transform: translateY(2.5rem);
}
.business-overview_info .ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5em;
  margin: 0.5em auto 0;
  background-color: currentColor;
  transform-origin: top center;
  transition: transform 0.3s 0.3s ease-in-out;
}
.business-overview_info .ttl.js-scrview::after {
  transform: scaleY(0);
}
.business-overview_info .ttl.js-scrview.active::after {
  transform: scaleY(1);
}
.business-overview_info .desc:not(.active) {
  transform: translateY(-2.5rem);
}
@media screen and (max-width: 767.98px) {
  .business-overview_info .ttl {
    font-size: 1.5rem;
  }
}
.business-overview_step {
  position: relative;
  padding: 2rem 0 0;
  z-index: 1;
}
.business-overview_step::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 2rem);
  top: 0;
  left: -15vw;
  background-color: rgba(var(--color-blue-rgb), 0.08);
  z-index: -1;
}
.business-overview_step .step {
  position: relative;
}
.business-overview_step .step + .step {
  padding-top: 4rem;
}
.business-overview_step .step + .step::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1rem;
  background-color: var(--color-blue);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 auto 2rem;
}
.business-overview_step .ttl, .business-overview_step .action {
  text-align: center;
}
.business-overview_step .ttl {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--color-blue);
  line-height: 1.2;
}
.business-overview_step .ttl::before {
  content: "STEP";
}
.business-overview_step .ttl .num {
  font-style: italic;
  font-size: 200%;
}
.business-overview_step .ttl .main {
  display: block;
  font-size: 1.375rem;
  color: var(--color-navy);
}
.business-overview_step .action {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-navy);
}
@media print, screen and (min-width: 768px) {
  .business-overview_step .step {
    display: flex;
    justify-content: space-between;
  }
  .business-overview_step .step + .step::before {
    position: absolute;
    left: calc(25% - 1rem);
    top: 1.5rem;
  }
  .business-overview_step .text, .business-overview_step .img {
    width: 48%;
  }
}
@media print, screen and (min-width: 1280px) {
  .business-overview_step {
    display: flex;
    gap: 4rem;
  }
  .business-overview_step .step {
    flex-direction: column;
    width: calc(33.33% - 2.67rem);
    transition-timing-function: none;
  }
  .business-overview_step .step + .step {
    padding-top: 0;
  }
  .business-overview_step .step + .step::before {
    width: 1rem;
    left: -2.5rem;
    top: 6rem;
    transform: rotate(-90deg);
  }
  .business-overview_step .text, .business-overview_step .img {
    width: 100%;
  }
  .business-overview_step .text {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .business-overview_step {
    padding-top: 1rem;
  }
  .business-overview_step .step + .step {
    padding-top: 2rem;
  }
  .business-overview_step .step + .step::before {
    margin-bottom: 1rem;
  }
  .business-overview_step .text {
    padding-bottom: 1.25rem;
  }
}
@media (scripting: enabled) {
  .business-overview_step .step.js-scrview .img {
    display: block;
    transition: clip-path 0.6s 0.3s ease-in-out;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
  }
  .business-overview_step .step.js-scrview.active .img {
    clip-path: inset(0);
  }
}
.business-graph {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.business-graph .caption {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.business-graph .caption > span {
  display: inline-block;
  padding: 0.25em 1.5em;
  background-color: rgba(var(--color-navy-rgb), 0.08);
  border-radius: 100vh;
}
.business-graph .graph-fig {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.business-graph .img {
  position: relative;
}
.business-graph .img .base {
  display: block;
}
.business-graph .img .line {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .business-graph .graph {
    width: 50%;
  }
  .business-graph .graph:nth-of-type(odd) {
    padding-right: 2.5rem;
  }
  .business-graph .graph:nth-of-type(even) {
    border-left: 1px solid rgba(var(--color-navy-rgb), 0.16);
    padding-left: 2.5rem;
  }
  .business-graph .graph:nth-of-type(n+3) {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(var(--color-navy-rgb), 0.16);
  }
}
@media screen and (max-width: 767.98px) {
  .business-graph .graph {
    width: 100%;
  }
  .business-graph .graph + .graph {
    margin-top: 3rem;
  }
}
@media (scripting: enabled) {
  .business-graph .img.js-scrview .line {
    transition: clip-path 1.2s 0.3s ease-in-out;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
  }
  .business-graph .img.js-scrview.active .line {
    clip-path: inset(0);
  }
}
.business-achievements {
  text-align: center;
}
.business-achievements .ttl {
  font-size: 1.75rem;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.business-achievements .ttl .main {
  font-size: 150%;
}
@media screen and (max-width: 767.98px) {
  .business-achievements .ttl {
    font-size: 1.5rem;
  }
}

/* real-estate */
.re-map {
  width: 100%;
  aspect-ratio: 2 / 1;
}
.re-map iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
@media screen and (max-width: 767.98px) {
  .re-map {
    aspect-ratio: 1 / 1;
  }
}

/* dialog */
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.re-gallery_modal {
  margin: auto;
  width: 92%;
  height: auto;
  max-width: 1200px;
  max-height: 92vh;
  max-height: 92svh;
  block-size: auto;
  outline: none;
  transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
}
.re-gallery_modal::backdrop {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out;
}
.re-gallery_modal[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  .re-gallery_modal[open] {
    opacity: 0;
    translate: 0 1rem;
  }
}
.re-gallery_modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  .re-gallery_modal[open]::backdrop {
    opacity: 0;
  }
}
.re-gallery_modal_cont {
  padding: 2.5rem;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  overscroll-behavior: contain;
}
.re-gallery_modal_cont .ttl {
  color: var(--color-navy);
  font-size: 1.375rem;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(var(--color-navy-rgb), 0.32);
}
.re-gallery_modal_cont .ph .list {
  position: relative;
  background-color: rgba(var(--color-navy-rgb), 0.08);
}
.re-gallery_modal_cont .ph .list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.re-gallery_modal_cont .ph .list img.active {
  opacity: 1;
  pointer-events: auto;
}
.re-gallery_modal_cont .ph .thumb {
  display: flex;
  gap: 0.25rem;
}
.re-gallery_modal_cont .ph .thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 2px solid #fff;
  background-color: var(--color-navy);
  transition: opacity 0.15s linear, border 0.3s ease-in-out;
  cursor: pointer;
}
.re-gallery_modal_cont .ph .thumb img.active {
  border-color: var(--color-blue);
}
@media (any-hover: hover) {
  .re-gallery_modal_cont .ph .thumb img:hover {
    opacity: 0.75;
  }
}
@media print, screen and (min-width: 768px) {
  .re-gallery_modal_cont .ph {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .re-gallery_modal_cont .ph .list {
    width: calc(100% - 8rem);
    aspect-ratio: 3 / 2;
  }
  .re-gallery_modal_cont .ph .thumb {
    flex-direction: column;
    width: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .re-gallery_modal_cont {
    padding: 1.5rem;
  }
  .re-gallery_modal_cont .ttl {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
  .re-gallery_modal_cont .ph .list {
    aspect-ratio: 2 / 3;
  }
  .re-gallery_modal_cont .ph .thumb {
    margin-top: 0.75rem;
    flex-wrap: wrap;
  }
  .re-gallery_modal_cont .ph .thumb img {
    width: calc(20% - 0.2rem);
  }
}
@media screen and (max-width: 575.98px) {
  .re-gallery_modal_cont {
    padding: 1rem;
  }
}
.re-gallery_modal_close {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  background-color: #fff;
}
.re-gallery_modal_close_btn {
  display: block;
  width: 100%;
  height: 2.5rem;
  max-width: 16rem;
  color: var(--color-blue);
  border: 1px solid currentColor;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .re-gallery_modal_close_btn:hover {
    color: #fff;
    background-color: var(--color-blue);
  }
}
@media screen and (max-width: 767.98px) {
  .re-gallery_modal_close {
    justify-content: center;
    padding-bottom: 1rem;
  }
  .re-gallery_modal_close_btn {
    max-width: 25rem;
  }
}

html:has(dialog[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* contact */
.contact-desk_row {
  container-type: inline-size;
  container-name: deskrow;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.contact-desk_row > .col {
  width: 100%;
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--color-navy);
  background-color: rgba(var(--color-blue-rgb), 0.08);
}
.contact-desk_row > .col + .col {
  background-color: rgba(var(--color-navy-rgb), 0.08);
}
.contact-desk_row .ttl {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.contact-desk_row .ttl::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: currentColor;
  margin: 1rem auto;
}
.contact-desk_row .tel {
  font-size: 2.5rem;
}
.contact-desk_row .time {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.contact-desk_row .email {
  font-size: 1.75rem;
}
.contact-desk_ttl {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .contact-desk {
    display: flex;
    justify-content: space-between;
  }
  .contact-desk_ttl {
    width: 18rem;
  }
  .contact-desk_row {
    padding-left: 2.5rem;
    width: calc(100% - 18rem);
    border-left: 1px solid rgba(var(--color-navy-rgb), 0.32);
  }
}
@media screen and (max-width: 991.98px) {
  .contact-desk_ttl {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-desk_row {
    gap: 1.5rem;
  }
  .contact-desk_row .ttl {
    font-size: 1.25rem;
  }
  .contact-desk_row .tel {
    font-size: 2.25rem;
  }
  .contact-desk_row .email {
    font-size: 1.5rem;
  }
  .contact-desk_ttl {
    font-size: 1.5rem;
  }
}
@container deskrow (width > 600px) {
  .contact-desk_row > .col {
    width: calc(50% - 1rem);
  }
  .contact-desk_row > .col._full {
    width: 100%;
  }
}

/* privacy */
.privacy-list {
  counter-reset: listnum;
}
.privacy-list > li {
  position: relative;
  padding-left: 1.75rem;
  counter-increment: listnum;
}
.privacy-list .ttl {
  font-size: 1.25rem;
}
.privacy-list._nottl > li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: counter(listnum) ".";
  width: 1.75rem;
}
.privacy-list._nottl > li + li {
  margin-top: 0.75rem;
}
.privacy-list._hasttl > li + li {
  margin-top: 2rem;
}
.privacy-list._hasttl > li .ttl {
  display: flex;
  margin-left: -1.75rem;
}
.privacy-list._hasttl > li .ttl::before {
  display: block;
  content: counter(listnum) ".";
  width: 1.75rem;
  flex-shrink: 0;
}
.privacy-list_parentheses {
  counter-reset: plistnum;
  margin-top: 0.5rem;
}
.privacy-list_parentheses > li {
  position: relative;
  padding-left: 2rem;
  counter-increment: plistnum;
}
.privacy-list_parentheses > li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "(" counter(plistnum) ")";
  width: 1.75rem;
}
.privacy-list_parentheses > li + li {
  margin-top: 0.25rem;
}
.privacy-list_parentheses + * {
  margin-top: 0.5rem;
}
.privacy-list .ttl-sub {
  margin: 1rem 0 0.25rem;
  font-size: 1.125rem;
}
.privacy-contact {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 1.25rem 1.75rem;
  border: 1px solid rgba(var(--color-navy-rgb), 0.16);
  line-height: 1.4;
}
.privacy-contact .address {
  font-size: 0.9375rem;
}
.privacy-contact .email {
  margin-top: 0.375rem;
}
.privacy-contact .email a {
  font-size: 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .privacy-contact {
    display: block;
    padding: 1rem;
  }
}