@charset "UTF-8";

body, html{
  /*font-size: 145% !important;*/
}
p, span, figcaption{
  font-size: 22px !important;
}
#wpadminbar p, 
#wpadminbar span, 
#wpadminbar figcaption {
  font-size: inherit !important; /* または 13px など管理バーの標準サイズ */
}

.enkaku-font p, 
.enkaku-font span{
  font-size: 18px !important;
}
.enkaku-font span[data-fontsize="16px"] {
  font-size: 16px !important;
}

.entry-body{
  
}

/*SPheaderここから*/
.menu a,
.menu a:visited,
.menu a:hover,
.menu a:active {
  color: #01ab48;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  position: fixed;
  top: -2px;
  right: 70px;
  z-index: 1000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  background: #01ab48;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  /*transform: scale(1);*/
  opacity: 1;
  transition-duration: 0.5s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
/*  transition: opacity 0.4s ease 0.4s;*/
/*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}
.outer-menu .checkbox-toggle:hover + .hamburger {
/*  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);*/
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-60px / 6);
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: calc(60px / 6);
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #fefefe;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  /*transform: scale(0);*//* クリック時ズームイン・アウト */
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 50px 0 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 1rem 4rem;
  margin:0;
  font-size: 18px;
  display: block;
  border-top: 1px solid #01ab48;
}
.outer-menu .menu > div > div > ul > li > ul{
  margin-bottom: 0;
}
.outer-menu .menu > div > div > ul > li > ul > li{
  font-size: 16px;
  padding: 10px 0;
}
.outer-menu .menu > div > div > ul > li > ul > li:last-child{
  padding: 0;
}

.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}

/*メニューホバー時に下線ここから*/
/*.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}*/
/*メニューホバー時に下線ここまで*/

.sub-menu-head {
	position: relative;
}
.sub-menu-head:after {
	content: "";
	position: absolute;
	top: -30px;
	bottom: 0;
	right: -55px;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #01ab48;
	border-right: 2px solid #01ab48;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.is-active .sub-menu-head:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sub-menu-nav{
	display: none;
  padding-left: 0;
}
.sub-menu-nav li{
	padding: 20px 0;
}
@media screen and (min-width: 1700px){
  .outer-menu{display: none;}
}

/*SPheaderここまで*/

/*PCheaderここから*/
.header_logo{
  object-fit: contain;
    width: 18rem;
}
.company-name{
  display: flex;
  gap: 16px;
}
.company-name a{
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-size: 17px;*/
  color: #fff;
  font-weight: bold;
  font-size: 137.5%;
}

/* パターン3 */
.l-header {
	min-height: 55px;
  display: block;
  z-index: 999;
  position: fixed;
  /*top: 32px;*/
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  /*background: #01ab48;パターン1*/
  /*background: #006500;*//*パターン2*/
  /*background: #003d20;*//*パターン3*/
  background: #04db5e;/*パターン4*/
  /*background: #00ff6b;*//*パターン5*/
/*  background-color: #023d3cba;*/
}
body.logged-in.admin-bar .l-header {
    top: 32px !important;
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: black;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;

  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: opacity .3s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding-left: 10px;
	/*padding-top: 6px;*/
}
.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}
.p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
}

.p-nav__item {
  display: inline-block;
  position: relative;
  transition: .4s;
  font-size: 14px;
  font-weight: bold;
}


.p-nav__link {
  color: #fff;
  display: block;
  padding: 20px;
  cursor: pointer;
font-size: 20px !important;
}

.p-nav__link:hover{
  color: #fff;
}

.p-nav__item.p-nav__item--acMenu>.p-nav__link {
  position: relative;
  margin-bottom: 0;
}

/*.p-nav__item.p-nav__item--acMenu>.p-nav__link::after {
  position: absolute;
  content: "▼";
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}*/


.p-nav__middle {
  display: none;
}

.p-nav__middleItem a::before {
  margin-right: 8px;
  margin-left: 8px;
  content: "-";
}


.p-nav__item.is-open .p-nav__middle {
  display: block;
}


