@charset "UTF-8";
/*
Theme Name: 協和建設株式会社
Author: 協和建設株式会社
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.0.0
*/
:root {
  --text: #282828;
  --pale-text: #5A5A5A;
  --link: #3366CC;
  --primary: #333333;
  --secondary: #3366CC;
  --white: #fff;
  --black: #282828;
  --gray: #CCCCCC;
  --red: #EE0000;
  --deep-blue: #044a88;
  --sky-blue: #53AFF8;
  --bg-black: #393939;
  --bg-lightgray: #F8F8F8;
  --bg-gray: #DBDBD9;
  --bg-white: #fff;
  --border-gray: #E6E6E6;
}
.bg-black    { background-color: var(--bg-black); }
.bg-lightgray { background-color: var(--bg-lightgray); }
.bg-white    { background-color: var(--bg-white);}
.text-white  { color: var(--bg-white);}

html {
  font-size: 100%;
}
body {
  color: var(--text);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  background-color: #fff;
  color: var(--text);
  font-size: 14px;
  line-height: 2em;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul, ol {
  padding-left: 1.5em;
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5em;
  padding: 0;
  line-height: 1.3;
  font-weight: bold;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

.page .post-content h2 {
  border-bottom: solid 1px var(--gray);
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
.page .post-content h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px var(--secondary);
  bottom: -1px;
  width: 20%;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin: 0 0 1.75em;
  padding: 0.1em 0 0 1.5rem;
  color: #666;
}

hr {
    border: none;
    background-color: var(--gray);
    height: 1px;
}

/**
 *  Table
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
table, caption, th, td {

}
th {
  font-weight: bold;
}
th, td {
  border-width: 0 1px 1px 0;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
}
/* table-1 */
.table-1 {
  width: 100%;
}
.table-1 th {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  th, td {
    border-width: 0 0 1px;
  }
  /* table-1 */
  .table-1 th,
  .table-1 td {
    width: 100%;
    display: block;
  }
}
address {
  font-style: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}

/**
 *  for PC/SP
 */
.for-pc {
  display: block;
}
.for-sp {
  display: none;
}
@media (max-width: 480px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

/**
 *  inview
 */
.fadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.0s ease;
}
.fadeUp.is-show,
.fadeIn.is-show {
  opacity: 1;
}

/**
 *  TOP：loader
 */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .loader img {
    width: 96px;
    height: auto;
  }
}

/**
 *  Header
 */
#header {
  position: fixed;
  top: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 10;
}
#header.with-scroll {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow:rgb(0 0 0 / 20%) 0px 2px 4px -1px,
             rgb(0 0 0 / 14%) 0px 4px 5px 0px,
             rgb(0 0 0 / 12%) 0px 1px 10px 0px
}
body.admin-bar #header {
  margin-top: 32px;
}

.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

/**
 * Logo
 */
#header .brand-block {
  width: 320px;
}
#header .brand-block a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
#header .brand-block .logomark {
  width: 40px;
}
#header .brand-block .logomark a {
  display: block;
}
#header .brand-block .logomark img {
  width: 100%;
  height: auto;
}
#header .brand-block .logomark img.logo-blue {
  display: none;
}
#header.with-scroll .brand-block .logomark img.logo-white {
  display: none;
}
#header.with-scroll .brand-block .logomark img.logo-blue {
  display: block;
}

#header .brand-block .catch-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}
#header .logo {
  margin-block-start: 0;
  margin-block-end: 0;
}
#header .logo {
  display: block;
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  color: var(--white);
  transition: color 0.3s ease;
}
#header.with-scroll a .logo  {
  color: var(--deep-blue);
}
@media (max-width: 1024px) {
  #header {
    height: 60px;
    flex-direction: column;
  }
  #header .header-inner {
    width: 100%;
  }
  #header .brand-block {
    width: 200px;
  }
  #header .brand-block .catch-text {
    font-size: 10px;
  }
  #header .logo {
    margin: 0;
    font-size: 18px;
  }
  #header .news-unit a {
    display: flex;
    color: var(--text)
  }
  #header .news-unit img {
    position: relative;
    /* bottom: 12px;*/
  }
  #header .logo .for-pc {
    display: none;
  }
  #header .logo .for-sp {
    display: block;
  }
  #header .brand-block {
    gap: 0.5em;
  }
  #header .brand-block .logomark {
    margin-left: 1em;
  }
}

