/*--------------------------------
common
--------------------------------*/
* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

body {
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
h2,
h3,
p {
	margin: 0;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.d-inline-block {
	text-indent: 0;
}

.m3 {
	max-width: 178px;
}

.digi {
	font-family: "DotGothic16", serif;
}

.blue {
	color: #20B2D3;
}

body {
	padding-top: 76px;
}

a {
	text-decoration: none;
}

.text-black {
	color: #000 !important;
}

.topInner {
	max-width: 1000px;
	margin: auto;
}

/*--------------------------------
nav
--------------------------------*/
nav {
	top: 0;
	position: fixed;
	z-index: 999;
	background: #FFF;
	width: 100%;
	height: 76px;
}

.toplogo {
	width: 100%;
	max-width: 256px;
}

/*--------------------------------
NAVI-MENU
--------------------------------*/
.hamburger-menu {
	margin-left: auto;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: #20B2D3;
	vertical-align: top;
}

.menu-btn {
	position: relative;
	height: 60px;
	width: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	padding-top: 60px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 4px;
	width: 30px;
	border-radius: 3px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}

.menu-btn span {
	top: 22px;
	background-color: #20B2D3;
}

.menu-btn span:before {
	bottom: -4px;
	transform: rotate(0deg);
}

.menu-btn span:after {
	top: 5px;
	transform: rotate(-90deg);
}

#menu-btn-check:checked~.menu-btn {
	background: none;
	color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span {
	background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
	transform: rotate(45deg);
	background-color: #FFF;
}

#menu-btn-check:checked~.menu-btn span::after {
	transform: rotate(-45deg);
	background-color: #FFF;
}

#menu-btn-check {
	display: none;
}

.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	left: -2000px;
	top: 76px;
	z-index: -80;
	background-color: rgb(32 178 211/0.8);
	transition: all 0.5s;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0;
}

.menu-content-inner {
	width: 100%;
	max-width: 700px;
}

.menu-content ul {
	padding: 0;
	width: 100%;
	max-width: 700px;
	margin: 0;
}

.menu-content ul li {
	list-style: none;
	text-align: left;
	position: relative;
}

.menu-content ul li a.menuLink {
	background: #FFF;
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	box-sizing: border-box;
	color: #565656;
	text-decoration: none;
	padding: 15px 20px;
	margin: 0;
	position: relative;
	text-align: center;
}

.menu-content ul li a.menuLink::before {
	content: "→";
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 43%;
	transform: translate(0, -50%);
	line-height: 1;
	font-size: 1.5rem;
}

#menu-btn-check:checked~.menu-content {
	left: 0;
	opacity: 1;
	z-index: 80;
	display: flex;
	align-items: flex-start;
	overflow: scroll;
	padding-bottom: 80px;
}


