/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/assets/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --container-width: 1160px;
  --container-offset: 40px;
  --container-gap: 40px;
  --color-primary: #e60000;
  --color-secondary: #b5b5b5;
  --color-tertiary: #222;
  --color-border: #e5e5e5;
  --color-heading: #111;
  --font-accent: "Montserrat", sans-serif;
  --header-height: 74px;
}
@media screen and (max-width: 991px) {
  :root {
    --container-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --container-offset: 35px;
    --container-gap: 25px;
    --header-height: 56px;
  }
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 600;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  overflow-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 2;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: currentcolor;
}

input,
textarea,
select {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font: inherit;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
          appearance: none;
}

svg {
  pointer-events: none;
  vertical-align: top;
}

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

mark {
  color: inherit;
}

sup, sub {
  font-size: 1rem;
}

.NewsHeader__dataKey, .NewsArticle__dataKey, .TopNewsArticle__dataKey, .Important__articleDataKey, .swiper-notification, .SideNavigation__heading {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  opacity: 0 !important;
  overflow: hidden !important;
  visibility: visible !important;
}

.GlobalHeader {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  transition: top 0.3s;
}

.GroupHeader {
  height: 74px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .GroupHeader {
    height: 56px;
  }
}

.GroupHeader__logo {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .GroupHeader__logo img {
    width: 60px;
    transform: translateY(2px);
  }
}

.GroupHeader__inner {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 16px 8px 0;
  line-height: 1;
}
.GroupHeader__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("/assets/img/line-head.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .GroupHeader__inner::before {
    height: 6px;
  }
}

.GroupHeader__name {
  flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
  .GroupHeader__name {
    width: 171px;
    transform: translateY(2px);
    margin-right: auto;
  }
}

.GroupHeader__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .GroupHeader__button {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: auto;
  }
}
.GroupHeader__button > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9ea2a2;
  border-radius: 10px;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.GroupHeader__button > span::before, .GroupHeader__button > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9ea2a2;
  border-radius: 10px;
  transition: all 0.3s;
}
.GroupHeader__button > span::before {
  top: -12px;
}
.GroupHeader__button > span::after {
  bottom: -12px;
}
.GroupHeader__button[aria-expanded=true] > span {
  background: transparent;
  transition: 0.3s;
}
.GroupHeader__button[aria-expanded=true] > span::before {
  top: 0;
  transform: rotateZ(-45deg);
}
.GroupHeader__button[aria-expanded=true] > span::after {
  bottom: 0;
  transform: rotateZ(45deg);
}

.SiteHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.7rem 20px;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.SiteHeader:not(.-top) {
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}
.SiteHeader.-top {
  position: absolute;
  width: 100%;
  transition: background-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .SiteHeader {
    display: none;
  }
}
.GlobalHeader.-fixed .SiteHeader {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}

.SiteHeader__language {
  margin-left: 30px;
  line-height: 1;
}

.SiteHeader__languageButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  min-height: 26px;
  padding: 0.3rem 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(27, 16, 46, 0.15);
  border-radius: 9999px;
  font-family: var(--font-accent);
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-primary);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .SiteHeader__languageButton:hover {
    background-color: var(--color-heading);
    box-shadow: 0 10px 20px 0 rgba(27, 16, 46, 0.6);
    color: #fff;
  }
}

.NavigationList {
  display: flex;
  align-items: center;
}

