/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/
@font-face {
	font-family: "851H_kktt";
	src: url("font/851H-kktt/851h-kktt_004-webfont.eot?") format('eot'),
		url("font/851H-kktt/851h-kktt_004-webfont.woff2") format('woff2'),
		url("font/851H-kktt/851h-kktt_004-webfont.woff") format('woff');
}
@font-face {
	font-family: "eustache";
	src: url("font/eustache/Eustache-Regular.woff2") format('woff2'),
		url("font/eustache/Eustache-Regular.woff") format('woff');
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#header-box {
	background: #FFF;
}
#header {
	display: block;
}
#header #site-info {
	margin: 0 auto;
	max-width: 400px;
}
#drawernav3 ul.menu-box {
	justify-content: center;
}
#drawernav3 ul.menu-box li.menu-item a {
	color: #595959;
	font-family: "851H_kktt";
	font-size: 16px!important;
	font-weight: bold;
	letter-spacing: 0;
}
#drawernav3 ul.menu-box li.menu-item a:after {
	background-color: #3CC!important;
}
.fullscreen-mask {
	background: #000a;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2;
}

@media (max-width: 767px) {
	#header #site-info {
		max-width: 60%;
	}
	.sp-menu-box {
		background: #FFF;
		overflow: scroll;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		width: 85%;
	}
	.sp-menu-open {
		left: 3px;
		right: unset;
		top: 8px;
	}
	.sp-menu-open:after {
		-webkit-animation-name: fade-animation;
		animation-name: fade-animation;
		-webkit-animation-duration: 0.6s;
		animation-duration: 0.6s;
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		content: 'Menu';
		display: block;
		-webkit-filter: opacity(0);
		filter: opacity(0);
		letter-spacing: 1px;
		position: relative;
		text-align: center;
		-webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
		-webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
		transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
		transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
		transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
		zoom: .5;
	}
	#navtoggle:checked + .sp-menu-open {
		transform: translateX(28vw);
	}
	#navtoggle:checked + .sp-menu-open:after {
		display: none;
	}
	#navtoggle:checked ~ .sp-menu-box ~ #scroll-content {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	#navtoggle:checked ~ .sp-menu-box ~ #scroll-content ~ .fullscreen-mask {
		display: block;
		animation: opacity 1s forwards;
	}
	.sp-menu-close-text {
		color: #3B3838;
		display: block;
		font-family: "851H_kktt";
		font-size: 1.25em;
		margin-top: 1em;
		padding-left: 1em;
		text-align: center;
		width: 100%;
	}
	.sp-menu-box .sp-logo-size {
		display: block;
		margin: 1rem auto 0;
		max-width: 70%;
	}
	.sp-menu-box .sp-menu-title {
		font-family: 'eustache', sans-serif;
		margin-top: 1rem;
	}
	body#nofont-style .sp-menu-box .sp-menu-title.ef {
		color: #3B3838;
		font-family: 'eustache', sans-serif;
	}
	.sp-menu-box .fixed-content {
		height: unset;
		margin-top: .5rem;
	}
	.sp-menu-box ul.menu-box {
		height: unset;
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}
	.sp-menu-box ul.menu-box li a {
		background: #F2F2F2;
		border-radius: 0;
		font-family: "851H_kktt";
		font-size: .75em;
		line-height: 3;
		margin: 1px 0;
		padding: 0;
		text-align: center;
	}
	.sp-menu-box ul.menu-box li a:before {
		display: none;
	}
	.sp-menu-box .news-list {
		
	}
	.sp-menu-box .news-list__item {
	}
	.sp-menu-box .news-list__item > a {
		display: flex;
		margin: .5em auto;
		width: 90%;
	}
	.sp-menu-box .news-list__img {
		display: block;
		width: 30%;
	}
	.sp-menu-box .news-list__img img {
		max-width: 100%;
	}
	.sp-menu-box .news-list__item > a span {
		color: #3B3838;
		display: block;
		font-size: .8125em;
		margin-left: 1em;
		width: 70%;
	}

	.sp-sidemenu-wrapper {
		bottom: unset;
		top: 8px;
	}
	.sp-sidemenu-bg {
		bottom: unset;
		top: 28px;
	}
	.sp-sidemenu-box {
		bottom: unset;
		top: 0;
	}
	.sp-sidemenu-search {
		bottom: unset;
		right: -300px;
		top: 20vh;
	}
	.sp-sidemenu-wrapper .sp-sidemenu-btn {
		-webkit-animation-name: fade-animation;
		animation-name: fade-animation;
		-webkit-animation-duration: 0.6s;
		animation-duration: 0.6s;
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		background: transparent!important;
		border-radius: 0;
		box-shadow: none;
		-webkit-filter: opacity(0);
		filter: opacity(0);
		-webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
		-webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
		transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
		transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
		transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
		width: 36px;
	}
	#sp-sidemenu-toggle:checked ~ .sp-sidemenu-open .sp-sidemenu-btn {
		box-shadow: none;
	}
	.sp-sidemenu-wrapper .sp-sidemenu-btn:before {
		bottom: 26px;
		color: #595959;
		content: "Search";
		letter-spacing: 1px;
		position: absolute;
		right: 0;
		text-align: center;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 72px;
		zoom: .5;
	}
	.sp-sidemenu-wrapper .sp-sidemenu-btn span {
		display: none;
	}
	.sp-sidemenu-wrapper .sp-sidemenu-btn:after {
		color: #595959;
		content: "\e931";
		font-weight: normal;
		top: 8px;
		width: 36px;
	}
	.android .sp-sidemenu-wrapper input.search-text {
		margin-top: 0;
	}
}


