/* CSS Document */

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

img {
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.none { clear: both; width: 100%;}
.none hr { display: none; width: 100%;}

.center {
  text-align: center;
}

.showPc { display: block !important; }
.showSp { display: none !important; }

.ptb30 { padding: 30px 0 }
.ptb20 { padding: 20px 0 }
.ptb10 { padding: 10px 0 }

.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }

/* 16px換算 */
.fs12 { font-size: 0.75rem; }
.fs14 { font-size: 0.875rem; }
.fs15 { font-size: 0.9375rem; }
.fs20 { font-size: 1.25rem; }
.fs24 { font-size: 1.5rem; }
.fs28 { font-size: 1.75rem; }
.fs36 { font-size: 2.25rem; }

.anchorWrap {
	position: relative;
}

.anchor {
	position: absolute;
	top: -150px;
}

a[href*="tel:"] {
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
html,body {
  width: 100%;
  height: 100%;
  font-size: 1.00em;
}

body * {
  box-sizing: border-box;
}

body {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight:500;
}
p,li,dd,td {
  font-weight:500;
}
h1,h2,h3,h4,h5,dt,th {
  font-weight:bold;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.upright {
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.pivot {
	position: relative;
}

.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

.outer {
    width: 100%;
    min-width: 1366px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
.inner {
    width: 1366px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

a:hover img.hover {
  opacity: 0.75;
}

#header .inner {
/*  padding: 35px 50px;*/
	padding: 12px 50px;
}

#gnav {
  display: flex;
  height: 100%;
  align-items: center;
}
#gnav ul {
  list-style: none;
  display: flex;
  border-left: 1px solid #0071bb;
  border-right: 1px solid #0071bb;
  margin: 0;
  padding: 0;
}
#gnav ul li {
  margin: 0;
  padding: 0;
}
#gnav ul li a,
#gnav ul li span {
  color: #0071bb;
  padding: 0 1em;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
}
#gnav ul li span {
  opacity: 0.5;
}
#spNav ul.menu li span {
    opacity: 0.5;
}
#gnav ul li:not(:first-child)  {
  border-left: 1px solid #0071bb;
}
#visual {
  width: 100%;
  min-width: 1366px;
  margin: 0 auto;
  height: 745px;
}
#visual img {
  width: 1366px;
  margin: 0 auto;
  height: auto;
  height: 745px;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide a {
  height: auto;
}
#lead h2 {
  color: #0071ba; 
  font-size: 38px;
  line-height: 1.8;
}
#lead .inner {
  padding: 15px 0 35px 0;
}
.lead_wrap {
  width: 800px;
  margin: 0 auto;
}
.lead_wrap p {
  line-height: 2;
  font-size: 20px;
}

#project_menu {
  min-width: 1366px;
  background-color: #00adea;
}
#project_menu h2 {
  text-align: center; 
}
#project_menu .inner {
  padding: 65px 0 130px 0; 
}
#project_menu .flex {
  width: 1025px;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
#project_menu .flex::after {
  border-left: 1px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
}
#project_menu .flex .item {
  color: #fff;
  width: 438px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#project_menu p {
  font-size: 18px;
  line-height: 2;
}
#mirai_smile_tv {
  width: 100%;
  min-width: 1366px;
  min-height: 1400px;
  background-color: #76c8eb;
  /*
  background-image: url("../img/bg_dot.png"),url("../img/bg_dot.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 100px left calc(50% + 0),  bottom 100px left calc(50% - 0);
  */
  background-image: url("../img/bg_dot.png"),url("../img/bg_dot.png");
  background-repeat: no-repeat,no-repeat;
  background-position: top 140px left calc(50% + 580px) ,bottom -140px left calc(50% - 580px);
}

#mirai_smile_tv .inner {
  padding: 135px 0 180px 0; 
}

#kadomaru_wrap {
  width: 1025px;
  min-height: 1070px;
  padding: 100px 70px;
  border-radius: 100px;
  border: 3px solid #005590;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}
