@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {

	.contents {
		position: relative;
		width: 100%;
		overflow: hidden;
	}


	/* mainvisual
  ---------------------------------------------------------------------- */
	#mainvisual {
		width: 100%;
		height: 250px;
		position: relative;
		margin-top: 160px;
	}
	.mainvisual__ttl {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 10;
		transform: translate(-50%, -50%);
		white-space: nowrap;
		font-size: clamp(1.8vw , 5rem , 2.25vw);
		font-weight: 500;
		color: #FFF;
        text-shadow: 1px 1px 5px rgba(0,0,0,.3),
                    -1px 1px 5px rgba(0,0,0,.3),
                    1px -1px 5px rgba(0,0,0,.3),
                    -1px -1px 5px rgba(0,0,0,.3);
	}
	#mainvisual picture {
		position: relative;
		z-index: 5;
	}
	#mainvisual picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	/* pagetop
  ---------------------------------------------------------------------- */
	#page-top {
		width: 80px;
		height: 80px;
		position: fixed;
		bottom: 50px;
		right: 0;
		z-index: 150;
		transition: opacity 0.3s ease;
		cursor: pointer;
		display: none;
		background: url(../images/pagetop.svg);
		background-size: contain;
	}

	#page-top.stop {
		position: absolute;
		bottom: 0;
	}

	#page-top:hover {
		opacity: 0.8;
	}


	/* cbg
---------------------------------------------------------------------- */
	.cbg1 {
	    background: url('../images/bg_left_top.svg') left top no-repeat,
	      url('../images/bg_right_bottom.svg') right bottom no-repeat #fff8f1;
	      position: relative;
	}


	/* ch
---------------------------------------------------------------------- */
/* 	.ch2_1 {
		background: url('/images/bg_ch2_1_pc.png') center / cover no-repeat #1fb17c;
		font-size: 2.3rem;
		padding: 0.9em 1em;
		margin-bottom: 25px;
		border-radius: 5px;
		color: #FFF;
	} */

	.ch3_1 {
		position: relative;
		font-size: 3rem;
		font-weight: 500;
		padding-left: 55px;
		padding-bottom: 20px;
		margin-bottom: 30px;
		background: url('../images/border_bottom_dot02.svg') left bottom repeat-x;
	}
	.ch3_1::before {
		content: "";
		display: inline-block;
		width: 27px;
		height: 59px;
		background: url('../images/icon_leaf09.svg') center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ch3_2 {
		position: relative;
		font-size: 3rem;
		font-weight: 500;
		padding-left: 55px;
		margin-bottom: 30px;
	}
	.ch3_2::before {
		content: "";
		display: inline-block;
		width: 47px;
		height: 65px;
		background: url('../images/icon_leaf10.svg') center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}

	.ch3_3 {
		position: relative;
		font-size: 3.2rem;
		font-weight: 500;
		text-align: center;
		padding-bottom: 30px;
		margin-bottom: 60px;
		background: url('../images/icon_leaf13.svg') center bottom no-repeat;
	}






/* 	.ch3_2 {
		position: relative;
		font-size: 2.1rem;
		font-weight: bold;
		padding-bottom: 0.6em;
		color: var(--primary-color);
		border-bottom: 2px solid #e4e4e4;
		margin-bottom: 25px;
	}
	.ch3_2::before {
		content: "";
		display: inline-block;
		width: 60px;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.ch3_3 {
		font-size: 2.2rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #657939;
		border-left: 5px solid #657939;
		padding-left:  0.2em;
		margin-bottom: 20px;
	} */
	.ch4_1 {
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #FFF;
		text-align: center;
		background-color: #bd7b7b;
		padding: 0.3em 0;
	}
	.ch4_1_2 {
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #FFF;
		text-align: center;
		background-color: #7c9369;
		padding: 0.3em 0;
	}

	.ch4_2 {
		font-size: 1.7rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		margin-bottom: 10px;
	}
/* 	.ch5_1 {
		font-size: 1.6rem;
		font-weight: normal;
		margin-bottom: 10px;
		position: relative;
	}
	.ch5_2 {
		font-size: 1.6rem;
		font-weight: normal;
		text-align: center;
		margin-bottom: 10px;
		position: relative;
	} */



	/* btn
---------------------------------------------------------------------- */
	.cbtn {
		font-size: min(1.5vw , 1.8rem);
		color: #fff;
		width: 290px;
		height: 50px;
		font-weight: 500;
		padding: 0 1em 0 ;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		background-color: #bd7b7b;
	}
	.cbtn::after {
		content: "";
		display: inline-block;
		width: 52px;
		height: 7px;
		background: url('/images/icon_arrow_right_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		transition: 0.6s;
	}
	.cbtn:hover::after {
		right: 10px;
	}
	.cbtn2 {
		display: inline-block;
		font-size: 2rem;
		border-bottom: 1px solid #800202;
		padding: 0.2em 1.5em 0.2em 0;
		position: relative;
	}
	.cbtn2::after {
	    content: "";
	    display: block;
	    width: 8px;
	    height: 8px;
	    border-top: 1px solid #800202;
	    border-right: 1px solid #800202;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%) rotate(45deg);
	}


/* 	.cbtn3 {
		display: flex;
		align-items: center;
		width: fit-content;
		margin-left: auto;
 		position: relative;
	}
	.cbtn3 span {
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.cbtn3 span::before {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		transition: 0.6s;
	}
	.cbtn3 span:hover::before {
		background: url('/images/icon_arrrow_circle_green_on.svg') center / contain no-repeat; 
		opacity: 0;
	}
	.cbtn3 span::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		opacity: 0;
		transition: 0.6s;
	}
	.cbtn3 span:hover::after {
		opacity: 1;
		background: url('/images/icon_arrrow_circle_green_on.svg') center / contain no-repeat;
	}
	.cbtn3_2 {
		display: flex;
		align-items: center;
		width: fit-content;
 		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		transition: 0.6s;
	}
	.cbtn3_2::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		margin-left: 0.5em;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		transition: 0.6s;
	}
	.cbtn3_2:hover::after {
		opacity: 1;
		background: url('/images/icon_arrrow_circle_green_on.svg') center / contain no-repeat;
	}

	.cbtn3_2.ptblue::after {
		background: url('/images/icon_arrrow_circle_ptblue_off.svg') center / contain no-repeat;
	}
	.cbtn3_2.ptblue:hover::after {
		background: url('/images/icon_arrrow_circle_ptblue_on.svg') center / contain no-repeat;
	} */

/* 	.cbtn4 {
		display: flex;
		align-items: center;
		width: fit-content;
 		position: relative;
		font-size: 1.6rem;
		padding-right: 1.5em;
	}
	.cbtn4::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url('/images/icon_arrrow_gt_black.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.3em;
		transition: 0.3s;
	}
	.cbtn4:hover::after {
		opacity: 1;
		right: 0;
	}

	.cbtn5 {
		font-size: 1.6rem;
		font-weight: 500;
		color: #fff;
		background-color: var(--primary-color);
        padding: .85em 3.5em .85em 3.5em;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 326px;
		height: 70px;
		border-radius: 10px;
	}
	.cbtn5.ptblue {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.cbtn5::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}
 */

	/* icon
---------------------------------------------------------------------- */
/* 	.ipdf::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.ipdf_red::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iexcel::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iexcel_green::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iword::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iword_blue::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}

	a[href$=pdf] .cicon_w_r ,
	a[href$=pdf].cicon_w_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_w_r::before ,
	a[href$=pdf].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_r ,
	a[href$=pdf].cicon_c_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_c_r::before ,
	a[href$=pdf].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_r ,
	a[href$=xlsx].cicon_w_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_r::before ,
	a[href$=xlsx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_r ,
	a[href$=xlsx].cicon_c_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_r::before ,
	a[href$=xlsx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_r ,
	a[href$=docx].cicon_w_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=docx] .cicon_w_r::before ,
	a[href$=docx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_r ,
	a[href$=docx].cicon_c_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=docx] .cicon_c_r::before ,
	a[href$=docx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_w_l ,
	a[href$=pdf].cicon_w_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_w_l::before ,
	a[href$=pdf].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_l ,
	a[href$=pdf].cicon_c_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_c_l::before ,
	a[href$=pdf].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_l ,
	a[href$=xlsx].cicon_w_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_l::before ,
	a[href$=xlsx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_l ,
	a[href$=xlsx].cicon_c_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_l::before ,
	a[href$=xlsx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_l ,
	a[href$=docx].cicon_w_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=docx] .cicon_w_l::before ,
	a[href$=docx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_l ,
	a[href$=docx].cicon_c_l {
		padding-left: 30px;
		position: relative;
	}

	a[href$=docx] .cicon_c_l::before ,
	a[href$=docx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}
 */

	/* paragraph1
---------------------------------------------------------------------- */
	.paragraph1 {
		font-size: 1.4rem;
	}
	.paragraph15 {
		font-size: 1.5rem;
	}
	.paragraph2 {
		font-size: 1.6rem;
	}
	.paragraph3 {
		font-size: 1.8rem;
	}
	.paragraph4 {
		font-size: 2rem;
	}
	.paragraph5 {
		font-size: 2.2rem;
	}
	.paragraph6 {
		font-size: 2.4rem;
	}
	.paragraph7 {
		font-size: 2.6rem;
	}
	.paragraph8 {
		font-size: 2.8rem;
	}
	.paragraph9 {
		font-size: 3rem;
	}
	.paragraph10 {
		font-size: 3.2rem;
	}
	.lead {
		margin-bottom: 35px;
	}


	/* note
---------------------------------------------------------------------- */
	.note1 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.note2 {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.note3 {
		text-indent: -2em;
		padding-left: 2em;
	}
	.note4 {
		padding-left: 1em;
	}
	.note5 {
		text-indent: -2.5em;
		padding-left: 2.5em;
	}


	/* indent
---------------------------------------------------------------------- */
	.indent1 {
		text-indent: 1em;
	}
	.indent1_2 {
		text-indent: 1em;
		margin-bottom: 20px;
	}

	/* slider
---------------------------------------------------------------------- */
	.contents .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .contents .slick-list,
    .contents .slick-track,
    .contents .slick-slide>div,
    .contents .slick-slide>div li,
    .contents .slick-slide {
        height: 100%;
    }

    .contents .slick-dots {
        display: flex;
        justify-content: center;
        bottom: 27px;
    }

    .contents .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 10px;
        background: #FFFFFF;
        cursor: pointer;
    }

    .contents .slick-dots li button {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .contents .slick-dots li:hover,
    .contents .slick-dots li.slick-active {
        background: var(--primary-color);
    }

    .slide_box1 {
    	width: 60%;
    	margin: 0 auto;
    }


	/* radius__box
---------------------------------------------------------------------- */
	.radius__box1 {
		border: 1px solid #b29d8a;
		border-radius: 15px;
		overflow: hidden;

	}


	/* ctable
---------------------------------------------------------------------- */
	.ctable {
		width: 100%;
	}
	.ctable tr th {
		text-align: left;
		font-weight: normal;
		color: #800202;
		padding: 0.2em 1em;
		border-bottom: 1px solid #b29d8a;
		width: 35%;
	}
	.ctable tr td {
		text-align: left;
		font-weight: normal;
		padding: 0.2em 1em;
		border-bottom: 1px solid #b29d8a;
	}

	.ctable2 {
		width: 100%;
		border-top: 1px solid #b29d8a;
		border-right: 1px solid #b29d8a;
	}
	.ctable2 tr th {
		text-align: center;
		color: #FFF;
		padding: 0.2em 1em;
		background-color: #bd7b7b;
		border-bottom: 1px solid #b29d8a;
	}
	.ctable2 tr td {
		padding: 0.2em 1em;
		border-bottom: 1px solid #b29d8a;
		border-left: 1px solid #b29d8a;
	}


	/* unit
---------------------------------------------------------------------- */
.unit1 {
	position: relative;
	margin-bottom: 60px;
}
.unit2 {
	position: relative;
	margin-bottom: 40px;
}
.unit3 {
	position: relative;
	margin-bottom: 30px;
}


	/* picture
---------------------------------------------------------------------- */
/* .picture1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picture1 .picture1_inner {
	width: 48.18182%;
	margin-bottom: 40px;
}
.picture1 .picture1_inner img {
	width: 100%;
	height: 100%;
	object-fit: center;
}
.picture2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.picture2 .picture2_inner {
	width: 32%;
	margin-bottom: 20px;
}
.picture2 .picture2_inner img {
	width: 100%;
}
.picture2_2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_2 .picture2_2_inner {
	width: 32%;
	margin-bottom: 20px;
}
.picture2_2 .picture2_2_inner img {
	width: 100%;
}
.picture2_3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_3 .picture2_3_inner {
	width: 32%;
	margin-bottom: 20px;
}
.picture2_3 .picture2_3_inner img {
	width: 100%;
}

.picture3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10%;
}
.picture3 .picture3_inner {
	width: 45%;
	margin-bottom: 30px;
}
.picture3 .picture3_inner img {
	width: 100%;
	height: 100%;
	object-fit: center;
} */


	/* list
---------------------------------------------------------------------- */
.list1 {

}
.list1>li {
	padding-left: 1.2em;
	position: relative;
}
.list1>li::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../images/icon_list1.svg') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.6em;
	left: 0;
}

/* 
.list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list2 .list2Inner {
	width: 48.18182%;
	margin-bottom: 30px;
}
.list3 {
	padding-left: 1em;
	position: relative;
	margin-bottom: 20px;
}
.list4 {

}
.list4>li {
	position: relative;
	margin-bottom: 10px;
}
 */
.number>li {
	padding-left: 1.5em;
	counter-increment: number;
	position: relative;
}
.number>li::before {
	content:counter(number) ". ";
	position: absolute;
	left: 0;
}
.cnt>li {
	counter-increment: cnt;
	padding-left: 2.5em;
	position: relative;
}
.cnt>li::before {
	content: "( "counter(cnt) " ) ";
	position: absolute;
	left: 0;
	/* display: marker; */
}
.cnt_maru>li {
	text-indent: 0;
	padding-left: 1.5em;
	position: relative;
}
.cnt_maru>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.cnt_maru>li:nth-child(1)::before {
	content: "①";
}
.cnt_maru>li:nth-child(2)::before {
	content: "②";
}
.cnt_maru>li:nth-child(3)::before {
	content: "③";
}
.cnt_maru>li:nth-child(4)::before {
	content: "④";
}
.cnt_maru>li:nth-child(5)::before {
	content: "⑤";
}
.cnt_maru>li:nth-child(6)::before {
	content: "⑥";
}
.cnt_maru>li:nth-child(7)::before {
	content: "⑦";
}
.cnt_maru>li:nth-child(8)::before {
	content: "⑧";
}
.cnt_maru>li:nth-child(9)::before {
	content: "⑨";
}
.cnt_maru>li:nth-child(10)::before {
	content: "⑩";
}
.cnt_maru>li:nth-child(11)::before {
	content: "⑪";
}
.cnt_maru>li:nth-child(12)::before {
	content: "⑫";
}
.cnt_maru>li:nth-child(13)::before {
	content: "⑬";
}
.cnt_maru>li:nth-child(14)::before {
	content: "⑭";
}
.cnt_maru>li:nth-child(15)::before {
	content: "⑮";
}
.cnt_maru>li:nth-child(16)::before {
	content: "⑯";
}
.cnt_maru>li:nth-child(17)::before {
	content: "⑰";
}
.cnt_maru>li:nth-child(18)::before {
	content: "⑱";
}
.cnt_maru>li:nth-child(19)::before {
	content: "⑲";
}
.cnt_maru>li:nth-child(20)::before {
	content: "⑳";
}

.iroha>li {
	text-indent: 0;
	padding-left: 2em;
	position: relative;
}
.iroha>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.iroha>li:nth-child(1)::before {
	content: "イ";
}
.iroha>li:nth-child(2)::before {
	content: "ロ";
}
.iroha>li:nth-child(3)::before {
	content: "ハ";
}
.iroha>li:nth-child(4)::before {
	content: "ニ";
}
.iroha>li:nth-child(5)::before {
	content: "ホ";
}
.iroha>li:nth-child(6)::before {
	content: "ヘ";
}
.iroha>li:nth-child(7)::before {
	content: "ト";
}
.annotation_number>li {
	padding-left: 2.5em;
	counter-increment: number;
	position: relative;
}
.annotation_number>li::before {
	content: "※"counter(number)"　";
	position: absolute;
	left: 0;
}


	/* dl
---------------------------------------------------------------------- */
.cdl1 {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 0.4em 1em;
	font-size: 1.8rem;
}
.cdl1>dt {
	display: inline-block;
	width: 50%;
	font-weight: 500;
}
.cdl1>dd {
	display: inline-block;
	width: 50%;
	font-weight: 500;
}
/* 
.cdl2 {
	background-color: #FFF;
	padding: 20px 20px 20px 0;
	display: flex;
	gap: 1.5em;
	margin-bottom: 15px;
	border-radius: 10px;
}
.cdl2>dt {
	display: inline-block;
	min-width: 3em;
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cfefe2;
}
.cdl2.ptblue>dt {
	border-right: 1px solid rgba(102, 170, 215, 1.0);
}
.cdl2>dt>span {
	color: #1eb17b;
}
.cdl2.ptblue>dt>span {
	color: rgba(102, 170, 215, 1.0);
}
.cdl2>dd {

}
.cdl2>dd>h4 {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
.cdl3 {
	margin-bottom: 15px;
}
.cdl3>dt {
}
.cdl3>dt>span {
	font-weight: bold;
}
.cdl3>dd {

}
.cdl4 {
	display: flex;
	flex-wrap: wrap;
}
.cdl4 dt {
	width: 15%;
	padding-right: 0.5em;
}
.cdl4 dd {
	width: 85%;
	padding-left: 0.5em;
}
 */


	/* departmentBox
---------------------------------------------------------------------- */
	.departmentBox {
		position: relative;
		border-top: 2px solid #e4e4e4;
		padding-top: 24px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.departmentBox::before {
		content: "";
		display: inline-block;
		width: 60px;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		top: -2px;
		left: 0;
	}
	.departmentBox .thumbArea {
		position: relative;
		width: 22.64151%;
	}
	.departmentBox .thumbArea img {
		width: 100%;
	}
	.departmentBox .txtArea {
		width: 71.69812%;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.departmentBox .txtArea h4 {
		font-size: 2.2rem;
		font-weight: bold;
		color: var(--primary-color);
		line-height: 1;
		margin-bottom: 15px;
	}
	.departmentBox .txtArea p {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}
	.departmentBox .txtArea a {
		margin-top: auto;
	}



	/* dec_pic_box
---------------------------------------------------------------------- */
	.dec_pic_box {
		display: flex;
		justify-content: space-between;
	}
	.dec_pic_box .pic {
		width: 49%;
	}
	.dec_pic_box .pic img {
		width: 100%;
	}
	.dec_pic_box .dec {
		width: 49%;
	}

	.dec_pic_box2 {
		display: flex;
		justify-content: center;
		gap: 2%;
	}
	.dec_pic_box2 .pic {
		width: 40%;
	}
	.dec_pic_box2 .pic img {
		width: 100%;
	}
	.dec_pic_box2 .dec {
		width: 40%;
	}


	/* cborder1
---------------------------------------------------------------------- */
	.cborder1 {
		border: 1px solid #005083;
		border-radius: 20px;
		padding: 1em;
	}


	/* canchor
---------------------------------------------------------------------- */
	.canchor {
		scroll-margin-top: 20px;
	}


}/* End PC */

/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	.contents {
		overflow: hidden;
	}

	#mainvisual {
		width: 100%;
		margin: auto;
		position: relative;
		overflow: hidden;
		height: calc(250 / 750 * 100vw);
		margin-top: 13.4444vw;
	}
	.mainvisual__ttl {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 10;
		transform: translate(-50%, -50%);
		font-size: 2.5rem;
		font-weight: 500;
		line-height: 1;
		white-space: nowrap;
        text-shadow: 1px 1px 2vw rgba(0,0,0,.3),
                    -1px 1px 2vw rgba(0,0,0,.3),
                    1px -1px 2vw rgba(0,0,0,.3),
                    -1px -1px 2vw rgba(0,0,0,.3);
                    color: #FFF;
	}
	#mainvisual picture {
		position: relative;
		z-index: 5;
	}
	#mainvisual picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	/* pagetop
	  ---------------------------------------------------------------------- */
	#page-top {
		width: 15vw;
		height: 15vw;
		position: fixed;
		right: 0;
		bottom: 17vw;
		z-index: 1500;
		display: none;
		transition: all 0.3s ease;
		cursor: pointer;
		background: url("../images/pagetop.svg");
		background-size: contain;
	}


	/* cbg
---------------------------------------------------------------------- */
	.cbg1 {
	    background: url('../images/bg_left_top.svg') left top no-repeat,
	    url('../images/bg_right_bottom.svg') right bottom no-repeat #fff8f1;
	    background-size: auto 26.66667vw , auto 73.33334vw;
	    position: relative;
	}

	/* ch
---------------------------------------------------------------------- */
/* 	.ch2_1 {
		background: url('/images/bg_ch2_1_sp.png') center / cover no-repeat #1fb17c;
		font-size: 4.26667vw;
		padding: 0.2em 0.5em;
		margin-bottom: 3.33334vw;
		border-radius: 1vw;
		color: #FFF;
	}
	.ch2_1.ptblue {
		background: url('/images/bg_ch2_1_ptblue_sp.png') center / cover no-repeat rgba(102, 170, 215, 1.0);
	} */

	.ch3_1 {
		position: relative;
		font-size: 2rem;
		font-weight: 500;
		padding-left: 6vw;
		padding-bottom: 2.5vw;
		color: #4d4d4d;
		margin-bottom: 4vw;
		background: url('../images/border_bottom_dot02.svg') left bottom repeat-x;
		background-size: auto 0.66667vw;
	}
	.ch3_1::before {
		content: "";
		display: inline-block;
		width: 3.6vw;
		height: 7.86667vw;
		background: url('../images/icon_leaf09.svg') center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ch3_2 {
		position: relative;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1.2;
		padding-left: 8vw;
		margin-bottom: 4vw;
		background-size: auto 0.66667vw;
	}
	.ch3_2::before {
		content: "";
		display: inline-block;
		width: 6.266667vw;
		height: 8.66667vw;
		background: url('../images/icon_leaf10.svg') center no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	.ch3_3 {
		position: relative;
		font-size: 1.7rem;
		font-weight: 500;
		text-align: center;
		padding-bottom: 5vw;
		margin-bottom: 4vw;
		background: url('../images/icon_leaf13.svg') center bottom no-repeat;
		background-size: auto 3.6vw;
	}

	.ch4_1 {
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #FFF;
		text-align: center;
		background-color: #bd7b7b;
		padding: 0.3em 0;
	}
	.ch4_1_2 {
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #FFF;
		text-align: center;
		background-color: #7c9369;
		padding: 0.3em 0;
	}





/* 
	.ch4_2 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.ch5_1 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: normal;
		margin-bottom: 4vw;
	}
	.ch5_2 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: normal;
		text-align: center;
		margin-bottom: 2vw;
		position: relative;
	} */


	/* btn
---------------------------------------------------------------------- */
	.cbtn {
		font-size: 1.5rem;
		color: #fff;
		width: 61.33334vw;
		height: 12vw;
		font-weight: 500;
		padding: 0 1em 0 ;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		background-color: #bd7b7b;
	}
	.cbtn::after {
		content: "";
		display: inline-block;
		width: 6.93334vw;
		height: 0.93334vw;
		background: url('/images/icon_arrow_right_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 6vw;
	}

	.cbtn2 {
		display: inline-block;
		font-size: 1.5rem;
		border-bottom: 1px solid #800202;
		padding: 0.2em 1.5em 0.2em 0;
		position: relative;
	}
	.cbtn2::after {
	    content: "";
	    display: block;
	    width: 1.46667vw;
	    height: 1.46667vw;
	    border-top: 0.26667vw solid #800202;
	    border-right: 0.26667vw solid #800202;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%) rotate(45deg);
	}

/* 
	.cbtn3 {
		display: flex;
		align-items: center;
		width: fit-content;
		position: relative;
		margin-left: auto;
	}
	.cbtn3 span {
		position: relative;
		font-size: 3.2vw;
		font-weight: bold;
		padding-left: 2em;
		padding-right: 2em;
	}

	.cbtn3 span::after {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 5vw;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.cbtn3_2 {
		display: flex;
		align-items: center;
		width: fit-content;
		position: relative;
		font-size: 3.2vw;
		font-weight: bold;
	}
	.cbtn3_2::after {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 5vw;
		margin-left: 2vw;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
	}
	.cbtn3_2.ptblue::after {
		background: url('/images/icon_arrrow_circle_ptblue_off.svg') center / contain no-repeat;
	}

	.cbtn4 {
		display: flex;
		align-items: center;
		width: fit-content;
		position: relative;
		font-size: 3.2vw;
		padding-right: 2em;
	}

	.cbtn4::after {
		content: "";
		display: inline-block;
		width: 2vw;
		height: 2vw;
		background: url('/images/icon_arrrow_gt_black.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.cbtn5 {
		font-size: 3.2vw;
		font-weight: 500;
		color: #fff;
		background-color: var(--primary-color);
        padding: .85em 2.5em .85em 2.5em;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 65.33334vw;
		height: 13.33334vw;
		border-radius: 1.33334vw;
	}
	.cbtn5.ptblue {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.cbtn5::after {
		content: "";
		display: inline-block;
		width: 6.66667vw;
		height: 6.66667vw;
		background: url('/images/icon_arrrow_circle_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2vw;
	}
 */

	/* icon
---------------------------------------------------------------------- */

	.ipdf::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.ipdf_red::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iexcel::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iexcel_green::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iword::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iword_blue::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}

	a[href$=pdf] .cicon_w_r ,
	a[href$=pdf].cicon_w_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_w_r::before ,
	a[href$=pdf].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_r ,
	a[href$=pdf].cicon_c_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_c_r::before ,
	a[href$=pdf].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_r ,
	a[href$=xlsx].cicon_w_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_r::before ,
	a[href$=xlsx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_r ,
	a[href$=xlsx].cicon_c_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_r::before ,
	a[href$=xlsx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_r ,
	a[href$=docx].cicon_w_r{
		padding-right: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_w_r::before ,
	a[href$=docx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_r ,
	a[href$=docx].cicon_c_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_c_r::before ,
	a[href$=docx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_w_l ,
	a[href$=pdf].cicon_w_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_w_l::before ,
	a[href$=pdf].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_l ,
	a[href$=pdf].cicon_c_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_c_l::before ,
	a[href$=pdf].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_l ,
	a[href$=xlsx].cicon_w_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_l::before ,
	a[href$=xlsx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_l ,
	a[href$=xlsx].cicon_c_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_l::before ,
	a[href$=xlsx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_l ,
	a[href$=docx].cicon_w_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_w_l::before ,
	a[href$=docx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_l ,
	a[href$=docx].cicon_c_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_c_l::before ,
	a[href$=docx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}


	/* paragraph1
---------------------------------------------------------------------- */
	.paragraph1 {
		font-size: 1.4rem;
	}
	.paragraph2 {
		font-size: 1.6rem;
	}
	.paragraph3 {
		font-size: 1.8rem;
	}
	.paragraph4 {
		font-size: 2rem;
	}
	.paragraph5 {
		font-size: 2.2rem;
	}
	.paragraph6 {
		font-size: 2.4rem;
	}
	.paragraph7 {
		font-size: 2.6rem;
	}
	.paragraph8 {
		font-size: 2.8rem;
	}
	.paragraph9 {
		font-size: 3rem;
	}
	.paragraph10 {
		font-size: 3.2rem;
	}
	.lead {
		margin-bottom: 8vw;
	}


	/* note
---------------------------------------------------------------------- */
	.note1 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.note2 {
		text-indent: -1.5em;
		padding-left: 2.5em;
	}
	.note3 {
		text-indent: -2em;
		padding-left: 2em;
	}
	.note4 {
		padding-left: 1em;
	}
	.note5 {
		text-indent: -2.5em;
		padding-left: 2.5em;
	}


	/* indent
---------------------------------------------------------------------- */
	.indent1 {
		text-indent: 1em;
	}
	.indent1_2 {
		text-indent: 1em;
		margin-bottom: 3vw;
	}



	/* slider
---------------------------------------------------------------------- */

	.contents .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .contents .slick-list,
    .contents .slick-track,
    .contents .slick-slide>div,
    .contents .slick-slide>div li,
    .contents .slick-slide {
        height: 100%;
    }

    .contents .slick-dots {
        display: flex;
        justify-content: center;
        bottom: 5vw;
    }

    .contents .slick-dots li {
        width: 2.2vw;
        height: 2.2vw;
        border-radius: 50%;
        margin: 0 1.5vw;
        background: #FFFFFF;
        cursor: pointer;
    }

    .contents .slick-dots li button {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .contents .slick-dots li:hover,
    .contents .slick-dots li.slick-active {
        background: var(--primary-color);
    }

    .slide_box1 {
    	margin: 0 auto;
    }



	/* radius__box
---------------------------------------------------------------------- */
	.radius__box1 {
		border: 1px solid #b29d8a;
		border-radius: 4vw;
		overflow: hidden;

	}



	/* ctable
---------------------------------------------------------------------- */
	.ctable {
		width: 100%;
	}
	.ctable tr th {
		text-align: left;
		font-weight: normal;
		color: #800202;
		padding: 0.2em 1em;
		border-bottom: 1px solid #b29d8a;
		width: 35%;
	}
	.ctable tr td {
		text-align: left;
		font-weight: normal;
		padding: 0.2em 1em;
		border-bottom: 1px solid #b29d8a;
	}

	.ctable2 {
		width: 100%;
		border-top: 1px solid #b29d8a;
		border-right: 1px solid #b29d8a;
	}
	.ctable2 tr th {
		text-align: center;
		color: #FFF;
		padding: 0.2em 1em;
		background-color: #bd7b7b;
		border-bottom: 1px solid #b29d8a;
	}
	.ctable2 tr td {
		padding: 0.2em 1em;
		border-bottom: 1px solid #b29d8a;
		border-left: 1px solid #b29d8a;
	}



	/* unit
---------------------------------------------------------------------- */
.unit1 {
	position: relative;
	margin-bottom: 8vw;
}
.unit2 {
	position: relative;
	margin-bottom: 6vw;
}
.unit3 {
	position: relative;
	margin-bottom: 4vw;
}


	/* picture
---------------------------------------------------------------------- */
.picture1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picture1 .picture1_inner {
	width: 48.18182%;
	margin-bottom: 3.63636vw;
}
.picture2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.picture2 .picture2_inner {
	width: 32%;
	margin-bottom: 4vw;
}
.picture2 .picture2_inner img {
	width: 100%;
}
.picture2_2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_2 .picture2_2_inner {
	width: 32%;
	margin-bottom: 4vw;
}
.picture2_2 .picture2_2_inner img {
	width: 100%;
}
.picture2_3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_3 .picture2_3_inner {
	width: 32%;
	margin-bottom: 4vw;
}
.picture2_3 .picture2_3_inner img {
	width: 100%;
}

.picture3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3%;
}
.picture3 .picture3_inner {
	width: 48.18182%;
	margin-bottom: 3.63636vw;
}
.picture3 .picture3_inner img {
	width: 100%;
	height: 100%;
	object-fit: center;
}


	/* list
---------------------------------------------------------------------- */
.list1 {

}
.list1>li {
	padding-left: 1.2em;
	position: relative;
}
.list1>li::before {
	content: "";
	display: inline-block;
	width: 2.4vw;
	height: 2.4vw;
	background: url('../images/icon_list1.svg') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.6em;
	left: 0;
}



.list2 {
/* 	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}
.list2 .list2Inner {
	/* width: 48.18182%; */
	margin-bottom: 6vw;
}
.list3 {
	padding-left: 1em;
	position: relative;
	margin-bottom: 4vw;
}
.list4 {

}
.list4>li {
	position: relative;
	margin-bottom: 2vw;
}
.number>li {
	padding-left: 1.5em;
	counter-increment: number;
	position: relative;
}
.number>li::before {
	content:counter(number) ". ";
	position: absolute;
	left: 0;
}
.cnt>li {
	counter-increment: cnt;
	padding-left: 2.5em;
	position: relative;
}
.cnt>li::before {
	content: "( "counter(cnt) " ) ";
	position: absolute;
	left: 0;
	/* display: marker; */
}

.cnt_maru>li {
	text-indent: 0;
	padding-left: 1.5em;
	position: relative;
}
.cnt_maru>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.cnt_maru>li:nth-child(1)::before {
	content: "①";
}
.cnt_maru>li:nth-child(2)::before {
	content: "②";
}
.cnt_maru>li:nth-child(3)::before {
	content: "③";
}
.cnt_maru>li:nth-child(4)::before {
	content: "④";
}
.cnt_maru>li:nth-child(5)::before {
	content: "⑤";
}
.cnt_maru>li:nth-child(6)::before {
	content: "⑥";
}
.cnt_maru>li:nth-child(7)::before {
	content: "⑦";
}
.cnt_maru>li:nth-child(8)::before {
	content: "⑧";
}
.cnt_maru>li:nth-child(9)::before {
	content: "⑨";
}
.cnt_maru>li:nth-child(10)::before {
	content: "⑩";
}
.cnt_maru>li:nth-child(11)::before {
	content: "⑪";
}
.cnt_maru>li:nth-child(12)::before {
	content: "⑫";
}
.cnt_maru>li:nth-child(13)::before {
	content: "⑬";
}
.cnt_maru>li:nth-child(14)::before {
	content: "⑭";
}
.cnt_maru>li:nth-child(15)::before {
	content: "⑮";
}
.cnt_maru>li:nth-child(16)::before {
	content: "⑯";
}
.cnt_maru>li:nth-child(17)::before {
	content: "⑰";
}
.cnt_maru>li:nth-child(18)::before {
	content: "⑱";
}
.cnt_maru>li:nth-child(19)::before {
	content: "⑲";
}
.cnt_maru>li:nth-child(20)::before {
	content: "⑳";
}

.iroha>li {
	/* text-indent: -2.5em; */
	text-indent: 0;
	padding-left: 2em;
	position: relative;
}
.iroha>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.iroha>li:nth-child(1)::before {
	content: "イ";
}
.iroha>li:nth-child(2)::before {
	content: "ロ";
}
.iroha>li:nth-child(3)::before {
	content: "ハ";
}
.iroha>li:nth-child(4)::before {
	content: "ニ";
}
.iroha>li:nth-child(5)::before {
	content: "ホ";
}
.iroha>li:nth-child(6)::before {
	content: "ヘ";
}
.iroha>li:nth-child(7)::before {
	content: "ト";
}
.chushaku>li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	counter-increment: number;
}
.chushaku>li::before {
	content: "※"counter(number);
}



	/* dl
---------------------------------------------------------------------- */
.cdl1 {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 0.4em 1em;
	font-size: 1.5rem;
}
.cdl1>dt {
	display: inline-block;
	width: 50%;
	font-weight: 500;
}
.cdl1>dd {
	display: inline-block;
	width: 50%;
	font-weight: 500;
}



.cdl2 {
	background-color: #FFF;
	padding: 4vw 4vw 4vw 0;
	display: flex;
	gap: 1.5em;
	margin-bottom: 4vw;
	border-radius: 2vw;
}
.cdl2>dt {
	display: inline-block;
	min-width: 3em;
	font-size: 4vw;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cfefe2;
}
.cdl2.ptblue>dt {
	border-right: 1px solid rgba(102, 170, 215, 1.0);
}
.cdl2>dt>span {
	color: #1eb17b;
}
.cdl2.ptblue>dt>span {
	color: rgba(102, 170, 215, 1.0);
}
.cdl2>dd {

}
.cdl2>dd>h4 {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4vw;
}
.cdl3 {
	margin-bottom: 4vw;
}
.cdl3>dt {
}
.cdl3>dt>span {
	font-weight: bold;
}
.cdl3>dd {

}

.cdl4 {
}
.cdl4 dt {

}
.cdl4 dd {
	margin-bottom: 4vw;
}



	/* departmentBox
---------------------------------------------------------------------- */
	.departmentBox {
		position: relative;
		border-top: 2px solid #e4e4e4;
		padding-top: 4vw;
		display: flex;
		justify-content: space-between;
		margin-bottom: 6vw;
	}
	.departmentBox::before {
		content: "";
		display: inline-block;
		width: 8vw;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		top: -2px;
		left: 0;
	}
	.departmentBox .thumbArea {
		position: relative;
		width: 22.64151%;
		width: 35%;
	}
	.departmentBox .thumbArea img {
		width: 100%;
	}
	.departmentBox .txtArea {
		width: 71.69812%;
		width: 60%;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.departmentBox .txtArea h4 {
		font-size: 4.6vw;
		font-weight: bold;
		color: var(--primary-color);
		line-height: 1;
		margin-bottom: 2vw;
	}
	.departmentBox .txtArea p {
		font-size: 3.2vw;
		line-height: 1.8;
		margin-bottom: 2vw;
	}
	.departmentBox .txtArea a {
		margin-top: auto;
	}


	/* dec_pic_box
---------------------------------------------------------------------- */
	.dec_pic_box {
		display: flex;
		flex-direction: column;
	}
	.dec_pic_box .pic {
		margin-bottom: 6vw;
	}
	.dec_pic_box .pic img {
		width: 100%;
	}
	.dec_pic_box .dec {
		margin-bottom: 6vw;
	}
	.dec_pic_box2 {
		display: flex;
		justify-content: center;
	}
	.dec_pic_box2 .pic {
		margin-bottom: 6vw;
	}
	.dec_pic_box2 .pic img {
		width: 100%;
	}
	.dec_pic_box2 .dec {
		margin-bottom: 6vw;
	}


	/* cborder1
---------------------------------------------------------------------- */
	.cborder1 {
		border: 1px solid #005083;
		border-radius: 4vw;
		padding: 1em;
	}


	/* canchor
---------------------------------------------------------------------- */
	.canchor {
		scroll-margin-top: 20vw;
	}


	/* quality__scroll__X
---------------------------------------------------------------------- */
	.quality__scroll__X {
		overflow-x: scroll;
		scrollbar-color: #800202 #c4c4c4;
		scrollbar-width: bold;
	}




} /* End @media (max-width:1000px) */