@charset "utf-8";
/* ======================
fv
====================== */
.fv {
  background-color: #fff;
}
.fv .inner {
  padding: 0;
}
.fv__container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
.fv__left {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.375rem + 0.781vw, 1.3125rem);
  width: 50.5729%;
  max-width: 971px;
}
.fv__imgBox {
  position: relative;
  overflow: hidden;
}
.fv__img1 {
  aspect-ratio: 971 / 423;
}
.fv__img2 {
  aspect-ratio: 971 / 497;
}
.fv__img1,
.fv__img2 {
  height: 100%;
  object-fit: cover;
}
.fv__logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 2.428%;
  width: 40.128%;
  height: auto;
}
.fv__right {
  position: relative;
  z-index: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  padding-top: clamp(7.5rem, 0rem + 15.625vw, 18.75rem);
  padding-right: clamp(1.25rem, -1.917rem + 6.597vw, 6rem);
  padding-bottom: clamp(2.5rem, 0.5rem + 4.17vw, 5.5rem);
  padding-left: clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem);
}
.fv__deco {
  position: absolute;
  z-index: -1;
  top: calc(431 / 941 * 100%);
  left: calc(71 / 949 * 100%);
  width: calc(878 / 949 * 100%);
  height: auto;
  pointer-events: none;
}
/* 列は .fv__title-col で縦書きするため、reset の .vertical を上書き */
.fv .vertical {
  position: relative;
  z-index: 1;
  width: auto;
  writing-mode: horizontal-tb;
}
.fv__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.8125em;
  font-size: clamp(1.125rem, 0.542rem + 1.215vw, 2rem);
  line-height: 1.25;
  letter-spacing: 0.12em;
  margin-right: clamp(7.625rem, 0.042rem + 15.799vw, 19rem);
}
.fv__title-col {
  writing-mode: vertical-rl;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition:
    opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out,
    visibility 0.8s;
}
.fv__title-col.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fv__title-dot {
  position: relative;
}
.fv__title-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.45em;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-50%);
}
.fv__text {
  position: relative;
  z-index: 1;
  max-width: 537px;
  margin: auto 0 0;
  font-size: clamp(0.75rem, 0.583rem + 0.347vw, 1rem);
  text-align: right;
}

/* ======================
top__news
====================== */
.top__news {
  margin-top: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
      display: flex;
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    padding-bottom: 14px;
    border-bottom: 1px solid #000;
    margin-left: clamp(0.625rem, -0.625rem + 2.6vw, 2.5rem);
    align-items: baseline;
}
.top-news__title {
      font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
    font-family: "Elms Sans", sans-serif;
}
.newsItemBottom {
      display: flex;
    align-items: baseline;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  transition: all 0.5s;
}
.newsItemBottom:hover {
  opacity: 0.5;
}
.newsItemText {
      display: flex;
    align-items: center;
    column-gap: 20px;
}
.newsItemTime {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
  white-space: nowrap;
}
.newsItemCate {
      font-size: clamp(0.75rem, 0.607rem + 0.22vw, 0.875rem);
    color: #fff;
    background-color: #000;
    padding: 0 4px;
    white-space: nowrap;
}
.newsItemTit {
  font-size: clamp(0.875rem, 0.446rem + 0.67vw, 1.25rem);
  display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ======================
about
====================== */
.about {
  background-color: #fff;
  padding-top: clamp(4rem, 0.833rem + 6.597vw, 8.75rem);
}
.about__inner {
  padding-right: clamp(1.25rem, -4.167rem + 11.285vw, 9.375rem);
  padding-left: clamp(1.25rem, -5.917rem + 14.931vw, 12rem);
}
.about__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: clamp(1.25rem, -16.607rem + 27.9vw, 16.875rem);
}
.about__left {
  width: 54.373%;
}
.about__top {
  display: flex;
  align-items: flex-start;
}
.about-top__sub {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.5rem, 0.167rem + 0.694vw, 1rem);
  line-height: 1;
  letter-spacing: 0;
}
.about-top__logo {
  width: clamp(8.375rem, 3.458rem + 10.243vw, 15.75rem);
  margin-left: clamp(0.5625rem, -0.0625rem + 1.302vw, 1.5rem);
  height: auto;
}
.about-top__text {
  margin-top: clamp(2.625rem, 1.167rem + 3.038vw, 4.8125rem);
  margin-left: clamp(0.375rem, 0.125rem + 0.521vw, 0.75rem);
  font-size: clamp(1rem, 0.333rem + 1.389vw, 2rem);
  line-height: 1.25;
}
.about__title {
  max-width: 544px;
  margin-top: clamp(1.5rem, -0.167rem + 3.472vw, 4rem);
  margin-left: clamp(0rem, -1.75rem + 3.646vw, 2.625rem);
  font-size: clamp(1.25rem, 0.75rem + 1.042vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
}
.about__text {
  max-width: 656px;
  margin-top: 32px;
  margin-left: clamp(0rem, -1.75rem + 3.646vw, 2.625rem);
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  line-height: 2;
}
.about__btn {
  width: fit-content;
  margin-top: clamp(2rem, 0.667rem + 2.778vw, 4rem);
  margin-left: clamp(0rem, -1.75rem + 3.646vw, 2.625rem);
}
.about__right {
  position: relative;
  flex-shrink: 0;
  width: 45.627%;
  aspect-ratio: 720 / 699;
}
.about__img1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 61.389%;
  aspect-ratio: 442 / 263;
  object-fit: cover;
}
.about__img2 {
  position: absolute;
  top: 43.491%;
  left: 0;
  width: 51.667%;
  aspect-ratio: 372 / 395;
  object-fit: cover;
}

