@charset "UTF-8";
/*                下層共通
======================================================= */
/*                header
======================================================= */
#header {
  background: rgb(255, 255, 255);
}
#header .header_cont {
  position: relative;
}
#header .hd_law_and_justice {
  position: absolute;
  height: 100%;
  width: 195px;
  right: 22px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  #header .hd_law_and_justice {
    display: none;
  }
}

/*                .lower_kv
======================================================= */
.lower_kv {
  width: 100%;
  height: 505px;
  position: relative;
  margin: 0;
  padding: 0 20px;
  background: #fff;
}
.lower_kv::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 12, 11, 0.5);
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .lower_kv {
    height: 290px;
    margin: 0;
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 390px) {
  .lower_kv {
    height: 74.358974359vw;
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
  }
}

.lower_kv_inr {
  position: relative;
  margin: 0 auto;
  padding-top: 84px;
  z-index: 2;
  color: #fff;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  width: 100%;
  max-width: 1146px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower_kv_inr .lower_kv_ttl {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.lower_kv_inr .num {
  font-size: 30px;
  position: relative;
  display: block;
}
.lower_kv_inr .num.large {
  font-size: 56px;
  font-weight: 400;
}
.lower_kv_inr .num::before {
  color: #fff;
  position: absolute;
  top: -1.25em;
  left: 0;
  width: 100%;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  content: "Chapter";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.145em;
}
.lower_kv_inr .num > span {
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  /*padding: 0 .2em;*/
  text-align: center;
  translate: 0 0.1em;
  width: 0.8em;
  margin-bottom: 0.3em;
}
.lower_kv_inr .ja {
  display: block;
  margin: auto;
  font-size: 60px;
  font-weight: 500;
}
.lower_kv_inr .ja > span {
  display: inline-block;
}
.lower_kv_inr .year {
  display: block;
  margin: auto;
  font-size: 30px;
  font-weight: 500;
}
.lower_kv_inr .en {
  display: block;
  margin: 0.85em auto 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1200px) {
  .lower_kv_inr {
    /*
        //height: calc(100% - 48px);
        .num{
          font-size: calc(50vw / 1200 * 100);
          &::before{
            font-size: calc(14vw / 1200 * 100);
          }
          >span{
            font-size: calc(90vw / 1200 * 100);
          }
          +.lower_kv_ttl{
          }
        }
        .ja{
          font-size: calc(60vw / 1200 * 100);
        }
        .en{
          font-size: calc(18vw / 1200 * 100);
          >span{
            display: inline-block;
          }
        }
        */
  }
}
@media only screen and (max-width: 900px) {
  .lower_kv_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 33px;
  }
  .lower_kv_inr .num {
    font-size: 30px;
    min-width: 100%;
  }
  .lower_kv_inr .num.large {
    font-size: 40px;
  }
  .lower_kv_inr .num::before {
    font-size: 14px;
    top: -0.95em;
  }
  .lower_kv_inr .num > span {
    font-size: 60px;
  }
  .lower_kv_inr .lower_kv_ttl {
    margin-top: 14px;
    margin-bottom: 0px;
  }
  .lower_kv_inr .ja {
    font-size: 28px;
  }
  .lower_kv_inr .ja.sp_24 {
    font-size: 24px;
    margin-top: 0.2em;
  }
  .lower_kv_inr .year {
    font-size: 18px;
  }
  .lower_kv_inr .en {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 390px) {
  .lower_kv_inr {
    padding-top: 8.4615384615vw;
  }
  .lower_kv_inr .num {
    font-size: 7.6923076923vw;
  }
  .lower_kv_inr .num.large {
    font-size: 10.2564102564vw;
  }
  .lower_kv_inr .num::before {
    font-size: 3.5897435897vw;
  }
  .lower_kv_inr .num > span {
    font-size: 15.3846153846w;
  }
  .lower_kv_inr .lower_kv_ttl {
    margin-top: 3.5897435897vw;
  }
  .lower_kv_inr .ja {
    font-size: 7.1794871795vw;
  }
  .lower_kv_inr .ja.sp_24 {
    font-size: 6.1538461538vw;
  }
  .lower_kv_inr .year {
    font-size: 4.6153846154vw;
  }
  .lower_kv_inr .en {
    font-size: 3.5897435897vw;
  }
}

.lower_kv_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.lower_kv_bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: auto;
  height: 100%;
  max-width: 500vw;
}
@media only screen and (min-width: 1367px) {
  .lower_kv_bg.fullscreen_img img {
    height: auto;
    width: 100vw;
  }
}
@media only screen and (max-width: 900px) {
  .lower_kv_bg img {
    height: 290px;
    max-width: 500vw;
  }
}
@media only screen and (max-width: 390px) {
  .lower_kv_bg img {
    height: 74.358974359vw;
  }
}

.lower_kv.third_kv, .lower_kv.faculties_kv {
  padding: 84px 20px 0;
  height: 359px;
}
.lower_kv.third_kv .lower_kv_inr, .lower_kv.faculties_kv .lower_kv_inr {
  padding-top: 0;
  padding-bottom: 42px;
}
.lower_kv.third_kv .lower_kv_inr::before, .lower_kv.faculties_kv .lower_kv_inr::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 50px;
  background-color: #fff;
  translate: -50% 0;
  z-index: 1;
}
.lower_kv.third_kv .lower_kv_inr .lower_kv_ttl, .lower_kv.faculties_kv .lower_kv_inr .lower_kv_ttl {
  margin-bottom: 0;
}
.lower_kv.third_kv .lower_kv_inr .en, .lower_kv.faculties_kv .lower_kv_inr .en {
  margin: 0.6em auto 0;
}
@media only screen and (max-width: 900px) {
  .lower_kv.third_kv, .lower_kv.faculties_kv {
    height: 201px;
    margin: 0;
    padding: 25px 20px 0px;
  }
  .lower_kv.third_kv .lower_kv_inr, .lower_kv.faculties_kv .lower_kv_inr {
    padding: 0;
  }
  .lower_kv.third_kv .lower_kv_inr::before, .lower_kv.faculties_kv .lower_kv_inr::before {
    height: 32px;
  }
  .lower_kv.third_kv .lower_kv_inr .en, .lower_kv.faculties_kv .lower_kv_inr .en {
    font-size: 16px;
    margin: 0.36em auto 0;
    letter-spacing: 0.015em;
  }
}
@media only screen and (max-width: 390px) {
  .lower_kv.third_kv, .lower_kv.faculties_kv {
    height: 51.5384615385vw;
    padding: 6.4102564103vw 5.1282051282vw 0;
  }
  .lower_kv.third_kv .lower_kv_inr, .lower_kv.faculties_kv .lower_kv_inr {
    padding: 0;
  }
  .lower_kv.third_kv .lower_kv_inr::before, .lower_kv.faculties_kv .lower_kv_inr::before {
    height: 8.2051282051vw;
  }
  .lower_kv.third_kv .lower_kv_inr .en, .lower_kv.faculties_kv .lower_kv_inr .en {
    font-size: 4.1025641026vw;
  }
}
.lower_kv.third_kv .lower_kv_bg img {
  top: calc(50% + 42px);
  height: 275px;
}
@media only screen and (min-width: 1367px) {
  .lower_kv.third_kv .lower_kv_bg img {
    height: auto;
    width: 100vw;
  }
}
@media only screen and (max-width: 900px) {
  .lower_kv.third_kv .lower_kv_bg img {
    top: calc(50% + 24px);
    height: 208px;
  }
}
@media only screen and (max-width: 390px) {
  .lower_kv.third_kv .lower_kv_bg img {
    top: calc(50% + 24px);
    height: 39.2307692308vw;
  }
}
.lower_kv.faculties_kv .lower_kv_bg {
  display: none;
}

