@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
}

a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}

a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}

figure {
  text-align: center;
}

img {
  height: auto;
  margin: 0 auto;
}

a, a:visited {
  text-decoration: none;
}

.pc{
	display:block;
}
.mobi{
	display:none;
}
.txt {
  margin-top: 10px;
}

.header {
  color: #fff;
  background: #003c9f;
}

.headerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
}
.header_img_wrap img{
	width:100%;
}
#single .header_img_wrap {
  margin-bottom: 100px;
}

.headerWrap {
  display: flex;
}

.headerWrap a {
  align-items: center;
  color: #fff;
}

.siteName {
  margin-top: 20px;
}

.siteName a {
  display: flex;
}

.headerWrap .logo {
  margin-right: 20px;
}

.headerWrap .logo+p {
  font-size: 16px;
  font-weight: normal;
}

.footer {
  margin-top: 150px;
  color: #fff;
  background: #003c9f;
}

.footer .content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}

.footer a {
  color: #fff;
}

.footer .siteName a {
  display: block;
}

.footer_top {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #01245d;
}

.footer_top .part1 {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 0;
}

.footer_top .part1 .txt {
  font-size: 25px;
  margin-right: 30px;
}

.footer_top .part1 .tel {
  font-size: 38px;
  padding-left: 1em;
}
.footer_top .part1 .tel_part{
	 position:relative;
	padding-top:20px;
}
.footer_top .part1 .tel:before {
	content: "ホームページを見たとお伝えください";
    white-space: pre;
    position: absolute;
    top: 0;
    left: 8px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: auto;
}


[class*='ico_footer'] {
  position: relative;
}

[class*='ico_footer']::before {
  position: absolute;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ico_footer01::before {
  top: 10px;
  left: -1em;
  width: 31px;
  height: 38px;
  background-image: url(/wp-content/themes/space-enterprise-sales/images/ico_tel_footer_contact.png);
}

.ico_footer02::before {
  top: calc(50% - 15px);
  left: -35px;
  width: 30px;
  height: 31px;
  background-image: url(/wp-content/themes/space-enterprise-sales/images/ico_footer02.png);
}

.ico_footer03::before {
  top: calc(50% - 15px);
  left: -40px;
  width: 35px;
  height: 30px;
  background-image: url(/wp-content/themes/space-enterprise-sales/images/ico_footer03.png);
}

.footer_top .time {
  font-size: 15px;
}
.footer_top .time.s{
	display:none;
}
.footer_top .part2, .footer_top .part3 {
  font-size: 20px;
  width: 50%;
  padding-top: 44px;
  padding-bottom: 46px;
  text-align: center;
  border-left: solid 1px #fff;
}

.footer_top .part3 {
  padding-left: 30px;
}

.footer_mid .content_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer_mid .contact_link a {
  position: relative;
  display: inline-block;
  padding: 8px 60px 10px;
  border: solid 1px #fff;
}

.footer_mid .contact_link a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  display: block;
  width: 10px;
  height: 18px;
  content: '';
  background: url(/wp-content/themes/space-enterprise-sales/images/ico_arrow_footer_contact.png);
  background-position: left top;
  background-size: 100% 100%;
}

.footer_btm {
  border-top: solid 1px #fff;
}

.footer_btm .content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer_btm .content_wrap .txt_wrap span {
  display: inline-block;
  width: 4em;
}

.footer_banner{
    max-width:320px;
    margin:0 auto 70px auto
}

.footer .copy {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #333;
  background: #fff;
}


/*---------- nav ----------*/

.p-hamburger {
  visibility: hidden;
}

.nav>div {
  display: flex;
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nav li {
  font-size: 17px;
  display: flex;
  flex-flow: column;
  margin-right: 50px;
  list-style: none;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li a {
  color: #fff;
}

.nav li a>span {
  font-size: 12px;
}


/*---------- main ----------*/

.content_wrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.h2_ttl {
  font-size: 38px;
  text-align: center;
  color: #b29700;
	font-weight:600;
}

.h2_sub_ttl {
  font-size: 18px;
  text-align: center;
}

.page_title {
  font-size: 38px;
  text-align: center;
  color: #b29700;
	font-weight:600;
}

.page_title_ja {
  font-size: 18px;
  text-align: center;
}


/*---------- archive-performance ----------*/

.section_wrap .performance_cat_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
}

.section_wrap .performance_cat_list_item {
  width: 220px;
  margin-top: 50px;
  margin-right: 20px;
}

.section_wrap .performance_cat_list_item:last-child {
  margin-right: 0;
}

.section_wrap .performance_cat_list_item a {
  font-style: 25px;
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 9px;
  text-align: center;
  color: #b29700;
  border: solid 1px #b29700;
}

.section_wrap .performance_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1200px;
  margin: 20px auto 0;
}

