@charset "UTF-8";
/* guidelines.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-header
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-header {
  margin-top: 170px;
}
@media only screen and (max-width: 767px) {
  .sec-header {
    margin-top: 90px;
  }
}
.sec-header__lead {
  margin-top: 40px;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  text-align: right;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-header__lead {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------------------
   #sec-info
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-info .em {
  font-weight: bold;
  color: #8C7EB9;
}
.sec-info__table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table {
    display: block;
    margin-top: 45px;
  }
}
.sec-info__table-hdg {
  position: relative;
  width: 24.5%;
  border-top: 1px solid #8C7EB9;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-hdg {
    width: auto;
  }
}
.sec-info__table-hdg span {
  position: relative;
  display: block;
  padding: 30px 0 30px 10px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-hdg span {
    padding: 15px 5px 15px 10px;
  }
}
.sec-info__table-hdg span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 33.33%;
  width: 33.33%;
  height: 1px;
  background-color: #F39800;
}
.sec-info__table-hdg span::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 33.33%;
  height: 1px;
  background-color: #1FB090;
}
.sec-info__table-hdg:last-of-type {
  border-bottom: 1px solid #8C7EB9;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-hdg:last-of-type {
    border-bottom: 0;
  }
}
.sec-info__table-hdg:last-of-type::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 33.33%;
  width: 33.33%;
  height: 1px;
  background-color: #F39800;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-hdg:last-of-type::before {
    content: none;
  }
}
.sec-info__table-hdg:last-of-type::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 33.33%;
  height: 1px;
  background-color: #1FB090;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-hdg:last-of-type::after {
    content: none;
  }
}
.sec-info__table-txt {
  width: 72.5%;
  margin-left: auto;
  padding: 30px 20px 30px 5px;
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-txt {
    position: relative;
    width: auto;
    padding: 15px 5px 40px 10px;
    border-top: 1px solid #8C7EB9;
    line-height: 1.8;
  }
  .sec-info__table-txt::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 33.33%;
    width: 33.33%;
    height: 1px;
    background-color: #F39800;
  }
  .sec-info__table-txt::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 33.33%;
    height: 1px;
    background-color: #1FB090;
  }
}
.sec-info__table-txt:last-of-type {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .sec-info__table-txt:last-of-type {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-txt {
    margin-top: 10px;
  }
}
.sec-info__table .table-list__item {
  position: relative;
  display: flex;
  padding-left: 15px;
}
.sec-info__table .table-list__item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8C7EB9;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-list__item::before {
    top: 1rem;
  }
}
.sec-info__table .table-list__item:nth-child(n+2) {
  margin-top: 5px;
}
.sec-info__table .table-list__item--tokyo::before {
  color: #1FB090;
}
.sec-info__table .table-list__item--osaka::before {
  color: #F39800;
}
.sec-info__table .table-list--lower {
  margin: 0.5rem 0 0 2rem;
}
.sec-info__table .table-list--lower .table-list__item {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec-info__table .table-list--lower .table-list__item::before {
  top: 1rem;
}
.sec-info__table .table-list--lower .table-list__item:nth-child(n+2) {
  margin-top: 0px;
}
.sec-info__table .table-list--course .left {
  width: 85px;
}
.sec-info__table .table-list--capacity .left {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-list--capacity .left {
    width: 140px;
  }
}
.sec-info__table .table-list--capacity .right {
  width: 71px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-list--deadline .table-list__item {
    flex-direction: column;
  }
}
.sec-info__table .table-list--deadline .left {
  width: 90px;
}
.sec-info__table .table-numlist__item-hdg {
  margin-left: 1.9em;
  text-indent: -1.9em;
}
.sec-info__table .table-numlist__item-hdg span {
  margin-right: 0.5em;
}
.sec-info__table .table-numlist__item-txt {
  margin-left: 30px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-numlist__item-txt {
    margin-left: 26px;
  }
}
.sec-info__table .table-numlist__item-caption {
  margin-left: 30px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-numlist__item-caption {
    margin-left: 26px;
  }
}
.sec-info__table .table-numlist__item:nth-child(n+2) {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .table-numlist__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.sec-info__table .table-campas__hdg {
  position: relative;
  padding-left: 15px;
}
.sec-info__table .table-campas__hdg::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8C7EB9;
}
.sec-info__table .table-campas__hdg--tokyo::before {
  background-color: #1FB090;
}
.sec-info__table .table-campas__hdg--osaka::before {
  background-color: #F39800;
}
.sec-info__table .table-campas__body + .table-campas__hdg {
  margin-top: 20px;
}
.sec-info__table p + .table-campas {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .mail-link {
    margin-left: 14px;
  }
}
.sec-info__table .mail-link a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .mail-link a {
    display: block;
  }
}
.mode-pc .sec-info__table .mail-link a:hover, .mode-sp .sec-info__table .mail-link a:active {
  text-decoration: none;
}
.sec-info__table .mail-link i svg {
  margin-left: 10px;
  width: 12px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .mail-link i svg {
    width: 9px;
    height: auto;
  }
}
.sec-info__table .mail-link i svg path {
  fill: #333;
}
.sec-info__table .btns {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .btns {
    margin: 15px 0 0 14px;
  }
}
.sec-info__table .btns .c-btn-basic:nth-child(n+2) {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .sec-info__table .btns .c-btn-basic:nth-child(n+2) {
    margin: 10px 0 0;
  }
}
.sec-info__table .box-hdg {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #333;
}
.sec-info__table * + .box-hdg {
  margin-top: 30px;
}

/*--------------------------------------------------------------------------
   #sec-flow
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-flow {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .sec-flow {
    margin-top: 50px;
  }
}
.sec-flow__hdg {
  text-align: center;
}
.sec-flow__hdg .en {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.7rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sec-flow__hdg .en {
    font-size: 3.6rem;
  }
}
.sec-flow__hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .sec-flow__hdg .ja {
    font-size: 1.4rem;
  }
}
.sec-flow__list {
  max-width: 660px;
  width: 100%;
  margin: 45px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-flow__list {
    margin-top: 40px;
  }
}
.sec-flow__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 25px;
  background-color: #F3F3F3;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.sec-flow__item-number {
  margin-right: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item-number {
    font-size: 2rem;
  }
}
.sec-flow__item-number .txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item-number .txt {
    font-size: 1rem;
  }
}
.sec-flow__item-number .number {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item-number .number {
    font-size: 2rem;
  }
}
.sec-flow__item-txt {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item-txt {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sec-flow__item-txt .txt {
    font-size: 1.6rem;
  }
}
.sec-flow__item-txt .tag {
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item-txt .tag {
    display: block;
    margin: 5px 0 0;
  }
}
.sec-flow__item-txt .tag span {
  display: inline-block;
  padding: 3px 10px 4px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.sec-flow__item-txt .tag--applicant span {
  background-color: #8C7EB9;
}
.sec-flow__item-txt .tag--univercity span {
  background-color: #EC9E1D;
}
.sec-flow__item-txt .tag--immigration span {
  background-color: #1FB090;
}
.sec-flow__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-flow__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.sec-flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 15px);
  background: #F3F3F3;
  height: 25.9807621135px;
  width: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 767px) {
  .sec-flow__item:not(:last-of-type)::after {
    height: 12.124355653px;
    width: 14px;
    bottom: -10px;
    left: 18px;
  }
}
.sec-flow__caption {
  max-width: 660px;
  margin: 25px auto 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .sec-flow__caption {
    max-width: none;
    margin: 20px 0 0;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------------------
   #sec-attention
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-attention {
  margin-top: 90px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .sec-attention {
    margin-top: 45px;
    padding-bottom: 100px;
  }
}
.sec-attention__body {
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px;
  border: 1px solid #b1b1b1;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-attention__body {
    padding: 35px 25px;
  }
}
.sec-attention__hdg {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-attention__hdg {
    font-size: 1.8rem;
  }
}
.sec-attention__lead {
  margin-top: 20px;
  letter-spacing: 0.15rem;
}
.sec-attention__list {
  margin-top: 30px;
}
.sec-attention__item {
  position: relative;
  display: flex;
  padding-left: 15px;
  font-size: 1.4rem;
}
.sec-attention__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8C7EB9;
}
@media only screen and (max-width: 767px) {
  .sec-attention__item::before {
    top: 0.8rem;
  }
}
.sec-attention__item:nth-child(n+2) {
  margin-top: 5px;
}

/*--------------------------------------------------------------------------
   #sec-info
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-expenses {
  position: relative;
  background-color: #8C7EB9;
  padding: 160px 0 180px;
}
@media only screen and (max-width: 767px) {
  .sec-expenses {
    padding: 90px 0 100px;
  }
}
.sec-expenses .l-wrap {
  position: relative;
  z-index: 2;
}
.sec-expenses__table-wrap {
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__table-wrap {
    width: auto;
    margin-right: -20px;
    padding-right: 20px;
    overflow: scroll;
  }
}
.sec-expenses__table {
  display: flex;
  align-items: end;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__table {
    display: block;
    margin-top: 40px;
  }
}
.sec-expenses__table .expenses-table {
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__table .expenses-table {
    min-width: 0;
    width: 444px;
    font-size: 1.2rem;
  }
}
.sec-expenses__table .expenses-table__course-hdg {
  padding: 10px;
  background-color: #E2DFEF;
  border: 1px solid #8C7EB9;
  font-weight: normal;
}
.sec-expenses__table .expenses-table__hdg {
  padding: 10px;
  background-color: #dadada;
  border: 1px solid #8C7EB9;
  font-weight: normal;
}
.sec-expenses__table .expenses-table td {
  padding: 10px;
  border: 1px solid #8C7EB9;
  text-align: right;
}
@media screen and (min-width: 484px) {
  .sec-expenses__table .m-swipe {
    display: none;
  }
}
.sec-expenses__table .expenses-caption {
  width: calc(33% - 40px);
}
@media only screen and (max-width: 767px) {
  .sec-expenses__table .expenses-caption {
    width: auto;
  }
}
.sec-expenses__table .expenses-caption__item {
  position: relative;
  display: flex;
  margin-left: 40px;
  font-size: 1.2rem;
  color: #fff;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__table .expenses-caption__item {
    margin: 20px 0 0;
  }
}
.sec-expenses__table .expenses-caption__item::before {
  content: "※";
  position: relative;
  /* top: 1rem; */
  margin-right: 5px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__table .expenses-caption__item::before {
    font-size: 1rem;
  }
}
.sec-expenses__table .expenses-caption__item:nth-child(n+2) {
  margin-top: 5px;
}
.sec-expenses__table .expenses-caption__item.em:before {
  content: "※";
  position: relative;
  margin-right: 5px;
  font-size: 1.6rem;
  color: #fffdaa;
  line-height: 0; 
}
.sec-expenses__table .expenses-caption__item.em span.em {
    font-size: 1.6rem;
    color: #fffdaa;
}
.sec-expenses__system {
  display: flex;
  margin-top: 84px;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system {
    display: block;
    margin-top: 55px;
  }
}
.sec-expenses__system-item {
  width: 52.34%;
  padding: 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-item {
    width: auto;
    padding: 35px 20px;
  }
}
.sec-expenses__system-item:nth-child(2) {
  width: 44.53%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-item:nth-child(2) {
    width: auto;
    margin: 20px 0 0;
  }
}
.sec-expenses__system-hdg {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-hdg {
    font-size: 1.8rem;
    text-align: center;
  }
}
.sec-expenses__system-txt {
  margin-top: 10px;
  letter-spacing: 0.16rem;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-txt {
    margin-top: 15px;
  }
}
.sec-expenses__system-list {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-list {
    margin-top: 10px;
  }
}
.sec-expenses__system-listitem {
  position: relative;
  display: flex;
  letter-spacing: 0.16rem;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-listitem {
    line-height: 1.6;
  }
}
.sec-expenses__system-listitem::before {
  content: "・";
  position: relative;
  top: 1.5rem;
  margin-right: 5px;
  font-size: 3rem;
  color: #fff;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__system-listitem::before {
    top: 1.2rem;
  }
}
.sec-expenses__system-listitem:nth-child(n+2) {
  margin-top: 5px;
}
.sec-expenses__obj {
  pointer-events: none;
}
.sec-expenses__obj img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-expenses__obj img {
    height: calc(100% + 50px);
    translate: 0 -50px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/