.NavigationList__item {
  margin-left: 30px;
  font-size: 1.3rem;
  line-height: 2rem;
  color: var(--color-heading);
  font-weight: bold;
  transition: color 0.3s;
}
.GlobalHeader:not(.-fixed) .SiteHeader.-top .NavigationList__item {
  color: #fff;
}
.NavigationList__item > a {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .NavigationList__item:hover > a, .NavigationList__item.-hover > a {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.NavigationDetail {
  position: absolute;
  left: 20px;
  top: calc(6rem - 1px);
  width: calc(100% - 40px);
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-out, visibility 0.3s ease-out, opacity 0.3s ease-out;
}
.NavigationList:not(.-hover) .NavigationDetail {
  transform: translateY(-1rem);
}
.NavigationDetail a {
  text-decoration: none;
}
.NavigationDetail[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.NavigationDetail__inner {
  display: grid;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 4rem var(--container-offset);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
}
@media screen and (max-width: 991px) {
  .NavigationDetail__inner {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .NavigationDetail__inner {
    display: block;
  }
}

.NavigationDetail__top {
  position: relative;
  grid-column: 2/span 4;
  display: flex;
  height: 16rem;
  padding: 0 4rem;
  font-weight: bold;
  color: #fff;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  font-size: 1.6rem;
  background-color: #000;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .NavigationDetail__top {
    grid-column: 1/span 4;
  }
}
.NavigationDetail__top span {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.NavigationDetail__top span span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.NavigationDetail__top span img {
  margin-left: 8px;
}
@media (hover: hover) {
  .NavigationDetail__top:hover span span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.NavigationDetail__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NavigationDetail__list {
  margin: auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem var(--container-gap);
  grid-column: 7/span 6;
}
@media screen and (max-width: 991px) {
  .NavigationDetail__list {
    grid-column: 5/span 6;
  }
}

.NavigationDetail__listItem {
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}
.NavigationDetail__listItem a {
  display: flex;
  flex: 0 0 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 3rem;
  color: var(--color-heading);
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .NavigationDetail__listItem a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.Contents {
  width: 100%;
  padding-top: calc(74px + clamp(
      5rem,
      calc(2.545vw + 4.0456rem),
      6rem
    ));
}
@media screen and (max-width: 767px) {
  .Contents {
    padding-top: 56px;
  }
}
.Container.-top .Contents {
  overflow-x: hidden;
  padding-top: var(--header-height);
}
.Container.-root .Contents {
  padding-top: calc(var(--header-height) + clamp(
      8rem,
      calc(10.178vw + 4.1832rem),
      12rem
    ));
}

.OverlayMenu {
  position: absolute;
  width: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .OverlayMenu {
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  }
}
.OverlayMenu a {
  display: block;
  text-decoration: none;
  color: currentcolor;
}
.OverlayMenu[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.OverlayMenu__inner {
  background-color: #fff;
  min-height: calc(100vh - 56px);
  box-sizing: border-box;
  padding: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    ) var(--container-offset) clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
  transition: transform 0.3s;
}
.OverlayMenu[aria-hidden=true] .OverlayMenu__inner {
  transform: scale(0.9);
}

.OverlayMenu__main {
  margin-bottom: 4rem;
}

.OverlayMenu__mainItem {
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}
.OverlayMenu__mainItem > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: bold;
  color: var(--color-heading);
}
.OverlayMenu__mainItem:not(:last-child) {
  margin-bottom: 2rem;
}
.OverlayMenu__mainItem img {
  width: max(1rem, 10px);
}

.OverlayMenu__mainDetail {
  padding-bottom: 3rem;
}

.OverlayMenu__mainDetailItem {
  font-size: 1.3rem;
}
.OverlayMenu__mainDetailItem:not(:last-child) {
  margin-bottom: 1rem;
}

.OverlayMenu__banner {
  margin-bottom: 2rem;
}
.OverlayMenu__banner a {
  position: relative;
  display: flex;
  width: 100%;
  height: max(10.2rem, 102px);
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.OverlayMenu__banner.OverlayMenu__banner__parents {
  margin-bottom: 4rem;
}
.OverlayMenu__banner.OverlayMenu__banner__parents a {
  background-image: url("../../assets/img/parents/top_parents.webp");
  background-size: cover;
  background-position-y: center;
  background-position-x: right;
  background-color: transparent;
}
.OverlayMenu__banner.OverlayMenu__banner__parents a p {
  color: #fff;
  font-weight: bold;
}

.OverlayMenu__bannerLogo {
  margin-top: 2px;
  width: max(15.3rem, 153px);
}

.OverlayMenu__bannerIcon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: max(1rem, 10px);
}

.OverlayMenu__language {
  margin-bottom: 4rem;
  text-align: right;
}
.OverlayMenu__language a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  min-height: 26px;
  padding: 0.3rem 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(27, 16, 46, 0.15);
  border-radius: 9999px;
  font-family: var(--font-accent);
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--color-primary);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .OverlayMenu__language a:hover {
    background-color: var(--color-heading);
    color: #fff;
  }
}

.OverlayMenu__sub {
  font-size: 1.1rem;
  line-height: 2rem;
}

.OverlayMenu__subItem:not(:last-child) {
  margin-bottom: 1rem;
}
.OverlayMenu__subItem a {
  display: block;
}

.GlobalFooter {
  color: #fff;
}
.GlobalFooter a {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .GlobalFooter a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.GlobalFooter__line01 {
  padding: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    ) 0;
  background-color: var(--color-tertiary);
}

.GlobalFooter__line02 {
  padding: 6rem 0;
  background-color: #111;
}

.GlobalFooter__inner {
  position: relative;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.GlobalFooter__inner.-line02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4rem 40px;
}

.GlobalFooter__logo {
  order: 1;
}
@media screen and (max-width: 991px) {
  .GlobalFooter__logo {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .GlobalFooter__logo {
    flex: 0 1 110px;
  }
}

.GlobalFooter__copyright {
  order: 3;
  font-size: 1rem;
  font-family: var(--font-accent);
}
@media screen and (max-width: 991px) {
  .GlobalFooter__copyright {
    margin-left: auto;
  }
}

.FooterNavigation01 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .FooterNavigation01 {
    display: block;
  }
}

.FooterNavigation01__item {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2rem;
}
.FooterNavigation01__item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .FooterNavigation01__item:not(:first-child) {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.FooterNavigation01__item.-company {
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .FooterNavigation01__item.-company {
    display: block;
  }
}

.FooterCompany {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .FooterCompany {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-bottom: -0.5rem;
  }
}

.FooterCompany__item {
  margin-left: 30px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 575px) {
  .FooterCompany__item {
    margin-left: 0;
    line-height: 3rem;
  }
  .FooterCompany__item:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.FooterCompany__item:first-child {
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .FooterCompany__item:first-child {
    margin-left: 0;
  }
}

.FooterNavigation02 {
  order: 2;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
  gap: 1rem 30px;
}
@media screen and (max-width: 991px) {
  .FooterNavigation02 {
    order: 1;
    flex: 1 1 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .FooterNavigation02 {
    display: block;
  }
}

.FooterNavigation02__item {
  font-size: 1.1rem;
  line-height: 2rem;
}
@media screen and (max-width: 575px) {
  .FooterNavigation02__item:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.Container {
  background-image: url("/assets/img/bg.png");
  background-position: center top;
  background-repeat: repeat;
}
.Container.-top {
  background-image: url("/assets/img/top/bg.png");
}
.Container.-root {
  height: 100vh;
}

.RootLanguageList {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}
.RootLanguageList li {
  padding: 0 20px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .RootLanguageList {
    display: block;
  }
}

.Breadcrumb {
  color: var(--color-secondary);
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .Breadcrumb:not(.-bottom) {
    display: none;
  }
}
.Breadcrumb.-bottom {
  padding: 4rem 0;
  margin-bottom: 0;
  color: #fff;
  background-color: var(--color-tertiary);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

.Breadcrumb__list {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0.3rem var(--container-offset);
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Breadcrumb__listItem {
  display: inline;
}
.Breadcrumb__listItem:not(:first-child) {
  margin-left: 13px;
}
.Breadcrumb:not(.-bottom) .Breadcrumb__listItem[aria-current] {
  color: var(--color-primary);
}
.Breadcrumb__listItem:not([aria-current])::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 6px;
  width: 6px;
  height: 1px;
  margin-left: 13px;
  background-color: currentcolor;
}
.Breadcrumb__listItem a {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .Breadcrumb__listItem a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.Columns {
  display: grid;
  max-width: var(--container-width);
  margin: 0 auto clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
  padding: 0 var(--container-offset);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
}
@media screen and (max-width: 991px) {
  .Columns {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .Columns {
    display: block;
  }
}

.Columns__main {
  grid-column: 1/span 9;
}
@media screen and (max-width: 991px) {
  .Columns__main {
    grid-column: 1/span 8;
  }
}

.Columns__sidebar {
  position: sticky;
  top: calc(40px + 6rem);
  align-self: start;
  grid-column: 11/span 2;
  grid-row-start: 1;
  transition: top 0.3s;
}
.-shown-group-header .Columns__sidebar {
  top: calc(40px + 6rem + var(--header-height));
}
@media screen and (max-width: 991px) {
  .Columns__sidebar {
    grid-column: 9/span 2;
  }
}
@media screen and (max-width: 767px) {
  .Columns__sidebar {
    display: none;
  }
}

.Columns__single {
  grid-column: 2/span 10;
}
@media screen and (max-width: 991px) {
  .Columns__single {
    grid-column: 1/span 10;
  }
}

.Columns__full {
  grid-column: 1/span 12;
}
@media screen and (max-width: 991px) {
  .Columns__full {
    grid-column: 1/span 10;
  }
}

.PageTitle.-border {
  box-shadow: inset 0 -1px 0 0 var(--color-border);
  margin-bottom: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
}

.PageTitle__title {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    ) var(--container-offset) 6rem;
  font-size: clamp(
      2.4rem,
      calc(1.945vw + 1.6706rem),
      3.6rem
    );
  font-weight: bold;
  line-height: 1.667;
  letter-spacing: 2px;
  color: var(--color-heading);
}
.PageTitle__title.-center {
  text-align: center;
}

.EyeCatching {
  position: relative;
  grid-column: 1/span 10;
  margin-bottom: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
  height: var(--eye-catching-height);
  min-height: 489px;
}
@media screen and (max-width: 991px) {
  .EyeCatching {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 575px) {
  .EyeCatching {
    min-height: auto;
    height: auto;
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }
}

.EyeCatching__inner {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: max(140px, var(--eye-catching-left, 140px));
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .EyeCatching__inner {
    display: block;
    position: static;
    padding-left: 0;
  }
}
.EyeCatching__inner.-start {
  right: auto;
  left: min(-140px, var(--eye-catching-left, 140px) * -1);
}
.EyeCatching__inner.-start img {
  right: auto;
  left: 0;
}
.EyeCatching__inner.-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EyeCatching__inner img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width: 575px) {
  .EyeCatching__inner img {
    position: static;
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.Section:not(:last-child) {
  padding-bottom: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
}

.HeadingLv1 {
  font-size: clamp(
      2.4rem,
      calc(1.945vw + 1.6706rem),
      3.6rem
    );
  font-weight: bold;
  line-height: 1.667;
  letter-spacing: 2px;
  color: var(--color-heading);
  padding-top: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
  box-shadow: inset 0 1px 0 0 var(--color-border);
}
.HeadingLv1:not(:first-child) {
  margin-top: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
}

.HeadingLv2 {
  margin-bottom: 4rem;
  padding-top: 3rem;
  font-size: clamp(
      2.2rem,
      calc(0.324vw + 2.0785rem),
      2.4rem
    );
  line-height: 1.667;
  font-weight: bold;
  background-image: url("/assets/img/line-section.svg");
  background-repeat: no-repeat;
}
.HeadingLv2:not(:first-child) {
  margin-top: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
}

.HeadingLv3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.HeadingLv3:not(:first-child) {
  margin-top: 4rem;
}

.HeadingNonStyle {
  margin-bottom: 4rem;
  font-weight: normal;
  font-size: inherit;
}

.SideNavigation__listItem {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 30px;
  color: var(--color-heading);
}
.SideNavigation__listItem:not(:first-child) {
  margin-top: 2rem;
}
.SideNavigation__listItem.-news::before {
  content: "";
  position: absolute;
  width: max(1rem, 10px);
  height: 1rem;
  top: 0.8rem;
  left: 0;
  background-size: cover;
  background-image: url("/assets/img/icon-arrow.svg");
}
.SideNavigation__listItem[aria-current=true] {
  color: var(--color-primary);
}
.SideNavigation__listItem[aria-current=true]:not(.-news)::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 1rem;
  left: 0;
  border-radius: 51%;
  background-color: currentcolor;
}
.SideNavigation__listItem[aria-current=true].-news::before {
  content: normal;
}
.SideNavigation__listItem a {
  text-decoration: none;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .SideNavigation__listItem a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.LocalNavigation {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
}
.LocalNavigation::before {
  content: "";
  position: absolute;
  width: 790px;
  height: 100%;
  right: 50%;
  top: 0;
  transform: skew(45deg);
  transform-origin: 100% 0;
  background-color: #fff;
  opacity: 0.2;
}

.LocalNavigation__inner {
  position: relative;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    ) var(--container-offset);
}

.LocalNavigation__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.LocalNavigation__heading {
  font-size: clamp(
      2.2rem,
      calc(0.324vw + 2.0785rem),
      2.4rem
    );
  line-height: 1.667;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .LocalNavigation__heading {
    margin-right: 20px;
  }
}

.LocalNavigation__toList {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  width: 60px;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 10px 20px 0 rgba(27, 16, 46, 0.15);
}
.LocalNavigation__toList img {
  width: max(1rem, 10px);
}

.Carousel {
  margin: 0 -20px;
  padding-bottom: calc(4rem + max(3rem, 30px));
}
@media screen and (max-width: 1280px) {
  .Carousel {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Carousel {
    padding-right: 0;
    margin: 0 -12px;
  }
}
@media screen and (max-width: 575px) {
  .Carousel {
    margin: 0 -7px;
  }
}

.Carousel__inner {
  display: flex;
}

.Carousel__slide {
  display: flex;
  padding: 0 20px;
  flex: 0 0 calc(100%/3);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Carousel__slide {
    padding: 0 12px;
    flex: 0 0 calc(100%/2);
  }
}
@media screen and (max-width: 575px) {
  .Carousel__slide {
    padding: 0 7px;
    flex: 0 0 100%;
  }
}

.Carousel__link {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.15);
  text-decoration: none;
  transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .Carousel__link:hover {
    z-index: 1;
    box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.6);
  }
}
.Carousel__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: calc(100% - 20px);
  background-image: url("/assets/img/line-box.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Carousel__thumbnail img {
  width: 100%;
}

.Carousel__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 auto;
  font-weight: bold;
  padding: clamp(
      1rem,
      calc(3.241vw + -0.2154rem),
      3rem
    ) 30px;
  font-size: 1.5rem;
  height: 6rem;
}
.Carousel__title img {
  margin-left: 10px;
  width: max(1rem, 10px);
}
.Carousel__title span span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .Carousel__link:hover .Carousel__title span span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.Carousel__nav {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.Carousel__prev,
.Carousel__next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 max(3rem, 30px);
  width: max(3rem, 30px);
  height: max(3rem, 30px);
}
.Carousel__prev::before,
.Carousel__next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0.25;
  border: 2px solid var(--color-primary);
  border-radius: 51%;
}
.Carousel__prev.-light::before,
.Carousel__next.-light::before {
  border-color: #fff;
}
.Carousel__prev[aria-disabled=true],
.Carousel__next[aria-disabled=true] {
  cursor: default;
}

.Carousel__prev {
  margin-right: 15px;
}

.Carousel__navCircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.Carousel__navCircle circle {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: stroke-dasharray 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0s 0.6s;
  fill: transparent;
  stroke: var(--color-primary);
  stroke-width: 2;
  stroke-dasharray: 0 188;
}
.Carousel__prev.-light .Carousel__navCircle circle, .Carousel__next.-light .Carousel__navCircle circle {
  stroke: #fff;
}
@media (hover: hover) {
  .Carousel__prev:not([aria-disabled=true]):hover .Carousel__navCircle circle, .Carousel__next:not([aria-disabled=true]):hover .Carousel__navCircle circle {
    opacity: 1;
    transition: stroke-dasharray 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0s;
    stroke-dasharray: 88 188;
  }
}

.Carousel__navArrow {
  width: max(1rem, 10px);
  height: auto;
  transition: opacity 0.1s;
}
.Carousel__prev .Carousel__navArrow {
  transform: rotateY(180deg);
}
.Carousel__prev[aria-disabled=true] .Carousel__navArrow, .Carousel__next[aria-disabled=true] .Carousel__navArrow {
  opacity: 0.25;
}
.Carousel__navArrow path {
  fill: var(--color-primary);
}
.Carousel__prev.-light .Carousel__navArrow path, .Carousel__next.-light .Carousel__navArrow path {
  fill: #fff;
}

.OrderedList:not(.-noRest) {
  counter-reset: orderedNumber;
}
.OrderedList:not(:last-child) {
  margin-bottom: 4rem;
}
.OrderedList > li {
  position: relative;
  padding-left: 2rem;
  counter-increment: orderedNumber;
}
.OrderedList > li:not(:first-child) {
  margin-top: 1rem;
}
.OrderedList > li::before {
  position: absolute;
  left: 0;
  content: counter(orderedNumber) ".";
}

.UnorderedList:not(:last-child) {
  margin-bottom: 4rem;
}
.UnorderedList > li {
  position: relative;
  padding-left: 2rem;
}
.UnorderedList > li:not(:first-child) {
  margin-top: 1rem;
}
.UnorderedList > li::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 51%;
  background-color: currentcolor;
}

.NoteList {
  font-size: 1.2rem;
}
.NoteList:not(:last-child) {
  margin-bottom: 4rem;
}
.NoteList > li::before {
  content: "※";
}

.Columns :not(.-NewsContent) p:not([class]):not(:last-child) {
  margin-bottom: 3.2rem;
}

.SignatureParagraph {
  text-align: right;
  font-size: 1.4rem;
}
.SignatureParagraph:not(:last-child) {
  margin-bottom: 4rem;
}

.TextEmphasis {
  color: var(--color-primary);
  font-style: normal;
}

.Image:not(:first-child) {
  margin-top: 4rem;
}
.Image:not(:last-child) {
  margin-bottom: 4rem;
}

.Box {
  display: block;
  padding: 30px;
  box-shadow: inset 0 0 0 1px var(--color-border);
  background-color: #fff;
  font-size: 1.4rem;
}
.Box:not(:last-child) {
  margin-bottom: 4rem;
}

.Box-logo {
  max-width: 240px;
  margin: 0 auto 2rem;
  display: block;
}

a.Box {
  text-decoration: none;
}

.Box__heading {
  font-weight: bold;
  color: var(--color-heading);
}
.Box__heading:not(:last-child) {
  margin-bottom: 2rem;
}
a.Box .Box__heading::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: max(1rem, 10px);
  height: 1rem;
  background-image: url("/assets/img/icon-arrow.svg");
}
@media (hover: hover) {
  a.Box .Box__heading span {
    display: inline-block;
    line-height: 2rem;
    background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  a.Box:hover .Box__heading span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.Button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(
      5rem,
      calc(1.621vw + 4.3921rem),
      6rem
    );
  padding: 0 60px;
  width: 260px;
  max-width: 100%;
  margin: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    ) auto 0;
  box-sizing: border-box;
  border-radius: 9999px;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-primary);
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.15);
  transition: background-color 0.3s, color 0.3s, box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.Button:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .Button {
    display: flex;
    width: auto;
  }
}
@media (hover: hover) {
  .Button:hover, .Button.-hover {
    color: #fff;
    background-color: var(--color-heading);
    box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.6);
  }
}

.Button__icon {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: calc(30px - 0.5rem);
  width: max(1rem, 10px);
  height: 1rem;
}
.Button__icon g,
.Button__icon path {
  transition: fill 0.3s;
}
@media (hover: hover) {
  .Button:hover .Button__icon g,
  .Button:hover .Button__icon path, .Button.-hover .Button__icon g,
  .Button.-hover .Button__icon path {
    fill: #fff;
  }
}

.ListButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max(2.6rem, 26px);
  width: 60px;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 10px 20px 0 rgba(27, 16, 46, 0.15);
  transition: color 0.3s, background-color 0.3s, box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.ListButton img {
  width: max(1rem, 10px);
}
.ListButton svg {
  width: max(1rem, 10px);
}
.ListButton svg g {
  transition: fill 0.3s;
}
@media (hover: hover) {
  .ListButton:hover {
    color: #fff;
    background-color: var(--color-heading);
    box-shadow: 0 10px 20px 0 rgba(27, 16, 46, 0.6);
  }
  .ListButton:hover svg g {
    fill: #fff;
  }
}

.PdfButton {
  display: inline-block;
  margin-left: 8px;
  padding: 0.4rem 9px;
  color: var(--color-primary);
  font-family: var(--font-accent);
  font-size: 1rem;
  line-height: 1;
  border: 1px solid var(--color-primary);
  border-radius: 9999px;
  vertical-align: 0.2rem;
  background-color: #fff;
}

.TextButton {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
  color: var(--color-heading);
  text-decoration: none;
}
.TextButton img {
  margin-left: 8px;
  vertical-align: middle;
}
.TextButton span {
  display: inline-block;
  line-height: 2rem;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .TextButton:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.Important {
  padding: clamp(10px, calc(1.621vw + 3.921px), 20px);
  background-color: #f5f5f5;
}

.Important__inner {
  display: flex;
  align-items: flex-start;
  padding: calc(clamp(
      2.9rem,
      calc(0.81vw + 2.5963rem),
      3.4rem
    ) - 2px) calc(clamp(25px, calc(0.81vw + 21.963px), 30px) - 2px) calc(clamp(
      2.5rem,
      calc(0.81vw + 2.1963rem),
      3rem
    ) - 2px);
  border: 2px solid var(--color-primary);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .Important__inner {
    flex-direction: column;
  }
}

.Important__heading {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 1.4rem;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Important__heading {
    margin-bottom: 2rem;
  }
}
.Important__heading img {
  width: 2.2rem;
  margin-right: 10px;
}

.Important__list {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .Important__list {
    margin-left: 0;
  }
}

.Important__item:not(:last-child) {
  margin-bottom: 1rem;
}

.Important__article {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .Important__article {
    display: block;
  }
}

.Important__articleInfo {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .Important__articleInfo {
    margin-bottom: 0.5rem;
  }
}

.Important__articleDate {
  color: var(--color-secondary);
  white-space: nowrap;
}
.Important__articleDate span {
  font-size: 1.4rem;
  color: var(--color-primary);
}

.Important__articleTitle {
  position: relative;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .Important__articleTitle {
    margin-left: 0;
  }
}
.Important__articleTitle.-blank {
  padding-right: calc(1rem + 8px);
}
.Important__articleTitle span:not(.PdfButton) {
  line-height: 2rem;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .Important__article:hover .Important__articleTitle span:not(.PdfButton) {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.Important__articleTitle img {
  position: absolute;
  bottom: calc(1.4rem - max(0.5rem, 5px));
  margin-left: 8px;
  width: max(1rem, 10px);
  vertical-align: 0.2rem;
}

.Important__articlePdf {
  margin-left: 8px;
}

.SecondList {
  position: relative;
  grid-column: 1/span 10;
}
@media screen and (max-width: 991px) {
  .SecondList {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 575px) {
  .SecondList {
    margin: 0 calc(var(--container-offset) * -1);
  }
}

.SecondList__item {
  position: relative;
  height: var(--eye-catching-height);
  min-height: 489px;
}
@media screen and (max-width: 575px) {
  .SecondList__item {
    min-height: auto;
    height: auto;
  }
  .SecondList__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.SecondList__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 660px;
  height: 100%;
  transform: skew(45deg);
  transform-origin: 100% 100%;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .SecondList__item::before {
    left: clamp(-130px, calc(58.296vw + -577.713px), 0px);
  }
}
@media screen and (max-width: 767px) {
  .SecondList__item::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .SecondList__item::before {
    width: calc(100% - var(--container-offset));
    height: 12.5rem;
    top: -12.5rem;
    margin-top: 100%;
  }
}
.SecondList__item:nth-child(odd)::before {
  background-color: var(--color-primary);
}
.SecondList__item:nth-child(even)::before {
  background-color: #111;
}

.SecondList__link {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: max(140px, var(--eye-catching-left, 140px));
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .SecondList__link {
    display: block;
    position: relative;
    padding-left: 0;
  }
}
.SecondList__link.-start {
  right: auto;
  left: min(-140px, var(--eye-catching-left, 140px) * -1);
}
@media screen and (max-width: 575px) {
  .SecondList__link.-start {
    left: 0;
  }
}
.SecondList__link.-start .SecondList__image {
  right: auto;
  left: 0;
}
.SecondList__link.-center .SecondList__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SecondList__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width: 575px) {
  .SecondList__image {
    position: static;
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.SecondList__text {
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .SecondList__text {
    padding: 0 var(--container-offset);
  }
}

.SecondList__title {
  position: relative;
  display: block;
}
@media screen and (max-width: 575px) {
  .SecondList__title {
    margin: -9.7rem calc(var(--container-offset) * -1) 5.9rem 0;
  }
}
.SecondList__title img {
  position: absolute;
  margin-left: 10px;
  width: max(1rem, 10px);
  vertical-align: 0.1rem;
  bottom: calc(0.8335em - 0.5rem);
}
.SecondList__title span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .SecondList__link:hover .SecondList__title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.SecondList__description {
  font-size: 1.5rem;
  max-width: 260px;
}
@media screen and (max-width: 575px) {
  .SecondList__description {
    color: #333;
    max-width: none;
  }
}

.Hero {
  position: relative;
  margin-bottom: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
  z-index: 1;
}
.Hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
}
@media screen and (max-width: 767px) {
  .Hero::after {
    top: auto;
    bottom: 0;
    height: 12.5rem;
    transform: scaleY(-1);
  }
}

.Hero__inner {
  position: relative;
  z-index: 0;
  margin-left: -1px;
}

.Hero__image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .Hero__image {
    min-height: auto;
  }
}

.Hero__slide {
  flex: 0 0 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.472, 0.428, 0, 0.992);
  transition: clip-path 1s cubic-bezier(0.472, 0.428, 0, 0.992);
  transition: clip-path 1s cubic-bezier(0.472, 0.428, 0, 0.992), -webkit-clip-path 1s cubic-bezier(0.472, 0.428, 0, 0.992);
  padding: 0 calc(var(--hero-height, 100vh) / 2);
  margin-left: calc(var(--hero-height, 100vh) / -2);
  transform: skew(45deg);
}
.Hero__slide.-current {
  position: relative;
  z-index: 1;
}
.Hero__slide.-prev, .Hero__slide.-next {
  pointer-events: none;
  z-index: 2;
}
.Hero__slide.-prev {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.Hero__slide.-next {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.Hero__slide:not(.-current) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Hero__link {
  display: block;
  min-height: 520px;
  transform: skew(-45deg);
}
@media screen and (max-width: 767px) {
  .Hero__link {
    min-height: auto;
    aspect-ratio: 375/500;
  }
}
.Hero__link img {
  transition: transform 8s;
}
@media (hover: hover) {
  .Hero__link:hover img {
    transform: scale(1.15);
  }
}

.Hero__Button {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  z-index: 2;
  padding: 0 var(--container-offset);
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .Hero__Button {
    bottom: clamp(
      -3rem,
      calc(-0.81vw + -2.1963rem),
      -2.5rem
    );
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.Hero__Button .Button {
  pointer-events: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .Hero__Button .Button {
    margin-left: auto;
  }
}

.Hero__ButtonInner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
@media screen and (max-width: 767px) {
  .Hero__ButtonInner {
    padding: 0;
  }
}

.Hero__nav {
  display: none;
  position: absolute;
  top: 8rem;
  right: 20px;
  width: calc(6rem + 15px);
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.swiper-initialized .Hero__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .Hero__nav {
    left: 0;
    width: 100%;
    top: auto;
    bottom: calc(2.5rem + 35px);
  }
}
.Hero__nav .Carousel__prev,
.Hero__nav .Carousel__next {
  pointer-events: auto;
}

.TopSection {
  margin-bottom: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
}

.TopSection__inner {
  position: relative;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.TopSection__inner.-news::before {
  content: "";
  position: absolute;
  top: calc(-9999px + 18rem);
  left: calc(60px + var(--container-offset));
  width: max(40rem, 400px);
  height: 9999px;
  transform: skew(45deg);
  transform-origin: 100% 100%;
  background-color: var(--color-primary);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .TopSection__inner.-news::before {
    width: max(30rem, 300px);
    top: calc(-9999px + 19rem);
    left: calc(90px + var(--container-offset));
  }
}
@media screen and (max-width: 575px) {
  .TopSection__inner.-news::before {
    width: max(25rem, 250px);
    top: calc(-9999px + 19rem);
    left: calc(90px + var(--container-offset));
  }
}

.TopSection__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.TopSection__title {
  font-weight: bold;
}
.TopSection__title.-news {
  color: #fff;
}
.TopSection__title.-service {
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .TopSection__title {
    margin-right: 20px;
  }
}

.TopSection__titleEn {
  display: inline-block;
  margin-right: 10px;
  font-family: var(--font-accent);
  font-size: clamp(
      2.6rem,
      calc(2.269vw + 1.7491rem),
      4rem
    );
  line-height: 1.5;
}

.TopSection__titleJa {
  display: inline-block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .TopNewsCarousel {
    margin: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .TopNewsCarousel {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .TopNewsCarousel__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: clamp(
      1.5rem,
      calc(2.551vw + 0.5434rem),
      2.5rem
    ) clamp(15px, calc(2.551vw + 5.434px), 25px);
  }
}
@media screen and (max-width: 575px) {
  .TopNewsCarousel__inner {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .TopNewsCarousel__slide {
    padding: 0;
  }
  .TopNewsCarousel__slide:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .TopNewsCarousel__slide {
    padding: 0;
  }
}

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

.TopNewsCarousel__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .TopNewsCarousel__button {
    display: block;
  }
}
.TopNewsCarousel__button .Button {
  margin-top: 4rem;
}

.TopNewsArticle {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.TopNewsArticle__thumbnail {
  flex: 0 0 auto;
}
.TopNewsArticle__thumbnail img {
  width: 100%;
}

.TopNewsArticle__inner {
  padding: 3rem 30px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .TopNewsArticle__inner {
    padding: clamp(
      1.5rem,
      calc(3.827vw + 0.0649rem),
      3rem
    ) clamp(15px, calc(3.827vw + 0.649px), 30px);
  }
}

.TopNewsArticle__info {
  font-size: clamp(
      1rem,
      calc(0.324vw + 0.8785rem),
      1.2rem
    );
  font-weight: bold;
}

.TopNewsArticle__date {
  color: var(--color-secondary);
  margin-bottom: clamp(
      0rem,
      calc(3.241vw + -1.2154rem),
      2rem
    );
}
.TopNewsArticle__date span {
  font-size: clamp(
      1rem,
      calc(0.81vw + 0.6963rem),
      1.5rem
    );
  color: var(--color-primary);
}

.TopNewsArticle__category {
  line-height: 2rem;
  color: var(--color-heading);
}

.TopNewsArticle__title {
  position: relative;
  margin-top: clamp(
      0.5rem,
      calc(0.81vw + 0.1963rem),
      1rem
    );
  font-size: clamp(
      1.1rem,
      calc(0.648vw + 0.857rem),
      1.5rem
    );
  line-height: clamp(
      2rem,
      calc(1.621vw + 1.3921rem),
      3rem
    );
}
.TopNewsArticle__title.-blank {
  padding-right: calc(1rem + 8px);
}
.TopNewsArticle__title:not(:last-child) {
  margin-bottom: clamp(
      0.5rem,
      calc(2.431vw + -0.4116rem),
      2rem
    );
}
.TopNewsArticle__title span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .Carousel__link:hover .TopNewsArticle__title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.TopNewsArticle__title img {
  position: absolute;
  bottom: calc(1.5rem - max(0.5rem, 5px));
  margin-left: 8px;
  width: max(1rem, 10px);
  vertical-align: 0.2rem;
}

.TopNewsArticle__pdf {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .TopNewsArticle__pdf .PdfButton {
    padding: clamp(
      0.2rem,
      calc(0.51vw + 0.0087rem),
      0.4rem
    ) clamp(5px, calc(1.02vw + 1.175px), 9px);
  }
}

.TopCompany {
  margin-bottom: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
}

.TopCompany__inner,
.TopCompany__topInner {
  position: relative;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
  z-index: 1;
}

.TopCompany__top {
  position: relative;
  background-color: #000;
}

.TopCompany__topInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(640px - clamp(
      4rem,
      calc(3.241vw + 2.7846rem),
      6rem
    ));
  padding-bottom: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .TopCompany__topInner {
    display: block;
    height: auto;
    padding: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    ) var(--container-offset) clamp(
      12rem,
      calc(9.724vw + 8.3535rem),
      18rem
    );
  }
}

.TopCompany__image {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .TopCompany__image {
    left: 0;
    width: 100%;
    object-fit: cover;
    transform: none;
  }
}

.TopCompany__text {
  color: #fff;
}

.TopCompany__title {
  margin-bottom: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .TopCompany__title {
    padding-right: 80px;
  }
}

.TopCompany__titleEn {
  display: inline-block;
  margin-right: 10px;
  font-family: var(--font-accent);
  font-size: clamp(
      2.6rem,
      calc(2.269vw + 1.7491rem),
      4rem
    );
  line-height: 1.5;
}

.TopCompany__titleJa {
  display: inline-block;
  font-size: 1.4rem;
}

.TopCompany__description {
  font-size: 1.5rem;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .TopCompany__description {
    max-width: none;
  }
}

.TopCompany__toTop {
  position: relative;
  display: inline-block;
  padding: 1.6rem 60px;
  width: 260px;
  max-width: 100%;
  margin-left: var(--container-gap);
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.15);
  border-radius: 9999px;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-primary);
  text-decoration: none;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}
@media (hover: hover) {
  .TopCompany__toTop:hover {
    color: #fff;
    background-color: var(--color-heading);
  }
}
@media screen and (max-width: 767px) {
  .TopCompany__toTop {
    position: absolute;
    top: clamp(
      8.7rem,
      calc(6.483vw + 6.2689rem),
      12.7rem
    );
    right: var(--container-offset);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
    width: 60px;
    padding: 0;
  }
  .TopCompany__toTop span {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 4px !important;
    height: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
    visibility: visible !important;
  }
}

.TopCompany__toTopIcon {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: calc(30px - 0.5rem);
  width: max(1rem, 10px);
  height: 1rem;
}
.TopCompany__toTopIcon g {
  transition: fill 0.3s;
}
@media (hover: hover) {
  .TopCompany__toTop:hover .TopCompany__toTopIcon g {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .TopCompany__toTopIcon {
    position: static;
  }
}

.TopCompany__navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(
      -6rem,
      calc(-3.241vw + -2.7846rem),
      -4rem
    );
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.15);
}

.TopCompany__navigationItem {
  flex: 0 0 25%;
  box-sizing: border-box;
}
.TopCompany__navigationItem:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
@media screen and (max-width: 991px) {
  .TopCompany__navigationItem {
    flex: 0 0 50%;
  }
  .TopCompany__navigationItem:nth-child(even) {
    border-right: 0;
  }
  .TopCompany__navigationItem:nth-child(-n+2) {
    border-bottom: 1px solid var(--color-border);
  }
}
@media screen and (max-width: 575px) {
  .TopCompany__navigationItem {
    flex: 0 0 100%;
    border-bottom: 1px solid var(--color-border);
  }
  .TopCompany__navigationItem:not(:last-child) {
    border-right: 0;
  }
}
.TopCompany__navigationItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: var(--color-heading);
  text-decoration: none;
}
.TopCompany__navigationItem a img {
  margin-left: 10px;
  width: max(1rem, 10px);
}
.TopCompany__navigationItem a span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .TopCompany__navigationItem a:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.TopOthers {
  box-shadow: inset 0 1px 0 0 var(--color-border);
  padding-top: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
  margin-bottom: clamp(
      8rem,
      calc(6.483vw + 5.5689rem),
      12rem
    );
}

.TopOthers__list {
  position: relative;
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
@media screen and (max-width: 767px) {
  .TopOthers__list {
    display: block;
  }
}

.TopOthers__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .TopOthers__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.TopOthers__link {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.15);
  z-index: 0;
  transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .TopOthers__link:hover {
    z-index: 1;
    box-shadow: 0 20px 40px 0 rgba(27, 16, 46, 0.6);
  }
}
.TopOthers__link:not(.-marugoto) > img {
  width: 100%;
  transition: transform 0.85s cubic-bezier(0, 0, 0.3, 1);
}
.TopOthers__link.-marugoto {
  padding-top: 66.6666%;
  border-radius: 4px;
  background-color: #fff;
}
.TopOthers__link.-marugoto > img {
  position: absolute;
  top: 0;
  width: 56.296%;
  margin: 21.4286% 0 0 21.0714%;
  transition: transform 0.85s cubic-bezier(0, 0, 0.3, 1);
}
.TopOthers__link.-marugoto::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.143%;
  height: 100%;
  transform: skew(45deg);
  transform-origin: 100% 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
.TopOthers__link.-marugoto::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32.143%;
  height: 100%;
  transform: skew(45deg);
  transform-origin: 0 0;
  background-color: #f5f5f5;
  z-index: -1;
}
@media (hover: hover) {
  .TopOthers__link:hover > img {
    transform: scale(1.11);
    will-change: transform;
  }
}

.TopOthers__itemInner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: clamp(10px, calc(1.156vw + 5.665px), 20px);
  left: clamp(10px, calc(1.156vw + 5.665px), 20px);
  width: calc(100% - clamp(20px, calc(2.312vw + 11.33px), 40px));
  height: calc(100% - clamp(20px, calc(2.312vw + 11.33px), 40px));
  padding: 0 max(6.25%, 20px) max(8.93%, 30px);
  box-sizing: border-box;
  background-size: 100% 100%;
}
.TopOthers__itemInner.-light {
  color: #fff;
  background-image: url("/assets/img/frame-white.svg");
}
.TopOthers__itemInner.-dark {
  color: var(--color-heading);
  background-image: url("/assets/img/frame-red.svg");
}

.TopOthers__title {
  margin-bottom: 5px;
  font-family: var(--font-accent);
  font-size: clamp(
      1.5rem,
      calc(0.578vw + 1.2833rem),
      2rem
    );
  font-weight: bold;
  line-height: 1.2;
}
.TopOthers__title span {
  color: var(--color-primary);
}

.TopOthers__description {
  font-size: clamp(
      1rem,
      calc(0.347vw + 0.8699rem),
      1.3rem
    );
  font-weight: bold;
}

.TopOthers__icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: min(6.73%, 35px) min(6.73%, 35px) 0 0;
  width: max(1rem, 10px);
}

.Definition {
  font-size: 1.5rem;
  box-shadow: inset 0 1px 0 0 var(--color-border);
}

.Definition__row {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
  padding: 3rem 0;
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}
@media screen and (max-width: 991px) {
  .Definition__row {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .Definition__row {
    display: block;
  }
}

.Definition__term {
  grid-column: 1/span 3;
  font-weight: bold;
  color: var(--color-heading);
}
@media screen and (max-width: 991px) {
  .Definition__term {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 575px) {
  .Definition__term {
    margin-bottom: 1rem;
  }
}

.Definition__description {
  grid-column: 4/span 6;
  white-space: pre-wrap;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 991px) {
  .Definition__description {
    grid-column: 3/span 6;
  }
}

.Map {
  position: relative;
  padding-top: 56.28%;
  margin-top: 4rem;
}
.Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.MapText {
  margin-top: clamp(
      1.5rem,
      calc(0.81vw + 1.1963rem),
      2rem
    );
  font-size: 1.2rem;
}
.MapText a {
  margin-top: 1rem;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 1.5rem;
}

.MessageSign {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  color: var(--color-heading);
}

.Services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
  grid-row-gap: 4rem;
}
@media screen and (max-width: 575px) {
  .Services {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .Services__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.Services__link {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .Services__link .Services__btn span {
    display: inline-block;
    line-height: 2rem;
    background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  .Services__link:hover .Services__btn span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.Services__btn {
  display: flex;
  justify-content: center;
  padding: 20px;
  text-decoration: none;
  font-weight: bold;
  color: var(--color-heading);
  box-shadow: inset 0 0 0 1px var(--color-border);
  font-size: 1.4rem;
}
.Services__btn span {
  margin-right: 1rem;
}

.Services__image {
  width: 100%;
}

.Services__logo {
  width: 100%;
  margin-bottom: 2rem;
}

.Services__definition {
  margin-top: 3rem;
  font-size: 1.4rem;
}

.Services__term {
  margin-bottom: 1rem;
  font-weight: bold;
}
.Services__term img {
  margin-left: 8px;
  vertical-align: 0.1rem;
}
.Services__term span {
  display: inline-block;
  line-height: 2rem;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .Services__link:hover .Services__term span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.BusinessDetail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: clamp(
      2rem,
      calc(3.241vw + 0.7846rem),
      4rem
    ) var(--container-gap);
}
@media screen and (max-width: 575px) {
  .BusinessDetail {
    grid-template-columns: minmax(0, 1fr);
  }
}
.BusinessDetail img {
  width: 100%;
}

.NewsYear {
  margin-bottom: 4rem;
}

.NewsYear__inner {
  display: inline-block;
  position: relative;
}

.NewsYear__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
.NewsYear__heading img {
  margin-left: 8px;
  width: max(1rem, 10px);
  height: 1rem;
  background-size: 100%;
}

.NewsYear__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}

.NewsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: var(--container-gap);
}
@media screen and (max-width: 575px) {
  .NewsList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.NewsList.-nothing {
  display: block;
  padding: 3rem 0;
  box-shadow: inset 0 -1px 0 0 var(--color-border), inset 0 1px 0 0 var(--color-border);
}

.NewsArticle {
  display: block;
  text-decoration: none;
}

.NewsArticle__thumbnail img {
  width: 100%;
}

.NewsArticle__inner {
  padding: clamp(
      1.5rem,
      calc(0.81vw + 1.1963rem),
      2rem
    ) 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.NewsArticle__info {
  font-size: clamp(
      1rem,
      calc(0.324vw + 0.8785rem),
      1.2rem
    );
  font-weight: bold;
}

.NewsArticle__date {
  color: var(--color-secondary);
  margin-bottom: clamp(
      0.5rem,
      calc(0.81vw + 0.1963rem),
      1rem
    );
}
.NewsArticle__date span {
  font-size: clamp(
      1rem,
      calc(0.81vw + 0.6963rem),
      1.5rem
    );
  color: var(--color-primary);
}

.NewsArticle__category {
  line-height: 2rem;
  color: var(--color-heading);
}

.NewsArticle__title {
  position: relative;
  margin-top: clamp(
      0.5rem,
      calc(1.276vw + 0.0215rem),
      1rem
    );
  font-size: clamp(
      1.2rem,
      calc(0.486vw + 1.0178rem),
      1.5rem
    );
}
.NewsArticle__title.-blank {
  padding-right: calc(1rem + 8px);
}
.NewsArticle__title:not(:last-child) {
  margin-bottom: 1rem;
}
.NewsArticle__title span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .NewsArticle:hover .NewsArticle__title span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.NewsArticle__title img {
  position: absolute;
  bottom: calc(1.5rem - max(0.5rem, 5px));
  margin-left: 8px;
  width: max(1rem, 10px);
  vertical-align: 0.2rem;
}

.NewsArticle__pdf {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.Pagination {
  margin-top: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
  display: flex;
  align-items: center;
  justify-content: center;
}

.Pagination__prev,
.Pagination__next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 max(3rem, 30px);
  width: max(3rem, 30px);
  height: max(3rem, 30px);
  overflow: hidden;
}
.Pagination__prev::before,
.Pagination__next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0.25;
  border: 2px solid var(--color-primary);
  border-radius: 51%;
}
.Pagination__prev[aria-disabled=true],
.Pagination__next[aria-disabled=true] {
  pointer-events: none;
}
.Pagination__prev[aria-disabled=true]::before,
.Pagination__next[aria-disabled=true]::before {
  border: 2px solid var(--color-secondary);
}

.Pagination__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.Pagination__circle circle {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: stroke-dasharray 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0s 0.6s;
  fill: transparent;
  stroke: var(--color-primary);
  stroke-width: 2;
  stroke-dasharray: 0 188;
}
@media (hover: hover) {
  .Pagination__prev:hover .Pagination__circle circle, .Pagination__next:hover .Pagination__circle circle {
    opacity: 1;
    transition: stroke-dasharray 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0s;
    stroke-dasharray: 88 188;
  }
}

.Pagination__arrow {
  width: max(1rem, 10px);
  height: auto;
}
.Pagination__prev .Pagination__arrow {
  transform: rotateY(180deg);
}
.Pagination__arrow path {
  fill: var(--color-primary);
}
[aria-disabled=true] .Pagination__arrow path {
  fill: var(--color-secondary);
}

.Pagination__list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.Pagination__listItem {
  margin: 0 5px;
}
.Pagination__listItem a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max(3rem, 30px);
  height: max(3rem, 30px);
  border-radius: 51%;
  font-size: 1.5rem;
  color: var(--color-secondary);
  font-weight: bold;
  text-decoration: none;
  background-color: var(--color-border);
  transition: color 0.3s, background-color 0.3s;
}
.Pagination__listItem span {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-secondary);
}
.Pagination__listItem[aria-current=page] a {
  color: #fff;
  background-color: var(--color-primary);
}
@media (hover: hover) {
  .Pagination__listItem:not([aria-current=page]) a:hover {
    color: #fff;
    background-color: var(--color-heading);
  }
}

.NewsHeader {
  margin-bottom: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
  padding: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    ) 0 6rem;
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}

.NewsHeader__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.NewsHeader__info {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.NewsHeader__title {
  font-size: clamp(
      2.4rem,
      calc(1.945vw + 1.6706rem),
      3.6rem
    );
  font-weight: bold;
  line-height: 1.667;
  letter-spacing: 2px;
  color: var(--color-heading);
}

.NewsHeader__signature {
  display: flex;
  margin-top: 1.5rem;
}

.NewsHeader__date {
  display: inline-block;
  color: var(--color-secondary);
  line-height: 3rem;
}
.NewsHeader__date span {
  font-size: 1.5rem;
  color: var(--color-primary);
}

.NewsHeader__category {
  display: inline-block;
  margin-left: 16px;
  line-height: 2rem;
  color: var(--color-heading);
}

.NewsHeader__company {
  font-size: 1.2rem;
  line-height: 2rem;
}

.NewsEmbed:not(:first-child), .NewsNote:not(:first-child), .NewsDivider:not(:first-child), .NewsBox:not(:first-child), .NewsTwinImage:not(:first-child), .NewsImage:not(:first-child):not(.-twin), .NewsHeadingLv4:not(:first-child), .NewsHeadingLv3:not(:first-child), .NewsHeadingLv2:not(:first-child), .NewsContent > ul:not(:first-child),
.NewsContent > ol:not(:first-child) {
  margin-top: 4rem;
}
.NewsEmbed:not(:last-child), .NewsNote:not(:last-child), .NewsDivider:not(:last-child), .NewsBox:not(:last-child), .NewsTwinImage:not(:last-child), .NewsImage:not(:last-child):not(.-twin), .NewsHeadingLv4:not(:last-child), .NewsHeadingLv3:not(:last-child), .NewsHeadingLv2:not(:last-child), .NewsContent > ul:not(:last-child),
.NewsContent > ol:not(:last-child) {
  margin-bottom: 4rem;
}

.NewsContent > p:not(:first-child) {
  margin-top: 3.2rem;
}
.NewsContent > p:not(:last-child) {
  margin-bottom: 3.2rem;
}
.NewsContent > ul li,
.NewsContent > ol li {
  position: relative;
  padding-left: 2rem;
}
.NewsContent > ul li:not(:first-child),
.NewsContent > ol li:not(:first-child) {
  margin-top: 1rem;
}
.NewsContent > ul li::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 51%;
  background-color: currentcolor;
}
.NewsContent > ol {
  counter-reset: number;
}
.NewsContent > ol li {
  counter-increment: number;
}
.NewsContent > ol li::before {
  position: absolute;
  left: 0;
  content: counter(number) ".";
}

.NewsHeadingLv2 {
  font-size: clamp(
      2.2rem,
      calc(0.324vw + 2.0785rem),
      2.4rem
    );
  font-weight: bold;
  line-height: 1.667;
  color: var(--color-heading);
}

.NewsHeadingLv3 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-heading);
}

.NewsHeadingLv4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-heading);
}

