@charset "utf-8";

html {
  overflow-x: auto;
}
#header {
  min-width: 1024px !important;
}
#navigation {
  min-width: 1024px !important;
}
.pagePath{
  min-width: 1024px !important;
}
#footer {
  min-width: 1024px !important;
}
/*----*/
#container {
  width: 100%;
  min-width: 1024px;
	margin:0 auto;
	padding-bottom: 0;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-style: solid;
  border-width: 2px;
  font-weight: bold;
  transition: all .4s ease;
}
.btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.btn.private,
.btn.private a{
  border-color: #075f9b;
  color: #075f9b;
}
.btn.localGovt,
.btn.localGovt a{
  border-color: #0f8243;
  color: #0f8243;
}
.btn.university,
.btn.university a{
  border-color: #ed5526;
  color: #ed5526;
}
.btn:hover,
.btn:hover a{
  color: #ffffff;
}
.btn.private:hover{
  background-color: #075f9b;
}
.btn.localGovt:hover{
  background-color: #0f8243;
}
.btn.university:hover{
  background-color: #ed5526;
}
.btn:before,
.btn:after{
  transition: all .2s ease;
}
.btn:hover:before,
.btn:hover:after{
  border-color: #ffffff;
}


/*
=======下層ページ====== */
.private #interviewInner h1{
  color: #075f9b;
}
.localGovt #interviewInner h1{
  color: #0f8243;
}
.university #interviewInner h1{
  color: #ed5526;
}
.private .mv_text_area{
  background-color: #075f9b;
}
.localGovt .mv_text_area{
  background-color: #0f8243;
}
.university .mv_text_area{
  background-color: #ed5526;
}
.private .mv_detail_btn .icon:after{
  border-color: transparent transparent transparent #075f9b;
}
.localGovt .mv_detail_btn .icon:after{
  border-color: transparent transparent transparent #0f8243;
}
.university .mv_detail_btn .icon:after{
  border-color: transparent transparent transparent #ed5526;
}
.private .mv_pdf_btn:after{
  background-image: url(../images/pdf_icon_private.png);
}
.localGovt .mv_pdf_btn:after{
  background-image: url(../images/pdf_icon_localGovt.png);
}
.university .mv_pdf_btn:after{
  background-image: url(../images/pdf_icon_university.png);
}
.private .tab li a{
  border-color: #075f9b;
}
.localGovt .tab li a{
  border-color: #0f8243;
}
.university .tab li a{
  border-color: #ed5526;
}
.private .tab li a{
  color: #075f9b;
}
.localGovt .tab li a{
  color: #0f8243;
}
.university .tab li a{
  color: #ed5526;
}
.private .tab li.active:after{
  border-color: #075f9b transparent transparent transparent;
}
.localGovt .tab li.active:after{
  border-color: #0f8243 transparent transparent transparent;
}
.university .tab li.active:after{
  border-color: #ed5526 transparent transparent transparent;
}
.private .tab li.active a{
	background:#075f9b;
}
.localGovt .tab li.active a{
	background:#0f8243;
}
.university .tab li.active a{
	background:#ed5526;
}
.private .tab_ttl{
  color: #075f9b;
}
.localGovt .tab_ttl{
  color: #0f8243;
}
.university .tab_ttl{
  color: #ed5526;
}
.private .tab_ttl:after{
  background-color: #075f9b;
}
.localGovt .tab_ttl:after{
  background-color: #0f8243;
}
.university .tab_ttl:after{
  background-color: #ed5526;
}
.private .tab_text .speaker{
  color: #075f9b;
}
.localGovt .tab_text .speaker{
  color: #0f8243;
}
.university .tab_text .speaker{
  color: #ed5526;
}
.private .organization_imgbox .affiliation{
  background-color: #075f9b;
}
.localGovt .organization_imgbox .affiliation{
  background-color: #0f8243;
}
.university .organization_imgbox .affiliation{
  background-color: #ed5526;
}
.private .organization_imgbox .name{
  background-color: #075f9b;
}
.localGovt .organization_imgbox .name{
  background-color: #0f8243;
}
.university .organization_imgbox .name{
  background-color: #ed5526;
}
.private .person_imgbox .name{
  background-color: #075f9b;
}
.localGovt .person_imgbox .name{
  background-color: #0f8243;
}
.university .person_imgbox .name{
  background-color: #ed5526;
}
.private .person_imgbox .profile dd{
  background-color: #075f9b;
}
.localGovt .person_imgbox .profile dd{
  background-color: #0f8243;
}
.university .person_imgbox .profile dd{
  background-color: #ed5526;
}

