@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap");
.i-ribbon {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .i-ribbon {
    width: 80%;
  }
}

.c-home_btn {
  position: relative;
}
.c-home_btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  height: clamp(60px, 2.21vw + 51.71px, 80px);
  background: #EC1B24;
  border-radius: 44px;
  padding-inline: 35px 15px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 0.88vw + 16.69px, 28px);
  transition: all 0.3s;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .c-home_btn a {
    max-width: 280px;
  }
}
.c-home_btn a .i-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s;
}
.c-home_btn a .i-arrow svg {
  width: 26px;
}
.c-home_btn a:hover {
  background: #000;
}
.c-home_btn a:hover .i-arrow {
  color: #EC1B24;
  background: #fff;
}

.p-home_main ._sp {
  display: none;
}
@media (max-width: 767px) {
  .p-home_main ._sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-home_main ._pc {
    display: none;
  }
}
.p-home_main-inner {
  padding: 40px 5.2vw 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-home_main-inner {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
}
.p-home_main-inner .home-main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .p-home_main-inner .home-main_catch {
    order: 1;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    padding-block: 2em;
    display: none;
  }
}
.p-home_main-inner .home-main_catch .ja {
  font-size: clamp(30px, 5.78vw - 4.39px, 80px);
  line-height: 1;
  background: #fff;
  display: inline-block;
  font-weight: 900;
  white-space: nowrap;
  padding: 4px 0 4px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .p-home_main-inner .home-main_catch .ja {
    padding-left: 0;
  }
}
.p-home_main-inner .home-main_catch .ja em {
  position: relative;
}
.p-home_main-inner .home-main_catch .ja em::after {
  content: "";
  display: inline-block;
  width: clamp(140px, 16.59vw + 77.79px, 320px);
  aspect-ratio: 320/68;
  background: url(../img/mark-line.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  transform: translateX(-50%);
  z-index: -1;
}
.p-home_main-inner .home-main_catch .inner {
  position: relative;
  z-index: 2;
}
.p-home_main-inner .home-main_copy {
  position: absolute;
  right: 1vw;
  bottom: 0%;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-home_main-inner .home-main_copy {
    order: 3;
    position: relative;
    right: inherit;
    margin-left: auto;
    margin-top: -1em;
  }
}
.p-home_main-inner .home-main_copy .ja {
  font-size: clamp(16px, 3.18vw - 8.42px, 38px);
  line-height: 1;
  background: #fff;
  display: inline-block;
  font-weight: 900;
  white-space: nowrap;
  margin-top: 5px;
  width: max-content;
}
@media (max-width: 767px) {
  .p-home_main-inner .home-main_visual {
    order: 2;
  }
}

.p-home_msg {
  margin-top: 114px;
  background: url(../img/msg-bg.jpg) no-repeat top/cover;
  padding-block: clamp(50px, 18.96vw - 21.12px, 343px) clamp(50px, 13.33vw + 0px, 256px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .p-home_msg {
    margin-top: 50px;
  }
}
.p-home_msg-inner {
  padding-inline: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .p-home_msg-inner {
    padding-inline: 20px;
  }
}
.p-home_msg-inner .msg-people {
  position: absolute;
  width: 222px;
}
@media (max-width: 767px) {
  .p-home_msg-inner .msg-people {
    display: none;
  }
}
.p-home_msg-inner .msg-people.msg-people01 {
  left: -104px;
  bottom: -15px;
	width:268px;
}
.p-home_msg-inner .msg-people.msg-people02 {
  right: -30px;
  bottom: -15px;
}
.p-home_msg-box {
  background: #EC1B24;
  color: #fff;
  padding: 80px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-home_msg-box {
    padding: 20px;
  }
}
.p-home_msg-box p {
  font-size: clamp(16px, 0.83vw + 12.89px, 25px);
  line-height: 1.8;
}
.p-home_msg-box p:not(:first-of-type) {
  margin-top: 30px;
}
.p-home_msg-box p.imp {
  font-size: clamp(20px, 1.55vw + 14.2px, 34px);
  line-height: 1.4;
}

.p-home_news {
  padding-top: 88px;
  overflow-x: clip;
}
.p-home_news-list {
  padding-inline: 50px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .p-home_news-list {
    padding-inline: 0;
  }
}
.p-home_news-list .i-ribbon_yg {
  top: -50%;
  right: -20%;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home_news-list .i-ribbon_yg {
    top: -5%;
    right: -10%;
  }
}
.p-home_news-list .i-ribbon_pink {
  bottom: -25%;
  left: -20%;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home_news-list .i-ribbon_pink {
    bottom: -10%;
  }
}
.p-home_news-item a {
  display: block;
}
.p-home_news .news-item {
  margin-top: 6px;
  display: flex;
  background: #EDF5FA;
  padding: 30px 80px 30px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .p-home_news .news-item {
    flex-direction: column;
    padding: 20px 80px 20px 20px;
  }
}
.p-home_news .news-item::after {
  content: "";
  display: block;
  width: 34px;
  height: 10px;
  background: url(../img/icn-news.png) no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.p-home_news .news-item:hover::after {
  transform: translateY(-50%) translateX(10px);
}
.p-home_news .news-item_date {
  color: #EC1B24;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  font-size: 20px;
  width: 150px;
}
.p-home_news .news-item_title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  flex: 1;
  line-height: 1.8;
}

.p-home_message {
  padding-block: 166px 40px;
  overflow: hidden;
  position: relative;
}
.p-home_message-item {
  margin-top: 60px;
  display: flex;
  gap: clamp(30px, 3.31vw + 17.57px, 60px);
}
@media (max-width: 767px) {
  .p-home_message-item {
    flex-direction: column;
  }
}
.p-home_message-fig {
  width: 50%;
}
@media (max-width: 767px) {
  .p-home_message-fig {
    width: 100%;
  }
}
.p-home_message-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-home_message-text {
  font-size: clamp(16px, 0.44vw + 14.34px, 20px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-home_message .c-home_btn {
  margin-top: 30px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-home_message .c-home_btn {
    margin-left: 0;
  }
}
.p-home_message .message-title {
  position: relative;
  width: max-content;
  display: flex;
}
.p-home_message .message-title::before {
  content: "MESSAGE";
  display: block;
  position: absolute;
  left: -100%;
  white-space: nowrap;
  color: #F1F1F1;
}
.p-home_message .message-title::after {
  content: "MESSAGEMESSAGEMESSAGEMESSAGE";
  display: block;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  color: #F1F1F1;
}

.p-home_company {
  margin-top: 180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .p-home_company {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }
}
.p-home_company .c-home_btn {
  margin-bottom: -40px;
  margin-left: auto;
}
.p-home_company figure {
  margin: 0;
  position: relative;
  z-index: -2;
  overflow-x: clip;
}
.p-home_company .i-ribbon_yg {
  bottom: -18%;
  left: -20%;
  z-index: -1;
}
.p-home_company .c-home_title {
  margin-top: -0.5em;
}
.p-home_company-about {
  position: relative;
}
.p-home_company-about .section-about {
  height: 100%;
  position: absolute;
  left: clamp(30px, 28.13vw - 330px, 210px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
}
.p-home_company-business {
  position: relative;
  transform: translateY(160px);
}
@media (max-width: 991px) {
  .p-home_company-business {
    margin-top: 160px;
    transform: translateY(0px);
  }
}
.p-home_company-business .section-business {
  height: 100%;
  position: absolute;
  right: clamp(30px, 28.13vw - 330px, 210px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-home_company-business .i-ribbon_pw {
  top: 36%;
  right: -30%;
}

.c-home_title {
  font-size: clamp(60px, 7.07vw + 33.48px, 124px);
  font-weight: 700;
  color: #EC1B24;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.tech-grid {
  position: relative;
}
.tech-grid::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/grid.png) repeat;
  background-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.p-home_interview {
  padding-top: 360px;
  /* アニメーション */
}
@media (max-width: 991px) {
  .p-home_interview {
    padding-top: 180px;
  }
}
.p-home_interviewslider {
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .p-home_interviewslider {
    margin-bottom: -10px;
  }
}
.p-home_interview-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.p-home_interview .intslider {
  padding-block: 40px 60px;
}
@media (max-width: 767px) {
  .p-home_interview .intslider {
    padding-block: 40px 40px;
  }
}
.p-home_interview .intslider .swiper-slide {
  width: clamp(280px, 13.26vw + 230.28px, 400px);
  transition: transform 0.5s ease;
}
.p-home_interview .intslider .swiper-slide-active {
  transform: translateY(0);
  z-index: 3;
}
.p-home_interview .intslider .swiper-slide-prev,
.p-home_interview .intslider .swiper-slide-next {
  transform: translateY(40px);
  z-index: 2;
}
@media (max-width: 767px) {
  .p-home_interview .intslider .swiper-slide-prev,
  .p-home_interview .intslider .swiper-slide-next {
    transform: translateY(20px);
  }
}
.p-home_interview .intslider .swiper-slide-prev + .swiper-slide-prev,
.p-home_interview .intslider .swiper-slide-next + .swiper-slide-next {
  transform: translateY(-40px);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home_interview .intslider .swiper-slide-prev + .swiper-slide-prev,
  .p-home_interview .intslider .swiper-slide-next + .swiper-slide-next {
    transform: translateY(-20px);
  }
}
.p-home_interview .interview-card {
  /*aspect-ratio: 440/600;*/
  background: #fff;
  padding: 36px 28px;
}
.p-home_interview .interview-card.interview01 {
  background: #86539E;
}
.p-home_interview .interview-card.interview02 {
  background: #FF6E7F;
}
.p-home_interview .interview-card.interview03 {
  background: #A7D043;
}
.p-home_interview .interview-card.interview04 {
  background: #13B5B2;
}
.p-home_interview .interview-card.interview05 {
  background: #F8A323;
}
.p-home_interview .interview-card_fig {
  aspect-ratio: 384/398;
}
.p-home_interview .interview-card_fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home_interview .interview-card_num {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, 0.66vw + 21.51px, 30px);
}
.p-home_interview .interview-card_info {
  font-size: clamp(12px, 0.33vw + 10.76px, 15px);
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-home_interview .interview-card_name {
  margin-top: 5px;
  font-size: clamp(20px, 0.55vw + 17.93px, 25px);
  color: #fff;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-home_interview .interview-card .i-arrow {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media (max-width: 767px) {
  .p-home_interview .interview-card .i-arrow {
    width: 40px;
    height: 40px;
    right: -10px;
    bottom: -10px;
  }
}
.p-home_interview .interview-card .i-arrow svg {
  width: 26px;
}
@media (max-width: 767px) {
  .p-home_interview .interview-card .i-arrow svg {
    width: 20px;
  }
}
.p-home_interview a:hover .interview-card .i-arrow {
  color: #EC1B24;
  background: #fff;
}
.p-home_interview .interview-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.p-home_interview .marquee__inner {
  display: flex;
  width: fit-content;
  animation: marquee 80s linear infinite;
}
.p-home_interview .marquee__inner span {
  font-size: clamp(80px, 21.88vw - 2.04px, 278px);
  white-space: nowrap;
  line-height: 0.7;
  color: #F1F1F1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-home_interview .slider-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.p-home_interview .slider-nav_all {
  flex: 0 0 68px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-home_interview .slider-nav_all {
    flex: 0 0 48px;
  }
}
.p-home_interview .slider-nav_all img {
  display: block;
}
.p-home_interview .slider-nav_prev, .p-home_interview .slider-nav_next {
  width: 74px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #DD1C25;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-home_interview .slider-nav_prev, .p-home_interview .slider-nav_next {
    width: 46px;
  }
}
.p-home_interview .slider-nav_prev::before, .p-home_interview .slider-nav_next::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/18;
  background: url(../img/linearrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .p-home_interview .slider-nav_prev::before, .p-home_interview .slider-nav_next::before {
    width: 8px;
  }
}
.p-home_interview .slider-nav_next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-home_foot {
  background: #FFDEDE;
  overflow-x: clip;
}
.p-home_foot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4.53vw + 3.01px, 90px);
}
@media (max-width: 767px) {
  .p-home_foot-list {
    grid-template-columns: 1fr;
  }
}
.p-home_foot-item {
  position: relative;
}
.p-home_foot-item a {
  display: block;
  position: relative;
}
.p-home_foot-item .foot-item_name {
  color: #fff;
  font-size: clamp(20px, 0.77vw + 17.1px, 27px);
  font-weight: 700;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-home_foot-item .foot-item_fig {
  background: #007A77;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-home_foot-item .foot-item_fig img {
  opacity: 0.7;
  transition: transform 0.3s;
  vertical-align: bottom;
}
.p-home_foot-item .foot-item_fig:hover img {
  transform: scale(1.1);
}
.p-home_foot .icn-people {
  position: absolute;
  bottom: 0%;
  left: 20px;
  pointer-events: none;
  z-index: 5;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .p-home_foot .icn-people {
    padding-top: 20px;
  }
}
.p-home_foot .icn-bird {
  width: clamp(180px, 9.83vw + 143.12px, 269px);
  position: absolute;
  top: -5%;
  right: 0;
  pointer-events: none;
  z-index: 5;
  padding-right: 20px;
}
.p-home_foot .i-ribbon_yg {
  top: -8%;
  left: -8%;
}
@media (max-width: 767px) {
  .p-home_foot .i-ribbon_yg {
    left: -50%;
    display: none;
  }
}
.p-home_foot .i-ribbon_py {
  bottom: 8%;
  right: -10%;
}
@media (max-width: 767px) {
  .p-home_foot .i-ribbon_py {
    display: none;
  }
}

.p-home_foot-container {
  position: relative;
  padding-inline: clamp(30px, 28.13vw - 330px, 210px);
  padding-block: clamp(60px, 9.39vw + 24.78px, 145px) 166px;
}
@media (max-width: 767px) {
  .p-home_foot-container {
    padding-inline: 20px;
  }
}

.l-home_container {
  position: relative;
  padding-inline: clamp(30px, 28.13vw - 330px, 210px);
}
@media (max-width: 767px) {
  .l-home_container {
    padding-inline: 20px;
  }
}

#page_top {
  z-index: 20;
}/*# sourceMappingURL=frontpage.css.map */