@charset "UTF-8";
* {
  box-sizing: border-box;
}

.knowledge_page {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #28292b;
}
.knowledge_page .top {
  height: 500px;
  position: relative;
}
.knowledge_page .top .parallax-fixed {
  z-index: -1;
}
.knowledge_page .top .parallax-fixed::before {
  background: url("../image/top.webp") no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.knowledge_page .top h1 {
  font-family: "Oswald", sans-serif;
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  letter-spacing: 0.01em;
  top: 63%;
  left: 25%;
  transform: translate(-50%, -70%);
  text-decoration-color: #fff;
  text-decoration-style: solid; /* アンダーラインのスタイル */
  z-index: -1;
  padding-bottom: 9px;
  line-height: 1.2;
}
.knowledge_page .top h1 span {
  font-size: 32px;
  display: block;
}
@media (max-width: 980px) {
  .knowledge_page .top {
    height: 200px;
  }
  .knowledge_page .top .parallax-fixed {
    z-index: -1;
  }
  .knowledge_page .top .parallax-fixed::before {
    background: url("../image/top.webp") no-repeat center center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 800px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  .knowledge_page .top h1 {
    font-family: "Oswald", sans-serif;
    position: absolute;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    top: 73%;
    left: 29%;
    transform: translate(-50%, -70%);
    text-decoration-color: #fff;
    text-decoration-style: solid; /* アンダーラインのスタイル */
    z-index: -1;
    padding-bottom: 9px;
  }
  .knowledge_page .top h1 span {
    font-size: 16px;
  }
}
.knowledge_page .contact {
  background-color: #fff;
  color: #28292b;
  padding-bottom: 80px;
}
.knowledge_page .contact .title {
  display: flex;
  align-items: center;
}
.knowledge_page .contact .title h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 0.7;
  padding: 108px 0 80px 0;
  color: #28292b;
  text-align: center;
  margin: 0 auto;
}
.knowledge_page .contact span {
  font-size: 16px;
}
.knowledge_page .contact h2 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.knowledge_page .contact .form {
  border-radius: 5px;
  display: flex;
  padding: 0 148px;
  margin: 0 auto 22px;
  width: 737px;
  height: 116px;
  text-decoration: none;
  background: linear-gradient(#29eb8b 0%, #24e48c 17%, #19d28e 40%, #06b493 68%, #00ab95 75%, #00ab95 100%);
}
.knowledge_page .contact .form img {
  width: 40px;
  height: 49px;
  margin: auto 0;
}
.knowledge_page .contact .form span {
  font-weight: 600;
  font-size: 32px;
  border: none;
  color: #fff;
  margin: auto 0 auto auto;
}
@media (max-width: 980px) {
  .knowledge_page .contact {
    padding-bottom: 72px;
  }
  .knowledge_page .contact h1 {
    font-size: 35px;
    margin-left: -22px;
    padding: 60px 0 36px 0;
    margin: 0 auto;
  }
  .knowledge_page .contact span {
    font-size: 12px;
  }
  .knowledge_page .contact h2 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    margin: 0 20px 30px;
  }
  .knowledge_page .contact .form {
    padding: 28px 30px;
    margin: 0 auto 22px;
    width: 80%;
    height: 87px;
    min-width: 335px;
    display: block;
    text-align: center;
  }
  .knowledge_page .contact .form img {
    width: 20px;
    height: auto;
    margin: auto 0;
  }
  .knowledge_page .contact .form span {
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: #fff;
    margin: auto 0 auto 10px;
  }
  .knowledge_page .contact p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin: 0 20px;
  }
}
.knowledge_page .knowledge .contact {
  margin: 0 0 80px;
}
.knowledge_page .top {
  position: relative;
  height: 500px;
  margin-bottom: 65px;
  overflow: hidden;
}
.knowledge_page .top span {
  font-size: 28px;
}
.knowledge_page .top h2 {
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 104px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  padding: 240px 0 0 120px;
  z-index: 1;
  position: absolute;
}
.knowledge_page .top .slant-bg_top {
  height: 500px;
  width: 100%;
  margin: 0;
  top: 200px;
  overflow: hidden;
  background: url("../image/about_top.jpeg") no-repeat center center/cover;
  transform: skewY(0deg) translateY(0px) !important;
}
.knowledge_page .top .slant-bg_top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #324ddd 0%, #4ac5d3 100%);
  opacity: 0.72;
}
.knowledge_page .learn-more {
  display: flex;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .knowledge_page .top {
    height: 266px;
    margin-bottom: 38px;
  }
  .knowledge_page .top span {
    font-size: 14px;
    line-height: 28px;
  }
  .knowledge_page .top h2 {
    font-size: 48px;
    padding: 126px 0 0 21px;
  }
  .knowledge_page .top .slant-bg_top {
    height: 266px;
    width: 100%;
  }
}
.knowledge_page .knowledge {
  padding: 90px 24px 0;
  background-color: #fff;
}
.knowledge_page .knowledge .info_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 32px;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0px;
}
.knowledge_page .knowledge .info_item {
  width: 30%;
  background: #fff;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.knowledge_page .knowledge .info_item:hover {
  transform: translateY(-5px);
}
.knowledge_page .knowledge .info_image {
  width: 100%;
  height: auto;
  aspect-ratio: 294/180;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 16px;
}
.knowledge_page .knowledge .info_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge_page .knowledge .info_date {
  padding: 0 8px;
  margin-bottom: 8px;
}
.knowledge_page .knowledge .info_date p {
  font-family: “Noto Sans JP”;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 17px;
  text-align: left;
  color: #0d2a5c;
}
.knowledge_page .knowledge .info_title {
  padding: 0 8px 0px;
}
.knowledge_page .knowledge .info_title p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
  color: #0d2a5c;
}
@media screen and (max-width: 959px) {
  .knowledge_page .knowledge {
    padding: 0 20px;
  }
  .knowledge_page .knowledge .info_list {
    gap: 1.5rem;
    padding: 32px 20px;
  }
  .knowledge_page .knowledge .info_item {
    width: 100%;
  }
}
.knowledge_page .singlenews {
  padding: 0;
}
.knowledge_page .singlenews-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.knowledge_page .singlenews-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}
.knowledge_page .singlenews-box .date {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
.knowledge_page .singlenews-box .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
.knowledge_page .singlenews-box .image {
  margin-bottom: 30px;
}
.knowledge_page .singlenews-box .image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.knowledge_page .singlenews-box .content .text {
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .knowledge_page .singlenews {
    padding: 40px 0;
  }
  .knowledge_page .singlenews-box {
    padding: 20px;
  }
  .knowledge_page .singlenews-box .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=knowledge.css.map */