@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.top_header {
  margin: 160px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}
@media (max-width: 740px) {
  .top_header {
    margin: 80px auto 60px;
  }
}
.top_header h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(4rem, 0.783rem + 4.348vw, 6rem);
}
.top_header h2 span {
  display: none;
}
.top_header .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 740px) {
  .top_header .navi {
    gap: 10px;
  }
}
.top_header .navi .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 740px) {
  .top_header .navi .btn {
    font-size: 0.9rem;
  }
}
.top_header .navi .btn img {
  width: 10px;
}
@media (max-width: 740px) {
  .top_header .navi .btn img {
    width: 7px;
  }
}
.top_header .navi .deco_sr {
  width: 20px;
}
@media (max-width: 740px) {
  .top_header .navi .deco_sr {
    width: 10px;
  }
}

#c01 {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  #c01 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
#c01 .main_titl {
  font-weight: 600;
  padding-top: 20px;
}
@media (max-width: 740px) {
  #c01 .main_titl {
    padding-top: 0px;
  }
}
#c01 .txts_wrap .txts {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #dbdbdb;
}
#c01 .txts_wrap .txts:last-child {
  border: none;
}
@media (max-width: 740px) {
  #c01 .txts_wrap .txts {
    grid-template-columns: 70px 1fr;
  }
}
@media (max-width: 740px) {
  #c01 .txts_wrap .txts.bank .txt02 {
    letter-spacing: 0;
  }
}

#c02 {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  #c02 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
#c02 .main_titl {
  font-weight: 600;
  padding-top: 20px;
}
@media (max-width: 740px) {
  #c02 .main_titl {
    padding-top: 0px;
  }
}
#c02 .txts_wrap .txts {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #dbdbdb;
}
#c02 .txts_wrap .txts:last-child {
  border: none;
}
@media (max-width: 740px) {
  #c02 .txts_wrap .txts {
    grid-template-columns: 70px 1fr;
  }
}
#c02 .txts_wrap .txts .txt02s {
  display: grid;
  gap: 20px;
}
#c02 .txts_wrap .txts .txt02s .txt02 {
  text-indent: -0.6em;
  padding-left: 0.6em;
}

.c03_wrap {
  padding: 120px 0 80px;
  margin-bottom: 120px;
  background-color: #333;
  background-image: radial-gradient(at 88% 16%, hsl(339, 0%, 56%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(0, 0%, 52%) 0px, transparent 50%), radial-gradient(at 92% 85%, hsl(0, 0%, 31%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(343, 0%, 36%) 0px, transparent 50%);
  color: #fff;
}
@media (max-width: 740px) {
  .c03_wrap {
    padding: 60px 0 40px;
    margin-bottom: 60px;
  }
}

.c03 {
  width: 740px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .c03 {
    width: 90%;
  }
}
.c03 .main_titl {
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #777777;
}
@media (max-width: 740px) {
  .c03 .main_titl {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.c03 .txts .txt01 {
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c03 .txts .txt01 {
    line-height: 2;
    text-align: justify;
    margin-bottom: 30px;
  }
}
.c03 .name {
  width: 250px;
  margin-left: auto;
}
@media (max-width: 740px) {
  .c03 .name {
    width: 150px;
  }
}
.c03 .name .txt01 {
  letter-spacing: 0.25em;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .c03 .name .txt01 {
    font-size: 1.1rem;
  }
}
.c03 .name .txt02 {
  width: 100%;
}

#c04 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  #c04 {
    margin-bottom: 60px;
  }
}
#c04 .main_titl {
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 740px) {
  #c04 .main_titl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#c04 .member {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  #c04 .member {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 740px) {
  #c04 .member .left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#c04 .member .left .img {
  position: relative;
}
#c04 .member .left .img .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
#c04 .member .left .txt01 {
  font-size: 2.4rem;
  margin: 20px 0;
}
@media (max-width: 740px) {
  #c04 .member .left .txt01 {
    font-size: 1.8rem;
  }
}
#c04 .member .rigth_txt {
  line-height: 2;
  padding-top: 40px;
}
@media (max-width: 740px) {
  #c04 .member .rigth_txt {
    padding-top: 0px;
    text-align: justify;
    font-size: 1rem;
  }
}/*# sourceMappingURL=about.css.map */