@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////////////////


              // TOP //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* visual
-------------------------------------------------- */
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
	color: #FFFFFF;
}
.mv-slider-wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 998;
}
.mv-slider {
	width: 100%;
	height: 100%;
	position: relative;
}
.mv-slider::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	pointer-events: none;
	opacity: 0.3;
}
.mv-slider div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.mv-slider img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
	transition: 8s ease-out;
}
.mv-slider .moving img {
	animation: mvslider 10s linear forwards;
}
.visual-copy {
	position: absolute;
	top: 50%;
	left: 12%;
	transform: translateY(-38%);
	z-index: 9998;
}
.visual-copy .ttl {
	font-size: 4.6rem;
	letter-spacing: 0.15em;
	line-height: 1.75;
	margin-bottom: 40px;
	font-weight: 700;
}
.visual-copy .ttl span {
	display: block;
	line-height: 1.2;
}
.visual-copy .ttl span.outer {
	overflow: hidden;
	margin: 20px 0;
}
.visual-copy .ttl span.inner {
	transform:translateY(120%);
	opacity: 0;
}
.motion .visual-copy .ttl span.outer:nth-child(1) .inner {
	animation: ttl-up 0.8s cubic-bezier(0.76, 0.09, 0.215, 1) forwards 0.1s;
}
.motion .visual-copy .ttl span.outer:nth-child(2) .inner {
	animation: ttl-up 0.8s cubic-bezier(0.76, 0.09, 0.215, 1) forwards 0.2s;
}
.motion .visual-copy .ttl span.outer:nth-child(3) .inner {
	animation: ttl-up 0.8s cubic-bezier(0.76, 0.09, 0.215, 1) forwards 0.3s;
}
.visual-copy .ttl-ja {
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 30px;
	opacity: 0;
}
.motion .visual-copy .ttl-ja {
	animation: fade 1.0s  forwards 0.8s;
}
.badge {
	position: absolute;
	right: 50px;
	bottom: 50px;
	width: 210px;
	z-index: 9999;
	opacity: 0;
}
.motion .badge  {
	animation: fade 0.6s  forwards 0.1s;
}
@keyframes ttl-up {
	0% {
		transform:translateY(120%);
		opacity: 0;
	}
	100% {
		transform:translateY(0);
		opacity: 1;
	}
}

/* t-serviceArea
-------------------------------------------------- */
.t-serviceArea {
	padding: 100px 0 0;
}
.t-serviceArea .bg-ttl {
	left: -50px;
	top: 0;
}
.service-list-col4 {
	display: flex;
	padding: 60px 0 0;
}
.service-list-col4 li {
	width: 25%;
	text-align: center;
	transition: .3s;
}
.service-list-col4 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 560px;
	color: #FFFFFF;
	position: relative;
	letter-spacing: 0.18em;
}
.service-list-col4 li .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-list-col4 li .thumb::after {
	width: 100%;
	height: 100%;
	background: #080c0f;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.30;
	transition: .3s;
}
.service-list-col4 li .numb {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.service-list-col4 li .numb span {
	display: block;
	font-size: 3.0rem;
}
.service-list-col4 li .ttl.row1 {
	line-height: 3;
}
.service-list-col4 li .ttl {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 60px;
}
.service-list-col4 li .more {
	position: relative;
	font-size: 1.2rem;
}
.service-list-col4 li .more P {
	margin-bottom: 15px;
}
.circle-arrow {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	transition: .3s;
}
.circle-arrow::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: center center;
	position: absolute;
	left: 29%;
	top: 50%;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.service-list-col4 li a:hover .thumb::after {
		opacity: 0.10;
	}
	.service-list-col4 li a:hover .circle-arrow {
	border: 1px solid #003FAC;
	background: #003FAC;
}
}