/**
 *  Navi
 */
nav ul {
  list-style: none;
}
#header nav .menu {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;

  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  padding-inline-start: 0;
}
#header nav .menu > li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  margin: 0 0.5em;
}
#header nav .menu > li.menu-item-has-children > a::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--link);
  border-right: 1px solid var(--link);
  transform: rotate(135deg);
}
#header nav .menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--white);
  text-align: center;
  padding: 0.5em 1em;
  line-height: 2em;
  word-break: keep-all;
  white-space: nowrap;
  transition: color 0.3s ease;
}
#header nav .menu > li:last-child > a {
  color: var(--white) !important;
  background-color: var(--sky-blue);
}
#header.with-scroll nav .menu > li > a {
  color: var(--deep-blue);
}
#header nav .menu > li > a:hover {
  opacity: 0.6;
}
#header nav .menu > li.members-menu a {
  color: #fff;
  background-color: #666;
  box-sizing: border-box;
}

/* Sub menu */
#header nav .menu .sub-menu {
  position: absolute;
  display: none;
  top: 2em;
  left: 0;
  width: auto;
  box-sizing: border-box;
}
#header nav .menu .sub-menu li {
  box-sizing: border-box;
  word-break: keep-all;
  background-color: var(--primary);
}
#header nav .menu .sub-menu li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: var(--bg-baige);
}
#header nav .menu .sub-menu li a:hover {
  background-color: var(--link);
}

/* Menu icon */
#menu-icon {
  background: transparent;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  margin-left: auto;
  position: relative;
  z-index: 10;
  display: none;
}
#menu-icon span {
  display: inline-block;
  background: var(--white);
  width: 50%;
  height: 2px;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header.with-scroll #menu-icon span {
  background: var(--black);
}
#menu-icon span:nth-child(1) { top: 35%; }
#menu-icon span:nth-child(2) { top: 50%; }
#menu-icon span:nth-child(3) { top: 65%; }
#menu-icon.active span:nth-child(1) {
  top: 50%;
  left: 25%;
  width: 50%;
  transform: rotate(-45deg);
}
#menu-icon.active span:nth-child(2) {
  opacity: 0;
}
#menu-icon.active span:nth-child(3) {
  top: 50%;
  left: 25%;
  width: 50%;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  nav {
    position: fixed;
    top: 60px;
    right: -100vw;
    align-items: start;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    transition: 0.3s;
    z-index: 1;
    background-color: var(--white);
    /*
    box-shadow:rgb(0 0 0 / 20%) 0px 2px 4px -1px,
               rgb(0 0 0 / 14%) 0px 4px 5px 0px,
               rgb(0 0 0 / 12%) 0px 1px 10px 0px;
    */
  }
  nav.open {
    right: 0;
  }
  #header nav .menu {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #header nav .menu li {
    width: 100%;
  }
  #header nav .menu > li.menu-item-has-children > a::after {
    display: none;
  }
  #header nav .menu .sub-menu {
    display: block;
    position: relative;
    top: unset;
    width: 100%;
  }
  #header nav .menu .sub-menu li {
    border-bottom: 1px solid #fff;
  }
  #header nav .menu .sub-menu li a {
    padding: 5px 10px 8px 20px;
    font-size: 0.8em;
  }
  #header nav .menu {
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding: 0 0 40px;
    margin: 30px auto 0;
    background-color: var(--white);
  }
  #header nav .menu > li {
    display: block;
  }
  #header nav .menu > li > a br {
    display: none;
  }
  #header nav .menu > li > a,
  #header nav .menu > li.menu-item-has-children > a {
    width: 100%;
    margin-right: 0;
    background-color: var(--bg-white);
  }
  #header nav .menu > li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    color: var(--text);
  }
  #menu-icon {
    display: block;
  }
}
@media (max-width: 480px) {
  #header #nav-menu {
    max-width: 100%;
  }
  #global-menu > li a {
    /* text-align: left; */
  }
}

