@charset "UTF-8";

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
	font-size: 62.5%;
}
body{
	background: #fff;
	font-size: 1.55rem;
	line-height: 1.8;
	color: #000;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
}

@media screen and (max-width: 850px){
	html{
		font-size: 55%;
	}
	body{
		letter-spacing: 0px;
	}
}

a{
	outline: 0;
	text-decoration: none;
	color: #000;
}
section[style*="color:"] a,
div[style*="color:"] a{
	color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}
@media screen and (max-width: 768px){
header {
background: #00b19a;
}
}
@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid #f0f0f0;
	}
}
@media screen and (min-width: 1224px){
	.width_fixed .content_wrapper{
		padding: 0 2%;
	}
	.entry_body .content_wrapper{
		padding: 0;
	}
}

main{
	border-right: 69px solid #ae0001;
}
.composite_box01.block_images_7.width_full{
	box-sizing: border-box;
	padding-left: 1px;
	padding-right: 1px;
}
@media screen and (max-width: 750px){
	main{
		border-right: none;
	}
	.composite_box01.block_images_7.width_full{
		padding-left: 0;
		padding-right: 0;
	}
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: #14191d;
}
#load .loader,
.popup .loader{
	border: 1px solid #ae0001;/*★*/
        border: 1px solid #00B19A;
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: #ae0001 !important;
        border-top-color: #00B19A !important;
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img[src*="logo_sample.png"]{
	display: none;
}
#load img{
	max-width: 90px;
}

/*----------------------------header----------------------------*/

