.mv_sec {
  position: relative;
  padding: 90px 0 130px;
}
.mv_sec:after {
  content: "";
  position: absolute;
  background: url(../img/wood_bg.svg) no-repeat;
  width: 33vw;
  top: 57%;
  right: 0;
  height: 50%;
  background-size: contain;
  opacity: 0.5;
}

.mv_sec .slide_wrap {
  height: 49.43vw;
  position: relative;
  overflow: hidden;
}

.mv_sec .slide_wrap .swiper-container {
  position: absolute;
}

.mv_sec .slide_wrap .swiper-container .swiper-slide .wrap {
  width: 0%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  transition: width 1s;
}

.mv_sec .slide_wrap .swiper-container .swiper-slide .wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100%;
}

.mv_sec .slide_wrap .swiper-container .swiper-slide.swiper-slide-active .wrap,
.mv_sec .slide_wrap .swiper-container .swiper-slide.swiper-slide-duplicate-active .wrap {
  width: 100%;
}

.mv_sec .slide_wrap .swiper-container .swiper-slide.swiper-slide-prev .wrap,
.mv_sec .slide_wrap .swiper-container .swiper-slide.swiper-slide-duplicate-prev .wrap {
  margin-left: 0;
  margin-right: auto;
}

.mv_sec .slide_wrap .center_slide {
  width: 68.64vw;
  height: 49.43vw;
  top: 0;
  left: 5.29vw;
}

.mv_sec .slide_wrap .right_slide {
  width: 43.93vw;
  height: 28.14vw;
  top: 11.5vh;
  left: 76.71vw;
}

#Top main .mv_sec .slide_wrap .left_slide {
  width: 37.86vw;
  height: 24.29vw;
  right: 92.86vw;
  bottom: 0;
}

/*-------------------------------------member slider-----*/
.slick-img img {
  height: auto;
  width: 100%;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 0;
}

.container .slick-num {
  bottom: 0;
  font-size: 18px;
  left: 0;
  line-height: 2;
  position: absolute;
  right: 0;
  text-align: center;
}

.mv-h1 {
  position: absolute;
  z-index: 1;
  bottom: max(130px, 15%);
  right: max(16%, 19vw);
}
.mv-h1 p span {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
}
.mv-h1 h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

/*-------------------------------------top-about-----*/
.top-about {
  position: relative;
  padding-bottom: 120px;
}
.top-about:after {
  content: "";
  background: url(../img/wood_bg.svg) no-repeat;
  position: absolute;
  opacity: 0.5;
  width: 50%;
  height: 50%;
  right: 0;
  top: 50%;
}

.top-about_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-about_flex-img {
  width: 50%;
  position: relative;
}
.top-about_flex-img .asCatch {
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
}
.top-about_flex-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.top-about_flex-cont {
  width: 30%;
  margin: 0 15% 0 0;
  position: relative;
  z-index: 1;
}
.top-about_flex-cont .text16 {
  margin-bottom: 40px;
}

/*-------------------------------------top-bus-----*/
.top-job {
  margin-bottom: 120px;
  padding: 90px 0 190px;
  position: relative;
}
.top-job:after {
  content: "";
  position: absolute;
  background: #f4f4f4;
  width: 95%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  height: 100%;
}

