/*
Theme Name:樽本機工2023
Theme URI:
Description:樽本機工テーマ
Template:monolith_tcd042
Author:@dewey inc.
Author URI:https://dewey.co.jp/
Version:2.0
*/
/* html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } */

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body {
  background: #fff;
  min-width: auto;
  padding: 0;
  margin: 0;

  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

img.object-fit-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
}
.small {
  font-size: 86%;
}
.no_margin {
  margin: 0 !important;
}
.no_bottom-margin {
  margin-bottom: 0 !important;
}
.max1200 {
  max-width: 1200px !important;
  margin: 0 auto;
}
#article .post_content h1, #article .post_content h2, #article .post_content h3, #article .post_content h4, #article .post_content h5, #article .post_content h6 {
  padding: 10px;
}
@media only screen and ( max-width: 770px ) {
  .sp_none {
    display: none;
  }
}
/* ---------------------------- */
/* --- スプラッシュ画面 --- */
/* ---------------------------- */
#splash_screen {
  width: 100%;
  height: 100vh;
  display: none;/*デフォルト非表示*/
  background: #5BC8AC;
  z-index: 2019;
}
.pcbg_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.spbg_image {
  display: none;
}
@media screen and (max-width:768px){
  .pcbg_image {
  display: none;
  }
  .spbg_image {
    display: inline;
    position: absolute;
    top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
  max-width: 680px;
  }
}


/* #logo_image h1 img {
  display: inline !important;
  height: 50px;
} */
@media only screen and ( max-width: 770px ) {
  #header #logo_image h1 {
    line-height: 55px;
  }
  #header #logo_image h1 img {
    height: 38px;
    margin-top: 8px;
    display: inline !important;
  }
  #header a.menu_button {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  #header a.menu_button::before {
    top: 14px;
    left: 16px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  #header #global_menu {
    top: 55px;
  }
}

#header {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.header_sns {
  position: absolute;
  right: 0;
  padding: 12px 20px;
  background-color: #fff;
  max-width: 349px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
}
.pc .header_fix .header_sns {
  display: none;
}
@media only screen and ( max-width: 900px ){
  .header_sns {
   display: none;
  }
}
#global_menu .header_sns_mobile .wp-block-columns {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px;
}
#global_menu .header_sns_mobile {
  margin-top: -1px;
}
#global_menu .header_sns_mobile,
#global_menu .header_sns_mobile a {
  background-color: #fff;
  line-height: 1;
  height: auto;
  padding: 5px 3px 5px;
}
#global_menu .header_sns_mobile a img {
  min-width: 28px;
}
@media only screen and ( min-width: 900px ){
  #global_menu .header_sns_mobile {
   display: none;
  }
}

#post_meta_top {
  margin: 0 0 50px 0;
}
#blog_list .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 140%;
}
.post_content .link_arrow {
  width: 100%;
  max-width: 240px;
}
.post_content .link_arrow a {
  width: 100%;
  max-width: 240px;
}
.post_content a.wp-block-button__link:hover {
  text-decoration: none;
}
.post_content a.wp-block-button__link::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  margin-top: 4px;
	margin-left: 30px;
  transform: rotate(45deg);
}
.post_content .blue_btn a.wp-block-button__link::after {
  border-top: solid 2px #2E6DA4;
  border-right: solid 2px #2E6DA4;
}

.page-id-3652 .post_content a.wp-block-button__link::after,
.page-id-3654 .post_content a.wp-block-button__link::after,
.page-id-3708 .post_content a.wp-block-button__link::after,
.page-id-3656 .post_content a.wp-block-button__link::after,
.page-id-3658 .post_content a.wp-block-button__link::after,
.page-id-3712 .post_content a.wp-block-button__link::after {
  border-top: solid 2px #2e6da4;
  border-right: solid 2px #2e6da4;
}
.post_content a.wp-block-button__link:hover:after {
  border-top: solid 2px #2e6da4;
  border-right: solid 2px #2e6da4;
	margin-left: 45px;
	transition : all 0.5s ease 0s;
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
  border: 1px solid;
  padding: 15px 20px;
}
.wp-block-button.is-style-outline.blue_btn > .wp-block-button__link {
  background-color: rgba(255,255,255,0.5);
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover, .wp-block-button .wp-block-button__link.is-style-outline:hover {
  background-color: #fff;
  color: #2E6DA4 !important;
  transition: opacity 0.3s ease-in-out;
/*   border: 1px #2E6DA4 solid; */
}


#header {
  height: 80px;
  min-width: auto;
}
#header_inner {
  height: 80px;
  width: 100%;
}
#header_slider {
  width: 100%;
  height: auto;
  position: relative;
  min-width: auto;
  margin: 0 auto;
}
#header_slider .item {
  width: 100%;
/*   height: auto; */
  min-width: auto;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  text-align: left !important;
  line-height: 1.6 !important;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header_slider .caption {
  width: 106px;
  text-align: left !important;
}
#header_slider .caption .title { line-height:1.6; }
#header_slider .caption .title span {
  display:block;
  white-space: nowrap;
  animation-name: fadeUpAnime;/*アニメーションの定義名*/
  animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
  opacity:0;
    top: 27%;
    top: -webkit-calc(27% + 10px);
    top: -moz-calc(27% + 10px);
    top: calc(27% + 10px);
}
#header_slider .caption .title span:nth-child(2) {
  display:block;
/*   margin-top: 25px; */
  animation-duration:1.5s
}
.overlay {
  width: 100%;
  max-width: 100%;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#header_slider .item.slick-active .caption p.title {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
/*   vertical-align: middle; */
  text-align: left;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and ( max-width: 900px ) {
  .overlay {
    width: auto;
    max-width: 100%;
  }
/*   #header_slider .item {
    width: 100% !important;
    max-height: 600px;
  } */
  div#header_slider div.caption {
    font-size: 34px;
    top: 45%;
    width: 84px;
  }
}
@media only screen and ( max-width: 770px ) {
  .overlay {
    width: auto;
    max-width: 100%;
/*     height: calc( 100vh - 702px ); */
    box-sizing: border-box;
  }
/*   div#header_slider .slick-track .item img {
    max-height: 612px;
    overflow: hidden;
  } */
  div#header_slider div.caption {
    font-size: 32px;
    top: 38%;
    width: 130px;
  }
  div#header_slider div.caption .title {
    line-height: 1.6 !important;
    font-size: 24px !important;
  }
}
.pc #global_menu > ul {
  height: 70px;
}
.pc #global_menu > ul > li.menu-item-5036 {
 background-color: #e3edf6;
}
.pc #global_menu > ul > li.menu-item-169 {
 background-color: #2E6DA4;
}
.pc #global_menu > ul > li.menu-item-169 > a {
 color: #fff;
}
.pc #global_menu > ul > li.menu-item-169 > a:hover {
 color: #fff;
}
.pc #global_menu > ul > li.menu-item-169:hover {
  opacity: 0.9;
  transition : all 0.5s ease 0s;
}
.pc #global_menu ul ul a {
  font-size: 13px;
}
.pc #global_menu > ul > li > a {
  font-size: 14px;
  height: 80px;
  line-height: 80px;
}

@media only screen and ( max-width: 900px ) {
  div#global_menu a {
    font-size: 15px;
  }
  div#global_menu .child_menu_button .icon::before {
    border: none;
    font-size: 22px;
    margin-top: -3px;
  }
}

#logo_image {
  transition: opacity 0.8s ease 0.5s;
}
.pc #logo_image img {
  max-height: 50px;
  width: auto;
  transition: opacity 0.3s ease-in-out;
}
.pc #logo_image img:hover {
  opacity: 0.5;
}

#index_news {
  width: 90%;
}

.front_catch_box {
  max-width: 900px;
  margin: 0 auto;
}
.front_catch_right {
  border-left: 1px #fff solid;
}
.post_content .front_catch_left h2 {
  font-size: 34px;
  line-height: 2;
  padding-left: 50px;
}
.page-id-3652 .post_content .full-width ul li,
.page-id-3654 .post_content .full-width ul li,
.page-id-3708 .post_content .full-width ul li,
.page-id-3656 .post_content .full-width ul li,
.page-id-3658 .post_content .full-width ul li,
.page-id-3712 .post_content .full-width ul li {
  line-height: 1.4;
  margin: 15px 0;
}
@media only screen and ( max-width: 1200px ) {
  .vk_outer-paddingVertical-use.full-width {
    padding-bottom: 3.7em;
  }
}
@media only screen and ( max-width: 992px ) {
  .front_catch_left h2 {
   padding-left: 0;
  }
}

