@charset "UTF-8";

/* -------------------------
common
---------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: "M PLUS 1", sans-serif, "Kiwi Maru", serif;
	background-color: #F4F3EF;
	color: #1E1E1E;
	text-align: left;
}

.blog_bannersp {
	display: block;
}

.blog_bannerpc {
	display: none;
}

.head_inner {
	padding: 1% 2%;
}

.head_inner a {
	display: inline-block;
	width: auto;
	height: auto;
}

#site-content {
	overflow: unset;
}

.contents_wrapper {
	display: block;
	border-radius: 8px;
	position: relative;
}

.main_contents {
	min-width: 0;
	padding: 3%;
	display: block;
}

.main_contents article {
	min-width: 0;
	width: 100%;
}

/* nav */
.blognav_wrap {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #FEFDF8;
	transition: right 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
	z-index: 10;
}

.blognav_wrap.open {
	right: 0;
	background-image: url("https://feric.xsrv.jp/recruit/wp-content/themes/tomizawa_recruit/image/blog_image/tomy_grey.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.hamburger {
	position: fixed;
	top: 3%;
	right: 3%;
	width: 38px;
	cursor: pointer;
	z-index: 99;
}

.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #1e1e1e;
	margin: 5px 0;
	transition: 0.4s;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}


.hamburger p {
	font-size: 0.8rem;
	white-space: nowrap;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin-top: 80px;
}

.nav li {
	padding-top: 24px;
}

.nav {
	padding: 80px 0;
}

.nav_item {
	width: 100%;
	color: #6E1919;
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	text-decoration: none;
	padding: 4px 16px;
	border-radius: 50px;
	border: 1px solid #6E1919;
}

.nav_item:hover {
	background: #6E1919;
	color: #FEFDF8;
}

.nav_logo {
	width: 200px;
}

.nav_logo img {
	width: 100%;
}

.styled-separator {
	display: none;
}

strong {
	font-size: 1rem;
}

.entry-content {
	font-family: "Kiwi Maru", serif;
	font-size: 1rem;
	max-width: 1130px;
	margin: 0 auto;
}

.entry-content .has-larger-font-size {
	font-size: 1rem;
}

.entry-content li {
	line-height: 1.3;
}

.blocks-gallery-grid img {
	display: none;
}

/* break point */
@media screen and (min-width:769px) {
	.blog_bannerpc {
		display: block;
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}

	.blog_bannersp {
		display: none;
	}
}

/* header pc */
@media screen and (min-width:1100px) {
	.hamburger {
		display: none;
	}

	.blognav_wrap {
		width: 100%;
		display: block;
		position: static;
		border-top: 2px solid #6E1919;
		border-bottom: 2px solid #6E1919;
	}

	.blognav_wrap ul {
		margin: 0 auto;
		max-width: 1000px;
		display: flex;
		padding: 4px 16px;
		text-align: center;
		align-items: center;
		justify-content: space-around;
	}

	.nav_logo img,
	.fa-solid.fa-angle-right {
		display: none;
	}

	.nav li {
		padding-top: 0;
	}

	.nav_item {
		font-size: 1.2rem;
		white-space: nowrap;
		border: none;
	}

	.tomy_nav {
		display: none;
	}
}

/* -------------------------
パンくずリスト
---------------------------- */
.pan_list {
	font-size: 0.8rem;
	list-style: none;
	padding-bottom: 8px;
}

.pan_item {
	display: inline;
	color: #E66767;
}

.pan_item a {
	color: #E66767;
	text-decoration: none;
}

.pan_item.pan_item:before {
	content: ">";
	margin: .5em;
}

/* -------------------------
side
---------------------------- */
.sidebar {
	height: 100%;
	background-color: #FEFDF8;
	padding: 3% 2%;
	margin: 3% 2%;
}

.sidebar_pc {
	display: none;
}

.sidebar_sp {
	display: block;
}

.wp-block-categories-dropdown.wp-block-categories {
	margin: 0;
}

.wp-block-archives {
	margin: 2em auto !important;
}

.wp-block-archives-dropdown select {
	margin-left: 12px;
}

