@charset "UTF-8";
/*----------------------------------------------------
top common
----------------------------------------------------*/
.column_title {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .column_title {
    text-align: center;
  }
}
.column_title .bgTitle {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-weight: bold;
  line-height: 0.8;
  position: absolute;
  z-index: -1;
  letter-spacing: -0.01em;
  font-size: 72px;
}
@media all and (max-width: 750px) {
  .column_title .bgTitle {
    top: -15px;
    width: 100%;
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .column_title .bgTitle {
    font-size: 118px;
    top: -50px;
    left: -30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .column_title .bgTitle {
    top: -30px;
    font-size: 10vw;
  }
}
.column_title .subTitle {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #a9161b;
  font-weight: bold;
  font-size: 18px;
}
.column_title .copy {
  line-height: 1.5;
  font-size: 22px;
}
@media all and (max-width: 750px) {
  .column_title .copy {
    margin-top: 35px;
  }
}
@media all and (min-width: 751px) {
  .column_title .copy {
    font-size: 29px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .column_title .copy {
    font-size: 24px;
  }
}

.btWrap {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .btWrap {
    text-align: center;
  }
}
.btWrap .commonBt {
  background: #101010;
  border: 2px solid #101010;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 10px;
  width: 141px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 16px;
}
@media (hover: hover) {
  .btWrap .commonBt:hover {
    background-color: #fff;
    color: #101010;
  }
}

@media all and (min-width: 751px) {
  .columnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 751px) {
  .columnWrap .columnBox {
    width: 50%;
  }
}
.columnWrap .columnBox .column_read {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .columnWrap .columnBox .column_read {
    margin-top: 16px;
  }
}
.columnWrap .columnBox .column_read p:not(:last-child) {
  margin-bottom: 1em;
}
.columnWrap .columnBox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (min-width: 751px) {
  .columnWrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*----------------------------------------------------
mv
----------------------------------------------------*/
#mv {
  height: calc(100svh - var(--header_height));
  height: calc(100vh - var(--header_height));
}
#mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------
message
----------------------------------------------------*/
#message {
  background: #ebebeb;
}
#message .columnWrap {
  width: min(1200px, 100%);
  margin-inline: auto;
}
#message .columnWrap .texts {
  padding: 70px 20px 40px;
}
@media all and (min-width: 751px) {
  #message .columnWrap .texts {
    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: 80px 40px 40px 80px;
  }
}
#message .columnWrap .texts .column_title .bgTitle {
  color: #fff;
}
@media all and (min-width: 751px) {
  #message .columnWrap .texts .column_title .bgTitle {
    top: -50px;
    left: -40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #message .columnWrap .texts .column_title .bgTitle {
    top: -30px;
  }
}
@media all and (min-width: 751px) {
  #message .columnWrap .texts .column_title .bgTitle span:nth-of-type(2) {
    text-indent: 1.1em;
  }
}
@media all and (min-width: 751px) {
  #message .columnWrap .texts .column_read {
    max-width: 350px;
  }
}

/*----------------------------------------------------
service
----------------------------------------------------*/
#service {
  overflow: hidden;
}
#service .columnWrap {
  width: min(1200px, 100%);
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  #service .columnWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#service .columnWrap .texts {
  padding: 70px 20px 40px;
}
@media all and (min-width: 751px) {
  #service .columnWrap .texts {
    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: 80px 80px 40px 60px;
  }
}
#service .columnWrap .columnBox .column_title .bgTitle {
  color: #e8e7e7;
}
@media all and (min-width: 751px) {
  #service .columnWrap .columnBox .column_title .bgTitle {
    top: -48px;
    left: -8px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #service .columnWrap .columnBox .column_title .bgTitle {
    top: -30px;
  }
}

