@charset "utf-8";

@font-face {
    font-family: 'Bebas Kai';
    src: url('../fonts/BebasKai.eot');
    src: url('../fonts/BebasKai.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasKai.woff2') format('woff2'),
        url('../fonts/BebasKai.woff') format('woff'),
        url('../fonts/BebasKai.ttf') format('truetype'),
        url('../fonts/BebasKai.svg#BebasKai') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}


/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover{
	opacity: .8;
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	background: #FFF;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

.no-scroll {
	height: 100vh;
	overflow: hidden;
}

.bebas_kai {
	font-family: 'Bebas Kai';
}

.pc {
	display: block;
}
.sp {
	display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* !niigata_lp_wrapper
---------------------------------------------------------- */
#niigata_lp_wrapper {
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#niigata_lp_wrapper:before {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../image/bk.jpg) center center no-repeat;
	background-size: cover;
	content: '';
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/* !header
---------------------------------------------------------- */
#niigata_lp_header {
  width: 100%;
}   


.niigata_lp_btn_menu {
	width: 80px;
	height: 80px;
	background: url(../image/menu.svg) center center no-repeat;
	background-size: cover;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
	cursor: pointer;
} 

.niigata_lp_btn_menu.active {
	background: url(../image/close.svg) center center no-repeat;
	background-size: cover;
}

.niigata_lp_fixedButton {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 996;
}

.niigata_lp_fixedButton a {
	margin: 0 8px;
	display: block;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	
	.niigata_lp_btn_menu {
		width: 50px;
		height: 50px;
	} 

	.niigata_lp_fixedButton {
	  height: 72px;
	}

	.niigata_lp_fixedButton a {
		margin: 0 4px;
	}
}

 
/* !navi
---------------------------------------------------------- */
#niigata_lp_navi {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #EA5404;
	z-index: 1000;
	padding-top: 160px;
	box-sizing: border-box;
	transition: left .5s;
}

#niigata_lp_navi.open {
	left: 0;
}

.niigata_lp_navi_inner {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.niigata_lp_navi_logo {
	margin-bottom: 46px;
	font-size: 2rem;
	color: #fff;
	line-height: 1.2;
}

.niigata_lp_navi_logo .logo {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;
}

.niigata_lp_navi_logo .logo img {
	width: 180px;
	margin-right: 20px;
}

.niigata_lp_navi_logo p {
	letter-spacing: 0.05em;
}

#niigata_lp_navi ul li + li {
	margin-top: 24px;
}

#niigata_lp_navi ul li a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

#niigata_lp_navi ul li a .en {
	font-family: 'Bebas Kai';
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.075em;
	display: block;
}

#niigata_lp_navi ul li a .jp {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #003288;
	padding: 0 28px;
	margin-left: 20px;
	color: #fff;
	font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#niigata_lp_navi {
	  	padding-top: 80px;
	}

	.niigata_lp_navi_inner {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.niigata_lp_navi_logo {
		margin-bottom: 24px;
		font-size: 1.4rem;
	}

	.niigata_lp_navi_logo .logo {
		font-size: 1.8rem;
		margin-bottom: 9px;
	}

	.niigata_lp_navi_logo .logo img {
		width: 108px;
		margin-right: 13px;
	}

	#niigata_lp_navi ul li + li {
		margin-top: 16px;
	}

	#niigata_lp_navi ul li a .en {
		font-size: 3.2rem;
		word-break: keep-all;
		letter-spacing: 0.045em;
	}

	#niigata_lp_navi ul li a .jp {
		height: 24px;
		padding: 0 8px;
		margin-left: 10px;
		min-width: 116px;
		box-sizing: border-box;
		word-break: keep-all;
	}
}


/* !mainVisual
---------------------------------------------------------- */
.niigata_lp_mainVisual,
.niigata_lp_mainVisual img {
	width: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	
}


/* niigata_lp_footer
-----------------------------------------------------------*/
.niigata_lp_pageTop a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 64px;
	background: #fff;
	font-size: 3.2rem;
	font-family: 'Bebas Kai';
	color: #EA5404;
}

.niigata_lp_pageTop a:after{
	display: block;
	width: 0;
	height: 0;
	border-bottom: 16px solid #EA5404;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	content: '';
	margin-left: 20px;
}

.niigata_lp_footer{
	padding: 80px 0 230px;
	background: #EA5404;
} 

.niigata_lp_footerText {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}

