@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : alma_mater.css                          */
/* update : 2020                                      */
/* -------------------------------------------------- */
/* -------------------------*/
/* 定義 */
/* -------------------------*/
.color_game {
  color: #e50166;
}

.color_it {
  color: #119ba3;
}

.img {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.img01 {
  width: 45%;
}

.img02 {
  text-align: center;
  width: 5%;
  margin-top: 9%;
  margin-left: -4px;
}
.img02 .plus_img {
  position: relative;
}
.img02 .plus_img:before, .img02 .plus_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #25a5ec;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.img02 .plus_img:before {
  transform: rotate(90deg);
}

.img03 {
  width: 45%;
}

.h2 {
  letter-spacing: -0.01em;
}

.h3_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: dotted 2px #c1c1c1;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.h3_wrap .num {
  width: 40px;
  height: 40px;
  position: relative;
  background: #25A5EC;
  margin-right: 10px;
}
.h3_wrap .num span {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  font-family: "Roboto", sans-serif;
}
.h3_wrap h3 {
  font-size: 32px;
  font-weight: bold;
}

.interview {
  margin-bottom: 90px;
}
.interview h2 {
  margin-bottom: 60px;
}
.interview .lead_tit {
  color: #25A5EC;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}
.interview .interview_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.interview .interview_box .box_pic {
  width: 26.3%;
  margin-right: 3.2%;
  position: relative;
}
.interview .interview_box .box_pic .fukidashi {
  width: 44%;
  position: absolute;
  right: 6px;
  top: -30px;
}
.interview .interview_box .box_text {
  width: 70.5%;
}
.interview .interview_box .box_text .name {
  font-weight: 700;
  font-size: 18px;
}
.interview .interview_box .box_text .prof {
  font-size: 12px;
  margin-bottom: 30px;
}
.interview .interview_box .box_text .interview_title {
  background: #25A5EC;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.interview .interview_box .box_text .interview_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}
.interview .interview_box .box_text .interview_title::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #FFF;
  position: absolute;
  right: 29px;
  top: 50%;
  margin-top: -10px;
  transition: 0.5s;
}
.interview .interview_box .box_text .interview_title.active {
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}
.interview .interview_box .box_text .interview_title.active::after {
  opacity: 0;
  transition: 0.5s;
}
.interview .interview_box .box_text .interview_content {
  background: #F4FBFF;
  border-radius: 0 0 5px 5px;
  padding: 30px;
  display: none;
}
.interview .interview_box .box_text .interview_content dt {
  border-bottom: solid 1px #25A5EC;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.interview .interview_box .box_text .interview_content dt span {
  color: #25A5EC;
  font-weight: 700;
}
.interview .interview_box .box_text .interview_content dd {
  margin-bottom: 25px;
}
.interview .interview_box .box_text .interview_content dd:last-child {
  margin-bottom: 0;
}
.interview .interview_box.bottom {
  margin-bottom: 0;
}

.life_support .admission_table th {
  width: 190px;
}

.life_h3 {
  font-size: 26px;
  font-weight: bold;
  color: #00ABEB;
  margin: 25px 0 20px;
  background: #EDEEEF;
  line-height: 2;
}
.life_h3 span {
  font-size: 26px;
  display: inline-block;
  background: #646464;
  padding: 0 2.7% 0 3%;
  box-sizing: border-box;
  margin-right: 2.3%;
}
.life_h3 span img {
  vertical-align: middle;
  margin-top: -5px;
}

#point dt {
  font-size: 16px;
  color: #25a5ec;
  line-height: 1;
  margin: 20px 0 10px;
  font-weight: bold;
}

.mb01 {
  margin-bottom: 20px;
}