/* 02/07 */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contents {
  margin-top: 20px;
}


/* Style sidebar */
.sidebar_style1 .widget {
  box-shadow: none;
  padding: 0;
  margin-bottom: 40px;
}

.sidebar_style1 ul {
  margin-top: 10px;
  padding-left: 30px;
}

.sidebar_style1 .wp-block-heading {
  padding: 10px;
  text-align: center;
}

.sidebar_style1 .wp-block-heading,
.sidebar_style1 .wp-block-heading .has-inline-color {
  font-size: 24px;
  color: white !important;
  background-color: #262626;
}

.sidebar-menu-item,
.wp-block-categories-list .cat-item {
  list-style-type: square;
  margin: 5px 0;
}

.sidebar-menu a,
.wp-block-categories-list a {
  font-size: 16px;
}

.logo-top-page {
  text-align: center;
  margin: 125px auto 20px;
}

.sidebar-menu .sidebar-menu-item::marker,
.wp-block-categories-list .cat-item::marker {
  font-size: 20px;
}

/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.contents-sp {
  display: block;
}

.contents-mobile,
.share-top,
.share {
  display: none;
}

.wrap {
  width: 1266px;
  margin: 0 auto;
}

#scroll-content {
  transition: 0.6s;
  position: relative;
  z-index: unset;
}

/* style list post */
.cps-post-title.entry-title {
  /* display: none; */
}

.cps-post {
  border-color: transparent;
}

.cps-post-box.hentry {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.cps-post-thumb {
  margin: 0;
}

.box-slide-post {
  color: #404040;
  margin: 50px 0 40px;
  position: relative;
}

.box-slide-post::after {
	content: '';
    position: absolute;
    top: -50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: black;
}

.box-slide-post::before {
	content: '';
    position: absolute;
    bottom: -30px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: black;
}

.box-slide-post p:has(.btn-show-more) {
  margin: 0;
}

.cps-post-main {
  padding-top: 0;
  margin: 0;
  box-shadow: none;
}

p:has(.post-list-item) {
  display: none;
}

.list-post-by-category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.list-post-by-category .post-list-item {
  width: 32%;
}

.cps-post-main .post-list-thumb {
  max-height: 136px;
}

.post-list-thumb .category-post-thumbnail-img {
  margin-bottom: 0;
  width: 100%;
  object-fit: cover;
}

.post-list-item .post-list-title.entry-title {
  margin: 0;
  background-color: transparent !important;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
}

.cps-post-main .btn-show-more {
  line-height: 28px;
  float: right;
  text-decoration: none;
  color: black;
  font-weight: 700;
  width: 280px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  padding: 5px 20px 5px 70px;
  margin-top: 10px;
  border: 1px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-show-more svg {
  width: 25px;
  height: 25px;
  will-change: unset;
}

/* Detail post */
.wp-post-image {
  margin: 0 0 20px !important;
}

/* List post latest in sidebar */
.widget_block:has(.box-latest-posts) >p:first-child {
  margin: 0;
}

.box-latest-posts .wp-block-heading {
  margin-top: 5px;
  padding: 10px 5px 5px;
  background-color: transparent;
  color: black !important;
  font-weight: 700;
  border-top: 5px solid #262626;
  font-family: serif;
}

.box-latest-posts .wp-block-heading span {
  font-weight: normal;
}

.box-latest-posts .content-latest-posts {
  padding: 0 12px;
}

.box-latest-posts .item-latest-post {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #808080;
}

a.item-latest-post:hover,
a.item-latest-post:visited {
  opacity: 0.8;
  color: #000000 !important;
}

.item-latest-post .category {
  display: inline-block;
  background: #ddd;
  font-size: 10px;
  text-align: center;
  padding: 3px 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #000;
}

.item-latest-post .date-time {
  font-size: 10px;
  font-style: italic;
}

.item-latest-post .text {
  margin-top: 6px;
}

/* New post in top page */
.box-new-post {
  margin-bottom: 30px;
}

.box-new-post p {
  padding: 0;
}

.item-new-post {
  color: #000000 !important;
  text-decoration: none !important;
}

.item-new-post .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}

.item-new-post .box-cate-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
}

