@import url(global.css);

.mainvisual h1::after {
	background: url(../sumi/img/top.jpg);
	background-size: cover;
}

.contents section h1 {
	text-align: center;
	font-size: 22px;
	margin: 0 auto 2em;
}
.contents section p {
	margin: 0 auto 1em;
	text-align: center;
}
/* ------ 旧デザイン start ------ */
.contents .image1 {
	background-color: #f3f3f3;
	margin: 45px auto 60px;
	padding: 40px;
	width: 75%;
}
.contents .image1 p {
	margin-bottom: 20px;
}
.contents .image1 ul {
	overflow: hidden;
}
.contents .image1 li {
	float: left;
	margin: 1%;
	width: 48%;
	font-size: 13px;
}
.contents .image1 li p {
	float: left;
	background-color: #ef610b;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-right: 10px;
	padding: 3px;
	width: 25px;
}
.contents .image1 li span {
	display: block;
	font-weight: bold;
}

.contents .kouka {
	overflow: hidden;
	margin: 20px auto 40px;
	width: 90%;
}
.contents .kouka li {
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	margin: 1%;
	padding: 30px;
	width: 48%;
}
.contents .kouka li figure {
	margin: 30px auto;
	width: 70%;
}
.contents .kouka h2 {
	text-align: center;
	color: #D8BE4E;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.contents .kouka p {
	text-align: left;
	margin-bottom: 0;
}
/* ------ 旧デザイン end ------ */


#barrier .nav {
}
#barrier.contents .nav p.navttl::before {
	content: "";
	display: block;
	background: url("../sumi/img/barrier/icon_shield_bk.png") no-repeat top center;
	background-size: auto 40px;
	width: 35px;
	height: 40px;
	margin: 0 auto 10px;
}
#barrier.contents .nav p.navttl {
	text-align: center;
	font-size: 26px;
	line-height: 1;
	margin: 0;
	font-weight: 300;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
#barrier.contents .nav p.navttl strong {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
}
#barrier.contents .nav p.navttl span {
	display: inline-block;
	color: #5AC2D8;
	font-weight: bold;
	margin-left: 5px
}
#barrier.contents .nav p.navttl span::first-letter {
	font-size: 46px;
}
#barrier .nav ul {
	margin: 90px -10px 100px;
}
#barrier .nav ul li {
	float: left;
	width: 25%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#barrier .nav ul li a {
	display: table;
	width: 100%;
	height: 90px;
	position: relative;
	text-align: left;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#barrier .nav ul li a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#barrier .nav ul li.nav1 a { background-color: #EE86AD; }
#barrier .nav ul li.nav2 a { background-color: #8DC76D; }
#barrier .nav ul li.nav3 a { background-color: #A4ABD6; }
#barrier .nav ul li.nav4 a { background-color: #5AC2D8; }

#barrier .nav ul li a::before {
	content: "";
	display: table-cell;
	vertical-align: middle;
	background: url("../sumi/img/barrier/icon_shield_wh.png") no-repeat left center;
	background-size: auto 40px;
	width: 35px;
	height: 100%;
	padding-right: 10px;
}
#barrier .nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 10px solid #FFF;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
#barrier .nav ul li a span {
	display: block;
	position: absolute;
	left: 0;
	top: -33px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}
#barrier .nav ul li.nav1 a span { color: #EE86AD; }
#barrier .nav ul li.nav2 a span { color: #8DC76D; }
#barrier .nav ul li.nav3 a span { color: #A4ABD6; }
#barrier .nav ul li.nav4 a span { color: #5AC2D8; }

#barrier .nav ul li a p {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	font-size: 21px;
	line-height: 1.3;
	margin: 0;
	text-align: left;
}
#barrier .nav ul li a p b {
	font-weight: bold;
}


