@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif, "游明朝", YuMincho;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  word-wrap: break-word;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  text-align: center;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 1rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing:border-box;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ul {
  list-style: none;
  padding: 0;
}

/*
==========================================================
	common & reset
==========================================================
*/
a {
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
  color: #141414;
  cursor: pointer;
  display: block;
}

hr {
  border-width: 1px;
  border-color: #333;
  border-style: solid;
  margin: 1rem auto;
}

.wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 13.75rem);
  background-color: #f2f1ed;
}

.main-content {
  margin: 4rem auto;
}

.body-wrap {
  margin: auto;
}

.list {
  list-style: none;
}

.dn {
  display: none;
}

.vh {
  visibility: hidden;
}

.mb0 {
  margin-bottom: 0 !important;
}

.relative {
  position: relative;
}

.visible-mb {
  display: none;
}

/*
==========================================================
	common - font
==========================================================
*/
.mincho {
  font-family: "游明朝", YuMincho, sans-serif;
}

.xsmall {
  font-size: .75em;
}

.small {
  font-size: .9rem;
}

.normal {
  font-size: 1rem;
}

.medium {
  font-size: 1.2rem;
}

.large {
  font-size: 1.8rem;
}

.xlarge {
  font-size: 2.4rem;
}

.title1 {
  text-align: center;
  border-bottom: 1px solid #32d228;
  font-size: 1.1rem;
}

