@charset "utf-8";

/* common ------------- */
.page_section { padding-bottom: 100px; }
@media screen and (min-width: 1367px) {
.page_section {
  margin-top: 0;
  padding-bottom: 185px;
  width: 1200px;
}
}



/* top page ------------- */
.archive_category-tab {
  display: block;
  margin: 0 auto;
  padding: 50px 0 30px;
  width: 90%;
}
@media screen and (min-width: 1367px) {
.archive_category-tab {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}
.content_works-category-menu .archive_category-tab { width: 100%; }
}

.archive_category-tab ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}
@media screen and (min-width: 1367px) {
.archive_category-tab ul { gap: 1em; }
}

.content_works-category-menu .archive_category-tab ul { justify-content: center; }

.archive_category-tab li { display: inline-block; }

.archive_category-tab li a {
  background-color: #fff;
  border: 1px solid var(--navy);
  border-radius: 1.4em;
  color: var(--navy);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  padding: 0 1em;
  text-decoration: none;
}
@media screen and (min-width: 1367px) {
.archive_category-tab li a {
  font-size: 15px;
  line-height: 2.66;
  padding: 0 2em;
  transition: .6s;
}
}

@media screen and (min-width: 1367px) {
.archive_category-tab li a:hover {
  background-color: var(--navy);
  color: #fff;
  font-weight: 700;
}
}

.archive_category-tab li.current a {
  background-color: var(--navy);
  color: #fff;
  font-weight: 700;
}
.archive_category-tab li.current a { pointer-events: none; }

@media screen and (min-width: 1367px) {
.archive_wrap.page_works { gap: 1.25em; }
}

@media screen and (min-width: 1367px) {
.archive_list { width: 285px; }
}

.download-contents_heading {
  color: var(--navy);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 30px;
}

.download-contents_heading + p { margin-top: 1em; }

.download-contents_wrap {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
  margin: 30px 0 0;
  padding: 0 0 50px;
}
@media screen and (min-width: 1367px) {
.download-contents_wrap { gap: 3.16em; }
}

.download-contents_wrap.none-border { border-bottom: none; }

.download-contents_list {
  display: block;
  padding-bottom: 60px;
  position: relative;
  text-decoration: none;
  width: 47%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
.download-contents_list { width: 31.7%; }
}
@media screen and (min-width: 1367px) {
.download-contents_list {
  padding-bottom: 50px;
  width: 262px;
}
}

.download-contents_list figure {
  border-radius: 16px;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.download-contents_list figure img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.download-contents_list figure img { transition: .3s; }
.download-contents_list:hover figure img { transform: scale(1.1); }
}

.download-contents_list h3 {
  color: #333;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: .5em 0 0;
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.download-contents_list_text {
  color: #333;
  font-size: 13px;
  line-height: 1.46;
  text-decoration: none;
}
@media screen and (min-width: 1367px) {
.download-contents_list_text { min-height: 5em; }
.download-contents_list_text:hover,
.download-contents_list_text:active,
.download-contents_list_text:visited {
  color: #333;
  text-decoration: none;
}
}

.download-contents_list .common-button {
  bottom: 0;
  font-size: 15px;
  height: 50px;
  left: 0;
  margin-top: .5em;
  position: absolute;
  text-align: center;
  text-indent: -.5em;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.download-contents_list .common-button {
  height: 45px;
  text-align: left;
}
.download-contents_list:hover .common-button {
  background-color: #fff;
  color: var(--navy);
}
}

.download-contents_list .common-button:after { display: none; }
@media screen and (min-width: 1367px) {
.download-contents_list .common-button:after { display: block; }
.download-contents_list:hover .common-button:after { background-image: url(/assets/images/common/icon_arrow_white.png); }
}

.download-contents_wrap + .page_consultation p { letter-spacing: -.1em; }
@media screen and (min-width: 1367px) {
.download-contents_wrap + .page_consultation p { letter-spacing: 0; }
}



/* download data ------------- */
.download-data_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 1367px) {
.download-data_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
}
}

.download-data_commentary { width: 100%; }
@media screen and (min-width: 1367px) {
.download-data_commentary { width: 580px; }
}

.download-data_commentary h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 1367px) {
.download-data_commentary h1 { font-size: 32px; }
}

.download-data_commentary figure {
  border-radius: 20px;
  display: block;
  margin: 30px 0 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1367px) {}

.download-data_commentary figure img {
  display: block;
  height: auto;
  width: 100%;
}

.download-data_point {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (min-width: 1367px) {
.download-data_point { padding: 30px; }
}

.download-data_point h2 {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 44px;
  position: relative;
}
@media screen and (min-width: 1367px) {
.download-data_point h2 { font-size: 20px; }
}

.download-data_point h2:before {
  background-image: url(/assets/images/common/icon_point.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.download-data_point ul {
  display: block;
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
}
@media screen and (min-width: 1367px) {}

.download-data_point li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.download-data_point li:nth-child(n+2) { margin-top: 10px; }

.download-data_point li:before {
  content: '・';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.form-area {
  background-color: var(--skyblue-light);
  border-radius: 20px;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
.form-area {
  padding: 20px;
  width: 570px;
}
}

.form-area p {
  font-size: 15px;
  line-height: 1.4;
}

.form-area_inner { margin-top: 1em; }



/* pardot iframe ------------- */
.form-area_inner iframe {
  height: 1580px !important;
}
@media screen and (min-width: 1367px) {
.form-area_inner iframe { height: 1460px !important; }
}


@media screen and (min-width: 768px) and (max-width: 1366px) {}
@media screen and (min-width: 1367px) {}