#barrier #lead .lead {
	width: 900px;
	margin: 0 auto 100px;
	position: relative;
}
#barrier #lead .lead figure {
	width: 600px;
	overflow: hidden;
}
#barrier #lead .lead .txt {
	position: absolute;
	z-index: 2;
	width: 500px;
	right: 0;
	top: 60px;
}
#barrier #lead .lead .txt h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
#barrier.contents section#lead .lead .txt p {
	text-align: justify;
}


#barrier #first {
}
#barrier.contents section#first h1 {
}
#barrier #first .bubble {
	background: url("../sumi/img/barrier/sumi_bg.jpg") no-repeat right center;
	background-size: 700px auto;
	height: 760px;
	position: relative;
}
#barrier #first .bubble h2 {
	position: absolute;
	top: 0;
	right: 23px;
}
#barrier #first .bubble .txt {
	padding-top: 100px;
	width: 520px;
}
#barrier.contents section#first .bubble .txt p {
	text-align: justify;
}
#barrier #first .point {
	margin-top: -200px;
	padding-top: 50px;
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: rgba(255,255,255,.5);
}
#barrier #first .point dl {
	float: left;
	width: 50%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#barrier #first .point dl dt {
	color: #D8BE4C;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
#barrier #first .point dl dd {
}
#barrier.contents section#first .point dl dd p {
	text-align: justify;
}
#barrier #first .point dl dd figure {
	margin-top: 20px;
}
#barrier #first .point dl dd figure figcaption {
	color: #D8BE4C;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
#barrier #first .point dl dd figure span {
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #666;
}


#barrier.contents section.box {
}
#barrier.contents section.box h1 {
	font-size: 24px;
	font-weight: 300;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
#barrier.contents section#sec1.box .subbox .ph figure figcaption,
#barrier.contents section#sec1.box h1 { color: #EE86AD; }
#barrier.contents section#sec2.box .subbox .ph figure figcaption,
#barrier.contents section#sec2.box h1 { color: #8DC76D; }
#barrier.contents section#sec3.box .subbox .ph figure figcaption,
#barrier.contents section#sec3.box h1 { color: #A4ABD6; }
#barrier.contents section#sec4.box .subbox .ph figure figcaption,
#barrier.contents section#sec4.box h1 { color: #5AC2D8; }

#barrier.contents section.box h1 span {
	display: block;
	width: 70px;
	line-height: 70px;
	margin: 0 auto 10px;
	color: #FFF;
	font-size: 30px;
	font-weight: bolder;
}
#barrier.contents section#sec1.box .subbox .txt_l dl dt,
#barrier.contents section#sec1.box .subbox .ph figure figcaption::before,
#barrier.contents section#sec1.box h1 span { background-color: #EE86AD; }
#barrier.contents section#sec2.box .subbox .txt_l dl dt,
#barrier.contents section#sec2.box .subbox .ph figure figcaption::before,
#barrier.contents section#sec2.box h1 span { background-color: #8DC76D; }
#barrier.contents section#sec3.box .subbox .txt_l dl dt,
#barrier.contents section#sec3.box .subbox .ph figure figcaption::before,
#barrier.contents section#sec3.box h1 span { background-color: #A4ABD6; }
#barrier.contents section#sec4.box .subbox .txt_l dl dt,
#barrier.contents section#sec4.box .subbox .ph figure figcaption::before,
#barrier.contents section#sec4.box h1 span { background-color: #5AC2D8; }