/*--------------------------------
header
--------------------------------*/
header {
	background: url(../images/blog/bg.jpg) no-repeat top center / cover;
	background-color: #20B2D3;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

header::before {
	/*background: url(../images/blog/green.png) repeat-x top center / 40px;
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	z-index: 5;*/
}

header .container-fluid {
	color: #FFF;
}

header .container {
	position: relative;
}

.topImg p {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 8px 8px 10px rgb(0 0 0/0.2);
}

.topCat {
	background: #000;
	color: #fff;
	padding: 4px 10px;
	border: 1px solid #20B2D3
}

/*--------------------------------
body
--------------------------------*/
.contentTtl {
	color: #000;
	font-family: "DotGothic16", serif;
	text-align: center;
	padding: 0 15px 6px;
}

.blueBox {
	background: #eaf2f4;
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: .4s;
}

.blueBoxTxt {
	background: #eaf2f4;
	color: #000;
	padding: 10px 10px 15px;
	position: relative;
	transition: .4s;
}

/*.blueBoxTxt::before {
	background: url("../images/blog/arrow01.svg")no-repeat top center/100%;
	content: "";
	position: absolute;
	right: 15px;
	top: -23%;
	width: 50px;
	height: 50px;
}*/

.blueBoxCat {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 3px 15px;
}

.blueBox:hover,
.blueBox:active,
.blueBox:hover .blueBoxTxt,
.blueBox:active .blueBoxTxt {
	background: #20B2D3;
	color: #fff;
}

.whiteBox {
	background: #FFF;
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: .4s;
}

.whiteBoxTxt {
	background: #FFF;
	color: #20B2D3;
	padding: 10px 10px 15px;
	position: relative;
	transition: .4s;
}

.whiteBox:hover,
.whiteBox:active,
.whiteBox:hover .whiteBoxTxt,
.whiteBox:active .whiteBoxTxt {
	background: #20B2D3;
	color: #fff;
}

/*.whiteBoxTxt::before {
	background: url("../images/blog/arrow02.svg")no-repeat top center/100%;
	content: "";
	position: absolute;
	right: 15px;
	top: -23%;
	width: 50px;
	height: 50px;
}*/

.whiteBoxCat {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 3px 15px;
}

.viewmore {
	background: #FFF;
	border: 2px solid #20B2D3;
	border-radius: 100px;
	color: #20B2D3;
	display: inline-block;
	font-weight: bold;
	font-size: 1.25rem;
	text-decoration: none;
	padding: .75rem;
	width: 100%;
	max-width: 250px;
	transition: .4s;
	position: relative;
}

.viewmore::before {
	background: url("../images/blog/arrow02.svg")no-repeat top center/100%;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translate(0, -50%);
}

.viewmore:hover {
	opacity: 0.7;
	color: #20B2D3;
}

/* content1 *******************************/
.content1 {
	background: #FFF;
}

/* content2 *******************************/
.content2 {
	background: #eff4f7;
}

.catBtn {
	background: #FFF;
	display: inline-block;
	width: 140px;
	max-width: 250px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	transition: .5s;
	margin-bottom: 1rem;
}

.catList li+li {
	margin-left: 2rem;
}

.catList li+li:nth-child(6),
.catList li+li:nth-child(11),
.catList li+li:nth-child(16),
.catList li+li:nth-child(21) {
	margin-left: 0;
}

.catList li:nth-child(1) .catBtn,
.catList li:nth-child(6) .catBtn,
.catList li:nth-child(11) .catBtn {
	background: #FFF;
	color: #2d343c;
	border: 2px solid #2d343c;
}

.catList li:nth-child(2) .catBtn,
.catList li:nth-child(7) .catBtn,
.catList li:nth-child(12) .catBtn {
	background: FFF;
	color: #2ED8FF;
	border: 2px solid #2ED8FF;
}

.catList li:nth-child(3) .catBtn,
.catList li:nth-child(8) .catBtn,
.catList li:nth-child(13) .catBtn {
	background: FFF;
	color: #06D3DE;
	border: 2px solid #06D3DE;
}

.catList li:nth-child(4) .catBtn,
.catList li:nth-child(9) .catBtn,
.catList li:nth-child(14) .catBtn {
	background: FFF;
	color: #EA63D3;
	border: 2px solid #EA63D3;
}

.catList li:nth-child(5) .catBtn,
.catList li:nth-child(10) .catBtn,
.catList li:nth-child(15) .catBtn {
	background: FFF;
	color: #A06AFF;
	border: 2px solid #A06AFF;
}

.catList li:nth-child(1) .catBtn:hover,
.catList li:nth-child(1) .catBtn.active,
.catList li:nth-child(6) .catBtn:hover,
.catList li:nth-child(6) .catBtn.active,
.catList li:nth-child(11) .catBtn:hover,
.catList li:nth-child(11) .catBtn.active {
	background: #2d343c;
	color: #FFF;
	border: 2px solid #2d343c;
}

.catList li:nth-child(2) .catBtn:hover,
.catList li:nth-child(2) .catBtn.active,
.catList li:nth-child(7) .catBtn:hover,
.catList li:nth-child(7) .catBtn.active,
.catList li:nth-child(12) .catBtn:hover,
.catList li:nth-child(12) .catBtn.active {
	background: #2ED8FF;
	color: #FFF;
	border: 2px solid #2ED8FF;
}

.catList li:nth-child(3) .catBtn:hover,
.catList li:nth-child(3) .catBtn.active,
.catList li:nth-child(8) .catBtn:hover,
.catList li:nth-child(8) .catBtn.active,
.catList li:nth-child(13) .catBtn:hover,
.catList li:nth-child(13) .catBtn.active {
	background: #06D3DE;
	color: #FFF;
	border: 2px solid #06D3DE;
}

.catList li:nth-child(4) .catBtn:hover,
.catList li:nth-child(4) .catBtn.active,
.catList li:nth-child(9) .catBtn:hover,
.catList li:nth-child(9) .catBtn.active,
.catList li:nth-child(14) .catBtn:hover,
.catList li:nth-child(14) .catBtn.active {
	background: #EA63D3;
	color: #FFF;
	border: 2px solid #EA63D3;
}

.catList li:nth-child(5) .catBtn:hover,
.catList li:nth-child(5) .catBtn.active,
.catList li:nth-child(10) .catBtn:hover,
.catList li:nth-child(10) .catBtn.active,
.catList li:nth-child(15) .catBtn:hover,
.catList li:nth-child(15) .catBtn.active {
	background: #A06AFF;
	color: #FFF;
	border: 2px solid #A06AFF;
}

/* content3 *******************************/
.content3 {
	background: url("../images/sliderbg.png");
}

.content .swiper-slide {
	margin: 0;
}

.youtube {
	max-width: 200px;
}

.swiper {
	background: url("../images/yt_bg.png")no-repeat right 34.6% top -5%/35% auto;
}

.content3 .swiper-slide-active {
	/*background:url("../images/slide03bg.png")no-repeat left top/100% 100%;*/
	width: 35% !important;
	padding: 5.5% 6% 8%;
	top: -70px;
}

.content3 .swiper-pagination-bullet {
	background: #FFF;
	opacity: 1;
}

.content3 .swiper-pagination-bullet-active {
	background: #20B2D3;
}

/* PAGENATION NEXT-PREV */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 40%;
	left: -20%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 27%;
	top: inherit;
	bottom: 30%;
	background: url("../images/blog/icon.png")no-repeat top left/auto 30px;
	width: 30px;
	height: 30px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 67%;
	top: inherit;
	bottom: 30%;
	background: url("../images/blog/icon.png")no-repeat top right/auto 30px;
	width: 30px;
	height: 30px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: inherit;
}