#kadomaru_wrap h2 {
  text-align: center; 
}
#kadomaru_wrap p {
  text-align: center;
  font-size: 28px;
  color: #0071ba;
}
#mv_slide {
  margin: 0 auto;
}
#mv_slide .text {
  padding: 1em;
}
#mv_slide .date {
  font-size: 26px;
  color: #0071ba;
  text-align: left;
  line-height: 1.4;
}
#mv_slide p {
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}
#mv_slide .slide_inner {
  width: 660px;
  margin: 0 auto;
}
#nougyououen .outer img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#twitter_warap .inner {
  padding: 120px 0 170px 0; 
}
.follow {
  margin-bottom: 2em;
}
.btnGreen {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  padding: 1em;
  background-color: #39b34a;
  text-decoration: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

footer {
  min-width: 1366px;
  color: #fff;
  background-color: #00a03e;
}
footer .inner {
  padding: 1em;
  position: relative;
}
#hokuren_logo {
  position: relative;
  z-index: 1;
}
#hokuren_logo img {
	width: 147px;
	height: auto;
	vertical-align: bottom;
}
#copyright {
  width: calc(100% - 2em);
  margin: 0 auto;
  position: absolute;
  bottom: 1em;
  text-align: center;
   z-index: 0;
}

.slick-prev, .slick-next {
  top: 30%;
  display: block;
}
.slick-arrow {
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: none;
}
.slick-next {
    right: 80px;
}
.slick-prev {

}
.slick-next:before{
	display: block;
	content: '　';
  background: url("../img/arw_right.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	color: #fff;
	opacity: 1;
	font-size: 14px;
	width: 140px;
	height: 140px;

}

.slick-prev:before{
	display: block;
	content: '　';
  background: url("../img/arw_left.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	color: #fff;
	opacity: 1;
	font-size: 14px;
	width: 140px;
	height: 140px;
  
}

.modal {
  max-width: 1024px;
}
.mov_wrap {
  width: 100%;
  padding: 60px 0 20px 0;
}

.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal a.close-modal {
	z-index: 10;
}


.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/cross_hoso.svg');
}

.modal {
	min-height: 100px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.blocker {
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
}

#fixed_right {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 1000;
  display: none;
}
.page_top_btn {
  padding: 20px;
}


@media only screen and (max-width: 767px) {
  
  img { max-width: 100%; height: auto; }
  
	.showPc { display: none !important; }
	.showSp { display: block !important; }
	.outer {
	    width: 100%;
	}
  
  .outer {
      width: 100%;
      min-width: 100%;
  }
  .inner {
      width: 100%;
  }
  
  #spHead {
    height: calc(100vw * (66 / 375));
    position: relative;
    z-index: 1;
  }
  #splogo {
    display: flex;
    align-items: center;
    padding-left:  calc(100vw * (12 / 375));
  }
  #splogo img {
    width: calc(100vw * (247 / 375));
  }

  #spHeadright {
    display: flex;
    align-items: center;
    padding-right:  calc(100vw * (12 / 375));
  }
  #spHeadright img {
    width: calc(100vw * (26 / 375));
  }


  #spgnav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
  }
  #header {
    height: calc(100vw * (66 / 375));
  }
  #header.open #spNav {
    display: block;
  }
  #spNav {
    position: absolute;
    top: calc(100vw * (66 / 375));
    display: none;
    background-color: #005590;
    width: 100%;
    color: #fff;
  }
  #spNav.active {
    display: block; 
  }
  #spNav ul.menu {
    width: calc(100vw * (300 / 375));
    margin: 10px auto;
    padding: 0;
    list-style: none;
  }
  #spNav ul.menu li span,
  #spNav ul.menu li a,
  #spNav ul.menu li a:link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
    font-size: calc(100vw * (16 / 375));
  }
  #spNav ul.menu li:not(:last-child) a {
    border-bottom: 1px solid #fff;
  }
  
  .arrow{
    position: relative;
  }
  .arrow::before {
    position: absolute;
    content: "";
    right: 1em;
    width: 0.7em;
    height: 0.7em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  #visual {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #visual img {
    min-width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .lead_wrap {
    width: calc(100vw * (330 / 375));
    margin: 0 auto;
  }
  #lead .inner {
    padding: calc(100vw * (20 / 375)) 0 calc(100vw * (40 / 375)) 0;
  }
  #lead h2 {
    font-size: calc(100vw * (28 / 375));
    margin: calc(100vw * (15 / 375)) 0;
  }
  .lead_wrap p {
    font-size: calc(100vw * (12 / 375));
  }

  #project_menu {
    min-width: 100%;
  }
  #project_menu .inner {
    padding: calc(100vw * (20 / 375)) 0 0 0;
  }
  #project_menu h2 img {
   width: calc(100vw * (320 / 375));
  }
  #project_menu .flex {
    width: calc(100vw * (340 / 375));
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;

    align-content: center;
    
  }
  #project_menu .flex::after {
    display: none; 
  }
  #project_menu .flex .item {
    width: calc(100vw * (320 / 375));
    justify-content: center;
  }
  #project_menu .flex .item h3 {
    text-align: center;
    margin-bottom: 1em;
  }
  .smile_tv {
    position: relative;
    padding-top: calc(100vw * (40 / 375));
    padding-bottom: calc(100vw * (40 / 375));
  }
  .smile_tv::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-bottom: 1px solid #fff;
    width: calc(100vw * (340 / 375));
  }
  .smile_tv.none::after {
  	display: none;
  }
  .smile_tv h3 img {
   width: calc(100vw * (286 / 375)); 
  }
  .smile_kids {
    padding-top: calc(100vw * (40 / 375));
    padding-bottom: calc(100vw * (40 / 375));
  }
  .smile_kids h3 img {
   width: calc(100vw * (274 / 375)); 
  }
  #project_menu .flex .item .img_wrap {
    width: calc(100vw * (300 / 375));
    margin: 0 auto 1em;
  }
  #project_menu .flex .item .img_wrap img {
    width: 100%;
  }
  #project_menu .flex .item p {
    width: calc(100vw * (300 / 375));
    margin: 0 auto 1em;
    font-size: 16px;
  }
  
  #mirai_smile_tv {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    background-size: calc(100vw * (250 / 375)), calc(100vw * (250 / 375));
    background-position: top calc(100vw * (30 / 375)) right calc(-70%), bottom -10% left calc(-70%);
  }
  #mirai_smile_tv .inner {
    padding: calc(100vw * (60 / 375)) 0;
  }
  #kadomaru_wrap {
      width: calc(100vw * (320 / 375));
      min-height: auto;
      padding: 1em;
      border-radius: calc(100vw * (30 / 375));
  }
  #kadomaru_wrap h2 {
      margin-bottom: calc(100vw * (15 / 375));
  }
  #kadomaru_wrap h2 img {
      width: calc(100vw * (236 / 375));
  }
  #kadomaru_wrap p {
    font-size: calc(100vw * (10 / 375));
  }
  
  footer {
      min-width: 100%;
      color: #fff;
      background-color: #00a03e;
  }
  
  .modal_wrap {
    padding: 0 15px;
  }
  .modal a.close-modal {
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
  }
  