@media only screen and ( max-width: 770px ) {
  .front_catch {
    border-right: none;
  }
  .front_catch h2 {
    text-align: center;
  }
  .post_content .front_catch_left h2 {
    font-size: 24px;
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .front_catch_sub .link_arrow {
    margin: 0 auto;
  }
  .front_catch_right {
   border-left: none;
  }
  .top_catch_box .wp-block-buttons.is-layout-flex {
    display: block;
    text-align: center;
  }
}
/* footer_image_carousel */
#footer_image_carousel-track { /* ちらつき防止 */
  background-color: #000;
}
ul#footer_image_carousel-list { /* ちらつき防止 */
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
#footer_top {
  min-width: auto;
  margin-top: 0;
}
#footer_top_inner {
  width: 100%;
  /* リンク停止 */
/*   pointer-events: none !important; */
}
#footer_bottom {
  width: 100%;
  min-width: auto;
}
#footer_bottom {
  width: 100%;
  min-width: auto;
}
#footer_bottom_inner {
  width: 100%;
}

.L3pr {
  min-height: 398px;
}

.page-id-3652 .post_content .full-width ul,
.page-id-3654 .post_content .full-width ul,
.page-id-3708 .post_content .full-width ul,
.page-id-3656 .post_content .full-width ul,
.page-id-3658 .post_content .full-width ul,
.page-id-3712 .post_content .full-width ul {
  margin-left: 0;
}

@media only screen and ( max-width: 1100px ) {
  .L3pr {
    min-height:  430px;
  }
}
@media only screen and ( max-width: 900px ) {
  .L3pr {
    min-height:  480px;
  }
}
@media only screen and ( max-width: 770px ) {
  .L3pr {
    min-height: auto;
  }
}

.M3pr {
  min-height: 348px;
}
@media only screen and ( max-width: 1100px ) {
  .M3pr {
    min-height:  390px;
  }
}
@media only screen and ( max-width: 900px ) {
  .M3pr {
    min-height:  430px;
  }
}
@media only screen and ( max-width: 770px ) {
  .M3pr {
    min-height: auto;
  }
}

/* .access_map {
  max-width: 1200px;
  margin: 0 auto 40px;
  border: 3px solid #fff;
} */
.map_bottom_txt {
  max-width: 1200px;
  margin: 0 auto;
}

body.access .post_content .access_guide div.wp-block-column p {
    margin-bottom: 0;
  }

.works_slide {
  max-width: 1200px;
  margin: 0 auto;
}
.works_slide .swiper-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.swiper-pagination {
  padding-top: 30px;
}

.vk_posts {
  max-width: 1200px;
  margin: 0 auto;
}
.btn-primary {
  color: #fff;
  background-color: #2E6DA4;
  border-color: #2E6DA4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2E6DA4;
  border-color: #2E6DA4;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}
.btn-default {
  color: #2E6DA4;
  background-color: #fff;
  border-color: #2E6DA4;
}
.btn-default:hover {
  color: #2E6DA4;
  background-color: #fff;
  border-color: #2E6DA4;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}
.btn-warning {
  color: #fff;
  background-color: #ff6900;
  border-color: #ff6900;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ff6900;
  border-color: #ff6900;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}
.footer_sns_section .wp-block-columns.wp-container-20 {
  max-width: 840px;
  margin: 0 auto;
}
.footer_sns_section .vk_outer_container .wp-block-columns .wp-block-column .wp-block-columns  .wp-block-column .sns_icons img {
  max-width: 60px;
}
@media only screen and (max-width:770px){
  .footer_sns_section .vk_outer_container .wp-block-columns .wp-block-column .wp-block-columns  .wp-block-column .sns_icons img {
    max-width: 40px;
  }
}

/* .wp-block-vk-blocks-button-outer,
.footer_btn_box .vk_buttons_col,
.footer_btn_box .vk_buttons_col .wp-block-vk-blocks-button {
  font-size: 0;
} */
.footer_btn_box .vk_button-width-50 {
  width: 50%;
/*   width: calc(50% - 1px); */
}
.footer_btn_box .vk_button-width-50 div span {
  font-size: 15px;
}
div.vk_buttons_col .vk_button {
  margin: 0 -4px 0 0;
  border-right: 1px #999 solid;
  /* リンク停止 */
/*   pointer-events: none !important; */
}
.footer_btn_box div.vk_buttons_col .vk_button.footer_btn_right {
  margin: 0 0 0 -4px;
  border-right: none;
}
/* .footer_btn_box .wp-block-vk-blocks-button a.footer_Lbutton::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  margin-top: 10px;
  margin-left: 18%;
  transform: rotate(45deg);
} */
.footer_btn_box .wp-block-vk-blocks-button::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
/*   margin-top: 10px; */
/*   margin-left: 18%; */
  margin-top: -37px;
  margin-left: 21%;
  transform: rotate(45deg);
}
/* .footer_btn_box .wp-block-vk-blocks-button.footer_btn_left a::after {
  margin-left: 16.5%;
} */
.footer_btn_box .wp-block-vk-blocks-button:hover:after {
  margin-left: 22%;
	transition : all 0.5s ease 0s;
}
/* .footer_btn_box .wp-block-vk-blocks-button.footer_btn_left a:hover:after {
  margin-left: 17.5%;
	transition : all 0.5s ease 0s;
} */

.footer_btn_box .vk_button a.btn-lg {
  border: 0;
  border-radius: 0;
  padding: 1.1rem 1.5rem;
}
.footer_btn_box a:hover {
  border: 0;
}
.footer_btn_box .vk_button-color-custom a:hover {
  box-shadow: none;
}
.vk_buttons_col-justify-space-between {
  margin-top: -1px;
}

#footer_address .logo img {
  max-width: 180px;
}
#footer_social_link {
  left: 15px;
}

.pc #global_menu > ul > li > a {
  padding: 0 16px;
}
/* .pc #global_menu > ul > li#menu-item-168 > a {
  padding: 0 5px;
} */
@media only screen and ( max-width: 1100px ) {
  .wp-block-vk-blocks-button a::after {
    margin-left: 17%;
  }
  .wp-block-vk-blocks-button.footer_btn_left a::after {
    margin-left: 15.5%;
  }
  .wp-block-vk-blocks-button a:hover:after {
    margin-left: 18%;
  }
  .wp-block-vk-blocks-button.footer_btn_left a:hover:after {
    margin-left: 16.5%;
  }
}
@media only screen and ( max-width: 900px ) {
  #header {
    height: 70px;
  }
  #header_inner {
    height: 70px;
  }
  .pc #logo_image img {
    max-height: 42px;
  }
  .pc #global_menu > ul > li.menu-item > a {
    padding: 0 12px;
    font-size: 13px;
    height: 70px;
    line-height: 70px;
  }
  .wp-block-vk-blocks-button a::after {
    margin-left: 15.5%;
  }
  .wp-block-vk-blocks-button.footer_btn_left a::after {
    margin-left: 14%;
  }
  .wp-block-vk-blocks-button a:hover:after {
    margin-left: 16.5%;
  }
  .wp-block-vk-blocks-button.footer_btn_left a:hover:after {
    margin-left: 15%;
  }

  #previous_next_post .prev_post .image {
    margin-right: 15px;
  }
  #previous_next_post .title {
    font-size: 13px;
    line-height: 160%;
    padding: 0;
    margin: 0 12px 0 0;
  }
  #previous_next_post .next_post .title {
    margin: 0 0 0 17px;
  }
}
@media only screen and ( max-width: 770px ) {
   #previous_next_post a {
    line-height: 130%;
    height: 80px;
  }
  #previous_next_post .image {
    width: 80px;
    height: 80px;
  }
  #previous_next_post .next_post .image {
    margin-top: -1px;
  }
  .footer_btn_box .vk_button-width-50 {
    width: 100%;
  }
  .footer_btn_box .wp-block-vk-blocks-button::after {
    margin-top: -29px;
    margin-left: 43%;
  }
  .footer_btn_box .wp-block-vk-blocks-button:hover::after {
    margin-left: 44%;
  }
  .footer_btn_box div.vk_buttons_col .vk_button.footer_btn_right {
    margin: -8px 0 0 0;
    border-right: none;
    border-top: 1px #aaa solid;
  }
  .footer_btn_box .wp-block-vk-blocks-button.footer_btn_right::after {
    margin-top: -30px;
  }
  .footer_btn_box div.vk_buttons_col .vk_button.footer_btn_right a.btn-lg {
    padding: .5rem 1rem .7rem;
  }
  div.vk_buttons_col .vk_button {
    margin: 0;
    border-right: none;
  }
  div.vk_buttons_col .footer_btn_right {
    margin: 0;
    border-right: 0;
  }
/*   .wp-block-vk-blocks-button a::after {
    margin-left: 0;
    right: 30px;
  }
  .wp-block-vk-blocks-button.footer_btn_left a::after {
    margin-left: 0;
    right: 30px;
  }
  .wp-block-vk-blocks-button a:hover:after {
    margin-left: 0;
    right: 20px;
  }
  .wp-block-vk-blocks-button.footer_btn_left a:hover:after {
    margin-left: 0;
    right: 20px;
  } */
  .footer_btn_box .vk_button a.btn-lg {
    padding: .6rem 1rem;
  }
}