body.law .lower_kv.faculties_kv::before {
  background: #454493;
}
body.economics .lower_kv.faculties_kv::before {
  background: #0092E5;
}
body.commerce .lower_kv.faculties_kv::before {
  background: #00924D;
}
body.science .lower_kv.faculties_kv::before {
  background: #ED6B00;
}
body.letters .lower_kv.faculties_kv::before {
  background: #D70065;
}
body.policystudies .lower_kv.faculties_kv::before {
  background: #009098;
}
body.globalmanagement .lower_kv.faculties_kv::before {
  background: #003655;
}
body.itl .lower_kv.faculties_kv::before {
  background: #1A1311;
}
body.correspondence .lower_kv.faculties_kv::before {
  background: #454493;
}
body.law-school .lower_kv.faculties_kv::before {
  background: #D3A100;
}
body.business-school .lower_kv.faculties_kv::before {
  background: #D3A100;
}

/*                #bread
======================================================= */
#bread {
  padding: 0 22px;
}
#bread ol {
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1146px;
  width: 100%;
  font-size: 16px;
  overflow-x: auto;
}
#bread ol li {
  font-size: 100%;
  position: relative;
  font-weight: 400;
}
#bread ol li a {
  color: #DF2017;
  text-decoration: underline;
}
#bread ol li a.current {
  color: #000;
  text-decoration: none;
}
#bread ol li a:hover, #bread ol li a:active {
  text-decoration: none;
}
#bread ol li a span[itemprop=name] {
  white-space: nowrap;
}
#bread ol li:nth-of-type(n+2) {
  margin-left: 1.2em;
}
#bread ol li:nth-of-type(n+2):before {
  content: "＞";
  position: absolute;
  left: -1.2em;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1.25, 1);
          transform: translate(0, -50%) scale(1.25, 1);
  font-size: 11px;
}
#bread ol li:last-child a {
  text-decoration: none;
  color: #000;
  cursor: default;
}
@media only screen and (max-width: 900px) {
  #bread {
    padding: 0 20px;
  }
  #bread ol {
    margin: 15px auto 0;
    font-size: 14px;
  }
}

