@charset "UTF-8";
/* mediaquery
==========================================================*/
/* fontsize
==========================================================*/
/* icon
==========================================================*/
/*　dotted ------------------------------------------------

破線の間隔を調整
$color：色、$stripe:線幅、$spacing：破線の間隔, $height:高さ

==========================================================*/
/*　transition ------------------------------------------------

破線の間隔を調整
$speed：速度、$delay：開始時間

==========================================================*/
/* IEhack
==========================================================*/
/* ==========================================================================
   contents
========================================================================== */
/********************************************************************************************************************************************************

    news

********************************************************************************************************************************************************/
#news_list_page #category_area {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #085b9d;
}
#news_list_page #category_area h3 {
  width: 150px;
  margin-right: 20px;
  padding: 10px 15px;
  background-color: #085b9d;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
#news_list_page #news_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}
#news_list_page #news_nav li {
  margin-right: 12px;
  margin-bottom: 10px;
  list-style: none;
}
#news_list_page #news_nav li:last-child {
  margin-right: 0;
}
#news_list_page #news_nav li a {
  display: block;
  padding: 2px 12px;
  background: #F3F6F8;
  color: #085b9d;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#news_list_page #news_nav li a:hover {
  background-color: #7ea7c8;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
#news_list_page #news_nav li.on a {
  background: #085b9d;
  color: #fff;
}
#news_list_page #news_list {
  margin-left: 0;
}
#news_list_page #news_list li {
  display: flex;
  list-style: none;
}
#news_list_page #news_list li .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin-right: 15px;
  background-color: #c2daee;
  color: #085b9d;
  font-weight: 700;
  text-align: center;
}
#news_list_page #news_list li dl {
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
}
#news_list_page #news_list li dl .n_cat span {
  display: inline-block;
  width: 96px;
  height: 20px;
  background: #085b9d;
  color: #fff;
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
  box-sizing: border-box;
}
#news_list_page #news_list li dl .n_cat span.faculty {
  background: #fff;
  color: #085b9d;
  border: 1px solid #085b9d;
}
#news_list_page #news_list li dl .n_text {
  clear: both;
  margin-top: 5px;
}
#news_list_page #news_list li dl dd:not([class]) {
  clear: both;
  margin-left: 16px;
}
#news_list_page #news_list li dl a {
  display: inline-block;
}
#news_list_page #news_list li dl a:hover {
  color: #085b9d;
}
#news_list_page #news_list li dl a[href$='.pdf'] {
  position: relative;
  padding-left: 30px;
}
#news_list_page #news_list li dl a[href$='.pdf']::before {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: white url(../img/icon_pdf.png) center center no-repeat;
  background-size: cover;
}

#pager_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 100px;
}
#pager_area .link_page, #pager_area span {
  display: block;
  width: 20px;
  margin: 0 5px;
  padding: 8px;
  color: #085b9d;
  border: 1px solid #085b9d;
  border-radius: 25px;
  line-height: 20px;
  text-align: center;
}
#pager_area .link_page.current_page, #pager_area span.current_page {
  background-color: #085b9d;
  color: #fff;
  font-weight: 700;
}
#pager_area .back a,
#pager_area .next a {
  position: relative;
  display: block;
  width: auto;
  padding: 8px 10px;
  color: #085b9d;
  border: 1px solid #7ea7c8;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 14px;
}
#pager_area .back a::before,
#pager_area .next a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #085b9d;
  border-right: 2px solid #085b9d;
}
#pager_area .back a {
  padding-left: 20px;
}
#pager_area .back a::before {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#pager_area .next a {
  padding-right: 20px;
}
#pager_area .next a::before {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* date , label */
.date_box {
  margin-bottom: 20px;
}

.n_date {
  margin-bottom: 5px;
}

.n_date,
.date_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.n_date span,
.date_box span {
  display: inline-block;
  height: 20px;
  padding: 0 5px 2px;
  vertical-align: middle;
  box-sizing: border-box;
}
.n_date .date,
.date_box .date {
  margin-right: 6px;
  color: #085b9d;
  font-family: "Roboto", sans-serif;
}
.n_date .label1,
.date_box .label1 {
  background: #085b9d;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.n_date .label2,
.date_box .label2 {
  background: #fff;
  color: #085b9d;
  border: 1px solid #085b9d;
  border-left: 0;
  text-align: center;
  font-size: 11px;
}

#news_detail {
  padding: 60px 0;
}
#news_detail .news_date {
  margin-bottom: 40px;
}
#news_detail .news_date .label {
  display: inline-block;
  padding: 2px 10px;
  background-color: #085b9d;
  color: #fff;
}
#news_detail .news_date h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #085b9d;
  border-bottom: 2px solid #085b9d;
  font-size: 32px;
}
#news_detail .news_date .data {
  font-family: "Roboto", sans-serif;
}
#news_detail .freeArea p {
  margin-bottom: 1em;
}
#news_detail .freeArea h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  font-weight: 700;
  font-size: 22px;
}
#news_detail .freeArea h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #085b9d;
  border-bottom: 1px solid #085b9d;
  font-size: 18px;
}
#news_detail .freeArea h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
}
#news_detail .freeArea h5 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#news_detail .back {
  margin: 100px 0 40px;
}
#news_detail .back a {
  position: relative;
  display: block;
  width: 50%;
  max-width: 300px;
  margin: auto;
  padding: 10px;
  background-color: #fff;
  color: #085b9d;
  border: 1px solid #085b9d;
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
  transition: .3s;
}
#news_detail .back a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #085b9d;
  border-right: 2px solid #085b9d;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 21;
}
#news_detail .back a:hover {
  background-color: #085b9d;
  color: #fff;
  transition: .3s;
  text-decoration: none;
}
#news_detail .back a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/********************************************************************************************************************************************************

    topics

********************************************************************************************************************************************************/
#topics_list_page .topics_list {
  display: flex;
  flex-wrap: wrap;
}
#topics_list_page .topics_list .inbox {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
#topics_list_page .topics_list .inbox:nth-child(3n) {
  margin-right: 0;
}
#topics_list_page .topics_list .inbox .img {
  position: relative;
  margin-bottom: 20px;
}
#topics_list_page .topics_list .inbox .img img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
#topics_list_page .topics_list .inbox .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 3px 30px;
  background: #085b9d;
  color: #fff;
  font-size: 13px;
}
#topics_list_page .topics_list .inbox .text {
  margin-bottom: 5px;
  color: #085b9d;
}
#topics_list_page .topics_list .inbox .date {
  color: #999;
  font-family: "Roboto", sans-serif;
}

/********************************************************************************************************************************************************
    overview
********************************************************************************************************************************************************/
/* TOP --------------------------------------------------------------------*/
#symbol_area {
  margin: 80px auto;
}
#symbol_area .tit {
  display: flex;
}
#symbol_area .read {
  color: #085b9d;
  font-size: 28px;
  font-weight: 700;
}
#symbol_area .symbol_wrap {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 30px auto 0;
}
#symbol_area .symbol_wrap p {
  width: 270px;
  margin-right: 30px;
}
#symbol_area .symbol_wrap dl dt {
  margin-bottom: 24px;
  color: #085b9d;
  font-size: 20px;
  font-weight: 700;
}
#symbol_area .symbol_wrap dl dd {
  padding-bottom: 15px;
}
#symbol_area .symbol_wrap dl dd:last-child {
  padding: 15px 0 0;
  border-top: 1px solid #CFCFCF;
  font-size: 12px;
}

#development_area {
  margin: 80px auto 120px;
  padding-right: 8%;
  background: url(/common/img/bg_line_s.png) left -7px repeat-y;
}
#development_area .tit_type01 {
  padding-left: 340px;
}
#development_area .dev_wrap {
  display: flex;
}
#development_area .dev_wrap .img {
  width: 60%;
  max-width: 840px;
  margin-right: 30px;
}
#development_area .dev_wrap .img img {
  vertical-align: bottom;
}
#development_area .dev_wrap .text_wrap {
  width: calc(100% - 60%);
}
#development_area .dev_wrap .text_wrap ol {
  margin: 30px 0 30px -80px;
  padding: 30px 40px 30px 60px;
  background-color: #085b9d;
  color: #fff;
}
#development_area .dev_wrap .text_wrap ol li {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
#development_area .dev_wrap .text_wrap ol li:first-child {
  margin-top: 0;
}

#uni_vision {
  margin: 80px auto 120px;
}
#uni_vision .main_txt {
  color: #085b9d;
  font-size: 20px;
}

#vision_area {
  padding: 40px 4%;
  background: #085b9d url(/overview/img/vision_bg.png) center center no-repeat;
  background-size: cover;
  color: #fff;
}
#vision_area .vison_wrap {
  max-width: 1200px;
  margin: auto;
}
#vision_area .vison_in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
#vision_area h2 {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
#vision_area h2 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 26px;
}
#vision_area h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
#vision_area .text {
  width: 36%;
}
#vision_area .text a {
  color: #fff;
}
#vision_area .pamphlet {
  width: 220px;
  margin-top: 20px;
}
#vision_area .pamphlet img {
  width: 100%;
  border: 1px solid #fff;
  vertical-align: bottom;
}
#vision_area .inner_box {
  margin-bottom: 30px;
}
#vision_area .list_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
}
#vision_area .list_box li {
  width: 49%;
  max-width: 280px;
  margin: 0 5px 12px;
  padding: 15px 10px;
  border: 2px solid #fff;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
}
#vision_area .list_box li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#vision_area .list_box li strong {
  font-size: 28px;
  font-weight: 500;
}
#vision_area .vision_list {
  width: 60%;
}
#vision_area .vision_list dl {
  margin-bottom: 15px;
  padding: 10px 15px;
  background: rgba(0, 38, 103, 0.8);
  border-radius: 4px;
}
#vision_area .vision_list dl dt {
  font-size: 20px;
  font-weight: bold;
}
#vision_area .vision_list dl dt span {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
}
#vision_area .vision_list dl dt span::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
#vision_area .vision_list dl dd {
  margin-top: 10px;
}
#vision_area .link_year {
  display: flex;
  justify-content: space-between;
}
#vision_area .link_year li {
  width: 24%;
  max-width: 290px;
}
#vision_area .link_year li a {
  display: block;
  padding: 8px 15px;
  background-color: #fff;
  color: #085b9d;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
}

/* /overview/president/ --------------------------------------------------------------------*/
#greeting_area h2 {
  margin-bottom: 30px;
}
#greeting_area .greeting_wrap {
  display: flex;
  justify-content: space-between;
}
#greeting_area .greeting_wrap .text {
  width: calc(100% - 260px);
}
#greeting_area .greeting_wrap .text p {
  text-indent: 1em;
}
#greeting_area .greeting_wrap .photo {
  width: 220px;
  text-align: center;
}

#history {
  padding-bottom: 100px;
}
#history .history_table {
  margin-bottom: 0;
  border-spacing: 0;
}
#history .history_table th, #history .history_table td {
  padding: 0;
  background-color: #fff;
}
#history .history_table thead th {
  border-left: 0;
}
#history .history_table thead .head {
  width: 50%;
  background-color: #085b9d;
  color: #fff;
  border-bottom: 5px solid #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#history .history_table thead .space {
  width: 120px;
}
#history .history_table tbody td:not([class]) {
  border-left: 1px solid #7ea7c8;
}
#history .history_table tbody tr:first-child td {
  border-top: 1px solid #7ea7c8;
}
#history .history_table tbody tr:first-child td.space {
  border-top: 0;
}
#history .history_table tbody tr:last-child td.right dd {
  padding-bottom: 50px;
}
#history .history_table tbody .year {
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-left: 30px;
  color: #085b9d;
  border-bottom: 1px solid #7ea7c8;
  border-left: 1px solid #7ea7c8;
  font-size: 18px;
  font-weight: 700;
}
#history .history_table tbody .year::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -1px;
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-left: 12px solid #085b9d;
}
#history .history_table tbody .year.first {
  padding-top: 50px;
}
#history .history_table tbody .photo {
  border-left: 1px solid #7ea7c8;
  text-align: right;
}
#history .history_table tbody dl + .photo {
  padding-top: 10px;
}
#history .history_table tbody dd {
  padding: 5px 10px 0 30px;
  padding-left: 30px;
  border-left: 1px solid #7ea7c8;
}
#history .history_table tbody dd.last {
  padding-right: 120px;
  border-left: 0;
}

