@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {}
.pc {display:none !important;}

img {
	vertical-align: middle;
}

iframe  {
	vertical-align: middle;
}

body {font-family: 'Noto Sans JP', sans-serif;}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000000;
position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 25px;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/*--フェードイン--*/

/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-50px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*右から左にフェードイン*/
.left-to-left {
  opacity: 0.1;
  transform: translateX(50px);
  transition: all 1s;
}
.left-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(50px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

iframe {
	width: 100%;
}

header {
	width: 100%;
	height: auto;
	float: left;
	background: #3d69a7;
	padding: 15px 30px;
	box-sizing: border-box;
}

header h1 img {
	width: 100%;
}

.title {
	width: 100%;
	height: auto;
	float: left;
}

.title_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}


.title_box {
	width: 100%;
	height: auto;
	float: left;
}

.title_box img {
	width: 100%;
}

.title_movie {
	width: 100%;
	height: auto;
	float: left;
	border-top: 8px solid #3d69a7;
	border-bottom: 8px solid #3d69a7;
	position: relative;
	padding: 20px 0;
}

.title_movie_tokimaru {
	display: none;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.main_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.h3title {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 2px solid #3d69a7;
	border-left: 16px solid #3d69a7;
	padding: 2px 12px;
	box-sizing: border-box;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	color: #3d69a7;
	margin-bottom: 10px;
}

.box {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}

.font-line {
	position: relative;
	font-weight: 700;
	border-bottom: 5px solid #fdf969;
}

.font-line i.line01 {
	display: none;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 235px;
	height: 8px;
	background: url(../Images/line.png) center center no-repeat;
	background-size: cover;
}

.font-line i.line02 {
	display: none;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 150px;
	height: 8px;
	background: url(../Images/line.png) center center no-repeat;
	background-size: cover;
}

.font-line i.line03 {
	display: none;
	position: absolute;
	bottom: -5px;
	left: -10px;
	width: 220px;
	height: 8px;
	background: url(../Images/line.png) center center no-repeat;
	background-size: cover;
}

.left_box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.left_box img {
	width: 100%;
}

.right_box {
	width: 100%;
	height: auto;
	float: right;
}

.right_box img {
	width: 100%;
}

.img_w {
	width: 100%;
}

.txt_c {
	text-align: center;
}

.tokimaru {
	display: none;
}

.movie_box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.movie_left {
	width: 100%;
	height: auto;
	float: left;
}

.movie_right {
	width: 100%;
	height: auto;
	float: right;
	padding-bottom: 10px;
	border-bottom: 2px dashed #525355;
}

.movie_right h4 {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0;
	text-align: center;
}

.movie_right p {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0 5px 0;
}

.movie_right_end {
	width: 100%;
	height: auto;
	float: right;
}

.movie_right_end h4 {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0;
	text-align: center;
}

.movie_right_end p {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0 5px 0;
}

.tokimaru2 {
	text-align: right
}

.sdgs {
	width: 100%;
	height: auto;
	float: left;
}

.sdgs_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}


.sdgs_box {
	width: 100%;
	height: auto;
	float: left;
	border-top: 8px solid #3d69a7;
	padding: 20px 0;
	position: relative;
}

.sdgs_txt {
	font-weight: 700;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background: #3d69a7;
	padding: 15px 0;
}

footer img {
	width: 220px;
}

.title_box2 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 8px solid #3d69a7;
	padding-bottom: 5px;
}

.title_box2 img {
	width: 100%;
}

.temp_ichirin {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.temp_ichirin img {
	width: 100%;
}

.list {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.list li {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.list2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.list2 li {
	width:100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.sdgs_box2 {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
	position: relative;
}

.sdgs_icon {
	display: none;
}
