@charset "utf-8";
@import url("animate.min.css");
/* 目次 ==================================================================================*/
/* RESET ------------------------------------------------------------------------ */
/* WEB FONT --------------------------------------------------------------------- */
/* IMAGE CONFIG ----------------------------------------------------------------- */
/* h1 TITLE --------------------------------------------------------------------- */
/* h2 TITLE --------------------------------------------------------------------- */
/* h3 TITLE --------------------------------------------------------------------- */
/* h4 TITLE --------------------------------------------------------------------- */
/* MAIN IMAGE ------------------------------------------------------------------- */
/* MAIN IMAGE WIDE */
/* NOTE LIST(※印) -------------------------------------------------------------- */
/* BUTTON LIST ------------------------------------------------------------------ */
/* BUTTON AREA ------------------------------------------------------------------ */
/* MOVIE BUTTON -------------- */
/* TEXT LINK LIST --------------------------------------------------------------- */
/* NORMAL TYPE */
/* BLANK TYPE */
/* MOVIE THUMBNAIL LIST --------------------------------------------------------- */
/* MOVIE ITEM */
/* CONTENTS NAVI BOTTOM --------------------------------------------------------- */
/* CONTENTS CONFIG -------------------------------------------------------------- */
/* INSET */
/* SECTION LINE */
/* COLUMN */
/* COLUMN INNER(FONT SIZE SMALL) */
/* REVERSE */
/* 1COLUMN */
/* 2COLUMN */



/* WEB FONT ------------------------------------------------------------------ */
/*
■Noto Sans JP
 https://fonts.google.com/specimen/Noto+Serif+JP
 font-family: 'Noto Serif JP', serif;
 font-weight: 500;
 ■Noto Sans JP
 https://fonts.google.com/specimen/Noto+Sans+JP
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;もしくはfont-weight: 700;
 ■Roboto
 https://fonts.google.com/specimen/Roboto
 font-family: 'Roboto', sans-serif;
 font-weight: 400;もしくはfont-weight: 500;
 ■Open Sans
 https://fonts.google.com/specimen/Open+Sans
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;もしくはfont-weight: 700;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Roboto&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


/* PC SP 表示非表示 ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
	.pcVer{
		display: block;
	}
	.spVer{
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.pcVer{
		display: none;
	}
	.spVer{
		display: block;
	}
}

.animate__animated {
	opacity: 0;
}

/* IMAGE CONFIG ------------------------------------------------------------------ */
.image, .thumb {
  line-height: 0;
  font-size: 0;
  margin-bottom: 15px;
}
.image img, .thumb img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width:751px) {}
@media screen and (max-width: 750px) {}



/* h1 TITLE ------------------------------------------------------------------*/
#mainHead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width:751px) {
  #mainHead {
    font-size: 34px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 750px) {
  #mainHead {
    font-size: 17px;
    margin: 30px 15px 20px;
  }
}



/* h2 TITLE ------------------------------------------------------------------*/
.sectionHead {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25;
	letter-spacing: .075em;
}
@media print, screen and (min-width:751px) {
  .sectionHead {
    font-size: 30px;
		margin-left: auto;
		margin-right: auto;
    margin-bottom: 40px;
		max-width: 1080px;
  }
}
@media screen and (max-width: 750px) {
  .sectionHead {
    font-size: 28px;
		margin-left: 20px;
		margin-right: 20px;
    margin-bottom: 30px;
  }
}



/* h3 TITLE ------------------------------------------------------------------*/
.subHead {
  line-height: 1.36;
}
@media print, screen and (min-width:751px) {
  .subHead {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .subHead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}



/* h4 TITLE ------------------------------------------------------------------*/
.borderHead {
  border-left-color: #777777;
  border-left-style: solid;
  line-height: 1.66;
}
@media print, screen and (min-width:751px) {
  .borderHead {
    border-left-width: 5px;
    font-size: 18px;
    padding-left: 7px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .borderHead {
    border-left-width: 4px;
    font-size: 14px;
    padding-left: 3px;
    margin-bottom: 12px;
  }
}



/* MAIN IMAGE ------------------------------------------------------------------ */
.mainImage > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
/* MAIN IMAGE WIDE  */
.mainImage.typeWide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
}
.mainImage.typeWide > div {
  position: relative;
	z-index: 1;
}
@media print, screen and (min-width:751px) {
  .mainImage > div {
    max-width: 1200px;
    height: 420px;
  }
  .mainImage.typeWide > div {
    margin: 0 auto;
    max-width: 1200px;
    height: 420px;
  }
}
@media screen and (max-width: 750px) {
  .mainImage > div {
    height: 250px;
  }
  .mainImage.typeWide > div {
    height: 250px;
  }
}



/* NOTE LIST(※印) ------------------------------------------------------------------ */
.noteList {
  margin-bottom: 30px;
}
.noteList > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.69;
}
@media print, screen and (min-width:751px) {
  .noteList > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .noteList > li {
    font-size: 12px;
  }
}