/*                #main_area
======================================================= */
#main_area {
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  #main_area {
    margin-top: 22px;
  }
}

.lower_cont {
  background-color: #fff;
  padding: 64px 75px 100px;
}
.lower_cont + .lower_cont {
  margin-top: 73px;
}
@media only screen and (max-width: 900px) {
  .lower_cont {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 100px;
    background-image: url("../images/common/bg_repeat.svg");
  }
  .lower_cont + .lower_cont {
    margin-top: 72px;
  }
}

.lower_section + .lower_section {
  margin-top: 64px;
}
.lower_section + .lower_section.mt36 {
  margin-top: 36px;
}
.lower_section + .lower_section.mt40 {
  margin-top: 40px;
}
.lower_section + .edit_reference {
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .lower_section + .lower_section.sp-mt36 {
    margin-top: 36px;
  }
  .lower_section + .lower_section.sp-mt46 {
    margin-top: 46px;
  }
}

.cont_ttl {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 14px;
}
.cont_ttl.center {
  text-align: center;
}
.cont_ttl .num {
  margin-right: 1em;
}
.cont_ttl .en {
  display: block;
  color: #DF2017;
  font-size: 14px;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.4;
  margin-bottom: 1em;
}

.bold_ttl {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.051em;
  display: block;
}