.niigata_lp_footerSns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}

.niigata_lp_footerSns li {
	margin: 0 24px;
}

.niigata_lp_footerSns li a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.niigata_lp_footerSns li .caption {
	display: block;
	margin-top: 5px;
	word-break: keep-all;
}

.niigata_lp_footerLinks {
	text-align: center;
	margin-bottom: 60px;
}

.niigata_lp_footerLinks a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	margin: 0 20px;
}

.niigata_lp_footerLogo {
	max-width: 280px;
	margin: 0 auto 50px;
}

.niigata_lp_copyright {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.niigata_lp_pageTop a{
		height: 60px;
	}

	.niigata_lp_pageTop a:after{
		margin-left: 14px;
	}

	.niigata_lp_footer{
		padding: 50px 0 100px;
	} 

	.niigata_lp_footerText {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}

	.niigata_lp_footerSns {
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.niigata_lp_footerSns li {
		margin: 0 13px 32px;
		width: 84px;
	}

	.niigata_lp_footerLinks {
		text-align: left;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		padding: 0 16px;
	}

	.niigata_lp_footerLinks a {
		width: 50%;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2;
		margin: 0;
	}

	.niigata_lp_footerLogo {
		max-width: 160px;
		margin: 0 auto 40px;
	}

	.niigata_lp_copyright {
		font-size: 1.0rem;
		line-height: 2;
	}
}

.niigata_lp_inner {
	width: 100%;
	max-width: 1064px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.niigata_lp_anchorLinks {
	padding: 64px 0;
}

.niigata_lp_anchorLinks ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.niigata_lp_anchorLinks ul li {
	margin: 0 10px;
}

.niigata_lp_anchorLinks ul li a {
	width: 144px;
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #003288;
	border-radius: 5px;
	font-size: 2.1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.niigata_lp_anchorLinks ul li a:after {
	display: block;
	margin-top: 9px;
	width: 18px;
	height: 9px;
	background: url(../image/icon_link_down.svg) center center no-repeat;
	background-size: cover;
	content: '';
}


.niigata_lp_topTabArea {
	padding-bottom: 64px;
	position: relative;
	overflow: hidden;
}

.niigata_lp_topTabLink {
	display: flex;
	justify-content: center;
	align-items: center;
}

.niigata_lp_topTabLink li {
	width: 50%;
}

.niigata_lp_topTabLink li a {
	width: 100%;
	height: 108px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	background: #fff;
}

.niigata_lp_topTabLink li:nth-child(1) a {
	border: 1px solid #003288;
	border-radius: 5px 0 0 5px;
	color: #003288;
	border-right: 0;
}

.niigata_lp_topTabLink li:nth-child(1) a.is-active {
	color: #fff;
	background: #003288;
}

.niigata_lp_topTabLink li:nth-child(2) a {
	border: 1px solid #EA5404;
	border-radius: 0 5px 5px 0;
	color: #EA5404;
	border-left: 0;
}

.niigata_lp_topTabLink li:nth-child(2) a.is-active {
	color: #fff;
	background: #EA5404;
}

.niigata_lp_topTabLink li a.is-active:after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 2;
	content: '';
}

.niigata_lp_topTabLink li:nth-child(1) a.is-active:after {
	border-top: 20px solid #003288;
}

.niigata_lp_topTabLink li:nth-child(2) a.is-active:after {
	border-top: 20px solid #EA5404;
}


.niigata_lp_topTabBox {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	left: -100%;
	top: -100%;
	z-index: -1;
}

.niigata_lp_topTabBox.is-active {
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}

.colorOrange {
	color: #EA5404;
}

.niigata_lp_topTabTitle {
	padding: 12px 10px;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 30px;
}

#tab01_01 .niigata_lp_topTabTitle {
	background: #003288;
}

#tab01_02 .niigata_lp_topTabTitle {
	background: #EA5404;
}

.niigata_lp_topTabImageList {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px -14px 0;
}

.niigata_lp_topTabImageList li {
	padding: 0 5px;
}

.niigata_lp_topTabTxt {
	margin: 0 -20px;
}

.niigata_lp_topTabText {
	display: block;
	width: 286px;
	margin: 0 auto;
	font-size: 3rem;
	line-height: 1.5;
	padding: 5px 0;
	text-align: center;
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	background: #EA5404;
	border-radius: 5px;
}

.niigata_lp_topTabImage {
	width: 100%;
	max-width: 325px;
	margin: 0 auto 40px;
}


