@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap');

html, body, div, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, a, a:hover, span, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	vertical-align: baseline;
}
ul, ol, li {
	list-style: none;
}
html, body {
	width: 100%;
	margin: 0 auto;
}
body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 62.5%;
  font-weight: 500;
	line-height: 1;
	color: #222;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
*,
*::before,
*::after {
	font-weight: inherit;
	line-height: inherit;
	box-sizing: border-box;
}
body:not(.noTouch) *,
body:not(.noTouch) *::before,
body:not(.noTouch) *::after {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #fcfeff url(/assets/img/energy-diagnosis/bg_pattern.png) repeat center top / 30px auto;
	z-index: -1;
}
b, strong {
	font-weight: 800;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus,
button:focus {
  outline: 0;
}
img {
	width: 100%;
	height: auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.dpc {
	display: inline-block;
}
br.dpc {
	display: inline;
}
.dsp,
br.dsp,
.dsp_over375,
br.dsp_over375 {
	display: none;
}
.brBlock {
	display: inline-block;
}

/* SP */
@media screen and (max-width:768px){
	html,
	body {
		min-width: 320px;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	img {
		width: 100%;
		height: auto;
	}
	.dpc,
	br.dpc {
		display: none;
	}
	.dsp,
  .dsp_over375 {
		display: inline-block;
	}
	br.dsp,
  br.dsp_over375 {
		display: inline;
	}
}

@media screen and (max-width:374px){
  .dsp_over375,
  br.dsp_over375 {
  	display: none;
  }
}

/* -----------------------------------------------------------------------------
  common
----------------------------------------------------------------------------- */
.c-icon {
	position: relative;
}
.c-icon::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.txt_highlight {
	color: #06918d;
}
.txt_e {
  display: inline-block;
  font-size: 130%;
  line-height: 1;
  margin: -2px 0;
}
.contents {
	width: 100%;
}
.contents > *:nth-child(2n) {
	background: #e8f6ff;
}
.s-inner {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

/* SP */
@media screen and (max-width:768px){
  .s-inner {
    max-width: 640px;
    padding: 0 5.33333333%;
  }
}

/* -----------------------------------------------------------------------------
  .header
----------------------------------------------------------------------------- */
.header {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 100000;
}
.header .header-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #055cc7;
	z-index: 1;
}
.header .header-inner .txt_site {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 0 40px;
}
.header .header-inner .txt_site a {
}
.header .header-inner .btn_menu {
	position: relative;
	display: block;
	width: 50px;
	height: 34px;
	margin: 0 30px 0 0;
	padding: 10px;
	cursor: pointer;
}
.header .header-inner .btn_menu::before,
.header .header-inner .btn_menu::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #fff;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
.header .header-inner .btn_menu::before {
	margin: -7px 0 0 -15px;
}
.header .header-inner .btn_menu::after {
	margin: 5px 0 0 -15px;
}
.header .header-inner .btn_menu.is-open::before,
.header .header-inner .btn_menu.is-open::after {
  margin: 0 0 0 -15px;
}
.header .header-inner .btn_menu.is-open::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .header-inner .btn_menu.is-open::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header .main_menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: none;
  overflow: scroll;
	background: #3ca8ed;
}
.header .main_menu .list {
	position: absolute;
	left: 0;
	top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: 100%;
  min-height: 100vh;
	padding: 100px 0 80px;
}
.header .main_menu .list .txt {
	width: 100%;
}
.header .main_menu .list .txt a {
  position: relative;
	display: table;
	width: auto;
	font-size: 20px;
	font-weight: 800;
	margin: 0 auto;
	padding: 1em;
	color: #fff;
}
.header .main_menu .list .txt a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.noTouch .header .main_menu .list .txt a::after {
  transition: width 300ms ease-in-out;
  -webkit-transition: width 300ms ease-in-out;
}
.noTouch .header .main_menu .list .txt a:hover::after {
  width: calc(100% - 2em);
}

/* SP */
@media screen and (max-width:768px){
  .header .header-inner {
  	height: 35px;
  }
  .header .header-inner .txt_site {
  	font-size: 14px;
  	margin: 0 0 0 15px;
  }
  .header .header-inner .btn_menu {
  	width: 30px;
  	height: 100%;
  	margin: 0 10px 0 0;
  	padding: 0 5px;
  }
  .header .header-inner .btn_menu::before,
  .header .header-inner .btn_menu::after {
  	width: 20px;
  }
  .header .header-inner .btn_menu::before {
  	margin: -4.5px 0 0 -10px;
  }
  .header .header-inner .btn_menu::after {
  	margin: 2.5px 0 0 -10px;
  }
  .header .main_menu .list .txt a {
  	font-size: 18px;
    padding: 0.85em;
  }
  .noTouch .header .main_menu .list .txt a::after {
    bottom: 0.35em;
  }
}

/* -----------------------------------------------------------------------------
  .footer
----------------------------------------------------------------------------- */
.footer {
}
.footer .contact {
	background: #3ca8ed;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}
.footer .s-inner {
}
.footer .contact .ttl {
	width: 100%;
	background: url(/assets/img/energy-diagnosis/border_dot_white.png) repeat-x center / auto 2px;
}
.footer .contact .ttl .txt {
	display: table;
	width: auto;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.5;
	margin: -0.25em auto;
	padding: 0 30px;
	background: #3ca8ed;
}
.footer .contact .dtl {
	font-size: 16px;
	line-height: 1.6;
	margin: -0.3em 0;
	padding: 23px 0 0;
}
.footer .contact .dtl .txt_b {
	font-size: 18px;
	font-weight: 800;
}
.footer .copyright {
	font-size: 13px;
	line-height: 1.4;
	margin: -0.2em 0;
	padding: 16px 0;
	text-align: center;
}

@media screen and (max-width:1000px){
	.footer .contact .ttl .txt {
		font-size: 2.2vw;
	}
	.footer .contact .dtl {
		font-size: 1.6vw;
	}
	.footer .contact .dtl .txt_b {
		font-size: 1.8vw;
	}
	.footer .copyright {
		font-size: 1.3vw;
	}
}

/* SP */
@media screen and (max-width:768px){
  .footer .contact {
  	/* padding: 40px 0; */
  }
  .footer .contact .ttl .txt {
  	font-size: 16px;
  	padding: 0 10px;
  }
  .footer .contact .dtl {
  	font-size: 13px;
  	line-height: 1.8;
  	margin: -0.4em 0;
  	padding: 16px 0 0;
  }
  .footer .contact .dtl .txt_b {
  	font-size: 14px;
  }
  .footer .copyright {
  	font-size: 11px;
  	padding: 12px 0;
  }
}

/* -----------------------------------------------------------------------------
  .s-mcontent
----------------------------------------------------------------------------- */
.s-mcontent {
  padding: 78px 0 80px;
}
.s-mcontent .s-inner {
}
.s-mcontent .m-ttl {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
  margin: -0.2em auto;
  color: #055cc7;
  text-align: center;
  padding: 0 0 50px;
}
.s-mcontent .m-txt {
  font-size: 18px;
  line-height: 2;
  margin: -0.5em auto;
  text-align: center;
}
.s-mcontent .m-ttl .txt_under {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin: -0.5em auto;
  padding: 10px 0 0;
  color: #222;
}
.s-mcontent .m-txt_memo {
	display: block;
	font-size: 13px;
  line-height: 1.6;
  margin: -0.3em auto;
  text-align: center;
	padding: 20px 0 0;
}

@media screen and (max-width:1000px){
  .s-mcontent .m-ttl {
    font-size: 4vw;
  }
  .s-mcontent .m-txt {
    font-size: 1.8vw;
  }
  .s-mcontent .m-ttl .txt_under {
    font-size: 1.8vw;
  }
	.s-mcontent .m-txt_memo {
		font-size: 1.3vw;
		padding: 2vw 0 0;
	}
}

/* SP */
@media screen and (max-width:768px){
  .s-mcontent {
    padding: 48px 0 50px;
  }
  .s-mcontent .m-ttl {
    font-size: 25px;
    padding: 0 0 33px;
  }
  .s-mcontent .m-txt {
    font-size: 13px;
    line-height: 1.8;
    margin: -0.4em auto;
  }
  .s-mcontent .m-ttl .txt_under {
    font-size: 13px;
    line-height: 1.8;
    margin: -0.4em auto;
    padding: 9px 0 0;
  }
	.s-mcontent .m-txt_memo {
		font-size: 11px;
	  line-height: 1.5;
	  margin: -0.25em auto;
		padding: 10px 0 0;
	}
}
