@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/jid5chq.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section > h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 40px;
}
section > h3::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #009d96;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  border-radius: 40px;
  display: block;
}
section > h3 span {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .btn {
  width: 25%;
  margin: 0 auto;
}
section .btn a {
  width: 100%;
  height: 56px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section .btn a:hover {
  background-color: #009d96;
}
section .btn a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#hero {
  width: 100%;
  padding-top: 107px;
  margin: 0 auto 40px auto;
  position: relative;
}
section#hero::before {
  content: "";
  width: 100%;
  height: 50vh;
  background: linear-gradient(to bottom, #B6C0CA, #FFF);
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
section#hero .inner {
  width: 100%;
  overflow: hidden;
}
section#hero .inner .visual {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
section#hero .inner .visual .poster {
  width: 100%;
}
section#hero .inner .visual .poster .swiper-wrapper {
  transition-timing-function: linear;
}
section#hero .inner .visual .poster .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
section#hero .inner .visual .poster .swiper-wrapper .swiper-slide a {
  display: block;
}
section#hero .inner .visual .poster .swiper-wrapper .swiper-slide a:hover img {
  transform: scale(1.05);
}
section#hero .inner .visual .poster .swiper-wrapper .swiper-slide img {
  width: 100%;
  transition: all 0.2s ease-out 0s;
}
section#banner {
  width: 100%;
  margin: 0 auto 40px auto;
}
section#banner .inner {
  width: calc(100% - 240px);
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
section#banner .inner figure {
  width: calc((100% - 48px) / 3);
}
section#banner .inner figure a {
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#banner .inner figure a:hover img {
  transform: scale(1.05);
}
section#banner .inner figure a img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
section#nowshow {
  width: 100%;
  padding: 80px 0;
  background-color: #ECE7E0;
}
section#nowshow h3::before {
  background-image: url(../../common/images/icon_onshow.svg);
}
section#nowshow .inner {
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
section#nowshow .inner:not(:last-child) {
  margin-bottom: 40px;
}
section#nowshow .inner > div {
  width: calc((100% - 96px) / 5);
}
section#nowshow .inner > div a {
  width: 100%;
}
section#nowshow .inner > div a:hover figure img {
  transform: scale(1.05);
}
section#nowshow .inner > div a figure {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
section#nowshow .inner > div a figure img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
section#nowshow .inner > div a dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
section#nowshow .inner > div a dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  padding: 4px 8px;
  background-color: #009d96;
  border-radius: 4px;
}
section#nowshow .inner > div a dl dt span:nth-child(2) {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#nowshow .inner > div a dl dd {
  color: #4E4E4E;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
}
section#media {
  width: 100%;
  padding: 80px 0;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}
