/*
Theme Name: TENMADO
Version: 1.0s
*/


/* 共通するｃｓｓ */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 400;
}

h2 {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: bold;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: bold;
}



a {
	text-decoration: none !important;
}

.main-content-wrapper li {
	list-style: none;
}

.tr {
	line-height: 1.5em;
}


/* ヘッダーのスタイル */

.header-wrapper {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 4;
	background-color: #fffffff0;
}

.header-inner {
	width: calc(100% - 40px);
	max-width: 1720px;
	margin: 0 auto;
	padding: 0 20px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header-nav {
	margin: auto 0;
}

.nav-list {
	display: flex;
	justify-content: right;
	column-gap: 20px;
}

@media screen and (max-width: 1024px) {
	.nav-list {
		display: none;
	}
}

.navitem {
	margin-right: 40px;
}

.header-logo {
	margin-left: 20px;
}

@media screen and (max-width: 1024px) {
	.header-logo {
		margin: 0 auto;
		text-align: center;
	}
}

.header-logo img {
	max-width: 150px;
	padding-left: 10px;
}

.nav-list {
	display: flex;
	gap: 20px;
	list-style: none;
}

.nav-list>li>a,
.nav-list>li>a:visited {
	color: #222;
}

.nav-list li {
	position: relative;
	margin: 0 20px;
}



/* //Header */

/* フッター */
.footer-wrapper {
	padding: 60px 0;
	background-color: #d8d8d8;
}

.footer-inner {
	text-align: center;
}

.footer-inner .footer-nav .menu-item a {
	color: #3c3c3c;
}

.footer-nav {
	display: flex;
	list-style: none;
	justify-content: center;
	column-gap: 20px;
}

@media screen and (max-width: 1024px) {
	.footer-nav {
		flex-direction: column;
		row-gap: 20px;
	}
}

.footer-nav-item {
	margin-right: 40px;
}

.footer-nav-item:last-of-type {
	margin-right: 0;
}

.footer-logo-wrapper {
	max-width: 200px;
	width: 40%;
	margin: 0 auto;
}

.copy-wrrite {
	font-size: 1.1rem;
}

/* //フッター */


.site-content {
	margin-top: 80px;
}

.page-container {
	margin: 10px;
}

.openbtn6 {
	display: none;
}

@media screen and (max-width: 960px) {
	h2 {
		font-size: 7.2rem;
	}

	.openbtn6 {
		display: block;
		z-index: 101;
	}

	.header-nav {
		position: fixed;
		top: 0;
		width: 250px;
		right: 0;
		background: rgb(255 255 255 / 95%);
		z-index: -1;
		height: 100%;

		transform: translateX(100vw);
		transition: all .7s ease;
	}

	.header-nav.nav_active {
		transform: translateX(0);
	}

	.nav-list {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		overflow: scroll;
	}

	.nav-list li {
		text-decoration: none;
		color: #3c3c3c;
		margin-bottom: 30px;
		font-family: 'Noto Sans JP', sans-serif !important;
	}

	.nav-list li::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2px;
		width: 13px;
		height: 13px;
		border-top: 2px solid #3c3c3c;
		border-right: 2px solid #3c3c3c;
		transform: rotate(45deg);
	}
}

@media screen and (max-width: 520px) {
	h2 {
		font-size: 4.2rem;
	}

	.menuList {
		font-size: 1.2rem;
	}
}

.entry .entry-content,
.entry .entry-summary {
	margin: 0 auto;
}

.entry-content.excerpt {
	/* 抜粋 */
	margin-top: 8px;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 1.5;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-inline-box;
}

.entry-content .company-wrapper {
	margin: auto;
}

article.page.type-page header.entry-header {
	position: relative;
}

article.page.type-page header.entry-header>h1 {
	position: absolute;
	font-size: 2.8rem;
	border-bottom: solid 3px #FFFBDB;
	inline-size: fit-content;
	color: #3c3c3c;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);

}



