@charset "utf-8";
/*
Theme Name:  ORIGINAL
Description:  VENIRオリジナルテーマ
Author:  VENIR
*/

/* ----------------------- Browser Default Initialization */
html {
	//overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
	border:none;
}
legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: normal; /*禁則処理*/
}
br {
	letter-spacing: 0; /*ie対策*/
}
.clear {
	clear:both;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family:myriad-pro,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#fff;
	color:#000;
	line-height: 2.2;
}
html { font-size: 62.5%; }
body { font-size: 13px; font-size: 1.3rem;

 }

/*html:66irst-child body { font-family:'Hiragino Mincho Pro';} safari only*/



/*リンクカラー
-----------------------------------------*/
a {
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:active {
	color:#000;
}


/*コンテンツ
-----------------------------------------*/
#container {
	width:1130px;
	margin:0 auto 0 auto;
	padding-top: 150px;
}
#header {
	position:fixed;
	z-index:1000;
	top: 0;
	left: 0;
	background-color:#fff;
	width:calc(100% - 80px);
	margin: 0;
	padding: 20px 40px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
h1 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
h1 a {
	color: #333;
}
#header p{
	padding-top:5px;
}
#header p{
	font-size: 80%;
}
ul#navi {
	letter-spacing: 0.1em;
	display: flex;
}
ul#navi li{
	margin-left:30px;
	font-weight: 300;
	cursor: pointer;
}
ul#navi li a{
	color: #333;
}

ul#navi li:hover{
	border-bottom: 1px solid #888;
}

#header p{
	float:right;
}

.column-wrapper,
.works-sort-wrapper {
	width: 1050px;
	margin: 0 40px 40px 40px;
    padding-top: 50px;
}

.page.works-sort-wrapper {
	padding-top: 0;
}

.page.works-sort-wrapper h2 {
	margin-bottom: 20px;
}

h2.mid {
	font-size: 180%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}

#column h2.mid,
#works h2.mid {
	margin-top: 50px;
}

#slide_box {
	width:1050px;
	margin:0 40px 75px 40px;
	position: relative;
}

#slide_box .swiper-container {
	width: 100%;
	height: 100%;
}

#slide_box .swiper-slide {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#slide_box .swiper-slide .info-box {
	width: calc(100% - 450px);
}

#slide_box .swiper-slide .info-box .tag-title {
	color: #999;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	margin-bottom: 3px;
	transition: .3s ease;
	display: flex;
}

#slide_box .swiper-slide .info-box h2 {
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: 1.75;
	font-weight: normal;
	color: #333;
	margin-top: 12px;
	margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#slide_box .swiper-slide .info-box p {
	color: #333;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	transition: .3s ease;
	line-height: 1.5;
	margin-right: 20px;
}

#slide_box .swiper-slide:hover .info-box .tag-title,
#slide_box .swiper-slide:hover .info-box p {
	color: #333;
	transition: .3s ease;
}

#slide_box .swiper-slide img{
	width: 100%;
	object-fit: cover;
}

#slide_box .swiper-pagination {
  position: absolute;
  top: 345px;
  right: 0;
  margin: 0 auto;
  z-index: 150;
}

#slide_box .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 40px;
	height: 1px;
  border-radius: 0;
  background-color: rgb(180,180,180);
  margin-left: 15px;
  opacity: 1.0;
}

#slide_box .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 40px;
	height: 10px;
  border-radius: 0;
  background-color: transparent;
  margin-left: 15px;
  opacity: 1.0;
  position: relative;
  overflow: hidden;
}

#slide_box .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0;
  background-color: transparent;
  opacity: 1.0;
}

#slide_box .swiper-pagination-clickable .swiper-pagination-bullet:before {
	content: '';
	width: 100%;
	height: 1px;
  background-color: rgb(180,180,180);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
}

@keyframes borderMove {
0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

#slide_box .swiper-pagination-clickable .swiper-pagination-bullet:after {
	content: '';
	width: 100%;
	height: 1px;
  background-color: rgb(200,200,200);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 20;
}

#slide_box .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: translateX(-100%);
  background-color: rgb(30,30,30);
  animation: borderMove 9.5s linear;
}

