@charset "utf-8";

/*全体*/
.content{
  padding: 64px 0;
}

/*会社概要*/
.profile{
  width: 90%;
  margin: auto;
}
td{
  text-align: justify;
}
.tap_flex{
  display: flex;
  gap: 50px;
}
.tap_flex span{
  width: 215px;
}

/*グループ会社・関係会社*/
.table_one{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}

.table_one .last.outline_table{
  margin-bottom: 0;
}
td .common_link{
  font-size: 1.6rem;
  margin-top: 10px;
  max-width: 280px;
  height: 50px;
}

/*リンク*/
.under_link{
  display: flex;
  gap: 10px;
  align-items: center;
}
.under_link::after{
  content: url(../../../common/img/gaibu_link.svg);
  position: relative;
}
.under_link:hover{
  text-decoration: underline;
  text-underline-offset: 0.2em;
  opacity: 1;
}
.gaibu_link{
  gap: 10px;
}
.gaibu_link::after{
  content: url(../../../common/img/gaibu_link.svg);
  position: relative;
  transition: .5s;
  filter: brightness(0) invert(1);
}
.indent_span{
  padding-left: 1em;
  display: block;
  padding-top: 20px;
}
@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 60px;
  }

/*会社概要*/
  .tap_flex{
    flex-direction: column;
    gap: 0px;
    padding-bottom: 10px;
  }
}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
