.contentTitle h1 {
  position: relative;
    border-bottom: 4px solid #ccc;
    font-size: 230%;
    padding-bottom: 10px;
    padding-left: 8px;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 170%;
    font-weight: 600;
}

.contentTitle h1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #e7283c;
}

.contentBody h2 {
  padding: 15px;
  border-left: 12px solid #e7283c;
  font-size: 200%;
  /* text-align: center; */
  background-color: #f3f3f3;
	line-height: 160%;
	    margin-bottom: 20px;
}
.contentBody h2 a {
text-decoration: none;
}

.contentBody h3 {
  margin: 2em 0 1em;
  padding: 0 5px 15px;
  border-bottom: 1px solid #ccc;
  color: #e7283c;
  font-size: 150%;
}

.contentBody h4 {
  margin: 2em 0 1em;
  /* padding: 0 10px; */
  color: #666;
  font-size: 130%;
		font-weight: lighter;
}

.contentBody p.nagare-text {
  font-size: 120%;
  color: #e7283c;
  margin-bottom: 18px;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 0px;
}



.contentBody ol {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  list-style-type: none;
  counter-reset: li;
}

/* ol内のliのスタイル */
.contentBody ol li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.5;
}

/* 2つ目以降のliにmargin-topを指定 */
.contentBody ol li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
.contentBody ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e6283c;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.contentBody ul {
  list-style: disc;
  padding-left: 0.5em;
}

.contentBody ul li {
	list-style-type: none;
    position: relative;
    padding-left: 1em;
    margin: 18px 0;
    line-height: 170%;
}

.contentBody ul li:before {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    background: #e6283c;
}

ol li::marker {
  color: #e6283c;
}
.contentBody li ul {
  list-style: circle;
}

.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
	margin-top: 20px;
}

.contentBody .alignRight {
  float: right;
  padding-top: 0px;
  padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody .alignCenter {

}

.contentBody .u-align-left {
  text-align: left;
}
.contentBody .u-align-right {
  text-align: right;
}
.contentBody .u-align-center {
  text-align: center;
}

.contentBody img.u-align-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.contentBody img.u-align-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contentBody img.u-align-center {
  float: none;
  display: block;
  margin: 0 auto;
}

.contentBody table.u-align-left {
  float: left;
  margin: 0 10px 0 10px;
}
.contentBody table.u-align-right {
  float: right;
  margin: 0 0 10px 10px;
}
.contentBody table.u-align-center {
  float: none;
  margin: 0 auto 0 auto;
}




@media screen and (max-width: 850px) {

.contentBody .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
	width: 40%;
}

.contentBody .alignRight {
  float: right;
  padding-top: 0px;
  padding-left: 10px;
	width: 40%;
}
}


.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}

.contentBody table {
  max-width: 100%;
}

.contentBody table th,
.contentBody table td {
/*  vertical-align: top;*/
  font-size: 100%;

  padding: 10px;
}
.contentBody table,
.contentBody table th,
.contentBody table td {
  border: 0 solid #ccc;
}

.contentBody table[border] {
  border-width: 1px;
}

.contentBody table[border] th,
.contentBody table[border] td {
  border-width: 1px;
}

.contentBody table[border] th {
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  width:30%;
}
.contentBody table:not([style*="border-width:"]),
.contentBody table:not([style*="border-width:"]) th,
.contentBody table:not([style*="border-width:"]) td {
/*  border: none !important;*/
}




.setumei table th,.setumei table td {
    /* vertical-align: top; */
    font-size: 90%;
    padding: 15px 10px;
    line-height: 115%;
}




/* table border for TinyMCE 6~ */
.contentBody table.table_borders,
.contentBody table.table_borders th,
.contentBody table.table_borders td
{
  border-width: 1px!important;
	padding: 10px!important;
	line-height: 155%;
	border: 1px solid #ccc!important;
}

.contentBody table.table_no_borders,
.contentBody table.table_no_borders th,
.contentBody table.table_no_borders td
{
}




@media screen and (max-width: 768px) {
	
.contentBody table.table_borders, .contentBody table.table_borders th, .contentBody table.table_borders td {

    font-size: 90%;
}

}


