@charset "utf-8";

/*----------------------------------------------------

	キャリア教養学科（学科紹介）

----------------------------------------------------*/

.containerCar {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

.boxCar {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

.boxCar.flex {
  display: flex;
  /* align-items: flex-end; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.boxCarL01 {
  width: 73%;
  position: relative;
  border-bottom: solid 1px #333333;
}

.boxCarL01 p {
  font-size: 215%;
  padding: 0 0 5px 0;
}

.boxCarL01 span {
  font-size: 13px;
  position: absolute;
}

.boxCarL01 span.txt1 {
  top: -15px;
  left: 77px;
}

.boxCarL01 span.txt2 {
  top: -15px;
  left: 205px;
}

.boxCarR01 {
  width: 24%;
}

@media all and (max-width: 481px) {
  .boxCar.flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .boxCarL01 {
    width: 100%;
  }

  .boxCarL01 p {
    font-size: 5vw;
    padding: 15px 0 5px 0;
  }

  .boxCarL01 span {
    font-size: 13px;
    position: absolute;
  }

  .boxCarL01 span.txt1 {
    top: 0;
    left: 15%;
  }

  .boxCarL01 span.txt2 {
    top: 0;
    left: 40%;
  }

  .boxCarR01 {
    width: 24%;
  }
}

/* 先輩メッセージ */
.message_area {
}

.message_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.message_area ul li {
  width: 47%;
  margin-bottom: 30px;
}

.message_area ul li > a {
  margin-bottom: 10px;
  display: block;
  aspect-ratio: 3 / 2;
}

.message_area ul li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.message_area ul li p time {
  display: block;
  margin-bottom: 5px;
}

.message_area ul li p time img {
  margin-left: 5px;
}

@media all and (max-width: 479px) {
  .message_area ul li {
    width: 100%;
  }
}

/* 進路データ */
.coursedata_area {
  margin-bottom: 50px;
}

.coursedata_area figure {
  width: 60%;
}

@media all and (max-width: 479px) {
  .coursedata_area figure {
    width: 100%;
  }
}

/* 編入学サポート */
.hennyugaku_area {
  margin-bottom: 50px;
}

/* ポリシー */
.policy-area * {
  box-sizing: border-box;
}

.policy-area br.sp {
  display: none;
}

@media all and (max-width: 481px) {
  .policy-area br.sp {
    display: block;
  }
}

.policy-area .box {
  width: 100%;
  background: linear-gradient(to left top, #99d2e0 50%, #cce8ef 50%);
  padding: 10px 15px 10px;
  margin-bottom: 20px;
}

.policy-area .box .ttl {
  font-weight: bold;
  font-size: 16px;
  border-left: 4px solid #55b4cb;
  padding-left: 10px;
  position: relative;
}

.policy-area .box .ttl::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.policy-area .box .ttl.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.policy-area .box ol {
  display: none;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  list-style: none;
}

.policy-area * {
  box-sizing: border-box;
}

.policy-area br.sp {
  display: none;
}

.policy-area .box ol li {
  line-height: 1.8em;
}

.policy-area .box ol li.bold {
  font-weight: bold;
  font-size: 13px;
}

/* ナビ */
#boxCarGbtn {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

#boxCarGbtn ul li {
  width: 23.65%;
  float: left;
  margin: 0 1.8% 0 0;
  list-style: none;
}

#boxCarGbtn ul li:last-child {
  margin: 0 0 0 0;
}

#boxCarGbtn ul li a {
  display: block;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/career/career_index_nav_bg.svg);
  background-size: cover;
}

#boxCarGbtn ul li a:hover {
  opacity: 0.8;
  color: #ffffff;
}

@media all and (max-width: 479px) {
  #boxCarGbtn ul li {
    float: left;
    margin: 0 2% 5px 0;
    list-style: none;
    text-align: center;
    width: 49%;
  }

  #boxCarGbtn ul li:nth-child(2n) {
    margin: 0 0 5px 0;
  }
}

/* 小ナビ */
.boxCarSbtn {
  width: 90%;
  margin: 0 auto 0;
  padding: 0;
}

