@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #323232;
  --color-white: #ffffff;
  --color-primary: #2ECC71;
  --color-bg-green: #F1F7F4;
  --color-line-gy: #ECECEC;

  --noto-sans: "Noto Sans JP", sans-serif;
  --raleway: "Raleway", sans-serif;

}

/* 幅広　*/
#news .wrap,
#numrank .wrap,
#Adschedule .wrap,
#voice .wrap,
#minimv .wrap,
#faculty_interview .wrap {
    padding-left: 11rem;
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width:1560px) {
#news .wrap,
#numrank .wrap,
#Adschedule .wrap,
#voice .wrap,
#minimv .wrap,
#faculty_interview .wrap {
    width:100%;
}
}

@media screen and (max-width:1180px) {
#news .wrap,
#numrank .wrap,
#Adschedule .wrap,
#voice .wrap,
#minimv .wrap,
#faculty_interview .wrap {
    padding-left:2.7rem;
    padding-right:2.7rem;
}
}



/* 赤文字 */
.notice {
  color:#df1746;
}

/* list-style */
ul.sqicon li {
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */ 
}

ul.sqicon li::before {
 content: "■"; /* 記号(黒丸)を挿入 */
 color: #3ab86f; /* 好きな色にする */
 font-size: 0.6em; /* 点の大きさ */
 margin-right: 1em; /* 点とテキストの距離 */ 
}

#qa ul {
  margin-left:2rem;
}

#internship_content ul li a,
#qa ul li a,
.life ul li a {
  color:#0D6E53;
}

#qa ul li a:hover,
#qa ul li a:hover,
.life ul li a:hover {
 color:#2ECC71;
}

.modal-content video {
  max-width:100%;
}

/*================================================
 * news
 ================================================*/

.newslist {
  margin-top:3.4rem;
  margin-bottom: 8rem;
}

.newslist li {
  border-bottom: 0.1rem solid #E5E5E5;
  display:flex;
  align-items: flex-start;
  gap:1.2rem;
  padding:1rem;
}

.newslist li .date {
 flex-shrink: 0;
 font-size:14px;
 min-width:5em;
}

.newslist li .tag {
  background:#5cc589;
  min-width:6em;
  padding:1px .75em;
  text-align:center;
  font-size:13px;
  color:#fff;
  font-weight: 600;
  margin-right:1rem;
}

.newslist li .title {
 flex-shrink: 1;
}

.newslist li .title a {
 color:#0D6E53;
}

.newslist li .title a:hover {
 color:#2ECC71;
}
@media screen and (max-width:1365px) {
.newslist li {
  display:block;
}
}


/*================================================
 * card_link
 ================================================*/

 #news .card_link {
   grid-template-columns: repeat(4, 1fr);
}

@media screen and  (max-width:1365px) {
 #news .card_link {
   grid-template-columns: repeat(2, 1fr);
}
}

@media screen and  (max-width:576px) {
 #news .card_link {
   grid-template-columns: repeat(1, 1fr);
}
}

/*================================================
 * num rank
 ================================================*/
 #numrank .flex {
  gap:3rem;
  justify-content:center;
 }

 #numrank .flex div {
  background-color:#fff;
/*  flex:1;
  width:100%;
  width:330px;*/
  height:330px;
  flex:0 0 calc((100% - 6rem) / 3);
  color:#57b573;
  text-align:center;
}


#numrank .flex div h4 {
  color:#306446;
  border-bottom:2px solid #97d39e;
  margin:1.6rem;
  margin-top:3.5rem;
}

#numrank .flex div img {
    width:80px;
    margin:1.5em auto 0 auto;
}


#numrank .flex div .num span {
  font-size:6.2rem;
  font-weight:800;
  color: #97d39e;
  -webkit-text-stroke: 4px #306446;
  text-stroke: 4px #306446;
  paint-order: stroke;
}

@media screen and  (max-width:1500px) {
#numrank .flex div h4 {
  font-size:2rem;
}
#numrank .flex div .num span {
  font-size:4.2rem;
}

#numrank .flex {
  flex-wrap:wrap;
}
#numrank .flex div {
  max-width:45%;
}

}

@media screen and  (max-width:767px) {
#numrank .flex div {
  margin-left:auto;
  margin-right:auto;
  max-width:none;
}
  
#numrank .flex div h4 {
  padding-top:5rem;
}
#numrank .flex div .num span {
  font-size:5.6rem;
}

#numrank .flex {
  flex-wrap:wrap;
}


}


#numrank .flex div .year {
  color:#999;
  margin-top:-1rem;
}





