@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 576px) {
    .section04 .about_card > p {
 text-align: left;
  }
}
.main-wrap {
  overflow: hidden;
}
.section06 {
  position: relative;
  overflow: hidden;
}
.section06 .width-1280-max {
  position: relative;
  z-index: 2;
}
.section06 .circle1, .section06 .circle2 {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.section06 .circle1 {
  top: -90px;
  left: -40px;
  width: 250px;
  aspect-ratio: 1 / 1;
  background: #ff1200;
}
.section06 .circle2 {
  right: -30px;
  bottom: -30px;
  width: 240px;
  aspect-ratio: 1 / 1;
  background: #f58b00;
}
.section06 .boxwrap1 {
  position: relative;
  gap: clamp(40px, 5vw, 50px);
  z-index: 2;
  width: 100%;
}
.section06 .leftbox {
  position: relative;
  width: 48%;
  min-width: 0;
  z-index: 2;
}
.section06 .leftbox .morebox {
  justify-content: flex-start;
}
.section06 .rightbox {
  width: 42%;
  min-width: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.section06 .event_card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.section06 .event_card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 138px;
  object-fit: cover;
}
.section06 .event_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}
.section06 .card_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  text-align: center;
  color: #fff;
}
.section06 .card_label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.section06 .card_label::before, .section06 .card_label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  flex: 0 0 6px;
}
.section06 .card_overlay h3 {
  margin: 0 0 16px;
  color: #fff;
}
/* hover */
.section06 .event_card:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}
.section06 .event_card img {
  transition: transform 0.4s ease;
}
@media screen and (max-width: 1080px) {
  .section06 .boxwrap1 {
    flex-direction: column;
    gap: 36px;
    align-items: center;
  }
  .section06 .leftbox, .section06 .rightbox {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .section06 .event_card img {
    min-height: 180px;
  }
  .section06 .card_overlay {
    padding: 20px 16px;
  }
  .section06 .card_overlay h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
/* 576 */
@media screen and (max-width: 576px) {
  .section06 .event_card {
    border-width: 3px;
    border-radius: 14px;
  }
  .section06 .event_card img {
    min-height: 150px;
  }
}
.section03 {
  position: relative;
}
.section03 .circle1, .section03 .circle2 {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.section03 .circle1 {
  top: 0;
  right: 0;
  width: 280px;
  aspect-ratio: 1 / 1;
  background: #ff1200;
}
.section03 .circle2 {
  left: -30px;
  bottom: -70px;
  width: 280px;
  aspect-ratio: 1 / 1;
  background: #f58b00;
}
.section03 .boxwrap1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  z-index: 2;
}
.section03 .boxwrap1 .leftbox {
  position: relative;
  width: 450px;
  flex: 0 0 450px;
}
.section03 .boxwrap1 .rightbox {
  position: relative;
  flex: 1;
  min-width: 0;
}
.section03 .boxwrap1 .leftbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background: url("../img/deco1.png") no-repeat center / contain;
}
.section03 .boxwrap1 .imgbox {
  position: relative;
  min-height: 520px;
  z-index: 2;
}
.section03 .boxwrap1 .imgbox img {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
}
.section03 .boxwrap1 .imgbox img:nth-of-type(1) {
  top: 0;
  right: 70px;
  width: min(100%, 473px);
  aspect-ratio: 473 / 326;
  z-index: 4;
}
.section03 .boxwrap1 .imgbox img:nth-of-type(2) {
  right: 0;
  bottom: -140px;
  width: min(100%, 347px);
  aspect-ratio: 347 / 330;
  z-index: 5;
}
.section03 .boxwrap1 .imgbox img:nth-of-type(3) {
  left: -70px;
  bottom: -300px;
  width: min(100%, 620px);
  z-index: 10;
}
.section03 .boxwrap1 .imgbox {
  width: 100%;
}
/* =========================
   1080px
========================= */
@media screen and (max-width: 1080px) {
  .section03 .circle1, .section03 .circle2 {
    width: 220px;
  }
  .section03 .boxwrap1 {
    gap: 24px;
    align-items: flex-start;
  }
  .section03 .boxwrap1 .leftbox {
    width: 380px;
    flex: 0 0 380px;
  }
  .section03 .boxwrap1 .imgbox {
    min-height: 430px;
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(1) {
    right: 20px;
    width: min(100%, 380px);
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(2) {
    right: 0;
    top: 280px;
    bottom: auto;
    width: min(100%, 260px);
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(3) {
    left: -200px;
    bottom: -250px;
    width: min(100%, 500px);
  }
}
/* =========================
   768px
   画像を上、テキストを下
========================= */
@media screen and (max-width: 768px) {
  .section03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section03 .circle1 {
    width: 160px;
  }
  .section03 .circle2 {
    left: -40px;
    bottom: -20px;
    width: 160px;
  }
  .section03 .boxwrap1 {
    flex-direction: column;
    gap: 36px;
  }
  .section03 .boxwrap1 .rightbox {
    order: 1;
    width: 100%;
  }
  .section03 .boxwrap1 .leftbox {
    order: 2;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 70px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .section03 .boxwrap1 .leftbox::before {
    width: 80px;
    height: 80px;
  }
  .section03 .boxwrap1 .imgbox {
    min-height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(1) {
    top: 0;
    right: 8%;
    width: min(78%, 340px);
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(2) {
    right: 0;
    bottom: -10px;
    width: min(50%, 220px);
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(3) {
    left: -100px;
    bottom: -100px;
    width: min(100%, 390px);
  }
  .section03 .lineheight22 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section03 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section03 .circle1, .section03 .circle2 {
    width: 120px;
  }
  .section03 .boxwrap1 {
    gap: 28px;
  }
  .section03 .boxwrap1 .leftbox::before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
  }
  .section03 .boxwrap1 .imgbox {
    min-height: 300px;
    max-width: 100%;
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(1) {
    right: 6%;
    width: min(78%, 260px);
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(2) {
    width: min(48%, 160px);
    bottom: 10px;
  }
  .section03 .boxwrap1 .imgbox img:nth-of-type(3) {
    left: -50px;
    bottom: -60px;
    width: min(100%, 250px);
  }
  .section03 .entitle0 {
    font-size: 28px;
    line-height: 1.2;
  }
  .section03 .default_title3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .section03 .lineheight22 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.entitle0 {
  line-height: 1;
}
.program_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}
.program_wrap .program_card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.program_wrap .program_head {
  display: block;
  padding: 22px 30px 20px;
  color: #fff;
  text-decoration: none;
}
.program_wrap .program_card.business .program_head {
  background: #3696dc;
}
.program_wrap .program_card.team .program_head {
  background: #f28a00;
}
.program_wrap .program_en {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.program_wrap .program_head_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.program_wrap .program_head h3 {
  margin: 0;
  color: #fff;
}
.program_wrap .program_head .arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  transition: transform 0.3s ease;
}
.program_wrap .program_head .arrow i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.program_wrap .program_head:hover .arrow {
  transform: translateX(6px);
}
.program_wrap .program_body {
  padding: 34px 30px 32px;
}
.program_wrap .program_intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.program_wrap .program_text {
  margin: 0;
  flex: 1;
  line-height: 2;
  color: #111;
}
.program_wrap .imgbox {
  width: 180px;
  flex: 0 0 180px;
}
.program_wrap .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 165 / 120;
  object-fit: cover;
  border-radius: 8px;
}
.program_wrap .program_strength h4 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.program_wrap .program_card.business .program_strength h4 {
  color: #3696dc;
}
.program_wrap .program_card.team .program_strength h4 {
  color: #f28a00;
}
.program_wrap .program_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program_wrap .program_item {
  position: relative;
  margin: 0;
  background: #f3f1ef;
  border-radius: 4px;
  padding: 13px 16px 13px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}
.program_wrap .program_item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.program_wrap .program_card.business .program_item::before {
  background: #3696dc;
}
.program_wrap .program_card.team .program_item::before {
  background: #f28a00;
}
@media screen and (max-width: 1080px) {
  .program_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .program_wrap .program_head {
    padding: 18px 20px 16px;
  }
  .program_wrap .program_body {
    padding: 24px 10px 10px;
  }
  .program_wrap .program_intro {
    flex-direction: column;
    gap: 16px;
  }
  .program_wrap .imgbox {
    width: 100%;
    flex: none;
  }
}
.follow_link {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
}
.follow_link p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.follow_link i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  transform: rotate(45deg);
}
.instagram .contents .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
}
.instagram .contents .webgene-blog .webgene-item {
  width: calc(100% / 5 - 40px / 5);
}
.instagram .contents .webgene-blog .webgene-item a {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.instagram .contents .webgene-blog .webgene-item a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 1.0s;
  border-radius: 8px;
}
.instagram .contents .webgene-blog .webgene-item a:hover > div {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 768px) {
  .instagram .contents .webgene-blog {
    gap: 8px;
  }
  .instagram .contents .webgene-blog .webgene-item {
    width: calc(100% / 2 - 8px / 2);
  }
}
.section01 .titlebox1 {
  margin-bottom: 50px;
}
.newstop_b {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 120px);
  width: 100%;
}
.newstop_b .titlebox {
  flex: 0 0 auto; /* ★縮まない */
}
.newstop_b .contents {
  flex: 1; /* ★残り幅を全部使う */
  min-width: 0; /* テキスト折り返し対策 */
}
.newstop_b .label {
  justify-content: flex-start;
  margin-right: auto;
}
.newstop_b .webgene-blog .webgene-item a .date {
  color: #9A9A9A;
}
.newstop_b .webgene-blog .webgene-item a h3 {
  width: 100%;
  margin-right: auto;
}
.newstop_b .contents .item {
  flex-direction: column;
}
.newstop_b webgene-blog {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section01 .titlebox1 {
    margin-bottom: 0px;
  }
  .newstop_b {
    flex-direction: column;
    gap: 24px;
  }
  .newstop_b .titlebox, .newstop_b .contents {
    width: 100%;
    flex: none;
  }
  .newstop_b .leftbox {
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
  }
}
.catelabel {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  background: #e9e9e9;
  border: none;
  border-radius: 999px;
  color: #333;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-size: 14px;
}
body:not(.on) .fv .fv_top {
  height: auto;
  min-height: 0;
  overflow: visible;
  cursor: default;
}

body:not(.on) .fv .fv_top .topimgbox {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body:not(.on) .fv .fv_top .topimgbox img {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1;
  pointer-events: auto;
  transition: none;
}

/* active じゃなくても全部見せる */
body:not(.on) .fv .fv_top .topimgbox img.active {
  opacity: 1;
}

/* 被せ要素が邪魔しないようにする */
body:not(.on) .fv .fv_top::before {
  display: none;
}

body:not(.on) .fv .fv_top .txtbox {
  position: static;
  inset: auto;
  color: inherit;
  padding: 16px 0 0;
}

body:not(.on) .fv .fv_top .fv_nav {
  display: none;
}
body:not(.on) .fv .fv_top .txtbox {
background: #5D5D5D;
}
.fv {
  padding: 20px;
}
.fv .fv_top {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 90vh;
  min-height: clamp(420px, 62vw, 520px);
  cursor: pointer;
}
.fv .fv_top .topimgbox {
  position: absolute;
  inset: 0;
}
.fv .fv_top .topimgbox img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fv .fv_top .topimgbox img {
  pointer-events: none;
}
.fv .fv_top .topimgbox img.active {
  pointer-events: auto;
  opacity: 1;
}
.fv .fv_top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}
.fv .fv_top .txtbox {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.fv .fv_top .fv_sub {
  margin: 12px 0 22px;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.fv .fv_top .fv_text {
  margin: 0;
  line-height: 2;
  color: #fff;
}
.fv .fv_top .fv_nav {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.fv .fv_top .fv_dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  cursor: pointer;
}
.fv .fv_top .fv_dot.active {
  background: #fff;
}
/* ---------- 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) {}