@charset "utf-8";

/*=============================
　　　　common
===============================*/

#mainvisual {
	background: url("../images/img_mainvisual.webp") no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
	text-align: center;
	position: relative;
}
#mainvisual div {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50% , 0);
}
#mainvisual div p { 
	font-family: "Josefin Sans", sans-serif;
	font-size: 66px;
	font-weight: 700;
	letter-spacing: 1.2px;
	white-space: nowrap;
	padding: 0 0 10px;
}
#mainvisual div p .small { 
	display: inline-block;
	font-size: 52px;
}
#mainvisual div h1 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.2px;
}


/*=============================
　　　　philosophy
===============================*/

#philosophy #importance {
	position: relative;
	font-size: 18px;
	padding: 80px 0 190px;
	overflow: hidden;
}
#philosophy #importance:before {
	content: "";
	position: absolute;
	top: 80px;
	left: -10px;
	width: 166px;
	height: 1383px;
	background: url("../images/philosophy/img_decoration_yokunaru.webp") no-repeat;
}
#philosophy #importance:after {
	content: "";
	position: absolute;
	top: 80px;
	right: -10px;
	width: 166px;
	height: 1383px;
	background: url("../images/philosophy/img_decoration_yokunaru.webp") no-repeat;
	transform: rotate(180deg);
}

#philosophy #importance .wrap h2 {
	text-align: center;
	font-size: 43px;
	line-height: 1.5;
	position: relative;
	padding: 0 0 55px;
	margin: 0 0 60px;
}
#philosophy #importance .wrap h2:before {
	content: "";
	position: absolute;
	width: 314px;
	height: 9px;
	background: url("../images/philosophy/philosophy_img_decoration_colorline_large.webp") no-repeat;
	background-size: contain;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#philosophy #importance .wrap p {
	line-height: 2.5;
	letter-spacing: 1.2px;
	width: 820px;
    margin: 0 auto 55px;
}
#philosophy #importance .wrap p:last-child {
    margin: 0 auto 0;
}
#philosophy #importance .wrap img {
	display: block;
	margin: 0 auto;
}
#philosophy #importance .wrap img:nth-child(3) {
	padding: 0 0 50px;
}
#philosophy #importance .wrap img:nth-child(4) {
	padding: 0 0 35px;
}
#philosophy #career .inner {

}
#philosophy #career .inner .profile {
	position: relative;
	background: #e0e0e0;
	width: max(calc(((100vw - 1190px) / 2) + 1100px), 1200px);
}
#philosophy #career .inner .profile .text_box {
	padding: 70px 0 70px max(calc((100vw - 1030px)/2), 65px);
	margin: 0 0 45px;
}
#philosophy #career .inner .profile .text_box div {
	position: relative;
	margin: 0 0 80px;
}
#philosophy #career .inner .profile .text_box div:before {
	content: "";
	position: absolute;
	width: 210px;
	height: 5px;
	background: url("../images/philosophy/philosophy_img_decoration_colorline_small.webp") no-repeat;
	background-size: cover;
	left: 0;
	bottom: -40px;
}
#philosophy #career .inner .profile .text_box div p {
	font-size: 45px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	padding: 0 0 15px;
}
#philosophy #career .inner .profile .text_box div h2 {
	font-weight: bold;
}
#philosophy #career .inner .profile .text_box p {
	padding: 0 0 10px;
}
#philosophy #career .inner .profile .text_box p span {
	font-size: 28px;
	padding: 0 0 0 20px;
}
#philosophy #career .inner .profile img {
	position: absolute;
	right: 48px;
	bottom: 32px;
}

#philosophy #career .development {
	width: 1030px;
	padding: 0 0 85px;
	margin: 0 auto;
}
#philosophy #career .development h3 {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	background: #555555;
	border: solid 1px #555555;
	height: 55px;
	padding: 0 0 0 20px;
}
#philosophy #career .development ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	border: solid 1px #555555;
	padding: 20px 25px 20px 55px;
}
#philosophy #career .development ul li {
	width: 50%;
	padding: 0 0 15px;
	position: relative;
}
#philosophy #career .development ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 18px;
	height: 18px;
	background: #333333;
	border-radius: 50%;
}
#philosophy #career .desicription {
	font-size: 18px;
}
#philosophy #career .desicription .fbox_wrap {
	display: flex;
	gap: 92px;
	padding: 0 45px 90px 0;
}