.edit_cont + .edit_cont {
  margin-top: 64px;
}
.edit_cont + .edit_cont.mt20 {
  margin-top: 20px;
}
.edit_cont + .edit_cont.mt24 {
  margin-top: 24px;
}
.edit_cont + .edit_cont.mt30 {
  margin-top: 30px;
}
.edit_cont + .edit_cont.mt36 {
  margin-top: 36px;
}
.edit_cont + .edit_cont.mt40 {
  margin-top: 40px;
}
.edit_cont + .cont_ttl {
  margin-top: 30px;
}
.edit_cont + .edit_reference {
  margin-top: 40px;
}
.edit_cont + .edit_minutes {
  margin-top: 96px;
}
@media only screen and (min-width: 901px) {
  .edit_cont.flex_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .edit_cont.flex_cont > p {
    width: 100%;
  }
  .edit_cont.flex_cont .flex_cont_inr {
    width: 50%;
  }
  .edit_cont.flex_cont .flex_cont_inr:nth-child(odd).flex_thumbs {
    padding: 0 6px 0 0;
  }
  .edit_cont.flex_cont .flex_cont_inr:nth-child(odd).flex_txt {
    padding: 0 40px 0 0;
  }
  .edit_cont.flex_cont .flex_cont_inr:nth-child(even).flex_thumbs {
    padding: 0 0 0 6px;
  }
  .edit_cont.flex_cont .flex_cont_inr:nth-child(even).flex_txt {
    padding: 0 0 0 40px;
  }
  .edit_cont.flex_cont .flex_cont_inr.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .edit_cont.flex_cont .flex_cont_inr.order1.flex_txt {
    padding: 0 40px 0 0;
  }
  .edit_cont.flex_cont .flex_cont_inr.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .edit_cont.flex_cont .flex_cont_inr.order2.flex_txt {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 901px) {
  .edit_cont.flex_cont.thumbs_flex .flex_cont_inr:nth-child(odd) {
    padding: 0 5px 0 0;
  }
  .edit_cont.flex_cont.thumbs_flex .flex_cont_inr:nth-child(even) {
    padding: 0 0 0 5px;
  }
}
@media only screen and (max-width: 900px) {
  .edit_cont.flex_cont.thumbs_flex .flex_cont_inr:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .edit_cont + .edit_cont.sp-mt36 {
    margin-top: 36px;
  }
  .edit_cont + .edit_cont.sp-mt46 {
    margin-top: 46px;
  }
}
.edit_cont p, .edit_cont li, .edit_cont dt, .edit_cont dd {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.051em;
}
.edit_cont p {
  text-indent: 1.15em;
}
.edit_cont p.no-indent {
  text-indent: 0;
}
.edit_cont p + p {
  margin-top: 0;
}
.edit_cont p + p.mt175 {
  margin-top: 1.75em;
}
.edit_cont p + p.mt24 {
  margin-top: 0.75em;
}
.edit_cont p + .sub_ttl {
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .edit_cont p + .sub_ttl {
    margin-top: 36px;
  }
}
.edit_cont .sub_ttl {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 17px;
}
@media only screen and (max-width: 900px) {
  .edit_cont .sub_ttl {
    margin-bottom: 15px;
  }
}
.edit_cont .caution_dl dt {
  display: block;
  margin: 1em 0 0.3em;
  color: #7C7C7C;
  text-indent: 0;
}
.edit_cont .caution_dl dd {
  color: #393939;
}
.edit_cont .caution {
  display: block;
  margin: 1em 0 0.3em;
  color: #7C7C7C;
  text-indent: 0;
}
.edit_cont .photo_caption {
  display: block;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 7px 0 0;
  color: #7c7c7c;
}
.edit_cont a:link, .edit_cont a:visited {
  color: #DF2017;
  text-decoration: underline;
}
.edit_cont a:link:hover, .edit_cont a:visited:hover {
  text-decoration: none;
}
.edit_cont .fancybox {
  display: block;
  position: relative;
}
.edit_cont .fancybox img {
  width: 100%;
}
.edit_cont .fancybox::before, .edit_cont .fancybox::after {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  bottom: 11px;
  right: 11px;
  display: block;
  content: "";
}
.edit_cont .fancybox::before {
  border-radius: 50%;
  background: rgba(160, 72, 69, 0.6);
}
.edit_cont .fancybox::after {
  background: url("../images/common/fancy_icon.svg") center/contain no-repeat;
}
.edit_cont .fancybox + .fancybox {
  margin-top: 1.75em;
}
@media only screen and (max-width: 900px) {
  .edit_cont .fancybox::before, .edit_cont .fancybox::after {
    width: 26px;
    height: 26px;
  }
  .edit_cont .fancybox + a.fancybox {
    margin-top: 8px;
  }
}
.edit_cont .ol-indent li {
  padding-top: 0.5em;
  padding-left: 1.35em;
  text-indent: -1.35em;
  line-height: 1.4;
}
.edit_cont .inline_img {
  display: inline-block;
}
.edit_cont .vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.edit_cont .vertical-middle .inline_img {
  margin-left: 1em;
}
.accordion_wrap + .accordion_wrap {
  margin-top: 40px;
}

.accordion_ttl {
  cursor: pointer;
  background-color: #FAF4F4;
  min-height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  border-bottom: solid 3px #E6D3D3;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  color: #450E0C;
}
.accordion_ttl::before, .accordion_ttl::after {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
}
.accordion_ttl::before {
  border-radius: 50%;
  background-color: #fff;
}
.accordion_ttl::after {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: url("../images/common/accordion_arr.svg") center/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion_ttl.is-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion_ttl span {
  display: block;
  width: 100%;
}

.accordion_cont {
  display: none;
  padding: 40px 18px 20px;
}

.faculties_list {
  margin: -6px;
  padding-top: 20px;
}

.faculties_list_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.faculties_list_li {
  width: 50%;
  padding: 6px;
}
@media only screen and (max-width: 900px) {
  .faculties_list_li {
    width: 100%;
  }
}

.faculties_item {
  width: 100%;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  padding: 17px 14px 0 60px;
  text-align: left;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
}
.faculties_item::before, .faculties_item::after {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 14px;
  translate: 0 -50%;
  display: block;
  content: "";
}
.faculties_item::before {
  border-radius: 50%;
}
.faculties_item::after {
  background: url("../images/lower/faculties_item_arr.svg") center/contain no-repeat;
}
@media (hover: hover) {
  .faculties_item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .faculties_item:hover {
    opacity: 0.7;
  }
}
.faculties_item .ja, .faculties_item .en {
  display: block;
  width: 100%;
}
.faculties_item .ja {
  font-size: 16px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.2;
  padding-bottom: 0.05em;
}
.faculties_item .en {
  font-size: 12px;
  line-height: 1.05;
  margin-top: 0.2em;
  height: 29px;
}
.faculties_item .en > span {
  display: inline-block;
}
@media only screen and (max-width: 350px) {
  .faculties_item {
    padding: 17px 10px 0 46px;
  }
  .faculties_item::before, .faculties_item::after {
    width: 30px;
    height: 30px;
    left: 8px;
  }
  .faculties_item .ja {
    margin-right: -1.5em;
  }
  .faculties_item .en {
    margin-right: -1.5em;
  }
}
.faculties_item.law {
  color: #454493;
  border-color: #454493;
}
.faculties_item.law::before {
  background-color: #454493;
}
.faculties_item.law .ja {
  border-bottom-color: #454493;
}
.faculties_item.economics {
  color: #0092E5;
  border-color: #0092E5;
}
.faculties_item.economics::before {
  background-color: #0092E5;
}
.faculties_item.economics .ja {
  border-bottom-color: #0092E5;
}
.faculties_item.commerce {
  color: #00924D;
  border-color: #00924D;
}
.faculties_item.commerce::before {
  background-color: #00924D;
}
.faculties_item.commerce .ja {
  border-bottom-color: #00924D;
}
.faculties_item.science {
  color: #ED6B00;
}
.faculties_item.science::before {
  background-color: #ED6B00;
}
.faculties_item.science .ja {
  border-bottom-color: #ED6B00;
}
.faculties_item.letters {
  color: #D70065;
}
.faculties_item.letters::before {
  background-color: #D70065;
}
.faculties_item.letters .ja {
  border-bottom-color: #D70065;
}
.faculties_item.policystudies {
  color: #009098;
}
.faculties_item.policystudies::before {
  background-color: #009098;
}
.faculties_item.policystudies .ja {
  border-bottom-color: #009098;
}
.faculties_item.globalmanagement {
  color: #003655;
}
.faculties_item.globalmanagement::before {
  background-color: #003655;
}
.faculties_item.globalmanagement .ja {
  border-bottom-color: #003655;
}
.faculties_item.itl {
  color: #1A1311;
}
.faculties_item.itl::before {
  background-color: #1A1311;
}
.faculties_item.itl .ja {
  border-bottom-color: #1A1311;
}
.faculties_item.correspondence {
  color: #454493;
}
.faculties_item.correspondence::before {
  background-color: #454493;
}
.faculties_item.correspondence .ja {
  border-bottom-color: #454493;
}
.faculties_item.law-school, .faculties_item.business-school {
  color: #D3A100;
}
.faculties_item.law-school::before, .faculties_item.business-school::before {
  background-color: #D3A100;
}
.faculties_item.law-school .ja, .faculties_item.business-school .ja {
  border-bottom-color: #D3A100;
}

.materials_list {
  margin: -10px -6px;
  padding-top: 20px;
}

.materials_list_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.materials_list_li {
  width: 50%;
  padding: 10px 6px;
}
@media only screen and (max-width: 900px) {
  .materials_list_li {
    width: 100%;
  }
}

.materials_item {
  width: 100%;
  height: 164px;
  position: relative;
}
.materials_item .materials_item_image {
  width: 100%;
  height: 108px;
  position: relative;
  overflow: hidden;
}
.materials_item .materials_item_image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #450E0C;
  opacity: 0.09;
  z-index: 1;
}
.materials_item .materials_item_image img {
  display: block;
  position: absolute;
  width: auto;
  height: 108px;
  max-width: 200%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.materials_item .materials_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  border: solid 1px #A04845;
  background: #fff;
  text-align: left;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #A04845;
  font-size: 16px;
  padding: 5px 5px 5px 56px;
  line-height: 1.2;
  position: relative;
}
.materials_item .materials_item_txt::before, .materials_item .materials_item_txt::after {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 14px;
  translate: 0 -50%;
  display: block;
  content: "";
}
.materials_item .materials_item_txt::before {
  border-radius: 50%;
  background: #DF2017;
}
.materials_item .materials_item_txt::after {
  background: url("../images/lower/materials_item_arr.svg") center/contain no-repeat;
}
.materials_item .materials_item_txt > span {
  display: block;
}
@media (hover: hover) {
  .materials_item .materials_item_image img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    opacity: 1;
  }
  .materials_item .materials_item_txt {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .materials_item:hover .materials_item_image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .materials_item:hover .materials_item_txt {
    opacity: 0.8;
  }
}

blockquote.edit_cont {
  padding: 40px 20px 30px;
  position: relative;
  background: #FAF4F4;
  margin: 0;
  line-height: 1.75;
}
blockquote.edit_cont p {
  line-height: 1.75;
}
blockquote.edit_cont::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 16px;
  top: 15px;
  left: 23px;
  background: url("../images/lower/blockquote_arr.svg") center/contain no-repeat;
}
blockquote.edit_cont .quotation_element {
  text-align: right;
  font-size: 14px;
}
blockquote.edit_cont .quotation_element::before {
  content: "";
  width: 2.5em;
  height: 1px;
  display: inline-block;
  background-color: #012E5F;
  position: relative;
  top: -0.25em;
  left: -0.25em;
}
@media only screen and (max-width: 900px) {
  blockquote.edit_cont {
    padding: 40px 10px 20px;
  }
  blockquote.edit_cont p + .quotation_element {
    margin-top: 20px;
  }
  blockquote.edit_cont::before {
    top: 15px;
    left: 10px;
  }
}