@media screen and (max-width: 480px) {

.contentBody table.table_borders th {
	width: 50%!important;
	}

	
}


/* tree */

.contentBody ul.pageList {
/*  width: 100%;*/
  padding-left: 0;

}

.contentBody ul.pageList li {
  list-style: none;
  padding: 1% 0% 2% 0%;
  border-bottom: 1px solid #e7283c;
/*
  display: flex;
  flex-direction: column;
*/
	
}

.contentBody ul.pageList li:nth-child(odd) {
  /*background-color: #eee;*/
}


.contentBody ul.pageList li::before{
	display: none;
}

.contentBody ul.pageList li span.title {
    display: block;
    font-size: 130%;
    color: #e7283c;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 170%;
    text-align: left;

}

.contentBody ul.pageList li span.title a {
  color: #e7283c;
    background-image: url(../images/ar01.png);
    background-repeat: no-repeat;
    background-position: left top 8px;
    background-size: 20px;
    padding: 0px 0px 0px 30px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.contentBody ul.pageList li span.title a {
    background-position: left top 8px;
    background-size: 16px;
    padding: 0px 0px 0px 26px;
}
}

.contentBody ul.pageList li span.description {
  display: block;
  font-size: 90%;
  line-height: 170%;
}

.contentBody ul.pageList li p.date {
  margin: 0;

}

/* member */

.contentBody ul.pageList li span.thumb {
  width: 20%;
  display: block;
float:left;
	margin-right:20px;
}

.contentBody ul.pageList li span.thumb img {
  width: 100%;
}

ul.pageList.member_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.pageList.member_list::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
    order: 1;
}

ul.pageList.member_list li {
  box-sizing: border-box;
  width: 30%;
  line-height: 1.5;
  padding: 20px 20px 0px 20px;
  background-image: none;
  background-color: #fff;
/*  border-top: 1px solid #ccc;*/
	border-bottom: none;
}

.contentBody sup {
  font-size: 0.5em;
  vertical-align: top;
}

.contentBody sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

/* Color Definition
================================================== */

.red {
  color: red;
}



.style1 {
font-size: 160%;
    display: block;
    margin: 30px 0px;
    line-height: 170%;
		color: #e7283c;
	
}

@media screen and (max-width: 768px) {
.style1 {
    font-size: 140%;

}

	
}

.setumei .style1 {
    font-size: 150%;
    display: block;
    margin: 0px 0px 30px 0px;
	    line-height: 150%;
	    color: #444444!important;
}

.style2 {}

.style2 img {
  width: 90%;
  border: 1px solid #aaa;
  display: block;
  margin: 0px auto;
}
.style3 {
	border: 5px solid #E7283C;
	padding:15px;
  display: inline-block;
  margin: 20px 0px;
  line-height: 130%;
	text-align: center;
	font-weight: bold;


}

.style3 a {
    color: #E7283C;
		    background-image: url(../images/ar01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
	    padding: 0px 0px 0px 38px;
	text-decoration: none;
}

.style4 {
	color: #999;
	line-height: 135%;
}


.style10 img {
   border: 1px solid #aaa;
  display: block;
  margin: 0px auto;
}


.style9{}

.style9 a {
display: inline-block;
    width: auto;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    padding: 0px 20px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 110%;
	border-radius: 5px;
}

.style9 a::before,
.style9 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.style9 a,
.style9 a::before,
.style9 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.style9 a {
  position: relative;
  z-index: 2;
  background-color: #e7283c;
  border: 2px solid #e7283c;
  color: #fff;
  line-height: 50px;
	border-radius: 5px;
}


.style9 a:hover {
  background-color: #fff;
  border-color: #e7283c;
  color: #e7283c;
}

.style9 a::before,
.style9 a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e7283c;
}

.style9 a::before {
  top: 0;
}

.style9 a::after {
  bottom: 0;
}

.style9 a:hover::before,
.style9 a:hover::after {
  height: 0;
  background-color: #e7283c;
}

