@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
side 320px
margin 10px
main 650px
all 980px

$grid-breakpoints: (
	xs: 0,
	sm: 480px,
	md: 768px,
	lg: 1024px
);

$container-max-widths: (
	sm: 420px,
	md: 720px,
	lg: 960px
);
 */
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Regular.woff") format('woff');
  font-weight: 400;
  font-display: swap;
}


@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Medium.woff") format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Bold.woff") format('woff');
  font-weight: 700;
  font-display: swap;
}


:root {
	--bs-blue: #2787AB;
	--bs-primary: #2787AB;
	--main-width: 980px;
}
header {}
main {}
.row-main {
	width: 100%;
	max-width: var(--main-width);
	margin: 0 auto;
}
@media (max-width: 768px) {
	.row-main {
		width: 100%;
		margin: 0 auto;
	}
}
a:link,a:hover,a:visited {
	color: var(--bs-blue);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.page-numbers {
	color: #212529;
}
footer {
	margin-top: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	#secondary {
		margin-top:	2rem;
	}
}
.media-logo {
	width: 160px;
}
.site-logo {
	width: 210px;
}
.navbar-toggler{
	border-color: #ffffff !important;
	margin-left: auto;
}
.row-header {
	width: 100%;
	max-width:	var(--main-width);
	margin: 0 auto;
	display: flex;
	align-items: center;
	border:	solid 1px #fff;
}
.logo-header {
	height: 75px;
}
.menus {
	width: 100%;
	max-width:	var(--main-width);
	margin: 0 auto;
}
.menu-wrapper {
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2), 0px 12px 11px -7px rgba(0,0,0,0.2) inset;
	background: #144456;
	color: #fff;
	padding: 10px 0;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (min-width: 961px) {
	.navbar-nav {
		display: flex;
		justify-content: flex-end;
		width:	100%;
	}
}
.menus ul a {
	color: #fff;
}
@media (max-width: 960px) {
	.navbar-nav {
		padding: 0;
		margin:	0;
		margin-top:	2rem;
	}
	ul.navbar-nav:first-child .nav-item {
		padding: .3rem 1rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: .3rem;
	}
	ul.navbar-nav:nth-child(2) .navbar-nav-button {
		display: block;
		min-width: 100%;
		margin-bottom: 1rem;
	}

	ul.navbar-nav:first-child .nav-item:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1rem;
		content: "\f054";
		color: #fff;
	}
}
/*Slider*/
.carousel {
	background: #EFFAFD;
	padding: 1rem 0 1rem;
	margin-bottom:	3rem;
	overflow: hidden;
/*	height: calc(40vw * 2 / 3); */
	box-sizing: content-box;
}
.carousel-cell {
	padding-left: .4vw;
	padding-right: .4vw;
/*	counter-increment: carousel-cell;*/
}
.carousel-image {
	position: relative;
	width: 100%;
	border-radius: 4px;
	padding-top: 66.66666666666666%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#post-carousel .slick-prev, #post-carousel .slick-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.6;
  z-index: 1;
}
#post-carousel .slick-prev:hover,
#post-carousel .slick-next:hover {
  opacity: 1;
}
#post-carousel .slick-prev {
  left: 1%;
}
#post-carousel .slick-next {
  right: 1%;
}
#post-carousel .slick-prev:before, #post-carousel .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  opacity: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#post-carousel .slick-prev:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAxIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDIiPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCI+PHBhdGggZmlsbD0iIzI0MjQyNCIgZD0iTSAxMCw1MCBMIDYwLDEwMCBMIDcwLDkwIEwgMzAsNTAgIEwgNzAsMTAgTCA2MCwwIFoiIGNsYXNzPSJjb2xvcmZmZiBzdmdTaGFwZSI+PC9wYXRoPjwvc3ZnPjwvZz48L3N2Zz4=');
}
#post-carousel .slick-next:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAxIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDIiPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCI+PHBhdGggZmlsbD0iIzI0MjQyNCIgZD0iTSAxMCw1MCBMIDYwLDEwMCBMIDcwLDkwIEwgMzAsNTAgIEwgNzAsMTAgTCA2MCwwIFoiIGNsYXNzPSJjb2xvcmZmZiBzdmdTaGFwZSI+PC9wYXRoPjwvc3ZnPjwvZz48L3N2Zz4=');
  transform: rotate(180deg);
}