.performance_list_item {
  width: 390px;
  margin-top: 80px;
  margin-right: 15px;
}

.performance_list_item {
  width: 390px;
  margin-top: 80px;
  margin-right: 15px;
}

.performance_list_item:nth-child(3n) {
  margin-right: 0;
}

.performance_list_item .ttl {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  color: #333;
}

.performance_list_item .option {
  display: flex;
  margin-top: 5px;
}

.performance_list_item .category {
  font-size: 15px;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  padding: 2px 10px 3px;
  color: #fff;
  background: #b29700;
}


/*---------- page-nation ----------*/

.pagination, .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0;
}

.pagination .page-numbers, .nav-links .nav-previous a, .nav-links .nav-next a {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  color: #fff;
  background: #b29700;
}

.pagination .page-numbers.current {
  background: #806c00;
}


/*---------- single  ----------*/

#single .contentWrap {
  margin: 0 auto;
}

#single .side_widget {
  margin-top: 50px;
}

#single .contentWrap .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#single .contentWrap .menu a {
  display: inline-block;
  width: 180px;
  margin-right: 30px;
  padding: 4px 0 6px;
  list-style: none;
  text-align: center;
  color: #fff;
}

#single .cat_all a {
  background: #ccc;
}

#single .cat_news a {
  background: #d83a00;
}

#single .cat_blog a {
  background: #00d8d8;
}

#single .cat_voice a {
  background: #2684be;
}

#single .screen-reader-text {
  display: none;
}

#single .news_list {
  width: 900px;
  margin: 100px auto 0;
}

#single .news_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #707070;
}

#single .news_list_item .img_wrap {
  width: 40%;
}

#single .news_list_item .img_wrap img {
  height: auto;
}

#single .news_list_item .txt_wrap {
  width: 60%;
  margin-left: 20px;
}

#single .option {
  font-size: 18px;
  display: flex;
  align-items: center;
}

#single [class*='category_'] {
  font-size: 15px;
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 1px 5px 2px;
  color: #fff;
}

#single .category_info {
  background: #d83a00;
}

#single .category_blog {
  background: #00d8d8;
}

#single .category_voice {
  background: #2684be;
}

#single .ttl, #single .lead {
  margin-top: 15px;
}

#single .news_list_item .ttl a {
  color: #333;
}

#single .post_item {
  width: 900px;
  margin: 100px auto 0;
}

#single .post_item .txt_wrap {
  margin-top: 50px;
}


/*---------- column  ----------*/

.column .section_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: 100px auto 0;
}

.column .column_list {
  box-sizing: content-box;
  width: 100%;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  /*border-right: solid 1px #707070;*/
}

.column .column_list_item {
  margin-top: 80px;
	display:flex;
	align-items:center;
	flex-wrap:nowrap;
	border-bottom: solid 1px #707070;
	padding-bottom:50px;
}
.column .column_list_item .img_wrap{
	width: 40%;
}
.column .column_list_item .txt_wrap{
	width: 55%;
	margin-left:5%;
}
.column .column_list_item:first-child {
  margin-top: 0;
}

.column .column_list_item a {
  color: #333;
}

.column .column_list_item .date {
  font-size: 18px;
  margin-top: 30px;
}

.column .column_list_item .ttl {
  font-size: 25px;
  margin-top: 10px;
  color: #333;
}

#single .column .side_widget {
  width: 335px;
  margin-top: 0;
}

.single_performance_wrap.section_wrap {
  width: 1000px;
  margin: 50px auto 0;
}

.single_performance_wrap .table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}

.single_performance_wrap .table tr {
  border-top: solid 1px #707070;
}

.single_performance_wrap .table tr:last-child {
  border-bottom: solid 1px #707070;
}

.single_performance_wrap .table th {
  width: 225px;
  background: #f7f7f7;
}

.single_performance_wrap .table th, .single_performance_wrap .table td {
  padding: 20px 30px;
}

.pcContent {
  display: block!important;
}