.title1 span {
  background-color: #32d228;
  color: #005037;
  margin-bottom: -1px;
  padding: .25rem 1rem;
  display: inline-block;
}
.panf_box{
  max-width: 600px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panf_box > h3{
  font-weight: bold;
}
.panf_box > a{
  width: 135px;
  display: block;
  margin: 0 50px 0 0;
}
.panf_box > a:hover{
  opacity: 0.8;
}
.panf_box > a img{

}
.panf_box > div{
  flex: 1;
  width: 100%;
}
.panf_box > div h3{
  margin: 0 0 0.5rem;
  font-weight: bold;
}
.panf_box > div > p{
 margin:0;
}
.panf_box > div > p a{
  text-decoration: underline;
}
.panf_box > div > p a:hover{
  text-decoration: none;
}
section .panf_box:last-of-type {
  margin-bottom: 0;
}
.link-green {
  color: #32d228;
  text-decoration: underline;
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.m0 {
  margin: 0;
}

.marker span {
  display: inline !important;
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(57%, transparent), color-stop(0%, #f3f3f3)) repeat scroll 0 0 !important;
  background: transparent linear-gradient(transparent 57%, #f3f3f3 0%) repeat scroll 0 0 !important;
}

/*
==========================================================
	common - color
==========================================================
*/
.white {
  color: #fff;
}

.black {
  color: #141414;
}

.red {
  color: #CC0000;
}

.orange {
  color: #ff5200;
}

.green {
  color: #32d228;
}

.blue {
  color: #004A9B;
}

.black_n {
  color: #141414;
}

.yellow {
  color: #ffc622;
}

.bg_red {
  background-color: #CC0000;
}

.bg_green {
  background-color: #32d228;
}

.bg_blue {
  background-color: #004A9B;
}

.bg_yellow {
  background-color: #ffc622;
}

.bg_gray_r {
  background-color: #f3f3f3;
}

.bg_gray_n {
  background-color: #E4EAF5;
}

.bg_orange {
  background-color: #ff5200;
}

.bg_yellow_sr {
  background-color: #fdffd7;
}

.bg_facebook {
  background-color: #365899;
}

.bg_twitter {
  background-color: #55acee;
}

.p-wrap {
  background-color: #fff;
}

.link-inline {
  display: inline;
  text-decoration: underline;
}

.link {
  color: #004A9B;
}

.inline {
  display: inline;
  text-decoration: underline;
}

/*
==========================================================
	パンくず
==========================================================
*/
.breadcrumb {
  margin: 2rem auto;
}

.breadcrumb span {
  display: inline-block;
}

.breadcrumb span a {
  color: #CC0000;
}

.breadcrumb span .home {
  font-size: 1.1rem;
}

.breadcrumb .b-arrow {
  background: url(../images/parts/arrow2-right-b.svg);
  width: 15px;
  height: 13px;
  background-size: cover;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  top: 1px;
  left: 1px;
}

.translate {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #eee;
}

/* construction-site-form */
.construction-site-form{
  width: 100%;
}
.construction-site-form h4{
  margin-top: 2rem;
}
.construction-notes{
  border: 2px solid #d3d3d3;
  padding: 10px;
}
.construction-notes:last-of-type{
  margin-bottom: 2rem;
}
.construction-notes p{
  margin-bottom: 0.5rem;
}
.construction-site-form-group{
  display: flex;
  margin: 0;
}
.construction-site-form-group dt{
  width: 100%;
}
.construction-site-form-group dd{
  width: 500px;
}
.construction-site-form-group dt label{
  margin: 0;
}
.construction-site-form-group input {
  background-color: #f2f1ed;
  border-radius: 4px;
  border: none;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}
.construction-site-form-group .construction-date p{
  margin: 0 0 0.5rem 0;
}
.construction-site-form-group .construction-date .construction-date-select{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.construction-site-form-group .construction-date .construction-date-select p{
  margin: 0;
}
.construction-site-form-group .construction-date .construction-date-select span{
  white-space: nowrap;
}
.construction-site-form-group .construction-date .construction-date-select .construction-date-select-start{
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
}
.construction-site-form-group .construction-date .construction-date-select .construction-date-select-end{
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
}
.sp-only{
  display: none;
}
.construction-check-column{
  display: flex;
  flex-direction: column;
}
.grecaptcha-badge{
  bottom: 85px!important;
}
.construction-check-column .mwform-radio-field.horizontal-item{
  margin-left: 0!important;
  margin-bottom: 0.5rem;
}
.construction-check-column .mwform-checkbox-field.horizontal-item{
  margin-left: 0!important;
  margin-bottom: 0.5rem;
}
.construction-site-form-group dt.construction-check-column-other{
  width: auto;
  margin-right: 20px;
}
.construction-check-column-other{
  width: auto;
}
.construction-check{
  justify-content: space-between;
  margin: 0 100px 0 20px;
  align-items: center;
}
.construction-check dt{
  width: auto;
}
.construction-check dd{
  width: auto;
}
.construction-details{
  font-size: 0.8125rem;
  margin: -3px 0 1rem 45px;
}

.construction-site-form .agreement{
  margin-bottom: 0;
}
.construction-site-form .btn-contact{
  margin-top: 0;
}
.construction-site-form .btn-contact input {
  display: inline-block;
  background-color: #fbb03b;
  border-radius: 8px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 4px solid #bb7900;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0.5rem 9rem;
}
.mwform-radio-field label input[type="radio"] {
  display: none;
}
/* .mwform-checkbox-field label input[type="checkbox"]{
  display: none;
} */
.mwform-radio-field label .mwform-radio-field-text{
  position: relative;
  display: block;
}
/* .mwform-checkbox-field label .mwform-checkbox-field-text{
  position: relative;
  display: block;
} */
.mwform-radio-field label .mwform-radio-field-text::before{
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-color: #fff;
  margin-right: 0.5rem;
}
/* .mwform-checkbox-field label .mwform-checkbox-field-text::before{
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-color: #fff;
  margin-right: 0.5rem;
} */
.mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::after {
  display: block;
}
/* .mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  display: block;
} */
.mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333;
  border: none;
  margin-right: 0;
  display: none;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
/* .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333;
  border: none;
  margin-right: 0;
  display: none;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
} */
.file-upload-contents{
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.mw_wp_form input[type="file"]{
  font-size: 0.875rem;
}
::-webkit-file-upload-button {
  background-color: #d3d3d3;
  padding: 6px 12px;
  border: none;
  margin-right: 18px;
}

input.pluralBtn {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}

input[type="submit"]:hover{
  cursor: pointer;
}
input.pluralBtn.add{
  margin-right: 10px;
}
.mwform-radio-field label .mwform-radio-field-text:hover{
  cursor: pointer;
}
.mwform-checkbox-field label .mwform-checkbox-field-text{
  cursor: pointer;
}
#form_area1{
  margin-left: 60px;
}
#form_area1 br{
  display: none;
}
.construction-site-form-group #form_area1 input[type="file"]{
  background-color: transparent;
}
#form_area2{
  margin-left: 60px;
}
#form_area2 br{
  display: none;
}
button#deletebutton1_0{
  display: none;
}
button#deletebutton2_0{
  display: none;
}
.construction-site-form-group #form_area2 input[type="file"]{
  background-color: transparent;
}