.niigata_lp_course {
	padding-bottom: 64px;
}

.niigata_lp_heading {
	margin-bottom: 55px;
	position: relative;
	display: flex;
}

.niigata_lp_heading.style02 {
	flex-direction: row-reverse;
}

.niigata_lp_heading .image {
	width: 62.5%;
}

.niigata_lp_heading h2 {
	width: 46.875%;
	position: absolute;
	top: 17.1875%;
	z-index: 2;
}

.niigata_lp_heading.style01 h2 {
	right: 0;
}

.niigata_lp_heading.style02 h2 {
	left: 0;
}

.niigata_lp_course .niigata_lp_topTabArea {
	padding-bottom: 0;
}

.niigata_lp_course .niigata_lp_topTabBox {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.niigata_lp_courseList {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.niigata_lp_courseList li {
	margin: 40px 0 0;
	padding: 0 20px;
	width: 33.33%;
	box-sizing: border-box;
}

.niigata_lp_benefit {
	padding-bottom: 64px;
}

.niigata_lp_benefitTabArea {
	padding: 40px 0px;
}

.niigata_lp_benefitTabLink {
	display: flex;
}

.niigata_lp_benefitTabLink li {
	width: 100%;
	height: 102px;
	display: flex;
	align-items: flex-end;
}

.niigata_lp_benefitTabLink li a {
	width: 100%;
	height: 84px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}

.niigata_lp_benefitTabLink li a.is-active {
	height: 102px;
}

.niigata_lp_benefitTabLink li a.is-active:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-top: 24px solid ;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 0;
	z-index: 2;
	content: '';
}

.niigata_lp_benefitTabLink li:nth-child(1) a {
	background: #003F98;
}

.niigata_lp_benefitTabLink li:nth-child(2) a {
	background: #02295F;
}

.niigata_lp_benefitTabLink li:nth-child(3) a {
	background: #EA5404;
}

.niigata_lp_benefitTabLink li:nth-child(4) a {
	background: #D0B86A;
}

.niigata_lp_benefitTabLink li:nth-child(5) a {
	background: #8BC5FF;
}

.niigata_lp_benefitTabLink li:nth-child(1) a.is-active:after {
	border-top-color: #003F98;
}

.niigata_lp_benefitTabLink li:nth-child(2) a.is-active:after {
	border-top-color: #02295F;
}

.niigata_lp_benefitTabLink li:nth-child(3) a.is-active:after {
	border-top-color: #EA5404;
}

.niigata_lp_benefitTabLink li:nth-child(4) a.is-active:after {
	border-top-color: #D0B86A;
}

.niigata_lp_benefitTabLink li:nth-child(5) a.is-active:after {
	border-top-color: #8BC5FF;
}

.niigata_lp_benefitTabBox {
	max-width: 768px;
	margin: 0 auto;
	padding: 64px 0 0;
}

.niigata_lp_benefitTabBox.is-active {
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}

.niigata_lp_benefitList {
	padding: 0 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.niigata_lp_benefitList li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.niigata_lp_benefitListItem {
	padding: 24px;
	background: url(../image/bg_benefit_list.svg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.niigata_lp_benefitListItem:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: '';
	border-top: 60px solid;
	border-right: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid;
	width: 0;
	height: 0;
}

.niigata_lp_benefitListItem .tag {
	position: absolute;
	min-width: 94px;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	right: 32px;
	top: 12px;
}

.niigata_lp_benefitListItem .image {
	position: relative;
	z-index: 2;
}

.niigata_lp_benefitListItem .image img {
	width: 100%;
}

.niigata_lp_benefitListItem .title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 8px;
	color: #fff;
}

.niigata_lp_benefitListItem .link {
	text-align: center;
	margin-top: 8px;
}

.niigata_lp_benefitListItem .link a {
	display: inline-flex;
	width: 148px;
	height: 40px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}

#tab02_01 .niigata_lp_benefitListItem:before {
	border-top-color: #003F98;
	border-left-color: #003F98;
}

#tab02_01 .niigata_lp_benefitListItem .tag,
#tab02_01 .niigata_lp_benefitListItem .link a {
	background: #003F98;
}

#tab02_02 .niigata_lp_benefitListItem:before {
	border-top-color: #02295F;
	border-left-color: #02295F;
}

#tab02_02 .niigata_lp_benefitListItem .tag,
#tab02_02 .niigata_lp_benefitListItem .link a {
	background: #02295F;
}

