.box_ttl_head .main_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 5vw;
}
.box_ttl_head .main_ttl p {
  color: #ff4d11;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
}
.box_ttl_head .main_ttl h1 {
  display: block;
  font-size: 5.5vw;
  font-weight: bold;
  color: #333;
}
.box_ttl_head .sub_ttl {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 3vw;
  margin-bottom: 5vw;
  border: 1px solid #666;
}
.box_ttl_head .sub_ttl h2 {
  font-size: 4vw;
  font-weight: bold;
  padding-left: 6vw;
}
.box_ttl_head .sub_ttl ::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3vw;
  height: 4vw;
  margin: auto;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 4vw;
  font-weight: 900;
}
.box_ttl_head .sub_ttl.cat_tsushinsei h2::before {
  content: "\f251";
  color: #bde53e;
}
.box_ttl_head .sub_ttl.cat_mustknow h2::before {
  content: "\f0eb";
  color: #f7cf81;
}
.box_ttl_head .sub_ttl.cat_learning h2::before {
  content: "\f02d";
  color: #84a8ef;
}
.box_ttl_head .sub_ttl.cat_schoollife h2::before {
  content: "\f549";
  color: #85d6ce;
}
.box_ttl_head .sub_ttl.cat_support h2::before {
  content: "\f4be";
  color: #ffaeae;
}
.box_ttl_head .sub_ttl.cat_futurepath h2::before {
  content: "\f14e";
  color: #d9a5ff;
}
.box_ttl_head .introduction {
  display: flex;
  gap: 2vw;
  margin-bottom: 5vw;
}
.box_ttl_head .introduction .box_img {
  margin-bottom: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.box_ttl_head .introduction .box_img img {
  width: 200%;
  height: auto;
  margin-left: -50%;
  margin-top: -15%;
}
.box_lst_catg {
  margin-bottom: 8vw;
}
.box_lst_catg .lst_catg {
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #d9d9d9;
}
.box_lst_catg .lst_catg .box_catg a {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 2vw;
  height: 8vh;
}
.box_lst_catg .lst_catg .box_catg a .icon {
  display: block;
  box-sizing: border-box;
  width: 13%;
  margin-right: 2%;
  text-align: center;
}
.box_lst_catg .lst_catg .box_catg a .icon::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  font-family: "Font Awesome 5 Free";
  font-size: 7vw;
  font-weight: 900;
}
.box_lst_catg .lst_catg .box_catg a .icon.cat_tsushinsei::before {
  content: "\f251";
  color: #bde53e;
}
.box_lst_catg .lst_catg .box_catg a .icon.cat_mustknow::before {
  content: "\f0eb";
  color: #f7cf81;
}
.box_lst_catg .lst_catg .box_catg a .icon.cat_learning::before {
  content: "\f02d";
  color: #84a8ef;
}
.box_lst_catg .lst_catg .box_catg a .icon.cat_schoollife::before {
  content: "\f549";
  color: #85d6ce;
}
.box_lst_catg .lst_catg .box_catg a .icon.cat_support::before {
  content: "\f4be";
  color: #ffaeae;
}
.box_lst_catg .lst_catg .box_catg a .icon.cat_futurepath::before {
  content: "\f14e";
  color: #d9a5ff;
}
.box_lst_catg .lst_catg .box_catg a .catg_ttl {
  display: block;
  box-sizing: border-box;
  width: 85%;
  font-weight: bold;
  font-size: 4vw;
}
.box_lst_catg .lst_catg .lst_cat {
  display: none;
}

.box_lst_cat {
  display: flex;
  flex-direction: column;
  margin-bottom: 5vw;
}
.box_lst_cat .lst_cat {
  margin-bottom: -1px;
  border: 1px solid #d9d9d9;
}
.box_lst_cat .lst_cat a {
  display: block;
  padding: 3vw;
  padding-left: 10vw;
  position: relative;
}
.box_lst_cat .lst_cat a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.box_lst_cat .lst_cat:hover {
  background-color: #f8e67f;
}
.box_lst_cat.cat_tsushinsei .lst_cat a::before {
  border-top: 2px solid #bde53e;
  border-right: 2px solid #bde53e;
}
.box_lst_cat.cat_mustknow .lst_cat a::before {
  border-top: 2px solid #f7cf81;
  border-right: 2px solid #f7cf81;
}
.box_lst_cat.cat_learning .lst_cat a::before {
  border-top: 2px solid #84a8ef;
  border-right: 2px solid #84a8ef;
}
.box_lst_cat.cat_schoollife .lst_cat a::before {
  border-top: 2px solid #85d6ce;
  border-right: 2px solid #85d6ce;
}
.box_lst_cat.cat_support .lst_cat a::before {
  border-top: 2px solid #ffaeae;
  border-right: 2px solid #ffaeae;
}
.box_lst_cat.cat_futurepath .lst_cat a::before {
  border-top: 2px solid #d9a5ff;
  border-right: 2px solid #d9a5ff;
}