header{
	font-size: 1.4rem;
	color: #fff;
}
header *{
}
body.scrolled header{
	background: rgba(17,17,17,0.9);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

header h1{
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
}

body.scrolled header .logo{
	padding: 20px 0 !important;
}
header .logo,
header .logo a{
	max-width: 200px;
}
header .logo a img{
	max-height: 120px;
}
body.scrolled header .logo a img{
	max-height: 50px;
}

header .header_contents .header_col1{
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	/* ▼垂直方向レイアウト */
	/*flex-direction: column;
	align-items: flex-end;*/
}
header .header_contents .header_col1 .tel{
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: bold;
	font-weight: normal;
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg{
	fill: #fff;
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
	background: #fff;
}
header .header_contents .header_col1 .tel svg{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}
header .header_contents .header_col1 .btn>a{
	display: block;
	text-align: center;
	width: 150px;
	background: #af0000;
	color: #fff !important;
	padding: 5px 10px;
}
header .header_contents .header_col1 .btn>a{
	color: #fff;
	background: #af0000;
	position: relative;
}

header .header_contents .header_col1 .btn .translate a svg{
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover{
	opacity: 0.8;
}

header#pattern1 nav,
header#pattern3 nav{
	background: #eee;
}
header nav ul.nav_1st{
	width: 100%;
	max-width: 1000px;/*任意*/
}
header nav ul.nav_1st>li{
	box-sizing: border-box;
	position: relative;
}
header nav ul.nav_1st>li:after{/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
	/*background: rgba(0,0,0,0.1);*/
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;

	right: 0;
	/*background: rgba(0,0,0,0.1);*/
}
header nav ul.nav_1st>li>a{
	font-size: 1.7rem;
	letter-spacing: 0.3rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	color: #fff;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 3.5;/* マージン普通選択時 */
}
header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 2.3;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 4;/* マージン広い選択時 */
}
header nav ul.nav_1st>li.active a:before{
	/*width: 80%;
	height: 3px;
	background: #af0000;
	bottom: 0px;
	left: 10%;*/
}
header nav ul.nav_1st>li>a[href*="contact"]{
	background: #fff;
	width: calc(100% - 60px);
	margin-left: 25px;
	transform: skewX(-20deg);
}
header nav ul.nav_1st>li>a[href*="contact"] span{
	transform: skewX(20deg);
	display: block;
}

header nav ul.nav_2nd{
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 10px;
}
header nav ul.nav_2nd>li{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.13);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
	border-bottom: none;
}
header nav ul.nav_2nd li a{
	padding: 10px 20px;
	font-weight:  normal;
	font-size: 1.4rem;
	color: #333 !important;
}
header nav ul.nav_2nd>li>a{
	padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after{
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid #af0000;
	border-bottom: 1px solid #af0000;
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd{
	padding-left: 20px;
}
header nav ul.nav_3nd li a{
	padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after{
	height: 1px;
	width: 4px;
	background: #af0000;
	top: calc(50% - 0.5px);
	left: 5px;
}

@media screen and (max-width: 900px){
	header,
	header *,
	header nav ul.nav_2nd li a{
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header.open:after,
	header .header_contents{
		background: rgba(17,17,17,0.95);
	}
	header .burger li.sp_translate a svg{
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_contents .header_col2{
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	header .header_sns{
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty{
		border: none;
	}
	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn{
		float: none;
	}
	header .header_contents .header_col2{
		display: block !important;
	}
	header nav ul.nav_1st{
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	header nav ul.nav_1st li{
		border-bottom: 1px solid rgba(0,0,0,0.13);
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	header nav ul.nav_1st>li:before,
	header nav ul.nav_1st>li:after{
		display: none !important;
	}
	header nav ul.nav_1st>li i:before,
	header nav ul.nav_1st>li i:after{
		background: #af0000;
	}
	header nav ul.nav_2nd{
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_3rd{
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header .logo, header .logo a {
    	max-width: 160px;
	}
	header nav ul.nav_2nd li a {
    	color: #fff !important;
	}
	header nav ul.nav_1st>li>a[href*="contact"]{
		margin: 10px auto;
		padding: 10px 15px;
		text-align: center;
		max-width: 200px;
	}
	header nav ul.nav_1st>li>a[href*="contact"] span{
		transform: skewX(20deg);
		display: block;
	}
}

/*--▼ヘッダー余白広くしたい時はON--*/
/*
	body header#pattern3 h1{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body header .logo{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body header .header_contents{
		padding-top: 50px;
		padding-bottom: 35px;
	}
	body header#pattern2 .header_contents{
		padding-top: 50px;
		padding-bottom: 15px;
	}
	body header#pattern3 .header_contents{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body header .header_contents .header_col1 .tel,
	body header .header_contents .header_col1 .btn,
	body header .header_contents .header_col2 .add{
		margin-top: 7px;
		margin-bottom: 7px;
	}
*/

/*--▼ヘッダー余白広い 且つ ヘッダーとナビの背景が同色のときはON--*/
/*
	body header#pattern3 h1{
		padding-bottom: 30px;
	}
	body header#pattern3 .logo{
		padding-bottom: 30px;
	}
	body header#pattern3 nav{
		padding-bottom: 10px;
	}
*/

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]){
	padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]){
	padding-bottom: 60px;
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

.heading.block_header_1 {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px !important;
	margin-bottom: 55px;
}
.heading.block_header_1:before {
	background: #000;
	width: 76px;
	bottom: 0px;
	height: 4px;
}
.heading.block_header_1.align-center:before {
	left: calc(50% - 48px);
}
.heading.block_header_1.align-left:before {
	left: 0;
}
.heading.block_header_1.align-right:before {
	right: 0;
}
.heading.block_header_1 p, .heading.block_header_1 .h:last-child {
	font-weight: bold;
	font-weight: 600;
	font-size: 3.3rem !important;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.4rem;
}
.heading.block_header_1 .h:last-child{
	color: #000;
}
.heading.block_header_1 .h {
	font-size: 1.6rem !important;
	font-weight: 600;
	letter-spacing: 0.1rem;
	color: #af0000;
	padding-bottom: 10px;
}
.heading.block_header_1 .h:nth-last-child(n+2){
	font-size: 1.6rem !important;
}
@media screen and (max-width: 800px) {
	.heading.block_header_1 {
		margin-bottom: 30px;
	}
	.heading.block_header_1 p,  .heading.block_header_1 .h:last-child {
		font-size: 3.0rem !important;
	}
	.heading.block_header_1 .h {
		font-size: 1.5rem !important;
	}
	.heading.block_header_1.align-center:before {
		left: calc(50% - 38px);
}
}


/*--背景色指定あり且つ文字色指定#FFFのときの見出しデザイン1--*/

section[style*="color: #ffffff;"] .heading.block_header_1:before,
div[style*="color: #ffffff;"] .heading.block_header_1:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1:before{
	background: #fff;
}

/*--*/

section[style*="color"] .heading.block_header_1 .h:last-child,
div[style*="color"] .heading.block_header_1 .h:last-child,
section[style*="color"] .heading.block_header_1 p,
div[style*="color"] .heading.block_header_1 p,
section[style*="color"] .heading.block_header_2 .h,
div[style*="color"] .heading.block_header_2 .h,
section[style*="color"] .heading.block_header_3 .h,
div[style*="color"] .heading.block_header_3 .h,
section[style*="color"] .heading.block_header_4 .h,
div[style*="color"] .heading.block_header_4 .h,
section[style*="color"] .heading.block_header_5 .h,
div[style*="color"] .heading.block_header_5 .h,
section[style*="color"] .heading.block_header_1,
div[style*="color"] .heading.block_header_1,
section[style*="color"] .heading.block_header_2,
div[style*="color"] .heading.block_header_2,
section[style*="color"] .heading.block_header_3,
div[style*="color"] .heading.block_header_3,
section[style*="color"] .heading.block_header_4,
div[style*="color"] .heading.block_header_4,
section[style*="color"] .heading.block_header_5,
div[style*="color"] .heading.block_header_5{
	color: inherit;
}

/*--*/

.heading.block_header_2 {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.heading.block_header_2 .h {
	display: inline-block;
	font-weight: normal;
	font-size: 1.4rem !important;
	line-height: 1.5;
	padding-left: 0px;
	position: relative;
	color: #af0000;
	order: 2;
	letter-spacing: 0.3rem;
	font-size: 3.2rem !important;
	font-weight: 600;
}

.heading.block_header_2 p {
	padding-left: 0px;
	font-size: 1.5rem !important;
	font-weight: 600;
	letter-spacing: 0.4rem;
	order: 1;
}

@media screen and (max-width: 800px) {
.heading.block_header_2 {
	margin-bottom: 20px;
}
.heading.block_header_2 .h {
	font-size: 1.3rem !important;
}
.heading.block_header_2 p {
	font-size: 1.8rem !important;
	letter-spacing: 0rem;
}
}
@media screen and (max-width: 500px){
	.heading.block_header_2 .h{
		padding-left: 16px;
	}
	.heading.block_header_2 p{
		padding-left: 18px;
	}
}


/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: #111;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	color: #fff;
}
.heading.block_header_3:before{
	display: block;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 3px;
	left: 3px;
	border: 1px solid rgba(255,255,255,0.5);
}
.heading.block_header_3 .h{
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
}
@media screen and (max-width: 800px){

	.heading.block_header_3{
		padding: 5px 5px 5px 30px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h{
		font-size: 2.0rem;
	}
	.heading.block_header_3 p{
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_4{
	margin-bottom: 15px;
}
.heading.block_header_4:before{
	display: none;
}
.heading.block_header_4 .h{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-bottom: 5px;
}
.heading.block_header_4 p{
	font-size: 1.4rem;
	color: #af0000;
	font-weight: 600;
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
	padding-top: 50px;
	background: url(/common/upload_data/leap-ltdjp/image/20200529164437.png) 0 0 no-repeat;
	background-size: auto 40px;
}
.heading.block_header_5.align-left{
	background-position: 0 0;
	text-align: left;
}
.heading.block_header_5.align-center{
	background-position: 50% 0;
	text-align: center;
}
.heading.block_header_5.align-right{
	background-position: 100% 0;
	text-align: right;
}
.heading.block_header_5 .h{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.heading.block_header_5 p{
	display: block;
	color: #ae0001;
	font-size: 1.4rem;
	font-weight: bold;
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}
.parallax_img{
	/*opacity: 0.4;*/
}
.parallax .content_wrapper:empty{
	/*空のパララックスの高さ（下記高さ+余白設定の上下padding）*/
	height: 50px !important;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span,
main form .submit span input{
	color: #fff !important;
	background: #af0000;
	position: relative;
	display: inline-block;
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span:hover{
	background: #222;
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid #fff;
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
}

.contents_btn01 a{
	transform: skewX(-20deg);
}
.contents_btn01 a span{
	transform: skewX(20deg);
}

/*----------------------------ヘアライン----------------------------*/

.contents_hr hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.contents_hr2 hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(0,0,0,0.13);
}

/*--------------------------------MV--------------------------------*/

#mv_outer{
	/*mvに背景とかはここを利用する*/
	background: #14191d;
}
#mv{
	width: 100%;
	height: 90vh;
	min-height: 500px;
	position: relative;
}
#mv:after{
	content: "";
	display: block;
	width: 100%;
	height: 20%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	pointer-ebents: none;
}

#mv .mv_mov{
	background: #000;
}
#mv .mv_mov iframe{
	opacity: 0.7;
}

#mv .mv_text{
	bottom: 70px;
	height: calc(100% - 140px);
	align-items: center;/*垂直方向中央*/
	width: 100% !important;
	left: 0 !important;
}
#mv .mv_text>div{
	max-width: none !important;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}
#mv .mv_text h2{
	font-size: 60px;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	letter-spacing: 0.7rem;
	font-weight: bold;
	color: #fff;
}
@media screen and (min-width: 1350px){
	#mv .mv_text h2{
		font-size: 53px !important;
	}
}
#mv .mv_text p{
	padding-top: 30px;
	font-size: 2rem;
	color: #fff;
}
#mv .mv_scroll a {
    text-indent: 0;
    font-size: 12px;
	font-family:  "Corbel", sans-serif;
	letter-spacing: 0.1rem;
	padding-top: 80px;
	color: rgba(255, 255, 255, 0);
}
#mv .mv_scroll a::before {
    content: "";
    display: block;
    width: 1px;
	height: 70px;
    position: absolute;
    left: calc(50% - 0.5px);
	top: -15px;
	background-color: #858585;
	transform: rotate(0deg);
	-webkit-animation-name: ScrollDown;
	animation-name: ScrollDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes ScrollDown{
    0% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    100% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }
}
@keyframes ScrollDown{
    0% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    100% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }
}
/*#mv .mv_pointer li:before{
	background: rgba(180,180,180,0.5);
}
#mv .mv_pointer li.current:before{
	background: rgba(180,180,180,0.9);
}
#mv .mv_arrow li.mv_arrow_prev span:before,
#mv .mv_arrow li.mv_arrow_next span:before{
	border-left: 2px solid rgba(180,180,180,0.7);
	border-top: 2px solid rgba(180,180,180,0.7);
}*/

@media screen and (max-width: 100vh){
	#mv{
		height: 65vh;
	}
}
@media screen and (max-width: 1400px){
	#mv:before{
		width: 80%;
		left: 10%;
	}
}
@media screen and (max-width: 900px){
	/*#mv{
		height: 80vh;
	}*/
	#mv:before{
		width: 90%;
		left: 5%;
	}
}
@media screen and (max-width: 800px){
	#mv .mv_text p{
		padding-top: 20px;
	}
	#mv .mv_pointer{
		/*text-align: center;*/
	}
}
@media screen and (max-width: 600px){
	#mv:before {
		width: 92%;
		left: 4%;
		height: 40px;
	}
	#mv .mv_scroll a::before {
    height: 50px;

    top: 10px;

	}
	#mv .mv_text p{
		display: none;
	}
	#mv .mv_text h2{
		line-height: 1.5;
	}
}
@media screen and (max-width: 500px){
	#mv .mv_text h2{
		font-size: 6vw !important;
	}
}
@media screen and (max-width: 400px){
	#mv .mv_text>div{
		padding-left: 10px;
		padding-right: 10px;
	}
	#mv .mv_arrow{
		display: none !important;
	}
}