.style10{
border: 4px solid #e7283c;
    padding: 10px;
    font-size: 105%;
    border-radius: 5px;
    display: block;
    margin: 30px auto 30px auto;
    width: 86%;
    text-align: center;
	
}
.style10 a{
text-decoration: none;
	color: #e7283c;
    background-image: url(../images/ar01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding: 0px 0px 0px 25px;
}



@media screen and (max-width: 480px) {
.style9 a {
    line-height: 160%;
    display: table;
    padding: 15px;
}
	
}

.tbl-check {}

.contentBody table[border].tbl-check td {
	background-color: #FFF7B7;
	padding: 20px;
	}


@media screen and (max-width: 768px) {

  .contentTitle h1 {
    position: relative;
    border-bottom: 4px solid #ccc;
    font-size: 160%;
    padding-bottom: 3px;
    padding-left: 8px;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 0em;
  }

  .contentTitle h1::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #e7283c;
  }

  .contentBody h2 {
    font-size: 150%;
  }

  .contentBody h3 {}

  p.nagare-text {
    font-size: 120%;
    color: #e7283c;
    margin-bottom: 18px;
  }

  .contentBody ul {
    list-style: disc;
    padding-left: 0em;
/*    font-size: 80%;*/
  }

  .contentBody ol {
    /* list-style: decimal; */
    /* padding-left: 2em; */
    margin-bottom: 20px;
/*    font-size: 80%;*/
  }

  .contentBody ul.pageList li span.description {
    color: #000;
    padding: 0;
  }

  .contentBody ul.pageList li {}

  .contentBody ul.pageList li span.title {
    display: block;
    font-size: 150%;
    font-weight: bold;
    color: #e7283c;
    margin-bottom: 5px;
  }

  .contentBody ul.pageList li p.date {
    font-size: 110%;
    margin-left: 0px;
  }


  .contentBody ul.pageList li span.thumb {

  }

  .contentBody table[border] td {
    padding: 3px 5px;
    border: 1px solid #ccc;
  }

  /* スタッフ紹介 */

  ul.pageList.member_list li {
    line-height: 1.5;
    padding: 23px 0px 15px 0px;
    background-image: none;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }
}


@media screen and (max-width: 820px) {

.contentTitle h1 {
    font-size: 180%;
}
}


@media screen and (max-width: 640px) {

  .contentBody .alignRight,
  .contentBody .alignLeft {
    text-align: center;
    width: 100%;
    float: none;
    margin-left: 0px;
	  padding-left:0px;
  }

  .contentBody img.alignLeft,
  img.alignRight {}

  .contentTitle h1 {
    position: relative;
    border-bottom: 4px solid #ccc;
    font-size: 160%;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    letter-spacing: 0em;
    text-align: center;
	  line-height: 115%;
  }

  .contentTitle h1::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #e7283c;
  }

  .contentBody h2 {
    font-size: 120%;
    padding: 8px;
    margin: 10px 0px 5px 0px;
  }



  .contentBody h3 {
    font-size: 120%;
    padding: 0 5px 5px;
  }

  p.nagare-text {
    font-size: 120%;
    color: #e7283c;
    margin-bottom: 18px;
  }

  .contentBody ul {
    width: auto !important;
    margin: 0;
  }

  .contentBody ol {
    /* list-style: decimal; */
    /* padding-left: 2em; */
    margin-bottom: 20px;
  }

  .contentBody ul.pageList li span.description {
    margin-bottom: 0;
  }

  .contentBody ul.pageList li {
    width: 100%;
    margin: 3% 0;
    padding: 3% 0% 3% 0%;
  }

  .contentBody ul.pageList li span.title {
    display: block;
    font-size: 120%;
    font-weight: bold;
    color: #e7283c;
    margin-bottom: 5px;
  }

  .contentBody ul.pageList li span.thumb {
    padding-top: 10px;
    padding-right: 4px;
    width: 70px;
  }

  .contentBody ul.pageList li p.date {
    font-size: 90%;
    margin-left: 0px;
  }

  .contentBody table[border] td {
    padding: 3px 5px;
    border: 1px solid #ccc;
/*    font-size: 80%;*/
  }

  /* スタッフ紹介 */

  ul.pageList.member_list li {
    line-height: 1.5;
    padding: 23px 0px 15px 0px;
    background-image: none;
    background-color: #fff;
    border-top: 1px solid #ccc;
	}
	.contentBody ul.pageList li span.thumb {
  width: 100%;
  display: block;
float:none;
	margin-right:0px;
		margin-bottom:20px;
}
	}