@media screen and (min-width: 1700px) {

  .p-header__hamburger {
    display: none;
  }

  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;

  }

  .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
    width: 100%;
    max-width: fit-content;
  }

  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;

  }

  .p-nav__item {
    padding: 0 5px;
  }
  .p-nav__item ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
  .p-nav__list .p-nav__item.head-contact{
    /*background: #01893a;パターン1*/
    /*background: #004900;*//*パターン2*/
    /*background: #002814;*//*パターン3*/
    background: #00c44f;/*パターン4*/
    /*background: #00dd59;*//*パターン5*/
  }
 /* .p-nav__list .p-nav__item:nth-child(6){
    background: #F1893A;
  }*/
  .p-nav__list .p-nav__item.head-contact a{
    color: #fff;
  }


  .p-nav__item ul li {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.1s;
  }

  .p-nav__item ul li a {

    display: flex;
    align-items: center;
    padding: 13px 20px 13px 10px;
    color: #fff;
  }
  
  .p-nav__list .p-nav__item:hover{
    /*background: #01893a;*/
    background: #00c44f;
  }
  .p-nav__list .p-nav__item.head-contact:hover{
    background: #00AC45;
  }
  .p-nav__item:hover>ul>li {
    height: 48px;
    overflow: visible;
    background-color: #00c44fa1;
  }

  .p-nav__item:hover>ul>li:not(:first-child) {
    border-top: 1px solid #fff;
  }

  .p-nav__item:hover>ul>li.p-nav__middleItem:hover {
    background-color: #00c44f;
  }

  .p-nav__item:hover>ul>li.p-nav__middleItem:hover a {
    /*color: #2C2C2C;*/
  }

  .p-nav__middle {
    display: block;
    text-align: left;
  }

  .p-nav__middleItem {
    position: relative;
  }

  .p-nav__middleItem a {
    position: relative;
    white-space: nowrap;
  }

}
@media screen and (max-width: 1699px){
  .p-header__nav, .p-nav__inner{
    display: none;
  }
}
:root .has-vk-color-primary-background-color{
  background-color: #04db5e !important;
}

.head-orange{
  background: #F1893A;
}
:root .has-vk-color-primary-dark-background-color{
  background-color: #04db5e !important;
}
.vk_button .vk_button_link_caption .vk_button_link_after{
  text-shadow: unset !important;
}
.page-header::before{
  opacity: 0 !important;
}



.modal-img img{
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column; /* 縦並びにする */
}

.modal.show .modal-content {
  opacity: 1;
  transform: translateY(0);
}

