@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
#feature-data {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}
#feature-data .day {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
}
#mainarea {
  max-width: 960px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-justify: inter-ideograph;
  word-wrap: break-word;
}
#mainarea img {
  max-width: 100%;
  height: auto;
}
#content-inner .content_bg {
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/fiveyears-rate-240326_bg_body.png);
  background-position: top center;
  background-color: #fafafa;
  padding: 30px 0 50px 0;
  margin: 0 0 50px 0;
}
#content-inner h1 {
  padding-bottom: 0px;
}
#content-inner h1 .sp--only {
  display: none;
}
#content-inner .iee {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fde5e4;
  padding: 15px 36px;
  box-sizing: border-box;
}
#content-inner .iee .iee_box {
  position: relative;
  margin-bottom: 12px;
}
#content-inner .iee .iee_title {
  margin: -15px 23px 0 -36px;
}
#content-inner .iee .iee_text {
  padding-top: 0em;
  line-height: 1.69;
  letter-spacing: 0.32px;
}
#content-inner .iee .iee_note {
  font-size: 12px;
  line-height: 1.3;
}
#school_area {
  padding: 30px;
}
#school_area .school_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#school_area .school_item {
  position: relative;
  width: calc(50% - 20px);
  padding-bottom: 120px;
  background-color: #fff;
  box-shadow: 10px 10px 0 #ececec;
}
#school_area .school_item > a {
  color: inherit;
}
#school_area .school_item > a:hover {
  text-decoration: none;
}
#school_area .school_item > a:hover .button img {
  opacity: 0;
}
#school_area .school_name {
  padding: 14px 4px 14px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: 0.96px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ff6868;
}
#school_area .school_img {
  padding: 10px 0px 20px;
}
#school_area .school_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#school_area .school_point {
  padding: 14px 14px 0px 14px;
  margin: 0 15px;
}
#school_area .school_point .tag {
  display: flex;
  margin: 2px 0 16px 0;
  gap: 0 6px;
}
#school_area .school_point .tag_item {
  background-color: #46b99c;
  color: #fff;
  line-height: 1;
  padding: 4px 12px 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  box-sizing: border-box;
}
#school_area .school_point .tag_item img {
  width: 17px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
#school_area .school_point .point {
  background-color: #5d6a67;
  padding: 27px 10px 12px 10px;
  position: relative;
  margin: 0 0 16px 0;
}
#school_area .school_point .point .point_item {
  display: flex;
  align-items: center;
  padding: 10px 0 20px 40px;
  flex-wrap: wrap;
}
#school_area .school_point .point .point_item .point_icon {
  position: absolute;
  top: 4px;
  left: 2px;
}
#school_area .school_point .point .point_item .point_text {
  font-size: 24px;
  font-weight: bold;
  color: #f2e271;
  line-height: 1.3;
}
#school_area .school_point .point .point_item .point_text .point_text_parnum {
  color: #ff7c7c;
  font-size: 72px;
  line-height: 1;
  white-space: nowrap;
}
#school_area .school_point .point .point_item .point_text .point_text_par {
  color: #ff7c7c;
  font-size: 36px;
  line-height: 1;
}
#school_area .school_point .point .point_item.pickup {
  background-color: #fff;
  padding: 4px;
  display: flex;
  justify-content: flex-start;
  gap: 0 4px;
  flex-wrap: nowrap;
}
#school_area .school_point .point .point_item.pickup .point_icon_pickup {
  margin-right: 4px;
  flex-shrink: 0;
}
#school_area .school_point .point .point_item.pickup .point_text_pickup {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
#school_area .school_point .point .point_item.pickup .point_text_n {
  font-size: 16px;
  color: #454545;
  font-weight: normal;
  display: inline-block;
}
#school_area .school_point .point .point_item.pickup .point_text_l {
  font-size: 24px;
  color: #454545;
  font-weight: normal;
  display: inline-block;
}
#school_area .school_point .point .point_item.pickup .point_text_note {
  font-size: 12px;
  color: #9d9797;
  font-weight: normal;
  display: inline-block;
}
#school_area .school_info {
  padding: 14px 14px 30px;
  margin: 0 15px;
  background-color: #ffefee;
}
#school_area .school_info .info_title {
  position: relative;
  padding: 2px 0 0 0px;
  margin-bottom: 11px;
  border-bottom: 1px solid #e65050;
  color: #ff5c5c;
  font-size: 18px;
}
#school_area .school_info .info_text {
  margin-bottom: 11px;
  line-height: 1.69;
  letter-spacing: 0.32px;
}
#school_area .info_table {
  border-collapse: collapse;
  border: solid 1px #46b99c;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 12px;
}
#school_area .info_table th,
#school_area .info_table td {
  border: solid 1px #46b99c;
}
#school_area .info_table th {
  background-color: #d9efe9;
  color: #2fa587;
  font-size: 18px;
  text-align: center;
  padding: 4px;
}
#school_area .info_table td {
  background-color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 16px 0;
}
#school_area .button {
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin-top: 16px;
  background-image: url("//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/fiveyears-rate-240326_btn_item_on.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 0 15px;
  text-align: center;
}
#school_area .button img {
  margin: auto;
  vertical-align: bottom;
  width: 100%;
  max-width: 375px;
}
.school_note {
  padding: 0 0 50px 0;
}
.school_note .note {
  line-height: 1.69;
  letter-spacing: 0.32px;
}
.school_note .note_title {
  font-weight: bold;
  background-color: #55b59d;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.13;
  letter-spacing: 0.48px;
  margin: 0 0 25px 0;
}
.school_note .note_title::before {
  content: "";
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/fiveyears-rate-240326_icon_other.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 53px;
  display: inline-block;
  margin: 0px 8px 0 0;
}
.school_note .bnr_list {
  display: flex;
  gap: 24px 24px;
  flex-wrap: wrap;
}