#mv_slide .date {
  font-size: calc(100vw * (10 / 375)); 
}
#mv_slide p {
  font-size: calc(100vw * (8 / 375)); 
}
#mv_slide .text {
    padding-top: 1em;
    padding-bottom: 0;
}
.slick-prev, .slick-next {
  top: calc(100vw * (60 / 375)); 
  display: block;
}

.slick-prev,
.slick-next { 
	width: calc(100vw * (50 / 375)) !important;
	height: calc(100vw * (50 / 375)) !important;
}
.slick-prev { left: 0 !important; }
.slick-next { right: calc(100vw * (-5 / 375)) !important; }

.slick-next:before{
  width: calc(100vw * (50 / 375)) !important;
  height: calc(100vw * (50 / 375)) !important;
}

.slick-prev:before{
  width: calc(100vw * (50 / 375)) !important;
  height: calc(100vw * (50 / 375)) !important;
}

/*
.slick-next:before{
  width: 50px;
  height: 50px;
}

.slick-prev:before{
  width: 50px;
  height: 50px;
}
*/

#mv_slide .slide_inner {
  width: calc(100vw * (210 / 375));
  margin: 0 auto;
}
  
  #twitter_warap .inner {
      padding: calc(100vw * (50 / 375)) 0;
  }

  #nougyououen .btn img {
    width: calc(100vw * (300 / 375));
  }
  #nougyououen .follow {
    margin-bottom: 1.5em;
  }
  #twitter_warap .follow img {
    width: calc(100vw * (155 / 375));
  }
  #twitter_warap .btn img {
    width: calc(100vw * (290 / 375));
  }
  
  footer .inner {
    display: flex;
    justify-content: space-around;
    position: static;
    padding-bottom: 1.5em;
  }
  #hokuren_logo {
    display: flex;
    align-items: flex-end;
    width: calc(100vw * (121 / 375));
  }
  #hokuren_logo img {
    width: calc(100vw * (121 / 375));
  }
  #copyright {
    display: flex;
    align-items: flex-end;
    position: static;
    padding-left: 1em;
  }
}


