@charset "utf-8";
/* CSS Document */
.newstop_e .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: flex-start;
  flex-direction: row;
  gap: 50px 40px;
}
.newstop_e .contents .webgene-blog .webgene-item {
  width: calc((100% - 120px) / 4);
}
.newstop_e .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 6px;
  margin-bottom: 6px;
  aspect-ratio: 290 / 210;
  overflow: hidden;
}
.newstop_e .contents .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newstop_e .webgene-blog .webgene-item .date {
  line-height: 1;
  font-size: 15px;
  color: #B7B7B7;
  opacity: 0.6;
}
.newstop_e .contents .webgene-blog .webgene-item h2 {
  line-height: 1.6;
}
.newstop_e .contents .webgene-blog .webgene-item .txt {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .newstop_e .contents .webgene-blog {
    gap: 20px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: calc((100% - 60px) / 4);
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .newstop_e .contents .webgene-blog {
    gap: 60px 20px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: calc((100% - 20px) / 2);
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .newstop_e .cate-wrap .webgene-blog .webgene-item a {
    padding: 3px 12px;
  }
  .newstop_e .contents .webgene-blog {
    width: 90%;
    margin: 0 auto;
    gap: 40px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: 100%;
  }
}
.section04 .leftbox::after {
  display: none;
}
.section04 .boxwrap2 {
  align-items: center;
}
.section04 .leftbox {
  flex: 0 0 clamp(480px, 42vw, 560px);
  position: relative;
}
.section04 .about_card h3 {
  margin: 0 0 0px;
}
.flow_a1 {
  margin-right: auto;
  margin-left: auto;
}
.flow_a1 .inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.flow_a1 .item {
  display: grid;
  grid-template-columns: 72px 1fr minmax(260px, 300px);
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: 30px;
}
.flow_a1 .col-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow_a1 .col-num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(56px + 8px);
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  border-left: 2px dotted #F07800;
  opacity: .8;
  pointer-events: none;
}
.flow_a1 .item:last-child .col-num::before {
  display: none;
}
.flow_a1 .circle {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #F07800;
  display: grid;
  place-items: center;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.flow_a1 .circle p {
  margin: 0;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
}
.flow_a1 .txtbox {
  margin-top: 10px;
}
.flow_a1 .txtbox .title {
  margin: 0 0 10px;
  letter-spacing: .02em;
}
.flow_a1 .txtbox .text {
  margin: 0;
  line-height: 2;
  text-align: justify;
  font-weight: 500;
}
.flow_a1 .imgbox {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #cfcfcf;
  overflow: hidden;
  border-radius: 10px;
}
.flow_a1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow_a1 .col-num {
    grid-area: col;
  }
  .flow_a1 .txtbox {
    grid-area: txtbox;
  }
  .flow_a1 .imgbox {
    grid-area: imgbox;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "col col"
      "txtbox imgbox";
    column-gap: clamp(12px, 3vw, 24px);
    row-gap: clamp(12px, 3vw, 24px);
    padding-bottom: 32px;
  }
  .flow_a1 .col-num {
    justify-content: center;
    align-items: flex-start;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .inner {
    padding: 0 0;
  }
  .flow_a1 .txtbox .title {
    text-align: center;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    row-gap: 16px;
    padding-bottom: 28px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .flow_a1 .col-num {
    justify-content: flex-start;
    margin-bottom: -30px;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .imgbox {
    max-width: 400px;
    justify-self: center;
  }
  .flow_a1 .txtbox {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .flow_a1 .txtbox {
    width: 100%;
  }
}
.cate1 {
  position: relative;
}
.cate1 .circle1, .cate1 .circle2 {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.cate1 .circle1 {
  left: -40px;
  top: 700px;
  width: 280px;
  aspect-ratio: 1 / 1;
  background: #ff8a00;
}
.cate1 .circle2 {
  right: 30px;
  top: -30px;
  width: 280px;
  aspect-ratio: 1 / 1;
  background: #ff1200;
  z-index: -1;
}
.boxwrap2 .rightbox {
  min-width: 490px;
}
@media screen and (max-width: 1080px) {
  .boxwrap2 {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .boxwrap2 .leftbox, .boxwrap2 .rightbox {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
.cycle_section {
  position: relative;
}
.cycle_wrap {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  z-index: 2;
}
/* 円線＋矢印画像 */
.cycle_wrap::before {
  content: "";
  position: absolute;
  inset: 6%;
  background: url("../img/circle1.png") no-repeat center / contain;
  z-index: 0;
  pointer-events: none;
}
.cycle_wrap .center_area {
  position: absolute;
  inset: 18%;
  z-index: 1;
}
.cycle_wrap .center_ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f7edb8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cycle_wrap .center_circle {
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: #f4e34f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cycle_wrap .center_circle .imgbox {
  width: 60%;
  max-width: 240px;
  margin-bottom: 14px;
}
.cycle_wrap .center_circle .imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.cycle_wrap .center_circle .txtbox p {
  margin: 0;
  font-weight: 800;
  line-height: 1.4;
}
.cycle_wrap .step_box {
  position: absolute;
  width: 29%;
  aspect-ratio: 1 / 1;
  border: 2px solid #ff1200;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.cycle_wrap .step_box .txtbox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.cycle_wrap .step_box .num {
  margin: 0 0 12px;
  color: #ff1200;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.cycle_wrap .step_box .num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: #ff1200;
}
.cycle_wrap .step_box .title {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
/* 配置 */
.cycle_wrap .step1 {
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
}
.cycle_wrap .step2 {
  top: 22%;
  right: 0%;
}
.cycle_wrap .step3 {
  right: 12%;
  bottom: 0%;
}
.cycle_wrap .step4 {
  left: 12%;
  bottom: 0%;
}
.cycle_wrap .step5 {
  top: 22%;
  left: 0%;
}
/* 1080 */
@media screen and (max-width: 1080px) {
  .cycle_wrap .center_area {
    inset: 19%;
  }
}
/* 768 */
@media screen and (max-width: 768px) {
  .cycle_wrap {
    width: min(100%, 700px);
  }
  .cycle_wrap .step_box {
    width: 30%;
  }
  .cate1 .boxwrap2 .rightbox {
    min-width: 0px;
  }
}
@media screen and (max-width: 576px) {
  .cycle_wrap .step_box .txtbox {
    padding: 0px;
  }
  .cycle_wrap .step_box .num {
    margin: 0 0 6px;
  }
  .cycle_wrap .step_box {}
  .cycle_wrap .step_box .title {
    font-size: 14px;
  }
}
/* ---------- 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) {}