#barrier.contents section.box .widebox {
	position: relative;
	height: 312px;
	margin: 50px auto 70px;
}
#barrier.contents section.box .widebox figure {
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
}
#barrier.contents section.box .widebox figure img {
	max-width: none;
}
#barrier.contents section#sec4.box .widebox figure {
	position: static;
}
#barrier.contents section#sec4.box .widebox figure img {
	max-width: 100%;
}
#barrier.contents section.box .widebox .txt {
	width: 48%;
	margin-left: 52%;
}
#barrier.contents section.box .widebox .txt p {
	text-align: justify;
}
#barrier.contents section.box .widebox .txt span {
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 1.3;
	letter-spacing: 1px;
}
#barrier.contents section.box .subbox {
	overflow: hidden;
	margin-bottom: 80px;
}
#barrier.contents section.box .subbox h2 {
	text-align: center;
	margin-bottom: 40px;
}
#barrier.contents section.box .subbox .ph {
	float: right;
	width: 490px;
	overflow: hidden;
}
#barrier.contents section.box .subbox .ph figure.half {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#barrier.contents section.box .subbox .ph figure.half + figure.half {
	padding: 0 0 0 10px;
}
#barrier.contents section.box .subbox .ph figure figcaption {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
#barrier.contents section.box .subbox .ph figure.half figcaption {
	height: 40px;
	line-height: 20px;
}
#barrier.contents section.box .subbox .ph figure figcaption::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 5px 4px 0;
}
#barrier.contents section.box .subbox .txt_l {
	float: left;
	width: 610px;
}
#barrier.contents section.box .subbox .txt_l > p {
	text-align: justify;
}
#barrier.contents section.box .subbox .txt_l dl {
	margin-top: 25px;
}
#barrier.contents section.box .subbox .txt_l dl dt {
	line-height: 50px;
	padding: 0 20px;
	position: relative;
	color: #FFF;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
#barrier.contents section.box .subbox .txt_l dl dt:hover {
	cursor: pointer;
}
#barrier.contents section.box .subbox .txt_l dl dt::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 15px solid #FFF;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
#barrier.contents section.box .subbox .txt_l dl dt:hover::after {
	top: 60%;
}
#barrier.contents section.box .subbox .txt_l dl.open dt::after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
#barrier.contents section.box .subbox .txt_l dl.open dt:hover::after {
	top: 40%;
}

#barrier.contents section.box .subbox .txt_l dl dd {
	background-color: #F7F7F7;
	padding: 20px;
}
#barrier.contents section.box .subbox .txt_l dl dd p {
	font-size: 15px;
	text-align: justify;
}
#barrier.contents section#sec4.box .subbox .txt_l figure {
	width: 70%;
	margin: 0 auto;
}
#barrier.contents section.box .subbox .txt_l dl dd p + ul {
	border-top: 1px dashed #CCC;
	margin-top: 15px;
	padding-top: 15px;
}
#barrier.contents section.box .subbox .txt_l dl dd ul li {
	text-align: left;
	font-size: 15px;
	line-height: 1.3;
	margin: 3px 0;
	padding-left: 20px;
	text-indent: -16px;
}
#barrier.contents section.box .subbox .txt_l dl dd ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 7px 1px 0;
	background-color: #999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}



