@charset "UTF-8";

.second-mv .inner::after{
  content: "";
  background-image: url(../../img/company/mv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 790px;
  height: 106px;
  position: absolute;
  bottom: 31px;
  right: 0;
}
.second-mv .img{
  background-image: url(../../img/company/mv.png);
  width: 100%;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 59px;
}
.content01{
  padding: 68px 0 104px;
}
.content01 .inner{
  display: flex;
  /* justify-content: space-between; */
  gap: 81px;
}
.content01 .img{
  background-image: url(../../img/company/company01.png);
  width: 415px;
  height: 454px;
}
.content01 .text{
  width: 694px;
  padding-right: 70px;
}
.content01 .text h2{
  color: var(--blue);
  padding-bottom: 26px;
}
.content01 .text p{
  padding-bottom: 26px;
}
.content01 .text .name{
  text-align: right;
}
.content02{
  padding: 84px 0 151px;
  background-color: var(--lightgray);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.content02 h2{
  color: var(--blue);
  padding-bottom: 50px;
}
.content02 table{
  margin-inline: 70px;
}
.content02 table tr{
  border-bottom: 1px solid var(--bordergray);
}
.content02 table tr:first-child{
  border-top: 1px solid var(--bordergray);
}
.content02 table tr th{
  padding: 32px 0 25px 40px;
  font-weight: bold;
  width: 240px;
  vertical-align: top;
}
.content02 table tr td{
  padding: 31px 40px 32px 24px;
  width: 820px;
}

.content03{
  position: relative;
  top: -42px;
  padding: 83px 0 57px;
  background: var(--white);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.content03 h2{
  color: var(--blue);
  padding-bottom: 49px;
}
.content03 iframe{
  width: 100%;
  height: 451px;
  padding-bottom: 0px;
}
.content03 .text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  font-size: 12px;
}
.content03 .text .g-btn{
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  font-size: 16px;
  background-image: linear-gradient(to right, var(--black) 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.content03 .text .g-btn::before{
  content: "";
  background-image: url(../../img/company/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
}