@charset "UTF-8";
.l-header:after {
  content: "";
  height: 21.7rem;
  width: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: -2rem;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-header:after {
    height: 23.2558139535vw;
  }
}
.l-header.is-top.is-on:after {
  opacity: 1;
}

.p-mv {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100svh;
  }
}
.p-mv-slider .slide {
  background: #F2F1F2;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-mv-slider .slide .slide-video {
  opacity: 0;
  filter: drop-shadow(0px 0px #F2F1F2);
  border: 0;
}
@media print, screen and (min-width: 768px) {
  .p-mv-slider .slide .slide-video {
    width: 100%;
    height: 70%;
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-slider .slide .slide-video {
    width: 100%;
    height: 90%;
    object-fit: cover;
  }
}
.p-mv-slider .slide.image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-mv-slider .slick-current .slide-video {
  opacity: 1;
}
.p-mv-dots {
  position: absolute;
  right: 0;
  height: 100vh;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv-dots {
    height: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
  }
}
.p-mv-dots .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9rem;
}
@media screen and (max-width: 767px) {
  .p-mv-dots .slick-dots {
    top: auto;
    bottom: 6.976744186vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transform: none;
    gap: 2.3255813953vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.p-mv-dots .slick-dots li {
  display: block;
  font-size: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50px;
  pointer-events: auto;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-mv-dots .slick-dots li {
    width: 2.0930232558vw;
    height: 2.0930232558vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv-dots .slick-dots li:hover {
    opacity: 0.7;
  }
}
.p-mv-dots .slick-dots li.slick-active {
  background: #45A7DC;
}
@media print, screen and (min-width: 768px) {
  .p-mv-dots .slick-dots li + li {
    margin-top: 12px;
  }
}

.p-vision {
  position: relative;
  top: 100vh;
  margin-bottom: 100vh;
  background: #fff;
  border-radius: 6rem 6rem 0 0;
  padding: 14rem 0 5rem;
  /*add slide*/
}
@media screen and (max-width: 767px) {
  .p-vision {
    padding: 13.9534883721vw 0 0;
    top: 100svh;
    margin-bottom: 100svh;
    border-radius: 2rem;
  }
}
.p-vision-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7.5rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-vision-content {
    padding: 4.6511627907vw 0 4.6511627907vw;
  }
}
.p-vision-content .btn {
  width: 36.2rem;
  height: 8.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #45A7DC;
  border-radius: 10rem;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin: 7rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-vision-content .btn {
    font-size: 4.6511627907svw;
    width: 90%;
    height: 18.6046511628vw;
    margin-top: 6.976744186vw;
  }
}
.p-vision-content .btn:after {
  content: "";
  background: #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 10rem;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-vision-content .btn:hover {
    background: #181818;
    opacity: 1;
  }
}
.p-vision-headline {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vision-headline {
    margin-bottom: 9.3023255814vw;
  }
}
.p-vision-headline .en {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-vision-headline .en {
    margin-bottom: 0;
  }
}
.p-vision-headline .ja {
  display: block;
  margin-left: 0;
}
.p-vision-headline.m-skewup .js-inview-trigger {
  transition: 1s ease-in-out;
}
.p-vision p {
  font-size: 1.9rem;
  letter-spacing: 0.075em;
  line-height: 2.5789473684;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vision p {
    font-size: 3.7209302326vw;
    line-height: 2.4;
  }
}
.p-vision .js-inview.m-fadeup .js-inview-trigger {
  display: block;
}
.p-vision .js-inview.m-fadeup.is-show .js-inview-trigger {
  animation: fadeup 0.5s ease-in-out forwards;
}
.p-vision .js-inview.m-fadeup.is-show .js-inview-trigger.m-delay01 {
  animation-delay: 1.2s;
}
.p-vision .js-inview.m-fadeup.is-show .js-inview-trigger.m-delay02 {
  animation-delay: 1.4s;
}
.p-vision .js-inview.m-fadeup.is-show .js-inview-trigger.m-delay03 {
  animation-delay: 1.6s;
}
.p-vision .js-inview.m-fadeup.is-show .js-inview-trigger.m-delay04 {
  animation-delay: 1.8s;
}
.p-vision .js-inview.m-fadeup.is-show .js-inview-trigger.m-delay05 {
  animation-delay: 2s;
}
@keyframes loop-slide-toleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide-toright {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.p-vision-slider {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-vision-slider {
    transform: scale(0.5, 0.5);
    margin: -25% -50%;
    width: 200%;
  }
}
.p-vision-slider-line {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-vision-slider-line li {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.p-vision-slider-line li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.p-vision-slider-line li.m-blue:before {
  background-color: #47A6DC;
}
.p-vision-slider-line li.m-pink:before {
  background-color: #EA4BA7;
}
.p-vision-slider-line li.m-green:before {
  background-color: #97C440;
}
.p-vision-slider-line li:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 2rem;
  background: url(../img/top/icn_vision_arw.png) no-repeat left top/contain;
  width: 5rem;
  height: 5rem;
  transition: 0.3s;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
}
.p-vision-slider-line li a {
  display: block;
}
.p-vision-slider-line li a:hover {
  opacity: 1;
}
.p-vision-slider-line li img {
  width: 100%;
}
.p-vision-slider-line li .txt {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
  pointer-events: none;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-vision-slider-line li:hover:after, .p-vision-slider-line li:hover .txt {
    opacity: 1;
  }
  .p-vision-slider-line li:hover:before {
    bottom: 0;
    opacity: 0.61;
  }
}
.p-vision-slider.m-01 .p-vision-slider-line {
  animation: loop-slide-toleft 30s infinite linear 1s both;
  padding-top: 1rem;
}
.p-vision-slider.m-01 .p-vision-slider-line:before {
  content: "";
  width: 206.5rem;
  height: 36.5rem;
  position: absolute;
  left: 30rem;
  top: 0rem;
  background: url(../img/top/vision-slide01/deco.png) no-repeat left top/cover;
  z-index: 10;
  pointer-events: none;
}
.p-vision-slider.m-01 .slide01 {
  width: 31.4rem;
  margin-bottom: 9rem;
}
.p-vision-slider.m-01 .slide02 {
  width: 23.2rem;
  margin-left: 3.5rem;
  margin-top: 14rem;
}
.p-vision-slider.m-01 .slide03 {
  width: 42.1rem;
  margin-left: 12.5rem;
  margin-bottom: 10rem;
}
.p-vision-slider.m-01 .slide04 {
  width: 22.8rem;
  margin-left: 15.5rem;
  margin-bottom: 3rem;
}
.p-vision-slider.m-01 .slide05 {
  width: 32.5rem;
  margin-left: 5.5rem;
  margin-top: 17rem;
}
.p-vision-slider.m-01 .slide06 {
  width: 38.1rem;
  margin-left: 6.5rem;
  margin-bottom: 10.5rem;
  margin-right: 10rem;
}
.p-vision-slider.m-02 .p-vision-slider-line {
  animation: loop-slide-toright 30s infinite linear 1s both;
  padding-top: 2rem;
}
.p-vision-slider.m-02 .p-vision-slider-line:before {
  content: "";
  width: 209.6rem;
  height: 38rem;
  position: absolute;
  left: -2.5rem;
  top: 0rem;
  background: url(../img/top/vision-slide02/deco.png) no-repeat left top/cover;
  z-index: 10;
  pointer-events: none;
}
.p-vision-slider.m-02 .slide01 {
  width: 42.4rem;
  margin-bottom: 10rem;
}
.p-vision-slider.m-02 .slide02 {
  width: 23.2rem;
  margin-left: 12rem;
  margin-top: 14rem;
}
.p-vision-slider.m-02 .slide03 {
  width: 31.5rem;
  margin-left: 3.5rem;
  margin-bottom: 10rem;
}
.p-vision-slider.m-02 .slide04 {
  width: 22.8rem;
  margin-left: 11rem;
  margin-top: 8rem;
}
.p-vision-slider.m-02 .slide05 {
  width: 38.1rem;
  margin-left: 15.5rem;
  margin-bottom: 11rem;
}
.p-vision-slider.m-02 .slide06 {
  width: 32.5rem;
  margin-left: 6.5rem;
  margin-top: 17.6rem;
  margin-right: 10rem;
}
.p-vision-slider.m-02 .slide07 {
  width: 19.2rem;
  margin-left: 5.5rem;
  margin-top: 0;
  margin-right: 10rem;
}

.p-bnr {
  background: #fff;
  padding: 5rem 0 16rem;
  border-radius: 0 0 6rem 6rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    border-radius: 0 0 2rem 2rem;
    padding: 11.6279069767vw 0 18.6046511628vw;
  }
}
.p-bnr .c-inner {
  max-width: 149rem;
  width: 100%;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-bnr .c-inner {
    padding: 0 5%;
  }
}
.p-bnr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list li + li {
    margin-top: 4.6511627907vw;
  }
}
.p-bnr-list .bnr-list-img img {
  width: 100%;
  height: auto;
}
.p-bnr-list .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: calc(infinity * 1px);
  height: 100%;
  padding: 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item {
    width: 100%;
    height: 23.2558139535vw;
  }
}
.p-bnr-list .item.m-seminar {
  background: #F5F5F5;
  position: relative;
  flex-wrap: wrap;
  padding: 0 min(3.355704698vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-seminar {
    padding: 0 6rem;
  }
}
.p-bnr-list .item.m-seminar span {
  display: block;
}
.p-bnr-list .item.m-seminar span.ja {
  color: #989898;
  font-size: min(0.9395973154vw, 1.4rem);
  margin-bottom: min(0.3355704698vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-seminar span.ja {
    font-size: 2.7906976744vw;
    margin-bottom: 1.1627906977vw;
  }
}
.p-bnr-list .item.m-seminar span.en {
  font-size: min(1.744966443vw, 2.6rem);
  line-height: 1.0769230769;
  letter-spacing: 0.075em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-seminar span.en {
    font-size: 4.6511627907vw;
  }
}
.p-bnr-list .item.m-seminar:before, .p-bnr-list .item.m-seminar:after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.p-bnr-list .item.m-seminar:before {
  right: min(0.4026845638vw, 0.6rem);
  top: 0;
  background: url(../img/top/deco_bds_right.png) no-repeat right top/contain;
  width: min(10.9395973154vw, 16.3rem);
  aspect-ratio: 163/91;
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-seminar:before {
    right: 0.6rem;
    width: 18.6046511628vw;
  }
}
.p-bnr-list .item.m-seminar:after {
  left: min(2.3489932886vw, 3.5rem);
  bottom: min(0.1342281879vw, 0.2rem);
  background: url(../img/top/deco_bds_left.png) no-repeat right top/contain;
  width: min(3.288590604vw, 4.9rem);
  height: min(2.4832214765vw, 3.7rem);
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-seminar:after {
    width: 9.3023255814vw;
    left: 0;
    bottom: 0.2rem;
    height: 3.7rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-bnr-list .item.m-seminar:hover:before {
    top: max(-3.355704698vw, -5rem);
    right: max(-6.711409396vw, -10rem);
  }
  .p-bnr-list .item.m-seminar:hover:after {
    bottom: max(-2.6845637584vw, -4rem);
    left: max(-4.0268456376vw, -6rem);
  }
}
.p-bnr-list .item.m-kanako {
  background: #181818;
  color: #fff;
  font-size: 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-kanako {
    font-size: 4.6511627907vw;
  }
}
.p-bnr-list .item.m-kanako:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_arrow_other_bl.svg) no-repeat right top/contain;
}
@media screen and (max-width: 767px) {
  .p-bnr-list .item.m-kanako:before {
    width: 2.7906976744vw;
    height: 2.7906976744vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-bnr-list .item.m-kanako:hover {
    background: #45A7DC;
    opacity: 1;
    font-size: 2.2rem;
  }
  .p-bnr-list .item.m-kanako:hover:before {
    background-image: url(../img/icn_arrow_other.svg);
  }
}

.p-service {
  background: #F5F5F5;
  padding: 23.5rem 0 18rem;
  position: relative;
  margin-top: -5rem;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 27.9069767442vw 0 18.6046511628vw 0;
  }
}
.p-service-headline {
  /*margin-bottom: 6rem;*/
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-headline {
    margin-left: 0;
    margin-bottom: 4.6511627907vw;
  }
  .p-service-headline img {
    width: 100%;
  }
}
.p-service-grid {
  display: grid;
  grid-template-columns: 59.3rem 11rem 49.6rem 1fr;
  grid-template-rows: 1fr 38.5rem 38.5rem;
  gap: 4rem;
  width: 137.5rem;
  margin: 0 auto;
  position: relative;
  right: -13.5rem;
}
@media screen and (max-width: 1700px) {
  .p-service-grid {
    right: 0;
  }
}
@media screen and (max-width: 1550px) {
  .p-service-grid {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 40% 10% 26% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-service-grid {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit + .unit {
    margin-top: 4.6511627907vw;
  }
}
.p-service-grid .unit .c-servicelink {
  display: block;
  position: relative;
  background: #45A7DC;
  border-radius: 3rem;
  padding: 3rem 5rem 5rem;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink {
    padding: 4.6511627907vw 4.6511627907vw 13.9534883721vw;
  }
}
.p-service-grid .unit .c-servicelink .service-ttl {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2368421053;
  font-weight: 500;
  color: #fff;
  margin-top: 4rem;
  position: relative;
  transition: 0.3s;
  z-index: 3;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink .service-ttl {
    font-size: 5.5813953488vw;
    margin-top: 2.3255813953vw;
  }
}
.p-service-grid .unit .c-servicelink .service-tag {
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 2.5rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin-top: 1.5rem;
  position: relative;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink .service-tag {
    font-size: 3.2558139535vw;
    margin-bottom: 2.3255813953vw;
    margin-top: 1.1627906977vw;
    padding: 1.1627906977vw 2.3255813953vw;
    font-size: 2.7906976744vw;
  }
}
.p-service-grid .unit .c-servicelink .service-txt {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Outfit", sans-serif;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink .service-txt {
    font-size: 2.7906976744vw;
  }
}
.p-service-grid .unit .c-servicelink .service-hv-txt {
  font-size: 4.8rem;
  letter-spacing: 0.025em;
  line-height: 1.0416666667;
  font-family: "Outfit", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink .service-hv-txt {
    display: none;
  }
}
.p-service-grid .unit .c-servicelink .service-img {
  position: absolute;
  right: 3rem;
  top: 3rem;
  border-radius: 2rem;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  pointer-events: none;
  /*&:before {
  	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,0.4);
  	opacity: 0;
  	transition: .3s;
  }*/
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink .service-img {
    position: static;
  }
}
.p-service-grid .unit .c-servicelink .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service-grid .unit .c-servicelink .service-arw {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  width: 9.8rem;
  z-index: 3;
  transition: 0.3s;
}
.p-service-grid .unit .c-servicelink .service-arw img {
  width: 100%;
}
@media screen and (max-width: 1550px) {
  .p-service-grid .unit .c-servicelink .service-arw {
    width: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit .c-servicelink .service-arw {
    width: 9.3023255814vw;
    left: 4.6511627907vw;
    bottom: 2.3255813953vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-service-grid .unit .c-servicelink:hover {
    opacity: 1;
  }
  .p-service-grid .unit .c-servicelink:hover .service-ttl {
    opacity: 0;
  }
  .p-service-grid .unit .c-servicelink:hover .service-tag {
    opacity: 0;
  }
  .p-service-grid .unit .c-servicelink:hover .service-txt {
    opacity: 0;
  }
  .p-service-grid .unit .c-servicelink:hover .service-hv-txt {
    opacity: 1;
  }
  .p-service-grid .unit .c-servicelink:hover .service-arw {
    left: calc(100% - 11.8rem);
  }
  .p-service-grid .unit .c-servicelink:hover .service-img {
    width: 100% !important;
    height: 100% !important;
    right: 0;
    top: 0;
  }
  .p-service-grid .unit .c-servicelink:hover .service-img:before {
    opacity: 1;
  }
}
.p-service-grid .unit.m-ttl {
  grid-area: 1/1/2/3;
}
.p-service-grid .unit.m-visual {
  grid-area: 2/1/3/3;
}
.p-service-grid .unit.m-visual .c-servicelink {
  background: #97C440;
}
.p-service-grid .unit.m-visual .c-servicelink .service-img {
  width: 42.6rem;
  height: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit.m-visual .c-servicelink .service-img {
    width: 100%;
    height: 46.511627907vw;
  }
}
.p-service-grid .unit.m-real {
  grid-area: 1/3/3/5;
}
.p-service-grid .unit.m-real .c-servicelink .service-img {
  width: 31.5rem;
  height: 49rem;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit.m-real .c-servicelink .service-img {
    width: 100%;
    height: 46.511627907vw;
  }
}
.p-service-grid .unit.m-art {
  grid-area: 3/1/4/2;
}
.p-service-grid .unit.m-art .c-servicelink {
  background: #F29E17;
}
.p-service-grid .unit.m-art .c-servicelink .service-img {
  width: 24.4rem;
  height: 32.3rem;
}
@media screen and (max-width: 1550px) {
  .p-service-grid .unit.m-art .c-servicelink .service-img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit.m-art .c-servicelink .service-img {
    width: 100%;
    height: 46.511627907vw;
  }
}
.p-service-grid .unit.m-art .c-servicelink .service-img img {
  object-position: left;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit.m-art .c-servicelink .service-img img {
    object-position: center;
  }
}
.p-service-grid .unit.m-design {
  grid-area: 3/2/4/5;
}
.p-service-grid .unit.m-design .c-servicelink {
  background: #C547DC;
}
.p-service-grid .unit.m-design .c-servicelink .service-img {
  width: 42.6rem;
  height: 32.3rem;
}
@media screen and (max-width: 767px) {
  .p-service-grid .unit.m-design .c-servicelink .service-img {
    width: 100%;
    height: 46.511627907vw;
  }
}

/*c-other*/
.p-recruit {
  padding: 16.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 18.6046511628vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-headline img {
    width: 34.8837209302vw;
    display: inline-block;
    margin-bottom: 2.3255813953vw;
  }
}

.p-company {
  padding: 9.5rem 0 17rem;
  border-radius: 0 0 4rem 4rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 18.6046511628vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company-headline img {
    width: 34.8837209302vw;
    display: inline-block;
    margin-bottom: 2.3255813953vw;
  }
}

/*//c-other*/
.p-news {
  padding: 12.7rem 0 15rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 18.6046511628vw 0;
  }
}
.p-news:after {
  content: "";
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
}
.p-news-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news-wrap {
    display: block;
  }
}
.p-news-head {
  padding-top: 3rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news-head {
    padding-top: 4.6511627907vw;
  }
}
.p-news-headline {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news-headline {
    margin-bottom: 4.6511627907vw;
  }
  .p-news-headline img {
    width: 41.8604651163vw;
    display: inline-block;
    margin-bottom: 2.3255813953vw;
  }
}
.p-news-headline .c-topHeadline {
  display: block;
}
.p-news-headline .c-topHeadline a {
  pointer-events: none;
}
.p-news-headline .c-topHeadline a:before {
  background: url(../img/top/deco_top_headline_news.svg) no-repeat left top/contain;
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-headline .c-topHeadline a:before {
    width: 27.9069767442vw;
  }
}
.p-news-headline .c-topHeadline a .en {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-headline .c-topHeadline a .en {
    display: inline-block;
  }
}
.p-news-headline .c-topHeadline a .ja {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-headline .c-topHeadline a .ja {
    margin-left: 4.6511627907vw;
  }
}
.p-news-headline .c-topHeadline a .ja:before {
  background: #fff;
}
.p-news-body .table {
  width: 71.5rem;
  color: #fff;
  border-collapse: separate;
  border-spacing: 0 3.5rem;
  margin-top: 2rem;
  max-height: 35rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-news-body .table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
  }
}
.p-news-body .table li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-body .table li + li {
    margin-top: 2.3255813953vw;
  }
}
.p-news-body .table .date {
  display: inline-block;
  border-right: 1px solid #fff;
  font-family: "Outfit", sans-serif;
  width: 10rem;
  font-size: 2.9rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-body .table .date {
    padding-bottom: 1.8604651163vw;
    width: 100%;
    border-right: none;
    font-size: 5.8139534884vw;
  }
}
.p-news-body .table .date .year {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-body .table .date .year {
    font-size: 3.023255814vw;
    margin-bottom: 0.4651162791vw;
  }
}
.p-news-body .table .ttl {
  flex: 1;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-body .table .ttl {
    font-size: 3.2558139535vw;
    line-height: 1.6;
    padding: 0 4.6511627907vw 0 0;
  }
}
.p-news-body .table a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-body .table a {
    display: block;
    padding: 1.8604651163vw 6.976744186vw 3.488372093vw 0;
  }
}
.p-news-body .table a:after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-news-body .table a:after {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
    right: 6.976744186vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-news-body .table a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
  }
}
.p-news-body .table a.is-nolink {
  pointer-events: none;
}
.p-news-body .table a.is-nolink:after {
  content: none;
}

/*opening*/
.bg {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}
.bg.is-hide {
  display: none;
}

.p-op {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 1000;
  animation: video-out 0.3s ease-in-out 5.8s forwards;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-op {
    background: #000;
  }
}
.p-op-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-op-bluemask {
  background: #45A7DC;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  animation: bluemask 0.6s ease-in-out 5s forwards;
}
.p-op.is-show {
  display: block;
}

@keyframes bluemask {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes video-out {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    padding-top: 21rem;
    border-radius: 6rem 6rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    border-radius: 9.3023255814vw 9.3023255814vw 0 0;
  }
}

.p-news .table {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  padding-right: 20px;
}
.p-news .table::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.p-news .simplebar-scrollbar::before {
  background: #fff !important;
  width: 5px;
  margin-left: 3px;
  margin-top: 2px;
  opacity: 0.2;
}
.p-news .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.p-news .simplebar-track {
  background: #000;
  width: 15px !important;
  opacity: 0.3;
  border-radius: 1rem;
}
.p-news .simplebar-content:after, .p-news .simplebar-content:before {
  content: none;
}
