@charset "UTF-8";
/*
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ui";
  src: url("fonts/ui.eot");
  src: url("fonts/ui.eot?#iefix") format("embedded-opentype"), url("fonts/ui.woff") format("woff"), url("fonts/ui.ttf") format("truetype"), url("fonts/ui.svg#ui") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --base-font-size: 0.625rem;
  --767-font-size: 0.776rem;
  --320-font-size: 0.57rem;
}

.abi_custom {
  font-size: 62.5%;
  line-height: 1.4em;
}
@media only screen and (max-width: 320px) {
  .abi_custom {
    font-size: 57%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .abi_custom {
    font-size: 70%;
  }
}

.abi_custom {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: calc(1 * var(--base-font-size));
  line-height: 1.4;
  font-family: "Noto Sans Japanese", serif;
  background-color: #fff;
}

.abi_custom html, .abi_custom div, .abi_custom span, .abi_custom applet, .abi_custom object, .abi_custom iframe,
.abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6, .abi_custom p, .abi_custom blockquote, .abi_custom pre,
.abi_custom a, .abi_custom abbr, .abi_custom acronym, .abi_custom address, .abi_custom big, .abi_custom cite, .abi_custom code,
.abi_custom del, .abi_custom dfn, .abi_custom em, .abi_custom font, .abi_custom img, .abi_custom ins, .abi_custom kbd, .abi_custom q, .abi_custom s, .abi_custom samp,
.abi_custom small, .abi_custom strike, .abi_custom strong, .abi_custom sub, .abi_custom sup, .abi_custom tt, .abi_custom var,
.abi_custom b, .abi_custom u, .abi_custom i, .abi_custom center,
.abi_custom dl, .abi_custom dt, .abi_custom dd, .abi_custom ol, .abi_custom ul, .abi_custom li,
.abi_custom fieldset, .abi_custom form, .abi_custom label, .abi_custom legend,
.abi_custom table, .abi_custom caption, .abi_custom tbody, .abi_custom tfoot, .abi_custom thead, .abi_custom tr, .abi_custom th, .abi_custom td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.abi_custom h1, .abi_custom h2, .abi_custom h3, .abi_custom h4, .abi_custom h5, .abi_custom h6 {
  font-weight: normal;
  font-size: 100%;
}
.abi_custom img {
  border: none;
  line-height: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.abi_custom ol, .abi_custom ul {
  list-style: none;
}
.abi_custom article, .abi_custom aside, .abi_custom details, .abi_custom figcaption, .abi_custom figure,
.abi_custom footer, .abi_custom header, .abi_custom hgroup, .abi_custom menu, .abi_custom nav, .abi_custom section {
  display: block;
}
.abi_custom figure {
  margin: 0;
}
.abi_custom cite {
  font-style: normal;
}
.abi_custom hr {
  border: none;
  width: 0;
}
.abi_custom html {
  font-size: 62.5%;
}
.abi_custom img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.abi_custom a {
  color: #585858;
}
.abi_custom a:hover {
  text-decoration: none;
}
.abi_custom #siteCont {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteCont {
    min-width: initial;
  }
}
.abi_custom #siteHeader {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteHeader {
    min-width: initial;
  }
}
.abi_custom #siteMain {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: url("../img/detail_bg.png") repeat-y;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteMain {
    width: 100%;
    background: none;
  }
  .abi_custom #siteMain:before {
    content: none;
  }
}
.abi_custom #siteFooter {
  padding-top: 35px;
  margin-bottom: 28px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteFooter {
    min-width: initial;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.abi_custom #siteFooter > div {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom #siteFooter > div {
    position: static;
  }
}
.abi_custom .c-spNav {
  display: none;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-spNav {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}
.abi_custom .c-spNav > ul.mm-nolist {
  padding: 0;
}
.abi_custom .c-spNav__style {
  display: block;
  margin-bottom: 1px;
  padding: 0.7em 1em 0.7em 1.5em;
  font-family: Arial, Helvetica, Verdana;
}
.abi_custom .c-spNav__index {
  background-color: #006bb9;
  color: #ffffff;
}
.abi_custom .c-spNav__index a {
  color: #ffffff;
  text-decoration: none;
}
.abi_custom .c-spNav__index.c-spNav__icon:before {
  color: #fff;
}
.abi_custom .c-spNav__link {
  background-color: #fff;
  color: #fff;
}
.abi_custom .c-spNav__link a {
  color: #006bb9;
  text-decoration: none;
}
.abi_custom .c-spNav__icon {
  position: relative;
}
.abi_custom .c-spNav__icon:before {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "ui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 1.5em;
  color: #006bb9;
}
.abi_custom .c-spNav__icon--link:before {
  content: ">";
}
.abi_custom .c-spNav__icon--pdf:before {
  content: "|";
}
.abi_custom .c-wrap {
  width: 996px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteMainLogo {
    width: 25%;
    margin-top: 1.40625%;
  }
}
.abi_custom .c-siteMainLogo span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7162px;
  height: 54px;
  width: 180px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteMainLogo span {
    background: url("../img/sprite/site_main_logo_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteMainLogo span:after {
    content: "";
    display: block;
    padding-top: 29.375%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav {
    width: 32.8125%;
  }
}
.abi_custom .c-siteNav li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__studyAbroad {
    display: none !important;
  }
}
.abi_custom .c-siteNav__studyAbroad span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6341px;
  height: 54px;
  width: 111px;
  display: block;
  border-left: 2px solid #edecec;
  border-right: 1px solid #edecec;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__scholarShip {
    display: none !important;
  }
}
.abi_custom .c-siteNav__scholarShip span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6277px;
  height: 54px;
  width: 163px;
  display: block;
  border-left: 1px solid #edecec;
  border-right: 2px solid #edecec;
}
.abi_custom .c-siteNav__university {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__university {
    width: 41.90476%;
    margin: 3.80952% 3.80952% 0 3.80952%;
  }
}
.abi_custom .c-siteNav__university span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6405px;
  height: 64px;
  width: 137px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__university span {
    background: url("../img/sprite/nav_university_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteNav__university span:after {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
.abi_custom .c-siteNav__highschool {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__highschool {
    width: 42.38095%;
    margin: 3.80952% 3.80952% 0 3.80952%;
  }
}
.abi_custom .c-siteNav__highschool span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6079px;
  height: 64px;
  width: 131px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteNav__highschool span {
    background: url("../img/sprite/nav_high_school_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteNav__highschool span:after {
    content: "";
    display: block;
    padding-top: 49.4382%;
  }
}
.abi_custom .c-siteSpMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteSpMenu {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.46875%;
    width: 15.46875%;
  }
  .abi_custom .c-siteSpMenu span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    background: url("../img/sprite/nav_menu_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    white-space: nowrap;
    text-indent: 150%;
    overflow: hidden;
    display: block;
  }
  .abi_custom .c-siteSpMenu span:after {
    content: "";
    display: block;
    padding-top: 60.60606%;
  }
}
.abi_custom .c-siteSubLogo {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteSubLogo {
    width: 16.5625%;
  }
}
.abi_custom .c-siteSubLogo span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7283px;
  height: 30px;
  width: 101px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-siteSubLogo span {
    background: url("../img/sprite/site_sub_logo_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-siteSubLogo span:after {
    content: "";
    display: block;
    padding-top: 30.18868%;
  }
}
.abi_custom .c-linkList__item {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.abi_custom .c-frame {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c9c9c9;
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
}
.abi_custom .c-frame:after {
  content: "";
  position: absolute;
  width: 99%;
  height: 20px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  bottom: -15px;
  left: 6px;
  z-index: -1;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-frame:after {
    width: 97%;
  }
}
.abi_custom .c-boxBg {
  background: url("../img/box_bg.gif");
}
.abi_custom .c-bookmark:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2786px;
  height: 328px;
  width: 127px;
  display: block;
  position: absolute;
  z-index: 1;
}
.abi_custom .c-bookmark:after {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2448px;
  height: 328px;
  width: 127px;
  display: block;
  position: absolute;
  z-index: -1;
}
.abi_custom .c-profImage {
  width: 168px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profImage {
    width: 35.05155%;
    margin: 0 auto;
  }
}
.abi_custom .c-profImage img {
  display: block;
}
.abi_custom .c-profDate__name {
  font-size: 22px;
  font-size: calc(2.2 * var(--base-font-size));
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__name {
    font-size: 16px;
    font-size: calc(1.6 * var(--767-font-size));
    line-height: 1;
    margin-bottom: 3.43643%;
  }
}
.abi_custom .c-profDate__date {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.55556;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
  }
}
.abi_custom .c-profDate__date dt {
  color: #3ebff0;
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date dt {
    display: inline;
  }
}
.abi_custom .c-profDate__date dd {
  display: inline-block;
  font-weight: 200;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date dd {
    display: inline;
  }
}
.abi_custom .c-profDate__date--high_school dt {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--high_school dt {
    width: auto;
  }
}
.abi_custom .c-profDate__date--high_school dd {
  width: 295px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--high_school dd {
    width: auto;
  }
}
.abi_custom .c-profDate__date--school dt {
  width: 126px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--school dt {
    width: auto;
  }
}
.abi_custom .c-profDate__date--school dd {
  width: 314px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--school dd {
    width: auto;
  }
}
.abi_custom .c-profDate__date--faculty dt {
  width: 181px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--faculty dt {
    width: auto;
  }
}
.abi_custom .c-profDate__date--faculty dd {
  width: 259px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--faculty dd {
    width: auto;
  }
}
.abi_custom .c-profDate__date--company dt {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--company dt {
    width: auto;
  }
}
.abi_custom .c-profDate__date--company dd {
  width: 295px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profDate__date--company dd {
    width: auto;
  }
}
.abi_custom .c-profSocial__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #3ebff0;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__title {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 3.78007%;
  }
}
.abi_custom .c-profSocial__icons {
  padding: 0 10px 0 5px;
}
.abi_custom .c-profSocial__icons li {
  float: left;
  padding-right: 30px;
  margin-bottom: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons li {
    padding-right: 9.62199%;
    margin-bottom: 4.29553%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--facebook {
    width: 13.05842%;
  }
}
.abi_custom .c-profSocial__icons--facebook span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6666px;
  height: 37px;
  width: 35px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--facebook span {
    background: url("../img/sprite/prof_icon_facebook_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-profSocial__icons--facebook span:after {
    content: "";
    display: block;
    padding-top: 101.31579%;
  }
}
.abi_custom {
  /* @media only screen and (max-width: 767px) {
    .c-profSocial__icons--twitter {
      width: 13.05842%;
    }
  }
  .c-profSocial__icons--twitter span {
    background: url('../img/sprite-se9eab98c35.png') no-repeat;
    white-space: nowrap;
    text-indent: 150%;
    overflow: hidden;
    background-position: 0 -6934px;
    height: 37px;
    width: 38px;
    display: block;
  }
  @media only screen and (max-width: 767px) {
    .c-profSocial__icons--twitter span {
      background: url('../img/sprite/prof_icon_twitter_sp.png?1579057988');
      background-repeat: no-repeat;
      background-size: 100%;
      font-size: 0;
      height: auto;
      width: auto;
    }
    .c-profSocial__icons--twitter span:after {
      content: "";
      display: block;
      padding-top: 101.31579%;
    }
  } */
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--instagram {
    width: 13.05842%;
  }
}
.abi_custom .c-profSocial__icons--instagram span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6800px;
  height: 37px;
  width: 36px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--instagram span {
    background: url("../img/sprite/prof_icon_instagram_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-profSocial__icons--instagram span:after {
    content: "";
    display: block;
    padding-top: 101.31579%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--blog {
    width: 13.23024%;
  }
}
.abi_custom .c-profSocial__icons--blog span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6533px;
  height: 37px;
  width: 38px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--blog span {
    background: url("../img/sprite/prof_icon_blog_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-profSocial__icons--blog span:after {
    content: "";
    display: block;
    padding-top: 98.7013%;
  }
}
.abi_custom .c-profSocial__icons li {
  padding-right: 15px;
}
.abi_custom .c-profSocial__icons .c-profSocial__icons--btnLink {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  display: block;
  clear: both;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.abi_custom .c-profSocial__icons .c-profSocial__icons--btnLink a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #3ebff0;
  border-radius: 3px;
  vertical-align: top;
  font-size: 1.7rem;
  min-width: 100px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 80%;
  -webkit-box-shadow: 3px 3px #dbdbdb;
  box-shadow: 3px 3px #dbdbdb;
}
.abi_custom .c-profSocial__icons .c-profSocial__icons--btnLink a:hover {
  opacity: 0.7;
}
.abi_custom .c-profSocial__icons .c-profSocial__icons--btnLink a::after {
  content: "";
  background: url(../img/sprite-se9eab98c35.png) no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3124px;
  height: 11px;
  width: 6px;
  display: inline-block;
  margin-left: 9px;
}
.abi_custom .c-profSocial__text {
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.33333;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__text {
    font-size: 9px;
    font-size: calc(0.9 * var(--767-font-size));
    line-height: 1.4;
  }
}
.abi_custom .c-profTag {
  width: 100%;
}
.abi_custom .c-profTag ul {
  padding: 15px 20px 15px 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul {
    padding: 3.7037% 1.85185% 3.7037% 20px;
  }
}
.abi_custom .c-profTag ul:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3338px;
  height: 27px;
  width: 27px;
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul:before {
    background: url("../img/sprite/icon_tag_large.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13.5px;
    height: 13.5px;
    width: 13px;
    height: 13px;
    left: 5px;
  }
}
.abi_custom .c-profTag ul li {
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 2;
  float: left;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul li {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.72727;
  }
}
.abi_custom .c-profTag ul li:after {
  content: "/";
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profTag ul li:after {
    padding: 0 2px;
  }
}
.abi_custom .c-profTag ul li:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .c-studyTitle {
  font-size: 37px;
  font-size: calc(3.7 * var(--base-font-size));
  line-height: 1;
  padding: 10px 25px 10px 48px;
  background-color: #fcff0f;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.abi_custom .c-studyTitle:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -5968px;
  height: 24px;
  width: 40px;
  position: absolute;
  top: 12px;
  left: -11px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyTitle {
    font-size: 20px;
    font-size: calc(2 * var(--767-font-size));
    line-height: 1;
    padding: 5px 12px 5px 24px;
  }
  .abi_custom .c-studyTitle:before {
    background: url("../img/sprite/icon_tips_title_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 15px;
    width: 24px;
    height: 15px;
  }
}
.abi_custom .c-studyDate {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.66667;
  display: table;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDate {
    display: block;
  }
}
.abi_custom .c-studyDate dt {
  color: #3ebff0;
  display: table-cell;
  vertical-align: top;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDate dt {
    display: inline-block;
  }
}
.abi_custom .c-studyDate dd {
  display: table-cell;
  vertical-align: top;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDate dd {
    display: inline-block;
  }
}
.abi_custom .c-studyDate__country li {
  display: inline;
}
.abi_custom .c-studyDate__country li:after {
  content: "/";
  padding: 0 7px;
}
.abi_custom .c-studyDate__country li:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .c-studyDate__pay:before {
  content: ":";
  display: inline-block;
  vertical-align: top;
}
.abi_custom .c-studyDate__pay ul {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage {
    margin: 0 2.23368%;
  }
}
.abi_custom .c-studyDateLanguage__title {
  color: #3ebff0;
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.66667;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__title {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
    margin-bottom: 1.71821%;
    margin-top: 1.71821%;
  }
}
.abi_custom .c-studyDateLanguage__table {
  padding: 15px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__table {
    padding: 3.09278% 1.71821%;
  }
}
.abi_custom .c-studyDateLanguage table {
  width: 100%;
  border-spacing: 0;
}
.abi_custom .c-studyDateLanguage table th {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  font-weight: 500;
  color: #3ebff0;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage table th {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
    padding-left: 0;
    padding-bottom: 1.20275%;
  }
}
.abi_custom .c-studyDateLanguage__lang {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  font-weight: 200;
  width: 120px;
  padding: 15px 18px;
  vertical-align: middle;
  background-color: #f7f7f7;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
.abi_custom tr:last-child .c-studyDateLanguage__lang {
  border-bottom: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__lang {
    font-size: 10px;
    font-size: calc(1 * var(--767-font-size));
    line-height: 1;
    padding: 0 1.71821%;
    width: 15.46392%;
    text-align: center;
    vertical-align: middle;
  }
}
.abi_custom .c-studyDateLanguage__level {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.33333;
  font-weight: 200;
  width: 313px;
  padding: 15px 22px;
  background-color: #fff;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}
.abi_custom tr:last-child .c-studyDateLanguage__level {
  border-bottom: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__level {
    font-size: 10px;
    font-size: calc(1 * var(--767-font-size));
    line-height: 1.4;
    padding: 1.71821% 2.23368%;
    width: 29.0378%;
    vertical-align: middle;
  }
}
.abi_custom .c-studyDateLanguage__arrow {
  padding: 0 7px;
  width: 27px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__arrow {
    width: 4.63918%;
    padding: 0 0.68729%;
    text-align: center;
  }
}
.abi_custom .c-studyDateLanguage__arrow span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -6042px;
  height: 27px;
  width: 27px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__arrow span {
    background: url("../img/sprite/language_arrow.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13.5px;
    height: 13.5px;
    display: inline-block;
  }
}
.abi_custom .c-studyDateLanguage__score {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.33333;
  font-weight: 200;
  width: 307px;
  padding: 15px 20px 15px 30px;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyDateLanguage__score {
    font-size: 10px;
    font-size: calc(1 * var(--767-font-size));
    line-height: 1.4;
    padding: 1.71821% 2.23368%;
    width: 29.0378%;
    vertical-align: middle;
  }
}
.abi_custom tr:last-child .c-studyDateLanguage__score {
  border-bottom: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyCont {
    margin: 0 2.23368%;
  }
}
.abi_custom .c-studyCont__title {
  color: #3ebff0;
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyCont__title {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
    margin-bottom: 1.37457%;
  }
}
.abi_custom .c-studyCont__title:before {
  content: "■";
}
.abi_custom .c-studyCont__text {
  font-weight: 200;
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.55556;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyCont__text {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.27273;
  }
}
.abi_custom .c-studyCont__ability {
  font-weight: 500;
  font-size: 20px;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1;
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-studyCont__ability {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.27273;
  }
}
.abi_custom .c-scheduleTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7068px;
  height: 34px;
  width: 986px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleTitle {
    background: url("../img/sprite/schedule_title_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 99.82818%;
  }
  .abi_custom .c-scheduleTitle:after {
    content: "";
    display: block;
    padding-top: 6.88468%;
  }
}
.abi_custom .c-scheduleArea {
  padding: 33px 22px 38px 22px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleArea {
    padding: 3.09278% 1.71821% 2.23368% 1.71821%;
    margin: 0 2.23368%;
  }
}
.abi_custom .c-schedulePeriod {
  font-size: 20px;
  font-size: 2rem;
  font-size: calc(2 * var(--base-font-size));
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-schedulePeriod {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.66667;
  }
}
.abi_custom .c-scheduleText {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.55556;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleText {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
  }
}
.abi_custom .c-scheduleText__country {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 2.05556;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleText__country {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
  }
}
.abi_custom .c-scheduleCost__title {
  font-size: 18px;
  font-size: calc(1.8 * var(--base-font-size));
  line-height: 1.22222;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleCost__title {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
    margin-bottom: 1.71821%;
  }
}
.abi_custom .c-scheduleCost table {
  font-size: 14px;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1.42857;
  font-weight: 200;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-spacing: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleCost table {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
    padding: 1.70455% 0;
  }
}
.abi_custom .c-scheduleCost table td {
  padding: 9px 13px 6px 13px;
  border-bottom: 1px dotted #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleCost table td {
    padding: 1.89394% 2.46212%;
  }
  .abi_custom .c-scheduleCost table td > p {
    display: inline-block;
  }
}
.abi_custom .c-scheduleCost table tr:last-child td {
  border-bottom: none;
}
.abi_custom .c-scheduleCost__money {
  color: #3ebff0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleCost__money {
    padding-left: 4.73485%;
  }
}
.abi_custom .c-scheduleImage figure {
  float: left;
  width: 237px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleImage figure {
    float: none;
    width: 100%;
  }
}
.abi_custom .c-scheduleImage figure:nth-child(2) {
  margin: 0 38px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleImage figure:nth-child(2) {
    margin: 0;
  }
}
.abi_custom .c-scheduleImage figure img {
  display: block;
}
.abi_custom .c-scheduleImage figure figcaption {
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.33333;
  font-weight: 200;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-scheduleImage figure figcaption {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.54545;
    margin: 1.71821% 0 5.15464% 0;
  }
}
.abi_custom .c-highLightTitle {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2354px;
  height: 34px;
  width: 986px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-highLightTitle {
    background: url("../img/sprite/highlight_title_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    width: 99.82818%;
  }
  .abi_custom .c-highLightTitle:after {
    content: "";
    display: block;
    padding-top: 6.88468%;
  }
}
.abi_custom .c-episodeTitle {
  padding: 18px 20px 18px 67px;
  font-size: 22px;
  font-size: calc(2.2 * var(--base-font-size));
  line-height: 1;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-episodeTitle {
    padding: 10px 7px 10px 27px;
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .c-episodeTitle:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3169px;
  height: 29px;
  width: 31px;
  position: absolute;
  left: 21px;
  top: 50%;
  margin-top: -14.5px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-episodeTitle:before {
    background: url("../img/sprite/icon_episode_title.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15.5px;
    height: 14.5px;
    width: 15.5px;
    height: 14.5px;
    left: 5px;
    margin-top: -7.25px;
  }
}
.abi_custom .c-tipsTitle {
  font-size: 23px;
  font-size: calc(2.3 * var(--base-font-size));
  line-height: 1.4;
  font-weight: 500;
  background: url("../img/tips_title_bg.gif") repeat-x bottom;
  display: inline-block;
  position: relative;
}
.abi_custom .c-tipsTitle:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -5968px;
  height: 24px;
  width: 40px;
  position: absolute;
  bottom: 2px;
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsTitle:before {
    background: url("../img/sprite/icon_tips_title_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 15px;
    left: -34px;
  }
}
.abi_custom .c-tipsTags {
  font-size: 1.4rem;
  font-size: calc(1.4 * var(--base-font-size));
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-tipsTags {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .c-tipsTags li {
  padding: 6px 15px;
  background-color: #3ebff0;
  border-radius: 10px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
.abi_custom .c-returnTop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-returnTop {
    display: block;
    width: 90.9375%;
    margin: 0 auto;
  }
  .abi_custom .c-returnTop__btn {
    width: 11.85567%;
    float: right;
  }
  .abi_custom .c-returnTop__btn span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    background: url("../img/sprite/btn_return_top_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .abi_custom .c-returnTop__btn span:after {
    content: "";
    display: block;
    padding-top: 101.44928%;
  }
}
.abi_custom .c-detailStudyAbroadTitle {
  font-size: 22px;
  font-size: calc(2.2 * var(--base-font-size));
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-detailStudyAbroadTitle {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
  }
}
.abi_custom .c-featurUser {
  width: 125px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser {
    width: 25.7732%;
  }
}
.abi_custom .c-featurUser > a {
  text-decoration: none;
}
.abi_custom .c-featurUser__text {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__text {
    font-size: 8px;
    font-size: calc(0.8 * var(--767-font-size));
    line-height: 1.5;
  }
}
.abi_custom .c-featurUser__text.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__text.is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__text.is-pc {
    display: none;
  }
}
.abi_custom .c-featurUser__image {
  margin-top: 3px;
  margin-bottom: 11px;
  width: 100%;
}
.abi_custom .c-featurUser__image img {
  display: block;
}
.abi_custom .c-featurUser__tags {
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.33333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-featurUser__tags {
    font-size: 9px;
    font-size: calc(0.9 * var(--767-font-size));
    line-height: 1.66667;
    padding: 0 1.1em;
    width: auto;
    max-height: 3.1em;
    white-space: normal;
    position: relative;
  }
  .abi_custom .c-featurUser__tags:after {
    content: "…";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.5em;
    width: 1.4em;
    background: url("../img/box_bg.gif");
    text-align: center;
  }
}
.abi_custom .c-featurUser__tags li {
  display: inline;
}
.abi_custom .c-featurUser__tags li:after {
  content: ",";
}
.abi_custom .c-featurUser__tags li:last-child:after {
  content: "";
}
.abi_custom .c-bannerList__item {
  float: left;
  margin-right: 20px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-bannerList__item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.abi_custom .c-bannerList__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-bannerList__item a {
    float: none;
  }
}
.abi_custom .c-bannerList__item a span {
  position: absolute;
  top: 0;
  padding-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-bannerList__item a span {
    padding-left: 5%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.abi_custom .c-bannerList__text {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-bannerList__text {
    margin-top: 1%;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.abi_custom .p-siteHeader {
  padding: 13px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-siteHeader {
    padding: 3.28125% 0;
  }
}
.abi_custom .p-siteHeader .c-siteMainLogo {
  margin-right: 123px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-siteHeader .c-siteMainLogo {
    margin-right: 4.375%;
    margin-left: 1.5625%;
    display: block;
    float: left;
  }
}
.abi_custom .p-siteHeader .c-siteNav {
  display: inline-block;
}
.abi_custom .p-siteHeader .c-siteSubLogo {
  float: right;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-siteHeader .c-siteSubLogo {
    float: left;
    margin-right: 2.5%;
    margin-top: 2.34375%;
  }
}
.abi_custom .p-footerNav {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav {
    -webkit-box-shadow: 0 -5px 10px 0 #e7e6e7;
    box-shadow: 0 -5px 10px 0 #e7e6e7;
    margin-top: 7.5%;
    background-color: #fafafa;
  }
}
.abi_custom .p-footerNav .c-linkList__item {
  margin-right: 22px;
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(1) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2239px;
  height: 13px;
  width: 82px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(1) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(1) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(2) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2308px;
  height: 13px;
  width: 125px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(2) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(2) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(3) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2262px;
  height: 13px;
  width: 137px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(3) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(3) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(4) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2331px;
  height: 13px;
  width: 76px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(4) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(4) span {
    display: inline;
  }
}
.abi_custom .p-footerNav .c-linkList__item:nth-child(5) span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -2285px;
  height: 13px;
  width: 92px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(5) span {
    background: none;
    white-space: normal;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item:nth-child(5) span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerNav .c-linkList__item {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    border-bottom: 2px solid #d2d2d2;
    margin-right: 0;
    position: relative;
  }
  .abi_custom .p-footerNav .c-linkList__item a {
    display: block;
    padding: 15px 0 15px 8.4375%;
    text-decoration: none;
  }
  .abi_custom .p-footerNav .c-linkList__item:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6.75px;
    content: "";
    display: block;
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    background: url("../img/sprite/footer_link_arrow_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8.5px;
    height: 13.5px;
  }
}
.abi_custom .p-footerSocial {
  position: absolute;
  bottom: 47px;
  right: -8px;
}
.abi_custom .p-footerSocial li {
  margin: 4px 0;
  position: absolute;
}
.abi_custom .p-footerSocial li:first-child {
  top: 30px;
}
.abi_custom .p-footerSocial li:nth-child(2) {
  top: 0;
}
.abi_custom .p-footerSocial__line {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerSocial {
    padding-top: 2.34375%;
    background-color: #fafafa;
    position: static;
    text-align: center;
  }
  .abi_custom .p-footerSocial li {
    display: inline-block;
    margin: 0 2.34375%;
    vertical-align: top;
    position: static;
  }
  .abi_custom .p-footerSocial__line {
    width: 82px;
  }
}
.abi_custom .p-copyright {
  margin-top: 14px;
}
.abi_custom .p-copyright small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
  color: #676767;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-copyright {
    margin-top: 0;
    padding-top: 3.125%;
    padding-bottom: 4.6875%;
    background-color: #fafafa;
  }
  .abi_custom .p-copyright small {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    padding-left: 0.78125%;
  }
}
.abi_custom .p-mainVisual {
  width: 100%;
  position: relative;
  height: 178px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-mainVisual {
    min-width: initial;
    height: auto;
  }
}
.abi_custom .p-mainVisual img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1500px;
  width: 3000px;
  max-width: 3000px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-mainVisual img {
    position: static;
    margin-left: 0;
    width: 750px;
    max-width: 100%;
  }
}
.abi_custom .p-breadListDetail {
  padding: 14px 0 16px 6px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-breadListDetail {
    padding: 1.09375% 2.34375%;
    width: auto;
  }
}
.abi_custom .p-breadListDetail .c-linkList__item {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-breadListDetail .c-linkList__item {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
}
.abi_custom .p-breadListDetail .c-linkList__item:after {
  content: ">";
  padding: 0 3px;
}
.abi_custom .p-breadListDetail .c-linkList__item:last-child:after {
  content: "";
  padding: 0;
}
.abi_custom .p-footerLinkDetail {
  color: #585858;
  margin-top: 4px;
  margin-bottom: 4px;
}
.abi_custom .p-footerLinkDetail .c-linkList {
  padding: 5px 0;
  font-family: "Kozuka Gothic Pr6N ", "メイリオ", Meiryo, sans-serif;
}
.abi_custom .p-footerLinkDetail .c-linkList:last-child {
  position: relative;
  padding-left: 35px;
}
.abi_custom .p-footerLinkDetail .c-linkList:last-child a {
  line-height: 1;
}
.abi_custom .p-footerLinkDetail .c-linkList:last-child .c-linkList__item {
  line-height: 0;
}
.abi_custom .p-footerLinkDetail .c-linkList:last-child:before {
  content: "";
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -3375px;
  height: 19px;
  width: 19px;
  display: block;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
}
.abi_custom .p-footerLinkDetail .c-linkList__item {
  margin: 0 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-footerLinkDetail .c-linkList__item {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.72727;
  }
}
.abi_custom .p-profile {
  padding: 29px 19px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile {
    width: 90.9375%;
    margin: 0 auto 10% auto;
    padding: 0;
  }
}
.abi_custom .p-profile .c-bookmark:after, .abi_custom .p-profile .c-bookmark:before {
  right: -95px;
  top: -33px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile .c-bookmark:after, .abi_custom .p-profile .c-bookmark:before {
    content: none;
  }
}
.abi_custom .p-profile__userImage {
  float: left;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userImage {
    float: none;
    padding: 4.29553% 0 3.43643% 0;
  }
}
.abi_custom .p-profile__userDate {
  float: left;
  padding-left: 28px;
  width: 760px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.abi_custom .p-profile__userDate .c-profDate {
  width: 440px;
  float: left;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profDate {
    width: auto;
    float: none;
    padding: 0 2.23368%;
    margin-bottom: 6.52921%;
  }
}
.abi_custom .p-profile__userDate .c-profDate.is-noSocial {
  width: 760px;
  float: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profDate.is-noSocial {
    width: auto;
  }
}
.abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--high_school dd {
  width: 615px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--high_school dd {
    width: auto;
  }
}
.abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--school dd {
  width: 634px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--school dd {
    width: auto;
  }
}
.abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--faculty dd {
  width: 579px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--faculty dd {
    width: auto;
  }
}
.abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--company dd {
  width: 615px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profDate.is-noSocial .c-profDate__date--company dd {
    width: auto;
  }
}
.abi_custom .p-profile__userDate .c-profSocial {
  width: 320px;
  float: right;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profSocial {
    width: auto;
    float: none;
    padding: 0 2.23368%;
    margin-bottom: 4.29553%;
  }
}
.abi_custom .p-profile__userDate .c-profTag {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-profile__userDate .c-profTag {
    margin: 0 2.23368% 2.23368% 2.23368%;
    width: auto;
  }
}
.abi_custom .p-tabCtrl {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl {
    width: 90.9375%;
    margin: 0 auto;
    padding-top: 0;
  }
}
.abi_custom .p-tabCtrl li {
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl li {
    margin: 0 1.71821%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__study {
    width: 29.89691%;
  }
}
.abi_custom .p-tabCtrl__study span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7897px;
  height: 52px;
  width: 248px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__study span {
    background: url("../img/sprite/tab_study_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrl__study span:after {
    content: "";
    display: block;
    padding-top: 55.17241%;
  }
}
.abi_custom .p-tabCtrl__study.is-active span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7959px;
  height: 52px;
  width: 248px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__study.is-active span {
    background: url("../img/sprite/tab_study_active_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrl__study.is-active span:after {
    content: "";
    display: block;
    padding-top: 55.17241%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__tips {
    width: 29.89691%;
  }
}
.abi_custom .p-tabCtrl__tips span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -8429px;
  height: 52px;
  width: 267px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__tips span {
    background: url("../img/sprite/tab_tips_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrl__tips span:after {
    content: "";
    display: block;
    padding-top: 55.17241%;
  }
}
.abi_custom .p-tabCtrl__tips.is-active span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -8491px;
  height: 52px;
  width: 267px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__tips.is-active span {
    background: url("../img/sprite/tab_tips_active_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrl__tips.is-active span:after {
    content: "";
    display: block;
    padding-top: 55.17241%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__message {
    width: 29.89691%;
  }
}
.abi_custom .p-tabCtrl__message span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7365px;
  height: 52px;
  width: 270px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__message span {
    background: url("../img/sprite/tab_message_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrl__message span:after {
    content: "";
    display: block;
    padding-top: 55.17241%;
  }
}
.abi_custom .p-tabCtrl__message.is-active span {
  background: url("../img/sprite-se9eab98c35.png") no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -7427px;
  height: 52px;
  width: 270px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrl__message.is-active span {
    background: url("../img/sprite/tab_message_active_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrl__message.is-active span:after {
    content: "";
    display: block;
    padding-top: 55.17241%;
  }
}
.abi_custom .p-study {
  padding: 12px 19px 0 19px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study {
    width: 90.9375%;
    margin: 0 auto 6.25% auto;
    padding: 0;
  }
}
.abi_custom .p-study .c-studyTitle {
  margin-bottom: 17px;
  margin-left: -19px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study .c-studyTitle {
    margin-left: 0;
    margin-bottom: 3.09278%;
    margin-top: 2.4055%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study .c-studyDate {
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.45455;
    padding: 0 2.23368%;
  }
  .abi_custom .p-study .c-studyDate dt {
    display: inline;
  }
  .abi_custom .p-study .c-studyDate dd {
    display: inline;
  }
  .abi_custom .p-study .c-studyDate__country ul {
    display: inline;
  }
  .abi_custom .p-study .c-studyDate__country ul li {
    display: inline;
    float: none;
  }
}
.abi_custom .p-study .c-studyDateLanguage {
  padding-bottom: 20px;
  border-bottom: 1px solid #ab9e7b;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study .c-studyDateLanguage {
    margin-bottom: 3.43643%;
  }
}
.abi_custom .p-study .c-studyCont {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study .c-studyCont {
    margin-top: 6.01375%;
  }
}
.abi_custom .p-study .c-scheduleTitle {
  margin-left: -30px;
  margin-top: 60px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study .c-scheduleTitle {
    margin-left: -2.06186%;
    margin-top: 6.52921%;
    margin-bottom: 4.12371%;
  }
}
.abi_custom .p-study .c-highLightTitle {
  margin-left: -30px;
  margin-bottom: 22px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-study .c-highLightTitle {
    margin-left: -2.06186%;
    margin-top: 6.52921%;
    margin-bottom: 4.12371%;
  }
}
.abi_custom .p-scheduleArea .c-schedulePeriod {
  width: 125px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-scheduleArea .c-schedulePeriod {
    width: auto;
    float: none;
    margin-bottom: 4.12371%;
  }
  .abi_custom .p-scheduleArea .c-schedulePeriod br {
    display: none;
  }
}
.abi_custom .p-scheduleArea > div {
  float: left;
  width: 787px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-scheduleArea > div {
    width: auto;
    float: none;
  }
}
.abi_custom .p-scheduleArea > div .c-scheduleText {
  float: left;
  width: 525px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-scheduleArea > div .c-scheduleText {
    width: auto;
    float: none;
    margin-bottom: 2.57732%;
    padding-left: 2.66904%;
  }
}
.abi_custom .p-scheduleArea > div .c-scheduleCost {
  float: right;
  width: 235px;
  margin-bottom: 25px;
}
.abi_custom .p-scheduleArea > div .c-scheduleCost.is-spView {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-scheduleArea > div .c-scheduleCost {
    width: auto;
    float: none;
    display: none;
    margin-bottom: 0;
  }
  .abi_custom .p-scheduleArea > div .c-scheduleCost.is-spView {
    display: block;
  }
}
.abi_custom .p-scheduleArea > div .c-scheduleImage {
  clear: both;
}
.abi_custom .p-highlightArea {
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-highlightArea {
    margin-left: 2.23368%;
    margin-right: 2.23368%;
    padding: 0;
  }
}
.abi_custom .p-highlightArea .c-episodeTitle {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-highlightArea .c-episodeTitle {
    margin-bottom: 2.23368%;
  }
}
.abi_custom .p-highlightArea .c-scheduleImage {
  float: left;
  width: 237px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-highlightArea .c-scheduleImage {
    float: none;
    width: auto;
  }
}
.abi_custom .p-highlightArea .c-scheduleImage figure {
  float: none;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-highlightArea .c-scheduleImage figure {
    margin: 0;
  }
}
.abi_custom .p-highlightArea .c-scheduleText {
  float: right;
  margin-right: 25px;
  width: 650px;
  margin-bottom: 2.57732%;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-highlightArea .c-scheduleText {
    float: none;
    margin-right: 0;
    width: auto;
  }
}
.abi_custom .p-tips {
  padding: 34px 14px 20px 14px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tips {
    width: 90.9375%;
    margin: 0 auto 6.25% auto;
    padding: 0 0 2.57732% 0;
  }
}
.abi_custom .p-tips .c-tipsArea {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tips .c-tipsArea {
    margin-bottom: 6.25%;
  }
}
.abi_custom .p-tips .c-tipsArea:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsArea {
    padding: 4.29553% 2.23368% 0 2.23368%;
  }
}
.abi_custom .p-tipsArea .c-tipsTitle {
  margin-left: 18px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsArea .c-tipsTitle {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.4;
    padding-bottom: 2px;
    margin-left: 22px;
    margin-bottom: 3.43643%;
  }
}
.abi_custom .p-tipsArea .c-tipsTags {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsArea .c-tipsTags {
    margin-bottom: 3.43643%;
  }
}
.abi_custom .p-tipsArea .c-boxBg {
  padding: 26px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsArea .c-boxBg {
    padding: 2.74914%;
  }
}
.abi_custom .p-tipsArea .c-boxBg .c-scheduleText {
  width: 630px;
  float: left;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsArea .c-boxBg .c-scheduleText {
    width: auto;
    float: none;
    margin-bottom: 5.15464%;
  }
}
.abi_custom .p-tipsArea .c-boxBg .c-scheduleImage {
  float: right;
  width: 237px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tipsArea .c-boxBg .c-scheduleImage {
    width: auto;
    float: none;
  }
}
.abi_custom .p-tipsArea .c-boxBg .c-scheduleImage figure {
  float: none;
  margin: 0 0 10px 0;
}
.abi_custom .p-message {
  padding: 34px 14px 20px 14px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-message {
    width: 90.9375%;
    margin: 0 auto 6.25% auto;
    padding: 0;
  }
}
.abi_custom .p-message .c-messageArea {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-message .c-messageArea {
    margin-bottom: 0;
  }
}
.abi_custom .p-message .c-messageArea:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-messageArea {
    padding: 4.29553% 2.23368% 2.23368% 2.23368%;
  }
}
.abi_custom .p-messageArea .c-tipsTitle {
  margin-left: 18px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-messageArea .c-tipsTitle {
    font-size: 12px;
    font-size: calc(1.2 * var(--767-font-size));
    line-height: 1.4;
    padding-bottom: 2px;
    margin-left: 22px;
    margin-bottom: 6px;
  }
}
.abi_custom .p-messageArea .c-boxBg {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-messageArea .c-boxBg {
    padding: 2.74914%;
  }
}
.abi_custom .p-tabCtrlBottom {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom {
    display: block;
    width: 90.9375%;
    margin: 0 auto 4.63918% auto;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom li {
    float: left;
    margin: 0 1.71821%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom__study {
    width: 29.89691%;
  }
  .abi_custom .p-tabCtrlBottom__study span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    display: block;
    background: url("../img/sprite/tab_study_bottom_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    white-space: nowrap;
    text-indent: 150%;
    overflow: hidden;
  }
  .abi_custom .p-tabCtrlBottom__study span:after {
    content: "";
    display: block;
    padding-top: 50.57471%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom__study.is-active span {
    background: url("../img/sprite/tab_study_bottom_sp_active.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrlBottom__study.is-active span:after {
    content: "";
    display: block;
    padding-top: 50.57471%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom__tips {
    width: 29.89691%;
  }
  .abi_custom .p-tabCtrlBottom__tips span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    display: block;
    background: url("../img/sprite/tab_tips_bottom_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    white-space: nowrap;
    text-indent: 150%;
    overflow: hidden;
  }
  .abi_custom .p-tabCtrlBottom__tips span:after {
    content: "";
    display: block;
    padding-top: 50.57471%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom__tips.is-active span {
    background: url("../img/sprite/tab_tips_bottom_sp_active.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrlBottom__tips.is-active span:after {
    content: "";
    display: block;
    padding-top: 50.57471%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom__message {
    width: 29.89691%;
  }
  .abi_custom .p-tabCtrlBottom__message span {
    background: url("../img/sprite-se9eab98c35.png") no-repeat;
    display: block;
    background: url("../img/sprite/tab_message_bottom_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
    white-space: nowrap;
    text-indent: 150%;
    overflow: hidden;
  }
  .abi_custom .p-tabCtrlBottom__message span:after {
    content: "";
    display: block;
    padding-top: 50.57471%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-tabCtrlBottom__message.is-active span {
    background: url("../img/sprite/tab_message_bottom_sp_active.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .p-tabCtrlBottom__message.is-active span:after {
    content: "";
    display: block;
    padding-top: 50.57471%;
  }
}
.abi_custom .p-studyAbroadLink {
  width: 1280px;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-studyAbroadLink {
    width: 90.9375%;
    margin: 0 auto 8.59375% auto;
  }
}
.abi_custom .p-studyAbroadLink .c-boxBg {
  border: 1px solid #c9c9c9;
  padding: 23px 0 30px;
  background: url("../img/box_bg_detail.gif");
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-studyAbroadLink .c-boxBg {
    padding: 4.29553% 0 0 0;
  }
}
.abi_custom .p-studyAbroadLink .c-detailStudyAbroadTitle {
  margin: 0 0 25px 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-studyAbroadLink .c-detailStudyAbroadTitle {
    margin: 0 3.43643% 2.57732% 3.43643%;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-studyAbroadLink .c-featurList {
    padding-bottom: 5.15464%;
  }
}
.abi_custom .p-studyAbroadLink .c-featurUser {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-studyAbroadLink .c-featurUser {
    float: none;
    margin: 0 3.43643%;
    padding-top: 2.57732%;
    padding-bottom: 2.57732%;
    width: auto;
    position: relative;
  }
  .abi_custom .p-studyAbroadLink .c-featurUser a > div {
    width: 69.41581%;
    padding-left: 3.95189%;
    display: inline-block;
    vertical-align: top;
  }
  .abi_custom .p-studyAbroadLink .c-featurUser__image {
    width: 25.7732%;
    margin: 0;
    vertical-align: top;
    display: inline-block;
  }
  .abi_custom .p-studyAbroadLink .c-featurUser__text {
    font-weight: bold;
    text-align: left;
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1;
    margin-bottom: 2.74914%;
  }
}
.abi_custom .p-studyAbroadLink .c-featurUser__tags {
  height: 3em;
  white-space: normal;
  font-size: 12px;
  font-size: calc(1.2 * var(--base-font-size));
  line-height: 1.4;
  width: auto;
}
.abi_custom .p-studyAbroadLink .c-featurUser__tags:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-studyAbroadLink .c-featurUser__tags {
    padding-top: 1.37457%;
    font-size: 11px;
    font-size: calc(1.1 * var(--767-font-size));
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
  }
  .abi_custom .p-studyAbroadLink .c-featurUser__tags li:last-child:after {
    content: none;
  }
}
.abi_custom .p-guideLink {
  width: 1280px;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-guideLink {
    width: 90.9375%;
    margin: 0 auto 8.59375% auto;
  }
}
.abi_custom .p-guideLink .c-boxBg {
  border: 1px solid #c9c9c9;
  padding: 23px 0 30px;
  background: url("../img/box_bg_detail.gif");
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-guideLink .c-boxBg {
    padding: 4.29553% 0 0 0;
  }
}
.abi_custom .p-guideLink .c-detailStudyAbroadTitle {
  margin: 0 0 25px 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-guideLink .c-detailStudyAbroadTitle {
    margin: 0 3.43643% 2.57732% 3.43643%;
  }
}
.abi_custom .p-guideLink .c-bannerList {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .abi_custom .p-guideLink .c-bannerList {
    margin: 0 3.43643%;
    padding-top: 2.57732%;
    padding-bottom: 2.57732%;
  }
}
.abi_custom .u-cf:after {
  content: "";
  display: table;
  clear: both;
}
.abi_custom .u-hide {
  display: none;
}
.abi_custom .u-hover:hover {
  opacity: 0.6;
}
.abi_custom .pc_main_visual {
  display: block;
}
.abi_custom .sp_main_visual {
  display: none;
}
@media only screen and (max-width: 767px) {
  .abi_custom .pc_main_visual {
    display: none;
  }
  .abi_custom .sp_main_visual {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--twitter {
    width: 13.05842%;
  }
}
.abi_custom .c-profSocial__icons--twitter span {
  background: url("../img/prof_icon_twitter.png?1579057988");
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: 150%;
  overflow: hidden;
  height: 37px;
  width: 38px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .abi_custom .c-profSocial__icons--twitter span {
    background: url("../img/prof_icon_twitter_sp.png?1579057988");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: auto;
  }
  .abi_custom .c-profSocial__icons--twitter span:after {
    content: "";
    display: block;
    padding-top: 101.31579%;
  }
}