section#media h3::before {
  background-image: url(../../common/images/icon_media.svg);
}
section#media .media-slider {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#media .media-slider:not(:last-child) {
  margin-bottom: 40px;
}
section#media .media-slider.swiper-initialized {
  max-width: 1040px;
}
section#media .media-slider.swiper-initialized .swiper-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}
section#media .media-slider.swiper-initialized .swiper-wrapper .swiper-slide {
  width: auto;
}
section#media .media-slider .arrow {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
  transition: all 0.25s ease-in 0s;
  display: none;
}
section#media .media-slider .arrow[role=button] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#media .media-slider .arrow:hover {
  background-color: #009d96;
}
section#media .media-slider .arrow.prev {
  left: 40px;
}
section#media .media-slider .arrow.next {
  right: 40px;
}
section#media .media-slider .swiper-wrapper {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
section#media .media-slider .swiper-wrapper .swiper-slide {
  width: calc((100% - 96px) / 5);
}
section#media .media-slider .swiper-wrapper .swiper-slide a {
  width: 100%;
}
section#media .media-slider .swiper-wrapper .swiper-slide a:hover figure img {
  transform: scale(1.05);
}
section#media .media-slider .swiper-wrapper .swiper-slide a figure {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
section#media .media-slider .swiper-wrapper .swiper-slide a figure img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
section#media .media-slider .swiper-wrapper .swiper-slide a dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
section#media .media-slider .swiper-wrapper .swiper-slide a dl dt span:nth-child(1) {
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  padding: 4px 8px;
  background-color: #009d96;
  border-radius: 4px;
}
section#media .media-slider .swiper-wrapper .swiper-slide a dl dt span:nth-child(2) {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#media .media-slider .swiper-wrapper .swiper-slide a dl dd {
  color: #4E4E4E;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
}
section#art {
  width: calc(100% - 240px);
  margin: 0 auto 120px auto;
}
section#art .title {
  width: 100%;
  position: relative;
}
section#art .title > a {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
section#art .title > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
section#art .title > a h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#art .title > a h3::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FFF;
  background-image: url(../../common/images/icon_art2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  border-radius: 40px;
  display: block;
}
section#art .title > a h3 span {
  transition: all 0.25s ease-in 0s;
}
section#art .title > a h3 span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .title > a h3 span:nth-child(2) {
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#art .title > a .btn {
  width: 25vw;
  height: 56px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#art .title > a .btn span {
  color: #009d96;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#news {
  width: 100%;
  padding: 80px 0;
  background-color: #F9F7F4;
}
section#news:not(:last-child) {
  margin-bottom: 0px;
}
section#news .title {
  width: calc(100% - 240px);
  max-width: 1280px;
  padding-bottom: 16px;
  border-bottom: solid 2px #4E4E4E;
  margin: 0 auto 16px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#news .title h3 {
  margin: 0;
}
section#news .title h3 span {
  color: #000;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#news .title .btn {
  width: 120px;
  margin: 0px;
}
section#news .title .btn a {
  height: 40px;
}
section#news .title .btn a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#news .post {
  text-align: left;
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
}
section#news .post dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#news .post dl:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #4E4E4E;
}
section#news .post dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 20%;
}
section#news .post dl dd {
  width: 80%;
}
section#news .post dl dd a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
section#news .post dl dd a:hover {
  color: #05a365;
}
section#company {
  width: 100%;
  padding: 80px 0;
}
section#company h3::before {
  background-image: url(../../common/images/icon_company.svg);
}
section#company .inner {
  width: calc(100% - 480px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 24px;
}
section#company .inner .thumb {
  width: calc((100% - 48px) / 3);
  position: relative;
}
section#company .inner .thumb:hover a {
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
}
section#company .inner .thumb:hover figure img {
  transform: scale(1.05);
}
section#company .inner .thumb a {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
}
section#company .inner .thumb a dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
}
section#company .inner .thumb a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#company .inner .thumb a dl dd {
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#company .inner .thumb figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
section#company .inner .thumb figure img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}

