@charset "UTF-8";

/*****************************
top
*****************************/
.topsec {
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec {
    padding: 6rem 0;
  }
}

/*****************************
topsec-fv
*****************************/
.topsec-fv {
  margin-top: 10rem;
  margin-bottom: -5rem;
  z-index: 1;
}
.topsec-fv .splide .splide__slide {
  height: calc(100vh - 10rem);
}
.topsec-fv .splide .splide__slide img {
  clip-path: url(#mask);
  object-fit: cover;
  object-position: -150px 0;
  height: 100%;
  width: 100%;
}
.topsec-fv .txtbox {
  position: absolute;
  top: 100px;
  left: 5vw;
}
.topsec-fv .txt1 {
  margin-bottom: 2rem;
}
.topsec-fv .txt1 span {
  color: #fff;
  display: inline-block;
  font-size: 4.5vw;
  font-weight: bold;
  letter-spacing: -8px;
  line-height: 1;
}
.topsec-fv .txt2 {
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 1920px) {
  .topsec-fv .txt1 span {
    font-size: 8rem;
  }
  .topsec-fv .txt2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-fv .splide .splide__slide img {
    object-position: -470px 0;
  }
  .topsec-fv .txt1 span {
    font-size: 5.5rem;
  }
  .topsec-fv .txt2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-fv .splide .splide__slide {
    height: 600px;
  }
  .topsec-fv .splide .splide__slide img {
    object-position: -350px 0;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-fv .splide .splide__slide img {
    object-position: -530px 0;
  }
  .topsec-fv .txtbox {
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv {
    margin-top: 6rem;
  }
  .topsec-fv .txt1 span {
    color: #181818;
    font-size: 2.9rem;
  }
  .topsec-fv .txt2 {
    color: #181818;
    font-size: 1.6rem;
  }
  .topsec-fv .splide .splide__slide {
    height: 250px;
  }
  .topsec-fv .splide .splide__slide img {
    object-position: 0;
  }
  .topsec-fv .txtbox {
    top: 230px;
  }
}
@media only screen and (max-width: 450px) {
  .topsec-fv .splide .splide__slide img {
    object-position: -190px 0;
  }
}

/* scrolldown */
.scrolldown {
  position: absolute;
  bottom: -30px;
  right: 5vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrolldown a {
  position: relative;
  height: 200px;
  width: 200px;
}
.scrolldown .txt {
  animation: circlerotate 20s linear infinite;
  position: absolute;
  height: 100%;
  width: 100%;
}
.scrolldown .txt span {
  position: absolute;
  left: 50%;
  transform-origin: 0 100px;
}
.scrolldown .arrow {
  animation: scrollefect 3s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 30px;
}
.scrolldown .arrow::before {
  background: #181818;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  width: 1px;
}
.scrolldown .arrow::after {
  border-bottom: 1px solid #181818;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  height: 12px;
  width: 12px;
}
@keyframes circlerotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollefect {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .scrolldown a {
    height: 150px;
    width: 150px;
  }
  .scrolldown .txt span {
    transform-origin: 0 80px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .scrolldown {
    bottom: -220px;
    right: 20px;
  }
  .scrolldown a {
    height: 100px;
    width: 100px;
  }
  .scrolldown .txt span {
    font-size: 1rem;
    transform-origin: 0 50px;
  }
  .scrolldown .arrow {
    height: 40px;
  }
  .scrolldown .arrow::after {
    height: 8px;
    width: 8px;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  background: url(../images/top/bg_news.webp) no-repeat center / cover;
  padding: 20rem 0 35rem;
}
.topnewsbox {
  background: #fff;
  border-radius: 50px;
  padding: 10rem 6rem;
}
.topnewsbox .ftxtbox:nth-child(1) {
  width: 35%;
}
.topnewsbox .ftxtbox:nth-child(2) {
  width: 65%;
}
.topnewsbox .morebtn1 a {
  min-width: 270px;
}
.topnewsbox .obj1 {
  bottom: 0;
  left: 0;
}
.topnewsbox .obj1::before {
  bottom: 0;
  left: 0;
}
.topnewsbox .obj1::after {
  bottom: -25px;
  left: -25px;
}
@media only screen and (max-width: 1180px) {
  .topsec-news {
    padding: 20rem 0 25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topnewsbox {
    padding: 4rem;
  }
  .topnewsbox .flexbox1 {
    gap: 4rem;
  }
  .topnewsbox .ftxtbox:nth-child(1),
  .topnewsbox .ftxtbox:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topnewsbox .obj1::after {
    bottom: -15px;
    left: 25px;
  }
  .topsec-news {
    background: #fff;
    padding: 23rem 0 10rem;
  }
  .topnewsbox {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 4rem 2rem 8rem;
  }
  .topnewsbox .newslist li {
    background: #fff;
  }
  .newslist .cat {
    background: #072039;
    color: #fff;
  }
  .newslist .cat::before {
    background: #fff;
  }
  .topnewsbox .ttlbox1 {
    margin-bottom: 0;
  }
  .topnewsbox .newslist {
    margin-bottom: 3rem;
  }
}

/*****************************
topsec-company
*****************************/
.topsec-company {
  padding: 0 0 10rem;
}
.topsec-company::before {
  background: #fff;
  border-radius: 0 250px 0 0;
  content: '';
  position: absolute;
  top: -230px;
  height: 235px;
  width: 100%;
}
.topsec-company .imgbox {
  margin-left: auto;
  margin-top: -9.5rem;
  position: relative;
  width: 65%;
  z-index: -1;
}
.topsec-company .imgbox img {
  border-radius: 50px;
}
.topsec-company .imgbox::before {
  background: url(../images/top/company.webp) no-repeat center / cover;
  border-radius: 50px;
  content: '';
  filter: grayscale(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 107%;
  width: 105%;
  z-index: -1;
}
.topsec-company .txtbox {
  background: #fff;
  box-shadow: 3px 3px 10px #9a9a9a;
  border-radius: 50px;
  padding: 3rem 4rem 2rem;
  position: relative;
  bottom: 50px;
  left: 0;
  width: 90%;
  z-index: 1;
}
.topsec-company .txtbox .obj2 {
  top: 0;
  left: 0;
}
.topsec-company .txtbox .obj2::before {
  top: -25px;
  left: 0;
}
.topsec-company .txtbox .obj2::after {
  top: 0;
  left: -25px;
}
@media only screen and (max-width: 1180px) {
  .topsec-company::before {
    border-radius: 0 250px 0 0;
    height: 100px;
    top: -100px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-company::before {
    display: none;
  }
  .topsec-company .ttlbox1 {
    margin-bottom: .5rem;
  }
  .topsec-company .txtbox .obj2 {
    top: initial;
    left: initial;
    bottom: 0;
    right: 50px;
  }
  .topsec-company .txtbox .obj2::after {
    top: -10px;
    left: -15px;
  }
  .topsec-company .txtbox {
    border-radius: 30px;
    bottom: 0;
    padding: 2rem;
    width: 100%;
  }
  .topsec-company .imgbox {
    margin-top: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
  .topsec-company .imgbox img {
    border-radius: 30px;
  }
  .topsec-company .imgbox::before {
    border-radius: 30px;
  }
}

/*****************************
topsec-business
*****************************/
.topsec-business {
  background: url(../images/top/bg_business.webp) no-repeat center / cover;
  padding: 15rem 0 35rem;
}
.topsec-business::before {
  aspect-ratio: 199/200;
  background: #fff;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  transform: scale(-1, 1);
  mask-image: url(../images/common/sec_radius2.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  height: 200px;
  width: 199px;
}
.topsec-business .logoloop {
  position: relative;
  bottom: -135px;
  z-index: 1;
}
.topsec-business .logoloop::before {
  aspect-ratio: 125/13;
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url(../images/common/logo.svg);
  mask-position: center;
  mask-size: contain;
  transition: .5s;
  height: 32px;
  width: 200%;
}
.topsec-business .logoloop {
  animation: loop-left 70s infinite linear;
}
@keyframes loop-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.businesslist li:nth-child(even) .flexbox1 {
  flex-direction: row-reverse;
}
.businesslist li:nth-child(even) .ftxtbox {
  border-radius: 50px 0 0 50px;
}
.businesslist li:not(:last-child) {
  margin-bottom: 5rem;
}
.businesslist .fimgbox {
  background: #fff;
  border-radius: 50px;
  padding: 2rem;
  width: 58%;
}
.businesslist .fimgbox img {
  border-radius: 50px;
}
.businesslist .ftxtbox {
  background: #fff;
  border-radius: 0 50px 50px 0;
  padding: 8rem 6rem;
  position: relative;
  width: 42%;
}
.businesslist .ftxtbox {
  left: -20px;
}
.businesslist li:nth-child(2) .ftxtbox {
  left: 20px;
}
.businesslist .ftxtbox .ttlbox1 .enttl {
  font-size: 4.4vw;
}
.businesslist .ftxtbox .obj1 {
  bottom: 0;
  left: 0;
}
.businesslist .ftxtbox .obj1::before {
  bottom: -25px;
  left: 0;
}
.businesslist .ftxtbox .obj1::after {
  bottom: 0;
  left: -25px;
}
.businesslist .ftxtbox .obj2 {
  bottom: 0;
  right: 0;
}
.businesslist .ftxtbox .obj2::before {
  bottom: -25px;
  right: 0;
}
.businesslist .ftxtbox .obj2::after {
  bottom: 0;
  right: -25px;
}
@media only screen and (min-width: 1920px) {
  .businesslist .ftxtbox .ttlbox1 .enttl {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1180px) {
  .businesslist .ftxtbox .ttlbox1 .enttl {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .businesslist .ftxtbox {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-business {
    padding: 7rem 0 25rem;
  }
  .topsec-business::before {
    height: 50px;
    width: 49px;
  }
  .businesslist .ftxtbox .obj1::before {
    bottom: -15px;
  }
  .businesslist .ftxtbox .obj2::before {
    bottom: -15px;
  }
  .businesslist .ftxtbox .obj1::after {
    left: -15px;
  }
  .businesslist .ftxtbox .obj2::after {
    right: -15px;
  }
  .businesslist .ftxtbox .ttlbox1 .enttl {
    font-size: 5rem;
  }
  .businesslist .ftxtbox {
    background: #fff;
    border-radius: 0 !important;
    padding: 4rem 2rem;
    position: relative;
    left: initial !important;
    top: -20px;
    margin: 0 auto;
    width: 90%;
  }
  .businesslist .fimgbox {
    border-radius: 25px;
    padding: 1rem;
    width: 100%;
    z-index: 1;
  }
  .businesslist .fimgbox img {
    border-radius: 25px;
  }
}

/*****************************
topsec-recruit
*****************************/
.topsec-recruit {
  height: 600px;
  padding: 0;
}
.topsec-recruit::before {
  background-image: url(../images/top/bg_recruit.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 200px 0 0;
  content: '';
  position: absolute;
  top: -200px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-recruit {
    height: 500px;
  }
  .topsec-recruit::before {
    background-position: -155px 0;
    border-radius: 0 50px 0 0;
  }
}