/* t-serviceArea
-------------------------------------------------- */
.t-facilityArea {
	padding: 180px 0 110px;
	position: relative;
	overflow: hidden;
}
.t-facilityArea::before {
	content: "";
	width: 63.4%;
	height: 70%;
	background: #f2f3f5;
	position: absolute;
	top: 0;
	right: 0;
}
.t-facilityArea .bg-ttl {
	right: -10px;
	top: -95px;
	z-index: 1;
}
.t-facilityArea .col2 {
	align-items: center;
}
.t-facilityArea .left-col {
	width: 38.5%;
	padding-bottom: 30px;
}
.t-facilityArea .right-col {
	width: 53.8336%
}
.t-facilityArea__img01 {
	background-image: url("../images/top_facility_img.jpg");
}
.t-facilityArea__img01::after {
	padding-top: 78%;
}

/* t-copmanyArea
-------------------------------------------------- */
.t-copmanyArea {
	position: relative;
	padding-bottom: 100px;
}
.loop-slider-wrap {
	position: relative;
	padding: 110px 0 0;
}
.loop-slider-wrap::before {
	content: "";
	width: 72%;
	height: calc(100% + 160px);
	background: #f2f3f5;
	position: absolute;
	top: 0;
	left: 0;
}
.loop-slider .thumb {
	width: 25vw;
	margin-right: 2.5vw;
}
.loop-slider .thumb::after {
	padding-top: 100%;
}
.t-copmanyArea .bg-ttl {
	bottom: -100px;
	left: -10px;
}
.t-copmanyArea-block {
	float: right;
	width: 40%;
	margin: -90px 4.2489% 0 0;
	padding: 70px 6VW 0;
	background: #FFFFFF;
	/* border-top: 4px solid #003670; */
	position: relative;
	box-sizing: border-box;
}
.t-copmanyArea-block .btn {
	text-align: right;
}

/* t-newsArea
-------------------------------------------------- */
.t-newsArea {
	position: relative;
	padding-bottom: 140px;
	padding-left: 8%;
}
.t-newsArea .left-col {
	width: 20%;
	padding-left: 10px;
}
.t-newsArea .sec-ttl .bd::before {
	width: calc(18.2489vw - 45px);
	left: -18.2489vw;
}
.t-newsArea .right-col {
	width: 78%;
}
.t-newsArea .btn {
	text-align: right;
}
.news-list {
	border-top: 1px solid #d9d9d9;
}
.news-list li {
	border-bottom: 1px solid #d9d9d9;
}
.news-list li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 50px 30px 10px;
	position: relative;
}
.news-list li a::after {
	content: "";
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: 2px solid #262626;
	border-left: 2px solid #262626;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(135deg);
	margin-top: -4px;
}
.news-list li.nolinks {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 50px 30px 10px;
	position: relative;
}
.date {
	font-family: 'Poppins', sans-serif;
	line-height: 35px;
	width: 120px;
}
.cate {
	width: 160px;
	text-align: center;
	background: #f4f5f8;
	line-height: 33px;
	font-size: 1.2rem;
	border-radius: 18px;
	margin-right: 30px;
	padding-bottom: 2px;transition: .2s;
}
.cate-no {
	width: 160px;
	text-align: center;
	color: #FFF;
	background: #E50012;
	line-height: 33px;
	font-size: 1.2rem;
	border-radius: 18px;
	margin-right: 30px;
	padding-bottom: 2px;transition: .2s;
}
.news-list li .ttl {
	width: calc(100% - 320px);
}
.news-cate {
	display: flex;
	letter-spacing: 0.08em;
}
.news-cate .date {
	width: auto;
	padding-right: 20px;
	font-size: 1.4rem;
}
.news-cate .cate {
	width: auto;
	padding: 0 20px 2px;
}
.newsdetail-ttl .news-cate {
	margin-top: 35px;
}

@media screen and (min-width: 768px) {
	.news-list li a:hover {
		color: #333;
	}
	.news-list li a:hover .cate {
		background: #E50012;
		color: #FFFFFF;
	}
}

