@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.about
------------------------------ */
.about .side_nav {
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .about .side_nav {
    width: 180px;
  }
}
.about .side_nav .side_nav_list .side_nav_item a {
  font-weight: 500;
}
.about .about_cnt .txt_wrap .ttl {
  font-weight: 500;
}
.about .access_wrap .access_cnt .txt_box {
  width: 100%;
}
.about .access_wrap .access_box .access_ttl {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .about .access_wrap .access_box .access_ttl {
    width: 90px;
  }
}
.about .group_cnt .space1 {
  margin-top: 1em;
}
.about .group_cnt .acc_wrap .acc_head_ttl {
  font-weight: 500;
}