/* --------- btn --------- */
.contents p.btn {
	width: 60%;
	margin: 60px auto;
}
.contents p.btn a {
	width: 100%;
	display: block;
	padding: 20px;
	border: 1px solid #000;
	background: #fff;
	background-size: contain;
	color: #000;
	position: relative;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
	text-align: center;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
}
.contents p.btn a:hover {
	color: #fff;
}
.contents p.btn a span {
	display: block;
	font-size: 14px;
	font-family: 'Cinzel', serif;
	letter-spacing: 0;
	line-height: 1.2;
}
.contents p.btn a img {
	width: 20px;
}
.contents p.btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
	position: absolute;
	top: 0;
  left: -100%;
  z-index: -1;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
}
.contents p.btn a:hover::after {
  left: 0;
	background-color: rgba(12,51,136,0.5);
}



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

 Responsive-Breakpoint-1 ( 1140px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1139px){


	/* ------ 旧デザイン start ------ */
	.contents .image1 {
		width: auto;
		padding: 20px;
	}
	.contents .kouka li {
		width: auto;
		margin: 0 0 30px;
	}
	.contents .kouka li:last-child {
		margin: 0;
	}
	.contents .kouka li figure {
		width: 45%;
	}
	/* ------ 旧デザイン end ------ */


	#barrier .nav ul {
		margin: 90px -10px 60px;
	}
	#barrier .nav ul li {
		width: 50%;
		padding: 0 10px 40px;
	}
	#barrier .nav ul li a {
		padding: 5px 20px;
	}
	#barrier .nav ul li a::before {
		padding-right: 20px;
	}

	#barrier #lead .lead {
		width: 850px;
	}
	#barrier #lead .lead .txt {
		top: 30px;
		width: 600px;
	}

	#barrier #first .bubble .txt {
		position: relative;
		z-index: 3;
		padding-top: 320px;
	}
	#barrier #first .point dl dt {
		line-height: 1.3;
	}
	#barrier #first .point dl dd figure figcaption {
		line-height: 1.3;
	}
	
	#barrier.contents section.box .subbox .ph {
		width: 43%;
	}
	#barrier.contents section.box .subbox .txt_l {
		width: 55%;
	}









}




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

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){


	#barrier #lead .lead {
		width: auto;
		margin: 0 0 100px;
	}
	#barrier #lead .lead figure {
		width: 100%;
	}
	#barrier #lead .lead .txt {
		width: 65%;
	}
	#barrier #lead .lead .txt h2 {
		font-size: 21px;
	}

	#barrier #first .bubble {
		background-position: 30% center;
		background-size: cover;
		height: auto;
		position: static;
	}
	#barrier #first .bubble h2 {
		position: static;
		text-align: center;
	}
	#barrier #first .bubble .txt {
		padding: 30px 20px;
		width: auto;
	}
	#barrier.contents section#first .bubble .txt p {
		text-align: justify;
	}
	#barrier #first .point {
		margin-top: 30px;
		padding-top: 0;
		margin-bottom: 100px;
		background-color: transparent;
	}
	
	#barrier.contents section.box .subbox h2 {
		width: 300px;
		margin: 0 auto 40px;
	}
	#barrier.contents section.box .subbox .ph {
		width: 47%;
	}
	#barrier.contents section.box .subbox .txt_l {
		width: 50%;
	}

