@charset "utf-8";

/********** 共通 **********/
html {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  position: relative;
}

/* カーソルのデザイン */
.cursorCloud {
  cursor: url(../img/cloud.png), default;
}

/* 背景のフワフワ */
/* @media screen and (min-width: 768px) {
  .background1 {
    background-image: url("../img/red.png");
    animation: moveBackground1 12s infinite;
  }

  .background2 {
    background-image: url("../img/blue.png");
    animation: moveBackground2 12s infinite;
  }

  .background3 {
    background-image: url("../img/yellow.png");
    animation: moveBackground3 12s infinite;
  }

  .background4 {
    background-image: url("../img/red.png");
    animation: moveBackground4 12s infinite;
  }

  .background5 {
    background-image: url("../img/blue.png");
    animation: moveBackground5 12s infinite;
  }

  .background6 {
    background-image: url("../img/yellow.png");
    animation: moveBackground6 12s infinite;
  }

  @keyframes moveBackground1 {
    0% {
      top: 10%;
      left: 10%;
    }

    25% {
      top: 50%;
      left: 50%;
    }

    50% {
      top: 80%;
      left: 80%;
    }

    75% {
      top: 80%;
      left: 20%;
    }

    100% {
      top: 10%;
      left: 10%;
    }
  }

  @keyframes moveBackground2 {
    0% {
      top: 35%;
      left: 50%;
    }

    25% {
      top: 80%;
      left: 35%;
    }

    50% {
      top: 65%;
      left: 50%;
    }

    75% {
      top: 80%;
      left: 65%;
    }

    100% {
      top: 35%;
      left: 50%;
    }
  }

  @keyframes moveBackground3 {
    0% {
      top: 72.5%;
      left: 50%;
    }

    25% {
      top: 65%;
      left: 35%;
    }

    50% {
      top: 65%;
      left: 80%;
    }

    75% {
      top: 35%;
      left: 35%;
    }

    100% {
      top: 72.5%;
      left: 50%;
    }
  }

  @keyframes moveBackground4 {
    0% {
      top: 10%;
      left: 60%;
    }

    25% {
      top: 50%;
      left: 0%;
    }

    50% {
      top: 10%;
      left: 20%;
    }

    75% {
      top: 60%;
      left: 10%;
    }

    100% {
      top: 10%;
      left: 60%;
    }
  }

  @keyframes moveBackground5 {
    0% {
      top: 90%;
      left: 90%;
    }

    25% {
      top: 60%;
      left: 50%;
    }

    50% {
      top: 40%;
      left: 70%;
    }

    75% {
      top: 10%;
      left: 60%;
    }

    100% {
      top: 90%;
      left: 90%;
    }
  }

  @keyframes moveBackground6 {
    0% {
      top: 10%;
      left: 50%;
    }

    25% {
      top: 10%;
      left: 60%;
    }

    50% {
      top: 40%;
      left: 50%;
    }

    75% {
      top: 30%;
      left: 0%;
    }

    100% {
      top: 10%;
      left: 50%;
    }
  }
} */

/* ボタン */
.btn-blue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #006fb7;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0266a9;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0266a9;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #006fb7;
  --bs-btn-disabled-border-color: #006fb7;
}

.btn-yellow {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f1a501;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e19b03;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e19b03;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f1a501;
  --bs-btn-disabled-border-color: #f1a501;
}

.btn-red {
  --bs-btn-color: #000000;
  --bs-btn-bg: #df6951;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ce573f;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ce573f;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #df6951;
  --bs-btn-disabled-border-color: #df6951;
}

