.box_layout_all .box_layout_right {
  display: block;
  position: relative;
  width: 100%;
}
.box_layout_all .box_layout_right .main {
  margin-top: 0;
}
.box_layout_all .box_layout_right .main .breadcrumbs_list {
  display: none;
}
.box_layout_all .box_layout_right .main .contents_box {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}
.box_layout_all .box_layout_right .main .contents_box .links_in_category {
  padding: 6vw;
}
.box_layout_all .box_layout_right footer .global_footer_menu {
  padding-top: 20px;
}

br.sp_only {
  display: none;
}

br.pc_only {
  display: inline;
}

.box_ttl_head {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}
.box_ttl_head .select_ttl {
  top: 20px;
  left: 20px;
  width: 40%;
}
.box_ttl_head .select_ttl p {
  font-size: 30px;
}
.box_ttl_head .ttl_img {
  height: 560px;
}
.box_ttl_head .ttl_img img {
  top: 0;
  bottom: 60%;
  left: -6%;
  right: 0;
  margin: auto;
}
.box_ttl_head .ttl_text {
  padding: 40px;
}
.box_ttl_head .ttl_text p {
  font-size: 20px;
}
.box_ttl_head .ttl_text p span {
  font-size: 30px;
}
.box_ttl_head .ttl_area {
  top: 20px;
  right: 20px;
}
.box_ttl_head .ttl_area p {
  padding: 10px;
  font-size: 30px;
}