@media only screen and ( max-width: 480px ) {

}


/*-- BUSINESS --*/
.home #business {
  position: relative;
/*   margin-bottom: 135px; */

  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.home #business.active {
  opacity: 1;
}
.home #business .content-box {
  width: 100vw;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10;
}

.home #business .content-box a.fade {
  color: #fff;
  position: relative;
  width: 25%;
  height: 100%;
  display: inline-block;
  background: rgba(0,0,0,0.3);
  padding: 1vw;
  border-right: 1px solid #444;
}
.home #business .content-box a.fade:last-child {
  border-right: none;
}
.home #business .content-box a.fade img.object-fit-img {
  display: none;
}

.home #business .content-box a.fade .inner {
  width: 100%;
  height: 100%;
  padding: 4vw 2vw;
  border: 1px solid transparent;
  opacity: 0.4;
  display: flex;
  align-items: center;

  -webkit-transition: border 800ms 100ms, opacity 600ms;
  transition: border 800ms 100ms, opacity 600ms;
}
.pc .home #business .content-box a.fade.active .inner {
  border: 1px solid #222;
  opacity: 1;
  background: rgba(0,0,0,0.5);
}
.home #business .content-box a:hover {
  text-decoration: none;
}
.home #business .content-box a.fade .inner .float-box {
  width: 100%;
}
.home #business .content-box a.fade .inner h2.title,
.underline_deco .vk_heading h2,
h2.underline_deco {
  font-size: 1.9em;
  margin-bottom: 30px !important;
  letter-spacing: 0.1em;
  position: relative;
}
.home #business .content-box a.fade .inner h2.title::before,
.underline_deco .vk_heading h2::before,
h2.underline_deco::before {
  background-color: #aaa; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 40px; /* 線の長さ */
}
/* .home #business .content-box a.fade .inner p.subtitle {
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 10px;
} */
.home #business .content-box a.fade .inner p.business {
  line-height: 1;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* .home #business .content-box a.fade .inner .text-box {
  max-width: 320px;
} */

.home #business .content-box a.fade .inner .text-box .text-jp {
  margin-bottom: 25px;
}
.home #business .content-box a.fade .inner .text-box .text-jp p,
.home #business .content-box a.fade .inner .text-box .text-en p {
  line-height: 1;
  margin: auto;
  line-height: 1.6;
  font-size: 16px;
}
.home #business .content-box a.fade .inner .text-box .text-en p {
  letter-spacing: 0;
}

.home #business .content-bg {
  width: 100%;
  background: #000;
  padding-top: 52%;
  min-height: 610px
}
.home #business .content-bg img.ph_item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.home #business .content-bg img.ph_item.active {
  opacity: 1;
  z-index: 2;
}

.home #business .content-bg img.ph_item.active {
  opacity: 1;
  z-index: 2;
}

.vk_post_imgOuter_singleTermLabel {
  font-size: 13px;
}

.wp-block-vk-blocks-outer.vk_outer.bg_overlap {
  isolation: auto;
}
@media only screen and (max-width:770px) {
  .home #business .content-box {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home #business .content-box a.fade {
    width: 100%;
    height: auto;
    border-right: none;
    padding: 5vw;
  }
  .home #business .content-box a.fade .inner {
    opacity: 1;
    border: 1px solid #fff;
    padding: 12vw 5vw 20vw;
  }
  .home #business .content-box a.fade img.object-fit-img {
    display: block;
  }

  .home #business .content-bg {
    display: none;
  }

  .vk_post_imgOuter_singleTermLabel {
    font-size: 11px;
  }
}
/* @media only screen and (max-width:600px) {
  .mobile .page-id-3650 .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 8% 40px;
  }
} */

@media screen and (max-width: 992px) {
  .vk_buttons {
    margin-bottom: 0 !important;
  }
  #footer_address .logo img {
    max-width: 150px
  }
  #footer_social_link {
    left: 0;
  }
  ul#footer_social_link li {
    margin: 5px 5px 0 0;
  }
  .mobile .mobile_header_fix div#header_slider {
    margin-top: 55px;
    max-height: 740px;
  }
}
#footer_top {
  background: url("/cms/wp-content/themes/tarumoto2023/images/footer_bg2.jpg") !important;
  background-size:contain;
  margin-top: 0 !important;
}
#footer_top_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 15px;
}
#footer_address .logo {
  margin: 0;
}
#footer_address .info {
  margin: 40px 0 10px 0;
  color: #fff;
}
#footer_address a.button {
  margin: 10px 0 0 0;
}
#footer_menu_widget_area {
  float: right;
  width: calc(100% - 300px);
}
#footer_menu {
  width: calc(100% - 300px);
}
#footer_menu.footer_menu_num4 .footer_menu {
  margin: 0 33px 0 0;
  width: calc(25% - 25px);
}

.footer_menu ul.menu li:first-child a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer_menu ul.menu li a {
  font-size: 14px;
  color: #eee;
}
#footer-menu2 ul.wp-tag-cloud li a {
  font-size: 14px !important;
}
#footer_address .info p {
  font-size: 14px;
}
#footer_address .info p a {
  color: #fff;
}
.footer_privacy {
  margin: 20px 0 0;
}
.footer_privacy a {
  color: #fff;
}
#footer_social_link {
  display: none;
}
@media only screen and (max-width:992px) {
  div#footer_address {
    background: inherit !important;
  }
  #footer_menu.footer_menu_num4  {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:770px) {
  div#footer_address {
    background: #222 !important;
    padding: 50px 10px 50px;
  }

}


.splide-outer {
  max-width: 960px;
  margin: auto;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* works */
/* .swiper-container-horizontal>.swiper-pagination-bullets {
  clear: both;
  margin-top: 40px;
} */

.works_slide .vk_slider {
  width: 100%;
  max-width: 1200px;
}
.works_slide .vk_slider .swiper-wrapper {
  margin-left: 0;
}
.works_slide .vk_posts .card-post.vk_post-col-xl-3 {
    width:95%;
  }
.works_slide .vk_post.card {
  margin: 0 0 40px;
}
.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev {
  display: none;
}
.works_slide .vk_post_body.card-body {
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.vk_slider .vk_post_title.card-title {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  width: 100%;
}
.vk_slider .vk_post_title.card-title a {
  display: block;
  height: 2.4rem;
}
.vk_slider .vk_post_taxonomies {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  display: block;
  width: 100%;
  margin-top: .4rem;
}
.vk_slider .vk_post_excerpt.card-text {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
  height: 1.6rem;
  overflow: hidden;
  margin: .2rem 0 0;
  font-size: 16px;
  opacity: 1;
}
/* .vk_slider .vk_post_imgOuter_singleTermLabel, */
.vk_slider .vk_post_taxonomy_title,
.vk_slider .vk_post_taxonomy-works-tag {
  display: none;
}
.vk_slider .vk_post_taxonomy_terms {
  padding-left: 0;
  font-size: 15px;
}
.post_content .vk_slider dl {
  margin-bottom: 0;
}
.post_content .vk_slider dd {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #2E6DA4;
}
.post_content .vk_slider dd a {
  color: #fff;
  font-weight: bold;
  display: block;
}

.works_archive_category {
  position: sticky;
  z-index: 1000;
  top:0;
/*   margin-bottom: -30px; */
  background: none;
  text-align: right;
}
.works_archive_category a {
  display: inline-block;
  padding: 4px 8px;
  background-color: #aaa;
  color: #fff;
  font-size: 13px;
}

/* TOP */
.vk_post .vk_post_date {
  font-size: 14px;
  font-family: sans-serif;
}
.vk_posts .vk_post h5.vk_post_title {
  font-size: 16px;
/*   height: 2.6rem; */
  line-height: 1.3;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.works_slide .vk_post .vk_post_title a .vk_post_title_new {
/*     display: block; */
    float: right;
}
.page_navi {
  margin: 40px 0 0;
}
/* main col */
@media only screen and (max-width: 1250px) {
  #bread_crumb ul {
    width: 100%;
    padding-left: 25px;
  }
  #main_col {
    width: 100%;
  }
  .single-recruit #main_col {
    padding: 0 20px 0;
  }
  #left_col {
    width: 65%;
  }
  #side_col {
    width: 30%;
  }
  #previous_next_post .prev_post, #previous_next_post .next_post {
    width: 50%;
   margin-right: -1px;
  }
  #related_post ul {
  display: flex;
  justify-content: flex-start;
  }
  #related_post li {
    width: calc( 33% - 20px );
    margin: 0 20px 20px 0;
  }
  #related_post li .image {
    width: 100%;
    height: auto;
  }
  #related_post li .title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #bread_crumb ul {
    padding-left: 0;
  }
}

#post_title_box {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
/*   margin: 0 0 50px 0; */
  padding: 5rem 0 0;
  height: 14rem;
}
#post_title_box2 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.page-template h2#post_title {
/*   border-bottom: 1px #ccc solid; */
  text-align: center;
  font-size: 40px;