#philosophy #career .desicription .fbox_wrap .flex_left {
	width: max((((100vw - 1190px) / 2) + 502px), 502px);
	height: 648px;
}
#philosophy #career .desicription .fbox_wrap .flex_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#philosophy #career .desicription .fbox_wrap .flex_right {
	padding: 25px 0 0;
}
#philosophy #career .desicription .fbox_wrap .flex_right p {
	line-height: 2.2;
	letter-spacing: 1.5px;
	width: 595px;
}
#philosophy #career .desicription .fbox_wrap .flex_right p:first-child {
	padding: 0 0 30px 0;
}
#philosophy #career .desicription .fbox_wrap.reverse {
	flex-direction: row-reverse;
	gap: 52px;
	padding: 0 0 67px 45px;
}

#philosophy #career .desicription .fbox_wrap.reverse .flex_left {
	width: max(calc(((100vw - 1190px) / 2) + 408px), 408px) ;
	height: 490px;
}
#philosophy #career .desicription .fbox_wrap.reverse .flex_left img {
	object-position: left;
}
#philosophy #career .desicription .fbox_wrap.reverse .flex_right p {
	line-height: 2.2;
	width: 722px;
}


/*=============================
　　　　service
===============================*/

#service #menu {
	position: relative;
	font-size: 18px;
	padding: 0 0 50px;
	margin: 0 auto;
	overflow: hidden;
}
#service #menu::before {
	content: "";
	position: absolute;
	width: 608px;
	height: 610px;
	background: url("../images/service/service_img_hexagon_left.webp") no-repeat;
	background-size: cover;
	left: -150px;
	top: 10px;
}
#service #menu::after {
	content: "";
	position: absolute;
	width: 482px;
	height: 483px;
	background: url("../images/service/service_img_hexagon_right.webp") no-repeat;
	background-size: cover;
	right: -65px;
	top: -170px;
}
#service #menu .wrap {
	width: 1280px;
	padding: 105px 0 0;
	overflow: hidden;
}

#service #menu .wrap .lead_text {
	position: relative;
	width: fit-content;
	padding: 0 0 70px;
	margin: 0 auto 120px;
}
#service #menu .wrap .lead_text::before {
	content: "";
	position: absolute;
	width: 185px;
	height: 5px;
	background: url("../images/service/service_img_decoration_colorline.webp") no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#service #menu .wrap .fbox {
	display: flex;
	align-items: flex-start;
	scroll-margin-top: 110px;
}
#service #menu .wrap .fbox .text_box {
	width: 50%;
}
#service #menu .wrap .fbox .text_box h2 {
	display: flex;
	align-items: baseline;
	font-size: 40px;
	letter-spacing: 3.5px;
	line-height: 1.2;
	border-bottom: #d1dcd6 1px solid;
	padding: 36px 15px 30px 40px;
}
#service #menu .wrap .fbox .text_box h2 span {
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #97ada0;
	padding: 0 25px 0 0;
}
#service #menu .wrap .fbox .text_box p {
	letter-spacing: 1.2px;
	line-height: 2.1;
	padding: 30px 56px 0 40px;
}
#service #menu .wrap .fbox .img_box {
	width: 50%;
}
#service #menu .wrap .fbox .img_box img {
	width: 100%;
	height: 100%;
}
#service #menu .wrap .fbox.reverse {
	flex-direction: row-reverse;
}


/*=============================
　　　　recruit（index）
===============================*/