.edit_minutes {
  padding: 40px 20px;
  background: #f4f4f4;
}
.edit_minutes dl {
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.edit_minutes dl dt, .edit_minutes dl dd {
  margin-top: 40px;
}
.edit_minutes dl dt {
  font-weight: 600;
  line-height: 1;
  height: 28px;
  width: 80px;
  padding: 0 0.5em 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0.15em;
}
.edit_minutes dl dt.dt_blue {
  background: #BED2E8;
}
.edit_minutes dl dt.dt_white {
  background: #fff;
}
.edit_minutes dl dd {
  width: calc(100% - 103px);
  letter-spacing: 0.075em;
  padding: 0 10px 0 0;
}
.edit_minutes dl dd.middle-part {
  width: 100%;
  padding: 0;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .edit_minutes {
    padding: 40px 10px;
  }
  .edit_minutes dl dt {
    width: 52px;
  }
  .edit_minutes dl dt.dt_white {
    padding: 0 0.15em 0.1em;
  }
  .edit_minutes dl dd {
    width: calc(100% - 62px);
    letter-spacing: 0.075em;
    padding: 0 5px 0 0;
  }
  .edit_minutes dl dd.middle-part {
    width: 100%;
    padding: 0;
    font-weight: 600;
    text-align: center;
  }
}

.edit_reference {
  padding: 40px 20px;
  background: #f4f4f4;
}
.edit_reference p, .edit_reference dl, .edit_reference dt, .edit_reference dd {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.055em;
}
.edit_reference dd + dt {
  margin-top: 1.85em;
}
@media only screen and (max-width: 900px) {
  .edit_reference {
    padding: 40px 10px;
  }
}

.thanks_list {
  text-align: center;
}
.thanks_list p {
  text-indent: 0;
}
.thanks_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thanks_list ul li.mt30 {
  margin-top: 30px;
}

@media only screen and (min-width: 901px) {
  #cont_table {
    padding-top: 2.5622254758vw;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1367px) {
  #cont_table {
    padding-top: 35px;
  }
}
#cont_table .cont_table_ttl {
  position: absolute;
  top: 5.1244509517vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.9282576867vw;
  font-weight: 500;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #450E0C;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 1367px) {
  #cont_table .cont_table_ttl {
    top: 70px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  #cont_table .cont_table_ttl {
    font-size: 10.2564102564vw;
    top: -31.7948717949vw;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