/*   margin: 3.5rem 0 3.5rem; */
}
.page-template .post_content p {
  line-height: 1.9;
}
.page-template .post_content .company_news p {
  margin: 0;
}

/* works */
/* プロジェクト　コンテンツ */
#index_project {
  width:1250px; margin:0 auto; padding:0 25px 0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#index_project .catchphrase { text-align:center; margin:0 0 100px 0; }
#index_project .catchphrase .headline { font-size:40px; line-height:200%; margin:0 0 5px 0; }
#index_project .catchphrase .desc { font-size:14px; line-height:2.2; margin:0 0 35px 0; }

/* プロジェクトリスト */
#works_list li { float:left; width:calc(25% - 4px); height:290px; margin:2px; overflow:hidden; position:relative; }
#works_list .image { display:block; height:100%; margin-top: -30px;}
#works_list img {
  width: 300px; height: auto;
  display:block;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
  -webkit-backface-visibility:hidden; backface-visibility:hidden;
}
#works_list li:hover img {
  -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
#works_list .image:before {
  width:300px; height:300px; display:block; content:''; background:rgba(0,0,0,0.5); position:absolute; z-index:2;
  opacity:0; -webkit-transition: opacity 0.6s; transition: opacity 0.6s;
}
#works_list li:hover .image:before { opacity:1; }
#works_list .title {
  display:block; padding:6px 8px 8px 8px; color:#333; background:rgba(255,255,255,0.85); width:100%;  line-height:1.6; font-size:13px; text-decoration:none; position:absolute; z-index:3;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
/*     margin-top: -49px; */
    bottom: 0;
    border-left: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
/*   -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; */
}
#works_list .title .works_archive_desc {
    font-size: 14px;
}
/* #works_list li:hover .title {
  -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0);
} */
#works_list li:nth-child(4n) .title {
    border-right: 1px #ddd solid;
}
#works_list .title span { display:block; font-size:12px; height: 22px; overflow: hidden;}
#works_list .title span.works_title { margin:0; color:#333; font-size:16px; font-weight: bold; }

  /* pager */
/*   #works_list ~ .page_navi{ margin-top: 30px; } */
/* ソートボタンと記事一覧 */
#works_list li.active {
  -webkit-transform: translateY(50px); transform: translateY(50px);
  -webkit-animation: moveUp 0.65s ease forwards 0.5s; animation: moveUp 0.65s ease forwards 0.5s;
}
#works_catgory_sort { margin:0 0 50px 0; }
.post-type-works #main_col #works_catgory_sort.category,
.archive.tax-works-cat #works_catgory_sort,
.archive.tax-works-tag #works_catgory_sort { margin:0 0 30px 0; }
#works_catgory_sort li {
  float:left; width:16.666%; border:1px solid #ccc; border-right:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; position: relative;
}
#works_catgory_sort li a { font-size:14px; display:block; background:#fff; color:#333; text-decoration:none; text-align:center; height:40px; line-height:40px; width: 100%; }
#works_catgory_sort li:nth-child(6n), #works_catgory_sort li:last-child { border-right:1px solid #ccc; }
#works_catgory_sort li a.active, #works_catgory_sort li a:hover, #works_catgory_sort li.current-cat a { color:#fff; background:#2E6DA4; }
#works_catgory_sort li::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #2E6DA4;
  border-right: solid 2px #2E6DA4;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(45deg);
}
#works_catgory_sort li.current-cat::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#works_catgory_sort li:hover:after {
  right: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
	transition : all 0.5s ease 0s;
}

#works_catgory_sort .current-cat + li:nth-child(7n) { border-color: #ccc!important; }

div#works_tag_cloud {
  margin: 0 0 50px 0;
  border: 1px #ccc solid;
  background-color: #f4f4f4;
}
#works_tag_sort { margin:5px; }
#works_tag_sort li {
  font-size: 13px;
  padding: 0;
  margin: 3px;
  background-color: #cadced;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
 #works_tag_sort li:hover, #works_tag_sort li.current-tag { color:#fff; background:#337ab7; }
#works_tag_sort li a:hover, #works_tag_sort li.current-tag a { color:#fff; }
#works_tag_sort li a { display: block; width: 100%; padding: 8px 25px; }
#works_tag_sort li::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #2E6DA4;
  border-right: solid 2px #2E6DA4;
  position: absolute;
  top: 11px;
  right: 10px;
  transform: rotate(45deg);
}
#works_tag_sort li.current-tag::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#works_tag_sort li:hover:after {
  right: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
	transition : all 0.5s ease 0s;
}

@media only screen and (max-width: 1250px) {
  #works_list li {
    width: calc(25% - 4px);
    height: 25%;
  }
  #works_list img {
    width: 100%;
  }
  #works_list .title {
    bottom:0; 
 }
}

@media only screen and (max-width: 770px){
  #works_list li {
    width: calc(50% - 4px);
    height: 50%;
  }
  div#archive_catchphrase .headline {
    font-size: 30px;
  }
  #works_catgory_sort {
    border-bottom: 1px #ccc solid;
  }
/*   #works_catgory_sort li#works_catgory_all,
  #works_catgory_sort li:first-child {
    width: 100%;
    display: block;
    border-right: 1px #ccc solid;
    border-bottom: 0;
  } */
  #works_catgory_sort li {
    width:50%;
    border-bottom: 0;
  }
  #works_catgory_sort li:nth-child(even) {
    border-right: 1px #ccc solid;
  }
  .page div#main_col,
  .archive div#main_col {
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 0;
  }
  #works_list li:nth-child(4n) .title {
    border-right: 0;
  }
  #works_list li .title {
    padding: 10px 10px 5px;
    margin-top: -37px;
    border-left: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  #works_list li:nth-child(even) .title {
    border-right: 1px #ddd solid;
  }
  #works_list .title span.works_title {
    font-size: 12px;
    line-height: 1.6;
  }
  #works_list .title .works_archive_desc {
    font-size: 12px;
    line-height: 1.5;
  }
  #works_tag_sort li {
    font-size: 13px;
    text-align: center;
    width: calc(33.3% - 6px);
  }
  #works_tag_sort li a {
    padding: 8px 10px 7px 2px;
  }
}

/* 詳細ページ */
#works_side_content { background:#f4f4f4; padding:20px 25px 20px; line-height:1.8; }
/* #works_side_content h3 { background:#2E6DA4; height:45px; line-height:45px; font-size:14px; text-align:center; color:#fff; margin:-25px -25px 25px; } */
/* #works_side_content h3 a { color:#fff; font-weight:400; } */
#works_side_content h3 { font-weight:bold; font-size:22px; line-height:1.5; margin-bottom: 15px; }
#works_title { font-size:20px; margin:0; }
#works_catch { font-size:14px; margin:10px 0 10px 0; padding: 3px 10px; background-color: #999; color: #fff; line-height: 1.5; }
#works_category { font-size:15px; margin:10px 0 10px 0; padding: 3px 10px; background-color: #2E6DA4; color: #fff; line-height: 1.5;display: inline-block; }
#works_category:hover { opacity: 0.7; }
#works_category a {
  color: #fff;
  padding: 0px 20px;
}
#works_side_content .post_content { font-size:14px; margin:25px 0 0 0; }
#works_side_content .post_content p { line-height:2.4; }
#works_related { clear:both; padding:50px 0 0 0; }
#works_related .headline { background:#000; color:#fff; height:55px; line-height:55px; padding:0 30px; }

.post_content .works_pager { margin-left:0; margin-bottom:50px; text-align:center; }
.works_pager li { display:inline-block; list-style-type:none; }
.works_pager li + li { margin-left:6px; }
.works_pager li a { background:#ccc; color:#fff; display:block; font-size:18px; line-height:50px; width:50px; height:50px; }
.works_pager li a:hover { text-decoration:none; }
.works_pager li a:hover::before, .works_pager li a:hover::after { color: #fff; }
.works_pager_prev a:before { content:"\e90f"; font-family:"design_plus"; }
.works_pager_next a:after { content:"\e910"; font-family:"design_plus"; }

/* ウィジェット */
#footer_widget .works_list_widget li { width:80px; height:80px; }
#footer_widget .works_list_widget li:nth-child(7), #footer_widget .works_list_widget li:nth-child(8), #footer_widget .works_list_widget li:nth-child(9) { margin-bottom:0!important; }

/* works  */
#works_list {
  margin-left: -2px;
  margin-right: -2px;
}
.works_list_widget { overflow:hidden; }
.works_list_widget .side_headline { margin-bottom:5px; }
.works_list_widget ol { margin:0 -10px 0px 0; position:relative; }
.works_list_widget li { float:left; margin:0 5px 5px 0 !important; padding:0 !important; width:96px; height:96px; overflow:hidden; }
.works_list_widget .image { display:block; width:96px; height:96px; }
.works_list_widget .image img { display:block; max-width:initial; width:100%; height:100%; }

/* MONOLITH用の pagebuilder のスタイル */
#works_info table, #works_info tbody, #works_info tfoot, #works_info thead, #works_info tr, #works_info th, #works_info td { padding-top:0; padding-bottom:0; }

h2.main_title {
  font-size: 32px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 3px #ccc dotted;
}
p.main_description {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
}

#before-after_box #after_box,
#before-after_box #before_box {
  display: inline-block;
  width: calc( 50% - 5px );
/*   width: 100%; */
}
#before-after_box #after_box img,
#before-after_box #before_box img {
  width: 100%;
}
#before-after_box #before_box {
  margin-left: 10px;
}
#before-after_box p.before-after_txt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: #999;
  color: #fff;
  padding: 5px;
}
#only-after_box img {
  width: 100%;
}
#gallary_line {
  border-top: 3px #ccc dotted;
  margin: 0 0 10px;
}
h3.gallary_title {
  background: #666;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  margin: 0;
  font-size: 100%;
}
#gallary_box {
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-start;
}
#gallary_box .gallary_item {
  width: calc( 25% - 7px );
  margin: 10px;
}
#gallary_box .gallary_item:nth-of-type(1n) {
  margin-left: 0;
}
#gallary_box .gallary_item:nth-of-type(4n) {
  margin-right: 0;
}
ul.works_tag_box li {
  font-size: 12px;
  padding: 1px 6px;
  margin: 0 5px 5px 0;
  background-color: #cadced;
  border-radius: 2px;
  display: inline-block;
}
.note_txt { margin-bottom: 30px; font-size: 13px; }
@media only screen and (max-width: 770px) {
  #before-after_box #after_box,
  #before-after_box #before_box {
    width: 100%;
  }
  #before-after_box #before_box {
    margin-left: 0;
    margin-top: 30px;
  }

  #gallary_box {
    display: block;
    justify-content: initial;
  }
  #gallary_box .gallary_item {
    display: inline-block;
    width: calc( 50% - 8px );
    margin: 10px 10px 5px;
  }
  #gallary_box .gallary_item:nth-child(2n) {
    margin-right: 0;
  }
}

/* sns */
.single_share .share-type3 ul li a i {
  top: 0px;
}

/* blog news */
#archive_headline {
  text-align: center;
}

/* footer tag cloud */
#footer_menu #footer_menu2.footer_menu ul.wp-tag-cloud li {
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 160%;
}
#footer_menu #footer_menu2.footer_menu ul.wp-tag-cloud li a {
  font-size: 12px;
  color: #eee;
}
#footer_menu #footer-menu2.footer_menu ul.wp-tag-cloud li a:first-child {
  margin: 0;
  pointer-events: auto;
  color: #eee;
}

/* form */
.form-control {
  display: block;
  width: 100%;
/*   height: calc(1.5em + .75rem + 2px); */
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hissu {
	font-size: 11px;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.2;
	background-color: #cc0000;
	border-radius: 2px;
	margin: 0 5px;
	color: #fff;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {
	margin: 5px 0;
}
input#zip, input#zip2 {
	max-width: 160px;
}

/* table responsive */
.responsive_tbl table {
  border-collapse: collapse;
  width: 100%;
}
.responsive_tbl table th,
.responsive_tbl table td{
  padding: 10px 15px;
  border: solid 1px #ccc;
  box-sizing:border-box;
  vertical-align: middle;
  text-align: left;
}
.responsive_tbl table th {
  background: #f4f4f4;
  color: #000;
  width: 30%;
  min-width: 200px;
  white-space: nowrap;
}
table.inner_tbl {
  border: none;
  margin: 0 !important;
}
table.inner_tbl th {
  width: 20% !important;
  font-weight: normal !important;
  text-align: left;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  white-space: nowrap;
}
table.inner_tbl td {
  border: none !important;
  padding: 0 !important;
}
table.inner_tbl.border_bottom tr {
  border-bottom: 1px dotted #ccc;
}
table.inner_tbl.border_bottom tr:first-child {
  border-top: 1px dotted #ccc;
}
table.inner_tbl.border_bottom th {
  padding-left: 20px !important;
}
@media screen and (max-width: 900px) {
  .responsive_tbl table.inner_tbl th {
    min-width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .responsive_tbl table {
    width: 100%;
  }
.responsive_tbl table th,
.responsive_tbl table td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
.responsive_tbl table tr:last-child{
    border-bottom: solid 1px #ccc;
  }
 .post_content table.inner_tbl th,
 .post_content table.inner_tbl td {
    width: 100% !important;
    display: inline-block !important;
  }
}

table.responsive_tbl {
  border-collapse: collapse;
  width: 100%;
}
table.responsive_tbl th,
table.responsive_tbl td{
  padding: 10px 15px;
  border: solid 1px #ccc;
  box-sizing:border-box;
  vertical-align: middle;
  text-align: left;
}
table.responsive_tbl th {
  background: #f4f4f4;
  color: #000;
  min-width: 140px;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  table.responsive_tbl {
    width: 100%;
  }
  table.responsive_tbl th,
  table.responsive_tbl td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.responsive_tbl tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  table.responsive_tbl table.inner_tbl th,
  table.responsive_tbl table.inner_tbl td {
    display: inline-block;
    width: auto;
  }

  table.responsive_tbl table.inner_tbl th {
    width: 55% !important;
  }
  table.responsive_tbl table.inner_tbl td {
    width: 40% !important;
  }
  table.responsive_tbl table.inner_tbl tr:last-child {
  border-bottom: none;
  }
}


.grecaptcha-badge { visibility: hidden; }
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
  font-weight: normal;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}

/* メニュー */
.pc #global_menu ul ul {
    top: 80px;
    z-index: 100;
}

/* 全幅 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.worries-width{
			 padding:0 18px 0 18px;
}

/* 高さマイナス */
.minas_height {
  margin-height: -200px;
}


/* カラム内テキスト */
.column-text{
	padding: 0 16px 0 16px;
}

/* 見出し */
.h2-gd {
    background: -webkit-linear-gradient(-90deg, #0072b4 0%, #7bc0be 72%, #afebea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post_content .h2-gd h2 {
	margin: 1em 0 .4em 0;
}
.post_content .h3_titlesub h3 {
	margin: 1em 0 .2em 0;
}
.post_content h2.h2_problem {
/* 	margin: 1.5em 0; */
}
.post_content .h3_problem h3 {
	margin: 1em 0;
}
.post_content .h3_step h3 {
	margin: 0 0 .4em;
}
.post_content h2.h2-back{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	margin: 0 0 5rem;
}

 .mobile .post_content h2.h2_problem {
    font-size: 33px !important;
  }
  .mobile .full-width ul.is-style-vk-check-mark {
    font-size: 19px !important;
  }
/* 業務案内 */
.page-id-3650 .post_content h2 {
    margin: 0em 0 1.3em 0;
}
.page-id-3650 .wp-block-vk-blocks-button a::after {
			display:none;
}

/* クレーン */
.page-id-3652 figure.aligncenter.size-full.is-resized {
    text-align: center;
}

/* パーキング */
.page-id-3656 .wp-block-column.has-background.is-layout-flow {
    margin: 0 calc(50% - 50vw);
    padding: 2em calc(50vw - 50%);
}
.page-id-3656 .parking-mein {
    padding-left: 30px;
    padding-right: 30px;
}
.page-id-3656 .wp-block-columns.wp-container-24 {
    margin-bottom: 0em;
}

.page-id-3656 figure.aligncenter.size-full.is-resized {
    text-align: center;
}

/* ボイラ */
.page-id-3654 .wp-block-image {
    text-align: center;
}
.page-id-3654 .wp-block-column.has-background.is-layout-flow {
    margin: 0 calc(1px - 1px);
    padding: 30px 16px 0px 16px;
	   border-radius: 20px;
}
.page-id-3654 .wp-block-columns.has-background.is-layout-flex.wp-container-38 {
    padding: 30px 16px 60px 16px;
    border-radius: 20px;
}
.page-id-3654 .wp-block-columns.has-background.is-layout-flex.wp-container-41 {
	   padding: 30px 16px 30px 16px;
    border-radius: 20px;
}
.page-id-3654 .wp-block-columns.has-background.is-layout-flex.wp-container-44{
			padding: 30px 16px 0px 16px;
    border-radius: 20px;
}
#boiler-back {
    margin-top: -27rem;
}

/* オーダーメイド */
.page-id-3658 figure.aligncenter.size-full.is-resized {
    text-align: center;
}
.page-id-3658 #boiler-back {
    margin-top: -16.5rem;
}


