@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 639px) {
  .u-mobile {
    display: block;
  }
}

html {
  hanging-punctuation: none;
}

/*==================================================
# 共通
==================================================*/
.button .smb-btn {
  border-radius: 0;
  width: 215px;
}

.button .smb-btn__label {
  position: relative;
}

.button .smb-btn__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -46px;
  transform: rotate(-45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.button.bg-white .smb-btn__label::after {
  border-right: 1px solid #015eae;
  border-bottom: 1px solid #015eae;
}

.smb-section__header {
  display: flex;
  flex-direction: column-reverse;
}

.smb-section__title:after {
  display: none;
}

@media screen and (max-width: 1023px) {
  body.home .section .smb-section__title span {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 1023px) {
  .section .smb-section__subtitle span {
    font-size: 20px !important;
  }
}

.section .smb-section__title {
  margin-top: 0;
}

.archive .l-contents,
.single-post .l-contents,
.page-template-uscescart .l-contents,
.error404 .l-contents {
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .archive .l-contents,
.single-post .l-contents,
.page-template-uscescart .l-contents,
.error404 .l-contents {
    margin-top: 80px;
  }
}

.business-top .smb-section__body {
  margin-top: 50px;
}

/*==================================================
# ヘッダー
==================================================*/
.l-header {
  background-color: rgba(1, 94, 174, 0.9);
}

.l-header span {
  font-weight: 500;
}

.l-header .menu-item:nth-last-child(2) span {
  padding: 6px 12px;
  border: 1px solid #fff;
}

.l-header .c-navbar > .menu-item:last-child a {
  font-size: 1.2rem;
}

.c-drawer .c-drawer__menu > .menu-item:last-child {
  margin-top: 20px;
}

.c-drawer .c-drawer__menu > .menu-item:last-child a {
  font-size: 1.5rem;
  text-align: center;
}

.l-header .menu-item a,
.l-header .custom-logo {
  transition: all 0.3s;
}

.l-header .menu-item a:hover,
.l-header .custom-logo:hover {
  opacity: 0.7;
}

/*==================================================
# トップページ
==================================================*/
/*==================================================
# FV
==================================================*/
.fv {
  position: relative;
}

.fv-text {
  margin-top: 10px !important;
}

.fv .smb-section__inner {
  margin-top: -180px;
}
@media screen and (max-width: 639px) {
  .fv .smb-section__inner {
    margin-top: -280px;
  }
}

/*==================================================
# NEWS
==================================================*/
#news {
  --smb-section--background-color: rgba(1, 94, 174, 0.9) !important;
}

@media screen and (min-width: 640px) {
  .news {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .news .c-row__col--md-2-3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .news .smb-section__body {
    margin-top: 0;
  }
}

.news .c-row.c-row--md-margin {
  align-items: center;
}

.news .smb-section__header {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 1023px) {
  .news .smb-section__subtitle span {
    margin-top: 10px;
  }
}

.news .smb-section__title {
  line-height: 1;
}

.news .c-entry-summary__body {
  color: #fff;
}

.news .c-entries {
  border: none !important;
}

.news .c-entries__item {
  border-bottom: 1px dashed #fff;
}

.news .c-entries__item a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news .c-entries__item:last-child {
  border: none;
}

/*==================================================
# 私たちについて
==================================================*/
.about .smb-section__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.about .c-container {
  max-width: 1320px;
  margin-right: 0;
  padding-right: 0;
}

.about-media .smb-media-text__contents-wrapper {
  margin-right: 100px !important;
}
@media screen and (max-width: 1023px) {
  .about-media .smb-media-text__contents-wrapper {
    margin-right: 32px !important;
  }
}

/*==================================================
# 事業内容
==================================================*/
.business::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 78.75%;
  height: 88.24%;
  background: #015eae;
}

.business .smb-section-with-bgimage__bgimage {
  z-index: -1;
}

.business-column .wp-block-image img {
  margin-left: auto;
  margin-right: 0;
}

.business-column .wp-block-heading {
  border-bottom: none !important;
}

.business-column-left {
  margin-right: 6% !important;
}

.business-column-right .wp-block-group {
  padding-right: 32px;
  margin-left: 0;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 781px) {
  .business-column-right .wp-block-group {
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    max-width: none;
  }
}

.business .smb-section__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.business .c-container {
  max-width: 1440px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.business-panels .c-row {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: center;
}

.business-panel .smb-panels__item {
  min-height: 450px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .business-panel .smb-panels__item {
    max-width: 600px;
    margin: 0 auto;
  }
}

.business-panel .smb-panels__item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.business-panel:first-child .smb-panels__item {
  background: url(../image/business-panel-img1.jpg) no-repeat center center/cover;
}

.business-panel:nth-child(2) .smb-panels__item {
  background: url(../image/business-panel-img2.jpg) no-repeat center center/cover;
}

.business-panel:nth-child(3) .smb-panels__item {
  background: url(../image/business-panel-img3.jpg) no-repeat center center/cover;
}

.business-panel-title {
  border-bottom: none !important;
}

/*==================================================
# recruit
==================================================*/
#recruit {
  margin-top: -50px !important;
}
@media screen and (max-width: 1023px) {
  #recruit {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .recruit .c-row__col--lg-1-2 {
    width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .recruit .c-row__col--lg-1-2 {
    width: 75%;
  }
}

/*==================================================
# google map
==================================================*/
.map-wrapper {
  margin-top: 0 !important;
}

/*==================================================
# お問い合わせ
==================================================*/
.contact .smb-section__body {
  margin-top: 10px;
}

.contact-message {
  padding: 10px 60px;
  max-width: 613px;
  border: 2px solid #015eae;
}
@media screen and (max-width: 639px) {
  .contact-message {
    padding: 10px 20px;
  }
}

/*==================================================
# アスベストページ
==================================================*/
/*==================================================
# アスベスト（内装解体）
==================================================*/
.naisokaitai-img {
  margin-top: 70px !important;
}

/*==================================================
# アスベスト除去
==================================================*/
.asbestos-removal.bg-blue::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 78.75%;
  height: 96.3%;
  background: #015eae;
  z-index: 1;
}

