@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#greeting .img-umehara figcaption {
  line-height: 1.5;
}
#greeting .img-umehara figcaption span {
  display: block;
}
#greeting .img-umehara figcaption .umehara-post {
  font-size: 1.6rem;
}
#greeting .img-umehara figcaption .umehara-name {
  font-size: 2.3rem;
}
#greeting .img-umehara figcaption .umehara-date {
  font-size: 1.4rem;
}

#philosophy .philosophy-copy {
  width: 80%;
  margin-left: 20%;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy-copy {
    margin-left: 0;
  }
}

#service .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#service .service-list .service-list-item {
  margin-bottom: 4rem;
  background-color: #133A79;
  color: #FFF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #service .service-list .service-list-item {
    display: block;
  }
}
#service .service-list .service-list-item .service-txt {
  padding: 4rem 4rem 2rem 4rem;
}
@media screen and (max-width: 768px) {
  #service .service-list .service-list-item .service-txt {
    padding: 3rem 3rem 1.5rem 3rem;
  }
}
#service .service-list .service-list-item .service-txt .service-txt-ttl {
  line-height: 1.5;
  font-size: 2.7rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
#service .service-list .service-list-item .service-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#profile .profile-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #profile .profile-col {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#profile .profile-col .profile-list {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 768px) {
  #profile .profile-col .profile-list {
    grid-template-columns: 1fr;
  }
}
#profile .profile-col .profile-list dt,
#profile .profile-col .profile-list dd {
  margin: 0;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  #profile .profile-col .profile-list dt,
  #profile .profile-col .profile-list dd {
    padding: 0.5rem 0;
  }
}
#profile .profile-col .profile-list dt {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #profile .profile-col .profile-list dd {
    padding: 0 0 0 4rem;
  }
}
#profile .profile-col .profile-list p {
  margin: 0 0 1.5rem 0;
}

#history .history-list {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 7fr;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 768px) {
  #history .history-list {
    grid-template-columns: 1fr 3fr;
  }
}
#history .history-list dt,
#history .history-list dd {
  margin: 0;
  padding: 0 0 1.5rem 0;
}
#history .history-list dt {
  white-space: nowrap;
}
#history .history-list dd {
  border-left: 2px solid #333;
  position: relative;
  padding-left: 3rem;
}
#history .history-list dd::before {
  position: absolute;
  content: "";
  left: -1.1rem;
  top: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid #333;
}
#history .history-list dd:last-child::after {
  position: absolute;
  content: "";
  left: -1.1rem;
  bottom: 0.1rem;
  width: 2rem;
  height: 2rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#access .access-col {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #access .access-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#access .access-col .access-txt-ttl {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
#access .access-col .access-map {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  /* 3:2のアスペクト比 */
  height: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #access .access-col .access-map {
    padding-top: 100%;
  }
}
#access .access-col .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=corporate.css.map */