@charset "utf-8";
/*=================================
style.css　レイアウト、パーツCSS
1: parts (title,list,table,etc)
2: icon
3: layout
4: contents
=================================*/

/* 1: parts (title,list,table,etc)
================================== */
/* ------margin classes------ */
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml1em {
  margin-left: 1em;
}
.mb1em,
.boxmb1em p {
  margin-bottom: 1em;
}
.mb1em:last-child,
.boxmb1em p:last-child {
  margin-bottom: 0;
}
.l-tume {
  margin-left: -1rem;
}
.mt24 {
	margin-top:24px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.list_flexbox_wap {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.flexbox_cwap {
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
	.list_flexbox_wap li {
		margin-right:10px;
	}

	.list_flexbox_wap li img{
		border:solid 1px #ccc;
	}

/* ------text classes------ */
.red {/*赤文字*/
  color: #E6001D;
}
.fB {/*太文字*/
  font-weight: bold!important;
}
.fS {/*小さいフォント*/
  font-size: 1.3rem;
}
.fSSS {/*さらに小さいフォント*/
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .fS {/*小さいフォント*/
    font-size: 1.4rem;
  }
  .fSS {/*小さいフォント*/
    font-size: 1.3rem;
  }
}
.fI {/*イタリック*/
  font-style: italic;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
.tL {
  text-align: left;
}
.vM {
  vertical-align: middle;
}
.tU {
  text-decoration: underline;
}
.tel,.tel:hover {
  color: #000;
  text-decoration: none;
}
a.linkB {/*リンク青*/
  color: #647dbc;
}
a.linkR {/*リンク赤*/
  color: rgba(147, 66, 66, .9);
}

/* ------title classes------ */
.ttlDesign1 {
  position: relative;
  margin: 32px 0 24px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #C5C5C5;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .ttlDesign1 {
    margin: 48px 0 32px;
    font-size: 2.4rem;
  }
}
.ttlDesign1:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 10rem;
  height: 1px;
  background: #0091DC;
}
.ttlDesign2 {
  margin: 32px 0 24px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 2px solid #0091DC;
  line-height: 1.4;
}
.ttlSub {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .ttlSub {
    font-size: 1.6rem;
  }
}
.ttlDesign3 {
  margin: 24px 0 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
}

/* ------table classes------ */
.tableDesign1,
.tableDesign2,
.tableDesign3 {
  width: 100%;
  text-align: left;
  word-break: break-all;
}
.tableDesign1 th,
.tableDesign1 td {
  padding: 16px 0;
  text-align: left;
  border-top: 1px solid #E6E6E6;
}
.tableDesign1 th {
  width: 8em;
}
.tab_container .tableDesign1 th {
  width: 11em;
}
.tableDesign1 tr:first-child th,
.tableDesign1 tr:first-child td {
  border-top: none;
  padding-top: 0;
}
.tableDesign1 tr:last-child th,
.tableDesign1 tr:last-child td {
  padding-bottom: 0;
}
.tableDesign2 th,
.tableDesign2 td {
  display: block;
  width: 100%;
  text-align: left;
}
.tableDesign2 th {
  padding-bottom: 8px;
  font-weight: bold;
}
.tableDesign2 td {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.tableDesign2 tr:last-child th,
.tableDesign2 tr:last-child td {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .tableDesign2 th,
  .tableDesign2 td {
    display: table-cell;
    width: auto;
    padding: 16px 0;
  }
  .tableDesign2 th {
    width: 260px; /* 20250205変更 */
    border-bottom: 1px solid #E6E6E6;
  }
  .tableDesign2 tr:last-child th {
    border-bottom: none;
  }
  .tableDesign2 tr:first-child th,
  .tableDesign2 tr:first-child td {
    padding-top: 0;
  }
}
.tableDesign_ml.tableDesign2 th {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .tableDesign_ml.tableDesign2 th {
    width: 9em;
  }
}
.tableDesign3 th,
.tableDesign3 td {
  padding: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .tableDesign3 th,
  .tableDesign3 td {
    padding: 16px;
  }
}
.tableDesign3 th {
  color: #FFF;
  background: #A1ABB6;
  border: 1px solid #A1ABB6;
}
.tableScroll {
  overflow: auto;
}
.tableScroll table {
  width: 600px;
}
@media print, screen and (min-width: 768px) {
  .tableScroll table {
    width: 100%;
  }
}
.tableDesign4 {
  text-align: left;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .tableDesign4 {
    font-size: 1.6rem;
  }
}
.tableDesign4 th,
.tableDesign4 td {
  padding: 4px 8px;
  border: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  .tableDesign4 th,
  .tableDesign4 td {
    padding: 4px 16px;
  }
}
.tableDesign4 th {
  color: #FFF;
  background: #A1ABB6;
  border: 1px solid #A1ABB6;
}
.tableDesign4 tr:not(:last-child) th {
  border-bottom: 1px solid #FFF;
}
.tableScroll {
  overflow: auto;
}
.tableScroll table {
  width: 600px;
}
@media print, screen and (min-width: 768px) {
  .tableScroll table {
    width: 100%;
  }
}
.endBg td {
  background: #f7f7f7;
}
.tableDesign1.tableBock th,
.tableDesign1.tableBock td {
  display: block;
  width: 100%;
}
.tableDesign1.tableBock th {
  padding-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .tableDesign1.tableBock th,
  .tableDesign1.tableBock td {
    display: table-cell;
    width: auto;
  }
  .tableDesign1.tableBock th {
    width: 8em;
    padding-bottom: 16px;
  }
}
.tableDesign1.tableBock td {
  border-top: none;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .tableDesign1.tableBock td {
    border-top: 1px solid #E6E6E6;
    padding-top: 16px;
  }
}
.width50p th:first-child {
  width: 50%;
}

/* ------list classes------ */
.listDesign_arw > li {
  background: url(../img/cmn/icn_arwR.svg) left 8px no-repeat;
  background-size: 6px;
  margin-bottom: 8px;
  padding-left: 10px;
}
.listDesign_arw > li:last-child {
  margin-bottom: 0;
}
.list_dot > li {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 20px;
}
.list_dot > li:before {
  position: absolute;
  top: 10px;
  left: 7px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #A0A5B4;
  background: #FFF;
}
.list_dec > li {
  margin: 0.5em 0 1em 2em;
  list-style-type: decimal;
}
.list_dec > li:last-child {
  margin-bottom: 0;
}
ol.kakko > li,
ol.kakko2 > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 2em;
  margin-bottom: 8px;
  text-indent: -2em;
}
ol.kakko2 > li {
  margin-bottom: 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
ol.kakko > li:before {
  content: "("counter(cnt) ") ";
}
ol.kakko2 > li:before {
  content: counter(cnt) ") ";
}
ol.alpha li {
  list-style-type: lower-alpha;
  list-style-position: inside;
  margin-left: 1.5em;
  text-indent: -1em;
}
.list_page_anchor {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.list_page_anchor li {
  margin-right: 24px;
}
.list_page_anchor a {
  padding-left: 20px;
  background: url(../img/cmn/icn_arwBtm.svg) no-repeat left center;
  background-size: 14px;
}

/* ------box Design classes------ */
.boxDesign1 {
  padding: 24px;
  border: 1px solid #C5C5C5;
}

.pm .boxDesign1 {
  border: 0;
  padding-bottom: 10px;
}

/* ------description list classes------ */
.dlDesign1 > dd {
  padding-left: 16px;
  border-left: 2px solid #49709A;
}
.dlDesign2 dt {
  float: left;
}
.dlDesign2 dd {
  margin-left: 4em;
}


/* 2: icon
================================== */
.blank {
  background: url(../img/cmn/icn_blank.svg) right center no-repeat;
  background-size: 14px;
  margin-right: 8px;
  padding-right: 18px;
}
.blankWht {
  background: url(../img/cmn/icn_blankWht.svg) right center no-repeat;
  background-size: 14px;
  margin-right: 8px;
  padding-right: 18px;
}
.pdf {
  background: url(../img/cmn/icn_pdf.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 24px;
}
.xls {
  background: url(../img/cmn/icn_xls.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 24px;
}
.doc {
  background: url(../img/cmn/icn_doc.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 24px;
}
.zip {
  background: url(../img/cmn/icn_zip.svg) right center no-repeat;
  background-size: contain;
  margin-right: 8px;
  padding-right: 24px;
}
.movie {
  background: url(../img/cmn/icn_movie.svg) right center no-repeat;
  background-size: 28px;
  margin-right: 8px;
  padding-right: 38px;
}

.yt_ico, .pdpm_index .movie, .event_page .movie {
  background: url(../img/cmn/icn_youtube_logo.svg) right center no-repeat;
  background-size: 24px;
  margin-right: 8px;
  padding-right: 35px;
}

.event_page .yt_ico, .event_page .movie {
  padding-left: 0.5em;
}

.more {
  position: relative;
  padding-right: 24px;
}
.more:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 16px;
  height: 6px;
  border-bottom: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  transform: skew(45deg);
}

@media print, screen and (min-width: 768px) {
  .more:after {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .more:hover:after {
    right: -8px;
    width: 24px;
    border-bottom: 1px solid #0091DC;
    border-right: 1px solid #0091DC;
  }
  .movie, {background-size: 22px; padding-right: 28px;}

}
.ad {
  vertical-align: middle;
  line-height: 1;
}
.arwBtm {
  background: url(../img/cmn/icn_arwBtm.svg) left 8px no-repeat;
  background-size: 12px;
  padding-left: 16px;
}
.linkBtn a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.4rem;
  color: #FFF;
  background: #0091DC;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    transition: all .2s;
  }
  .linkBtn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.linkBtn span {
  color: #FFF;
}

.btn {
	margin:1em;
	text-align:center;
}

.btn a {
	background:#0091DC;
	color:white;
	padding:0.5em 2em;
	border-radius:20px;
	margin:0 auto;
}


/* 3: layout
================================== */
.mainContainer {
  position: relative;
}
.recruitTop .mainContainer {
  padding-bottom: 0;
}
.inr {
  padding: 0 16px;
}
.inr:last-child {
  padding: 0 16px 80px;
}
@media print, screen and (min-width: 768px) {
  .top .inr {
    max-width: 1200px;
  }
  .inr {
    width: 100%;
    max-width: 1048px;
    min-width: 900px;
    min-height: 200px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .inr:last-child {
    padding: 0 24px 80px;
  }
}
.sp_none {
  display: none;
}


.pc_space{
  margin-left: 0px;
}

@media print, screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_space{
    margin-left: 10em;
    display: inline-block;
  }

  .pc_none {
    display: none;
  }
}


/* 4: contents
================================== */
/* パンくず */
.pankuzu {
  background: #F4F6F7;
  margin-bottom: 0px;
  padding-top:90px;
}
@media print, screen and (min-width: 768px) {
  .pankuzu {
    margin-bottom: 0px;
    padding-top:0px;
  }
}
.pankuzu_inr {
  display: flex;
  -webkit-flex-wrap: wrap;/* Safari */
  flex-wrap: wrap;
  width: 100%;
  padding: 8px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .pankuzu_inr {
    width: 100%;
    max-width: 1200px;
    min-width: 900px;
    margin: 0 auto;
    padding: 8px 24px;
    font-size: 1.4rem;
  }
}
.pankuzu_inr li {
  position: relative;
  margin-right: 6px;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pankuzu_inr li {
    margin-right: 8px;
    padding-right: 14px;
  }
}
.pankuzu_inr li:before {
  position: absolute;
  right: 0%;
  top: 38%;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pankuzu_inr li:last-child:before {
  content: none;
  margin-right: 0;
  padding-right: 0;
}
.pankuzu_inr li:last-child a {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}


/* --------------------------------------------------
  トップページ
-------------------------------------------------- */
/* ------メインビジュアル------ */
.mainVisual {
  min-height: 240px;
  max-height: 380px;
  padding: 130px 0;
  background: url(../img/cmn/mainVisual_sp.jpg) no-repeat center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .mainVisual {
    min-height: 340px;
    padding: 0;
    background: url(../img/cmn/mainVisual_pc.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 40px;
  }
  .mainVisual_inr {
    width: 100%;
    /* max-width: 1048px;
    min-width: 900px; */
    margin: 0 auto;
    /* padding: 0 24px; */
    padding: 0;
    font-size: clamp(12px, 16px, 18px);
  }
}

.mainVisual_inr {font-size: clamp(16px, 1vw, 18px);}

.main_txt br {
  display: none;
}
.tagline_img {
  position: relative;
  width: 85%!important;
  margin: 0!important;
  top: 60px;
  left: 30px;
}

@media print, screen and (min-width: 768px) {
  .main_txt br {
    display: block;
  }
  .main_txt {
    font-size: 1em;
    font-weight: bold;
    line-height: 2;
    margin-left: 1em;
  }
  .tagline_img {
    width: 40%!important;
  }
}
/* ------スライダー------ */
.slider img {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .slider img {
    max-width: 100%;
  }
  .slider a img {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}
.slider li {
  padding: 0 16px;
}
.slider_pc {
  display: none;
}
.slider_sp {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .slider_pc {
    display: block;
  }
  .slider_sp {
    display: none;
  }
}
.sliderMap {
  position: relative;
}
.map_svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
  display: none;
}


/* ------新着情報------ */
@media print, screen and (min-width: 768px) {
  body:not(.top) .newsBlock {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
body:not(.top) .newsHd {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 3px solid #231815;
}
@media print, screen and (min-width: 768px) {
  body:not(.top) .newsHd {
    width: 10em;
    margin-right: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    display:block;
    border-bottom: none;
  }
}
body:not(.top) .newsBlock h3 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  body:not(.top) .newsBlock h3 {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 3.6rem;
    border-bottom: 6px solid #231815;
  }
}
body:not(.top) .newsBlock h3 span {
  display: block;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  body:not(.top) .newsBlock h3 span {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
body:not(.top) .newsItem {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #C5C5C5;
  padding: 16px 0;
}
@media print, screen and (min-width: 768px) {
  body:not(.top) .newsItem {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
  }
  body:not(.top) .newsItem:last-child {
    margin-bottom: 0;
  }
  body:not(.top) .newsContent {
    width: calc(100% - 10em - 80px);
  }
  body:not(.top) .newsSec.newsContent {
    width: 100%;
    max-width: 1048px;
    min-width: 900px;
    padding: 0 24px;
    margin: 0 auto;
  }
  body:not(.top) .date {
    width: 7em;
    margin-right: 0px;
  }
}
body:not(.top) .tag {
  margin-left: 24px;
  padding: 4px 16px;
  background: #A1ABB6;
  color: #FFF;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  body:not(.top) .tag {
    width: 13em;
    text-align: center;
    margin-right: 24px;
    padding: 8px 16px;
  }
}
body:not(.top) .newsTxt {
  width: 100%;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  body:not(.top) .newsTxt {
    /* width: calc(100% - 13em - 48px); */
    width: calc(100% - 4em); 
    margin: 0;
  }
  body:not(.top) .news .newsTxt,  body:not(.top) 
  .program .newsTxt {
    width: calc(100% - 8em);
  }
}
/* body:not(.top) .tagclose { */
.tagclose {
  display: inline-block;
  margin-left: 1em;
  padding: 0 4px;
  font-size: 1rem;
  color: #FFF;
  background: #5A626A;
}

/* body:not(.top) .tagclose2 { */
.tagclose2 {
  display: inline-block;
  margin-left: 1em;
  padding: 0 4px;
  font-size: 1rem;
  color: #5A626A;
  background: #E8DE13;
} 
/* 2023/12/18 */
.tagmv {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 4px;
  font-size: 1rem;
  color: #b22222;
  background: #fff;
  border: 1px solid #b22222;
}
.tagclose, .tagclose2, .tagmv {
  vertical-align: middle;
}

/* ------【新レイアウト＠add202211】新着情報------ */
.newsTtl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
@media print,
screen and (min-width: 768px) {
  .newsTtl {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 2.6rem;
  }
}
.newsTtl span {
  display: block;
  font-size: 1.2rem;
}
@media print,
screen and (min-width: 768px) {
  .newsTtl span {
    font-size: 2.6rem;
    font-weight: bold;
  }
}
.newsTtl:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 90px;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #231815;
}


/* 新着 プレスリリース・イベント・募集中の公募案内・JSTトピックス*/
/* ▼タブのために使用
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-tabs {
  position: relative;
}
.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
}
.ui-tabs .ui-tabs-hide {
  display: none;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  display: block;
  background: #e7eaed;
  cursor: pointer;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  border-top: 5px solid #fff;
  transition: all 0.2s ease;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  display: block;
  color: #848484;
  text-decoration: none;
  font-size:50%;
}
@media print, screen and (min-width: 768px) {
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  display: block;
  color: #848484;
  text-decoration: none;
  font-size:80%;
}
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #001b4c;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  opacity: 0.8;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff;
  border-top: 5px solid #0091DC;
  box-shadow: 3px -2px 3px rgba(148, 148, 148, 0.2);
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  display: block;
  color: #001b4c;
}
.ui-widget :active {
  outline: none;
}
.ttl_tab {
  display: flex;
  justify-content: space-between;
}
.ttl_tab li {
  /* width: 24%; */
  width: calc((100% - 20px) / 5);
  margin-right: 1px;
}
.txt_news {
    margin-top: 8px;
    font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .ttl_tab li {

    margin-right: 10px;
  }
  .txt_news {
      margin-top: 0px;
  }
}
.ttl_tab li:last-child {
  margin-right: 0;
}
.tab_content {
  padding: 30px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  border-radius: 4px;
  display: none;
  clear: both;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .news_doc {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .list_news li {
    margin: 0 30px 20px 0;
  }
}

ul.list_news li{
  border-bottom:solid 1px #b3bcc9;
}
ul.list_news li:last-child{
  border-bottom: none;
}
ul.list_news li:nth-child(8n){
  border-bottom: none;
}
.list_news li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* 
.list_news li:nth-child(4n) {
  margin-right: 0;
}*/
.news_doc p, .newsItem p {font-family: 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; font-weight: 500;}
.img_news img {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-bottom: 8px;
  border: 1px solid #a9aaaa;
}
.date {
  display: inline-block;
  margin-right: 16px;
  color: #333;
  white-space: nowrap;
}
/* .date span[class^="tag_"] { */
.news_doc p[class^="tag_"] {
  display: inline-block;
  font-size: 0.795em;
  padding: 5px 6px 3px 6px;
  background: #838b94;
  color: #FFF;
  border-radius: 100vh;
  text-align: center;
  min-width: 10em;
  line-height: 100%;
  vertical-align: middle;
  margin-right: 20px;
}
/*
.tagclose {
  display: inline-block;
  margin-left: 1em;
  padding: 0 4px;
  font-size: 1rem;
  color: #FFF;
  background: #5A626A;
}
*/
.newsBtn {
  max-width: 240px;
  margin: 24px 0 0 auto ;
  padding: 4px 16px;
  border: 0px solid #1F1F1F;
  text-align: right;
}
.newsBtn a {
  display: block;
}

#tabs-2 .tag_press,
#tabs-3 .tag_event,
#tabs-4 .tag_topics,
#tabs-5 .tag_info {
  display:none;
}


/* トップページプログラム一覧*/
.top_programIndex {
  margin-bottom:20px;
}
.top_programIndex li{
  /*width: 95%;*/
  margin:20px 20px;
  padding-bottom:20px;
  border-bottom:1px solid #b3bcc9;
  padding-left:120px;
}
.top_pdItem .txt{
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top_pdItem .txt br {
    display: none;
  }
}
.top_programIndex h4{
  font-weight: bold;
  margin-bottom:15px;
}
.top_programIndex > li > a {
    color: #231815;
}
.top_programIndex > li > a:hover {
    color: #0091DC;
    text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .top_programIndex {
    width:100%;
    height:auto;
    /*display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;*/
    padding:0px 20px;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr; /* 目標10用 */
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr; /* 目標10用 */
    gap: 18px;
    max-width:1200px;
    margin:0 auto 40px auto;
  }
  .top_programIndex li{
    /*width: calc(33.33333333% - 20px);*/
    height:auto;
    border:1px solid #ddd;
    box-shadow: 0 4px 18px -7px rgb(25 25 25 / 40%);
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    padding-bottom:0px;
    padding-left:0px;
  }
  .top_programIndex li:hover{
    box-shadow: 0 4px 18px 0px rgba(25, 25, 25, .4);
  }
  .top_pdItem .txt{
    border-radius: 12px;
    background: #fff;
    /* width:45%; */
    width:70%; /* 目標10用 */
    padding:5px 8px;
    /* margin-bottom:10px;*/
    margin-left:10px;
    display: flex; /* 目標10用 */
    flex-wrap: wrap; /* 目標10用 */
  }

  .top_pdItem .txt p:nth-of-type(3) {width: 100%;} /* 目標10用 */
  .top_pdItem .txt p:first-of-type {display: flex; align-items: center;} /* 目標10用 */

  /* .top_programIndex li:nth-child(3n) {
    margin-right: 0;
  } */

  .top_programIndex li:nth-child(2n) {
    /* 目標10用 */
    margin-right: 0;
  }

  .top_programIndex .title{
    /* flex: 1 6%; */
    flex: 1 16%; /* 目標10用 */
    margin-bottom: 5px; /* 目標10用 */
    height: 100%;
    min-height: 0%;
    padding:5px 10px 0px 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 68%, transparent 75%); /* 目標10用 */
  }
  .goal1 .txt{border:3px solid #0089b7;}
  .goal2 .txt{border:3px solid #74a455;}
  .goal3 .txt{border:3px solid #c0687d;}
  .goal4 .txt{border:3px solid #0055a7;}
  .goal5 .txt{border:3px solid #109d77;}
  .goal6 .txt{border:3px solid #d47b28;}
  .goal7 .txt{border:3px solid #9155a5;}
  .goal8 .txt{border:3px solid #00aeef;}
  .goal9 .txt{border:3px solid #c00049;}
  .goal10 .txt{border:3px solid #f8b300;} /* 目標10 */

  .top_programIndex h4{
    line-height: 140%;
    margin-left:3em;
    width: 60%; /* 目標10用 */
  }
  .top_programIndex .goal{
    text-align: center;
    /* line-height: 170%; */
    line-height: 150%; /* 目標10用 */
    width:2em;
    float:left;
    white-space: nowrap;
  }
  .top_programIndex .goal span{
    display:block;
    /* font-size:2.6rem; */
    font-size:2.2rem; /* 目標10用 */
  }
}

.top_programIndex .goal span{
  font-weight:bold;
}

.top_programIndex .goal{
  /* font-size: 1.6rem; */
  font-size: 1.4rem; /* 目標10用 */
  margin-bottom: 0px;
}

@media print, screen and (min-width: 768px) and (max-width: 1150px) {
  /* 特定のウインドウ幅の時だけフォントサイズを下げる */
  .top_programIndex h4 {font-size: 80%; line-height: 150%;}

  .top_pdItem .txt {font-size: 65%;}
  .top_pdItem .pdname {font-size: 1.6rem;}
}

/* TOPプログラム一覧SP用リンク */
.sp_link {
  width: 120px; /* 通常の修正 */
  height: 140px;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .sp_link {
    display: none;
  }
}

.goal1 .goal{color:#0089b7;}
.goal2 .goal{color:#74a455;}
.goal3 .goal{color:#c0687d;}
.goal4 .goal{color:#0055a7;}
.goal5 .goal{color:#109d77;}
.goal6 .goal{color:#d47b28;}
.goal7 .goal{color:#9155a5;}
.goal8 .goal{color:#00aeef;}
.goal9 .goal{color:#c00049;}
.goal10 .goal{color:#f8b300;} /* 目標10 */
/*
.lazyload, .lazyloading {
    display: none;
    opacity: 0;
} */

.goal1{
  background: url(../img/top/program_goal1.jpg) no-repeat center;
}
.goal2{
  background: url(../img/top/program_goal2.jpg) no-repeat center;
}
.goal3{
  background: url(../img/top/program_goal3.jpg) no-repeat center;
}
.goal4{
  background: url(../img/top/program_goal4.jpg) no-repeat center;
}
.goal5{
  background: url(../img/top/program_goal5.jpg) no-repeat center;
}
.goal6{
  background: url(../img/top/program_goal6.jpg) no-repeat center;
}
.goal7{
  background: url(../img/top/program_goal7.jpg) no-repeat center;
}
.goal8{
  background: url(../img/top/program_goal8.jpg) no-repeat center;
}
.goal9{
  background: url(../img/top/program_goal9.jpg) no-repeat center;
}
.goal10{
  background: url(../img/top/program_goal10.jpg) no-repeat center;
} /* 目標10は仮の写真 */

@media print, screen and (min-width: 768px) {
  .goal1 /* .top_pdItem */{
    background: url(../img/top/program_goal1.jpg) no-repeat center;
  }
  .goal2 /* .top_pdItem */{
    background: url(../img/top/program_goal2.jpg) no-repeat center;
  }
  .goal3 /* .top_pdItem */{
    background: url(../img/top/program_goal3.jpg) no-repeat center;
  }
  .goal4 /* .top_pdItem */{
    background: url(../img/top/program_goal4.jpg) no-repeat center;
  }
  .goal5 /* .top_pdItem */{
    background: url(../img/top/program_goal5.jpg) no-repeat center;
  }
  .goal6 /* .top_pdItem */{
    background: url(../img/top/program_goal6.jpg) no-repeat center;
  }
  .goal7 /* .top_pdItem */{
    background: url(../img/top/program_goal7.jpg) no-repeat center;
  }
  .goal8 /* .top_pdItem */{
    background: url(../img/top/program_goal8.jpg) no-repeat center;
  }
  .goal9 /* .top_pdItem */{
    background: url(../img/top/program_goal9.jpg) no-repeat center;
  }
  .goal10 {
    background: url(../img/top/program_goal10.jpg) no-repeat center;
  } /* 目標10は仮の写真 */
}

/* 遅延読み込み表示
.lazyloaded {
    opacity: 1;
} */

.goal1,.goal2,.goal3,.goal4,.goal5,.goal6,.goal7,.goal8,.goal9,.goal10{
  /* background-position: -140px top;
  background-size:  250px; */
  background-position: -270px top; /* 目標10用 */
  background-size:  380px; /* 目標10用 */
}

@media print, screen and (min-width: 768px) {
  .top_programIndex .top_pdItem{
    /* flex: 2 15%; */
    flex: 2 0%; /* 目標10用 */
    height: 100%;
    min-height: 0%;
    align-items: flex-start;
    /* padding-top: 10px; */
    padding-top: 0px; /* 目標10用 */
    margin-top:0px;
    display: flex;
    flex-direction: column;
    background-position: right top;
    /* background-size:  cover; */
    background-size:  auto; /* 目標10用 *
    /* margin-top:5px; */
    margin-top:0px; /* 目標10用 */
  }
  .goal1,.goal2,.goal3,.goal4,.goal5,.goal6,.goal7,.goal8,.goal9,.goal10{
    /* background: none; */
    /* 目標10用に、背景表示あり */
    background-size: auto;
    background-position: top right;
  }
}

.pdlink {margin-top: auto; background:rgba(0,0,0,0.6);width:100%;padding:2px 5px;}

@media print, screen and (min-width: 768px) {
  .pdlink {
    /* 目標10用 */
    width:28%;
    font-size: 11px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}

.pdlink a{color:#fff;font-weight: bold;}
.pdlink span{color:#fff;font-weight: bold;}
.top_programIndex li{position: relative;}
.program_link{position: absolute;display: contents;}


/* TOPスライダーバナーお知らせ欄 */
.news_bnrbox {
  background: url(../img/top/news_bg.png) no-repeat center;
  background-size: cover;
  opacity: 1;
  min-height: 360px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.news_bnrbox a {color: #333;}

.top_news {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding: 4px 24px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  height: 360px;
}

.news_bnr {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-right: 20px;
}

.news_img {
  flex: 0.8;
  
  height: 350px; 
  background-color: #fff;
  border: 1px #ccc solid;
  align-content: center;
}

.news_bnr_date {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 0.5em;
  font-size: 1.4em;
  color: #888;
  width: 100%;
}

.news_bnr_title p {display: block;}

.news_bnr .newstitle_01 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.9em;
  letter-spacing: -0.05em;
  padding: 18px 0;
  text-align: left;
}

.news_bnr .newstitle_02 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.5em;
  letter-spacing: -0.08em;
  padding: 0;
  text-align: left;
}

.top_news:hover {text-decoration: none;}
.news_bnr:hover {color: #666!important;}



@media print, screen and (max-width: 767px) {
  .news_bnrbox {
    position: relative;
    opacity: 1;
    max-height: 300px;
    z-index: 1;
  }
  .top_news {
    flex-direction: column;
    padding: 0;
    max-height: 300px;
  }
  .news_bnr_date {font-size: 0.8em; margin: 0 20px;}
  .news_bnr {margin: 0; max-height: 40%;}
  .news_bnr_title {margin: 2px 20px; width: 100%;}
  .news_bnr .newstitle_01 {font-size: 1.2em; line-height: 1.3; padding: 5px 0; text-align: center;}
  .news_bnr .newstitle_02 {font-size: 1em; line-height: 1.3; padding: 5px 0; text-align: center;}
  .news_img {max-height: 58%; border: none; background-color: initial;}
  .news_img img {height: 90%; object-fit: contain;}
}

@media print, screen and (max-width: 500px) {
  .news_bnr .newstitle_01 {font-size: 1em;  padding: 4px 0;}
  .news_bnr .newstitle_02 {font-size: 0.8em; padding: 4px 0;}
}

/*
.top_main_txtarea .p_tag {display: none;}
.top_main_txtarea .tagclose2 {display: none!important;}

.top_main_txtarea .n_date {width: 35%;}
.top_main_txtarea p[class^="tag_"] {width: 65%;}



.top_news:hover {text-decoration: none;}
.news_bnr:hover {color: #666!important;}

.news_img {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-wrap: wrap;
  width: 40%;
  max-width: 40%;
  padding: 80px 0 0 0;
  margin: 0;
  height: 340px;
  max-height: 340px;
  min-height: 340px!important;
}

.news_img img {border: 1px #ccc solid; background-color: #fff; width: 90%; height: auto;}
    
.news_bnr {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 58%;
  width: 58%;
  
  
  margin: auto 10px;
  
  height: 340px;
  max-height: 340px;
  min-height: 340px!important;
  
  padding: 0 10px;
  color: #333;
}

.news_bnr a {color: #333;}

.news_bnr .newstitle_01 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.8em;
  letter-spacing: -0.1em;
  line-height: 150%;
  padding: 18px 0;
  text-align: left;
}

.news_bnr .newstitle_02 {
  font-size: 1.5em;
  letter-spacing: -0.08em;
  line-height: 150%;
  padding: 10px 0;
  text-align: left;
}

.news_bnr_date {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  margin-top: 60px;
  min-height: auto!important;
  gap: 5px;
}

.news_bnr_date .n_date, .news_bnr_date p[class^="tag_"] {
  max-height: 2.1em;
  font-size: 1.4em; 
}

.news_bnr_title {
  display: block;
  min-height: auto!important;
}

.news_bnr_title span {font-size: 1.2em; display: block; margin-bottom: 10px; padding: 0px; background-color: #fff;}

@media print, screen and (max-width: 768px) {
  .news_bnr .newsTxt {font-size: 1em; align-items: center;}

  .top_main_txtarea p[class^="tag_"] {font-size: 1.4em;}
  .top_main_txtarea .n_date {font-size: 1.3em; padding-right: 0.5em;}
  .news_bnr {justify-content: center;}
  .news_bnr_date {margin-top: 0;}
  .news_img {padding: 0; justify-content: center;}
}
@media print, screen and (max-width: 610px) {
  .news_bnr {width: 70%; margin: 0; padding-left: 20px; padding-right: 0;}
  .news_img {width: 29%; min-height: auto!important; padding: 0; margin: 0 0 0 0px;}
  .news_img img {width: 100%;}
  .news_bnr .newsTxt {font-size: 0.8em;}
  .top_main_txtarea p[class^="tag_"] {font-size: 1.2em; width: 100%;}
  .top_main_txtarea .n_date {font-size: 1.2em; padding-right: 0.5em; width: 100%;}
  .news_bnr_date {flex-wrap: wrap;}
}
*/

/* --------------------------------------------------
  下層共通
-------------------------------------------------- */
/* ------メインビジュアル------ */
.mainVisual_sec {
  /*min-height: 100px;*/
  padding: 15px 0 10px;
  background: url(../img/cmn/mainVisual_sp.jpg) no-repeat center;
  background-size: cover;
  margin-bottom:10px;
}
@media print, screen and (min-width: 768px) {
  .mainVisual_sec {
    /*min-height: 100px;*/
    padding: 15px 0px 10px;
    background: url(../img/cmn/mainVisual_pc.jpg) no-repeat center;
    background-size: cover;
	margin-bottom:20px;
  }
}
.mainVisual_sec h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #231815;
  text-align: left;
  padding: 0 16px;

}
@media print, screen and (min-width: 768px) {
  .mainVisual_sec h2 {
    font-size: 2.6rem;
    max-width: 1048px;
    min-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
  }
}
/* ------画像------ */
.img {
  text-align: center;
}
.img img {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.floatimgR {
  margin: 0 auto 24px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .floatimgR {
    float: right;
    margin: 0 0 16px 24px;
  }
}

/* ------プログラム紹介------ */
.programIndex {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.programIndex > li:not(:last-child) {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .programIndex > li {
    width: calc((100% - 40px) / 2);
  }
  .programIndex > li:nth-child(odd) {
    margin-right: 40px;
  }
}
.programIndex > li > a {
  display: block;
  padding: 24px;
  box-shadow: 0 4px 18px 0 rgba(25, 25, 25, .4);
  color: #231815;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .programIndex > li > a {
    box-shadow: 0 4px 18px -7px rgba(25, 25, 25, .4);
    font-size: 1.4rem;
  }
}
.programIndex > li > a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .programIndex > li > a:hover {
    box-shadow: none;
    box-shadow: 0 4px 18px 0px rgba(25, 25, 25, .4);
  }
  .programIndex > li > a h4 {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .programIndex > li > a:hover h4 {
    color: #0091DC;
  }
}
.goal {
  margin-bottom: 8px;
  font-weight: bold;
  color: #5B5B5B;
}
.programIndex h4 {
  margin-bottom: 8px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .programIndex h4 {
    margin-bottom: 16px;
  }
  .pdItem {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .pdItem .txt {
    width: calc(100% - 264px);
  }
}

@media print, screen and (min-width: 768px) {
  .pdnameBox {
    display: flex;
  }
}
.pdname {
  font-size: 2rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .pdname {
    width: 6em;
    margin-left: 1rem;
    font-size: min(2.1rem, 24px); /* 20250205 */
  }
}





.pdItem p {
  margin-bottom: 4px;
}
.pdItem p:last-child {
  margin-bottom: 16px;
}
.pdItem_img {
  text-align: center;
}
.pdItem_img img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .pdItem_img img {
    max-width: 240px;
    margin-left: 24px;
  }
  .pdItem_img img:hover {
    opacity: 1;
  }
}

.ttlDesign_goal {
  margin-bottom: 24px;
  padding: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #F2FAFF;
}
@media print, screen and (min-width: 768px) {
  .ttlDesign_goal {
    padding: 24px;
    font-size: 2.4rem;
  }
}
.ttlDesign_goal span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5B5B5B;
}
@media print, screen and (min-width: 768px) {
  .ttlDesign_goal span {
    font-size: 1.8rem;
  }
}
.goalMv img {
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
}
@media print, screen and (min-width: 768px) {
  .goalMv img {
    -webkit-transition: all .2s;
    transition: all .2s;
    max-width: 602px;
  }
}
.goalexList {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.goalexList li {
  margin: 0 8px;
  text-align: center;
}
.goalexList img {
  width: 100%;
  max-width: 162px;
  border: 1px solid #d4d4d4;
}
@media print, screen and (min-width: 768px) {
  .goalexList img {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

.pdname_n {
    margin-left:10px;
}
.job,
.job_n {
  display: block;
}

@media print, screen and (min-width: 768px) {
.pdname_n {
    margin-left: 1em;
}
  .job {
    display: inline-block;
    margin-left: 1em;
  }
  .job_n {
    display: inline-block;
    margin-left: 0em;
  }
  .pdname_n {
    margin-right: 1em;
  }
  .pdBox {
    display: flex;
  }
  .pdBox .txt {
    width: calc(100% - 224px);
  }
  .pdBox .pdItem_img img {
    max-width: 200px;;
  }
}
.pdItem_img {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .pdItem_img {
    margin-top: 0;
  }
}
.pjTtlBox,
.mlTtlBox {
  margin-top: 24px;
  padding: 8px 16px;
  border: 1px solid #C5C5C5;
  border-bottom: none;
  background: #F5F5F5;
}
@media print, screen and (min-width: 768px) {
  .pjTtlBox {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.pjTtlBox a {
  text-decoration: underline;
}
.icnLink {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
  line-height: 0;
}
.pm .icnLink {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .icnLink {
    margin-top: 0;
  }
  .icnLink a img {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

.icnLink li:not(:last-child) {
  margin-right: 12px;
}
.pm .icnLink li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 8px;
}
.icnLink img {
  width: auto;
  height: auto;
}
.pm .icnLink img {
  margin-left: 8px;
  height: 28px;
  margin-right: 4px;
}
.pm .icnLink li a {
    color: #647dbc;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .pm .icnLink img {
    height: 40px;
  }
  .pm .icnLink li:first-child img {
    width: auto;
    height: 40px;
    margin-bottom: -8px;
    margin-right: 4px;
  }
  .pm .icnLink li:nth-child(2) img {
    width: 22px;
    height: auto;
  }
  .pm .icnLink li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1;
    padding-right: 20px;
    flex-wrap: nowrap;
  }
  .pm .icnLink li a.blank {
    background-position: bottom 2px right;
  }
}
.icnLink li.closeIcn {
  position: relative;
}
.icnLink li.closeIcn:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.7);
}
.pjTtl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .pjTtl {
    font-size: 1.8rem;
  }
}
.kaishi {
  width: 8em;
}
@media print, screen and (min-width: 768px) {
  .kaishi {
    width: 9em;
  }
}
.shimekiri {
  width: 9em;
}
@media print, screen and (min-width: 768px) {
  .shimekiri {
    width: 12em;
  }
  .shimekiriTxt br {
    display: none;
  }
}
.ttlMl {
  margin: 32px 0 24px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 2px solid #0091DC;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .ttlMl {
    font-size: 2.1rem;
  }
}
.ttlMl span {
  display: block;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .ttlMl span {
    display: inline-block;
    font-size: 1.5rem;
  }
}
.mlTtlBox {
  position: relative;
  padding-right: 40px;
  border-bottom: 1px solid #C5C5C5;
}
.mlTtlBox_icn {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mlTtlBox_icnimg {
  padding: 14px 8px 0;
}
.mlTtlBox h5 {
  margin-top:-55px;
  padding-top:55px;
}
@media print, screen and (min-width: 768px) {
  .mlTtlBox h5 {
    margin-top:0;
    padding-top:0;
  }
}
.mlTtlBox_ac {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .mlTtlBox {
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
  }
  .mlTtlBox:hover {
    opacity: 0.7;
  }
}
.mlTtlBox:before,
.mlTtlBox:after {
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  background: #0091DC;
  position: absolute;
  top: 21px;
  right: 25px;
}
.mlTtlBox:before{
  width: 20px;
  height: 2px;
  top: 30px;
  right: 16px;
}
.mlTtlBox:after,
.mlTtlBox:before {
  transition: all .4s;
}
.mlTtlBox.open_icnactive:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mlTtlBox.open_icnactive:before {
  opacity: 0;
}
.boxDesign1.mlTtlBox_ac {
  border-top: none;
}
.pageTop2 a {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 16px;
  padding: 2px 8px 2px 24px;
  font-size: 1.4rem;
  color: #FFF;
  background: #0091DC;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .pageTop2 a {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .pageTop2 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.pageTop2 a::before {
  position: absolute;
  left: 8px;
  top: 40%;
  display: block;
  content:"";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.listDesign_ml {
  max-width: 800px;
  margin: 0 auto 24px;
  border-bottom: 1px solid #E6E6E6;
}
.listDesign_ml li a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .listDesign_ml li a {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .listDesign_ml li a:hover {
    background: #C5C5C5;
  }
}







.anchor-link_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anchor-link_menu li {
  width: 45%;
  margin:5px;
}

.anchor-link_menu li a {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  font-weight: 700;
  text-align: center;
  background: #eeeeee;
  border-radius: 5px;
  color: #808080;
}
.anchor-link_menu li a:hover {
  text-decoration: none;
  background: #0091DC;
  color: #eeeeee;
}

@media print, screen and (min-width: 768px) {
.anchor-link_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor-link_menu li {
  width: 18%;
  margin:5px 10px;

}
.anchor-link_menu li:first-child {
  margin-left:0px;
}
.anchor-link_menu li:last-child {
  margin-right:0px;
}

}

@media print, screen and (max-width: 430px) {
  .anchor-link_menu li {width: 100%;}
}

.gallery{
  display:block;
}

.gallery .show iframe{
  width: 100%;
  height: 100%;
}
.gallery .show{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.gallery .show img {
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.gallery .show .cap {
  display:block;
  text-align:center;
}
.thumbnail p{
  font-size: 1.3rem;
  margin:10px 0px 0px 10px;
}
.thumbnail strong{
  font-weight: 700;
}
.thumbnail ul{
  display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  list-style: none;
/*  padding:0px 0px 0px 10px; */
  padding: 0;
  margin:0;
  justify-content: space-between;
}
.thumbnail li{
  width: 49%;
}

.thumbnail h4{
  font-size: 1.8rem;
  font-weight: 700;
  margin-left:10px;
}
.thumbnail h4:before {
  margin-right: 1rem;
  border-left: 10px solid #0091DC;;
  content: '';
}
.thumbnail .movie_t{
  margin-bottom:15px;
}
.thumbnail .movie_t a{
  background: url(../img/cmn/icn_movie.svg) 5% center no-repeat;
  padding: 0.4em 0 0.4em 3em;
}
.thumbnail .img_t a{
  padding: 0.4em 0.5em;
}
.thumbnail .movie_t a,.thumbnail .img_t a{
  display: flex;
  align-items: center;
  margin: 5px 0px 5px 0px;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  background-color: #eeeeee;
  transition: 0.3s;
  white-space: normal;
  position: relative;
}

.thumbnail .img_t span{
  font-size: 1.3rem;
}
.thumbnail .pdf_t_left {
  background: url(../img/cmn/icn_pdf.svg) 5% 35% no-repeat;
  background-size: 1.1rem;
  padding-left: 1.3em;
}
.thumbnail .movie_t a::after,.thumbnail .img_t a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}

@media print, screen and (min-width: 768px) {
  .gallery{
    display:flex;
  }
  _::-webkit-full-page-media, _:future, :root .gallery .show{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  /*  height: 433px;
    aspect-ratio: auto; */
  }
  @-moz-document url-prefix() {
  .gallery .show{
    width: 100%;
    height: 425px;
    aspect-ratio: auto;
  }
  }
  .gallery .show img{
    height:100%;
  }
  .thumbnail ul{
    display:block;
  }
  .thumbnail li{
    width: 100%;
  }
  .thumbnail .movie_t a:hover,.thumbnail .img_t a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
  }
  .thumbnail strong{
    font-size: min(100%, 18px); /* 20250205 */
  }
}

.thumbnail p.pc-words {
	display: none;
}
@media only screen and (min-width: 768px){
.thumbnail p.pc-words {
	display: block;
}
.thumbnail p.sp-words {
	display: none;
}
}












/* ------公募情報------ */
.updateList {
  margin-bottom: 24px;
}
.updateListTop {
  max-height: 160px;
  overflow-y: auto;
  padding: 8px;
  background: #F4F6F7;
}
@media print, screen and (min-width: 768px) {
  .updateListTop {
    max-height: 100px;
  }
}
.updateList li {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.updateList span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .updateListTop {
    max-height: 100px;
  }
}
.updateList li {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.updateList span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .updateList li {
    display: flex;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
.updateList span:nth-child(1) {
  width: 11.5em;
}

.updateList span.koubospace{
  width: 10.3em;
}

.updateList span:nth-child(2) {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
	.updateList span:nth-child(2) {
	  width: calc(100% - 11.5em);
	  }
}

.ttlDesignBox {
  margin-bottom: 24px;
  padding: 16px;
  background: #F2FAFF;
}
.ttlDesignBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #F2FAFF;
}
.ttlDesignBox h4 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5B5B5B;
}
.update_close a {
  position: relative;
}
.program .updateList .update_close .tagclose {
  position: absolute;
  bottom: 2px;
  right: -40px;
  width: 3em;
  text-align: center;
}
/* ------新着情報------ */
.newsdate {
  margin: -24px 0 16px;
}
@media print, screen and (min-width: 768px) {
  .newsdate {
    margin: -24px 0 32px;
  }
}

/* ------刊行物------ */
.prList {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prList > li {
  margin-bottom: 24px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .prList > li {
    width: calc((100% - 120px) / 4);
    margin: 0 40px 32px 0;
    text-align: left;
  }
  .prList > li:nth-child(4n) {
    margin-right: 0;
  }
}
.prList h4 {
  font-weight: bold;
}
.img_pamph img {
  width: 120px;
  height: auto;
  border: 1px solid #a9aaaa;
}
@media print, screen and (min-width: 768px) {
  .img_pamph img {
    width: 150px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}
.prList p {
  margin-bottom: 3em;
}

/* ------リンク------ */
.tableDesign_link {
  width: 100%;
  text-align: left;
  word-break: break-all;
  border-top: 1px solid #E6E6E6;
}
.tableDesign_link td {
  padding: 16px 8px;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .tableDesign_link td {
    padding: 16px 0;
  }
}
.tableDesign_link.link1 td {
  border-bottom: none;
  padding: 24px 16px;
}
.link1 {
  margin-bottom: 32px;
  border-bottom: 1px solid #E6E6E6;
}
.tableDesign_link img {
  width: 140px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .tableDesign_link img {
    width: 210px;
  }
}

/* ------利用規約------ */
.listDesign_arw.policylist li {
  margin-bottom: 8px;
}


/* ------お知らせ------ */
/*キックオフシンポジウム*/
.ttlFlex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ttlFlex p {
  margin: 8px 0 0 16px;
}
@media print, screen and (min-width: 768px) {
  .sympoDetails {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sympoDetails dl {
    width: calc(100% - 640px);
  }
  .sympoDetails2 dl {
    width: calc(100% - 540px);
  }
}
.sympoBnr img {
  width: 100%;
  height: auto;
  line-height: 1;
  border: 1px solid #1d2087;
}
@media print, screen and (min-width: 768px) {
  .sympoBnr a img {
    width: 600px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .sympoBnr2 {
    width: 500px;
  }
  .sympoBnr2 a img {
    width: 500px;
  }
  .sympoBnr a:hover img {
    border: 1px solid #3ebeef;
  }
}
.youTubeBox a {
  display: block;
  padding: 16px;
  text-align: center;
  border: 1px solid #3ebeef;
}
.youTubeBox .youtubeImg img {max-width: 180px;}
@media print, screen and (min-width: 768px) {
  .youTubeBox a {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .youTubeBox a:hover {
    background: #bce7f7;
  }
}
.youtubeImg {
  text-align: center;
}
.sympoBnr2 .youtubeImg img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.break {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  color: #A1ABB6;
}
.break:before,
.break:after {
border-top: 2px solid #A1ABB6;
content: "";
width: calc((100% - 4em) / 2);
}
.break:before {
margin-right: 1em;
}
.break:after {
margin-left: 1em;
}
.tableDesign3.tableDesign_sympo {
  border: 2px solid #E6E6E6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
td.dateSympo {
  font-weight: bold;
  border-bottom: 2px solid #E6E6E6;
}
.fB_sympo {
  color: navy;
  font-size: 105%;
  font-weight: bold;
}
.tableDesign_sympo .dlDesign2 dd {
  margin-left: 6em;
}

/* シンポジウムページ（新） */
.deletetextdate, .deletetextdate_2 {display: none;}
.v_text, .v_text2 {display: none;}
.map_box iframe {width: 100%; height: 400px;}
.r_img img {width: 100%;}
.fbox2 img {margin: 10px;}
.event_detail .tableDesign1 th {font-weight: bold;}
.event_detail .tableDesign1 {border-bottom: 1px solid #e6e6e6;}
.event_detail .tableDesign1 tr:last-child th, .tableDesign1 tr:last-child td {padding-bottom: 16px;}
.news .tableDesign_sympo dt {margin-top: 0.5em;}
.news .tableDesign_sympo dd {margin-left: 1em;}
@media print, screen and (min-width: 768px) {
  .cf_s {display: flex;}
  .l_txt {padding-right: 1em;}
  .r_img {text-align: right;}
  .r_img img {width:300px;}
  .map_box iframe {width: 750px; height: 450px;}
  .fbox2 {display: flex; justify-content: space-between;}
}
.news h3 img {width: 100%; max-width: 1000px; margin-top: 1em;}

/* シェアボタン */
.sharebutton {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4px 10px;
  
  border-radius: 10px;
  align-items: center;
  position: fixed;
  background-color: rgba(255 255 255 / 90%);
  border: 1px #c5c5c5 solid;
  right: 40px;
  bottom: 10px;
  padding: 2px 6px;
}
.sharebutton img {width: 22px; margin: 2px 8px; padding: 0;}
.sharebutton span {display: none;}
.sharebutton a {margin: 0; line-height: 0;}
.sb_box {position: relative;}

@media print, screen and (min-width: 768px) {
  .sb_box {max-width: 1048px; min-width: 900px; margin: 0 auto; right: 24px;}
  .sharebutton {position: fixed; max-width: 1000px; margin: 0; right: 70px; top: auto; padding: 0 5px;}
  .sharebutton span {display: block; font-size: 0.8em; width: initial; margin: auto 4px;}
  .sharebutton img {width: 28px; margin: 5px; padding: 0;}
}


/* ------プロジェクト関係者向け情報------ */
.dl_dt {
  width: 10em;
  text-align: center;
  vertical-align: middle;
}
.dl_dt2 {
  width: 15em;
  text-align: center;
  vertical-align: middle;
}
.tableDesign_dl td:nth-child(2),
.tableDesign_dl td:nth-child(3) {
  text-align: center;
}
.projectTtl {
  margin-bottom: 12px;
  padding: 16px;
  background: #F2FAFF;
}
.projectTtl p {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .projectTtl {
    position: relative;
    padding: 24px;
  }
  .projectTtl .icnLink {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .pm .projectTtl {
    padding-right: 0px;
  }
  .pm .projectTtl h3 {
    padding-right: 240px;
  }

}
.projectTtl h3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .projectTtl h3 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .projectTtl p {
    font-size: 1.7rem;
  }
}
.projectTtl h3 span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #5B5B5B;
}
@media print, screen and (min-width: 768px) {
  .projectTtl h3 span {
    font-size: 1.8rem;
  }
}
.tab_item {
  width: calc(100%/3);
  padding: 16px;
  background-color: #eee;
  color: #9B9B9B ;
  display: block;
  float: left;
  text-align: center;
  font-size: 1.4rem;
  transition: all 0.2s ease;
  border:1px solid #C5C5C5;
  border-bottom: none;
}
.tab_4 .tab_item {
  width: calc(100%/4);
}

#tab2 + .tab_item, #tab3 + .tab_item, #tab4 + .tab_item {
  border-left: none;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.pdpm_index .tab_content {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #F2FAFF;
  color: #000;
  border-right: 1px solid #C5C5C5;
  border-left: 1px solid #C5C5C5;
}

.cell {
	width:1em;
	white-space:break-spaces;
}

@media print, screen and (min-width: 768px) {
  .cell {
	white-space:nowrap;
  }
}


/* さらに見る表示 */
.grad-wrap {
  position: relative;

}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  border: 1px #ccc solid;
  background: #fff;
  color: #666;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  /* box-shadow: 0 0 3px rgba(0,0,0,.3); */
}
.grad-btn::after {
  content: "▼ 続きを見る"
}
.grad-btn:hover {
  background: #F2FAFF;
  color: #666;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.grad-item p + p {
/*  margin-top: 1em; */
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2.7em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "▲ 閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
  margin-bottom: 60px;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.kph5 {
    margin: 32px 0 24px;
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    border-left: 2px solid #0091DC;
    line-height: 1.4;
}

.width40p th:first-child {
  width: 40%;
}

.fBg {
    font-weight: bold;
    color: #666;
}

/* ここまで */

/* TOPバナーありの場合の追加 */
/*
@media print, screen and (max-width: 767px) {
	 .mainVisual_inr {
	 	position: relative;
	 	top: -100px; 不要
	 }
	 .main_txt {

	 }
}
*/

/* 画面サイズ下回ったとき用 */
@media print, screen and (max-width: 260px) {
  .main_txt {font-size: 0.8em;}
}


.main_txt {position: relative; top: 70px;}

.slider_sp img {
  max-width: 500px;
}

/* ここまで */

/* PMページ用 */

.no_link a {
	pointer-events: none;
	background-color: #f5f5f5!important;
	color: #dedede!important;
}
.no_link a:hover {
	cursor: default;
}

/* ここまで */

/* TOPページ期間限定 */

.slick-slide img:hover {
	opacity: 0.95;
	filter: brightness(110%);
}

/* ここまで */

/* slickbg */
/* PC */
@media print, screen and (min-width: 768px) {

    .mainVisual_inr {
        width: 100%;
    }

    .mainVisual_inr li {
        background-size: cover;
    }

    .main_txt {
        padding-left: 30px;
    }
}

.slick-list { width: 100%; }

/* sp含む */
/* 画像始まり位置の調整 */
.mainVisual {
    padding: 0;
    margin-bottom: 20px;
}

.slider li {
    padding: 0!important;
    margin: 0!important;
}

.mainVisual_inr li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* 20240612修正 */
.top_main_txtarea {
    min-height: 360px;
}

.main_txt {
    padding: 0 10px;
}

@media print, screen and (max-width: 767px) {
    .main_txt, .top_main_txtarea {
        width: 100%!important;
        min-height: 300px;
    }
    .sliderbase01 {min-height: 150px; font-size: 0.85em; line-height: 190%;}
}

/* spここまで */

/* 背景画像設定PCとSP */

/* 遅延読み込み非表示
.lazyload, .lazyloading {
    opacity: 0;
} */

.mainslider {min-height: 360px; background: url(../img/cmn/mainVisual_pc.jpg) no-repeat center; position: relative;}


.bgmoku01 {
     background-image: url(../img/top/goal1_si_sp.png);
}

.bgmoku02 {
     background-image: url(../img/top/goal2_si_sp.png);
}

.bgmoku03 {
     background-image: url(../img/top/goal3_si_sp.png);
}

.bgmoku06 {
     background-image: url(../img/top/goal6_si_sp.png);
}

.bgmoku08 {
     background-image: url(../img/top/goal8_si_sp.png);
}

.bgmoku09 {
     background-image: url(../img/top/goal9_si_sp.png);
}

.bgmoku10 {
     background-image: url(../img/top/goal10_si_sp.png);
}

@media print, screen and (min-width: 768px) {
	.bgmoku01 {
	     background-image: url(../img/top/goal1_si.png);
	}

	.bgmoku02 {
	     background-image: url(../img/top/goal2_si.png);
	}

	.bgmoku03 {
	     background-image: url(../img/top/goal3_si.png);
	}

	.bgmoku06 {
	     background-image: url(../img/top/goal6_si.png);
	}

	.bgmoku08 {
	     background-image: url(../img/top/goal8_si.png);
	}

	.bgmoku09 {
	     background-image: url(../img/top/goal9_si.png);
	}
}

	.bgmoku10 {
	     background-image: url(../img/top/goal10_si.png);
	}
}

/* 矢印 */

.slick-arrow {
    z-index: +1;
}

/* 背景枠の設定 */

.top_main_txtarea {
    display: block;
    margin: 0 auto!important;
    position: relative;
/*    padding-left: 30px; 変更2024/02/01 */
}

/* 半透明の白枠内 */

.bgw_txt {
    /* display: block; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width; 320px;
    min-width: 280px;
    min-height: 200px!important;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    animation-name: fadeOutAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 1;
    z-index: 1;
}

.bgmoku10 .bgw_txt {
  font-size: 0.8;
  line-height: 150%;
}

.bgw_txt p {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 30px;
    color: #333;
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.slick-slide {
  filter: brightness(0.95);
}

.slick-active {
  filter: brightness(1);
}

.slick-active .bgw_txt {
  display: block;
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bgmoku09.slick-active .bgw_txt {
  animation-duration: 1.5s!important;
}

/* PC */
@media print, screen and (min-width: 768px) {
    .bgw_txt {
        width: 400px;
        min-height: 200px!important;
        top: 60px;
        left: auto;
        right: 0px;
        transform: translate(0, 0);
        background-color: rgba(255, 255, 255, 0.85);
        margin: 10px!important;
    }

    .bgw_txt p {
        font-size: 0.95em;
        padding: 30px;
    }
}

.bgw_txt span {
    text-align: right;
}

.bgw_txt a {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 8.5em;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.1em;
    border-radius: 5px;
}

.bgw_txt a:hover {
    opacity: 0.75;
}

.bgmoku01 a {
    background-color: #0089b7;
}
.bgmoku02 a {
    background-color: #74a455;
}
.bgmoku03 a {
    background-color: #c0687d;
}
.bgmoku06 a {
    background-color: #d47b28;
}
.bgmoku08 a {
    background-color: #00b0f0;
}
.bgmoku09 a {
    background-color: #c00049;
}
.bgmoku10 a {
    background-color: #f8b300;
}

.slider_pc {
    width: 100%;
    max-width: 1048px;
    min-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.mainVisual {
	margin-bottom: 40px;
}

/* ここまで */

/* 新PMページ */

.pm_right .pm_photo {
    height: 180px;
    object-fit: cover;
    object-position: 100% 20%;
}
.pm_left .pm_photo {
    height: 180px;
    object-fit: cover;
    object-position: 0% 80%;
}

.pdpm_index .projectTtl {
    padding: 0;
    background: #fff;
    min-height: 300px;
}

.pm_photo {
    width: 100%;
}

.prTtl_02 h3 {
    width: 100%;
    padding: 5px 0!important;
    border-bottom: 2px solid #ccc;
    font-size: 1.8rem;
}

.prTtl_02 p {
    width: 100%;
}

.prTtl_02 {
  display: flex;
  flex-wrap: wrap;
    width: 100%;
    min-height: 200px;
/*    margin-bottom: 2em; */
}

.pm .prTtl_02 .icnLink li {
    line-height: 1.2em;
    width: 100%;
}

.tab_content_description .boxDesign1 {
  padding: 0;
}

.pdpm_index .img p {font-size: 1.4rem; margin: 4px 24px 24px 24px;}

@media print, screen and (min-width: 768px) {
    .prTtl_02 {
        position: absolute;
        width: 58%;
        min-height: 180px;
        background: #fff;
        padding: 10px 20px;
        border-radius: 20px;
    }
    
    .pm_right .pm_photo {
        height: 300px;
        object-fit: none;
        object-position: 100% 20%;
    }
    .pm_left .pm_photo {
        height: 300px;
        object-fit: none;
        object-position: initial;
    }
    
    .prTtl_02 .fSS {
      font-size: min(80%, 16px); /* 20250205 */
    }

    .prTtl_02 .job {
      display: block;
      font-size: min(100%, 16px); /* 20250205 */
    }

    .prTtl_02 .blank {
      padding-right: 0;
    }

    .pm_right .prTtl_02 {
        top: 15px;
        left: 15px;
    }
    
    .pm_left .prTtl_02 {
        top: 15px;
        right: 15px;
    }

    .projectTtl .prTtl_02 .icnLink {
        position: relative;
        justify-content: end;
        margin-top: 10px;
        top: auto;
        right: auto;
        width: 100%;
    }
    
    .prTtl_02 h3 {
        border-bottom: 4px solid #ccc;
        font-size: 2.1rem;
    }
    .tab_content_description .boxDesign1 {
        padding: 24px;
    }
}

/* 目標ごと色設定 */

.pm_goal10 h3 {
    border-bottom-color: #f8b300;
    margin-bottom: 10px;
}

.pm_goal10 h3 span:first-of-type {
    color: #f8b300;
}

.pm_goal10 .ttlDesign2, .pm_goal10 .kph5 {
    border-left: 2px solid #f8b300;
}

.pm_goal10 .ttlDesign1::before {background: #f8b300;}



.pm_goal9 h3 {
    border-bottom-color: #c00049;
    margin-bottom: 10px;
}

.pm_goal9 h3 span:first-of-type {
    color: #c2004c;
}

.pm_goal9 .ttlDesign2, .pm_goal9 .kph5 {
    border-left: 2px solid #c00049;
}

.pm_goal9 .ttlDesign1::before {background: #c00049;}

.pm_goal8 h3 {
    border-bottom-color: #00b0f0;
    margin-bottom: 10px;
}

.pm_goal8 h3 span:first-of-type {
    color: #00b0f0;
}

.pm_goal8 .ttlDesign2, .pm_goal8 .kph5 {
    border-left: 2px solid #00b0f0;
}

.pm_goal8 .ttlDesign1::before {background: #00b0f0;}

.pm_goal1 h3 {
    border-bottom-color: #0089b7;
    margin-bottom: 10px;
}

.pm_goal1 h3 span:first-of-type {
    color: #0089b7;
}

.pm_goal1 .ttlDesign2, .pm_goal1 .kph5 {
    border-left: 2px solid #0089b7;
}

.pm_goal1 .ttlDesign1::before {background: #0089b7;}


.pm_goal2 h3 {
    border-bottom-color: #74a455;
    margin-bottom: 10px;
}

.pm_goal2 h3 span:first-of-type {
    color: #74a455;
}

.pm_goal2 .ttlDesign2, .pm_goal2 .kph5 {
    border-left: 2px solid #74a455;
}

.pm_goal2 .ttlDesign1::before {background: #74a455;}


.pm_goal3 h3 {
    border-bottom-color: #c0687d;
    margin-bottom: 10px;
}

.pm_goal3 h3 span:first-of-type {
    color: #c0687d;
}

.pm_goal3 .ttlDesign2, .pm_goal3 .kph5 {
    border-left: 2px solid #c0687d;
}

.pm_goal3 .ttlDesign1::before {background: #c0687d;}


.pm_goal6 h3 {
    border-bottom-color: #d47b28;
    margin-bottom: 10px;
}

.pm_goal6 h3 span:first-of-type {
    color: #d47b28;
}

.pm_goal6 .ttlDesign2, .pm_goal6 .kph5 {
    border-left: 2px solid #d47b28;
}

.pm_goal6 .ttlDesign1::before {background: #d47b28;}

/* タイトルの改行を減らす場合の2つ目以降のspan */

.projectTtl h3 span:nth-of-type(n+2) {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .projectTtl h3 span:nth-of-type(n+2) {
    margin-bottom: 0;
    font-size: 2.2rem;
    color: #333;
    display: inline-block;
  }
  
  .projectTtl h3 {font-size: min(2rem, 18px);} /* 20250205 */
}

/* PD TOP */
.img_3box, .img_2box {width: 100%;}
.img_3box a {display: block; border: 1px #ccc solid; padding: 10px; margin-bottom: 10px; text-align: center;}
.img_3box img {max-height: 212px; max-width: 100%;}
@media print, screen and (min-width: 768px) {
  .img_3box img {height: 180px; max-width: initial;}
  .img_3box, .img_2box {display: flex; gap: 10px; justify-content: space-between;}
  .img_2box div:nth-child(2) {min-width: 500px;}
  .pdpm_index .gallery {display: block;}
  .pdpm_index .movie_t {display: flex!important;} /* style.cssのほうでの指定を後で変更 */
  .pdpm_index .movie_t li {width: 49%;}
  
  .box_rev {flex-direction: row-reverse;}
}
.listDesign_arw {margin-bottom: 1em;}
.thumbnail .movie_t strong {margin-left: 0.5em;}

.pdpm_index .job {
	margin-left: 0;
}

.pdpm_index .thumbnail .movie_t a::after, .pdpm_index .thumbnail .img_t a::after {
	border: none;
}

.pdpm_index .thumbnail .movie_t a, .pdpm_index .thumbnail .img_t a {
	background-color: #eeeeee;
	color: #808080;
	border-radius: 5px;
}

.pdpm_index .thumbnail .movie_t a:hover, .pdpm_index .thumbnail .img_t a:hover,
.pdpm_index .thumbnail .movie_t .m_active {
	background-color: #0091DC;
	color: #eeeeee;
}

.pdpm_index .thumbnail .movie_t a{
  background-image: none;
  padding: 0.4em 0 0.4em 0.4em;
  min-height: 50px; /* 20250205 */
}

/* ここまで */

/* 通常のリスト */
ul.list_disc {
    list-style-type: disc;
    margin: 0.5em 0 1em 2em;
}

ul.list_disc ul {
    list-style-type: circle;
    margin-left: 1em;
}

/* アコーディオン */

.accordionBox {
  position: relative;
  border: 1px solid #C5C5C5;
  cursor: pointer;
}
.accordionBox_inr {
  display: none;
  cursor: default;
}
.accordion_btn,
.accordionBox_inr {
  padding: 24px 48px 24px 24px;
}
@media print, screen and (min-width: 768px) {
  .accordion_btn {
    padding: 24px;
  }
}
.accordionBox_inr {
  padding-top: 16px;
}
.accordionBox_inr th,
.accordionBox_inr td {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .accordionBox_inr th,
  .accordionBox_inr td {
    display: table-cell;
    width: auto;
  }
  .accordionBox_inr th {
    width: 12em;
  }
}
.accordionBox_inr td {
  border-top: none;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .accordionBox_inr td {
    border-top: 1px solid #E6E6E6;
    padding-top: 16px;
  }
}
.accordion_btn:before,
.accordion_btn:after {
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  background: #0091DC;
  position: absolute;
  top: 27px;
  right: 33px;
}
.accordion_btn:before{
  width: 20px;
  height: 2px;
  top: 36px;
  right: 24px;
}
.accordion_btn:after,
.accordion_btn:before {
  transition: all .4s;
}
.accordion_btn.open_icnactive:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion_btn.open_icnactive:before {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .accordion_btn {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .accordion_btn:hover {
    background: #F2FAFF;
  }
}

.accordionBox_inr .boxDesign1 {border: none;}
/* ここまで */

/* プレスタグ */
#tabs-1 .p_tag {
  display: none;
}
.p_tag {
  display: inline-block;
  min-width: 56px;
  padding: 1px 8px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px;
  vertical-align: middle;
  margin-top: 2px;
}

.tag_seika {
  background-color: #2e8b57;
}
.tag_saitaku {
  background-color: #dc143c;
}
.tag_event {
  background-color: #ec6800;
}
.tag_sonota {
  background-color: #838b94;
}

/* 課題推進者リストの表示変更 */
.content_box_shadow {
  padding: 10px 30px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  background: #FFF;
  border-radius: 4px;
  clear: both;
  overflow: hidden;
}

#c-list + .content_box_shadow .tableDesign1 th:first-child {
  min-width: 11em;
}

/* SP TABLE 20240424 課題推進者リストの表示変更 ※アドバイザーも同様 */
.pm .tableDesign1 {word-break: normal;}
.pm .tableDesign1 th {padding-right: 1.5em; min-width: 9em;}
.pm .tableDesign1 td {padding-left: 1em;}
@media screen and (max-width: 680px) {
  
  .pm .tableDesign1 th:nth-of-type(2) {border-top: none; padding-left: 1em;}
  .pm .boxDesign1 {padding-top: 10px;}
  #c-list + .tab_container .tableDesign1 th, 
  #c-list + .tab_container .tableDesign1 td,
  #c-list + .content_box_shadow .tableDesign1 th,
  #c-list + .content_box_shadow .tableDesign1 td {
    display: block;
    width: 100%;
  }
  #c-list + .tab_container .tableDesign1 th,
  #c-list + .content_box_shadow .tableDesign1 th {
    padding-bottom: 2px;
    padding-top: 2px;
  }
  #c-list + .tab_container .tableDesign1 td,
  #c-list + .content_box_shadow .tableDesign1 td {
    border-top: none;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #advisors + .accordionBox th {padding-bottom: 0;}
  .content_box_shadow {padding: 10px;}
}

/* 追加 */
.eventdate {display: none;}
.vUp {vertical-align: super; font-size: 0.7em;}
.vSub {vertical-align: sub; font-size: 0.7em;}
.txt_i {margin-left: 1.5em; margin-bottom:1em; text-indent: -1.5em;}
.dt_bold dt {font-weight: bold;}
.dt_bold dt:not(:first-child) {margin-top: 0.5em;}



/* 成果概要へのメニュー */
.seika_gaiyo {display: flex; flex-wrap: wrap; justify-content: start; margin-bottom: 24px;}
.seika_gaiyo li {display: block; margin: 4px; border: 1px #dcdcdc solid; border-radius: 8px; width: 100%; padding: 4px;}
.seika_gaiyo li a {display: flex; align-items: center; padding: 6px; height: 100%;}
.li_100 {width: 100%!important;}
.k_koumoku li {padding: 4px;}

@media print, screen and (min-width: 768px) {
  .seika_gaiyo li {width: calc(33% - 10px);}
}

/* 成果概要ページ */

/* 画像位置種類
 img_2box_ap　テキストと画像を横並びにする
 img_2box_ap_r　テキストと画像を横並びにして順序を入れ替える
 img_2box_ap_s　テキストと小さめの画像を横並びにする
 img_large　横幅いっぱいの大きなイメージ
 img_medium　横幅に余白がある程度のサイズのイメージ
 img_small　縦に長い画像など、大きすぎる場合
 img_table　複数画像を並べる
 img_table2　複数画像を並べる。キャプションは2個の下に1つ
 img_list　img_2box_apに近い。サムネ＋テキスト用
*/

.img_2box_ap, 
.img_2box_ap_s, 
.img_2box_ap_r,
.img_medium,
.img_list,
.img_large,
.img_small,
.no_img {margin-bottom: 24px;}

.pdpm_index figure {width: auto; text-align: center; margin: auto; margin-bottom: 24px;}

.pdpm_index figcaption {text-align: center; margin-bottom: 1.6em!important; font-size: 0.9em;}

.ap_text ~ figure {margin: auto; text-align: center;}

figure img {max-width: 100%;}

.pdpm_index .projectTtl.ap_page {min-height: auto; min-height: initial;}
.ap_page .ttlDesign1 {margin-top: 24px;}
.ap_page .ttlDesign1 span {margin-bottom: 0.5em;}

.pdpm_index h5 {font-weight: bold; margin-top: 0.2em;}

.ap_text ul.kome {margin-left: 2em; margin-bottom: 24px;}
.ap_text ul.kome li {text-indent: -2em;}

.ap_text p.kome {margin-left: 2em; text-indent: -2em;}
.ap_text p.kome_s {margin-left: 0.5em; text-indent: -0.5em;}

.img_table figure {display: block; margin-bottom: 10px;}
.img_table figure img {width: 90%;}

.img_table2 {width: 100%; margin: auto;}
.img_table2 figure {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; gap: 5px;}
.img_table2 figure img {width: 49%; height: 49%;}
.img_table2 figure figcaption {width: 100%; margin-top: 0.5em; margin-bottom: 24px;}

.list_disc li {text-indent: 0;}

.ul_kigou {margin-bottom: 24px;}
.ul_kigou li {margin-left: 1.4em; text-indent: -1.4em;}

.pagenav {display: flex; justify-content: center; text-align: center; margin: 24px auto;}
.pagenav span, .pagenav .pn_page {display: block; margin: 4px; border: 1px solid #dcdcdc; padding: 6px;}
.pagenav a {display: none; padding: 6px;}
.pagenav .fB {color: #808080;}

.gray {color: #dcdcdc;}

.img_list {display: flex; flex-wrap: wrap;}
.img_list .ap_photo {display: flex; gap: 20px; flex-wrap: nowrap; width: 100%;}
.img_list .ap_photo div:first-child {flex-shrink: 0;}
.img_list .ap_photo img {width: 100%; height: auto; max-width: 120px;}
.img_list .ap_text {margin: auto 0; flex-shrink: 1;}

.img_smaller {width: 90%; max-width: 300px!important; min-width: initial;}
.img_s_smaller {width: 75%; max-width: 150px!important; min-width: initial;}

ol.ap_ol {padding-left: 1.5em; margin-bottom: 24px;}

.img_2box_ap_s figure img {max-width: 350px;}

/* --- PC --- */
@media print, screen and (min-width: 768px) {
  .pm .projectTtl h3 {
    padding-right: 24px;
  }
  

  .img_2box_ap, 
  .img_2box_ap_s, 
  .img_2box_ap_r {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-bottom: 24px; width: 100%;}
  
  .img_2box_ap_r {flex-direction: row-reverse;}

  .img_2box_ap .ap_text, .img_2box_ap_r .ap_text, .img_2box_ap_s .ap_text {width: 55%;}
  .img_2box_ap_s .ap_text {width: 70%;}
  
  .img_2box_ap figure, .img_2box_ap_r figure {width: 40%;}
  .img_2box_ap_s figure {width: 25%;}
  
  .img_2box_ap figure img, .img_2box_ap_s figure img, .img_2box_ap_r figure img {width: 100%;}

  
  .img_large figure img {max-width: 100%;}
  .img_medium figure img {max-width: 80%;}
  .img_small figure img {max-width: 55%;}
  
  .img_medium figcaption {margin: auto; width: 80%;}
  
  .img_table2 figure img {width: 45%; height: 45%;}
  
  figcaption {display: block; margin: 0 1em 1em 1em; font-size: 0.9em;}
  
  .img_table {display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 10px;}
  .img_table figure {display: block; width: 48%; margin-bottom: 10px;}
  .img_table figure img {height: auto;}
  
  /* 絵が大きすぎる場合 */
  .img_smaller {max-width: 350px!important; min-width: 200px!important;}
  .img_s_smaller {width: 150px!important; max-width: 200px!important; min-width: 120px!important;}
  .img_m_smaller {width: 70%!important; margin: 24px auto;}
  
  .img_list .ap_photo img {min-width: 200px;}
  
  .ap_text {line-height: 1.9em; margin-bottom: 24px;}
  
  .pagenav a, .pagenav span {display: block; margin: 4px; padding: 6px 10px; border: 1px solid #dcdcdc;}

}

@media print, screen and (max-width: 400px) {
  .img_list .ap_photo {display: block; margin-bottom: 20px;}
}

@media print, screen and (max-width: 767px) {
  .sp_center {text-align: center;}
  .sp_img_small {width: 70%;}
}

/* 成果概要ここまで */


/* 追加 */
.map_box {margin-top: 10px;}

/* カッコつき番号リスト */
.ol_kakko {counter-reset: cnt; list-style-type: none; margin-left: 1.5em; margin-bottom: 24px;}
.ol_kakko li {counter-increment: cnt; text-indent: -1.5em;}
.ol_kakko li:before {content: "(" counter(cnt) ") ";}


/* リスト中リストの横並び */
@media print, screen and (min-width: 768px) {
  .arwChild ul > li {display: inline-block; padding-left: 0.5em;}
  .arwChild ul > li a {padding-left: 0.5em; margin-right: 4px;}
  .arwChild ul > li:before {content: '|';}
  .arwChild ul {display: inline-block;}
}

/* 20240424 PMページレイアウトと印刷用 */
.pdpm_index section, .pdpm_index section h4 {clear: both;}
.pdpm_index section .img, .pdpm_index section figure {font-size: 85%;}
.pdpm_index section figure {font-size: 100%;}

@media print, screen and (min-width: 768px) {
  section.f_txt_img p:has(+ .img) {width: 46%; float: left;}
  section.f_txt_img .img {width: 52%; float: right;}
  .s_no_wrap p {width: 100%!important; clear: both;}
  .s_no_wrap .img {width: 100%; float: none;}
  .pdpm_index h4 {clear: both;}
}

@media print {
  .search, .btn_switchArea, .anchor-link_menu, .footerBtm_item, #pageTop {display: none!important;}
  .mainVisual_sec {margin-bottom: 10px;}
  .inr {font-size: 90%;}
  .content_box_shadow {padding: 10px;}
  .tableDesign1 th, .tableDesign1 td {padding: 10px 0;}
  .event_detail .tableDesign1 tr:last-child th, .tableDesign1 tr:last-child td {padding-bottom: 0px;}
}

/* 見出し横説明書き */
.h_exp {display: block; font-size: 1.4rem; margin-left: 2rem;}
@media print, screen and (min-width: 768px) {
  .h_exp {display: inline-block;}
}

/* TOPページSliderに関する表示変更 */
.fukidashi0 {visibility: hidden; display: none;}

@media print, screen and (min-width: 768px) {
  .box_tab li {position: relative; z-index: 0;}
  .fukidashi0 {
    position: absolute;
    display: block;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    border: 1px gray solid;
    border-radius: 4px;
    background-color: #fff;
    min-width: 120px;
    max-width: 140px;
    bottom: 40px;
    left: 10px;
    padding: 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 0.7em;
    text-align: center;
    line-height: 1.3em;
    word-wrap: break-word;
    pointer-events: none;
  }
  a:hover .fukidashi0 {
    opacity: 1;
    visibility: visible;
  }
}

/* PD PMページ追加CSS */
.si_box {margin-top: 24px;}
.si_box .img_2box {justify-content: left; gap: 20px;}
.si_box .img_2box div {max-width: 300px;}

@media print, screen and (max-width: 768px) {
  .si_box .img_2box div {margin: 0 auto!important;}
}

/* 動画と体制図 */
.kaisetsu {
  display: block;
}

.taiseizu_t .movie_t li {width: 100%;}
.movie_t strong span {font-size: 0.8em; font-weight: 700; display: block;}
.clickimg .fukidashi {display: block; width: 200px; left: 10px; top: -24px; height: min-content;}

.taiseizu_i {display: flex; height: 100%; width: 100%; align-items: center; justify-content: center; text-align: center;}

@media print, screen and (min-width: 768px) {
  .kaisetsu {
    display: grid;
    grid-template-columns: 1.53fr 1fr;
    gap: 10px;
  }
  
  .garelly, .taiseizu {display: flex; flex-direction: column; justify-content: space-between;}
  .taiseizu img {max-height: 330px; width: 100%;}
  
  .movie_t strong span {display: inline;}
}
@media print, screen and (max-width: 1050px) {
  .taiseizu img {max-height: 280px;}
}

@media print, screen and (max-width: 767px) {
  .pdpm_index .fukidashi {display: none!important;}
  .taiseizu img {max-height: initial; width: 80%; margin: auto;}
  .kaisetsu .movie_t a {height: 100%;}
}

.seika_gaiyo .sa_all {background-size: 1.2em; background-position: left; padding-left: 1.5em; margin-left: 6px;}

/* 社会像イラストページ新設202407 */

.si_illstpage .img {line-height: 0;}
.si_illstpage .img img {max-width: 1000px;}
.si_illstpage .img_2box {gap: 20px; margin-bottom: 30px;}
.si_illstpage .img_2box div {flex: 1;}
.si_illstpage h3 img {width: 100%; max-width: 1000px; margin-bottom: 20px;}
.si_illstpage hr {border-top: 5px solid #ccc; width: 100%; margin: 30px auto;}
.si_illstpage .flexbox_small div:first-child {flex: 0.7;}
.si_illstpage .img_2box p {margin-bottom: 12px; line-height: 1.9;}
.si_illstpage .img_2box h4 {margin-top: 12px;}
.si_illstpage .t_box {gap: 3em;}
.si_illstpage .t_box div {margin-bottom: 24px; min-width: initial!important;}

@media print, screen and (min-width: 768px) {
  .si_illstpage .box_small {max-width: 35%; min-width: initial!important;}
}

/* 社会像イラスト追加CSS */
.si_h3 img {width: 100%;}
.si_h3 span {display: none;}

@media print, screen and (max-width: 768px) {
  .si_h3 img {display: none;}
  .si_h3 span {
    display: block;
    font-size: 1.9rem;
    color: #fff!important;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    padding: 8px 20px;
    text-align: center;
    margin-bottom: 24px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    background-color: #2a55a4;
  }

  .pm_goal9 .si_h3 span {background-color: #c00049;}
  .pm_goal10 .si_h3 span {background-color: #f8b300;}
}

/* PDページPM写真 */
.pm_thumb {max-width: 80px;}
.pdpm_index .tableDesign2 td {vertical-align: middle;}
.pdpm_index .tableDesign2 tr:nth-of-type(2) {display: flex;}
.pdpm_index .tableDesign2 tr:nth-of-type(2) th {max-width: 100px;}

@media print, screen and (min-width: 768px) {
  .pm_thumb {max-width: 200px;}
  .pdpm_index .tableDesign2 tr:nth-of-type(2) {display: table-row;}
  .pdpm_index .tableDesign2 tr:nth-of-type(2) th {width: 17em;}
}

@media print, screen and (max-width: 500px) {
  .pm_thumb {max-width: 60px;}
  .pdpm_index .tableDesign2 tr:nth-of-type(2) th {max-width: 80px;}
}

/* EXPO関連 */
.expo {width: 100%; max-width: 502px; margin: 0 auto; height: 100%; max-height: 102px;  margin-bottom: 24px!important; position: relative;}
.expo a {color: #231815;}
.expo a:hover {color: #4d7599;}
.expo img {width: 100%; border: #ccc 1px solid;}
.expo span {position: absolute; font-weight: bold;}

.expo_pc {display: none;}
.expo_sp {display: block; margin: 0 4px;}
.expo_sp span {top: calc(50% - 2.6em); left: 4px; margin-left: 35%; width: 60%;  max-width: 250px; font-size: 13px;}

/* PC */
@media print, screen and (min-width: 768px) {
  .expo {max-width: 1002px;}
  .expo_pc {display: block;}
  .expo_pc span {top: calc(50% - 36px); left: 0; margin-left: 250px;  max-width: 600px; font-size: min(19px, 2vw); line-height: 1.9;}
  .expo_sp {display: none;}
}

@media print, screen and (max-width: 450px) {
  .expo_sp span {font-size: clamp(8px, 3vw, 13px); width: 50%; line-height: 1.5;}
  .expo_sp br {display: none;}
}

/* バナーリンク分割 */
/*
.slider_pc .pc_banner_img {position: relative; aspect-ratio: 1000 / 360}

.koubo_banner .slider_pc img {max-width: 1000px;}
.koubo_banner img:hover {filter: brightness(1);}

.koubo_banner .slider_pc a {position: absolute; left: 3%; width: 95%; height: 24.8%; display: block;}
.koubo_banner .slider_pc .sl_ms6 {top: 23%;}
.koubo_banner .slider_pc .sl_ms9 {top: 48%;}
.koubo_banner .slider_pc .sl_ms10 {top: 73%;}

.slider_sp .sp_banner_img {position: relative;}
.koubo_banner .slider_sp a {position: absolute; left: 0; width: 100%; height: 28.5%; display: block;}
.koubo_banner .slider_sp .sl_ms6 {top: 13%;}
.koubo_banner .slider_sp .sl_ms9 {top: 42%;}
.koubo_banner .slider_sp .sl_ms10 {top: 70%;}
.koubo_banner .slider_pc a:hover, .koubo_banner .slider_sp a:hover {backdrop-filter: brightness(1.1);}
*/