@charset "utf-8";

/*
Theme Name: promotiontechnology
Description: プロモーションテクノロジーの派遣管理システムは、低価格で導入しやすい料金プランをご用意。初期費用・月額費用・カスタマイズ対応までわかりやすくご案内します。
Version: 1.0
Author: goodwave
*/

html {
	margin-top: 0;
}

a {
	color: #3c3c3c;
	text-decoration: none;
}

/* -----------------------header----------------------- */
.header__sitename {
	font-size: clamp(6px, 1.2vw, 25px);
	font-weight: 600;
    align-items: center;
    color: #fff;
}
/* -----------------------mv----------------------- */
#mainview  {
  width: 100%;
  height: 35vw;
  background: url(/img/column.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

#mainview h2 {
  position: relative;
  top: 35%;
  font-size: 6vw;
  letter-spacing: 1.5px;
  color: #fff;
  align-items: center;
  text-align: center;
}
/* ---------------------news--------------------- */
.c-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	color: #6C6C6C;
	line-height: 2;
	padding-left: 1vw;
}

.content-title, .page-title {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.45em;
	position: relative;
}

 @media screen and (max-width: 768px) {
	.content-title, .page-title {
	  font-size: 1rem;
	}
}

.content-title::before, .page-title::before {
	content: attr(data-title);
	display: block;
	margin-bottom: 0.281em;
	font-family: "Marcellus", serif;
	color: #323232;
	line-height: 0.8;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.page-title {
	padding-top: 4vw;
	margin-bottom: 6vw;
	text-align: center;
}

p.title {
	font-size: clamp(6px, 1.3vw, 20px);
	font-weight: 600;
}

.page-title::before {
	font-size: 2.8125rem;
}

@media screen and (max-width: 768px) {
	.page-title::before {
	  font-size: 1.75rem;
	}
}

@media screen and (max-width: 768px) {
	.c-breadcrumbs {
	  font-size: 0.8125rem;
	}
}

.c-breadcrumbs > li {
	display: inline-block;
	position: relative;
	font-size: clamp(5px, 1.1vw, 14px);
	letter-spacing: 1px;
	line-height: 2vw;
	align-items: center;
}

.c-breadcrumbs > li:not(:last-of-type)::after {
	content: ">";
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.home-news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: clamp(200px, 85%, 1500px);
	padding: 8vw 0 6vw;
	margin: 0 auto;
	position: relative;
}

.home-news_main {
	width: 60%;
}
  
.home-news::before {
	content: "";
	width: 100%;
	height: calc(100% - 18px);
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
  
.home-news-title {
	margin-top: 3vw;
	margin-bottom: 1.312em;
	font-size: clamp(12px, 2vw, 30px);
	font-weight: 400;
	color: #231815;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-transform: uppercase;
}
  
li.list_box {
	margin-bottom: 1vw;
	border-bottom: 1px solid #000;
}
  
ul.news-list li a {
	display: flex;
}
  
.home-news .news-list .thumbnail {
	width: 25%;
	margin-right: 2vw;
}

.home-news > p {
	min-height: 400px;
	text-align: center;
}
  
.box-white {
	padding: 60px 6.551% 92px;
	margin-bottom: 74px;
	background-color: #fff;
	border-radius: 10px;
}

.box-white_achive {
	padding: 60px 6.551% 92px;
	margin-bottom: 74px;
	background-color: #fff;
	border-radius: 10px;
}

.news-wrapper .box-white {
	background-color: #cccccc17;
	border-radius: 0px;
}

.news-wrapper .box-white_achive {
	background-color: #fff;
	border-radius: 0px;
}
  
.box-white.is-page404 {
	padding-top: 56px;
	padding-bottom: 56px;
}

.box-white_achive .is-page404 {
	padding-top: 56px;
	padding-bottom: 56px;
}
  
.text {
	font-size: 1vw;
}
  
.cat-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	color: #555555;
}

li {
	font-size: clamp(6px, 1.6vw, 20px);
    list-style: none;
}

.home-news .cat-list > li {
	min-width: 5vw;
	padding: 5px;
	margin-bottom: 0.5em;
	background-color: #f1f1f1;
	font-size: clamp(6px, 1vw, 14px);
	color: #424242;
	border-radius: 5px;
	text-align: center;
	line-height: 1;
}

.cat-list > li:not(:last-of-type) {
	margin-right: 0.923em;
}

.post-header .cat-list {
	font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
.post-header .cat-list {
	font-size: 0.8125rem;
}
}

.post-header .cat-list > li {
	padding-right: 18px;
	padding-left: 18px;
}
  
.news-list > li {
	padding-bottom: 18px;
	border-bottom: 1px solid #BABABA;
}

.news-list > li:not(:last-of-type) {
	margin-bottom: 16px;
}

.news-list a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding-left: 3.193%;
	position: relative;
}