.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}


.post-password-form {
	width: 900px;
	margin: 3em auto;
}

hr.dot {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/blue_dot_line.png');
  background-size: 100% auto;
  border:none;
  margin-top: 100px;
  height: 10px;
  width: 895px;
}
#special_mv {
	margin-bottom: 70px;
}
#special_mv h2 {
	width: 611px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #231815;
	padding-bottom: 20px;
	margin-bottom: 0;
}
#special_mv p {
	font-size: 26px;
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 50px;
	font-weight: bold;
}
#special_mv .movwrapouter {
    width: 852px;
    margin: 0 auto;
}
#special_mv .movwrap {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
#special_mv .movwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
	hr.dot {
	  margin-top: calc(100vw * (40 / 375));
	  width: calc(100vw * (333 / 375));
	}
	#lead .inner {
    	padding-bottom: calc(100vw * (15 / 375));
	}
	#special_mv {
		margin-bottom: calc(100vw * (30 / 375));
	}
	#special_mv h2 {
		width: calc(100vw * (325 / 375));
		padding-bottom: calc(100vw * (12 / 375));
	}
	#special_mv h2 img {
		width: calc(100vw * (299 / 375));
	}
	#special_mv p {
		font-size: calc(100vw * (14 / 375));
		padding-bottom: calc(100vw * (20 / 375));
	}
	#special_mv .movwrapouter {
		width: 95%;
		margin: 0 auto;
	}
}


.tab_index_wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.tab_item {
  text-align: center;
  /*cursor: pointer;*/
}
.tab_contents {
  /*display: none;*/
	padding: 20px;
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.item_active {

}
.contents_active {
  /*display: block;*/
	overflow: visible;
	height: auto;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}

#report {
  background-color: #F0F0F0;
}
#report .inner {
    padding: 110px 0 65px 0;
}
#report h2 {
	margin: 0;
    width: 611px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #00ADEA;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#report h2 + p {
	text-align: center;
	/*color: #0071BA;*/
	padding-bottom: 80px;
	font-size: 26px;
	font-weight: bold;
}
.report_list {
	flex-wrap: wrap;
	width: 990px;
	margin: 0 auto;
	justify-content: space-between;
}
.report_item {
	display: flex;
	width: 460px;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 150px;
}
.report_item .upper {
	color: #0071BA;
}
.report_item .upper .update,
.report_item .upper h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}
.report_item p {
	font-size: 18px;
	line-height: 2;
}
.report_item img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	#report .inner {
	    padding: 60px 0 0 0;
	}
	.tab_index_wrap {
	  padding-bottom: calc(100vw * (20/375));
	}
	.tab_item img {
		width: calc(100vw * (84/375));
	}
	#report h2 {
		margin: 0;
	    width: calc(100vw * (340/375));
	    margin-left: auto;
	    margin-right: auto;
	    border-bottom: 1px solid #00ADEA;
	    padding-bottom: calc(100vw * (17/375));
	    margin-bottom: calc(100vw * (17/375));
	}
	#report h2 img {
		width: calc(100vw * (154/375));
	}
	#report h2 + p {
		font-size: calc(100vw * (14 / 375));
		padding-bottom: calc(100vw * (30/375));
	}
	.report_list {
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		justify-content: center;
	}
	.report_item {
		width: calc(100vw * (340/375));
		margin-bottom: calc(100vw * (65/375));
	}
		.report_item p {
		    font-size: 16px;
		    }
	.report_item .upper .update,
	.report_item .upper h3 {
		font-size: calc(100vw * (20 / 375));
	}
}