/**
 *  Main
 */
main {
  /* margin-top: 80px; */
}
article .inner {
  margin: auto;
  width:100%;
  max-width: 1080px;
  box-sizing: border-box;
  padding: 60px 0 90px;
}
article section {

}
section .inner {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  padding: 100px 5%;
}
section h3 {
  font-size: 20px;
  font-weight: normal;
  color: var(--primary);
}
@media (max-width: 1024px) {
  article section {
    padding-left: 0;
    padding-right: 0;
  }
  article .inner,
  section .inner {
    padding: 30px 5%;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  main {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  article section {
    padding-top: 0;
  }
}

/**
 *  パンくずリスト
 */
.breadcrumb {
  height: 20px;
  list-style: none;
  padding: 0;
  margin :0;
  font-size: 9px;
}
.breadcrumb li {
  padding: 5px 0;
  display: inline;
}
.breadcrumb li a {
  color: var(--pale-text);
  text-decoration: none;
}
.breadcrumb li.current a {
  color: var(--gray);
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: " | ";
  margin:.5em;
}
@media (max-width: 480px) {
  .breadcrumb {
    font-size: 8px;
  }
}

/**
 *  Section header
 */
.section-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.section-header span {
  display: block;
  font-size: 16px;
  color: var(--secondary);
  font-weight: bold;
}
.section-header h1,
.section-header h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 30px;
  border-bottom: 0 !important;
}
.section-header h2::after {
  border-bottom: 0 !important;
}

/**
 *  ページヘッダー
 */
.page-header {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header.page-business { background-image: url(images/img-header-business.jpg); }
.page-header.page-about    { background-image: url(images/img-header-about.jpg); }
.page-header.page-works    { background-image: url(images/img-header-works.jpg); }
.page-header.page-projects { background-image: url(images/img-header-works.jpg); }
.page-header.page-news     { background-image: url(images/img-header-news.jpg); }
.page-header.page-contact  { background-image: url(images/img-header-contact.jpg); }
.page-header.page-recruit  { background-image: url(images/img-header-recruit.jpg); }
.page-header.page-privacy  { background-image: url(images/img-header-privacy.jpg); }

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* ←暗さ調整（0.3〜0.6くらい） */
  z-index: 1;
}
@media screen and (max-width:480px) {
  .page-header {
    height: 120px;
  }
}

/**
 *  ボタンリンク
 */
.btn-link a {
  position: relative;
  display: block;
  width: 260px;
  margin: auto;
  padding: 1em;
  box-sizing: border-box;
  color: var(--secondary) !important;
  border: 1px solid var(--secondary);
  text-align: center;
}
.btn-link a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid var(--secondary);
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.btn-link a:hover {
  color: var(--white) !important;
  background-color: var(--secondary);
}
.btn-link a:hover::after {
  border-left: 6px solid var(--white);
}

.contact-us {
  padding: 60px 0;
  box-sizing: border-box;
}
@media screen and (max-width:480px) {
  .btn-link a {
    width: 100%;
  }
}

/**
 *  footer:採用情報
 */
.footer-recruit {
  position: relative;
  background-image: url('images/img-bg-top-recruit.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.footer-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* ←暗さ調整（0.3〜0.6くらい） */
  z-index: 1;
}
.footer-recruit * {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.footer-recruit .section-header,
.footer-recruit .section-header span {
  color: var(--white);
}
.footer-recruit-text {
  text-align: center;
  margin-bottom: 30px;
}
.footer-recruit .btn-link a {
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.footer-recruit .btn-link a::after {
  border-left: 6px solid var(--white);
}
.footer-recruit .btn-link a:hover {
  color: var(--text) !important;
  background-color: var(--white) !important;
}
.footer-recruit .btn-link a:hover::after {
  border-left: 6px solid var(--black);
}

/**
 *  footer
 */
#footer {
  background-color: var(--black);
  padding-bottom: 20px;
  color: var(--white);
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 30px 0;
}
#footer .company-info{
  font-size: 14px;
}
#footer .company-info .address .address-block {
  margin-bottom: 0.5em;
}
.footer-logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
  color: var(--white);
}
.footer-logo img {
  width: 60px;
  height: auto;
}
.footer-logo h3 {
  font-size: 20px;
}
.footer-menu {
  width: 100%;
  max-width: 400px;
  margin-top: 50px;
}
.footer-menu a {
  color: var(--white);
}
.footer-menu .menu{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2カラム */
  gap: 10px 20px;
  padding: 0;
  margin: 0;
}
.sdgs-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
}
.sdgs-wrap .sdgs-logo {
  display: block;
  width: 60px;
}
.sdgs-wrap .sdgs-logo img {
  width: 100%;
  height: auto;
}
.copyright {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 1em;
  font-size: 0.8rem;
  text-align: center;
  background-color: var(--bg-white);
}
@media screen and (max-width:768px) {
  #footer .inner {
    flex-direction: column;
    justify-content: center;
    padding: 60px 10%;
    box-sizing: border-box;
  }
  #footer .company-info {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  #footer .company-info h3 {

  }
  .footer-menu {
    width: 100%;
    max-width: unset;
  }
  #footer .company-info .address .address-block {
    margin-bottom: 1em;
  }
}