.boxCarSbtn ul li {
  background-image: url(../img/career/icon_under_arrow.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  float: left;
  margin: 0 30px 10px 0;
  list-style: none;
  display: inline;
  font-size: 108%;
}

.boxCarSbtn ul li.navList01 {
  margin: 0;
  padding-right: 0;
}

@media all and (max-width: 479px) {
  .boxCarSbtn ul li {
    font-size: 100%;
  }
}

/* .boxCarL02 {
  float: left;
  width: 48%;
  font-size: 108%;
} */

/* .boxCarR02 {
  float: right;
  width: 48%;
} */

.boxCarL02.custom-course-details {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #333;
  margin-top: 12px;
}

/* --- 左側：科目例ボックス --- */
.subjects-box {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
}

.subjects-header {
  display: inline-flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(-50%);
}

.subjects-header span {
  background-color: #ea6488;
  color: #fff;
  font-weight: bold;
  border-radius: 5em;
  padding: 2px 15px;
}

.subjects-body {
  height: 100%;
  padding: 20px 14px 18px;
  background-color: #fce4e8;
  border-radius: 8px;
  text-align: left;
  font-size: 12px;
}

/* --- 右側：チェックリストボックス --- */
ul.checklist-box {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  background-image:
    repeating-linear-gradient(
      to right,
      #73c78a 0,
      #73c78a 2px,
      transparent 2px,
      transparent 4px,
      #73c78a 4px,
      #73c78a 12px,
      transparent 12px,
      transparent 14px
    ),
    repeating-linear-gradient(
      to right,
      #73c78a 0,
      #73c78a 2px,
      transparent 2px,
      transparent 4px,
      #73c78a 4px,
      #73c78a 12px,
      transparent 12px,
      transparent 14px
    );
  background-size: 100% 2px;
  background-position: top, bottom;
  background-repeat: no-repeat;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

ul.checklist-box li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}

ul.checklist-box li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 1px;
  border: 1px solid #a0a0a0;
  /* font-size: 1.1rem; */
}

/* 2カラム */
.boxCarGroup2 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #55b4cb;
}

.boxCarGroup2 ul li .img_area {
  width: 35%;
}

.boxCarGroup2 ul li .txt_area {
  width: 63%;
}

.boxCarGroup2 ul li .txt_area p.catch {
  font-size: 15px;
}

.boxCarGroup2 ul li .txt_area p.catch::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #55b4cb;
}

.boxCarGroup2 ul li .txt_area p.ttl {
  font-size: 20px;
}

.boxCarTxt01:before {
  content: url(../img/career/car_bit_02.png);
  margin: 5px;
  position: relative;
  top: 2px;
}

.boxCarTxt01 {
  font-size: 123.1%;
  display: block;
}

.boxCarTxt02:before {
  content: url(../img/career/car_bit_03.png);
  margin: 0px 2px 5px 0px;
  height: auto;
  position: relative;
  top: 2px;
}

.boxCarTxt02 {
  margin: 0px 20px 5px 0px;
  display: inline-block;
}

.boxCarL04 {
  float: left;
  width: 22%;
}

.boxCarR04 {
  float: right;
  width: 70%;
}

.boxCarR04Ttl {
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #cd3c54;
  font-size: 2em;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}

.boxCarRLab {
  float: right;
  display: block;
  padding: 8px 15px 6px;
  margin: 0 0 0 5px;
  background-color: #cd3c54;
  color: #ffffff;
  font-size: 0.5em;
  letter-spacing: 1px;
}

/*カリキュラム部分ここから*/
.curriculumTable {
  border: solid 1px #666;
}

.curriculumTable th,
.curriculumTable td {
  border: solid 1px #666;
}

.curriculumTable tr {
  background-color: #ffffff;
}

.curriculumTable th {
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.6em;
  padding: 5px 0;
}

.curriculumTable td {
  font-size: 100%;
  line-height: 1.5em;
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
}

.must {
  color: #9a2929;
}

.kamoku {
  width: 230px;
  background-color: #fceded;
}

.narrow {
  width: 50px;
  background-color: #fceded;
}

.bikou {
  background-color: #fceded;
}

/*カリキュラム部分ここまで*/
.container section .containerCar .Radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.container section .containerCar .Button {
  overflow: hidden;
  max-width: 300px;
  height: 50px;
  margin: 0 auto 50px;
  padding: 0;
  color: #ffffff;
}

.container section .containerCar .Button a {
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  background: #55b4cb;
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
}

.container section .containerCar .Button a:hover {
  background: #88cadb;
  text-decoration: none;
}

.container section .containerCar .IconList2 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

@media screen and (max-width: 479px) {
  .boxCarL01 {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }

  .boxCarR01 {
    float: none;
    width: 40%;
    margin: 0 auto 0;
  }

  /* .boxCarL02 {
    float: none;
    width: 100%;
    font-size: 108%;
    margin-bottom: 30px;
  } */

  /* .boxCarR02 {
    float: none;
    width: 100%;
  } */

  .boxCarGroup2 ul li {
    flex-direction: column;
  }

  .boxCarGroup2 ul li .img_area {
    width: 100%;
    margin-bottom: 20px;
  }

  .boxCarGroup2 ul li .txt_area {
    width: 100%;
  }

  .boxCarGroup2 ul li .txt_area p.catch {
    font-size: 15px;
  }

  .boxCarGroup2 ul li .txt_area p.catch::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #55b4cb;
  }

  .boxCarGroup2 ul li .txt_area p.ttl {
    font-size: 20px;
  }

  .boxCarR04Ttl {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #cd3c54;
    font-size: 1.5em;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }

  .boxCarRLab {
    float: right;
    display: block;
    padding: 8px 15px 6px;
    margin: 5px 5px 0 0;
    background-color: #cd3c54;
    color: #ffffff;
    font-size: 0.5em;
    letter-spacing: 1px;
  }
}

