@charset "UTF-8";
.l-title-style-01 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
  color: #1266b1;
}
@media screen and (max-width: 768px) {
  .l-title-style-01 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.l-title-style-04 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-title-style-04 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.c-top-sec01-txt p.l-title-style-05 {
  font-size: 22px;
  font-weight: 700;
}

.l-bg-bule {
  background: #f1f6fc;
}

.l-bg-grey {
  background: #f0f0f0;
}

.l-bg-white {
  background: #fff;
}

.l-btn-main {
  text-align: center;
}
.l-btn-main a {
  font-size: 16px;
  background: #009ede;
  border: 2px solid #009ede;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 34px 10px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1;
}
.l-btn-main a:hover {
  background: #fff;
  color: #009ede;
}
.l-btn-main a:hover::after {
  border-top: 2px solid #009ede;
  border-right: 2px solid #009ede;
}
.l-btn-main a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  margin-top: -2px;
}

.l-btn-style-01 a {
  font-size: 14px;
  line-height: 1;
  background: #1266b1;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 26px 10px 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.l-btn-style-01 a:hover {
  background: #009ede;
}
.l-btn-style-01 a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.l-btn-style-02 {
  font-size: 14px;
  line-height: 1;
  background: #1266b1;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 26px 10px 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.l-btn-style-02::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.c-factryS-btn.l-btn-style-01 a {
  background: #ac7815;
}
.c-factryS-btn.l-btn-style-01 a:hover {
  background: #e6a01f;
}

.l-btn-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-btn-wrap {
    margin-top: 40px;
  }
}

.l-title-style-02 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #1266b1;
  position: relative;
  padding-bottom: 15px;
  margin-top: 76px;
  margin-bottom: 30px;
}
.l-title-style-02::after {
  content: "";
  background: #1266b1;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 5px;
}

.l-title-style-03 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 56px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-title-style-03 {
    font-size: 18px;
    margin-bottom: 28px;
  }
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, #232d83 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}

.c-blog-ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 2%;
}

.c-blog-ul li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .c-blog-ul li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .c-blog-ul li {
    width: 100%;
  }
}
.c-blog-ul li a {
  width: 100%;
}

.c-news-img {
  width: 100%;
}
.c-news-img img {
  width: 100%;
  height: auto;
}

.c-blog-title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
}/*# sourceMappingURL=layout.css.map */