/*
Theme Name:	wp-sunsyu2022
Description: サンシュウテーマ
Author:mrri
*/

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?iefix') format('eot'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#webfontjSpbZQRv') format('svg');
  font-weight: normal;
  font-style: normal;
}

.row::before,.row::after {
      display: none;
  }


body {
    font-size: 16px;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    color: #353737;
    font-weight: 300;
	background: #fff;
	z-index: -1;
	position: relative;
	letter-spacing: 1px;
}
main {
  overflow: hidden;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #353737;
 text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #353737;
  opacity: 0.7;
}
img{
max-width:100%;
vertical-align: bottom;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
	outline: none;
	}

.sp{
	display:none;
}


/*トップページ-------------------------------*/
/*ヘッダー*/


.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
	  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
}
h1.header-logo img {
  height: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h1.header-logo {
  font-size: 24px;
  margin: 0;
	text-align: center;
}
ul.header-top-ul {
  display: flex;
  flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;	
	justify-content: end;
}


nav.top-menu {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
	margin-top: 7px;
}
nav.globalMenuSp, .hamburger {
  display : none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	justify-content: center;
	margin: auto;
}
nav.top-menu ul li a {
  color: #353737;
  font-size: 16px;
  display: block;
  padding: 0 25px 10px;
}

.gmrelative01.clone-nav.is-show .header-logoarea {
  display: none;
}
.gmrelative01.clone-nav.is-show nav.top-menu .header-logo {
  display: block;
}
.gmrelative01.clone-nav.is-show nav.top-menu .nav-icon{
	display: flex;
	align-items: center;
}
.gmrelative01.clone-nav.is-show nav.top-menu .header-logo img{
	height:48px;
	width: 100%;
}


/*ドロップダウン*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  border: 1px solid #d1d3d4;
  border-radius: 0;
	padding: 0;
}
nav.top-menu ul li .dropdown-menu a {
  padding: 5px 25px 5px;
}
nav.top-menu ul li .dropdown-menu a:hover, nav.top-menu ul li .dropdown-menu a:active {
	opacity: 1;
	background:#fff;
}



/*共通*/
.inner {
    padding: 100px 0;
}
.cl-white {
  color: #fff !important;
}
.cl-pink {
  color: #ff6890;
}
.cl-yellow {
  color: #fff200;
}
.w100{
	width:100% !important;
}
.w140px{
	width:140px !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.container-fluid {
  padding-right: 0;
	padding-left: 0;
}
.bg-gray {
  background: #f4f5f5;
}
h3, .h3 {
  font-size: 25px;
	font-weight: 400;
}

/*ボタン*/
.btn-gray a {
  font-size: 12px;
  color: #fff;
	padding: 7px 21px 9px;
	color:#fff;
	display: inline-block;
	  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
	position: relative;
	border: 1px solid #565657;
	text-align: center;
	background: #565657;
	letter-spacing: 1.5px;
	line-height: 1.1;
}


/*メインビジュアル*/
.main-img {
	text-align: center;
	position: relative;
	z-index: -1;
	height: calc(100vh - 110px);
}
.main-txt {
  position: absolute;
  top: 50%;
  left: 25vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.5;
}
.slick-slider {
	height: 100%;
}
.slick-track {
  height: 100%;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: calc(100vh - 110px);
  object-fit: cover;
}



/*トップページ-----------------------------------------------------*/
section.indexbox01{
	background: url("img/index01_back.png") no-repeat bottom right;
	background-size: 35%;
	
}
h2.index-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 48px;
	color: #939598;
}
h2.index-h2 span {
  display: block;
  font-size: 16px;
  padding-top: 5px;
}

/*お知らせ*/
dl.news-dl {
  display: flex;
}
dl.news-dl dt {
  font-weight: 400;
  padding-right: 2rem;
}

/*indexbox02*/
section.indexbox02 {
  background: linear-gradient( to right, #f4f5f5 42%, #fff 42% );
	padding: 4% 0;
}
.mortion-txt {
  padding: 0 23%;
}

/*indexbox03*/
section.indexbox03 {
  position: relative;
	padding: 6% 0 8%;
}
.indexbox03-back {
  background: #f4f5f5;
  height: 75%;
  width: 43%;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*indexbox04*/
section.indexbox04 {
  margin-top:100px;
	padding:50px 0; 
	background: #f4f5f5;
}
.index04-img {
  padding-right: 8%;
}


/*フッター*/
.footer-top .col-works{
	background:#a7a9ac;
	text-align: center;
	color:#fff;
	padding: 60px 0;
}

.footer-top .col-contact{
	background:#808285;
	text-align: center;
	color:#fff;
	padding: 60px 0;
}
.footer-top img {
  height: 75px;
  width: auto;
}
.footer-top a{
	display:block;
}
.footer-top a:hover{
	opacity: 1;
}
.footer-top a h3.footer-h3 {
  color: #fff;
  font-size: 30px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	font-weight: 200;
}

.footer-top a h3.footer-h3 span {
  color: #fff;
  font-size: 16px;
	display: block;
	padding-top: 5px;
}
.footer-contents {
  background: #e6e7e8;
  padding: 40px 0;
  text-align: center;
}
.footer-logo {
  font-size: 23px;
  font-weight: 400;
	padding-bottom: 7px;
}
.footer-link {
  font-size: 12px;
}
.footer-copy {
  font-size: 10px;
	text-align: center;
	padding: 5px 0;
}



/*モーション*/
.faderight {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup {
	opacity: 0;
	transform: translate(0, 50px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup2 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeleft {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fadeup.scrollin, .fadeup2.scrollin, .faderight.scrollin, .fadeleft.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}





/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 200%;
    z-index: 200;
	padding: 0;
	margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: #808285;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 40px;
  border-radius: 50px;
	opacity: 1;
}
#page-top a:hover {
    text-decoration: none;
    background: #808285;
	opacity: 1;
}

/*下層ページ------------------------------------*/
section.back-logo {
  background: url("img/index01_back.png") no-repeat top 1100px right;
	background-size: 35%;
}
.page-top {
  background: #e6e7e8;
  height: 80px;
  text-align: center;
}
h2.page-top-h2 {
  line-height: 80px;
  font-size: 30px;
}
h3.page-h3 {
  border-bottom: 1px solid #414042;
  display: inline-block;
	margin-bottom: 40px;
}
h3.page-h3 .h3-inner {
  border-left: 5px solid #414042;
	padding: 0 20px 5px;
	line-height: 1.2;
	margin-bottom: 5px;
	display: inline-block;
	color: #6d6e71;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: 600;
}
table.ppa-table {
  width: 100%;
	line-height: 1.4;
}
table.ppa-table th {
  border: 1px solid #414042;
  background: #f1f2f2;
  padding: 12px 20px;
	text-align:center;
	vertical-align: top;
	font-weight: 500;
}
table.ppa-table td {
  border: 1px solid #414042;
  padding: 12px 20px;
	text-align:center;
}
table.ppa-table th.bg-pink {
  background: #f9dfeb;
}
table.ppa-table td.bg-pink {
  background: #fcf0f6;
}

.ppa-title {
  background: #6d6e71;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 400px;
}
.text-right .ppa-title {
  margin-left: auto;
  margin-right: 0;
}
.advantage-waku {
  border: 1px solid #939598;
  padding: 40px;
  margin: 50px 0;
}
.adv-no {
  font-size: 14px;
  color: #d1d3d4;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
h4.adv-h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
	color: #6d6e71;
	line-height: 1.5;
}

.slick02 .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0 10px;
}
dl.flow {
  display: flex;
	margin: 0;
}
dl.flow dt {
	 width: 27%;
	display: flex;
	align-items: center;
	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	border-left: 1px solid #939598;
	background: #fff;
	padding: 8px 20px;
	color: #6d6e71;
	font-size: 30px;
	line-height: 80px;
	height: 80px;
	justify-content: center;
}
dl.flow dt img {
  max-height: 53px;
  max-width: 64px;
  margin-left: 30px;
}
dl.flow dd {
  background: #f1f2f2;
  width: 100%;
  border-top: 1px solid #939598;
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
  height: 80px;
  font-size: 30px;
  color: #6d6e71;
  font-weight: 500;
  padding: 0 50px;
  line-height: 80px;
	margin: 0;
}
.shita-yjirushi {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  color: #6d6e71;
  padding: 5px;
  transform: scale(1, 0.8);
}
h4.page-h4 {
  font-size: 23px;
  font-weight: 500;
}
ul.need-list li {
  padding: 10px 0;
}
.btn-gray.plus-yajirushi a {
  font-size: 16px;
  font-weight: 500;
	padding: 15px 50px;
}
.btn-gray.plus-yajirushi a::after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: 50px;
}

.ressq-big {
  font-size: 40px;
  color: #6D6E71;
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
  letter-spacing: 3px;
}
.tenken-naiyou {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  padding: 30px;
  margin: 20px 60px;
}
.big-30 {
  font-size: 30px;
  font-weight: 500;
}
.service-txt {
  font-size: 19px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
}
ul.adv-flow {
  display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.adv-flow li.flow-txt {
  background: #808285;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	height: 86px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow-yajirushi {
  font-size: 41px;
	color: #808285;
	line-height: 1px;
	padding: 0 5px;
}
dl.flow-sun {
  display: flex;
  margin: 0;
}
dl.flow-sun dt {
  width: 20%;
  display: flex;
  align-items: center;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
  border-left: 1px solid #939598;
  background: #fff;
  padding: 8px 20px;
  justify-content: center;
}
dl.flow-sun dt img {
  max-height: 90px;
  max-width: 85px;
}
dl.flow-sun dd {
  background: #f1f2f2;
  width: 100%;
  border-top: 1px solid #939598;
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
  font-size: 30px;
  color: #6d6e71;
  font-weight: 500;
  padding: 20px 50px 30px;
  margin: 0;
}
dl.flow-sun dd .dl-txt {
  font-size: 16px;
  font-weight: 300;
}
.kanren-wrap {
  position: relative;
}
.kanren01 {
  position: absolute;
  top: 20%;
left: 10%;
transform: translate(-10%, -20%);
-webkit-transform: translate(-10%, -20%);
-ms-transform: translate(-10%, -20%);
  background: rgba(255,255,255,0.7);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
	text-align: center;
}
.kanren02 {
  position: absolute;
  top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	-webkit-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
  background: rgba(255,255,255,0.7);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
	text-align: center;
}
.kanren03 {
  position: absolute;
  top: 20%;
	left: 90%;
	transform: translate(-90%, -20%);
	-webkit-transform: translate(-90%, -20%);
	-ms-transform: translate(-90%, -20%);
  background: rgba(255,255,255,0.7);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
	text-align: center;
}
.kanren04 {
  position: absolute;
  top: 80%;
	left: 30%;
	transform: translate(-30%, -80%);
	-webkit-transform: translate(-30%, -80%);
	-ms-transform: translate(-30%, -80%);
  background: rgba(255,255,255,0.7);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
	text-align: center;
}
.kanren05 {
  position: absolute;
  top: 80%;
	left: 70%;
	transform: translate(-70%, -80%);
	-webkit-transform: translate(-70%, -80%);
	-ms-transform: translate(-70%, -80%);
  background: rgba(255,255,255,0.7);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
	text-align: center;
}

.scroll {
  overflow-x: auto;
}
table.sunmente-adv {
  margin-left: 1px;
	width: 99%;
}
table.sunmente-adv tbody td, table.sunmente-adv tbody th {
  border: 1px solid #353737;
	letter-spacing: -0.5px;
	padding: 5px;
	text-align:center;
	line-height:1.2;
	font-weight:400;
	white-space: nowrap;
}
table.sunmente-adv tbody th {
	 font-size: 15px;
}
table.sunmente-adv thead td {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.2;
}
table.sunmente-adv thead td .size18{
	font-size:18px;
}
table.sunmente-adv td.table-midashi {
  font-size: 13px;
text-align: left;
vertical-align: bottom;
letter-spacing: 0;
}
.w4rem {
  width: 4.5rem;
}
.w5rem {
  min-width: 5rem;
}
.w8rem {
  width: 8rem;
}
.kanshi-wrap {
  background: #65a2b6;
  color: #fff;
  padding: 45px;
	line-height: 1.6;
}
h4.sunmente-h4 {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
h4.sunmente-h4:after{
content:'';
background:#fff;
height:1px;
width:70px;
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
dl.kanshi {
  display: flex;
	line-height: 1.7;
}
dl.kanshi dt {
  width: 43%;
  padding-right: 20px;
  border-right: 1px solid #fff;
  flex-shrink: 0;
  font-size: 30px;
  letter-spacing: 0;
}
dl.kanshi dd {
	padding-left: 20px;
	font-size:14px;
	margin-bottom: 0;
}
dl.kanshi .big {
  font-size: 22px;
}
ul.kome-ul {
  font-size: 14px;
}
ul.kome-ul li {
	padding-left:1rem;
	text-indent:-1rem;
}
.kaketsuke-wrap {
  background: #589ecd;
  color: #fff;
  padding: 45px;
  line-height: 1.6;
  margin-top: 60px;
}
.tenken-wrap {
  background: #597c9c;
  color: #fff;
  padding: 45px;
  line-height: 1.6;
  margin-top: 60px;
}
dl.kanshi dd.size18 {
  font-size: 18px;
}
.sunrescue-wrap {
  background: #65a7b8;
  color: #fff;
  padding: 45px;
  line-height: 1.6;
  margin-top: 10px;
}
.white-waku {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  width: 93%;
  margin: 0 auto 60px;
}
.jyosou-wrap {
  background: #88b888;
  color: #fff;
  padding: 45px;
  line-height: 1.6;
  margin-top: 10px;
}
.option-yellow {
  background: #fff200;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #61b863;
  padding: 0 15px;
	margin-bottom: 5px;
}


.big {
  font-size: 160%;
}
dl.company-dl {
  display: flex;
  border-bottom: 1px solid #bcbec0;
  padding: 15px;
	margin: 0;
}
dl.company-dl dt {
  width: 30%;
	font-weight: 300;
	padding-left: 8%;
}
dl.company-dl dd{
	margin:0;
}
.company-dl-wrap {
  margin-bottom: 140px;
}

.contact-waku {
  border: 1px solid #939598;
  padding: 40px;
  margin: 50px 0;
}
h3.contact-h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.tel img {
  width: 55px;
  margin-right: 30px;
	vertical-align:middle;
}
.tel {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.nav-tabs .nav-link {
  border-radius: 0.25rem;
	background: #A7A9AC;
	color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #6D6E71;
  border-color: transparent;
}
.nav-justified .nav-item:nth-child(1) {
  margin-right: 10px;
}
.nav-justified .nav-item:nth-child(2) {
  margin-left:5px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #6D6E71;
	background:#6D6E71;
	opacity:1;
}
.nav-tabs {
  border-bottom: none;
}
.hissu {
  background: #EC6F91;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 13px;
  margin-right: 15px;
}
.tab-content {
  padding-top: 60px;
}
dl.contact-dl {
  display: flex;
}
dl.contact-dl dt {
  width: 30%;
  flex-shrink: 0;
	font-weight: 300;
}
input, textarea {
  width: 100%;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
}
.wpcf7-list-item {
  display: block;align-content
}
dl.contact-dl dd{
	margin: 0;
}
.contact-pp div {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #A7A9AC;
  padding: 10px;
  background: #fff;
}
input.contact-btn {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid #353737;
  background: #fff;
  height: 50px;
}
input.contact-btn:hover {
	background:#E6E7E8;
}

.archive-pager {
    text-align: center;
    padding: 60px 0;
}
a.page-numbers, .archive-pager .current {
    background: 0 0;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    color: #333;
}
.archive-pager .current {
    background: 0 0;
    border: solid 1px #333;
    color: #333;
}
a.page-numbers, .archive-pager .current {
    background: 0 0;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    color: #333;
}
.archive-pager .current {
    background: 0 0;
    border: solid 1px #333;
	color:#333;
}
a.page-numbers:hover {
    background: #f2f3f7;
}
.pagination {
  justify-content: center;
}
.single-pager  {
    padding: 60px 0 0;
}
.single-pager ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 90%;
	line-height: 1.5;
}
.single-pager ul li.previous {
    float: left;
    display: inline;
	margin-bottom: 5px;
}
.single-pager ul li.previous a {
    padding: 0 20px;
    border: 1px solid #b2b2b2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color:#333;
    display: block;
    text-decoration: none;
}
.single-pager ul li.next {
    float: right;
    display: inline;
	margin-bottom: 5px;
}
.single-pager ul li.next a {
    padding: 0 20px;
    border: 1px solid #b2b2b2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color:#333;
    display: block;
    text-decoration: none;
}
.single-pager ul li.previous a:hover, .single-pager ul li.next a:hover{
	background: #f2f3f7;
}
.pager .previous > a, .pager .previous > span {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	text-align:center;
}
	.pager .next > a, .pager .next > span {
		float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
		text-align:center;
	}


@media (min-width: 1420px){
	.mortion-txt {
	  padding: 0 23%;
	}
}

@media (max-width: 1419px){
	.mortion-txt {
	  padding: 0 10%;
	}
}
@media (min-width: 1200px){
	.container {
	  max-width: 980px;
	}
	.col-index-group {
	  min-width: 480px;
	}
}
@media (max-width: 1199px) {
	section.indexbox04 {
	  padding: 50px 30px;
	}
	section.indexbox01 {
	  background: url("img/index01_back.png") no-repeat bottom 20% right;
	  background-size: 40%;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	nav.top-menu ul li a {
	  color: #353737;
	  font-size: 14px;
	  display: block;
	  padding: 0 20px 10px;
	}
	.inner {
	  padding: 60px 0;
	}
	h2.index-h2 {
		font-size: 40px;
	}
	section.indexbox01 {
	  background: url("img/index01_back.png") no-repeat bottom 70% right;
	  background-size: 55%;
	}
	.indexbox03-back {
		height: 80%;
	}
	.index04-img {
	  padding-right: 0;
	}
	
	ul.adv-flow {
		display: block;
	}
	ul.adv-flow li.flow-txt {
	  font-size: 16px;
		height: 50px;
	}
	.flow-yajirushi {
	  text-align: center;
	}
	.flow-yajirushi i{
		transform: rotate(90deg);
	}
	
	.kanren01 {
	  position: absolute;
	  height: 150px;
	  width: 150px;
		font-size: 17px;
	}
	.kanren02 {
	  position: absolute;
	  height: 150px;
	  width: 150px;
		font-size: 17px;
	}
	.kanren03 {
	  position: absolute;
	  height: 150px;
	  width: 150px;
		font-size: 17px;
	}
	.kanren04 {
	  position: absolute;
	  height: 150px;
	  width: 150px;
		font-size: 17px;
	}
	.kanren05 {
	  position: absolute;
	  height: 150px;
	  width: 150px;
		font-size: 17px;
	}
	
	
	
	
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 768px) {
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	nav.top-menu {
		display: none;
	}
	.header-top {
	  display: none;
	}
	.header-logoarea {
	  display: none;
	}
	.gmrelative01 {
	  z-index: 0;
	  position: static;
	}
	.sp-header {
		width: 100%;
		height: 46px;
		position: relative;
		top: 0;
		z-index: 200;
		background: #fff;
	}
	.index-top {
		position: relative;
	}
	.hamburger {
	  display : block;
	  position: absolute;
	  z-index : 33;
	  right : 0;
	  top   : 0;
	  width : 46px;
	  height: 46px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 22px;
	  height  : 2px ;
	  left    : 12px;
	  background : #353737;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 14px;
	}
	.hamburger span:nth-child(2) {
	  top: 22px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}

	.sp-header .header-logo img {
	  height: 30px;
		padding-left: 10px;
		width: auto;
		margin-top: 8px;
	}
	nav.globalMenuSp {
		display: block;
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0;
		color: #353737;
		background: #fff;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		padding: 100px 30px 10px;
		border-bottom: 1px solid #7d7d7d;
		overflow-y: auto;
		bottom: 0;
	}
	nav.globalMenuSp ul {
	  background: #fff;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #7d7d7d;
		margin: 0 auto;
	}
	nav.globalMenuSp ul li a:hover{
	  background :#f4f5f5;
		opacity: 1;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #353737;
		padding: 9px 1px;;
		text-decoration: none;
		text-align: left;
	}
	.top-menu-inner .nav-title {
		border-left: none;
	}
	.top-menu-inner.bd-right .nav-title {
		border-right: none;
	}
	nav.globalMenuSp.active {
	  transform: translateY(0%);
	  z-index: 100;
	}
	.globalMenuSp ul.header-nav li a {
		margin: 0 7px;
		padding: 5px 15px 5px 40px;
		font-size: 16px;
		font-weight: 700;
		color:#fff;
	}
	ul.header-nav {
		margin-top: 0;
	}
	.globalMenuSp .top-menu-inner a .nav-title {
		margin: 0;
	}
	nav.globalMenuSp .header-nav li a {
		width: auto;
		color: #fff;
		padding: 0 0 0 40px;
		line-height: 42px;
		margin: 0;
		font-size: 21px;
		display: inline;
	}
	.globalMenuSp .header-nav {
		display: block;
		margin-top: 20px;
	}
	.top-menu-inner a {
		display: block;
	}
	nav.globalMenuSp ul li.parent a{
		position:relative;
	}
	nav.globalMenuSp ul li.parent a::after {
		content: '\f106';
		font-family: FontAwesome;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  font-size: 20px;
	  color: #7d7d7d;
	}
	nav.globalMenuSp ul li.parent a.collapsed::after{
		content: '\f107';
	}
	.sp-nav-btn {
	  display: flex;
	  justify-content: space-between;
	}
	.sp-nav-btn div {
	  width: 100%;
	  text-align: center;
	}
	.sp-nav-btn a {
	  display: block;
	  background: #002B73;
	  padding: 10px 0;
	  color: #fff;
	}
	.sp-nav-btn a:first-child{
		border-right:1px solid #fff;
	}
	nav.globalMenuSp ul li.child a::before {
		content: '\f106';
		font-family: FontAwesome;
		  font-size: 20px;
		  color: #7d7d7d;
		margin-right: 10px;
	}
	nav.globalMenuSp ul li.child a.collapsed::before{
		content: '\f107';
	}
	.header-logo {
	  text-align: center;
	}
	.globalMenuSp ul ul li {
	  padding-left: 1.1rem;
	}
	
	
	
	
	
/*共通*/
	.inner {
		padding: 45px 0;
	}
	.no-g-inner{
		padding:0 15px;
	}
	h3, .h3 {
	  font-size: 17px;
	  font-weight: 400;
	}
	
	
/*トップページ*/
	.main-img {
	  height: calc(100vh - 46px);
	}
	.slick-slide img {
	  height: calc(100vh - 46px);
	  object-fit: cover;
	}
	.main-txt {
	  position: absolute;
	  top: 50%;
	  left: 20px;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(0, -50%);
	  -ms-transform: translate(-50%, -50%);
	  z-index: 1;
	  font-size: 9.5vw;
	}
	
	h2.index-h2 {
	  font-size: 23px;
	}
	h2.index-h2 span {
	  font-size: 10px;
	  padding-top: 5px;
	}

	dl.news-dl {
	  display: block;
	}
	dl.news-dl dt {
		font-size: 12px;
	}
	section.indexbox02 {
	  background: linear-gradient( to right, #f4f5f5 90%, #fff 90% );
	  padding: 0;
	  margin-top: 80px;
	padding-bottom: 60px;
	}
	.index02-img {
	  padding: 0 17% 0 15px;
	  margin-top: -80px;
	}
	.mortion-txt.txt-left {
	  padding: 0 17% 0 15px;
	}

	.indexbox03-back {
	  background: #f4f5f5;
	  height: 100%;
		width: 90%;
	}
	.mortion-txt.txt-right {
	  padding: 0 15px 0 17%;
	}
	section.indexbox03 {
	  position: relative;
	  padding: 0;
	  margin-top: 120px;
		padding-bottom: 60px;
	}
	.index03-img {
	  padding: 0 15px 0 17%;
	  margin-top: -80px;
	}
	section.indexbox04 {
	  padding: 0 15px;
	  background: #fff;
		margin-top: 140px;
		margin-bottom: 60px;
	}
	
	.indexbox04-bd {
	  border: 1px solid #e6e7e8;
	  padding: 0 15px;
	}
	.index04-img {
	  margin-top: -80px;
	}
	
	.footer-top-inner {
	  display: flex;
	  justify-content: space-evenly;
		align-items: center;
	}
	.footer-top a h3.footer-h3 {
	  color: #fff;
	font-size: 23px;
		margin-bottom: 0;
		width: 50%;
	}
	.footer-top a h3.footer-h3 span {
		font-size: 10px;
	}
	.footer-top img {
	  height: auto;
	  width: 52px;
	}
	.footer-logo {
	  font-size: 20px;
	  font-weight: 400;
	  padding-bottom: 5px;
	}
	
	
	/*下層ページ*/
	h2.page-top-h2 {
	  font-size: 24px;
	}
	h3.page-h3 .h3-inner {
		font-size: 20px;
		padding: 0 10px 3px;
	}
	h3.page-h3 {
	  margin-bottom: 25px;
	}
	table.ppa-table th {
		padding: 5px 5px;
	}
	table.ppa-table td {
		padding: 5px 5px;
		vertical-align: top;
	}
	.advantage-waku {
		padding: 25px;
		 margin: 30px 0;
	}
	.adv-no {
	  font-size: 12px;
	  margin-bottom: 0;
	}
	h4.adv-h4 {
  	font-size: 19px;
	margin-bottom: 10px;
	}
	dl.flow dt {
		font-size: 20px;
	}
	dl.flow dt img {
	  margin-left: 5px;
		width: 33px;
	}
	dl.flow dd {
	  font-size: 20px;
	  padding: 0 20px;
	}
	h4.page-h4 {
	  font-size: 18px;
	}
	ul.need-list li {
	  padding: 3px 0;
	}
	.ressq-big {
	  font-size: 22px;
		margin-top: 30px;
	}
	.tenken-naiyou {
	  font-size: 19px;
	  padding: 20px;
	  margin: 20px 10px;
	}
	.big-30 {
	  font-size: 20px;
	}
	.service-txt {
	  font-size: 16px;
	  margin-top: 5px;
	}
	dl.flow-sun dt {
		width: 30%;
	}
	dl.flow-sun dd {
  background: #f1f2f2;
	  padding: 10px 15px;
	}
	dl.flow-sun dd {
		font-size: 20px;
	}
	dl.flow-sun dd .dl-txt {
	  font-size: 14px;
	}
	.kanren01 {
	  position: absolute;
	  height: 100px;
	  width: 100px;
		font-size: 14px;
		top: 10%;
		left: 5%;
		transform: translate(-5%, -10%);
		-webkit-transform: translate(-5%, -10%);
		-ms-transform: translate(-5%, -10%);
	}
	.kanren02 {
	  position: absolute;
	  height: 100px;
	  width: 100px;
		font-size: 14px;
		top: 10%;
		left: 50%;
		transform: translate(-50%, -10%);
		-webkit-transform: translate(-50%, -10%);
		-ms-transform: translate(-50%, -10%);
	}
	.kanren03 {
	  position: absolute;
	  height: 100px;
	  width: 100px;
		font-size: 14px;
		top: 10%;
		left: 95%;
		transform: translate(-95%, -10%);
		-webkit-transform: translate(-95%, -10%);
		-ms-transform: translate(-95%, -10%);
	}
	.kanren04 {
	  position: absolute;
	  height: 100px;
	  width: 100px;
		font-size: 14px;
		top: 70%;
		left: 26%;
		transform: translate(-26%, -70%);
		-webkit-transform: translate(-26%, -70%);
		-ms-transform: translate(-26%, -70%);
	}
	.kanren05 {
	  position: absolute;
	  height: 100px;
	  width: 100px;
		font-size: 14px;
		top: 70%;
		left: 74%;
		transform: translate(-74%, -70%);
		-webkit-transform: translate(-74%, -70%);
		-ms-transform: translate(-74%, -70%);
	}
	
	
	.kanshi-wrap {
		padding: 30px 20px;
	}
	h4.sunmente-h4 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	dl.kanshi {
		display: block;
	}
	dl.kanshi dt {
	  width: 100%;
	  padding-right: 0;
	  border-right: none;
		border-bottom: 1px solid #fff;
	  font-size: 18px;
		padding-bottom: 10px;
	}
	dl.kanshi dd {
	  padding-left: 0;
	  font-size: 14px;
	  margin-bottom: 0;
	}
	dl.kanshi .big {
	  font-size: 16px;
	  padding-top: 10px;
	}
	.kaketsuke-wrap {
	  padding: 30px 20px;
	  margin-top: 40px;
	}
	.tenken-wrap {
		padding: 30px 20px;
	  margin-top: 40px;
	}
	dl.kanshi dd.size18 {
	  font-size: 16px;
	}
	.sunrescue-wrap{
		padding: 30px 20px;
	  margin-top: 20px;
	}
	.jyosou-wrap {
		padding: 30px 20px;
	}
	dl.company-dl {
	  display: block;
		padding: 10px;
	}
	dl.company-dl dt {
	  width: 100%;
	  font-weight: 500;
	  padding-left: 0;
	}
	.contact-waku {
	  padding: 20px;
	  margin: 30px 0;
	}
	h3.contact-h3 {
		font-size: 20px;
	}
	.tel {
		font-size: 30px;
	}
	.tel img {
	  width: 45px;
		margin-right: 10px;
	}
	.nav-justified .nav-item:nth-child(1) {
	  margin-right: 0;
	}
	.nav-justified .nav-item:nth-child(2) {
	  margin-left: 0;
		margin-top:5px;
	}
	.nav.nav-tabs {
	  display: block;
	}
	dl.contact-dl {
	  display: block;
	}
	dl.contact-dl dt {
	  width: 100%;
	  flex-shrink: 0;
	}
	dl.contact-dl dt p {
	  margin-bottom: 10px;
	}
	dl.contact-dl dd {
	  margin-bottom: 20px;
	}

}