.NewsImage__caption {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.NewsTwinImage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
}

.NewsBox {
  padding: 30px;
  font-size: 1.2rem;
  box-shadow: inset 0 0 0 1px var(--color-border);
  background-color: #fff;
}

.NewsBox__heading {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-heading);
}

.NewsDivider {
  border: 0;
  border-top: 1px solid var(--color-border);
}

.NewsNote p {
  font-size: 1.2rem;
}
.NewsNote p:not(:last-child) {
  margin-bottom: 2rem;
}

.NewsNote__heading {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-heading);
}

.NewsEmbed.-liquid {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.NewsEmbed.-liquid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.NewsSns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.NewsSns__item:first-child {
  margin-right: 15px;
}
.NewsSns__item a {
  display: block;
  border-radius: 51%;
  transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.NewsSns__item a:hover {
  box-shadow: 0 10px 15px rgba(27, 16, 46, 0.4);
}

.PublicNotice {
  box-shadow: inset 0 1px 0 0 var(--color-border);
}
.PublicNotice.-nothing {
  padding: 3rem 0;
  box-shadow: inset 0 -1px 0 0 var(--color-border), inset 0 1px 0 0 var(--color-border);
}

.PublicNotice__item {
  box-shadow: inset 0 -1px 0 0 var(--color-border);
}

.PublicNotice__link {
  display: flex;
  padding: 3rem 0;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
}
.PublicNotice__link > span {
  line-height: 2rem;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .PublicNotice__link:hover > span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.PublicNotice__info {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2rem;
}

.Sitemap {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 4rem var(--container-gap);
}
@media screen and (max-width: 575px) {
  .Sitemap {
    display: block;
  }
}
.Sitemap a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: calc(8px + max(1rem, 10px));
}
.Sitemap a span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .Sitemap a:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.Sitemap a img {
  position: absolute;
  margin-left: 8px;
  width: max(1rem, 10px);
  vertical-align: 0.1rem;
}

@media screen and (max-width: 575px) {
  .Sitemap__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.Sitemap__item.-company {
  grid-column: 1/span 6;
}
@media screen and (max-width: 991px) {
  .Sitemap__item.-company:lang(ja) {
    grid-column: 1/span 12;
  }
}
@media screen and (max-width: 767px) {
  .Sitemap__item.-company:lang(en) {
    grid-column: 1/span 8;
  }
}
.Sitemap__item.-news {
  grid-column: 7/span 2;
}
.Sitemap__item.-news:lang(en) {
  grid-column: 7/span 6;
}
@media screen and (max-width: 767px) {
  .Sitemap__item.-news:lang(en) {
    grid-column: 9/span 4;
  }
}
@media screen and (max-width: 991px) {
  .Sitemap__item.-news:lang(ja) {
    grid-column: 1/span 4;
  }
}
.Sitemap__item.-recruit {
  grid-column: 9/span 2;
}
@media screen and (max-width: 991px) {
  .Sitemap__item.-recruit {
    grid-column: 5/span 4;
  }
}
.Sitemap__item.-public-notice {
  grid-column: 11/span 2;
}
@media screen and (max-width: 991px) {
  .Sitemap__item.-public-notice {
    grid-column: 9/span 4;
  }
}

.Sitemap__top {
  font-weight: bold;
  padding-bottom: 2rem;
  box-shadow: 0 1px 0 0 var(--color-border);
}
.Sitemap__top a img {
  bottom: calc(1.6rem - max(0.5rem, 5px));
}

.SitemapDetail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--container-gap);
  margin-top: 2rem;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .SitemapDetail:lang(ja) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .SitemapDetail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .SitemapDetail {
    display: block;
  }
}

.SitemapDetail__item:not(:last-child) {
  margin-bottom: 1rem;
}
.SitemapDetail__item img {
  bottom: calc(1.4rem - max(0.5rem, 5px));
}

.SitemapOther {
  margin-top: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
  padding-top: clamp(
      6rem,
      calc(3.241vw + 4.7846rem),
      8rem
    );
  box-shadow: inset 0 1px 0 0 var(--color-border);
}
@media screen and (max-width: 991px) {
  .SitemapOther {
    box-shadow: none;
    padding-top: 0;
  }
}

.SitemapOther__item {
  font-size: 1.2rem;
}
.SitemapOther__item:not(:last-child) {
  margin-bottom: 1rem;
}
.SitemapOther__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: calc(8px + max(1rem, 10px));
}
.SitemapOther__item a span {
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (hover: hover) {
  .SitemapOther__item a:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.SitemapOther__item a img {
  position: absolute;
  margin-left: 8px;
  width: max(1rem, 10px);
  vertical-align: 0.1rem;
  bottom: calc(1.2rem - max(0.5rem, 5px));
}

.EyeCatching .EyeCatching__inner .selif {
  width: 960px;
  height: 178px;
  position: relative;
  left: 0;
}

.EyeCatching .EyeCatching__inner .selif img {
  width: 477px;
  height: 178px;
  object-fit: none;
  position: absolute;
  top: 200px;
  left: -550px;
}

@media screen and (max-width: 1750px) {
  .EyeCatching .EyeCatching__inner .selif img {
    left: -400px;
    top: 160px;
  }
}
@media screen and (max-width: 1420px) {
  .EyeCatching .EyeCatching__inner .selif img {
    left: -300px;
  }
}
#parents .Box.red_box,
#anshin .Box.red_box {
  box-shadow: inset 0 0 0 1px #e00006;
}

#parents .Box.red_box h4 {
  font-weight: bold;
  margin-bottom: 2rem;
}

