ul, ol, dl, dd {
	padding: 0;
	margin: 0;
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link {
	color: #222222;
	text-decoration: none !important;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
hr {
	clear: both;
	display: none;
}
.cf:before, .cf:after {
	content: " ";
	display: table
}
.cf:after {
	clear: both
}
.cf {
	*zoom: 1
}
header, section, footer, aside, article, figure {
	display: block;
}
/*********   layout  ************/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #555555;
	overflow-x: hidden;
}
/*========================================================================
//
// common
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	html, body {
		height: 100%;
		position: relative;
		font-size: 10px;
	}
	.wrapper {
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}
	.sp_contents {
		display: none;
	}
}
/*========================================================================
//
// sp tel <a href="tel:0000000000">
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/*========================================================================
//
// header
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	#ghead {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 900;
	}
	#ci_wrap {
		width: 100px;
		margin: 0;
		position: relative;
		z-index: 100000;
	}
	#ci {
		width: 70px;
		margin: 20px 0 0 20px;
		position: relative;
		z-index: 10;
		filter: brightness(0) invert(1);
	}
	
	header {
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	header:before {
		content: "";
		display: block;
		
		width: 100%;
		height: 94px;
		background:#000;
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
		transition: all 0.4s cubic-bezier(0, 0, 0.23, 0.99) 0s;
	}
	
	header.fix:before {
		top:0;
		opacity: 0.4;
	}

	header.fix {
		backdrop-filter: blur(10px);
	}

	header.fix #ci{
		width: 55px;
		margin: 10px 0 10px 20px;
	}
	
	header.DownMove {
		transform: translate(0, 0);
	}
	header.UpMove {
		transform: translate(0, -110px);
	}
	/* head_navi start ------------------ */
	#head_navi {
		width: 100vw;
		position: absolute;
		top: 18px;
		left: 0;
		z-index: 99999;
	}
	#head_navi > ul {
		display: flex;
		justify-content: flex-end;
		margin: 0 95px 0 auto;
	}
	
	#head_navi > ul > li {
		padding: 0 14px;
		position: relative;
	}
	#head_navi > ul > li > a {
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #fff;
		letter-spacing: 0.2rem;
		line-height: 1.2;
		padding: 20px 0 0;
		text-align:center;
		position: relative;
	}

	#head_navi > ul > li > a span{
		display:inline-block;
		font-size: 1.2rem;
		padding: 0 0 0 6px;
		margin: 0 -8px 0 0;
	}

	#head_navi > ul > li > a {
		transition: all 0.4s cubic-bezier(0.15, 0.53, 0.25, 1) 0s;
	}
	#head_navi > ul > li.info {
		padding: 0 0 0 10px;
	}
	#head_navi > ul > li.eng {
		padding: 0 0 0 5px;
	}
	#head_navi > ul > li.info a {
		width: 161px;
		height: 56px;
		box-sizing: border-box;
		background: #fff;
		color: #000;
		border: 1px solid #fff;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		text-align: center;
		position: relative;
		padding: 18px 0 0;
	}
	
	#head_navi > ul > li.eng > a {
		width: 56px;
		height: 56px;
		box-sizing: border-box;
		border: 1px solid rgb(255 255 255 / 75%);
		font-size: 1.1rem;
		letter-spacing: 0.05rem;
		text-align: center;
		position: relative;
		padding: 34px 0 0;
	}
	
	#head_navi > ul > li.info > a > span {
		display: block;
		line-height: 0;
		position: absolute;
		left: 50%;
		top: 14px;
		transform: translate(-50%, 0);
	}
	
	#head_navi > ul > li.eng > a > span {
		display: block;
		line-height: 0;
		position: absolute;
		left: 50%;
		top: 13px;
		transform: translate(-50%, 0);
		padding:0;
	}
	
	#head_navi > ul > li > a:before, #head_navi > ul > li > a:after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: #fff;
		opacity: 0.5;
		position: absolute;
		bottom: -5px;
		transition: all 0.4s cubic-bezier(0.15, 0.53, 0.25, 1) 0s;
	}

	#head_navi > ul > li.sec_li > a:before, #head_navi > ul > li.sec_li > a:after {
		display: none;
	}
	
	#head_navi > ul > li > a:before {
		left: 50%;
	}
	#head_navi > ul > li > a:after {
		right: 50%;
	}
	#head_navi > ul > li.info a:before, #head_navi > ul > li.info a:after, #head_navi > ul > li.eng a:before, #head_navi > ul > li.eng a:after {
		display: none;
	}
	#head_navi > ul > li > a:hover:before, #head_navi > ul > li > a:hover:after {
		width: 50%;
	}
	#head_navi > ul > li.info > a:hover {
		background: rgb(255 255 255 / 40%);
		color: #fff;
		border: 1px solid #fff;
	}
	
	
	
	/* pop sec start -------------------------------------------- */
	
	#head_navi .sec_con{
		margin: 16px 0 0;
		opacity:0;
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	#head_navi > ul > li:last-child .sec_con{
		top: 30px;
	}

	#head_navi > ul > li.sec_li{
		overflow:hidden;
	}
	#head_navi > ul > li.sec_li:hover{
		overflow:visible;
	}
	
	#head_navi > ul > li.sec_li:hover div.sec_con{
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
		transform: translate(-50%, 10px);
		opacity:1;
	}
	
	#head_navi .sec_con ul{
		background:#fff;
		position:relative;
		border-radius:6px;
		margin: 10px 0 0;
		padding:10px 0;
		box-shadow: 0 0 16px 4px rgba(0,0,0,0.2);
	}

	#head_navi .sec_con ul:before{
		content: "";
		display: block;
		width: 10px;
		height:10px;
		background:#fff;
		position: absolute;
		top: -4px;
		left: 50%;
		transform:translate(-50%, 0) rotate(-45deg);
	}

	#head_navi .sec_con li{
		margin:10px 0;
		padding:0 20px;
		position:relative;
	}

	#head_navi .sec_con li:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #E91E63;
		border-bottom:solid 1px #E91E63;
		position: absolute;
		top: 50%;
		right:20px;
		transform:translate(0, -50%) rotate(-45deg);
		transition: all 0.5s cubic-bezier(0, 0, 0.1, 1.82) 0s;
	}

	#head_navi .sec_con li:hover:before{
		transform:translate(5px, -50%) rotate(-45deg);
	}


	#head_navi .sec_con a{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		color: #131313;
		white-space: nowrap;
		position:relative;
		padding:0 20px 0 0;
	}

	#head_navi .sec_con a{
		transition: all 0.5s cubic-bezier(0, 0, 0.1, 1.82) 0s;
	}

	#head_navi .sec_con a:hover{
		color:#cc2328;
	}
	
	/* head_navi end ------------------ */
}