/*----------------------------------------------------
interview
----------------------------------------------------*/
#interview {
  overflow: hidden;
  background-color: #a9161b;
}
@media all and (max-width: 750px) {
  #interview {
    position: relative;
    background-image: url(../images/top/interview_bg-sp.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 70px 0 60px;
  }
  #interview::before {
    position: absolute;
    content: "";
    background-color: #a9161b;
    width: 55px;
    height: 100%;
    top: 0;
    right: 0;
  }
  #interview::after {
    position: absolute;
    content: "";
    background-color: #888886;
    width: 90px;
    height: 80px;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 751px) {
  #interview .content {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-image: url(../images/top/interview_bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
#interview .columnWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 750px) {
  #interview .columnWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #interview .columnWrap::before {
    position: absolute;
    content: "";
    background-color: #a9161b;
    width: 55px;
    height: 60px;
    bottom: 0;
    left: -20px;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  #interview .columnWrap .btWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (max-width: 750px) {
  #interview .columnWrap .texts {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 318px;
  }
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts .column_title {
    padding: 0 8px;
  }
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts .column_title .subTitle {
    font-size: 39px;
  }
}
#interview .columnWrap .texts .column_title .bgTitle {
  color: #fff;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts .column_title .bgTitle {
    width: 100%;
    left: 34%;
    font-size: 130px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #interview .columnWrap .texts .column_title .bgTitle {
    font-size: 120px;
    left: 40%;
  }
}
@media all and (max-width: 750px) {
  #interview .columnWrap .texts .column_title .bgTitle .dInlineBlock {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts .column_title .bgTitle span:nth-of-type(2) {
    text-indent: 0.8em;
  }
}
#interview .columnWrap .texts .btWrap {
  margin-top: 70px;
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts .btWrap {
    text-align: center;
    margin-top: 16px;
  }
}
@media all and (min-width: 751px) {
  #interview .columnWrap .texts .btWrap .commonBt {
    width: 214px;
  }
}
#interview .columnWrap .splide {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  #interview .columnWrap .splide {
    margin-top: 68px;
  }
}
@media all and (min-width: 751px) {
  #interview .columnWrap .splide {
    position: relative;
    width: 100%;
    max-width: 786px;
    margin-right: -168px;
  }
  #interview .columnWrap .splide::before {
    position: absolute;
    content: "";
    background-color: #a9161b;
    aspect-ratio: 1;
    width: 124px;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  #interview .columnWrap .splide::after {
    position: absolute;
    content: "";
    background-color: #888886;
    aspect-ratio: 1;
    width: 124px;
    top: 0;
    left: 262px;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
}
#interview .columnWrap .splide .splide__track {
  padding-top: 60px;
}
@media all and (max-width: 750px) {
  #interview .columnWrap .splide .splide__track {
    margin-inline: calc(50% - 50vw);
  }
}
#interview .columnWrap .splide .splide__slide a {
  display: block;
}
@media (hover: hover) {
  #interview .columnWrap .splide .splide__slide a {
    -webkit-transition: -webkit-filter 0.4s;
    transition: -webkit-filter 0.4s;
    transition: filter 0.4s;
    transition: filter 0.4s, -webkit-filter 0.4s;
  }
  #interview .columnWrap .splide .splide__slide a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
#interview .columnWrap .splide .splide__slide img {
  aspect-ratio: 1;
}
#interview .columnWrap .splide .splide__slide:nth-child(odd) {
  position: relative;
  top: -60px;
}
#interview .columnWrap .splide .splide__arrows {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 1;
  height: 38px;
}
@media all and (min-width: 751px) {
  #interview .columnWrap .splide .splide__arrows {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#interview .columnWrap .splide .splide__arrow {
  all: unset; /* すべてのデフォルトスタイルを解除 */
  cursor: pointer;
  background-color: rgba(39, 38, 34, 0.8);
  background-image: url(../images/icon/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  #interview .columnWrap .splide .splide__arrow:hover {
    background-color: #272622;
  }
}
#interview .columnWrap .splide .splide__arrow > svg {
  display: none;
}
#interview .columnWrap .splide .splide__arrow--prev {
  margin-right: 19px;
}
#interview .columnWrap .splide .splide__arrow--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 19px;
}

