/*--------------------------------
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%;
}

.d-inline-block {
	text-indent: 0;
}

.m3 {
	max-width: 178px;
}

.digi {
	font-family: "DotGothic16", serif;
}

.blue {
	color: #20B2D3;
}

body {
	padding-top: 76px;
}

img {
	height: auto;
}

/*--------------------------------
nav
--------------------------------*/
nav {
	top: 0;
	position: fixed;
	z-index: 999;
	background: #FFF;
	width: 100%;
	height: 76px;
}

.toplogo {
	width: 100%;
	max-width: 256px;
}

/*--------------------------------
header
--------------------------------*/
.header {
	background: url("../images/blog/bg.jpg")no-repeat top center/cover;
}

/*--------------------------------
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;
}

/*--------------------------------
body
--------------------------------*/
.contentTtl {
	border-left: 6px solid #20B2D3;
	color: #20B2D3;
	font-family: "DotGothic16", serif;
	padding: 0 15px 6px;
}

.blueBox {
	background: #eaf2f4;
	display: inline-block;
	height: 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;
}

.blueBoxCat a {
	color: #fff;
	text-decoration: none;
}

.blueBox:hover,
.blueBox:active,
.blueBox:hover .blueBoxTxt,
.blueBox:active .blueBoxTxt {
	background: #20B2D3;
	color: #fff;
}


/* content Main *******************************/
.contentMain {
	background: #eff4f7;
}

/* content1 *******************************/
.content1 {
	background: #FFF;
}

/* content2 *******************************/
.content2 {
	background: url(../images/blog/bg.jpg) no-repeat top center / cover;
	background-color: #e8f7fa;
}

.catBtn {
	background: #FFF;
	display: inline-block;
	width: 140px;
	max-width: 250px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	transition: .5s;
}

.catList li+li {
	margin-left: 2rem;
}

.catBtn {
	background: FFF;
	color: #20b2d3;
	border: 2px solid #20b2d3;
}

.date {
	border-bottom: 2px solid #20B2D3;
	display: inline-block;
	font-weight: bold;
	margin: auto;
}

/* wpcontent *******************************/
.wpcontent h2,
.wpcontent h3,
.wpcontent h4,
.wpcontent h5,
.wpcontent h6 {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.wpcontent h2 {
	border-left: 8px solid #20B2D3;
	padding: 10px;
	font-weight: bold;
}

.wpcontent h2 strong {
	font-weight: inherit !important;
}

.wpcontent h3 {
	border-top: 1px solid #20B2D3;
	border-bottom: 1px solid #20B2D3;
	text-align: center;
	padding: 10px 0;
}

.wpcontent h4 {}

.wpcontent h5 {}

.wpcontent h6 {}

.wpcontent p {
	margin-bottom: 1rem;
}

.wpcontent {
	max-width: 875px;
	margin: auto;
}

.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.wpcontent img {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.wp-block-list {
	margin-top: 1rem;
}

.aligncenter {
	text-align: center !important;
}

.alignleft {
	text-align: left !important;
}

.alignright {
	text-align: right !important;
}

.nextContent,
.prevContent {
	background: #20B2D3;
	border-radius: 50px;
	color: #FFF;
	display: inline-block;
	padding: .25rem 1rem;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.nextContent {
	padding-right: 2rem;
}

.prevContent {
	padding-left: 2rem;
}

.nextContent::before,
.prevContent::before {
	content: "";
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	top: 43%;
	transform: translate(0, -50%);
}

.nextContent::before {
	content: "→";
	right: 5px;
}

.prevContent::before {
	content: "←";
	left: 5px;
}

/* 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/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/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;
}

/** 経歴掲載 **/
.career {
	position: relative;
	margin: 3rem auto;
}

.career::before {
	background: #20B2D3;
	content: "";
	width: 4px;
	height: 14px;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	left: -8px;
}

.outLine {
	position: relative;
	padding: 0 0 20px 32px;
}

.outLine::before,
.outLine::after {
	background: #20B2D3;
	content: "";
	position: absolute;
}

.outLine::before {
	border-radius: 50px;
	width: 10px;
	height: 10px;
	left: -5px;
	top: -5px;
}

.outLine::after {
	width: 4px;
	height: 100%;
	left: -2px;
	top: 0;
}

.outLine .whiteName {
	background: #fff;
	display: inline-block;
	padding: 9px 12px;
	min-width: 96px;
	text-align: center;
	margin-bottom: 18px;
}

.outLine .blueName {
	background: #20B2D3;
	color: #FFF;
	display: inline-block;
	padding: 9px 12px;
	min-width: 96px;
	text-align: center;
	margin-bottom: 8px;
}

/** プロフィール **/
.profile {
	display: flex;
	align-items: center;
	padding: 1rem;
	background: #FFF;
	margin: 3rem auto;
}

.profile .profImg {
	max-width: calc(100% / 5);
	overflow: hidden;
	border-radius: 100px;
}

.profile .profImg img {
	margin: 0 !important;
}

.profile .profText {
	padding-left: 1rem;
}

/** カラム **/
.c-list-column {
	margin: 3rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
}

.c-list-column .c-img {}

.c-list-column .c-img img {
	margin: 0 !important;
}

.c-list-column .c-text {
	padding: 2vw 3.2vw;
}

.c-list-column .w-10 {
	width: 10%;
}

.c-list-column .w-20 {
	width: 20%;
}

.c-list-column .w-30 {
	width: 30%;
}

.c-list-column .w-40 {
	width: 40%;
}

.c-list-column .w-50 {
	width: 50%;
}

.c-list-column .w-60 {
	width: 60%;
}

.c-list-column .w-70 {
	width: 70%;
}

.c-list-column .w-80 {
	width: 80%;
}

.c-list-column .w-90 {
	width: 90%;
}

/*--------------------------------
SNS AREA
--------------------------------*/
#sns_area {
	position: fixed;
	bottom: 5px;
	right: 5px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

#twitter-widget-0,
.line-it-button {
	vertical-align: bottom;
}

/*--------------------------------
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) {

	/** 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;
	}

	.topImg {
		position: static;
		transform: translate(0, 0);
		padding: 0;
		margin: 0;
	}

	.textTrack {
		background: #1196b7;
		padding: 1rem;
	}

	.nextContent::before,
	.prevContent::before {
		top: 50%;
	}

	/** 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/slide03bg.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%;
	}

	.profile .profImg {
		max-width: calc(100% / 4);
	}

	.c-list-column {
		flex-wrap: wrap;
	}

	.c-list-column .w-10,
	.c-list-column .w-20,
	.c-list-column .w-30,
	.c-list-column .w-40,
	.c-list-column .w-50,
	.c-list-column .w-60,
	.c-list-column .w-70,
	.c-list-column .w-80,
	.c-list-column .w-90 {
		width: 100%;
	}

	/** SNS AREA ************************/
	#sns_area {
		background: rgb(255 255 255/0.5);
		padding: 15px 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		flex-direction: inherit;
		align-items: center;
		justify-content: space-around;
	}

	#twitter-widget-0,
	.line-it-button,
	.fb-share-button {
		vertical-align: bottom;
		width: 115px !important;
		height: 40px !important;
		background: #000;
		border-radius: 50px;
		padding: 9px;
	}

	.line-it-button {
		background: #06c755 !important;
	}

	.fb-share-button {
		background: #1877f2 !important;
	}

	.fb_iframe_widget,
	.fb_iframe_widget_fluid {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.fb-share-button iframe {
		width: 90px !important;
	}
}

@media (max-width: 575px) {}