#cont_table .cont_table_wrap::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  translate: 0 -100%;
  width: 1px;
  height: 4.2459736457vw;
  background-color: #450E0C;
}
@media only screen and (min-width: 1367px) {
  #cont_table .cont_table_wrap::before {
    height: 58px;
  }
}
#cont_table .cont_item_home {
  display: block;
  width: 100%;
  height: 138px;
  position: relative;
}
@media (hover: hover) {
  #cont_table .cont_item_home {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  #cont_table .cont_item_home:hover {
    opacity: 0.7;
  }
}
#cont_table .cont_item_home > span {
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  font-weight: 500;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #002F5F;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  padding-left: 0.1em;
}

.lower_back {
  height: 260px;
  width: 100%;
  padding: 120px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower_back .lower_back_link {
  position: relative;
  max-width: 100%;
  height: 100%;
  display: block;
}
.lower_back .lower_back_link::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 1px;
  height: 58px;
  background-color: #450E0C;
  bottom: 0;
  translate: -50% 0;
}
@media (hover: hover) {
  .lower_back .lower_back_link {
    -webkit-transition: opacity 0.5s, translate 0.5s;
    transition: opacity 0.5s, translate 0.5s;
  }
  .lower_back .lower_back_link:hover {
    opacity: 0.8;
    translate: 0 5px;
  }
}
.lower_back .lower_back_txt {
  font-size: 40px;
  font-weight: 400;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #450E0C;
  letter-spacing: 0.09em;
  line-height: 1;
  padding: 0.25em 0 0;
}
@media only screen and (min-width: 1367px) {
  .lower_back {
    height: 260px;
  }
}
@media only screen and (max-width: 900px) {
  .lower_back {
    width: 100%;
  }
}

