@charset "UTF-8";


/*---------------------------------------------
common
---------------------------------------------*/

@media screen and (max-width: 767px) {
  .wrapper .bgBlock-gray.pd-block1 {
    padding-top: calc(var(--custom-vw) *(150 / 750));
    padding-bottom: calc(var(--custom-vw) *(180 / 750));
  }
}




/*---------------------------------------------
width
---------------------------------------------*/

@media screen and (max-width: 767px) {
  .w-sp-58 {
    width: calc(var(--custom-vw) *(58 / 750));
  }
  .w-sp-62 {
    width: calc(var(--custom-vw) *(62 / 750));
  }
  .w-sp-66 {
    width: calc(var(--custom-vw) *(66 / 750));
  }
  .w-sp-70 {
    width: calc(var(--custom-vw) *(70 / 750));
  }
  .w-sp-72 {
    width: calc(var(--custom-vw) *(72 / 750));
  }
  .w-sp-74 {
    width: calc(var(--custom-vw) *(74 / 750));
  }
  .w-sp-76 {
    width: calc(var(--custom-vw) *(76 / 750));
  }
  .w-sp-80 {
    width: calc(var(--custom-vw) *(80 / 750));
  }
  .w-sp-82 {
    width: calc(var(--custom-vw) *(82 / 750));
  }
  .w-sp-86 {
    width: calc(var(--custom-vw) *(86 / 750));
  }
  .w-sp-90 {
    width: calc(var(--custom-vw) *(90 / 750));
  }
  .w-sp-94 {
    width: calc(var(--custom-vw) *(94 / 750));
  }
}



/*---------------------------------------------
.arrow-link
---------------------------------------------*/
.arrow-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #0087eb;
  border-radius: 28px;
  margin-inline: 15px;
}
.arrow-link img {
  width: 10px;
}

@media screen and (max-width: 767px) {
  .arrow-link {
    width: 18px;
    height: 18px;
    margin-inline: 10px;
  }
  .arrow-link img {
    width: 6px;
  }
}



/*---------------------------------------------
other-cards
---------------------------------------------*/


.other-cards .other-card p a {
  display: inline-flex;
  align-items: center;
}
.other-cards .other-card .image + p a {
  color: #000;
}
.other-cards .other-card p a img {
  width: 22px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .other-cards .other-card .image + p {
    font-size: calc(var(--custom-vw) *(40 / 750));
    text-align: center;
  }
}



/*---------------------------------------------
case-cards
---------------------------------------------*/

.case-cards .case-card {
  display: flex;
  flex-direction: column;

}

.case-cards .case-card .btn-more {
  margin-top: auto;
}



/*---------------------------------------------
functions
---------------------------------------------*/


@media screen and (max-width: 767px) {
  .functions-content .functions-category {
    padding-bottom: calc(var(--custom-vw) * (120 / 750));
  }


  .functions-cards .functions-card {
    min-height: inherit;
    padding: 30px 10px;
  }
}

/*---------------------------------------------
pageHead
---------------------------------------------*/


@media screen and (max-width: 767px) {
  .pageHead .description {
    font-size: 1.8rem;
  }
}




/*---------------------------------------------
homepage
---------------------------------------------*/


@media screen and (max-width: 767px) {
  .category-title {
    padding-left: 28px;
  }
  .category-title:after {
    top: 50%;
    translate: 0 -8px;
  }
  .category-title h3 {
    font-size: calc(var(--custom-vw) * (36 / 750));
  }


  .functions-content .functions-title img {
    margin-right: 15px;
  }
  .functions-content .functions-example p span {
    font-size: 1.8rem;
  }
  .functions-content .functions-example ul li img {
    width: 28px;
  }

  
}


/*---------------------------------------------
feedback
---------------------------------------------*/


.feedback-index-entrance {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  padding: 30px;
  align-items: center;
}

.feedback-index-entrance-list {
  font-size: 22px;
  background: #fff;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
}

.feedback-index-entrance-list a {
  color: black;
  display: block;
  margin: 20px auto 0;
  letter-spacing: .2em;
  padding: 8px;
  border-radius: 10px;
  line-height: 1;
}

.feedback-index-entrance-list:hover {
  background: #fff031;
}


.feedback-env-visibility {
  display: none;
}

.feedback-index-entrance-list {
  max-width: 500px;
  width: 100%;
  padding: 30px 20px;
}

.feedback-index-entrance-list p + p {
  margin-top: 1em;
}

.feedback-index-entrance-list > a {
  width: 100%;
  text-decoration: none;
}

.feedback-index-entrance-list > a > div {
  margin-bottom: 40px;
}

.feedback-index-entrance-list > a > div > img {
  vertical-align: middle;
  width: 70%;
}

@media screen and (max-width: 768px) {
  

  .feedback-index-entrance-list {
      width: 100%;
      margin-top: 30px;
      padding: 20px 15px;
  }

  .feedback-index-entrance-list > a {
      font-size: 0.9em;
  }


  .feedback-index-entrance {
      display: block;
      padding: 0;
  }
}




/*---------------------------------------------
Modal
---------------------------------------------*/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  position: relative;
  z-index: 1000;
}

.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  max-width: 90vw;
  max-height: 90vh;
  padding: 30px;
  background-color: #fff;
  overflow-y: auto;
  position: relative;
}

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

.modal__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__close::before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}



.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__close:hover::before,
.modal__close:hover::after {
  background-color: #ff5f5f;
}





/* Animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}



/*---------------------------------------------
survey_unit
---------------------------------------------*/


.survey_unit .dataBox .img {
  max-width: inherit;
}
.survey_unit .dataBox.-wide img {
  max-width: 100%;
}

.survey_unit .dataBox .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media screen and (max-width: 768px) {
  
  
  .survey_unit .dataBox .img img {
    max-width: 100%;
  }

  .survey_unit .top3 .title {
    font-size: calc(var(--custom-vw) * (30 / 750));
    height: auto !important;
  }
}