/*pamphlet*/
#pamphlet .pamphlet_img img {
  height: 300px;
  max-height: 300px;
  width: auto;
}

/**/
.meijimaru_box {
  display: flex;
  justify-content: space-between;
}
.meijimaru_box .first_box {
  width: calc(100% - 400px);
}
.meijimaru_box .twitter {
  width: 360px;
}

/********************************************************************************************************************************************************
    faculty
********************************************************************************************************************************************************/
/* TOP --------------------------------------------------------------------*/
#faculty_area,
#course_area {
  margin-bottom: 80px;
}

#faculty_area {
  padding-bottom: 126px;
  background: url(/common/img/bg_line_s.png) left bottom repeat-x;
}
#faculty_area .imgbtn_box .wrap {
  background: #003067;
}

#course_area h2 {
  margin-bottom: 40px;
}
#course_area .imgbtn_box a .wrap .txt {
  width: 72%;
}

.imgbtn_box {
  margin-bottom: 1px;
}
.imgbtn_box a {
  display: flex;
}
.imgbtn_box a span {
  display: block;
}
.imgbtn_box a .img {
  max-width: 640px;
}
.imgbtn_box a .img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center center;
}
.imgbtn_box a .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 640px);
  padding: 40px 50px;
  background-color: #085b9d;
  color: #fff;
  box-sizing: border-box;
}
.imgbtn_box a .wrap .tit_wrap {
  width: 40%;
}
.imgbtn_box a .wrap .cam {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(/common/img/icon_access.svg) left center no-repeat;
  background-size: 10px 14px;
}
.imgbtn_box a .wrap .tit {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.imgbtn_box a .wrap .tit img {
  display: inline-block;
  max-width: 48px;
  height: 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.imgbtn_box a .wrap .txt {
  width: 55%;
  margin-left: 20px;
  font-size: 12px;
  box-sizing: border-box;
}
.imgbtn_box a .wrap::before {
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
.imgbtn_box a .wrap::after {
  position: absolute;
  content: "";
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #085b9d;
  border-right: 2px solid #085b9d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imgbtn_box a:hover {
  text-decoration: none;
  transition: .3s;
}
.imgbtn_box a:hover .wrap {
  background-color: #097edb;
  transition: .3s;
}

#facility_area h2 {
  margin-bottom: 40px;
}
#facility_area .ship_box {
  display: flex;
  flex-direction: column;
}
#facility_area .ship_box .detail {
  flex-grow: 1;
}
#facility_area .ship_box .detail .facility_photo img {
  width: 100%;
}
#facility_area table {
  margin-bottom: 0;
}
#facility_area table th, #facility_area table td {
  padding: 10px 8px;
}
#facility_area .text {
  flex-grow: 1;
}
#facility_area .links {
  min-height: 68px;
}

/* --------------------------------------------------------------------
    各学部TOP 
-------------------------------------------------------------------- */
#main_wrap.faculty #key_visual {
  width: calc(100% - 546px);
}
#main_wrap.faculty #key_visual h1 {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
#main_wrap.faculty #key_visual h1 .campus {
  display: block;
  margin-bottom: 15px;
  padding-left: 18px;
  font-size: 16px;
  background: url(/common/img/icon_access.svg) left center no-repeat;
  background-size: 10px 14px;
}
#main_wrap.faculty #key_visual h1 .tit img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
#main_wrap.faculty #side_right ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main_wrap.faculty #side_right ul.course {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
#main_wrap.faculty #side_right ul.course::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 210px;
  height: 1px;
  background-color: #5A89BF;
}

#dept_area {
  overflow: hidden;
  margin: 80px auto;
  padding: 0 4%;
}
#dept_area h2 {
  width: 200px;
  margin-right: 0;
}
#dept_area .dept_wrap {
  display: flex;
  justify-content: center;
  width: calc(100% - 200px);
}
#dept_area .dept_wrap .d_box {
  width: calc((100% - 60px) / 3);
  max-width: 313px;
  margin-left: 30px;
}
#dept_area .dept_wrap .d_box:first-child {
  margin-left: 0;
}
#dept_area .dept_wrap .d_box a {
  display: block;
}
#dept_area .dept_wrap .d_box a span {
  display: block;
}
#dept_area .dept_wrap .d_box .d_img {
  position: relative;
}
#dept_area .dept_wrap .d_box .d_img::before {
  content: "";
  position: absolute;
  height: 80%;
  left: -100vw;
  bottom: 0;
  width: 200vw;
  background: white url(/common/img/bg_line_s.png) left 56px repeat-x;
  z-index: -5;
}
#dept_area .dept_wrap .d_box .d_img img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
#dept_area .dept_wrap .d_box .d_name {
  font-size: 20px;
  color: #085b9d;
  font-weight: bold;
}

#interview_link {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 4%;
}
#interview_link .interview_box {
  margin-bottom: 1px;
}
#interview_link .interview_box a {
  display: flex;
}
#interview_link .interview_box a span {
  display: block;
}
#interview_link .interview_box a .iv_img {
  width: 50%;
}
#interview_link .interview_box a .iv_img img {
  vertical-align: bottom;
}
#interview_link .interview_box a .iv_txt_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 40px 50px;
  background-color: #085b9d;
  color: #fff;
  box-sizing: border-box;
}
#interview_link .interview_box a .iv_txt_wrap.faculty_s {
  background: #085b9d url(/faculty/img/bg_icon_s.png) 30px 30px no-repeat;
}
#interview_link .interview_box a .iv_txt_wrap.faculty_e {
  background: #085b9d url(/faculty/img/bg_icon_e.png) 30px 30px no-repeat;
}
#interview_link .interview_box a .iv_txt_wrap.faculty_r {
  background: #085b9d url(/faculty/img/bg_icon_r.png) 30px 30px no-repeat;
}
#interview_link .interview_box a .iv_txt_wrap .tit_en {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
#interview_link .interview_box a .iv_txt_wrap .iv_detail {
  margin-left: 20px;
  font-size: 12px;
}
#interview_link .interview_box a .iv_txt_wrap::before {
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
#interview_link .interview_box a .iv_txt_wrap::after {
  position: absolute;
  content: "";
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #085b9d;
  border-right: 2px solid #085b9d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#interview_link .interview_box a:hover {
  text-decoration: none;
  transition: .3s;
}
#interview_link .interview_box a:hover .iv_txt_wrap {
  background-color: #097edb;
  transition: .3s;
}

#about_area {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 4%;
}
#about_area h2 {
  margin-bottom: 40px;
}
#about_area .about_wrap {
  display: flex;
  justify-content: space-between;
}
#about_area .about_wrap .about_txt {
  max-width: 300px;
}
#about_area .about_wrap .about_img {
  width: calc(100% - 320px);
}
#about_area .about_wrap .about_img img {
  display: block;
}
#about_area .about_wrap .btn_more {
  margin-top: 20px;
}
#about_area .about_wrap .btn_more a {
  display: block;
  padding: 10px;
  background-color: #085b9d;
  color: #fff;
  text-align: center;
}
#about_area .about_wrap .btn_more a:hover {
  background-color: #097edb;
  text-decoration: none;
  transition: .3s;
}
#about_area article {
  margin: 0 auto !important;
}
#about_area article .img {
  margin-top: 15px;
  text-align: center;
}

#class_area {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 4%;
}

#features_area {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 4%;
}
#features_area h2 {
  margin-bottom: 30px;
}
#features_area .features_list {
  padding: 17px 32px 32px;
  background-color: #f3f6f8;
  column-count: 2;
  counter-reset: list_circle_num_counter;
}
#features_area .features_list li {
  position: relative;
  padding: 10px 0 0 2em;
  color: #085b9d;
  font-size: 16px;
  font-weight: 700;
  counter-increment: list_circle_num_counter;
}
#features_area .features_list li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  background-color: #085b9d;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
}

#message_area {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 4%;
}
#message_area h2 {
  margin-bottom: 30px;
}
#message_area .mes_wrap {
  display: flex;
  justify-content: space-between;
}
#message_area .mes_wrap .mes_left {
  position: relative;
  width: calc(100% - 540px);
}
#message_area .mes_wrap .mes_left h3 {
  margin-bottom: 40px;
  padding-right: 30px;
  font-size: 28px;
  line-height: 44px;
}
#message_area .mes_wrap .mes_left .mes_photo {
  position: relative;
  background: white url(/common/img/bg_line_s.png) left -17px repeat-y;
  text-align: right;
}
#message_area .mes_wrap .mes_left .mes_photo img {
  display: block;
  margin-left: auto;
}
#message_area .mes_wrap .mes_left .mes_name {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 300px;
  padding: 20px;
  background-color: #085b9d;
  color: #fff;
  box-sizing: border-box;
}
#message_area .mes_wrap .mes_left .mes_name dt {
  font-size: 22px;
}
#message_area .mes_wrap .mes_left .mes_name dd {
  font-size: 14px;
}
#message_area .mes_wrap .mes_text {
  max-width: 540px;
  padding: 40px 50px;
  background-color: #085b9d;
  color: #fff;
  box-sizing: border-box;
}

#policy_area {
  margin: 80px auto;
  padding: 0 4%;
}
#policy_area article p {
  margin-bottom: 1em;
}

#cooperation_area {
  padding: 0 4%;
}

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

    faculty / interview 

-------------------------------------------------------------------------------------------------------------- */
#interview_mv {
  position: relative;
  width: calc(100% - 546px);
  min-height: 447px;
  color: #fff;
  box-sizing: border-box;
}
#interview_mv h1 {
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 40px;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
}
#interview_mv h1 span {
  display: block;
  line-height: 1;
}
#interview_mv h1 .cat {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 22px;
}
#interview_mv h1 .tit {
  font-size: 44px;
}
#interview_mv .mv_img {
  height: 100%;
}
#interview_mv .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
#interview_mv .mv_img.center img {
  object-position: center center;
}
#interview_mv .mv_img.right img {
  object-position: right center;
}