.news-list .text {
	width: 75%;
	flex: 1 1 0;
	line-height: 1.687;
}

.news-list .date {
	font-size: clamp(6px, 1.2vw, 18px);
	font-weight: 500;
	color: #808080;
}

.news-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.news-wrapper .box-white {
	padding: 4vw 0;
	margin: 6vw 0;
}

.news-wrapper .main-content {
	width: 61.551%;
}

.home-news .sidebar {
    width: 30%;
}

.news-wrapper .sidebar {
	width: 32.931%;
}
  
.news-title {
	margin-bottom: 1em;
	font-size: clamp(10px, 2vw, 24px);
	font-weight: 500;
	line-height: 2.25;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.news-list a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #E5E5E5 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
	.news-title {
	  font-size: clamp(6px, 7vw, 28px);
	}
}
  
.wp-pagenavi {
	display: flex;
	justify-content: flex-end;
	margin-top: 42px;
}

.wp-pagenavi span, .wp-pagenavi a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #444444;
	font-size: 0.9375rem;
	font-weight: 500;
	transition: 0.3s ease-in;
}

.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
	margin-right: 2.622%;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi span, .wp-pagenavi a {
	  font-size: 0.875rem;
	}
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover {
	background-color: #1576BE;
	color: #FFFFFF;
}

.wp-pagenavi span.current {
	background-color: #1576BE;
	color: #FFFFFF;
}

.wp-pagenavi a {
	color: #666666;
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
	width: auto;
	padding: 5px 1.2em;
}
  
.sidebar .box-white {
	padding-right: 8.376%;
	padding-left: 8.376%;
}

.sidebar .item {
	padding: 0 3.773%;
	padding-bottom: 36px;
}

.sidebar .item:not(:last-of-type) {
	border-bottom: 1px solid #BABABA;
	margin-bottom: 42px;
}

.sidebar-list {
	padding: 0 7.718%;
	font-weight: 500;
	color: #555555;
}

.sidebar-list a {
	display: inline-block;
	padding-right: 1em;
	line-height: 2.562;
}

.sidebar-list a::before {
	content: "-";
	display: inline-block;
	margin-right: 0.5em;
}
  
.post .box-white {
	padding-right: 5.882%;
	padding-left: 5.882%;
}

.post-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
	font-size: 0.875rem;
	color: #555555;
}

.post-header time {
	margin-left: .5vw;
	margin-bottom: .5vw;
}

.post-header .cat-list {
	font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
	.post-header .cat-list {
	  font-size: 0.8125rem;
	}
}

.post-header .cat-list > li {
	padding-right: 18px;
	padding-left: 18px;
}

.post-title {
	position: relative;
	left: 0;
	color: #3c3c3c;
	margin: 0 0 2.5vw 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.468;
	z-index: 0;
}

@media screen and (max-width: 768px) {
	.post-title {
	  font-size: 1.375rem;
	}
}

.post-wrapper {
	line-height: 1.75;
	letter-spacing: 0.11em;
}

.post-wrapper > * {
	margin-bottom: 36px;
}

.post-wrapper h2 {
	padding-left: 1.166em;
	margin-bottom: 1.5em;
	border-left: 3px solid #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

  @media screen and (max-width: 768px) {
	.post-wrapper h2 {
	  font-size: 1.125rem;
	}
}

.post-wrapper h3 {
	padding: 10px 4.444%;
	margin-bottom: 1.318em;
	background-color: #E2EBEF;
	border-radius: 10px;
	font-size: 1.375rem;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.post-wrapper h3 {
	  font-size: 1rem;
	}
}

.post-wrapper .images-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-wrapper .images-wrapper.col2 {
	margin-bottom: 0;
}

.post-wrapper .images-wrapper.col2 > a {
	width: 47.46%;
	margin-bottom: 36px;
}

.post .eyecatch {
	height: 0;
	padding-top: 59.841%;
	position: relative;
	overflow: hidden;
}

.post .eyecatch img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
  
.lb-outerContainer {
	background-color: transparent;
}
  
.lightbox .lb-image {
	border: none;
}
  
.page-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
	margin-top: 28px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	font-size: 0.875rem;
	font-weight: 500;
	color: #666666;
}

@media screen and (max-width: 768px) {
	.page-nav {
	  font-size: 0.8125rem;
	}
}

.page-nav > li {
	min-width: 5em;
}

.page-nav > li:first-of-type a::after {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
}

.page-nav a {
	display: inline-block;
	min-width: 5em;
	padding: 5px 14px;
	position: relative;
}

  .page-nav a.to-archive {
	font-weight: bold;
	color: #333;
}

.page-nav a.to-archive::after {
	content: none;
}

.page-nav a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}

.inner.is-small {
    margin: 5vw 3vw 6vw;
}