.construction-site-form-group input.form_add_button1{
  background-color: #d3d3d3;
  max-height: 34px;
  margin-bottom: 0.5rem;
}
.construction-site-form-group input.form_add_button2{
  background-color: #d3d3d3;
  max-height: 34px;
  margin-bottom: 0.5rem;
}

/* buy-recycled-form */
dt.recycled-form-carrier-title{
  margin-left: 30px;
  width: calc(30% - 30px);
}

.mw_wp_form .error{
  font-weight: bold;
  margin-bottom: 10px;
}


.page-id-965 .size60 input{
  max-width: 500px;
}
.page-id-1013 .size60 input{
  max-width: 500px;
}
.page-id-1013 .size12 input{
  max-width: 139px;
}

/*
==========================================================
	メディアクエリ
==========================================================
*/
@media screen and (max-width: 959px) {
  html, body {
    font-size: 14px;
  }
  iframe {
    margin: 2rem auto;
  }
  .wrapper {
    width: 100%;
    padding: 1rem;
  }
  .content {
    position: static;
    width: 100%;
  }
  .visible-mb {
    display: block;
  }
  .main-content {
    margin: 2rem auto;
  }
  .page-id-965 .size60 input{
    max-width: 210px;
  }
  .page-id-965 .size10 input{
    max-width: 55px;
  }
  .page-id-1013 .size60 input{
    max-width: 210px;
  }
  .page-id-1013 .size12 input{
    max-width: 50px;
  }
  .page-id-1013 .size10 input{
    max-width: 55px;
  }
  .construction-check{
    margin: 0PX;
  }
  .construction-details{
    font-size: 0.8125rem;
    margin: -3px 0 1rem 25px;
  }

  .construction-site-form{
    font-size: 13px;
  }
  .panf_box {
    margin: 0 auto;
    display: block;
}
  .panf_box > a{
    margin: 0 auto 13px;
}
}

@media screen and (max-width: 959px) {
  .hidden-mb {
    display: none;
  }
}

.centering, .centering_fix {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.centeringY, .common-header .nav .list > .item::before, .multi_level::after, .multi_level_nav.open ul li::after, .multi_level_nav.open ul li a::before, .multi_level_nav.open ul li span::before, .mb-header .nav .list > .item::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.centeringX {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.centering_fix {
  position: fixed;
}

.centering_fix {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.footer1 {
  background-color: #fff;
  padding: 2.5rem 0;
}

.footer2 {
  background-color: #4d4d4d;
  padding: 2.5rem 0;
}

.footer3 {
  background-color: #333;
  padding: 2.5rem 0 0;
  color: #fff;
}

/* フッター画像調整 */
.footer .footer1 .wrapper .footer-banner-wrap .item:first-child img{
  height: 43px;
}
.footer .footer1 .wrapper .footer-banner-wrap .item:last-child img{
  height: 43px;
}

.copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 1px;
}

.footer-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-main-nav > .menu-item {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  margin-right: 2.5%;
  margin-bottom: 2rem;
}
.footer-main-nav > .menu-item:nth-child(4n){
  flex-basis: 17%;
}
.footer-main-nav > .menu-item:nth-child(5n) {
  margin-right: 0;
  flex-basis: 19%;
}

.footer-main-nav > .menu-item a {
  color: #32d228;
  font-weight: bold;
  font-size: .8rem;
  text-decoration: underline;
}

.footer-main-nav > .menu-item a:hover {
  color: #28a720;
}

.footer-main-nav > .menu-item span {
  color: #32d228;
  font-size: .8rem;
  font-weight: bold;
  display: block;
}

.footer-main-nav > .menu-item .sub-menu .menu-item a {
  color: #fff;
  font-weight: normal;
  font-size: .8rem;
  text-decoration: underline;
}

.footer-main-nav > .menu-item .sub-menu .menu-item a:hover {
  color: #32d228;
}

.footer-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-banner-wrap .item {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  text-align: center;
}

.footer-banner-wrap .item a > span {
  display: block;
  font-size: .8rem;
  margin-top: .5rem;
  text-decoration: underline;
}

.footer-banner-wrap .item a > span span {
  display: block;
}

.end-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.end-footer .logo {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  margin-top: 2rem;
}

.end-footer .item:last-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.end-footer .item h2 {
  font-size: .95rem;
  margin-bottom: .5rem;
}

.caution{ /* 2022/08/01 MAP不具合対応 */
  margin: 0 0 0 131px;
  font-size: 0.8rem;
}

.company-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem auto;
}

.company-group .item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  padding-right: 1rem;
  border-right: 1px solid;
}

