@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
.sp_only {
  display: none;
}
body {
  color: #373737;
}
.catBlock {
  display: none;
}
.ctsBlock {
  border-top: 10px solid #802358;
}
.sideNav__inner__title__student {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  padding: 33px 20px 33px 40px;
}

#kasei .sideNav__inner__title__student {
  background: #eb6154;
}
#bungei .sideNav__inner__title__student {
  background: #5bb647;
}
#kokusai .sideNav__inner__title__student {
  background: #a66aaa;
}
#kango .sideNav__inner__title__student {
  background: #f08437;
}
#business .sideNav__inner__title__student {
  background: #569fd7;
}
#seikatu .sideNav__inner__title__student {
  background: #eb6d94;
}
#bunka .sideNav__inner__title__student {
  background: #3abbc9;
}
#career .sideNav__inner__title__student {
  background: #802358;
}

#applicant__interview .titlename {
  font-size: 4rem;
  font-family: serif;
  font-weight: bold;
  color: #802358;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#applicant__interview .titletext {
  width: 95%;
  max-width: 900px;
  margin: 0 auto 20px;
}

#applicant__interview h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 1rem;
}

#applicant__interview .title__area {
  position: relative;
}
#applicant__interview .titlename span {
  font-size: 2rem;
}

#applicant__interview h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 4rem;
  border-bottom: solid 4px #e0e0e0;
  position: relative;
  padding-bottom: 1.5rem;
  line-height: 1.4;
  clear: both;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -3px;
  width: 10%;
}

#kasei h2:after {
  border-bottom: solid 4px #eb6154;
}
#bungei h2:after {
  border-bottom: solid 4px #5bb647;
}
#kokusai h2:after {
  border-bottom: solid 4px #a66aaa;
}
#kango h2:after {
  border-bottom: solid 4px #f08437;
}
#business h2:after {
  border-bottom: solid 4px #569fd7;
}
#seikatu h2:after {
  border-bottom: solid 4px #eb6d94;
}
#bunka h2:after {
  border-bottom: solid 4px #3abbc9;
}
#career h2:after {
  border-bottom: solid 4px #802358;
}

#applicant__interview .title__section {
  width: 100%;
  margin: 0rem;
  padding: 1rem;
  font-size: 2rem;
  color: #ffffff;
}

#kasei .title__section {
  background: #eb6154;
}
#hihuku .title__section,
#syokumotu .title__section,
#ken_design .title__section,
#jidou .title__section {
  background: #eb6154;
}
#bungei .title__section {
  background: #5bb647;
}
#kokusai .title__section {
  background: #a66aaa;
}
#kango .title__section {
  background: #f08437;
}
#business .title__section {
  background: #569fd7;
}
#seikatu .title__section {
  background: #eb6d94;
}
#bunka .title__section {
  background: #3abbc9;
}
#career .title__section {
  background: #802358;
}

#applicant__interview .bg_image {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

#applicant__interview .mainkv {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 550px;
  margin-bottom: 140px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#applicant__interview .title {
  position: absolute;
  bottom: -104px;
  left: 5%;
  /* height: 180px; */
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  z-index: 100;
  width: 600px;
  text-align: left;
}

#kasei .title {
  background: #eb6154;
}
#hihuku .title {
  background: #eb6154;
}
#bungei .title {
  background: #5bb647;
}
#kokusai .title {
  background: #a66aaa;
}
#kango .title {
  background: #f08437;
}
#business .title {
  background: #569fd7;
}
#seikatu .title {
  background: #eb6d94;
}
#bunka .title {
  background: #3abbc9;
}
#career .title {
  background: #802358;
}

#applicant__interview .title span {
  font-size: 1.5rem;
  color: #fff;
}

#applicant__interview p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
#applicant__interview p strong {
  font-weight: bold;
}
#applicant__interview p sup {
  font-size: 50%;
}

#applicant__interview .message {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  padding: 2rem;
  border: solid 5px #e0e0e0;
  margin-top: 6rem;
  clear: both;
}

#applicant__interview .catch {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1rem;
}

