@charset "utf-8";
/*
Theme Name: Logiccs.net
Theme URI: xxxxx
Author: e-bird
version: 1.0
*/

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 25px 25px;
	display: inline;
	height: auto;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.wp-pagenavi a,
.wp-pagenavi span {
	width: 38px;
	border: 5px solid #fff;
}
.wp-pagenavi span.current {
	width: 38px;
}
.wp-pagenavi span.extend {
	pointer-events: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: 0;
}

.header__top-list {
	gap: 0;
}
.header__top-list li + li {
	margin-left: 2.4rem;
}
.header__top-list .lang-item {
	position: relative;
}
.header__top-list .lang-item + .lang-item {
	margin-left: 0;
}
.header__top-list .lang-item.lang-item-first::after {
	content: '/';
	color: #fff;
	margin: 0 0.25em;
}
.header__top-list .lang-item a {
	color: #fff;
	font-weight: 700;
	line-height: 3.2rem;
	position: relative;
}
.header__top-list .lang-item a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.header__top-list .lang-item a:hover::after {
	width: 100%;
}
.header__top-list .lang-item a:hover {
	opacity: 0.9;
}
.header__top-list .lang-item.current-lang a {
	color: #ED1C24;
}
@media only screen and (max-width: 767px) {
	.header__nav-sp ul.pll {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header__nav-sp ul.pll .lang-item.lang-item-first::after {
		content: '/';
		color: #000;
		font-weight: 700;
		margin: 0 0.5em;
	}
	.header__nav-sp ul.pll .lang-item a {
		font-size: 1.7rem;
		line-height: 1.6rem;
		font-weight: 700;
		color: #000;
	}
	.header__nav-sp ul.pll .lang-item.current-lang a {
		color: #ED1C24;
	}
}


#blog .blog .blog-detail .content .box-video {
	width: 100%;
	max-width: 730px;
	margin: 1.5em auto 0;
}
#blog .blog .blog-detail .content .box-video .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#blog .blog .blog-detail .content .box-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-testimonial .blog__container .blog__image-container img,
.blog-related .related-list ul li a .cover img {
	width: 100%;
	aspect-ratio: 13/8; /* w/h */
	object-fit: cover;
}
#blog .blog .blog-flex .blog-list .cover img {
	width: 100%;
	aspect-ratio: 71/47; /* w/h */
	object-fit: cover;
}
#customer .customer .customer-list .row a .cover img {
	width: 100%;
	aspect-ratio: 23/27; /* w/h */
	object-fit: cover;
}
.section-blog img.blog__image,
.section-notice img.notice__image {
	width: 100%;
	aspect-ratio: 163/100; /* w/h */
	object-fit: cover;
}

.section-testimonial .blog__label.new {
	margin-left: 1em;
}
.section-testimonial .slick-slider .slick-dots li {
	width: 5rem !important;
}

#blog .blog .blog-detail .content .img p.cap {
	font-size: 80%;
	line-height: 1.3;
	margin-top: 0.5em;
}

.section-product .product__list .product__item figure img,
#service .service .content-row .product-intro .product-list ul li .cover img {
	width: 100%;
	aspect-ratio: 60/43; /* w/h */
	object-fit: cover;
}

#service .box-vimeo {
	margin-top: 1.5em;
}


/* 自由ページ（テンプレート） */
#template .template-top {
	background: url("/assets/images/service/bg.png") no-repeat top center #f3f3f3;
	background-size: 100%;
}
#template .template .content-row .template-intro .row {
	margin-top: 70px;
}
@media only screen and (max-width: 750px) {
	#template .template .content-row .template-intro .row {
		margin-top: 50px;
	}
}

#template .template .content-row .template-intro .row .box-white {
	position: relative;
	padding: 50px 40px 50px 40px;
	background-color: #fff;
}
#template .template .content-row .template-intro .row .box-white h2 {
	font-size: 3.2rem;
	line-height: 4.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
#template .template .content-row .template-intro .row .box-white .text-intro {
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
#template .template .content-row .template-intro .row .box-white .text-intro p {
	line-height: 3rem;
}
#template .template .content-row .template-intro .row .box-white .text-intro p + p {
	margin-top: 1em;
}
@media only screen and (max-width: 750px) {
	#template .template .content-row .template-intro .row .box-white {
		padding: 40px 30px 30px 30px;
	}
	#template .template .content-row .template-intro .row .box-white h2 {
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 15px;
	}
	#template .template .content-row .template-intro .row .box-white .text-intro {
		margin-bottom: 30px;
	}
	#template .template .content-row .template-intro .row .box-white .text-intro p {
		line-height: 2.6rem;
	}
}

#template .template .content-row .template-intro .row .box-white h3 {
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
	#template .template .content-row .template-intro .row .box-white h3 {
		font-size: 1.8rem;
		line-height: 2.8rem;
		margin-bottom: 20px;
	}
}

#template .template .content-row .template-intro .row .box-white .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#template .template .content-row .template-intro .row .box-white .flex.col1 {
	justify-content: center;
}
#template .template .content-row .template-intro .row .box-white .flex.col1 .col {
	width: 100%;
	max-width: 760px;
}
#template .template .content-row .template-intro .row .box-white .flex.col2 .col {
	width: calc(98% / 2);
}
#template .template .content-row .template-intro .row .box-white .flex.col3 .col {
	width: calc(96% / 3);
}
@media only screen and (max-width: 750px) {
	#template .template .content-row .template-intro .row .box-white .flex {
		display: block;
		margin-bottom: 20px;
	}
	#template .template .content-row .template-intro .row .box-white .flex .col {
		width: 100% !important;
	}
	#template .template .content-row .template-intro .row .box-white .flex .col + .col {
		margin-top: 30px;
	}
}

#template .template .content-row .template-intro .row .box-white .flex .col .img img {
	width: 100%;
	/* aspect-ratio: 5/3;
	object-fit: cover; */
}

#template .template .content-row .template-intro .row .box-white .flex .col .brief {
	margin-top: 15px;
}
#template .template .content-row .template-intro .row .box-white .flex .col .brief h4 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 5px;
}
#template .template .content-row .template-intro .row .box-white .flex .col .brief p {
	line-height: 3rem;
}
@media only screen and (max-width: 750px) {
	#template .template .content-row .template-intro .row .box-white .flex .col .brief h4 {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	#template .template .content-row .template-intro .row .box-white .flex .col .brief p {
		line-height: 2.6rem;
	}
}

#template .template .content-row .template-intro .row .box-white .btn-box {
	margin-top: 60px;
}
#template .template .content-row .template-intro .row .box-white .btn-box a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	text-align: center;
}
#template .template .content-row .template-intro .row .box-white .btn-box a img {
	right: 6.75rem;
}
@media only screen and (max-width: 750px) {
	#template .template .content-row .template-intro .row .box-white .btn-box {
		margin-top: 30px;
	}
	#template .template .content-row .template-intro .row .box-white .btn-box a {
		width: 100%;
		line-height: 2rem;
		padding: 10px 0;
		height: auto;
	}
	#template .template .content-row .template-intro .row .box-white .btn-box a img {
		right: 3.75rem;
	}
}