@charset "UTF-8";
/* CSS Document */
/*======= SLIDE setting =======*/
#content .loading_hidden {
  display: none;
}

.internal-access #loading {
  display: none !important;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading_anime {
  width: 50%;
  max-width: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_anime-01, .loading_anime-02, .loading_anime-03, .loading_anime-04, .loading_anime-05 {
  position: absolute;
  z-index: 99;
}
.loading_anime img {
  width: 100%;
}

.loading_anime-01,
.loading_anime-02,
.loading_anime-03,
.loading_anime-04,
.loading_anime-05 {
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/* 01, 02 → 左から右へスライドイン */
.loading_anime-01 {
  animation-name: slideInUp;
  animation-delay: 0s;
}

.loading_anime-02 {
  animation-name: slideInDown;
  animation-delay: 0.5s;
}

/* 03, 04 → 右から左へスライドイン */
.loading_anime-03 {
  animation-name: slideInRight;
  animation-delay: 1s;
}

.loading_anime-04 {
  animation-name: slideInRight;
  animation-delay: 1.5s;
}

/* 05 → 上から下にスライド + 360度回転 */
.loading_anime-05 {
  animation-name: slideDownRotate;
  animation-delay: 2.5s;
}

/* 左から右 */
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から左 */
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 上から下 & 360度回転 */
@keyframes slideDownRotate {
  0% {
    opacity: 0;
    transform: translateY(-150px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(360deg);
  }
}
/* ==slider== */
#top_slider {
  position: relative;
  margin: 0 auto;
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #top_slider {
    padding-top: 70px;
  }
}
#top_slider .base {
  display: none;
}
@media screen and (max-width: 567px) {
  #top_slider .base {
    display: block;
  }
}
@media screen and (max-width: 567px) {
  #top_slider .PC-slider {
    display: none;
  }
}
#top_slider .SP-slider {
  display: none;
}
@media screen and (max-width: 567px) {
  #top_slider .SP-slider {
    display: block !important;
  }
}
#top_slider .swiper-slide {
  background: transparent;
  position: relative;
}
#top_slider .swiper-slide img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1479px) {
  #top_slider .swiper-slide img {
    height: 600px;
  }
}
@media screen and (max-width: 1259px) {
  #top_slider .swiper-slide img {
    height: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
@media screen and (max-width: 1024px) {
  #top_slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/0.5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: initial;
  }
}
@media screen and (max-width: 1024px) and (max-width: 567px) {
  #top_slider .swiper-slide img {
    aspect-ratio: initial;
  }
}
#top_slider .inner {
  top: 90px;
  left: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #top_slider .inner {
    top: 70px;
  }
}
#top_slider .inner .swiper-slide {
  position: relative;
}
#top_slider .inner .swiper-slide a.slide_BTN,
#top_slider .inner .swiper-slide a.slide_BTN_ {
  width: 50%;
  max-width: 360px;
  position: absolute;
  bottom: 0;
  right: -90%;
  /* 初期状態は画面外 */
  color: white;
  background: #52beee;
  padding: 20px 0 20px 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
  line-height: 1;
  opacity: 0;
  /* 初期状態は透明 */
  -webkit-clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%);
}
@keyframes slideIn {
  0% {
    right: -90%;
    /* 画面外 */
    opacity: 0;
  }
  100% {
    right: 0;
    /* 画面内 */
    opacity: 1;
  }
}
@media screen and (max-width: 567px) {
  #top_slider .inner .swiper-slide a.slide_BTN,
  #top_slider .inner .swiper-slide a.slide_BTN_ {
    -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#top_slider .inner .swiper-slide a.slide_BTN:hover,
#top_slider .inner .swiper-slide a.slide_BTN_:hover {
  opacity: 0.85;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #top_slider .inner .swiper-slide a.slide_BTN,
  #top_slider .inner .swiper-slide a.slide_BTN_ {
    font-size: 1.8rem;
    max-width: 320px;
    padding: 15px 0 15px 10px;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  #top_slider .inner .swiper-slide a.slide_BTN,
  #top_slider .inner .swiper-slide a.slide_BTN_ {
    font-size: 1.6rem;
    max-width: 18em;
    padding: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 679px) {
  #top_slider .inner .swiper-slide a.slide_BTN,
  #top_slider .inner .swiper-slide a.slide_BTN_ {
    font-size: 1.6rem;
    padding: 12px 0 12px 10px;
  }
}
@media screen and (max-width: 567px) {
  #top_slider .inner .swiper-slide a.slide_BTN,
  #top_slider .inner .swiper-slide a.slide_BTN_ {
    font-size: 1.6rem;
    width: 100%;
    max-width: 17.6em;
  }
}
#top_slider .inner .swiper-slide .copy {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_slider .inner .swiper-slide .copy p {
  position: absolute;
  bottom: 18%;
  left: 52%;
  color: white;
  font-size: 4.2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
  filter: drop-shadow(0 0 3px #000000);
}
@media screen and (max-width: 1259px) {
  #top_slider .inner .swiper-slide .copy p {
    font-size: 3.6rem;
    bottom: 18%;
    left: 52%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  #top_slider .inner .swiper-slide .copy p {
    font-size: 3rem;
    bottom: 18%;
    left: 52%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 859px) {
  #top_slider .inner .swiper-slide .copy p {
    font-size: 2.7rem;
    bottom: 18%;
    left: 52%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #top_slider .inner .swiper-slide .copy p {
    font-size: 2.4rem;
    bottom: 18%;
    left: 52%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 679px) {
  #top_slider .inner .swiper-slide .copy p {
    font-size: 2rem;
    bottom: 20%;
  }
}
@media screen and (max-width: 567px) {
  #top_slider .inner .swiper-slide .copy p {
    text-align: center;
    width: 96%;
    font-size: 2.8rem;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.5;
  }
}
@media screen and (max-width: 359px) {
  #top_slider .inner .swiper-slide .copy p {
    font-size: 2.4rem;
  }
}
#top_slider .swiper-pagination {
  z-index: 999 !important;
  bottom: 20px !important;
}
#top_slider .swiper-pagination-bullet {
  background: white !important;
}
#top_slider .linear::before {
  bottom: 0;
}