#recruit {
	overflow-x: hidden;
}
#recruit #nurturing {
	position: relative;
	font-size: 18px;
	padding: 95px 0 100px;
}
#recruit #nurturing::before {
	content: "";
	position: absolute;
	width: 351px;
	height: 352px;
	background: url("../images/recruit/recruit_img_hexagon.webp") no-repeat;
	background-size: cover;
	left: -50px;
	top: 30px;
}
#recruit #nurturing::after {
	content: "";
	position: absolute;
	width: 622px;
	height: 622px;
	background: url("../images/recruit/img_colorhexagon_right.webp") no-repeat;
	background-size: cover;
	right: -180px;
	bottom: -160px;
}
#recruit #nurturing .wrap h2 {
	position: relative;
	text-align: center;
	font-size: 40px;
	letter-spacing: 1.7px;
	line-height: 1.5;
	padding: 0 0 45px;
	margin: 0 0 45px;
}
#recruit #nurturing .wrap h2::before {
	content: "";
	position: absolute;
	width: 280px;
	height: 5px;
	background: url("../images/recruit/recruit_img_decoration_colorline.webp") no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#recruit #nurturing .wrap p {
	width: 920px;
	letter-spacing: 2.7px;
	line-height: 2.1;
	padding: 0 0 40px;
	margin: 0 auto;
}
#recruit #nurturing .wrap p:last-child {
	padding: 0 0 0;
}
#recruit #jobdescription {
	position: relative;
	font-size: 18px;
	padding: 0 0 90px;
}
#recruit #jobdescription::before {
	content: "";
	position: absolute;
	background: url("../images/recruit/img_colorhexagon_left.webp") no-repeat;
	background-size: cover;
	width: 270px;
	height: 270px;
	top: 37px;
	left: -30px;
}
#recruit #jobdescription .wrap {
	
}
#recruit #jobdescription .wrap .title_box {
	position: relative;
	text-align: center;
	padding: 0 0 35px;
	margin: 0 0 60px;
}
#recruit #jobdescription .wrap .title_box::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 9px;
	background: url("../images/recruit/recruit_img_decoration_glayline.webp") no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#recruit #jobdescription .wrap .title_box p {
	font-size: 58px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	padding: 0 0 15px;
}
#recruit #jobdescription .wrap .title_box h2 {
	font-size: 16px;
	font-weight: 700;
}
#recruit #jobdescription .wrap .text_box {
	width: 840px;
	margin: 0 auto;
}
#recruit #jobdescription .wrap .text_box .fbox {
	display: flex;
	border-bottom: #cccccc 1px solid;
	padding: 22px 0;
}
#recruit #jobdescription .wrap .text_box .fbox:last-child {
	border-bottom: none;
}
#recruit #jobdescription .wrap .text_box .fbox dt {
	width: 200px;
	line-height: 1.5;
	padding: 0 0 0 30px;
}
#recruit #jobdescription .wrap .text_box .fbox dd {
	width: calc(100% - 200px);
	line-height: 1.5;
}
#recruit #jobdescription .wrap .text_box .fbox dd a {
	margin: 0 0 0 12px;
}
#recruit #jobdescription .wrap .text_box .fbox dd a span {
	position: relative;
	display: inline-block;
	color: #085aaf;
	border: #085aaf 1px solid;
	border-radius: 20px;
	padding: 0 12px 0 26px;
	transition: all 0.3s ease;
}
#recruit #jobdescription .wrap .text_box .fbox dd a span::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 13px;
	background: url("../images/recruit/ic_map_bl.svg") no-repeat;
	background-size: contain;
	left: 12px;
	bottom: 4px;
}
#recruit #jobdescription .wrap .text_box .fbox dd a:hover span {
	background: #085aaf;
	color: #fff;
}
#recruit #jobdescription .wrap .text_box .fbox dd a:hover span::before {
	background: url("../images/recruit/ic_map_wh.svg") no-repeat;
}
#recruit #jobdescription .wrap .text_box .fbox dd .list-start{
	line-height: 1.8;
	margin-bottom: 5px;
}
#recruit #jobdescription .wrap .text_box .fbox dd .list-start li p{
	position: relative;
	padding: 0 0 0 25px;
}
#recruit #jobdescription .wrap .text_box .fbox dd .list-start li p::before {
	position: absolute;
	content: "●";
	left: 0;
}
#recruit #jobdescription .wrap .text_box .fbox dd .list-start li .list_end{
	padding: 0 0 0 25px;
}
#recruit #jobdescription .wrap .text_box .fbox dd span {
	font-size: 14px;
}
#recruit #jobdescription .wrap .text_box .fbox dd a {
	color: #333333;
	text-decoration: underline;
}
#recruit #entry {
	font-size: 18px;
	background: #bccdc4;
	padding: 115px 0 100px;
}
#recruit #entry .inner {
	width: 1000px;
	background: #ffffff;
	padding: 80px 70px;
	margin: 0 auto;
}
#recruit #entry .inner .title_box {
	position: relative;
	text-align: center;
	padding: 0 0 35px;
	margin: 0 0 60px;
}
#recruit #entry .inner .title_box::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 9px;
	background: url("../images/recruit/recruit_img_decoration_glayline.webp") no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#recruit #entry .inner .title_box p {
	font-size: 58px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	padding: 0 0 7px;
	margin: 0 auto;
}
#recruit #entry .inner .title_box h2 {
	font-size: 16px;
	font-weight: 700;
}
#recruit #entry #mailformpro .table_wrap .table_mail .th_small .age {
	display: inline-block;
	font-weight: bold;
	margin: 0 0 0 10px
}
#recruit #entry #mailformpro .table_wrap .table_mail .date_fbox{
	display: flex;
	gap: 60px
}
#recruit #entry #mailformpro .table_wrap .table_mail .date_fbox p {
	font-weight: bold;
	margin: 0 0 10px;
}
#recruit #entry #mailformpro .table_wrap .table_mail .date_fbox div{
	width: 200px;
}