/* ======================
service
====================== */
.service {
  position: relative;
  background-color: #fff;
  padding-top: clamp(6.0625rem, 5.0625rem + 2.083vw, 7.5625rem);
}
.service__inner {
  position: relative;
  padding-right: clamp(1.25rem, -1.917rem + 6.597vw, 6rem);
  padding-left: clamp(1.25rem, -1.917rem + 6.597vw, 6rem);
}
.service__deco {
  position: relative;
  z-index: 0;
  width: calc(93.48% + 1.8696 * clamp(1.25rem, -1.917rem + 6.597vw, 6rem));
  max-width: 1795px;
  height: auto;
  margin-left: calc(-1 * clamp(1.25rem, -1.917rem + 6.597vw, 6rem));
  pointer-events: none;
}
.service__container {
  position: relative;
  z-index: 1;
}
.service__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(2.5rem, 0.833rem + 3.472vw, 5rem);
  width: fit-content;
  margin-inline: auto;
}
.service__content > div:not(.service__top) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.service .about-top__sub {
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
}
.service__title {
  font-size: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.3em;
}
.service__title strong {
  font-size: clamp(2.5rem, 1.833rem + 1.389vw, 3.5rem);
  font-weight: 400;
  line-height: 1.143;
}
.service__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, -0.25rem + 3.125vw, 3.5rem);
}
.service__subTitle {
  font-size: clamp(1.25rem, 0.75rem + 1.042vw, 2rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
.service__text {
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  line-height: 3;
  letter-spacing: 0.12em;
}
.service__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: clamp(4rem, 2.917rem + 2.257vw, 5.625rem);
}
.service__items > a {
  display: block;
  min-width: 0;
  color: inherit;
}
.service__item {
  min-width: 0;
}
.service__box {
  position: relative;
  overflow: hidden;
}
.service__box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(68, 105, 116, 0.83);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.service__img {
  aspect-ratio: 423 / 581;
  object-fit: cover;
}
.service__items > *:nth-child(3) .service__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
.service-img__text {
  position: absolute;
  top: 2.2%;
  right: 4.95%;
  z-index: 3;
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(1.125rem, 0.583rem + 1.128vw, 1.9375rem);
  line-height: 1;
  color: #fff;
}
.service-img__title {
  position: absolute;
  bottom: 0;
  left: 3.85%;
  z-index: 3;
  width: auto;
  max-width: 92.6%;
  height: auto;
  object-fit: contain;
}
.service__items > *:nth-child(2) .service-img__title {
  max-height: clamp(1.875rem, 0.208rem + 3.47vw, 4.375rem);
}
.service-img__sub {
  position: absolute;
  bottom: 14.5%;
  left: 4.2%;
  z-index: 3;
  font-family: "Elms Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.service__more {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  pointer-events: none;
}
.service-more__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 161px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  font-family: "Elms Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
.service__more::after {
  content: "";
  width: 38px;
  height: 1px;
  margin-left: -16.5px;
  background-color: #fff;
  transition: margin-left 0.5s;
}
.service__items > a:hover .service__box::after {
  opacity: 1;
}
.service__items > a:hover .service__more {
  opacity: 1;
}
.service__items > a:hover .service__more::after {
  margin-left: 0;
}
.service-item__title {
  margin-top: clamp(0.5625rem, 0.229rem + 0.694vw, 1.0625rem);
  font-size: clamp(1.25rem, 1.083rem + 0.347vw, 1.5rem);
  font-weight: 400;
  line-height: 1.458;
}
.service-item__text {
  margin-top: clamp(0.25rem, 0.083rem + 0.347vw, 0.5rem);
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  line-height: 1.5;
}

/* ======================
recruit
====================== */
.recruit {
  background-color: #fff;
  padding-top: clamp(7.5rem, 4.125rem + 7.031vw, 12.5625rem);
  padding-bottom: clamp(7.5rem, 4.167rem + 6.944vw, 12.5rem);
}
.recruit__inner {
  position: relative;
  padding: 0 clamp(1.25rem, -4.614rem + 22.66vw, 6.25rem);
}
.recruit__deco {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: calc(100% - clamp(0.625rem, -2.958rem + 7.465vw, 6rem));
  max-width: 1824px;
  height: auto;
  margin-top: calc(min(879px, 100%) * 496 / 879 + 212px);
  pointer-events: none;
}
.recruit__container {
  position: relative;
  z-index: 1;
  max-width: 879px;
  margin-inline: auto;
}
.recruit__img {
  aspect-ratio: 879 / 496;
  object-fit: cover;
}
.recruit__top {
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
  margin-top: clamp(1.3125rem, 0.521rem + 1.649vw, 2.5rem);
}
.recruit__title {
  font-size: clamp(2.5rem, 1.833rem + 1.389vw, 3.5rem);
  font-weight: 400;
  line-height: 1.143;
}
.recruit__sub {
  margin-top: 17px;
  margin-left: 40px;
  font-size: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
}
.recruit__text {
  margin-top: 14px;
  margin-left: 40px;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  line-height: 1.5;
}
.recruit__btn {
  margin-top: clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem);
  margin-left: 40px;
}