/* --------- btn --------- */
	.contents p.btn {
		width: 80%;
	}






}







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

 Responsive-Breakpoint-3 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){



	.contents section p {
		text-align: left;
	}

	/* ------ 旧デザイン start ------ */
	.contents .image1 {
		padding: 10px;
	}
	.contents .image1 li {
		float: none;
		width: auto;
		overflow: hidden;
		margin: 0 0 1em;
	}
	.contents .image1 li p {
		font-size: inherit;
		width: 20px;
		text-align: center;
		line-height: 20px;
	}

	.contents .kouka {
		width: auto;
	}
	.contents .kouka li {
		padding: 15px;
	}
	.contents .kouka h2 {
		margin: 20px 0;
	}
	.contents .kouka li figure {
		width: 80%;
	}
	/* ------ 旧デザイン end ------ */



	#barrier.contents .nav p.navttl {
		font-size: 20px;
	}
	#barrier.contents .nav p.navttl strong {
		font-size: 30px;
	}
	#barrier.contents .nav p.navttl span {
		margin-left: 5px
	}
	#barrier.contents .nav p.navttl span::first-letter {
		font-size: 36px;
	}
	#barrier .nav ul {
		margin: 60px 0 40px;
	}
	#barrier .nav ul li {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}
	#barrier .nav ul li a {
		height: auto;
		min-height: 50px;
		padding: 10px;
	}

	#barrier .nav ul li a::before {
		background-size: auto 30px;
		width: 25px;
		padding-right: 10px;
	}
	#barrier .nav ul li a::after {
		bottom: 3px;
		border-top: 8px solid #FFF;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
	}
	#barrier .nav ul li a span {
		left: 0;
		top: -20px;
		font-size: 27px;
	}

	#barrier .nav ul li a p {
		font-size: 16px;
		letter-spacing: 1px;
	}
	#barrier .nav ul li a p br {
		display: none;
	}

	#barrier #lead .lead {
		margin: 0 0 60px;
		padding-top: 50px;
	}
	#barrier #lead .lead figure {
		opacity: .6;
		width: 75%;
	}
	#barrier #lead .lead .txt {
		top: 0;
		width: 80%;
	}
	#barrier #lead .lead .txt h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#barrier #lead .lead .txt p {
		line-height: 1.4;
		text-shadow: 0 0 3px #FFF, 0 0 6px #FFF;
	}

	#barrier.contents section#first h1 {
		width: 95px;
		margin: 0 auto 1em;
	}
	#barrier #first .point {
		margin-bottom: 70px;
	}
	#barrier #first .point dl {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}
	#barrier #first .point dl dt {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#barrier #first .point dl dd figure span {
		font-size: 13px;
		letter-spacing: 0;
	}


	#barrier.contents section.box {
	}
	#barrier.contents section.box h1 {
		font-size: 21px;
		margin-bottom: 30px;
	}

	#barrier.contents section.box h1 span {
		width: 50px;
		line-height: 50px;
		font-size: 24px;
	}

	#barrier.contents section.box .widebox {
		position: relative;
		height: auto;
		margin: 20px auto 30px;
	}
	#barrier.contents section.box .widebox figure {
		position: static;
	}
	#barrier.contents section.box .widebox figure img {
		max-width: 100%;
	}
	#barrier.contents section.box .widebox .txt {
		width: 100%;
		margin: 10px 0 0;
	}
	#barrier.contents section.box .widebox .txt span {
		font-size: 14px;
		letter-spacing: 0;
	}
	#barrier.contents section.box .subbox {
		margin-bottom: 50px;
	}
	#barrier.contents section.box .subbox h2 {
		width: 200px;
	}
	#barrier.contents section.box .subbox .ph {
		float: none;
		width: 100%;
		overflow: visible;
	}
	#barrier.contents section.box .subbox .ph figure.half {
		width: 100%;
		float: none;
		padding: 0 0 15px;
	}
	#barrier.contents section.box .subbox .ph figure.half + figure.half {
		padding: 0;
	}
	#barrier.contents section.box .subbox .ph figure figcaption {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#barrier.contents section.box .subbox .ph figure.half figcaption {
		margin-bottom: 0;
		line-height: 1.3;
		height: auto;
	}
	#barrier.contents section.box .subbox .ph figure figcaption::before {
		width: 8px;
		height: 8px;
		margin: 0 4px 3px 0;
	}
	#barrier.contents section.box .subbox .txt_l {
		margin-top: 30px;
		float: none;
		width: 100%;
	}
	#barrier.contents section#sec4.box .subbox .txt_l figure {
		width: 90%;
	}
	#barrier.contents section.box .subbox .txt_l dl {
		margin-top: 20px;
	}
	#barrier.contents section.box .subbox .txt_l dl dt {
		line-height: 40px;
		padding: 0 15px;
	}
	#barrier.contents section.box .subbox .txt_l dl dt::after {
		right: 15px;
		border-top: 12px solid #FFF;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	#barrier.contents section.box .subbox .txt_l dl dd {
		padding: 15px 10px;
	}
	#barrier.contents section.box .subbox .txt_l dl dd p + ul {
		margin-top: 10px;
		padding-top: 10px;
	}
	#barrier.contents section.box .subbox .txt_l dl dd ul li {
		font-size: 14px;
	}
	#barrier.contents section.box .subbox .txt_l dl dd ul li::before {
		width: 8px;
		height: 8px;
		margin-right: 10px;
	}






/* --------- btn --------- */
	.contents p.btn {
		width: 90%;
		margin: 40px auto;
	}
	.contents p.btn a img {
		display: block;
	}






}









