@charset "utf-8";
/* CSS Document */
.main-wrap {
  background-image: url(../img/mainwrap_bg_img.png);
  background-position: top -50px center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.value_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.value_wrap .value_box {
  width: calc((100% - 60px) / 3);
}
.value_wrap .value_box .imgbox {
  border-radius: 8px;
  overflow: hidden;
}
.value_wrap .value_box .imgbox img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350 / 240;
  object-fit: cover;
}
.value_wrap .value_box .txtbox {
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.value_wrap .value_box .txtbox::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #000;
}
.value_wrap .value_box .title {
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1.45;
}
.value_wrap .value_box .text {
  margin: 0;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .value_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .value_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .value_wrap .value_box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .value_wrap .value_box .txtbox {
    padding-top: 26px;
  }
  .value_wrap .value_box .txtbox::before {
    height: 24px;
  }
}
.issue_box {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.issue_box .issue_head {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  transform: translateY(20px);
}
.issue_box .issue_head h3 {
  margin: 0;
  padding: 10px 56px;
  background: #3396dd;
  color: #fff;
  line-height: 1.4;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
}
.issue_box .issue_head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #3396dd;
}
.issue_box .issue_body {
  margin-top: -2px;
  padding: 48px 42px 40px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}
.issue_box .issue_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
}
.issue_box .issue_item {
  background: #e7e5e2;
  border-radius: 4px;
  padding: 14px 18px;
}
.issue_box .issue_item p {
  position: relative;
  margin: 0;
  padding-left: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}
.issue_box .issue_item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3396dd;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .issue_box .issue_head p {
    padding: 12px 28px;
  }
  .issue_box .issue_body {
    padding: 40px 20px 24px;
  }
  .issue_box .issue_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .issue_box .issue_head {
    width: 100%;
    max-width: 320px;
  }
  .issue_box .issue_head p {
    padding: 12px 16px;
  }
  .issue_box .issue_item {
    padding: 12px 14px;
  }
}
.swiper_a {
  overflow: hidden;
  height: clamp(240px, 50vh, 400px);
}
.swiper_a img {
  display: block;
  height: clamp(240px, 50vh, 400px);
  width: auto;
  border-radius: 10px;
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
  margin-right: 14px !important;
}
body:not(.on) .swiper_a {
  overflow: visible;
  height: auto;
  pointer-events: auto;
}

body:not(.on) .swiper_a .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  height: auto;
  transform: none !important;
  transition: none !important;
  pointer-events: auto;
}

body:not(.on) .swiper_a .swiper-slide {
  width: auto !important;
  height: auto;
  margin-right: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body:not(.on) .swiper_a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

body:not(.on) .swiper_a .swiper-pagination,
body:not(.on) .swiper_a .swiper-button-prev,
body:not(.on) .swiper_a .swiper-button-next,
body:not(.on) .swiper_a .swiper-scrollbar {
  display: none;
}
.cate1 {
  position: relative;
  overflow: hidden;
}
.cate1 .width-1280-max {
  position: relative;
  z-index: 2;
}
.cate1 .boxwrap2 + .boxwrap2 {
  margin-top: 90px;
}
/* 2つ目だけ左右反転 */
.cate1 .width-1280-max > .boxwrap2:nth-of-type(2) {
  flex-direction: row-reverse;
}
.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;
}
.cate1::before, .cate1::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.cate1 .boxwrap2:nth-of-type(3) .more {
  margin-top: 24px;
}
.cate1 .width-1280-max > .boxwrap2:nth-of-type(2) {
  position: relative;
  flex-direction: row-reverse;
}
.cate1 .width-1280-max > .boxwrap2:nth-of-type(2)::before, .cate1 .width-1280-max > .boxwrap2:nth-of-type(2)::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.cate1 .width-1280-max > .boxwrap2:nth-of-type(3) {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .cate1 .boxwrap2 + .boxwrap2 {
    margin-top: 70px;
  }
  .cate1::before {
    width: 130px;
  }
  .cate1::after {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .cate1 .width-1280-max > .boxwrap2:nth-of-type(2) {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .cate1 .boxwrap2 + .boxwrap2 {
    margin-top: 56px;
  }
  .cate1 .lineheight22 br {
    display: none;
  }
  .cate1 .circle1 {
    width: 100px;
    left: -30px;
    top: 220px;
  }
  .cate1 .circle2 {
    width: 100px;
    right: -30px;
    top: 20px;
  }
  .cate1::before {
    width: 110px;
    right: -20px;
    top: 48%;
  }
  .cate1::after {
    width: 120px;
    left: -20px;
    bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .cate1 .boxwrap2 + .boxwrap2 {
    margin-top: 46px;
  }
  .cate1 .circle1 {
    width: 80px;
    left: -20px;
  }
  .cate1 .circle2 {
    width: 80px;
    right: -20px;
  }
  .cate1::before {
    width: 90px;
    right: -18px;
  }
  .cate1::after {
    width: 95px;
    left: -18px;
    bottom: 30px;
  }
}
/* ---------- 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) {}