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

  共通

---------------------------------*/
h2 {
  margin-bottom: 64px;
}

.flex_co {
  display: flex;
  flex-direction: column;
}
.txt {
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
.txt_center {
  text-align: center;
}
.flex_area {
  gap: 55px;
}
.flex_item_col2 {
  flex: 0 0 calc((100% - 55px) / 2);
}
.flex_item_col3 {
  flex: 0 0 calc((100% - 80px) / 3);
}
.flex_item_col4 {
  flex: 0 0 calc((100% - 60px) / 4);
}

.btn_box_center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn_box_left {
  width: 100%;
  display: flex;
  justify-content: left;
}

@media screen and (max-width:767px){
  .title_basic {
    font-size: 36px;
  }
  .flex_item_col3 {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

/* ページ内リンク */
.page_inner_nav {
  padding: 80px 0 71px;
}
.page_inner_nav ul {
  justify-content: flex-start;
}
.page_inner_nav ul li {
  position: relative;
  margin: 0 75px 20px 0;
}
.page_inner_nav ul li:last-child::after{
  content: none;
}
.page_inner_nav ul li::after {
  content: "";
  background-color: var(--text);
  position: absolute;
  top: 7px;
  right: -50px;
  width: 1px;
  height: 16px;
}
.page_inner_nav ul li a{
  display: block;
  color: var(--main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
.page_inner_nav ul li a::after{
  content: "";
  background-color: var(--main);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: -34px;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/cuse/img/common/arrow_r_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  transform: rotate(90deg); /* 矢印を45度回転 */
}

@media screen and (max-width:1023px){
  .flex_item_col4 {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media screen and (max-width:767px){
  .title {
    font-size: 50px;
  }
  .title span {
    font-size: 20px;
  }
  /* .flex_item_col2,
  .flex_item_col4{
    flex-direction: column;
  } */
  .txt {
    font-size: 14px;
  }
  .page_inner_nav {
    padding: 50px 0 31px;
  }
  .page_inner_nav ul li {
    margin-right: 50px;
  }
  .page_inner_nav ul li::after {
    content: none;
  }
}



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

  bloc_about_01
  新カリキュラム始動

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

.bloc_about_01 {
  padding: 90px 0 160px;
}
.about_01_txt p:first-child {
  margin-bottom: 27px;
}
.bloc_about_01 img {
  margin-top: 80px;
}
@media screen and (max-width:767px){
  .bloc_about_01 {
    padding: 50px 0 100px;
  }
}

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

  bloc_about_02
  経済学部の特色

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

.bloc_about_02 {
  padding: 0 0 160px;
}
.point_box {
  margin-top: 128px;
  margin-bottom: 40px;
}
.point1,
.point2,
.point3 {
  position: relative;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 39.6px */
  padding-left: 100px;
}
.point1 {
  margin-bottom: 32px;
}
.point2,
.point3 {
  margin-bottom: 48px;
}
.point1::before,
.point2::before,
.point3::before {
  content: "POINT";
  position: absolute;
  left: 2px;
  top: 0;
  transform: translateY(0%);
  text-align: center;
  color: var(--text);
  font-family: "Jomolhari", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
  display: block;
}
.point1::after {
  content: "01";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(15%);
  color: var(--text);
  text-align: center;
  font-family: "Jomolhari", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
}
.point2::after {
  content: "02";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(15%);
  color: var(--text);
  text-align: center;
  font-family: "Jomolhari", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
}
.point3::after {
  content: "03";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(15%);
  color: var(--text);
  text-align: center;
  font-family: "Jomolhari", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
}
.point_flex_area {
  gap: 40px;
  margin-top: 56px;
}
.point_item h4 {
  color: var(--main);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  margin-top: 16px;
}
.point_area {
  gap: 55px;
  color: var(--text);
}
.point_area .data {
  align-items: flex-start;
  gap: 32px;
}
.point_area .data ul li {
  list-style: inside;
}
.point3_txt {
  margin-top: 55px;
}

@media screen and (max-width:767px){
  .bloc_about_02 {
    padding: 0 0 100px;
  }
  .point1,
  .point2,
  .point3 {
    padding-left: 80px;
    font-size: 30px;
  }
  .point1::before,
  .point2::before,
  .point3::before {
    font-size: 14px;
  }
  .point1::after,
  .point2::after,
  .point3::after {
    font-size: 50px;
  }
  .point_flex_area {
    gap: 20px;
  }
  .point_item h4 {
      font-size: 18px;
  }
  .point_area{
    flex-direction: column;
  }
}

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

  bloc_about_03
  全員が博士号取得の教授陣

---------------------------------*/
.bloc_about_03 {
  padding: 160px 0;
}
.professor_area {
  gap: 55px;
}
.professor_area h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 39.6px */
}
.professor_box {
  gap: 32px;
}
@media screen and (max-width:767px){
  .bloc_about_03 {
    padding: 100px 0;
  }
  .professor_area {
    flex-direction: column;
    align-items: center;
  }
  .professor_area h3 {
    font-size: 28px;
  }
}

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

  bloc_about_04
  ピックアップ授業

---------------------------------*/
.bloc_about_04{
  padding: 160px 0;
}
.about_04_wrap {
  gap: 80px;
}
.about_04_item {
  gap: 32px;
}
.about_04_item .point {
  padding: 24px 20px;
  border: 1px solid var(--main);
  color: var(--main);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
}
.qual_title {
  color: var(--main);
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 39.6px */
}
.qual_area {
  width: 100%;
  justify-content: center;
}
.qual_box {
  width: 80%;
}
.qual_box h4 {
  color: var(--main);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  border-bottom: 1px solid var(--main);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.qual_box ul {
  columns: 2; /* 2列に縦分割 */
  column-gap: 40px; /* 列の間の余白 */
  list-style: inside;
  padding: 0;
  margin: 0;
}
.qual_box ul li {
  break-inside: avoid; /* 項目の途中で折り返されるのを防ぐ */
  padding: 2px 0; /* 上下の余白 */
}
@media screen and (max-width:767px){
  .bloc_about_04{
    padding: 100px 0;
  }
  .about_04_area {
    flex-direction: column;
  }
  .about_04_item .point {
    font-size: 18px;
  }
  .qual_title {
  text-align: left;
  font-size: 28px;
  }
  .qual_box {
    width: 100%;
    padding: 36px 45px;
  }
  .qual_box h4 {
    font-size: 20px;
  }
  .qual_box ul {
    columns: 1;
  }
}

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

  bloc_about_05
  少人数教育（ゼミナール）

---------------------------------*/
.bloc_about_05{
  padding: 160px 0;
}
@media screen and (max-width:767px){
  .bloc_about_05{
    padding: 100px 0;
  }
}
/*---------------------------------

  bloc_about_06
  卒業研究テーマ例

---------------------------------*/
.bloc_about_06{
  padding: 160px 0;
}
.theme_area {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
}
.theme_box {
  background-color: #fff;
  border: 3px solid var(--main);
  padding: 64px;
  position: relative;
  margin-bottom: 32px;
}
.theme_box::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/cuse/img/about/about_report_prt.png);
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95px 95px;
}
.theme_box ul {
  columns: 2; /* 2列に縦分割 */
  column-gap: 40px; /* 列の間の余白 */
  list-style: inside;
  padding: 0;
  margin: 0;
}
.theme_box ul li {
  break-inside: avoid; /* 項目の途中で折り返されるのを防ぐ */
  padding: 2px 0; /* 上下の余白 */
  color: var(--main);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width:767px){
  .bloc_about_06{
    padding: 100px 0;
  }
  .theme_box {
    padding: 40px;
  }
  .theme_box::before {
    content: "";
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .theme_box ul {
    columns: 1;
  }
}
/*---------------------------------

  bloc_about_07
  経済学部での学びで4年後に目指す姿

---------------------------------*/
.bloc_about_07{
  padding: 160px 0;
}
.future_area {
  width: 100%;
  justify-content: center;
  margin-top: 64px;
}
.future_box {
  width: 100%;
  background-color: #fff;
  border: 3px solid var(--main);
  padding: 64px;
  position: relative;
  margin-bottom: 64px;
}
.future_box ul {
  list-style: inside;
}
.future_box ul li {
  padding: 4px 0;
  color: var(--main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width:767px){
  .bloc_about_07{
    padding: 100px 0;
  }
  .future_box {
    padding: 40px;
  }
}
/*---------------------------------

  bloc_about_08
  歴史ある経済学部

---------------------------------*/
.bloc_about_08{
  padding: 160px 0;
}
@media screen and (max-width:767px){
  .bloc_about_08{
    padding: 100px 0;
  }
}
/*---------------------------------

  bloc_about_09
  学部長メッセージ

---------------------------------*/
.bloc_about_09{
  padding: 160px 0;
}
.message_area {
  width: 100%;
  justify-content: center;
  margin-top: 72px;
  gap: 55px;
}
.message_box h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 39.6px */
  margin-bottom: 32px;
}
.message_box p {
  line-height: 170%;
}
.message_box .president {
  margin-top: 32px;
  align-items: flex-end;
  gap: 8px;
}
.message_box .president > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.message_box .president .name {
  font-size: 24px;
  line-height: 110%; /* 26.4px */
}

@media screen and (max-width:767px){
  .bloc_about_09{
    padding: 100px 0;
  }
  .message_area {
    flex-direction: column;
  }
  .message_box h3 {
    font-size: 28px;
  }
}
/*---------------------------------

  bloc_about_10
  キャンパス

---------------------------------*/
.bloc_about_10{
  padding: 160px 0;
}
.campus_box {
  align-items: center;
  gap: 32px;
}
.campus_box p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width:767px){
  .bloc_about_10{
    padding: 100px 0;
  }
}