/* background設定 */
header {
  background: url(/img/company/mobile/company_bg.png);
  background-size: 100%;
  background-attachment: local;
  background-repeat: no-repeat;
  width: 100%;
  height: 33vw;
  padding-top: 3.5rem;
  margin-top: calc(55px + 5vw);
}

aside {
  margin-top: -27%;
  width: 100%;
  background-size: 75%;
  background-attachment: local;
  background-repeat: no-repeat;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: normal;
  text-shadow: 0 0 1px black;
}

.main_title {
  width: 85%;
  height: 1.2rem;
  padding-top: 2.4rem;
  padding-left: 0.5rem;
  margin: auto;
  margin-top: -3rem;
  margin-bottom: 7rem;
  border-left: 0.7rem solid black;
}

.main_title small {
  font-size: 1rem;
  margin: 0;
  text-shadow: 0 0 1px #777;
  letter-spacing: 0.1rem;
}

.main_title h1 {
  margin: 0;
  margin-top: 0.3rem;
  font-size: 2.57rem;
  font-weight: normal;
  text-shadow: 0 0 1px black;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: space-between;
}

[v-cloak] {
  display: none;
}

.side_btn {
  position: absolute;
  font-size: 2.5rem;
  right: 5%;
  top: calc(55px + 17.5vw)
}

.side_menu {
  width: 65%;
  list-style: none;
  margin: 0;
  margin-left: 20%;
  margin-top: 20%;
  padding: 0;
}

.side_menu li {
  padding: 10% 0;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 1px #666;
  display: block;
  display: flex;
  justify-content: space-between;
}

.side_menu li::after {
  content: "▼";
}

.contents {
  margin-top: 10vw;
}

section {
  width: 100%;
  padding-bottom: 40%;
  padding-top: calc(55px + 2vw);
  margin-top: calc(-55px - 2vw);
}

section div {
  margin: auto;
  width: 90%;
}

section img {
  width: 100%;
  box-shadow: 1px 1px 3px gray;
}

dl dl {
  display: flex;
}

#place,
#service_list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#place dd,
#service_list dd {
  margin: 2% 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;
}

dt {
  width: 40vw;
  letter-spacing: 0.4vw;
}

dd {
  width: 65vw;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.1vw;
}

dd dd {
  width: 100%;
}

dd a {
  text-decoration: underline;
}

#message {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1vw;
}

.describe {
  margin: 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.googlemap_area {
  margin: 0;
  width: 100%;
}

iframe {
  width: 100%;
  height: 65vw;
}

.address,
.tel_fax {
  font-size: 1.2rem;
  letter-spacing: 0.4vw;
}

ul {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

h4::before {
  content: "■";
  font-size: 5vw;
}

#utsubo {
  margin-top: 15%;
}

#policy {
  background: url(/img/company/mobile/policy_bg.png);
  background-size: 95%;
  background-attachment: local;
  background-repeat: no-repeat;
}

#overview {
  background: url(/img/company/mobile/overview_bg.png) 100% 0;
  background-size: 80%;
  background-attachment: local;
  background-repeat: no-repeat;
}

#access {
  background: url(/img/company/mobile/access_bg.png) 100% 0;
  background-size: 100%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  margin-bottom: 7%;
}

#CSR {
  margin-top: -40vw;
  padding: 15vw 0;
}

#CSR h4::before {
  content: "";
}

#CSR h4 {
  font-size: 1.2rem;
}

#CSR p {
  line-height: 1.8;
}