@charset "shift_jis";
/* ========================================
top.css
------------------------------------------
※ IE10以上
※ wide:1180px（49px + 1082px + 49px）
※ font-sizeは基本を10pxで設定（1rem = 10px）
======================================== */

/* ---------------------------------------- 
 - #Content
---------------------------------------- */
#Content {
	padding-bottom: 0;
}
/*.img-full*/
#Content .img-full {
	position: relative;
	margin-bottom: 140px;
}
#Content .img-full h1 {
	padding: 0;
	margin: 0;
	line-height: 0;
	text-indent: -9999px; 
	white-space: nowrap; 
	overflow: hidden;
}
#Content .img-full .btn {
	max-width: 99px; height: auto;
	position:absolute;
	bottom: 2rem; right: 2rem;
	z-index: 10;
}
@media screen and (max-width: 768px) {
#Content .img-full {
	margin-bottom: 40px;
}
#Content .img-full .btn {
	width: 12.89%;
	max-width: 99px; height: auto;
}
}

/* #Btn
---------------------------------------- */
#Content .btn-wt {
	width: 100%;
	max-width: 300px;
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	border: solid 1px #000;
	font-size: 18px;
	padding: 8px 0 8px 40px;
	margin-left: auto;
	transition: all .6s ease-out;
	position: relative;
}
#Content .btn-wt::before {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 12%;
	top: 52%;
}
#Content .btn-wt::after {
	content: "";
	width: 9px;
	height: 1px;
	background-color: #000;
	transform: rotate(45deg);
	position: absolute;
	right: 11.5%;
	top: 45%;
}
#Content .btn-wt:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
#Content .btn-wt:hover::before,
#Content .btn-wt:hover::after {
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	#Content .btn-wt {
		width: clamp(180px, 25vw, 300px);
		font-size: 14px;
		padding: 8px 0 8px 30px;
	}
}

/* #Bnr-area
---------------------------------------- */
#Content .bnr-area {
	width: 92%;
	max-width: 1280px;
	padding: 2rem 4% 0;
	margin: 0 auto;
	text-align: center;
}
#Content .bnr-area .bnr-box-single {
	max-width: 580px;
	border: solid 3px #E5E7EC;
	margin: 0 auto;
}
#Content .bnr-area .bnr-box-single img {
	max-width: 100%;
}
#Content .bnr-area ul.bnr-box {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	
	/*flex-direction: column;*/
	
	margin:0 auto;
	padding: 1rem 0 3rem;
}
#Content .bnr-area ul.bnr-box li {
	width:100%;
	max-width: 580px;
	border: solid 3px #E5E7EC;
	margin: 0 auto;
	line-height: 1;
}
#Content .bnr-area ul.bnr-box li a:hover {
	text-decoration: none;
}
#Content .bnr-area ul.bnr-box li img {
	width:100%;
	height: auto;
}

@media screen and (max-width: 1280px) {
#Content .bnr-area ul.bnr-box {
	box-sizing: border-box;
	padding: 0 3.1% 3rem;
}
#Content .bnr-area ul.bnr-box li {
    width: 46.96%;
}
}
@media screen and (max-width: 768px) {
	#Content .bnr-area {
		max-width: none;
		padding: 2rem 0 0;
	}
	#Content .bnr-area ul.bnr-box {
		display: block;
	}
	#Content .bnr-area ul.bnr-box li {
        width:auto;
		max-width: none;
		box-sizing: border-box;
		padding: 1rem 4% 1.5rem;
		margin-bottom: 20px;
	}
}


/* .sec共通
---------------------------------------- */
#Content .sec {
	padding-top: 6rem;
}
#Content .wrapper .movie {
	margin: 6rem auto 20px;
}
@media screen and (max-width: 768px) {
	#Content .sec {
		padding-top: 3rem;
	}
	#Content .wrapper .movie {
		margin: 6rem auto 0;
	}
}

