@charset "utf-8";
/* CSS Document */
.cate .box_wrap{
	max-width: 1400px;
	margin: 0 auto;
}
/*
body:not(.gjs-dashed) .fv {
    position: relative;
    width: 100%;
    height: clamp(420px, 56vw, calc(100vh - 70px));
    min-height: 520px;
    overflow: hidden;
	margin-top: 70px;
	background-color: #F2F2EF;
}
body:not(.gjs-dashed) .fv .img-box {
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    margin-left: 30px;
}
body:not(.gjs-dashed) .fv .img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(144, 102, 69, 0.1);
    z-index: 2;
    pointer-events: none;
}
body:not(.gjs-dashed) .fv .img-box {
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    margin-left: 30px;
}

body:not(.gjs-dashed) .fv .img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(144, 102, 69, 0.1);
    z-index: 2;
    pointer-events: none;
}

.fv .img-box .swiper-container {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

body:not(.gjs-dashed) .fv .img-box .swiper-wrapper,
body:not(.gjs-dashed) .fv .img-box .swiper-slide {
    width: 100%;
    height: 100%;
}

body:not(.gjs-dashed) .fv .img-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
body:not(.gjs-dashed) .fv .txtbox {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 10;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}
body:not(.gjs-dashed) .fv .txtbox h2{
    font-family: "Zen Old Mincho",  sans-serif;
    background-color: #FFFFFF;
	padding: 0 10px;
}
 */
/* ---------- FV：公開画面 ---------- */
body:not(.gjs-dashed) .fv {
    position: relative;
    width: 100%;
    height: clamp(420px, 56vw, calc(100vh - 70px));
    min-height: 520px;
    overflow: hidden;
    margin-top: 70px;
    background-color: #F2F2EF;
}

body:not(.gjs-dashed) .fv .img-box {
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    margin-left: 30px;
}

body:not(.gjs-dashed) .fv .img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(144, 102, 69, 0.1);
    z-index: 2;
    pointer-events: none;
}

body:not(.gjs-dashed) .fv .img-box .swiper-container {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

body:not(.gjs-dashed) .fv .img-box .swiper-wrapper,
body:not(.gjs-dashed) .fv .img-box .swiper-slide {
    width: 100%;
    height: 100%;
}

body:not(.gjs-dashed) .fv .img-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

body:not(.gjs-dashed) .fv .txtbox {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 10;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

body:not(.gjs-dashed) .fv .txtbox h2 {
    font-family: "Zen Old Mincho", sans-serif;
    background-color: #FFFFFF;
    padding: 0 10px;
}


/* ---------- FV：編集画面 ---------- */
body.gjs-dashed .fv {
    height: auto;
    min-height: auto;
    margin-top: 0;
    overflow: visible;
    background-color: #F2F2EF;
}

body.gjs-dashed .fv .img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 20px;
}

body.gjs-dashed .fv .img-box::after {
    display: none;
}

body.gjs-dashed .fv .img-box .swiper-container {
    width: calc(50% - 10px);
    height: auto;
    overflow: visible;
}

body.gjs-dashed .fv .img-box .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: none !important;
}

body.gjs-dashed .fv .img-box .swiper-slide {
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative !important;
    transform: none !important;
}