@media screen and (max-width: 480px) {

	article.page.type-page header.entry-header>h1 {
		font-size: 2rem;

	}

}

.prof-list .prof-item {
	display: flex;
	border-top: 1px solid #e4e4e4;
	padding: 1.7rem 3.5rem;
	margin-left: auto;
	font-size: 1.3rem;
	margin-right: auto;
	justify-content: space-between;
	/*0123追加*/
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
}

/*0123追加*/
.prof-item-name {
	width: 25%;
}

.prof-item-content {
	width: 75%;
}

/*ここまで*/

article.page.type-page header.entry-header>h1::before {
	display: none
}

.wp-block-table {
	position: relative;
	width: 100%;
	height: auto;
}

.box-1x1:before {
	content: "";
	display: block;
}

/* ハンバーガーメニューの記述 */

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn6 {
	position: fixed;
	right: 3%;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	top: 15px;
}

/*ボタン内側*/
.openbtn6 span {
	display: inline-block;
	transition: all .4s;
	/*アニメーションの設定*/
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background: #3c3c3c;
}

.openbtn6 span:nth-of-type(1) {
	top: 15px;
	width: 45%;
}

.openbtn6 span:nth-of-type(2) {
	top: 23px;
	width: 35%;
}

.openbtn6 span:nth-of-type(3) {
	top: 31px;
	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn6.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-135deg);
	width: 30%;
}

.openbtn6.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn6.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(135deg);
	width: 30%;
}



.menu-bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -2;
	display: none;
}

.menu-bg.nav_active {
	display: block;
}

/* クリッカブルエリアの拡張 */


.nav-list li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}

/* //ハンバーガーメニューの記述 */


/*========= レイアウトのためのCSS ===============*/



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ここから投稿ページ一覧のCSS */

/* ダミー記事を消す記述 */
.dummy {
	visibility: hidden;
	width: 300px;
	border-radius: 4px;
	box-shadow: 0px 1px 10px 0px rgb(14 14 14 / 20%);
	background-color: #fff;
}

/*  //ダミー記事を消す記述*/

h3.wp-block-heading {
	font-size: 2rem;
}

@media screen and (max-width: 480px) {
	h3.wp-block-heading {
		font-size: 1.8rem;
	}
}

h2.wp-block-heading {
	font-size: 2.8rem;
}

@media screen and (max-width: 480px) {
	h2.wp-block-heading {
		font-size: 2rem;
	}
}

.site-main>.entry .entry-header,
.page-header {
	position: relative;
	max-width: 2560px;
	height: 280px;
	background: url(img/title-back-01.jpg);
}

@media screen and (max-width: 1660px) {

	.site-main>.entry .entry-header,
	.page-header {
		margin: 0 auto;
		max-width: 100%;
	}
}

@media screen and (max-width: 1330px) {

	.site-main>.entry .entry-header,
	.page-header {
		margin: 0 auto;
		max-width: 100%;
	}
}

@media screen and (max-width: 1000px) {

	.site-main>.entry .entry-header,
	.page-header {
		margin: 0 auto;
		max-width: 100%;
	}
}

.entry h2.entry-title {
	margin-top: 16px;
	font-size: 1.6rem;
}

.entry .entry-footer .byline {
	display: none;
}

.entry .entry-footer .comments-link {
	display: none;
}

.entry .entry-footer .posted-on .svg-icon {
	display: none;
}

.entry .entry-footer .cat-links .svg-icon {
	display: none;
}

.page-numbers .svg-icon {
	color: #bab9b9;
}

@media screen and (max-width: 768px) {
	.entry h2.entry-title {
		font-size: 1.6 rem;
	}
}

.articles_wrapper>.entry>.entry-header {
	margin: 0 auto;
	width: 100%;
}


.archive .page-header .page-title {
	font-size: 2.8rem;
	border-bottom: solid 3px #FFFBDB;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 480px) {
	.archive .page-header .page-title {
		font-size: 2rem;
	}
}