.company-group .item:nth-child(2n) {
  padding: 0 1rem;
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
}

.company-group .item:last-child {
  padding-left: 1rem;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  border-right: none;
}

.company-group .item address {
  font-size: .8rem;
  margin-bottom: 0;
  letter-spacing: 0;
}

.company-group .item .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

.company-group .item .title-wrap h3 {
  font-size: .9rem;
  color: #32d228;
  margin-bottom: 0;
}

.company-group .item .title-wrap p {
  margin-bottom: 0;
}

.company-group .item .title-wrap p a {
  font-size: .7rem;
  padding: .25rem .2rem .1rem;
  background-color: #fff;
  margin-left: .5rem;
  line-height: 1;
  letter-spacing: 0;
}

.company-group .item .title-wrap p a:hover {
  background-color: #32d228;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: 1rem;
}

.pagetop a {
  text-align: right;
}

.pagetop a img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 959px) {
  .footer1 {
    background-color: #fff;
    padding: 1rem 0;
  }
  .footer-banner-wrap {
    display: block;
  }
  .footer-banner-wrap .item {
    margin-bottom: 2rem;
  }
  .footer-banner-wrap .item:last-child {
    margin-bottom: 0;
  }
  .footer-banner-wrap .item a > span {
    font-size: 1rem;
  }
  .footer2 {
    display: none;
  }
  .footer3 {
    padding: 0;
  }
  .end-footer {
    display: block;
    padding: .5rem;
  }
  .end-footer .logo {
    margin: 0 auto;
    width: 110px;
    text-align: center;
  }
  .end-footer .logo a span {
    color: #fff;
    display: inline-block;
    margin-top: 1rem;
    font-weight: bold;
  }
  .company-group {
    display: block;
  }
  .company-group .item {
    margin-bottom: 1.5rem;
    border: none;
    padding: 0 !important;
  }
  .copyright {
    padding: 0;
  }
  .copyright small {
    font-size: 90%;
    letter-spacing: 0;
  }
  .caution{ /* 2022/08/01 MAP不具合対応 */
    margin: 0;
    padding: 0 0 0 0.5rem;
  }
}