#form_body{
	
	border-top:1px solid #aaa;
	padding-top:30px;
	margin-top:30px;
}




.contentBody ul.gyoushu_list {
    margin-bottom: 35px;
}


@media screen and (max-width: 1180px) {
	
ul.gyoushu_list li {
    float: none !important;
    width: 22.1% !important;
    font-size: 80% !important;
    margin-bottom: 0px !important;
    padding: 10px 0;
    line-height: normal;
}
	
}

@media screen and (max-width: 1000px) {
	
ul.gyoushu_list li {
    width: 33%!important;
}
	
	
ul.gyoushu_list li::before{
	display: none;
	}
	
	
}


@media screen and (max-width: 900px) {

.setumei table th,.setumei table td{
	width: 100%;
    display: block;
    padding: 10px 10px;
	}	
	
.setumei table th {
    padding: 10px 10px 0px 10px;
    font-size: 100%;
}
	
.works_item_main .icon {
    margin: 0 35px 0 0;
	}
	
.works_content {
    padding: 0;
}
	
.works_item_main {
    padding: 20px;
}

.setumei {
    width: 97%;
}
	
}

@media screen and (max-width: 768px) {
	
	
.works_item_main {
    display: block;
    padding: 35px;
}
	
.works_item_main .icon {
    margin: 0;
    width: 100%;
    max-width: unset;
	padding: 0;
}
	
.works_item_main .icon img {
    width: 100%;
}
	
.cut_over {
    margin-top: 10px;
	}
	
.setumei {
    width: 100%;
}
	
.setumei table th, .setumei table td {
    width: 97%;
	}
	
.setumei table th {
    padding: 18px 10px 0px 10px;
}
	
.setumei table td {
    padding: 10px 10px 18px 10px;
}
	
.works_content {
    width: 100%!important;
	font-size: 80%;
	}
	
.link_box {
    padding-bottom: 0;
}
	
.contentBody .works_item h2 {
    margin: 0;
}
	
}


@media screen and (max-width: 660px) {
ul.gyoushu_list li {
    font-size: 60% !important;
    padding: 6px 0;
}
}


@media screen and (max-width: 570px) {
	
.pagination a {
    border-radius: 3px;
    padding: 0;
	}
	
span.page.current,span.page,span.next,span.last{
	padding: 4px 9px;
    font-size: 80%;
	}
	
span.page.current a,span.page a,span.next a,span.last a{
	text-decoration: none;
	}
	
.pagination span {
    margin: 3px;
}
	
.works_item_main .icon img {
    height: 16em;
	}
	
.setumei td li {
    margin-bottom: 15px;
    margin-top: 15px;
}
	
.contentBody .works_item h2 {
    font-size: 125%;
}
	
}


@media screen and (max-width: 480px) {
	
.setumei .style1 {
    margin: 0px 0px 20px 0px;
}

.contentBody .works_item h2 {
    font-size: 150%;    
	padding: 15px;
}
	
	
.contentBodyWrapper .setumei h2 {
    font-size: 130%!important;
    padding: 0!important;
}
	
.works_item_main {
    padding: 18px;
}
	
.setumei table th {
    padding: 13px 10px 0px 10px;
}
	
.setumei table td {
    padding: 7px 10px 13px 10px;
}
	
.link_box {
    margin-top: 10px;
	padding: 20px;
	}
	
.works_content {
    font-size: 95%;
}
	
	
}


@media screen and (max-width: 430px) {
ul.gyoushu_list li {
    width: 48%!important;
}
	
ul.gyoushu_list li {
    font-size: 75% !important;
}
	
}

.p-def-tree-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.p-def-tree-list li{
	width:30%;
	
}

.p-def-tree-list li img{
	width:100%;
	
}

/********** 制作実績 サムネイルリスト用 STYLE **********/
.work .p-def-tree-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3vw, 40px);
  width: 100%;
  margin: min(6vw, 80px) 0;
}
@media screen and (max-width:768px) {
  .work .p-def-tree-list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 30px);
    margin: min(8vw, 60px) 0;
  }
}
@media screen and (max-width:480px) {
  .work .p-def-tree-list {
    grid-template-columns: 1fr;
    gap: min(4vw, 30px);
  }
}