/*================================================
 * gallery
 ================================================*/
#gallery{
  padding-right:0;
}

.gallery_swiper .swiper-slide {
  display: block;
  width: 22rem;
/*  height: 11rem; */
}

.gallery_swiper .swiper-slide img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*================================================
 * exam day 
 ================================================*/
 #Adschedule .flex {
  gap:3rem;
  justify-content:center;
 }

 #Adschedule .flex div {
  background-color:#fff;
  text-align:center;
  padding:2rem;
  flex:0 0 calc((100% - 9rem) / 4);
}

#Adschedule .flex div h4 {
  text-align:center;
  font-weight:500;
  min-height:8rem;
}

#Adschedule .flex div h5 {
  line-height:0.9;
}

#Adschedule .flex div .day {
  font-weight:800;
  color:#2ecc71;
}

@media screen and (max-width:1180px) {
 #Adschedule .flex {
  flex-wrap: wrap;
  display:flex;
 }
 #Adschedule .flex div {
  flex:0 0 calc((100% - 9rem) / 2);
}
}

@media screen and (max-width:576px) {
 #Adschedule .flex div {
  flex:0 0 calc((100% - 9rem) / 1);
}
}


/*================================================
 * Q&A 
 ================================================*/
details {
  padding-bottom:10px;
  background-color:#fff;
}

#qa summary {
  display: block; /* デフォルトの三角アイコンを消す */
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  padding-right: 40px;
/*   margin-bottom:10px; */
  border-bottom:1px solid #5ad38d;
  color:#2fbf6d;
  background-color:#fbfdfc;
}

#qa summary::first-letter {
  font-size:2.4rem;
}

/* WebKitブラウザのデフォルトの三角形アイコンを消す */
#qa summary::-webkit-details-marker {
  display: none;
}

/* 詳細 */
#qa .content {
  cursor: pointer;
  padding: 15px;
}


/* カスタムアイコン */
#qa summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2fcc71;
  border-bottom: 2px solid #2fcc71;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.75s;
}

/* アイコン切り替え */
#qa details[open] summary::before {
  transform: translateY(-50%) rotate(225deg);
}



/*================================================
 * student voice
 ================================================*/
.card_voice {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.card_voice .voice_wrap {
  background: var(--color-white);
    border: 0.1rem solid #ECECEC;
    border-radius: 0.5rem;
    padding: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1.6rem;
}

@media screen and (max-width:1365px) {
.card_voice .voice_wrap{
  display:block;
}
.card_voice .photo img {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}
}


.card_voice .photo {
   flex:0 0 140px;
}
.card_voice .photo img {
   border-radius: 100%;
}

.card_voice h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color:#2fbf6d;
  margin-bottom:1rem;
  box-shadow:0px -6px 5px -3px rgb(226 240 233) inset, 0px 7px 5px -8px #8cdfaf;
}

.card_voice h4::first-letter {
  font-size:2.2rem;
}

.card_voice p {
  font-size: 1.4rem;
  line-height:1.5;
}

.card_voice .belong {
  text-align:right;
  margin-top:1rem;
}

@media screen and (max-width:576px) {
  .card_voice {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*================================================
 * facluty interview list
 ================================================*/
 #faculty_interview .flex {
  gap:3rem;
 }


 #faculty_interview .flex::after {
  content:"";
  display: block;
  width:30%;
}

 #faculty_interview .flex a {
  box-shadow: 13px 20px 0 0 #e5f1eb;
}

  #faculty_interview .flex {
    gap:4rem 35px;
  }

.faculty-item {
  width:calc((100% - 7rem) / 3);
}

  #faculty_interview a {
   position:relative;
  }

  #faculty_interview .faculty_box h4{
    position:absolute;
    bottom:30px;
    left:10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 6px #000000;
  }
  #faculty_interview .faculty_box p{
    position:absolute;
    bottom:10px;
    left:10px;
    color: #fff;
    font-size: 12px;
    padding:0 1rem;
    font-weight:500;
  }
  #faculty_interview .faculty_box p.plant{
    background-color: #23b560cc;
  }
  #faculty_interview .faculty_box p.medical{
    background-color:#6e52b3c2; 
  }
  #faculty_interview .faculty_box p.system {
    background-color:#dbb655db;
  }
  #faculty_interview .faculty_box p.renkei {
    background-color:#615e5e91;
  }

@media screen and (max-width:1365px) {
 #faculty_interview .flex{
  flex-wrap:wrap;
  justify-content:center; 
 }
 .faculty-item {
  width:330px;
  max-width:45%;
 }
}