/*
==========================================================
	ヘッダー
==========================================================
*/
.common-header {
  position: fixed;
  width: 13.75rem;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

.common-header::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  point-events: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.common-header.open::after {
  right: -100%;
  opacity: 1;
}

.common-header header {
  background-color: #fff;
  height: 100vh;
}

.common-header .logo {
  text-align: center;
}

.common-header .logo .title {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}

.common-header .logo .title span {
  display: block;
  margin-top: .5rem;
}

.common-header .logo .title .img {
  width: 6rem;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.common-header .logo .title .text {
  padding-bottom: .5rem;
  letter-spacing: 0px;
  font-size: .8rem;
}

.common-header .nav {
  margin-bottom: 1rem;
}

.common-header .nav .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.common-header .nav .list > .item {
  position: relative;
  margin-bottom: 2px;
}

.common-header .nav .list > .item::before {
  content: "";
  left: .75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #32d228;
}

.common-header .nav .list > .item:hover .txt {
  background-color: #333;
  color: #fff;
}

.common-header .nav .list > .item .txt {
  padding: .75rem 1rem .75rem 2rem;
  background-color: #f3f3f3;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 0;
  font-size: .85rem;
  display: block;
}

.common-header .nav .list > .item .txt::before {
  font-size: .7rem;
  color: #32d228;
  line-height: 1;
  letter-spacing: 0;
}

.common-header .nav .list > .item .txt span {
  display: block;
  font-size: .6rem;
}

.common-header .nav .list > .item.info .txt::before {
  content: "Information";
}

.common-header .nav .list > .item.about .txt::before {
  content: "About us";
}

.common-header .nav .list > .item.service .txt::before {
  content: "Service";
}

.common-header .nav .list > .item.responsibility .txt::before {
  content: "Corporate Social Responsibility";
}

.common-header .nav .list > .item.recruitment .txt::before {
  content: "Recruitment";
}

.common-header .nav .list > .item.item2:hover .txt {
  background-color: #d7d5bc;
  color: #4d4d4d;
}

.common-header .nav .list > .item.item2 .txt {
  background-color: #eae9dc;
}

.common-header .banner {
  text-align: center;
}

.multi_level {
  position: relative;
}

.multi_level::after {
  display: none;
  content: "";
  right: .75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  display: none;
}

.multi_level:hover::after {
  display: block;
}

.multi_level .level2 {
  position: relative;
}

.multi_level .level2.open {
  display: block;
}

.multi_level .level2 .item {
  background-color: #e6e6e6;
  margin-bottom: 2px;
}

.multi_level .level2 .item a, .multi_level .level2 .item span {
  padding-left: 1rem;
  display: block;
  background-color: #e6e6e6;
}

.multi_level .level2 .item a::before, .multi_level .level2 .item span::before {
  display: none;
}

.multi_level .level3 {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
}

.multi_level .level3.open {
  display: block;
}

.multi_level .level3 .item {
  background-color: #e6e6e6;
}

.multi_level .level3 .item a {
  padding-left: 1rem;
}

.multi_level .level3 .item a::before {
  display: none;
}

.multi_level_nav {
  display: none;
}

.multi_level_nav.open {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}

.multi_level_nav.open ul li {
  background-color: #ccc;
  position: relative;
}

.multi_level_nav.open ul li::after {
  content: "";
  right: .75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #333;
  display: none;
}

.multi_level_nav.open ul li.more:hover::after {
  display: block;
}

.multi_level_nav.open ul li a, .multi_level_nav.open ul li span {
  padding: .5rem .5rem .25rem 2rem;
  position: relative;
  font-size: .85rem;
}

.multi_level_nav.open ul li a:last-child, .multi_level_nav.open ul li span:last-child {
  padding-bottom: .5rem;
}

.multi_level_nav.open ul li a::before, .multi_level_nav.open ul li span::before {
  content: "";
  left: .75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #333;
}

.multi_level_nav.open ul li a:hover, .multi_level_nav.open ul li span:hover {
  background-color: #bfbfbf;
}

.mb-header-logo {
  background: #fff;
}

.mb-header-logo .logo {
  width: 9rem;
  margin: 0 auto;
  padding: 2rem 0rem;
  text-align: center;
}

.mb-header-logo .logo img {
  margin-bottom: .5rem;
}

.mb-header {
  position: relative;
}

.mb-header .nav {
  margin-bottom: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 4.5rem;
  display: none;
}

.mb-header .nav .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.mb-header .nav .close {
  position: absolute;
  top: -3rem;
  right: 1.5rem;
  z-index: 9999;
  width: 2rem;
  cursor: pointer;
}

.mb-header .nav .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-header .nav .list > .item {
  position: relative;
  margin-bottom: 2px;
}

.mb-header .nav .list > .item::before {
  content: "";
  left: .75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #32d228;
}

.mb-header .nav .list > .item:hover .txt {
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
}

.mb-header .nav .list > .item .txt {
  padding: .75rem 1rem .75rem 2rem;
  background-color: #f3f3f3;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 0;
  font-size: .85rem;
  display: block;
}

.mb-header .nav .list > .item .txt::before {
  font-size: .7rem;
  color: #32d228;
  line-height: 1;
  letter-spacing: 0;
}

.mb-header .nav .list > .item .txt span {
  display: block;
  font-size: .6rem;
}

.mb-header .nav .list > .item.info .txt::before {
  content: "Information";
}

.mb-header .nav .list > .item.about .txt::before {
  content: "About us";
}

.mb-header .nav .list > .item.service .txt::before {
  content: "Service";
}

.mb-header .nav .list > .item.responsibility .txt::before {
  content: "Corporate Social Responsibility";
}

.mb-header .nav .list > .item.recruitment .txt::before {
  content: "Recruitment";
}

.mb-header .nav .list > .item.item2:hover .txt {
  background-color: #d7d5bc;
  color: #4d4d4d;
}

.mb-header .nav .list > .item.item2 .txt {
  background-color: #eae9dc;
}

.mb-menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 67px;
  padding: 1.5rem;
  cursor: pointer;
}

.mb-menu img {
  display: block;
}

.goog-te-gadget-simple {
  display: flex !important;
}

@media screen and (max-width: 959px) {
  .common-header {
    width: 100%;
    height: auto;
    display: none;
  }
  .multi_level::after {
    display: block;
    border-color: transparent transparent transparent #333;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 2rem;
  }
  .mb-header .nav .list > .item::before {
    top: 2rem;
  }
  .multi_level::after {
    top: 1.5rem;
  }
  .multi_level .level2 > .item {
    background-color: transparent;
  }
  .multi_level .level2 > .item a, .multi_level .level2 > .item span {
    padding: .5rem 1rem .5rem 2rem;
    font-size: .85rem;
  }
  .multi_level .level3 {
    position: static;
    margin-top: 2px;
  }
  .multi_level .level3 > .item {
    background-color: #E6E6E6 !important;
    margin-bottom: 2px;
  }
  .multi_level .level3 > .item a {
    padding-left: 2rem;
  }
  .multi_level .level3 > .item a::before {
    content: "-";
    display: inline;
  }
}

.layout_top_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 4rem auto;
}

