@charset "UTF-8";
/*------------------------------------------*/
/*共通
/*------------------------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt";
}

.pc #global_menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc #global_menu > ul > li > a {
  font-size: 16px;
  padding: 0 12px;
}

.pc #global_menu ul ul {
  top: 100px;
}

.pc #global_menu ul ul a {
  font-size: 14px;
}

@media screen and (max-width: 770px) {
  #global_menu a {
    font-size: 16px;
  }
}
.pc #global_menu .tel {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  background: #c7e007;
  border-radius: 5px;
  padding: 8px 10px;
}
.pc #global_menu .tel span {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: bold;
}

.mobile #global_menu .tel {
  display: block;
  height: auto;
  color: #333;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  background: #c7e007;
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.mobile #global_menu .tel span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
}

/*---------*/
/*フッター
/*---------*/
#footer_address .info {
  font-size: 16px;
}
#footer_address .sns-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
}
#footer_address .sns-link a {
  transition: 0.2s;
}
#footer_address .sns-link a img {
  width: 40px;
}
#footer_address .sns-link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 770px) {
  #footer_address {
    padding: 30px 20px;
  }
  #footer_address .sns-link {
    justify-content: center;
  }
  #footer_address .sns-link a img {
    width: 30px;
  }
}
@media screen and (min-width: 771px) {
  .footer_menu {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .footer_menu:not(:last-of-type) {
    margin: 0 50px 0 0 !important;
  }
}
.footer_menu li {
  font-size: 16px;
}

.footer_menu li:first-child a, .footer_menu li:only-child a {
  color: #666 !important;
  font-size: 16px;
  margin: 0 0 15px 0;
}

#footer_top ol.project_list.clearfix {
  display: flex;
  flex-wrap: wrap;
}
#footer_top ol.project_list.clearfix li {
  float: none;
}

#footer_widget .footer_headline, #footer_widget .widget_block .wp-block-heading {
  font-size: 16px;
}

a.more-v {
  display: block;
  width: 320px;
  text-align: center;
  background: #0D0F00;
  box-sizing: border-box;
  padding: 18px 35px;
  margin: 40px auto 0;
  transition: 0.2s;
  position: relative;
}
a.more-v::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  background: #fff;
  height: 13px;
  width: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
a.more-v p {
  color: #fff;
  font-size: 20px;
  letter-spacing: -1px;
}
a.more-v:hover {
  background: #B5B5B6;
}

@media screen and (max-width: 770px) {
  a.more-v {
    width: 250px;
    padding: 15px 32px;
    margin: 30px auto 0;
  }
  a.more-v::after {
    right: 8px;
    height: 10px;
    width: 20px;
  }
  a.more-v p {
    font-size: 16px;
  }
}
#post_title {
  border-bottom: 1px solid #0D0F00;
  padding: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 770px) {
  #post_title {
    padding: 15px 10px;
  }
}
.post_content p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 770px) {
  .post_content p {
    font-size: 14px;
  }
}
.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 0px;
}

/*------------------------------------------*/
/*トップ
/*------------------------------------------*/
.mv_service_icon {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 770px) {
  .mv_service_icon {
    display: none;
  }
}
@media screen and (min-width: 771px) {
  #our_project {
    width: 1250px;
    margin: 0 auto 120px;
    padding: 0 25px 0;
    box-sizing: border-box;
  }
  #our_project .message {
    text-align: center;
  }
  #our_project .message > p {
    font-size: 18px;
    line-height: 2;
  }
  #our_project .message strong {
    display: block;
    font-size: 35px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 770px) {
  #our_project {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 30px 20px 0;
    box-sizing: border-box;
  }
  #our_project .message > p {
    font-size: 15px;
    line-height: 1.8;
  }
  #our_project .message strong {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    padding-top: 12px;
  }
}
@media screen and (min-width: 771px) {
  #index_project .catchphrase {
    margin: 0;
  }
  #project_list .image {
    position: relative;
  }
  #project_list .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #c7e007;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  #project_list .title .project_title {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #project_list .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 770px) {
  #index_project .catchphrase {
    margin: 0;
  }
  #project_list .image {
    position: relative;
  }
  #project_list .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: #c7e007;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  #project_list .title .project_title {
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
#index_news .catchphrase {
  text-align: center;
}

#index_news .catchphrase .headline {
  display: block;
}

#index_news .catchphrase .desc {
  display: block;
}

#index_info_list {
  float: left;
}

#index_event_list {
  float: right;
}

#index_news .headline {
  font-size: 16px;
}
#index_news .archive_link {
  font-size: 14px;
}
#index_news a {
  font-size: 16px;
}
#index_news a .entry-date {
  font-size: 16px;
}

#index_box .index_box_list .headline {
  color: #0D0F00;
  font-weight: 700;
}

#index_box .index_box_list .desc {
  height: auto;
}

#index_blog_image a {
  transition: 0.3s;
}
#index_blog_image a:hover {
  transform: scale(1.02);
}

#index_blog .catchphrase {
  text-align: center;
}

