@charset "UTF-8";
/* 株式会社山二商事 CSS Document */
/* 共通部分 */
body {
  background: url("/wp-content/themes/story_tcd041/img/sand-bg_img.png") #fff;
  background-size: 750px;
  background-position: center;
  color: #000;
  overflow: hidden;
  font-size: 13px;
  font-size: clamp(14px, 0.8vw, 18px);
  letter-spacing: .03em;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
}
body::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/bg_img.png");
  background-size: 150px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.55;
  pointer-events: none;
}
.font-type2, .headline-font-type {
  font-family: 'Open Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 2;
}
a, .post-content p {
  color: #000;
}
input{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"!important;
}
.wpforms-field-description{font-weight: 600!important;}
.post-content ul {
  font-size: 0.8em;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 45px;
  background: none;
}
.breadcrumb-wrapper::after {
  content: '';
  position: absolute;
  background: url("/wp-content/themes/story_tcd041/img/line-b_img.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 10px;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  width: fit-content;
  display: block;
  height: 30px;
  line-height: 30px;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.breadcrumb li {
  font-weight: 600;
}
.signage {
  height: 350px;
  background: #000 !important;
  position: relative;
  z-index: 0;
}
.signage::before {
  content: '';
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}
.signage-title.headline-font-type {
  text-align: center;
  text-shadow: none;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 3.5rem !important;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 220px;
  }
  .signage-title.headline-font-type {
    font-size: 2rem !important;
    margin-top: 20px;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: 'SCROLL';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}
.home .header::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  bottom: 0;
  left: 50%;
  z-index: 10;
}
.header-bar {
  background: linear-gradient(to bottom, #0000008a 0, #0000 100%) !important;
  box-shadow: none;
}
.logo-image {
  top: 23px;
  left: 30px;
  width: 400px;
  height: auto;
  position: absolute;
}
.global-nav {
  padding-right: 20px;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 600;
  line-height: 80px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.5s;
  color: #fff;
}
.global-nav .current-menu-item > a {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 5px;
    left: 2px;
    width: 260px;
  }
  .header-bar {
    border-bottom: none;
  }
  .global-nav-button {
    border-left: 0px;
    background: none;
  }
  .global-nav-button:before {
    color: #fff;
  }
  .global-nav > ul > li > a {
    text-shadow: none;
    text-align: left;
    padding: 0px 0px 0px 25px;
    line-height: 50px;
  }
  .global-nav a {
    background: #eee;
    color: #000 !important;
  }
  .global-nav a:hover {
    background: #eee !important;
    color: #254f41 !important;
  }
}
@media only screen and (max-width: 768px) {
  .home .header::before {
    font-size: 8px;
    bottom: 25px;
  }
  .home .header:after {
    height: 20px;
  }
  .logo-image {
    top: 0px;
    left: -5px;
    width: 200px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.45;
}
.top-slider-wrapper::after {
  content: '';
  position: absolute;
  background: url("/wp-content/themes/story_tcd041/img/line-b_img.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 15px;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front_original01 {
  padding: 7em 0 9em;
  position: relative;
  z-index: 0;
}
.front_original02 {
  padding: 8em 0 5em;
  position: relative;
}
.front_original01::before, .front_original02::before {
  content: '';
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/content-bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 90%;
  height: 120%;
  right: 0;
  z-index: -1;
  opacity: 0.08;
}
.front_original01::before {
  top: 0;
  transform: scale(-1, 1);
}
.front_original02::before {
  bottom: 0;
  left: 0;
}
.front-original01-inner, .front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__text h2, .front-original02__text h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #2b3e37;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 20px;
  text-align: center;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front_content02-box {
  color: #eee;
  position: relative;
}
.front_content02-img {
  width: 55%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: -2;
}
.front_content02-box:nth-of-type(even) .front_content02-img {
  margin-left: 45%;
}
.front_content02-img img {
  width: 105%;
}
.front_content02-text {
  width: 45%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.front_content02-box:nth-of-type(odd) .front_content02-text {
  padding-right: 4em;
  padding-left: 2em;
}
.front_content02-box:nth-of-type(even) .front_content02-text {
  margin-left: -100%;
  padding-left: 4em;
  padding-right: 2em;
}
.front_content02-text::before {
  content: "SERVICE";
  width: 100%;
  text-align: left;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0;
  color: #628f80;
  display: block;
  opacity: 0.6;
  z-index: -1;
}
.front_content02-box:nth-of-type(2) .front_content02-text::before {
  content: "INTRODUCTION";
}
.front_content02-box:nth-of-type(3) .front_content02-text::before {
  content: "CONTACT";
}
.front_content02-bg {
  position: absolute;
  z-index: -2;
  opacity: 0.95;
  width: calc(50vw + 50px);
  bottom: -50px;
  box-sizing: border-box;
}
.front_content02-box:nth-of-type(odd) .front_content02-bg {
  right: 0;
}
.front_content02-box:nth-of-type(even) .front_content02-bg {
  left: 0;
}
.front_content02-text h3, .front_content02-text p {
  width: 100%;
}
.front_content02-text h3 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}
.front_content02-text h3 span {
  font-size: 2.5rem;
  letter-spacing: .05em;
}
.content02-button {
  font-size: 0.85rem;
  font-weight: 600;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-top: 20px;
  margin-right: auto;
  padding: 0 20px;
  background: none;
  box-sizing: border-box;
  transition: 0.5s;
  color: #eee;
  border: 2px solid;
  z-index: 1;
}
.content02-button::before {
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  background: #eee;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.content02-button::after {
  content: '\ea3c';
  position: absolute;
  right: 20px;
  font-family: 'design_plus';
  transition: 0.5s;
}
.content02-button:hover {
  color: #254f41;
  background: none;
  border-color: #eee;
}
.content02-button:hover::before {
  width: 100%;
}
.front_original03 {
  padding: 6em 0;
  color: #fff;
  background: #2b3e37;
  position: relative;
}
.front_original03::before, .front_original03::after {
  content: '';
  position: absolute;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 15px;
  width: 100%;
  height: 15px;
  left: 0;
}
.front_original03::before {
  background-image: url("/wp-content/themes/story_tcd041/img/line-t_img.png");
  top: 0;
}
.front_original03::after {
  background-image: url("/wp-content/themes/story_tcd041/img/line-b_img.png");
  bottom: -9px;
}
.front-original03-inner {
  width: 86%;
  margin: 0 auto;
}
.third-box {
  width: calc(33.3333% - 27px);
  margin-right: 40px;
  position: relative;
}
.third-box::before {
  counter-increment: number 1;
  content: ".0"counter(number) "";
  position: absolute;
  font-size: 4.5rem;
  font-weight: 800;
  text-align: end;
  top: -40px;
  right: 10px;
  color: #628f80;
}
.third-box:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}
.front-third-img {
  margin-bottom: 25px;
}
h3.third_title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
.front_topics {
  padding: 12em 0 10em;
  position: relative;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 0;
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: 1;
  color: #254f41;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #2b3e37;
  color: #eee;
}
.footer_map_sec {
  height: 450px;
  position: relative;
  z-index: 1;
}
.footer_map_sec:hover {
  filter: grayscale(100%);
  background: #fff;
}
.footer_contact_sec {
  padding: 9em 0 5em;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/line-t_img.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 10px;
  width: 100%;
  height: 10px;
  top: -6px;
  left: 0;
  z-index: -1;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
.footer_contact_bg {
  width: 70%;
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.footer_menu_bg {
  width: 30%;
  padding-left: 2em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
dl.address_body {
  width: 100%;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.6;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 15px;
}
dt.address_title {
  width: 18%;
}
dd.address_text {
  width: 82%;
}
address.footer_tel {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  text-align: left;
  width: 100%;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 0.5em;
  margin-right: 4px;
  letter-spacing: 1px;
}
p.footer-con-caution {
  font-size: 0.85em;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
}
p.footer-con-caution:last-of-type {
  margin-bottom: 0;
}
p.footer-con-caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #ff5353;
}
ul.sns__links {
  width: 100%;
  max-width: 200px;
  display: flex;
  margin-top: 20px;
  margin: 0 auto;
}
li.sns__links-item {
  width: 100%;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: #eee;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #000;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #eee;
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #606060;
}
a.footer_sns:hover::before {
  opacity: 0.6;
}
a.footer_sns span {
  margin-top: 7px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 600;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-left: 1.5em;
}
ul.footer-content-list-outer li {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #eee;
  top: 9px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
ul.footer-content-list-outer li a {
  color: #eee;
}
ul.footer-content-list-outer li a:hover {
  color: #628f80;
}
.footer-content {
  display: none;
}
.pagetop {
  right: 10px;
  bottom: 10px;
}
.pagetop a {
  background: none;
  color: #000;
  position: relative;
  width: auto;
  height: auto;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.pagetop a::before {
  content: '\ea3a';
  color: #eee;
  background: #000;
  width: 32px;
  height: 60px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 100px;
  right: 0;
  top: auto;
  bottom: 15px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.pagetop a:hover {
  color: #4f7569;
  background: none;
}
.pagetop a:hover::before {
  height: 70px;
  color: #eee;
  background: #4f7569;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 11px;
  color: #eee;
  text-align: left;
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original01 {
    padding: 3em 0 5em;
  }
  .front_original02 {
    padding: 7em 0 3em;
  }
  .front_original01::after, .front_original02::after {
    content: '';
    position: absolute;
    display: block;
    height: 30%;
    left: 0;
    background: #2b3e37;
  }
  .front_original01::after {
    width: 200%;
    bottom: -40px;
    transform: skew(93deg);
  }
  .front_original02::after {
    width: 200%;
    top: -40px;
    transform: skew(87deg);
    z-index: -1;
  }
  .front-original01__text h2, .front-original02__text h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .front-original01__text p, .front-original02__text p {
    text-align: left;
    margin-bottom: 12px;
  }
  .front_content02 {
    position: relative;
    background: #2b3e37;
  }
  .front_content02-box {
    margin-bottom: 20px;
  }
  .front_content02-img {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .front_content02-box:nth-of-type(even) .front_content02-img {
    margin-left: auto;
  }
  .front_content02-img img {
    width: 100%;
  }
  .front_content02-text {
    width: 100%;
  }
  .front_content02-box:nth-of-type(odd) .front_content02-text, .front_content02-box:nth-of-type(even) .front_content02-text {
    padding: 0 2em;
  }
  .front_content02-box:nth-of-type(even) .front_content02-text {
    margin-left: 0;
  }
  .front_content02-text::before, .front_content02-text h3 {
    text-align: center;
  }
  .content02-button {
    margin: 15px auto 0;
  }
  .front_content02-bg {
    display: none;
  }
  .third-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .front_topics {
    padding: 8em 0 5em;
  }
  h2.front_topics_title {
    font-size: 5rem;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  .dp-footer-bar {
    background: #254f41 !important;
    border-top: 1px solid #eee !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #eee !important;
  }
  .dp-footer-bar a {
    color: #eee;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-pencil:before {
    content: "\e8b4";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .front_original02 {
    padding: 5em 0 2em;
  }
  .front-original01__text h2, .front-original02__text h2 {
    font-size: 1.5rem;
  }
  .front-original01__text p br, .front-original02__text p br {
    display: contents;
  }
  .front_content02-text::before {
    font-size: 2rem;
  }
  .front_content02-text h3 span {
    font-size: 1.8rem;
  }
  .front_original03 {
    padding: 3.5em 0;
  }
  .front_topics {
    padding: 4em 0 3em;
  }
  h2.front_topics_title {
    font-size: 3rem;
    top: 0;
    left: 0;
  }
  .footer_map_sec {
    height: 300px;
  }
  .footer_contact_sec {
    padding: 5em 0 3em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 2em;
  }
  ul.footer-content-list-outer {
    width: 30%;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
    right: 10px;
  }
}
@media only screen and (max-width: 485px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front_original01::after {
    bottom: -60px;
  }
  .front_original02 {
    padding-top: 3em;
  }
  .front_original02::after {
    top: -60px;
  }
  ul.footer-content-list-outer {
    width: 50%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  font-weight: 700;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #254f41;
  width: 25px;
  height: 2px;
  margin: 10px auto 0;
  z-index: -1;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #606060;
}
.post-content h4 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #aaa9a9 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 4px 10px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    border-color: #aaa9a9;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  color: #000;
}
.archive-header {
  margin: 90px 0px 40px;
}
.article03 {
  background: none;
  box-sizing: border-box;
  border: 1px solid #254f41;
}
.article03-content {
  padding: 15px;
}
.article03-title {
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title, .post-meta {
  color: #000;
}
.nav-links01 {
  border-top: 1px solid #aaa9a9;
  border-bottom: 1px solid #aaa9a9;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #aaa9a9;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 600;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #fff;
}
.post-meta-box-item::before {
  color: #254f41;
}
.post-meta-box-item a {
  font-weight: 600;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #eee;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2em !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #000;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #aaa9a9;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5353;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.8;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #aaa9a9;
  width: 7px;
  height: 7px;
  top: 11px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
}
/* コンテンツ 共通 END */
/* 弊社の紹介 */
.introduction_sec:first-of-type .content_inner {
  padding-bottom: 0;
}
.introduction__text {
  width: 45%;
  height: fit-content;
  padding: 30px 40px;
  color: #fff;
  background: #2b3e37e3;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.introduction__img {
  width: 80%;
  padding-top: 5em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.introduction_sec:nth-of-type(odd) .introduction__img {
  margin-left: -30%;
}
.introduction_sec:nth-of-type(even) .introduction__text {
  margin-left: 55%;
}
.introduction_sec:nth-of-type(even) .introduction__img {
  margin-left: -95%;
}
.introduction__text h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 40px;
}
.introduction__text h2::after {
  width: 100px;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0;
  margin-top: 20px;
}
.introduction__text p {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .introduction__text {
    width: 100%;
    padding: 15px 20px;
  }
  .introduction__img {
    width: 100%;
    padding-top: 0;
  }
  .introduction_sec:nth-of-type(odd) .introduction__img, .introduction_sec:nth-of-type(even) .introduction__text, .introduction_sec:nth-of-type(even) .introduction__img {
    margin-left: 0;
  }
  .introduction__text h2 {
    font-size: 1.4rem;
  }
}
/* 弊社の紹介 END */
/* 取扱製品 */
p.service-first-text {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.service__inner {
  margin-top: 50px;
}
.service_box {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.service_box:nth-of-type(2n) {
  margin-right: 0;
}
.service_box:nth-of-type(5), .service_box:last-of-type {
  margin-bottom: 0;
}
.service_box p {
  margin-bottom: 0 !important;
}
.service_img {
  position: relative;
}
h2.service_title {
  font-size: 1.4rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0 !important;
  padding: 5px 15px;
  line-height: 1.5;
  color: #fff;
  background: #2b3e37e3;
  text-align: left;
  box-sizing: border-box;
}
h2.service_title::after {
  content: none;
}
h2.service_title span {
  font-size: 1.15rem;
  font-weight: 400;
  margin-left: 5px;
}
.service_text {
  padding: 20px 25px;
  box-sizing: border-box;
}
.service_text p {
  font-size: clamp(1rem, 1.8vw, 18px);
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .service__inner {
    margin-top: 30px;
  }
  .service_box {
    width: 100%;
    margin-right: 0;
  }
  .service_box, .service_box:nth-of-type(5) {
    margin-bottom: 15px;
  }
  .service_text {
    padding: 15px 20px;
  }
  h2.service_title span {
    font-size: 1rem;
  }
}
/* 取扱製品 END */
/* 企業情報 */
.company_sec .content_inner {
  max-width: 780px;
}
table.company_tbl th {
  width: 28%;
}
.map_sec {
  width: calc(100% - 50px);
  height: 450px;
  margin: 0 auto 1em;
  border: 1px solid #628f80;
  box-sizing: border-box;
}
.map_sec:hover {
  filter: grayscale(100%);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 300px;
  }
}
/* 企業情報 END */
/* お問い合わせ */
.con__inner {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
span.con_tel_sub {
  font-size: 0.95rem;
  margin-right: 5px;
}
p.con-time {
  font-size: 0.9rem;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
p.con-time:last-child {
  margin-bottom: 0;
}
p.con-time span {
  margin-right: 15px;
  display: inline-block;
  color: #254f41;
}
a.mail-link {
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: underline;
  line-height: 1;
  color: #254f41;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
a.mail-link:hover {
  color: #4f7569;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  address.con_tel {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  a.mail-link {
    font-size: 1.1rem;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */


/********************
TOP NES追加 
***********************/
.news{
    margin: auto; 
    background-color: #2b3e37;
    padding: 25px 30px;
}
.news .news_block{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
}
.news .news_block h3{
    width: 170px;
    line-height: 1;
}
.news .news_block h3 span{
    display: block;
}
.news .news_block h3 span.ttl1{
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0;
    color: #628f80;
    opacity: .6;
}
.news .news_block h3 span.ttl2{
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: -.6em;
    position: relative;
}
.news .news_block ul{
    width: calc(100% - 340px);
    padding: 0 1.5em ;
    box-sizing: border-box;
}
.news .news_block ul li{
    margin-bottom: 5px;
}
.news .news_block ul li:last-child{
    margin-bottom: 0;
}
.news .news_block ul li a{
    font-size: .9rem;
    line-height: 1.5;
    color: #fff;
    display: flex;
}
.news .news_block ul li a time{
    width: 80px;
}
.news .news_block ul li a span{
    width: calc(100% - 80px);
    padding-left: 1.5em;
    font-weight: bold;
    transition: 0.5s;
}
.news .news_block ul li a:hover span{
    text-decoration: underline;
}
.news .news_block .content02-button {
    font-size: 0.85rem;
    width: 100%;
    max-width: 150px;
    height:  40px;
    line-height: 40px;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    padding: 0 20px;
    transition: 0.5s;
}
@media only screen and (max-width: 768px) {
    .news {
        padding: 5%;
    }
    .news .news_block{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .news .news_block ul{
        width: calc(100% - 190px);
        padding-right: 0;
    }
    .news .news_block .content02-button {
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (max-width: 640px) {
    .news {
        padding: 5% 7%;
    }
    .news .news_block h3{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .news .news_block h3 span.ttl1{
        font-size: 2rem;
    }
    .news .news_block h3 span.ttl2{
        font-size: 1.8rem;
        margin-top: -.4em;
    }
    .news .news_block ul {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .news .news_block ul li{
        margin-bottom: 10px;
    }
    .news .news_block ul li a {
        flex-wrap: wrap;
        font-size: .9rem;
    }
    .news .news_block ul li a span {
        width: 100%;
        padding-left: 0;
    }
    .news .news_block .content02-button {
        margin-top: 20px;
    }
}

/********************
NES一覧
***********************/
.archive-news .article04{
    padding: 50px;
}
.archive-news .article04 a{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: .5px dashed #000;
    display: flex;
    align-items: flex-start;
}
.archive-news .article04 a:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.archive-news .article04 a .article04-date {
    width: 80px;
    line-height: 36px;
    margin-bottom: 0;
}
.archive-news .article04 a .txt_box{
    width: calc(100% - 80px);
    padding-left: 1em;
}
.archive-news .article04 a .txt_box .article04-title{
    margin-bottom: 0;
}
.archive-news .article04 a .txt_box .article04-text {
    line-height: 1.5;
}
@media only screen and (max-width: 991px) {
    .archive-news .article04{
        padding: 5.045vw;
    }
    .archive-news .article04 a .article04-date {
        line-height: 2;
    }
}
@media only screen and (max-width: 768px) {
    .archive-news .article04{
        padding: 3.045vw;
    }
    .archive-news .article04 a{
        margin: 0 auto 15px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .archive-news .article04 a {
        flex-wrap: wrap;
    }
    .archive-news .article04 a .txt_box {
        width: 100%;
        padding-left: 0;
    }
}

/********************
NES詳細
***********************/
.single_news p{
    font-size: 16px;
}