/* #Sec-sp
---------------------------------------- */
#Content #Sec-sp {
	height: inherit;
	overflow: hidden;
	padding: 0 4%;
	margin: 80px 0 100px;
}
#Content #Sec-sp .main-content {
	max-width: 1820px;
	border: solid 3px #E5E7EC;
	margin: 0 auto;
	position: relative;
}
#Content #Sec-sp .main-content .text-area {
	position: absolute;
	top: 31%;
	left: 8%;
}
#Content #Sec-sp .main-content .text-area .text-box {
	max-width: 320px;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	margin: 0 auto;
}
#Content #Sec-sp .main-content .text-area .sec-title {
	display: inline-block;
	font-size: clamp(24px, 3.6vw, 44px);
	font-weight: 300;
	letter-spacing: 0.2em;
	margin-bottom: 8%;
}
#Content #Sec-sp .main-content .text-area .btn-sec {
	width: 100%;
	max-width: clamp(180px, 20vw, 260px);
	display: inline-block;
	background-color: #D80012;
	border: solid 1px #D80012;
	color: #fff;
	font-size: clamp(14px, 1.4vw, 18px);
	padding: 10px 0 10px 40px;
	transition: all .6s ease-out;
	position: relative;
}
#Content #Sec-sp .main-content .text-area .btn-sec::before {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 30px;
	top: 52%;
}
#Content #Sec-sp .main-content .text-area .btn-sec::after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 28px;
	top: 45.5%;
}
#Content #Sec-sp .main-content .text-area .btn-sec:hover {
	color: #D80012;
	background-color: #fff;
	text-decoration: none;
}
#Content #Sec-sp .main-content .text-area .btn-sec:hover::before,
#Content #Sec-sp .main-content .text-area .btn-sec:hover::after {
	background-color: #D80012;
}
#Content #Sec-sp .main-content .img-area img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	#Content #Sec-sp {
		margin: 20px 0 60px;
	}
	#Content #Sec-sp .main-content {
		position: static;
	}
	#Content #Sec-sp .main-content .text-area {
		position: static;
		padding: 20px 20px 25px;
	}
	#Content #Sec-sp .main-content .text-area .sec-title {
		margin-bottom: 5%;
		text-align: center;
	}
	#Content #Sec-sp .main-content .text-area .btn-sec {
		margin: 0 auto;
	}
}

/* #Sec-menu
---------------------------------------- */
#Content #Sec-menu {
	height: inherit;
	overflow: hidden;
	margin-bottom: 100px;
}
#Content #Sec-menu .wrapper-menu-full {
	padding: 0 4%;
}
#Content #Sec-menu .sec-title {
	text-align: center;
	margin-bottom: 130px;
	position: relative;
}
#Content #Sec-menu .sec-title::after {
	content: "";
	width: 210px;
	height: 1px;
	background-color: #000;
	margin: 0 auto;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}
#Content #Sec-menu .sec-title .ja {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
#Content #Sec-menu .sec-title .en {
	display: block;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#Content #Sec-menu .menu-wrapper {
	width: 100%;
	background-color: #F1F3F7;
	padding: 100px 0;
	margin-bottom: 100px;
}
#Content #Sec-menu .menu-wrapper .list-item  {
	margin: 0 auto;
}
#Content #Sec-menu .list-item {
	max-width: 1500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4%;
	margin: 0 auto 100px;
}
#Content #Sec-menu .list-item .text-area {
	width: 34%;
	margin-right: 8%;
}
#Content #Sec-menu .list-item .text-area .menu-title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
#Content #Sec-menu .list-item .text-area .copy {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
#Content #Sec-menu .list-item .text-area .description {
	font-size: 18px;
	margin-bottom: 30px;
}
#Content #Sec-menu .list-item .text-area .btn-wt {
	max-width: clamp(200px, 25vw, 300px);
}
#Content #Sec-menu .list-item .img-area {
	width: 58%;
	max-width: 863px;
	overflow: hidden;
}
#Content #Sec-menu .list-item .img-area img {
	max-width: 100%;
	transition: all .6s ease-out;
}
#Content #Sec-menu .list-item .img-area:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
	#Content #Sec-menu .menu-wrapper {
		background-color: #fff;
		padding: 10px 0;
		margin-bottom: 40px;
	}
	#Content #Sec-menu .list-item {
		margin: 0 auto 40px;
	}
	#Content #Sec-menu .sec-title {
		margin-bottom: 60px;
	}
	#Content #Sec-menu .sec-title .ja {
		font-size: 12px;
	}
	#Content #Sec-menu .sec-title .en {
		font-size: 24px;
	}
	#Content #Sec-menu .sec-title::after {
		width: 180px;
		bottom: -8px;
	}
	#Content #Sec-menu .list-item {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}
	#Content #Sec-menu .list-item .text-area {
		width: 100%;
		margin-right: 0;
	}
	#Content #Sec-menu .list-item .img-area {
		width: 100%;
		margin: 0 0 20px;
	}
	#Content #Sec-menu .list-item .text-area .menu-title {
		font-size: 12px;
		margin-bottom: 3px;
	}
	#Content #Sec-menu .list-item .text-area .copy {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#Content #Sec-menu .list-item .text-area .description {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