ul#slide2 {
	margin-top:50px;
}
#gallery_box {
	//border:1px solid brown;
	/*padding-top:80px;*/
	margin:0 15px 50px 15px;
}
ul#gallery, ul#gallery_cate {
	float:left;
	width:1100px;
	margin-top:0 auto 0 auto;
	//border:1px solid orange;
}
ul#gallery li, ul#gallery_cate li{
	float:left;
	margin:0 25px 50px 25px;
	font-size:1%;/*ie7,8対策*/
	line-height:0;/*ie7,8対策*/
}
ul#gallery_cate {
	margin-top:20px;
}

.table-.is-style-stripes tr:nth-of-type(odd) {
	background-color: rgb(246,246,245);
}

.table-.is-style-stripes tr td {
	padding: 15px 30px;
}

.table-.is-style-stripes tr td:nth-of-type(odd) {
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
}

.concept-intro {
	width: 1100px;
	margin:130px 40px 30px 40px;
}

.concept-intro h3 {
	font-size: 180%;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: normal;
}

.company-wrapper .cat-list,
.concept-intro .cat-list {
	display: flex;
	margin-top: 40px;
	margin-bottom: 50px;
}

.company-wrapper .cat-list a,
.concept-intro .cat-list a {
	margin-right: 110px;
	position: relative;
}

.company-wrapper .cat-list a:nth-last-of-type(1),
.concept-intro .cat-list a:nth-last-of-type(1) {
	margin-right: 0;
}

.company-wrapper .cat-list a::after,
.concept-intro .cat-list a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right:-30px;
	transition: right .3s ease;
}

.company-wrapper .cat-list a:hover::after,
.concept-intro .cat-list a:hover::after {
	right: -40px;
}

.company-wrapper .cat-list a span,
.concept-intro .cat-list a span {
	font-size: 1.5em;
	color: #333;
}

.column-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.column-list a {
	width: calc((100% / 3) - 30px);
	display: block;
	color: #333;
}

.column-list a img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.column-list a h2 {
	font-size: 1.6rem;
	font-weight: normal;
}

.column-list a .cat {
	margin-bottom: 10px;
}

.column-list a .cat span {
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 20px;
}

.column-list a p {
	font-size: 1.1rem;
	line-height: 1.75;
}

#content {
	width:1050px;
	margin:0 40px 0 40px;
}
#content .post img{
	display: block;
    margin: 0 auto 15px;
}
#foot {
	width:100%;
	padding: 20px 0 30px;
	margin:100px 0 0;
	text-align: center;
}

#foot p{
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: #999;
}

#page_top {
	position: fixed;
	right: 40px;
	bottom: 20px;
	z-index: 1000;
}

/*記事内の画像
-----------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto 0 auto;
}
.alignright {
	float:right;
	margin:25px 0 20px 35px;
}
.alignleft {
	float:left;
	margin:25px 35px 20px 0;
}
.wp-caption {
	text-align:center;
}

.size-original_thumb_crop {
	float:left;
	margin:25px 0 20px 0;
}
/*投稿ページ
-----------------------------------------*/
ul.post-categories {
	float:left;
}
ul.post-categories li {
	float:left;
	margin-right:10px;
}

.post .title-wrapper {
	margin-bottom: 100px;
}

.post h2, .post h3 {
	color:#000;
	font-weight:normal;
}
.post h2 {
	width: 80%;
	font-size:200%;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-bottom: 15px;
}
.post .page-kinds {
	font-size: 1.2rem;
	color: #999;

}
.post h3,
.works-sort-wrapper h3 {
	font-size:100%;
	color:#999;
	font-weight:normal;
	margin-bottom: 10px;
}
.post h3 a,
.works-sort-wrapper h3 a {
	margin-right: 30px;
	color: rgb(200,200,200);
}

.post h3 a.current,
.post h3 a:hover,
.works-sort-wrapper h3 a:hover {
	color: #333;
}

.works-sort-wrapper h3 {
	margin-top: 10px;
}

.works-sort-wrapper h3 a {
	margin-right: 15px;
}

.tag-list {
	font-size: 1.3rem;
	color: rgb(200,200,200);
	margin-bottom: 20px;
}

.post .tag-list a {
	letter-spacing: 0.1rem;
}

.works-sort-wrapper .tag-list span a {
	color: #333;
	letter-spacing: 0.1rem;
}

.post .tag-list a:not(:nth-child(1)):before{
	content: '|';
	font-size: 0.8em;
	margin:0 5px;
}