#parents .Box.red_box dt.Box__heading:not(:last-child) {
  margin-bottom: 0rem;
  color: #e00006;
}

#parents .Box.red_box dd:not(:last-child) {
  margin-bottom: 2rem;
}

#parents .Box.red_box ol.OrderedList {
  margin-top: 1rem;
}

#parents .Box.red_box ol.OrderedList > li:not(:first-child) {
  margin-top: 0rem;
}

#parents a.TopOthers__link {
  position: relative;
}

#parents a.TopOthers__link .TopCompany__toTop {
  position: absolute;
  left: 6px;
  bottom: 30px;
  top: auto;
}

#parents a.TopOthers__link:hover .TopCompany__toTop {
  color: #fff;
  background-color: var(--color-heading);
}

#parents a.TopOthers__link .TopCompany__toTop .Carousel__navArrow {
  position: absolute;
  right: 20px;
  top: 40%;
}

#parents a.TopOthers__link:hover .TopCompany__toTop .Carousel__navArrow path {
  fill: #fff;
}

#parents .bn_anshin_selif {
  position: absolute;
  left: 6px;
  bottom: 35%;
  width: 260px;
  height: 134px;
}

#parents .bn_anshin_selif img {
  margin-left: var(--container-gap);
  width: 100%;
  height: auto;
}

