/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
:root {
  --animation-duration: 5s;
}

.grandit .fv {
  width: 100%;
  background: url("../img/business/grandit/fv-bg01.jpg");
  background-size: cover;
  position: relative;
  background-position: center right;
}
.grandit .fv-contents {
  position: relative;
  min-height: 75vh;
}
@media (min-width: 768px) {
  .grandit .fv-contents {
    min-height: 600px;
  }
}
.grandit .fv-contents-catch {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .grandit .fv-contents-catch {
    position: absolute;
    width: 70%;
    padding: 15px;
    padding-top: 125px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .grandit .fv-contents-catch {
    padding-left: calc((100% - var(--contents-max-width)) / 2 + 15px);
  }
}
.grandit .fv-contents-catch .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 25px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .grandit .fv-contents-catch .flex {
    gap: 15px;
    background: none;
    backdrop-filter: blur(0);
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}
.grandit .fv-contents-catch .img {
  max-width: 70%;
}
.grandit .fv-contents-catch .img img {
  max-height: 80px;
  width: auto;
}
.grandit .fv-contents-catch .title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .grandit .fv-contents-catch .title {
    font-size: 40px;
    padding-bottom: 0;
  }
}
.grandit .fv-contents-catch .title .color {
  color: #ff9900;
}
.grandit .fv-contents-catch .title .big {
  font-size: 1.4em;
}
.grandit .fv-contents-catch .text {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .grandit .fv-contents-catch .text {
    font-size: 14px;
  }
}
.grandit .fv-contents-catch .partner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .grandit .fv-contents-catch .partner {
    font-size: 16px;
  }
}
.grandit .fv-contents-catch .btnarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .grandit .fv-contents-catch .btnarea {
    margin: 0;
    flex-direction: row;
  }
}
.grandit .fv-contents-catch .btnarea .btn-capsul {
  padding: 20px 30px;
  padding-right: 50px;
  font-weight: bold;
  min-width: 250px;
}
.grandit .fv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .grandit .fv:after {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    width: 70%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 290px) 100%, 0% 100%);
  }
}
.grandit .sv {
  position: relative;
}
.grandit .sv-bg {
  background: url("../img/business/grandit/sv-bg01.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.75;
  filter: saturate(-100%);
}
.grandit .sv-contents {
  padding: 50px 15px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .grandit .sv-contents {
    padding: 70px 15px;
  }
}
.grandit .sv-contents-title {
  text-align: center;
  font-size: 18px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .grandit .sv-contents-title {
    padding-bottom: 50px;
    font-size: 24px;
  }
}
.grandit .sv-contents-first {
  padding: 15px 0;
  border-radius: 15px;
  width: 100%;
  max-width: var(--contents-max-width);
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .grandit .sv-contents-first {
    margin-bottom: 30px;
  }
}
.grandit .sv-contents-first .contents {
  position: relative;
  z-index: 3;
}
.grandit .sv-contents-first .contents .flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .grandit .sv-contents-first .contents .flex {
    flex-direction: row;
  }
}
.grandit .sv-contents-first .contents .flex .col {
  width: 100%;
  border-radius: 30px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  padding-bottom: 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .grandit .sv-contents-first .contents .flex .col {
    width: calc((100% - 60px) / 3);
  }
}
.grandit .sv-contents-first .contents .flex .col .title {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .grandit .sv-contents-first .contents .flex .col .title {
    font-size: 24px;
  }
}
.grandit .sv-contents-first .contents .flex .col .text {
  line-height: 1.5;
  font-size: 14px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .grandit .sv-contents-first .contents .flex .col .text {
    font-size: 16px;
  }
}
.grandit .sv-contents-first .contents .flex .col .img {
  text-align: center;
}
.grandit .sv-contents .detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .grandit .sv-contents .detail {
    flex-direction: row;
  }
}
.grandit .sv-contents .detail-contents {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #596d84;
  color: var(--navy);
}
@media (min-width: 768px) {
  .grandit .sv-contents .detail-contents {
    border-top: none;
    border-left: 1px solid #596d84;
    padding: 15px;
    width: 33.3333333333%;
  }
}
.grandit .sv-contents .detail-contents:first-of-type {
  border: none;
}
.grandit .sv-contents .detail-contents .subtitle {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 18px;
}
.grandit .sv-contents .detail-contents .text {
  font-size: 14px;
  line-height: 1.8;
}

.reason-contents-item .title:before {
  color: #2c7a4c;
}/*# sourceMappingURL=grandit.css.map */