@media (max-width: 576px) {
	#post-carousel .slick-prev, #post-carousel .slick-next {
	  width: 38px;
	  height: 38px;
	}
	#post-carousel .slick-prev:before, #post-carousel .slick-next:before {
	  width: 26px;
	  height: 26px;
	}
}
.carousel-post-info {
	width: 92%;
	height: 200px;
	left: 4%;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
.carousel-post-info a {
	text-decoration: none;
}
.carousel-post-info .btn-main {
	color: var(--bs-blue) !important;
	font-weight: bold;
}
.carousel-post-info .btn-main i {
	display: inline-block;
	padding-left: .4rem;
}
.carousel-post-info .carousel-post-title {
	font-weight: bold;
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 2rem;
	text-shadow:0 0 10px #333;
}
.carousel-post-info .carousel-post-date {
	font-weight: bold;
	color: #fff;
	font-size: 1.25rem;
	margin: 0;
	text-shadow:0 0 10px #333;
}
.carousel-post-info .btn-main {
	position: absolute;
	bottom: 0;
}
@media (max-width: 1200px) {
	.carousel-post-info .carousel-post-title {
		font-size: 1.25rem;
	}
	.carousel-post-info .carousel-post-date {
		font-size: 1rem;
	}
  .carousel-post-info {
  	height: 80%;
  }
	.carousel-post-info .btn-main {
    font-size: 0.9rem;
	}
}
@media (max-width: 992px) {
  .carousel-post-info .carousel-post-title {
	     font-size: 1rem;
  }
	.carousel-post-info .carousel-post-date {
    font-size: 0.75rem;
  }
	.carousel-post-info .btn-main {
    font-size: 0.75rem;
	}
	.carousel-post-info .carousel-post-title {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }
}

@media (max-width: 768px) {

}
@media (max-width: 576px) {
  .carousel-post-info {
  	height: 80%;
  }
}

.post-image {
	margin-bottom: .8rem;
	width: 100%;
	overflow:hidden;
}
.post-image img {
	max-width: 300px;
	width:	100%;
}
@media (max-width: 576px) {
	.articles .post-image img {
		max-width: 100%;
		width:	100%;
	}
	.articles .post-image {
		height: 220px;
		display: flex;
		align-items: center;
	}
	.articles {
		align-items: flex-start;
	}
}
.post-permalink:hover .post-image img {
	transform:scale(1.2,1.2);
	transition:.5s all;
}
.post-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: .8rem;
}
.post-info .post-date {
	font-size: .6rem;
}
.post-permalink:link,.post-permalink:hover,.post-permalink:visited {
	color: #212529;
	text-decoration: none;
}
.post-permalink:hover .post-title,
.post-permalink:hover .post-description {
	color: #4C4C4C;
}
.post-description {
	overflow-wrap: break-word;
}

/*Single*/
.article {
	margin-bottom:	3rem;
	padding-bottom:	2rem;
	border-bottom: #E6E6E6 solid 1px;
	display: block;
}
.single-info {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: .8rem;
}
.single-date {
	padding-left: 1.25rem;
	color: var(--bs-blue);
}
@media (max-width: 768px) {
 .single-info {
	font-size:	.8rem;
 }
}
.single-date-wrap {
	display: flex;
}
@media (max-width: 576px) {
	.single-info {
		display: block;
	}
	.single-date-wrap {
		display: flex;
		width: 100%;
		margin-top: .4rem;
	}
	.single-date {
		padding-left: 0rem;
		color: var(--bs-blue);
	}
}

.single-title {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0;
}

.article-detail__body > * {
		margin-top: 30px;
		letter-spacing: .1em;
		line-height: 1.8;
}
.article-detail__body ul {
	padding-left: 25px;
	margin-left: 0;
}

