@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main > * {
  padding: 15rem 0;
}
.main .inner {
  width: calc(1600 / 1920 * 100%);
  max-width: 1600px;
}

.header {
  position: fixed;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header.is-open h1 a img {
  opacity: 1 !important;
}
.header.is-open h1 a::after {
  opacity: 0 !important;
}
.header.is-open .btn-menu span {
  background-color: #3e3a39 !important;
}
.header.is-invert {
  background-color: transparent;
}
.header.is-invert h1 a img {
  opacity: 0;
}
.header.is-invert h1 a::after {
  opacity: 1;
}
.header.is-invert .btn-menu span {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header.is-invert .nav-menu > li > button,
  .header.is-invert .nav-menu > li > a {
    color: #ffffff;
  }
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #000000;
}
.mv.is-appear {
  opacity: 1;
}
.mv-img {
  position: relative;
  padding: calc(308 / 750 * 100%) 0 22rem;
  background: url(../images/top/mv_bg-sp.jpg) no-repeat top center/100% auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv-img {
    padding: calc(144 / 1920 * 100%) 0 0;
    background-image: url(../images/top/mv_bg-pc.jpg);
  }
}
@media (min-aspect-ratio: 16/8.8) {
  .mv-img {
    margin: 0 auto;
    padding-top: 13.5vh;
    max-width: 180vh;
  }
}
.mv-img::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(to top, #000000 0%, transparent 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv-img::after {
    height: 36%;
  }
}
.mv-img-item {
  position: absolute;
}
.mv-img-item > img {
  position: relative;
}
.mv-img-item > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-img-item.is-active img:last-child {
  opacity: 1;
}
.mv-img-item:nth-child(1) {
  top: 0;
  left: 0;
  margin: calc(105 / 750 * 100%) 0 0 calc(222 / 750 * 100%);
  width: calc(220 / 750 * 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv-img-item:nth-child(1) {
    margin: calc(184 / 1920 * 100%) 0 0 calc(283 / 1920 * 100%);
    width: calc(281 / 1920 * 100%);
  }
}
.mv-img-item:nth-child(2) {
  top: 0;
  left: 0;
  margin: calc(202 / 750 * 100%) 0 0 calc(-70 / 750 * 100%);
  width: calc(450 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .mv-img-item:nth-child(2) {
    margin: calc(306 / 1920 * 100%) 0 0 calc(-79 / 1920 * 100%);
    width: calc(562 / 1920 * 100%);
  }
}
.mv-img-item:nth-child(3) {
  top: 0;
  right: 0;
  margin: calc(180 / 750 * 100%) calc(-110 / 750 * 100%) 0 0;
  width: calc(440 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .mv-img-item:nth-child(3) {
    margin: calc(144 / 1920 * 100%) calc(230 / 1920 * 100%) 0 0;
    width: calc(552 / 1920 * 100%);
  }
}
.mv-img-item:nth-child(4) {
  top: 0;
  left: 0;
  margin: calc(796 / 750 * 100%) 0 0 calc(-100 / 750 * 100%);
  width: calc(338 / 750 * 100%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mv-img-item:nth-child(4) {
    left: auto;
    right: 0;
    margin: calc(524 / 1920 * 100%) calc(237 / 1920 * 100%) 0 0;
    width: calc(422 / 1920 * 100%);
    z-index: 2;
  }
}
.mv-img-item:nth-child(5) {
  top: 0;
  right: 0;
  margin: calc(907 / 750 * 100%) calc(-21 / 750 * 100%) 0 0;
  width: calc(226 / 750 * 100%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mv-img-item:nth-child(5) {
    margin: calc(484 / 1920 * 100%) calc(-18 / 1920 * 100%) 0 0;
    width: calc(282 / 1920 * 100%);
  }
}
.mv-img-center {
  position: relative;
  margin-left: -10.15625%;
  width: calc(765 / 640 * 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv-img-center {
    margin: 0 0 calc(-71 / 1920 * 100%) calc(398 / 1920 * 100%);
    width: calc(1116 / 1920 * 100%);
  }
}
.mv-line {
  bottom: -61rem;
  left: 0;
  height: calc(1640 / 750 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv-line {
    bottom: -69.9rem;
    height: calc(1640 / 1920 * 100vw);
  }
}
.mv-line.is-active use {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.mv-line.is-appear use {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mv-line svg {
  bottom: 0;
  left: 0;
  margin: 0 0 0 calc(-697 / 750 * 100%);
  width: calc(2144 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .mv-line svg {
    margin: 0 0 0 calc(88 / 750 * 100%);
    width: calc(2144 / 1920 * 100vw);
  }
}
.mv-catch {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 9.2rem;
  line-height: 1.25;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.mv-catch.is-appear {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv-catch {
    bottom: 8rem;
    font-size: 10.4rem;
  }
}
.mv-catch p {
  position: relative;
  text-align: center;
  left: 0.3em;
  width: 100%;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-animation: fadeInOut 8s cubic-bezier(0.75, 0, 0.25, 1) infinite;
          animation: fadeInOut 8s cubic-bezier(0.75, 0, 0.25, 1) infinite;
  opacity: 0;
}
.mv-catch p.mv-catch-item01 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .mv-catch p.mv-catch-item01 {
    padding-left: 0.04em;
  }
  .mv-catch p.mv-catch-item01 span {
    letter-spacing: -0.08em;
  }
}
.mv-catch p.mv-catch-item02 {
  position: absolute;
  top: 0;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@media screen and (min-width: 768px) {
  .mv-catch p.mv-catch-item02 span {
    letter-spacing: 0.07em;
  }
}
.mv-catch p em {
  font-style: normal;
  color: #f20008;
}

@-webkit-keyframes fadeInOut {
  0%, 1% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99%, 100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0%, 1% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99%, 100% {
    opacity: 0;
  }
}
/* =====================================================================
    notice
======================================================================*/
.notice {
  padding: 4rem 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .notice {
    padding: 3rem 0;
  }
}
.notice-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -3.125%;
  width: calc(680 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .notice-column {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
}
.notice-ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .notice-ttl {
    font-size: 113%;
  }
}
.notice-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2.9411764706%;
  padding-left: 2.9411764706%;
  border-left: 1px solid #f20008;
}
.notice-list li:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3e3a39;
}
.notice-list li a {
  display: inline-block;
  color: #ffffff;
}
.notice-list li time {
  display: block;
  margin-bottom: 0.5em;
  font-family: "EB Garamond", serif;
}
.notice-list li h3 {
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  .notice-list li h3 {
    font-size: 120%;
  }
}
.notice-list li h3 {
  line-height: 1.5;
}

.ai-notice {
  text-align: right;
  margin-top: 0.5em;
  padding: 0 !important;
}
.ai-notice p {
  font-size: 1.6rem;
  color: #bbbbbb;
}

/* =====================================================================
    lead
======================================================================*/
.lead {
  padding-top: 24rem;
}
.lead-deco01 {
  top: 24rem;
  right: 5.5rem;
  color: #f2f1ed;
}
@media screen and (min-width: 768px) {
  .lead-deco01 {
    top: 16rem;
    right: 16rem;
  }
}
.lead-deco02 {
  bottom: -5rem;
  left: 5.5rem;
  font-size: 6.4rem;
  color: #f2f1ed;
}
@media screen and (max-width: 767px) {
  .lead-deco02 {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
@media screen and (min-width: 768px) {
  .lead-deco02 {
    bottom: -8rem;
    left: 16rem;
  }
}
.lead-line {
  bottom: -90rem;
  height: 166.1rem;
}
@media screen and (min-width: 768px) {
  .lead-line {
    bottom: -130rem;
    height: 160.3rem;
  }
}
.lead-line svg {
  width: 219.6rem;
  left: -72.3rem;
}
@media screen and (min-width: 768px) {
  .lead-line svg {
    left: auto;
    right: -37.5rem;
    width: 109.1rem;
  }
}
.lead .sec-ttl {
  text-align: left;
  font-size: 4.8rem;
  margin: 0 0 10rem;
}
@media screen and (min-width: 768px) {
  .lead .sec-ttl {
    margin: 0 auto 8rem;
    max-width: 980px;
    width: 75%;
  }
}
.lead .sec-ttl .ja {
  line-height: 1.5;
}
.lead .text01 {
  font-size: 97%;
  letter-spacing: 0.1em;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .lead .text01 {
    text-align: left;
    margin-left: auto;
    width: 54%;
    min-width: 400px;
    font-size: 143%;
    line-height: 2;
  }
}

/* =====================================================================
    service
======================================================================*/
.service-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 calc(50 / 1280 * 100%);
  }
  .service-wrap::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin-left: -28.5714285714%;
    margin-left: calc(-160 / 1280 * 100%);
    width: calc(560 / 1280 * 100%);
    height: calc(100% - 18rem);
    background-color: #f7f6f2;
  }
  .service-wrap .sec-ttl {
    position: sticky;
    top: 12rem;
    width: 100%;
    height: 70vh;
  }
  .service-wrap > *:not(.sec-ttl) {
    margin-top: -40vh;
  }
}
.service-list {
  position: relative;
  counter-reset: num;
}
@media screen and (min-width: 768px) {
  .service-list {
    width: calc(880 / 1600 * 100%);
  }
}
.service-list li {
  position: relative;
  padding: 8rem 0 7rem 8rem;
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  .service-list li {
    position: sticky;
    top: 30vh;
    padding: 0;
    border-top: 1px solid #d9d8d4;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.service-list li:last-child {
  padding-bottom: 0;
  border-top: 1px solid #d9d8d4;
}
.service-list li::before {
  content: "0" counter(num);
  position: absolute;
  display: block;
  left: 0;
  font-family: "EB Garamond", serif;
  font-size: 4.8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-list li::before {
    top: 8vh;
    left: 3rem;
    font-size: 2.4rem;
    font-size: clamp(2.4rem, 1.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .service-list li::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 32rem;
    background-color: #f7f6f2;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .service-list li.is-active {
    opacity: 1;
  }
  .service-list li.is-active a {
    background-color: #f7f6f2;
  }
}
@media screen and (min-width: 768px) {
  .service-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8vh 10rem;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .service-list li a:hover {
    opacity: 1;
    background-color: #f7f6f2;
  }
}
.service-list li a > *:not(:last-child) {
  margin-bottom: 3rem;
}
.service-list li figure {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .service-list li figure {
    display: none;
  }
}
.service-list li h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 133%;
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .service-list li h3 {
    font-size: 177%;
  }
}
.service-list li p span {
  color: #b60005;
}
@media screen and (min-width: 768px) {
  .service-image {
    position: sticky;
    top: 25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(560 / 1600 * 100%);
    height: 100%;
  }
  .service-image div {
    position: relative;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .service-image div.is-active {
    visibility: visible;
    opacity: 1;
  }
  .service-image div:not(:nth-child(4)) {
    position: absolute;
    top: 0;
  }
}

/* =====================================================================
    contents
======================================================================*/
.contents-line {
  top: -60.5rem;
  height: 142.8rem;
}
@media screen and (min-width: 768px) {
  .contents-line {
    top: -75rem;
  }
}
.contents-line svg {
  left: -45rem;
  width: 149rem;
}
@media screen and (min-width: 768px) {
  .contents-line svg {
    left: auto;
    right: -2rem;
  }
}
.contents-line use {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12%, black), color-stop(88%, black), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12%, black), color-stop(88%, black), to(transparent));
          mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
}
.contents .text01 {
  margin-bottom: 12rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .contents .text01 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10%;
    width: calc(1920 / 1600 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .contents-list li {
    margin: 0 calc(50% - 50vw);
  }
  .contents-list li:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.contents-list li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contents-list li {
    width: calc(624 / 1920 * 100%);
  }
}
.contents-list li > * {
  position: relative;
  z-index: 1;
}
.contents-list li > a {
  position: relative;
  padding: calc(48 / 750 * 100%) 0 calc(26 / 750 * 100%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contents-list li > a:hover {
    opacity: 1;
  }
  .contents-list li > a:hover p {
    color: #b60005;
  }
  .contents-list li > a:hover p::after {
    right: 0.5em;
  }
}
.contents-list li h3 {
  display: inline-block;
  margin-bottom: 4rem;
  padding: 0.1em 2.6em;
  font-family: "Noto Serif JP", serif;
  font-size: 133%;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contents-list li h3 {
    font-size: 3.6rem;
    font-size: clamp(3.6rem, 2.0vw, 20px);
  }
}
.contents-list li p {
  position: relative;
  margin: 0 auto;
  padding: 0.5em 5rem;
  padding-right: 2.5em;
  width: calc(640 / 750 * 100%);
  line-height: 1.5;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contents-list li p {
    max-width: 440px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.contents-list li p::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  width: 1.1em;
  height: 1.1em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #b60005;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.contents-list-img {
  position: relative;
  margin: 0 auto 4rem;
  width: calc(540 / 750 * 100%);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .contents-list-img {
    max-width: 440px;
  }
}
.contents-list-img figure {
  position: absolute;
  width: 54.6296296296%;
  padding-top: 77.962962963%;
  overflow: hidden;
  -webkit-box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
}
.contents-list-img figure:first-child {
  top: 0;
  right: 0;
  z-index: 3;
}
.contents-list-img figure:last-child {
  bottom: 0;
  left: 0;
}
.contents-list-img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.contents-list-img figure img.is-active {
  opacity: 1;
}
.contents-list-drama {
  background-image: url(../images/top/contents_drama_bg.jpg);
}
.contents-list-comic {
  background-image: url(../images/top/contents_comic_bg.jpg);
}
.contents-list-comic .contents-list-img figure:first-child {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.contents-list-comic .contents-list-img figure:last-child {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  z-index: 3;
}
.contents-list-youtube {
  background-image: url(../images/top/contents_youtube_bg.jpg);
}
.contents-list-youtube figure {
  width: 72.962962963%;
  padding-top: 41.1111111111%;
}
.contents-list-youtube figure:first-child {
  margin-top: 8.8888888889%;
}
.contents-list-youtube figure:last-child {
  margin-bottom: 8.8888888889%;
}

/* =====================================================================
    news
======================================================================*/
.news-line {
  top: -15rem;
  height: 81.1rem;
}
.news-line svg {
  left: -13.9rem;
  width: 77.9rem;
}
@media screen and (min-width: 768px) {
  .news-list {
    margin: 0 auto;
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) {
  .news-list li {
    padding: 0 2.0833333333%;
  }
}
.news-list li:not(:last-child) {
  margin-bottom: 6.4rem;
  padding-bottom: 6.4rem;
  border-bottom: 1px solid #d9d8d4;
}
@media screen and (min-width: 768px) {
  .news-list li:not(:last-child) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news-list li a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-list li figure {
  width: calc(280 / 640 * 100%);
  background-color: #f7f6f2;
}
@media screen and (max-width: 767px) {
  .news-list li figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .news-list li figure {
    width: 30.4347826087%;
  }
}
.news-list li figure img {
  aspect-ratio: 210/140;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-list li h3 {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news-list li h3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(320 / 640 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .news-list li h3 {
    -webkit-line-clamp: 3;
  }
}
.news-list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .news-list-date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news-list-date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news-list-date time {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 110%;
}
.news-list-date .category {
  display: inline-block;
  padding: 0.4em 1.2em;
  font-size: 73%;
  letter-spacing: 0.2em;
  background-color: #f7f6f2;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .news-list-date .category {
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .news-list-right {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .news-list-right {
    width: 65.2173913043%;
  }
}

/* =====================================================================
    company
======================================================================*/
.company > .inner {
  z-index: initial;
}
.company-line {
  top: -55rem;
  height: 160.3rem;
}
@media screen and (min-width: 768px) {
  .company-line {
    top: -68rem;
    z-index: 3;
  }
}
.company-line svg {
  right: -43.4rem;
  width: 109.1rem;
}
@media screen and (min-width: 768px) {
  .company-line svg {
    right: -30rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.company-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .company-text {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .company-text {
    width: calc(710 / 1600 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .company-text .sec-ttl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 768px) {
  .company-text .sec-ttl {
    text-align: left;
  }
}
.company-text .text02 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .company-text .text02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .company-text .text02 {
    margin-bottom: 4rem;
  }
}
.company-text .text02 small {
  color: #3e3a39;
}
.company-text .text01 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .company-text .text01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .company-text .text01 {
    text-align: left;
  }
}
.company-text .btn01 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .company-text .btn01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) {
  .company-text .btn01 {
    margin-top: 4rem;
    text-align: left;
  }
}
.company-text .btn01 a {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  min-width: calc(280 / 640 * 100%);
  letter-spacing: 0;
  color: #3e3a39;
  background-color: #ffffff;
  border: 1px solid #b60005;
}
@media screen and (min-width: 768px) {
  .company-text .btn01 a {
    text-align: center;
    min-width: 33.8028169014%;
    -webkit-transition-property: border-color;
    transition-property: border-color;
  }
  .company-text .btn01 a::before {
    background-color: #d9d8d4;
  }
  .company-text .btn01 a:hover {
    border-color: #d9d8d4;
  }
}
.company-text .btn01 a::after {
  background-color: #b60005;
}
.company-img {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .company-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) {
  .company-img {
    padding-top: 0;
    width: calc(800 / 1600 * 100%);
  }
}
.company-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin-right: calc(50% - 50vw);
  width: 50vw;
  height: calc(100% + 29.2rem);
  background-color: #f7f6f2;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company-img::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: -22.5%;
    width: 70%;
    height: calc(100% + 30rem);
  }
}
.company-img-slider .slick-list {
  z-index: 4;
}
.company-img-slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.6rem;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  .company-img-slider-arrows {
    font-size: 4.8rem;
  }
}
.company-img-slider-arrows .slick-arrow {
  position: relative;
  margin-left: 0.277em;
  width: 1em;
  height: 1em;
  border-radius: 0.12em;
  background-color: #3e3a39;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .company-img-slider-arrows .slick-arrow {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .company-img-slider-arrows .slick-arrow:hover {
    background-color: #b60005;
  }
}
.company-img-slider-arrows .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.35em;
  height: 0.35em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
.company-img-slider-arrows .slick-arrow.prev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.company-img-slider-arrows .slick-arrow.next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.company-img-slider-arrows .slick-dots {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2em 0;
  font-size: 20%;
}
.company-img-slider-arrows .slick-dots li {
  display: inline-block;
  margin: 0 1em;
  width: 1em;
  height: 1em;
}
.company-img-slider-arrows .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.company-img-slider-arrows .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d9d8d4;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .company-img-slider-arrows .slick-dots li button:hover::before {
    background-color: #b60005;
  }
}
.company-img-slider-arrows .slick-dots li.slick-active button::before {
  background-color: #b60005;
}

/* =====================================================================
    recruit
======================================================================*/
.recruit-line {
  top: -38rem;
  height: 160.3rem;
}
.recruit-line svg {
  left: -42.9rem;
  width: 109.1rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.recruit > .inner {
  z-index: initial;
}
.recruit .sec-ttl .ja {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recruit .company-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .recruit .company-img::before {
    right: auto;
    left: 0;
    margin: 0 0 0 -22.5%;
  }
}

.footer-line {
  z-index: 3;
}/*# sourceMappingURL=top.css.map */