.wp-block-group {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.menu {
	padding: 8px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.menu-item a {
	padding: 0 12px;
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	position: relative;
	color: #1e1e1e !important;
	text-decoration: none;
}

.menu-item-object-category a::before {
	color: #E3ABAB;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	margin-right: 5px;
	transform: color 0.6s ease;
}

.widget_nav_menu li,
.menu-item a {
	font-size: 0.9rem;
}

.widget_nav_menu li {
	margin: 0;
}

.current-menu-item {
	padding: 4px 12px;
	background-color: #E3ABAB;
	color: #FEFDF8 !important;
	text-decoration: none;
	border-radius: 50px;
}

.current-menu-item::before,
.current-menu-item a::before {
	color: #FEFDF8 !important;
}

.current-menu-item li {
	color: #FEFDF8 !important;
	padding: 1% 3%;
}

.current-menu-item li::before {
	color: #FEFDF8 !important;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f02b";
	font-weight: 900;
	padding-left: 12px;
}

.current-menu-item a {
	color: #FEFDF8 !important;
}

.menu-item-object-post_tag::before {
	color: #E3ABAB;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f02b";
	font-weight: 900;
	padding-left: 12px;
	display: inline-block;
}

.sidebar_widget.pc_sidebar:last-of-type ul.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

/* side pc */
@media screen and (min-width:1100px) {
	.sidebar {
		background-color: #FFFEFA;
		padding: 3% 2%;
		margin: 0;
	}

	.sidebar_pc {
		display: block;
	}

	.sidebar_sp {
		display: none;
	}

	.sidebar_widget.pc_sidebar {
		width: 300px;
	}

	.post-separator,
	.styled-separator {
		display: none;
	}

	.wp-block-archives:not(.alignwide):not(.alignfull) {
		margin-top: 2rem;

		margin-bottom: 2rem;
	}

	.widget_nav_menu li,
	.menu-item a {
		font-size: 1rem;
	}

	.widget_nav_menu {
		padding: 16px 0;
	}

	.menu li {
		padding: 2% 0;
		margin: 0;
		font-size: 1rem;
	}

	.menu {
		padding: 0;
		display: block;
	}

	.menu-item {
		padding-top: 16px;
	}

	.menu-item a {
		padding: 4px 12px;
		margin-top: 8px;
	}

}
/* -------------------------
break point
---------------------------- */
@media screen and (min-width:769px) and (max-width:1200px) {
	.main_contents {
		padding: 3%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media screen and (min-width:1201px) {
	.main_contents {
		background-color: #FEFDF8;
		padding: 3%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		/* grid-template-rows: 1fr; */
		gap: 16px;
	}
}

@media screen and (min-width:769px) {
	.container {
		padding: 3% 1%;
		margin: 0 auto;
		max-width: 1440px;
	}

	.contents_wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 3em;
	}

	h2 {
		font-size: 1.2rem !important;
	}

	article {
		padding-top: 0;
	}
}

/* -------------------------
main
---------------------------- */
#site-content {
	overflow: unset;
}

.container {
	padding: 2%;
}

.contents_wrapper {
	display: block;
	border-radius: 8px;
	position: relative;
}

.tomy_grey {
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.main_contents {
	padding: 3%;
	display: block;
}

.main_group,
.recommend_post {
	background-color: #FEFDF8;
}


article:first-of-type {
	padding: 0 !important;
}

article {
	padding-top: 32px;
}

.wp-block-heading {
	background-color: #E66767;
	color: #FFFEFA;
	padding: 4px 24px;
	border-radius: 8px;
}

.section-inner {
	width: 100%;
}

.post-date .meta-wrapper {
	font-size: 0.8rem;
}

.entry-meta-wrapper.entry-meta {
	display: block;
	text-align: left;
}

.post-meta {
	margin: 0;
}

.post-meta li {
	font-size: 0.9rem;
	margin: 0;
}

.post-meta-single-top .post-meta {
	justify-content: flex-start;
}

.post-meta .meta-wrapper {
	white-space: nowrap;
}


.meta-text {
	font-size: 0.9rem !important;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.post-meta a:hover {
	text-decoration: none;
}

.post-meta .post-date .meta-icon svg {
	width: 20px;
}

h2 {
	font-size: 1.1rem;
	letter-spacing: 1.3px;
}

h2.entry-title {
	margin-top: 16px;
}

.entry-title a {
	color: #6E1919;
	font-size: 1.2rem;
	text-align: left;
	font-weight: 600;
}

.entry-categories-inner {
	padding: 1% 3%;
	justify-content: flex-start;
	align-items: center;
	margin-top: 4px;
}

.entry-categories-inner a {
	margin-top: 8px;
}

.entry-categories {
	min-height: 3vh;
	margin-bottom: 0;
}

.entry-categories a {
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	color: #E3ABAB;
	border: 1px solid #E3ABAB;
	border-radius: 24px;
	font-size: 0.8rem !important;
	padding: 2px 8px;
	margin: 1%;
	text-decoration: none;
}

.entry-categories a:hover {
	color: #E66767;
	border: 1px solid #E66767;
	text-decoration: none;
}

.entry-content p {
	font-family: "Kiwi Maru", serif;
	font-size: 1rem;
	width: 100%;
	text-align: left;
	margin: 0;
	line-height: 1.5;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	text-align: left;
	width: auto;
	font-size: 1rem;
}

.entry-content-image img {
	text-align: center !important;
}


.read-more-button-wrap {
	text-align: left;
	margin: 16px auto;
}

.entry-header {
	text-align: left;
}

.read-more-button {
	font-family: "M PLUS 1", sans-serif;
	color: #FFFEFA;
	margin-top: 16px;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 8px 32px;
	letter-spacing: 1.5px;
	background-color: #E66767;
	display: inline-block;
	border-radius: 24px;
	transform: color 0.6s ease;
	text-decoration: none;
}

.read-more-button:hover {
	background-color: #6E1919;
	text-decoration: none;
}

.nav-links {
	padding: 3%;
}

.page-numbers.current {
	background-color: #6E1919;
	color: #FFFEFA;
}

.pagination .nav-links {
	flex-wrap: nowrap;
}

.pagination a:hover {
	text-decoration: none;
}

.nav-links>* {
	margin: 0 0.5rem;
	font-size: 1rem;
}

.page-numbers {
	padding: 1%;
	color: #6E1919;
	border: 1px solid #6E1919;
}

.page-numbers.current {
	background-color: #6E1919;
	color: #FFFEFA;
}

.page-numbers.dots,
.next.page-numbers,
.prev.page-numbers {
	border: none;
}

.pagination .nav-links {
	width: 100%;
	margin: 0;
	text-align: center;
	justify-content: center;
}

.nav-prev-text,
.nav-next-text {
	display: none;
}

.main_thum,
.recommend-thumb {
	overflow: hidden;
	width: 100%;
	min-height: 220px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.main_thum img,
.recommend-thumb img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transform: scale(1);
	transition-duration: 0.5s;
}

.main_thum img:hover,
.recommend-thumb img:hover {
	transform: scale(1.2);
	transition-duration: 0.5s;
}

.wp-caption-text {
	display: none;
}

.has-normal-font-size {
	font-size: 1rem;
}

.tag_list a {
	font-family: "Kiwi Maru", serif;
	color: #E3ABAB;
	font-size: 0.9rem;
	margin-left: 8px;
}

.tag_list a:hover {
	color: #E66767;
	font-size: 0.9rem;
	margin-left: 8px;
}

.tag_single {
	display: block;
}

/* main pc */
@media screen and (min-width:769px) {
	.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		font-size: 1rem !important;
	}

	.entry-categories-inner {
		padding: 0;
	}

	.tomy_grey {
		width: 60%;
		position: absolute;
		bottom: -2%;
		right: -15%;
		z-index: -1;
	}
}

/* -------------------------
break point
---------------------------- */
@media screen and (min-width:769px) and (max-width:1200px) {
	.main_contents {
		padding: 3%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media screen and (min-width:1201px) {
	.main_contents {
		background-color: #FEFDF8;
		padding: 3%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		gap: 32px;
	}
}

/* -------------------------
main pc
---------------------------- */
@media screen and (min-width:769px) {

	.contents_wrapper {
		margin: 0 auto;
		width: 100%;
		max-width: 1440px;
		display: flex;
		justify-content: center;
		gap: 2.5em;
	}

	article {
		padding-top: 0;
	}

	.entry-categories-inner {
		margin: 0;
	}

	.prev.page-numbers,
	.next.page-numbers {
		font-size: 1.2rem;
	}

	.nav-prev-text,
	.nav-next-text {
		display: inline-block;
	}

	.nav-links>* {
		margin: 0 1rem;
		font-size: 1.2rem;
	}
}

/* -------------------------
おすすめ記事
---------------------------- */
.recommend_post {
	margin: 40px auto;
}

.post-date.meta-wrapper {
	font-family: "Kiwi Maru", serif;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #6E1919;
}

.recommend-excerpt {
	font-family: "Kiwi Maru", serif;
	font-size: 1rem;
	padding-top: 1rem;
}

.reco_title {
	font-size: 1.4rem;
	margin-bottom: 16px;
	color: #6E1919;
}

/* -------------------------
break point
---------------------------- */
@media screen and (min-width:769px) and (max-width:1200px) {

	.reco_title,
	.archive-header {
		grid-column: span 2 / span 2;
	}
}

@media screen and (min-width:1201px) {

	.reco_title,
	.archive-header {
		grid-column: 1 / 4;
		grid-row: 1 / 1;
	}
}

/* -------------------------
footer
---------------------------- */
.footer {
	background-color: #6E1919;
	color: #F4F3EF;
}

.footer p {
	font-size: 0.9rem;
}

.company_group {
	display: none;
}

.company_groupsp {
	display: block;
}

.footer_contents {
	padding: 3%;
}

.footer_name {
	display: none;
}

.footer_namesp {
	display: block;
	font-size: 1.4rem;
}

.footer_nav li {
	position: relative;
	padding: 16px 0 16px 32px;
	line-height: 1.6;
}

.footer_nav li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 1px;
	background-color: #F4F3EF;
	z-index: 2;
}

.footer_nav a {
	white-space: nowrap;
	color: #F4F3EF;
}

.footer_nav li:last-of-type {
	margin-bottom: 40px;
}

.company_groupsp {
	padding-top: 24px;
	border-top: 0.5px solid #F4F3EF;
}

.addresssp,
.timesp {
	padding-top: 8px;
}

.copy {
	width: 100%;
	text-align: right;
	margin-top: 12px;
}

/* footer pc */
@media screen and (min-width:1100px) {
	.footer_contents {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 1% 3%;
	}

	.footer_company {
		flex: 1;
	}

	.company_group {
		margin-top: 8px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 24px;
	}

	.company_groupsp {
		display: none;
	}

	.footer_nav {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		align-items: center
	}

	.footer_nav ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 24px;
		padding-top: 2%;
	}

	.footer_nav li::before {
		display: none;
	}

	.footer_name {
		display: block;
		font-size: 1.8rem;
	}

	.footer_nav li:last-of-type {
		margin-bottom: 0;
	}
}

/* -------------------------
single-blog
---------------------------- */
.page_contents {
	display: block;
}

.post_title {
	font-size: 1.2rem;
	font-weight: 600;
	background-color: #6E1919;
	color: #FEFDF8;
	text-align: left;
	padding: 16px 12px;
}

.featured-media.posthtm-media img {
	object-fit: contain;
}

.pagination-single-inner {
	background-color: #FEFDF8;
}

.previous-post,
.next-post {
	color: #6E1919;
}

.previous-post:hover,
.next-post:hover {
	color: #E3ABAB;

}

.has-subtle-background-background-color {
	background-color: #ffecec !important;
	padding: 16px 8px !important;

}

.has-subtle-background-background-color.has-background.has-normal-font-size,
.has-subtle-background-background-color.has-background {
	margin-top: 16px;
	margin-bottom: 8px;
}

.has-subtle-background-background-color strong,
.has-subtle-background-background-color p {
	color: #6E1919;
	font-size: 1.1rem;
	font-weight: 500;
}

.pagination-single-inner span {
	font-size: 0.8rem;
}

.pagination-single {
	margin-top: 0;
}

.entry-content>* {
	margin-top: 1.25em;
	margin-bottom: 0;
}


/* single-blog pc */
@media screen and (min-width:769px) {
	.post_title {
		font-size: 1.6rem;
	}

	.pagination-single-inner span {
		font-size: 1rem;
	}
}

@media screen and (min-width:1100px) {
	.entry-meta-wrapper.entry-meta {
		display: block;
	}
}

/* -------------------------
archive
---------------------------- */
.archive-header {
	background-color: transparent;
	border-bottom: 1.5px solid #6E1919;
	padding: 1rem 0 0.5rem !important;
}

.archive-title {
	font-size: 1.1rem;
	text-align: left;
	color: #8c0000;
}

/* archive pc */
@media screen and (min-width:769px) {
	.archive-title {
		font-size: 1.4rem;
	}
}