/*.wrapper-menu*/
#Content #Sec-menu .wrapper-menu {
	max-width: 100%;
  margin: 4rem auto 0;
	background-color: #0B2F80;
	padding: 70px 4%;
}
#Content #Sec-menu .wrapper-menu .wrapper-menu-inner {
	max-width: 1500px;
  display: flex;
	justify-content: space-between;
	gap: 0 6%;
	margin: 0 auto;
}
#Content #Sec-menu .wrapper-menu .photo {
	max-width: 360px;
	margin: 0 auto;
}
#Content #Sec-menu .wrapper-menu .photo img {
	max-width: 100%;
}
#Content #Sec-menu .wrapper-menu .col {
	width: 47%;
	background: linear-gradient(-43deg, #eceef3 47%, #F6F6F8 0);
	padding: 3%;
	display : block;
	position: relative;
	overflow: hidden;
}
#Content #Sec-menu .wrapper-menu .col .col-inner {
    width: 100%;
    text-align: center;
}
#Content #Sec-menu .wrapper-menu .col .col-inner h3 {
	display: inline-block;
	padding-bottom: 0.3em;
	margin-bottom: 2rem;
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: #000 solid 1px;
}

/* ul.menu-child ボタン */
#Content #Sec-menu .wrapper-menu .col .col-inner ul.menu-child {
  width: 100%;
  margin-top: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 15px;
}
#Content #Sec-menu .wrapper-menu .col.col07 .col-inner ul.menu-child {
	justify-content: center;
}
#Content #Sec-menu .wrapper-menu .col .col-inner ul.menu-child li {
	width: calc(50% - 7.5px);
}
#Content #Sec-menu .wrapper-menu .col .col-inner ul.menu-child li .btn-wt {
	max-width: 100%;
	font-size: clamp(10px, 1vw, 17px);
	padding: 8px 0 8px 20px;
	text-align: left;
}
@media screen and (max-width: 1000px) {
	#Content #Sec-menu .wrapper-menu {
		margin-top: 60px;
	}
	#Content #Sec-menu .wrapper-menu .wrapper-menu-inner {
		flex-direction: column;
		gap: 40px 0;
	}
	#Content #Sec-menu .wrapper-menu .col {
		width: 94%;
		margin: 0 auto;
	}
	#Content #Sec-menu .wrapper-menu .col .col-inner ul.menu-child li .btn-wt {
		font-size: 16px;
		margin: 0 auto;
	}
}

/*.col-lowPollution*/
#Content #Sec-menu .wrapper.col-lowPollution {
	width: 100%;
	max-width: none;
	background: #f5f5f6;
}
#Content #Sec-menu .wrapper.col-lowPollution p {
	padding: 1em 0;
	text-align: center;
	color: #e50012;
}
#Content #Sec-menu .wrapper.col-lowPollution ul {
	padding: 2.5rem 0;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#Content #Sec-menu .wrapper.col-lowPollution li {
	width: 348px;
	margin: 0 0.5rem;
}
#Content #Sec-menu .wrapper.col-lowPollution li img {
	width: 100%; height: auto;
}

@media screen and (max-width: 768px) {
	#Content #Sec-menu {
		margin-bottom: 40px;
	}
	#Content #Sec-menu .wrapper-menu {
		padding: 40px 4%;
	}
	#Content #Sec-menu .wrapper-menu .col {
		padding: 30px 3%;
	}
	#Content #Sec-menu .wrapper-menu .col .col-inner h3 {
		font-size: 16px;
	}
	#Content #Sec-menu .wrapper-menu .col .col-inner ul.menu-child li {
		min-height: 60px;
	}
	#Content #Sec-menu .wrapper-menu .col .col-inner ul.menu-child li .btn-wt {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 13px;
		padding: 0 15px;
		line-height: 1.5;
	}
    
	/*.col-lowPollution*/
	#Content #Sec-menu .wrapper.col-lowPollution ul {
		width: 100%;
		padding: 0 0 1.5rem;
		display: block;
        font-size: 1.4rem;
		background-size: 5%;
	}
	#Content #Sec-menu .wrapper.col-lowPollution li {
		width: 63.46%;
		margin: 0 auto 1rem;
	}
}

/* footer
---------------------------------------- */
footer {
    margin-top: 0;
}
@media screen and (max-width: 768px){
footer {
    margin-top: 0;
}
}

/* .bx-wrapper
---------------------------------------- */
#Content .bx-wrapper .bx-pager {
	color: #e20020;
}

#Content .bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
}

#Content .bx-wrapper .bx-pager.bx-default-pager a:hover,
#Content .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e20020;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	z-index: 99;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../common/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right:10px;
	background: url(../common/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bottom-banner {
	max-width: 1280px;
	padding: 0 4%;
	margin: 0 auto 180px;
}
.bottom-banner .bottom-banner-title {
	background-color: #808999;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
}
.bottom-banner .bottom-banner-img {
	border: solid 3px #E5E7EC;
	display: block;
	overflow: hidden;
}
.bottom-banner .bottom-banner-img img {
	max-width: 100%;
	transition: all .6s ease-out;
}
.bottom-banner .bottom-banner-img:hover img {
  transform: scale(1.1);
	max-width: 100%;
}
@media screen and (max-width: 768px){
	.bottom-banner {
		margin: 0 auto 80px;
	}
	.bottom-banner .bottom-banner-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}