/* 各種配管工事 */
/* .page-id-3708 .post_content p{
    padding: 0 10px 0 10px;
} */
.page-id-3708 .wp-block-vk-blocks-button a::after{
			display:none;
}
/* .page-id-3708 .post_content h3 {
    margin: 0;
} */
.page-id-3708 figure.aligncenter.size-full.is-resized {
    text-align: center;
}
.page-id-3708 .wp-block-columns.is-layout-flex.wp-container-49 {
  display:none;
}
/* 機械式駐⾞場の平⾯化サービス */
.page-id-3712 .wp-block-image {
    text-align: center;
}
.page-id-3712 .post_content th {
    background: #2E6DA4;
    font-weight: bold;
    color: #ffffff;
}
#flattening-back {
		margin-top: -16rem;
		z-index: 0;
}
.page-id-3712 .column-flattening1{
	   min-height: 260px;
}
.page-id-3712 .column-flattening2{
	   min-height: 260px;
}
.page-id-3712 .column-flattening3{
	   min-height: 260px;
}
.page-id-3712 .post_content td, .page-id-3712 .post_content th {
    border: 1px solid #bbb;
}
.page-id-3712 .wp-block-columns.full-width.is-layout-flex.wp-container-34 {
    background: #F3F4F5;
}
.page-id-3712 .post_content h4 {
    margin: 0em 0 1em 0;
}
.page-id-3712 a.vk_button_link.btn.has-text-color.is-style-outline.btn-md{
	z-index:1;
}


/* 会社案内 */
.page-id-3660 .post_content table.responsive_tbl th {
    font-weight: bold;
    width: 20%;
    text-align: left;
	   border: 1px solid #bbb;
}
.page-id-3660 .post_content h2 {
    margin: 0em 0 1.3em 0;
}
.wp-block-media-text.president_sign .wp-block-media-text__content {
	padding: 0 4%;
}
.page-id-3660 .post_content .aligncenter {
  text-align: center;
}
.page-id-3660 .post_content .aligncenter a:hover {
  opacity: 0.8;
  transition : all 0.5s ease 0s;
}

@media screen and (max-width: 640px) {
.page-id-3660 table {
    width: 90%;
    margin: 0 auto;
			font-size:16px;
  }
.page-id-3660 table.responsive_tbl th,
.page-id-3660 table.responsive_tbl td {
    display: block;
			width: 100% !important;
  }
}

/* 沿革 */
.page-id-3662 .post_content th {
    background: #2E6DA4;
    color: #ffffff;
    font-weight: bold;
}
.page-id-3662 .post_content td, .page-id-3662 .post_content th {
    border-bottom: 1px solid #bbb !important;
	   border-top: 1px solid #bbb !important;
    padding: 10px 15px;
    line-height: 1.5;
}
.page-id-3662 .post_content td, .page-id-3662 .post_content th {
    border: 0px solid #bbb;
}
.page-id-3662 tr, 
.page-id-3662 th,
.page-id-3662 td {
    vertical-align: middle;
}
.margintop-40 {
  margin-top: -40px !important;
}
.margintop-60 {
  margin-top: -60px !important;
}
.margintop-80 {
  margin-top: -80px !important;
}
.margintop-100 {
  margin-top: -100px !important;
}
.margintop-120 {
  margin-top: -120px !important;
}
.margintop-140 {
  margin-top: -140px !important;
}
.margintop-160 {
  margin-top: -160px !important;
}
.margintop-180 {
  margin-top: -180px !important;
}
.margintop-200 {
  margin-top: -200px !important;
}
.margintop-220 {
  margin-top: -220px !important;
}
.margintop-240 {
  margin-top: -240px !important;
}
.margintop-260 {
  margin-top: -260px !important;
}
.margintop-280 {
  margin-top: -280px !important;
}
.margintop-300 {
  margin-top: -300px !important;
}
.margintop-320 {
  margin-top: -320px !important;
}
.margintop-340 {
  margin-top: -340px !important;
}
.margintop-360 {
  margin-top: -360px !important;
}
.margintop-380 {
  margin-top: -380px !important;
}
.margintop-400 {
  margin-top: -400px !important;
}
.margintop-p40 {
  margin-top: 40px !important;
}
.margintop-p60 {
  margin-top: 60px !important;
}
.margintop-p80 {
  margin-top: 80px !important;
}
.cool-vertical-timeline-body .left_hcont .timeline-content .story-time {
  width: 300px;
  top: 18px;
  left: calc(50% - 250px);
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .left_hcont-no_month .timeline-content .story-time {
  width: 300px;
  top: 18px;
  left: calc(50% - 280px);
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .left_hcont .timeline-content .story-time p {
  font-size: 15px;
  background: #fff;
  border-radius: 0 0 0 8px;
  display: inline-block;
  padding: 0 6px 6px 12px;
}
.cool-vertical-timeline-body .left_hcont-no_month .timeline-content .story-time p {
  font-size: 15px;
  background: #fff;
  border-radius: 0 0 0 8px;
  display: inline-block;
  padding: 0 6px 6px 12px;
}
.cool-vertical-timeline-body .right_hcont .timeline-content .story-time {
/*   bottom: 90px; */
  top: 18px;
  right: 5px;
  padding: 0 10px 0 0;
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .right_hcont .timeline-content .story-time p {
  font-size: 15px;
  background: #fff;
  border-radius: 0 0 0 8px;
  display: inline-block;
  padding: 0 12px 6px;
}

.cool-vertical-timeline-body .timeline_noimg.left_hcont .timeline-content .story-time {
  top: 25px;
  left: calc(50% - 275px);
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .timeline_noimg.left_hcont.year_long .timeline-content .story-time {
  left: calc(50% - 350px);
  width: 340px;
}
.cool-vertical-timeline-body .timeline_noimg.left_hcont-no_month .timeline-content .story-time {
  top: 25px;
  left: calc(50% - 295px);
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .timeline_noimg.left_hcont .timeline-content .story-time p,
.cool-vertical-timeline-body .timeline_noimg.left_hcont-no_month .timeline-content .story-time p {
  font-size: 15px;
}
.cool-vertical-timeline-body .timeline_noimg.right_hcont .timeline-content .story-time {
  top: 20px;
  right: 15px;
  padding: 0 10px 0 0;
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .timeline_noimg.right_hcont0 .timeline-content .story-time {
  top: 26px;
  right: 0;
  padding: 0 10px 0 0;
  position: absolute;
  z-index: 100;
}
.cool-vertical-timeline-body .timeline_noimg.right_hcont .timeline-content .story-time p,
.cool-vertical-timeline-body .timeline_noimg.right_hcont0 .timeline-content .story-time p {
  font-size: 15px;
}

@media screen and (max-width: 770px) {
.margintop-40,
.margintop-60,
.margintop-80,
.margintop-100,
.margintop-120,
.margintop-140,
.margintop-160,
.margintop-180,
.margintop-200,
.margintop-220,
.margintop-240,
.margintop-260,
.margintop-280,
.margintop-300,
.margintop-320,
.margintop-340,
.margintop-360,
.margintop-380,
.margintop-400,
.margintop-p40,
.margintop-p60,
.margintop-p80 {
  margin-top: 0 !important;
}
  .cool-vertical-timeline-body .left_hcont .timeline-content .story-time,
  .cool-vertical-timeline-body .left_hcont-no_month .timeline-content .story-time,
  .cool-vertical-timeline-body .timeline_noimg.left_hcont .timeline-content .story-time,
  .cool-vertical-timeline-body .timeline_noimg.left_hcont-no_month .timeline-content .story-time {
  top: inherit;
  margin-top:20px;
  margin-left: inherit;
  position: static;
  }
  .cool-vertical-timeline-body .right_hcont .timeline-content .story-time,
  .cool-vertical-timeline-body .timeline_noimg.right_hcont .timeline-content .story-time,
  .cool-vertical-timeline-body .timeline_noimg.right_hcont0 .timeline-content .story-time {
  top: inherit;
  margin-top:20px;
  margin-right: inherit;
  position: static;
  padding: 0 0 0 40px;
  }
  .cool-vertical-timeline-body .left_hcont .timeline-content .story-time p,
  .cool-vertical-timeline-body .right_hcont .timeline-content .story-time p,
  .cool-vertical-timeline-body .left_hcont-no_month .timeline-content .story-time p {
    background: inherit;
    padding: 0;
  }
  .cool-vertical-timeline-body .timeline_noimg.left_hcont.year_long .timeline-content .story-time {
    width: 380px;
  }
}
@media screen and (max-width: 640px) {
.page-id-3662 .post_content th {
   display: block;
   width: 100%;
}
.page-id-3662 .post_content td, .page-id-3662 .post_content th {
   border-bottom:0px solid #bbb !important;
}
}

.timeline_noimg .story-image {
  line-height: 1;
  font-size: 1px;
}
.cool-vertical-timeline-body .timeline_noimg .timeline-content .story-details h3.timeline-block_title  {
  margin: 0 0px 5px 0px;
  padding: 0;
}
.cool-vertical-timeline-body.both-sided .timeline_noimg .timeline-content .position-right .story-details, .cool-vertical-timeline-body.alternating-sided .timeline_noimg .timeline-content .position-right .story-details, .cool-vertical-timeline-body.one-sided.left .timeline_noimg .timeline-content .story-details {
  padding: 15px 20px 20px 20px;
}

/* 採用情報 */
.page-id-4357 input.btn.btn-primary {
   width: 80%;
   padding: 14px 0 14px 0;
   transform: translateX(15%);
		background-color: #2E6DA4;
}
.page-id-4357 th{
	font-weight:bold;
  }
.page-id-4357 a.btn.btn-primary.btn-sm {
   color: #ffffff;
   background-color: #2E6DA4;
}

#merit_box {
/*   max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  align-content: flex-start; */
  margin: 30px 0 30px 0;
}
#merit_box .item {
  display: inline-block;
  width: calc(14.28% - 9px);
  margin: 0 10px 8px 0;
}
#merit_box .item.spacer {
  display: none;
}
#merit_box .item:nth-child(7n) {
  margin: 0 0 8px 0;
}
#merit_box .item img {
  width: 100%;
  max-width: 290px;
}
.vk_jobInfo table.vk_jobInfo_table tbody tr:first-child td {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
}
.vk_jobInfo table.vk_jobInfo_table tbody tr td table tr:first-child td {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 770px) {
.page-id-4357 table {
   width: 90%;
   margin: 0 auto;
		font-size:16px;
  }
.page-id-4357 th, .page-id-4357 td {
		display: block;
		width: 100% !important;
  }

  #merit_box .item {
    width: calc(25% - 8px);
   margin: 0 10px 10px 0;
  }
  #merit_box .item:nth-child(7n) {
    margin: 0 10px 10px 0;
  }
  #merit_box .item:nth-child(4n) {
    margin: 0 0 10px 0;
  }
  #merit_box .item.spacer {
    display: inline-block;
  }
  #merit_box .item img {
    width: 100%;
    max-width: 100%;
  }
}
	
/* サイドバー */
h3.side_headline a {
   color: #ffffff;
}


/* 採用情報 */
table.table td a.btn {
  color: #fff;
}
table.table td a.btn:hover {
  text-decoration: none;
}

table.vk_jobInfo_table tr th {
  white-space: nowrap;
  background-color: #e3edf6;
}
table.vk_jobInfo_table tr:nth-child(2) td {
  padding: 0;
}
table.vk_jobInfo_table table.table {
  margin: 0;
}
table.vk_jobInfo_table table.table tr th {
  background-color: #eee;
  border-left: 0;
}
table.vk_jobInfo_table table.table tr td {
  padding: 10px 15px;
  border-right: 0;
}
table.vk_jobInfo_table table.table tr:first-child th,
table.vk_jobInfo_table table.table tr:first-child td {
  border-top: 0;
}
table.vk_jobInfo_table table.table tr:last-child th,
table.vk_jobInfo_table table.table tr:last-child td {
  border-bottom: 0;
}
body.single-recruit h2#post_title,
body.single-recruit h2#form_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  table.vk_jobInfo_table {
    width: 100%;
  }
  table.vk_jobInfo_table th,
  table.vk_jobInfo_table td {
    display: block;
    width: 100%;
/*     border-bottom:none; */
  }
  table.vk_jobInfo_table table tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  table.vk_jobInfo_table table.job_inner_tbl th {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  table.vk_jobInfo_table table.job_inner_tbl tr:first-child th {
    border-bottom: 1px solid #bbb;
  }
  table.vk_jobInfo_table table.job_inner_tbl td {
    border-left: 0;
  }
}

.page-id-3669 .post_content th {
		background: #f4f4f4;
}
.page-id-3669 .post_content th , .page-id-3669 .post_content td{
		border: solid 1px #ccc;
}

/* 樽本産業株式会社 */
.page-id-3669 .post_content th {
    background: #f4f4f4;
    font-weight: normal;
}
.page-id-3669 .post_content td, .page-id-3669 .post_content th {
    border: 1px solid #ccc;
}

/* mw wp form共通 */
.mw_wp_form input {
  font-size: 16px !important;
}
.mw_wp_form .responsive_tbl table {

}
.mw_wp_form p {
  margin: 15px 0 20px;
}
.mw_wp_form p.center {
  text-align: center;
}
.mw_wp_form span.mwform-checkbox-field {
  display: inline-block;
  margin: 10px 0;
  text-align: left;
}
.mw_wp_form span.mwform-checkbox-field input[type=checkbox],
.mw_wp_form span.mwform-radio-field input[type=radio] {
   transform: scale(1.5);
}
.mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 1.2rem;
}
.mw_wp_form input.btn.btn-primary {
   width: 100%;
  max-width: 480px;
   padding: 14px 0 14px 0;
		background-color: #2E6DA4;
}
.mw_wp_form input.btn.text_back {
   padding: 14px 28px;
}
.mw_wp_form th {
		font-weight:bold;
  }
.mw_wp_form .select_box {
  position: relative;
}
.mw_wp_form .select_box {
  width: 100%;
  max-width: 280px;
}
.mw_wp_form .select_box::after {
      height: 38px;
      line-height: 38px;
      font-size: 18px;
      position: absolute;
      top: 0;
      right: 10px;
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #aaa;
      pointer-events: none;
}
.mw_wp_form.mw_wp_form_confirm .select_box::after {
      content: "";
}

.mw_wp_form .select_box select {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 38px;
  width: 100%;
}
/* simulator */
div.simulator {
  margin: 30px auto 80px;
  padding: 65px 15px 55px;
  border: 1px #ccc solid;
  border-radius: 20px;
  background-color: #f7fcff;
}
.simulator_inner {
  max-width: 840px;
  margin: 0 auto;
}
.simulator_inner table.select th {
  text-align: left;
  width: 30%;
  font-size: 20px;
}
.mw_wp_form .simulator_inner .select_box {
  width: 100%;
/*  max-width: 120px;*/
}
.mw_wp_form.simulator select {
  border: 1px #ccc solid;
  height: 38px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.simulator_resultbtn {
  max-width: 840px;
  margin: 25px auto 0;
  text-align: center;
}
.simulator_resultbtn button.simulator_calc,
.simulator_resultbtn button.simulator_reset {
  width: 100%;
  max-width: 25%;
}
.simulator_resultbox {
  max-width: 840px;
  margin: 40px auto 0;
  text-align: center;
}
.simulator_result {
  height: 4rem;
  padding: 15px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  border: 1px #ddd solid;
  border-radius: 5px;
  background-color: #fffcdd;
  margin: 0;
  color: #ff6900;
}
.simulator #totalCost {

}
.simulator .simulator_goform {
  max-width: 840px;
  margin: 40px auto 10px;
  text-align: center;
}

.mw_wp_form input.form-control.simulator_argument {
  font-size: 20px !important;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 0;
}
.mw_wp_form select.form-control.simulator_argument {
  font-size: 20px !important;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  height: 36px;
}

@media only screen and (max-width: 767px ) {
  div.simulator {
    margin: 40px auto 60px;
    padding: 15px 15px 15px;
    border: 1px #ccc solid;
    border-radius: 20px;
    background-color: #f7fcff;
  }
  .simulator_inner table.select th,
  .simulator_inner table.select td {
    display: block;
    width: 100%;
  }
  .simulator_resultbtn button.simulator_calc,
  .simulator_resultbtn button.simulator_reset {
    max-width: 100%;
    margin-bottom: 8px;
  }

  .mw_wp_form input.text_back.btn.btn-default {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* blog */
ol#blog_list {
  margin: 40px 0 50px;
}
ol#blog_list a.image {
  height: 230px;
}
#blog_list li a.image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .5);
}
@media only screen and ( max-width: 1250px ) {
  #blog_list li {
    width: calc( 33.333% - 14px );
    margin: 0 20px 20px 0;
    font-size: 14px;
  }
  #blog_list .image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  ol#blog_list li a.image {
    height: 15vh;
  }
/*   #blog_list li a.image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .5);
  } */
  ol#blog_list li .image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and ( max-width: 1000px ) {
  ol#blog_list li a.image {
    height: 13vh;
  }
}
@media only screen and ( max-width: 900px ) {
  ol#blog_list li {
    width: calc( 50% - 8px );
  }
  ol#blog_list li a.image {
    height: 19vh;
  }
}
@media only screen and ( max-width: 840px ) {
  ol#blog_list li a.image {
    height: 17vh;
  }
}
@media only screen and ( max-width: 770px ) {
  ol#blog_list li,
  ol#blog_list li:nth-child(3n) {
/*     width: calc( 50% - 8px ); */
    width: 100%;
    margin: 0 15px 15px 0;
  }
  ol#blog_list li:nth-child(2n) {
    margin: 0;
  }
  ol#blog_list li a.image {
    height: 39vh;
  }
  #blog_list .title {
    display: block;
    line-height: 140%;
    height: 2.5em;
    over-flow: hidden;
  }
}
@media only screen and ( max-width: 700px ) {
  ol#blog_list li a.image {
    height: 36vh;
  }
}
@media only screen and ( max-width: 630px ) {
  ol#blog_list li a.image {
    height: 29vh;
  }
}
@media only screen and ( max-width: 540px ) {
  ol#blog_list li a.image {
    height: 22vh;
  }
}
#main_col {
  margin: 0 auto 50px;
}
.page-id-3656 #main_col {
  margin: 0 auto 0;
}
.blog #main_col {
  padding-top: 0;
}
/* page header BG */
#archive_catchphrase,
#archive_headline {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 0;
  margin-bottom: 50px;
  padding: 5rem 0 0;
  height: 14rem;
  color: #000;
}
#archive_header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 0;
  margin-bottom: 60px;
  padding: 6rem 0 0;
  height: 14rem;
  color: #000;
}
#archive_catchphrase .headline {
  line-height: 1.5;
}