/*--------------------------------IV--------------------------------*/

#lv{
	background: #14191d;
	height: 500px;
	padding-bottom: 0;
}
#lv div{
	opacity: 1;
	background-color: #000;
	opacity: 0.7;
}
#lv p{
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0
}
#lv p span{
	display: inline-block;
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.4rem;
	padding: 0 60px;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
}
#lv p span:before,

#lv p span:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
#lv p span:after{
	left: auto;
	right: 0;
}
@media screen and (max-width: 900px){
	#lv{
		height: 300px;
	}
}
@media screen and (max-width: 600px){
	#lv p span:before,
	#lv p span:after{
		display: none;
	}
}

/*----------------------------パンくず----------------------------*/

#pan{
	border-bottom: 1px solid rgba(0,0,0,0.13);
	background: #eee;
	padding: 0;
}
#pan ul li{
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan ul li:before,
#pan ul li:after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#pan ul li:after{
	border-top: 1px solid rgba(0,0,0,0.13);
	border-right: 1px solid rgba(0,0,0,0.13);
	left: -15px;
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid #1792bb;
	border-right: 1px solid #1792bb;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a:hover,
.category1 li a.current{
	color: #fff;
	background: #111;
	border-color: #111;
}
.category1 li a{
	border: 1px solid #ccc;
	border-radius: 50px;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 1px solid #ccc;
}
#sidebar h2{
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
	border: 1px solid rgba(0,0,0,0.13);
	background: rgba(0,0,0,0.05);
}
#sidebar .sidebar_list a{
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before{
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid #af0000;
	border-right: 1px solid #af0000;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

.siidenav ul{
	border-top: 1px solid #f0f0f0;
}
.siidenav li{
	border-bottom: 1px solid #f0f0f0;
}
#sidebar .block_header_5{
	background: none;
	padding-top: 0;
}
#sidebar .block_header_5 .h{
	margin-bottom: 0;
}

