@charset "UTF-8";
/* =============================================================================


     gojokai


============================================================================= */
section + section {
  padding: 60px 0;
}

.gojokai-head {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5em;
  text-align: center;
}
.gojokai-head > span {
  border-bottom: 2px solid #3861ad;
  font-weight: normal;
}
.gojokai-head > span > span {
  margin: 0.5em;
}

.arrow-btn {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3861ad;
  border-radius: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about-item-btn .arrow-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arrow-btn._ex {
  background: #999999;
}
.arrow-btn._ex span:before {
  background: #999999;
}
.arrow-btn:hover {
  opacity: 0.7;
}
.arrow-btn img {
  width: 24px;
}
.arrow-btn._sm span {
  height: 20px;
  min-width: 20px;
  width: 20px;
}
.arrow-btn span {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  min-width: 30px;
  position: relative;
  width: 30px;
}
.arrow-btn span:before {
  background: #3861ad;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  height: 70%;
  left: 55%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

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


    about


============================================================================= */
.about-txt {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.about-list {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 60px auto 0;
  max-width: 740px;
}

.about-item {
  gap: 0;
  border: 1px solid #231815;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.about-item-txtbox {
  gap: 10px;
  display: grid;
  grid-row: span 3;
  grid-template-columns: subgrid;
  grid-template-rows: auto 1fr;
  padding: 20px;
  text-align: center;
}

.about-item-img {
  margin: auto;
  max-width: 180px;
}

.about-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3861ad;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em;
  text-align: center;
}

.about-txt {
  font-size: 1.8rem;
  margin: 2em auto;
}

.arrow-btnbox {
  margin: 20px auto 0;
  text-align: center;
}

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


    info


============================================================================= */
.info-txt {
  font-size: 1.8rem;
  text-align: center;
}

.info-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px auto;
  max-width: 740px;
}
.info-list .arrow-btn {
  width: 100%;
}

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


     qa


============================================================================= */
.qa {
  padding: 0 0 50px;
}

.qa-txt {
  font-size: 2rem;
  margin: auto;
  max-width: 1000px;
  text-align: justify;
}

.qa-list {
  margin: 0px auto 0;
  max-width: 1000px;
}
.qa-list + .qa-list {
  margin-top: 60px;
}

.qa-ttl {
  color: #3861ad;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.qa-contents {
  font-size: 1.8rem;
  margin-left: 24px;
}
.qa-contents + article {
  margin-top: 40px;
}

.q-icon {
  min-width: 2.5em;
}

.q-item {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dashed #3861ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 16px;
  position: relative;
}
.q-item > span {
  border: 1px solid #3861ad;
  border-radius: 50%;
  height: 28px;
  min-height: 28px;
  min-width: 28px;
  position: relative;
  width: 28px;
}
.q-item > span:before, .q-item > span:after {
  background: #3861ad;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 15px;
}
.q-item > span {
  /* そのうち1本を縦にする */
}
.q-item > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.q-item > span {
  /* プラスアイコンクリック後、マイナスにする */
}
.q-item.on span:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.a-item {
  display: none;
  margin-left: 40px;
}

.a-item-content {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}

.a-txt a {
  color: #3861ad;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-txt a:hover {
  opacity: 0.7;
}

.q-ttl,
.a-txt {
  width: calc(100% - 3em - 40px);
}

.contact {
  margin: auto;
  max-width: 1000px;
  padding: 60px 0 100px;
}

.contact-ttl {
  gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3861ad;
  display: grid;
  font-size: 2.4rem;
  grid-template-columns: 0.5em auto 1fr;
  line-height: 1;
  position: relative;
}
.contact-ttl:before {
  content: "●";
  font-size: 50%;
}
.contact-ttl:after {
  background: #3861ad;
  content: "";
  height: 1px;
}
.contact-ttl span {
  font-size: 50%;
}

.contact-txt {
  font-size: 1.8rem;
  margin-top: 1em;
  padding-left: 1em;
}

.contact-btntxt {
  font-size: 1.8rem;
  margin: 100px auto 0;
  text-align: center;
}

.contact-btnbox {
  margin: 40px auto 0;
  text-align: center;
}

.join-content {
  margin: 20px auto;
}

.join-head {
  color: #3861ad;
  font-size: 2.4rem;
}

.join-txtbox {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 1em;
}
.join-txtbox span {
  color: #3861ad;
}

.join-ex {
  margin-top: 1.5em;
}

.join-ex-item {
  padding-left: 0.65em;
  text-indent: -0.65em;
}

.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: 40px;
  -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;
}

.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;
}

.link-list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin: 30px auto 0;
  max-width: 1000px;
}

.link-item {
  height: 100%;
}

.link-btn {
  font-size: 2rem;
  height: 100%;
  letter-spacing: 0;
  width: 100%;
}

@media (max-width: 1128px){
  .link-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 750px){
  section + section {
    padding: 40px 0;
  }
  .gojokai-head > span > span {
    display: none;
  }
  .gojokai-head > span {
    font-size: 2rem;
  }
  .arrow-btn {
    font-size: 1.6rem;
  }
  .arrow-btn {
    padding: 8px 10px;
  }
  .arrow-btn img {
    width: 16px;
  }
  .arrow-btn._sm span {
    height: 15px;
    min-width: 15px;
    width: 15px;
  }
  .arrow-btn span {
    height: 20px;
    min-width: 20px;
    width: 20px;
  }
  .about-txt span {
    display: inline-block;
    text-align: left;
  }
  .about-txt {
    font-size: 1.5rem;
  }
  .about-list {
    grid-template-columns: auto;
    grid-template-rows: auto;
    max-width: 300px;
  }
  .about-item-img {
    max-width: 120px;
  }
  .about-item-ttl {
    font-size: 1.6rem;
  }
  .info-txt {
    font-size: 1.4rem;
  }
  .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 250px;
  }
  .qa-txt {
    font-size: 1.6rem;
  }
  .qa-ttl {
    font-size: 1.8rem;
  }
  .qa-contents {
    margin-left: 12px;
  }
  .qa-contents {
    font-size: 1.4rem;
  }
  .q-item > span:before, .q-item > span:after {
    width: 12px;
  }
  .q-ttl,
  .a-txt {
    width: calc(100% - 48px);
  }
  .contact {
    padding: 40px 0 80px;
  }
  .contact-ttl {
    font-size: 1.8rem;
  }
  .contact-txt {
    font-size: 1.4rem;
  }
  .contact-btntxt {
    font-size: 1.4rem;
    margin-top: 50px;
  }
  .join-head {
    font-size: 1.6rem;
  }
  .join-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;
  }
  .link-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
  }
}

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