@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/* フォントの設定 */
.u-ff-en {
  font-family: "Times New Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-ff-en-sanserif, .item-list {
  /*
  font-family: sans-serif !important;
  font-weight: 400;
  font-style: normal;	
  */
}

.u-ff-mincho, body {
  /*
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  */
}

.u-ff-sanserif {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテムheight */
/* ブレイクポイントのアイテムheight */
/*
	@extend で利用されるclassの指定
*/
/* Clearfix */
.clearfix:after, .item-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .item-list {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .item-list {
  height: 1%;
}

.clearfix, .item-list {
  display: block;
}

/* End Hack */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 14px;
}

body {
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow-x: hidden;
  font-size: 1rem;
  color: #0D2811;
  padding-top: 160px;
}
@media screen and (max-width: 699px) {
  body {
    padding-top: 100px;
  }
}
body.fs-body-top {
  padding-top: 130px;
}
@media screen and (max-width: 699px) {
  body.fs-body-top {
    padding-top: 60px;
  }
}
body.navOpen {
  padding-top: 0 !important;
}

/* リンク色 */
a {
  color: #565A4F;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:active, a:visited {
  color: #565A4F;
}

/* hover時の画像 */
a:hover {
  opacity: 0.7;
}
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

/* module */
/*
	サイト全体のユーティリティ設定
*/
.item-list {
  list-style: none;
}
.item-list li {
  font-size: 0.86rem;
}
.item-list li img {
  display: block;
  margin-bottom: 10px;
}
.item-list li .item-list__category {
  display: block;
  color: #ADADAD;
}
.item-list li .item-list__name {
  display: block;
  margin-bottom: 5px;
  line-height: 1.33;
  font-weight: bold;
  color: #1C1C1C;
}
.item-list li .item-list__price {
  display: block;
  color: #ADADAD;
}
@media screen and (min-width: 700px) {
  .item-list li {
    width: 150px;
    float: left;
    margin: 0 62px 30px 0;
  }
  .item-list li:nth-child(4n) {
    margin-right: 0;
  }
  .item-list li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 699px) {
  .item-list li {
    width: 45%;
    float: left;
    margin: 0 10% 30px 0;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list li:nth-child(2n+1) {
    clear: both;
  }
}

/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

.u-font-em {
  font-size: 1.13rem;
  color: #B72F2F;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #AC0412;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #565A4F;
}

.u-color-sub {
  color: #83300E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDA8C));
  background: linear-gradient(transparent 60%, #FFDA8C 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

@media (min-width: 700px) {
  .u-textalign-center--pc {
    text-align: center;
  }
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px !important;
}

.u-margin-bottom {
  margin-bottom: 30px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}
@media screen and (max-width: 699px) {
  .u-margin-bottom--max {
    margin-bottom: 80px;
  }
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

/* レイアウトの設定 */
@media screen and (min-width: 699px) {
  .is-sp {
    display: none;
  }
}

/* Clearfix */
.clearfix:after, .item-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .item-list {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .item-list {
  height: 1%;
}

.clearfix, .item-list {
  display: block;
}

/* End Hack */
.fs-preview-header {
  display: none;
}

.fs-l-header__contents {
  display: block;
}

.fs-c-heading {
  display: none;
}

.fs-l-main {
  margin: 0;
  max-width: 100%;
  display: block;
  padding: 0;
}

.fs-l-pageMain {
  max-width: 100%;
}

.fs-l-footer__contents {
  max-width: 100%;
}

body {
  padding-top: 0;
  font-size: 16px;
}

.lp-section {
  background: #123753;
  width: 1100px;
  margin: 0 auto;
}

.lp-title-lv2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 2;
}
.lp-title-lv2 span {
  display: block;
  padding-top: 8px;
  font-size: 1rem;
}
@media screen and (max-width: 699px) {
  .lp-title-lv2 {
    font-size: 1.33rem;
  }
  .lp-title-lv2 span {
    font-size: 0.88rem;
  }
}

.lp-title-lv2--balloon {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.25rem;
  letter-spacing: 0.45rem;
  font-weight: bold;
  line-height: 2;
}
.lp-title-lv2--balloon span {
  display: block;
  padding-top: 8px;
  font-size: 1.5rem;
}
.lp-title-lv2--balloon span::before {
  content: url(../img/lp-concrete/common/heading/ico--ballon-left.svg);
  margin-right: 10px;
}
.lp-title-lv2--balloon span::after {
  content: url(../img/lp-concrete/common/heading/ico--ballon-right.svg);
  margin-right: 10px;
}
@media screen and (max-width: 699px) {
  .lp-title-lv2--balloon {
    font-size: 2rem;
    letter-spacing: 0.24rem;
    line-height: 1.5;
  }
  .lp-title-lv2--balloon span {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.lp-title-lv3 {
  display: block;
  margin: 0 auto 40px;
  color: #4D7C07;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75rem;
  letter-spacing: 0.15rem;
}
.lp-title-lv3 span {
  display: inline-block;
  border-bottom: 1px solid #4D7C07;
  padding: 0 0 10px;
}
@media screen and (max-width: 699px) {
  .lp-title-lv3 {
    font-size: 1.33rem;
  }
}

.common-flow-list {
  width: 880px;
  margin: 0 auto;
}
.common-flow-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  gap: 40px;
}
.common-flow-list li::after {
  content: url(../img/common/item/flow/ico--arrow.svg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 6px);
}
.common-flow-list li:last-child::after {
  display: none;
}
.common-flow-list .common-flow-list__image {
  width: 200px;
  height: 148px;
}
.common-flow-list .common-flow-list-detail {
  width: 630px;
}
.common-flow-list .common-flow-list__title {
  color: #4D7C07;
  font-size: 1.25rem;
  font-weight: bold;
}
.common-flow-list .common-flow-list__number {
  border-radius: 50px;
  background: #4D7C07;
  width: 48px;
  height: 48px;
  margin-right: 6px;
  padding-top: 8px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.94rem;
  line-height: 1.12rem;
}
.common-flow-list .common-flow-list__number span {
  display: block;
  font-size: 0.75rem;
}
.common-flow-list .common-flow-list__text {
  padding: 10px 0 20px 10px;
}
@media screen and (max-width: 1100px) {
  .common-flow-list {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .common-flow-list li {
    display: block;
    margin-bottom: 20px;
  }
  .common-flow-list .common-flow-list-detail {
    width: 100%;
  }
  .common-flow-list .common-flow-list__image {
    margin-bottom: 20px;
    width: 30%;
    margin-left: 4%;
    height: auto;
    float: right;
  }
}

.common-aboutus {
  background: url(../img/common/item/aboutus/bgi--aboutus.webp);
  background-size: cover;
  color: #fff;
}
.common-aboutus .common-aboutus-contentes {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
.common-aboutus .common-aboutus__title {
  position: inherit;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.45rem;
  margin-bottom: 60px;
  z-index: 9;
}
.common-aboutus .common-aboutus__text {
  position: inherit;
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 0.12rem;
  z-index: 9;
}
.common-aboutus .common-aboutus__image {
  position: absolute;
  width: 412px;
  right: 0;
  top: 80px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .common-aboutus {
    width: 100%;
  }
  .common-aboutus .common-aboutus-contentes {
    width: 88%;
    padding: 100px 0 80px;
  }
  .common-aboutus .common-aboutus__text {
    font-size: 1rem;
  }
  .common-aboutus .common-aboutus__image {
    width: 60%;
    top: 40px;
  }
}

.common-faq {
  width: 880px;
  margin: 0 auto;
}
.common-faq dl {
  border-radius: 5px;
  list-style: none;
  margin-bottom: 10px;
  padding: 20px;
}
.common-faq dl:nth-child(2n-1) {
  background: #F7F7F7;
}
.common-faq dt {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #4D7C07;
  font-weight: bold;
}
.common-faq dt::before {
  content: "Q";
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 0;
  border-radius: 60px;
  background: #4D7C07;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-top: 4px;
  text-align: center;
  font-size: 1.25rem;
}
.common-faq dd {
  position: relative;
  padding-left: 50px;
}
.common-faq dd::before {
  content: "A";
  position: absolute;
  display: inline-block;
  left: 14px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .common-faq {
    width: 100%;
  }
}

.lp-header {
  position: relative;
  background-color: #123753;
  width: 100%;
  height: 80px;
}
.lp-header .lp-header-logo {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 228px;
}
@media (max-width: 1100px) {
  .lp-header {
    height: 72px;
  }
  .lp-header .lp-header-logo {
    width: 180px;
  }
}

@media (max-width: 1100px) {
  .lp-header-hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999;
  }
}

.lp-header-hamburger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .lp-header-hamburger-button {
    display: block;
    background: #123753;
    border-radius: 5px;
    padding: 4px 8px;
  }
}
.lp-header-hamburger-button .lp-header-hamburger-button__line {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-header-hamburger-button .lp-header-hamburger-button__text {
  display: block;
  margin-top: 4px;
  font-size: 0.64rem;
  letter-spacing: 0.06rem;
  font-weight: bold;
  color: #fff;
}
.lp-header-hamburger-button.is-active {
  position: fixed;
  background: none;
  right: 14px;
  top: 10px;
  z-index: 99999;
}
.lp-header-hamburger-button.is-active .lp-header-hamburger-button__line {
  background: #123753;
}
.lp-header-hamburger-button.is-active .lp-header-hamburger-button__line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.lp-header-hamburger-button.is-active .lp-header-hamburger-button__line:nth-child(2) {
  opacity: 0;
}
.lp-header-hamburger-button.is-active .lp-header-hamburger-button__line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.lp-header-hamburger-button.is-active .lp-header-hamburger-button__text {
  color: #123753;
}

.lp-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 9999;
}
@media (max-width: 1100px) {
  .lp-header-nav {
    position: inherit;
    inset: 0;
    background: rgb(255, 255, 255);
    height: auto;
    padding: 80px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 初期は非表示 */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lp-header-nav.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.lp-header-nav-list {
  position: fixed;
  border-radius: 100px;
  background: rgba(18, 55, 83, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 12px;
  right: 224px;
  padding: 8px 28px;
  list-style: none;
  gap: 20px;
}
.lp-header-nav-list li {
  display: inline-block;
}
.lp-header-nav-list .lp-header-nav__btn-anchor {
  position: relative;
  padding: 6px 28px 10px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.08rem;
}
.lp-header-nav-list .lp-header-nav__btn-anchor::after {
  content: url(../img/lp-concrete/common/header/ico--nav.svg);
  position: absolute;
  top: 3px;
  right: 0;
}
@media (max-width: 1100px) {
  .lp-header-nav-list {
    background: rgb(18, 55, 83);
    position: inherit;
    display: block;
    border-radius: 10px;
    width: 88%;
    margin: 0 auto 40px;
    padding: 20px 8%;
    top: auto;
    right: auto;
  }
  .lp-header-nav-list li {
    display: block;
    margin-bottom: 10px;
  }
  .lp-header-nav-list .lp-header-nav__btn-anchor {
    font-size: 1.12rem;
  }
}

.lp-header-nav__btn-contact {
  position: fixed;
  background: #123753;
  border-radius: 60px;
  border: 1px solid #fff;
  right: 16px;
  top: 10px;
  padding: 10px 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
  z-index: 99999;
  text-align: center;
}
.lp-header-nav__btn-contact::before {
  content: url(../img/lp-concrete/common/header/ico--contact.svg);
  margin-right: 10px;
}
.lp-header-nav__btn-contact:visited {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .lp-header-nav__btn-contact {
    border: 2px solid #fff;
    border-radius: 5px;
    right: 68px;
    font-size: 0.7rem;
    padding: 4px 8px;
  }
  .lp-header-nav__btn-contact::before {
    display: block;
    margin: 4px 0 -4px;
  }
}

.lp-header-sp-contact {
  display: none;
}
@media (max-width: 1100px) {
  .lp-header-sp-contact {
    display: block;
    margin-top: 280px;
    width: 88%;
    padding-bottom: 60px;
  }
  .lp-header-sp-contact .contact-link {
    width: 100%;
    margin: 20px 0;
  }
  .lp-header-sp-contact .btn-mail {
    width: 100%;
  }
  .lp-header-sp-contact .btn-mail::before {
    margin-top: 15px;
  }
  .lp-header-sp-contact .btn-line {
    width: 100%;
  }
}

.concrete-footer {
  background: #123753;
  padding: 80px 0 10px;
  color: #fff;
  text-align: center;
}
.concrete-footer .concrete-footer-contents {
  width: 1000px;
  margin: 0 auto;
}
.concrete-footer .concrete-footer__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.4rem;
}
.concrete-footer .concrete-footer__text {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1100px) {
  .concrete-footer {
    width: 100%;
  }
  .concrete-footer .concrete-footer-contents {
    width: 88%;
  }
  .concrete-footer .concrete-footer__title {
    text-align: left;
  }
  .concrete-footer .concrete-footer__text {
    margin-bottom: 10px;
    text-align: left;
  }
}

.lp-footer-copy {
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
}

.concrete-footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 40px 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concrete-footer-contact .contact-tel {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.concrete-footer-contact .contact-tel .contact-tel__number {
  color: #fff;
}
.concrete-footer-contact .contact-tel .contact-tel__number::before {
  content: url(../img/lp-concrete/contact/ico--tel.svg);
}
.concrete-footer-contact .contact-fax {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.concrete-footer-contact .contact-fax .contact-fax__number {
  color: #fff;
}
.concrete-footer-contact .contact-fax .contact-fax__number::before {
  content: url(../img/lp-concrete/contact/ico--fax.svg);
}
.concrete-footer-contact .btn-fax-download {
  background: #fff;
  color: #123753;
}
.concrete-footer-contact .btn-fax-download::after {
  content: url(../img/lp-concrete/contact/ico--downlodad-blue.svg);
}
.concrete-footer-contact .btn-fax-download:visited {
  color: #123753;
}
.concrete-footer-contact .contact-line {
  padding-top: 16px;
}
.concrete-footer-contact .contact-line .contact-line__lead {
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.concrete-footer-contact .btn-line {
  width: 270px;
  border-radius: 50px;
}
@media screen and (max-width: 699px) {
  .concrete-footer-contact {
    display: block;
    padding: 20px 0 20px;
  }
  .concrete-footer-contact .contact-tel {
    border: none;
    margin-bottom: 20px;
  }
  .concrete-footer-contact .contact-fax {
    margin-bottom: 30px;
  }
  .concrete-footer-contact .btn-fax-download {
    width: 88%;
  }
  .concrete-footer-contact .btn-line {
    width: 320px;
  }
}

.footer-contact-btn--white {
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  padding: 28px 40px 8px;
  color: #123753;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.footer-contact-btn--white:visited {
  color: #123753;
}
.footer-contact-btn--white:hover {
  text-decoration: none;
}
.footer-contact-btn--white::after {
  content: url(../img/lp-concrete/contact/ico--external-blue.svg);
}
.footer-contact-btn--white.btn-sample::before {
  content: url(../img/lp-concrete/contact/ico--sample-c-blue.svg);
  float: left;
  margin-top: -6px;
}
.footer-contact-btn--white.btn-shop::before {
  content: url(../img/lp-concrete/contact/ico--shop-c-blue.svg);
  float: left;
  margin-top: -6px;
}
@media screen and (max-width: 699px) {
  .footer-contact-btn--white {
    position: relative;
    margin-bottom: 20px;
    padding: 18px 14% 18px 4%;
    letter-spacing: 1.2;
    line-height: 1.6;
    gap: 12px;
    font-size: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contact-btn--white::after {
    position: absolute;
    display: block;
    top: calc(50% - 10px);
    right: 5%;
  }
  .footer-contact-btn--white.btn-sample::before {
    margin-top: 0px;
    margin-bottom: -10px;
  }
  .footer-contact-btn--white.btn-shop::before {
    margin-top: 0px;
    margin-bottom: -10px;
  }
}

.btn-contact {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 16px 24px 8px 24px;
  color: #123753;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  text-decoration: none;
}
.btn-contact span {
  font-size: 1.25rem;
}
.btn-contact::before {
  content: url(../img/lp-concrete/contact/ico--mail-c-blue.svg);
  float: left;
  margin-right: 12px;
}
.btn-contact::after {
  content: "";
  background: url(../img/lp-concrete/contact/ico--external-blue.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 14px;
  width: 14px;
  height: 14px;
}
.btn-contact:visited {
  color: #123753;
}
.btn-contact:hover {
  text-decoration: none;
}

.contact-tel {
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #123753;
  text-align: center;
  font-weight: bold;
}
.contact-tel .contact-tel__lead {
  margin-bottom: -6px;
  font-size: 1.14rem;
  letter-spacing: 0.1rem;
}
.contact-tel .contact-tel__lead span {
  font-size: 1.25rem;
}
.contact-tel .contact-tel__number {
  font-size: 2.25rem;
  color: #123753;
}
.contact-tel .contact-tel__number::before {
  content: url(../img/lp-concrete/contact/ico--tel-blue.svg);
  margin-right: 4px;
}
.contact-tel .contact-tel__time {
  margin-top: -6px;
  font-size: 1rem;
}
@media (max-width: 699px) {
  .contact-tel {
    padding: 24px 2% 30px;
  }
  .contact-tel .contact-tel__number {
    font-size: 1.75rem;
  }
  .contact-tel .contact-tel__time {
    margin-top: 0;
    font-size: 0.88rem;
  }
}

.contact-fax {
  border: 1px solid #123753;
  border-radius: 10px;
  padding: 14px 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #123753;
  text-align: center;
  font-weight: bold;
}
.contact-fax .contact-fax__lead {
  margin-bottom: -6px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.contact-fax .contact-fax__lead span {
  font-size: 1.08rem;
}
.contact-fax .contact-fax__number {
  font-size: 1.75rem;
  color: #123753;
}
.contact-fax .contact-fax__number::before {
  content: url(../img/lp-concrete/contact/ico--fax-blue.svg);
  margin-right: 10px;
}
.contact-fax .contact-fax__time {
  margin: -6px 0 6px;
  font-size: 0.88rem;
}
@media (max-width: 699px) {
  .contact-fax {
    padding: 24px 4% 30px;
    margin: 0 auto 20px;
  }
  .contact-fax .contact-fax__number {
    font-size: 1.5rem;
  }
}

.btn-fax-download {
  background: #123753;
  border-radius: 5px;
  display: block;
  padding: 8px 12px 8px 16px;
  color: #fff;
  text-align: center;
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  text-decoration: none;
}
.btn-fax-download::after {
  content: url(../img/lp-concrete/contact/ico--downlodad.svg);
  margin-left: 8px;
}
.btn-fax-download:visited {
  color: #fff;
}

.btn-mail {
  background: #123753 url(../img/common/item/ico--link-e-white.svg) right 2rem center no-repeat;
  padding: 16px 56px 16px 24px;
  display: inline-block;
  margin: 0 1%;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-mail:visited {
  color: #fff;
}
.btn-mail:hover {
  color: #fff;
  text-decoration: none;
}
.btn-mail::before {
  content: url(../img/lp-concrete/contact/ico--mail-c-white.svg);
  float: left;
  margin-right: 12px;
  margin-top: -7px;
  margin-bottom: -12px;
}

.btn-line {
  background: #4CC764 url(../img/common/item/ico--link-e-white.svg) right 2rem center no-repeat;
  padding: 20px 56px 16px 24px;
  display: inline-block;
  margin: 0 1%;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.08rem;
}
.btn-line:visited {
  color: #fff;
}
.btn-line:hover {
  color: #fff;
  text-decoration: none;
}
.btn-line::before {
  content: url(../img/common/item/btn/ico--line.svg);
  float: left;
  margin-right: 12px;
  margin-top: -7px;
  margin-bottom: -12px;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.btn--mail {
  position: relative;
  display: block;
  background: #123753;
  border-radius: 5px;
  width: 245px;
  margin: 0 auto;
  padding: 12px 10px 14px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.btn--mail span {
  display: block;
  font-size: 0.88rem;
}
.btn--mail:hover {
  text-decoration: none;
}
.btn--mail:visited {
  color: #fff;
}
.btn--mail::after {
  content: url(../img/common/item/ico--link-e-white.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 1.4rem;
}
.btn--mail::before {
  content: url(../img/lp-concrete/contact/ico--mail-c-white.svg);
  position: absolute;
  top: calc(50% - 12px);
  left: 1.4rem;
}

.btn--shop {
  position: relative;
  display: block;
  background: #4D7C07;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 245px;
  margin: 0 auto;
  padding: 12px 10px 14px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.0945rem;
}
.btn--shop span {
  display: block;
  font-size: 0.88rem;
}
.btn--shop:hover {
  text-decoration: none;
}
.btn--shop:visited {
  color: #fff;
}
.btn--shop::after {
  content: url(../img/common/item/ico--link-e-white.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 1.4rem;
}
.btn--shop::before {
  content: url(../img/lp-concrete/contact/ico--shop.svg);
  position: absolute;
  top: calc(50% - 12px);
  left: 1.4rem;
}

.concrete-main {
  background: #123753;
  color: #fff;
}

.concrete-main-1stview {
  background: url(../img/lp-concrete/main/bgi--main.webp) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 660px;
  margin-bottom: 100px;
  padding-left: 80px;
}
.concrete-main-1stview .concrete-main-1stview__catch {
  width: 584px;
}
@media screen and (max-width: 699px) {
  .concrete-main-1stview {
    height: 360px;
    margin-bottom: 60px;
    padding-left: 8%;
  }
  .concrete-main-1stview .concrete-main-1stview__catch {
    width: 80%;
  }
}

.concrete-main-message {
  position: relative;
  width: 1000px;
  margin: 0 auto 0px;
  padding-bottom: 100px;
}
.concrete-main-message .concrete-main-message__text {
  position: inherit;
  padding: 100px 0;
  z-index: 9;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}
.concrete-main-message .concrete-main-message__image {
  position: absolute;
  width: 466px;
  right: 0;
  bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .concrete-main-message {
    width: 88%;
    padding-bottom: 160px;
  }
  .concrete-main-message .concrete-main-message__text {
    padding: 20px 0 100px;
  }
}
@media screen and (max-width: 699px) {
  .concrete-main-message .concrete-main-message__image {
    width: 80%;
    bottom: 80px;
  }
}

.concrete-point {
  background: #123753;
  color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .concrete-point {
    padding-bottom: 60px;
  }
}

.concrete-point-list {
  background: url(../img/lp-concrete/point/bgi--point.webp);
  background-size: cover;
  width: 1000px;
  margin: 0 auto 100px;
  padding: 70px 0 80px;
}
.concrete-point-list .concrete-point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  list-style: none;
}
.concrete-point-list .concrete-point-list-item li {
  border-radius: 120px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 240px;
  padding-top: 50px;
  color: #123753;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.25rem;
  letter-spacing: 0.15rem;
}
.concrete-point-list .concrete-point-list-item li span {
  font-size: 1.375rem;
}
.concrete-point-list .concrete-point-list-item li img {
  display: block;
  margin: 0 auto 10px;
}
.concrete-point-list .concrete-point-list-item li:nth-child(1) {
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .concrete-point-list {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-point-list {
    width: 100%;
    margin: 0 auto 60px;
    padding: 50px 0 60px;
  }
  .concrete-point-list .concrete-point-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
  }
  .concrete-point-list .concrete-point-list-item li {
    width: 42%;
    height: auto;
    padding: 24px 4%;
    font-size: 1.08rem;
  }
  .concrete-point-list .concrete-point-list-item li span {
    font-size: 1.12rem;
  }
  .concrete-point-list .concrete-point-list-item li img {
    width: 30%;
  }
  .concrete-point-list .concrete-point-list-item li:nth-child(1) {
    padding-top: 12px;
  }
}

.concrete-point-info {
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
  padding: 40px 40px;
}
.concrete-point-info .concrete-point-info__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.33em;
  letter-spacing: 0.25rem;
  line-height: 1.6;
}
.concrete-point-info .concrete-point-info__text {
  float: left;
  width: 545px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.concrete-point-info .concrete-point-info__image {
  float: right;
  width: 145px;
}
@media screen and (max-width: 1100px) {
  .concrete-point-info {
    width: 88%;
  }
  .concrete-point-info .concrete-point-info__text {
    width: 72%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-point-info {
    padding: 40px 6%;
  }
  .concrete-point-info .concrete-point-info__text {
    float: none;
    width: 100%;
  }
  .concrete-point-info .concrete-point-info__image {
    float: none;
    display: block;
    width: 40%;
    margin: 10px auto 0;
  }
}

.concrete-works-gallery {
  position: relative;
  background: #123753;
  margin: 0 auto 120px;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
.concrete-works-gallery::after {
  content: url(../img/lp-concrete/common/parts/bgi--arrow-blue.svg);
  position: absolute;
  bottom: -28px;
  left: calc(50% - 22px);
}
.concrete-works-gallery .concrete-works-gallery__lead {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 102px;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
}
.concrete-works-gallery .concrete-works-gallery__lead::before {
  content: url(../img/lp-concrete/works-gallery/tit--white-left.svg);
  position: absolute;
  bottom: -6px;
  left: 80px;
}
.concrete-works-gallery .concrete-works-gallery__lead::after {
  content: url(../img/lp-concrete/works-gallery/tit--white-right.svg);
  position: absolute;
  bottom: -6px;
  right: 80px;
}
.concrete-works-gallery .concrete-works-gallery-slide {
  width: 96%;
  margin: 0 auto;
  list-style: none;
  /*		display: flex;
  		justify-content: space-around;
  		gap: 30px;*/
}
.concrete-works-gallery .concrete-works-gallery-slide .slick-slide {
  padding: 0 15px;
}
.concrete-works-gallery .concrete-works-gallery-slide .slick-slide img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 699px) {
  .concrete-works-gallery {
    width: 100%;
    margin: 0 auto 80px;
  }
}

.concrete-reason {
  width: 1000px;
  margin: 0 auto 120px;
}
.concrete-reason .concrete-reason-title {
  position: relative;
  border-bottom: 2px solid #123753;
  display: block;
  width: 630px;
  margin: 0 auto 60px;
  padding-bottom: 20px;
  color: #123753;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.7rem;
  text-align: center;
}
.concrete-reason .concrete-reason-title .concrete-reason-title__subtit {
  margin-bottom: 16px;
  font-size: 2.25rem;
  text-align: left;
}
.concrete-reason .concrete-reason-title .concrete-reason-title__green {
  color: #4D7C07;
}
.concrete-reason .concrete-reason-title .concrete-reason-title__small {
  font-size: 2.25rem;
}
.concrete-reason .concrete-reason-title::before {
  content: url(../img/lp-concrete/common/parts/bgi--arrow.svg);
  position: absolute;
  bottom: -28px;
  left: calc(50% - 23px);
}
@media screen and (max-width: 1100px) {
  .concrete-reason {
    width: 88%;
    margin: 0 auto 80px;
  }
  .concrete-reason .concrete-reason-title {
    width: 100%;
    font-size: 1.88rem;
    letter-spacing: 0.24rem;
  }
  .concrete-reason .concrete-reason-title .concrete-reason-title__subtit {
    font-size: 1.5rem;
    text-align: center;
  }
  .concrete-reason .concrete-reason-title .concrete-reason-title__small {
    font-size: 1.5rem;
  }
  .concrete-reason .concrete-reason-title::before {
    bottom: -24px;
  }
}

.concrete-reason-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.concrete-reason-item__wrap .concrete-reason-item {
  max-width: 470px;
}
.concrete-reason-item__wrap .concrete-reason-item .concrete-reason-item__image {
  margin-bottom: 20px;
}
.concrete-reason-item__wrap .concrete-reason-item .concrete-reason-item__title {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 0 8px 64px;
  color: #4D7C07;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.6;
}
.concrete-reason-item__wrap .concrete-reason-item .concrete-reason-item__number {
  position: absolute;
  left: 0;
  top: 0;
  background: #4D7C07;
  width: 54px;
  height: 48px;
  margin-right: 6px;
  padding-top: 8px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.94rem;
  line-height: 1.12rem;
  letter-spacing: 0;
}
.concrete-reason-item__wrap .concrete-reason-item .concrete-reason-item__number span {
  display: block;
  font-size: 0.75rem;
}
.concrete-reason-item__wrap .concrete-reason-item .concrete-reason-item__text {
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  .concrete-reason-item__wrap {
    gap: 2%;
  }
  .concrete-reason-item__wrap .concrete-reason-item {
    width: 46%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-reason-item__wrap {
    display: block;
  }
  .concrete-reason-item__wrap .concrete-reason-item {
    width: 100%;
    margin-bottom: 60px;
  }
}

.concrete-works {
  position: relative;
  background: #123753;
  margin: 0 auto 100px;
  padding: 100px 0;
  width: 96%;
  color: #fff;
  text-align: center;
}
.concrete-works .concrete-works__title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.45rem;
  line-height: 1.8;
}
.concrete-works .concrete-works__title span {
  display: block;
  font-size: 2.25rem;
}
.concrete-works .concrete-works__title-en {
  margin-bottom: 60px;
}
.concrete-works .concrete-works__text {
  margin-bottom: 60px;
}
.concrete-works::before {
  content: url(../img/lp-concrete/common/parts/bgi--arrow.svg);
  position: absolute;
  top: -4px;
  left: calc(50% - 23px);
}
@media screen and (max-width: 1100px) {
  .concrete-works {
    width: 100%;
    margin: 0 auto 60px;
    padding: 60px 4% 40px;
  }
  .concrete-works .concrete-works__title {
    font-size: 1.5rem;
  }
  .concrete-works .concrete-works__title span {
    font-size: 1.25rem;
  }
  .concrete-works .concrete-works__text {
    padding: 0 2%;
    text-align: left;
  }
}

.concrete-works-item {
  background: #fff;
  border-radius: 5px;
  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;
  width: 1000px;
  margin: 0 auto 60px;
  color: #123753;
  text-align: left;
}
.concrete-works-item .concrete-works-item__detail {
  padding: 40px;
}
.concrete-works-item .concrete-works-item__category {
  margin-bottom: 20px;
  list-style: none;
}
.concrete-works-item .concrete-works-item__category li {
  background: #4D7C07;
  padding: 0 10px;
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
}
.concrete-works-item .concrete-works-item__title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
  font-weight: bold;
}
.concrete-works-item .concrete-works-item__text {
  font-size: 0.94rem;
}
.concrete-works-item .concrete-works-item__image {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1100px) {
  .concrete-works-item {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-works-item {
    display: block;
  }
  .concrete-works-item .concrete-works-item__detail {
    padding: 8%;
  }
}

.concrete-contact {
  width: 800px;
  margin: 0 auto 120px;
  padding-top: 80px;
  text-align: center;
  color: #fff;
}
.concrete-contact .concrete-contact__title {
  position: relative;
  margin-top: -80px;
  padding-bottom: 20px;
  color: #AC0412;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.45rem;
  font-weight: bold;
}
.concrete-contact .concrete-contact__title span {
  display: block;
  font-size: 2.25rem;
}
.concrete-contact .concrete-contact__title::before {
  content: url(../img/lp-concrete/contact/tit--left.svg);
  position: absolute;
  bottom: -30px;
  left: 80px;
}
.concrete-contact .concrete-contact__title::after {
  content: url(../img/lp-concrete/contact/tit--right.svg);
  position: absolute;
  bottom: -30px;
  right: 80px;
}
.concrete-contact .concrete-contact__title-en {
  margin-bottom: 40px;
}
.concrete-contact .concrete-contact__text {
  margin-bottom: 40px;
}
.concrete-contact .concrete-contact-wrap {
  background: url(../img/lp-concrete/contact/bgi--contact.webp);
  background-size: cover;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 1100px) {
  .concrete-contact {
    width: 88%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-contact {
    width: 88%;
    margin-bottom: 80px;
  }
  .concrete-contact .concrete-contact__title {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .concrete-contact .concrete-contact__title span {
    font-size: 1.5rem;
  }
  .concrete-contact .concrete-contact__title::before {
    left: -6px;
    bottom: -40px;
  }
  .concrete-contact .concrete-contact__title::after {
    right: -6px;
    bottom: -40px;
  }
  .concrete-contact .concrete-contact-wrap {
    padding: 40px 8%;
  }
}

.concrete-order {
  width: 1000px;
  margin: 0 auto 120px;
  text-align: center;
}
.concrete-order .concrete-order-heading {
  margin-bottom: 40px;
  font-size: 3rem;
  letter-spacing: 0.6rem;
  font-weight: bold;
  text-align: center;
}
.concrete-order .concrete-order-heading span {
  color: #4D7C07;
}
.concrete-order .lp-title-lv2 {
  margin-top: 20px;
}
.concrete-order .concrete-order__text {
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .concrete-order {
    width: 88%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-order {
    margin: 0 auto 60px;
  }
  .concrete-order .concrete-order-heading {
    font-size: 2.25rem;
    letter-spacing: 0.24rem;
  }
  .concrete-order .concrete-order__text {
    text-align: left;
    margin-bottom: 40px;
  }
}

.concrete-order-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 800px;
  margin: 0 auto 100px;
}
.concrete-order-nav .concrete-order-nav-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #4D7C07;
  border-radius: 5px;
  color: #4D7C07;
  width: 232px;
  height: 140px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concrete-order-nav .concrete-order-nav-button img {
  margin-bottom: 4px;
}
.concrete-order-nav .concrete-order-nav-button span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
}
.concrete-order-nav .concrete-order-nav-button::after {
  content: url(../img/lp-concrete/order/nav/ico--arrow.svg);
  position: absolute;
  bottom: -20px;
  left: calc(50% - 12px);
}
@media screen and (max-width: 1100px) {
  .concrete-order-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%;
  }
  .concrete-order-nav .concrete-order-nav-button {
    width: 200px;
  }
}
@media screen and (max-width: 699px) {
  .concrete-order-nav {
    display: block;
    width: 100%;
  }
  .concrete-order-nav .concrete-order-nav-button {
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin: 0 auto 20px;
  }
  .concrete-order-nav .concrete-order-nav-button img {
    position: absolute;
    left: 4%;
  }
  .concrete-order-nav .concrete-order-nav-button::after {
    right: 4%;
    left: auto;
    bottom: calc(50% - 22px);
  }
}

.concrete-order-small {
  margin-bottom: 60px;
  border-radius: 10px;
  background: #F9F7F4;
}
.concrete-order-small .concrete-order-small__icon {
  margin-top: -40px;
}
.concrete-order-small .contact-tel {
  background: #fff;
  border: none;
  width: 328px;
  padding: 24px 20px 24px;
}
.concrete-order-small .contact-fax {
  background: #fff;
  border: none;
  width: 288px;
  padding: 18px 20px 24px;
}
.concrete-order-small .contact-link {
  width: 234px;
  margin-top: 10px;
}
.concrete-order-small .btn-mail {
  background-position: right 1.2rem center;
  width: 100%;
  padding: 12px 38px 14px 10px;
  line-height: 1.6;
}
.concrete-order-small .btn-mail::before {
  margin-left: 6px;
  margin-top: 10px;
}
.concrete-order-small .btn-line {
  background-position: right 1.2rem center;
  width: 100%;
  padding: 24px 38px 20px 10px;
  line-height: 1.4;
}
.concrete-order-small .btn-line::before {
  margin-right: 4px;
  margin-left: 0px;
  margin-top: -12px;
}
@media screen and (max-width: 699px) {
  .concrete-order-small {
    padding: 0 8%;
  }
  .concrete-order-small .contact-link {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.concrete-order-contact {
  border-bottom: 1px solid #4D7C07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 900px;
  padding: 0 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .concrete-order-contact {
    width: 92%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-order-contact {
    display: block;
    padding: 0 0 20px;
  }
  .concrete-order-contact .contact-tel {
    width: 100%;
  }
}

.concrete-order-shop {
  color: #4D7C07;
  padding: 20px 0 80px;
  text-align: center;
}
.concrete-order-shop .concrete-order-shop__text {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.0945rem;
}
.concrete-order-shop .concrete-order-shop__text span {
  font-size: 1.08rem;
}
.concrete-order-shop .btn--shop {
  width: 280px;
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 18px 22px 18px 22px;
}
.concrete-order-shop .btn--shop::before {
  top: calc(50% - 12px);
  left: 1.6rem;
}
.concrete-order-shop .btn--shop::after {
  right: 1.6rem;
}
@media screen and (max-width: 699px) {
  .concrete-order-shop {
    padding: 20px 0 40px;
  }
}

.concrete-order-large {
  margin-bottom: 60px;
}

.concrete-order-sample {
  margin-bottom: 60px;
}
.concrete-order-sample .concrete-order-sample__banner {
  display: block;
  width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 699px) {
  .concrete-order-sample {
    margin-bottom: 100px;
  }
  .concrete-order-sample .concrete-order-sample__banner {
    width: 100%;
  }
}

.concrete-heading-balloon {
  position: relative;
  display: block;
  width: 168px;
  margin: 0 auto 32px;
  border-radius: 5px;
  background: #4D7C07;
  padding: 10px 24px;
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.35rem;
  text-align: center;
}
.concrete-heading-balloon::after {
  content: url(../img/lp-concrete/common/parts/img--balloon-arrow.svg);
  position: absolute;
  bottom: -14px;
  left: calc(50% - 11px);
}
@media screen and (max-width: 699px) {
  .concrete-heading-balloon {
    font-size: 1.5rem;
    width: 148px;
    padding: 10px 14px;
  }
  .concrete-heading-balloon::after {
    bottom: -12px;
  }
}

.concrete-flow-order {
  border-radius: 10px;
  background: #F7F7F7;
  margin-bottom: 100px;
  padding: 60px 0 60px;
  text-align: center;
}
.concrete-flow-order .concrete-flow-order__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .concrete-flow-order {
    margin-bottom: 60px;
    padding: 40px 8% 40px;
  }
  .concrete-flow-order .concrete-flow-order__text {
    text-align: left;
    margin-bottom: 20px;
  }
}

.concrete-flow-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concrete-flow-contact .contact-tel {
  background: #fff;
  border: none;
  color: #123753;
}
.concrete-flow-contact .contact-tel .contact-tel__number {
  color: #123753;
}
.concrete-flow-contact .contact-tel .contact-tel__number::before {
  content: url(../img/lp-concrete/contact/ico--tel-blue.svg);
}
.concrete-flow-contact .contact-fax {
  background: #fff;
  border: none;
  color: #123753;
}
.concrete-flow-contact .contact-fax .contact-fax__number {
  color: #123753;
}
.concrete-flow-contact .contact-fax .contact-fax__number::before {
  content: url(../img/lp-concrete/contact/ico--fax-blue.svg);
}
.concrete-flow-contact .btn-fax-download {
  background: #123753;
  color: #fff;
}
.concrete-flow-contact .btn-fax-download::after {
  content: url(../img/lp-concrete/contact/ico--downlodad.svg);
}
@media screen and (max-width: 699px) {
  .concrete-flow-contact {
    display: block;
  }
  .concrete-flow-contact .contact-tel {
    margin-bottom: 20px;
  }
  .concrete-flow-contact .contact-fax {
    margin-bottom: 20px;
  }
}

.concrete-flow {
  width: 1000px;
  margin: 0 auto 80px;
}
.concrete-flow .concrete-flow-heading {
  margin-bottom: 40px;
  font-size: 3rem;
  letter-spacing: 0.6rem;
  font-weight: bold;
  text-align: center;
}
.concrete-flow .concrete-flow-heading span {
  color: #4D7C07;
}
@media screen and (max-width: 1100px) {
  .concrete-flow {
    width: 88%;
  }
}
@media screen and (max-width: 699px) {
  .concrete-flow {
    margin: 0 auto 40px;
  }
  .concrete-flow .concrete-flow-heading {
    font-size: 2.25rem;
    letter-spacing: 0.24rem;
  }
}

.concrete-faq {
  width: 1000px;
  margin: 100px auto;
}
@media screen and (max-width: 1100px) {
  .concrete-faq {
    width: 88%;
    margin: 80px auto;
  }
}

.lp-container-thanks__wrap {
  background: #123753;
  padding: 120px 0;
  text-align: center;
}

.lp-container-thanks {
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
  padding: 60px 40px 80px;
  background: #fff;
}
.lp-container-thanks .lp-container-thanks__text {
  margin: 40px 0 60px;
}

.btn--main {
  position: relative;
  display: inline-block;
  background: #123753;
  border-radius: 5px;
  margin: 0 auto;
  padding: 16px 54px 16px 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.btn--main:hover {
  text-decoration: none;
}
.btn--main:visited {
  color: #fff;
}
.btn--main::after {
  content: url(../img/common/item/ico--link-e-white.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 1.4rem;
}
/*# sourceMappingURL=lp-concrete.css.map */