.modal-content {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.modal-content img {
  max-width: 90%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}

.modal-caption {
  margin-top: 1rem;
  color: #fff;
  /*font-size: 1rem;*/
  line-height: 1.4;
  font-size: 137.5%;
}


/* スライダーの親ブロックがcolumns構造の場合 */
.top-news-item .wp-block-columns.is-layout-flex {
  
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-news-item .new-label-column {
  flex: 0 0 auto;
  padding-top: 2px;
}

.top-news-item .new-label {
  display: inline-block;
  /*background-color: #e60033;*/
  color: #ffff00;
  /*font-size: 0.8em;*/
  font-size: 100% !important;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.2;
}
/*.top-news-item .wp-block-columns:not(.is-not-stacked-on-mobile)>.new-label-space.wp-block-column{
  flex-basis: auto !important;
}*/
.construction-methods-grid > div > div:first-child{
  order: 2;
}
.construction-methods-grid > div > div:last-child{
  order: 1;
}

.timeline-wrapper {
  position: relative;
  margin: 40px 0;
}
.timeline-wrapper table tbody tr td:first-child{
  width: 22%;
    vertical-align: top;
}
.event-item{
  display: flex;
}
.event-item p{
  width: 30%;
}
.event-item figure{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex: 1;
}
.timeline-wrapper table, 
.timeline-wrapper table tbody tr td{
  border: none;
}
.timeline-wrapper table tbody tr p{
  font-size: 20px !important;
}
.top-none{
  display: none !important;
}
.timeline-wrapper table td, 
.timeline-wrapper table th{
  padding-bottom: 1rem;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.build-list-item h4{
  margin-top: -5px !important;
}
.font-18{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.news-top-list .wp-block-post-date time, 
.news-top-list .wp-block-post-title a{
  font-size: 125% !important;
}
.news-top-list h6{
  padding-top: 3px;
}
@media screen and (max-width: 768px){
  .top-news-item .wp-block-columns.is-layout-flex{
    gap: 0;
  }
}
.font-25rem{
  font-size: 2.5rem !important;
}





@media screen and (max-width: 899px){
  .p-header__nav{display: none;}
}
/*PCheaderここまで*/

@media screen and (min-width: 768px){
  .tl-sp{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .gyouji{
    display: none;
  }
  .timeline-wrapper table tbody tr td:first-child{
    padding-left: 0;
  }
}

.office-contents{
  
}
.office-contents a:hover{
  filter: unset !important;
  cursor: auto;
}



.head-facebook, 
.head-insta{
  position: relative;
}
.head-facebook::before, 
.head-insta::before{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head-facebook::before{
  background: url("/wp-content/uploads/2025/12/Facebook_Logo_Secondary.png") no-repeat center/contain;
}
.head-insta::before{
  background: url("/wp-content/uploads/2025/12/Instagram_Glyph_White-scaled.png") no-repeat center/contain;
}
.fs-20px{
  font-size: 20px;
}
.fs-20px .vk_post_imgOuter_singleTermLabel, 
.fs-20px span{
  /*font-size: 62.5% !important;*/
}

.top-recruit-h4 h4{
  font-size: 25px;
}
.sns-icon a{
  position: relative;
    z-index: 10;
  height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.sub-section.sub-section--col--two .widget .fs-20px span{
  padding: 3px;
}
.sub-section.sub-section--col--two .widget .vk_post_date.media-date{
  font-size: 14px;
}
.main-section.main-section--col--two .fs-20px span{
  padding: 12px;
  font-size: 20px !important;
}
.main-section.main-section--col--two .vk_posts-mainSection .vk_post_title.media-title{
  font-size: 20px;
}
.main-section.main-section--col--two .vk_posts-mainSection .vk_post_date.media-date{
  font-size: 14px;
}
.cp-table, .sd-table{
  font-size: 18px !important;
}
.tl-history .vk_timeline_item_caption{
  font-size: 20px;
}
.tl-history .vk_timeline_item_content{
  font-size: 22px;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
  font-size: 20px;
}
.build-list-item h4, .build-list-item h4 span{
  font-size: 25px !important;
}
.build-list-item .motouke .motouke-title, 
.build-list-item .motouke .motouke-title p, 
.build-list-item .motouke .motouke-company p{
  font-size: 20px !important;
}
@media screen and (max-width: 500px){
  .build-list-item .motouke{
    flex-direction: column;
    gap: 5px;
  }
  .build-list-item .motouke .motouke-title{
    width: fit-content;
  }
  .build-list-item .motouke .motouke-company p{
    text-align: start;
  }
  .build-list-item h4, .build-list-item h4 span{
  font-size: 22px !important;
}
}
.wp-block-column .font24px{
  font-size: 24px !important;
}
.jd-table{
  font-size: 20px !important;
}
/*.display-none{
  display: none !important;
}*/
.wp-block-image.sd-img figcaption{
  text-align: end;
  margin: 0;
}
.form-job .wpcf7-list-item-label{
  font-size: 28px !important;
}

@media (min-width: 992px) {
    /* スライダー全体（コンテナ）にアスペクト比を設定する */
    .home .swiper.top-swiper-bg, 
  .home .swiper.top-swiper-bg .vk_slider_item{
        /* 16:9 の縦横比を適用 */
        aspect-ratio: 16 / 9;
        height: auto !important;
    }
}
@media (max-width: 991px) {
  .home .swiper.top-swiper-bg, 
  .home .swiper.top-swiper-bg .vk_slider_item{
        aspect-ratio: 100 / 109;
    }
}
@media screen and (max-width: 500px){
  .home .swiper.top-swiper-bg, .home .swiper.top-swiper-bg .vk_slider_item{
    min-height: 500px;
}
}
/*.vk_slider_b5f5d21b-e752-4f52-ba01-85cf9aba1827.top-swiper-bg, 
.vk_slider_b5f5d21b-e752-4f52-ba01-85cf9aba1827.top-swiper-bg .vk_slider_item{
  
}*/
.home .swiper.top-swiper-bg, 
.home .swiper.top-swiper-bg .vk_slider_item{
  
}

.wp-block-heading.page-h1 span{
  font-size: 40px !important;
}
@media screen and (max-width: 500px){
  .wp-block-heading.page-h1 span{
    font-size: 30px !important;
  }
  .build-list-item .wp-block-cover{
    min-height: 250px !important;
  }
}

@media screen and (max-width: 781px){
  .modal-img img{
    width: 100% !important;
  }
}
.sp-sns{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
.sp-sns .sp-sns-facebook, 
.sp-sns .sp-sns-instagram{
  position: relative;
}
.sp-sns .sp-sns-facebook::after, 
.sp-sns .sp-sns-instagram::after{
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp-sns .sp-sns-facebook::after{
  background: url("/wp-content/uploads/2025/12/Facebook_Logo_Green.png") no-repeat center/contain;
}
.sp-sns .sp-sns-instagram::after{
  background: url("/wp-content/uploads/2025/12/Instagram_Glyph_Green.png") no-repeat center/contain;
}
.honsya-text{
  white-space: nowrap;
}
@media screen and (max-width: 991px){
  .honsya-text{
    white-space: normal;
  }
}
@media screen and (max-width: 515px){
  .honsya-text span br{
    display: none;
  }
}
.p-lr-0{
  padding-right: 0 !important;
  padding-left: 0 !important;
}


aside.widget .vk_posts .vk_post_imgOuter {
  background-image: none !important;
    min-height: auto;
    border: none;
}
aside.widget .vk_posts .vk_post_imgOuter_img {
	display: none;
}
aside.widget .vk_posts .vk_post_imgOuter .vk_post_imgOuter_singleTermLabel{
  left: 0;
    right: auto;
}

.philosophy-policy{
  /*font-family: "Yu Mincho", "游明朝", serif;
    font-weight: bold;*/
  font-weight: bold;
}
.philosophy-policy figure{
  display: flex;
  justify-content: center;
}
.philosophy-policy figure img{
  width: 90%;
  max-width: 500px;
}
.philosophy-wrap h2, 
.policy-wrap h2{
  font-size: 35px;
    border: none;
  margin-block-end: 0 !important;
}
.philosophy-wrap, 
.policy-wrap{
  margin-bottom: 30px;
}
.philosophy-wrap ol{
  font-size: 23px;
}
.policy-wrap ol {
  font-size: 27px;
  list-style: cjk-ideographic;
  /* ↓ これを追加 */
  padding-left: 2em;
}
.policy-wrap ol li:not(:first-child){
  line-height: 1.3;
}
.philosophy-one{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.philosophy-one li{
  display: flex;
  align-items: flex-start;
}

.philosophy-one li::before{
  content: "一、";
  flex: 0 0 auto;     /* ラベル幅固定 */
}
.policy-wrap span[data-fontsize="16px"]{
  font-size: 20px !important;
  font-weight: normal;
}
@media screen and (min-width: 1000px){
  .philosophy-wrap ol, .policy-wrap ol{
    width: fit-content;
  }
  .philosophy-wrap h2, 
.policy-wrap h2{
  font-size: 55px;
  }
  .philosophy-wrap ol{
  font-size: 32px;
}
.policy-wrap ol {
  font-size: 40px;
  }
  .philosophy-wrap{
    
  }
  .policy-wrap span[data-fontsize="16px"]{
    font-size: 30px !important;
  }
}














