@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
.aboutus__title1 {
  width: 23.3%;
  max-width: 232px;
}
@media screen and (max-width: 768px) {
  .aboutus__title1 {
    max-width: 100%;
    width: 46.5%;
    min-width: 156px;
  }
}

.greeting__content {
  background-color: #FFFFFF;
  border-radius: 30px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px;
}
@media screen and (max-width: 960px) {
  .greeting__content {
    padding: 30px 20px;
  }
}
.greeting__content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.003em;
  line-height: 2;
  color: #0069BC;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .greeting__content h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.greeting__content p {
  font-weight: 400;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .greeting__content p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.greeting__content .greeting__photo {
  max-width: 570px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .greeting__content .greeting__photo {
    display: block;
    margin: 30px auto 0;
  }
}
.greeting__content .greeting__photo img {
  border-radius: 15px;
  width: 61%;
  max-width: 350px;
  margin-right: 3.5%;
}
@media screen and (max-width: 960px) {
  .greeting__content .greeting__photo img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin: 0 auto 20px;
  }
}
.greeting__content .greeting__photo span {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0015em;
}
@media screen and (max-width: 960px) {
  .greeting__content .greeting__photo span {
    display: block;
    font-size: 15px;
    text-align: center;
  }
}

.data {
  background-color: #FECD2F;
}

.aboutus__title2 {
  width: 15.6%;
  max-width: 156px;
}
@media screen and (max-width: 768px) {
  .aboutus__title2 {
    max-width: 100%;
    width: 31%;
    min-width: 104px;
  }
}

.table__content {
  max-width: 800px;
  margin: 0 auto;
}
.table__content th, .table__content td {
  padding: 8px 15px;
}
@media screen and (max-width: 960px) {
  .table__content th, .table__content td {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 960px) {
  .table__content th p, .table__content td p {
    font-size: 15px;
  }
}
.table__content th {
  text-align: left;
  width: 29%;
}
.table__content td span {
  display: inline-block;
  font-size: 16px;
}
.table__content td a {
  font-weight: 500;
  margin-left: 15px;
  color: #0069BC;
  text-decoration: underline;
}

.office {
  background-color: #059DFF;
}
.office .aboutus__title3,
.office .aboutus__title4 {
  width: 31.5%;
  max-width: 394px;
}
@media screen and (max-width: 768px) {
  .office .aboutus__title3,
  .office .aboutus__title4 {
    max-width: 100%;
    width: 78.2%;
    min-width: 262px;
  }
}
.office .office__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .office .office__item {
    margin-bottom: 50px;
  }
}
.office .office__item:last-child {
  margin-bottom: 0;
}
.office .office__item .map iframe {
  width: 100%;
  height: 540px;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .office .office__item .map iframe {
    border-radius: 15px;
    height: 436px;
  }
}