html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

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

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
.container .section {
  text-align: left;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.container .section .sectionTtl {
  font-size: 36px;
  display: flex;
  align-items: center;
}
.container .section .sectionTtl span {
  display: inline-block;
  font-size: 18px;
  margin-left: 16px;
}
.container .section:after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #304FFD;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#header {
  width: 100%;
  background-color: #7F7F7F;
  padding: 20px 0;
}
#header .headerInner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#header .headerInner .headerTxt {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

#about {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
}
#about .aboutInner .aboutTxt {
  font-size: 18px;
  line-height: 1.8;
}

#access {
  width: 100%;
  padding: 40px 0;
}
#access .accessInner .section {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 32px;
}
#access .accessInner .accessContent {
  width: 100%;
}
#access .accessInner .accessContent iframe {
  width: 100%;
}

#company {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
}
#company .companyInner .companyContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}
#company .companyInner .companyContent .companyItem {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#company .companyInner .companyContent .companyItem .companyLeft {
  width: 25%;
  background-color: #EEEEEE;
  padding: 32px 0;
}
#company .companyInner .companyContent .companyItem .companyLeft .companyTxt {
  text-align: center;
}
#company .companyInner .companyContent .companyItem .companyRight {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
#company .companyInner .companyContent .companyItem .companyRight .companyTxt {
  padding-left: 24px;
}
#company .companyInner .mediaLink {
  text-align: center;
  font-size: 14px;
}
#company .companyInner .mediaLink a {
  display: inline-block;
}

#footer {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #EEEEEE;
}
#footer .footerInner .footerTxt {
  font-size: 14px;
  text-align: center;
  color: #595959;
}/*# sourceMappingURL=style.css.map */