@charset "utf-8";
.inner{
  width: 89.33%;
}
.cmn_article_sec {
  background-color: #e9f2f8;
}
.font_overpass {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.font_zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.cmn_article_secttl {
  color: #125b8c;
  text-align: center;
  margin-bottom: 35px;
}
.cmn_article_secttl .main {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  font-size: 4.0rem; 
  line-height: 1.1;
}
.cmn_article_secttl .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

.cmn_article_ttl01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 20px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.25;
  color: #125b8c;
  position: relative;
  margin-bottom: 20px;
}
.cmn_article_ttl01::before {
  content: "";
  display: block;
  width: 3px;
  height: 95%;
  height: calc(100% - 16px);
  border-radius: 2px 2px 0 0;
  background-color: #125b8c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cmn_article_ttl01::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background-color: #fffb95;
  position: absolute;
  top: 0;
  left: 0;

}
.cmn_article_ttl02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  padding-left: 1em;
  margin-bottom: 15px;
  
}
.cmn_article_ttl02::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #125b8c;
  position: absolute;
  top: 12px;
  left: 0;
}
.cmn_article_txt {
  margin-bottom: 30px;
}
.cmn_article_image {
  overflow: hidden;
  border-radius: 16px; 
  margin-bottom: 15px;
}
.inner > .cmn_article_ttl01:last-child,
.inner > .cmn_article_ttl02:last-child,
.inner > .cmn_article_txt:last-child,
.inner > .cmn_article_image:last-child {
  margin-bottom: 0;
}
@media (min-width :835px){
  .cmn_article_secttl .main {
    font-size: 48px;
    font-size: 4.8rem; 
  }
  .cmn_article_secttl .sub {
    font-size: 19.2px;
    font-size: 1.92rem;
  }
  .cmn_article_ttl01 {
    padding-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cmn_article_ttl02 {
    font-size: 19px;
    font-size: 1.9rem;    
  }
  .cmn_article_ttl02::before {
    top: 15px;
  }
  .cmn_article_image {
    border-radius: 19.2px; 
  }
  .inner > .cmn_article_ttl01:last-child,
  .inner > .cmn_article_ttl02:last-child,
  .inner > .cmn_article_txt:last-child,
  .inner > .cmn_article_image:last-child {
    margin-bottom: 0;
  }
}
/* ===============================================
# sec_main
=============================================== */
.sec_main {
  padding-top: 28px;
  padding-bottom: 30px;
}
.sec_main .area_ttl{
  z-index: 1; 
}
.sec_main .ttl_en {
  color: #125b8c;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
.sec_main .ttl_page {
  color: #125b8c;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  z-index: 1;
}
.sec_main .ttl_page .txt {
  font-size: 22px;
  font-size: 2.2rem;
}
.sec_main .ttl_page .ico {
  margin-left: 10px;
  padding: 13px 15px;
  background: url(/special_issue/presidents_before/img/bg_deco.svg) no-repeat center center;
  background-size: 100%;
}
.sec_main .img_main {
  position: relative;
  padding-top: 98.7%;
}
.sec_main .img_main img{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_main .txt_main {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.79;
  text-align: center;
  color: #125b8c;
  margin-top: 25px;
}
.sec_main .area_index {
  margin-top: 40px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 14px 20px;
}
.sec_main .area_index .ttl_index {
  font-size: 20px;
  font-size: 2.0rem;
  color: #125b8c;
}
.sec_main .area_index .list_index > li{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_main .area_index .list_index > li+li{
  margin-top: 12px;
}
.sec_main .area_index .list_index > li > *{
  display:-webkit-box;
  display:-ms-flexbox;
  display:inline-flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding-right: 18px;
  background: url(/special_issue/presidents_before/img/ico_anc.svg) no-repeat center right;
  background-size: 10px;
}
.sec_main .area_index .list_index .no {
  text-align: center;
  width: 37px;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #125b8c;
  padding: 4px 5px 0;
  background: url(/special_issue/presidents_before/img/bg_deco.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 11px;
}
@media (min-width :835px){
  .sec_main {
    padding-top: 28px;
  }
  .sec_main .ttl_en {
    font-size: 60px;
    font-size: 6rem;
  }
  .sec_main .ttl_page .txt {
    font-size: 24.4px;
    font-size: 2.44rem;
  }
  .sec_main .ttl_page .ico {
    margin-left: 10px;
    padding: 13px 15px;
    background: url(/special_issue/presidents_before/img/bg_deco.svg) no-repeat center center;
    background-size: 100%;
  }
  .sec_main .txt_main {
    font-size: 16.8px;
    font-size: 1.68rem;
    margin-top: 30px;
  }
  .sec_main .area_index {
    margin-top: 48px;
    margin-bottom: 30px;
    border-radius: 19.2px;
    padding: 10px 14px 20px;
  }
  .sec_main .area_index .ttl_index {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_main .area_index .list_index > li{
    font-size: 16.8px;
    font-size: 1.68rem;
  }
  .sec_main .area_index .list_index > li+li{
    margin-top: 13.4px;
  }
  .sec_main .area_index .list_index > li > *{
    padding-right: 21.6px;
    background: url(/special_issue/presidents_before/img/ico_anc.svg) no-repeat center right;
    background-size: 12px;
  }
  .sec_main .area_index .list_index .no {
    width: 41.4px;
    font-size: 19.2px;
    font-size: 1.92rem;
    padding: 5px 5px 2px;
    margin-right: 13.2px;
  }
}
/* ===============================================
# sec_about
=============================================== */
.sec_about {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.sec_about .area_profile {
  position: relative;
  margin-bottom: 25px;
}
.sec_about .area_profile .box_img {
  padding-left: 8%;
  padding-bottom: 40px; 
}
.sec_about .area_profile .img_profile {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.sec_about .area_profile .box_txt {
  padding: 55px 34px 45px;
  background: url(/special_issue/presidents_before/img/bg_deco.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.sec_about .area_profile .box_txt .en {
  color: #125b8c;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.1;
}
.sec_about .area_profile .box_txt .name {
  font-size: 18px;
  font-size: 1.8rem;  
}
.sec_about .area_profile .box_txt .name span {
  font-size: 14px;
  font-size: 1.4rem;  
}
@media (min-width :835px){
  .sec_about {
    padding-top: 48px;
  }
  .sec_about .area_profile {
    margin-bottom: 30px;
  }
  .sec_about .area_profile .box_img {
    padding-bottom: 48px; 
  }
  .sec_about .area_profile .box_txt {
    padding: 58px 34px 47px;
    background: url(/special_issue/presidents_before/img/bg_deco.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: -15px;
    bottom: 0;
  }
  .sec_about .area_profile .box_txt .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_about .area_profile .box_txt .name {
    font-size: 21.6px;
    font-size: 2.16rem;  
  }
  .sec_about .area_profile .box_txt .name span {
    font-size: 16.8px;
    font-size: 1.68rem;  
  }
}
/* ===============================================
# sec_interview
=============================================== */
.sec_interview {
  padding-top: 90px;
  padding-bottom: 80px;
  background: url(/special_issue/presidents_before/img/bg_interview.png) no-repeat top left,#e9f2f8;
  background-size: 100% 100%;
}
.sec_interview .area_ttl .main {
  margin-bottom: 8px;
}
.sec_interview .area_ttl .main img {
  width: 166px;
}
.sec_interview .area_ttl .sub {
  color: #fff;

}
.sec_interview .area_contents {
  border-radius: 16px;
  background-color: #fff;
  padding: 25px 4.3% 40px;
}
@media (min-width :835px){
  .sec_interview {
    padding-top: 108px;
    padding-bottom: 96px;
  }
  .sec_interview .area_ttl .main {
    margin-bottom: 9px;
  }
  .sec_interview .area_ttl .main img {
    width: 199.2px;
  }
  .sec_interview .area_contents {
    border-radius: 19.2px;
    padding: 30px 4.3% 48px;
  }
}
/* ===============================================
# sec_staff
=============================================== */
.sec_staff {
  padding-top: 50px;
}
.sec_staff .area_ttl .main {
  font-size: 30px;
  font-size: 3.0rem;
}
.sec_staff .area_profile {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 4% 20px;
}
.sec_staff .area_profile .box_profile {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.sec_staff .area_profile .box_profile .item_img {
  width: 116px;
  margin-right: 21px;
}
.sec_staff .area_profile .box_profile .item_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sec_staff .area_profile .box_profile .item_txt .faculty {
  font-size: 12px;
  font-size: 1.2rem;
}
.sec_staff .area_profile .box_profile .item_txt .name {
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_staff .area_profile .box_profile .item_txt .name span {
  font-size: 12px;
  font-size: 1.2rem;
}
.sec_staff .area_profile .box_txt {
  margin-top: 20px;
}
.sec_staff .area_profile+.area_profile {
  margin-top: 15px;
}
.sec_staff .btn_link {
  padding: 0 15px;
  margin-top: 40px;
}
.sec_staff .btn_link a {
  width: 100%;
  padding: 12px 15px 11px;
  background-color: #fff;
  background: url(/special_issue/presidents_before/img/ico_link.svg) no-repeat center right 42px,#fff;
  background-size: 20px;
  border: 1px solid #125b8c;
  color: #125b8c;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 25px;
}
@media (min-width :835px){
  .sec_staff {
    padding-top: 60px;
  }
  .sec_staff .area_ttl .main {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec_staff .area_profile {
    border-radius: 19.2px;
    padding: 24px 4% 24px;
  }
  .sec_staff .area_profile .box_profile .item_img {
    width: 139.2px;
    margin-right: 25.2px;
  }
  .sec_staff .area_profile .box_profile .item_txt .faculty {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
  .sec_staff .area_profile .box_profile .item_txt .name {
    font-size: 19.2px;
    font-size: 1.92rem;
  }
  .sec_staff .area_profile .box_profile .item_txt .name span {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
  .sec_staff .area_profile .box_txt {
    margin-top: 24px;
  }
  .sec_staff .area_profile+.area_profile {
    margin-top: 18px;
  }
  .sec_staff .btn_link {
    padding: 0 18px;
    margin-top: 48px;
  }
  .sec_staff .btn_link a {
    padding: 14.4px 18px 13.2px;
    background-color: #fff;
    background: url(/special_issue/presidents_before/img/ico_link.svg) no-repeat center right 42px,#fff;
    background-size: 24px;
    font-size: 16.8px;
    font-size: 1.68rem;
    border-radius: 30px;
  }
}

/* ===============================================
# sec_sns
=============================================== */
.sec_sns {
  padding-top: 49px;
  padding-bottom: 49px;
}
.sec_sns .inner {
  width: 84%;
}
.sec_sns .area_sns {
  padding: 73px 15px 72px;
  background: url(/special_issue/presidents_before/img/bg_blue.png) no-repeat center center;
  background-size: contain; 
  text-align: center;
  color: #fff;
}
.sec_sns .area_sns .ico_sns {
  display: inline-block;
  width: 47px;
  margin-bottom: 3px;
}
.sec_sns .area_sns .txt_check {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 5px;
}
.sec_sns .area_sns .txt_main {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.29;
}
@media (min-width :835px){
  .sec_sns {
    padding-top: 58.8px;
    padding-bottom: 58.8px;
  }
  .sec_sns .area_sns {
    padding: 87.6px 18px 86.4px;
  }
  .sec_sns .area_sns .ico_sns {
    width: 56.4px;
    margin-bottom: 3.6px;
  }
  .sec_sns .area_sns .txt_check {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 15.6px;
    margin-bottom: 6px;
  }
  .sec_sns .area_sns .txt_main {
    font-size: 20.4px;
    font-size: 2.04rem;
  }
}