/*****************************************
*
* company
*
******************************************/

.page-company footer {
  margin-top: 0;
}

/*------------------------------------------*/
/* 経営理念
/*------------------------------------------*/


@media screen and (max-width: 833px) {
  .company-philosophy .box .cont {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .company-philosophy .box .cont {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 834px), print {
  .company-philosophy .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }

  .company-philosophy .box .cont {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1240px), print {
  .company-philosophy .box {
    column-gap: 100px;
  }
}

@media screen and (min-width: 1570px), print {
  .company-philosophy .box {
    width: 1450px;
    margin: 0 auto;
  }

  .company-philosophy .box .cont {
    margin-right: 0;
  }
}

/* 画像 --------------------------------*/
.company-philosophy .box figure img {
  width: 100%;
}

@media screen and (max-width: 833px) {
  .company-philosophy .box figure {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

/* catchcopy --------------------------------*/
.company-philosophy .catchcopy {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px), print {
  .company-philosophy .catchcopy {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

/* catchcopy --------------------------------*/
.company-philosophy .heading-type-square {
  margin-bottom: 0;
}


/*------------------------------------------*/
/* 理念 リスト
/*------------------------------------------*/

.company-philosophy .list {
  display: inline-block;
}

.company-philosophy .list li+li {
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .company-philosophy .list li+li {
    margin-top: 40px;
  }
}

/*------------------------------------------*/
/* 事業許可
/*------------------------------------------*/

.page-company .list-type-circle {
  margin-bottom: 40px;
}

.page-company .list-type-circle li .min {
  font-size: 0.9rem;
  margin-top: 10px;
}

.page-company .list-type-circle li+li {
  margin-top: 2em;
}

@media screen and (min-width: 834px), print {
  .page-company .list-type-circle {
    margin-bottom: 60px;
  }

  .page-company .list-type-circle li .min {
    font-size: 1rem;
  }
}


/*------------------------------------------*/
/* アクセスマップ
/*------------------------------------------*/

.company-access .map_wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 834px), print {
  .company-access .map_wrapper {
    margin-top: 60px;
  }
}