/**
 *  トップ：Mainvisual
 */
#mainvisual {
  position: relative;
}
#mainvisual .inner {
  position: relative;
  padding: 85px 40px 0;
}
#mainvisual img {
  width: 100%;
  height: auto;
}
#mainvisual img.overlap {
  position: absolute;
  height: 98% !important;
  width: auto !important;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
/* 上に重ねる */
#mainvisual .overlap-text {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: center;
}
#mainvisual .overlap-text img {
  max-width: 50%;
  height: auto;
}

.swiper-horizontal {
	height: calc( 100vh - 0 );
	overflow: hidden;
}

#mainvisual .mainvisual-text {
  position: absolute;
  top: 240px;
  left: 165px;
  margin: auto;
  padding:0;
}
#mainvisual .mainvisual-text .title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
#mainvisual .mainvisual-text .sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px){
	.swiper-horizontal {
		height: unset;
		overflow: unset;
	}
}
@media screen and (max-width:768px) {
	#mainvisual img.overlap-text {
	  width: 100px;
	  height: auto;
	  left: 28%;
	  top: 40px;
	}
}
@media screen and (max-width: 480px){
  #mainvisual .inner {
    padding: 60px 3% 0;
  }
  #mainvisual .mainvisual-text .title {
    font-size: 32px;
  }
  #mainvisual .mainvisual-text .sub-title {
    font-size: 18px;
  }
  #mainvisual .overlap-text {
    margin-top: -100px;
  }
	.swiper {
	  height: calc( 100vh - 60px );
	}
	.swiper-slide {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: calc( 100vh - 60px );
	  overflow: hidden;
	}
	#mainvisual .swiper-slide img {
	  height: 100%; /* 画像の縦を画面にフィット */
	  width: auto;   /* 横幅は自動（はみ出してもOK） */
	  object-fit: cover;
	}
}

/**
 *  トップ：お知らせ
 */
