/*==========================================
 320px以上
 ==========================================*/
@media screen and (min-width: 320px) {
  /* 部品区切り */
  .separation {
    background: #006934;
    margin: 10rem 0;
  }
  .separation p {
    color: #ffffff;
    font-size: 2rem;
    padding: 1rem 0 1rem 1rem;
  }
  /*------------------------------------------
 ボタン01(min-width: 320px)
------------------------------------------*/
  .el_btnWrapper {
    text-align: center;
  }
  .__txtAlignL {
    text-align: left;
  }
  .__txtAlignR {
    text-align: right;
  }

  .el_btn {
    display: inline-block;
  }
  .el_btnInner {
    width: 29.8rem;
    height: 6.2rem;
    justify-content: center;
    border-radius: 5rem;
    border: solid 0.3rem var(--colK);
    background: var(--colW);
    transition: 0.5s;
  }
  .el_btnTxt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin: 0 2rem 0 0;
    transition: 0.5s;
  }
  .el_btnArrow {
    position: relative;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    background: var(--colK);
    transition: 0.5s;
  }
  .el_btnArrow::before {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-55%, -50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent var(--colW);
    transition: 0.5s;
  }
  /* ボタン01hover時(min-width: 320px) */
  .el_btn:hover .el_btnInner {
    background: var(--colK);
  }
  .el_btn:hover .el_btnTxt {
    color: var(--colW);
  }
  .el_btn:hover .el_btnArrow {
    background: var(--colW);
  }
  .el_btn:hover .el_btnArrow::before {
    border-color: transparent transparent transparent var(--colK);
  }

  /*------------------------------------------
 ボタン02(min-width: 320px)
------------------------------------------*/
  .el_btn.__bnt02 .el_btnInner {
    border: solid 0.3rem var(--colW);
    background: var(--colW);
    transition: 0.5s;
  }
  /* ボタン02hover時(min-width: 320px) */
  .el_btn.__bnt02:hover .el_btnInner {
    background: var(--colK);
    border: solid 0.3rem var(--colK);
  }

  /*------------------------------------------
 セクションタイトル(min-width: 320px)
------------------------------------------*/
  .bl_secTitle_box {
    padding: 5rem 10%;
  }
  .bl_secTitle_cont {
    text-align: center;
    margin: 0 0 6rem;
  }
  .bl_secTitle_tag {
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding: 1rem 1.6rem 0.65rem;
    margin: 0 0 2.6rem;
    background: var(--colK);
    color: var(--colW);
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
  }

  .bl_secTitle {
    max-width: 71.5rem;
    margin: 0 auto;
  }
  .bl_secTitle_txt {
    max-width: 71.5rem;
    margin: 0 auto;
    text-align: center;
  }
  /*------------------------------------------
 セクションタイトル（TOPパーツ）(min-width: 320px)
------------------------------------------*/
  .bl_secTitle_box.__bl_secTitle_box02 {
  }
  .bl_secTitle_box.__bl_secTitle_box02 .bl_secTitle_cont {
    margin: 0;
  }

  /*------------------------------------------
 カード内テキスト(min-width: 320px)
------------------------------------------*/
  .bl_cardTxt {
    padding: 0 0 5rem 0;
  }
  .bl_cardTxt_tag {
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    background: var(--colK);
    color: var(--colW);
    padding: 0.5em 0.7em;
    margin: 0 0 3.6rem;
  }
  .bl_cardTxt_title {
    padding: 0 0 6.2rem;
  }

  /*------------------------------------------
 SP縦並び、PC横並びカード01(min-width: 320px)
------------------------------------------*/
  .colRow_card {
    padding: 4rem 10%;
  }
  .colRow_cardImg {
    width: 100%;
    height: 52vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /*------------------------------------------
 SP縦並び、PC横並びカード01（ボタン付き）(min-width: 320px)
------------------------------------------*/
  .bl_cardTxt_Btn {
    padding: 4rem 0 0;
  }

  /*------------------------------------------
 SP縦並び、PC横並びカード02(min-width: 320px)
------------------------------------------*/
  .colRow_card {
    padding: 4rem 10%;
  }

  .colRow_card.__colRow_card02 .colRow_cardInner {
    flex-direction: column-reverse;
  }

  .colRow_card.__colRow_card02 .bl_cardTxt {
    padding: 0;
  }

  .colRow_card.__colRow_card02 .colRow_cardImg_wrapper {
    padding: 0 0 5rem;
  }
  /*------------------------------------------
 汎用タグ(min-width: 320px)
------------------------------------------*/
  .el_tag {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: var(--colW);
    background: var(--colK);
    padding: 0.4rem 1rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    margin: 0 0.5rem 0.5rem 0;
  }
  /*------------------------------------------
 ブログ用colカード(min-width: 320px)
------------------------------------------*/
  .bl_blogCol_card {
    width: 100%;
    margin: 0 0 5rem;
  }

  .bl_blogCol_cardImg {
    width: 100%;
    height: 52vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2.2rem;
  }
  .bl_blogCol_cardImg_wrapper {
    margin: 0 0 1.3rem;
    border-radius: 2.2rem;
    height: 52vw;
  }
  .bl_cardTxt_data {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
  }
  /*------------------------------------------
 ブログ用colカード群(min-width: 320px)
------------------------------------------*/
  .bl_blogCol_cardWrapper {
    flex-direction: column;
    padding: 0 10%;
  }
  /* 下部ボタン */
  .bl_blogCol_card_el_btn .el_btnWrapper {
    padding: 1rem 0 0;
  }

  /*------------------------------------------
 フロー用colカード(min-width: 320px)
------------------------------------------*/
  .bl_flowCard {
    position: relative;
    margin: 0 0 6.5rem;
  }

  .bl_flowCard_txtBox {
    padding: 5%;
    border-radius: 2.2rem;
  }
  .bl_flowCard_title {
    padding: 0 0 2.5rem;
  }
  /* STEPナンバー */
  .el_stepNo {
    font-size: 1.2rem;
    justify-content: center;
    padding: 0 0 2rem;
    /* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500; */
  }
  .el_stepNo span {
    font-size: 5rem;
    letter-spacing: 0.5em;
    margin: 0 0 0 1.5rem;
  }

  /* アロー */
  .bl_flowCard_arrow {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translate(-50%, 8%) rotate(45deg);
    border-bottom: solid 0.2rem var(--colK);
    border-right: solid 2px var(--colK);
  }

  /*------------------------------------------
 フロー用colカード群(min-width: 320px)
------------------------------------------*/
  .bl_flowCard_box .bl_secTitle_box {
    padding: 5rem 10% 7rem;
  }

  .bl_flowCard_wrapper {
    padding: 0 10%;
    flex-direction: column;
  }

  .bl_flowCard_wrapper .bl_flowCard:last-of-type .bl_flowCard_arrow {
    display: none;
  }

  /*------------------------------------------
 パララックス(min-width: 320px)
------------------------------------------*/
  /* パララックス */

  .bl_para {
    background: url(../images/top/topSlide02.jpg) no-repeat right;
    background-position: 0 100%;
    background-size: cover;
    height: 40rem;
    position: relative;
  }

  .bl_paraCont {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }

  .bl_paraCont_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 10% 0;
  }

  .bl_paraCont_inner .bl_secTitle_box {
    padding: 0 0 3.4rem;
  }
  .bl_paraCont_inner .bl_secTitle_cont {
    margin: 0 0 3.4rem;
  }

  .bl_paraCont_inner .bl_secTitle {
    font-size: 2.5rem;
    line-height: 1.5em;
    color: var(--colW);
  }

  .bl_paraCont_inner .bl_secTitle_txt {
    color: var(--colW);
    text-align: left;
  }

  /*パララックス上下コンテンツ（仮）*/
  .scrollbox1 {
    /* background-color: #111; */
    /* height: 50rem; */
  }
  .scrollbox2 {
    /* background-color: #222; */
    /* height: 50rem; */
  }

  /*------------------------------------------
WEB見積もり(min-width: 320px)
------------------------------------------*/
  .bl_estimateWrapper {
  }

  /*------------------------------------------
footコンテンツ（お問い合わせ）(min-width: 320px)
------------------------------------------*/
  .bl_footContact_box {
    flex-direction: column;
    padding: 0 10% 5rem;
    text-align: center;
  }
  /* 左側コンテンツ */
  .bl_footContact_L {
    width: 100%;
    margin: 0 0 3rem;
  }
  .bl_footContact_tel {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    padding: 0 0 2rem;
  }
  /* 右側コンテンツ */
  .bl_footContact_R {
    width: 100%;
  }

  .bl_footContact_R .el_btnWrapper {
    margin: 0 0 2rem;
  }

  /*------------------------------------------
footerコンテンツ(min-width: 320px)
------------------------------------------*/
  .bl_footerCont {
    width: 100%;
    padding: 7rem 10% 2rem;
  }

  .bl_footerCont_inner {
    position: relative;
    flex-direction: column;
  }

  /* TOPへ戻る矢印 */
  .el_topBack {
    display: inline-block;
    position: absolute;
    top: -5rem;
    right: 0;
    transform: rotate(45deg);
    width: 2.2rem;
    height: 2.2rem;
    border-top: solid 0.3rem var(--colW);
    border-left: solid 0.3rem var(--colW);
  }

  /* 左側コンテンツ */
  .bl_footerCont_itemL {
    width: 100%;
    text-align: center;
    margin: 0 0 3rem;
  }
  .bl_footerCont_logo {
    width: 18.2rem;
    height: auto;
  }
  /* 右側コンテンツ */
  .bl_footerCont_itemR {
    width: 100%;
    text-align: center;
    padding: 0 0 3rem;
  }

  .bl_footerCont_itemR address {
    text-align: left;
  }

  .bl_footerCont_txt {
    color: var(--colW);
    max-width: 45rem;
    margin: 0 auto;
  }

  /* コピーライト */
  .el_copywriter {
    text-align: center;
    color: var(--colW);
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
  }

  /*------------------------------------------
ヘッダーメニュー（sp）(min-width: 320px)
------------------------------------------*/
  .ly_header {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .bl_headMenu_sp {
    width: 100%;
    height: 11rem;
    padding: 0 5%;
  }

  .bl_headMenu_sp .el_logo {
    width: 50%;
  }

  .bl_headMenu_sp .el_headMenu_spLogo {
    width: 9rem;
  }

  .bl_globalMenuSp {
  }

  .bl_globalMenuSp .el_logo {
    display: block;
    width: 15rem;
    padding: 0 0 0 5%;
  }

  .bl_globalMenuSp .el_headMenu_spLogo {
    width: 15rem;
    padding: 3.65rem 0;
  }

  .bl_globalMenuSp address {
    font-size: 1.6rem;
    color: var(--colW);
    padding: 0 15% 0 5%;
    margin: 0 0 3rem 0;
  }
  .bl_globalMenuSp .el_copywriter {
    text-align: center;
    color: var(--colW);
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
    font-weight: 500;
    padding: 0 15% 0 5%;
  }

  /*ハンバーガーボタン*/
  .el_hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    top: 2.7rem;
    right: 5%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .el_hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: var(--colK);
    transition: 0.3s ease-in-out;
  }
  .el_hamburger span:nth-child(1) {
    top: 10px;
  }
  .el_hamburger span:nth-child(2) {
    top: 20px;
  }
  .el_hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .el_hamburger.active span {
    background: var(--colW);
  }

  .el_hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    transform: rotate(-45deg);
  }

  .el_hamburger.active span:nth-child(2),
  .el_hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
  }

  .bl_globalMenuSp {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    color: var(--colW);
    /* text-align: center; */
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    padding: 0 0 1rem 0;
  }

  .bl_globalMenuSp ul {
    width: 100%;
    padding: 0 15% 0 5%;
    margin: 0 auto 10rem;
    background: var(--colK);
  }

  .bl_globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .bl_globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bl_globalMenuSp ul li:hover {
    background: #ddd;
  }

  .bl_globalMenuSp ul li a {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: var(--colW);
    padding: 1.5em 0;
  }

  /* このクラスを、jQueryで付与・削除する */
  .bl_globalMenuSp.active {
    transform: translateX(10%);
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
  }
  /* ハンバーガーメニューを開いている時はバックのコンテンツ固定 */
  /* body.active {
    width: 100%;
    height: 100vw;
    position: fixed;
    z-index: -1;
  } */

  /*------------------------------------------
TOPフェードスライド(min-width: 320px)
------------------------------------------*/
  /* スライダー */
  .ly_topSlide {
    position: relative;
    z-index: 0;
    margin: 10rem 0 0;
  }
  .bl_topSlide_wrapper {
    position: relative;
  }
  .bl_topSlide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .bl_topSlide_img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider {
    display: none;
  }
  .slider.slick-initialized {
    display: block; /*slick-initializedが付与されたら表示*/
  }

  /* 画像上の文字 */
  .bl_topSlide_txtBox {
    position: absolute;
    top: 10%;
    right: 5%;
  }
  .bl_topSlide_txtBox .bl_topSlide_txt {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: var(--colW);
  }
  .bl_topSlide_txtBox .bl_topSlide_txt:nth-child(2) {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 2.7em;
    color: var(--colW);
  }

  .bl_topSlide_txt span {
    opacity: 0;
  }
  .bl_topSlide_txt.appeartext span {
    -webkit-animation: text_anime_on 1s ease-out forwards;
    animation: text_anime_on 1s ease-out forwards;
  }
  @-webkit-keyframes text_anime_on {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes text_anime_on {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*------------------------------------------
下層ページTOP画像(min-width: 320px)
------------------------------------------*/
  .bl_underPage_top {
    position: relative;
    margin: 10rem 0 0;
  }
  .bl_underPage_topImg {
    width: 100%;
    height: 45rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bl_underPage_topFilter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 45rem;
    background: rgba(0, 0, 0, 0.7);
  }

  .bl_underPage_top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--colW);
  }
  /*------------------------------------------
新着記事、カテゴリー、アーカイブ、検索(min-width: 320px)
------------------------------------------*/
  .bl_para.__bl_para02 {
    height: 180vw;
  }
  .ly_bl_newArticle {
    flex-direction: column;
  }

  .bl_newArticle_wrapper {
    width: 100%;
  }
  .bl_newArticle_wrapper h4 {
    text-align: left;
    color: var(--colW);
  }

  .bl_newArticle {
    width: 100%;
    height: 22vw;
    background: var(--colW);
    margin: 0 0 2rem;
  }

  .bl_newArticle img {
    width: 30%;
    height: 22vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bl_newArticle_txt {
    width: 70%;
    text-align: left;
    padding: 0 2%;
  }
  .bl_newArticle_txt p {
  }
  .bl_newArticle_txt span {
    color: #606060;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  /* カテゴリー、アーカイブ */
  .bl_dataArticle {
    width: 100%;
    text-align: left;
  }
  .bl_dataArticle div {
    margin: 0 0 2rem;
  }

  .bl_dataArticle h4 {
    color: var(--colW);
  }
  .screen-reader-text {
    /* display: none; */
  }
  .postform,
  #archives-dropdown-3 {
    width: 100%;
    height: 10vw;
    padding: 0 2%;
    background: var(--colW);
  }

  .bl_dataArticle select {
    font-size: 1.5rem;
    color: #4d4d4d;
  }

  /* カテゴリー、アーカイブ横の矢印 */
  .bl_dataArticle div:nth-of-type(1),
  .bl_dataArticle div:nth-of-type(2) {
    position: relative;
    z-index: 1;
  }

  .bl_dataArticle div:nth-of-type(1) label,
  .bl_dataArticle div:nth-of-type(2) label {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    width: 10vw;
    height: 10vw;
    color: var(--colW);
  }

  .bl_dataArticle div:nth-of-type(1) label::before,
  .bl_dataArticle div:nth-of-type(2) label::before {
    position: absolute;
    top: 45%;
    right: 35%;
    transform: translate(-35%, -45%) rotate(45deg);
    content: "";
    width: 2vw;
    height: 2vw;
    border-bottom: solid 0.2rem #4d4d4d;
    border-right: solid 0.2rem #4d4d4d;
  }

  /* カテゴリー、アーカイブ横の矢印(active) */
  /* .bl_dataArticle div:nth-of-type(1) form:active label::before,
  .bl_dataArticle div:nth-of-type(2):active label::before {
    transform: translate(-25%, -50%) rotate(-45deg);
  } */

  /* サーチフォーム */
  #form {
    position: relative;
  }
  #s-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    padding: 0 2%;
    background: var(--colW);
  }
  #s-btn-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 10vw;
    height: 10vw;
  }
  #s-btn {
    position: relative;
    top: 0;
    right: 0;
    width: 10vw;
    height: 10vw;
    margin: 0;
  }
  .el_searchLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5vw;
    height: 5vw;
  }
  /*------------------------------------------
企業データ(min-width: 320px)
------------------------------------------*/
  .bl_dlData_list {
    padding: 0 5% 5rem;
  }
  .bl_dlData_list h3 {
    border-bottom: solid 2px var(--colK);
    margin: 0 0 3rem;
    font-weight: bold;
  }

  .bl_dlData_list dl {
    flex-direction: column;
    text-align: left;
    margin: 0 0 3rem;
  }
  .bl_dlData_list dt {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    padding: 0 0 1rem;
    width: 100%;
  }
  .bl_dlData_list dd {
    font-size: 1.5rem;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    width: 100%;
  }

  /*------------------------------------------
Googleマップ(min-width: 320px)
------------------------------------------*/
  .bl_gMap {
    padding: 5rem 5%;
  }
  .bl_gMap iframe {
    width: 100%;
    max-height: 65vw;
  }
  .bl_gMap_address {
    margin: 3rem auto 0;
    width: 100%;
    max-width: 90rem;
  } /*320pxここまで*/
  /*==========================================
 375px以上
 ==========================================*/
  @media screen and (min-width: 370px) {
  } /*375pxここまで*/

  /*==========================================
 414px以上
 ==========================================*/
  @media screen and (min-width: 414px) {
  } /*414pxここまで*/

  /*==========================================
 600px以上
 ==========================================*/
  @media screen and (min-width: 600px) {
    /*------------------------------------------
footコンテンツ（お問い合わせ）(min-width: 600px)
------------------------------------------*/
    .bl_footContact_timeBr {
      display: none;
    }
  } /*600pxここまで*/
  /*==========================================
 768px以上
 ==========================================*/
  @media screen and (min-width: 768px) {
    /*------------------------------------------
 セクションタイトル(min-width: 768px)
------------------------------------------*/
    .bl_secTitle_box {
      padding: 6rem 10%;
    }
    .bl_secTitle_cont {
      text-align: center;
      margin: 0 0 8rem;
    }
    .bl_secTitle_tag {
    }

    .bl_secTitle {
    }
    .bl_secTitle_txt {
    }
    /*------------------------------------------
 セクションタイトル（TOPパーツ）(min-width: 768px)
------------------------------------------*/
    .bl_secTitle_box.__bl_secTitle_box02 {
    }
    .bl_secTitle_box.__bl_secTitle_box02 .bl_secTitle_cont {
    }

    /*------------------------------------------
 SP縦並び、PC横並びカード01(min-width: 768px)
------------------------------------------*/
    .colRow_card {
      padding: 7rem 2%;
    }
    .bl_cardTxt {
      width: calc(100% / 2);
      padding: 0 5% 0;
    }
    .colRow_cardImg_wrapper {
      width: calc(100% / 2);
    }
    .colRow_cardImg {
      height: 32vw;
    }

    /*------------------------------------------
 SP縦並び、PC横並びカード02(min-width: 768px)
------------------------------------------*/
    .colRow_card.__colRow_card02 .colRow_cardInner {
      flex-direction: row-reverse;
    }
    .colRow_card.__colRow_card02 .colRow_cardImg_wrapper {
      padding: 0;
    }
    .colRow_card.__colRow_card02 .bl_cardTxt {
      padding: 0 5% 0;
    }

    /*------------------------------------------
 ブログ用colカード(min-width: 768px)
------------------------------------------*/
    .bl_blogCol_card {
      width: calc(100% / 3);
      margin: 0 4rem 12rem 0;
    }
    .bl_blogCol_cardImg_wrapper {
      height: 20vw;
    }

    /*------------------------------------------
 ブログ用colカード群(min-width: 768px)
------------------------------------------*/
    .bl_blogCol_cardWrapper {
      flex-direction: row;
      justify-content: flex-start;
      padding: 0 2%;
    }
    .bl_blogCol_cardImg {
      height: 20vw;
    }

    .bl_blogCol_card {
      width: calc(calc(100% - 8rem) / 3);
      margin: 6rem 4rem 6rem 0;
    }

    .bl_blogCol_cardWrapper .bl_blogCol_card:nth-child(-n + 3) {
      margin: 0 4rem 6rem 0;
    }

    .bl_blogCol_cardWrapper .bl_blogCol_card:nth-child(3n) {
      margin: 6rem 0 6rem;
    }

    .bl_blogCol_cardWrapper .bl_blogCol_card:nth-child(3) {
      margin: 0 0 6rem 0;
    }

    /* 下部ボタン */
    .bl_blogCol_card_el_btn .el_btnWrapper {
      padding: 3rem 0 0;
    }
    /*------------------------------------------
 フロー用colカード群(min-width: 768px)
------------------------------------------*/

    .bl_flowCard_wrapper {
      padding: 0 2%;
      flex-direction: row;
    }
    .bl_flowCard {
      width: calc(calc(100% - 8rem) / 3);
      margin: 0 4rem 9rem 0;
    }

    .bl_flowCard_wrapper .bl_flowCard:nth-child(3n) {
      margin: 0 0 9rem;
    }

    .bl_flowCard_txtBox {
      font-size: 1.5rem;
      line-height: 2em;
    }

    /* アロー */
    .bl_flowCard_arrow {
      bottom: initial;
      left: initial;
      top: 50%;
      right: -4rem;
      transform: translate(-1.5rem, 0%) rotate(-45deg);
    }
    .bl_flowCard_wrapper .bl_flowCard:nth-child(3n) .bl_flowCard_arrow {
      display: none;
    }
    /*------------------------------------------
 パララックス(min-width: 768px)
------------------------------------------*/
    /* パララックス */

    main {
      background: var(--colW);
    }

    .bl_para {
      background: url(../images/top/topSlide02.jpg) no-repeat right;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      height: 60rem;
    }

    .bl_paraCont_inner .bl_secTitle_cont {
      margin: 0 0 4.5rem;
    }
    .bl_paraCont_inner .bl_secTitle_box {
      padding: 0 0 9rem;
    }

    /*------------------------------------------
WEB見積もり(min-width: 768px)
------------------------------------------*/
    .ly_estimateWrapper {
      padding: 0 15% 5rem;
    }

    /*------------------------------------------
footコンテンツ（お問い合わせ）(min-width: 768px)
------------------------------------------*/
    .bl_footContact_box {
      flex-direction: row;
    }
    /* 左コンテンツ */
    .bl_footContact_L {
      width: calc(100% / 2);
    }
    /* 右コンテンツ */
    .bl_footContact_R {
      width: calc(100% / 2);
    }

    /*------------------------------------------
 ボタン03(min-width: 768px)
------------------------------------------*/
    .el_btn.__bnt03 {
    }
    .el_btn.__bnt03 .el_btnInner {
      width: 35rem;
    }
    .el_btn.__bnt03 .el_btnTxt {
      margin: 0 1rem 0 0;
    }

    /* ボタン03hover時(min-width: 768px) */

    /*------------------------------------------
footerコンテンツ(min-width: 768px)
------------------------------------------*/
    .bl_footerCont_inner {
      flex-direction: row;
      padding: 0 0 3rem;
    }
    /* TOPへ戻る矢印 */
    .el_topBack {
      top: -3rem;
    }

    /* 右側コンテンツ */
    .bl_footerCont_itemL {
      width: calc(100% / 2);
      margin: 0;
    }
    /* 左側コンテンツ */
    .bl_footerCont_itemR {
      width: calc(100% / 2);
      padding: 0;
    }

    /* コピーライト */

    /*------------------------------------------
ヘッダーメニュー（pc）(min-width: 768px)
------------------------------------------*/

    .ly_header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 3;
    }

    .bl_headMenu_pc {
      width: 100%;
      height: 15rem;
      padding: 0 2%;
    }
    .el_logo {
      width: 20%;
      padding: 1rem 0;
    }
    .el_headMenu_pcLogo {
      width: 12rem;
      height: auto;
    }

    .bl_headMenu {
      width: 80%;
    }
    .bl_headMenu_ul {
      justify-content: flex-end;
    }
    .bl_headMenu_ul li {
      margin: 0 2rem 0 0;
    }
    .bl_headMenu_ul li:last-of-type {
      margin: 0;
    }
    .bl_headMenu_ul a {
      font-size: 1.6rem;
      line-height: 2.1em;
      letter-spacing: 0.05em;
    }

    /*------------------------------------------
TOPフェードスライド(min-width: 768px)
------------------------------------------*/
    /* スライダー */
    .bl_topSlide_txtBox .bl_topSlide_txt {
      font-size: 3.3rem;
      color: var(--colW);
    }
    .ly_topSlide {
      margin: 12rem 0 0;
    }
    /*------------------------------------------
下層ページTOP画像(min-width: 768px)
------------------------------------------*/

    .bl_underPage_top {
      margin: 12rem 0 0;
    }

    .bl_underPage_topImg {
      height: 45rem;
    }
    .bl_underPage_topFilter {
      width: 100%;
      height: 45rem;
    }
    /*------------------------------------------
新着記事、カテゴリー、アーカイブ、検索(min-width: 768px)
------------------------------------------*/
    .bl_para.__bl_para02 {
      height: 55vw;
    }
    .ly_bl_newArticle {
      flex-direction: row;
      align-items: flex-start;
    }

    .bl_newArticle_wrapper {
      width: 50%;
    }

    .bl_newArticle_wrapper h4 {
      font-size: 1.8rem;
      padding: 0 0 1.3rem;
    }

    .bl_dataArticle {
      width: 50%;
      padding: 0 0 0 13%;
    }

    .bl_newArticle img {
      width: 25%;
      max-height: 9vw;
    }
    .bl_newArticle_txt {
      width: 75%;
    }

    .bl_newArticle {
      width: 100%;
      height: 100%;
      max-height: 22vw;
      margin: 0 0 1rem;
    }

    .bl_dataArticle h4 {
      font-size: 1.8rem;
      margin: 0 0 1.3rem;
    }
    .postform,
    #archives-dropdown-3 {
      height: 7.2vw;
    }
    #s-box {
      height: 7.2vw;
      font-size: 1.7rem;
    }
    .bl_dataArticle div:nth-of-type(1) label,
    .bl_dataArticle div:nth-of-type(2) label {
      width: 5vw;
      height: 7.2vw;
    }
    #s-btn-area {
      right: 0;
      width: 5vw;
      height: 7.2vw;
    }
    #s-btn {
      width: 5vw;
      height: 7.2vw;
    }
    .bl_dataArticle select {
      font-size: 1.8rem;
    }

    .bl_dataArticle div:nth-of-type(1) label::before,
    .bl_dataArticle div:nth-of-type(2) label::before {
      position: absolute;
      width: 1vw;
      height: 1vw;
    }
    .el_searchLogo {
      width: 2vw;
      height: 2vw;
    }
    /*------------------------------------------
企業データ(min-width: 768px)
------------------------------------------*/
    .bl_dlData_list {
      max-width: 90rem;
      margin: 0 auto;
      padding: 0 2% 9rem;
    }

    .bl_dlData_list dl {
      flex-direction: row;
      align-items: flex-start;
      margin: 0 0 6rem;
    }
    .bl_dlData_list dt {
      width: 20%;
      -moz-text-align-last: justify;
      text-align-last: justify;
    }
    .bl_dlData_list dd {
      width: 60%;
      font-size: 1.7rem;
    }
    .bl_dlData_list h3 {
      margin: 0 0 6rem;
    }
    /*------------------------------------------
Googleマップ(min-width: 768px)
------------------------------------------*/
    .bl_gMap {
      padding: 9rem 2%;
    }
    .bl_gMap iframe {
      display: block;
      width: 100%;
      max-width: 90rem;
      margin: 0 auto;
      max-height: 65vw;
    }
  } /*768pxここまで*/
  /*==========================================
 900px以上
 ==========================================*/
  @media screen and (min-width: 900px) {
    .bl_headMenu_ul li {
      margin: 0 3.5rem 0 0;
    }

    .bl_dataArticle div:nth-of-type(1) label,
    .bl_dataArticle div:nth-of-type(2) label {
      height: 6.5vw;
    }

    .postform,
    #archives-dropdown-3 {
      height: 6.5vw;
    }

    #s-box {
      height: 6.5vw;
      font-size: 1.7rem;
    }
    div:nth-of-type(2) label {
      height: 6.5vw;
    }
    #s-btn-area {
      height: 6.5vw;
    }
    #s-btn {
      height: 6.5vw;
    }

    /*------------------------------------------
 ボタン03(min-width: 900px)
------------------------------------------*/
    .el_btn.__bnt03 {
    }
    .el_btn.__bnt03 .el_btnInner {
      width: 40rem;
    }
    .el_btn.__bnt03 .el_btnTxt {
      margin: 0 2rem 0 0;
    }

    /*************rinjin追加 20220707******************/
    .mwform-checkbox-field .mwform-checkbox-field-text, .mwform-checkbox-field .el_ddForm {
      font-size: 1.7rem;
      width: auto;
    }
    
    span.mwform-checkbox-field.horizontal-item {
      line-height: 2;
      white-space: nowrap;
    }
    
    .mwform-checkbox-field .el_ddForm {
      top: 50%;
      transform: translateY(-32%);
      padding: 0;
      margin-right: 0;
    }

    .mw_wp_form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
      margin-left: 0;
    }

    .mwform-checkbox-field {
      margin-right: 13px;
    }
    /*************rinjin追加ここまで 20220707******************/

  } /*900pxここまで*/
  /*==========================================
 1200px以上
 ==========================================*/
  @media screen and (min-width: 1200px) {
    .bl_gMap iframe {
      max-height: 50vw;
    }
  } /*1200pxここまで*/

  /*==========================================
 1360px以上
 ==========================================*/
  @media screen and (min-width: 1360px) {
    /* .postform,
  #archives-dropdown-3 {
    height: 6.5vw;
  }
  #s-box {
    height: 6.5vw;
    font-size: 2.2rem;
  }
  .bl_dataArticle div:nth-of-type(1) label,
  .bl_dataArticle div:nth-of-type(2) label {
    height: 6.5vw;
  }
  #s-btn-area {
    height: 6.5vw;
  }
  #s-btn {
    height: 6.5vw;
  } */
  } /*1360pxここまで*/

  /*==========================================
 1500px以上
 ==========================================*/
  @media screen and (min-width: 1500px) {
    .bl_gMap iframe {
      max-height: 40vw;
    }
  } /*1500pxここまで*/

  /*==========================================
 1920px以上
 ==========================================*/
  @media screen and (min-width: 1920px) {
    .postform,
    #archives-dropdown-3 {
      height: 7.2vw;
    }
    #s-box {
      height: 7.2vw;
    }
    .bl_dataArticle div:nth-of-type(1) label,
    .bl_dataArticle div:nth-of-type(2) label {
      height: 7.2vw;
    }
    #s-btn-area {
      height: 7.2vw;
    }
    #s-btn {
      height: 7.2vw;
    }
    .bl_gMap iframe {
      max-height: 30vw;
    }
  } /*1500pxここまで*/
}
