@charset "utf-8";

.company{
  margin:5rem auto ;
  width:70%;
}

.company-top{
  max-width:720px;
  margin:0 auto 5rem;
}

.company-top h3{
  font-size:clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  text-align:center;
    margin-bottom: 20px;
}

.company-top img{
    width: 25%;
    margin: 0rem 0 0 auto;
    display: block;
}

.message{
  width:fit-content;
  margin:2rem 0 0 auto;
  font-weight:bold;
    text-align: center;
  font-size:1.5rem;
}

.message p{
    line-height: 1;
}

.message p:first-child{
  font-size:14px;
  margin-bottom:0.5rem;
}

.info{
  margin-bottom:5rem;
}

.access{
      width: 80%;
    margin: 0 auto 7.5rem;
}

.access h3{
  font-size:20px;
    margin-bottom: 40px;
    padding: 20px 13%;
  background:url(https://uchida-kiko.jp/system_panel/uploads/images/20241223091849703067.png) no-repeat center/contain;
}

.access iframe{
  border:none;
}

.access .row{
    margin-top: 1.5rem;
}
.access .col-md-4 > p{
      font-weight: bold;
}

.access .info-table p:first-child {
    width: 135px;
padding: 10px;
    text-align: center;
    line-height: 1.5;
}

.access .info-table p:last-child {
    width: calc(100% - 135px);
  padding: 10px;
    line-height: 1.5;
}

.access-box{
  margin-bottom:5rem;
}

    .info .info-table:nth-child(9) a{
    pointer-events:none;
    font-weight:400;
  }

@media screen and (max-width: 1600px) {
.access h3{
    padding: 20px 9%;
  }
}

@media screen and (max-width: 1279px) {
.access .row{
    flex-direction: column;
    gap: 1.5rem;
}
.access   .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
  }
}


@media screen and (max-width: 767px) {
.company-top img{
    width: 45%;
}
  .info-table{
    flex-direction: column;
    align-items: center;
  }
    .info-table p:first-child,
  .access .info-table p:first-child{
        width: 100%;
        text-align: center;
        padding: 8px 0;
    }
    .access .info-table p:first-child br{
    display:none;  
  }
.info-table p:last-child,
  .access .info-table p:last-child {
    width: 100%;
    padding: 10px;
}
.company{
  margin:2.5rem auto 5rem;
  width:90%;
}
  .access {
    width: 100%;
  }
.company-top h3{
  text-align:left;
}
.access h3{
    margin-bottom: 20px;
   padding: 8px 2rem 8px 22%;
  background:url(https://uchida-kiko.jp/system_panel/uploads/images/20241223093613564373.png) no-repeat center/contain;
}
}

.partner{
    width: 80%;
    margin: 0 auto 7.5rem;
    padding: 0 15px;
}
.partner-ttl {
    border-bottom: 4px solid #3C65BB;
    padding-bottom: .5em;
}
.partner-sbttl {
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: .5em;
}
.partner-txt-lg {
    font-size: 24px;
}
.partner-txt-md {
    font-size: 20px;
}
.partner-fit {
    width: fit-content;
    margin: 0 auto;
}
.partner-btn {
    padding: 1em 1em;
    background: #3C65BB;
    color: #fff !important;
    width: 100%;
    max-width: 264px;
    display: block;
}
.partner-btn:hover {
    opacity: .8;
}
.partner-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto;
}

.partner-flex-item01 {
    grid-column: 1 / 3;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .partner {
        width: 100%;
    }
}