.layout_top_service .item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.layout_top_service .item:nth-child(3n) {
  margin-right: 0;
}

.layout_top_service .item h2 {
  color: #4d4d4d;
  font-size: 1rem;
  text-align: center;
  margin-bottom: .5rem;
}

.layout_col2_48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout_col2_48 .item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.layout_col2_48 .item p {
  margin: 0;
}

.construction-site-form .ml-100 p{
  margin: 0px 0px 0px -300px;
}

@media screen and (max-width: 959px) {
  .layout_top_service {
    margin: 2rem auto;
  }
  .layout_top_service .item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 6%;
  }
  .layout_top_service .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .layout_top_service .item:nth-child(3n) {
    margin-right: 4%;
  }
  .layout_col2_48 {
    display: block;
  }
  .layout_col2_48 .item {
    margin-bottom: 1rem;
  }
  .construction-site-form .ml-100 p{
    margin: 0px 0px 0px -100px;
  }
  #form_area1,#form_area2{
    margin-left: 0px;
  }
  #form_area1 input{
    max-width: none;
    width: auto;
  }
  #form_area2 input{
    max-width: none;
    width: auto;
  }
  .construction-site-form-group{
    margin: 0 0 0.5rem 0;
  }
  /* .construction-site-form-group dd{
    width: 210px;
  } */
  .otherlist1 .construction-site-form-group dd{
    width: 100%;
  }
  .otherlist2 .construction-site-form-group dd{
    width: 100%;
  }
  ::-webkit-file-upload-button{
    margin-right: 12px!important;
  }
  .construction-site-form{
    font-size: 0.75rem;
  }
  .construction-date-select input{
    margin-bottom: 10px;
  }
  /* .construction-date-select-sp{
    width: 40px;
  } */
  .sp-only{
    display: block;
  }

}

.title_underline {
  position: relative;
  z-index: 1;
}
.multi_level_nav.open {
    z-index: 2;
}
.page-id-965 .page-thumb{
  display: none;
}
.page-id-965 .for-link{
  display: inline;
  text-decoration: underline;
}
.page-id-1013 .page-thumb{
  display: none;
}
.page-id-1013 .for-link{
  display: inline;
  text-decoration: underline;
}

.mwform-checkbox-field-text .blue{
  color: #4169e1;
}

/* 2022/08/05 山白さんより cssに追記 */
@media screen and (max-width: 959px) {
  .multi_level_nav.open {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
  }
}