@media screen and (max-width:767px) {
 .faculty-item {
  max-width:none;
 }
 .faculty-item {
  max-width:none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5rem;
 }
}

/*================================================
 * interview
 ================================================*/
.interview_con dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.interview_con dt::before,
.interview_con dd::before {
    margin-right: .4em;
}

.interview_con dt::before {
    content: "Q.";
    color:#2eb467;
}

.interview_con dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #eef7f1;
    color: #333333;
    border-radius:1rem;
}

.interview_con dd a {
  display:inline;
  color:#0D6E53;
}

.interview_con dd::before {
    content: "A.";
    color:#3bce7a;
    font-weight:600;
}

.facultyiv_con .img,
.studentiv_con .img {
    width: 40rem;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    z-index: 25;
    margin-top:-70px;
  }

.facultyiv_con h2.hd .ja {
  font-size:1.8rem;
}

.lgiglk-pl img.tag { /* タグの大きさ */
  width:25px;
}

.lgiglk-pl .txt {
  padding-right:0;
}

.facultyiv_con .flex {
  align-items: flex-start;
  gap:7rem;
  justify-content:space-between;
  height:200px;
}

@media screen and (max-width:1024px) {
  .facultyiv_con .flex {
    height:auto;
  }
}

.facultyiv_con .txt {
  flex-basis:420px;
}
.studentiv_con .wrap_tag {
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
}

.studentiv_con > .flex {
  align-items: flex-start;
  gap:7rem;
  justify-content:space-between;
  height:250px;
}
.studentiv_con hr {
  color:#dbdbdb;
}

@media screen and (max-width:1024px) {
  .facultyiv_con .pc,
  .studentiv_con .pc {
    display:block;
  }

  .facultyiv_con .flex,
  .studentiv_con .flex {
    display:flex;
    align-items:center;
  }

  .studentiv_con > .flex {
    height:auto;
  }

.facultyiv_con .img,
.studentiv_con .img {
    margin-top:3rem;
   }
}

@media screen and (max-width:767px) {
.facultyiv_con .img,
.studentiv_con .img {
    width: 30rem;
}
.facultyiv_con .flex,
.studentiv_con .flex {
  display:block;
}

.lgiglk-pl img.tag { /* タグの大きさ */
  display:none;
}
}

/*================================================
 * 現在参加可能なイベントについて
 ================================================*/
  #eventnowopen .re_list li {
    background-color:#fff;
    margin-bottom:30px;
    padding: 2rem;
    position:relative;
  }

  #eventnowopen .delink {
  text-align:right;
  color:#2ecc71;
  }

#eventnowopen .re_list li .kikan {
    display: inline-block;
    transform: rotate(5deg);
    padding: .5em .7em;
    position:absolute;
    color: #575757;
    right:30px;
    top:20px;
    background-color:#2ecc71;
    color:#fff;
}

#eventnowopen .re_list .re_img {
  background-color: #fff;
}

#eventnowopen .re_list .re_img img {
  object-fit: contain;
  border:1px solid #f9f9f9;
}

/*================================================
 * setsumeikai day 
 ================================================*/
#setsumeikai .schedule .flex {
  gap:3rem;
  justify-content: flex-start;
 }

#setsumeikai .schedule .flex div {
  background-color:#fff;
  width:120px;
  text-align:center;
  padding:2rem;
  border:0.1rem solid #ECECEC;
}

#setsumeikai .schedule .flex div .day {
  font-weight:800;
  color:#2ecc71;
}

@media screen and (max-width:767px) {
  #setsumeikai .line-hd + .flex {
    display:block;
  }
  #setsumeikai .schedule .flex {
    display:flex;
  }
  #setsumeikai .row_card {
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media screen and (max-width:576px) {
  #setsumeikai .schedule .flex {
    flex-wrap:wrap;
  }
  .link_list a {
    padding:0.9rem 0 0.9rem 2.5rem;
  }
}

/*================================================
 * mini movie
 ================================================*/
.rowlist {
    display:flex;
    flex-wrap:wrap;
    gap:3rem 10px;
}

.row_card {
  flex: 0 0 calc((100% - 20px) / 3); /* 横幅を3分割 - gap考慮 */
  box-sizing: border-box;
  margin-bottom:3rem;
}

.row_card img {
  padding:1rem;
  background-color:#fff;
}

.row_card h4 {
  font-size: 1.8rem;
  padding-top:0.9rem;
  font-weight:500;
  border-bottom:1px solid #9dc1ac;
}


