@charset "UTF-8";
/* common */
.section {
  padding: 70px 0px;
}

.container {
  width: 1100px;
  margin: auto;
}

.primary-heading {
  font-family: "Amiri", serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin-bottom: 54px;
}

/*header*/

.header {
  padding: 15px 0;
  box-shadow: 0px 2px 5px rgba(68, 68, 68, 0.1);
}

.header_container {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  width: 175px;
}

.menu_contents {
  display: flex;
  list-style: none;
  margin-right: -16px;
}
.menu-item {
  margin: 0 0 0 28px;
}

.menu-link {
  display: inline-block;
  padding: 16px;
  text-decoration: none;
}

/*key visual*/

.key_visual {
  width: 1200px;
  margin: auto;
  position: relative;
}

.keyvisual_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
}

.keyVisual-text {
  font-size: 20px;
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.keyVisual-text-white {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.container {
  margin: 70px 170px 0px;
}

/* About section */
.about-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-text {
  width: 550px;
}

.about-image {
  width: 480px;
}

/* Blog section */
.blog-item {
  width: 340px;
  background-color: #fff;
}

.section-gray {
  background-color: #fafafa;
}

.blog-card-date {
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  letter-spacing: 0.09em;
  color: #ffffff;
  background-color: #030303;
  padding: 5px 4px;
  margin-bottom: 7px;
}

.blog-card-heading {
  font-size: 16px;
  line-height: 150%;
}

.blog-card-contents {
  display: flex;
  flex-direction: column-reverse;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.blog-card-text-box {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
}

/* Access */
.access-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}

.access-site-logo {
  width: 160px;
  margin-bottom: 30px;
}

.left-contents {
  margin-right: 84px;
}

.list-non-marker {
  margin-bottom: 30px;
}

.list-non-marker-contents {
  margin-top: 10px;
}
.how-to-access {
  margin-bottom: 15px;
}

.how-to-access-title {
  font-size: 18px;
}

.list-dot li {
  position: relative;
  padding-left: 16px;
  margin-top: 5px;
}

/* listのdot（疑似要素） */
.list-dot li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #444;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 4px;
}

/* fotter */
.footer {
  background-color: #f7f7f7;
  padding: 43px 0;
}

.copy {
  color: #cca567;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