.single-article-title {
	font-weight: bold;
	font-size: 1.25rem;
	padding: 14px 0 14px 22px;
	position: relative;
}
.item-description,
.min-item-description {
	padding-bottom:  1rem;
}
.item-description > p {
	margin-bottom: 2rem;
	line-height: 2;
}
.single-article-title:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 100%;
	margin: auto;
	border-radius: 3.5px;
	background: var(--bs-blue);
	content: "";
}
.article-title {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px var(--bs-blue) solid;
	padding-bottom: 6px;
}
.conclusion {
	border-top: 3px solid var(--bs-blue);
	background: #EFFAFD;
	padding: 30px;
	padding-bottom: 50px;
}
.conclusion > div {
}

.conclusion-title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	color: var(--bs-blue);
}
.tag-box {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.post-title {
	font-size: 1.25rem;
	font-weight: bold;
}
.post-description {
	font-size: .8rem;
}

.podition-relative {
	position: relative;
}
.article {

}
/*Snsボタン*/
.sns__container {
	position: -webkit-sticky; /* ←必要なもの */
	position: sticky;
	top:30%;
	left: 0;
}
.sns__container a {
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	margin-left: auto;
	font-size: 1.6rem !important;
	text-decoration: none;
}
.sns__container a:last-child {
	margin-bottom: 0rem;
}
.single-main-image {
	margin-top: -150px;
}

@media (max-width: 1200px) {
	.single-main-image {
		margin-top: 0;
	}
	.article {
		padding-bottom: 100px;
	}
	.sns__container {
		position: static;
		display: flex;
		justify-content: space-between;
	}
	.sns__container.scroll {
		position: fixed;
		top: auto;
		left: auto;
		bottom: 0;
		z-index: 100000;
	}
	.sns__container.end {
		position: absolute;
		top: auto;
		left: auto;
		bottom: 0;
		z-index: 100000;
	}
	.sns__container a {
		margin-bottom: 0rem;
		flex-grow: 1;
	}
}
@media (max-width: 767px) {
/*[class^="Launcherstyled__LauncherButtonWrapper"] {*/
[data-ch-testid="launcher"] {
	display: none !important;
}
	.article {
		padding-bottom: 0px;
	}

.podition-relative {
	position: static;
}
	.sns__container {
		position: fixed;
		display: flex;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		justify-content: space-between;
		width: 100%;
		z-index: 10000;
	}
	.sns__container.end {
		position: fixed;
		display: flex;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		justify-content: space-between;
		width: 100%;
		z-index: 10000;
	}
}
.sns__container a:hover {
		opacity: 0.6;
}
.sns__twitter {
		background: #55acee;
}
.sns__facebook {
		background: #3b5998;
}
.sns__pocket {
		background: #ef3f56;
}
.sns__line {
		background: #1dcd00;
}
.sns__hatena {
		background: #00a5de;
}


/*サイドバー*/
.search-form button {
	width: 62px;
}

.search-form {
	display: flex;
}

.search-form input {
	width: calc(100% - 60px);
}

.banner-space {
	margin-top: 1rem;
}

.banner-space .banner {
	max-width: 300px;
	margin: 0 auto .6rem;
}
.banner img:hover,
.img-hover img:hover { opacity: 0.8; filter: brightness(100%); }
.document_downloads,
.articles_ranking {
	margin-top: 1rem;
}

.document_downloads a,
.articles_ranking a {
	text-decoration: none;
	color: #4C4C4C;
}

.document_downloads a:hover,
.articles_ranking a:hover {
	text-decoration: underline
}

.document-item,
.ranking-post {
	display: flex;
	margin-bottom: 1rem;
	justify-content: start;
}
.document-item-image,
.ranking-post-image {
	width: 120px;
}

.document-item-description,
.ranking-post-description {
	margin-left: 10px;
	width: calc(100% - 130px);
	font-size: .8rem;
}
.document-item-title,
.ranking-post-title {
	color: var(--bs-blue);
	font-weight: bold;
	font-size: .8rem;
	margin: .4rem 0 0 0;
}
.ranking-post-title {
	margin: 0;
}
.ranking-post-date {
	margin: 0;
}

.document-item-detail {
	margin: 0;
}
.main-title {
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}
h3.sidebar-title {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .8rem;
	display: flex;
	align-items: center;
}
.main-title:before,
h3.sidebar-title:before {
	background-image: url("../img/title-icon.svg");
	content: "";
	display:inline-block;
	width: 1.6rem;
	height: 1.6rem;
	fill: var(--bs-blue);
}
.pagination {
	justify-content: center;
	margin: 0;
	margin-top: 2rem;
}
.footer-showby-image {
	max-width: 460px;
	width:	100%;
	display: block;
	margin: 0 auto;
}
/* 全体のスタイル */
.talk {
	margin-bottom: 25px;
	position: relative;
	min-height: 76px;
}
.footer-talks {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

/* 左画像 */
.talk-img-left {
	position: absolute;
	width: 76px;
	height: 76px;
	top: 0;
	left: 0;
}
/* 右画像 */
.talk-img-right {
	position: absolute;
	width: 76px;
	height: 76px;
	top: 0;
	right: 0;
}
.talk figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}
/* 画像の下のテキスト */
.talk-img-description {
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
	position: relative;
	bottom: 15px;
}
/* 左からの吹き出しテキスト */
.talk-text-right {
	margin-top: 12px;
	position: relative;
	margin-left: 100px;
	padding: 10px;
	border-radius: 10px;
	background: #eee;
	margin-right: 16%;
	float: left;
}
/* 右からの吹き出しテキスト */
.talk-text-left {
	margin-top: 12px;
	position: relative;
	margin-right: 100px;
	padding: 10px;
	border-radius: 10px;
	background-color: #9cd6e7;
	margin-left: 16%;
	float: right;
}
p.talk-text {
	margin: 0 0 20px;
}
p.talk-text:last-child {
	margin-bottom: 0;
}
/* 左の三角形を作る */
.talk-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 15px;
	left: -20px;
}
.talk-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #eee;
	top: 15px;
	left: -19px;
}
/* 右の三角形を作る */
.talk-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 15px;
	right: -20px;
}
.talk-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #9cd6e7;
	top: 15px;
	right: -20px;
}
/* 回り込み解除 */
.talk:after,.talk:before {
	clear: both;
	content: "";
	display: block;
}
.download-btn {
	max-width: 340px;
	display: block;
	margin: 1.25rem auto 0;
}
.site-footer {
	background: #EFFAFD;
	padding: 6rem 0;
	border: none;
}
.copylight {
	background: var(--bs-blue);
	text-align: center;
	color: #fff;
	padding: .3rem 0;
}
.site-info .site-logo {
	width: 240px;
	display: block;
	margin: 0 auto;
}