.box_lst_card .lst_card {
  display: block;
  box-sizing: border-box;
  margin: 2vw 0;
  padding: 2vw;
  border: 1px solid #666;
}
.box_lst_card .lst_card .breadcrumbs {
  display: block;
  box-sizing: border-box;
  padding: 1vw;
  font-size: 3vw;
  background-color: #d9d9d9;
}
.box_lst_card .lst_card .breadcrumbs a {
  display: inline;
  text-decoration: underline;
}
.box_lst_card .lst_card .senior_data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 2vw 0;
}
.box_lst_card .lst_card .senior_data .senior_icon {
  width: 25%;
}
.box_lst_card .lst_card .senior_data .senior_icon .box_img {
  margin-bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}
.box_lst_card .lst_card .senior_data .senior_nm {
  display: block;
  box-sizing: border-box;
  padding: 2vw;
}
.box_lst_card .lst_card .senior_data .senior_nm p {
  display: block;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 3.5vw;
  font-weight: bold;
}
.box_lst_card .lst_card .senior_data .senior_nm p span {
  display: inline;
  box-sizing: border-box;
  font-size: 3vw;
  font-weight: normal;
  margin-right: 1vw;
}
.box_lst_card .lst_card .card_data {
  border-top: 1px solid #666;
}
.box_lst_card .lst_card .card_data .card_ttl {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 4vw;
  font-weight: bold;
}
.box_lst_card .lst_card .card_data .card_text {
  text-align: right;
  max-width: 100%;
  font-size: 3vw;
  line-height: 120%;
}
.box_lst_card .lst_card .card_data .card_text .card_ctt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-align: left;
}
.box_lst_card .lst_card .card_data .card_text .card_ctt.detail {
  display: block;
}
.box_lst_card .lst_card .card_data .card_text .card_link {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin-top: 2vw;
  padding: 1.5vw 6vw 1.5vw 1.5vw;
  border: 1px solid #666;
  border-radius: 30px;
  color: #0552e1;
  cursor: pointer;
}
.box_lst_card .lst_card .card_data .card_text .card_link::after {
  content: "\f138";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2vw;
  height: 3vw;
  margin: auto;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 3vw;
  font-weight: 900;
  color: #0552e1;
}

.new_cards_ttl {
  box-sizing: border-box;
  padding: 2vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0552e1;
}

.senior_ttl {
  font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1vw;
  background-color: #d4cab3;
}

.senior_text {
  max-width: 100%;
  font-size: 3vw;
  line-height: 120%;
}
.senior_text .senior_ctt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.senior_text .senior_ctt.detail {
  display: block;
}
.senior_text.is-open .senior_ctt {
  display: block;
  -webkit-line-clamp: unset;
}
.senior_text .senior_text_tgl {
  display: block;
  margin-top: 1vw;
  padding: 0;
  border: 0;
  color: #0552e1;
  background: none;
  cursor: pointer;
}
.senior_text .senior_text_tgl.is-visible {
  display: inline-block;
}

.box_lst_senior ul .lst_senior {
  display: flex;
  box-sizing: border-box;
  gap: 2vw;
  padding: 2vw;
  margin-bottom: 2vw;
  border: 2px solid #666;
}
.box_lst_senior ul .lst_senior a {
  display: contents;
}
.box_lst_senior ul .lst_senior a .senior_icon {
  flex-shrink: 0;
  width: 30%;
}
.box_lst_senior ul .lst_senior a .senior_icon .box_img {
  margin-bottom: 0;
}
.box_lst_senior ul .lst_senior a .senior_data {
  width: 70%;
}
.box_lst_senior ul .lst_senior a .senior_data .senior_nm {
  font-size: 4.5vw;
  font-weight: bold;
}
.box_lst_senior ul .lst_senior a .senior_data .senior_nm p {
  font-size: 3.5vw;
  font-weight: normal;
}
.box_lst_senior ul .lst_senior a .senior_data .senior_school {
  font-size: 3.5vw;
}

.senior_detail {
  margin-bottom: 10vw;
}
.senior_detail .senior_img {
  width: 50%;
  margin: auto;
}
.senior_detail .senior_info h1 {
  display: block;
  box-sizing: border-box;
  margin-bottom: 4vw;
  padding: 3vw 2vw;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  background-color: #0552e1;
}
.senior_detail .senior_info h2 {
  font-size: 4.5vw;
  font-weight: bold;
}
.senior_detail .senior_info h2 span {
  font-size: 4vw;
}
.senior_detail .senior_info .senior_info_tbl {
  margin: 5vw 0;
}
.senior_detail .senior_info .senior_info_tbl dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.5vw;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.senior_detail .senior_info .senior_info_tbl dl dt {
  box-sizing: border-box;
  width: 25%;
  padding: 2vw;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #d9d9d9;
}
.senior_detail .senior_info .senior_info_tbl dl dd {
  box-sizing: border-box;
  width: 75%;
  padding: 2vw;
  border-bottom: 1px solid #666;
}

.senior_cards .cards_ttl {
  display: block;
  box-sizing: border-box;
  margin-bottom: 4vw;
  padding: 3vw 2vw;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  background-color: #ff4d11;
}
.senior_cards .box_lst_card .lst_card .card_data {
  border-top: none;
}

.links_in_category {
  margin: 5vw 0;
}/*# sourceMappingURL=senior.css.map */