@media screen and (max-width:1024px) {
.row_card {
   flex: 0 0 calc((100% - 20px) / 2); /* 横幅を2分割 - gap考慮 */
}
.row_card h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:576px) {
  .row_card {
   flex: 0 0 calc((100% - 20px) / 1); /* 横幅を2分割 - gap考慮 */
}
  .row_card p {
    font-size: 1.4rem;
  }

}




/*================================================
 * life photo
 ================================================*/
.life .row_card {
   flex: 0 0 calc((100% - 30px) / 4); /* 横幅を3分割 - gap考慮 */
  box-sizing: border-box;
  margin-bottom:3rem;
}

.life .row_card img {
  padding:0;
}

@media screen and (max-width:767px) {
.life .row_card  {
  width:450px;
  margin-left:auto;
  margin-right:auto;
}

.life .flex {
  display:flex;
  flex-wrap:wrap;
}
}

@media screen and (max-width:576px) {
.life .flex,
.life .rowlist {
  display:block;
}
.life .row_card  {
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

}



/*================================================
 * 絞り込みフィルタ
 ================================================*/
.keyword {
  margin: 5rem 0;
  padding: 3rem 3rem;
  background: #E9F5EF;
}

.keyword p {
  font-size: 1.8rem;
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 3rem;
}

.keyword p::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../../courses/image/icon_search.png);
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.filter-lab-button,
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.filter-lab-button button,
.filter-buttons button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  border-radius: 1000px;
  border: 1px solid #D6E4DC;
  background: var(--color-white);
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.filter-lab-button button.plant,
.filter-buttons button.plant {
  border-color: #70c77e;
}

.filter-lab-button button.medical,
.filter-buttons button.medical {
  border-color: #a983d1;
}

.filter-lab-button button.system,
.filter-buttons button.system {
  border-color: #e5c05f;
}

.filter-lab-button button.reneki,
.filter-buttons button.key {
  border-color: #c3c3c3;
}

.filter-lab-button button.active,
.filter-buttons button.active {
  color: var(--color-white);
}

.filter-lab-button button.plant.active,
.filter-buttons button.plant.active {
  background: #70c77e;
}

.filter-lab-button button.medical.active,
.filter-buttons button.medical.active {
  background: #a983d1;
}

.filter-lab-button button.system.active,
.filter-buttons button.system.active {
  background: #e5c05f;
}

.filter-lab-button button.renkei.active,
.filter-buttons button.key.active {
  background: #c3c3c3;
}

.filter-lab-button .clear,
.filter-buttons .clear {
  width: 100%;
  margin-top: 2rem;
}

.filter-lab-button .clear button,
.filter-buttons .clear button {
  margin: 0 auto;
  background: var(--color-black);
  color: var(--color-white);
  font-weight: 700;
  border-color: var(--color-black);
  padding: 0.8rem 3.3rem 0.8rem 1.7rem;
  text-align: center;
  position: relative;
}

.filter-lab-button .clear button::before,
.filter-lab-button .clear button::after,
.filter-buttons .clear button::before,
.filter-buttons .clear button::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background: var(--color-white);
  top: 1.5rem;
  right: 1rem;
}

.filter-lab-button .clear button::before,
.filter-buttons .clear button::before {
  transform: rotate(45deg);
}

.filter-lab-button .clear button::after,
.filter-buttons .clear button::after {
  transform: rotate(-45deg);
}

.c-hidden {
  display: none;
}


@media screen and (max-width:1024px) {
  .keyword p {
    font-size: 1.6rem;
  }

  .keyword {
    padding: 3rem 1rem;
  }

  .filter-buttons button {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:576px) {
  .keyword {
    padding: 2rem 1rem;
  }
  .filter-lab-button button,
  .filter-buttons button {
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
  }

}


/*================================================
 * table
 ================================================*/
#aboutclass table,
#shien table {
  margin-bottom:5rem;
}

#shien table {
  margin-top:2rem;
  margin-bottom:2rem;
  width:100%;
}

#aboutclass table th,
#aboutclass table td,
#shien table th,
#shien table td {
  border: 1px solid #ccc;
  padding: 0.3em 0.5em;
  background-color:#fff;
}

#aboutclass table th,
#shien table th {
  background-color:#deefe6;
}

#aboutclass table td,
#shien table td {
  padding: 0.5em;
}


/*================================================
 * waku
 ================================================*/

 .waku {
  border:1px solid #e3e3e3;
  margin:2rem 0;
  padding:1.5rem;
 }
 .waku h4 {
  font-weight:600;
  padding-bottom:1.5rem;
}
 .waku ol,
 .waku ul {
  padding:1.5rem;
 }