/* BUTTON LIST ------------------------------------------------------------------ */
.btnList {
  margin-bottom: 30px;
}
.btnList > li {
  margin-bottom: 10px;
}
.btn {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  color: #31708b;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  transition: all .2s;
}
.btn:hover {
  background-color: #e1e1e1;
  text-decoration: none;
  transition: all .2s;
}
.btn > span {
  background: url("../img/ic_arrow.png") left center no-repeat;
	background-size: 18px auto;
  display: block;
  padding-left: 26px;
}
.btn.btnBold{
	background-color: #31708b;
  color: #FFF !important;
  font-weight: 700;
  display: inline-block;
  transition: all .2s;
}
.btn.btnBold:hover {
  background-color: #285e70;
  text-decoration: none;
  transition: all .2s;
}
/* BOLD BUTTON -------------- */
.btn.btnBold > span {
  background: url("../img/ic_arrow_white.png") left center no-repeat;
	background-size: 18px auto;
  display: inline-block;
  padding-left: 25px;
}
/* MOVIE BUTTON -------------- */
.btn.btnBold.movie > span {
  background: url("../img/ic_movie_gallery.png") left center no-repeat;
  display: inline-block;
  padding-left: 37px;
}
@media print, screen and (min-width:751px) {
  .btn {
    display: inline-block;
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .btn {
    display: block;
    line-height: 1.4;
  }
}



/* BUTTON AREA ------------------------------------------------------------------ */
.btnArea {
  text-align: center;
}

@media print, screen and (min-width:751px) {}
@media screen and (max-width: 750px) {}



/* TEXT LINK LIST ------------------------------------------------------------------ */
.txtLinkList {
  margin-bottom: 30px;
}
.txtLinkList > li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.66;
}
/* NORMAL TYPE */
.txtLinkList > li > a {
  background-image: url("../img/ic_arrow.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-left: 22px;
}
.txtLinkList > li > a:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
/* BLANK TYPE */
.txtLinkList a[target="_blank"]:after {
  background-image: url("../img/ic_blank.png");
	height: 12px;
	width: 14px;
}
/* EXCEL TYPE */
.txtLinkList a[href$=".xls"]:after, .txtLinkList a[href$=".xlsx"]:after {
	background-image: url("../img/ic_excel.png");
	height: 15px;
	width: 15px;
}
/* PDF TYPE */
.txtLinkList a[href$=".pdf"]:after {
	background-image: url("../img/ic_pdf.png");
	height: 15px;
	width: 15px;
}
/* ZIP TYPE */
.txtLinkList a[href$=".zip"]:after {
	background-image: url("../img/ic_zip.png");
	height: 15px;
	width: 15px;
}
@media print, screen and (min-width:751px) {}
@media screen and (max-width: 750px) {}



/* MOVIE THUMBNAIL LIST ------------------------------------------------------------------ */
/* MOVIE ITEM */
.movieItem {
  background-color: #333333;
  transition: all .2s;
}
.movieItem:hover {
  background-color: #222222;
  transition: all .2s;
}
.movieItem a {
  color: #FFF;
  display: block;
  transition: all .2s;
}
.movieItem > a:hover {
  text-decoration: none;
  transition: all .2s;
}
.movieItem a .thumb {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s;
}
.movieItem a .thumb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieItem > a:hover .thumb {
  opacity: .8;
  transition: opacity .2s;
}
.movieItem .ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.movieItem .ttl > p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.44;
  margin: 0 auto 0 0 !important;
}
.movieItem .ttl > span {
  border: 1px solid #FFF;
  border-radius: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 30px;
}
@media print, screen and (min-width:751px) {
  .movieList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* MOVIE ITEM */
  .movieItem {
    margin-bottom: 3.98%;
    width: 48.01%;
  }
  .movieItem a {
    padding: 10px 10px 15px;
  }
  .movieItem .thumb:after {
    height: 62px;
    width: 62px;
  }
  .movieItem .ttl {
    margin: 0 20px 0;
  }
  .movieItem .ttl > p {
    font-size: 18px;
  }
  .movieItem .ttl > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .movieList {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* MOVIE ITEM */
  .movieItem {
    margin-bottom: 15px;
  }
  .movieItem a {
    padding: 7px 7px 15px;
  }
  .movieItem .thumb:after {
    background-size: 41px auto;
    height: 41px;
    width: 41px;
  }
  .movieItem .ttl {
    margin: 0 15px 0;
  }
  .movieItem .ttl > p {
    font-size: 14px;
  }
  .movieItem .ttl > span {
    font-size: 11px;
  }
}



/* CONTENTS NAVI BOTTOM  ------------------------------------------------------------------ */
.contentsNaviBottom {
  background-color: #f2f2f2;
}
.contentsNaviBottom > dl > dt {
  border-left-style: solid;
  border-left-width: 5px;
  border-color: #777777;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width:751px) {
  .contentsNaviBottom {
    margin: 100px auto;
    padding: 30px 30px 5px;
    max-width: 1040px;
  }
  .contentsNaviBottom > dl > dt {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-left: 13px;
  }
  .contentsNaviBottom > dl > dd {
    border-top: 1px solid #cccccc;
  }
  .contentsNaviBottom > dl > dd ul {
    font-size: 0;
    margin-top: 30px;
    padding: 0 10px;
  }
  .contentsNaviBottom > dl > dd ul > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    margin-bottom: 25px;
  }
  .contentsNaviBottom > dl > dd ul > li a {
    background: url("../img/ic_arrow.png") left 6px no-repeat;
		background-size: 14px auto;
    padding-left: 22px;
		display: block;
  }
}
@media screen and (max-width: 750px) {
  .contentsNaviBottom {
    background-color: #f2f2f2;
    padding: 15px 15px 0;
    margin-top: 40px;
  }
  .contentsNaviBottom > dl > dt {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding-left: 5px;
  }
  .contentsNaviBottom > dl > dd ul {
    border-top: 1px solid rgba(0, 0, 0, .05);
  }
  .contentsNaviBottom > dl > dd ul > li {
    font-size: 14px;
  }
  .contentsNaviBottom > dl > dd ul > li a {
    background: url("../img/ic_arrow.png") 5px 16px no-repeat;
    background-size: 12px auto;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 10px 10px 25px;
    display: block;
  }
	.contentsNaviBottom > dl > dd ul > li:last-child a {
    border-bottom: none;
  }
}