.asbestos-removal-media .smb-media-text__title {
  position: relative;
}

.naisokaitai .smb-section__contents-wrapper {
  position: relative;
}

.asbestos-removal .smb-section__inner {
  z-index: 1;
}

.naisokaitai .smb-section__contents-wrapper::after {
  content: "";
  position: absolute;
  bottom: -258px;
  right: 0;
  width: 29%;
  height: 323px;
  background: url(../image/mask.png) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .naisokaitai .smb-section__contents-wrapper::after {
    width: 40%;
  }
}

.asbestos-removal .smb-section__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.asbestos-removal .c-container {
  max-width: 1440px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.asbestos-removal-media .smb-media-text__contents-wrapper {
  margin-left: 100px !important;
}
@media screen and (max-width: 639px) {
  .asbestos-removal-media .smb-media-text__contents-wrapper {
    margin-left: auto !important;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.asbestos-removal-media--reverse .smb-media-text__contents-wrapper {
  margin-left: 0 !important;
  margin-right: 100px !important;
}
@media screen and (max-width: 639px) {
  .asbestos-removal-media--reverse .smb-media-text__contents-wrapper {
    margin-right: 0 !important;
  }
}

.asbestos-removal-media-text {
  padding-right: 32px;
  margin-left: 0;
  width: 100%;
  max-width: 528px;
}
@media screen and (max-width: 639px) {
  .asbestos-removal-media-text {
    padding-right: 0;
  }
}

.asbestos-removal-media--reverse .smb-media-text__title,
.asbestos-removal-media-text--reverse {
  width: 100%;
  max-width: 528px;
  padding-right: 0;
  padding-left: 32px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .asbestos-removal-media--reverse .smb-media-text__title,
.asbestos-removal-media-text--reverse {
    padding-left: 0;
  }
}

.asbestos-removal-media .smb-media-text__body figure {
  width: 144%;
  margin-left: -44%;
  margin-top: 0;
}

.asbestos-removal-media--reverse .smb-media-text__body figure {
  width: 152%;
  margin-left: 0;
}

/*==================================================
# 除去作業の流れ
==================================================*/
.asbestos-removal-flow-title {
  margin-top: 90px !important;
  background-color: transparent !important;
}

.flow-colulmns {
  max-width: 1019px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.flow-colulmns::before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(10% + 15px);
  width: 10px;
  height: 95%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .flow-colulmns::before {
    width: 6px;
    left: calc(15% + 15px);
  }
}

.flow-item:not(:first-child) {
  margin-top: 32px;
}

.flow-title {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 639px) {
  .flow-title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 639px) {
  .flow-description {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 639px) {
  .flow-description span {
    font-size: 16px;
  }
}

/*==================================================
# フッター
==================================================*/
.l-footer {
  background: #015eae;
  padding-top: 40px;
  position: relative;
  overflow: visible;
}

.l-footer::before {
  content: "";
  position: absolute;
  top: -256px;
  right: 0;
  background: url(../image/footer-img.png) no-repeat center center/cover;
  width: 406px;
  height: 264px;
}
@media screen and (max-width: 1023px) {
  .l-footer::before {
    top: -192px;
    width: 309px;
    height: 198px;
  }
}
@media screen and (max-width: 700px) {
  .l-footer::before {
    top: -130px;
    width: 203px;
    height: 132px;
  }
}

.l-footer-widget-area .c-row {
  align-items: baseline;
}

.footer-link {
  justify-content: end;
}
@media screen and (max-width: 1023px) {
  .footer-link {
    justify-content: start;
  }
}

.footer-link a {
  color: #fff !important;
  line-height: 1.75;
}

.l-footer .footer-link p {
  margin-top: 0;
}

.l-footer .c-row {
  justify-content: space-between;
}

.footer-logo {
  width: 50%;
}

.company-info {
  line-height: 1.75;
}

.company-info a {
  color: #fff;
  text-decoration: none;
}

.c-copyright {
  background: #015eae;
  font-size: 10px;
}

/*==================================================
# お問い合わせフォーム
==================================================*/
.snow-monkey-form .sme-badge {
  border: 1px solid #c10000;
}

.snow-monkey-form .smf-button-control__control {
  color: #015eae;
  background-color: #fff;
  border-radius: 26px;
  border: 2px solid #015eae;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
}

/*==================================================
# 農業用品ページ
==================================================*/
.cart-item form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #015eae;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.cart-item input:hover {
  opacity: 0.7;
}

/*==================================================
# カート詳細ページ
==================================================*/
#cart .upbutton {
  text-align: left !important;
}

div.usccart_navi li.ucart:not(:first-child) {
  border-left: 1px solid #fff;
}

#cart table#cart_table {
  margin-top: 10px;
}

.send .continue_shopping_button {
  margin-left: 10px;
  margin-bottom: 10px;
}

div.usccart_navi ol.ucart {
  display: flex !important;
  height: auto !important;
}

div.usccart_navi li.usccart_cart {
  background-size: 100% 100%;
}

div.usccart_navi li.ucart {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==================================================
# お知らせ一覧、お知らせ詳細
==================================================*/
.c-meta__item--author {
  display: none;
}

/*==================================================
# レスポンシブ
==================================================*/
@media screen and (max-width: 768px) {
  #cart_table .num,
#cart_table .thumbnail,
#cart_table .stock,
#cart_table .v,
#cart_table .tax {
    display: none;
  }
  #cart_table input.quantity,
#cart_table input.delButton {
    margin: 0px;
    color: #000;
    padding: 5px;
    font-size: 10px;
  }
  #cart_table .productname {
    width: 50%;
  }
  #cart_table .action {
    width: 20%;
  }
  #cart_table td {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */