header {
  height: 5rem;
  background: url(/img/company/back/company_bg.png) 3% 0;
  background-size: contain;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 1.3rem;
}

main {
  display: flex;
  justify-content: space-between;
}

aside {
  margin-left: 10%;
}

/* コンテンツ */
.contents {
  width: 70%;
  font-size: min(max(2vw), 1rem);
}

section {
  width: 100%;
  margin-bottom: 10%;
  padding-top: 3rem;
  margin-top: -3rem;
}

section>div {
  margin-left: 7%;
  width: 76.3%;
}

h2 {
  font-size: min(max(3vw), 1.5rem);
  letter-spacing: min(max(0.2vw), 0.1rem);
  margin: 2% 0;
}

.company_img {
  display: block;
  width: 100%;
  margin: 5% 0;
  box-shadow: 1px 1px 3px gray;
}

#message {
  font-size: min(max(2vw), 1rem);
  font-weight: bold;
  margin: 5% 0;
}

p,
h3,
h4 {
  font-size: min(max(2vw), 1rem);
}

.describe {
  font-size: min(max(2vw), 1rem);
  line-height: 2;
  letter-spacing: 0.1vw;
}

.describe p {
  margin: 3% 0;
}

dl dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

#place,
#service_list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

#place {
  line-height: 1.8;
}

#place dd {
  margin: 2% 0;
}

#service_list dd {
  margin: 1% 0;
}

#place dd:first-child,
#service_list dd:first-child {
  margin-top: 0;
}

#place dd:last-child,
#service_list dd:last-child {
  margin-bottom: 0;
}

dd a {
  text-decoration: underline;
}

dt {
  /* width: min(max(50vw), 25rem); */
  width: min(max(20vw), 10rem);
}

dd {
  margin: 0;
  width: calc(100% - min(max(20vw), 10rem));
}

dd dd {
  margin: 0;
  width: 100%;
}

h3 {
  font-weight: normal;
  font-size: min(max(2.4vw), 1.2rem);
}

#access {
  letter-spacing: 0.1vw;
  margin-bottom: 0;
}

.traffic {
  list-style: none;
  padding: 0;
  margin-bottom: 10%;
  font-size: min(max(2vw), 1rem);
}

.traffic p {
  padding-left: 1rem;
}

.googlemap_area {
  width: 100%;
  height: 33.5vw;
  margin: 3% 0;
}

iframe {
  width: 100%;
  height: 100%;
}

h4 {
  font-weight: normal;
  font-size: min(max(2vw), 1rem);
}

h4::before {
  content: "■";
  font-size: 20px;
}

#policy {
  padding-top: 4rem;
  margin-top: -4rem;
}

#overview {
  background: url(/img/company/back/overview_bg.png) 100% 0;
  background-size: 93%;
  background-attachment: local;
  background-repeat: no-repeat;
}

#access {
  background: url(/img/company/back/access_bg.png) 100% 0;
  background-size: 100%;
  background-attachment: local;
  background-repeat: no-repeat;
}

#CSR h4::before {
  content: "";
}

#CSR p {
  font-size: min(max(2vw), 1rem);
  line-height: 1.8;
}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .main_title {
  height: 5vw;
}

_::-webkit-full-page-media,
_:future,
:root .main_title h1 {
  margin-top: -1vw;
}