@charset "UTF-8";
.adjust-sp {
  letter-spacing: 0.1em;
}

.main {
  margin-bottom: -20px;
}

.c-bnr-tel {
  align-items: center;
  display: flex;
  gap: 5px;
}

.c-bnr-tel__icon {
  flex-shrink: 0;
  height: 29px;
  width: 22px;
}
.c-bnr-tel__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-bnr-tel__text {
  align-items: center;
  color: #013384;
  display: flex;
  flex-direction: column;
}

.c-bnr-tel__text-num {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: calc(37 / 26);
}

.c-bnr-tel__text-time {
  font-size: 11px;
  line-height: 1;
}

.c-bnr-line {
  align-items: center;
  background-color: #56be37;
  border-radius: 8px;
  display: flex;
  padding: 7px 0px 7px 7px;
  position: relative;
  width: 200px;
}

.c-bnr-line__contents {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.c-bnr-line__contents-icon {
  flex-shrink: 0;
  height: 23px;
  width: 24px;
}
.c-bnr-line__contents-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-bnr-line__contents-text {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-bnr-line__arrow {
  align-items: center;
  border-left: dotted 1px #fff;
  color: #FFFFFF;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 70px;
}
.c-bnr-line__arrow::before {
  background: url(../images/arrow_white.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  width: 9px;
}

.c-bnr-line__label {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  color: #013384;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 23px;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  top: -17.5px;
  transform: translateX(-50%);
  width: 124px;
}

.c-title-sm {
  color: #013384;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(13 / 13);
}

.c-title-lg {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: calc(46 / 32);
}

.c-bnr-square {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  border-radius: 8px;
  display: flex;
  max-width: 172px;
  padding: 7px 0px 7px 7px;
}

.c-bnr-square__text {
  color: #013384;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
}

.c-bnr-square__arrow {
  align-items: center;
  border-left: dotted 1px #013384;
  display: inline-flex;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  width: 50px;
}
.c-bnr-square__arrow::before {
  background: url(../images/arrow_mainblue.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  width: 9px;
}

.c-news-list {
  border-top: dotted 1.5px #ebf3ff;
}
.c-news-list > .webgene-blog {
  display: flex;
  flex-direction: column;
}

.c-news-item {
  align-items: center;
  border-bottom: dotted 1.5px #ebf3ff;
  display: flex;
  gap: 15px;
  padding-block: 10px;
  width: 100%;
}
.c-news-item:hover {
  opacity: 1;
}
.c-news-item:hover .c-news-item__img img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.c-news-item::after {
  background: url(../images/news_arrow.svg) no-repeat center/contain;
  content: "";
  flex-shrink: 0;
  height: 25px;
  transition: opacity 0.3s ease;
  width: 25px;
}

.c-news-item__img {
  aspect-ratio: 1/1;
  background: url(../images/ogp.jpg) no-repeat center/cover;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  width: 60px;
}
.c-news-item__img img {
  transition: all 0.3s ease;
}

.c-news-item__contents {
  width: 100%;
}

.c-news-item__date {
  font-size: 13px;
  font-weight: normal;
  line-height: calc(19 / 13);
}

.c-news-item__title {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin-top: 5px;
  width: 100%;
}

.c-news-item__cate {
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 999px;
  color: #6cabeb;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: calc(17 / 12);
  margin-top: 5px;
  padding: 3px 7px;
}

.c-page-header {
  background-image: linear-gradient(95deg, #b6dbf1 3%, #c7e3f6 25%, #f3f9ff 55%, #80bbdd 95%);
  padding-bottom: 117px;
  padding-top: 80px;
}

.c-page-header__inner {
  margin-inline: auto;
  max-width: 1366px;
  padding-inline: 10px;
}

.c-bread__link {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.c-bread__link-item {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.c-bread__link-item:hover {
  color: #fff;
}
.c-bread__link-item:not(:last-child) {
  align-items: center;
  display: flex;
  gap: 15px;
}
.c-bread__link-item:not(:last-child)::after {
  content: "＞";
}

.c-page-header__head {
  color: #013384;
  margin-inline: auto;
  max-width: 1142px;
  padding-top: 60px;
}

.c-page-header__head-en {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.c-page-header__head-jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(26 / 18);
  margin-top: 6px;
}

.p-main {
  background-color: #ebf2f9;
  border-radius: 20px;
  margin-top: -40px;
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 80px;
}

.p-main__inner {
  margin-inline: auto;
  max-width: 1142px;
}

.c-cta-bnr .c-bnr-line {
  height: 80px;
  margin-inline: auto;
  max-width: 400px;
  width: 100%;
}
.c-cta-bnr .c-bnr-line.c-bnr-line--tel {
  background-color: #033384;
}
.c-cta-bnr .c-bnr-line.c-bnr-line--tel .c-bnr-tel__icon {
  height: 38px;
  width: 29px;
}
.c-cta-bnr .c-bnr-line.c-bnr-line--tel .c-bnr-tel__text {
  color: #fff;
}
.c-cta-bnr .c-bnr-line.c-bnr-line--tel .c-bnr-tel__text-num {
  font-size: 33px;
  line-height: calc(47 / 33);
}
.c-cta-bnr .c-bnr-line.c-bnr-line--tel .c-bnr-tel__text-time {
  font-size: 14px;
}
.c-cta-bnr .c-bnr-line__contents {
  gap: 20px;
}
.c-cta-bnr .c-bnr-line__arrow {
  height: 100%;
}
.c-cta-bnr .c-bnr-line__arrow::before {
  height: 11px;
  width: 13px;
}
.c-cta-bnr .c-bnr-line__contents-icon {
  height: 43px;
  width: 45px;
}
.c-cta-bnr .c-bnr-line__contents-text {
  font-size: 17px;
}
@media (min-width: 414px){
  .adjust-sp {
    letter-spacing: normal;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px){
  .adjust-spwide {
    letter-spacing: normal;
  }
  .adjust-tb {
    letter-spacing: 0.1em;
  }
  .c-news-item__img {
    width: 100px;
  }
}
@media (min-width: 1024px){
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .c-title-lg {
    font-size: 32px;
  }
  .c-news-item {
    gap: 50px;
    padding-block: 20px;
  }
  .c-news-item::after {
    height: 40px;
    width: 40px;
  }
  .c-news-item__img {
    width: 160px;
  }
  .c-news-item__title {
    font-size: 16px;
    margin-top: 10px;
  }
  .c-news-item__cate {
    margin-top: 30px;
  }
  .c-page-header__head {
    padding-top: 87px;
  }
  .p-main {
    border-radius: 40px;
    padding-bottom: 150px;
    padding-top: 120px;
  }
  .c-cta-bnr .c-bnr-line {
    width: 380px;
  }
}
@media (min-width: 1366px){
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
}