#interview_page {
  overflow: hidden;
}
#interview_page img {
  vertical-align: bottom;
}
#interview_page article {
  margin: 0 !important;
}
#interview_page article .inner {
  position: relative;
  display: flex;
  max-width: 1300px;
  margin: auto;
  padding: 0 4%;
}
#interview_page #first_area {
  position: relative;
  padding: 64px 0 0;
}
#interview_page #first_area .inner {
  display: block;
  min-height: 500px;
}
#interview_page #first_area::before {
  content: "";
  position: absolute;
  right: 0;
  top: -70px;
  width: 240px;
  height: 100%;
  background: url(/common/img/bg_line_s.png) left top repeat-y;
  z-index: 10;
}
#interview_page #first_area h2 {
  position: relative;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #085b9d;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 50;
}
#interview_page #first_area .photo {
  position: absolute;
  top: 0;
  right: 4%;
  width: calc(100% - 450px);
  text-align: right;
  z-index: 5;
}
#interview_page #first_area .photo img {
  display: block;
  width: 100%;
  max-width: 1020px;
}
#interview_page #first_area .name {
  position: relative;
  width: 54%;
  min-height: 230px;
  padding: 30px 0;
  background-color: #097edb;
  color: #fff;
  font-size: 22px;
  box-sizing: border-box;
  z-index: 1;
}
#interview_page #first_area .name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -400px;
  width: 400px;
  height: 100%;
  background-color: #097edb;
  z-index: -10;
}
#interview_page #first_area .name span {
  display: block;
  font-size: 14px;
}
#interview_page #first_area .name.fac_s {
  background-image: url(/faculty/img/bg_fish.png);
  background-position: 100px 20px;
  background-repeat: no-repeat;
  background-size: 250px;
}
#interview_page #first_area .name.fac_e {
  background-image: url(/faculty/img/bg_ship.png);
  background-position: 100px 20px;
  background-repeat: no-repeat;
  background-size: 250px;
}
#interview_page #first_area .name.fac_r {
  background-image: url(/faculty/img/bg_earth.png);
  background-position: 100px 20px;
  background-repeat: no-repeat;
  background-size: 250px;
}
#interview_page .img_left {
  position: relative;
  /*
  &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 190px;
      background-color: $color-base02;
      z-index: -5;
  }*/
}
#interview_page .img_left .photo {
  position: relative;
  width: 52%;
  padding-top: 80px;
  padding-left: 50px;
  text-align: right;
}
#interview_page .img_left .photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 190px;
  background-color: #097edb;
  z-index: -5;
}
#interview_page .img_left .photo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 85%;
  background: url(/common/img/bg_line_s.png) left 6px repeat-y;
  z-index: 20;
}
#interview_page .img_left dl {
  width: 48%;
  padding: 50px 0 50px 50px;
  box-sizing: border-box;
}
#interview_page .img_left dl dt {
  margin-bottom: 15px;
  color: #085b9d;
  font-size: 20px;
  font-weight: 700;
}
#interview_page .img_left dl .sub_tit {
  margin-bottom: 15px;
  color: #085b9d;
  font-size: 16px;
  font-weight: 700;
}
#interview_page .img_left dl dd:not([class]) {
  line-height: 28px;
}
#interview_page .img_right {
  position: relative;
}
#interview_page .img_right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 190px;
  background-color: #097edb;
  z-index: -5;
}
#interview_page .img_right .inner {
  flex-direction: row-reverse;
}
#interview_page .img_right .photo {
  position: relative;
  width: 52%;
  padding-top: 80px;
  padding-right: 6%;
  text-align: left;
  box-sizing: border-box;
}
#interview_page .img_right .photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-color: #097edb;
  z-index: -5;
}
#interview_page .img_right .photo::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 85%;
  background: url(/common/img/bg_line_s.png) left 6px repeat-y;
  z-index: 20;
}
#interview_page .img_right dl {
  width: 48%;
  padding: 50px;
  box-sizing: border-box;
}
#interview_page .img_right dl dt {
  margin-bottom: 15px;
  color: #085b9d;
  font-size: 20px;
  font-weight: 700;
}
#interview_page .img_right dl .sub_tit {
  margin-bottom: 15px;
  color: #085b9d;
  font-size: 16px;
  font-weight: 700;
}
#interview_page .img_right dl dd:not([class]) {
  line-height: 28px;
}
#interview_page #area01.img_left .photo::after {
  top: -200px;
  height: 390px;
}
#interview_page #off_area {
  position: relative;
  padding: 60px 4%;
}
#interview_page #off_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #097edb;
  z-index: -5;
}
#interview_page #off_area .line_inner {
  display: flex;
  max-width: 1300px;
  margin: auto;
}
#interview_page #off_area .line_inner .photo {
  position: relative;
  width: 50%;
  padding: 20px;
  border-top: 2px solid #097edb;
  border-left: 2px solid #097edb;
  border-bottom: 2px solid #097edb;
  box-sizing: border-box;
}
#interview_page #off_area .line_inner .photo span {
  display: block;
  position: absolute;
  left: -11px;
  top: 50px;
}
#interview_page #off_area .line_inner .photo img {
  width: 100%;
}
#interview_page #off_area .line_inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 40px;
  color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  box-sizing: border-box;
}
#interview_page #off_area .line_inner .text h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
#interview_page #area04.img_right::after,
#interview_page #area04.img_right .photo::after {
  display: none;
}

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

    faculty / department 

-------------------------------------------------------------------------------------------------------------- */
#movie_area {
  overflow: hidden;
  margin: 80px auto;
  padding: 0 4%;
}
#movie_area .movie_wrap {
  display: flex;
  justify-content: center;
}
#movie_area .m_box {
  width: 400px;
  margin: 20px 20px 0;
}
#movie_area .m_box a span {
  display: block;
}
#movie_area .m_box a span.img {
  position: relative;
  margin-bottom: 6px;
}
#movie_area .m_box a span.img img {
  vertical-align: bottom;
}
#movie_area .m_box a span.img::before {
  content: "";
  position: absolute;
  height: 80%;
  left: -100vw;
  bottom: 0;
  width: 200vw;
  background: white url(/common/img/bg_line_s.png) left bottom repeat-x;
  z-index: -5;
}
#movie_area .m_box .title {
  color: #085b9d;
  font-size: 16px;
  font-weight: 700;
}

#intro_area {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 4%;
}
#intro_area .intro_wrap {
  display: flex;
  justify-content: space-between;
}
#intro_area .intro_box {
  width: 48%;
  max-width: 550px;
}
#intro_area .intro_box dl dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #085b9d;
  border-bottom: 1px solid #085b9d;
  font-size: 18px;
  font-weight: 700;
}

#key_visual.advancedcourse, #key_visual.seatrainingcourse {
  width: 100% !important;
}

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

    campuslife / activity 

-------------------------------------------------------------------------------------------------------------- */
.activity_list td, .activity_list th {
  width: calc(100% / 6);
  vertical-align: middle;
}