/*=============================
　　　　recruit(thanks)
===============================*/

#recruit #thanks {
	position: relative;
	min-height: calc(100vh - 350px - 86px - 130px);
	font-size: 18px;
	overflow: hidden;
	padding: 80px 0;
}
#recruit #thanks::before {
	content: "";
	position: absolute;
	width: 181px;
	height: 182px;
	background: url("../images/404/404_img_hexagon_left.webp") no-repeat;
	background-size: cover;
	left: 10px;
	top: 100px;
}
#recruit #thanks::after {
	content: "";
	position: absolute;
	width: 215px;
	height: 215px;
	background: url("../images/404/404_img_hexagon_right.webp") no-repeat;
	background-size: cover;
	right: -5px;
	bottom: 40px;
}
#recruit #thanks .inner .lead_text {
	width: 920px;
	letter-spacing: 2.1px;
	line-height: 2.1;
	text-align: center;
	margin: 0 auto 30px;
}
#recruit #thanks .inner .lead_text:last-child {
	margin: 0 auto 80px;
}



/*=============================
　　　　contact(index)
===============================*/

#contact #introduction {
	position: relative;
	font-size: 18px;
	overflow: hidden;
	padding: 80px 0;
}
#contact #introduction::before {
	content: "";
	position: absolute;
	width: 358px;
	height: 359px;
	background: url("../images/contact/contact_img_hexagon_left.webp") no-repeat;
	background-size: cover;
	left: -120px;
	top: 10px;
}
#contact #introduction::after {
	content: "";
	position: absolute;
	width: 266px;
	height: 266px;
	background: url("../images/contact/contact_img_hexagon_right.webp") no-repeat;
	background-size: cover;
	right: -10px;
	top: -20px;
}
#contact #introduction .wrap {
	
}
#contact #introduction .wrap p {
	width: 920px;
	letter-spacing: 2.1px;
	line-height: 2.0;
	text-align: center;
	margin: 0 auto;
}
#contact #contact_form {
	position: relative;
	font-size: 18px;
	padding: 0 0 90px;
}
#contact #contact_form {
	background: #f2f2f2;
	padding: 80px 0 85px;
}
#contact #contact_form .inner {
	width: 1000px;
	background: #ffffff;
	padding: 80px 70px;
	margin: 0 auto;
}
#contact #contact_form .inner .title_box {
	position: relative;
	text-align: center;
	padding: 0 0 35px;
	margin: 0 0 55px;
}
#contact #contact_form .inner .title_box::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 9px;
	background: url("../images/recruit/recruit_img_decoration_glayline.webp") no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#contact #contact_form .inner .title_box p {
	font-size: 58px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0 auto;
}
#contact #contact_form .inner .title_box h2 {
	font-size: 16px;
	font-weight: 700;
}
#contact #contact_form .inner .text_box {
	padding: 0 0 43px;
}
#contact #contact_form .inner .text_box .fbox {
	display: flex;
	font-weight: 500;
	border-bottom: #cccccc 1px solid;
	padding: 22px 0;
}
#contact #contact_form .inner .text_box .fbox dt {
	width: 260px;
}
#contact #contact_form .inner .text_box .fbox dt .must {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #677f6a;
	padding: 4px 6px;
	margin: 0 20px 0 0;
}
#contact #contact_form .inner .text_box .fbox dt .optional {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #999999;
	padding: 4px 6px;
	margin: 0 20px 0 0;
}
#contact #contact_form .inner .text_box .fbox dt .small {
	font-size: 16px;
}
#contact #contact_form .inner .text_box .fbox dd {
	width: calc(100% - 260px);
}
#contact #contact_form .inner p {
	width: fit-content;
	font-weight: 500;
	margin: 0 auto 58px;
}
#contact #contact_form .inner p a {
	display: inline-block;
	color: #1c99d2;
	text-decoration: underline;
	padding: 0 0 0 10px;
}