#primary article .entry_header .block_header_2{
	border-left: 3px solid #ae0001;
	padding-left: 15px;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	background: #111;
	border-color: #111;
	color: #fff;
}
.pager li a{
	height: 45px;
	width: 45px;
	border: 1px solid #ccc;
	border-radius: 999px;
	line-height: 45px;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	background: #333;
	border: none;
	color: #fff;
	border-radius: 999px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover {
	background: #ae0001;
        background: #00B19A;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255,255,255,0.7);
}
.popclose{
	font-size: 5rem;
	font-weight: normal;
	color: #af0000;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.13);*/
}
.popimg img{
	background: #fff;
	max-height: 90vh;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.13);
}
.poptxt{
	font-size: 1.2rem;
	background: rgba(0,0,0,0.6);
	background: rgba(255,255,255,0.8);
}
.poptxt:empty{
	opacity: 0 !important;
}
.popnav li{
	background: #af0000;
}
.popnav li:before{
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
	background: #ae0001 !important;
}
#fixbtn .fixbtnwrap{
	background-color: transparent !important;
}
#fixbtn .fixbtnwrap .inner{
	background-color: transparent !important;
	max-width: none;
}
#fixbtn #scrolltop{
	margin-right: 0 !important;
}
#fixbtn .inner > div{
	padding-right: 13px;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	color: #fff;
}
#fixbtn .fixbtntel{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px !important;
	flex-wrap: wrap;
	border-right: 2px 1px 0 rgba(0,0,0,0.2);
}
#fixbtn .fixbtntel:nth-last-of-type(2){
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	line-height: 1;
	
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child{
	margin-right: 0;
}
#fixbtn .fixbtntel svg{
	width: 14px;
	height: 14px;
	margin-right: 5px;
	fill: #fff;
}
#fixbtn .fixbtntel span,
#fixbtn .fixbtntel span+p,
#fixbtn .fixbtntel p:first-child{
	padding: 5px 10px;
	transform: skewX(-20deg);
	line-height: 1.5 !important;
	font-size: 1.5rem !important;
	background: #ae0001;
}
#fixbtn .fixbtntel p{
	display: block !important;
	margin-top: -1px;
}

#fixbtn .contents_btn01{
	border-left: 1px solid rgba(255,255,255,0.1);
}
#fixbtn .contents_btn01:nth-of-type(1){
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1){
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 a{
	background: #111111;
}
#fixbtn .contents_btn01 a:hover{
	background: #333;
}
#fixbtn .contents_btn01 span{
	text-align: center;
	padding: 7px 15px;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1){
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a{
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before{
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before{
	border-left: 2px solid rgba(255,255,255,0.8);
	border-top: 2px solid rgba(255,255,255,0.8);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before{
	border-color:  #fff;
}

@media screen and (max-width: 600px){
	#fixbtn{
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 2rem;
	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}
	#fixbtn .contents_btn01 a{
		padding: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
	#fixbtn .contents_btn01 a span{
		padding: 5px;
	}
}
@media screen and (max-width: 420px){
	#fixbtn .fixbtntel{
		justify-content: center;
	}
	#fixbtn .fixbtntel p{
		display: none !important;
	}
	#fixbtn .fixbtntel span{
		font-size: 1.8rem !important;
	}
}

footer{
	background: #00b19a;
	background-size: cover;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.35rem;
	box-shadow: 0 0 10px rgba(0,0,0,3) inset;
}
footer.width_fixed .content_wrapper{
	max-width: 1240px !important;
}
footer a{
	color: #fff;
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
}
footer .logo{
	width: 200px;
}
footer .sns{
	margin: 0 auto 30px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
footer .sns a:hover svg{
	opacity: 1;
	fill: #aaa;
}
#cp{
	padding: 15px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	footer nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n){
		border-right: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1){
		border-left: 1px solid rgba(255,255,255,0.1);
	}
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1){
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2){
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	footer .logo{
		width: 100px;
	}
}

/*----------------------------tooltip--------------------------------*/