.sns_icon {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.sns_icon img {
  vertical-align: bottom;
}

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

    research / researchinfo 

-------------------------------------------------------------------------------------------------------------- */
.list_name li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.list_name li:first-child {
  margin-top: 0;
}
.list_name li a {
  display: inline-block;
  margin-right: 10px;
  color: #085b9d;
  font-size: 16px;
  font-weight: 700;
}
.list_name li a img {
  vertical-align: bottom;
}
.list_name li .dept {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid #7ea7c8;
  color: #7ea7c8;
  font-size: 12px;
}

iframe.youtube {
  min-height: 315px;
  min-width: 560px;
}

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

    target page

-------------------------------------------------------------------------------------------------------------- */
.target_main section {
  margin-top: 40px !important;
}
.target_main section:first-child {
  margin-top: 20px !important;
}
.target_main section p {
  margin-bottom: 1em;
}
.target_main h2 + section {
  margin-top: 20px !important;
}

@media screen and (max-width: 999px) {
  /********************************************************************************************************************************************************
  
      news
  
  ********************************************************************************************************************************************************/
  #news_list_page #category_area {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #085b9d;
  }
  #news_list_page #category_area h3 {
    width: 150px;
    margin-right: 20px;
    padding: 10px 15px;
    background-color: #085b9d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
  }
  #news_list_page #news_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  #news_list_page #news_nav li {
    margin-right: 12px;
    margin-bottom: 10px;
    list-style: none;
  }
  #news_list_page #news_nav li:last-child {
    margin-right: 0;
  }
  #news_list_page #news_nav li a {
    display: block;
    padding: 2px 12px;
    background: #F3F6F8;
    color: #085b9d;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  #news_list_page #news_nav li a:hover {
    background-color: #7ea7c8;
    color: #fff;
    text-decoration: none;
    transition: .3s;
  }
  #news_list_page #news_nav li.on a {
    background: #085b9d;
    color: #fff;
  }
  #news_list_page #news_list {
    margin-left: 0;
  }
  #news_list_page #news_list li {
    display: flex;
    margin-bottom: 12px;
    list-style: none;
  }
  #news_list_page #news_list li .category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin-right: 15px;
    background-color: #c2daee;
    color: #085b9d;
    font-weight: 700;
    text-align: center;
  }
  #news_list_page #news_list li dl {
    overflow: hidden;
    padding: 15px 0;
  }
  #news_list_page #news_list li dl .n_date {
    float: left;
    margin-right: 10px;
    color: #085b9d;
    font-family: "Roboto", sans-serif;
  }
  #news_list_page #news_list li dl .n_cat span {
    display: inline-block;
    width: 96px;
    height: 20px;
    background: #085b9d;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #news_list_page #news_list li dl .n_cat span.faculty {
    background: #fff;
    color: #085b9d;
    border: 1px solid #085b9d;
  }
  #news_list_page #news_list li dl dd:not([class]) {
    clear: both;
    margin-left: 16px;
  }
  #news_list_page #news_list li dl a {
    display: inline-block;
  }
  #news_list_page #news_list li dl a:hover {
    color: #085b9d;
  }
  #news_list_page #news_list li dl a[href$='.pdf'] {
    position: relative;
    padding-left: 30px;
  }
  #news_list_page #news_list li dl a[href$='.pdf']::before {
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: white url(../img/icon_pdf.png) center center no-repeat;
    background-size: cover;
  }
  #news_list_page #pager_area {
    flex-wrap: wrap;
    margin: 40px 0 100px -5px;
    width: calc(100% - 5px);
  }

  #pager_area .link_page, #pager_area span{
    margin-left: 5px;
    margin-bottom: 5px;
  }
  #news_list_page #pager_area ul {
    display: flex;
    margin: 0 30px;
  }
  #news_list_page #pager_area ul li {
    list-style: none;
    margin: 0 5px;
    border-radius: 25px;
  }
  #news_list_page #pager_area ul li a {
    display: block;
    width: 20px;
    padding: 8px;
    color: #085b9d;
    border: 1px solid #085b9d;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
  }
  #news_list_page #pager_area ul li.active {
    background-color: #085b9d;
    font-weight: 700;
  }
  #news_list_page #pager_area ul li.active a {
    color: #fff;
  }
  #news_list_page #pager_area .back a,
  #news_list_page #pager_area .next a {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #085b9d;
    border: 1px solid #7ea7c8;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    line-height: 14px;
  }
  #news_list_page #pager_area .back a::before,
  #news_list_page #pager_area .next a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #085b9d;
    border-right: 2px solid #085b9d;
  }
  #news_list_page #pager_area .back a {
    padding-left: 20px;
  }
  #news_list_page #pager_area .back a::before {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #news_list_page #pager_area .next a {
    padding-right: 20px;
  }
  #news_list_page #pager_area .next a::before {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /********************************************************************************************************************************************************
      overview
  ********************************************************************************************************************************************************/
  /* TOP --------------------------------------------------------------------*/
  #symbol_area {
    margin: 80px auto;
  }
  #symbol_area .tit {
    display: block;
  }
  #symbol_area .read {
    color: #085b9d;
    font-size: 20px;
    font-weight: 700;
  }
  #symbol_area .symbol_wrap {
    display: block;
    align-items: center;
    max-width: 1000px;
    margin: 30px auto 0;
  }
  #symbol_area .symbol_wrap p {
    width: 270px;
    margin: auto;
  }
  #symbol_area .symbol_wrap dl dt {
    margin-bottom: 24px;
    color: #085b9d;
    font-size: 20px;
    font-weight: 700;
  }
  #symbol_area .symbol_wrap dl dd {
    padding-bottom: 15px;
  }
  #symbol_area .symbol_wrap dl dd:last-child {
    padding: 15px 0 0;
    border-top: 1px solid #CFCFCF;
    font-size: 12px;
  }

  #development_area {
    margin: 80px auto 100px;
    padding-right: 0;
    background: none;
  }
  #development_area .tit_type01 {
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }
  #development_area .dev_wrap {
    display: block;
  }
  #development_area .dev_wrap .img {
    position: relative;
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  #development_area .dev_wrap .img img {
    vertical-align: bottom;
  }
  #development_area .dev_wrap .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 160%;
    background: url(/common/img/bg_line_s.png) left 4px repeat-y;
  }
  #development_area .dev_wrap .text_wrap {
    width: 100%;
    box-sizing: border-box;
  }
  #development_area .dev_wrap .text_wrap > p {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 60px;
  }
  #development_area .dev_wrap .text_wrap ol {
    margin: 30px 0 0;
    padding: 30px 40px 30px 60px;
    background-color: #085b9d;
    color: #fff;
  }
  #development_area .dev_wrap .text_wrap ol li {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
  }
  #development_area .dev_wrap .text_wrap ol li:first-child {
    margin-top: 0;
  }

  #vision_area {
    padding: 40px 4%;
    background: #085b9d url(/overview/img/vision_bg.png) center center no-repeat;
    background-size: cover;
    color: #fff;
  }
  #vision_area .vison_wrap {
    max-width: 1200px;
    margin: auto;
  }
  #vision_area .vison_in {
    display: block;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #vision_area h2 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 0.8;
  }
  #vision_area h2 span {
    margin-left: 0;
    margin-top: 12px;
    font-size: 22px;
  }
  #vision_area h3 {
    text-align: center;
  }
  #vision_area .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #vision_area .text a {
    color: #fff;
  }
  #vision_area .pamphlet {
    width: 220px;
    margin: 20px auto 0;
  }
  #vision_area .inner_box {
    margin-bottom: 30px;
  }
  #vision_area .list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  #vision_area .list_box li {
    width: 47%;
    max-width: initial;
  }
  #vision_area .list_box li:last-child {
    width: 100%;
  }
  #vision_area .list_box li span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
  }
  #vision_area .list_box li strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }
  #vision_area .vision_list {
    width: 100%;
  }
  #vision_area .link_year {
    display: block;
  }
  #vision_area .link_year li {
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
  #vision_area .link_year li:last-child {
    margin-bottom: 0;
  }

  /* /overview/president/ --------------------------------------------------------------------*/
  #greeting_area h2 {
    margin-bottom: 30px;
  }
  #greeting_area .greeting_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  #greeting_area .greeting_wrap .text {
    width: 100%;
  }
  #greeting_area .greeting_wrap .photo {
    width: 220px;
    margin: auto;
    text-align: center;
  }

  #history {
    margin-bottom: 0 !important;
    padding-bottom: 100px;
  }
  #history .history_table {
    margin-bottom: 0;
    border-spacing: 0;
  }
  #history .history_table th, #history .history_table td {
    padding: 0;
    background-color: #fff;
  }
  #history .history_table thead th {
    border-left: 0;
  }
  #history .history_table thead .head {
    width: calc((100% - 120px) / 2);
    background-color: #085b9d;
    color: #fff;
    border-bottom: 5px solid #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  #history .history_table thead .space {
    width: 120px;
  }
  #history .history_table tbody td:not([class]) {
    border-left: 1px solid #7ea7c8;
  }
  #history .history_table tbody tr:first-child td {
    border-top: 1px solid #7ea7c8;
  }
  #history .history_table tbody tr:first-child td.space {
    border-top: 0;
  }
  #history .history_table tbody tr:last-child td.right dd {
    padding-bottom: 50px;
  }
  #history .history_table tbody tr:last-child td dl, #history .history_table tbody tr:last-child td p {
    margin-bottom: 20px;
  }
  #history .history_table tbody .year {
    position: relative;
    padding-top: 20px;
    padding-left: 30px;
    color: #085b9d;
    border-bottom: 1px solid #7ea7c8;
    border-left: 1px solid #7ea7c8;
    font-size: 18px;
    font-weight: 700;
  }
  #history .history_table tbody .year::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: -1px;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 12px solid #085b9d;
  }
  #history .history_table tbody .year.first {
    padding-top: 50px;
  }
  #history .history_table tbody .photo {
    padding-left: 30px;
    text-align: left;
  }
  #history .history_table tbody dd {
    padding: 5px 10px 0 30px;
    padding-left: 30px;
    border-left: 1px solid #7ea7c8;
  }
  #history .history_table tbody dd.last {
    padding-bottom: 100px;
    padding-right: 0;
    border-left: 1px solid #7ea7c8;
  }

  /* meijimaru page */
  .meijimaru_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .meijimaru_box .first_box {
    width: 100%;
  }
  .meijimaru_box .twitter {
    width: 100%;
  }

  /********************************************************************************************************************************************************
      faculty
  ********************************************************************************************************************************************************/
  /* TOP --------------------------------------------------------------------*/
  #faculty_area,
  #course_area {
    margin-bottom: 80px;
  }

  #faculty_area {
    padding-bottom: 126px;
    background: url(/common/img/bg_line_s.png) left bottom repeat-x;
  }
  #faculty_area .imgbtn_box .wrap {
    background: #003067;
  }

  #course_area h2 {
    margin-bottom: 40px;
  }
  #course_area .imgbtn_box a .wrap .txt {
    width: 100%;
  }

  .imgbtn_box a {
    display: flex;
  }
  .imgbtn_box a .img {
    width: 30%;
    max-width: 30%;
  }
  .imgbtn_box a .wrap {
    display: block;
    width: 70%;
    padding: 20px 40px;
  }
  .imgbtn_box a .wrap .tit_wrap {
    width: 100%;
  }
  .imgbtn_box a .wrap .cam {
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(/common/img/icon_access.svg) left center no-repeat;
    background-size: 10px 14px;
  }
  .imgbtn_box a .wrap .tit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 23px;
  }
  .imgbtn_box a .wrap .tit img {
    display: inline-block;
    max-width: 48px;
    height: 100%;
    margin-right: 10px;
    vertical-align: middle;
  }
  .imgbtn_box a .wrap .txt {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    box-sizing: border-box;
  }
  .imgbtn_box a .wrap::before {
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
  }
  .imgbtn_box a .wrap::after {
    position: absolute;
    content: "";
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #085b9d;
    border-right: 2px solid #085b9d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .imgbtn_box a:hover {
    text-decoration: none;
    transition: .3s;
  }
  .imgbtn_box a:hover .wrap {
    background-color: #097edb;
    transition: .3s;
  }

  #facility_area h2 {
    margin-bottom: 40px;
  }
  #facility_area .ship_box {
    margin-top: 30px;
  }
  #facility_area .ship_box:first-child {
    margin-top: 0;
  }
  #facility_area .ship_box .detail {
    flex-grow: 1;
  }
  #facility_area .ship_box .detail .facility_photo img {
    width: 100%;
  }
  #facility_area table {
    margin-bottom: 0;
  }
  #facility_area table th, #facility_area table td {
    padding: 10px 8px;
  }
  #facility_area .text {
    flex-grow: 1;
  }
  #facility_area .links {
    min-height: auto;
  }
  #facility_area .fac_box {
    margin-top: 30px;
  }
  #facility_area .fac_box:first-child {
    margin-top: 0;
  }
  #facility_area .facility_photo {
    text-align: center;
  }

  /* --------------------------------------------------------------------
      各学部TOP 
  -------------------------------------------------------------------- */
  #main_wrap.faculty #key_visual {
    width: 100%;
  }
  #main_wrap.faculty #key_visual h1 {
    display: flex;
    margin-bottom: 20px;
    line-height: 1;
  }
  #main_wrap.faculty #key_visual h1 .campus {
    display: block;
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 16px;
    background: url(/common/img/icon_access.svg) left center no-repeat;
    background-size: 10px 14px;
  }
  #main_wrap.faculty #key_visual h1 .tit img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
  }
  #main_wrap.faculty #side_right ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #main_wrap.faculty #side_right ul.course {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }
  #main_wrap.faculty #side_right ul.course::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  #main_wrap.faculty #side_major {
    display: none;
  }

  #dept_area .inner_box {
    display: block;
  }
  #dept_area h2 {
    width: 200px;
    margin-right: 0;
  }
  #dept_area .dept_wrap {
    display: block;
    justify-content: center;
    width: 100%;
  }
  #dept_area .dept_wrap .d_box {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #dept_area .dept_wrap .d_box a {
    display: block;
  }
  #dept_area .dept_wrap .d_box a span {
    display: block;
  }
  #dept_area .dept_wrap .d_box .d_img {
    position: relative;
  }
  #dept_area .dept_wrap .d_box .d_img::before {
    content: "";
    position: absolute;
    height: 80%;
    left: -100vw;
    bottom: 0;
    width: 200vw;
    background: white url(/common/img/bg_line_s.png) left 56px repeat-x;
    z-index: -5;
  }
  #dept_area .dept_wrap .d_box .d_img img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  #dept_area .dept_wrap .d_box .d_name {
    font-size: 20px;
    color: #085b9d;
    font-weight: bold;
  }

  #interview_link {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
  }
  #interview_link .interview_box {
    margin-bottom: 1px;
  }
  #interview_link .interview_box a {
    display: block;
  }
  #interview_link .interview_box a span {
    display: block;
  }
  #interview_link .interview_box a .iv_img {
    width: 100%;
  }
  #interview_link .interview_box a .iv_img img {
    width: 100%;
    vertical-align: bottom;
  }
  #interview_link .interview_box a .iv_txt_wrap {
    display: block;
    width: 100%;
    padding: 30px;
  }
  #interview_link .interview_box a .iv_txt_wrap.faculty_s {
    background: #085b9d url(/faculty/img/bg_icon_s.png) 88% 20px no-repeat;
  }
  #interview_link .interview_box a .iv_txt_wrap.faculty_e {
    background: #085b9d url(/faculty/img/bg_icon_e.png) 88% 20px no-repeat;
  }
  #interview_link .interview_box a .iv_txt_wrap.faculty_r {
    background: #085b9d url(/faculty/img/bg_icon_r.png) 88% 20px no-repeat;
  }
  #interview_link .interview_box a .iv_txt_wrap .tit_en {
    font-size: 43px;
  }
  #interview_link .interview_box a .iv_txt_wrap .iv_detail {
    margin-left: 0;
  }
  #interview_link .interview_box a .iv_txt_wrap::before {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 15px;
    margin: auto;
    content: "";
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
  }
  #interview_link .interview_box a .iv_txt_wrap::after {
    position: absolute;
    content: "";
    left: auto;
    right: 32px;
    bottom: 15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #085b9d;
    border-right: 2px solid #085b9d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #interview_link .interview_box a .iv_txt_wrap .tit_wrap {
    margin-bottom: 10px;
  }
  #interview_link .interview_box a:hover {
    text-decoration: none;
    transition: .3s;
  }
  #interview_link .interview_box a:hover .iv_txt_wrap {
    background-color: #097edb;
    transition: .3s;
  }

  #about_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
  }
  #about_area h2 {
    margin-bottom: 40px;
  }
  #about_area .about_wrap {
    display: block;
    justify-content: space-between;
  }
  #about_area .about_wrap .about_txt {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #about_area .about_wrap .about_img {
    width: 100%;
  }
  #about_area .about_wrap .about_img img {
    display: block;
  }
  #about_area .about_wrap .btn_more {
    margin-top: 20px;
  }
  #about_area .about_wrap .btn_more a {
    display: block;
    padding: 10px;
    background-color: #085b9d;
    color: #fff;
    text-align: center;
  }
  #about_area .about_wrap .btn_more a:hover {
    background-color: #097edb;
    text-decoration: none;
    transition: .3s;
  }

  #class_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
  }

  #features_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
  }
  #features_area h2 {
    margin-bottom: 30px;
  }
  #features_area .features_list {
    padding: 17px 32px 32px;
    background-color: #f3f6f8;
    column-count: 1;
    counter-reset: list_circle_num_counter;
  }
  #features_area .features_list li {
    position: relative;
    padding: 10px 0 0 2em;
    color: #085b9d;
    font-size: 16px;
    font-weight: 700;
    counter-increment: list_circle_num_counter;
  }
  #features_area .features_list li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 0px;
    width: calc(1.5em);
    height: calc(1.5em);
    background-color: #085b9d;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    content: counter(list_circle_num_counter);
  }

  #message_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
  }
  #message_area h2 {
    margin-bottom: 30px;
  }
  #message_area .mes_wrap {
    display: block;
    justify-content: space-between;
  }
  #message_area .mes_wrap .mes_left {
    width: 100%;
  }
  #message_area .mes_wrap .mes_left h3 {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 28px;
    line-height: 44px;
  }
  #message_area .mes_wrap .mes_left .mes_photo {
    position: relative;
    background: white url(/common/img/bg_line_s.png) left -17px repeat;
    text-align: right;
  }
  #message_area .mes_wrap .mes_left .mes_photo img {
    display: block;
    margin-left: auto;
  }
  #message_area .mes_wrap .mes_left .mes_name {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 300px;
    padding: 20px;
    background-color: #085b9d;
    color: #fff;
    box-sizing: border-box;
  }
  #message_area .mes_wrap .mes_left .mes_name dt {
    font-size: 22px;
  }
  #message_area .mes_wrap .mes_left .mes_name dd {
    font-size: 14px;
  }
  #message_area .mes_wrap .mes_text {
    max-width: 100%;
    padding: 30px;
  }

  #policy_area {
    margin: 80px auto;
    padding: 0 4%;
  }

  /* --------------------------------------------------------------------------------------------------------------
  
      faculty / interview 
  
  -------------------------------------------------------------------------------------------------------------- */
  #interview_mv {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 250px;
    color: #fff;
    box-sizing: border-box;
  }
  #interview_mv h1 {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  }
  #interview_mv h1 span {
    display: block;
    line-height: 1;
  }
  #interview_mv h1 .cat {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    font-size: 20px;
  }
  #interview_mv h1 .tit {
    font-size: 40px;
  }
  #interview_mv .mv_img {
    height: 100%;
  }
  #interview_mv .mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
  }

  #interview_page {
    overflow: hidden;
  }
  #interview_page img {
    vertical-align: bottom;
  }
  #interview_page article {
    margin: 0 !important;
  }
  #interview_page article .inner {
    position: relative;
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
  #interview_page #first_area {
    position: relative;
    padding: 64px 0 0;
  }
  #interview_page #first_area .inner {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  #interview_page #first_area::before {
    content: "";
    position: absolute;
    right: 0;
    top: -70px;
    width: 40px;
    height: 100%;
    background: url(/common/img/bg_line_s.png) left top repeat-y;
    z-index: 10;
  }
  #interview_page #first_area::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 230px;
    background-color: #097edb;
    z-index: -5;
  }
  #interview_page #first_area h2 {
    position: initial;
    top: initial;
    left: initial;
    width: 92%;
    margin: 0 auto 20px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 15px;
    color: #085b9d;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    white-space: inherit;
    box-sizing: border-box;
    z-index: 50;
  }
  #interview_page #first_area .photo {
    position: relative;
    width: 100%;
    right: 0;
  }
  #interview_page #first_area .photo img {
    display: block;
    width: 100%;
  }
  #interview_page #first_area .name {
    width: 100%;
    min-width: 400px;
    min-height: 200px;
    padding: 20px 4%;
    background-color: #097edb;
    background-size: 200px !important;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
  }
  #interview_page #first_area .name span {
    display: block;
    font-size: 14px;
  }
  #interview_page .img_left {
    position: relative;
  }
  #interview_page .img_left::after {
    display: none;
  }
  #interview_page .img_left .photo {
    position: relative;
    display: block;
    align-items: flex-end;
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
    background-color: #097edb;
    text-align: right;
  }
  #interview_page .img_left .photo::after {
    display: none;
  }
  #interview_page .img_left .photo::before {
    content: "";
    display: block;
    position: absolute;
    left: initial;
    right: 0;
    top: 0;
    width: 40px;
    height: 85%;
    background: url(/common/img/bg_line_s.png) left 6px repeat-y;
    z-index: 20;
  }
  #interview_page .img_left .photo img {
    width: 100%;
  }
  #interview_page .img_left dl {
    width: 100%;
    padding: 50px 4%;
    box-sizing: border-box;
  }
  #interview_page .img_left dl dt {
    margin-bottom: 15px;
    color: #085b9d;
    font-size: 20px;
    font-weight: 700;
  }
  #interview_page .img_left dl .sub_tit {
    margin-bottom: 15px;
    color: #085b9d;
    font-size: 16px;
    font-weight: 700;
  }
  #interview_page .img_left dl dd:not([class]) {
    line-height: 28px;
  }
  #interview_page .img_right {
    position: relative;
  }
  #interview_page .img_right::after {
    display: none;
  }
  #interview_page .img_right .inner {
    flex-direction: row-reverse;
  }
  #interview_page .img_right .photo {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    background-color: #097edb;
    padding-top: 60px;
    padding-right: 0;
    text-align: left;
    box-sizing: border-box;
  }
  #interview_page .img_right .photo::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #097edb;
    z-index: -5;
  }
  #interview_page .img_right .photo::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 85%;
    background: url(/common/img/bg_line_s.png) left 6px repeat-y;
    z-index: 20;
  }
  #interview_page .img_right .photo img {
    width: 100%;
  }
  #interview_page .img_right dl {
    width: 100%;
    padding: 30px 4% 50px;
    box-sizing: border-box;
  }
  #interview_page .img_right dl dt {
    margin-bottom: 15px;
    color: #085b9d;
    font-size: 20px;
    font-weight: 700;
  }
  #interview_page .img_right dl .sub_tit {
    margin-bottom: 15px;
    color: #085b9d;
    font-size: 16px;
    font-weight: 700;
  }
  #interview_page .img_right dl dd:not([class]) {
    line-height: 28px;
  }
  #interview_page #off_area {
    position: relative;
    padding: 60px 0 0;
  }
  #interview_page #off_area::after {
    display: none;
  }
  #interview_page #off_area .line_inner {
    display: block;
    max-width: 1300px;
    margin: auto;
  }
  #interview_page #off_area .line_inner .photo {
    position: relative;
    width: 100%;
    padding: 20px;
    border: 0;
    box-sizing: border-box;
  }
  #interview_page #off_area .line_inner .photo span {
    display: block;
    position: absolute;
    left: -11px;
    top: -80px;
  }
  #interview_page #off_area .line_inner .photo img {
    width: 100%;
  }
  #interview_page #off_area .line_inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 40px 70px;
    background-color: #097edb;
    color: #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 15px;
    box-sizing: border-box;
  }
  #interview_page #off_area .line_inner .text h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
  }
  #interview_page #area04.img_right::after,
  #interview_page #area04.img_right .photo::after {
    display: none;
  }

  /* --------------------------------------------------------------------------------------------------------------
  
      faculty / department 
  
  -------------------------------------------------------------------------------------------------------------- */
  #movie_area {
    overflow: hidden;
    margin: 80px auto;
    padding: 0 4%;
  }
  #movie_area .movie_wrap {
    display: block;
  }
  #movie_area .m_box {
    max-width: 400px;
    margin: 20px auto 0;
  }
  #movie_area .m_box a span {
    display: block;
  }
  #movie_area .m_box a span.img {
    position: relative;
  }
  #movie_area .m_box a span.img img {
    vertical-align: bottom;
  }
  #movie_area .m_box a span.img::before {
    display: none;
  }
  #movie_area .m_box .title {
    color: #085b9d;
    font-size: 16px;
    font-weight: 700;
  }

  #intro_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
  }
  #intro_area .intro_wrap {
    display: block;
    justify-content: space-between;
  }
  #intro_area .intro_box {
    max-width: 550px;
    margin: 30px auto 0;
  }
  #intro_area .intro_box:first-child {
    margin-top: 0;
  }
  #intro_area .intro_box p {
    text-align: center;
  }
  #intro_area .intro_box dl dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #085b9d;
    border-bottom: 1px solid #085b9d;
    font-size: 18px;
    font-weight: 700;
  }

  #key_visual.advancedcourse, #key_visual.seatrainingcourse {
    width: 100% !important;
  }

  /* --------------------------------------------------------------------------------------------------------------
  
      research / researchinfo 
  
  -------------------------------------------------------------------------------------------------------------- */
  .list_name li {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .list_name li:first-child {
    margin-top: 0;
  }
  .list_name li a {
    display: inline-block;
    margin-right: 10px;
    color: #085b9d;
    font-size: 16px;
    font-weight: 700;
  }
  .list_name li a img {
    vertical-align: bottom;
  }
  .list_name li .dept {
    display: inline-block;
    padding: 1px 5px;
    border: 1px solid #7ea7c8;
    color: #7ea7c8;
    font-size: 12px;
  }

  iframe.youtube {
    min-height: 315px;
    min-width: 100%;
  }
}
/* /overview/infographic/ */
.fontM {
  font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
}