/*                #bottom_nav
======================================================= */
#bottom_nav {
  z-index: 1;
  margin: auto;
}
@media only screen and (min-width: 901px) {
  #bottom_nav .bottom_nav_ul {
    position: relative;
  }
  #bottom_nav .bottom_nav_ul::before, #bottom_nav .bottom_nav_ul::after {
    position: absolute;
    display: block;
    content: "";
    top: 3.953147877vw;
    width: 50vw;
    height: 1px;
    background-color: #450E0C;
  }
  #bottom_nav .bottom_nav_ul::before {
    left: 0;
    translate: -100% 0;
  }
  #bottom_nav .bottom_nav_ul::after {
    right: 0;
    translate: 100% 0;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1367px) {
  #bottom_nav .bottom_nav_ul::before, #bottom_nav .bottom_nav_ul::after {
    top: 54px;
  }
}
#bottom_nav .bottom_nav_item {
  color: #450E0C;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.1713030747vw;
}
@media only screen and (min-width: 901px) {
  #bottom_nav .bottom_nav_item::before, #bottom_nav .bottom_nav_item::after {
    position: absolute;
    display: block;
    content: "";
    top: 3.953147877vw;
    width: calc((100% - 7.906295754vw) / 2);
    height: 1px;
    background-color: #450E0C;
  }
  #bottom_nav .bottom_nav_item::before {
    left: 0;
  }
  #bottom_nav .bottom_nav_item::after {
    right: 0;
  }
}
@media only screen and (min-width: 1367px) {
  #bottom_nav .bottom_nav_item::before, #bottom_nav .bottom_nav_item::after {
    top: 54px;
    width: calc((100% - 108px) / 2);
  }
}
#bottom_nav .bottom_nav_item:link, #bottom_nav .bottom_nav_item:hover, #bottom_nav .bottom_nav_item:visited {
  text-decoration: none;
  color: #450E0C;
}
#bottom_nav .bottom_nav_item:link.active, #bottom_nav .bottom_nav_item:hover.active, #bottom_nav .bottom_nav_item:visited.active {
  cursor: default;
}
#bottom_nav .bottom_nav_item > span, #bottom_nav .bottom_nav_item p {
  display: block;
  line-height: 1.5;
}
#bottom_nav .bottom_nav_item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.906295754vw;
  height: 7.906295754vw;
  border-radius: 50%;
  border: solid 1px #450E0C;
  margin: 0 auto;
  padding-top: 1.65em;
}
#bottom_nav .bottom_nav_item .large {
  font-size: 1.9033674963vw;
  translate: 0 -0.5em;
}
#bottom_nav .bottom_nav_item .chapter-num {
  font-size: 2.196193265vw;
  margin: auto 0.2em;
  translate: 0 -0.1em;
  position: relative;
}
#bottom_nav .bottom_nav_item .chapter-num::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -1.25em;
  width: auto;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  content: "Chapter";
  font-size: 1.0248901903vw;
  font-weight: 400;
  color: #450E0C;
  text-align: center;
  letter-spacing: 0.125em;
}
#bottom_nav .bottom_nav_item .ja {
  margin: 0.75em auto 0;
  font-size: 1.1713030747vw;
}
#bottom_nav .bottom_nav_item .en {
  margin-top: 0.1em;
  font-size: 0.878477306vw;
}
@media only screen and (min-width: 1367px) {
  #bottom_nav .bottom_nav_item {
    font-size: 16px;
  }
  #bottom_nav .bottom_nav_item .icon {
    width: 108px;
    height: 108px;
  }
  #bottom_nav .bottom_nav_item .large {
    font-size: 26px;
  }
  #bottom_nav .bottom_nav_item .chapter-num {
    font-size: 30px;
  }
  #bottom_nav .bottom_nav_item .chapter-num::before {
    font-size: 14px;
  }
  #bottom_nav .bottom_nav_item .ja {
    font-size: 16px;
  }
  #bottom_nav .bottom_nav_item .en {
    font-size: 12px;
  }
}
#bottom_nav .bottom_nav_item.active .icon {
  background-color: #450E0C;
  color: #fff;
}
@media only screen and (min-width: 901px) {
  #bottom_nav {
    padding: 7.3206442167vw 0;
    width: 82.5768667643vw;
  }
  #bottom_nav .bottom_nav_inr {
    margin-left: auto;
    margin-right: auto;
    max-width: 1146px;
  }
  #bottom_nav .bottom_nav_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bottom_nav .bottom_nav_ul li {
    width: 16.666%;
  }
}
@media only screen and (min-width: 901px) and (min-width: 1367px) {
  #bottom_nav {
    padding: 100px 20px;
    width: 1128px;
  }
}
@media (hover: hover) {
  #bottom_nav .bottom_nav_item .icon {
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  #bottom_nav .bottom_nav_item .icon .chapter-num::before {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  #bottom_nav .bottom_nav_item:hover .icon {
    background-color: #450E0C;
    color: #fff;
  }
  #bottom_nav .bottom_nav_item:hover .icon .chapter-num::before {
    color: #fff;
  }
}
@media only screen and (max-width: 900px) {
  #bottom_nav {
    margin: 29px auto 80px;
    width: 100%;
    max-width: 390px;
    padding: 0 20px;
  }
  #bottom_nav .bottom_nav_ul {
    position: relative;
  }
  #bottom_nav .bottom_nav_ul li:nth-of-type(n+2) {
    margin-top: 26px;
  }
  #bottom_nav .bottom_nav_ul li:nth-of-type(n+2) .icon::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    translate: 0 -100%;
    width: 1px;
    height: 27px;
    background-color: #450E0C;
  }
}
@media only screen and (max-width: 900px) and (max-width: 390px) {
  #bottom_nav .bottom_nav_ul li:nth-of-type(n+2) {
    margin-top: 6.6666666667vw;
  }
  #bottom_nav .bottom_nav_ul li:nth-of-type(n+2) .icon::before {
    height: 6.9230769231vw;
  }
}
@media only screen and (max-width: 900px) {
  #bottom_nav .bottom_nav_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    height: 76px;
    padding: 0 0 0 91px;
    text-align: left;
  }
  #bottom_nav .bottom_nav_item:link, #bottom_nav .bottom_nav_item:hover, #bottom_nav .bottom_nav_item:visited {
    text-decoration: none;
    opacity: 1;
  }
  #bottom_nav .bottom_nav_item > span, #bottom_nav .bottom_nav_item p {
    display: block;
    line-height: 1.5;
  }
  #bottom_nav .bottom_nav_item .icon {
    width: 76px;
    height: 76px;
    padding-top: 1.25em;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
  #bottom_nav .bottom_nav_item .large {
    font-size: 18px;
  }
  #bottom_nav .bottom_nav_item .chapter-num {
    font-size: 20px;
    margin: auto 0.1em;
    translate: 0 -0.1em;
  }
  #bottom_nav .bottom_nav_item .chapter-num::before {
    translate: -50% -1.25em;
    font-size: 12px;
    letter-spacing: 0.125em;
  }
  #bottom_nav .bottom_nav_item .ja {
    width: 100%;
    font-size: 20px;
  }
  #bottom_nav .bottom_nav_item .en {
    width: 100%;
    margin-top: 0.1em;
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 390px) {
  #bottom_nav .bottom_nav_item {
    font-size: 3.5897435897vw;
    height: 19.4871794872vw;
    padding: 0 0 0 23.3333333333vw;
  }
  #bottom_nav .bottom_nav_item .icon {
    width: 19.4871794872vw;
    height: 19.4871794872vw;
  }
  #bottom_nav .bottom_nav_item .large {
    font-size: 4.6153846154vw;
  }
  #bottom_nav .bottom_nav_item .chapter-num {
    font-size: 5.1282051282vw;
  }
  #bottom_nav .bottom_nav_item .chapter-num::before {
    font-size: 3.0769230769vw;
  }
  #bottom_nav .bottom_nav_item .ja {
    font-size: 5.1282051282vw;
  }
  #bottom_nav .bottom_nav_item .en {
    font-size: 3.0769230769vw;
  }
}