#tab02_03 .niigata_lp_benefitListItem:before {
	border-top-color: #EA5404;
	border-left-color: #EA5404;
}

#tab02_03 .niigata_lp_benefitListItem .tag,
#tab02_03 .niigata_lp_benefitListItem .link a {
	background: #EA5404;
}

#tab02_04 .niigata_lp_benefitListItem:before {
	border-top-color: #D0B86A;
	border-left-color: #D0B86A;
}

#tab02_04 .niigata_lp_benefitListItem .tag,
#tab02_04 .niigata_lp_benefitListItem .link a {
	background: #D0B86A;
}

#tab02_05 .niigata_lp_benefitListItem:before {
	border-top-color: #8BC5FF;
	border-left-color: #8BC5FF;
}

#tab02_05 .niigata_lp_benefitListItem .tag,
#tab02_05 .niigata_lp_benefitListItem .link a {
	background: #8BC5FF;
}

#tab02_01 .tab02_02,
#tab02_01 .tab02_03,
#tab02_01 .tab02_04,
#tab02_01 .tab02_05,
#tab02_02 .tab02_01,
#tab02_02 .tab02_03,
#tab02_02 .tab02_04,
#tab02_02 .tab02_05,
#tab02_03 .tab02_01,
#tab02_03 .tab02_02,
#tab02_03 .tab02_04,
#tab02_03 .tab02_05,
#tab02_04 .tab02_01,
#tab02_04 .tab02_02,
#tab02_04 .tab02_03,
#tab02_04 .tab02_05,
#tab02_05 .tab02_01,
#tab02_05 .tab02_02,
#tab02_05 .tab02_03,
#tab02_05 .tab02_04 {
	display: none;
}

#tab02_01 .tab02_01,
#tab02_02 .tab02_02,
#tab02_03 .tab02_03,
#tab02_04 .tab02_04,
#tab02_05 .tab02_05 {
	display: block;
}

.niigata_lp_benefitPopup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s;
}

.niigata_lp_benefitPopup.is-active {
	visibility: visible;
	opacity: 1;
}

.niigata_lp_benefitOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.75);
}

.niigata_lp_benefitPopupBox {
	position: absolute;
	width: 482px;
	padding: 26px;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	background: #DEE1E1;
}

.niigata_lp_benefitPopupBoxInner {
	width: 100%;
	height: calc(100vh - 152px);
	max-height: 508px;
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.niigata_lp_benefitPopupBox .close {
	position: absolute;
	width: 26px;
	height: 26px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -48px;
	z-index: 2;
	cursor: pointer;
}

.niigata_lp_benefitPopupBox .image img {
	width: 100%;
}

.niigata_lp_benefitPopupBody {
	padding: 0 15px;
	margin-top: 20px;
}

.niigata_lp_benefitPopupBox .title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 8px;
	color: #003288;
	padding: 0 0 20px;
	border-bottom: 3px solid #EA5404;
	margin-bottom: 20px;
}

.niigata_lp_benefitPopupBox .text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.niigata_lp_benefitItem {
	overflow: hidden;
	margin-bottom: 40px;
}

.niigata_lp_benefitTitle {
	margin-bottom: 24px;
	border-left: 15px solid #003288;
	border-bottom: 2px solid #003288;
	font-size: 2.2rem;
	line-height: 1.5;
	padding-left: 10px;
	font-weight: bold;
	color: #EA5404;
}

.swiper-slide{
	width: 184px;
}

.niigata_lp_benefitBox {
	width: 100%;
}

.niigata_lp_benefitBox .image {
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	padding-top: 74%;
}

.niigata_lp_benefitBox .image img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.niigata_lp_benefitBox .image:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	content: '';
	border-top: 15px solid;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid;
	width: 0;
	height: 0;
}

#tab02_01 .niigata_lp_benefitBox .image:before {
	border-top-color: #003F98;
	border-left-color: #003F98;
}

#tab02_02 .niigata_lp_benefitBox .image:before {
	border-top-color: #02295F;
	border-left-color: #02295F;
}

#tab02_03 .niigata_lp_benefitBox .image:before {
	border-top-color: #EA5404;
	border-left-color: #EA5404;
}

#tab02_04 .niigata_lp_benefitBox .image:before {
	border-top-color: #D0B86A;
	border-left-color: #D0B86A;
}