/*=============================
　　　　contact(thanks)
===============================*/

#contact #thanks {
	position: relative;
	min-height: calc(100vh - 350px - 86px - 130px);
	font-size: 18px;
	overflow: hidden;
	padding: 80px 0;
}
#contact #thanks::before {
	content: "";
	position: absolute;
	width: 181px;
	height: 182px;
	background: url("../images/404/404_img_hexagon_left.webp") no-repeat;
	background-size: cover;
	left: 10px;
	top: 100px;
}
#contact #thanks::after {
	content: "";
	position: absolute;
	width: 215px;
	height: 215px;
	background: url("../images/404/404_img_hexagon_right.webp") no-repeat;
	background-size: cover;
	right: -5px;
	bottom: 40px;
}
#contact #thanks .inner .lead_text {
	width: 920px;
	letter-spacing: 2.1px;
	line-height: 2.1;
	text-align: center;
	margin: 0 auto 30px;
}
#contact #thanks .inner .lead_text:first-child {
	font-weight: 600;
}
#contact #thanks .inner .lead_text:last-child {
	margin: 0 auto 80px;
}


/*=============================
　　　　404(notfound)
===============================*/

#notfound #return {
	position: relative;
	min-height: calc(100vh - 350px - 86px - 130px);
	font-size: 18px;
	overflow: hidden;
	padding: 80px 0;
}
#notfound #return::before {
	content: "";
	position: absolute;
	width: 181px;
	height: 182px;
	background: url("../images/404/404_img_hexagon_left.webp") no-repeat;
	background-size: cover;
	left: 10px;
	top: 100px;
}
#notfound #return::after {
	content: "";
	position: absolute;
	width: 215px;
	height: 215px;
	background: url("../images/404/404_img_hexagon_right.webp") no-repeat;
	background-size: cover;
	right: -5px;
	bottom: 40px;
}
#notfound #return .inner {
	
}
#notfound #return .inner .lead_text {
	width: 920px;
	letter-spacing: 2.1px;
	line-height: 2.1;
	text-align: center;
	margin: 0 auto 30px;
}
#notfound #return .inner .lead_text:first-child {
	font-weight: 600;
}
#notfound #return .inner .lead_text:last-child {
	margin: 0 auto 80px;
}

/*=============================
　　　　company
===============================*/

#company #information {
	padding: 90px 0 100px;
	overflow: hidden;
	/*min-height: calc(100dvh - 350px - 86px - 130px)*/
}
#company #information::before {
	content: "";
	position: absolute;
	background: url("../images/company/comapany_img_hexagon_left.webp") no-repeat;
	background-size: cover;
	width: 230px;
	height: 231px;
	top: 300px;
	left: -50px;
}
#company #information::after {
	content: "";
	position: absolute;
	background: url("../images/company/comapany_img_hexagon_right.webp") no-repeat;
	background-size: cover;
	width: 230px;
	height: 231px;
	top: 160px;
	right: -40px;
}
#company #information .inner {
	
}
#company #information .inner .title_box {
	position: relative;
	text-align: center;
	padding: 0 0 50px;
	margin: 0 0 60px;
}
#company #information .inner .title_box::before {
	content: "";
	position: absolute;
	width: 280px;
	height: 5px;
	background: url("../images/company/information_img_decoration_colorline_large.webp") no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}
