.bg-grid {
  position: relative;
  padding-bottom: 64px;
}

.bg-grid::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}

.message {
  padding-bottom: calc(8px * 14);
}

@media screen and (max-width: 959px) {
  .message {
    padding-bottom: calc((8px * 14) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message {
    padding-bottom: calc((8px * 14) * 0.5);
  }
}

.message .message-content {
  position: relative;
}

.message .message-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 70%;
  z-index: -1;
  width: 528px;
  height: 403px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/orn-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 1023px) {
  .message .message-content::before {
    right: 62%;
  }
}

@media screen and (max-width: 767px) {
  .message .message-content::before {
    right: auto;
    left: 50%;
    translate: -50% 0;
  }
}

@media screen and (max-width: 519px) {
  .message .message-content::before {
    width: 100%;
  }
}

.message .message-content .message-ttl {
  margin-bottom: 16px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .message .message-content .message-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-content .message-ttl {
    font-size: 2rem;
  }
}

.message .message-content .message-ttl em {
  font-size: 3.2rem;
  color: #FA9A00;
}

@media screen and (max-width: 959px) {
  .message .message-content .message-ttl em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-content .message-ttl em {
    font-size: 2.4rem;
  }
}

.message .message-content .message-signature {
  text-align: right;
}

.message .message-content .message-signature__name {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .message .message-content .message-signature__name {
    font-size: 1.8rem;
  }
}

.message .message-content .message-signature__name span {
  margin-right: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

.profile {
  position: relative;
  margin-top: -64px;
  padding-bottom: calc(8px * 10);
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .profile {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .profile {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.profile::before, .profile::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  width: 100%;
  background: #FBFAF3;
}

.profile::before {
  top: 32px;
  height: 200px;
  border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 767px) {
  .profile::before {
    border-radius: 32px 32px 0 0;
  }
}

.profile::after {
  bottom: 0;
  height: calc( 100% - 200px);
  border-radius: 0 0 50px 50px;
}

@media screen and (max-width: 767px) {
  .profile::after {
    border-radius: 0 0 32px 32px;
  }
}

.profile .profile-main {
  background: #FBFAF3;
}

.profile .profile-main__item {
  display: grid;
  grid-template-columns: 260px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  background: #ffffff;
  border-radius: 24px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}

@media screen and (max-width: 959px) {
  .profile .profile-main__item {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .profile .profile-main__item {
    border-radius: calc(24px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .profile .profile-main__item {
    grid-template-columns: 200px 1fr;
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .profile .profile-main__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .profile .profile-main__item {
    padding: 16px 20px;
  }
}

.profile .profile-main__item dt {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .profile .profile-main__item dt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .profile .profile-main__item dt {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}

.profile .profile-main__item dd {
  padding-left: 40px;
  border-left: solid 2px #FA9A00;
}

@media screen and (max-width: 959px) {
  .profile .profile-main__item dd {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .profile .profile-main__item dd {
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: solid 2px #FA9A00;
  }
}

.profile .profile-main__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .profile .profile-main__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .profile .profile-main__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.profile .profile-contents {
  padding: 64px;
  background: #ffffff;
  border-radius: 24px;
}

@media screen and (max-width: 959px) {
  .profile .profile-contents {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .profile .profile-contents {
    border-radius: calc(24px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .profile .profile-contents {
    padding: 48px;
  }
}

@media screen and (max-width: 767px) {
  .profile .profile-contents {
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .profile .profile-contents {
    padding: 16px;
  }
}

.access-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .access-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .access-list {
    grid-template-columns: 1fr;
  }
}

.access-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: calc(8px * 5);
  border-radius: 24px;
  border: solid 1px #eeeeee;
}

@media screen and (max-width: 959px) {
  .access-list__item {
    padding: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access-list__item {
    padding: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access-list__item {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access-list__item {
    border-radius: calc(24px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .access-list__item {
    gap: 16px;
  }
}

.access-list__item .item-info {
  width: 100%;
}

.access-list__item .item-info .info-add {
  margin-bottom: 8px;
}

.access-list__item .item-info .free-dial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.access-list__item .item-info .free-dial img {
  width: 30px;
}

.access-list__item .item-map {
  margin-top: auto;
  width: 100%;
}

.access-list__item .item-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media screen and (max-width: 519px) {
  .access-list__item .item-map iframe {
    min-height: 230px;
  }
}

/*# sourceMappingURL=../../maps/pages/company.css.map */
