@charset "utf-8";
/* CSS Document */

.cate_wrap .cate1{}
.cate_wrap .cate1 .topbox{
	align-items: flex-start;
}
.cate_wrap .cate1 .topbox > div{
	width: 50%;
}
.cate_wrap .cate1 .topbox .txtbox{
	position: relative;
	z-index: 2;
	margin-top: 5%;
}
.cate_wrap .cate1 .topbox .txtbox .txtitem{
	padding: 5%;
	background-color: #fff;
	border-radius: 10px;
}
.cate_wrap .cate1 .topbox .leftbox .imgbox{
	width: 110%;
}
.cate_wrap .cate1 .topbox .leftbox .profilebox{
	width: 60%;
	margin: 0 auto;
}
.cate_wrap .cate1 .bottombox > div{
	justify-content: space-around;
}
.cate_wrap .cate1 .bottombox > div > div{
	width: 40%;
}
.cate_wrap .cate1 .bottombox .txtbox .titlebox{
	justify-content: flex-start;
	align-items: flex-end;
	gap: 10px 15px;
}
.cate_wrap .cate1 .bottombox .titlebox p{
	line-height: 1;
	border-left: 5px solid #111D29;
	padding-left: 15px;
}
.cate_wrap .cate1 .topbox .txtbox .title_item1,.cate_wrap .cate1 .topbox .txtbox .title2{
  padding-left: 15%;
}
.cate_wrap .cate1 .topbox .txtbox .title_item1 .en_title1{
  font-size: clamp(36px,5.4vw,80px);
}
.cate_wrap .cate1 .topbox .txtbox .title2{margin-bottom: 20px;}
.profile_txt{
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.05);
	gap: 20px;
	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: center;
    align-items: flex-start;
	flex-direction: column;
}
.profile_txt h4{margin-bottom: 6px;}


.cate_wrap .cate3 .boxwrap .box{
	justify-content: flex-start;
	align-items: stretch;
}
.cate_wrap .cate3 .boxwrap .box h3,.cate_wrap .cate3 .boxwrap .box > div{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 10px;
}
.cate_wrap .cate3 .boxwrap .box h3,.cate_wrap .cate3 .boxwrap .box > div p{
	font-weight: 400;
	line-height: 1.6;
}
.cate_wrap .cate3 .boxwrap .box h3{
	width: 30%;
	border-bottom: 1px solid #ADAAAA;
}
.cate_wrap .cate3 .boxwrap .box > div{
	width: 70%;
	border-bottom: 1px solid #ADAAAA;
}
.cate_wrap .cate3 .map{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 350px;
	aspect-ratio: 2.5 / 1;
}
.cate_wrap .cate3 .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}

.cate_wrap .cate4 .contents .boxwrap{
	max-width: 1000px;
	position: relative;
	padding: 20px 0;
}
.cate_wrap .cate4 .contents .boxwrap::after{
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
}
.cate_wrap .cate4 .contents .boxwrap .box{
	position: relative;
	z-index: 2;
	padding-left: 32px;
	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: center;
	flex-direction: row;
}
.cate_wrap .cate4 .contents .boxwrap .box:not(:last-of-type){
	margin-bottom: 40px;
}
.cate_wrap .cate4 .contents .boxwrap .box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	aspect-ratio: 1 / 1;
	background-color: #373B3E;
	border-radius: 50%;
}
.cate_wrap .cate4 .contents .boxwrap .box .year{
	width: 100px;
	font-size: clamp(15px,1.6vw,18px);
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	line-height: 1;
}
.cate_wrap .cate4 .contents .boxwrap .box h3{
	width: calc(100% - 100px);
	font-size: clamp(14px,1.4vw,16px);
}