.top-job_flex {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-job_flex-img {
  order: 2;
  width: 50%;
  position: relative;
}
.top-job_flex-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.top-job_flex-cont {
  width: 30%;
  margin: 0 5% 0 15%;
  position: relative;
  z-index: 1;
}
.top-job_flex-cont .asCatch {
  margin-bottom: 60px;
}
.top-job_flex-cont .asCatch span.blue {
  margin-top: 10px;
  width: 120%;
}
.top-job_flex-cont .text15 {
  margin-bottom: 30px;
  max-width: 400px;
}
.top-job_flex-cont .cm-head {
  margin-bottom: 30px;
}
.top-job_flex-cont .cm-head span {
  color: #fff;
}

.top-job_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 480px;
  margin-bottom: 20px;
}
.top-job_list li {
  border: 1px solid #d9d9d9;
  margin-bottom: 2%;
  height: 65px;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-job_list li p {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
}

/*-------------------------------------top-style-----*/
.top-style {
  height: calc(100vh - 100px);
  margin-bottom: 130px;
  padding: 90px 0 120px;
  position: relative;
}
.top-style:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 90%;
  background: #18356f;
  transform: translateY(-50%);
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.top-style .secInr {
  position: relative;
  z-index: 1;
  top: 55%;
  transform: translateY(-50%);
  height: 100%;
}

.top-style_left {
  position: static;
  z-index: 1;
}
.top-style_left .cm-head {
  margin-bottom: 40px;
  color: #fff;
}
.top-style_left .cm-head span {
  color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.top-style_left .asCatch p:nth-of-type(1) {
  margin-bottom: 5px;
}
.top-style_left .asCatch p:nth-of-type(1) span {
  font-size: 24px;
  font-size: 2.4rem;
}
.top-style_left .asCatch p:nth-of-type(2) span {
  font-size: 42px;
  font-size: 4.2rem;
}

.top-style_right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 430px;
  z-index: 1;
}
.top-style_right .text15 {
  color: #fff;
  margin-bottom: 30px;
}

.top-style_img-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-style_img-wrap li {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 1500ms;
}
.top-style_img-wrap li:nth-of-type(1) {
  transform: rotate(-10deg) translate(-70%, -68%);
  left: 50%;
  top: 0%;
}
.top-style_img-wrap li:nth-of-type(2) {
  transform: rotate(20deg) translate(-45%, -35%);
  left: 50%;
  top: 0;
}
.top-style_img-wrap li:nth-of-type(3) {
  transform: rotate(3deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.top-style_img-wrap li img {
  max-width: 350px;
}
.top-style_img-wrap li.is-show {
  visibility: visible;
  opacity: 1;
}

.top-style_left,
.top-style_right {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1000ms;
}

.sample1.is-show {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.sample2.is-show {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.sample3.is-show {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.top-style_left.is-show {
  opacity: 1;
  -moz-transition-delay: 2500ms;
  -webkit-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  opacity: 1;
  transform: translate(0, 0);
}

.top-style_right.is-show {
  opacity: 1;
  -moz-transition-delay: 3000ms;
  -webkit-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------------------------top-data-----*/
.top-data {
  background: url(../img/webp/data.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 230px 0 150px;
  position: relative;
}
.top-data ul li {
  position: absolute;
}
.top-data ul li.bgt01 {
  top: 2%;
  left: 39.5%;
  width: 14.5vw;
}
.top-data ul li.bgt02 {
  top: 7%;
  left: -1.5%;
  width: 16.5vw;
}
.top-data ul li.bgt03 {
  top: 7%;
  left: 17%;
  width: 22vw;
}
.top-data ul li.bgt04 {
  top: 49%;
  left: -4%;
  width: 32.5vw;
}
.top-data ul li.bgt05 {
  top: 36%;
  left: 25%;
  width: 31.5vw;
}

.top-data_wrap {
  margin-left: 60%;
  width: 40%;
}
.top-data_wrap .cm-head {
  margin-bottom: 30px;
}
.top-data_wrap .cm-head p {
  color: #fff;
}
.top-data_wrap .cm-head span {
  color: rgba(255, 255, 255, 0.2);
}
.top-data_wrap .text15 {
  color: #fff;
  margin-bottom: 40px;
}

/*-------------------------------------top-recruit-----*/
.top-interv {
  padding: 150px 0 180px;
  position: relative;
}
.top-interv:after {
  content: "";
  background: url(../img/wood_bg.svg) no-repeat;
  position: absolute;
  opacity: 0.5;
  width: 50%;
  height: 50%;
  right: 0;
  top: 50%;
  z-index: 0;
}

.top-interv_flex {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.top-interv_flex .top-interv_ttl {
  margin-right: 10%;
  margin-bottom: 15px;
  writing-mode: vertical-rl;
  width: 120px;
}
.top-interv_flex .top-interv_ttl span {
  top: -10px;
  right: -25px;
}
.top-interv_flex .top-interv_cont {
  width: 50%;
}
.top-interv_flex .top-interv_cont h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.top-interv_flex .cm-btn {
  width: 350px;
}

.top-interv .slider {
  margin-left: -13%;
  position: relative;
  z-index: 1;
}

.top-interv .slider img {
  width: 60vw;
  height: auto;
}

.top-interv .slider .slick-slide {
  transform: scale(0.8) translateY(-20%);
  transition: all 0.5s;
}

.top-interv .slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.top-interv .slick-track {
  padding-bottom: 25px;
}

.member-quote {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.member-quote .asCatch p:nth-of-type(1) {
  margin-bottom: 5px;
}
.member-quote .asCatch span {
  padding: 5px 10px;
}

.memeber-name {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.memeber-name p {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1 !important;
  font-family: "Cormorant Garamond", serif;
}
.memeber-name p span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 5px;
}

/*-------------------------------------top-comp-----*/
.top-comp {
  padding: 120px 0 80px;
}

.top-comp_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-comp_list li {
  margin-bottom: 50px;
  width: 48%;
}
.top-comp_list li picture {
  margin-bottom: 15px;
}
.top-comp_list li picture img {
  border: 1px solid #eee;
}
.top-comp_list li .top-comp_ttl {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1 !important;
}
.top-comp_list li .top-comp_ttl span {
  background: #f4f4f4;
  border-radius: 30px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.slick-num {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  right: 15%;
  display: flex;
  align-items: flex-end;
  top: 82%;
}
.slick-num .now-count {
  font-style: italic;
  font-size: 28px;
  font-size: 2.6rem;
  font-weight: 100;
  padding-right: 3px;
}
.slick-num .slash {
  position: relative;
}
.slick-num .slash:after {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  transform: translate(-50%, -50%) rotate(22deg);
  height: 25px;
  width: 1px;
  background: #010101;
}
.slick-num .all-count {
  font-style: italic;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1 !important;
  margin-right: 20px;
  font-weight: 100;
  padding-left: 5px;
}
.slick-num .en {
  font-size: 15px;
  font-size: 1.5rem;
}

.top-interv .slick-prev,
.top-interv .slick-next {
  border: 1px solid #2f497d;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  background: #2f497d;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 85.5%;
}
.top-interv .slick-prev span,
.top-interv .slick-next span {
  color: #fff;
}

.top-interv .slick-prev:hover,
.top-interv .slick-next:hover {
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.top-interv .slick-prev:hover span,
.top-interv .slick-next:hover span {
  color: #2f497d;
}

.top-interv .slick-prev {
  left: 86.5%;
}

.top-interv .slick-next {
  right: 3.5%;
}

.top-interv .slick-prev:before,
.top-interv .slick-next:before {
  content: "";
}

/*-------------------------------------top-news-----*/
.top-news {
  background: #f4f4f4;
  padding: 110px 0 120px;
}

.top-news_ttl-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top-news_ttl-flex .top-news_ttl {
  margin-bottom: 0;
}
.top-news_ttl-flex .top-news_ttl span {
  color: #fff;
}
.top-news_ttl-flex .cm-btn {
  width: 350px;
}

.top-news_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news_list li {
  width: 49%;
}
.top-news_list li a {
  transition: all 0.3s ease-in-out;
}
.top-news_list li a:hover picture {
  overflow: hidden;
}
.top-news_list li a:hover picture img {
  transform: scale(1.1);
}
.top-news_list li a img {
  transition: all 0.3s ease-in-out;
}

.underline {
  position: relative;
  padding: 0 0 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.underline:before, .underline:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #dddddd;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.underline:after {
  width: 0;
  background: #234485;
}
.underline:hover::after {
  width: 100%;
}

.top-news_flex {
  display: flex;
  justify-content: space-between;
}
.top-news_flex .top-news_flex-img {
  display: flex;
  width: 40%;
}
.top-news_flex .top-news_flex-img picture {
  overflow: hidden;
  display: inline-flex;
}
.top-news_flex .top-news_flex-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-news_flex .top-news_flex-cont {
  margin-top: 10px;
  width: 70%;
}
.top-news_flex .top-news_flex-cont .text18 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5px;
}
.top-news_flex .top-news_flex-cont .date {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-size: 1.8rem;
}

/*-------------------------------------top-company-----*/
.top-company {
  background: #18356f;
  padding: 110px 0 120px;
}

.top-company_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-company_list li {
  width: 30%;
}
.top-company_list li picture {
  overflow: hidden;
  display: inline-flex;
}
.top-company_list li picture img {
  transition: all 0.3s ease-in-out;
}
.top-company_list li a:hover picture img {
  transform: scale(1.1);
}

.top-company_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-company_ttl p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 2.1rem;
}
.top-company_ttl span {
  color: #18356f;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

/*-------------------------------------top-entry-----*/
.top-entry {
  background: url(../img/webp/entry.webp) no-repeat;
  background-size: cover;
  padding: 110px 0 90px;
}
.top-entry .secInr {
  position: relative;
  z-index: 2;
}
.top-entry .cm-btn {
  text-align: center;
}
.top-entry .cm-btn .c-more-button__inner {
  justify-content: center;
}

.top-entry_ttl {
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.top-entry_text {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.top-entry_detail {
  margin-bottom: 25px;
  text-align: center;
}
.top-entry_detail a {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}

.flowimg {
  position: relative;
  overflow: hidden;
}

.flowimg::before,
.flowimg::after {
  content: "Join us! Entry. Join us! Entry. ";
  position: absolute;
  top: 25%;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Cormorant Garamond", serif;
  font-size: 8.8vw;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.flowimg::before {
  left: 0;
  animation: flowimg 60s linear infinite;
}

.flowimg::after {
  left: 100%;
  animation: flowimg 60s linear infinite;
}

@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 480px) {
  .flowimg {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1450px) {
  .top-interv .slick-prev, .top-interv .slick-next {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  .top-interv .slick-prev, .top-interv .slick-next {
    width: 60px;
    height: 60px;
  }
  .asCatch span {
    font-size: 2rem;
  }
  .asCatch span.blue {
    font-size: 27px;
  }
  .top-style:after {
    width: 95%;
    left: 2.5%;
  }
  .top-style_left .asCatch p:nth-of-type(1) span {
    font-size: 2rem;
  }
  .top-style_left .asCatch p:nth-of-type(2) span {
    font-size: 2.7rem;
  }
  .top-style_right {
    max-width: 340px;
  }
}
@media only screen and (max-width: 1260px) {
  .top-job_flex-cont .asCatch span.blue {
    width: 125%;
    font-size: 2.7rem;
  }
  .top-news_flex .top-news_flex-cont {
    margin-top: 10px;
    width: 65%;
  }
  .top-interv_flex .top-interv_cont h4 {
    font-size: 3.8rem;
  }
  .top-company_ttl p {
    font-size: 1.8rem;
  }
  .top-entry_ttl {
    font-size: 3.8rem;
  }
  .top-job {
    padding: 90px 0 90px;
  }
  .top-job_list li {
    height: 45px;
  }
  .top-job_list li p {
    font-size: 1.6rem;
  }
  .top-interv {
    padding: 110px 0 110px;
  }
  .slick-num {
    right: 14%;
  }
  .top-interv .slick-prev,
  .top-interv .slick-next {
    width: 50px;
    height: 50px;
  }
  .top-interv .slick-prev {
    left: 87.5%;
  }
}
@media only screen and (max-width: 1080px) {
  .asCatch span {
    font-size: 1.8rem;
  }
  .top-about_flex {
    align-items: flex-start;
  }
  .top-job_flex-cont .asCatch span.blue {
    font-size: 2.4rem;
  }
  .top-interv_flex .top-interv_cont h4 {
    font-size: 2.2rem;
  }
  .top-interv_flex .cm-btn {
    width: 250px;
  }
  .top-data {
    padding: 160px 0 150px;
  }
  .top-news_flex .top-news_flex-cont {
    margin-top: 10px;
    width: 60%;
  }
  .top-news_flex .top-news_flex-cont .text18 {
    font-size: 1.6rem;
  }
  .top-company {
    padding: 90px 0 100px;
  }
  .top-company_ttl p {
    font-size: 1.6rem;
  }
  .top-company_ttl span {
    font-size: 1.4rem;
    width: 25px;
    height: 25px;
  }
  .top-entry {
    padding: 60px 0 50px;
  }
  .top-entry_ttl {
    font-size: 2.8rem;
  }
  .top-entry_detail a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about {
    padding-bottom: 60px;
  }
  .top-about_flex {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .top-about_flex-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-about_flex-cont {
    width: 100%;
    margin: 0;
  }
  .top-job {
    margin-bottom: 60px;
    padding: 60px 0 60px;
  }
  .top-job_flex {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .top-job:after {
    width: 97.5%;
  }
  .top-job_flex-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-job_flex-cont {
    width: 100%;
    margin: 0;
  }
  .top-job_flex-cont .asCatch span {
    padding: 10px 10px;
  }
  .top-job_flex-cont .asCatch span.blue {
    font-size: 2rem;
    width: auto;
  }
  .top-job_flex-cont .text15 {
    max-width: 100%;
  }
  .top-job_list {
    max-width: 100%;
  }
  .top-style {
    margin-bottom: 80px;
  }
  .top-style_img-wrap li img {
    max-width: 220px;
  }
  .top-data {
    padding: 90px 0 90px;
  }
  .top-data_wrap {
    margin-left: 40%;
    width: 60%;
  }
  .top-interv {
    padding: 60px 0 70px;
  }
  .top-interv_flex {
    display: block;
    margin-bottom: 40px;
  }
  .top-interv_flex .top-interv_ttl span {
    top: 0;
    right: 0;
  }
  .top-interv_flex .top-interv_ttl {
    margin-right: 0;
    margin-bottom: 25px;
    writing-mode: inherit;
    width: 100%;
  }
  .top-interv_flex .top-interv_cont {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-interv .slick-prev,
  .top-interv .slick-next {
    top: 105.5%;
  }
  .top-interv .slick-prev {
    left: 84.5%;
  }
  .slick-num {
    right: 17%;
    top: 95%;
  }
  .top-news {
    padding: 60px 0 60px;
  }
  .top-news_ttl-flex {
    display: block;
    margin-bottom: 30px;
  }
  .top-news_ttl-flex .top-news_ttl {
    margin-bottom: 30px;
  }
  .top-news_list {
    display: block;
  }
  .top-news_list li {
    margin-bottom: 20px;
    width: 100%;
  }
  .top-news_flex .top-news_flex-cont {
    margin-top: 10px;
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .hd-right-btn {
    position: inherit;
    top: auto;
    right: auto;
    width: 90%;
    bottom: 0;
    left: 5%;
    bottom: -24%;
  }
  .flowtext::before, .flowtext::after {
    content: "Join us! Entry.  Join us! Entry.  Join us! Entry.  Join us! Entry.  ";
    font-size: 14.5px;
  }
  .mv_sec {
    padding: 70px 0 0;
    height: 100vh;
  }
  .mv_sec:after {
    width: 100vw;
    top: 70%;
    right: auto;
    height: 50%;
    left: 0;
  }
  .mv_sec .slide_wrap {
    height: 58vh;
  }
  .mv_sec .slide_wrap .right_slide {
    display: none;
  }
  .mv_sec .slide_wrap .center_slide {
    width: 100vw;
    height: 70vh;
    top: 0;
    left: 0;
  }
  .mv-h1 {
    bottom: 12%;
    right: auto;
    left: 5%;
  }
  .mv-h1 h2 {
    color: #000;
  }
  .asCatch span {
    font-size: 1.4rem;
  }
  .asCatch span.blue {
    font-size: 28px;
    padding: 10px 10px 12px;
  }
  .memeber-name {
    right: 10px;
    bottom: 10px;
  }
  .memeber-name p {
    font-size: 1.6rem;
  }
  .memeber-name p span {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .top-job_flex-cont .asCatch {
    margin-bottom: 30px;
  }
  .member-quote .asCatch span.blue {
    font-size: 14px;
  }
  .top-job_list li p {
    font-size: 1.3rem;
  }
  .top-style_left .asCatch p:nth-of-type(1) span {
    font-size: 1.4rem;
  }
  .top-style_left .asCatch p:nth-of-type(2) span {
    font-size: 30px;
    padding: 10px 10px;
  }
  .top-style_img-wrap li img {
    max-width: 151px;
  }
  .top-style {
    height: calc(100vh - 100px);
    margin-bottom: 60px;
    padding: 40px 0 60px;
  }
  .top-style_left .cm-head {
    margin-bottom: 20px;
  }
  .top-data {
    background-position: 30%;
    padding: 90px 0 60px;
  }
  .top-data_wrap {
    margin-left: 5%;
    width: 90%;
    margin-top: 80px;
  }
  .top-data_wrap .text15 {
    margin-bottom: 25px;
  }
  .top-data ul li.bgt01 {
    left: 79.5%;
  }
  .top-data ul li.bgt03 {
    top: 10%;
    left: 47%;
    width: 27vw;
  }
  .top-data ul li.bgt02 {
    top: 7%;
    left: 8.5%;
    width: 26.5vw;
  }
  .top-data ul li.bgt05 {
    left: 60%;
  }
  .slick-num {
    right: 22%;
    top: 105%;
  }
  .slick-num .en {
    font-size: 1.3rem;
  }
  .slick-num .all-count {
    font-size: 2.6rem;
    margin-right: 10px;
  }
  .slick-num .now-count {
    font-size: 2rem;
    padding-right: 0px;
  }
  .slick-num .slash:after {
    left: 4px;
    top: -12px;
    transform: translate(-50%, -50%) rotate(33deg);
    height: 19px;
  }
  .top-interv .slick-prev,
  .top-interv .slick-next {
    width: 32px;
    height: 32px;
    top: 120.5%;
  }
  .top-interv .slick-prev .material-icons-outlined,
  .top-interv .slick-next .material-icons-outlined {
    font-size: 16px;
  }
  .top-interv .slick-prev {
    left: 79.5%;
  }
  .top-news_flex .top-news_flex-cont {
    width: 55%;
  }
  .top-news_flex .top-news_flex-cont .text18 {
    font-size: 1.4rem;
  }
  .top-company {
    padding: 60px 0;
  }
  .top-company_list {
    display: block;
  }
  .top-company_list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-company_list li a {
    display: flex;
  }
  .top-company_list li a picture {
    margin-right: 5%;
    width: 40%;
  }
  .top-company_ttl {
    width: 60%;
  }
  .top-entry {
    background-position: 25%;
  }
}
@media only screen and (max-width: 375px) {
  .flowtext::before, .flowtext::after {
    font-size: 13.85px;
  }
}/*# sourceMappingURL=uniq.css.map */