/*========================================================================
//
// Hamburger menu
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	/* Menu ----------------------------- */
	#drawer-icon {
		position: fixed;
		cursor: pointer;
		display: inline-block;
		height: 56px;
		width: 56px;
		top: 18px;
		right: 18px;
		z-index: 9990;
		background: #cc2328;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#drawer-icon:hover{
		background: #000000;
	}
	#drawer-icon span {
		background: #fff;
		border-radius: 4px;
		display: block;
		height: 2px;
		position: absolute;
		top: 41%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: all 0.3s ease-in-out;
		width: 22px;
	}
	#drawer-icon span::before, #drawer-icon span::after {
		background: #fff;
		border-radius: 2px;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transform: rotate(0);
		transition: all 0.3s ease-in-out;
		width: 22px;
	}
	#drawer-icon span::before {
		margin-top: -30%;
	}
	#drawer-icon span::after {
		margin-top: 24%;
	}
	#drawer-icon.fix {}
	#drawer-icon:after {
		content: "Menu";
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.0rem;
		letter-spacing: 1px;
		line-height: 100%;
		color: #fff;
		margin: 36px 0 0 0;
		text-align: center;
		display: block;
	}
	/* CLOSE ----------------------------- */
	#drawer-close-icon {
		position: absolute;
		cursor: pointer;
		display: inline-block;
		width: 60px;
		top: 17px;
		right: 12px;
		z-index: 9999;
		box-sizing: border-box;
		height: 62px;
	}
	#drawer-close-icon:after {
		content: "CLOSE";
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 100%;
		color: #fff;
		margin: 37px 0 0 0;
		text-align: center;
		display: block;
	}
	#drawer-close-icon span {
		display: block;
		height: 100%;
		position: absolute;
		top: 34%;
		left: 51%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#drawer-close-icon span::before, #drawer-close-icon span::after {
		content: "";
		background: #fff;
		display: block;
		height: 2px;
		width: 20px;
		position: absolute;
		top: 50%;
		left: 32%;
		transform: translate(-50%, -50%);
	}
	#drawer-close-icon span::before {
		transform: rotate(-45deg);
	}
	#drawer-close-icon span::after {
		transform: rotate(45deg);
	}
	/* menu area ----------------------------- */
	#drawer-content {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10001;
		width: 600px;
		max-width: 90%;
		height: 100%;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background: rgb(0 0 0/ 80%);
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateX(100%);
	}
	#drawer-content.act {
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateX(0);
		box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	}
	#drawer-content-inner {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 20px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#drawer-close {
		display: none;
		cursor: pointer;
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-in-out 0s;
	}
	#drawer-close.act {
		display: block;
	}
	#drawer-content .h_nav {
		display: flex;
		gap:0 10px;
	}

	#drawer-content .h_nav a {
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #fff;
		letter-spacing: 0.2rem;
		line-height: 1;
		padding: 20px;
		border: 1px solid #ffffff36;
		position: relative;
	}

	#drawer-content .h_nav a span{
		display:inline-block;
		font-size: 1.2rem;
		padding: 0 0 0 6px;
		margin: 0 -8px 0 0;
	}

	#drawer-content .nav_flex{
		display: flex;
		gap:0 40px;
		margin: 80px 0 30px;
	}

	#drawer-content .nav_flex a{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		color: #fff;
		letter-spacing: 0.2rem;
		line-height: 1;
		padding: 0 20px 40px;
	}

	#drawer-content .nav_flex p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		color: #909090;
		letter-spacing: 0.2rem;
		padding: 0 0 10px;
	}

	#drawer-content .nav_flex ul.reason_list{
		border-left:2px solid #646464;
	}

	#drawer-content .nav_flex ul.reason_list a{
		font-size: 1.4rem;
		padding: 16px 30px 16px;
	}

	#drawer-content .nav_flex a span{
		display:inline-block;
		font-size: 1.2rem;
		padding: 0 0 0 6px;
		margin: 0 -8px 0 0;
	}

	#drawer-content .nav_flex_f{
		/* display: flex; */
	}

	#drawer-content .nav_flex_f p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		color: #909090;
		letter-spacing: 0.2rem;
		padding: 0 0 10px 20px;
	}

	#drawer-content .nav_flex_f p span{
		display:inline-block;
		width:18px;
		margin:0 10px 0 0;
		opacity:0.5;
	}

	#drawer-content .nav_flex_f .lang_list{
		display:flex;
		padding:0 0 0 20px;
	}

	#drawer-content .nav_flex_f .lang_list a{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		color: #fff;
		letter-spacing: 0.2rem;
		line-height: 1;
		padding: 0 20px 4px;
	}

	#drawer-content .nav_flex_f .lang_list li{
		border-right:1px solid #616161;
	}

	#drawer-content .nav_flex_f .lang_list li:first-child{
		border-left:1px solid #616161;
	}

	#drawer-content .nav_flex_f .sns_wrap{
		padding: 50px 0 0;
	}

	#drawer-content .nav_flex_f .sns_list{
		display:flex;
		gap:0 10px;
		padding: 0 0 0 20px;
	}

	#drawer-content .nav_flex_f .sns_list a{
		display:block;
		line-height:0;
		width: 32px;
	}

	#drawer-content a{
		transition: all 0.6s cubic-bezier(0, 0, 0.31, 0.98) 0s;
	}

	#drawer-content a:hover{
		opacity:0.3;
	}

	
	.scroll-prevent {
	  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
	  -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   
	}
	
	.scroll-prevent::-webkit-scrollbar {  
	  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
	}
}
/*========================================================================
//
// Page Top 固定ボタン
//
//========================================================================*/


