@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
#ktsCont {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333333;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.46666vw;
	}
}
#ktsCont * {
	box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0px;
	box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
	margin: 0 auto;
	padding: 80px 0px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
		width: 100%;
		padding: 8.5vw 15px;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
		width: 100%;
		padding: 8.5vw -15px;
	}
	.kokuyo-st-container .pagetop {
		width: 100%;
	}
	.kokuyo-st-container .pagetop a {
		margin-right: 15px;
	}
}
@media screen and (max-width: 750px) {
	body {
		min-width: inherit;
	}
	.kokuyo-st-container .pagetop a {
		margin-right: 0;
	}
}
#ktsCont .kv {
	width: 100%;
	position: relative;
}
#ktsCont .kv .kv_wrap {
	/*max-width: 1380px;*/
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#ktsCont .kv .kv_box {
	position: relative;
}
#ktsCont .kv .kv_wrap img {
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 750px) {
	#ktsCont .kv {}
	#ktsCont .kv .kv_wrap {
		width: 100%;
	}
}
#ktsCont sup {
	font-size: 70% !important;
	vertical-align: super !important;
	line-height: inherit !important;
}
#ktsCont sub {
	font-size: 70% !important;
	vertical-align: sub !important;
	line-height: inherit !important;
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  ページ固有Table
-----------------------------------*/
#ktsCont .table .c01 th {
	background-color: #fafafa;
	/*color: #ffffff;*/
	text-align: center;
	border-color: #575757;
}
#ktsCont .table .c01 td {
	background-color: #ffffff;
	text-align: center;
	border-color: #575757;
}
#ktsCont .table .c02 th {
	background-color: #2289cb;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c02 td {
	background-color: #dbeaf9;
	text-align: center;
}
#ktsCont .table .c03 th {
	background-color: #6ccfe2;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c03 td {
	background-color: #dff5f9;
	text-align: center;
}
#ktsCont .table .c04 th {
	background-color: #ffbe2c;
	color: #ffffff;
	text-align: center;
}
#ktsCont .table .c04 td {
	background-color: #fdf7d6;
	text-align: center;
}
#ktsCont .table table td:first-child.bdL {
	border-left: 1px solid #595757;
	;
}
#ktsCont .table p {
	white-space: nowrap;
}
@media screen and (max-width: 750px) {
	#ktsCont .table th, #ktsCont .table td {
		white-space: nowrap;
	}
}
#ktsCont .table table th {
	font-size: 18px !important;
	line-height: 1.4em;
}
#ktsCont .table table td {
	font-size: 18px !important;
	line-height: 1.4em;
}
/*  ナビゲーション 並びhack
-----------------------------------*/
#stationery #lnavi ul.ktsGnaviList.wrap::after {
	content: none;
}
#stationery #lnavi {
	width: 100%;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid #bcbcbc;
}
#stationery #lnavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#stationery #lnavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
#stationery #lnavi ul li {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	/*width: 100%;
	max-width: 316px;*/
	letter-spacing: 0.2em;
}
#stationery #lnavi ul li a {
	display: inline-block;
	color: #575757;
	text-decoration: none;
}
#stationery #lnavi ul li a:hover {
	color: #0097d8;
}
#stationery #lnavi ul li a.now {
	color: #0097d8;
}
/*  動画埋め込み
-----------------------------------*/
#ktsCont .movie {
	width: 100%;
	margin: 0 auto;
}
#ktsCont .movie_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ktsCont .movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/
/**/
/* ==================================================
ページ固有 style
================================================== */
#stationery #lnavi.fixed {
	z-index: 50;
}
#ktsCont section.first-child {
	/*margin-top: 135px;*/
}
#ktsCont a {
	color: #262626;
}
#ktsCont a:hover {
	color: #313131;
}
#ktsCont img {
	width: 100%;
	height: auto;
}
#ktsCont strong {
	font-weight: 700;
}
#ktsCont h2.sec_title {
	display: inline;
	text-align: center;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	color: #333333;
	padding: 0 0.3em 0 0.5em;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
	#ktsCont section.first-child {
		/*margin-top: 16vw;*/
	}
	#ktsCont h2.sec_title {
		font-size: 6.82666vw;
	}
}
/**/
#ktsCont .blink02 {
	animation: blinkAnime01 .7s infinite alternate;
}
.fluffy1 {
	animation: fluffy1 4.5s ease infinite;
}
.fluffy2 {
	animation: fluffy2 4.5s ease infinite;
}
@keyframes fluffy1 {
	0% {
		transform: translateY(-5px)
	}
	25% {
		transform: translateY(5px)
	}
	50% {
		transform: translateY(-5px)
	}
	75% {
		transform: translateY(5px)
	}
	100% {
		transform: translateY(-5px)
	}
}
@keyframes fluffy2 {
	0% {
		transform: translateY(5px)
	}
	25% {
		transform: translateY(-5px)
	}
	50% {
		transform: translateY(5px)
	}
	75% {
		transform: translateY(-5px)
	}
	100% {
		transform: translateY(5px)
	}
}
/**/
#ktsCont .underBorder01 {
	background: linear-gradient(#b6e1ff, #b6e1ff) 0 100% / 0 0.6em no-repeat;
	text-decoration: none;
	transition: background-size 0.5s;
	padding-bottom: 0em !important;
}
#ktsCont .underBorder01.view {
	background-size: 100% 0.6em;
}
#ktsCont .plat {
	font-feature-settings: "palt";
}
/*  KV
-----------------------------------*/
#ktsCont .kv {
	margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
	#ktsCont .kv {
		margin-bottom: 10vw;
	}
}
/* 横スライド */
#ktsCont .slide_wrap {
	width: 100%;
	margin: 0 auto 0 auto;
}
#ktsCont .slide_box {
	width: 366px;
	margin: 0 10px;
}
@media screen and (max-width: 750px) {
	#ktsCont .slide_wrap {}
	#ktsCont .slide_box {
		width: 66.66666vw;
		margin: 0 2vw;
	}
}
/*  #ank_Function
-----------------------------------*/
#ktsCont p {
	font-size: 16px;
}
#ktsCont .qr_Logo {
	width: 360px;
	margin: 40px auto 0 auto;
}
#ktsCont hr {
	width: 633px;
	margin: 60px auto;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #767676;
}
@media screen and (max-width: 750px) {
	#ktsCont p {
		font-size: 3.73333vw;
	}
	#ktsCont .qr_Logo {
		width: 73.6vw;
		margin-top: 8vw;
	}
	#ktsCont hr {
		width: 84vw;
	}
}
#ktsCont .en_wrap {
	text-align: center;
}
#ktsCont .en_wrap p.engTxt {
	font-size: 18.5px;
	line-height: 1.7em;
}
#ktsCont .jp_wrap p.jpTxt {
	font-size: 16px;
	line-height: 1.7em;
}
#ktsCont .qr_engTxt {
	width: 435px;
	margin: 40px auto 40px auto;
}
#ktsCont .jp_wrap {
	text-align: center;
}
#ktsCont p.jpTtl {
	font-size: 25px;
		font-weight: 700;
		line-height: 1.6em;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	#ktsCont .en_wrap {}
	#ktsCont .en_wrap p.engTxt {
		width: 86.66666vw;
		font-size: 4.8vw;
		text-align: left;
		text-align: justify;
  	text-justify: inter-ideograph;
		margin: 0 auto;
	}
	#ktsCont .jp_wrap p.jpTxt {
		width: 86.66666vw;
		font-size: 3.73333vw;
		text-align: left;
		text-align: justify;
  	text-justify: inter-ideograph;
		margin: 0 auto;
	}
	#ktsCont .qr_engTxt {
		width: 54.4vw;
		margin: 14.66666vw auto 5.33333vw auto;
	}
	#ktsCont .jp_wrap {}
	#ktsCont p.jpTtl {
		font-size: 5.33333vw;
		margin-bottom: 5.33333vw;
	}
}
#ktsCont .contents_list {
	margin: 50px auto 0 auto;
}
#ktsCont .contents_list ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#ktsCont .contents_list li {
	position: relative;
	width: 176px;
	margin: 0 50px 0 50px;
}
#ktsCont .contents_list .list_img {
	width: 100%;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
}
#ktsCont .contents_list .list_ico {
	width: 57px;
	margin: 18px auto 15px auto;
}
#ktsCont .contents_list li p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
}

@media screen and (max-width: 750px) {
	#ktsCont .contents_list {
		margin: 0 auto 0 auto;
	}
	#ktsCont .contents_list ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
	}
	#ktsCont .contents_list li {
		width: 37.6vw;
		margin: 9.8vw 5.33333vw 0 5.33333vw;
	}
	#ktsCont .contents_list .list_img {
		width: 100%;
	}
	#ktsCont .contents_list .list_ico {
		width: 15.2vw;
		margin: 4vw auto 3.2vw auto;
	}
	#ktsCont .contents_list li p {
		font-size: 4.26666vw;
	}
}
#ktsCont .contents_list li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	opacity: 0;
	transition: opacity .3s ease;
}
@media screen and (min-width: 750px) {
	#ktsCont .contents_list li a:hover {
		opacity: 0.7;
	}
}
/*  
-----------------------------------*/