.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: 80%;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}
.box_ttl_head .select_ttl {
  top: 0;
  left: 0;
  width: 50%;
  max-width: 600px;
}
.box_ttl_head .ttl_img {
  height: 45vw;
  max-height: 680px;
  mask-position: 95% 0;
  mask-size: 95% 100%;
  -webkit-mask-position: 95% 0;
  -webkit-mask-size: 95% 100%;
}
.box_ttl_head .ttl_img img {
  width: 100%;
  margin-left: 2%;
  margin-bottom: -12%;
}
.box_ttl_head .ttl_text {
  padding: 40px;
}
.box_ttl_head .ttl_text p {
  font-size: 24px;
  font-weight: bold;
}
.box_ttl_head .ttl_text p br {
  display: inline;
}

.box_sort_pref {
  padding: 40px 0;
}
.box_sort_pref .inbox_sort_pref {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.box_sort_pref .inbox_sort_pref .box_sort_pref_ttl {
  width: 220px;
}
.box_sort_pref .inbox_sort_pref .box_sort_pref_ttl h3.sort_pref_ttl {
  padding: 0;
  font-size: 24px;
  line-height: 60px;
}
.box_sort_pref .inbox_sort_pref .box_sort_pref_ttl h3.sort_pref_ttl::before {
  font-size: 40px;
  margin-top: -5px;
  margin-right: 10px;
}
.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_sort_pref .inbox_sort_pref span {
  position: relative;
  width: 200px;
  height: 24px;
  top: 0;
  right: 0;
  margin-left: 50px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 120%;
}
.box_sort_pref .inbox_sort_pref span::before {
  font-size: 20px;
  margin-top: -2px;
  margin-right: 5px;
}
.box_sort_pref .inbox_sort_pref span::after {
  left: -20px;
  bottom: 10px;
  width: 20px;
  height: 20px;
}

.box_select_catg {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.box_select_catg h2 {
  font-size: 48px;
}
.box_select_catg h2 span {
  font-size: 60px;
}
.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 li {
  position: relative;
  width: 450px;
  padding: 0 20px;
  min-width: auto;
  margin-top: 0;
  margin: 0 auto;
}
.box_select_catg .box_carousel .select_catg_lst li a .box_title {
  width: 410px;
  height: 180px;
  margin: 20px auto;
}
.box_select_catg .box_carousel .select_catg_lst li a .box_title h2 {
  margin-top: -24px;
  padding: 10px 50px;
  font-size: 24px;
}
.box_select_catg .box_carousel .select_catg_lst li a .box_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_select_catg .box_carousel .select_catg_lst li a .box_data {
  box-sizing: border-box;
  bottom: 0;
}
.box_select_catg .box_carousel .select_catg_lst li 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 h2 {
  font-size: 48px;
}
.box_select_sp .select_sp_ttl h2 span {
  font-size: 60px;
}
.box_select_sp .select_sp_ttl h2 br {
  display: none;
}
.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;
  }
}

.selectg_head {
  padding: 50px 0;
  margin-bottom: 40px;
}
.selectg_head .select_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
}
.selectg_head .select_ttl::before {
  top: 32px;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  padding: 10px;
  font-weight: bold;
  border-radius: 40px;
}
.selectg_head .select_ttl h1 {
  width: 50%;
  padding: 20px 0;
  font-size: 36px;
}
.selectg_head .select_ttl p {
  width: 50%;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.selectg_head::after {
  bottom: -30px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 40px;
}

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

.select_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.select_head .select_ttl {
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  transform: rotate(0);
}
.select_head .select_ttl h1 {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding: 20px;
  font-size: 40px;
  line-height: 120%;
}
@media screen and (max-width: 1100px) {
  .select_head .select_ttl h1 {
    font-size: 3.2vw;
  }
}
.select_head .select_mv {
  width: 50%;
  margin-top: 0;
  margin: 0 auto;
}
.select_head .select_mv img {
  width: 100%;
}
.select_head .select_content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 50%;
}
.select_head .select_content p {
  font-size: 16px;
  margin: 4px;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .select_head .select_content p {
    font-size: 1.5vw;
  }
}

.requestlist_all .inner_requestlist_all p.notes {
  margin: 0 auto;
  padding: 10px;
  font-size: 24px;
}
.requestlist_all .inner_requestlist_all a.all_check_btn {
  width: 60%;
  max-width: 500px;
  margin-top: 40px;
  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=select_pc.css.map */