.spContent {
  display: none!important;
}
/*インナー幅*/
@media only screen and (max-width: 1400px) {
	.headerWrap{
		width:100%;
		max-width:1200px;
		padding-left:0;
		padding-right:0;
		flex-wrap:wrap;
		padding-top:10px;
		padding-bottom:10px;
	}
	.nav li{
		font-size:16px;
	}

	.content_wrap,
	.block_wrap,
	.section_wrap .performance_list,
	.column .section_wrap,
	.column-article-wrap{
		width:calc(100% - 20px) !important;
		padding-left:10px;
		padding-right:10px;
	}

	.performance_list_item{
		width:31%;
	}
  .footer .content_wrap {
      flex-wrap: wrap;
	  justify-content:space-between;
	  padding-left:10px;
	  padding-right:10px;
	  width:100%;
	  max-width:1200px;
  }
	.footer_mid .contact_link a{
		display:block;
		margin-top:30px;
	}
	.footer_top .part1 .tel{
		font-size:35px;
	}
}
@media only screen and (max-width: 1199px) {
	.headerWrap{
		justify-content:center;
	}
}
@media only screen and (max-width: 1000px) {

  .single_performance_wrap.section_wrap {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .single_performance_wrap .table {
    border-right: solid 1px #333;
    border-left: 1px solid #000;
  }
  .single_performance_wrap .table th {
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #333;
  }
  .single_performance_wrap .table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
	.pagination, .nav-links{
		margin:50px auto 0;
	}

}

@media only screen and (max-width: 900px) {
  #single .post_item {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
	.pc{
		display:none !important;
	}
	.mobi{
		display:block !important;
	}
  .content_wrap {
    width: 100%;
  }
  .headerWrap {
      width: 100%;
	  padding:20px 10px;
  }
	.siteName{
		margin-top:0;
		margin-right:auto;
	}
	.top_section1 {
		/*height:calc(100vh - 88px) !important;
		position:relative;*/
	}
	.footer_banner {
   		margin: 30px auto 50px auto;
	}
	.footer_btm .content_wrap{
		padding-top:0;
	}
	.footer_btm .siteName{
		margin-bottom:20px;
		padding-left:10px;
	}
	.footer_btm .logo{
		width:170px;
	}
	.footer_btm .txt_wrap{
		padding-left:10px;
		padding-right:10px;
	}

  .footer_top .part1 {
	  width:46.33333%;
	  justify-content: center;
	  text-align: center;
	  display:block;
  }
	.footer_top .part2{
		width:26%;
	}
	.footer_top .part3{
		width:26%;
		padding-left:0;
	}
	.footer_top .part1 .txt{
		display:none;
	}
	.ico_footer01::before{
		top:5px;
		width:15px;
		height:18px;
	}
	.footer_top .part1 .tel{
		font-size:18px;
	}
	.footer_top .time{
		font-size:12px;
	}
	.footer_top .part2, .footer_top .part3{
		font-size:14px;
		padding-top: 17px;
    	padding-bottom: 4px;
	}
	.footer_top .part1 .tel:before {
    	font-size: 2.5vw;
		top:5px;
		left:0;
	}
	.ico_footer03::before {
		top: -20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 17px;
		height: 15px;
	}
	.ico_footer02::before {
    	top: -20px;
		left: 0;
    	right: 0;
    	margin: auto;
    	width: 15px;
   		height: 15px;
	}
  .footer_mid .content_wrap {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .footer_btm {
    border-top: none;
  }
  /*---------- nav ----------*/
  .c-button {
    position: fixed;
    z-index: 100;
    top: 20px;
    right: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p-hamburger {
    visibility: visible;
    width: 48px;
    height: 48px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #fff;
    outline: none;
    background: #003c9f;
    box-shadow: 0 0 2rem transparent;
  }
  .p-hamburger:hover, .p-hamburger:focus {
    box-shadow: 0 0 .5rem rgba(255, 255, 255, .5);
  }
  .p-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #fff;
  }
  .p-hamburger__line::before, .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
    background-color: inherit;
  }
  .p-hamburger__line::before {
    top: -5px;
  }
  .p-hamburger__line::after {
    top: 5px;
  }
  .p-hamburger[aria-expanded='true'] .p-hamburger__line {
    background-color: transparent;
  }
  .p-hamburger[aria-expanded='true'] .p-hamburger__line::before, .p-hamburger[aria-expanded='true'] .p-hamburger__line::after {
    top: 0;
    background-color: #fff;
  }
  .p-hamburger[aria-expanded='true'] .p-hamburger__line::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-hamburger[aria-expanded='true'] .p-hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .u-visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    clip-path: inset(50%);
  }
  .headerWrap .nav li a span {
    display: none;
  }
  .header .nav .contact {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgba(23, 28, 61, .8);
  }
  .header .nav .contact p {
    display: none;
  }
  .header .nav>div[class^='menu'] {
    position: fixed;
    z-index: 1;
    top: -100vh;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    transition: all .5s ease-in-out;
    background: #003c9f;
  }
  .header .nav>div[class^='menu'].show {
    top: 0;
    visibility: visible;
    transition: all .5s ease-in-out;
  }
  .header .nav ul {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header .nav li {
    font-size: 1.2em;
    line-height: 3;
    margin: 0 auto;
  }
  .footer .nav ul {
    display: none;
  }
  .section_wrap .performance_list {
    flex-wrap: wrap;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section_wrap .performance_list li {
    width: 49%;
    margin-right: 2%;
  }
  .section_wrap .performance_list li:nth-child(2n) {
    margin-right: 0;
  }
  .column .section_wrap {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column .column_list {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  #single .contentWrap .menu li:nth-child(2),
  #single .contentWrap .menu li:nth-child(4){
    margin-left: 10px;
  }
  #single .contentWrap .menu li a {
    width: 100%;
  }
  #single .news_list {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pcContent {
    display: none!important;
  }
  .spContent {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
	
	.h2_ttl,
	.page_title{
		font-size:30px;
	}
	.column-article-wrap .title-wrap,
	#single h2.ttl{
		font-size:20px !important;
	}
	.performance_list_item .ttl,
	.column .column_list_item .ttl,
	#single .news_list_item .ttl a
	{
		font-size:16px !important;
	}
	#single .option{
		font-size:14px;
	}
	#single .header_img_wrap{
		margin-bottom:50px;
	}
	.column-article-wrap .title-wrap{
		display:block !important;
	}
	.column-article-wrap .title-wrap .date{
		display:block !important;
	}
	#single .contentWrap .menu{
		margin-top:40px;
	}
	#single .contentWrap .menu{
		flex-wrap:wrap;
	}
	#single .contentWrap .menu li{
		width:45%;
		margin-bottom:10px;
	}
	
}