#company #information .inner .title_box h2 {
	font-size: 40px;
	font-weight: 500;
}
#company #information .inner .text_box {
	width: 840px;
	font-weight: 400;
	margin: 0 auto;
}
#company #information .inner .text_box .fbox {
	display: flex;
	border-bottom: #cccccc 1px solid;
	padding: 22px 0;
}
#company #information .inner .text_box .fbox dt {
	width: 230px;
	line-height: 1.5;
	padding: 0 30px 0;
}
#company #information .inner .text_box .fbox dd {
	width: calc(100% - 230px);
	line-height: 1.5;
}
#company #information .inner .text_box .fbox dd .list-start li {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 5px;
}
#company #information .inner .text_box .fbox dd .list-start li::before {
	position: absolute;
	content: "●";
	left: 0;
}

/*=============================
　　　　policy
===============================*/

#policy #privacy_list {
	padding: 90px 0 60px;
	line-height: 2.0;
}
#policy #privacy_list .inner{
	width: 1000px;
	margin: 0 auto;
}
#policy #privacy_list .inner .privacy_box {
	margin: 0 0 40px;
}
#policy #privacy_list .inner .privacy_box .text {
	margin: 0 0 20px;
}#policy #privacy_list .inner .privacy_box .text.nomab {
	margin: 0 0 0;
}
#policy #privacy_list .inner .privacy_box .pra_numlist {
	
}
#policy #privacy_list .inner .privacy_box .pra_numlist li {
	position: relative;
	counter-increment: cnt;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
}
#policy #privacy_list .inner .privacy_box .pra_numlist li::before {
	position: absolute;
	content: "（" counter(cnt) "）";
	top: 0;
	left: -5px;
}
#policy #privacy_list .inner .privacy_box dl dt {
	font-size: 26px;
	font-weight: 500;
	border-bottom: 1px solid #677f6a;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#policy #privacy_list .inner .privacy_box dl dt span {
	display: inline-block;
	margin: 0 10px 0 0;
}
#policy #privacy_list .inner .privacy_box .pra_dotlist li {
	position: relative;
	padding: 0 0 0 20px;
}
#policy #privacy_list .inner .privacy_box .pra_dotlist li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
#policy #privacy_list .inner .privacy_box .pra_dotlist li a {
	color: #333;
}
#policy #privacy_list .inner .privacy_box .pra_dotlist li a:hover {
	color: #677f6a;
}
#policy #privacy_list .inner .privacy_box .pra_numlist_end li {
	position: relative;
	counter-increment: cnt;
	padding: 0 0 0 30px;
}
#policy #privacy_list .inner .privacy_box .pra_numlist_end li::before {
	position: absolute;
	content: "（" counter(cnt) "）";
	top: 0;
	left: -5px;
}
#policy #privacy_list .inner .privacy_box dl dd .btn1.mat40 {
	margin: 40px 0 0;
}
#policy #privacy_list .inner .privacy_box .text_pra_date {
	text-align: right;
}


.pdf_list {
	clear: both;
	margin: 20px 0px 0px 0px;
}
.pdf_list li {
	width: auto;
	display: inline-block;
	margin: 0px 20px 0px 0px;
}
.pdf_list li a {
	display: block;
	width: 200px;
	color: #353535;
	border: 1px solid #CCCCCC;
	border-radius: 26px;
	padding: 10px 20px 10px;
	font-size: 16px;
	text-align: center;
	background-color: #FFFFFF;
	transition: ease 0.3s;
}
.pdf_list li a:hover {
	transition: ease 0.3s;
	color: #FFFFFF;
	background-color: #565656;
}