#index_blog .catchphrase .headline {
  display: block;
}

#index_blog .catchphrase .desc {
  display: block;
}

#blog_list .date {
  height: 35px;
  line-height: 35px;
  width: 110px;
  font-size: 16px;
}

#blog_list .info .title {
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#blog_list .category a {
  font-size: 15px;
}

/*------------------------------------------*/
/* 施工事例
/*------------------------------------------*/
#project_catgory_sort li a {
  font-size: 16px;
}

@media screen and (max-width: 770px) {
  #project_catgory_sort li a {
    font-size: 14px;
  }
  #project_catch {
    font-size: 14px;
  }
  #project_side_content .post_content p {
    font-size: 14px;
  }
}
/*------------------------------------------*/
/*お問い合わせ
/*------------------------------------------*/
#form {
  accent-color: #0D0F00;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
#form table {
  width: 100%;
}
#form table tbody tr {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
#form table tbody tr th {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.4;
  text-align: left;
  padding: 15px 30px 10px;
  position: relative;
}
#form table tbody tr th.required::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "※";
  color: red;
  font-size: 15px;
}
#form table tbody tr th span {
  font-size: 13px;
  color: #757567;
  padding-left: 10px;
}
#form table tbody tr td {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: 0 30px 15px;
}
#form table tbody tr td input, #form table tbody tr td textarea, #form table tbody tr td select {
  font-size: 14px;
  border: 1px solid #EFEFEF;
  resize: vertical;
  padding: 6px;
}
#form table tbody tr td input[type=text], #form table tbody tr td input[type=email], #form table tbody tr td select {
  width: 100%;
}
#form table tbody tr td .wpcf7-radio .wpcf7-list-item, #form table tbody tr td .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 2px 25px 2px 0 !important;
}
#form table tbody tr td .wpcf7-radio .wpcf7-list-item:last-of-type, #form table tbody tr td .wpcf7-checkbox .wpcf7-list-item:last-of-type {
  margin: 0 !important;
}
#form table tbody tr td input[name=postal-code] {
  width: 40%;
  min-width: 250px;
  margin-left: 10px;
}
#form table tbody tr td input[name=prefecture] {
  width: calc(100% - 26px);
  margin: 5px 0 0 26px;
}
#form table tbody tr td textarea {
  width: 100%;
  height: 13em;
  line-height: 1.3;
}
#form table tbody tr td p {
  font-size: 13px;
  color: #757567;
  padding-top: 5px;
}
#form table tbody tr td p a {
  text-decoration: underline;
}
#form .submit-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
#form .submit-button input[type=submit], #form .submit-button input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25%;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: #0D0F00;
  border: 1px solid #0D0F00;
  border-radius: 6px;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
}
#form .submit-button input[type=submit]:hover, #form .submit-button input[type=button]:hover {
  color: #0D0F00;
  background: #fff;
}
#form .submit-button .conf-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#form .submit-button .wpcf7-spinner {
  display: none !important;
}

.conf {
  display: none;
}
.conf td span:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 770px) {
  #form {
    padding: 5px;
  }
  #form table tbody tr th {
    padding: 10px 25px 10px 10px;
  }
  #form table tbody tr td {
    padding: 0 10px 10px;
  }
  #form .submit-button {
    gap: 10px;
    padding-top: 10px;
  }
  #form .submit-button input[type=submit], #form .submit-button input[type=button] {
    width: 45%;
    font-size: 15px;
    padding: 15px;
  }
}
/*------------------------------------------*/
/*サイトマップ
/*------------------------------------------*/
#sitemap * {
  color: #666;
  font-weight: 600;
  transition: 0.2s;
}
#sitemap a[tabindex] {
  pointer-events: none;
}
#sitemap a:hover p {
  color: #0D0F00;
}
#sitemap nav {
  display: flex;
  justify-content: space-evenly;
}
#sitemap nav ul.link-box li.link:not(:last-of-type) {
  padding-bottom: 35px;
}
#sitemap nav ul.link-box li.link a.mainLink {
  display: inline-block;
  font-size: 22px;
}
#sitemap nav ul.link-box ul.subLink-box {
  padding: 15px 0 0 20px;
}
#sitemap nav ul.link-box ul.subLink-box li.subLink:not(:last-of-type) {
  padding-bottom: 10px;
}
#sitemap nav ul.link-box ul.subLink-box li.subLink a {
  display: inline-block;
  font-size: 16px;
}
#sitemap nav ul.link-box ul.subLink-box li.subLink a::before {
  content: "-";
  padding-right: 5px;
}

@media screen and (max-width: 770px) {
  #sitemap {
    padding: 0 5% 5%;
  }
  #sitemap nav {
    flex-direction: column;
  }
  #sitemap nav ul.link-box:not(:last-of-type) {
    padding-bottom: 35px;
  }
  #sitemap nav ul.link-box li.link a.mainLink {
    font-size: 20px;
  }
  #sitemap nav ul.link-box ul.subLink-box li.subLink a {
    font-size: 15px;
  }
}/*# sourceMappingURL=add.css.map */