.news-wrapper h2 {
    font-size: clamp(6px, 2.5vw, 24px);
}

.news-wrapper .news-list .thumbnail {
    width: 25%;
    margin-right: 2vw;
}
/* -----------------------none---------------------- */
@media (min-width: 500px) {

}

/* --------------------------------------------------------Mobile------------------------------------------------------- */
@media (max-width: 500px) {

/* ヘッダー自体は最前面のスタック（固定ヘッダー） */
.header{
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 1000;         /* 基準：ヘッダー > ドロワー */
}

/* ヘッダー内の表示要素（ロゴ行・グロナビ）はドロワーより前面 */
.header__title,
.header__nav{
  position: relative;
  z-index: 2;            /* ← ドロワーより上に */
}

/* ハンバーガー（Xボタン）はさらに上（タップ優先） */
.drawer__button{
  position: relative;     /* 既存でOKなら省略可 */
  z-index: 3;
}

/* ====== ドロワー（headerの子のまま）を背面に ====== */
.drawer__nav{
  position: fixed;        /* 画面全体を覆う */
  inset: 0;
  z-index: 1;             /* ← ヘッダー(1000)より下、同親内でも .header__title/.header__nav より下 */
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}

/* 開いたとき */
.drawer__nav.active{
  opacity: 1;
  visibility: visible;
}

/* パネル本体（右からスライド） */
.drawer__nav__inner{
  width: 80%;
  height: 100%;
  margin-left: auto;
  background: #4057d7;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(.77,0,.175,1);
  padding: calc(var(--header-h, 64px) + 12px) 4vw 4vw; /* ヘッダーの下から始まるように */
}

.drawer__nav.active .drawer__nav__inner{
  transform: translateX(0);
}

/* メニュー基本 */
.drawer__nav__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.drawer__nav__item{width:100%}
.drawer__nav__link{display:block;color:#fff;text-decoration:none;padding:2.5vw 1vw;border-bottom:1px solid #fff}
.drawer__nav__item--cta .drawer__nav__link{padding:0;border-bottom:none}
.drawer__nav__item--cta img{display:block;width:90%;margin:4vw auto;height:auto}

/* 背景スクロール抑止（任意） */
body.active{overflow:hidden;height:100%}


.header__sitename {
	font-size: 3vw;
    align-items: center;
    color: #fff;
}

/* -----------------------mv----------------------- */
#mainview  {
height: 50vh;
  background: url(/img/column_sp.webp);
  background-position-y:  15vw;
  background-size: cover;
  background-repeat: no-repeat;
}

#mainview h2 {
  font-size: 8vw;
   top: 45%;
}

.c-breadcrumbs > li {
    font-size: 3vw;
    line-height: 6vw;
}  
/* ---------------------news--------------------- */
main.main {
	margin-top: 18vw;
}

.home-news {
	width: 94%;
	padding: 0;
	margin: 10vw auto;
}

.home-news {
	flex-direction: column;
}

.home-news_main {
    width: 100%;
}

.home-news .sidebar {
    width: 100%;
}
  
.home-news-title {
	margin-top: 6vw;
	margin-bottom: 4vw;
	font-size: 20px;
}

.home-news .news-list .thumbnail,
.news-wrapper .news-list .thumbnail {
    width: 40%;
    margin-right: 4vw;
}

.news-list .date {
    font-size: 3vw;
}

.news-list .text {
    width: 60%;
}

p.title {
    font-size: 3.6vw;
}

ul.news-list {
	padding: 0;
}
  
li.list_box {
	margin-bottom: 14px;
}
  
ul.news-list li a {
	display: flex;
}

.home-news .cat-list > li {
	font-size: 2vw;
	min-width: 12vw;
}
  
.home-news .news-list {
	width: 100%;
	margin-left: 0;
}
   
.news-list {
	width: 114.678%;
	margin-left: -7.339%;
}

.news-list a {
	padding-right: 2vw;
	padding-left: 2vw;
}

.news-list a::after {
	right: 5.333%;
}
  
.text {
	font-size: 14px;
}

.news-wrapper .box-white {
    margin-bottom: 40px;
}

.news-wrapper .main-content, .news-wrapper .sidebar {
    width: 100%;
}

.news-list {
    width: 100%;
    margin-left: 0;
}

li {
    font-size: 4vw;
}

.news-list a::after {
	right: 5.333%;
}

.box-white {
   padding: 16vw 0 8vw;
   margin-bottom: 0;
}

.box-white_achive {
    width: 8vw 0;
    padding: 60px 0 92px;
	margin-bottom: 0;
}

.news-wrapper h2 {
	font-size: 7vw;
}

.page-nav {
    width: 104%;
    padding: 10px 0;
    margin-left: -2%;
}

.page-nav a {
    padding: 5px 8px;
}

.page-nav a.to-archive {
    padding: 5px 0;
}


}