html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

.company-info {
  padding-top: 180px;
  padding-bottom: 60px;
}
.company-info__card {
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  border-radius: 40px;
  padding: 70px 60px;
  color: #fff;
}
.company-info__card .title-group {
  padding-bottom: 40px;
  border-bottom: 1px solid #B9EAF8;
}
.company-info__table {
  padding: 60px 0 60px 400px;
}
.company-info__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.company-info__row dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1A35BC;
}
.company-info__row dd {
  font-size: 2rem;
  font-weight: 500;
}
.company-info__map {
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  height: 44rem;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 960px) {
  .company-info {
    padding: 60px 20px 40px;
  }
  .company-info__card {
    border-radius: 12px;
    padding: 30px 20px;
  }
  .company-info__card .title-group {
    padding-bottom: 30px;
  }
  .company-info__card .title-group__ja {
    font-size: 40px;
    line-height: 1.3;
  }
  .company-info__card .title-group__en .en-text {
    font-size: 16px;
  }
  .company-info__table {
    padding: 40px 0 40px 0;
  }
  .company-info__row {
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 24px 0;
  }
  .company-info__row dt {
    font-size: 1.6rem;
  }
  .company-info__row dd {
    font-size: 1.8rem;
  }
  .company-info__map {
    height: 300px;
    border-radius: 8px;
  }
}