.site-featured-image .entry-header {
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0 20px;

}

.site-featured-image .entry-header .entry-title {
	font-size: 2.8rem;
}

@media screen and (max-width: 480px) {
	.site-featured-image .entry-header .entry-title {
		font-size: 2rem;
	}

}

.site-header.featured-image .site-featured-image .post-thumbnail img {
	display: none;
}

.site-header.featured-image .site-featured-image .entry-header {
	display: none;
}

.logged-in-as {
	font-size: 1.3rem;
}



.comments-area .comments-title-wrap .comments-title {
	font-size: 2rem;
}

.entry .entry-footer {
	padding: 10px 0;
	display: block;
	text-align: start;
	max-width: 660px;
	margin: 0 auto;
}

.post-template-default #page #content #primary #main .entry .entry-footer {
	padding: 10px 20px;
}

/* ページネーション関連 */

.post-navigation {
	margin: 20px auto 0;
	max-width: 620px;
}

.comments-area {
	margin: 0 auto;
	padding: 0 20px;
}

.nav-previous {
	position: relative;
	padding-left: 25px;
	width: 50%;
}

.nav-previous::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #c8c8c8aa;
	border-right: 2px solid #c8c8c8aa;
	transform: rotate(-135deg);

}

.nav-next {
	position: relative;
	padding-right: 25px;
	text-align: right;
	width: 50%;
}

.nav-next::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #c8c8c8aa;
	border-right: 2px solid #c8c8c8aa;
	transform: rotate(45deg);
}



.post-navigation .nav-links {
	margin: 0 auto;
	justify-content: space-between;
	border-top: 1px solid #c8c8c8aa;
	border-bottom: 1px solid #c8c8c8aa;
	padding: 24px 20px;
	position: relative;
	font-size: 1.6rem;
	gap: 10px;
}

@media screen and (max-width: 480px) {
	.post-navigation .nav-links {
		font-size: 1.4rem;
	}
}

.page_navi {
	background: #B1D1F6;
	padding: 60px 0;
}

@media screen and (max-width: 670px) {
	.page_navi {
		padding: 0 0 60px 0;
	}
}

.pagination .nav-links {
	justify-content: center !important;
}

.page_navi .navigation .nav-links {
	align-items: center;
}

.page_navi .navigation .nav-links {
	gap: 20px;
	line-height: 22px;
}

.page_navi .navigation .nav-links::before {
	display: none;
}

.nav-links::before {
	position: absolute;
	top: 15%;
	right: 50%;
	display: block;
	width: 1px;
	height: calc(70% - 0px);
	content: "";
	background-color: #e9e9e942;
}

.page-numbers {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background: #fff;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}



@media screen and (max-width: 768px) {
	.page-numbers {
		line-height: 50px;
		text-align: center;
	}
}

.next {
	display: flex !important;
	display: inline-block;
	padding: 4px 15px;
	background: #fff;
	color: #568ac5;
	border-radius: 50px;
	transition: 300ms all linear;
	width: auto;
	line-height: 50px;
	height: 50px;
	place-items: center;
}



.prev {
	display: flex !important;
	display: inline-block;
	padding: 4px 15px;
	background: #fff;
	color: #568ac5;
	border-radius: 20px;
	transition: 300ms all linear;
	width: auto;
	line-height: 22px;
	height: 50px;
	place-items: center;
}



.current {
	background: #568ac57a;
	color: #fff;
	border-radius: 50px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align-last: center;
}

@media screen and (max-width: 768px) {
	.current {
		background: #568ac57a;
		color: #fff;
		border-radius: 50px;
		line-height: 50px;
		width: 50px;
		text-align-last: center;
	}
}

/* 記事のカードレイアウト関連 */

.articles {
	max-width: 2560px;
	padding: 90px 20px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	row-gap: 30px;
}

@media screen and (max-width: 1000px) {
	.articles {
		justify-content: center;

	}
}

.articles_wrapper {
	width: 300px;
	border-radius: 4px;
	background-color: #fff;
	padding: 16px;
	position: relative;
}

.articles_wrapper:hover {
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
	transition-duration: 300ms;

}

.articles_wrapper>a.article_link:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	.articles_wrapper {
		width: 45%;
	}
}

