@charset "utf-8";
/* CSS Document */
.cate_wrap{
	overflow: hidden;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	gap:50px;
	flex-direction: column;
	position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    min-height: 600px;
}
.cate2 .box_wrap .txtbox{
	position: relative;
    z-index: 2;
    gap: 50px;
    flex-direction: column;
    width: min(100%, 740px);
    margin: 0 auto;
}
.cate2 .img_wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
	width: 90%;
	left: 5%;
	/*
    pointer-events: none;
	*/
}

.cate2 .img_wrap .imgbox {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.cate2 .img_wrap .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cate2 .img_wrap .img1 {
    width: 220px;
    height: 220px;
    top: 0px;
    left: 50px;
}
.cate2 .img_wrap .img2 {
    width: 250px;
    height: 250px;
    top: 130px;
    left: -60px;
}
.cate2 .img_wrap .img3 {
    width: 220px;
    height: 220px;
    top: 0px;
    right: 50px;
}
.cate2 .img_wrap .img4 {
    width: 250px;
    height: 250px;
    top: 130px;
    right: -60px;
}

.cate2 .box_wrap .titlebox2,.cate2 .box_wrap .txtbox{
	position: relative;
	z-index: 3;
}
/* ---------- cate3 ---------- */
.flow_a .circle {
    width: 50px;
    height: 50px;
    border: none;
	background-color: #fff;
}
.flow_a .circle p {
    color: #e6b6c3;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.flow_a .content {
	flex-direction: column;
	gap: 13px;
	align-items: flex-start;
}
.flow_a .thumb img {
	border-radius: 20px;
}
.flow_a .inner {
    max-width: 1280px;
}
.flow_a .content {
    flex-direction: column;
    gap: 13px;
    justify-content: flex-start;
}
/* ---------- cate4 ---------- */
.cate4{
	flex-direction: column;
	gap: 60px;
}
.cate4 .card_wrap {
    flex-wrap: wrap;
    gap: 40px;
}

.cate4 .card_wrap .card_box:hover {
  transform: translateY(-8px);
}
body:not(.gjs-dashed) .cate4 .card_wrap .card_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
  transition: background .3s;
}
body:not(.gjs-dashed) .cate4 .card_wrap .card_box:hover::after {
  background: rgba(0, 0, 0, .5);
}
.cate4 .card_wrap .card_box .txtbox {
  position: relative;
  z-index: 2;
}
body .cate4 .card_wrap .bg_img_wrap2 {
  transition: transform .6s ease;
}
.cate4 .card_wrap .card_box {
  position: relative;
  overflow: hidden;
}
.cate4 .card_wrap .card_box:hover.bg_img_wrap2 {
  transform: scale(1.02);
}
.cate4 .card_wrap .card_box a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  min-height: 320px;
  padding: 20px;
  box-sizing: border-box;
}
.cate4 .card_wrap .card_box .txtbox {
  position: relative;
  z-index: 2;
}
body:not(.gjs-dashed) .cate4 .card_wrap .underline::after {
  background: #fff;
}
.cate4 .card_wrap, .card_wrap p, .card_wrap h2 {
  color: #fff;
}
.cate4 .card_wrap .card_box {
    width: calc((100% - 80px) / 3);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 320px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
.cate4 .card_wrap .card_box {
    width: calc((100% - 40px) / 2);
    border-radius: 20px;
    min-height: 250px;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
  
    .cate2 .box_wrap{
        gap: 30px;
        min-height: auto;
    }
    .cate2 .img_wrap{
        position: static;
        inset: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
        pointer-events: auto;
		
    }
    .cate2 .img_wrap .imgbox{
        position: static;
        width: calc(50% - 8px);
        max-width: 180px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
   .cate2 .img_wrap .img1{
        width: 140px;
    }
    .cate2 .img_wrap .img2{
        width: 170px;
    }
    .cate2 .img_wrap .img3{
        width: 140px;
    }

    .cate2 .img_wrap .img4{
        width: 170px;
    }
    .cate2 .box_wrap .txtbox{
        width: 100%;
        gap: 30px;
    }
    .flow_a .col-num {
        justify-content: flex-start;
        margin-bottom: 0px;
    }
	.flow_a .inner {
		width: 90%;
	}
	.cate4 .card_wrap .card_box {
		min-height: 200px;
		width: calc((100% - 20px) / 2);
	}
	.cate4 .card_wrap {
		gap: 20px;
	}
	.cate4 .card_wrap .card_box a {
		min-height: 250px;
	}
	.cate4 {
		flex-direction: column;
		gap: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
  

	.cate2 .box_wrap .txtbox h3 span{
		display: inline-block;
	}
    .cate2 .img_wrap .img1{
        width: 160px;
    }

    .cate2 .img_wrap .img2{
        width: 120px;
    }

    .cate2 .img_wrap .img3{
        width: 120px;
    }

    .cate2 .img_wrap .img4{
        width: 160px;
    }

    .cate2 .box_wrap .txtbox{
        width: 100%;
        gap: 30px;
    }
	.flow_a .inner img{
		border-radius: 10px;
	}
	.cate4 .card_wrap .card_box {
		width: 90%;
		border-radius: 10px;
		min-height: 150px;
	}
	.cate4 .card_wrap .card_box a {
		min-height: 150px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