.tip{
	background: #fff;
	color: #222;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.tip span{
	background: #fff;
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------beforeafter_archive----------------------------*/

.beforeafter_archive .wrapper_item:after{
	width: 1px;
	height: 100%;
	left: calc(50% - 0.5px);
	top: 0;
	background: rgba(0,0,0,0.05);
}
.beforeafter_archive article:nth-of-type(n+3){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.beforeafter_archive .before:before{
	height: 10px;
	width: 10px;
	transform: rotate(-45deg);
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	top: calc(50% - 5px);
	left: calc(-10% - 3px);
}

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dl {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.contents_faq01 dl:nth-of-type(1) {
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.contents_faq01 dt {
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 30px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dd {
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.5;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	background: #111;
	text-align: center;
}
.contents_faq01 dd:before {
	background: transparent;
	color: #111;
	border: 1px solid #111;
	line-height: 1.5;
}
@media screen and (max-width: 500px) {
.contents_faq01 dl {
	padding: 15px 0 0!important;
}
.contents_faq01 dt {
	margin-bottom: 0;
}
	
.contents_faq01 dl {
	padding: 15px 0px!important;
}
}
/*----------------------------contents_related----------------------------*/

.contents_related .inner_item{
	border: 1px solid rgba(0,0,0,0.13);
}
.contents_related .inner_item a:hover{
	background: rgba(0,0,0,0.05);
}
.contents_related .inner_item_img{
	background-color: #ddd;
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid rgba(0,0,0,0.13);
}
.contents_related_tags .inner_item a:hover{
	background: rgba(0,0,0,0.05);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
	background: rgba(0,0,0,0.05);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: #f5f5f5;
}
.block_table_1 table th{
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.13);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.13);
	vertical-align: middle;
}
.block_table_1 table thead td{
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td{
	background-color: #f5f5f5;
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.13);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.13);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td{
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px){
	.block_table_2 table{
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	.block_table_2 table th{
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	.block_table_2 table td{
		border-top: 1px dotted rgba(0,0,0,0.13);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,

.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td{
	background-color: #f5f5f5;
}
.block_table_3 table th,
.block_table_7 table th{
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.13);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.13);
	vertical-align: middle;
}
@media screen and (max-width: 500px){
	.block_table_3 table{
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	.block_table_3 table th{
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	.block_table_3 table td{
		border-top: 1px dotted rgba(0,0,0,0.13);
	}
}
.block_table_3_item li{
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a{
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover{
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img{
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after{
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span{
	color: #fff;
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next{
	left: auto;
	right: 0;
}
.widget_gallery01 .slick-arrow:before{
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	border-top: 1px solid #222;
	border-left: 1px solid #222;
}
.widget_gallery01 .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
.widget_gallery01 .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}


.widget_gallery01 .heading.block_header_2 .h {
	font-size: 2.1rem !important;
}

.widget_gallery01 .heading.block_header_2 p {
	font-size: 1.4rem !important;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
	overflow: hidden;
}
main .widget_gallery01 a,
main .gallery_archive .inner_item a{
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img{
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001,1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article{
	border-bottom: 1px solid #ccc;
}
.news_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.news_archive article .entry_meta{
	font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1){
	background-size: 70%!important;
}
#sidebar .widget_news02 li a div span i{
	background-size: 70%!important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
	max-width: 900px !important;
}
.widget_coupon .inner_item{
	border: 10px solid #eee;
}
.widget_coupon .inner_item h3{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_coupon .inner_item>div{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
	font-size: 1.4rem;
	line-height: 1.7;
}
.widget_coupon .coupon_limit{
	background: #eee;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
	border: 1px solid rgba(0,0,0,0.13);
}
.widget_form form{
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_form form dl{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_form form dt,
.widget_form form dd{
	vertical-align: middle;
}
.widget_form form dt span{
	color: #D43B3B;
	font-size: 1.2rem;
	font-weight: bold;

}
@media screen and (max-width: 770px){
	.widget_form form dt{
		border-bottom: 1px dotted rgba(0,0,0,0.13);
	}
}
main form dl input,
main form textarea{
	background: #f5f5f5;
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
	background: #fff;
	border: 1px solid rgba(0,0,0,0.13);
}
main form .submit input{
	letter-spacing: 3px;
	border: none;
}
main form select{
	background: #fff;
	border: 1px solid #ccc;
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
	padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before{
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: #FFF;
}
main form input[type=radio] + label::before{
	background: #f0f0f0;
	border-radius: 30px;
}
main form input[type=checkbox] + label::before{
	background: #f0f0f0;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after{
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #111;
}
main form input[type=radio]:checked + label::after{
	border-radius: 100%;
}
main form input[type=checkbox]:checked + label::after{
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt{
	font-size: 2rem;
}
.widget_link .inner_item_url{
	color: #af0000;
}

/*-.block_link_1-*/

.widget_link.block_link_1 .wrapper_item a{
	border-left: 1px solid #af0000;
}
.widget_link.block_link_1 .wrapper_item a:hover{
	background: #f9f9f9;
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_lp01 li:nth-of-type(1){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_lp01 li a:hover{
	opacity: 0.8;
}
.widget_lp01 li a div span{
	background: #f0f0f0;
	background-size: 60% auto;
}
.widget_lp01 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 20px;
}

/*----------------------------widget_lp02----------------------------*/

.widget_lp02 li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_lp02 li:nth-of-type(-n+2){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_lp02 li a div span{
	background: #f0f0f0;
}
.widget_lp02 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 20px;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{

	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.widget_menu01 li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_menu01 li:nth-of-type(1){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_menu01 li dt:before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
	top: calc(50% - 4px);
	left: 0;
}
.widget_menu01 li dd{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_menu02 li:nth-of-type(1),
.widget_menu02 li:nth-of-type(2){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_menu02 li dt:before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
	top: calc(50% - 4px);
	left: 0;
}
.widget_menu02 li>p{
	font-size: 1.3rem;
	letter-spacing: 0;
}
@media screen and (max-width: 800px){
	.widget_menu02 li{
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
}


/*----------------------------widget_news01----------------------------*/

.block_news_1 li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.block_news_1:not(.add_design3):not(.add_design4) li:nth-of-type(1),
.block_news_1.add_design2 li:nth-of-type(2),
.block_news_1.add_design6 li:nth-of-type(2){
	border-top: 1px solid rgba(0,0,0,0.13);
}
.block_news_1 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 5px;
}
@media screen and (max-width: 500px){
	.block_news_1 li:nth-of-type(1){
		border-top: 1px solid rgba(0,0,0,0.13);
	}
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
.block_news_2 li:nth-child(2n){
	background: #f5f5f5;
}
.block_news_2 li a{
	padding: 30px;
}
.block_news_2 li a:after{
	border: 0 solid rgba(0,0,0,0.1);
	transition: 0.2s ease-in-out;
}
.block_news_2 li a:hover:after{
	border-width: 15px;
}
.block_news_2 li a div span{
	background: #f0f0f0;
}
.block_news_2 li p:nth-of-type(1):before,
.widget_news02 li p:nth-of-type(1):before{
	height: 5px;
	width: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}
#sidebar .widget_news02 li a div span{
	background-color: #333;
}

/*----------------------------widget_shop01----------------------------*/

.widget_shop01 dl{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_shop01 dl:nth-of-type(1){
	border-top: 1px solid rgba(0,0,0,0.13);
}
@media screen and (max-width: 700px){
	.widget_shop01 dt{
		border-bottom: 1px dotted rgba(0,0,0,0.13);
		font-weight: bold;
	}
}

/*----------------------------widget_sitemap----------------------------*/

.widget_sitemap li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.widget_sitemap .content_wrapper>ul{
	border-top: 1px solid rgba(0,0,0,0.13);
}
.widget_sitemap .content_wrapper>ul>li>a:before{
	background: #111;
	height: 13px;
	width: 13px;
	border-radius: 20px;
	top: calc(50% - 6.5px);
	left: 0;
}
.widget_sitemap .content_wrapper>ul>li>a:after{
	height: 4px;
	width: 4px;
	top: calc(50% - 2.5px);
	left: 3px;
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.widget_sitemap ul ul{
	border-top: 1px dotted rgba(0,0,0,0.13);
}
.widget_sitemap ul ul li{
	border-bottom: 1px dotted rgba(0,0,0,0.13);
}
.widget_sitemap .content_wrapper>ul>li li>a:after{
	height: 4px;
	width: 4px;
	top: calc(50% - 2.5px);
	left: 3px;
	transform: rotate(45deg);
	border-top: 1px solid #111;
	border-right: 1px solid #111;
}

/*----------------------------widget_staff01----------------------------*/

.widget_staff01 .inner_item a:hover *{
	opacity: 0.8;
}
.widget_staff01 .inner_item_img{
	border: 1px solid #e9e9e9;
}
.widget_staff01 .sub{
	font-size: 1.2rem;
	font-weight: bold;
}
.widget_staff01 .contents_btn01{
	border-top: 1px solid rgba(0,0,0,0.13);
}

.widget_staff01 dl,
.widget_staff01 dt{
	border-color: rgba(0,0,0,0.13)!important
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_txt{
	border: 1px solid rgba(0,0,0,0.13);
}
.widget_tel .inner_item_tel{
	border: 1px solid rgba(0,0,0,0.13);
}
.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	color: #fff;
	padding: 20px;
	background: #af0000;
}
.widget_tel .inner_item_tel a:hover{
	background: #af0000;
	color: #fff;
}
.widget_tel .inner_item_tel svg{
	height: 22px;
	width: 22px;
	margin: 1px 5px 0 0;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
.widget_tel .inner_item_tel a:hover svg{
	fill: #fff;
}
@media screen and (max-width: 450px){
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span{
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img{

		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg{
		height: 16px;
		width: 16px;
	}
}

/*------------------glossary_archive------------------------*/

.glossary_archive article{
	border-bottom: 1px solid #ccc;
}
.glossary_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.glossary_archive .content_wrapper article{
	margin-bottom: 30px;
	padding-bottom: 30px;/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2{
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h{
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body{
	padding-right: 180px;
}

@media screen and (max-width: 1224px){
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: calc(32px + 1.8rem);/*★1 + 数px*/
	}
}
@media screen and (max-width: 650px){
	.glossary_archive .content_wrapper article{
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: 30px;/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body{
		padding-right: 0;
	}
}

.glossary_archive .heading.block_header_2 .h {
	font-size: 2.1rem !important;
}


/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
	background: rgba(255,255,255,.8);
}

.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px){
	.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
	.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
		font-size: 2.1rem;
	}
}

/*----------------------------blog_archive(add_design6) / blog_single(add_design6)----------------------------*/

.news_archive.add_design6 #primary article{
	border: 1px solid rgba(0,0,0,0.13);
}
.news_archive.add_design6 article .date,
.news_single.add_design6 .date{
	background: #af0000;
	color: #fff;
}
.news_archive.add_design6 article .entry_meta ol li,
.news_single.add_design6 .entry_meta ol li{
	border: 1px solid rgba(0,0,0,0.13);
}
.news_single.add_design6 .entry_meta{
	border-top: 1px solid rgba(0,0,0,0.13);
}
.news_single.add_design6 .entry_body section.block_text_1+.contents_hr:after{
	background: #ccc;
}
.news_single.add_design6 .entry_related{
	border: 10px solid #f5f5f5;
}
.entry_related ul li a:before{
	border-top: 1px solid #af0000;
	border-right: 1px solid #af0000;
}
.news_single.add_design6 .entry_related ul{
	border-top: 1px solid rgba(0,0,0,0.13);
}
.news_single.add_design6 .entry_related ul li{
	border-bottom: 1px solid rgba(0,0,0,0.13);
}
.news_single.add_design6 .entry_related ul li a:before{
	border-top: 1px solid #af0000;
	border-right: 1px solid #af0000;
}
.news_single.add_design6 .entry_related+.entry_meta{
	border-top: 1px solid rgba(0,0,0,0.13);
}


.news_archive .heading.block_header_2 .h {
	font-size: 2.1rem !important;
}

.news_archive .heading.block_header_2 p {
	font-size: 1.4rem !important;
}

.news_single .heading.block_header_2 .h {
	font-size: 2.1rem !important;
	color: #000 !important;
}

.news_single .heading.block_header_2 p {
	font-size: 1.4rem !important;
}

/*--全幅・固定幅--*/

.column2,
.width_fixed .content_wrapper,
.contents_hr.width_fixed hr,
.contents_hr2.width_fixed hr{
	max-width: 1200px !important;
}
@media screen and (min-width: 1224px){
	.width_fixed .content_wrapper{
		max-width: 1200px !important;
	}
}

.index div.widget_gallery01 .slick-arrow{
	display: none!important;
}
.index div.widget_gallery01.add_design1 .inner_item{
	padding-right: 0px;
	padding-left: 0px;	
}

.index div.widget_gallery01.add_design1 .inner_item .heading{
	display: none;
}
/*------------採用情報ページレイアウト調整--------------*/
.recruit_wrap .content_wrapper #sidebar {
    display: none;
}
.recruit_wrap .content_wrapper #primary {
    width: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    float: initial;
}
.recruit_wrap .block_table_3 table td,
.recruit_wrap .block_table_3 table th {
    padding: 10px 20px;
}
.recruit_wrap .block_table_3 table th {
    width: 25%;
}
.recruit_wrap .block_table_3 table td {
    width: 75%;
}
@media(max-width: 900px) {
.recruit_wrap .block_table_3 table td,
.recruit_wrap .block_table_3 table th {
    width: initial;
}
.recruit_wrap #lv p span {
    padding: 0 20px;
}
}

.add_design5 #primary article {
    overflow: hidden;
}


/*------------該当ページ以外非表示_250716--------------*/
.fixed_banner_new {
    display: none;
    opacity: 0;
    pointer-events: none;
}

/*------------採用フォームボタン非表示・レイアウト調整_250724--------------*/
.nav_1st li[id="3gnav_3061"] {
    display: none!important;
}
.nav_1st li[id="3gnav_4627812"] {
    max-width: 250px;
    width: 250px;
}
@media screen and (max-width:900px){
header#pattern2 nav ul.nav_1st{
    margin-bottom: 0;
}
.nav_1st li[id="3gnav_4627812"] {
    max-width: 100%;
}
}

/* Gナビデザイン変更20251125 */
header h1{
  display: none;
}
header .header_contents{
  display: none;
}
header nav ul.nav_1st>li>a{
  color: #000;
  padding: 5px 0;
}
header nav ul.nav_1st>li a::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #00B19A;
  transition: .3s;
}
header nav ul.nav_1st>li a:hover::after{
  width: 50%;
}
header#pattern2 nav ul.nav_1st.nav_1st_white{
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 30px;
  width: 45%;
  max-width: 708px;
  padding: 0 20px;
}
header#pattern2 nav ul.nav_1st.nav_1st_pink{
  width: fit-content;
  margin-left: 1rem;
  background: #E83080;
  border-radius: 30px;
  box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.15);
}
header#pattern2 nav ul.nav_1st.nav_1st_pink li{
  min-width: 150px;
  background: transparent;
}
header nav ul.nav_1st>li>a{
  font-size: 1.5rem;
}
header nav ul.nav_1st.nav_1st_pink>li:last-child a{
  color: #fff;
  position: relative;
}
header nav ul.nav_1st.nav_1st_pink>li:last-child a::before{
  content: '＞';
  position: absolute;
  color: #fff;
  font-weight: bold;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
header nav ul.nav_1st.nav_1st_pink>li:last-child a::after{
  content: none;
}

body.scrolled header{
  background: rgb(17 17 17 / 50%);
}

@media screen and (min-width: 901px){
  header#pattern2 nav ul.nav_1st{
    min-height: 44px !important;
    height: 44px !important;
  }
}
@media screen and (max-width: 900px){
  header .header_contents{
    display: block;
  }
  header.open:after,
  header .header_contents{
    background: rgb(17 17 17 / 50%);
  }
  header#pattern2 nav ul.nav_1st{
    width: 300px!important;
    margin: 0 auto!important;
  }
  header nav ul.nav_1st li{
    border: none;
  }
  header#pattern2 nav ul.nav_1st.nav_1st_white{
    background: transparent;
    box-shadow: unset;
    padding: 0;
    min-height: auto!important;
  }
  header#pattern2 nav ul.nav_1st.nav_1st_white>li{
    border-radius: 30px!important;
    background: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  }
  header nav ul.nav_1st>li i{
    height: 32px;
  }
  header nav ul.nav_1st>li i:before,
  header nav ul.nav_1st>li i:after{
    background: #E83080;
  }
  header nav ul.nav_1st>li:nth-child(n+2){
    margin-top: 20px;
  }
  header nav ul.nav_1st>li>a{
    text-align: center;
  }
  header#pattern2 nav ul.nav_1st.nav_1st_pink{
    margin: 20px auto!important;
    min-height: auto!important;
  }
  header nav ul.nav_2nd li a{
    padding: 10px 0;
  }
}

header nav ul.nav_2nd>li{
  border-radius: 30px;
}
header nav ul.nav_2nd li a{
  color: #000!important;
  text-align: center;
}
header nav ul.nav_2nd>li>a:after{
  height: 5px !important;
  width: 5px !important;
  transform: rotate(-45deg) !important;
  border-right: 1px solid #00B19A;
  border-bottom: 1px solid #00B19A;
  left: unset !important;
  background: transparent !important;
}

/* コンタクトbtnをヘッダー追加 */
header nav ul.nav_1st.nav_1st_pink>li>a[href*="contact"]{
  background: transparent;
  width: auto;
  margin-left: 0;
  transform: unset;
}
header nav ul.nav_1st.nav_1st_pink>li>a[href*="contact"] span{
  transform: unset;
}

/* ロゴの視認性 */
header .logo a img {
    max-height: 120px;
    filter: drop-shadow(0px 0px 1px #000) drop-shadow(0px 0px 1px #000);
}

/* ヘッダー高さ修正 */
header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
}
header .wraper>.inner{
    min-height: 0;
}
header#pattern2 .logo{
    top: -10px;
}
header .logo {
    padding: 0;
}
header .logo a img {
    height: 64px;
}
body.scrolled header:not(.nofixed) .logo{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
body.scrolled header .logo a img{
    max-height: 64px;
}
@media screen and (max-width:900px){
    header{
        padding: 0;
    }
    header#pattern2 .logo{
        top: 0;
    }
    header nav ul.nav_1st.nav_1st_pink>li>a[href*="contact"]{
        margin: 0;
        padding: 5px 0;
        text-align: center;
        max-width: 100%;
    }
    header nav ul.nav_1st.nav_1st_pink>li>a[href*="contact"] span{
        display: initial;
  }
}

/* NEWSページMVとパンくず削除 */
.news_page .contents_btn_recruit {
    display: none !important;
}
.news_page #lv_outer,
.news_page #pan{
  display: none;
}
.news_page main{
  padding-top: 111px;
}
@media screen and (max-width: 900px){
  .news_page main{
    padding-top: 70px;
  }
}

/* BLOGページMVとパンくず削除 */
.blog_page .contents_btn_recruit {
    display: none !important;
}
.blog_page #lv_outer,
.blog_page #pan{
  display: none;
}
.blog_page main{
  padding-top: 111px;
}
#fixbtn .inner>div {
    display: flex
;
    align-items: center;
    padding: 8px 15px;
    flex-direction: row;
    gap: 1rem;
}
#fixbtn .contents_btn01 a {
    transform: none;
    min-width: 20rem !important;
    border-radius: 35px;
    position: relative;
}
@media screen and (max-width: 900px){
  .blog_page main{
    padding-top: 70px;
  }
}

/* サイト色味変更 */
main{
  border-right: 69px solid #00B19A;
}
#primary article .entry_header .block_header_2{
  border-left: 3px solid #00B19A;
}
.heading.block_header_1 .h{
  color: #00B19A;
}
.heading.block_header_5{
  background: url(/common/upload_data/leap-ltdjp/image/20251125140927.png) 0 0 no-repeat;
  background-size: auto 40px;
}
.heading.block_header_5 p{
  color: #00B19A;
}
.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span,
main form .submit span input{
  background: #00B19A;
}
#fixbtn{
  background: #00B19A!important;
}
#fixbtn .fixbtntel span,
#fixbtn .fixbtntel span+p,
#fixbtn .fixbtntel p:first-child{
  background: #00B19A;
}
#fixbtn .contents_btn01 a{
  background: #E83080;
}

/* フッターボタンデザイン変更 */
#fixbtn .contents_btn01 a{
  transform: none;
  min-width: 350px;
  border-radius: 35px;
  position: relative;
}
#fixbtn .contents_btn01 a::before{
  content: '＞';
  position: absolute;
  color: #fff;
  font-weight: bold;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#fixbtn .contents_btn01 a:hover{
  opacity: 0.7;
  background: #E83080;
}
#fixbtn .contents_btn01 a span{
  transform: none;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

/* 768px以下でMVがヘッダーに重ならないように */
@media screen and (max-width: 768px){
  .view_detail #lv_outer{
    margin-top: 70px;
  }
  .sitemap #lv_outer{
    margin-top: 70px;
  }
}

