@charset "UTF-8";
@media all and (min-width: 1000px) {
.back-btn{
	margin-top: 50px;
}
.back-btn a {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: .5s;
    display: flex;
    align-items: center;
}
.back-btn a::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #2E2E2E;
    background-size: contain;
    vertical-align: middle;
    margin: 0 12px 0 0;
    transition: .5s;
}
.topic-ani{
	padding-top:0 !important;
}
.topic-ani a{
	transition: .5s;
}
.topic-ani a:hover{
	opacity: .5;
}
.topic-header{
	position:static !important;
	top:auto;
	left:auto;
	transform: none;
	height: auto;
	padding:20px 30px;
	width:auto;
	background-color: white;
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap:100px;
}
.logo-topic{
	width:192px;
}
.topic-h-right{
	display:flex;
	gap:12px;
	align-items: center;
}
.topic-h-right a{
	display:block;
	padding:13px 18px;
	background-color: #2c2c2c;
	color:white;
	border-radius: 5px;
	font-size:14px
}
.topic-h-right .searchform{
	border:1px solid #B4B4B4;
	border-radius: 4px;
}
.topic-h-right .searchform div{
	display:flex;
	height:40px;
}
.topic-h-right .searchform input{
	border:none;
}
.searchform div input{
	border-radius: 4px 0 0 4px;
	width:250px;
	padding-left:10px;
	padding-right:10px;
}
.searchform div #searchsubmit{
	width:60px;
	border-radius: 0 4px 4px 0;
	padding-left:2px;
	padding-right:2px;
}
/* トピックトップ */
.topic-content{
	padding:60px 0 10px;
	background-image: url(image/topic-top-back.webp);
	background-size: cover;
	background-position: center;
}
.topic-slider .slick-slide{
    margin-right: 10px!important;
    margin-left: 10px!important;
}
.topic-slider .slick-slide img{
	border-radius: 5px;
}
.slide-arrow{
	width:11px;
	bottom:-2px;
}
.prev-arrow{
	position: absolute;
	left: 45%;
  	transform: translateX(-50%);
}
.next-arrow{
	position: absolute;
	right: 45%;
  	transform: translateX(50%);
}
/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
	gap:9px;
	margin-top:25px;
}
.dots-wrap li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
	opacity: .2;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background:white;
	opacity: .7;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.topic-width{
	max-width:1250px;
	width:90%;
	margin:70px auto 0;
	position: relative;
}
.topic-width h2{
	font-size:25px;
}
.topic-top-list{
	display:grid;
	gap:30px;
	grid-template-columns: repeat(4, 1fr);
	margin-top:20px;
}
.topic-top-list a{
	background-color: white;
}
.topic-top-list img{
	width:100%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.topic-top-list-txt{
	padding:19px 16px 25px;
}
.topic-top-list-txt-time{
	font-size:13px;
	color:black;
}
.topic-top-list-txt-title{
	font-size:16px;
	font-weight:400;
	color:black;
	margin:9px 0 15px;
}
.topic-top-list-txt-category{
	font-size:13px;
	color:#969696;
}
.topic-list-btn{
	position: absolute;
	top:10px;
	right:0;
	color:black;
	font-size:15px;
	font-weight:600;
}
.topic-top-all-category{
	margin:80px auto;
	padding:70px 0;
	max-width:1250px;
	width:90%;
	background-color: #1B1B1B;
	border-radius: 5px;
}
.topic-top-all-category h2{
	text-align: center;
	color:white;
	font-size:20px;
	font-weight:500;
}
.topic-top-all-category-list{
	width:700px;
	margin:20px auto 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
}
.topic-top-all-category-list li{
	list-style: none;
}
.topic-top-all-category-list li a{
	color:white;
	font-size:14px;
	padding:7px 15px;
	border-radius: 20px;
	border: solid 1px white;
	display:block;
}
.topic-bottom-cta{
	display:grid;
	gap:15px;
	grid-template-columns: repeat(3, 1fr);
	max-width:1250px;
	width:90%;
	margin:80px auto 0;
}
.topic-bottom-cta a{
	display:block;
}
.topic-bottom-cta img{
	border-radius: 5px;
}
/* カテゴリーページ */
.topic-content-kaso{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:50px;
}
.kaso-topic-list{
	width:68%;
}
.a-title{
	font-size:25px;
	margin-bottom:45px;
}
.kaso-topic-list-content{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:30px;
	margin-top:35px;
}
.kaso-topic-list-content a{
	background-color: white;
	border-radius: 5px;
}
.kaso-topic-list-content-detail-img img{
	width:100%;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.kaso-topic-list-content-detail-txt{
	padding:19px 12px 25px;
}
.topic-thm{
	margin:40px 0 0 0;
}
.topic-thm img{
	height:auto !important;
}
.kaso-topic-time{
	font-size:13px;
	color:black;
}
.kaso-topic-title{
	font-size:15px;
	color:black;
	margin:5px 0 12px 0;
}
.kaso-topic-category{
	font-size:13px;
	color:#969696;
}
.kaso-category-list{
	width:27%;
	border-radius: 5px;
	align-self: stretch;
}
.kaso-category-list-content h4{
	font-size:17px;
	font-weight:500;
}
.c-name{
	display:flex;
	flex-direction: column;
	gap:13px;
	margin-top:17px;
}
.kaso-category-list-content li{
	list-style: none;
}
.c-name a{
	font-size:15px;
	font-weight:500;
	padding:0 0 8px 0;
	border-bottom: 1px solid #EFEFEF;
	display:block;
	color:black;
}
.kaso-c-other-topic{
	margin-top:20px;
	display:flex;
	flex-direction: column;
	gap:7px;
}
.kaso-c-other-topic img{
	border-radius: 5px;
}
/* 詳細ページ */
.single-left-width{
	width:65%;
}
.single-left-width .topic-txt a{
	text-decoration: underline !important;
}
.table-link{
	margin-bottom:30px;
}
.table-link h3{
	font-size:18px;
	font-weight:400;
	margin:0 0 20px 0;
}
.table-link div{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:6px;
}
.table-link a{
	text-align: center;
	color:white;
	background-color: #2c2c2c;
	font-size:15px;
	font-weight:500;
	border:1px solid #EFEFEF;
	padding:9px 0;
	border-radius: 5px;
}
.single-title{
	font-size:25px;
	font-weight:500;
}
.topic-time , .topic-category{
	font-size:13px;
	color:#B0B0B0;
}
.topic-time {
	margin-top:15px;
}
.topic-txt #toc_container{
	width:100%;
	padding:0;
	border: none;
	margin-bottom:40px;
}
.topic-txt #toc_container a{
	color:black;
}
.topic-txt .toc_title{
	text-align: left !important;
	padding:20px 30px 0 !important;
}
.topic-txt .toc_list{
	display:flex;
	flex-direction: column;
	gap:5px;
	padding:0 30px 20px !important;
}
.topic-txt .toc_list li a{
	font-family:'Noto Sans JP', sans-serif;
}
.topic-txt h2{
	font-size:25px;
	font-weight:500;
	margin:60px 0 20px;
	padding:5px 10px 5px 20px;
	color:#2c2c2c;
	background-color: #f6f6f6;
	border-left: 10px solid #0071db;
}
.topic-txt h3::before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}
.topic-txt h3{
	font-size:20px;
	font-weight:500;
	margin:20px 0;
	padding:0 0 5px 0;
	color:#2c2c2c;
	position: relative;
}
.topic-txt h3::after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.25rem;
    height: 2px;
    background-color: #0071db;
}
.topic-txt h4::before{
	content: "・";
	font-size:40px;
	color:#0071db;
	line-height: 0.4;
}
.topic-txt h4{
	font-size:20px;
	font-weight:500;
	margin:20px 0;
	color:#2c2c2c;
	display:flex;
	align-items: center;
	gap:4px;
}
.topic-txt p{
	font-size:17px;
	line-height:2.1;
	text-align: justify;
	margin:20px 0;
	color:#2c2c2c;
}
.topic-txt a{
	color:#0071db;
	font-weight:500;
}
.topic-txt iframe{
	width:100%;
	height:300px;
}
.topic-txt .wp-block-image{
	margin:0;
	padding:25px 0;
}
.topic-txt .wp-block-list{
	display:flex;
	flex-direction: column;
	gap:5px;
	padding:0 0 0 20px;
}
.topic-txt .wp-block-list{
	list-style:decimal;
}
.topic-txt .wp-block-list li{
	font-size:16px;
	font-family:'Noto Sans JP', sans-serif;
}
.topic-txt  .wp-block-table thead{
	background-color: #0071db;
	color:white;
}
.topic-txt  .wp-block-table th{
	border:none !important;
}
.topic-txt  .wp-block-table td{
	font-family:'Noto Sans JP', sans-serif;
}
.relevance-topic{
	margin:50px auto 0;
}
.yarpp-related{
	margin-top:25px !important;
	margin-bottom:50px !important;
}
.yarpp-thumbnails-horizontal{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:100% !important;
	height:auto !important;
	display:block !important;
	margin:0 !important;
	padding:0 0;
	border: none !important;
}
.yarpp-thumbnail img{
	width:100% !important;
	height:auto !important;
	margin:0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
	width:100% !important;
	font-size:13px !important;
	font-weight:400 !important;
	color:#555555;
	margin:10px 0 0 0 !important;
	padding:0 0;
}
.has-inline-color{
	color:black !important;
	background-color: #ffff76 !important;
}
.topic-top-link-group .wp-block-group__inner-container{
	display:flex;
	flex-direction: column;
}
.topic-top-link-group p{
	margin:0;
}
/* フッター */
.topic-fotter{
	width:auto;
	border-radius: 0 !important;
	margin-top:110px;
	margin-bottom:0;
	background-color: #1B1B1B;
	padding-top:67px;
}
.topic-fotter small{
	max-width:1250px;
	width:90%;
	margin:130px auto 0;
}
.topic-fotter-content{
	max-width:1250px;
	width:90%;
	margin:0 auto 0;
	display:flex;
	justify-content: space-between;
	gap:100px;
}
.topic-fotter-content-left{
	width:38%;
}
.topic-fotter-content-left p{
	font-size:20px;
	font-weight:400;
	color:white;
	letter-spacing: -0.02em;
}
.topic-fotter-content-left-list{
	display:flex;
	flex-direction: column;
	gap:30px;
	margin-top:23px;
}
.topic-fotter-content-left-list a{
	display:flex;
	flex-direction: column;
	gap:6px;
	border-bottom:1px solid #C3C3C3;
	padding:0 0 11px 0;
}
.topic-fotter-content-left-list a span:nth-child(1){
	color:white;
	font-size:15px;
}
.topic-fotter-content-left-list a span:nth-child(2){
	color:#555555;
	font-size:12px;
}
.topic-fotter-content-right{
	width:55%;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.topic-fotter-content-right p{
	font-size:20px;
	font-weight:400;
	color:white;
	letter-spacing: -0.02em;
}
.topic-fotter-content-category{
	display:flex;
	flex-wrap: wrap;
	grid-column-gap: 9px;
    grid-row-gap: 18px;
	margin-top:25px;
}
.topic-fotter-content-category li{
	list-style: none;
}
.topic-fotter-content-category li a{
	color:white;
	font-size:14px;
	letter-spacing: -0.02em;
	padding:9px 15px;
	border-radius: 20px;
	border: solid 1px white;
	font-family:'Noto Sans JP', sans-serif;
}
.topic-fotter-content-right-bottom{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:25px;
}
.topic-fotter-content-right-bottom a{
	display:flex;
	justify-content: space-between;
	align-items:center;
	gap:20px;
	background-color: #333333;
	padding:21px 29px;
	border-radius: 5px;
}
.topic-fotter-content-right-bottom a .ft-title{
	font-size:20px;
	font-weight:500;
	letter-spacing: -0.02em;
	color:white;
}
.topic-fotter-content-right-bottom a .ft-arrow{
	width:76px;
}
.topic-common-bottom-cta{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
	margin-top:30px;
}
.topic-common-bottom-cta img{
	border-radius: 5px;
}
.topic-side-cta{
	display:flex;
	flex-direction: column;
	gap:8px;
	position:sticky;
	top: 50px;
}
/* その他 */
.sidebar-topic-group{
	margin-top:30px;
}
.sidebar-topic-group div{
	display:flex;
	flex-direction: column;
	gap:10px;
	margin-top:17px;
}
.sidebar-topic-group div a{
	font-size: 15px;
	font-weight:500;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #EFEFEF;
	color:#0071db;
}
.wp-block-post-author{
	border: 1px solid #EFEFEF;
	border-radius:5px;
	padding:30px 35px;
	margin-bottom:25px;
}
.wp-block-post-author__avatar{
	margin-right:30px;
	width:75px !important;
	height:75px !important;
}
.wp-block-post-author__avatar img{
	border-radius: 60px;
	object-fit: cover !important;
	height:100%;
}
.wp-block-post-author__byline{
	margin:0 0 10px 0 !important;
	font-size:13px !important;
	font-weight:500 !important;
	line-height: 1.2 !important;
}
.wp-block-post-author__name{
	margin:0 0 0 0 !important;
	font-size:15px;
	font-weight:500 !important;
	line-height: 1.2 !important;
}
.wp-block-post-author__bio{
	margin:10px 0 0 0 !important;
	font-size:14px !important;
	line-height: 1.75 !important;
}
/* ポップアップ */
.pum-theme-761, .pum-theme-default-theme{
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.pum-container.pum-responsive{
	width:650px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pum-close{
	padding:10px 11px 15px !important;
	line-height: 10px !important;
	background-color: #2c2c2c !important;
	font-weight: 500 !important;
    font-size: 22px !important;
}
.topick-b-main img{
	border-radius:5px;
}
/* プロジェクト */
.over-view{
	margin-top:30px;
	display:flex;
	flex-direction: column;
	gap:20px;
}
.o-content{
	display:flex;
	justify-content: space-between;
}
.o-content p{
	font-size:16px;
	line-height: 1.8;
	/* text-align: justify; */
}
.o-content p a{
	font-weight:600;
	color:#0071db;
}
.o-content .title{
	width:150px;
}
.o-content .txt{
	width:calc(100% - 180px);
}
.service-link-list ul{
	padding:0;
	display:flex;
	flex-direction: column;
	gap:13px;
	margin-top: 17px;
}
.service-link-list ul li a{
	font-size: 15px;
    font-weight: 500;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #EFEFEF;
    display: block;
    color: black;
}
.topic-category-content .common-layer-title{
	margin:0;
}
.a-title{
	font-size:20px;
	font-weight:500;
	margin-top:15px;
}
}