.breadcrumb {
	margin: 0;
	margin: 1rem 0;
}


.writer-wrap {
	border-top: #E6E6E6 solid 1px;
	margin-top: 2rem;
	padding-bottom: 1rem;
}
.writer-wrap.page {
	margin-top: 0rem;
	border-top: 0;
}

.writer {
	display: flex;
	justify-content: flex-start;
}
.profile-img {
	width: 160px;
}
.profile-img div {
	border-radius: .6rem;
	overflow: hidden;
}
.profile {
	margin-left: 1rem;
	width: calc(100% - 160px);
	display: block;
}
.profile .name {
	font-size: 1.25rem;
	font-weight: bold;
}
.profile .name span {
	font-size: .8rem;
	font-weight: bold;
	display: inline-block;
	padding-left: .4rem;
}
.profile .description {
	font-size: .8rem;
	overflow-wrap: break-word;
}
.writer-link {
	margin-top: 1rem;
	text-align: right;
}
.btn-writer {
	border-color: #2787AB;
	background: #2787AB;
	color: #fff !important;
	padding: .3rem 2rem;
	font-size: .8rem;
}
.btn-writer:hover {
	border-color: #2787AB;
	background: #fff;
	color: #2787AB !important;
}
@media (max-width: 576px) {
	.writer {
		display: block;
		justify-content: flex-start;
	}
	.profile-img {
		margin: 0 auto;
	}
	.profile {
		margin-left: 0rem;
		width: 100%;
		margin-top: 1rem;
	}
	.writer-link {
		text-align: center;
	}
}
