@charset "utf-8";
/* CSS Document */
.fv {
  --header-height: 65px;
  --fv-space: clamp(110px, 8vw, 150px);
  position: relative;
  min-height: calc(100vh - var(--header-height));
  background: linear-gradient(135deg, #fff8cf 0%, #f8f5dc 38%, #eaf4dc 68%, #dcefd1 100%);
  overflow: hidden;
}
body:not(.gjs-dashed) .fv {
  height: calc(100vh - var(--header-height));
  margin-top: var(--header-height);
}
body.gjs-dashed .fv {
  height: auto;
  min-height: 600px;
}
.fv .imgbox {
  position: relative;
  z-index: 1;
}
body:not(.gjs-dashed) .fv .imgbox {
  width: calc(100% - clamp(80px, 10vw, 180px));
  height: calc(100% - var(--fv-space));
  position: absolute;
  left: 50%;
  top: calc(var(--fv-space) / 2);
  transform: translateX(-50%);
  overflow: hidden;
}
.fv .swiper {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
body:not(.gjs-dashed) .fv .swiper, body:not(.gjs-dashed) .fv .swiper-wrapper, body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-img {
  width: 100% !important;
  height: 100% !important;
}
body:not(.gjs-dashed) .fv .swiper-slide {
  width: 100% !important;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  overflow: hidden;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
body:not(.gjs-dashed) .fv .imgbox::after {
  content: none;
}
.fv .txtbox .logo_img, .fv .txtbox .retreat_img {
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.9)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.18));
}
.fv .txtbox .catch {
  color: #2f2f2f;
  font-weight: 800;
  text-shadow:
    1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 0 8px rgba(255, 255, 255, 0.9), 0 2px 5px rgba(0, 0, 0, 0.22);
}
@keyframes zoomUp {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: scale(1);
  }
  20% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    transform: scale(1.03);
  }
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 11s linear 0s normal both;
}
.fv .deco {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.fv .deco img {
  display: block;
  width: 100%;
}
.fv .deco1 {
  right: 0;
  top: 0;
  width: 12%;
}
.fv .deco2 {
  left: 0;
  bottom: 7%;
  width: 12%;
}
.fv .txtbox {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
body.gjs-dashed .fv .txtbox {
  position: relative;
  min-height: 400px;
  background-color: #edf5df;
}
.fv .txtbox .logo_img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: min(26vw, 500px);
}
.fv .txtbox .logo_img img, .fv .txtbox .retreat_img img {
  display: block;
  width: 100%;
}
.fv .txtbox .catch {
  position: absolute;
  right: 11%;
  top: 17%;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.12em;
  color: #555;
}
.fv .txtbox .retreat_img {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: min(31vw, 360px);
}
body:not(.gjs-dashed) .fv .txtbox .logo_img, body:not(.gjs-dashed) .fv .txtbox .catch, body:not(.gjs-dashed) .fv .txtbox .retreat_img {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
body:not(.gjs-dashed) .fv .txtbox .logo_img {
  animation-delay: 0.3s;
}
body:not(.gjs-dashed) .fv .txtbox .catch {
  animation-delay: 0.6s;
}
body:not(.gjs-dashed) .fv .txtbox .retreat_img {
  animation-delay: 0.9s;
}
@media screen and (max-width: 576px) {
  body:not(.gjs-dashed) .fv {
    height: calc(100svh - var(--header-height));
    margin-top: var(--header-height);
  }
  body:not(.gjs-dashed) .fv .imgbox {
    width: calc(100% - 40px);
    height: calc(100% - var(--fv-space));
    top: calc(var(--fv-space) / 2);
  }
  .fv .deco1 {
    width: 28%;
  }
  .fv .deco2 {
    width: 28%;
    bottom: 3%;
  }
  .fv .txtbox .logo_img {
    left: -3%;
    top: 0%;
    width: 48%;
  }
  .fv .txtbox .catch {
    right: 9%;
    top: 14%;
    line-height: 2;
  }
  .fv .txtbox .retreat_img {
    right: 1%;
    bottom: 1%;
    width: 55%;
  }
}
.section1 {
  position: relative;
  width: 100%;
  padding: clamp(100px, 10vw, 160px) clamp(20px, 5vw, 80px);
  overflow: hidden;
  box-sizing: border-box;
}
.section1 .box_wrap {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section1 .box_wrap > .txtbox {
  position: relative;
  z-index: 3;
  width: 34%;
  padding-top: clamp(70px, 8vw, 115px);
}
.section1 .en_title {
  width: clamp(250px, 28vw, 410px);
  margin-bottom: clamp(28px, 3.5vw, 48px);
}
.section1 .en_title img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.section1 .lead {
  margin-bottom: clamp(20px, 2.5vw, 32px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.section1 .lead span {
  display: inline-block;
}
.section1 .body_txt {
  margin-bottom: clamp(28px, 3vw, 42px);
}
.section1 .more_e2 {
  justify-content: flex-start;
}
.section1 .visualbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 62%;
  padding-bottom: 0;
  gap: clamp(20px, 3vw, 40px);
}
.section1 .main_visual {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section1 .sub_visual {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 39%;
  margin: 0 auto;
  transform: none;
}
.section1 .sub_visual > .imgbox {
  --frame-space: clamp(7px, 1.2vw, 12px);
  --deco-size: clamp(55px, 19%, 90px);
}
.section1 .sub_visual > .imgbox .main_img {
  aspect-ratio: 1.15 / 1;
}
.section1 > .deco_left, .section1 > .deco_right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section1 > .deco_left {
  bottom: clamp(45px, 7vw, 100px);
  left: 0;
  width: clamp(100px, 14vw, 180px);
}
.section1 > .deco_right {
  top: 53%;
  right: 0;
  width: clamp(100px, 14vw, 180px);
  transform: translateY(-50%);
}
.section1 > .deco_left img, .section1 > .deco_right img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .section1 .box_wrap > .txtbox {
    width: 36%;
  }
  .section1 .visualbox {
    width: 60%;
  }
  .section1 .en_title {
    width: clamp(230px, 27vw, 350px);
  }
}
@media screen and (max-width: 900px) {
  .section1 .box_wrap {
    flex-direction: column;
    align-items: center;
    gap: clamp(45px, 8vw, 75px);
  }
  .section1 .box_wrap > .txtbox {
    order: 2;
    width: 100%;
    max-width: 650px;
    padding-top: 0;
  }
  .section1 .visualbox {
    order: 1;
    width: 100%;
    max-width: 760px;
  }
  .section1 .en_title {
    width: clamp(240px, 45vw, 360px);
  }
  .section1 > .deco_right {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .section1 {
    padding-top: clamp(80px, 14vw, 110px);
    padding-bottom: clamp(80px, 14vw, 110px);
  }
  .section1 .visualbox {
    padding-bottom: 10px;
  }
  .section1 .sub_visual {
    left: 30%;
    width: 42%;
  }
  .section1 .sub_visual > .imgbox {
    --frame-space: 9px;
    --deco-size: clamp(52px, 19%, 80px);
  }
  .section1 > .deco_left {
    bottom: 35px;
  }
  .section1 > .deco_right {
    top: 31%;
  }
}
@media screen and (max-width: 576px) {
  .section1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section1 .box_wrap {
    gap: 35px;
  }
  .section1 .visualbox {
    padding-bottom: 10px;
  }
  .section1 .sub_visual {
    left: 25%;
    width: 50%;
  }
  .section1 .sub_visual > .imgbox {
    --frame-space: 7px;
    --deco-size: clamp(45px, 19%, 65px);
  }
  .section1 .en_title {
    width: min(280px, 85%);
    margin-bottom: 25px;
  }
  .section1 .lead {
    margin-bottom: 20px;
  }
  .section1 .more_e2 {
    width: 100%;
  }
  .section1 .more_e2 a {
    width: 100%;
  }
  .section1 > .deco_left {
    bottom: 15px;
    left: -40px;
  }
  .section1 > .deco_right {
    top: 27%;
    right: -40px;
  }
}
.section2 {
  position: relative;
  background: linear-gradient(135deg, #f8f5e9 0%, #eef3e8 100%);
  overflow: hidden;
}
.section2 .section2_inner {
  position: relative;
}
.section2 .section2_title {
  position: relative;
  z-index: 3;
  margin-bottom: clamp(-30px, -2.5vw, -20px);
}
.section2 .section2_content {
  position: relative;
  z-index: 2;
  width: min(980px, 88%);
  margin: 0 auto;
  padding: clamp(90px, 9vw, 130px) clamp(30px, 6vw, 80px) clamp(70px, 8vw, 110px);
  background: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
}
.section2 .menu_item {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(35px, 6vw, 80px);
}
.section2 .menu_item + .menu_item {
  margin-top: clamp(65px, 9vw, 120px);
}
.section2 .menu_item > .txtbox {
  width: 43%;
}
.section2 .menu_item .imgbox_wrap {
  width: 52%;
}
.section2 .menu_title {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(8px, 1vw, 14px);
  margin-bottom: clamp(18px, 2.5vw, 28px);
}
.section2 .menu_title p {
  margin: 0;
  line-height: 1.2;
}
.section2 .menu_title .entitle2 {
  white-space: nowrap;
}
.section2 .body_txt {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.section2 .more_wrap {
  width: min(340px, 100%);
}
.section2 .item1 > .txtbox, .section2 .item3 > .txtbox {
  order: 1;
}
.section2 .item1 .imgbox_wrap, .section2 .item3 .imgbox_wrap {
  order: 2;
}
.section2 .item2 .imgbox_wrap {
  order: 1;
}
.section2 .item2 > .txtbox {
  order: 2;
}
@media screen and (max-width: 1080px) {
  .section2 .section2_content {
    width: 92%;
    padding-right: clamp(25px, 5vw, 55px);
    padding-left: clamp(25px, 5vw, 55px);
  }
  .section2 .menu_item {
    gap: clamp(30px, 4vw, 50px);
  }
  .section2 .menu_item > .txtbox {
    width: 44%;
  }
  .section2 .menu_item .imgbox_wrap {
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .section2 .section2_title {
    margin-bottom: -20px;
  }
  .section2 .section2_content {
    width: 100%;
    padding: clamp(75px, 12vw, 95px) clamp(20px, 6vw, 40px) clamp(60px, 10vw, 80px);
  }
  .section2 .menu_item {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(25px, 6vw, 40px);
  }
  .section2 .menu_item > .txtbox, .section2 .menu_item .imgbox_wrap {
    width: 100%;
  }
  .section2 .item1 > .txtbox, .section2 .item2 > .txtbox, .section2 .item3 > .txtbox {
    order: 2;
  }
  .section2 .item1 .imgbox_wrap, .section2 .item2 .imgbox_wrap, .section2 .item3 .imgbox_wrap {
    order: 1;
  }
  .section2 .menu_item + .menu_item {
    margin-top: clamp(55px, 12vw, 85px);
  }
}
@media screen and (max-width: 576px) {
  .section2 .section2_content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section2 .menu_title {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .section2 .body_txt {
    margin-bottom: 24px;
  }
  .section2 .more_wrap {
    width: 100%;
  }
}
.section3 {
  position: relative;
  overflow: hidden;
}
.section3 .section3_inner {
  position: relative;
  z-index: 2;
}
.section3 .section3_title {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 48px);
}
.section3 .section3_title .title_e2 {
  margin-right: auto;
  margin-left: auto;
}
.section3 .section3_title .lead {
  margin-top: clamp(18px, 2vw, 26px);
  letter-spacing: 0.08em;
}
.section3 .style_list {
  justify-content: center;
  align-items: stretch;
  gap: clamp(8px, 1vw, 12px);
  flex-wrap: nowrap;
  width: min(1040px, 92%);
  margin: 0 auto clamp(30px, 4vw, 42px);
}
.section3 .style_item {
  width: calc((100% - 48px) / 5);
}
.section3 .style_item .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
}
.section3 .style_item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section3 .more_wrap {
  width: min(280px, 100%);
  margin: 0 auto;
}
.section3 .more_e2 {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section3 .style_list {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .section3 .style_item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .section3 .section3_title .lead {
    text-align: left;
  }
  .section3 .style_item {
    width: calc((100% - 10px) / 2);
  }
  .section3::after {
    width: calc(100% - 40px);
  }
}
.voice_section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.voice_title {
  text-align: center;
  margin-bottom: clamp(45px, 6vw, 78px);
}
.voice_title .title_e2 {
  margin-right: auto;
  margin-left: auto;
}
.voice_swiper {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 20px;
}
.voice_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.voice_swiper .swiper-slide {
  width: auto;
  opacity: 1 !important;
  margin-right: clamp(34px, 4vw, 58px) !important;
}
.voice_item {
  display: flex;
  align-items: flex-start;
  width: clamp(560px, 45vw, 680px);
}
.voice_icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: clamp(110px, 6.5vw, 140px);
  aspect-ratio: 1 / 1;
  padding: 0;
  margin-right: clamp(18px, 2vw, 28px);
  border: 1px solid #dfe7dc;
  border-radius: 50%;
  background: #f7faf3;
  box-sizing: border-box;
  overflow: hidden;
}
.voice_icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.voice_card {
  position: relative;
  min-height: clamp(220px, 18vw, 286px);
  flex: 1;
  padding: clamp(26px, 3vw, 38px) clamp(28px, 3.5vw, 45px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.voice_card::before {
  content: "";
  position: absolute;
  top: 62px;
  left: 0;
  width: 22px;
  height: 32px;
  background: #fff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateX(-98%);
}
.voice_card h3 {
  margin-bottom: clamp(14px, 1.8vw, 22px);
  color: #9ab9a7;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.voice_card > p {
  color: #555;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2;
  letter-spacing: 0.06em;
}
.voice_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: clamp(14px, 2vw, 24px);
}
.voice_menu .voice_menu_label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 12px;
  background: #9ab9a7;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.voice_menu p {
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}
.voice_menu .voice_menu_label {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .voice_swiper .swiper-slide {
    margin-right: 28px !important;
  }
  .voice_item {
    width: calc(100vw - 44px);
  }
  .voice_icon {
    width: 68px;
    margin-right: 16px;
  }
  .voice_card {
    min-height: 230px;
    padding: 22px 20px;
  }
  .voice_card::before {
    top: 44px;
    width: 14px;
    height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .voice_item {
    width: calc(100vw - 28px);
  }
  .voice_icon {
    width: 58px;
    padding: 5px;
    margin-right: 12px;
  }
  .voice_card {
    padding: 18px 16px;
  }
  .voice_card > p {
    line-height: 1.8;
  }
}
.section4 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.section4 .section4_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(390px, 38vw, 520px);
  padding: clamp(45px, 6vw, 80px) 0;
  padding-left: clamp(20px, 4vw, 60px);
  box-sizing: border-box;
}
.section4 .section4_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 76%;
  height: calc(100% - clamp(36px, 5vw, 58px));
  background-color: #eff1eb;
  z-index: 0;
}
.section4 .section4_img {
  position: relative;
  z-index: 2;
  width: 56%;
  margin-left: clamp(-20px, -2vw, 0px);
}
.section4 .section4_img .imgbox {
  width: 100%;
}
.section4 .section4_img .main_img {
  display: block;
  width: 100%;
  height: auto;
}
.section4 .trial_img {
  position: absolute;
  z-index: 4;
  right: -20px;
  top: clamp(-62px, -4.8vw, -38px);
  width: clamp(150px, 18vw, 245px);
  pointer-events: none;
}
.section4 .trial_img img {
  display: block;
  width: 100%;
}
.section4 .section4_txtbox {
  position: relative;
  z-index: 3;
  width: 38%;
  padding-right: clamp(25px, 5vw, 90px);
  box-sizing: border-box;
}
.section4 .section4_txtbox h2 {
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.section4 .section4_txtbox h2 span {
  display: inline-block;
}
.section4 .section4_txtbox .body_txt {
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 0.08em;
}
.section4 .section4_deco {
  position: absolute;
  right: 0;
  bottom: clamp(62px, 6vw, 92px);
  z-index: 1;
  width: clamp(120px, 10vw, 155px);
  pointer-events: none;
}
.section4 .section4_deco img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section4 .section4_inner {
    display: block;
    min-height: auto;
    padding: 60px clamp(20px, 4vw, 40px) 0;
  }
  .section4 .section4_inner::before {
    width: 100%;
    height: 78%;
  }
  .section4 .section4_img, .section4 .section4_txtbox {
    width: 100%;
    margin-left: 0;
  }
  .section4 .trial_img {
    width: clamp(130px, 40vw, 190px);
  }
  .section4 .section4_txtbox {
    margin-top: 35px;
    padding-right: 0;
  }
}
.news_section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.news_section .section6_inner {
  position: relative;
  z-index: 2;
}
.news_section .section6_title {
  text-align: center;
  margin-bottom: clamp(34px, 4vw, 52px);
}
.news_section .section6_title .title_e2 {
  margin-right: auto;
  margin-left: auto;
}
.news_section .newstop_b {
  width: min(980px, 92%);
  margin: 0 auto clamp(30px, 4vw, 44px);
}
.news_section .newstop_b .contents {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.news_section .newstop_b .webgene-blog .webgene-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news_section .newstop_b .webgene-blog .webgene-item + .webgene-item {
  margin-top: clamp(18px, 2vw, 26px);
}
.news_section .newstop_b .webgene-blog .webgene-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news_section .newstop_b .webgene-blog .webgene-item a > .flex {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(18px, 2.5vw, 32px);
  padding: 0;
}
.news_section .newstop_b .webgene-blog .webgene-item a .label {
  flex-shrink: 0;
  align-items: center;
  gap: clamp(14px, 1.5vw, 20px);
}
.news_section .newstop_b .date {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 1.5vw, 26px);
  letter-spacing: 0.04em;
}
.news_section .newstop_b .webgene-blog .webgene-item a .cate_txt {
  width: auto;
  min-width: 72px;
  padding: 3px 10px;
  box-sizing: border-box;
  text-align: center;
}
.news_section .newstop_b .catelabel {
  border: 1px solid #4a4745;
  border-radius: 0;
  background: transparent;
  color: #4a4745;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.4;
}
.news_section .newstop_b .webgene-blog .webgene-item a h3 {
  flex: 1;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.news_section .more_wrap {
  width: min(280px, 100%);
  margin: 0 auto;
}
.news_section .more_e2 {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news_section .newstop_b {
    width: 100%;
  }
  .news_section .newstop_b .webgene-blog .webgene-item a > .flex {
    gap: 14px;
  }
}
@media screen and (max-width: 576px) {
  .news_section .newstop_b .webgene-blog .webgene-item a > .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .news_section .newstop_b .webgene-blog .webgene-item a .label {
    width: 100%;
    justify-content: flex-start;
  }
  .news_section .newstop_b .webgene-blog .webgene-item a h3 {
    width: 100%;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}