/*********  PC（画面の横幅が762px以上） ************/

@media (min-width: 762px) {
	.pagetop{
		position: fixed;
		right: 20px;
		bottom: -60px;
		z-index:9000;
		transition: all 0.8s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}
	
	.pagetop_act{
	bottom: 0;
	}

	.pagetop li a:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-135deg);
    }
    

	.pagetop li a{
		display:block;
		background: #000;
		width: 56px;
		height: 56px;
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	.pagetop li a:hover{
		opacity:0.5;
	}
}
/*========================================================================
//
// footer
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	footer {
		background: #262626;
		position: relative;
	}
	
	#f_info_wrap{
		background:#f0f0f0;
		padding: 80px 0 76px;
	}

	#f_info_wrap .bg_eng_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight: 300;
		font-size: 5.6rem;
		letter-spacing: 0.5rem;
		font-feature-settings: 'palt';
		color: #ffffff;
		line-height: 1;
		position:absolute;
		left: 50%;
		top: -30px;
		opacity: 0.7;
		transform:translate(-50%,0);
	}
	
	#f_info_wrap h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size:2.8rem;
		letter-spacing: 0.6rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height:1.4;
		text-align:center;
		padding: 0 0 26px;
		position: relative;
	}
	
	#f_info_wrap .info_btn_wrap{
		background: #fff;
		border-radius: 80px;
		position: relative;
		width: 840px;
		margin: 0 auto 23px;
		padding: 25px 74px;
		box-sizing: border-box;
	}
	
	#f_info_wrap .info_btn_wrap .txt_list{
		display: flex;
		flex-wrap: wrap;
		gap: 4px 0;
		width: 482px;
	}
	
	#f_info_wrap .info_btn_wrap .txt_list li{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size:1.5rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height: 1.4;
		width: 48%;
	}
	
	#f_info_wrap .info_btn_wrap .note_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size:1.3rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		color:#000;
		line-height: 1.4;
		padding: 8px 0 0;
	}

	#f_info_wrap .btn_contact{
		position:absolute;
		top: 50%;
		right: 60px;
		transform: translate(0, -50%);
	}
	
	#f_info_wrap .btn_contact a{
		display:block;
		width:240px;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.6rem;
		letter-spacing:0.2rem;
		font-feature-settings: 'palt';
		text-align:center;
		color:#fff;
		line-height:1;
		padding: 12px 0 13px;
		border-radius:30px;
		background: linear-gradient( to right,  #db8500 0%,#ff9b00 50%, #ffbc54 100% );
		position:relative;
	}

	#f_info_wrap .btn_contact a span.tt{
		
	}

	#f_info_wrap .btn_contact a span.ty{
		line-height: 0;
		display:block;
		width:6px;
		position:absolute;
		right: 19px;
		top:50%;
		transform:translate(0,-50%);
	}

	#f_info_wrap .btn_contact a{
		transition: all 0.4s cubic-bezier(0, 0, 0.23, 0.99) 0s;
	}

	#f_info_wrap .btn_contact a:hover{
		opacity:0.5;
	}

	#f_info_wrap .info_sub_wrap{
		display:flex;
		justify-content:space-between;
		width: 532px;
		margin: 0 auto;
		box-sizing: border-box;
	}


	#f_info_wrap .btn_sns a{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.6rem;
		letter-spacing:0.2rem;
		font-feature-settings: 'palt';
		line-height: 1.4;
		padding: 0 24px 0 50px;
		position: relative;
	}

	#f_info_wrap .btn_sns a span.sns{
		display: block;
		position: absolute;
		width: 40px;
		top: 5px;
		left: 0;
	}

	#f_info_wrap .btn_sns a span.ty{
		line-height: 0;
		display:block;
		width: 10px;
		position:absolute;
		right: 0;
		top:50%;
		transform:translate(0,-50%);
		filter: brightness(0.5);
	}

	#f_info_wrap .btn_sns a{
		transition: all 0.4s cubic-bezier(0, 0, 0.23, 0.99) 0s;
	}

	#f_info_wrap .btn_sns a:hover{
		opacity:0.5;
	}

	#f_info_wrap .tel_info{
		position: relative;
	}

	#f_info_wrap .tel_info p{
		display:block;
		font-family: 'Noto Serif JP', serif;
		font-weight:600;
		font-size:2.6rem;
		letter-spacing:0.2rem;
		font-feature-settings: 'palt';
		line-height: 1.2;
		padding: 0 0 0 36px;
	}

	#f_info_wrap .tel_info p.note_txt{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.3rem;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		line-height: 1.4;
		padding: 0 0 0 38px;
	}

	#f_info_wrap .tel_info .img_icon{
		width: 27px;
		position:absolute;
		left:0;
		top: 7px;
	}

	#f_group_wrap{
		background:#3d3d3d;
		padding: 46px 0;
	}

	#f_group_wrap .wrapper{
		display:flex;
		justify-content:space-between;
		width: 810px;
	}

	#f_group_wrap .bg_eng_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight: 300;
		font-size: 4.2rem;
		letter-spacing: 0.5rem;
		font-feature-settings: 'palt';
		color: #ffffff;
		line-height: 1.1;
		position:absolute;
		left: 0;
		top: 45%;
		opacity: 0.05;
		transform: translate(0,-50%);
	}
	
	#f_group_wrap h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size:2.4rem;
		letter-spacing: 0.6rem;
		font-feature-settings: 'palt';
		color:#fff;
		line-height:1.4;
		padding: 32px 0 0;
	}

	#f_group_wrap ul{
		width:530px;
		display:flex;
		justify-content:space-between;
		gap:0 20px;
	}

	#f_group_wrap ul a{
		display:block;
		line-height:0;
		overflow:hidden;
		border-radius:4px;
	}

	#f_group_wrap ul a{
		transition: all 0.4s cubic-bezier(0, 0, 0.23, 0.99) 0s;
	}

	#f_group_wrap ul a:hover{
		opacity:0.5;
	}

	#f_sitemap_wrap{
		padding: 46px 0;
	}

	#f_sitemap_wrap .wrapper{
		display:flex;
		justify-content:space-between;
	}

	#f_sitemap_wrap .company_info_wrap{
		display:flex;
		justify-content:space-between;
		width: 380px;
	}

	#f_sitemap_wrap .company_info_wrap .ci_foot{
		width: 70px;
		opacity: 0.5;
	}

	#f_sitemap_wrap .company_info_wrap h2{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:600;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1.4;
		padding: 0 0 10px;
		color: #858585;
	}

	#f_sitemap_wrap .company_info_wrap p{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1.4;
		padding: 0 0 6px;
		color: #858585;
	}

	#f_sitemap_wrap .company_info_wrap .tel_info li{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.5rem;
		letter-spacing:0.2rem;
		font-feature-settings: 'palt';
		line-height: 1.2;
		padding: 0 0 2px;
		color: #858585;
	}

	#f_sitemap_wrap .f_sitemap{
		display:flex;
		margin: 0 0 0 29px;
	}

	#f_sitemap_wrap .f_sitemap a{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color: #bababa;
		letter-spacing: 0.1rem;
		line-height: 1;
		padding: 0 10px 17px 0;
	}

	#f_sitemap_wrap .f_sitemap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		color: #858585;
		letter-spacing: 0.2rem;
		padding: 0 0 10px;
		margin: -5px 0 0;
	}

	#f_sitemap_wrap .f_sitemap ul.reason_list{
		border-left:2px solid #646464;
	}

	#f_sitemap_wrap .f_sitemap ul.reason_list a{
		font-size: 1.3rem;
		padding: 6px 0 6px 14px;
	}

	#f_sitemap_wrap .f_sitemap a span{
		display:inline-block;
		font-size: 1.2rem;
		padding: 0 0 0 7px;
	}

	#f_sitemap_wrap .f_other p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		color: #858585;
		letter-spacing: 0.1rem;
		padding: 0 0 10px 20px;
	}

	#f_sitemap_wrap .f_other p span{
		display:inline-block;
		width:18px;
		margin:0 10px 0 0;
		opacity:0.5;
	}

	#f_sitemap_wrap .f_other .lang_list{
		display:flex;
		padding:0 0 0 20px;
	}

	#f_sitemap_wrap .f_other .lang_list a{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		color: #bababa;
		letter-spacing: 0.1rem;
		line-height: 1;
		padding: 0 9px 4px;
	}

	#f_sitemap_wrap .f_other .lang_list li{
		border-right:1px solid #616161;
	}

	#f_sitemap_wrap .f_other .lang_list li:first-child{
		border-left:1px solid #616161;
	}

	#f_sitemap_wrap .f_other .sns_wrap{
		padding: 20px 0 0;
	}

	#f_sitemap_wrap .f_other .sns_list{
		display:flex;
		gap:0 10px;
		padding: 0 0 0 20px;
	}

	#f_sitemap_wrap .f_other .sns_list a{
		display:block;
		line-height:0;
		width: 32px;
	}

	#f_sitemap_wrap a{
		transition: all 0.6s cubic-bezier(0, 0, 0.31, 0.98) 0s;
	}

	#f_sitemap_wrap a:hover{
		opacity:0.3;
	}
	
}
/*========================================================================
//
// GDPR Cookie
//
//========================================================================*/
/********* PC -Screen width is 762px or more- ************/
@media (min-width: 762px) {
	.g-gdpr {
		width: 100%;
		padding: 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 1);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000;
		backdrop-filter: blur(15px);
		transition: 1s;
		transform: translateY(100%);
		animation: anime-gdpr 1s both 1s;
	}
	.is-gdpr_off .g-gdpr {
		animation: anime-gdpr_off 1s both;
	}
	.g-gdpr__text {
		color: #cacaca;
		text-shadow: 0 0 3px #000;
		padding: 0 30px 0 0;
		font-size: 1.5rem;
	}
	.g-gdpr__text a {
		color: #85b9d0;
		text-decoration: underline !important;
		padding: 0 .15em;
		display: inline-block;
	}
	.g-gdpr__text a:hover {
		text-decoration: none;
	}
	a.g-gdpr__button {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		padding: 1em 2em 1em 2em;
		display: block;
		background: #0096df;
		border: 1px solid #fff;
		transition: .2s;
		cursor: pointer;
	}
	a.g-gdpr__button:hover {
		opacity: .8;
	}
}
@keyframes anime-gdpr {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes anime-gdpr_off {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}