/*----------------------------------------------------
crosstalk
----------------------------------------------------*/
#crosstalk {
  overflow: hidden;
  position: relative;
  background-color: #828280;
  padding: 68px 0 48px;
}
@media all and (min-width: 751px) {
  #crosstalk {
    padding: 0;
  }
}
#crosstalk .container {
  position: relative;
}
@media all and (max-width: 750px) {
  #crosstalk .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #crosstalk .container .columnWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #crosstalk .container .btWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#crosstalk .columnWrap {
  counter-reset: number 0;
}
#crosstalk .columnBox {
  counter-increment: number 1;
  position: relative;
}
#crosstalk .columnBox::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 51px;
  color: #fff;
  top: 0;
  left: 20px;
  z-index: 2;
}
#crosstalk .columnBox a {
  display: block;
}
@media (hover: hover) {
  #crosstalk .columnBox a .image {
    overflow: hidden;
  }
  #crosstalk .columnBox a img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  #crosstalk .columnBox a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#crosstalk .columnBox a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media all and (min-width: 751px) {
  #crosstalk .columnBox a img {
    max-height: 600px;
  }
}
#crosstalk .columnBox .texts {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
#crosstalk .columnBox .texts .copy {
  display: inline;
  background-color: rgba(34, 34, 34, 0.9);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 3px 6px;
}
@media all and (min-width: 751px) {
  #crosstalk .columnBox .texts .copy {
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #crosstalk .columnBox .texts .copy {
    line-height: 1.9;
    font-size: 2.4vw;
  }
}
#crosstalk .columnBox .texts .box_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #a9161b;
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  padding: 3px 12px;
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #crosstalk .columnBox .texts .box_ttl {
    font-size: 16px;
    margin-top: 8px;
  }
}
#crosstalk .columnBox.js_scroll {
  position: relative;
  overflow: hidden;
}
#crosstalk .columnBox.js_scroll::before {
  position: absolute;
  content: "";
  background-color: #222;
  inset: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.76, 0.09, 0.215, 1);
  transition: -webkit-transform 1s cubic-bezier(0.76, 0.09, 0.215, 1);
  transition: transform 1s cubic-bezier(0.76, 0.09, 0.215, 1);
  transition: transform 1s cubic-bezier(0.76, 0.09, 0.215, 1), -webkit-transform 1s cubic-bezier(0.76, 0.09, 0.215, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#crosstalk .columnBox.js_scroll .image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
}
@media all and (min-width: 751px) {
  #crosstalk .columnBox.js_scroll:nth-child(2)::before, #crosstalk .columnBox.js_scroll:nth-child(2) .image {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
#crosstalk .columnBox.js_scroll.scroll_active::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#crosstalk .columnBox.js_scroll.scroll_active .image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media all and (max-width: 750px) {
  #crosstalk .column_title {
    margin-bottom: 58px;
  }
}
@media all and (min-width: 751px) {
  #crosstalk .column_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #crosstalk .column_title {
    top: 45%;
  }
}
@media all and (min-width: 751px) {
  #crosstalk .column_title .subTitle {
    font-size: 38px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #crosstalk .column_title .subTitle {
    font-size: 32px;
  }
}
#crosstalk .column_title .bgTitle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fff;
}
@media all and (min-width: 751px) {
  #crosstalk .column_title .bgTitle {
    opacity: 0.7;
    mix-blend-mode: screen;
    font-size: 130px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #crosstalk .column_title .bgTitle {
    font-size: 12vw;
  }
}
@media all and (max-width: 750px) {
  #crosstalk .btWrap {
    margin-top: 40px;
  }
}
@media all and (min-width: 751px) {
  #crosstalk .btWrap {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  #crosstalk .btWrap {
    top: 54%;
  }
}
#crosstalk .btWrap .commonBt {
  background-color: #a9161b;
  border-color: #a9161b;
}
@media all and (min-width: 751px) {
  #crosstalk .btWrap .commonBt {
    width: 214px;
  }
}
@media (hover: hover) {
  #crosstalk .btWrap .commonBt:hover {
    background-color: #fff;
    color: #a9161b;
  }
}

/*----------------------------------------------------
work style
----------------------------------------------------*/
#work-style {
  background: #ebebeb;
  overflow: hidden;
}
#work-style .container {
  position: relative;
  width: min(1200px, 100%);
  margin-inline: auto;
  padding: 75px 0 0;
}
@media all and (min-width: 751px) {
  #work-style .container {
    padding: 83px 0 69px;
  }
}
#work-style .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 109px;
  height: 104px;
  background: #a9161b;
}
@media all and (min-width: 751px) {
  #work-style .columnWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width: 750px) {
  #work-style .columnWrap .texts {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 751px) {
  #work-style .columnWrap .texts {
    padding-left: 20px;
  }
}
#work-style .columnWrap .texts .column_title .bgTitle {
  color: #fff;
}
@media all and (min-width: 751px) {
  #work-style .columnWrap .texts .column_title .bgTitle {
    top: -45px;
  }
}
@media all and (max-width: 750px) {
  #work-style .columnWrap .texts .column_title .bgTitle .dInlineBlock {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  #work-style .columnWrap .texts .column_title .bgTitle span:nth-of-type(2) {
    text-indent: 1.1em;
  }
}
@media all and (max-width: 750px) {
  #work-style .columnWrap .texts .column_read {
    position: relative;
  }
}
@media all and (min-width: 751px) {
  #work-style .columnWrap .texts .column_read {
    max-width: 350px;
  }
}
@media all and (max-width: 750px) {
  #work-style .columnWrap .texts .column_read::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 46px;
    height: 46px;
    background: #a9161b;
    top: 0;
    right: -20px;
  }
}
#work-style .columnWrap .image {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  #work-style .columnWrap .image {
    padding-top: 53px;
    padding-right: 32px;
    padding-bottom: 40px;
    margin-left: -20px;
  }
}
#work-style .columnWrap .image::before {
  position: absolute;
  content: "";
  background-color: #a9161b;
  aspect-ratio: 1;
  width: 179px;
  top: 0;
  right: -20px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  #work-style .columnWrap .image::before {
    top: -83px;
    right: -90px;
  }
}
#work-style .columnWrap .image::after {
  position: absolute;
  content: "";
  background-color: #888886;
  aspect-ratio: 108/60;
  width: 104px;
  bottom: 0;
  right: -20px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  #work-style .columnWrap .image::after {
    bottom: -16%;
    right: -20%;
    width: 168px;
  }
}