/*/////////////////////////////////////////////////////////////////////////////


              // SERVICE //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ===============================================
    01_waste
=============================================== */
.waste-features-img {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
}
.waste-features-img::before {
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #003670;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-40%);
}
.waste-features-img li {
	width: 48%;
	font-size: 1.4rem;
}
.waste-features-img li .thumb::after {
	padding-top: 66.6666%;
}
.cont-manifest {
	/* border-bottom: 1px solid #333333; */
	/* border-top: 1px solid #333333; */
	text-align: center;
	padding: 50px 0 55px;
	margin: 100px auto 120px;
	background-color: #000;
}
.cont-manifest p {
	color: #fff;
	padding: 0px 20px 10px 20px;
}
.cont-manifest .ttl {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 15px;
	color: #fff;
}
.marker {
	padding: 0 0 0 8px;
 	background: linear-gradient(transparent 70%, #7eb634 70%);
}
.cont-manifest__logo {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.cont-manifest__logo li {
	height: 250px;
	padding: 0 20px;
}
.cont-manifest__logo li img {
	width: auto;
	height: 100%;
}
.waste-type-img {
	background-image: url("../images/waste_type_img.jpg");
	height: 580px;
}
.waste-type-contents {
	width: 100%;
	margin: -120px 0 0 -20px;
	padding: 100px 20px 0;
	background: #FFFFFF;
}

/* ===============================================
    02_tansport
=============================================== */
.transport-area-inner {
	position: relative;
}
.transport-area-img {
	width: 60%;
	min-width: 760px;
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-40%);
	z-index: -1;
}
.transport-area .cont-manifest {
	margin-top: 180px;
}
.transport-type {
	margin-bottom: 120px;
}
.transport-type .btn {
	text-align: center;
}

/* ===============================================
    03_aggregate
=============================================== */
.aggregate-recycled .col-block {
	width: 47.6%;
	margin-top: 60px;
}
.aggregate-recycled .block-inner {
	padding: 25px 20px;
}
.aggregate-recycled .block-inner .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.bg-contents .table02 {
	width: 90%;
	margin: 0 auto 30px;
}


/* ===============================================
    04_demolition
=============================================== */
.demolition-case {
	margin: 110px 0 0;
	padding-bottom: 150px;
	overflow: hidden;
}
.demolition-case .sec-ttl {
	padding-left: 69%;
	margin-left: -50px;
	margin-bottom: 60px;
}
.demolition-case .bg-ttl {
	right: -20px;
	top: 0;
}
.case-slider-wrap {
	position: relative;
	padding: 90px 0 0;
}
.case-slider-wrap::before {
	content: "";
	width: 69%;
	height: calc(100% + 170px);
	background: #f2f3f5;
	position: absolute;
	top: 0;
	left: 0;
}
.case-slider .thumb {
	width: 30vw;
	margin-right: 2.5vw;
}
.case-slider .thumb::after {
	padding-top: 75%;
}

.demolition-flow {
	padding: 100px 0 80px;
}
.demolition-flow .sec-ttl {
	margin-bottom: 60px;
}
.demolition-flow-wrap {
	padding-left: 105px;
	position: relative;
}
.demolition-flow__arrow {
	width: 55px;
	height: calc(100% - 60px);
	background: #003FAC;
	box-sizing: border-box;
	padding: 35px 0;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	font-size: 1.8rem;
	line-height: 55px;
	letter-spacing: 0.12em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.demolition-flow__arrow::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 0;
	height: 0;
	border-left: 27.5px solid transparent;
	border-right: 27.5px solid transparent;
	border-top: 25px solid #003FAC;
}
.demolition-flow__arrow.first {
	background: rgba(0,63,172,0.55);
}
.demolition-flow__arrow.first:after {
	opacity: 0.55;
}
.demolition-flow__arrow.second {
	background: rgba(0,63,172,0.70);
}
.demolition-flow__arrow.second:after {
	opacity: 0.70;
}
.demolition-flow__arrow.third {
	background: rgba(0,63,172,0.85);
}
.demolition-flow__arrow.third:after {
	opacity: 0.85;
}
.demolition-flow__arrow.fourth:after {
	display: none;
}
.flow-block {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px
}
.flow-block .thumb-block {
	width: 18.36%;
	margin-bottom: 30px;
	position: relative;
}
.flow-block .thumb-block .arrow {
	width: 30px;
	position: absolute;
	left: 50%;
	bottom: -45px;
	transform: translateX(-50%);
}
.flow-block .thumb {
	width: 100%;
}
.flow-block .thumb::after {
	padding-top: 100%;
}
.flow-block-cont {
	width: 77.55%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}
.demolition-flow-wrap:last-child .flow-block-cont {
	border-bottom: none;
}
.flow-block-cont .ttl {
	width: 28%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.flow-block-cont__inner {
	width: 71%;
}
.flow-block-cont__numb {
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // FACILITY //
	  

/////////////////////////////////////////////////////////////////////////////*/
.facility-block {
	margin-bottom: 120px;
}
.facility-col2 {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.facility-slider-nav-wrap {
	width: 25%;
}
.facility-slider-wrap {
	width: 75%;
}
.facility-slider .thumb::after {
	padding-top: 66.6666%
}

.facility-slider-nav {
	padding: 40px 0;
	z-index: 1;
}
.facility-slider-nav .slick-list {
	overflow: visible;
}
.facility-slider-nav li {
	width: 100% !important;
	float: none !important;
	margin-bottom: 15px;
	padding-left: 20px;
	opacity: 0.4;
	position: relative;
	transition: .3s;
	cursor: pointer;
}
.facility-slider-nav li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #003670;
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	opacity: 0;
	transition: .3s;
}
.facility-slider-nav li::after {
	content: "";
	width: 22.7vw;
	max-width: 370px;
	height: 1px;
	background: #333333;
	position: absolute;
	left: 20px;
	top: 50%;
	transition: .3s;
	transform: scaleX(0);
	transform-origin: left top;
}
.facility-slider-nav li.slick-current {
	opacity: 1;
}
.facility-slider-nav li.slick-current::before {
	opacity: 1;
}
.facility-slider-nav li.slick-current::after {
	transform: scaleX(1);
}
.facility-slider-nav li p {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	font-weight: 500;
}
.facility-slider-nav li p::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 50%;
}
.facility-slider-nav li span {
	display: block;
	position: relative;
}
.facility-list-wrap {
	position: relative;
	padding: 70px 0 100px;
}
.facility-list-wrap::before {
	content: "";
	width: 100%;
	height: calc(100% + 120px);
	background: #f2f3f5;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.facility-list {
	background: #FFFFFF;
	padding: 0 50px 50px;
}
.facility-list .ttl {
	font-size: 1.8rem;
	font-weight: 700;
}
.facility-list .sub-ttl {
	margin-bottom: 20px;
}
.facility-list-col2 {
	display: flex;
	justify-content: space-between;
}
.facility-list-table {
	width: 48%;
	border-bottom: 1px solid #d9d9d9;
}
.facility-list-table .block {
	display: flex;
	justify-content: space-between;
}
.facility-list-table .block-left {
	width: 35%;
}
.facility-list-table .block-left .block-left_ttl {
	padding: 15px 0;
	border-top: 1px solid #333333;
	font-size: 1.4rem;
	font-weight: 700;
}
.facility-list-table .block-right {
	width: 65%
}
.facility-list-table .block .hd {
	padding: 0 0 10px;
	font-size: 1.2rem;
	color: #999999;
	font-weight: 500;
	border-top: none;
}
.facility-list-table .block-right dl {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
}
.facility-list-table .block-right dl dt,
.facility-list-table .block-right dl dd {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 1.4rem;
}
.facility-list-table .block-right dl.hd dt,
.facility-list-table .block-right dl.hd dd {
	font-size: 1.2rem;
}

/*/////////////////////////////////////////////////////////////////////////////


              // COMPANY //
	  

/////////////////////////////////////////////////////////////////////////////*/

.company-message {
	padding: 120px 0 0;
}
.company-message .section-wrap {
	display: flex;
	justify-content: space-between;
}
.company-message .sec-ttl {
	width: 30%;
}
.company-message-block {
	width: 66.3%;
}
.company-message-block p {
	margin-bottom: 1.5em;
}
.company-message-block__name {
	text-align: right;
	margin: 25px 0 0;
}
.company-message-block__name span {
	font-size: 2.4rem;
	padding-left: 10px;
}
.company-overview {
	position: relative;
	padding: 80px 0 80px;
}
.company-overview::before {
	content: "";
	width: 25%;
	height: 100%;
	background: #f2f3f5;
	position: absolute;
	left: 0;
	top: 0;
}
.company-overview .bg-ttl {
	transform: rotate(90deg);
	transform-origin: left top;
	top: -110px;
	left: 8.5%;
	font-size: 140px;
}
.company-overview .table-col2 {
	margin-top: 40px;
}
.company-access {
	padding: 120px 0 70px;
}
.access-map {
	padding: 20px 4.3923% 0;
}
.access-map iframe {
	width: 100%;
}
.access-info {
	float: right;
	width: 62%;
	background: #003FAC;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 435px 8% 50px 5%;
	margin-top: -400px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.access-info__txt {
	width: 340px;
}
.access-info .btn-b {
	width: calc(100% - 340px);
	text-align: right;
}
.company-list .txt-ttl {
	text-align: left;
}

/*/////////////////////////////////////////////////////////////////////////////


              // NEWS //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* news-col2
-------------------------------------------------- */
.news-col2 {
	position: relative;
	margin-bottom: 160px;
}

/* side-bar
-------------------------------------------------- */
.side-bar {
	float: left;
	width: 23%;
	position: sticky;
	top: 40%;
	left: 0;
	font-size: 1.4rem;
}
.side-bar .ttl {
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 0.16em;
}
.side-bar.txt-link li {
	margin: 5px 0;
}
.side-bar.txt-link a {
	padding-left: 25px;
	position: relative;
}
.side-bar.txt-link a::before {
	content: "";
	width: 10px;
	height: 1px;
	background: #323333;
	position: absolute;
	left: 0;
	top: 50%;
	transition: .2s;
}
.side-bar.sns-link .ttl {
	width: 80px;
	text-align: center;
	position: relative;
	font-size: 1.2rem;
	padding: 0 0 75px;
}
.side-bar.sns-link .ttl::after {
	content: "";
	width: 1px;
	height: 60px;
	background: #333333;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.side-bar.sns-link ul {
	width: 80px;
	text-align: center;
}

/* news-col-main 
-------------------------------------------------- */
.news-col-main {
	width: 100%;
	/* width: 75%; */
	/* margin-left: 25%; */
	margin-bottom: 70px;
}
.news-col-main .sns-link {
	display: none;
}

/* sns-link
-------------------------------------------------- */
.sns-link li {
	width: 36px;
	margin: 0 auto 10px;
}
.sns-link li a {
	display: block;
	height: 100%;
}

/* wp-pagenavi
-------------------------------------------------- */
.wp-pagenavi {
	margin: 50px 0 180px;
	font-size: 1.4rem;
}
.wp-pagenavi a {
	display:inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0;
	line-height: 50px;
	background: #f4f5f8;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
	display:inline-block;
	color: #ffffff;
	width: 50px;
	height: 50px;
	margin:0 10px 10px 0;
	line-height: 50px;
	background: #003670;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
.wp-pagenavi span.extend {
	background: #FFFFFF;
}
@media screen and (min-width: 768px) {
.wp-pagenavi a:hover {
	color:#FFFFFF;
	background: #494b4c;
}
}

/* news-detail
-------------------------------------------------- */
.news-detail {
	padding-bottom: 60px;
	border-bottom: 1px solid #d9d9d9;
}

/* entry
-------------------------------------------------- */
.entry {
	width: 100%;
	margin: 0 auto 120px;
}
.entry p {
    display: block;
}
.entry a {
	text-decoration: underline;
}
.entry p > img {
	display: block;
	margin: 0 auto 2em;
}
.entry strong { font-weight: bold; }
.entry em { font-style: italic; }
.entry blockquote p {
    order: 1px solid #CCCCCC;
	padding: 20px 30px;
	margin-bottom: 2em;
}
.entry blockquote p {
	margin: 0;
}
.entry ul {
	list-style-type: disc;
}
.entry ol {
	list-style-type: decimal;
}
.entry h1 {
	font-size: 2.4rem;
	margin: 3em 0 1.2em;
}
.entry h2 {
	font-size: 2.0rem;
	margin: 0 0  0.8em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 700;
}
.entry h3 {
	font-size: 1.8rem;
	margin: 0.5em 0;
}
.entry h4 { font-weight: bold; }
.entry h5 { font-weight: bold; }
.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright { float: right; }
.entry .alignleft { float: left; }
.entry img {
    height: auto;
	width: inherit;
    max-width: 100%;
}
.entry .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* detail-nav
-------------------------------------------------- */
.detail-nav {
	border-top: 1px solid #d9d9d9;
	padding: 60px 0 0;
	box-sizing: border-box;
}
.detail-nav ul {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.detail-nav ul li {
	position: absolute;
	top: 0;
}
.detail-nav ul li.btn-prev {
	left: 40px;
}
.detail-nav ul li.btn-back {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.detail-nav ul li.btn-next {
	right: 40px;
}
.detail-nav ul li a {
	display: block;
	width: 100%;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}
.detail-nav ul li.btn-back a {
	display: block;
	width: 26px;
	line-height: 26px;
	padding: 12px 0;
}
.detail-nav ul li.btn-prev a {
	padding-left: 75px;
}
.detail-nav ul li.btn-next a {
	padding-right: 75px;
}
.detail-nav ul li.btn-prev a::before,
.detail-nav ul li.btn-next a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.detail-nav ul li.btn-next a::before {
	left: inherit;
	right: 0;
}
.detail-nav ul li.btn-prev a::after,
.detail-nav ul li.btn-next a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	transform: rotate(-135deg);
	transform-origin: center center;
	position: absolute;
	left: 22px;
	top: 23px;
	box-sizing: border-box;
}
.detail-nav ul li.btn-next a::after {
	transform: rotate(45deg);
	left: inherit;
	right: 22px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // CONTACT //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* contact-block
-------------------------------------------------- */
.contact-block {
	margin-bottom: 180px;
}
.contact-lead {
	padding-bottom: 40px;
}
/* .contact-block dl {
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}
.contact-block dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.contact-block dl dt {
	width: 28%;
	float: left;
	padding: 27px 0 0;
	line-height: 1;
	position: relative;
}
.contact-block dl dd {
	margin: 0 0 0 32%;
}
*/
/* .required {
	display: block;
	width: 40px;
	font-size: 1.2rem;
	background: #e10d0d;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	padding-bottom: 2px;
}
 */

/* ajax-loader
-------------------------------------------------- */
.ajax-loader {
	display: block;
	position: absolute;
	left: 46.7057%;
	bottom: -50px;
	margin-left: -8px !important;
	margin-right: 6.5886% !important;
}

/* complete-display
-------------------------------------------------- */
.sent .formInner {
    display: none;
}
.complete-display {
	display: none;
	text-align: center;
	padding: 20px 0 0;
}
.sent .complete-display {
	display: block;
}
.complete_ttl {
	font-size: 3.4rem;
	font-weight: 500;
	padding-bottom: 15px;
}

/* grecaptcha-badge
-------------------------------------------------- */
.grecaptcha-badge {
	visibility: hidden;
}