@media only screen and (max-width: 460px) {
	.siteName a {
    	align-items: flex-start;
    	flex-flow: column;
  	}
	.headerWrap {
		padding:10px;
	}
	.headerWrap .logo{
		width:170px;
	}
	.headerWrap .logo+p{
		font-size:13px;
	}
  .headerWrap .logo+p {
    margin-top: 10px;
  }
	.footer .content_wrap{
		padding-left:0;
		padding-right:0;
	}
	.footer_top .part1{
		padding-top:1px;
		padding-bottom:6px;
	}
	.footer_top .part2, .footer_top .part3{
		font-size:11px;
		padding-top:20px;
		padding-bottom:0;
		padding-left:1px;
	}
	.footer_top .part1 .tel{
		font-size:13px;
	}
	.ico_footer01::before {
    	top: 3px;
    	width: 12px;
    	height: 13px;
	}
	.footer_top .time{
		display:none;
	}
	.footer_top .time.s{
		display:block;
		font-size:10px;
		white-space:nowrap;
	}
}

@media only screen and (max-width: 425px) {
  .footer_top .part1 {
    flex-wrap: wrap;
  }
  .footer_top .part1 .txt {
    margin: 0 auto;
  }
}


/* add 2021.01.25 */

.column-article-wrap {
  width: 900px;
  margin: 100px auto 0;
}

.column-article-wrap .title-wrap {
  font-size: 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: .5em;
  padding-bottom: 5px;
  border-bottom: solid 3px #b29700;
}

.column-article-wrap .title-wrap .date {
  font-size: 14px;
}

.column-article-wrap h1 {
  font-size: 28px;
  margin-bottom: .5em;
  border-top: solid 3px #003c9f;
  border-bottom: solid 3px #003c9f;
}

.column-article-wrap h2 {
  font-size: 24px;
  margin-bottom: .5em;
  border-bottom: double 5px #003c9f;
}

.column-article-wrap h3 {
  font-size: 20px;
  margin-bottom: .5em;
  padding-left: 5px;
  border-left: solid 5px #003c9f;
}

.no_dis_title{
	display:none;
}