/* 2021年5月 */
article .container section h2.common {
  font-size: 200%;
  text-align: center;
  color: #55b4cb;
  letter-spacing: 2px;
  font-weight: normal;
  box-sizing: border-box;
  padding: 17px 0 17px;
  border: solid 3px #55b4cb;
  width: 100%;
  margin: 0 auto 30px;
}

article .container section h2.common::after {
  content: none;
}

article .container section h3.common {
  font-size: 225%;
  border-bottom: solid 1px #55b4cb;
  border-left: none;
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  width: 100%;
  margin: 0 auto 20px;
}

article .container section h3.common::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/career/career_index_charm.svg);
  background-size: cover;
  margin-right: 20px;
}

article .container section h3.common span {
  font-size: 65%;
  margin-right: 20px;
}

article .container section h4.common {
  color: #54b4cc;
  font-size: 27px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 20px;
}

article .container section.corse_area {
  margin-bottom: 70px;
}

/* .corse_area .boxCar:first-of-type .boxCarL02 {
  width: 53%;
  margin-right: 2%;
} */

.corse_area .boxCar:first-of-type .boxCarR02 {
  width: 40%;
}

.corse_area .pc img {
  margin-top: 30px;
}

.corse_area .sp {
  display: none;
}

/* 共通のーーーーーーーーーーーーーー */
.comment_box {
  margin-top: 10px;
  background-color: #cce8ef;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.comment_box .txtL {
  width: 80%;
}

.comment_box .txtL .ttl {
  font-weight: bold;
}

.comment_box .txtL .name {
  margin-bottom: 10px;
}

.comment_box .imgR {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 18%;
}

/* ーーーーーーーーーーーーーー */

.corse_area .comment_box .txtL {
  width: 60%;
}

.corse_area .comment_box .imgR {
  width: 36%;
}

.course_box li {
  margin-bottom: 70px;
}

.course_box li:last-of-type {
  margin-bottom: 0;
}

.course_box li .ttl {
  width: 50%;
  margin: 50px auto 30px;
}

.course_box li p.txt01 {
  margin-bottom: 10px;
  color: #55b4cb;
  font-size: 125%;
}

.course_box li p.txt02 {
  margin-bottom: 20px;
}

.course_box li .content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.course_box li .content_box .box {
  width: 56%;
}

.course_box li .content_box .img {
  width: 41%;
}

/* course01 */
.course_box li.course01 .content_box .box {
  width: 70%;
}

.course_box li.course01 .content_box .img {
  width: 28%;
}

.corse_area .course_box li .boxCar .boxCarL02 {
  width: 47%;
}

.course_box li .boxCar .comment_box {
  width: 49%;
}

.course_box li .boxCar .comment_box .imgR {
  width: 30%;
}