/* == 導入 == */
.top_about {
  /*about*/
  padding-top: 50px;
  position: relative;
  width: 100%;
}
.top_about .inner {
  width: 100%;
  max-width: 600px;
}
.top_about h5 {
  color: #25b6f5;
}
@media screen and (max-width: 567px) {
  .top_about {
    padding-top: 25px;
  }
}

.world_map_bk {
  position: absolute;
  /*swiper直下*/
  width: 60%;
  min-width: 500px;
  opacity: 0.85;
  right: 0;
  top: 0;
  z-index: -5;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .world_map_bk {
    width: 75%;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .world_map_bk {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .world_map_bk {
    width: 120%;
    right: -10%;
  }
}

.w_about {
  right: 10px;
  bottom: 180px;
}

/* == 事業案内 == */
.top_business {
  position: relative;
}
.top_business .eng_ {
  position: initial;
  padding-bottom: 10px;
}
.top_business .col_2 {
  align-items: center;
}
.top_business .col_2 picture {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top_business .col_2 picture {
    width: 100%;
  }
}
.top_business .col_2 img {
  width: 100%;
  align-self: stretch;
}
.top_business ul {
  align-items: flex-start;
  max-width: 980px;
  margin: 45px auto 0;
}
@media screen and (max-width: 567px) {
  .top_business ul {
    margin: 20px auto 0;
  }
}
.top_business ul:after {
  display: block;
  content: "";
  width: 32%;
}
.top_business ul li {
  width: 32%;
  box-sizing: border-box;
  transition: 0.5s ease;
  position: relative;
  line-height: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
}
@media screen and (max-width: 567px) {
  .top_business ul li {
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
  }
}
.top_business ul li a {
  cursor: pointer;
  z-index: 99;
}
.top_business ul li a:hover {
  opacity: 1;
}
.top_business ul li img {
  width: 100%;
  border-radius: 10px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 567px) {
  .top_business ul li img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_business ul li .top_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.top_business ul li .top_icon img {
  width: 100%;
}
@media screen and (max-width: 567px) {
  .top_business ul li .top_icon img {
    width: auto;
    height: 135px;
  }
}
.top_business ul li .layer {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 9;
  border-radius: 10px;
}
.top_business ul li .BK_01 {
  background: #18b3f5;
}
.top_business ul li .BK_02 {
  background: #f87c08;
}
.top_business ul li .BK_03 {
  background: #00ac53;
}
.top_business ul li .BK_04 {
  background: #f33c3e;
}
.top_business ul li .BK_05 {
  background: #3765e4;
}
.top_business ul li .BK_06 {
  background: #f1e319;
}
.top_business ul li a:hover .layer {
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);
}
.top_business ul li a:hover {
  /*transform: translateY(-5px);*/
}
.top_business ul li a:hover .top_icon img {
  transform: scale(0.9);
  transition: 0.25s ease;
  filter: drop-shadow(0 0 3px #000000);
}
@media screen and (max-width: 567px) {
  .top_business ul li a:hover .top_icon img {
    transform: scale(1);
    filter: none;
    opacity: 0.85;
  }
}
.top_business ul li a:hover .top_icon img .BK_02 {
  background: #f87c08;
  opacity: 0.85;
}
.top_business ul li a:hover .top_icon img .BK_03 {
  background: #00ac53;
  opacity: 0.85;
}
.top_business ul li a:hover .top_icon img .BK_04 {
  background: #f33c3e;
  opacity: 0.85;
}
.top_business ul li a:hover .top_icon img .BK_05 {
  background: #3765e4;
  opacity: 0.85;
}
.top_business ul li a:hover .top_icon img .BK_06 {
  background: #d9cf2f;
  opacity: 0.85;
}

/* == CSR活動 == */
@media screen and (max-width: 768px) {
  .top_csr {
    max-width: initial;
  }
}
.top_csr .w_csr {
  position: absolute;
  right: 3%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .top_csr .w_csr {
    top: 40px;
  }
}
@media screen and (max-width: 859px) {
  .top_csr .w_csr {
    right: 0;
  }
}
.top_csr .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 3% 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_csr .inner {
    display: block;
    padding: 0 0 0 5%;
  }
}
.top_csr .inner h3.head_ver {
  padding-right: 30px;
}
.top_csr .inner .txt_box {
  /*記事エリア*/
  position: relative;
  width: calc(100% - 130px);
}
@media screen and (max-width: 1024px) {
  .top_csr .inner .txt_box {
    width: 100%;
  }
}
.top_csr .inner .txt_box__inner {
  position: relative;
}
.top_csr .inner .txt_box__inner .swiper-button-next {
  left: 50px !important;
  right: initial;
  bottom: 0;
}
.top_csr .inner .txt_box__inner .swiper-button-prev {
  left: 0 !important;
  right: initial;
  bottom: 0;
}
.top_csr .inner .txt_box__inner .swiper-button-next:after,
.top_csr .inner .txt_box__inner .swiper-button-prev:after {
  display: none;
}
.top_csr .inner .carousel {
  background: #f6a626;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.top_csr .inner .carousel:before {
  position: absolute;
  display: block;
  content: "";
  background: #f6a626;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1259px) {
  .top_csr .inner .carousel:after {
    position: absolute;
    display: block;
    content: "";
    background: #f6a626;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 1079px) {
  .top_csr .inner .carousel:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_csr .inner .carousel {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 359px) {
  .top_csr .inner .carousel {
    padding: 30px 20px;
  }
}
.top_csr .inner .carousel ul {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top_csr .more_BTN {
    margin-right: calc(5% + 35px);
  }
}
.top_csr .more_BTN:after {
  background: #f6a626;
}
.top_csr .csr_gallery {
  padding: 100px 0 0;
  width: 100%;
}
.top_csr .csr_gallery h4 {
  border-color: #f6a626;
}
.top_csr .csr_gallery .csr_swiper {
  max-width: 1260px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_csr .csr_gallery .csr_swiper {
    padding-right: 5%;
  }
}
.top_csr .csr_gallery .swiper-slide {
  opacity: 0.35;
  /*transform: scale(0.8);*/
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* なめらかに変化 */
  position: relative;
}
.top_csr .csr_gallery .swiper-slide p {
  background: black;
  position: absolute;
  z-index: 99;
  bottom: 0;
  margin: 0;
  left: 0;
  opacity: 0.9;
  color: white;
  font-size: 1.5rem;
  padding: 3px 1em;
}
.top_csr .csr_gallery .swiper-slide-active {
  opacity: 1;
  /*transform: scale(1);*/
}
.top_csr .csr_gallery .swiper-pagination {
  bottom: -30px !important;
}
.top_csr .csr_gallery .swiper-pagination-bullet {
  background: #666;
  border-radius: 50%;
  opacity: 0.35;
  width: 10px;
  height: 10px;
}
.top_csr .csr_gallery .swiper-pagination-bullet-active {
  opacity: 1;
}

/* == 4 お知らせ == */
.top_news {
  max-width: 1260px;
}
.top_news .inner {
  display: flex;
  padding: 80px 3% 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top_news .inner {
    flex-direction: column-reverse;
    padding: 80px 5% 0;
  }
}
@media screen and (max-width: 567px) {
  .top_news .inner {
    padding: 80px 0 0;
  }
}
.top_news .inner .txt_box {
  /*記事エリア*/
  position: relative;
  flex: 1;
  background: #0fb05e;
  box-sizing: border-box;
  padding: 3% 5%;
  border-radius: 10px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .top_news .inner .txt_box {
    width: 100%;
    padding: 5%;
  }
}
@media screen and (max-width: 567px) {
  .top_news .inner .txt_box {
    border-radius: 0;
    padding: 35px 0;
  }
}
.top_news .inner .txt_box dl {
  background: white;
  border-radius: 5px;
  padding: 5% 5% 0;
  box-sizing: border-box;
}
@media screen and (max-width: 567px) {
  .top_news .inner .txt_box dl {
    width: 85%;
    margin: 0 auto;
  }
}
.top_news .w_news {
  left: 0;
  top: -80px;
}
.top_news .more_BTN {
  margin-right: calc(3% + 170px);
}
@media screen and (max-width: 1024px) {
  .top_news .more_BTN {
    margin-right: calc(5% + 35px);
  }
}
.top_news .more_BTN:after {
  background: #00ac53;
}

/* ==　5 採用情報　== */
@media screen and (max-width: 567px) {
  .top_recruit {
    padding-bottom: 150px;
  }
}
.top_recruit h5 {
  color: #3d8ef8;
}
.top_recruit .inner {
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .top_recruit .inner {
    padding-top: 0;
  }
}
.top_recruit .inner .w_recruit {
  top: -100px;
  right: 0;
}
.top_recruit .inner .img_box {
  /*画像の枠*/
  position: relative;
  margin: 0 10% 0 5%;
  line-height: 0;
}
@media screen and (max-width: 819px) {
  .top_recruit .inner .img_box {
    margin: 0 10% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .inner .img_box {
    margin: 0;
  }
}
.top_recruit .inner .img_box img {
  border-radius: 10px;
  line-height: 0;
}
.top_recruit .inner .img_box:before {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  min-width: 500px;
  height: auto;
  aspect-ratio: 2/1;
  background: #3d8ef8;
  opacity: 0.45;
  border-radius: 10px;
  right: -10%;
  top: -50px;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .top_recruit .inner .img_box:before {
    content: none;
  }
}
.top_recruit .inner .img_box a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 0;
}
.top_recruit .inner .img_box a img {
  display: none;
}
.top_recruit .inner .img_box a:hover {
  opacity: 1;
}
.top_recruit .inner .img_box a:hover img {
  display: block;
}
.top_recruit .inner p {
  position: absolute;
  background: #3d8ef8;
  border-radius: 10px;
  left: 0;
  bottom: -25px;
  padding: 20px 25px;
  color: white;
  width: 55%;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) {
  .top_recruit .inner p {
    width: 70%;
  }
}
@media screen and (max-width: 819px) {
  .top_recruit .inner p {
    position: initial;
    background: white;
    border-radius: 10px;
    padding: 20px 10% 0 0;
    color: #333;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .inner p {
    padding: 20px 0 0;
  }
}
.top_recruit .inner p a {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  padding-top: 10px;
}
@media screen and (max-width: 819px) {
  .top_recruit .inner p a {
    color: #3d8ef8;
  }
}
.top_recruit .more_BTN {
  margin-right: 35px;
}
.top_recruit .more_BTN:after {
  background: #3d8ef8;
}
.top_recruit .more_BTN a:before {
  width: 96%;
}
.top_recruit .more_BTN a:hover:before {
  width: 99%;
}

/*フッター：お問い合わせボタン*/
footer .contact .DL_BTN span {
  line-height: 1.8;
  padding: 15px 30px;
}/*# sourceMappingURL=top.css.map */