.page-template-about-php .common-contact {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-template-about-php .common-contact {
    margin-top: 75px;
  }
}

/* s-t */

.s-t-about .img {
  background-image: url("https://test01server.xsrv.jp/clivia/wp-content/uploads/s-about-back.webp");
}

/* about */

.u-about {
  margin-top: 30px;
}

.u-about .about-imgs {
  position: relative;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.u-about .about-img {
  width: 100%;
}

.u-about .about-texts {
  top: 40px;
  right: 30px;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  font-size: 28px;
  color: #fff;
}

.u-about .about-text {
  writing-mode: vertical-lr;
  text-orientation: upright;
  background-color: #d3aa28;
  border-radius: 10px;
  margin-left: 10px;
  padding: 20px 2px 10px 2px;
  letter-spacing: 3px;
}

.u-about .about-main-text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-top: 80px;
  padding: 0 15px;
}

.u-about .about-main-text .block {
  margin-top: 30px;
}

.u-about .about-main-imgs {
  max-width: 820px;
  margin-top: 50px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.u-about .about-main-img {
  margin-left: auto;
  max-width: 290px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .u-about {
    margin-top: 30px;
  }

  .u-about .about-imgs {
    max-width: 335px;
  }

  .u-about .about-texts {
    top: 25px;
    right: 10px;
  }

  .u-about .about-text {
    margin-left: 5px;
    font-size: 15px;
    padding: 10px 2px 5px 2px;
    border-radius: 5px;
  }

  .u-about .about-main-text {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 15px;
  }

  .u-about .about-main-imgs {
    margin-top: 30px;
    padding: 0 20px;
  }

  .u-about .about-main-img {
    max-width: 200px;
  }
}

/* introduction */

.u-about .titles {
  margin-top: 150px;
}

/* i-common-boxes */

.i-common-boxes {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.i-common-boxes .box {
  width: 30%;
  margin-bottom: 30px;
  border: 1px solid #d3aa28;
}

.i-common-boxes .box .box-main {
  background-color: #d3aa28;
  border: 1px solid #d3aa28;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.i-common-boxes .box .box-names {
  display: table;
  /* height: 150px; */
  width: 100%;
}

.i-common-boxes .box .box-name {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  padding: 10px 0px;
  box-sizing: border-box;
}

.i-common-boxes .box .box-name01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.i-common-boxes .box .box-name02 {
  text-align: center;
  margin-bottom: 20px;
}

.i-common-boxes .box .box-name02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .u-about .titles {
    margin-top: 100px;
  }

  /* i-common-boxes */

  .i-common-boxes .box {
    width: 48%;
    font-size: 14px;
  }

  .i-common-boxes .box .box-main {
    padding: 5px 0;
  }
}