.fontG {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",Meiryo,"メイリオ",sans-serif;
}

#factbook {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",Meiryo,"メイリオ",sans-serif;
}

#factbook .en {
  font-family: "Century Gothic" !important;
}

#factbook img {
  width: auto;
}

#factbook h2,
#factbook h3 {
  font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
}

#factbook .en h2,
#factbook .en h3,
#factbook .en span.no,
#factbook .en span.no2 {
  font-family: Impact, Haettenschweiler,serif !important;
}

 /*
@media screen and (min-width:1000px) {
 .tab:display:none;
 .sp:display:none;
 }
 */
#factbook {
  box-sizing: border-box;
}

#factbook h2 {
  font-size: 32px;
  border-bottom: 3px solid #333;
  padding: 25px 0;
  background-color: transparent;
  background-image: none;
  color: #000;
  margin: 40px auto 20px auto;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  line-height: 1.2em;
}

#factbook .en h2 {
  font-size: 50px;
}

#factbook h3 {
  font-size: 32px;
  letter-spacing: 2px;
  background-image: none;
  font-weight: normal;
  color: #000;
  border: none;
  margin: 20px 0 40px 0;
  padding: 0;
  line-height: 1.2em;
}

#factbook .en h3 {
  font-size: 50px;
}

#factbook section {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

/********************************************************
 20230519
*********************************************************/
#factbook section table th {
  border-left: none;
}

#factbook section table td {
  background-color: initial;
}

/********************************************************/
#factbook div.btn p {
  background-color: #f2f2f2;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}

#factbook div.btn a {
  background-color: #0860a8;
  display: block;
  padding: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#factbook section#lead {
  text-align: center;
}

#factbook section#lead p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2;
}

#factbook .en section#lead p {
  text-align: left;
  font-size: 20px;
}

#factbook section#lead p.fig {
  width: 50%;
  max-width: 200px;
  margin: 40px auto 0 auto;
}

#factbook section#sec1 {
  text-align: center;
  font-size: 24px;
  width: 96%;
  margin: 30px auto 100px auto;
}

#factbook section#sec1 h3 span.small {
  margin-top: 24px;
  font-size: 18px;
  display: block;
  font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
}

#factbook .en section#sec1 h3 span.small {
  text-align: left;
  display: block;
  font-family: "Century Gothic";
  line-height: 20px;
  margin-top: 0;
  font-size: 15px;
}

#factbook section#sec1 p {
  font-size: 24px;
}

#factbook section#sec1 p#sec1l1 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 50px;
}

#factbook section#sec1 p#sec1l1 span.no {
  font-weight: bold;
  font-size: 48px;
  margin: 0 10px;
}

#factbook section#sec1 div.left {
  width: 50%;
  float: left;
}

#factbook section#sec1 div.left p#sec1l2 {
  width: 50%;
  margin: 0 auto;
}

#factbook section#sec1 div.right {
  width: 50%;
  float: right;
  text-align: center;
}

#factbook section#sec1 p#sec1l3 span.no {
  font-size: 48px;
  margin: 30px 10px 40px;
}

#factbook .en section#sec1 p#sec1l3 span.txt2 {
  display: block;
}

#factbook section#sec1 p#sec1l4 {
  line-height: 60px;
  margin: 25px 50px 0 0;
}

#factbook section#sec1 p#sec1l4 span.no {
  font-weight: bold;
  font-size: 70px;
  margin: 0 10px;
}

#factbook section#sec1 p#sec1l4 span.perc {
  font-size: 20px;
}

#factbook section#sec1 div.btn {
  width: 100%;
  clear: both;
  font-size: 14px;
  overflow: hidden;
  box-sizing: border-box;
}

#factbook section#sec1 div.btn p {
  font-size: 14px;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

#factbook section#sec1 div.btn a {
  font-size: 14px;
  width: 50%;
  float: right;
  margin: 0;
  box-sizing: border-box;
}