#tab02_05 .niigata_lp_benefitBox .image:before {
	border-top-color: #8BC5FF;
	border-left-color: #8BC5FF;
}

.niigata_lp_benefitBox .title {
	margin-top: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #EA5404;
	padding: 2px 0 2px 8px;
	border-left: 8px solid #003288;
}

.niigata_lp_benefitBox .title span {
	display: block;
	font-size: 1.2rem;
}

.niigata_lp_benefitBox .text {
	margin-top: 8px;
	font-size: 1.4rem;
	color: #003288;
	line-height: 1.5;
}

.niigata_lp_benefitItem .notes {
	margin-top: 24px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.niigata_lp_backButton {
	text-align: center;
}

.niigata_lp_backButton a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #EA5404;
	color: #EA5404;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 54px;
}

.niigata_lp_backButton a:after {
	display: block;
	margin-left: 9px;
  width: 18px;
  height: 9px;
  background: url(../image/icon_link_down.svg) center center no-repeat;
  background-size: cover;
  content: '';
  transform: rotate(180deg);
}


.niigata_lp_benefitToggleArea {
	max-width: 768px;
	margin: 0 auto;
	width: 100%;
}

.niigata_lp_benefitToggleArea dl dt {
	cursor: pointer;
	width: 100%;
	background: #003288;
	border-radius: 5px;
	position: relative;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 70px;
	color: #fff;
	box-sizing: border-box;
}

.niigata_lp_benefitToggleArea dl dt:before,
.niigata_lp_benefitToggleArea dl dt:after {
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	z-index: 2;
	transition: all .5s;
}

.niigata_lp_benefitToggleArea dl dt:before {
	transform: translateY(-50%) rotate(0);
}

.niigata_lp_benefitToggleArea dl dt.is-active:before {
	transform: translateY(-50%) rotate(90deg);
}

.niigata_lp_benefitToggleArea dl dd {
	padding-top: 24px;
}