body.prologue #bottom_nav .bottom_nav_item.prologue, body.chapter01 #bottom_nav .bottom_nav_item.chapter01, body.chapter02 #bottom_nav .bottom_nav_item.chapter02, body.chapter03 #bottom_nav .bottom_nav_item.chapter03, body.chapter04 #bottom_nav .bottom_nav_item.chapter04, body.epilogue #bottom_nav .bottom_nav_item.epilogue {
  cursor: default;
}
body.prologue #bottom_nav .bottom_nav_item.prologue .icon, body.chapter01 #bottom_nav .bottom_nav_item.chapter01 .icon, body.chapter02 #bottom_nav .bottom_nav_item.chapter02 .icon, body.chapter03 #bottom_nav .bottom_nav_item.chapter03 .icon, body.chapter04 #bottom_nav .bottom_nav_item.chapter04 .icon, body.epilogue #bottom_nav .bottom_nav_item.epilogue .icon {
  background-color: #450E0C;
  color: #fff;
}
body.prologue #bottom_nav .bottom_nav_item.prologue .chapter-num::before, body.chapter01 #bottom_nav .bottom_nav_item.chapter01 .chapter-num::before, body.chapter02 #bottom_nav .bottom_nav_item.chapter02 .chapter-num::before, body.chapter03 #bottom_nav .bottom_nav_item.chapter03 .chapter-num::before, body.chapter04 #bottom_nav .bottom_nav_item.chapter04 .chapter-num::before, body.epilogue #bottom_nav .bottom_nav_item.epilogue .chapter-num::before {
  color: #fff;
}