/* mv_area */
.mv_area{
  position: relative;
  /*padding-top: 50px;*/
  margin: 0 auto 68px;
}
#interviewInner h1{
  position: relative;
  margin: 0 auto;
  padding: 50px 10px 50px calc((100vw - 1024px) / 2);
  width: 100%;
  height: 340px;
  font-size: 80px;
  line-height: 1.18;
  letter-spacing: 0.06em;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
#interviewInner h1 .small{
  position: absolute;
  left: 0;
  bottom: 25px;
  padding-left: 14px;
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: 0;
  display: contents;
}
.mv_text_area{
  position: relative;
  padding: 25px 10px 35px;
  width: 59%;
  box-sizing: border-box;
}
.mv_img_box{
  position: absolute;
  top: 77px;
  right: 0;
  width: 53%;
  height: 344px;
  background-image: url(../../common/images/bg_pc.jpg);
  z-index: 2;
}
.mv_img_box img{
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 460px;
  height: auto;
}
.mv_img_box .kind{
  position: absolute;
  bottom: 80px;
  padding: 11px 16px 10px;
  background-color: #000;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  z-index: 3;
  }
.private .mv_img_box .kind{
  left: -138px;
}
.localGovt .mv_img_box .kind{
  left: -164px;
}
.university .mv_img_box .kind{
  left: -138px;
}
.mv_text{
  position: relative;
  font-size: 29px;
  line-height: 1.51;
  letter-spacing: 1.14em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 450px;
  margin: 0;
  padding: 10px 0 0 calc((100vw - 1024px) / 2);
}
.mv_text.wide{
  max-width: 580px;
}
.mv_text_copy{
  letter-spacing: 0.02em;
}
.mv_text_table{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.mv_text_table tbody{
  vertical-align: baseline;
}
.mv_text_table tr{
  padding: 10px 0 0 0;
  display: block;
}
.mv_text_table th{
  width: 84px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0;
}
.mv_text_table td{
  width: 340px;
  padding-left: 20px;
  font-weight: normal;
}
.mv_text.wide .mv_text_table td{
  width: 470px;
}
.mv_detail_btn{
  padding: 20px 0 10px 0;
}
.mv_detail_btn a{
  position: relative;
  padding-right: 20px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  transition: all ease 0.4s;
}
.mv_detail_btn .icon{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-46%);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    transition: all ease 0.4s;
    background-color: #fff;
}
.mv_detail_btn .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-36%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    transition: all ease 0.4s;
}
.mv_detail_btn a:hover,
.mv_detail_btn a:hover .icon,
.mv_detail_btn a:hover .icon:after{
  opacity: 0.7;
}
.mv_pdf_btn{
  position: absolute;
  right: -336px;
  bottom: 0;
  width: 306px;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.mv_pdf_btn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mv_pdf_btn:hover:after{
  background: url(../images/pdf_icon_white.png);
}

.lead{
  margin: 0 auto;
  padding: 0 10px 68px;
  width: 100%;
  max-width: 1024px;
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

/* tab_contetns */
.tab_contetns{
  margin: 0 auto;
  width: 100%;
}
.tab{
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: -3px;
  z-index: 2;
}
.tab li{
  position: relative;
  width: calc(50% - 4px);
  height: 90px;
}
.tab li.only{
  width: 100%;
}
.tab li a{
	display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-decoration: none;
}
.tab li.active:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 17px 10px 0 10px;
  width: 0;
  height: 0;
}
.tab li.active a{
  color: #fff;
}
.tab_content {
	display: none;
  position: relative;
  margin: -90px auto 0;
  padding: 196px 10px 130px;
	background: #f7f7f7;
	opacity: 0;
  z-index: 1;
}
.tab_wrapper{
  margin: 0 auto;
  padding: 0 12px;
  width: 1000px;
  box-sizing: border-box;
}
.tab_content.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.articleTxtSec:not(:last-of-type){
  margin-bottom: 80px;
}
.tab_ttl{
  position: relative;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.68;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}
.tab_ttl:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 66px;
  height: 5px;
}
.tab_text{
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.tab_text .speaker{
  font-weight: bold;
}
.articleTxtSec > div{
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
  overflow: hidden;
}
.articleTxtSec > div .tab_text{
  /*width: 592px;*/
}
.article_img{
  margin: 0 0 50px 50px;
  width: 380px;
  float: right;
}
.article_img img{
  width: 100%;
  height: auto;
}
.article_img .img_note{
  font-size: 12px;
  margin: 10px auto 0;
  line-height: 1.4;
  color: #888;
}
.article_img li:not(:first-of-type){
  margin-top: 30px;
}
.organization_imgbox{
  position: relative;
  float: right;
  margin: 0 0 60px 45px;
  width: 100%;
  max-width: 520px;
  height: auto;
}
.organization_imgbox img{
  width: 100%;
}
.organization_imgbox .photo{
}
.organization_imgbox .profile_box{
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: -37px;
  width: 100%;
  justify-content: flex-start;
}
.organization_imgbox .profile{
  /*position: absolute;
  left: 0;
  bottom: -37px;*/
  color: #fff;
  margin: 0 15px 0 0;
}
.organization_imgbox .affiliation{
  display: table;
  padding: 10px 12px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: initial;
}
.organization_imgbox .name{
  display: inline-block;
  margin-top: 6px;
  padding: 25px 12px 15px;
  font-size: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.organization_imgbox .name .small{
  padding-left: 15px;
  font-size: 0.6em;
}
.person_imgbox{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto 50px;
}
.person_imgbox.dispatch01{
}
.person_imgbox.dispatch02{
  align-items: flex-end;
}
.person_imgbox .photo{
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.person_imgbox img{
  width: 100%;
}
.person_imgbox .profile_box{
  position: relative;
  left: 0;
  top: -30px;
}
.person_imgbox .profile{
  color: #fff;
}
.person_imgbox.dispatch01 .profile_box{
}
.person_imgbox.dispatch02 .profile_box{
    position: relative;
    width: 50%;
    margin: 0 0 0 20px;
    top: 0;
}
.person_imgbox .name{
  padding: 25px 12px 15px;
  font-size: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: inline-block;
}
.person_imgbox .name .small{
  padding-left: 15px;
  font-size: 0.6em;
}
.person_imgbox .profile dl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
}
.person_imgbox .profile dd{
  padding: 8px 13px;
}
.person_imgbox .profile dt{
  padding: 8px 13px;
  background-color: #000;
}
.person_imgbox .map{
  position: relative;
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}

.articleImgSec{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.articleImgSec img{
  width: 100%;
}


/*link_area */
.link_area{
  padding: 60px 0;
}
.link_btn{
  margin: 0 auto;
  width: 560px;
  height: 60px;
}
.link_btn:not(:first-of-type){
  margin-top: 30px;
}
.link_btn:after{
  content: "";
  position: absolute;
  top: 24px;
  right: 18px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 11px;
  height: 11px;
}
.link_btn a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.note01{
  margin: 12px auto;
  padding: 0 12px;
  width: 1000px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: right;
}
.note02{
  margin: 50px auto 0;
  padding: 0 12px;
  width: 1000px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: right;
}