#factbook section#sec2 {
  text-align: center;
  font-size: 24px;
  width: 96%;
  margin: 0 auto 100px auto;
}

#factbook section#sec2 h3 {
  text-align: left;
  margin-bottom: 0;
}

#factbook section#sec2 div.left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: left;
}

#factbook section#sec2 div.left p {
  font-size: 18px;
}

#factbook section#sec2 div.left p#sec2l1 {
  margin: 30px 0 60px 0;
  line-height: 1.5;
}

p#sec4l1 {
  line-height: 1.6;
  margin: 0;
}

#factbook section#sec2 span.no {
  font-weight: bold;
  font-size: 70px;
  margin: 0;
}

#factbook section#sec2 span.perc {
  font-size: 30px;
  margin-left: 10px;
}

#factbook section#sec2 div.left div.btn p {
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
  padding: 12px 14px;
  margin-bottom: 0;
}

#factbook section#sec2 div.right {
  box-sizing: border-box;
  float: right;
  width: 50%;
}

#factbook section#sec2 div.right p {
  width: 80%;
  margin: 0 auto;
}

#factbook section#sec3 {
  text-align: center;
  font-size: 24px;
  width: 96%;
  margin: 0 auto 80px auto;
}

#factbook section#sec3 h3 {
  text-align: center;
  margin-bottom: 40px;
}

#factbook section#sec3 h3 span.small {
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
}

#factbook .en section#sec3 h3 span.small {
  font-family: "Century Gothic" !important;
}

#factbook section#sec3 div.left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: center;
}

#factbook section#sec3 div.left p#sec3l1 {
  margin: 80px 0 60px 0;
}

#factbook section#sec3 div.left span.no {
  font-weight: bold;
  font-size: 70px;
  margin: 0;
}

#factbook section#sec3 div.left span.txt {
  font-size: 30px;
  margin-left: 10px;
}

#factbook section#sec3 div.left div.btn {
  line-height: 1.2em;
}

#factbook section#sec3 div.right {
  box-sizing: border-box;
  float: right;
  width: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#factbook section#sec3 div.right p#sec3l2 {
  width: 80%;
  margin: 0 auto;
}

#factbook section#sec4 {
  text-align: center;
  font-size: 24px;
  width: 96%;
  margin: 0 auto 100px auto;
}

#factbook section#sec4 h3 {
  text-align: left;
  margin-bottom: 30px;
}

#factbook section#sec4 div.left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: left;
  line-height: 1.0;
  padding-bottom: 60px;
}

#factbook section#sec4 div.left p {
  margin-bottom: 30px;
}

#factbook .en section#sec4 div.left p span.perc {
  display: block;
}

#factbook section#sec4 span.no {
  font-weight: bold;
  font-size: 48px;
  margin: 0 10px 0 0;
}

#factbook section#sec4 span.no2 {
  font-weight: bold;
  font-size: 80px;
  margin: 0 10px;
}

#factbook section#sec4 div.right {
  box-sizing: border-box;
  float: right;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

#factbook section#sec4 div.right p {
  width: 80%;
  margin: 0 auto;
}

#factbook section#sec4 div.btn {
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  width: 100%;
}

#factbook section#sec4 div.btn p {
  font-size: 14px;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

#factbook section#sec4 div.btn a {
  font-size: 14px;
  width: 50%;
  float: right;
  margin: 0;
  box-sizing: border-box;
}

#factbook section#sec5 {
  width: 100%;
  background-image: url("/overview/infographic/img/fig5_4.png");
  background-size: cover;
  background-position: top center;
  padding: 20px 0 0 20px;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

#factbook section#sec5 h3 {
  margin: 20px 0 0 0;
  letter-spacing: 0;
}

#factbook section#sec5 div.left {
  font-size: 18px;
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: left;
  position: relative;
}

#factbook section#sec5 div.left p#sec5l1 {
  margin-top: 10%;
  text-align: left;
  font-weight: bold;
}

#factbook section#sec5 div.left p#sec5l1 span.txt {
  font-size: 24px;
  font-weight: bold;
}

#factbook section#sec5 div.right p#sec5l2 span.no {
  font-weight: bold;
  font-size: 40px;
}

#factbook section#sec5 div.left p#sec5l3 {
  margin: 12% 10% 0 0;
  text-align: right;
}

#factbook section#sec5 div.left p#sec5l3 span.no {
  font-weight: bold;
  font-size: 70px;
}

p#sec5l4 {
  margin-top: -50px;
}

#factbook section#sec5 div.left p#sec5l4 img {
  width: 40%;
}

#factbook section#sec5 div.left div.btn {
  clear: both;
  font-size: 14px;
  width: 300px;
}

#factbook section#sec5 div.left div.btn p {
  margin-bottom: 0;
}

#factbook section#sec5 div.right {
  box-sizing: border-box;
  float: right;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

#factbook section#sec5 div.right p#sec5r1 {
  margin-top: 120px;
  font-weight: normal;
  font-size: 32px;
  font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
}

#factbook .en section#sec5 div.right p#sec5r1 {
  font-family: "Century Gothic";
}

#factbook section#sec5 div.right p#sec5r2 {
  text-align: center;
}

#factbook section#sec5 div.right p#sec5r2 span.no {
  font-weight: bold;
  font-size: 70px;
  margin-left: 50px;
}

#factbook section#sec5 div.right p#sec5r2 span.perc {
  font-size: 40px;
}

#factbook .en section#sec5 div.right p#sec5r2 span.perc {
  font-size: 24px;
}

#factbook section#sec5 div.right p#sec5r3 {
  width: 80%;
  margin-left: 10%;
}

#factbook section#sec5 div.right p#sec5r4 {
  text-align: right;
  margin-right: 5%;
}

#factbook section#sec5 div.right p#sec5r4 span.no {
  font-weight: bold;
  font-size: 40px;
}

#factbook section#sec5 div.right p#sec5r4 span.perc {
  font-size: 24px;
  font-weight: 700;
}

#factbook section#sec5 div.all {
  clear: both;
  text-align: right;
  margin-bottom: 0;
}

#factbook section#sec5 div.all div.btn {
  width: 85%;
  overflow: hidden;
  margin-left: 15%;
  font-size: 14px;
}

#factbook section#sec5 div.all div.btn p {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
}

#factbook section#sec5 div.all div.btn a {
  display: block;
  float: right;
  width: 50%;
  box-sizing: border-box;
}

#factbook section#sec6 {
  font-size: 24px;
  width: 96%;
  margin: 0 auto 100px auto;
}

#factbook section#sec6 div.left {
  width: 50%;
  float: left;
}

#factbook section#sec6 div.left p#sec6l1 {
  line-height: 50px;
  margin-top: 30px;
  margin-left: 10px;
  text-align: left;
}

#factbook section#sec6 div.left p#sec6l1 span.no {
  font-weight: bold;
  font-size: 72px;
}

#factbook section#sec6 div.left p#sec6l1 span.txt {
  font-size: 20px;
  margin-left: 20px;
}

#factbook section#sec6 div.left p#sec6l2 {
  text-align: right;
  line-height: 40px;
  margin-right: 120px;
  margin-top: 40px;
}

#factbook section#sec6 div.left p#sec6l2 span.no {
  font-weight: bold;
  font-size: 70px;
}

#factbook section#sec6 div.left p#sec6l2 span.txt {
  font-size: 20px;
  margin-left: 20px;
}

#factbook section#sec6 div.right {
  width: 50%;
  float: right;
  text-align: center;
}

#factbook section#sec6 div.right p {
  width: 100%;
  margin: 0 auto 20px auto;
}

#factbook section#sec6 div.btn {
  clear: both;
}

#factbook section#sec6 div.btn p {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
}

#factbook section#sec6 div.btn a {
  display: block;
  float: right;
  width: 50%;
  box-sizing: border-box;
}

#factbook section#sec7 {
  font-size: 18px;
  margin: 0 auto 80px auto;
  text-align: center;
}

#factbook section#sec7 h3 {
  margin-bottom: 30px;
}

#factbook section#sec7 div.left {
  box-sizing: border-box;
  background-color: #f2f2f2;
  width: 48%;
  float: left;
  text-align: center;
  padding: 40px 20px 60px 20px;
}

#factbook section#sec7 div.left h3 {
  letter-spacing: 0;
}

#factbook section#sec7 div.left p#sec7l1 {
  width: 110px;
  margin: 0 auto;
}

#factbook section#sec7 div.left p#sec7l2 {
  text-align: left;
  padding: 20px 0 0 80px;
}

#factbook section#sec7 div.left p#sec7l3 {
  font-size: 16px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 40px 4px 60px;
  background-image: url("/overview/infographic/img/fig7_5.png");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

#factbook section#sec7 div.left span.no {
  font-weight: bold;
  margin-right: 10px;
}

#factbook section#sec7 div.left p#sec7l2 span.no {
  font-size: 60px;
}

#factbook section#sec7 div.left p#sec7l4 span.no {
  font-size: 40px;
}

#factbook section#sec7 div.left p#sec7l4 {
  letter-spacing: 2px;
}

#factbook section#sec7 div.left p#sec7l5 {
  font-size: 15px;
}

#factbook section#sec7 div.left span.perc {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

#factbook section#sec7 div.left div.btn {
  font-size: 14px;
  margin: 30px 2em 0 2em;
}

#factbook section#sec7 div.left div.btn p {
  margin-bottom: 0;
  font-size: 14px;
}

#factbook section#sec7 div.right {
  box-sizing: border-box;
  background-color: #f2f2f2;
  width: 50%;
  float: right;
  margin-top: 100px;
  text-align: center;
  padding: 40px 20px 60px 20px;
  font-size: 20px;
}

#factbook section#sec7 div.right table {
  margin: 0 auto;
}

#factbook section#sec7 div.right table th {
  text-align: right;
  padding: 10px 10px;
}

#factbook section#sec7 div.right table td {
  text-align: right;
  padding: 10px 0;
  vertical-align: bottom;
}

#factbook section#sec7 div.right tr#sec7r1 {
  font-size: 25px;
}

#factbook section#sec7 div.right tr#sec7r1 img {
  height: 80px;
  vertical-align: bottom;
  margin-right: 40px;
}

#factbook section#sec7 div.right tr#sec7r1 span.no {
  font-size: 60px;
  font-weight: bold;
  margin: 0 10px;
}

#factbook section#sec7 div.right tr#sec7r2 {
  font-size: 24px;
}

#factbook section#sec7 div.right tr#sec7r2 img {
  height: 40px;
  vertical-align: bottom;
  margin-left: 40px;
}

#factbook section#sec7 div.right tr#sec7r2 span.no {
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px;
}

#factbook section#sec7 div.right tr#sec7r3 {
  font-size: 24px;
}

#factbook section#sec7 div.right tr#sec7r3 span.no {
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px;
}

#factbook section#sec7 div.right tr#sec7r3 img {
  height: 40px;
  vertical-align: bottom;
  margin-left: 40px;
}

#factbook section#sec7 div.right p#sec7r4 {
  font-size: 16px;
  margin: 20px 0 20px 30px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 40px 4px 60px;
  background-image: url("/overview/infographic/img/fig7_5.png");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

#factbook section#sec7 div.right p#sec7r5 span.no {
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px;
}

#factbook section#sec7 div.right p#sec7r5 {
  letter-spacing: 2px;
}

#factbook section#sec7 div.right p#sec7r5 span.perc {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

#factbook section#sec7 div.right p#sec7r6 {
  font-size: 15px;
}

#factbook section#sec7 div.right div.btn p {
  margin-bottom: 0;
}

#factbook section#sec7 div.right div.btn {
  font-size: 14px;
  margin: 30px 2em 0 2em;
}

#factbook section#sec8 {
  font-size: 16px;
  width: 96%;
  margin: 0 auto 60px auto;
  text-align: center;
}

#factbook section#sec8 h3 span.small {
  font-size: 18px;
}

#factbook section#sec8 div.left {
  box-sizing: border-box;
  width: 50%;
  float: left;
}

