@charset "UTF-8";
.main {
  background-color: #e5eaf5;
  padding-top: 120px;
}

.c-bg-noise {
  position: relative;
}
.c-bg-noise::after {
  background-image: url(../images/bg_noise.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-colon {
  display: flex;
}
.c-colon::before, .c-colon::after {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-colon::before {
  content: "“";
}
.c-colon::after {
  content: "”";
}

.c-top-title {
  align-items: center;
  color: #163c72;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-top-title__en {
  font-family: "Prompt", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: calc(61 / 40);
}

.c-top-title__jp {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: calc(24 / 16);
}

.c-title-line {
  align-items: center;
  color: #2059ab;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 14px;
  letter-spacing: 0.1em;
  line-height: calc(24 / 16);
}
.c-title-line::before {
  background-color: #2059ab;
  content: "";
  height: 13px;
  width: 5px;
}

.c-news > .webgene-blog {
  display: flex;
  flex-direction: column;
}

.c-news__list {
  border-top: solid 1px #aaa;
}

.c-news__item {
  border-bottom: solid 1px #aaa;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: column;
  padding-block: 25px;
  padding-right: 40px;
  position: relative;
  row-gap: 10px;
}
.c-news__item::after {
  background-image: url(../images/news_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.c-news__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: auto;
}

.c-news__head {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 17px;
}

.c-news__day {
  color: #372710;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.c-news__cate {
  background-color: #333334;
  border-radius: 10px;
  color: #fff;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  min-width: 78px;
  padding: 3px 7px;
  text-align: center;
}

.c-news__title {
  color: #372710;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: calc(20 / 14);
  /* 必要に応じて幅を制限 */
  max-width: 100%;
  overflow-wrap: break-word;
  text-decoration: underline;
  /* 折り返し用追加 */
  white-space: normal;
  width: 100%;
  word-break: break-word;
}

.c-page-head__header {
  background-image: linear-gradient(177deg, #e2eaf8 18%, #e9eef6 53%, #e3e9f5 92%);
  height: 320px;
}

.c-page-head__header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-inline: auto;
  max-width: 1366px;
  overflow: hidden;
  position: relative;
}

.c-page-head__header-bg {
  bottom: -45px;
  color: #f7f8fc;
  font-family: "Prompt", sans-serif;
  font-size: 100px;
  font-weight: 400;
  position: absolute;
  right: -10px;
  z-index: 1;
}

.c-page-head__header-wrap {
  max-width: 1138px;
  padding-inline: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.c-page-head__header-titleEn {
  color: #163c72;
  font-family: "Prompt", sans-serif;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: calc(90 / 60);
}

.c-page-head__header-titleJp {
  color: #163c72;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: calc(24 / 16);
}

.c-page-head__bread {
  padding-block: 10px;
  padding-inline: 20px;
  width: 100%;
}

.c-page-head__bread-inner {
  align-items: center;
  color: #5f5f5f;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  gap: 22px;
  letter-spacing: 0.06em;
}

.c-page-head__bread-text {
  align-items: center;
  display: inline-flex;
  gap: 15px;
}

.c-page-head__bread-text::before {
  content: "＞";
  font-size: 10px;
}

.c-outlink {
  display: flex;
  gap: 10px;
}

.c-outlink__item {
  align-items: center;
  background-color: #333334;
  border: solid 1px #333;
  border-radius: 8px;
  display: flex;
  gap: 6px;
  justify-content: center;
  min-width: 160px;
  padding: 11px 10px 11px 10px;
}
.c-outlink__item p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.c-outlink__item::after {
  background-image: url(../images/icon_link.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  width: 10px;
}

.corporate-row .c-outlink__item {
  gap: 10px;
}
.corporate-row .c-outlink__item::after {
  background-image: url(../images/icon_arrow_cycle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  width: 22px;
}

.p-main {
  background-color: #f7f8fc;
  border-radius: 40px 40px 0 0;
}

.search-list__item {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  gap: 4px;
  letter-spacing: 0.08em;
  line-height: calc(15 / 10);
  width: 100%;
}

.search-list__img {
  aspect-ratio: 164/123;
  overflow: hidden;
  width: 100%;
}
.search-list__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.search-list__title {
  color: #a3a3a3;
  font-size: inherit;
}

.l-flex {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1138px;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}
.l-flex-side .c-top-title {
  align-items: flex-start;
}
.l-flex-main {
  margin-inline: auto;
  max-width: 860px;
  width: 100%;
}

.c-text-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(32 / 14);
}

.c-text-fax {
  align-items: center;
  display: flex;
}

@media (min-width: 768px){
  .c-page-head__header-bg {
    bottom: -74px;
    font-size: 170px;
    letter-spacing: 0.1em;
    line-height: calc(257 / 170);
    right: -23px;
  }
}

@media (min-width: 1024px){
  .main {
    padding-top: 153px;
  }
  .c-top-title__en {
    font-size: 40px;
  }
  .c-top-title__jp {
    font-size: 16px;
  }
  .c-news__item {
    align-items: center;
    -moz-column-gap: 26px;
         column-gap: 26px;
    flex-direction: row;
    padding-block: 39px;
    row-gap: 25px;
  }
  .c-news__contents {
    align-items: center;
    flex-direction: row;
    gap: 25px;
  }
  .c-page-head__bread {
    padding-inline: 24px;
  }
  .l-flex {
    flex-direction: row;
  }
  .l-flex-side {
    flex: 0 0 300px;
    padding-right: 20px;
  }
  .l-flex-main {
    flex: 1 1 auto;
    margin-inline: 0;
    min-width: 0;
    width: auto;
  }
}

@media (min-width: 1366px){
  .l-flex-side {
    flex: 0 0 429px;
  }
}