/* padding y xxl */
.setting-py {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* padding y xl */
@media screen and (max-width: 1200px) {
  .setting-py {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .wrap {transform: translate(0px, 0px) !important;
  }
}

/* padding y lg */
@media screen and (max-width: 992px) {
  .setting-py {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* padding y md */
@media screen and (max-width: 768px) {
  .setting-py {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* padding y sm */
@media screen and (max-width: 576px) {
  .setting-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/**********  Home **********/
/* Header */
.headerBtn-pc {
  display: block;
}

.headerBtn-sp {
  display: none;
}

.header-smTitle {
  display: block;
}

@media screen and (max-width: 768px) {
  .top-bg {
    height: 300px;
    width: 350px;
  }
}

@media screen and (max-width: 576px) {
  .headerBtn-pc {
    display: none;
  }

  .headerBtn-sp {
    display: block;
  }

  .header-smTitle {
    display: none;
  }
}

/* Partner ロゴ */
.slider {
  display: flex;
  align-items: center;
  height: 200px;
  overflow: hidden;
}

/* .slideshow {
  display: flex;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation: 35s linear 1s infinite normal both running loop-slide;
} */

.slideshow {
  display: flex;
  animation: loop-slide 35s infinite linear 1s both;
}

.slideshow img {
  width: 180px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .slider {
    height: 150px;
    margin: 10px 0 10px 0;
  }

  .slideshow img {
    width: 150px;
    height: auto;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* IT導入補助金 */
.itDonyuHojyokin-pc {
  display: flex;
}

.itDonyuHojyokin-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .itDonyuHojyokin-pc {
    display: none;
  }

  .itDonyuHojyokin-sp {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .itDonyuHojyokin-title {
    font-size: large;
    font-weight: bold;
  }
}

/* @media screen and (max-width: 576px) {
  .itDonyuHojyokin-title {
    font-size: large;
    }
} */

/* 商工会連合会 */
.rounded-circle {
  border-radius: 50% !important;
}

.icon-bg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

@media screen and (max-width: 992px) {
  .shokokai-title {
    font-size: large;
    font-weight: bold;
  }
}

.KnouMore {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.mt-n5 {
  margin-top: -2.5rem !important;
}

.bi {
  display: inline-block;
}

.shokokai-svg {
  color: #D81D20;
}

.shokokaiLbl-pc {
  display: block;
  font-size: 1.25rem; color: #f8f9fa; border-color: #f8f9fa !important;
}

.shokokaiLbl-sp {
  display: none;
  font-size: 1rem; color: #f8f9fa; border-color: #f8f9fa !important;
}

@media screen and (max-width: 576px) {
  .shokokaiLbl-pc {
    display: none;
  }

  .shokokaiLbl-sp {
    display: block;
  }
}

/* Service */
.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.area {
  /* width: 100%; */
  height: 500px;
  position: relative;
  /* overflow: hidden; */
}

.wrap {
  display: flex;
  column-gap: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 calc(var(--bs-gutter-x) * .5);
}

@media screen and (max-width: 1024px) {
  .area {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .wrap {
    display: flex;
    column-gap: 50px;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
}

.card-img-top-service {
  width: auto;
  /* height: 300px; */
  height: 270px;
  margin: 0 auto;
  top: 25%;
}

.service-title {
  font-size: large;
}

.service-details {
  /* font-size: 1.5em; */
  font-size: 1em;
}

.card-service {
  padding-bottom: 0.5rem !important;
}

.card-row {
  /* width: 980px; */
  width: 800px;
  height: 350px;
  flex-direction: row;
}

.item-service {
  display: flex;
  justify-content: center;
  width: 350px;
}

@media screen and (max-width: 1024px) {
  .card-img-top-service {
    height: 250px;
  }

  .service-title {
    font-size: 16px;
  }

  .service-details {
    font-size: 0.875em;
  }

  .card-service {
    width: 100%;
  }

  .item-service {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* Purpose */
.card-img-top {
  width: auto;
  /* height: 120px; */
  height: 200px;
  margin: 0 auto;
}

.purpose-card1 {
  margin-top: 20px;
}

.purpose-card3 {
  margin-top: 20px;
}

.purpose-card4 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .purpose-card1 {
    margin-top: 15px;
  }

  .purpose-card2 {
    margin-top: 40px;
  }

  .purpose-card3 {
    margin-top: 60px;
  }

  .purpose-card4 {
    margin-top: 60px;
  }
}

#vr {
  transform-origin: center bottom;
  animation: 2s linear infinite rotation1;
}

#alternatives {
  animation: 4s linear infinite rotation2;
}

#earth {
  animation: 5s linear infinite rotation3;
}

#goals {
  animation: 4s linear infinite rotation4;
}

@keyframes rotation1 {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotation3 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation4 {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(360deg);
  }
}

/* News */
.accordion {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);
  --bs-accordion-active-color: var(--bs-secondary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-secondary-bg-subtle);
}

/* Contact */
.alert {
  border-radius: 100px 20px 20px 20px;
  /* width: 100%; */
}

.list-group {
  --bs-list-group-bg: none;
  --bs-list-group-border-color: none;
}

.bg {
  animation: bg-change 9s infinite;
}

@keyframes bg-change {
  0% {
    background-color: #F8EAC9;
  }

  20% {
    background-color: #CCDEEC;
  }

  40% {
    background-color: #CCDEEC;
  }

  60% {
    background-color: #F3DFD8;
  }

  80% {
    background-color: #F3DFD8;
  }

  100% {
    background-color: #F8EAC9;
  }
}

.bg-btn {
  animation: bg-btn-change 9s infinite;
}

@keyframes bg-btn-change {
  0% {
    background-color: #f1a501;
  }

  20% {
    background-color: #006fb7;
    color: #fff;
  }

  40% {
    background-color: #006fb7;
    color: #fff;
  }

  60% {
    background-color: #dc6a52;
  }

  80% {
    background-color: #dc6a52;
  }

  100% {
    background-color: #f1a501;
  }
}

.arrow {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  animation: change-img-anim 9s infinite;
}

@keyframes change-img-anim {
  0% {
    background-image: url(../img/arrow_yellow.png);
  }

  20% {
    background-image: url(../img/arrow_blue.png);
  }

  40% {
    background-image: url(../img/arrow_blue.png);
  }

  60% {
    background-image: url(../img/arrow_red.png);
  }

  80% {
    background-image: url(../img/arrow_red.png);
  }

  100% {
    background-image: url(../img/arrow_yellow.png);
  }
}

.background {
  position: absolute;
  width: 40vh;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.notification-list {
  display: flex;
}

.contact-img1 {
  width: 300px;
  right: 0;
}

.contact-img2 {
  opacity: 0.1;
  margin-top: 120px;
  width: 300px;
  left: 0;
}

.contact-img3 {
  left: 100% !important
}

.contact-img4 {
  left: 100% !important;
  padding: 2px;
}

@media screen and (max-width: 1024px) {
  .alert {
    border-radius: 100px 20px 20px 20px;
    /* width: 900px; */
  }
}

@media screen and (max-width: 768px) {
  .alert {
    border-radius: 100px 20px 20px 20px;
    /* width: auto; */
  }

  .notification-list {
    display: flex;
    margin-right: auto;
    flex-direction: column;
  }

  .contact-img1 {
    width: 300px;
    right: 150px;
    bottom: 75px;
    transform: rotate(90deg);
  }
}

.address-pc {
  display: block;
}

.address-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .address-pc {
    display: none;
  }

  .address-sp {
    display: block;
  }
}

/*** Footer ***/


/********** About us **********/

/********** Service **********/

/********** Recruit **********/

/********** Contact us **********/
