@charset "utf-8";
/* CSS Document */
.cate1{
	position: relative;
	background: #000; 
	color: #fff;
}
.cate1 .boxwrap{
    width: 100%;
}
.cate1 .boxwrap .box{
    width: 100%;
}
.cate1 .boxwrap .box .imgbox{
	position: relative;
	z-index: 1;
	width: 40%;
	border-radius: 20px;
	overflow: hidden;
}
.cate1 .boxwrap .box .txtbox{
	width: 60%;
}
.cate1 .boxwrap .box .txtbox .title{
	position: relative;
}
.topmessage_bg{
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0.5em;
	font-size: clamp(56px, 10vw, 160px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	color: rgba(255,255,255,0.12);
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	z-index: 1;
}
body.gjs-dashed .topmessage_bg{position: relative;}


.column_layout{
	align-items: flex-start;
}
.column_layout .titleitem1{
	width: 40%;
}
.column_layout .contents_inner{
	width: 60%;
	padding-left: 5%;
}
.cate2 .column_layout .contents_inner .boxwrap .box{
	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;
	border-bottom: 1px solid rgba(173,170,170,0.30);
	padding: 10px 0;
}
.cate2 .column_layout .contents_inner .boxwrap .box h3{
	font-weight: 500;
	width: 200px;
	padding: 10px;
	font-size: clamp(15px,1.4vw,17px);
}
.cate2 .column_layout .contents_inner .boxwrap .box > div{
	width: calc(100% - 200px);
	padding: 10px;
}
.cate2 .column_layout .contents_inner .boxwrap .box > div p{
	font-size: clamp(15px,1.4vw,17px);
}

.cate3 .column_layout .contents_inner .boxwrap{
	position: relative;
	padding: 20px 0;
}
.cate3 .column_layout .contents_inner .boxwrap::after{
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
}
.cate3 .column_layout .contents_inner .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;
}
.cate3 .column_layout .contents_inner .boxwrap .box:not(:last-of-type){
	margin-bottom: 40px;
}
.cate3 .column_layout .contents_inner .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%;
}
.cate3 .column_layout .contents_inner .boxwrap .box .year{
	width: 150px;
	font-size: clamp(15px,1.6vw,18px);
	line-height: 1;
}
.cate3 .column_layout .contents_inner .boxwrap .box h3{
	width: calc(100% - 150px);
	font-size: clamp(14px,1.4vw,16px);
}
.contact-form_a .form-box .box-wrap{
	max-width: 100%;
}
.contact-form_a .form-box .send .bt{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.contact-form_a .form-box .send .bt button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.contact-form_a .check-box p{
	font-weight: 500;
}
.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after{
	background-color: #242424;
}
.cate_inner{
	background-color: #EDEEF2;
}
.cate_inner .cate4{
	border-bottom: 1px solid #B2B2B2;
}

.faq_catewrap{
	align-items: flex-start;
	gap: 80px;
}
.faq_catewrap .faq_wrap{
	width: 100%;
	align-items: flex-start;
	gap: 30px;
}
.faq_catewrap .faq_wrap .title{
	width: 100%;
	padding: 15px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.faq_catewrap .faq_wrap .title h3{
	color: #fff;
}
.faq_catewrap .faq_wrap.faq1 .title{
	background-color: #F08001;
}
.faq_catewrap .faq_wrap.faq2 .title{
	background-color: #06579B;
}
.faq_catewrap .faq_wrap .box{
	width: 100%;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.faq_catewrap .faq_wrap .box > div{
}
.faq_catewrap .faq_wrap .box .qbox .txtbox,.faq_catewrap .faq_wrap .box .abox .txtbox{
	position: relative;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.faq_catewrap .faq_wrap .box > div .topicon{
}
.faq_catewrap .faq_wrap .box > div .topicon p{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(28px,3.2vw,44px);
	line-height: 1;
}
.faq_catewrap .faq_wrap .box .qbox{
	cursor: pointer;
	position: relative;
	padding-right: 60px;
}
.faq_catewrap .faq_wrap .box .abox{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(173,170,170,0.30);
}
body:not(.gjs-dashed) .faq_catewrap .faq_wrap .box .abox{display: none;}

.faq_catewrap .faq_wrap .box .qbox .topicon p{
	color: #EB3677;
}
.faq_catewrap .faq_wrap .box .abox .topicon p{
	color: #212121;
}
.faq_catewrap .faq_wrap .box .qbox .txtbox h4,.faq_catewrap .faq_wrap .box .abox .txtbox > p{
	padding-left: 20px;
	padding-top: 0.8vw;
}
.faq_catewrap .faq_wrap .box .qbox .icon{
	position: absolute;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0E0E0F;
}
.faq_catewrap .faq_wrap .box .qbox .icon::before,.faq_catewrap .faq_wrap .box .qbox .icon::after{
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.faq_catewrap .faq_wrap .box .qbox .icon::before{
	width: 50%;
	height: 2px;
}
.faq_catewrap .faq_wrap .box .qbox .icon::after{
	width: 2px;
	height: 50%;
}
.faq_catewrap .faq_wrap .box .qbox.on .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .column_layout .contents_inner .boxwrap .box h3{
		width: 180px;
	}
	.cate2 .column_layout .contents_inner .boxwrap .box > div{
		width: calc(100% - 180px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate2 .column_layout .contents_inner .boxwrap .box h3{
		width: 150px;
	}
	.cate2 .column_layout .contents_inner .boxwrap .box > div{
		width: calc(100% - 150px);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .boxwrap .box .imgbox{
		width: 70%;
		margin-top: 30px;
	}
	.cate1 .boxwrap .box .txtbox{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
 	.cate3 .column_layout .contents_inner .boxwrap .box .year{
		width: 120px;
	}
	.cate3 .column_layout .contents_inner .boxwrap .box h3{
		width: calc(100% - 120px);
	}
	
	.column_layout .titleitem1{
		width: 100%;
	}
	.column_layout .contents_inner{
		width: 100%;
		padding-left: 0;
	}
  
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate2 .column_layout .contents_inner .boxwrap .box{
		padding: 5px 0;border-bottom: none;
	}
	.cate2 .column_layout .contents_inner .boxwrap .box:nth-of-type(even){
		background-color: #F0F0F0;
	}
	.cate2 .column_layout .contents_inner .boxwrap .box h3{
		font-weight: 500;
		width: 100%;
		padding: 5px;
	}
	.cate2 .column_layout .contents_inner .boxwrap .box > div{
		width: 100%;
		padding: 5px;
	}
	.cate2 .column_layout .contents_inner .boxwrap .box > div p{
		font-size: clamp(14px,1.4vw,16px);
	}
	.cate3 .column_layout .contents_inner .boxwrap{
		padding: 15px 0;
	}
	.cate3 .column_layout .contents_inner .boxwrap::after{
		left: 5px;
	}
	.cate3 .column_layout .contents_inner .boxwrap .box{
		padding-left: 20px;
	}
	.cate3 .column_layout .contents_inner .boxwrap .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.cate3 .column_layout .contents_inner .boxwrap .box::after{
		width: 10px;
	}
	.cate3 .column_layout .contents_inner .boxwrap .box .year{
		width: 100px;
	}
	.cate3 .column_layout .contents_inner .boxwrap .box h3{
		width: calc(100% - 100px);
	}
	
	.faq_catewrap{
		gap: 50px;
	}
	.faq_catewrap .faq_wrap{
		gap: 10px;
	}
	.faq_catewrap .faq_wrap .box .qbox{
		padding-right: 32px;
	}
	.faq_catewrap .faq_wrap .box .qbox .icon{
		width: 22px;
		right: 0;
	}
	.faq_catewrap .faq_wrap .box .abox{
		padding-top: 15px;
		margin-top: 15px;
	}
	.faq_catewrap .faq_wrap .box{
		padding: 20px;
	}
	.faq_catewrap .faq_wrap .box .qbox .txtbox h4, .faq_catewrap .faq_wrap .box .abox .txtbox > p{
		padding-left: 10px;
	}
}

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