#anshin p,
#anshin ul li {
  font-size: 1.1em;
}

#anshin ul.anshin_list li {
  position: relative;
  margin-left: 2.4rem;
  padding-left: 1rem;
  list-style-type: disc;
  font-weight: bold;
}

#anshin ul.anshin_list li:not(:last-child) {
  margin-bottom: 1rem;
}

#anshin ul.Box.red_box li {
  position: relative;
  margin-left: 1rem;
  list-style-type: disc;
  color: #e00006;
  font-size: 1.2em;
  font-weight: bold;
}

#anshin ul.Box.red_box li:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .pc_only {
    display: none;
  }
  #anshin picture.sp_only {
    margin-bottom: 2rem;
    display: block;
  }
  #anshin picture.sp_only img {
    padding-bottom: 1rem;
    display: block;
  }
  #parents .bn_anshin_selif {
    width: 130px;
    height: auto;
    bottom: auto;
    top: 25%;
  }
  #parents .bn_anshin_selif img {
    margin-left: 5px;
  }
  .check {
    display: none;
  }
  .label {
    color: var(--color-heading);
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    height: 30px;
    padding: 20px;
    border: 1px solid var(--color-border);
    position: relative;
  }
  .label .arrow {
    position: absolute;
    right: 20px;
    display: inline-block;
    padding: 10px;
  }
  .label .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #e00006;
    border-right: solid 2px #e00006;
    position: absolute;
    left: 10px;
    top: 0px;
    transform: rotate(135deg);
  }
  .sp_accordion {
    display: block;
    align-items: center;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.5s;
  }
  .check:checked + .label + .sp_accordion {
    height: auto;
    padding: 0px;
  }
  .check:checked + .label .arrow::before {
    transform: rotate(-45deg);
    top: 8px;
  }
}
.Module__row {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.Module__title:after {
  content: "：";
}
