@charset "utf-8";

/*全体*/
.content{
  padding: 64px 0 0;
}

/*会社概要*/
.profile{
  width: 90%;
  margin: auto;
}
td{
  text-align: justify;
}
.tap_flex{
  display: flex;
  gap: 20px;
  line-height: 1.2;
  justify-content: space-between;
}
.tap_flex span{
  color: #1D2959;
  font-size: 1.2rem;
  letter-spacing: 0;
  display: block;
}
.tap_flex--image span{
  display: block;
  line-height: 1.5;
  padding-top: 10px;
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  .pagevisual {
    background: url("../../img/mv.webp") no-repeat #DEF3FC right;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }

  .pagevisual {
    background: url("../../img/sp_mv.webp") no-repeat center;
    background-size: cover;
  }

  /*全体*/
  .content{
    padding: 40px 0 0;
  }

/*会社概要*/
  .tap_flex{
    flex-direction: column;
    gap: 0px;
    padding-bottom: 20px;
  }
  .tap_flex--image{
    padding-top: 20px;
  }
}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