.course_box li .boxCar .comment_box:nth-of-type(3) {
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .course_box li .ttl {
    width: 70%;
    margin: 50px auto 30px;
  }

  .course_box li .content_box {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .course_box li .content_box .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .course_box li .content_box .img {
    width: 100%;
  }

  /* course01 */
  .course_box li.course01 .content_box .box {
    width: 100%;
  }

  .course_box li.course01 .content_box .img {
    width: 100%;
  }

  .corse_area .course_box li .boxCar .boxCarL02 {
    width: 100%;
    margin-right: 0;
  }

  .course_box li .boxCar .comment_box {
    width: 100%;
  }

  article .container section h2.common > img {
    height: 23px;
  }

  article .container section h3.common {
    font-size: 170%;
    position: relative;
    padding: 0 0 10px 50px;
    box-sizing: border-box;
    flex-wrap: wrap;
    min-height: 50px;
  }

  article .container section h3.common::before {
    position: absolute;
    left: 0;
    top: 0;
  }

  article .container section h3.common span {
    width: 100%;
    margin-bottom: 5px;
  }

  article .container section h4.common {
    font-size: 125%;
  }

  .corse_area .boxCar:first-of-type .boxCarL02 {
    width: 100%;
  }

  .corse_area .boxCar:first-of-type .boxCarR02 {
    width: 100%;
  }
}

/* Voice */
.boxCar03 {
  font-size: 108%;
  background-color: #cce8ef;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.boxCar03 .txtL {
  width: calc(100% - 170px);
  padding: 20px;
  box-sizing: border-box;
}

.boxCar03 .txtL .ttl {
  font-weight: bold;
  width: 100%;
}

.boxCar03 .txtL .ttl span.text-r {
  font-weight: normal;
  display: block;
}

.boxCar03 .txtL .ttl span.text-r br {
  display: none;
}

.boxCar03 .txtL .txt {
  margin-top: 15px;
}

.boxCar03 .imgR {
  width: 150px;
  padding: 20px;
}

.boxCar03 .imgR figure:first-of-type {
  margin-bottom: 20px;
}

@media all and (max-width: 480px) {
  .boxCar03 {
    flex-wrap: wrap;
  }

  .boxCar03 .txtL {
    width: 100%;
  }

  .boxCar03 .imgR {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .boxCar03 .imgR figure:first-of-type {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/* figure.timetable {
	width: 100%;
} */

/* ワタシアシタ　ルビ */
.ruby-box {
  position: relative;
}

.ruby-box .txt1,
.ruby-box .txt2 {
  font-size: 13px;
  position: absolute;
}

.ruby-box .txt1 {
  top: -15px;
  left: 75px;
}

.ruby-box .txt2 {
  top: -15px;
  left: 197px;
}

@media screen and (max-width: 481px) {
  .ruby-box .txt1 {
    top: -15px;
    left: 39px;
  }

  .ruby-box .txt2 {
    top: -15px;
    left: 110px;
  }
}

.student_voice .comment_box .txtL {
  width: 60%;
}

.student_voice .comment_box .imgR {
  width: 36%;
}

.student_voice .boxCar .comment_box {
  width: 49%;
}

.student_voice .boxCar .comment_box .imgR {
  width: 30%;
}

@media screen and (max-width: 479px) {
  .student_voice .boxCar .comment_box {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .tiacher_voice .boxCar03 .imgR figure {
    width: 50%;
    margin: 0 auto;
  }
}

.boxCar05 {
  width: 70%;
}

@media all and (max-width: 480px) {
  .boxCar05 {
    width: 100%;
  }
}

/* 編入学試験の合格実績表 */
.boxCarL05 {
  width: 70%;
}
.boxCarR05 {
  width: 26%;
}

@media all and (max-width: 481px) {
  .boxCarL05 {
    width: 100%;
  }
  .boxCarR05 {
    width: 100%;
  }
}
.results-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
}

/* ヘッダー（グレーの帯）のスタイル */
.results-table thead th {
  background-color: #ee869a;
  color: #fff;
  padding: 5px 16px 0px;
  font-weight: normal;
  border-radius: 3px;
  border: none;
}

/* ヘッダー内の左右配置 */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 481px) {
  .header-content {
    flex-direction: column;
  }
}

.header-content .title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.header-content .period {
  font-size: 12px;
}

@media all and (max-width: 481px) {
  .header-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-content .period {
    align-self: flex-end;
  }
}
/* ボディ（大学名リスト）のスタイル */
.results-table tbody th,
.results-table tbody td {
  padding: 12px 8px 0;
  border: none; /* 罫線を隠す */
  vertical-align: top;
}

.results-table tbody th {
  width: 80px; /* 見出しの幅を固定して揃える */
  text-align: left;
  font-weight: normal;
  white-space: nowrap; /* 「国公立大学：」を途中で改行させない */
}

/* フッター（合計人数）のスタイル */
.results-table tfoot td.total {
  text-align: right;
  padding: 12px 16px;
  border: none;
}

.corse_area .course-list {
  max-width: 800px;
  margin: 0 auto;
}

.corse_area .course-list .course-item {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  /* border-left: 5px solid #54b4cc; */
  text-decoration: none;
  background-color: rgba(234, 100, 136, 0.05);
  border-radius: 0 4px 4px 0;
}

.corse_area .course-list .course-item .course-title {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ea6488;
  text-decoration: none;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}

.corse_area .course-list .course-item .course-title::before {
  content: "★";
  color: #ea6488;
}

.corse_area .course-list .course-item:hover {
  background-color: rgba(234, 100, 136, 0.1);
}

.corse_area .course-list .course-item:hover .course-title {
  text-decoration: underline;
}

/* 英語タイトル部分 */
.corse_area .course-list .course-item .course-title .en {
  font-size: 0.85rem;
  font-weight: normal;
  color: #888;
  margin-left: 10px;
}

/* 説明文 */
.corse_area .course-desc {
  margin: 0;
  text-indent: 1em;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* スマホ対応：英語を改行させる */
@media (max-width: 480px) {
  .corse_area .course-title .en {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
}
