/* =============================================================================


     shikoren


============================================================================= */
.main {
  padding-bottom: 80px;
}

.about-head {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.about-head span {
  border-bottom: 1px solid #3861ad;
}

.about-txt {
  font-size: 2rem;
  margin-top: 32px;
  text-align: center;
}

.about-span {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
}

.about-link {
  margin: 20px auto;
  text-align: center;
}

.about-btn {
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3861ad;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 60px;
  position: relative;
}
.about-btn:before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}
.about-btn span {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
.about-btn span:before {
  height: 12px;
  position: absolute;
  right: calc(50% + 2px);
  width: 12px;
}
.about-btn span:before {
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  content: "";
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.active,
.support {
  padding: 50px 0;
}

.shikoren-head {
  color: #3861ad;
  font-size: 3rem;
  text-align: center;
}

.active-contents {
  margin: 32px auto 0;
}

.active-list {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /*   grid-template-columns: repeat(1, 1fr); */
  margin: auto;
  max-width: 760px;
}

.active-item {
  border: 1px solid #000;
  height: 100%;
  margin: auto;
  max-width: 720px;
  /*   & + & {
    margin-top: 60px;

    @include mq("sp") {
      margin-top: 30px;
    }
  } */
}

.active-item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*   display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 60px 30px; */
  padding: 20px;
}

.active-item-ttl {
  background: #3861ad;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.25em 0;
  text-align: center;
}

.active-item-img {
  /*   width: 50%;

  @include mq("sp") {
    width: calc(50% - 20px);
  } */
}

.active-item-txt {
  /*   width: calc(50% - 30px); */
  margin-top: 1em;
}

.support-txtbox {
  font-size: 2rem;
  line-height: 1.8;
  margin: auto;
  margin-top: 30px;
  max-width: 680px;
  text-align: center;
}
.support-txtbox span {
  display: inline-block;
  padding: 0 0.5em;
}

.join-file {
  border: 1px solid #1e1e1e;
  margin: 120px auto;
  max-width: 680px;
  padding: 28px 40px;
  text-align: center;
}

.join-file-ttl {
  font-size: 2rem;
  text-align: center;
}

.join-file-items {
  display: inline-block;
  margin-top: 40px;
}

.join-file-item {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  text-align: left;
}

.file-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  position: relative;
}

.file-item-right {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.doc-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.doc-link img {
  width: 32px;
}
.doc-link span {
  padding-right: 0.5em;
}
.doc-link:hover {
  opacity: 0.7;
}

.doc-link.is-empty {
  visibility: hidden;
  width: 32px;
}

@media (max-width: 1128px) {
  .about-txt {
    font-size: 1.8rem;
  }
}

@media (max-width: 750px) {
  .main {
    padding-bottom: 40px;
  }
  .about-head {
    font-size: 2rem;
  }
  .about-txt {
    font-size: 1.5rem;
    margin-top: 24px;
  }
  .about-btn {
    font-size: 1.5rem;
    padding: 20px 30px;
  }
  .about-btn span {
    height: 16px;
    width: 16px;
  }
  .about-btn span:before {
    height: 10px;
    width: 10px;
  }
  .shikoren-head {
    font-size: 2rem;
  }
  .active-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .active-item-content {
    /*     padding: 30px 16px; */
    padding: 16px;
  }
  .active-item-ttl {
    font-size: 1.8rem;
  }
  .active-item-txt {
    /*     width: calc(50% - 10px); */
    font-size: 1.2rem;
  }
  .support-txtbox {
    font-size: 1.4rem;
  }
  .join-file {
    margin: 60px auto;
    padding: 28px;
  }
  .join-file-ttl {
    font-size: 1.6rem;
  }
  .join-file-items {
    margin-top: 20px;
  }
  .join-file-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*# sourceMappingURL=shikoren.css.map*/