@charset "UTF-8";

.reform2 .breadcrumb-wrap {
	position: absolute;
	top: 141px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.reform2 .breadcrumb-wrap {
		top: 68px;
	}
}
/*== contents A ==*/
.reform2-tmp-a {
	background: url("../img/reform2/bg_a.jpg") no-repeat center center;
	background-size: cover;
	width: 100vw;
	/*height: 44.3vw;*/
	min-height: 600px;
	padding: 0 25px;
	position: relative;
}
.reform2-tmp-a div {
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.reform2-tmp-a span,
.reform2-tmp-a p {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .1em;
}
.reform2-tmp-a span:nth-child(1) {
	font-size: 28px;
}
.reform2-tmp-a span:nth-child(2) {
	font-size: 72px;
	margin-top: 40px;
}
.reform2-tmp-a span:nth-child(3) {
	font-size: 24px;
	margin-top: 60px;
	letter-spacing: .05em;
}
.reform2-tmp-a p{
	font-size: 24px;
	margin-top: 60px;
	letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
	.reform2-tmp-a {
		height: auto;
		padding: 100px 25px;
		position: relative;
		min-height:550px;
	}
	.reform2-tmp-a div {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.reform2-tmp-a span:nth-child(1) {
		font-size: 19px;
	}
	.reform2-tmp-a span:nth-child(2) {
		font-size: 36px;
	}
	.reform2-tmp-a span:nth-child(3) {
		font-size: 20px;
    		margin-top: 2em;
	}
	.reform2-tmp-a p{
		font-size: 20px;
    		margin-top: 2em;
	}
}

/*== contents B ==*/
.reform2-tmp-b {
	position: relative;
}
.reform2-tmp-b h2 {
	position: absolute;
	top: -195px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reform2-tmp-b h2.title1 {
	min-height: 196px;
	padding: 80px 25px 0;
}
.reform2-tmp-b li a {
	text-align: justify;
	line-height: 1.75;
	transition: .2s;
}
.reform2-tmp-b li a:hover {
	opacity: .8;
}
.reform2-tmp-b li:nth-child(1) a {
	color: #80b874;
}
.reform2-tmp-b li:nth-child(2) a {
	color: #f8955b;
}
.reform2-tmp-b li:nth-child(3) a {
	color: #ee8c7f;
}
.reform2-tmp-b img {
	margin-bottom: 20px;
}
.reform2-tmp-b figcaption {
	font-weight: bold;
	padding: 0 10px;
}

@media all and (-ms-high-contrast:none){
/*	.reform2-tmp-b ul{
		display: flex;
		flex-wrap:nowrap;
	}*/
.style_cst{
  width: 100%;
  margin: 0;
}
  .style_cst li{
  width: 33.3333%;
}
}
@media all and (-ms-high-contrast:none) and (max-width: 767px) {
  .style_cst{
    margin: 0 0 -40px -40px;
  }
  .style_cst li{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
	.reform2-tmp-b {
		padding-top:30px;
	}
	.reform2-tmp-b figcaption {
	font-size: 16px;
	}
}

/*== contents C ==*/
.reform2-tmp-c {
	overflow: hidden;
}
.reform2-tmp-c li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	min-height: 110px;
	padding: 20px 20px 20px 50px;
	position: relative;
}
.reform2-tmp-c li+li {
	margin-top: 30px;
}
.reform2-tmp-c li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b9d3d9;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}
.reform2-tmp-c p {
	line-height: 1.75;
}
@media screen and (max-width: 640px) {
	.reform2-tmp-c li span {
		width: 50px;
		height: 50px;
		top: 20px;
		left: 0;
		transform: translate(-50%,0);
	}
}

/*== reform2 style ==*/
/* style1 */
.reform2-style1 {
	max-width: 1140px;
	padding: 100px 25px 50px;
	margin: 0 auto 50px;
	position: relative;
}
.reform2-style1 img {
	display: block;
	width: 100%;
}
.reform2-style1 h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 234px;
	height: 234px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	left: 25px;
	font-size: 53px;
	font-weight: bold;
}
.reform2-style1 h2 .span {
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.reform2-style1 h2 .span {
		margin-top: 0;
		font-size: 30px;
	}
}

/* style2 */
.reform2-style2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 284px);
	margin: 0 0 0 auto;
}
.reform2-style2 dl {
	width: 50%;
}
.reform2-style2 dl:nth-child(1) {
	padding-right: 10px;
}
.reform2-style2 dl:nth-child(2) {
	padding-left: 10px;
}
.reform2-style2 dt {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 27px;
	position: relative;
}
.reform2-style2 dt .span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}
.reform2-style2 dt::after {
	content: "";
	display: block;
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.reform2-style2 dd {
	margin-top: 36px;
}
.reform2-style2 dl:nth-child(1) li {
	font-weight: bold;
	padding-left: 2em;
	position: relative;
}
.reform2-style2 dl:nth-child(1) li+li {
	margin-top: 1em;
}
.reform2-style2 dl:nth-child(1) li::before {
	content: "\25A0";
	position: absolute;
	top: 0;
	left: 0;
}
.reform2-style2 dl:nth-child(2) ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -15px -15px;
}
.reform2-style2 dl:nth-child(2) li {
	width: 25%;
	font-size: 16px;
	text-align: center;
	padding: 0 0 15px 15px;
}
.reform2-style2 figcaption {
	margin-top: 15px;
}
.reform2-style-color1 {
	color: #80b874;
}
.reform2-style-color1 h2 {
	background-color: #80b874;
}
.reform2-style-color1 dt::after {
	background-image: url("../img/reform2/line_style1.svg");
}
.reform2-style-color1 dl:nth-child(2) li img {
	background-color: #80b874;
}
.reform2-style-color2 {
	color: #f8955b;
}
.reform2-style-color2 h2 {
	background-color: #f8955b;
}
.reform2-style-color2 dt::after {
	background-image: url("../img/reform2/line_style2.svg");
}
.reform2-style-color2 dl:nth-child(2) li img {
	background-color: #f8955b;
}
.reform2-style-color3 {
	color: #ee8c7f;
}
.reform2-style-color3 h2 {
	background-color: #ee8c7f;
}
.reform2-style-color3 dt::after {
	background-image: url("../img/reform2/line_style3.svg");
}
.reform2-style-color3 dl:nth-child(2) li img {
	background-color: #ee8c7f;
}
@media screen and (max-width: 960px) {
	.reform2-style2 dl {
		width: 100%;
	}
	.reform2-style2 dl:nth-child(1) {
		padding-right: 0;
	}
	.reform2-style2 dl:nth-child(2) {
		padding-left: 0;
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.reform2-style1 {
		padding: 50px 25px 20px;
	}
	.reform2-style1 h2 {
		top: 0;
		border-radius:0;
		position: relative;
		margin-bottom: 30px;
		width:100%;
		left:auto;
		height:auto;
		padding:15px;
		font-size:30px;
		flex-direction: inherit;
	}
	.reform2-style2 {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	.reform2-style2 dl:nth-child(2) li {
		width: 25%;
		font-size: 14px;
	}
}
.reform2-style2 .bg01 {
	background-color: #a0a0a0 !important;
}

/* style3 */
.reform2-style3 {
	margin-top: 120px;
}
.reform2-style3 h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.reform2-style3 h3 .span {
	display: block;
	background-size: 100% 100%;
	max-width: 224px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto 20px;
}
.reform2-style-color1 h3 .span {
	background-image: url("../img/reform2/ttl3_bg1.svg");
}
.reform2-style-color2 h3 .span {
	background-image: url("../img/reform2/ttl3_bg2.svg");
}
.reform2-style-color3 h3 .span {
	background-image: url("../img/reform2/ttl3_bg3.svg");
}

@media screen and (max-width: 767px) {
	.reform2-style3 {
		margin-top: 60px;
	}
	.reform2-style3 h3 {
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
}

/* style4 */
.reform2-style4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px 0 -40px -40px;
	overflow: hidden;
}
.reform2-style4 > * {
	width: 50%;
	padding: 0 0 40px 40px;
}
.reform2-style4 > * > div {
	position: relative;
}
.reform2-style4 .flexslider {
	height: 100%;
	padding-top: 48px;
	overflow: hidden;
}
.reform2-style4 .flex-direction-nav a {
	width: 94px;
	padding-top: 38px;
	top: 0;
}
.reform2-style4 .flex-direction-nav .flex-prev {
	background-image: url("../img/reform2/ico_prev.svg");
	right: 114px;
	left: auto;
}
.reform2-style4 .flex-direction-nav .flex-next {
	background-image: url("../img/reform2/ico_next.svg");
	right: 0;
}
.reform2-style4 figcaption {
	color: #404040;
	line-height: 1.75;
	margin-top: .5em;
}
.reform2-style-color1 .reform2-style4 .flex-direction-nav .flex-prev,
.reform2-style-color1 .reform2-style4 .flex-direction-nav .flex-next {
	background-color: #80b874;
}
.reform2-style-color2 .reform2-style4 .flex-direction-nav .flex-prev,
.reform2-style-color2 .reform2-style4 .flex-direction-nav .flex-next {
	background-color: #f8955b;
}
.reform2-style-color3 .reform2-style4 .flex-direction-nav .flex-prev,
.reform2-style-color3 .reform2-style4 .flex-direction-nav .flex-next {
	background-color: #ee8c7f;
}
@media screen and (max-width: 768px) {
	.reform2-style4 > * {
		width: 100%;
	padding: 0 0 30px 0px;
	}
/*	.reform2-style4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 60px 0 30px -40px;
		overflow: hidden;
	}*/
	.reform2-style4 {
		display: block;
		margin: 60px 0 30px 0px;
	}
}

/*== reform slide ==*/
.flex4 {
	max-width: 720px;
	margin: 0 auto;
  position: relative;
}
.sec_works .no_slide{
  max-width: 1250px;
}
.sec_works .no_slide .sl_a{
  max-width: 720px;
  display: block;
  margin: 0 auto;
}
.reform2-slide > li > div {
	padding: 0 16px;
}
.reform2-slide figure,
.reform2-slide img {
	display: block;
	width: 100%;
}
/*.flexslider .slides img {
	height:450px;
	object-fit:cover;
	font-family: 'object-fit: cover;'
}*/
.reform2-slide li ul {
	margin-top: 20px;
}
.reform2-slide li li {
	display: inline-block;
	background-color: #2a3b42;
	color: #fff;
	font-weight: bold;
	padding: .3em 1em;
	margin: 0 10px 10px 0;
}
.reform2-slide li li:first-child {
	background-color: #1f2c5c;
}
.reform2-slide li li:last-child {
	background-color: #000;
}
.reform2-slide li p {
	font-size: 21px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.75;
	margin-top: 10px;
}
.reform2-slide.slides{
	overflow: hidden;
}
.reform2-slide.flex00{
  display: flex;
  width: 100%;
}
.reform2-slide.flex00 li{
  width: 100%;
}
.reform2-slide .sl_a figure{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.7%;
}
.reform2-slide .sl_a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}
@media screen and (max-width: 640px) {
.slides .reform2-slide .sl_a figure{
  padding-top: 66.7%;
}
.slides .reform2-slide .sl_a img{
}
}
/* cameraIcon */
.cameraIcon img {
	display: block;
	width: 100%;
}
.cameraIcon li {
	width: 40px;
	height: 40px;
	opacity: .4;
	position: absolute;
	transition: .2s;
	cursor: pointer;
}
.cameraIcon li.active {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	.cameraIcon li {
		width: 30px;
		height: 30px;
	}
	.reform2-slide figure,
	.reform2-slide img {
	max-width:350px;
	width: 100%;
	margin:auto;
}
/*	.flexslider .slides img {
		height:195px;
		object-fit:cover;
		font-family: 'object-fit: cover;'
	}*/
	.reform2-slide li p {
	max-width:350px;
	margin:auto;
    font-size: 16px;
	}
	.flex-direction-nav a{
		top:29%;
	}
}

/* sync1 */
.btn-sync1 li:nth-child(1) {
	top: 10%;
	left: 4%;
}
.btn-sync1 li:nth-child(2) {
	top: 15%;
	left: 18%;
}
.btn-sync1 li:nth-child(3) {
	top: 39%;
	left: 18%;
}
.btn-sync1 li:nth-child(4) {
	top: 43%;
	left: 37%;
}
.btn-sync1 li:nth-child(5) {
	top: 65%;
	left: 24%;
}
.btn-sync1 li:nth-child(6) {
	top: 84%;
	left: 54%;
}

/* sync2-1 */
.btn-sync2-1 li:nth-child(1) {
	top: 18%;
	left: 13%;
}
.btn-sync2-1 li:nth-child(2) {
	top: 30%;
	left: 41%;
}
.btn-sync2-1 li:nth-child(3) {
	top: 64%;
	left: 86%;
}

/* sync2-2 */
.btn-sync2-2 li:nth-child(1) {
	top: 74%;
	left: 15%;
}
.btn-sync2-2 li:nth-child(2) {
	top: 51%;
	left: 50%;
}
.btn-sync2-2 li:nth-child(3) {
	top: 64%;
	left: 70%;
}

/* sync3 */
.btn-sync3 li:nth-child(1) {
	top: 16%;
	left: 6%;
}
.btn-sync3 li:nth-child(2) {
	top: 46%;
	left: 7%;
}
.btn-sync3 li:nth-child(3) {
	top: 50%;
	left: 59%;
}
.btn-sync3 li:nth-child(4) {
	top: 71%;
	left: 82%;
}
.btn-sync3 li:nth-child(5) {
	top: 37%;
	left: 72%;
}

/* cameraImage */
.cameraImage li {
	display: none;
}