/* 追従にコンタクトボタン追加 */
@media screen and (max-width: 700px){
  #fixbtn .inner>div.contents_btn01{
    flex-direction: row;
    padding: 0;
  }
  #fixbtn .contents_btn01 a{
   min-width: 20rem;
  }
  #fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1){
    margin-left: 0;
  }
}

/* 転職エージェントヘッダー用 */
header#pattern2 nav.agent-header{
    display: none;
}

/* 採用ヘッダー用 */
header#pattern2 nav.recruit-header{
    display: none;
}
header nav.recruit-header ul.nav_2nd li a{
  font-weight: bold;
  padding-right: 20px;
}
header nav.recruit-header ul.nav_2nd>li>a::after{
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0;
  width: 0% !important;
  height: 3px !important;
  background: #00B19A !important;
  transition: .3s;
  border: unset;
  top: unset;
}
header nav.recruit-header ul.nav_2nd>li>a:hover::after{
  width: 50%!important;
}
@media screen and (max-width: 900px){
  header nav ul.nav_1st>li i:before,
  header nav ul.nav_1st>li i:after{
    background: #00B19A;
  }
}
/* 採用ページ社員紹介Gナビ変更 */
.recruit_people header#pattern2 nav.nomal-header{
    display: none;
}
.recruit_people header#pattern2 nav.recruit-header{
    display: flex;
}
.recruit_people header#pattern2 nav.recruit-header ul.nav_1st.nav_1st_white{
    width: 53%;
}
@media screen and (max-width: 900px){
  .recruit_people header#pattern2 nav.recruit-header{
    display: block;
  }
}