#factbook section#sec8 div.left p#sec8l1 {
  margin: 20px 0 20px 0;
}

#factbook section#sec8 div.left p#sec8l2 {
  margin: 0 0 70px 0;
}

#factbook section#sec8 div.left p#sec8l3 {
  text-align: center;
}

#factbook section#sec8 div.left p#sec8l3 span.no {
  font-weight: bold;
  font-size: 70px;
  margin: 0;
}

#factbook section#sec8 div.left p#sec8l3 span.perc {
  font-size: 30px;
  margin-left: 20px;
}

#factbook section#sec8 div.right {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-top: 80px;
}

#factbook section#sec8 div.right p {
  width: 80%;
  margin: 0 auto 20px auto;
  font-size: 14px;
}

#factbook section#sec8 div.right p#sec8r1 {
  text-align: right;
}

#factbook section#sec9 {
  width: 96%;
  margin: 0 auto 100px auto;
  padding: 50px 0 0 0;
  background-image: url("/overview/infographic/img/fig9_2.png");
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: right bottom 50px;
}

#factbook section#sec9 h3 {
  text-align: center;
  margin: 0 0 50px 0;
}

#factbook section#sec9 div.left {
  box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: center;
}

#factbook section#sec9 div.left p {
  width: 75%;
}

#factbook section#sec9 div.left p:nth-of-type(2) {
  margin: 0 0 70px 0;
  font-size: 16px;
}

#factbook section#sec9 div.right {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-top: 50px;
  font-size: 28px;
}

#factbook .en section#sec9 div.right {
  padding-top: 0;
  overflow: hidden;
  font-size: 24px;
}

#factbook section#sec9 div.right p#sec9r1 {
  text-align: left;
}

#factbook .en section#sec9 div.right p#sec9r1 {
  line-height: 40px;
  margin-top: 0;
}

#factbook section#sec9 div.right p#sec9r2 {
  text-align: center;
}

#factbook section#sec9 div.right span.txt {
  font-size: 36px;
  padding-bottom: 50px;
}

#factbook .en section#sec9 div.right span.txt {
  font-size: 30px;
}

#factbook section#sec9 div.btn {
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  width: 100%;
}

#factbook section#sec9 div.btn p {
  font-size: 14px;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

#factbook section#sec9 div.btn a {
  font-size: 14px;
  width: 50%;
  float: right;
  margin: 0;
  box-sizing: border-box;
}

#factbook section#sec10 {
  font-size: 16px;
  width: 96%;
  margin: 0 auto 60px auto;
}

#factbook section#sec10 h3 {
  text-align: center;
  margin-bottom: 60px;
}

#factbook section#sec10 div.left {
  box-sizing: border-box;
  width: 60%;
  float: left;
  line-height: 1.5;
}

#factbook section#sec10 div.left p#sec10l1 span.no {
  font-weight: bold;
  font-size: 70px;
  margin: 0;
}

#factbook section#sec10 div.left p#sec10l1 span.txt {
  font-size: 30px;
  margin-left: 20px;
}

#factbook section#sec10 div.right {
  box-sizing: border-box;
  width: 40%;
  padding-top: 40px;
  float: right;
}

#factbook section#sec10 div.btn {
  clear: both;
  width: 50%;
  font-size: 14px;
}

#factbook section#sec11 {
  text-align: center;
  font-size: 18px;
}

#factbook .ensection#sec11 {
  text-align: left;
}

#factbook section#sec11 ul {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#factbook section#sec11 ul li {
  background-image: none;
  padding: 0;
  width: 49%;
  margin-bottom: 1%;
  margin-right: 1%;
  overflow: hidden;
}

#factbook section#sec11 ul li a {
  display: block;
  border: 1px solid #000;
  padding: 15px;
  color: #000;
  text-decoration: none;
  text-align: left;
}

#factbook .en section#sec11 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-align: center;
}

#factbook section#sec11 ul li a:hover {
  color: #FFF;
  background-color: #0860a8;
}

@media screen and (min-width: 1500px) {
  #factbook section {
    width: 96%;
    margin: 0 auto;
  }

  #factbook h2 {
    font-size: 48px;
  }

  #factbook h3 {
    font-size: 48px;
  }

  #factbook section#sec1 p#sec1l4 span.no {
    font-size: 100px;
  }

  #factbook section#sec2 div.left p {
    font-size: 24px;
  }

  #factbook section#sec2 span.no {
    font-size: 100px;
  }

  #factbook section#sec3 div.right {
    font-size: 24px;
  }

  #factbook section#sec5 div.left {
    font-size: 18px;
  }

  #factbook section#sec3 div.left span.no {
    font-size: 100px;
  }

  #factbook section#sec5 div.left p#sec5l1 span.txt {
    font-size: 36px;
  }

  #factbook section#sec5 div.right p#sec5l2 span.no {
    font-size: 60px;
  }

  #factbook section#sec5 div.left p#sec5l3 span.no {
    font-size: 100px;
  }

  #factbook section#sec5 div.right p#sec5r1 {
    font-size: 48px;
  }

  #factbook section#sec5 div.right p#sec5r2 span.no {
    font-size: 100px;
  }

  #factbook section#sec6 div.left p#sec6l1 span.txt {
    font-size: 30px;
  }

  #factbook section#sec6 div.left p#sec6l2 span.no {
    font-size: 100px;
  }

  #factbook section#sec6 div.left p#sec6l2 span.txt {
    font-size: 30px;
  }

  #factbook section#sec7 {
    font-size: 24px;
  }

  #factbook section#sec7 div.left span.no {
    font-size: 60px;
  }

  #factbook section#sec7 div.right p#sec7r5 span.no {
    font-size: 40px;
  }

  #factbook section#sec8 {
    font-size: 24px;
  }

  #factbook section#sec8 div.left p#sec8l3 span.no {
    font-size: 100px;
  }

  #factbook section#sec10 {
    font-size: 24px;
  }

  #factbook section#sec10 div.left p#sec10l1 span.no {
    font-size: 100px;
  }
}
@media screen and (min-width: 751px) {
  br.sp {
    display: none;
  }

  br.tab {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  br.tab {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  br.tab {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #factbook h2 {
    font-size: 32px;
    padding: 15px 0;
    margin: 20px auto 10px auto;
  }

  #factbook h3 {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 10px 0 20px 0;
  }

  #factbook section#lead p.fig {
    margin: 20px auto 0 auto;
  }

  #factbook section#sec1 {
    margin: 15px auto 50px auto;
  }

  #factbook section#sec1 h3 span.small {
    margin-top: 12px;
  }

  #factbook section#sec1 div.left {
    width: 100%;
    clear: both;
  }

  #factbook section#sec1 p#sec1l1 {
    margin-bottom: 25px;
  }

  #factbook section#sec1 p#sec1l3 span.no {
    margin: 15px 10px 0 10px;
  }

  #factbook section#sec1 p#sec1l4 {
    margin: 0;
  }

  #factbook section#sec1 div.right {
    width: 100%;
    clear: both;
  }

  #factbook section#sec1 div.btn p {
    width: 100%;
    clear: both;
  }

  #factbook section#sec1 div.btn a {
    width: 100%;
    clear: both;
  }

  #factbook section#sec2 {
    margin: 0 auto 50px auto;
  }

  #factbook section#sec2 h3 {
    text-align: center;
    margin-bottom: 0.5em;
  }

  #factbook section#sec2 div.left {
    width: 100%;
    clear: both;
    text-align: center;
  }

  #factbook section#sec2 div.left p#sec2l1 {
    margin: 15px 0 30px 0;
  }

  #factbook section#sec2 div.right {
    width: 100%;
    clear: both;
  }

  #factbook section#sec2 div.left div.btn p {
    text-align: center;
  }

  #factbook section#sec3 {
    margin: 0 auto 40px auto;
  }

  #factbook section#sec3 h3 {
    margin-bottom: 20px;
  }

  #factbook section#sec3 h3 span.small {
    display: block;
    margin-top: 0.5em;
  }

  #factbook section#sec3 div.left {
    width: 100%;
    clear: both;
  }

  #factbook section#sec3 div.left p#sec3l1 {
    margin: 40px 0 30px 0;
  }

  #factbook section#sec4 {
    margin: 0 auto 50px auto;
  }

  #factbook section#sec4 div.left {
    padding-bottom: 30px;
  }

  #factbook section#sec4 div.left p {
    margin-bottom: 15px;
  }

  #factbook section#sec3 div.left p#sec3l1 {
    margin: 40px 0 30px 0;
  }

  #factbook section#sec3 div.right {
    width: 100%;
    clear: both;
  }

  #factbook section#sec4 div.left {
    width: 100%;
    clear: both;
    padding-bottom: 30px;
  }

  #factbook section#sec4 div.right {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }

  #factbook section#sec4 div.btn p {
    width: 100%;
    clear: both;
  }

  #factbook section#sec4 div.btn a {
    width: 100%;
    clear: both;
  }

  #factbook section#sec5 {
    padding: 10px;
    margin-bottom: 50px;
  }

  #factbook section#sec5 h3 {
    margin: 10px 0 0 0;
  }

  #factbook section#sec5 div.left {
    width: 100%;
    clear: both;
  }

  #factbook section#sec5 div.left p#sec5l1 {
    margin-top: 3%;
  }

  #factbook section#sec5 div.left p#sec5l3 {
    text-align: left;
  }

  p#sec5l4 {
    margin-top: 10px;
  }

  #factbook section#sec5 div.left div.btn {
    clear: both;
    width: 100%;
  }

  #factbook section#sec5 div.right {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }

  #factbook section#sec5 div.right p#sec5r1 {
    margin-top: 40px;
    text-align: right;
    margin-right: 1em;
  }

  #factbook section#sec5 div.right p#sec5r2 {
    text-align: right;
    margin-right: 1em;
  }

  #factbook section#sec5 div.right p#sec5r2 {
    text-align: right;
    margin-right: 1em;
  }

  #factbook section#sec5 div.all div.btn {
    clear: both;
    width: 100%;
    margin-left: 0;
  }

  #factbook section#sec5 div.all div.btn p {
    width: 100%;
    clear: both;
  }

  #factbook section#sec5 div.all div.btn a {
    width: 100%;
    clear: both;
  }

  #factbook section#sec6 {
    margin: 0 auto 50px auto;
  }

  #factbook section#sec6 div.left {
    width: 100%;
    clear: both;
  }

  #factbook section#sec6 div.left p#sec6l1 {
    margin-top: 15px;
  }

  #factbook section#sec6 div.left p#sec6l2 {
    text-align: center;
    margin-right: 0;
    margin-top: 20px;
  }

  #factbook section#sec6 div.right {
    width: 100%;
    clear: both;
  }

  #factbook section#sec6 div.btn p {
    width: 100%;
    clear: both;
  }

  #factbook section#sec6 div.btn a {
    width: 100%;
    clear: both;
  }

  #factbook section#sec7 {
    margin: 0 auto 40px auto;
  }

  #factbook section#sec7 h3 {
    margin-bottom: 15px;
  }

  #factbook section#sec7 div.left {
    width: 100%;
    clear: both;
    padding: 20px 10px;
  }

  #factbook section#sec7 div.left p#sec7l2 {
    text-align: center;
    padding: 0;
  }

  #factbook section#sec7 div.left p#sec7l2 span.no {
    font-size: 48px;
  }

  #factbook section#sec7 div.right {
    width: 100%;
    clear: both;
    margin-top: 30px;
    padding: 20px;
  }

  #factbook section#sec7 div.right tr#sec7r1 img {
    margin-right: 0;
  }

  #factbook section#sec7 div.right tr#sec7r1 span.no {
    font-size: 48px;
  }

  #factbook section#sec7 div.right p#sec7r4 {
    margin: 1em 0;
  }

  #factbook section#sec8 {
    margin: 0 auto 30px auto;
  }

  #factbook section#sec8 div.left {
    width: 100%;
    clear: both;
  }

  #factbook section#sec8 div.left p#sec8l1 {
    margin: 0;
  }

  #factbook section#sec8 div.left p#sec8l2 {
    margin: 0;
  }

  #factbook section#sec8 div.left p#sec8l3 {
    line-height: 80px;
  }

  #factbook section#sec8 div.right {
    width: 100%;
    clear: both;
    padding-top: 20px;
  }

  #factbook section#sec8 div.right p {
    margin: 0 auto 10px auto;
  }

  #factbook section#sec8 div.right p#sec8r1 {
    text-align: center;
  }

  #factbook section#sec9 {
    margin: 0 auto 50px auto;
    background-position: right 0 bottom 70px;
  }

  #factbook section#sec9 h3 {
    margin: 0 0 25px 0;
  }

  #factbook section#sec9 div.left {
    width: 100%;
    clear: both;
    text-align: center;
  }

  #factbook section#sec9 div.left p {
    margin: 0 auto 1em auto;
  }

  #factbook section#sec9 div.left p:nth-of-type(2) {
    margin: 0 auto 2em auto;
  }

  #factbook section#sec9 div.right {
    width: 100%;
    clear: both;
    padding-top: 0;
    padding-bottom: 50px;
  }

  #factbook section#sec9 div.right p#sec9r1 {
    margin-top: 20px;
  }

  #factbook section#sec9 div.btn {
    clear: both;
  }

  #factbook section#sec9 div.btn p {
    width: 100%;
    clear: both;
  }

  #factbook section#sec9 div.btn a {
    width: 100%;
    clear: both;
  }

  #factbook section#sec10 {
    margin: 0 auto 30px auto;
  }

  #factbook section#sec10 h3 {
    margin-bottom: 20px;
  }

  #factbook section#sec10 div.left {
    width: 100%;
    clear: both;
  }

  #factbook section#sec10 div.left p#sec10l1 {
    text-align: center;
  }

  #factbook section#sec10 div.left p#secl0l2 {
    margin: 0;
  }

  #factbook section#sec10 div.right {
    width: 100%;
    padding-top: 0;
    clear: both;
  }

  #factbook section#sec10 div.btn {
    width: 100%;
    clear: both;
  }

  #factbook section#sec11 p {
    text-align: left;
  }

  #factbook section#sec11 ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #factbook section#sec11 ul li {
    width: 100%;
    display: block;
  }

  #factbook section#sec11 ul li a {
    text-align: center;
  }
}