/* CONTENTS CONFIG  ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  /* INSET */
  .wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* SECTION LINE */
  .sec {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 60px;
  }
  /* COLUMN */
  .column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .column .column {
    margin-bottom: 0;
  }
  /* COLUMN INNER(FONT SIZE SMALL) */
  .columnInner p {
    font-size: 14px;
  }
  /* REVERSE */
  .column.reverse {
    flex-direction: row-reverse;
  }
  /* 1COLUMN */
  .column.col1 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    max-width: 860px;
  }
  /* 2COLUMN */
  .column.col2 > div {
    width: 47.96%;
  }
}
@media screen and (max-width: 750px) {
  /* INSET */
  .wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* COLUMN */
  .column .column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  /* 1COLUMN */
  .column.col1, .column .column.col1 {
    flex-direction: column;
    padding: 0 15px;
  }
  /* 2COLUMN */
  .column .column.col2 > div {
    width: 47.96%;
  }
}



/* 旧データ混在用 ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
	#breadcrumb.w967  > ol{
		border-bottom: none;
		max-width: 967px;
	}
}



/* ANIM ------------------------------------------------------------------ */

.fadeIn{
  transition: all 1s ease-out;
  opacity: 1 !important;
}
.fadeIn2{
  transition: all 2s ease-out;
  opacity: 1 !important;
}
.fadeInLeft{
  transition: all 1s ease-out;
  left: 0 !important;
  opacity: 1 !important;
}
.fadeInRight{
  transition: all 1s ease-out;
  right: 0 !important;
  opacity: 1 !important;
}
.fadeInBottom{
  transition: all 1s ease-out;
  bottom:0 !important;
  opacity: 1 !important;
}
.fadeInUp{
  transition: all 1s ease-out;
  top: 0 !important;
  opacity: 1 !important;
}