#hihuku .catch {
  color: #eb6154;
}
#bungei .catch {
  color: #5bb647;
}
#kokusai .catch {
  color: #a66aaa;
}
#kango .catch {
  color: #f08437;
}
#business .catch {
  color: #569fd7;
}
#seikatu .catch {
  color: #eb6d94;
}
#bunka .catch {
  color: #3abbc9;
}
#career .catch {
  color: #802358;
}
@media screen and (max-width: 1024px) {
  .ctsBlock {
    border-top: none;
  }
  #applicant__interview .mainkv.center {
    background-position: left calc(-71.5px - (1024px - 100vw) / 2) top 0;
  }
  #applicant__interview .mainkv.centerr {
    background-position: left calc(-71.5px - (1024px - 50vw) / 2) top 0;
  }
  #applicant__interview .mainkv.centerl {
    background-position: right calc(-71.5px - (1024px - -20vw) / 2) top 0;
  }
}
@media screen and (max-width: 750px) {
  #applicant__interview .titlename {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  #applicant__interview .titlename span {
    font-size: 1.5rem;
  }

  #applicant__interview .title {
    padding: 20px;
    color: #fff;
    font-size: 2rem;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    min-height: 150px;
    height: auto;
    bottom: -150px;
  }

  #applicant__interview h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  #applicant__interview h2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #applicant__interview .message {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 625px) {
  #applicant__interview .mainkv.center {
    height: 80vw;
    background-position: calc(50% - -36vw) center;
  }
  #applicant__interview .mainkv.centerr {
    height: 80vw;
    background-position: calc(90%) center;
  }
  #applicant__interview .mainkv.centerl {
    height: 80vw;
    background-position: calc(20%) center;
  }
  #applicant__interview .mainkv {
    height: 80vw;
  }
  #applicant__interview p.mt {
    margin-top: 4rem;
  }
}

#applicant__interview .list__area {
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#applicant__interview .toplist__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}

#hihuku .list__area {
  background-image: url("/applicant/student/hihuku/images/backimg.jpg");
}
#hihuku .list__area a {
  margin: 0 10px;
}

#syokumotu .list__area {
  background-image: url("/applicant/student/syokumotu/images/backimg.jpg");
}
#syokumotu .list__area a {
  margin: 0 10px;
}

#ken_design .list__area {
  background-image: url("/applicant/student/ken_design/images/backimg.jpg");
}
#ken_design .list__area a {
  margin: 0 10px;
}

#jidou .list__area {
  background-image: url("/applicant/student/jidou/images/backimg.jpg");
}
#jidou .list__area a {
  margin: 0 10px;
}

#business .list__area {
  background-image: url("/applicant/student/business/images/backimg.jpg");
}
#business .list__area a {
  margin: 0 10px;
}

#kango .list__area {
  background-image: url("/applicant/student/kango/images/backimg.jpg");
}
#kango .list__area a {
  margin: 0 10px;
}

#kokusai .list__area {
  background-image: url("/applicant/student/kokusai/images/backimg.jpg");
}
#kokusai .list__area a {
  margin: 0 10px;
}
#bungei .list__area {
  background-image: url("/applicant/student/bungei/images/backimg.jpg");
}
#bungei .list__area a {
  margin: 0 10px;
}
#bunka .list__area {
  background-image: url("/applicant/student/bunka/images/backimg.jpg");
}
#bunka .list__area a {
  margin: 0 10px;
}

#seikatu .list__area {
  background-image: url("/applicant/student/seikatu/images/backimg.jpg");
}
#seikatu .list__area a {
  margin: 0 10px;
}

#career .list__area {
  background-image: url("/applicant/student/seikatu/images/backimg.jpg");
}
#career .list__area a {
  margin: 0 10px;
}

.list__item {
  height: 100%;
}
.list__item .list__title {
  width: 270px;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  height: calc(100% - 270px);
}

#hihuku .list__item .list__title,
#syokumotu .list__item .list__title,
#ken_design .list__item .list__title,
#jidou .list__item .list__title {
  background: #eb6154;
}

#bungei .list__item .list__title {
  background: #5cb547;
}

#bunka .list__item .list__title {
  background: #3abbc9;
}

#seikatu .list__item .list__title {
  background: #eb6d94;
}

#business .list__item .list__title {
  background: #569fd7;
}

#kokusai .list__item .list__title {
  background: #a66aaa;
}

#kango .list__item .list__title {
  background: #f08437;
}

#career .list__item .list__title {
  background: #802358;
}

.list__title span {
  font-size: 1.7rem;
}

#hihuku .list__item .list__title:hover,
#syokumotu .list__item .list__title:hover,
#ken_design .list__item .list__title:hover,
#jidou .list__item .list__title:hover {
  background-color: #fbdfdd;
  color: #eb6154;
}

#bungei .list__item .list__title:hover {
  background-color: #def0da;
  color: #5bb647;
}

#bunka .list__item .list__title:hover {
  background-color: #d8f1f4;
  color: #3abbc9;
}

#seikatu .list__item .list__title:hover {
  background-color: #fbe2ea;
  color: #eb6d94;
}

#business .list__item .list__title:hover {
  background-color: #ddecf7;
  color: #569fd7;
}

#kokusai .list__item .list__title:hover {
  background-color: #ede1ee;
  color: #a66aaa;
}