.work .p-def-tree-list-item {
  display: block;
  width: 100%;
  margin: 0 0 0;
}

.work .p-def-tree-list-item .thumb {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .work .p-def-tree-list-item .thumb {
    margin: 0 0 14px;
  }
}

.work .p-def-tree-list-item .thumb > a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.work .p-def-tree-list-item .thumb > a > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
  top: 0px;
  right: 50%;
  transform: translate(50%, 0);
}

/* .company-message {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0 2.0rem;
  }
  @media screen and (max-width: 768px) {
    .company-message {
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      gap: 2.0rem 0;
    }
  }
  .company-message .company-message-txt {
    flex-grow: 1;
    display: block;
  }
  @media screen and (max-width: 768px) {
    .company-message .company-message-txt {
      width: 100%;
    }
  }
  .company-message .company-message-txt > *:first-child {
    margin-top: 0 !important;
  }
  .company-message .company-message-txt-sign {
    display: block;
    width: fit-content;
    font-size: 1.1em;
    margin: 1.0rem 0 0 auto;
  }
  .company-message .company-message-txt-sign em {
    font-size: 1.2em;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  .company-message .company-message-pict {
    display: block;
    width: min(35%, 350px);
    flex-shrink: 0;
  }
  @media screen and (max-width: 768px) {
    .company-message .company-message-pict {
      width: min(90%, 400px);
    }
  }
  .company-message .company-message-pict > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 400 / 556;
    border-radius: 0.25em;
  }
  @media screen and (max-width: 768px) {
    .company-message .company-message-pict > img {
      aspect-ratio: 556 / 400;
    }
  } */

.company-message {
  margin: 3.0rem 0 0;
}
.company-message > *:first-child {
  margin-top: 0 !important;
}
.company-message-sign {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  gap: 1.0rem;
  margin: 2.0rem 0 0;
}
@media screen and (max-width: 768px) {
  /* .company-message-sign {
    align-items: center;
    align-content: center;
  } */
}
.company-message-sign .company-message-sign-txt {
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company-message-sign .company-message-sign-txt {
    text-align: center;
  }
}
.company-message-sign .company-message-sign-txt > em {
  font-style: normal;
  font-size: 1.1em;
  font-weight: 500;
}
.company-message-sign .company-message-sign-pict {
  display: block;
  max-width: 300px;
}
.company-message-sign .company-message-sign-pict > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 556 / 400;
  border-radius: 0.25em;
  object-fit: cover;
  object-position: center top;
}

.company-message .company-message-profile {
  margin: 4.0rem 0 0;
}
.company-message .company-message-profile > *:first-child {
  margin-top: 0 !important;
}
.company-message .company-message-profile > *:last-child {
  margin-bottom: 0 !important;
}
.company-message .company-message-profile .company-message-profile-hl {
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-indent: 0.0em;
  padding: 0 0.25em 0.4em;
  margin: 0 0 1.0em;
  border-bottom: 1px solid #1a1a1a;
}
.company-message .company-message-profile .company-message-profile-content {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: end;
  gap: 2.0rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .company-message .company-message-profile .company-message-profile-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-pict {
  display: block;
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-pict > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 556;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.25em;
}
@media screen and (max-width: 768px) {
  .company-message .company-message-profile .company-message-profile-content .company-message-profile-content-pict > img {
    aspect-ratio: 556 / 400;
    max-width: 300px;
  }
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table {
  display: block;
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table .tableRow {
  display: grid;
  grid-template-columns: minmax(auto, 6em) auto;
  gap: 0;
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table .tableRow:first-child th,
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table .tableRow:first-child td {
  padding-top: 0;
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table dt,
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table dd {
  display: block;
  padding: 0.5em 0.75em 0.5em;
  border-bottom: 1px solid #1a1a1a;
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table dt {
  font-weight: 500;
  letter-spacing: 1.0em;
  text-indent: 1.0em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-bottom-color: #e6283c;
}
.company-message .company-message-profile .company-message-profile-content .company-message-profile-content-table dd {
  
}