/* 社員紹介ページデザイン変更20260122 */
.recruit_people #pan{
  display: none;
}
.recruit_people main{
  padding-top: 8.4rem;
  border-right: none;
}
.recruit_people .content_wrapper #sidebar{
  display: none;
}
.recruit_people .content_wrapper #primary{
  width: 100%;
}
.recruit_people .add_design4 #primary article .inner_item_img a img{
  object-fit: contain;
}
/* .recruit_people section:first-child{
  position: relative;
  background-image: url(/common/upload_data/leap-ltdjp/image/20251117092132.png);
  background-repeat: no-repeat;
  background-size: cover;
} */
.recruit_people section:nth-child(2){
  background-image: url(/common/upload_data/leap-ltdjp/image/20251117092132.png);
background-repeat: repeat;
    background-size: contain;
    background-position: top;
}
@media screen and (max-width: 768px){
  .recruit_people main{
    padding-top: 4rem;
  }
}

/*------------追従該当ページ以外非表示_260122--------------*/
.fixed_banner_recruit {
    display: none;
    opacity: 0;
    pointer-events: none;
}

/* 追従設定 */
.recruit_people #fixbtn .inner>div.contents_btn01{
  display: none;
}
.recruit_people .fixed_banner_recruit{
  display: block;
  opacity: 1;
  pointer-events: auto;
  width: 35rem;
}
.recruit_people .fixed_banner_recruit:hover{
  opacity: 0.7;
}
@media screen and (max-width: 700px){
  .recruit_people .fixed_banner_recruit{
    width: 100%;
  }
}