@media screen and (max-height: 1180px) {
  section#hero {
    padding-top: 84px;
  }
  section#company .inner {
    width: calc(100% - 240px);
  }
}
/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section > h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 24px;
  }
  section > h3::before {
    content: "";
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-radius: 24px;
  }
  section > h3 span {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section .btn {
    width: 50%;
  }
  section .btn a {
    width: 100%;
    height: 32px;
  }
  section .btn a:hover {
    background-color: #000;
  }
  section .btn a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#hero {
    width: 100%;
    padding-top: 56px;
    margin: 0 auto 40px auto;
  }
  section#hero .inner .visual {
    max-width: 100%;
  }
  section#hero .inner .visual .poster .swiper-wrapper .swiper-slide {
    border-radius: 8px;
  }
  section#hero .inner .visual .poster .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1);
  }
  section#banner {
    margin: 0 auto 40px auto;
  }
  section#banner .inner {
    width: calc(100% - 32px);
    max-width: 100%;
    gap: 0 8px;
  }
  section#banner .inner figure {
    width: 100%;
    flex-shrink: grow;
  }
  section#banner .inner figure a {
    color: #FFF;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#banner .inner figure a:hover img {
    transform: scale(1.05);
  }
  section#banner .inner figure a img {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  section#nowshow {
    padding: 40px 0;
  }
  section#nowshow .inner {
    width: calc(100% - 32px);
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 24px 16px;
  }
  section#nowshow .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#nowshow .inner > div {
    width: calc((100% - 16px) / 2);
  }
  section#nowshow .inner > div a:hover figure img {
    transform: scale(1);
  }
  section#nowshow .inner > div a figure {
    margin-bottom: 16px;
  }
  section#nowshow .inner > div a dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 8px;
  }
  section#nowshow .inner > div a dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 4px;
  }
  section#nowshow .inner > div a dl dt span:nth-child(2) {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#nowshow .inner > div a dl dd {
    color: #4E4E4E;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#media {
    padding: 40px 0;
  }
  section#media .media-slider {
    width: 100%;
    padding: 0 16px;
  }
  section#media .media-slider:not(:last-child) {
    margin-bottom: 40px;
  }
  section#media .media-slider.swiper-initialized {
    padding: 0px;
  }
  section#media .media-slider.swiper-initialized .swiper-wrapper {
    justify-content: flex-start;
    gap: 0px;
  }
  section#media .media-slider.swiper-initialized .swiper-wrapper .swiper-slide {
    width: auto;
  }
  section#media .media-slider .swiper-wrapper {
    width: 100%;
    gap: 8px;
  }
  section#media .media-slider .swiper-wrapper .swiper-slide {
    width: calc((100% - 16px) / 3);
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a {
    width: 100%;
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a:hover figure img {
    transform: scale(1);
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a figure {
    width: 100%;
    margin-bottom: 16px;
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a dl {
    text-align: left;
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a dl dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 0;
    margin-bottom: 8px;
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a dl dt span:nth-child(1) {
    color: #FFF;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding: 4px 8px;
    background-color: #009d96;
    border-radius: 4px;
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a dl dt span:nth-child(2) {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#media .media-slider .swiper-wrapper .swiper-slide a dl dd {
    color: #4E4E4E;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#news {
    padding: 40px 0;
  }
  section#news .title {
    width: calc(100% - 32px);
    max-width: 100%;
    padding-bottom: 16px;
    border-bottom: solid 2px #4E4E4E;
    margin: 0 auto 16px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  section#news .title h3 {
    margin: 0;
  }
  section#news .title h3 span {
    color: #000;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#news .title .btn {
    width: 104px;
    margin: 0px;
  }
  section#news .title .btn a {
    height: 32px;
  }
  section#news .title .btn a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#news .post {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#news .post dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 0;
  }
  section#news .post dl:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  }
  section#news .post dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
  }
  section#news .post dl dd {
    width: 100%;
  }
  section#news .post dl dd a {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  section#news .post dl dd a:hover {
    background-color: transparent;
  }
  section#art {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
  }
  section#art .title {
    width: 100%;
    position: relative;
  }
  section#art .title > a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#art .title > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  section#art .title > a h3 {
    gap: 8px 0;
  }
  section#art .title > a h3::before {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-radius: 24px;
    margin-bottom: 8px;
  }
  section#art .title > a h3 span {
    transition: all 0.25s ease-in 0s;
  }
  section#art .title > a h3 span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#art .title > a h3 span:nth-child(2) {
    color: #FFF;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#art .title > a .btn {
    width: 50%;
    height: 32px;
  }
  section#art .title > a .btn span {
    color: #009d96;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#art .title > figure {
    width: 150vw;
    position: relative;
    transform: translateX(-37.5vw);
    z-index: -1;
  }
  section#company {
    width: 100%;
    padding: 40px 0;
  }
  section#company .inner {
    width: calc(100% - 32px);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
  }
  section#company .inner .thumb {
    width: calc((100% - 16px) / 2);
  }
  section#company .inner .thumb:hover a {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
  }
  section#company .inner .thumb:hover figure img {
    transform: scale(1.05);
  }
  section#company .inner .thumb a {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: all 0.25s ease-in 0s;
  }
  section#company .inner .thumb a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
  }
  section#company .inner .thumb a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#company .inner .thumb a dl dd {
    color: #FFF;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#company .inner .thumb figure {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  section#company .inner .thumb figure img {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
}

/*# sourceMappingURL=style_home.css.map */