#free_lodging .infor_box {
  border: solid 5px #25A5EC;
  border-radius: 10px;
  background: #F4FBFF;
  padding: 25px 30px;
  margin-bottom: 50px;
}
#free_lodging .infor_box li {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
#free_lodging .infor_box li span {
  font-size: 30px;
  font-weight: 700;
  color: #25A5EC;
}
#free_lodging .inquiry_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#free_lodging .inquiry_box .tit {
  position: relative;
  width: 28.4%;
  background: #25a5ec;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#free_lodging .inquiry_box .tit:after {
  content: " ";
  position: absolute;
  border-left: 45px solid #25a5ec;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  top: 0;
  right: -60px;
  width: 0;
  height: 0;
}
#free_lodging .inquiry_box .tit p {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
#free_lodging .inquiry_box .bnr {
  width: 57.8%;
}
#free_lodging .table_outline {
  width: 100%;
  border: solid 1px #e9e9e9;
}
#free_lodging .table_outline th {
  background: #ebf8ff;
  width: 120px;
  padding: 20px;
  border-bottom: solid 1px #e9e9e9;
  text-align: left;
  color: #1260b5;
  font-weight: bold;
  box-sizing: border-box;
}
#free_lodging .table_outline th .same_year {
  display: inline-block;
  width: 4.5em;
}
#free_lodging .table_outline th .special_price {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
#free_lodging .table_outline th .special_price::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FF0000;
  transform: rotate(-15deg);
  position: absolute;
  left: 0;
  bottom: 11px;
}
#free_lodging .table_outline th .special_price::after {
  content: "6,000円";
  display: block;
  width: 200%;
  font-size: 17px;
  color: #FF0000;
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  bottom: -25px;
}
#free_lodging .table_outline th .special_price.price02::after {
  content: "10,000円";
}
#free_lodging .table_outline th .special_price.price03::after {
  content: "14,000円";
}
#free_lodging .table_outline th .special_price.price04 {
  margin-bottom: 30px;
}
#free_lodging .table_outline th .special_price.price04::after {
  content: "20,000円";
}
#free_lodging .table_outline td {
  width: calc(100% - 200px);
  padding: 20px;
  border-bottom: solid 1px #e9e9e9;
  box-sizing: border-box;
  vertical-align: middle;
}
#free_lodging .table_outline td.price, #free_lodging .table_outline td.place {
  width: 100px;
  background: #ffffee;
  border-left: 1px solid #e9e9e9;
}
#free_lodging .table_outline.table2 tr:first-of-type th {
  background: #ebf8ff;
  color: #1260b5;
}
#free_lodging .table_outline.table2 tr:first-of-type td {
  background: none;
  color: #333;
}
#free_lodging .text_support {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
#free_lodging .text_support02 {
  text-align: center;
  margin-bottom: 30px;
}
#free_lodging .title_support01 {
  text-align: center;
  margin-bottom: 20px;
}
#free_lodging .title_support01 span {
  color: #EC2553;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  letter-spacing: 0.06em;
}
#free_lodging .title_support01 span::before {
  content: "";
  display: block;
  background: url(../img/icon_title01.png) no-repeat center center/65px auto;
  width: 65px;
  height: 100px;
  position: absolute;
  left: -11%;
  top: 11%;
}
#free_lodging .title_support01 span::after {
  content: "";
  display: block;
  background: url(../img/icon_title02.png) no-repeat center center/65px auto;
  width: 65px;
  height: 100px;
  position: absolute;
  right: -11%;
  top: 11%;
}

.bnr_wrap {
  width: 27.3%;
  margin: 40px auto 0;
}
.bnr_wrap a {
  display: block;
  border: solid 2px #00ADE7;
}
.bnr_wrap a p {
  padding: 5px;
}
.bnr_wrap a p.txt01 {
  padding: 2px 0 5px;
  background: #00ADE7;
  text-align: center;
  color: #FFF;
}

.bnr_wrap02 {
  width: 57.8%;
  margin: 40px auto 0;
}