.item-new-post .box-cate-date .category {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  padding: 3px 5px;
  margin-right: 5px;
  font-weight: bold;
  color: white;
  background: #0068b7;
}

.item-new-post .box-cate-date .date {
  font-size: 10px;
  color: #dddddd;
}

.box-new-post .top__postList-imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.item-new-post .content {
  padding-left: 20px;
}

/* Responsive */
@media screen and (max-width: 1366px) {
  .wrap {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    width: calc(100% - 40px);
  }

  .contents-sp {
    display: none;
  }

  #widget-tracking {
    display: block;
  }

  .contents-mobile {
    display: block;
  }

  .cps-post-main .btn-show-more {
    width: 200px;
    height: 36px;
    font-size: 14px;
    padding: 5px 10px 5px 50px;
  }

  .btn-show-more svg {
    width: 20px;
    height: 20px;
  }

  .list-post-by-category .post-list-item {
    width: calc(49% + 2px);
  }

  ul li.contact a {
    padding: 14px 30px;
  }
}



/* moi */


/* Custom Header Styles */
#main-header {
    background-color: #262626;
    color: #ffffff !important;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

.header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 24px;
    font-weight: bold;
}

.header-logo img {
    height: 60px;
    margin-right: 10px;
}

.header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

@media screen and (max-width: 767px) {
	.header-nav ul {
		display: none;
	}
}

.header-nav li {
    margin-left: 30px;
}

.header-nav a {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

#breadcrumb ul {
  margin-top: 0 !important;
}

#breadcrumb {
  background-color: #D3D3D3 !important;
}

#breadcrumb.footer_type1::after {
    background-color: #D3D3D3 !important;
	padding: 0 !important;
}

.page-top-footer {
	display: none;
}

ul[itemtype="https://schema.org/BreadcrumbList"] {
	background-color: #D3D3D3 !important;
}

ul[itemtype="https://schema.org/BreadcrumbList"] a {
    color: #000000; 
    text-decoration: none;
}

ul[itemtype="https://schema.org/BreadcrumbList"] span[itemprop="name"] {
    color: #000000; 
}

ul[itemtype="https://schema.org/BreadcrumbList"] .jic {
    color: #000000; 
}



.top-page {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-start;
}

.jobchange-text-block {
    white-space: pre-line;
    margin: 20px;
    padding: 20px;
    width: 90%;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}

.jobchange-image-overlay {
    position: absolute;
    top: 50px;
    right: 5%;
    width: 350px;
    height: auto;
    z-index: 10;
}

@media screen and (max-width: 767px) {
	.jobchange-text-block {
		font-size: 10px;
	}
	.jobchange-image-overlay {
		top: 10px;
		width: 100px; 
	}
}

@media (min-width: 1200px) {
	.jobchange-text-block {
		width: 1200px !important;
	}
}



/* footer */

#main-footer {
    background-color: #262626;
    color: #ffffff;
    padding: 30px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.footer-nav li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.footer-nav li a::before {
    content: "■";
    color: #ffffff;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-logo-area {
    margin-top: 20px;
}

.footer-logo-area a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff !important;
}

.footer-logo-area img {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.footer-logo-area span {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .footer-nav ul {
        flex-direction: column; 
        gap: 10px; 
    }

    .footer-nav li {
        margin-bottom: 5px; 
    }

    .footer-nav li a {
        padding-left: 0; 
        text-align: center; 
    }

    .footer-nav li a::before {
        content: none;
    }
}





.wp-block-search__label,
.wp-block-search__inside-wrapper {
	display: none !important;
}



.box-slide-post h2.title {
    background-color: #262626 !important; 
}


.title-show-latest {
	font-size: 30px !important;
}


.h2-style01 h2, .h2-style02 h2:before, .h2-style03 h2, .h2-style04 h2:before, .h2-style05 h2, .h2-style07 h2:before, .h2-style07 h2:after, .h3-style03 h3:before, .h3-style02 h3:before, .h3-style05 h3:before, .h3-style07 h3:before, .h2-style08 h2:after, .h2-style10 h2:before, .h2-style10 h2:after, .h3-style02 h3:after, .h4-style02 h4:before {
    background-color: #262626 !important;
}


.related-entry-section {
	display: none;
}

#prev-next {
	display: none;
}



/* style swiper start */
.toppost-list-box-simple {
  position: relative;
}

.post-list-content {
  padding: 0 10px 10px;
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  margin-right: 6px;
  width: 6px !important;
  height: 6px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black !important;
}

.box-btn-swiper {
  position: relative;
}

.swiper-btn:after {
  border: 1px solid black;
  font-size: 14px;
  background: #0000009e;
  color: white;
  padding: 5px;
}

.swiper-button-next, .swiper-button-prev {
	top: 35% !important;
}

.swiper-button-prev:after {
  left: 0;
  content: "\2190";
}

.swiper-button-next:after {
  content: "\2192";
  right: 0;
}
/* style swiper end */