.box_sort_pref {
  padding: 0;
  margin-bottom: 50px;
}
.box_sort_pref .inbox_sort_pref {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.box_sort_pref .inbox_sort_pref .box_sort_pref_ttl {
  width: 320px;
}
.box_sort_pref .inbox_sort_pref .box_sort_pref_ttl h2.sort_pref_ttl {
  padding: 0;
  font-size: 30px;
  line-height: 48px;
}
.box_sort_pref .inbox_sort_pref .box_sort_pref_ttl h2.sort_pref_ttl::before {
  top: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  padding: 6px 12px;
  font-size: 24px;
}
.box_sort_pref .inbox_sort_pref .box_pref_select {
  flex: 1;
  height: 60px;
}
.box_sort_pref .inbox_sort_pref .box_pref_select .box_pref_list {
  height: 60px;
}
.box_sort_pref .inbox_sort_pref .box_pref_select .box_pref_list:before {
  top: 10px;
  right: 50px;
  height: 40px;
}
.box_sort_pref .inbox_sort_pref .box_pref_select .box_pref_list select {
  padding: 0 30px;
  font-size: 24px;
}
.box_sort_pref .inbox_sort_pref .box_pref_select .box_pref_list:after {
  top: 26px;
  right: 20px;
}

.box_select_catg {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.box_select_catg h2.step_ttl {
  width: 50%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  font-size: 30px;
  line-height: 48px;
}
.box_select_catg h2.step_ttl::before {
  top: 0;
  margin-left: 0;
  margin-right: 6px;
  padding: 6px 12px;
  font-size: 24px;
}
.box_select_catg .box_carousel {
  position: relative;
  margin-top: 40px;
  width: 1350px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg {
  position: relative;
  width: 450px;
  padding: 0 20px;
  min-width: auto;
  margin-top: 0;
  margin: 0 auto;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a {
  width: 100%;
  max-width: 100%;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a .box_title {
  width: 410px;
  height: 180px;
  margin: 20px auto;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a .box_title h2 {
  margin-top: -24px;
  padding: 10px 50px;
  font-size: 24px;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a .box_img {
  width: 100%;
  max-width: 100%;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a .box_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a .box_data {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  bottom: 0;
}
.box_select_catg .box_carousel .select_catg_lst .select_catg a .box_data p {
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 12px;
}
.box_select_catg .box_carousel button {
  width: 40px;
  height: 40px;
}
.box_select_catg .box_carousel button::before {
  content: none;
}
.box_select_catg .box_carousel button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 10px solid #ebff02;
  border-left: 10px solid #ebff02;
}
.box_select_catg .box_carousel .prev {
  left: 430px;
  top: 316px;
}
.box_select_catg .box_carousel .prev::after {
  left: 0;
}
.box_select_catg .box_carousel .next {
  right: 440px;
  top: 316px;
}
.box_select_catg .box_carousel .next::after {
  right: 0;
}
.box_select_catg .box_carousel .carousel_indicator {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.box_select_catg .box_carousel .carousel_indicator .indicator_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.box_select_catg .box_carousel .carousel_indicator .indicator_dot.active {
  background-color: #0552e1;
}

.box_select_sp {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.box_select_sp .select_sp_ttl h3 {
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-size: 30px;
}
.box_select_sp .select_sp_ttl h3::after {
  bottom: -18px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
}
.box_select_sp .select_sp_ttl p {
  padding: 40px;
  font-size: 24px;
  font-weight: bold;
}
.box_select_sp .select_sp_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.box_select_sp .select_sp_lst .select_sp {
  width: 25%;
  padding: 10px;
  padding-top: 30px;
}
.box_select_sp .select_sp_lst .select_sp .box_title {
  top: 20px;
  width: 260px;
  height: 160px;
}
.box_select_sp .select_sp_lst .select_sp .box_title p {
  margin-top: 40px;
  font-size: 18px;
}
.box_select_sp .select_sp_lst .select_sp .box_title::before {
  top: 0;
  width: 260px;
  height: 160px;
}
.box_select_sp .select_sp_lst .select_sp:first-child {
  margin-left: 1px;
}
.box_select_sp .select_sp_lst .select_sp:nth-child(odd) .box_title {
  left: auto;
  right: -10px;
  transform: rotate(12deg);
}
.box_select_sp .select_sp_lst .select_sp:nth-child(odd) .box_img {
  margin: 0 0 0 auto;
}
.box_select_sp .select_sp_lst .select_sp:nth-child(odd) .box_profile .name {
  text-align: left;
}
.box_select_sp .select_sp_lst .select_sp:nth-child(even) .box_title {
  right: -10px;
  transform: rotate(12deg);
}
.box_select_sp .select_sp_lst .select_sp:nth-child(even) .box_img {
  margin: 0 0 0 auto;
}
.box_select_sp .select_sp_lst .select_sp:nth-child(even) .box_profile .name {
  text-align: left;
}
.box_select_sp .select_sp_lst .select_sp .box_img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
}
.box_select_sp .select_sp_lst .select_sp .box_profile {
  position: relative;
  margin-top: -30px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .box_select_sp .select_sp_lst .select_sp .box_profile {
    margin-top: 0;
  }
}
.box_select_sp .select_sp_lst .select_sp .box_profile .name {
  font-size: 24px;
}
.box_select_sp .select_sp_lst .select_sp .box_profile .name span::after {
  font-size: 16px;
}
.box_select_sp .select_sp_lst .select_sp .box_profile .comment {
  padding: 0;
  font-size: 12px;
}
.box_select_sp .select_sp_lst .select_sp .btn_select {
  margin-top: 20px;
  margin-bottom: 0;
}
.box_select_sp .select_sp_lst .select_sp .btn_select a {
  margin: 10px auto;
  padding: 20px 0;
  font-size: 13px;
  border-radius: 50px;
}
@media screen and (max-width: 1100px) {
  .box_select_sp .select_sp_lst .select_sp .btn_select a {
    padding: 1vw;
  }
}

.select_head {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0 20px;
}
.select_head .select_ttl {
  border-bottom: 1px solid #ccc;
}
.select_head .select_ttl .ttl_main {
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
}
.select_head .select_ttl h1 {
  padding: 10px;
  padding-left: 0;
  padding-top: 10px;
  font-size: 34px;
}
.select_head .select_ttl h1::after {
  left: 0;
}
.select_head .ttl_img {
  padding: 20px 0;
}
.select_head .ttl_img img {
  width: 30%;
}
.select_head .ttl_text {
  position: absolute;
  top: 110px;
  right: 20px;
  width: 67%;
  padding: 10px;
}
.select_head .ttl_text p {
  font-size: 18px;
  font-weight: bold;
}
.select_head .ttl_area {
  top: 0;
  right: 20px;
}
.select_head .ttl_area p {
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
}

.select_lst {
  display: block;
  box-sizing: border-box;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .select_lst {
    width: 100%;
  }
}
.select_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.select_lst ul li {
  width: 380px;
  margin-bottom: 0;
  margin: 10px;
}
.select_lst ul li a .box_title h2 {
  padding: 20px 10px;
  font-size: 18px;
}
.select_lst ul li a .box_img {
  padding: 10px;
}
.select_lst ul li a .box_data {
  padding: 0 10px;
}
.select_lst ul li a .box_data p {
  margin-bottom: 0;
  font-size: 14px;
}
.select_lst ul li a .btn_select {
  margin: 20px auto;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  border-radius: 50px;
}

.requestlist_all .inner_requestlist_all p.notes {
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 24px;
}
.requestlist_all .inner_requestlist_all a.all_check_btn {
  width: 60%;
  max-width: 500px;
  margin-bottom: 60px;
  padding: 20px 10px;
  padding-left: 100px;
  font-size: 30px;
}
.requestlist_all .inner_requestlist_all a.all_check_btn::before {
  left: 35px;
  margin-top: -15px;
  font-size: 30px;
}
.requestlist_all .inner_requestlist_all a.all_check_btn p.txt_count {
  margin-bottom: 5px;
  font-size: 24px;
}
.requestlist_all .inner_requestlist_all a.all_check_btn p.txt_request {
  font-size: 30px;
}
.requestlist_all.disable a.all_check_btn {
  padding: 0;
}

.select_school_lst {
  width: 100%;
  padding: 0;
  padding-top: 100px;
}
.select_school_lst::before {
  margin-left: -40px;
  width: 80px;
  height: 40px;
}
.select_school_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.select_school_lst ul li.select_school_box {
  width: 430px;
  margin: 10px;
  margin-bottom: 50px;
  padding: 20px;
  border-right: none;
  border-left: none;
}
.select_school_lst ul li.select_school_box .school_nm h2 {
  padding: 10px;
}
.select_school_lst ul li.select_school_box .school_data .box_catchcopy {
  padding: 10px;
  margin-bottom: 10px;
}
.select_school_lst ul li.select_school_box .school_data .box_img {
  margin-bottom: 10px;
}
.select_school_lst ul li.select_school_box .school_data .box_strength p {
  padding-left: 0;
  margin-bottom: 0;
}
.select_school_lst ul li.select_school_box .school_request {
  margin: 10px auto;
}/*# sourceMappingURL=selectad_pc.css.map */