.news-list {
  list-style: none;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.news-unit {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid var(--gray);
}
.news-unit a {
  color: var(--text);
}
.news-unit .post-meta-date {
  width: 9em;
  font-size: 14px;
  margin-right: 1.5em;
}
.news-unit .post-tag a {
  display: block;
  padding: 0;
  width: 8em;
  font-size: 11px;
  text-align: center;
  line-height: 1.8em;
  margin-right: 1.5em;
}
.news-unit .post-tag.post-tag-info a {
  background-color: var(--black);
  color: var(--white);
}
.news-unit .post-tag.post-tag-recruit-info a {
  background-color: var(--sky-blue);
  color: var(--white);
}
.news-unit .post-title {
  font-size: 14px;
  margin: 0;
}
.news-list-block .btn-link {
  margin: 40px auto;
}
@media screen and (max-width:480px) {
  .news-unit {
    flex-direction: column;
    align-items: unset;
    flex-wrap: wrap;
    justify-content: ;
  }
  .news-unit .post-meta-date,
  .news-unit .post-tag {
    margin-bottom: 1em;
  }
}

/**
 *  トップ：施工事例
 */
.works-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 4%;
  margin-bottom: 1.5em;
  padding-inline-start: 0;
}
.works-unit {
  width: 32%;
}
.works-unit .post-image img {
  width: 100%;
  height: auto;
}
.works-unit .post-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0.5em 0;
}
.works-unit a {
  color: var(--text);
}
@media screen and (max-width:480px) {
  .works-list {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .works-unit {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
/**
 *  トップ：business
 */
#business .inner {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  max-width: unset;
}
.top-business-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.top-business-block,
.top-company-block {
  display: flex;
  align-items: center;
}
.top-company-block {
  flex-direction: row-reverse;
}
.top-business-wrap .lead-text {
  text-align: center;
  margin-bottom: 30px;
}
.top-business-wrap .img-block {
  width: 50%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-business-block .img-block {
  background-image: url(images/img-top-business.jpg);
}
.top-company-block .img-block {
  background-image: url(images/img-top-company.jpg);
}
.top-business-wrap .text-block {
  width: 35em;
  padding: 0 50px;
  box-sizing: border-box;
}
.top-business-block img,
.top-company-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
  .top-business-wrap .img-block,
  .top-business-wrap .text-block {
    width: 50%;
  }
}
@media screen and (max-width:480px) {
  .top-business-block,
  .top-company-block {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .top-company-block {
    flex-direction: row;
  }
  .top-business-wrap .img-block,
  .top-business-wrap .text-block {
    width: 100%;
  }
  .top-business-wrap .img-block {
    height: 200px;
  }
  .top-business-wrap .text-block {
    padding: 50px 5%;
  }
}


/**
 *  アーカイブ
 */
.archive-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.members-title {
	width: 25%;
}
.members-title h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
}
.archive-posts {
	width: 75%;
}
.post-block {
}
/* single */
.post-block-s {
	margin-top: 100px;
	padding-bottom: 80px;
}
.post-block a,
.post-block-s a {
	color: var(--link);
	text-decoration: none;
}
.post-meta {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--gray);
	margin-bottom: 1em;
  padding: 0.3em 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	letter-spacing: 0.2em;
}
.post-meta ul {
	padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.post-meta .post-tag {
	color: #fff;
  font-size: 13px;
	padding: 0.1em 1.5em;
	border-radius: 0 0px 0 0;
}
.post-meta .post-tag.post-tag-info {
  background-color: var(--black);
}
.post-meta .post-tag.post-tag-recruit-info {
  background-color: var(--sky-blue);
}
.post-meta .post-date {
  font-size: 13px;
	padding: 0.3em 1em;
}
.post-block .post-title {
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 3em;
}
.post-block-s .post-title {
  margin: 30px 0;
  text-align: left;
  font-size: 24px;
}
.with-land-list.post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-categories li {
  display: inline-block;
  width: auto;
}
.post-categories li a {
  display: block;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
}
.blog-posts {

}
@media (max-width: 1024px) {
  .archive-wrap {
    margin-top: 30px;
  }
  .post-block-s {
    margin-top: 30px;
  }
  .post-block-s .post-title {
    font-size: 28px;
    margin: 1em 0;
  }
  .post-content h2 { font-size: 1.5rem; }
  .post-content h3 { font-size: 1.25rem; }
  .post-content h4 { font-size: 1.1rem; }
  .post-content h5 { font-size: 1rem; }
}
@media screen and (max-width:480px) {
  .archive-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .archive-wrap > * {
    width: 100%;
  }
  .post-block-s {
    padding-bottom: 40px;
  }
  .post-block .post-date-pc { display: none; }
  .post-block .post-date-sp { display: block; }
  .post-block .post-data {
    width: 100%;
    margin-left: 0;
  }
  .post-meta .post-cat {
    font-size: 13px;
  }
  .post-meta .post-tag,
  .post-meta .post-date {
    font-size: 12px;
  }
  .post-block .post-title {
    font-size: 14px;
    margin-bottom: 2em;
  }

  .post-block-s .post-title { font-size: 1.2rem; }
  .post-content h2 { font-size: 1.15rem; }
  .post-content h3 { font-size: 1.1rem; }
  .post-content h4 { font-size: 1rem; }
  .post-content h5 { font-size: 1rem; }

  .post-guide {
    padding-top: 40px;
    font-size: 12px;
  }
}

/**
 *  記事
 */
.single-post .post-block-s {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
.works-single-wrap {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.works-single-wrap > * {
  display: block;
  width: 48%;
}
.works-single-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .works-single-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .works-single-wrap > * {
    width: 100%;
  }
}

/**
 *  ページ
 */
.page .post-content {
  width: 100%;
  max-width: 880px;
  margin: auto;
}

/*
.page-header-wrap {
	width: 100%;
	padding: 40px 5% 10px;
	box-sizing: border-box;
}
.page-header {
  width: 100%;
  max-width: 440px;
  margin: auto;
  text-align: center;
}
.page-header h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
}
.page-header h2 .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.page-header h3 {
	font-size: 22px;
}
.page-header h2 .gray {
  color: #bbb;
}
.page-header h2 .ja {
  display: block;
  font-size: 16px;
  padding: 1em 0;
}
.error404 .page-header {
	max-width: 880px;
}
.error404 .page-header > * {
	text-align: center;
}
@media screen and (max-width:768px) {
	.page-header-wrap {
		padding: 40px 5% 30px;
	}
	.page-header h2 {
		font-size: 28px;
	}
	.page-header h3 {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.error404 .copy {
		font-size: 20px;
	}
}
*/

/**
 *  記事ガイド
 */
.post-guide, .page-guide {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px dotted #ccc;
}
.post-guide > a,
.page-guide .prev-page a,
.page-guide .next-page a {
  color: var(--primary);
}
.post-guide .list_btn {
  text-align: center;
}
.post-guide .next_btn {
  text-align: right;
}
.post-guide > a {
  width: 7em;
}
.page-guide {
  font-size: 1em;
}
.page-guide .prev-page,
.page-guide .next-page {
  line-height: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-guide .prev-page:hover,
.page-guide .next-page:hover {
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.page-guide .prev-page a {
  padding-left: 1.7em;
}
.page-guide .next-page a {
  padding-right: 1.7em;
}
.page-guide .prev-page {
  background-image: url(images/arrow-prev.png);
  background-position: center left;
}
.page-guide .next-page {
  text-align: right;
  background-image: url(images/arrow-next.png);
  background-position: center right;
}
@media screen and (max-width:480px) {
  .post-guide, .page-guide {
    font-size: 13px;
  }
}

/**
 *  ページナビ
 */
.wp-pagenavi {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px;
/*  border-radius: 50%; */
  background-color: var(--bg-gray);
  color: var(--primary);
  text-decoration: none;
  border: none;
  line-height: 1;
  font-size: 12px;
}
.wp-pagenavi span.current {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--bg-gray);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: transparent;
  font-size: 24px;
  color: var(--primary);
  padding-bottom: 0.3em;
  box-sizing: border-box;
}
.wp-pagenavi .extend {
  display: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi .page {
    padding: 0.3rem 0.6rem;
      margin: 0 5px;
  }
}

/**
 *  お問い合わせフォーム
 */
.contact-form {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.contact-form .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  height: 40px;
  border-radius: 0;
}
.contact-form .required {
  color: #e00;
  font-family: "Noto serif", serif;
  font-size: 11px;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  font-size: 1rem;
  border: 1px solid var(--gray);
  border-radius: 0;
  padding: .8em 1em;
  margin: 0 0 .5rem;
  width: 100%;
  box-sizing: border-box;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  font-size: 100%;
  font-weight: normal;
}
.form-table {
  margin-bottom: 60px;
}
.form-table .confirm-text {
  font-weight: normal;
  font-size: 14px;
}
.form-table th {
  width: 22%;
}
.contact-info {
  padding: 1em;
  text-align: center;
}
.error-info {
  border-radius: 5px;
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  padding: 1em 0;
  margin: 45px auto;
  display: none;
}
.send-info {
  border-radius: 5px;
  border: 1px solid var(--gray);
  text-align: center;
  padding: 1em 0;
  margin: 45px auto;
  display: none;
}
.on-input-error .error-info {
  display: block;
}
.ready-to-send .send-info {
  display: block;
}
.on-input-error .contact-info,
.ready-to-send .contact-info {
  display: none;
}

.btn-confirm:not(:disabled) {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  color:  var(--secondary);
}
.btn-confirm:not(:disabled):hover {
  background-color:  var(--secondary);
  color: var(--white);
}
.btn-confirm:disabled,
.btn-confirm:disabled:hover {
  border: 1px solid var(--gray);
  color: var(--gray);
}
.btn-back {
  border: 1px solid var(--text);
  background-color: var(--white);
  color: var(--text);
}
.btn-back:hover {
  background-color: var(--text);
  color: var(--white);
}
.btn-back::before {
  display: none !important;
}
.btn-confirm:disabled,
.btn-back:disabled {
  cursor: not-allowed;
}
.btn-confirm:not(disabled),
.btn-back:not(disabled) {
  cursor: pointer;
}
.submit-block {
  display: flex;
  justify-content: center;
  max-width: 470px;
  margin: auto;
  gap: 1em;
}
.submit-block .btn {
  margin: auto;
}

.contact-form .agree {
  padding: 20px;
  max-height: 300px;
  font-size: 0.8em;
  border: 1px solid var(--gray);
  background-color: var(--white);
  overflow-y: scroll;
}
.contact-form .agree h4 {
  font-size: 110%;
}
.contact-form .agree h5 {
  font-size: 100%;
}
.contact-form .consent {
  padding: 1em;
  text-align: center;
  font-size: 1em;
}
.ready-to-send .contact-form .agree,
.ready-to-send .contact-form .consent {
  display: none;
}
.thanks-block {
  text-align: center;
}
.form-table td.radio01 label input {
  width: 5%;
}
.form-table td.radio01 label span {
  width: 45%;
}
@media screen and (max-width:480px) {
  .form-table th,.form-table td {
    width: 100%;
    display: block;
  }
  .form-table th  {
    text-align: left;
    padding-bottom: 0;
  }
  .form-table td  {
    padding-top: 0;
  }
  .form-table td.radio01 label {
    flex-direction: column;
  }
  .form-table td.radio01 label > * {
    width: 100%;
  }
}

/**
 *  会社概要
 */
.page-about .access-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
}
.page-about iframe {
  display: block;
  width: 100%;
  margin: auto;
}

.outline-table {
  width: 100%;
  border-collapse: collapse;
}
.outline-table th {
  width: 25%;
}
.outline-table td {
  width: 75%;
}
.outline-table th,
.outline-table td {
  vertical-align: top;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border: 1px solid var(--gray);
  word-break: break-word;
  overflow-wrap: anywhere;
}
.outline-table.history-table {
  border-top: 1px solid var(--gray);
}
.outline-table.history-table th,
.outline-table.history-table td {
  border-width: 0 0 1px;
}

/* 沿革 */
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline > li {
  display: flex;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 100%;
  max-width: 80px;
  box-sizing: border-box;
}
.timeline-content {
  width: 75%;
  border-left: 2px solid var(--gray);
  padding-left: 2em;
}
.timeline-content::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--secondary);
  position: absolute;
  left: 77px;
  top: 24px;
  border-radius: 100%;
}

/* 札幌SDGs企業 */
.sdgs-block {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.sdgs-block > * {
  width: 48%;
}
.sdgs-img {
  text-align: center;
}
.sdgs-img img {
  width: 100%;
  height: auto;
  margin: auto;
}
.sdgs-text {
  display: flex;
  align-items: center;
}
.sdgs-text .go-link {
  padding: 1.5em 0 2em;
}
@media screen and (max-width:480px) {
  .outline-table th,
  .outline-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .outline-table th {
    border-bottom-style: dotted;
  }
  .outline-table td {
    border-width: 0 1px;
  }
  .outline-table tr:last-child td {
    border-width: 0 1px 1px;
  }
  .timeline {
    padding-left: 0;
  }
  .sdgs-block {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 0;
  }
  .sdgs-block > * {
    width: 100%;
  }
}

/**
 *  事業内容
 */
.license-table {
  width: auto;
  border-collapse: collapse;
}
.license-table th, .license-table td {
  vertical-align: top;
  padding: 0.5em 1em;
  padding-left: 2em;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.license-table th {
  text-align: left;
  padding-left: 1.5em;
}
.license-table .h th {
  padding-left: 0;
  width: 100%;
  font-size: 1.15em;
}
.license-table th.license {
  width: 12em;
}

.business-policy {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 2em auto 3em;
    color: var(--secondary);
}
.skill-table {
  width: auto;
  border-collapse: collapse;
}
.skill-table th, .skill-table td {
  vertical-align: top;
  padding: 0.5em 1em;
  padding-left: 2em;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.skill-table th {
  text-align: left;
  padding-left: 1.5em;
}
.skill-table .h th {
  padding-left: 0;
  width: 100%;
  font-size: 1.15em;
}
.skill-table th.skill {
  width: 22em;
}
@media screen and (max-width:480px) {
  .license-table th, .license-table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0.5em;
  }
  .skill-table th {
    padding-left: 1.5em;
  }
  .skill-table td {
    padding: 0 0.5em;
  }
  .skill-table .h th,
  .license-table .h th {
    padding-left: 0;
  }
  .business-policy {
    font-size: 24px;
  }
}

/**
 *  施工事例
 */
.projects-table {
  width: auto;
  border-collapse: collapse;
}
.projects-table th, .projects-table td {
  vertical-align: top;
  padding: 0.5em 1em;
  padding-left: 2em;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.projects-table .customer {
  text-align: left;
  padding-left: 1.5em;
}
.projects-table th {
  width: 24em;
}
.projects-table .h th {
  width: auto;
  text-align: left;
  padding-left: 0;
  width: 100%;
  font-size: 1.15em;
}
@media screen and (max-width:480px) {
  .projects-table th, .projects-table td, .projects-table .customer {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0.5em;
  }
  .projects-table .h th {
    padding-left: 0;
  }
}

/**
 *  採用情報
 */
.recruit-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.recruit-table th {
  width: 25%;
}
.recruit-table th.table-header {
  width: 100%;
  background-color: var(--secondary);
  color: var(--white);
}
.recruit-table td {
  width: 75%;
}
.recruit-table th,
.recruit-table td {
  vertical-align: top;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border: 1px solid var(--gray);
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width:480px) {
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .recruit-table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .recruit-table td {
    padding-top: 0;
    border-top: 0;
  }
  .recruit-table tr:not(:last-child) td {
    border-bottom: 0;
  }
}