.swiper-pagination-lock,
.swiper-button-lock {
	display: block;
}

/*--------------------------------
PAGENATION
--------------------------------*/

.page-numbers,
.tab_item {
	display: inline-block;
	background: #fff;
	background-size: 210% 50%;
	font-weight: bold;
	line-height: 1.5;
	color: #20B2D3;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	transition: .5s;
	border: 1px solid #20B2D3;
	border-radius: 8px;
	margin-right: 15px;
}

.tab_item:hover,
.active {
	background: #20B2D3;
	color: #FFF;
}

.page-numbers.current {
	background: #ccc;
	border: 1px solid #ccc;
	color: #FFF;
}

/*--------------------------------
footer
--------------------------------*/
footer {
	color: #FFF;
	background-color: #0457db;
}


/*--------------------------------
media
--------------------------------*/
.pc {
	display: inline-block;
}

.sp {
	display: none;
}

@media (min-width: 992px) {
	.container {
		max-width: 1024px;
	}
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {

	/** NAVI ************************/
	.catList {
		justify-content: center;
	}

	.catList li {
		margin-bottom: 1rem;
		width: calc(100% / 3);
	}

	.catList li+li {
		margin-left: 0 !important;
	}

	.catBtn {
		width: 100%;
	}

	.whiteBoxTxt::before {
		width: 35px;
		height: 35px;
		right: 5px;
	}

	/** SLIDER ************************/
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 34%;
		bottom: 25%;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 54%;
		bottom: 25%;
	}
}

@media (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: inline-block;
	}

	/** HEADER **********************/
	.menu-content-inner {
		padding: 0 1rem;
	}

	/** HEADER **********************/
	header .container-fluid {
		background: none;
	}

	.textTrack {
		padding: 1rem;
	}

	/** SLIDER ************************/
	.content3 {
		padding-bottom: 150px;
	}

	.content3 .swiper-slide {
		padding-bottom: 100px;
		margin: 0;
		padding: 50px;
	}

	.content3 .swiper {
		background: none;
	}

	.content3 .swiper-slide-active {
		background: url("../images/yt_bg.png")no-repeat left top/100% 100%;
		width: inherit !important;
		padding: 14% 18% 14%;
		top: 8px;
	}

	/* PAGENATION NEXT-PREV */
	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 12%;
		left: 0;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 38%;
		bottom: 3%;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 38%;
		bottom: 3%;
	}
}

@media (max-width: 575px) {}