.bnr_text {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .img {
    justify-content: flex-start;
  }
  .img01 {
    width: 100%;
  }
  .img02 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
  }
  .img02 .plus_img {
    margin-left: -10%;
  }
  .plus {
    width: 9%;
    margin: 8px auto;
  }
  .img03 {
    width: 100%;
  }
  .h3_wrap {
    border-bottom: dotted 2px #c1c1c1;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .h3_wrap .num {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .h3_wrap .num span {
    line-height: 30px;
    font-size: 22px;
  }
  .h3_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 40px);
  }
  .interview {
    margin-bottom: 40px;
  }
  .interview .h2 {
    margin-bottom: 40px;
  }
  .interview .lead_tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .interview .interview_box {
    display: block;
    margin-bottom: 35px;
    position: relative;
  }
  .interview .interview_box .box_pic {
    width: 28%;
    margin-right: 0%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .interview .interview_box .box_pic .fukidashi {
    width: 70%;
    position: absolute;
    right: -15px;
    top: -25px;
  }
  .interview .interview_box .box_text {
    width: 100%;
  }
  .interview .interview_box .box_text .prof_box {
    padding-left: 32%;
    min-height: 6em;
  }
  .interview .interview_box .box_text .name {
    font-weight: 700;
    font-size: 15px;
  }
  .interview .interview_box .box_text .prof {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .interview .interview_box .box_text .interview_title {
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
  }
  .interview .interview_box .box_text .interview_content {
    padding: 20px 15px;
  }
  .interview .interview_box .box_text .interview_content dt {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .interview .interview_box .box_text .interview_content dd {
    margin-bottom: 15px;
  }
  .interview .interview_box .box_text .interview_content dd:last-child {
    margin-bottom: 0;
  }
  .interview .interview_box.bottom {
    margin-bottom: 0;
  }
  .life_support .admission_table th {
    width: 100%;
  }
  .life_h3 {
    font-size: 16px;
    margin: 20px 0 12px;
  }
  .life_h3 span {
    font-size: 16px;
    width: 20%;
    padding: 0 2.7% 0 2%;
  }
  #point dt {
    font-size: 15px;
    margin: 10px 0px 5px;
  }
  .box1 {
    border: solid 3px #00ABEB;
  }
  #free_lodging .infor_box {
    border: solid 3px #25A5EC;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
  }
  #free_lodging .infor_box li {
    font-size: 17px;
    margin-left: 1.2em;
  }
  #free_lodging .infor_box li span {
    font-size: 17px;
    margin-left: -1.2em;
  }
  #free_lodging .inquiry_box {
    display: block;
    margin-bottom: 25px;
  }
  #free_lodging .inquiry_box .tit {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  #free_lodging .inquiry_box .tit:after {
    content: " ";
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 10px solid #25a5ec;
    border-bottom: none;
    border-right: 20px solid transparent;
    top: inherit;
    right: inherit;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
  }
  #free_lodging .inquiry_box .tit p {
    font-size: 16px;
  }
  #free_lodging .inquiry_box .bnr {
    width: 100%;
  }
  #free_lodging .table_outline th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 10px 10px 20px;
  }
  #free_lodging .table_outline th .special_price {
    display: inline-block;
    position: relative;
    font-weight: bold;
  }
  #free_lodging .table_outline th .special_price::after {
    width: 200%;
    font-size: 16px;
    left: inherit;
    right: -115px;
    bottom: -1px;
  }
  #free_lodging .table_outline th .special_price.price04 {
    margin-bottom: 0;
  }
  #free_lodging .table_outline th .special_price.price04::after {
    right: -130px;
  }
  #free_lodging .table_outline td {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 20px;
  }
  #free_lodging .table_outline td.price, #free_lodging .table_outline td.place {
    width: 100%;
    background: #ffffee;
    border-bottom: none;
    border-left: none;
  }
  #free_lodging .text_support {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #free_lodging .text_support02 {
    margin-bottom: 15px;
  }
  #free_lodging .title_support01 {
    margin-bottom: 10px;
  }
  #free_lodging .title_support01 span {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: inherit;
  }
  #free_lodging .title_support01 span::before {
    content: "";
    display: block;
    background: url(../img/icon_title01.png) no-repeat center center/33px auto;
    width: 33px;
    height: 50px;
    position: absolute;
    left: -4%;
    top: 15%;
  }
  #free_lodging .title_support01 span::after {
    content: "";
    display: block;
    background: url(../img/icon_title02.png) no-repeat center center/33px auto;
    width: 33px;
    height: 50px;
    position: absolute;
    right: -4%;
    top: 15%;
  }
  .bnr_wrap {
    width: 50%;
    margin: 20px auto 0;
  }
  .bnr_wrap a {
    display: block;
    border: solid 2px #00ADE7;
  }
  .bnr_wrap a p {
    padding: 5px;
  }
  .bnr_wrap a p.txt01 {
    padding: 2px 0 5px;
    background: #00ADE7;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 1.3;
  }
  .bnr_wrap02 {
    width: 100%;
    margin: 20px 0 0;
  }
  /*----------------sp end---------------*/
}/*# sourceMappingURL=life_support.css.map */