body.gjs-dashed .fv .img-box .swiper-slide img {
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

body.gjs-dashed .fv .txtbox {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 1;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ---------- cate1 ---------- */
.cate1 .box_wrap{
	gap: 50px;
}
.cate1 .box_wrap .leftbox{
	width: calc(40% - 25px);
	flex-direction: column;
	gap: 100px;
}
.cate1 .box_wrap .leftbox .txtbox{
	align-items: flex-start;
}

.cate1 .box_wrap .rightbox {
    position: relative;
    width: calc(60% - 25px);
    min-height: clamp(420px, 42vw, 600px);
	overflow: visible;
}
.cate1 .box_wrap .rightbox > img {
    position: absolute;
    display: block;
    object-fit: cover;
}
.cate1 .box_wrap .rightbox > img:nth-of-type(1) {
    top: 0%;
    right: 0;
    width: 90%;
    z-index: 1;
}
.cate1 .box_wrap .rightbox > img:nth-of-type(2) {
    right: 5%;
    bottom: -15%;
    width: 40%;
    z-index: 3;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap {
    flex-direction: column;
    gap: clamp(80px, 9vw, 140px);
}
.cate2 .topbox {
    align-items: center;
    justify-content: space-between;
    gap: clamp(50px, 7vw, 120px);
    width: 100%;
}
.cate2 .topbox .leftbox {
    width: calc(55% - 60px);
}
.cate2 .topbox .rightbox {
    width: calc(45% - 60px);
    flex-direction: column;
    align-items: flex-start;
}
.cate2 .topbox .rightbox .titlebox {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.cate2 .topbox .imgbox {
    position: relative;
    min-height: clamp(420px,45vw, 750px);
}
.cate2 .topbox .imgbox > img {
    position: absolute;
    display: block;
    object-fit: cover;
}
.cate2 .topbox .imgbox > img:nth-of-type(1) {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.cate2 .topbox .imgbox > img:nth-of-type(2) {
    right: 5%;
    bottom: 0;
    width: 43%;
    z-index: 2;
}
/*
.cate2 .topbox .circle_txt2 {
    position: absolute;
    left: 4%;
    bottom: 28%;
    width: clamp(180px, 18vw, 260px);
    height: clamp(115px, 11vw, 160px);
    background-color: #E6D832;
    border-radius: 56% 44% 48% 52% / 52% 50% 50% 48%;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.cate2 .topbox .circle_txt2::before {
    content: "";
    position: absolute;
    right: -28px;
    bottom: 10px;
    width: clamp(58px, 6vw, 85px);
    height: clamp(42px, 4.8vw, 65px);
    background-color: #E6D832;
    border-radius: 50%;
    z-index: 1;
}
.cate2 .topbox .circle_txt2::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -6px;
    width: clamp(14px, 1.4vw, 22px);
    height: clamp(14px, 1.4vw, 22px);
    background-color: #E6D832;
    border-radius: 50%;
    z-index: 1;
}
.cate2 .topbox .circle_txt2 p {
    font-size: clamp(12px, 0.85vw, 15px);
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-weight: 600;
}
*/
.cate2 .bottombox {
    align-items: center;
    justify-content: space-between;
    gap: clamp(50px, 8vw, 130px);
    width: 100%;
}
.cate2 .staff_box {
    width: calc(50% - 65px);
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
}

.cate2 .staff_img {
    width: clamp(190px, 18vw, 280px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.cate2 .staff_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cate2 .staff_txtbox {
    position: relative;
	margin-top: auto;
}
.cate2 .staff_txtbox .line {
    position: absolute;
    top: -40px;
    right: calc(100% + 36px);
    width: 80px;
    height: 2px;
    background-color: #222;
}

.cate2 .staff_txtbox .line::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 36px;
    height: 2px;
    background-color: #222;
    transform: rotate(45deg);
    transform-origin: left center;
}
.cate2 .staff_txtbox > p {
    margin-bottom: 10px;
}
.cate2 .first_icon {
    width: 28px;
    margin: 0 auto 18px;
}
.cate2 .first_icon img {
    width: 100%;
    height: auto;
    display: block;
}
.cate2 .first_box > p {
    margin-bottom: 8px;
}
.cate2 .first_box {
    position: relative;
    width: calc(50% - 65px);
    padding: clamp(35px, 4vw, 55px) 30px 55px;
    background-color: #C1CDD5;
    border-radius: 12px;
    text-align: center;
    overflow: visible;
}

.cate2 .first_box .more {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    justify-content: center;
    width: 100%;
    z-index: 3;
}

.cate2 .first_box .more > a {
    width: 260px;
    padding: 17px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	gap: 30px;
	width: 100%;
}
.cate3 .box_wrap .boxitem{
	gap: 20px;
	flex-direction: column;
	width: calc((100% - 60px)/3);
}
.cate3 .box_wrap .boxitem .txtbox{
	gap: 8px;
	flex-direction: column;
}
.cate3 .box_wrap .boxitem .imgbox {
    position: relative;
    overflow: hidden;
}
.cate3 .box_wrap .boxitem .imgbox img {
    width: 100%;
    height: auto;
    display: block;
}
.cate3 .box_wrap .boxitem .imgbox::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid #262626;
    pointer-events: none;
    z-index: 2;
}
/* ---------- cate4 ---------- */
.cate4 .box_wrap{
	gap: 30px;
	width: 100%;
}
.cate4 .box_wrap .boxitem{
	gap: 20px;
	flex-direction: column;
	width: calc((100% - 120px)/5 );
}
.cate4 .box_wrap .boxitem .txtbox{
	gap: 8px;
	flex-direction: column;
}
.cate4 .box_wrap .boxitem .imgbox {
    position: relative;
    overflow: visible;
	border-radius: 50%;
}
.cate4 .box_wrap .boxitem .imgbox img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 50%;
}
.cate4 .box_wrap .boxitem .imgbox::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid #262626;
	border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}
/* ---------- newstop_b ---------- */
.newstop_b .contents{
	max-width: 1400px;
	margin: 0 auto;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .bottombox {
		flex-direction: column;
	}
	.cate2 .staff_box {
		width: 70%;
		gap: 80px;
		margin-right: auto;
	}
	.cate2 .staff_txtbox .line {
		top: 0px;
	}
	.cate2 .first_box {
		width: 80%;
		padding: clamp(35px, 4vw, 55px) 30px 55px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	body:not(.gjs-dashed) .fv {
        margin-top: 60px;
    }

    .cate1 .box_wrap {
        flex-direction: column-reverse;
        gap: 70px;
    }

    .cate1 .box_wrap .leftbox {
        width: 90%;
        flex-direction: column;
        gap: 70px;
    }

    .titlebox0 {
        margin-bottom: 40px;
    }

    .cate1 .box_wrap .rightbox {
        width: 86%;
        min-height: clamp(480px, 65vw, 680px);
        margin: 0 auto;
    }

    .cate1 .box_wrap .rightbox > img:nth-of-type(1) {
        top: 0;
        right: 0;
        width: 86%;
        z-index: 1;
    }
    .cate1 .box_wrap .rightbox > img:nth-of-type(2) {
        right: 3%;
        bottom: 4%;
        width: 40%;
        border: 8px solid #fff;
        z-index: 3;
    }
	.cate2 .topbox {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .cate2 .topbox .leftbox,
    .cate2 .topbox .rightbox {
        width: 90%;
    }
    .cate2 .topbox .rightbox {
        align-items: flex-start;
    }
    .cate2 .topbox .imgbox {
        width: 100%;
        min-height: clamp(420px, 58vw, 600px);
        position: relative;
    }
    .cate2 .topbox .imgbox > img:nth-of-type(1) {
        top: 0;
        left: 0;
        width: 82%;
        height: clamp(230px, 32vw, 360px);
    }

    .cate2 .topbox .imgbox > img:nth-of-type(2) {
        right: 0;
        bottom: 0;
        width: 42%;
        height: clamp(140px, 22vw, 220px);
    }

    .cate2 .topbox .circle_txt2 {
        left: 4%;
        bottom: 26%;
    }
	.cate2 .staff_box {
		width: 100%;
		gap: 80px;
	}
	.cate3 .box_wrap .boxitem {
		width: calc((100% - 30px) / 2);
	}
	.cate4 .box_wrap .boxitem{
		gap: 20px;
		flex-direction: column;
		width: calc((100% - 60px)/3 );
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
/*
	body:not(.gjs-dashed) .fv .txtbox {
		width: 100%;
	}
	body:not(.gjs-dashed) .fv {
        height: 620px;
        min-height: 620px;
    }
    body:not(.gjs-dashed) .fv .img-box {
        flex-direction: column;
        width: calc(100% - 40px);
        height: 100%;
        margin-left: 20px;
    }
    .fv .img-box .swiper-container {
        width: 100%;
        height: 50%;
    }
    body:not(.gjs-dashed) .fv .img-box .swiper-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	body:not(.gjs-dashed) .fv .img-box::after {
		background-color: rgba(144, 102, 69, 0.3);
	}
*/	
	
	
	body:not(.gjs-dashed) .fv {
        height: 620px;
        min-height: 620px;
    }

    body:not(.gjs-dashed) .fv .img-box {
        flex-direction: column;
        width: calc(100% - 40px);
        height: 100%;
        margin-left: 20px;
    }

    body:not(.gjs-dashed) .fv .img-box .swiper-container {
        width: 100%;
        height: 50%;
    }

    body:not(.gjs-dashed) .fv .txtbox {
        width: calc(100% - 80px);
        gap: 12px;
    }

    .cate1 .box_wrap {
        gap: 50px;
    }
    .cate1 .box_wrap .leftbox {
        width: 100%;
        gap: 50px;
    }
    .cate1 .box_wrap .rightbox {
        width: 100%;
        min-height: clamp(360px, 75vw, 500px);
    }
    .cate1 .box_wrap .rightbox > img:nth-of-type(1) {
        width: 88%;
    }
    .cate1 .box_wrap .rightbox > img:nth-of-type(2) {
        right: 4%;
        bottom: 2%;
        width: 44%;
        border-width: 6px;
    }
    .cate1 .box_wrap .rightbox .circle_txt {
        left: 4%;
        bottom: 8%;
    }
	.titlebox0 {
        width: 100%;
        max-width: 100%;
        transform: none;
        margin-bottom: 50px;
        gap: 14px;
    }

    .titlebox0 .top_txtbox {
        width: 100%;
        max-width: 100%;
    }
	.titlebox0 .top_txtbox img {
		height: clamp(38px, 5.8vw, 76px);
		width: auto;
	}
    .titlebox0 .top_txtbox img:nth-of-type(2) {
        width: 82%;
        margin-left: auto;
        margin-top: -4px;
    }
	.cate4 .box_wrap .boxitem{
		width: calc((100% - 30px)/2 );
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .cate2 .staff_box {
        flex-direction: column;
		gap: 30px;
    }
	 .cate2 .staff_txtbox .line {
		display: none;
	}
    .cate2 .first_box {
        width: 100%;
    }
	.cate3 .box_wrap .boxitem {
		width: 80%;
	}
	.cate3 .box_wrap .boxitem {
		gap: 10px;
	}
	.cate3 .box_wrap .boxitem .txtbox {
		gap: 4px;
	}
	.cate4 .box_wrap .boxitem{
		width: 80%;
	}
/*
	body:not(.gjs-dashed) .fv .txtbox h2 {
		font-size: 18px;
		width: 100%;
	}
*/
	body:not(.gjs-dashed) .fv .txtbox h2 {
		font-size: 18px;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