@media screen and (max-width: 480px) {
	.articles_wrapper {
		width: 100%;
	}
}



#content .site-featured-image .post-thumbnail {
	display: none;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
	font-size: 1rem;
}

h1:not(.site-title):before,
h2:before {
	display: none;
}

.page_navi {
	justify-content: center;
}


.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
	font-size: 4.2rem;
	font-family: 'Noto Sans JP', sans-serif !important;

}

@media screen and (max-width: 768px) {

	.entry-title,
	.not-found .page-title,
	.error-404 .page-title,
	.has-larger-font-size,
	h2 {
		font-size: 3rem;

	}

}

.wp-block-image {
	text-align: -webkit-center;
	max-width: 1000px;
	margin: 0 auto;
}

.page-template-default page page-id-113 {
	text-align: center;
}

.post-113 page type-page status-publish hentry entry {
	text-align: center;
}






/* ここから投稿ページのCSS
 */
.entry-content.excerpt {
	margin-top: 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	color: #160606ab;
	font-size: 1.2rem;
}

.image-filters-enabled .entry .post-thumbnail {
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.image-filters-enabled .entry .post-thumbnail::before {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 52.34375%;
	content: "";
}

.post-thumbnail-inner img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry .post-thumbnail .post-thumbnail-inner {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

/* ダミーのサムネイル関連 */

.image-filters-enabled .entry .dummy-thumbnail {
	position: relative;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.image-filters-enabled .entry .dummy-thumbnail::before {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 52.34375%;
	content: "";
}

.entry .dummy-thumbnail .dummy-thumbnail-inner {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.dummy-thumbnail-inner img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-content ul {
	list-style: inside;
}

.entry-content ul li ul {
	padding: 0;
}

.entry-content ul li ul li {
	display: block;
}

.post .entry-content li {
	font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
	.post .entry-content p {
		font-size: 1.6rem;
	}

	.post .entry-content li {
		font-size: 1.6rem;
	}
}

.articles .articles_wrapper>h2 {
	font-size: 2rem;
}

.content-area .site-main {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

#primary.content-area {
	background-color: #B1D1F6;
}


/* ここから記事の中のレイアウト */

.single-post>#page>#content>#primary>#main {
	background-color: #fff;
}

#main>article>.entry-content {
	padding: 24px 0;
	max-width: 660px;
}

#main>.page>.entry-content {
	padding: 24px 0;
	max-width: 1000px;
}

#main>.page>.entry-content .wp-block-image {
	padding: 24px 24px;
	max-width: 1000px;
}

.entry .entry-summary {
	padding-top: 90px;
}

.entry .entry-content .wp-block-image {
	max-width: 660px;
	margin: 0 auto;
}

.post .entry-content p {
	max-width: 660px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.8rem;
}

.comments-area {
	max-width: 660px;
}

.form-submit {
	padding-bottom: 24px;
}

.articles_wrapper .posted-on {
	display: block;
}

/* ここからフッターの記述 */

.wp-block-page-list {
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
	gap: 20px;
	padding: 25px;

}

@media screen and (max-width: 768px) {
	.wp-block-page-list {
		display: inline-flex;
		flex-wrap: wrap;
	}
}





.wp-block-page-list li a {
	color: #000;
}

/* 問い合わせページのレイアウト */

/* 事業内容ページ */

/* ここから会社概要ページ */

table.table-responsive.table-striped {
	display: inline-block;
}

.site-branding.site-title {
	display: none;
}

/* テキストボックスの大きさ */
.wpcf7-form-control-wrap>input {
	width: 100%;
}


/* 文字の動きに関係する記述 */


/* //文字の動きに関係する記述 */

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
	opacity: 0;
}


/* テストサイト用css */