@charset "UTF-8";
/* Scss Document */
/*しろ*/
/*みどり*/
/*くろ*/
/*タイトルbg*/
/*テーブルカラー*/
@media screen and (min-width: 768px) {
  #results_door .contents ul li {
    list-style-type: none;
    margin-left: 0;
    margin-top: 6%;
  }
  #results_door .contents ul li:first-child {
    margin-top: 0;
  }
  #results_door .arrow_active:after {
    transform: scale(2);
    transition: 0.5s;
  }
  ul#door_ul li {
    max-height: 300px;
    position: relative;
  }
  ul#door_ul li:hover .door_arrow {
    transform: translateX(10px);
  }
  ul#door_ul li a {
    background: #3085a3;
    max-height: 300px;
  }
  ul#door_ul li a h2 {
    position: absolute;
    z-index: 2;
    font-weight: 400;
    font-weight: 400;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 36px;
    text-align: center;
  }
  ul#door_ul li a img {
    opacity: 0.8;
    transition: 0.8s ease;
  }
  ul#door_ul li a img:hover {
    opacity: 1;
    transition: 0.8s ease;
  }
  ul#door_ul li a img:hover.door_arrow {
    transform: translateX(10px);
  }
  ul#door_ul li a img.door_arrow {
    position: absolute;
    bottom: 0;
    bottom: 5%;
    left: 2%;
    z-index: 6;
  }
}
@media screen and (max-width: 767.98px) {
  #results_door .contents ul li {
    list-style-type: none;
    margin-left: 0;
  }
  #results_door .contents ul li:first-child {
    margin-top: 10%;
  }
  #results_door .arrow_active:after {
    transform: scale(2);
    transition: 0.5s;
  }
  #results_door .contents ul {
    margin-bottom: 0;
  }
  #results_door .contents ul li {
    list-style-type: none;
    margin-left: 0;
    margin-top: 6%;
  }
  #results_door .contents ul li:first-child {
    margin-top: 0;
  }
  #results_door .arrow_active:after {
    transform: scale(2);
    transition: 0.5s;
  }
  ul#door_ul_sp {
    margin-top: 50px;
  }
  ul#door_ul_sp li {
    max-height: 300px;
    position: relative;
  }
  ul#door_ul_sp li:hover .door_arrow {
    transform: translateX(10px);
  }
  ul#door_ul_sp li a {
    background: none;
    max-height: 300px;
  }
  ul#door_ul_sp li a h2 {
    position: absolute;
    z-index: 2;
    font-weight: 400;
    font-weight: 400;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 36px;
    text-align: center;
  }
  ul#door_ul_sp li a img {
    opacity: 0.8;
    transition: 0.8s ease;
  }
  ul#door_ul_sp li a img:hover {
    opacity: 1;
    transition: 0.8s ease;
  }
  ul#door_ul_sp li a img:hover.door_arrow {
    transform: translateX(10px);
  }
  ul#door_ul_sp li a img.door_arrow {
    position: absolute;
    bottom: 0;
    bottom: 5%;
    left: 2%;
    z-index: 6;
  }
}
/**進路指導について**/
.career_block figure#graph {
  width: 90%;
  margin: 0 auto 50px;
}
.career_block .box_second ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.career_block .box_second ul li {
  width: calc(525/1100*100%);
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.career_block .box_second ul li h3 {
  letter-spacing: 0.3rem;
  font-weight: 400;
  padding-left: 0.5em;
  border-left: 2px solid #4B7626;
  margin-bottom: 30px;
  color: #000000;
  margin-top: 50px;
  line-height: 1.7;
}
.career_block .box_second ul li p {
  margin-bottom: 0;
  line-height: 2;
}
.career_block .box_second ul li p.cap_bottom {
  margin-bottom: 1em;
}
.career_block .box_second ul li h4 {
  color: #4B7626;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  border: 1px solid #4B7626;
  padding: 5px;
  line-height: 1;
}
.career_block .event_list_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career_block .event_list_inner li {
  list-style-type: none;
  box-sizing: border-box;
  padding-left: 1.5em;
  background-image: url("../images/disc.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.career_block .event_list_box {
  display: flex;
  justify-content: space-between;
}
.career_block .event_list_box p {
  background-color: #85B1DF;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: white;
  box-sizing: border-box;
  padding: 2% 8% 2%;
  line-height: 1;
  display: flex;
  justify-content: center;
  font-weight: 400;
}
.career_block .event_list_box .event_list_inner {
  width: 33.2%;
}
.career_block .event_list_box ul li {
  margin-left: 0;
}
.career_block .event_list_box.up_box {
  margin-top: 5%;
}
.career_block .event_list_box.up_box p {
  background-color: #6680B4;
}
@media screen and (max-width: 767px) {
  .career_block figure#graph {
    text-align: center;
  }
  .career_block .box_second ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .career_block .box_second ul li {
    width: 100%;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
  }
  .career_block .box_second ul li h3 {
    letter-spacing: 0.3rem;
    font-weight: 500;
    padding-left: 0.5em;
    border-left: 2px solid #4B7626;
    margin-bottom: 30px;
    color: #000000;
    margin-top: 20px;
    line-height: 1.7;
  }
  .career_block .box_second ul li p {
    margin-bottom: 0;
    line-height: 2;
  }
  .career_block .box_second ul li p.cap_bottom {
    margin-bottom: 1em;
  }
  .career_block .box_second ul li h4 {
    color: #4B7626;
    display: inline-block;
    font-weight: 400;
    font-size: 1.6rem;
    border: 1px solid #4B7626;
    padding: 5px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .career_block .event_list_inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .career_block .event_list_inner li {
    list-style-type: none;
    box-sizing: border-box;
    padding-left: 1.5em;
    background-image: url("../images/disc.svg");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-bottom: 1em;
    line-height: 1.5;
  }
  .career_block .event_list_box {
    display: flex;
    justify-content: space-between;
  }
  .career_block .event_list_box p {
    background-color: #85B1DF;
    font-size: 1.8rem;
    margin-bottom: 20px !important;
    color: white;
    box-sizing: border-box;
    padding: 2% 8% 2%;
    line-height: 1;
    display: flex;
    justify-content: center;
    font-weight: 400;
  }
  .career_block .event_list_box .event_list_inner {
    width: 33.2%;
  }
  .career_block .event_list_box ul li {
    margin-left: 0;
  }
  .career_block .event_list_box.up_box {
    margin-top: 5%;
  }
  .career_block .event_list_box.up_box p {
    background-color: #6680B4;
  }
}
/*ここまで*/
/*進学実績*/
.entrance_block .contents h3 {
  margin: 0;
}
.entrance_block p.small.inlineLeft {
  text-align: right;
  margin-top: 20px;
}
/*合格実績*/
.pass_block tr:nth-child(2) td:nth-child(1) {
  width: 44%;
}
.pass_block tr:nth-child(2) td:nth-child(2) {
  width: 18%;
}
.pass_block tr:nth-child(2) td:nth-child(3) {
  width: 18%;
}
.pass_block tr:nth-child(2) td:nth-child(4) {
  width: 18%;
}

.pass_block .four_row tr:nth-child(2) td:nth-child(1) {
  width: 25%;
}
.pass_block .four_row tr:nth-child(2) td:nth-child(2) {
  width: 16%;
}
.pass_block .four_row tr:nth-child(2) td:nth-child(3) {
  width: 16%;
}
.pass_block .four_row tr:nth-child(2) td:nth-child(4) {
  width: 16%;
}
.pass_block .four_row tr:nth-child(2) td:nth-child(5) {
  width: 25%;
}


.pass_block tr:nth-child(2n) td {
  background-color: #EAF3F7;
}
.pass_block tr:nth-child(2n+1) td {
  background-color: #F7F8F8;
}
.pass_block h3 {
  margin-top: 0;
}
.pass_block .span_small {
  color: #000000;
  font-size: calc(1rem + ((1vw - 0.76rem) * (4/4.4)));
}
@media (max-width: 767px) {
  .pass_block .span_small {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .pass_block .span_small {
    font-size: 1.4rem;
  }
}
.pass_block .point_box h4 {
  border-bottom: 1px solid black;
  padding-bottom: 0.5em;
  font-size: calc(2rem + ((1vw - 0.76rem) * (20/4.4)));
  color: #396AA8;
}
@media (max-width: 767px) {
  .pass_block .point_box h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .pass_block .point_box h4 {
    font-size: 4rem;
    font-weight: 400;
  }
}
.pass_block .point_box h4 span.large {
  font-size: calc(3rem + ((1vw - 0.76rem) * (40/4.4)));
  padding: 0 0.1em 0 0.1em;
}
@media (max-width: 767px) {
  .pass_block .point_box h4 span.large {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .pass_block .point_box h4 span.large {
    font-size: 7rem;
    font-weight: 500;
  }
}
.pass_block .point_box h4.pink {
  color: #EB6C81;
}
.pass_block .point_box h4.orange {
  color: #E4953D;
}
.pass_block .point_box h4.green {
  color: #34A45B;
}
.pass_block .point_box ul {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 40px;
}
.pass_block .point_box ul li {
  width: calc(158/1100*100%);
  list-style-type: none;
  margin-left: 0;
}
@media (max-width: 767px) {
  .pass_block .point_box ul li {
    width: 33%;
  }
}
.pass_block .point_box ul li.none {
  visibility: hidden;
}
@media (max-width: 767px) {
  .pass_block .point_box ul li.none {
    display: none;
  }
}
.pass_block .point_wrap .point_box:nth-child(4) ul {
  margin-bottom: 80px;
}
/*
 calc(x + (1vw - y)*z)
 x =最小値
 y =最小値を適用したい横幅の1%   100/767=7.6px   1vw-7.6px=0
 z =(最大値を適用したい横幅の1%-最小値を適用したい横幅の1%)*〇=文字サイズの最大値と最小値の差
 (12-7.6)*〇=20
 20/5.6=3.571
 font-size: calc(16px+((1vw-7.6px)*(20/5.6));
(12-7.6)*〇=4
*/
#results_door h2 {
  font-size: calc(2.4rem + ((1vw - 0.76rem) * (12/4.4)));
  line-height: 1.3;
}
@media (min-width: 1200px) {
  #results_door h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #results_door h2 {
    font-size: 2.4rem;
  }
}