/* ======================
blog
====================== */
.blog {
  background-color: #fff;
}
.blog__inner {
  padding: 0;
}
.blog__img {
  aspect-ratio: 1920 / 632;
  object-fit: cover;
}
.blog__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-top: clamp(1.25rem, -2.458rem + 7.726vw, 6.8125rem);
  padding-right: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
  padding-bottom: 0;
  padding-left: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
}
.blog__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.blog__top {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
}
.blog__title {
  font-size: clamp(2.5rem, 1.833rem + 1.389vw, 3.5rem);
  font-weight: 400;
  line-height: 1.143;
}
.blog__sub {
  margin-top: clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem);
  font-size: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
}
.blog__text {
  max-width: 496px;
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  line-height: 2;
}
.blog__btn {
  margin-top: 40px;
}
.blog__right {
  flex-shrink: 0;
  width: clamp(20.9375rem, 7.9375rem + 27.083vw, 40.4375rem);
  max-width: 647px;
}
.blog .webgene-blog {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem);
}
.blogItem {
  transition: opacity 0.5s;
}
.blogItem:hover {
  opacity: 0.5;
}
.blogLink {
  display: block;
  color: #000;
}
.blogItemBottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.blogItemText {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.blogItemTime {
  font-family: "Elms Sans", sans-serif;
  font-size: 14px;
  line-height: 1.286;
  white-space: nowrap;
}
.blogItemCate {
  padding: 0 4px;
  background-color: #000;
  font-size: 14px;
  line-height: 1.143;
  color: #fff;
  white-space: nowrap;
}
.blogTitleBox {
  width: 100%;
  min-width: 0;
}
.blogItemTit {
  overflow: hidden;
  font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
  font-weight: 400;
  line-height: 1.444;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blogItem .newsTxt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-width: 100%;
  font-size: clamp(0.75rem, 0.667rem + 0.174vw, 0.875rem);
  line-height: 1.429;
}
.blogItem .newsTxt > div {
  display: contents;
}
.blogItem .newsTxt h2 {
  font-size: clamp(0.75rem, 0.667rem + 0.174vw, 0.875rem);
}
.blogItem .newsTxt > div:empty {
  display: none;
}

.insta {
  padding-top: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
}
.insta__sub {
      font-size: 20px;
    text-align: center;
}
.Instagram__block {
  margin-top: 24px;
}
.Instagram__block section {
	display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.Instagram__block .imgBx01>img+span,
.Instagram__block .imgBx01>video+span {
	display: none;
}
.imgBx01 img {
      height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.imgBx01 video {
  max-width: 100%;
      height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.mt-3, .my-3 {
  display: none;
}

@media (max-width: 1023px) {
  .top__news {
        flex-direction: column;
    row-gap: 6px;
  }
  .newsItemBottom {
        flex-direction: column;
    row-gap: 4px;
  }
}

@media (max-width: 767px) {
  .fv__container {
    flex-direction: column;
  }
  .fv__left {
    width: 100%;
    max-width: none;
    gap: 0;
  }
  .fv__imgBox:first-child {
    display: none;
  }
  .fv__img2 {
    aspect-ratio: 375 / 317;
  }
  .fv__logo {
    left: 5.333%;
    width: 49.675%;
  }
  .fv__right {
    align-items: flex-end;
    padding: 80px 0 14px;
  }
  .fv__deco {
    top: 179px;
    left: 20px;
    width: calc(100% - 20px);
  }
  .fv .vertical {
    width: 100%;
  }
  .fv__title {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
    line-height: 1.222;
    gap: 0.94em;
    justify-content: center;
    margin-right: 0;
  }

  .fv__text {
    font-size: clamp(0.75rem, 0.511rem + 1.02vw, 1rem);
    margin: 160px 0 0;
    text-align: right;
  }
  
  .top__news {
    margin-right: 10px;
  }
  .newsItemTime  {
    font-size: 16px;
  }
  .newsItemCate {
    font-size: 14px;
  }
  .newsItemTit {
    font-size: 16px;
  }
  
  .about {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .about__inner {
    padding: 0 clamp(1rem, -4.022rem + 21.43vw, 6.25rem);
  }
  .about__container {
    flex-direction: column-reverse;
    gap: 39px;
  }
  .about__left,
  .about__right {
    width: 100%;
  }
  .about-top__sub {
    font-size: 8px;
  }
  .about-top__logo {
    width: 134px;
    margin-left: 9px;
  }
  .about-top__text {
    margin-top: 42px;
    margin-left: 6px;
    font-size: 16px;
    line-height: 1.25;
  }
  .about__title {
    max-width: none;
    margin-top: 24px;
    margin-left: 0;
    font-size: 20px;
    line-height: 2;
  }
  .about__text {
    max-width: none;
    margin-top: 32px;
    margin-left: 0;
    font-size: 14px;
    line-height: 2;
  }
  .about__btn {
    margin-top: 32px;
    margin-left: 0;
  }
  .about__right {
    aspect-ratio: 335 / 286;
  }
  .about__img1 {
    width: 51.045%;
    aspect-ratio: 171 / 102;
  }
  .about__img2 {
    top: 46.503%;
    left: 17.015%;
    width: 43%;
    aspect-ratio: 144 / 153;
  }

  .service {
    padding-top: 97px;
  }
  .service__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .service__deco {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -20px;
  }
  .service__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .service__content > div:not(.service__top) {
    gap: 12px;
  }
  .service .about-top__sub {
    font-size: 14px;
  }
  .service__title {
    font-size: 16px;
    line-height: 1.125;
  }
  .service__title strong {
    font-size: 40px;
    line-height: 1.1;
  }
  .service__top {
    writing-mode: horizontal-tb;
    align-items: center;
    gap: 32px;
    width: 100%;
  }
  .service__subTitle {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
  .service__text {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  .service__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin-top: 40px;
  }
  .service__items > a {
    width: 100%;
    max-width: 257px;
  }
  .service__item {
    width: 100%;
  }
  .service__items > *:nth-child(2) .service-img__title {
    max-height: 50px;
  }
  .service__img {
    aspect-ratio: 257 / 352;
  }
  .service-img__text {
    font-size: 18px;
  }
  .service-img__sub {
    font-size: 20px;
  }
  .service-item__title {
    margin-top: 9px;
    font-size: 20px;
    line-height: 1.45;
  }
  .service-item__text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.429;
  }

  .recruit {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .recruit__inner {
    padding-left: clamp(1.25rem, -3.533rem + 20.41vw, 6.25rem);
    padding-right: clamp(1.25rem, -3.533rem + 20.41vw, 6.25rem);
  }
  .recruit__deco {
    right: 0;
    width: calc(100% - 10px);
    max-width: none;
    margin-top: calc(100% * 212 / 375 + 352px);
  }
  .recruit__container {
    max-width: none;
  }
  .recruit__img {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    aspect-ratio: 375 / 212;
  }
  .recruit__top {
    column-gap: 12px;
    margin-top: 21px;
    margin-left: 0;
  }
  .recruit__title {
    font-size: 40px;
    line-height: 1.45;
  }
  .recruit__sub {
    margin-top: 20px;
    margin-left: 0;
    font-size: 24px;
    line-height: 1.458;
  }
  .recruit__text {
    margin-top: 16px;
    margin-left: 0;
    font-size: 14px;
  }
  .recruit__btn {
    margin-top: 20px;
    margin-left: 0;
  }

  .blog__img {
    aspect-ratio: 375 / 354;
  }
  .blog__content {
    flex-direction: column;
    align-items: stretch;
    padding-top: 20px;
    padding-right: clamp(1.125rem, -3.42rem + 17.56vw, 5rem);
    padding-left: clamp(1.125rem, -3.42rem + 17.56vw, 5rem);
  }
  .blog__left {
    display: contents;
  }
  .blog__top {
    column-gap: 10px;
  }
  .blog__title {
    font-size: 40px;
    line-height: 1.45;
  }
  .blog__sub {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.458;
  }
  .blog__text {
    max-width: none;
    margin-top: 16px;
    font-size: 14px;
    line-height: 2.143;
  }
  .blog__right {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .blog__left > a {
    order: 2;
    margin-top: 40px;
  }
  .blog .webgene-blog {
    row-gap: 20px;
  }
  .blogItemBottom {
    row-gap: 8px;
    padding-bottom: 16px;
  }
  .blogItemTit {
    font-size: 16px;
    line-height: 1.5;
  }
  .blogItem .newsTxt {
    font-size: 12px;
    line-height: 1.417;
  }
  
  .Instagram__block section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 374px) {
  .about__inner {
    padding: 0 10px;
  }
  .about__title {
    font-size: clamp(1.063rem, -0.028rem + 5.45vw, 1.25rem);
  }
  .service__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .service__deco {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .recruit__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .recruit__deco {
    width: calc(100% - 10px);
    margin-top: calc(100% * 212 / 375 + 352px);
  }
  .recruit__img {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .blog__sub {
    font-size: clamp(1.25rem, -0.231rem + 7.41vw, 1.5rem);
  }
}