/*
Theme Name: 株式会社マーク
Theme URI: http://example.com
Description: 株式会社マークのテーマ
Version: 1.0
Author: kanasashi-mc
Author URI: http://www.kanasashi.co.jp/
*/
@charset "UTF-8";
/*共通
ーーーーーーーーーーーーーーー*/

.map-sp {
  display: none;
}
@media (max-width: 576px){
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 14px;
  }
  .map-pc {
    display: none;
  }
  .map-sp {
    display: block;
  }
  .map-sp iframe{
width: 100%;
  }
  .youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
}

/*ヘッダー
ーーーーーーーーーーーーーーー*/

@media (max-width: 1200px){
.logo {
width: 180px;
}
}

.hamburger-menu {
  display: none;
}
@media (min-width: 992px){
.d-lg-none {
    display: none;
}
}

@media screen and (max-width: 765px){
  .nav-boader{
    display: none;
  }
  .logo {
    max-width: 100%;
}


  /*ハンバーガー*/
  .hamburger-menu {
    display: block;
    position: absolute;
  }
.menu-btn {
    position: fixed;
    top: 30px;
    right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 24px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition: all 400ms;
}
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #202122;
    transition: all 0.5s;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 10px;
    background-color: #666;
    position: absolute;
    transition: all 400ms;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;

}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}
.menu-content ul {
    padding: 80px 0 0;
}
.menu-content ul li {
    list-style: none;
    padding: 20px 28px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
}

.menu-content {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;

    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 30%!important;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-btn span:after{
  background-color: ##fff;
}
#menu-btn-check:checked ~ .menu-btn span:before {
    background-color: ##fff;
}
#menu-btn-check {
  display: none;
}
}

/*共通
ーーーーーーーーーーーーーーー*/

@media (max-width: 576px){
.mb-5 {
margin-bottom: 0;
}

.h-txt {
  width: 70%!important;
  display: none;
}
.h-container {
display: none;
}
.menu-btn {
    position: fixed;
    top: 30px!important;
    right: 20px;
}

.full {
  text-align: center;
}
}
/*トップ
ーーーーーーーーーーーーーーー*/

@media screen and (max-width: 768px){
  .t-space {
      margin-top: 0;
  }
  .bxslider div {
      font-size: 28px;
  }
  .bkg {
    padding: 50px 15px;
}
.about-box{
  display: block;
}
.mk-txt{
  margin-bottom: 3rem;
}
.bxslider div {

    font-size: 20px;
}

}
@media (max-width: 576px){
.bxslider img {
min-height: 300px;
}
.bxslider div {
    font-size: 20px;
    min-width: 100vw;
}
.sp-space {
  margin-top: 2rem;
}
.c-bana{
  display: none;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.sp-bana {
  display: block;
  width: 50%!important;
  margin-bottom: 4rem!important;
}
.c-nav-sitemap {
  font-size: 14px;
}

.c-nav-sitemap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-nav-sitemap > ul > li {
    margin: 0 0 4vw;
    width: 50%;
    padding: 0 4vw;
}
.topLink img {
    padding: 1px;
}
}
/*サービス
ーーーーーーーーーーーーーーー*/
@media (min-width: 768px) and (max-width: 1000px) {
  .columnSet .column1-4 {
    width: calc(25% - 2.4vw);
    margin-right: 2.4vw;
}
}
@media (max-width: 767px) {
.columnBtm {
  margin-bottom: 4rem;
}
.contentsList,.contentsList2,.contentsList3,.contentsList4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.contentsList .column1-4,.contentsList2 .column1-4,.contentsList3 .column1-4,.contentsList4 .column1-4 {
    width: 47.8260%;
}

.contentsList > div {
    position: relative;
    background: #EBF7E5;
    overflow: hidden;
}
.contentsList2 > div {
    position: relative;
    background: #ffb3bc;
    overflow: hidden;
}
.contentsList3 > div {
    position: relative;
    background: #ffad72;
    overflow: hidden;
}
.contentsList4 > div {
    position: relative;
    background: #68bff3;
    overflow: hidden;
}
.columnBtm > div {
    margin-bottom: 4vw;
}
.contentsList a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.contentsList .column1-4 .imgBox {
    height: 37vw;
}
.contentsList .imgBox img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.columnSet .column1-4 img {
    max-width: 68.75vw;
}
.contentsList h3,.contentsList2 h3,.contentsList3 h3,.contentsList4 h3 {
    position: relative;
    margin: 0;
    background: url(../images/arrow2.png) 90% 13px no-repeat;
    padding: 2.8vw 5vw 2.8vw 4vw;
    font-size: 3vw;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    z-index: 10;
}



.contentsList2 a,.contentsList3 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.contentsList2 .column1-4 .imgBox {
    height: 37vw;
}
.contentsList3 .column1-4 .imgBox {
    height: 37vw;
}
.contentsList4 .column1-4 .imgBox {
    height: 37vw;
}
.contentsList2 .imgBox img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.contentsList3 .imgBox img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.contentsList4 .imgBox img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.txt-left {
  margin-top: 3rem;
}
.cta .ctaBlock {
    padding: 11% 5%;
}
.cta .contentsDetail {
    padding: 8vmin 5vmin;
}
.cta .ctaBlock__inr p.tel {
  font-size: 20px;
}
.cta .ctaBlock__inr p.tel span {
    font-size: 14px;
}
.flow > li dl {
    display: block;
}
.flow > li {
    padding: 15px;
}
.flow > li dl dt {
    font-size: 18px;
    font-weight: 600;
    color: rgb(107 175 69);
    margin-right: 10px;
}
.flow > li dl dt .icon {
  margin-top: 20px;
}
.flow dd {
font-size: 14px;
}
}

@media (max-width: 576px){
  .submenu ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .submenu ul li {
    width: 50%;
}
.submenu ul li a {
    padding: 15px 10px;
}
.box3 {
    top: 20%!important;
    left: 50%;
}
.box3 p {
    font-size: 16px!important;
}
}

/*会社案内
ーーーーーーーーーーーーーーー*/
@media (max-width: 768px){
  .offset-md-1 {
    margin-left: 8.333333%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
}
/*会社概要
ーーーーーーーーーーーーーーー*/
@media (max-width: 576px){
  .sp-none {
    padding: 0!important;
  }
  .map {
    padding: 30px;
  }
  table.office th {
    width: 100%;

}
.kenjya {
  padding-left: 0px;
  padding-top: 10px;
}
}


/*沿革
ーーーーーーーーーーーーーーー*/
@media (max-width: 576px){
.sp-bs {
  margin-bottom: 4rem;
}
.tright {
    width: 100%;
}
}
/*グループ企業
ーーーーーーーーーーーーーーー*/

/*自治体・官公庁
ーーーーーーーーーーーーーーー*/
@media (max-width: 768px){
.sp-boxleft {
  padding-left: 12%;
}
  }
/*採用情報
  ーーーーーーーーーーーーーーー*/


  /*SDGs
    ーーーーーーーーーーーーーーー*/
    @media (max-width: 768px){
      .sdgs_txt {
      padding-top: 2rem;
  }
  .c-sdgs__materiality-item {
     padding: 0;
}
.sdgs_icon-box div {
  width: 70%;
  margin: auto;
}
    }

/*コンタクト
ーーーーーーーーーーーーーーー*/
@media (max-width: 576px){
  table, table tbody, table tbody tr, table tbody tr th, table tbody tr td {
      display: block;
      width: 100%;
  }
  table tbody tr th{
    text-align: left;
  }
}
/*スポーツ推進
ーーーーーーーーーーーーーーー*/
@media (max-width: 576px){

}