#kango .list__item .list__title:hover {
  background-color: #fce6d7;
  color: #f08437;
}
#career .list__item .list__title:hover {
  background-color: #F2E9EE;
  color: #802358;
}

#applicant__interview .menu__area {
  color: #eb6154;
  padding-top: 100px;
  padding-bottom: 100px;
}

#applicant__interview .other_menu {
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  color: #802358;
  margin-bottom: 50px;
}

#applicant__interview .top_menu {
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  color: #802358;
  margin-bottom: 50px;
}

#applicant__interview .menu__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#applicant__interview .menu__item {
  width: 270px;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 1080px) {
  #applicant__interview .menu__flex {
    width: 100%;
    max-width: 1080px;
  }
}
@media screen and (max-width: 625px) {
  #applicant__interview .menu__flex {
    width: 270px;
  }
}

#applicant__interview .menu__kasei {
  background: #eb6154;
}
#applicant__interview .menu__bungei {
  background: #5cb547;
}
#applicant__interview .menu__kokusai {
  background: #a66aaa;
}
#applicant__interview .menu__kango {
  background: #f08537;
}
#applicant__interview .menu__business {
  background: #57a0d7;
}
#applicant__interview .menu__seikatu {
  background: #eb6d93;
}
#applicant__interview .menu__bunka {
  background: #39bbc9;
}
#applicant__interview .menu__graduate {
  background: #7b6768;
  width: 540px;
}

@media screen and (max-width: 625px) {
  #applicant__interview .menu__graduate {
    width: 270px;
  }
}

#applicant__interview .menu__item span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
#applicant__interview .menu__flex a:nth-child(8) .menu__item {
  padding-top: 12px;
  padding-bottom: 12px;
}
#applicant__interview .menu__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

#top .list__area {
  background-image: url("/applicant/student/images/topimg.jpg");
}

#top .list__area.alumni {
  background-image: url("/applicant/graduates/images/topimg.jpg");
}

#top .top__panel {
  background-color: #ffffff;
  padding: 50px;
  max-width: 80%;
}

#top .top__panel h1 {
  text-align: center;
  font-size: 6rem;
  font-family: serif;
  font-weight: bold;
  color: #802358;
}

#top .top__panel h1 span {
  font-size: 2.5rem;
}

.pconly {
  visibility: visible;
}

#top .top__panel p {
  text-align: center;
}

@media screen and (max-width: 625px) {
  #top .top__panel h1 {
    font-size: 3rem;
  }

  .pconly {
    visibility: hidden;
  }

  #top .list__area {
    background-image: url("/applicant/student/images/topimgsp.jpg");
    background-size: 100% auto;
  }

  #top .list__area.alumni {
    background-image: url("/applicant/graduates/images/topimgsp.jpg");
  }
}

/* 20220804 */

.list__area a {
  margin-bottom: 20px !important;
}

/* 20220808 */
#applicant__interview .toplist__area .list__item img {
  outline: 12px solid rgba(255, 255, 255, 0.7);
  outline-offset: -12px;
}
/* 20221107 */
#applicant__interview .title img {
  width: auto;
  height: 2rem;
}

/* 20221122 */

#applicant__interview .floatL {
  float: left;
  margin-bottom: 4rem;
}
#applicant__interview p.floatL {
  width: calc(650 / 1100 * 100%);
}
#applicant__interview img.floatL {
  width: calc(400 / 1100 * 100%);
}
#applicant__interview .floatR {
  float: right;
  margin-bottom: 4rem;
}

#applicant__interview p.floatR {
  width: calc(650 / 1100 * 100%);
}

#applicant__interview img.floatR {
  width: calc(400 / 1100 * 100%);
}

@media screen and (max-width: 750px) {
  #applicant__interview .floatL {
    float: none;
    margin-bottom: 0;
  }
  #applicant__interview p.floatL {
    width: 100%;
  }
  #applicant__interview img.floatL {
    width: 80%;
    margin-top: 20px;
  }
  #applicant__interview .floatR {
    float: none;
    margin-bottom: 0;
  }

  #applicant__interview p.floatR {
    width: 100%;
  }

  #applicant__interview img.floatR {
    width: 80%;
    margin-top: 20px;
  }
}

.anotherButton {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 55px;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #802358;
  margin-bottom: 30px;
}

.endTxt {
  margin-top: 20px;
  text-align: center !important;
}

/* 20230117 */

.list__item .list__title img {
	width: auto;
    height: 1.4rem;
}
.list__item .list__title img.normal {
	display: block;
}
.list__item .list__title img.hover {
	display: none;
}
.list__item .list__title:hover img.normal {
	display: none;
}
.list__item .list__title:hover img.hover {
	display: block;
}