@charset "utf-8";
/* CSS Document */

.mv{
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 400px;
}
#greeting{
  background-color: #f0f0f0;
}
/* .greeting dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.greeting dt{
  width: 306px;
  margin-right: 50px;
  align-items: center;
}
.greeting dt img{
  width: 100%;
}
.greeting dd{
  width: calc(100% - 356px);
} */
.greeting .greeting_copy{
  font-size: 2.6rem;
  line-height: 1.7em;
  margin-bottom: 30px;
  text-align: center;
}
.greeting_lead span{
  margin-top: 20px;
  display: block;
  text-align: right;
}
.greeting_lead span img{
  margin-left: 15px;
  height: 35px;
}
.underlayer section.award{
  width: 880px;
}
.table table{
  width: 100%;
}
.award table{
  border: 1px solid #000;
  margin-bottom: 40px;
}
.table tr{
  border-bottom: 1px solid #000;
}
.table tr:last-child{
  border-bottom: 0;
}
.table tr th{
  background-color: #fff;
  width: 220px;
  padding: 7px 10px;
  text-align: left;
  box-sizing: border-box;
}
.table tr td{
  width: calc(100% - 220px);
  box-sizing: border-box;
  padding: 7px 10px;
}
.table tr td a{
  color: #000;
  text-decoration: underline;
}
tr th.award_top{
  position: relative;
  font-size: 1.8rem;
  color: #01356D;
  /* text-shadow: 1px 2px 2px rgba(0,0,0,0.5); */
  font-weight: bold;;
  border-top: 1px solid rgb(189 136 12);
  border-bottom: 1px solid rgb(189 136 12);
  text-align: center;
  background: rgb(221,160,20);
  background: -moz-linear-gradient(left,  rgb(221,160,20) 0%, rgb(247,230,80) 50%, rgb(221,160,20) 100%);
  background: -webkit-linear-gradient(left,  rgb(221,160,20) 0%,rgb(247,230,80) 50%,rgb(221,160,20) 100%);
  background: linear-gradient(to right,  rgb(221,160,20) 0%,rgb(247,230,80) 50%,rgb(221,160,20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dda014', endColorstr='#dda014',GradientType=1 );
}
.award tr th{
  text-align: center;
  background-color: #f0f0f0;
}
tr th.award_top:before {
    content: "";
    display: block;
    background-image: url(../img/company/pattan.png);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40.25px;
    opacity: 0.2;
    background-size: contain;
}
.history table{
  border: 1px solid #000;
}
.history table th{
  text-align: center;
  background-image: url(../img/back-kamie.gif);
  border-right: 1px solid #000;
}
.history table td:last-child{
  border-left: 1px solid #000;
}
.tenpo img{
  width: 100%;
}
.company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_list li{
  width: 31%;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.company_list li img{
  width: 100%;
}
.company_list li a{
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.company_list li a::before {
    content: "";
    background-image: url(../img/magnifying_glass.svg);
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.company_list li .company_ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #01356D;
}

@media screen and (min-width: 0px) and (max-width: 1100px) {
}
@media screen and (min-width: 0px) and (max-width: 880px) {
.greeting .greeting_copy {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.greeting dt {
    width: 250px;
    margin-right: 30px;
    align-items: center;
}
.greeting dd {
    width: calc(100% - 280px);
}
.underlayer section.award {
    width: 80%;
}
.table tr th {
    width: 150px;
}
}
@media screen and (min-width: 0px) and (max-width: 640px) {
.greeting dl {
    display: block;
}
.greeting dt {
  width: 70%;
  text-align: center;
  margin: 0 auto 10px;
}
.greeting dd {
    width: 100%;
}
.greeting .greeting_copy {
    font-size: 2.0rem;
    margin-bottom: 10px;
    line-height: 1.3;
}
.greeting_lead span img {
    height: 26px;
}
.award table {
    border: 1px solid #e7e7e7;
    margin-bottom: 0px;
}
.table tr {
    border-bottom: none;
}
.table tr th {
    width: 100%;
    display: block;
}
.overview tr th,
.development tr th {
  background: rgb(240,240,240);
background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(249,249,249) 48%, rgb(240,240,240) 52%, rgb(229,229,229) 100%);
background: -webkit-linear-gradient(top, rgb(240,240,240) 0%,rgb(249,249,249) 48%,rgb(240,240,240) 52%,rgb(229,229,229) 100%);
background: linear-gradient(to bottom, rgb(240,240,240) 0%,rgb(249,249,249) 48%,rgb(240,240,240) 52%,rgb(229,229,229) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
}
.table tr td {
    width: 100%;
    display: block;
}
.underlayer section.award {
    width: 90%;
}
.award tr td {
  text-align: center;
}
.history.table tr {
    border-bottom: 1px solid #e7e7e7;
}
.history table th {
    border-right: none;
}
.history table td:last-child {
    border-left: none;
}
.tenpo iframe{
  height: 260px;
}
.company_list {
    display: block;
    margin-bottom: 30px;
}
.company_list li {
    width: 90%;
    margin: 0 auto 20px;
}
.history table {
    border: 1px solid #e7e7e7;
}
}
