@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
  background: url("../images/page_bg.png")repeat top center;
  background-size:200px;
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.center_left {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	/*margin-bottom: 5px;*/
}
p.credit{
  position: absolute;
	bottom:5px;
  right: 5px;
	text-align: right;
  padding: 2px 10px;
  color: #FFFFFF;
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  font-size: 10px !important;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco span{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco span{
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
  .center_left {
    text-align: left;
  }
}
a.godetail{
	display:flex;
  padding-bottom: 5px;
  height: 50px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_green.png") no-repeat center bottom;
	background-size:100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 100;
  color: #FFFFFF;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size:100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
a.btn{
  display: block;
  margin: 20px auto;
  width: 80%;
  max-width: 800px;
  background: #FF6600;
  color: #FFFFFF;
  padding: 5px 0 8px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 110%;
}

@media screen and (max-width: 759.9px){
  a.godetail{
  	height: 50px;
    padding-bottom: 3px;
    font-size: 90% ;
  }
  a.btn{
    width: 90%;
    font-size: 90%;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 400px;
  margin-bottom: 30px;
  display: flex;
  padding-top: 10px;
}
.page_roof .logo {
	width: 50%;
  height: 100%;
	text-align: center;
  background: url("../images/toplogo_bg.jpg")no-repeat center;
  background-size:cover;
  position: relative;
}
.page_roof .logo::before {
  content: "";
  position: absolute;
  top:-10px;
  bottom: -10px;
  left:-10px;
  right: -10px;
  background: url("../images/toplogo_frame.png")no-repeat center;
  background-size:100% 100%;
  z-index: 2;
}

.page_roof .logo h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.page_roof .logo h2 img{
  width: auto;
  height: 90%;
  object-fit: contain;
}
.page_roof .photo {
	width: 50%;
  height: 100%;
  z-index: 1;
  background: #FFFFFF;
}

@media (max-width:767px){
  .page_roof {
    height: 25vh;
  }
  .page_roof .logo h2 img{
    width: auto;
    height: 70%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
/*-------------SDGsトップリード   --------------*/
#sdgsTopLead {
	margin-bottom: 30px;
}
#sdgsTopLead .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 3% 20px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
#sdgsTopLead .inner h2{
	width: 100%;
	max-width: 750px;
	margin: 0 auto 2em;
}
#sdgsTopLead .inner img{
	width: 100%;
}
#sdgsTopLead .inner .lead{
  width: 100%;
  margin: 0 auto 25px;
	font-size: 110%;
}
#sdgsTopLead h3 {
  border-bottom: 1px solid #888;
  color: #158122;
  display: flex;
  align-items: center;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0 0 0.75em 2.5em;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
#sdgsTopLead h3::before {
  background: url("../images/icon_earth.png") no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 2em;
  width: 2em;
  position: absolute;
  left: 0;
}
#sdgsTopLead h3::after {
  background-color: #158122;
  content: '';
  display: block;
  height: 4px;
  width: 3em;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#sdgsTopLead .note{
  background-color: #dbebdd;
  margin: 2em 0;
  padding: 1em 2em;
}
#sdgsTopLead .note p{
  font-size: 110%;
}
#sdgsTopLead .note p em {
  color: #158122;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 759.9px){
  #sdgsTopLead .inner .lead{
    margin: 0 auto 20px;
    font-size: 100%;
  }
  #sdgsTopLead h3 {
    font-size: 120%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin-bottom: 40px;
}
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
/*----2023-------------------*/
.carbonzero_wrap {
  width: 95%;
  margin: 0 auto 20px;
}
.carbonzero_wrap dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
}
.carbonzero_wrap dl dd{
  width: 50%;
  padding: 20px 20px;
}
.carbonzero_wrap dl dt{
  width: 50%;
	padding: 0 20px;
}
.carbonzero_wrap dl dt img{
  width: 100%;
}
.carbonzero_wrap dl h3{
  background: url("../images/nametag.png")no-repeat center left;
  background-size: contain;
  width: 350px;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 160%;
  padding-left: 95px;
  margin-bottom: 10px;
}
.carbonzero_wrap dl p.lead{
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 10px;
}
.carbonzero_wrap p{
	font-size: 120%;
	margin-bottom: 10px;
}

@media screen and (max-width: 759.9px){
  .carbonzero_wrap dl dt{
    width: 100%;
    margin: 0 auto;
  }
  .carbonzero_wrap dl dd{
    width: 100%;
    margin: 0 auto;
  }
  .carbonzero_wrap dl h3{
    width: 280px;
    height: 55px;
    font-size: 120%;
    padding-left: 80px;
  }
  .carbonzero_wrap dl p.lead{
    font-size: 110%;
  }
  .carbonzero_wrap p{
    font-size: 100%;
  }
}
.yoyaku {
  margin-top: 20px;
}

.yoyaku_unit {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.yoyaku_unit a.godetail{
  width: 48%;
 	margin: 0 1% ;
}
@media screen and (max-width: 759.9px){
  .yoyaku_unit a.godetail{
    width: 48%;
    margin: 0 1% ;
  }
}
/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	height: 100%;
    overflow: hidden;
}
.swiper-container.top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container.top .swiper-slide p{
	z-index: 10;
  position: absolute;
  width: 95%;
  max-width: 950px;
	margin:0 auto 10px;
	bottom:0;
	right:0;
  left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.swiper-container.top .swiper-slide-active img,
.swiper-container.top .swiper-slide-duplicate-active img,
.swiper-container.top .swiper-slide-prev img{ 
    animation: zoomUp 12s linear 0s;
    animation-fill-mode: both;
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}

@media screen and (max-width: 759.9px){
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}
  