body.service #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_service.jpg);
  background-position: center;
  background-size: cover;
}
body.service #post_title_box h2 {
  color: #fff;
}
body.clane #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_clane.jpg);
  background-position: center;
  background-size: cover;
}
body.clane #post_title_box h2 {
  color: #fff;
}
body.boiler #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_boiler.jpg);
  background-position: center;
  background-size: cover;
}
body.boiler #post_title_box h2 {
  color: #fff;
}
body.parking #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_parking.jpg);
  background-position: center;
  background-size: cover;
}
body.parking #post_title_box h2 {
  color: #fff;
}
body.made-to-order #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_made-to-order.jpg);
  background-position: center;
  background-size: cover;
}
body.made-to-order #post_title_box h2 {
  color: #fff;
}
body.company #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_company.jpg);
  background-position: center;
  background-size: cover;
}
body.company #post_title_box h2 {
  color: #fff;
}
body.history #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_history.jpg);
  background-position: center;
  background-size: cover;
}
body.history #post_title_box h2 {
  color: #fff;
}
body.access #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_access.jpg);
  background-position: center;
  background-size: cover;
}
body.access #post_title_box h2 {
  color: #fff;
}
body.piping #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_piping.jpg);
  background-position: center;
  background-size: cover;
}
body.piping #post_title_box h2 {
  color: #fff;
}
body.flattening #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_flattening.jpg);
  background-position: center;
  background-size: cover;
}
body.flattening #post_title_box h2 {
  color: #fff;
}
body.contact #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_contact.jpg);
  background-position: center;
  background-size: cover;
}
body.contact #post_title_box h2 {
  color: #fff;
}
body.simulator #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/12/simulator_img.jpg);
  background-position: center;
  background-size: cover;
}
body.simulator #post_title_box h2 {
  color: #fff;
}
body.investigation-request #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/12/parking_estimate_img.jpg);
  background-position: center;
  background-size: cover;
}
body.investigation-request #post_title_box h2 {
  color: #fff;
}
body.thanks #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/12/parking_estimate_img.jpg);
  background-position: center;
  background-size: cover;
}
body.thanks #post_title_box h2 {
  color: #fff;
}
body.sangyo #post_title_box {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_sangyo.jpg);
  background-position: center;
  background-size: cover;
}
body.sangyo #post_title_box h2 {
  color: #fff;
}
body.post-type-archive-recruit #archive_catchphrase {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_recruit.jpg);
  background-position: center;
  background-size: cover;
}
body.post-type-archive-recruit #archive_catchphrase h2 {
  color: #fff;
}
body.post-type-archive-works #archive_catchphrase,
body.tax-works-cat #archive_catchphrase,
body.tax-works-tag #archive_catchphrase {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_works.jpg);
  background-position: center;
  background-size: cover;
}
body.post-type-archive-works #archive_catchphrase h2,
body.post-type-archive-works #archive_catchphrase .desc,
body.tax-works-cat #archive_catchphrase h2,
body.tax-works-cat #archive_catchphrase .desc,
body.tax-works-tag #archive_catchphrase h2,
body.tax-works-tag #archive_catchphrase .desc {
  color: #fff;
}

body.blog #archive_header {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_news.jpg);
  background-position: center;
  background-size: cover;
  padding: 0
  height: auto;
}
body.blog #archive_header h2#archive_headline {
  margin: auto;
  height: auto;
  padding: 0;
}
body.blog #archive_header h2 {
  color: #fff;
}

body.category-blog #archive_header {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_blog.jpg);
  background-position: center;
  background-size: cover;
  padding: 0
  height: auto;
}
body.category-blog #archive_header h2#archive_headline {
  margin: auto;
  height: auto;
  padding: 0;
}
body.category-blog #archive_header h2 {
  color: #fff;
}

body.category-interview #archive_header {
  background-image: url(/cms/wp-content/uploads/2023/06/pageheader_interview2.jpg);
  background-position: center;
  background-size: cover;
  padding: 0
  height: auto;
}
body.category-interview #archive_header h2#archive_headline {
  margin: auto;
  height: auto;
  padding: 0;
}
body.category-interview #archive_header h2 {
  color: #fff;
}

body.category-information #archive_header {
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_information.jpg);
  background-position: center;
  background-size: cover;
  padding: 0
  height: auto;
}
body.category-information #archive_header h2#archive_headline {
  margin: auto;
  height: auto;
  padding: 0;
}
body.category-information #archive_header h2 {
  color: #fff;
}

.qualification h2#post_title {
  padding: 5.5rem 0 0;
  height: 14rem;
  text-align: center;
  color: #fff;
  font-size: 36px;
  background-image: url(/cms/wp-content/uploads/2023/05/pageheader_qualification.jpg);
  background-position: center;
  background-size: cover;
}
.single-recruit h2#post_title {
  padding: 5.5rem 0 0;
  height: 14rem;
  text-align: center;
  color: #fff;
  font-size: 36px;
  background-image: url(/cms/wp-content/uploads/2023/06/pageheader_recruit_detail2.jpg);
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width:770px) {
  div#post_title_box {
    padding: 5rem 0 0;
    height: 12rem;
  }
  div#archive_catchphrase,
  body.blog #archive_header,
  body.category-blog #archive_header,
  body.category-interview #archive_header,
  body.category-information #archive_header {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 5rem 0 0;
    height: 12rem;
  }
  div#archive_catchphrase h2.headline {
    font-size: 16px;
    margin: 0;
  }
  div#archive_catchphrase .desc {
    text-align: center;
  }
  .recruit_link_bnr div.wp-block-column.is-layout-flow {
    margin-bottom: -15px;
  }
}

#side_col h3.side_headline {
  margin-bottom: -1px;
}
#side_col h3.side_headline a {
  display: block;
}
#side_col ul.localNavi li.page_item {
  margin-bottom: -1px;
  padding: 0;
}
#side_col ul.localNavi li.page_item a {
  border: 1px #ccc solid;
  padding: 10px 5px 10px 15px;
  width: 100%;
  display: block;
}
#side_col ul.localNavi li.page_item ul.children {
  margin: -1px 0 0;
}
#side_col ul.localNavi li.page_item ul.children li.page_item a {
  padding-left: 30px;
}

/* vk_slider_item */
.vk_slider_item_container .alert {
  font-size: 13px;
}

/* 投稿 */
.single-post h2#post_title {
  font-weight: bold;
}

.wp-block-image .aligncenter > figcaption {
  display: block;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
}
#previous_next_post .title {
  width: calc(100% - 165px);
  float: right;
  padding: 15px 0 5px;
}
#previous_next_post .title .prev_guide,
#previous_next_post .title .next_guide {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
#previous_next_post .title span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  #previous_next_post .prev_post .image {
    margin-right: 10px;
  }
  #previous_next_post .next_post .image,
  #previous_next_post .next_post img {
    margin-left: 10px;
  }
  #previous_next_post .prev_post .title {
    width: calc(100% - 150px);
    margin: 0 12px 0 0;
  }
  #previous_next_post .next_post .title {
    width: calc(100% - 150px);
    margin: 0;
  }
}
@media only screen and (max-width: 770px) {
  #previous_next_post .prev_post .title,
  #previous_next_post .next_post .title {
    width: calc(100% - 115px);
  }
}

/* TABLE */
.wp-block-table.kokka-shikaku_tbl table td,
.wp-block-table.shikaku_tbl table td  {
  border-right: 0 !important;
}
.wp-block-table.kokka-shikaku_tbl table td.has-text-align-right,
.wp-block-table.shikaku_tbl table td.has-text-align-right {
  border-left: 0 !important;
  border-right: 1px solid var(--vk-color-border-hr) !important;
}
.wp-block-table.kokka-shikaku_tbl table td.has-text-align-right {
  border-right: 1px #2e6da4 solid !important;
}
.wp-block-table.shikaku_tbl table td.has-text-align-right {
  border-right: 1px #000 solid !important;
}
/* form complete */
.complete_box {
  border: 1px #ccc solid;
  border-radius: 12px;
  background-color: #FFFFCC;
  margin: 30px 0;
  padding: 30px 15px;
}

.page-template .post_content p.low_lineheight {
  line-height: 1.2;
}