.works-sort-wrapper .tag-list span:not(:nth-child(1)):before{
	content: '|';
	font-size: 0.8em;
	margin:0 15px;
}

/*ブログ
-----------------------------------------*/
#blog_post {
	color:#000;
	float:right;
	width:840px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#blog_post h2, #blog_post h3 {
	color:#999;
	font-weight:normal;
	line-height: 1em;
}
#blog_post h2 {
	font-size:160%;
	margin:2px 0 7px 0;	
}
#blog_post h3 {
	margin-bottom:20px;
}
#page_link {
	margin:30px 0 10px 0;
}
/*サイドバー
-----------------------------------------*/
#sidebar {
	float:left;
	line-height:200%;
}
#sidebar h3 {
	font-weight:normal;
	font-size:120%;
	color:#999;
	margin-bottom:3px;
}
#sidebar ul {
	margin-bottom:40px;
}


/*company
-----------------------------------------*/
.company-wrapper h2 {
	font-size: 180%;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
}

.company-wrapper h3 {
	font-size: 200%;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
}

.company-wrapper h4 {
	font-size: 120%;
	font-weight: normal;
}

.company-wrapper .section-container {
	margin-bottom: 120px;
}

.company-wrapper .vision-image {
	width: 100%;
	margin-top: 40px;
}

.company-wrapper .tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 50px;
}

.company-wrapper .tag-list a {
	margin-right: 40px;
	line-height: 1.25;
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
	font-size: 155%;
	color: #333;
	font-weight: bold;
}

.company-wrapper.post .tag-list a:not(:nth-child(1)):before {
	display: none;	
}

.company-wrapper .tag-list a p {
	font-size: 0.6em;
	letter-spacing: 0;
	color: #999;
	font-weight: normal;
}

.company-wrapper .tag-list a span {
	font-weight: normal;
}

.company-wrapper .tag-list a:hover {
	opacity: 0.5;
}

/*.company-wrapper .cat-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 50px;
}

.company-wrapper .cat-list a {
	line-height: 1.25;
	letter-spacing: 0.1rem;
	margin-bottom: 25px;
	font-size: 165%;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.company-wrapper .cat-list a span {
	width: 190px;
}

.company-wrapper .cat-list a p {
	font-size: 0.8em;
	letter-spacing: 0;
	color: #999;
	font-weight: normal;
	padding-left: 110px;
	position: relative;
	margin-bottom: 5px;
}

.company-wrapper .cat-list a p::after {
	content: '';
	width: 90px;
	height: 1px;
	background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGklEQVQYV2OcOXPmfwYGBob09HRGEA0C2MQA0PIIAqbRR6kAAAAASUVORK5CYII=
   ) repeat;
	top: 0;
	left: 10px;
	bottom: 0;
	position: absolute;
	margin: auto 0;
}

.company-wrapper .cat-list a:hover {
	opacity: 0.5;
}*/

.member-lst {
	width: 1150px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.member-lst .box {
	width: calc((100% / 5) - 30px);
	margin: 0 30px 40px 0;
}

.member-lst .box:nth-of-type(5n) {
	margin-right: 0;
}

.member-lst .box img {
	width: 75%;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 25px;
}

.member-lst .box h4,
.member-lst .box p {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: 1.75;
	margin-bottom: 15px;
}

.member-lst .box h4 span{
	font-size: 0.7em;
}

.member-lst .box p {
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
	line-height: 1.5;
}

.company-profile-container h4 {
	line-height: 1.75;
	margin-top: 40px;
	margin-bottom: 20px;
}

.office-conatiner {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}

.office-conatiner .office-info {
	width: calc(45% - 50px);
	margin-right: 50px;
}

.office-conatiner .office-info h4 {
	line-height: 1.75;
	margin-bottom: 20px;
}

.office-conatiner .office-image {
	width: 55%;
}

.office-conatiner .office-image img {
	width: 100%;
}

.office-conatiner .office-image p {
	margin: 5px 0 20px;
	text-align: right;
}

.links-container {
	display: flex;
}

.links-container a {
	width: 250px;
	margin-right: 80px;
}

.links-container a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.recruit-page h4 {
	text-decoration: underline;
	text-underline-offset: 0.4em;
	margin-bottom: 10px;
}

dl {
	display: flex;
}

dt {
	width: 100px;
}