.cate_wrap .cate2 .boxwrap .box{
	justify-content: space-around;
}
.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.cate_wrap .cate2 .boxwrap .box > div{
	width: 40%;
}
.cate_wrap .cate2 .boxwrap .box .leftbox .imgbox{
	position: relative;
	background-color: #F5F5F5;
	border-radius: 4px;
	overflow: hidden;
}
.cate_wrap .cate2 .boxwrap .box .leftbox .imgbox::after{
	content: "";
	border-right: 1000px solid transparent;
	border-top: 200px solid #00C4CC; 
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}
.cate_wrap .cate2 .boxwrap .box .leftbox .imgbox img{
	position: relative;
	z-index: 2;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate1 .bottombox > div{
		justify-content: space-between;
	}
	.cate_wrap .cate1 .bottombox > div > div{
		width: 45%;
	}
	.cate_wrap .cate2 .boxwrap .box{
		justify-content: space-between;
	}
	.cate_wrap .cate2 .boxwrap .box > div{
		width: 45%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .topbox .txtbox .title_item1,.cate_wrap .cate1 .topbox .txtbox .title2{
		padding-left: 0;
	}
	.cate_wrap .cate4 .contents .boxwrap .box .year{
		width: 80px;
	}
	.cate_wrap .cate4 .contents .boxwrap .box h3{
		width: calc(100% - 80px);
	}
	
	.cate_wrap .cate1 .topbox .txtbox{
		width: 80%;
		margin-bottom: 40px;
	}
	.cate_wrap .cate1 .topbox .leftbox{
		width: 60%;
	}
	.cate_wrap .cate1 .topbox .leftbox .imgbox{
		width: 100%;
	}
	.profile_txt{
		padding: 20px;
	}
	.cate_wrap .cate1 .bottombox > div > div{
		width: 47.5%;
	}
	.cate_wrap .cate2 .boxwrap .box > div{
		width: 47.5%;
	}
	.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
		margin-bottom: 60px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate3 .boxwrap .box h3,.cate_wrap .cate3 .boxwrap .box > div{
		padding: 15px 5px 12px ;
	}
	.cate_wrap .cate3 .boxwrap .box h3{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	.cate_wrap .cate3 .boxwrap .box > div{
		padding-top: 0;
		width: 100%;
		border-bottom: 1px solid #979797;
	}
	.cate_wrap .cate3 .boxwrap .box h2{
		width: 100%;
		padding: 20px 0 5px;
		margin-bottom: 5px;
		border-bottom-color: rgba(255,255,255,0.20);
	}
	.cate_wrap .cate4 .contents .boxwrap{
		padding: 15px 0;
	}
	.cate_wrap .cate4 .contents .boxwrap::after{
		left: 5px;
	}
	.cate_wrap .cate4 .contents .boxwrap .box{
		padding-left: 20px;
	}
	.cate_wrap .cate4 .contents .boxwrap .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.cate_wrap .cate4 .contents .boxwrap .box::after{
		width: 10px;
	}
	.cate_wrap .cate4 .contents .boxwrap .box .year{
		width: 70px;
	}
	.cate_wrap .cate4 .contents .boxwrap .box h3{
		width: calc(100% - 70px);
	}
	.cate_wrap .cate1 .topbox .txtbox{
		width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .topbox .leftbox{
		width: 80%;
	}
	.profile_txt{
		padding: 15px;
	}
	.cate_wrap .cate1 .bottombox > div > div{
		width: 100%;
	}
	.cate_wrap .cate1 .bottombox .txtbox{
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .bottombox .titlebox p{
		border-left: 3px solid #111D29;
		padding-left: 10px;
	}
	.cate_wrap .cate1 .bottombox .titlebox h3{
		padding-left: 0px;
		line-height: 1.2;
	}
	.cate_wrap .cate2 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate2 .boxwrap .box >div{
		width: 100%;
	}
	.cate_wrap .cate2 .boxwrap .box .leftbox{
		margin-bottom: 30px;
	}
	.cate_wrap .cate2 .boxwrap .box .imgbox{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
}

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