/* add 2024/01 */
.freeArea img {
  height: auto !important;
}

@charset "UTF-8";

/* common side ----------------------------------------*/
#side_major dl dd {
    position: relative;
    text-shadow: rgb(33, 33, 33) 1px 0 10px;;
}
#side_major dl dd.m04 {
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%),
    url(/img/major_bnr04.png) left center no-repeat;
    background-size: cover;
}
.in_department_list {
    margin-top: 15px;
    margin-left: 20px !important;
}
.in_department_list li {
    list-style: disc !important;
    margin-bottom: 5px;
    border-bottom: 0 !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}




/* footer */
#major_area .major_wrap a {
    height: 160px !important;
}
#major_area .major_wrap dl dd{
    position: relative;
    text-shadow: rgb(33, 33, 33) 1px 0 10px;
    text-shadow: rgb(16, 16, 16) 0px 0 7px;
}
#major_area .major_wrap dl dd.m01 {
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%),
    url(/img/major_bnr01.png) left center no-repeat;
    background-size: cover;
}
#major_area .major_wrap dl dd.m03 {
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%),
    url(/img/major_bnr03.png) left center no-repeat;
    background-size: cover;
}
#major_area .major_wrap dl dd.m04 {
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%),
    url(/img/major_bnr04.png) left center no-repeat;
    background-size: cover;
}

.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
/* SP style */
@media screen and (max-width: 999px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}


/* interview_area ---------------------------------------------------------------------------------*/
#interview_area {
    margin: 80px auto;
    padding: 0 4%;
}
#interview_area .interview_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.interview_linkbtn {
    width: calc((100% - 40px) / 2);
    margin-bottom: 30px;
}
.interview_linkbtn a {
    display: flex;
    height: 100%;
}
.interview_linkbtn a .iv_img {
    width: 40%;
}
.interview_linkbtn a .iv_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.interview_linkbtn a .iv_txt_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    padding: 15px 10px 15px 30px;
    color: #fff;
    box-sizing: border-box;
}
.interview_linkbtn a .iv_txt_wrap .iv_faculty {
    font-size: 15px;
    font-weight: 600;
    margin-top: auto;
}
.interview_linkbtn a .iv_txt_wrap .iv_name {
    font-size: 17px;
    font-weight: 600;
}
.interview_linkbtn a .iv_txt_wrap .iv_name .san {
    display: inline-block;
    margin-left: 3px;
    font-size: 13px;
}
.interview_linkbtn a .iv_txt_wrap::before {
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
}
.interview_linkbtn a .iv_txt_wrap::after {
    position: absolute;
    content: "";
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #085b9d;
    border-right: 2px solid #085b9d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.interview_linkbtn a .iv_txt_wrap.faculty_s {
    background: #085b9d url(/faculty/img/bg_icon_s.png) 96% 92% no-repeat;
    background-size: 65px auto;
}
.interview_linkbtn a .iv_txt_wrap.faculty_e {
    background: #085b9d url(/faculty/img/bg_icon_e.png) 96% 92% no-repeat;
    background-size: 65px auto;
}
.interview_linkbtn a .iv_txt_wrap.faculty_r {
    background: #085b9d url(/faculty/img/bg_icon_r.png) 96% 92% no-repeat;
    background-size: 65px auto;
}
.interview_linkbtn a .iv_txt_wrap .tit_copy {
    margin-bottom: 20px;
}
.interview_linkbtn a:hover {
    text-decoration: none;
    transition: .3s;
}
.interview_linkbtn a:hover .iv_txt_wrap {
    background-color: #097edb;
    transition: .3s;
}

.mv_img{
    max-height: 561px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1236/561;
}

#interview_mv h1 {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

#interview_mv .mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

#interview_page #first_area::before,
#interview_page .img_left .photo::before {
    z-index: 1;
}

#interview_page .img_left img,
#interview_page .img_right img {
    position: relative;
    z-index: 20;
}

#interview_page #first_area h2{
    text-shadow:0 0 5px rgba(255,255,255,.8),0 0 5px rgba(255,255,255,.8),0 0 14px rgba(255,255,255,.8);
}
.inner_in_m .document_btn{
  margin: 0 auto;
}
.document_btn{
    max-width: 435px;
    a{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        border-radius: 13px;
        border: #B3DBFF solid 5px;
        background-color: #1B91FF;
        min-height: 55px;
        text-decoration: none;
        transition: .3s ease;
        position: relative;
        &::after{
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            right: 14px;
            background: url(/common/img/icon_arrow.svg) no-repeat center center;
            background-size: 100%;
        }
        &:hover{
            background-color: #B3DBFF;
        }
        span{
            display: inline-flex;
            align-items: center;
            &::before{
                content: "";
                width: 24px;
                height: 24px;
                background: url(/common/img/icon_document.svg) no-repeat center center;
                background-size: 100%;
                margin-right: 10px;
                margin-left: -1.5em;
            }
        }
    }
}


/* studies_area -----------------------------------*/
#studies_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
}
.sub_title {
    width: 100%;
    padding: 10px 0;
    background-color: #C2DAEE;
    color: #085B9D;
    border: 1px solid #065B9D;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.studies_wrap {

}
.studies_block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.studies_block.block01 {
    padding-bottom: 60px;
}
.studies_box {
    position: relative;
    width: calc(100% / 3);
}

.two_column .studies_box {
    position: relative;
    width: calc(100% / 2);
}

.block01 .studies_box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    background: url(/faculty/img/icon_arrow.svg) center center no-repeat;
}
.studies_box dl {
    height: 100%;
    padding: 15px 20px;
    border: 1px solid #065B9D;
    border-right: 0;
    border-top: 0;
    box-sizing: border-box;
}
.studies_box[class*="mpc"] dl {
    border-right: 1px solid #065B9D;
}
.studies_box dl dt {
    margin-bottom: 15px;
    color: #085B9D;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.studies_block.block01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.studies_block.block01 ul li {
    width: calc((100% - 30px) / 2);
}

/* accordion ------------------------------------------------- */
.accordion_tit {
  position: relative;
  padding-right: 55px;
  cursor: pointer;
  transition: 0.6s;
}
.accordion_tit .txt_small {
    display: block;
}
.accordion_box {
    display: none;
}
#conteiner #main_area article .accordion_box section {
    margin-top: 0;
} 


.open_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  width: 46px;
  height: 46px;
  background: #085B9D;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
  text-indent: -9999px;
  font-size: 0;
}
.open_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  display: block;
}
.open_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.open .open_btn:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}




@media screen and (max-width: 999px) {
    #conteiner #main_area article.accordion_item {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .studies_block {
        display: block;
        padding-bottom: 60px;
    }
    .block01::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 14px;
        left: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: auto;
        background: url(/faculty/img/icon_arrow.svg) center center no-repeat;
    }
    .studies_box {
        width: 100% !important;
    }
    .block01 .studies_box::after {
        display: none;
    }
    .studies_box dl {
        border-right: 1px solid #065B9D;
    }
    .accordion_tit {
        padding-right: 40px;
    }
    .open_btn {
        top: 0;
        margin: auto;
        width: 30px;
        height: 30px;
    }
    .open_btn:before {
        width: 18px;
        height: 2px;
    }
    .open_btn:after {
        width: 2px;
        height: 18px;
    }




    /* interview_area ---------------------------------------------------------------------------------*/
    #interview_area {
        margin: 80px auto;
    }
    #interview_area .interview_wrap {
        display: block;
    }
    .interview_linkbtn {
        width: 100%;
        margin-bottom: 30px;
    }
    .interview_linkbtn a {
        display: block;
    }
    .interview_linkbtn a .iv_img {
        display: block;
        width: 100%;
    }
    .interview_linkbtn a .iv_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        vertical-align: bottom;
    }
    .interview_linkbtn a .iv_txt_wrap {
        width: 100%;
        padding: 15px 30px 15px 10px;
    }
    .interview_linkbtn a .iv_txt_wrap::before {
        right: 5px;
        left: initial;
        width: 20px;
        height: 20px;
    }
    .interview_linkbtn a .iv_txt_wrap::after {
        right: 12px;
        left: initial;
        width: 6px;
        height: 6px;
    }


}/* SP end */





/*******************************************************************************************

学科ページ

*******************************************************************************************/
#intro_area .intro_wrap {
    margin-bottom: 50px;
}

#about_area .text_wrap {
    width: calc(100% - 312px);
}
#about_area .pamphlet_img {
    max-width: 262px;
    margin-left: 50px;
}

#class_area .syllabus {
    margin-bottom: 40px;
}


#research_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
}
.research_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.research_box {
    width: 48%;
    max-width: 550px;
    margin-bottom: 30px;
}
.research_box h3 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    color: #085b9d;
    border-bottom: 1px solid #085b9d;
    font-size: 18px;
}
.research_box dl {
    
}
.research_box dl dt {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}
.res_img {
    margin-top: 30px;
    text-align: center;
}

.res_img small{
    display: block;
    font-size: 10px;
}


#career_area {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 4%;
}
.graph_img {
}
.graph_img img {
}

/* SP style */
@media screen and (max-width: 999px) {
    #movie_area .m_box {
        width: 100%;
        text-align: center;
    }
    #movie_area .movie_wrap .m_box:first-child {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-top: 56.25%;
    }
    #movie_area .movie_wrap .m_box:first-child iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    #about_area .text_wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    #about_area .pamphlet_img {
        max-width: 262px;
        margin-left: 0;
        margin: auto;
    }

    #intro_area .intro_box {
        width: 100%;
    }

    .research_wrap {
        display: block;
    }
    .research_box {
        width: 100%;
        max-width: 100%;
    }
}