.notesList {
	margin-top: 16px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.notesList li {
	padding-left: 1.8em;
	text-indent: -1.8em;
}



.niigata_lp_salon {
	background: #000000;
	padding: 76px 0 64px;
}

.niigata_lp_salonInner {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.niigata_lp_salonHeading {
	margin-bottom: 44px;
	text-align: center;
}

.niigata_lp_salonHeading h2 {
	font-size: 4rem;
	font-family: 'Bebas Kai';
	color: #fff;
	letter-spacing: 0.075em;
	line-height: 1.2;
	margin-bottom: 8px;
}

.niigata_lp_salonHeading h3 {
	font-size: 2.4rem;
	color: #fff;
	background: #EA5404;
	line-height: 1.5;
	padding: 2px 10px;
	font-weight: bold;
	margin-bottom: 40px;
}

.niigata_lp_salonHeading .salonLogo {
	max-width: 382px;
	margin: 0 auto;
}

.niigata_lp_salonPhone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.niigata_lp_salonPhone .niigata_lp_salonPhoneImage {
	width: 43.359375%;
}

.niigata_lp_salonPhone .niigata_lp_salonPhoneBox {
	width: 50%;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
}

.niigata_lp_salonPhone .niigata_lp_salonPhoneBox h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.niigata_lp_salonTitle {
	background: #fff;
	position: relative;
	background: #EA5404;
	margin-bottom: 48px;
	border-radius: 5px;
}

.niigata_lp_salonTitle:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #EA5404;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 0;
}

.niigata_lp_salonTitle h2 {
	background: #fff;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	color: #EA5404;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.niigata_lp_salonTitle p {
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.niigata_lp_salonContent {
	padding-bottom: 40px;
}

.niigata_lp_salonContent h3 {
	width: 100%;
	background: #003288;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 40px;
	text-align: center;
}

.niigata_lp_salonContent h3 span {
	font-size: 1.6rem;
}

.niigata_lp_salonContentList {
	display: flex;
	margin-left: -27px;
	flex-wrap: wrap;
}

.niigata_lp_salonContentItem {
	padding-left: 27px;
	width: 33.33%;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
}

.niigata_lp_salonContentSub {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 16px;
	text-align: center;
	font-size: 1.6rem;
	color: #EA5404;
	font-weight: bold;
	line-height: 1.5;
	padding: 3px 10px;
	margin-bottom: 16px;
}

.niigata_lp_salonContent h4 {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	color: #EA5404;
	margin-bottom: 16px;
}

.niigata_lp_salonFunction h3 {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 16px;
	text-align: center;
	font-size: 1.6rem;
	color: #EA5404;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 10px;
	margin-bottom: 40px;
}

.niigata_lp_salonFunction ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -22px;
}

.niigata_lp_salonFunction ul li {
	width: 25%;
	padding: 0 22px;
	box-sizing: border-box;
}

.niigata_lp_salonFunction ul li img {
	width: 100%;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.niigata_lp_inner {
		padding: 0 16px;
	}

	.niigata_lp_anchorLinks {
		padding: 24px 0;
	}

	.niigata_lp_anchorLinks ul li {
		margin: 0 6px;
	}

	.niigata_lp_anchorLinks ul li a {
		width: 80px;
		height: 48px;
		border-radius: 5px;
		font-size: 1.2rem;
	}

	.niigata_lp_anchorLinks ul li a:after {
		margin-top: 4px;
		width: 10px;
		height: 5px;
	}


	.niigata_lp_topTabArea {
		padding-bottom: 48px;
	}

	.niigata_lp_topTabLink li a {
		width: 100%;
		height: 56px;
		font-size: 1.4rem;
	}

	.niigata_lp_topTabLink li a.is-active:after {
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
	}

	.niigata_lp_topTabLink li:nth-child(1) a.is-active:after {
		border-top: 10px solid #003288;
	}

	.niigata_lp_topTabLink li:nth-child(2) a.is-active:after {
		border-top: 10px solid #EA5404;
	}


	.niigata_lp_topTabBox {
		padding-top: 35px;
		font-size: 1.6rem;
	}

	.niigata_lp_topTabTitle {
		padding: 0;
		text-align: left;
		font-size: 2rem;
		margin-bottom: 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.niigata_lp_topTabTitle span {
		display: inline-block;
		padding: 4px 16px;
		width: auto;
	}

	.niigata_lp_topTabTitle span + span {
		margin-top: 16px;
	}

	#tab01_01 .niigata_lp_topTabTitle {
		background: none;
		align-items: flex-start;
	}

	#tab01_01 .niigata_lp_topTabTitle span {
		background: #003288;
	}

	#tab01_02 .niigata_lp_topTabTitle {
		background: none;
		align-items: flex-end;
	}

	#tab01_02 .niigata_lp_topTabTitle span {
		background: #EA5404;
	}

	.niigata_lp_topTabBody {
		padding: 0 16px;
	}

	.niigata_lp_topTabImageList {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 -12px 0;
	}

	.niigata_lp_topTabImageList li {
		padding: 0 5px;
		margin-top: 20px;
		width: 50%;
		box-sizing: border-box;
	}

	.niigata_lp_topTabTxt {
		margin: 0;
	}

	.niigata_lp_topTabText {
		width: 188px;
		font-size: 2rem;
		padding: 4px 0;
		margin-top: 20px;
	}

	.niigata_lp_topTabImage {
		width: 100%;
		max-width: 130px;
		margin: 0 auto 24px;
	}


	.niigata_lp_course {
		padding-bottom: 48px;
	}

	.niigata_lp_heading {
		margin: 0 -16px 25px;
	}


	.niigata_lp_courseList {
		display: block;
		margin: 0;
		padding: 0 16px;
	}

	.niigata_lp_courseList li {
		margin: 25px 0 0;
		padding: 0;
		width: 100%;
	}

	.niigata_lp_courseList li img {
		width: 100%;
	}

	.niigata_lp_benefit {
		padding-bottom: 48px;
	}

	.no-scroll .niigata_lp_benefit {
		position: relative;
		z-index: 999;
		overflow: hidden;
	}

	.niigata_lp_benefitTabArea {
		padding: 25px 16px 33px;
	}

	.niigata_lp_benefitTabLink {
		margin: 0 -32px;
	}

	.niigata_lp_benefitTabLink li {
		height: 80px;
	}

	.niigata_lp_benefitTabLink li a {
		height: 70px;
		font-size: 1.2rem;
		padding-bottom: 8px;
	}

	.niigata_lp_benefitTabLink li a.is-active {
		height: 80px;
	}

	.niigata_lp_benefitTabLink li a.is-active:after {
		border-top: 16px solid ;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
	}

	.niigata_lp_benefitTabBox {
		padding: 36px 0 0;
		box-sizing: border-box;
	}

	.niigata_lp_benefitList {
		padding: 0;
	}

	.niigata_lp_benefitList li {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}

	.niigata_lp_benefitPopupBox {
		width: 295px;
		padding: 16px;
	}

	.niigata_lp_benefitPopupBoxInner {
		height: calc(100vh - 112px);
		max-height: 338px;
	}

	.niigata_lp_benefitPopupBox .close {
		width: 24px;
		height: 24px;
		bottom: -40px;
	}

	.niigata_lp_benefitPopupBody {
		padding: 0 8px;
		margin-top: 16px;
	}

	.niigata_lp_benefitPopupBox .title {
		font-size: 1.6rem;
		margin-top: 0;
		padding: 0 0 16px;
		border-bottom: 2px solid #EA5404;
		margin-bottom: 16px;
	}

	.niigata_lp_benefitPopupBox .text {
		font-size: 1.4rem;
	}

	.niigata_lp_benefitItem {
		overflow: hidden;
		margin-bottom: 40px;
	}

	.niigata_lp_benefitTitle {
		margin-bottom: 24px;
		border-left: 15px solid #003288;
		border-bottom: 2px solid #003288;
		font-size: 2.2rem;
		line-height: 1.5;
		padding-left: 10px;
		font-weight: bold;
		color: #EA5404;
	}

	.niigata_lp_backButton {
		text-align: center;
	}

	.niigata_lp_backButton a {
		font-size: 1.4rem;
		max-width: 100%;
		height: 48px;
	}

	.niigata_lp_backButton a:after {
		margin-left: 8px;
	  width: 10px;
	  height: 5px;
	}

	.niigata_lp_benefitToggleArea {
		padding: 0 16px;
		box-sizing: border-box;
	}

	.niigata_lp_benefitToggleArea dl dt {
		font-size: 1.4rem;
		padding: 14px 35px;
	}

	.niigata_lp_benefitToggleArea dl dt:before,
	.niigata_lp_benefitToggleArea dl dt:after {
		width: 16px;
		height: 2px;
		right: 15px;
	}

	.niigata_lp_benefitToggleArea dl dd {
		padding-top: 14px;
	}




	.niigata_lp_salon {
		padding: 50px 0 32px;
	}

	.niigata_lp_salonInner {
		padding: 0 16px;
		box-sizing: border-box;
	}

	.niigata_lp_salonHeading {
		margin-bottom: 24px;
	}

	.niigata_lp_salonHeading h2 {
		font-size: 3.2rem;
		margin-bottom: 4px;
	}

	.niigata_lp_salonHeading h3 {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}

	.niigata_lp_salonHeading .salonLogo {
		max-width: 277px;
	}

	.niigata_lp_salonPhone {
		display: block;
		margin-bottom: 24px;
	}

	.niigata_lp_salonPhone .niigata_lp_salonPhoneImage {
		width: 100%;
		margin-bottom: 8px;
	}

	.niigata_lp_salonPhone .niigata_lp_salonPhoneBox {
		width: 100%;
		font-size: 1.4rem;
	}

	.niigata_lp_salonPhone .niigata_lp_salonPhoneBox h3 {
		font-size: 2rem;
		margin-bottom: 16px;
	}

	.niigata_lp_salonTitle {
		margin-bottom: 36px;
	}

	.niigata_lp_salonTitle:after {
		border-top: 12px solid #EA5404;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}

	.niigata_lp_salonTitle h2 {
		height: 70px;
		font-size: 1.6rem;
	}

	.niigata_lp_salonTitle p {
		font-size: 1.6rem;
	}

	.niigata_lp_salonContent {
		padding-bottom: 32px;
	}

	.niigata_lp_salonContent h3 {
		margin-bottom: 24px;
	}

	.niigata_lp_salonContent h3 span {
		font-size: 1.2rem;
	}

	.niigata_lp_salonContentList {
		display: block;
		margin-left: 0;
	}

	.niigata_lp_salonContentItem {
		padding-left: 0;
		width: 100%;
		max-width: 238px;
		margin: 0 auto;
	}

	.niigata_lp_salonContentItem + .niigata_lp_salonContentItem {
		margin-top: 24px;
	}

	.niigata_lp_salonFunction h3 {
		margin-bottom: 24px;
	}

	.niigata_lp_salonFunction ul {
		margin: 0 -8px;
	}

	.niigata_lp_salonFunction ul li {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 16px;
	}

}

.niigata_lp_benefitWrap .swiper {
	overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.swiper-slide {
	margin-right: 24px;
}





