@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---------------------------------------------
                 fv
---------------------------------------------*/

.solar_fv {
	width: 100%;
	height: 700px;
	padding: 80px 5% 0;
	background: url("../../common_img/solar_renewal/fv-bg_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
    .solar_fv {
        height: 600px;
	    padding: 60px 5% 0;
    }
}
@media screen and (max-width: 767px) {
    .solar_fv {
        height: 450px;
        padding: 40px 5% 0;
        background: url("../../common_img/solar_renewal/fv-bg_sp.jpg") no-repeat center/cover;
    }
}
@media screen and (max-width: 641px) {
    .solar_fv {
        height: 350px;
    }
}

.solar_fv_contents {
    max-width: 1200px;
    width: 100%;
    height: 100%;
	margin: 0 auto;
    position: relative;
}

.solar_fv_title_sub {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: 500;
	/* color: #fff; */
	letter-spacing: 0.17em;
}
@media screen and (max-width: 1024px) {
    .solar_fv_title_sub {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .solar_fv_title_sub {
        font-size: 16px;
    }
}

.solar_fv_title_main {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 127px;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.1;
	/* color: #fff; */
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
    .solar_fv_title_main {
        font-size: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .solar_fv_title_main {
        font-size: 75px;
    }
}
@media screen and (max-width: 767px) {
    .solar_fv_title_main {
        font-size: 55px;
    }
}
@media screen and (max-width: 641px) {
    .solar_fv_title_main {
        font-size: 45px;
    }
}
@media screen and (max-width: 481px) {
    .solar_fv_title_main {
        font-size: 36px;
    }
}

/*.solar_fv_title_main_space {
    font-size: 0;
}*/

.solar_fv_title_main_jp {
	font-family: a-otf-ud-shin-go-con80-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 105px;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .solar_fv_title_main_jp {
        font-size: 76px;
    }
}
@media screen and (max-width: 767px) {
    .solar_fv_title_main_jp {
        font-size: 32px;
    }
}

.solar_fv_title_jp {
	margin-top: 20px;
	/* color: #fff; */
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.11em;
}
.solar_fv_title_jp br {
	display: none;
}
@media screen and (max-width: 1024px) {
    .solar_fv_title_jp {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .solar_fv_title_jp {
        font-size: 14px;
    }
	.solar_fv_title_jp br {
		display: block;
	}
}


.solar_fv_movie {
	max-width: 513px;
	position: absolute;
	top: 15%;
	left: 50%;
	z-index: 10;
	line-height: 0;
	width: 45%;
	aspect-ratio: 16 / 9;
}
.solar_fv_movie iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.solar_fv_movie {
		top: 15%;
		left: inherit;
		right: 0;
		width: 55%;
	}
}


li.solar_fv_catchphrase_1 {
  max-width: 398px;
}
li.solar_fv_catchphrase_2 {
  max-width: 287px;
}
li.solar_fv_catchphrase_3 {
  max-width: 267px;
}
@media screen and (max-width: 1024px) {
  ul.fv_catchphrase {
    bottom: 30px;
  }
  li.solar_fv_catchphrase_1 {
    width: 41.5%;
  }
  li.solar_fv_catchphrase_2 {
    width: 30.3%;
  }
  li.solar_fv_catchphrase_3 {
    width: 28.2%;
  }
}


/*---------------------------------------------
                 message
---------------------------------------------*/

.solar_message {
    padding: 100px 5% 100px;
}
.solar_message_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.solar_message_title {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
	margin-bottom: 80px;
}
.solar_message_box1 {
	margin-bottom: 50px;
}
.solar_message_box1 h3 {
    font-weight: bold;
	letter-spacing: 0.05em;
}
.solar_message_box1 h4 {
    max-width: 1100px;
    margin: 0 auto;
}
.solar_message_box2 h3 {
    font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.solar_message_box2 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solar_message_box2 ul li {
	width: 33%;
    max-width: 360px;
}
.solar_message_box2 ul li h4 {
	margin-bottom: 10px;
}
.solar_message_box2 ul li p {
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.solar_message_title {
        font-size: 23px;
    }
	.solar_message_box2 ul {
		justify-content: center;
	}
	.solar_message_box2 ul li {
		width: 48%;
		margin: 0 1% 5%;
	}
}
@media screen and (max-width: 767px) {
	.solar_message {
        padding: 10% 5% 10%;
    }
	.solar_message_title {
        font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 8%;
    }
	.solar_message_box1 {
		margin-bottom: 8%;
	}
	/* .solar_message_box2 ul li {
		width: 100%;
		margin: 0 auto 5%;
	} */
}
@media screen and (max-width: 641px) {
	.solar_message_title {
        font-size: 18px;
    }
	.solar_message_box2 ul li {
		width: 100%;
		margin: 0 auto 5%;
	}
}
@media screen and (max-width: 481px) {
	.solar_message_title {
        font-size: 17px;
    }
}

/*---------------------------------------------
                 about
---------------------------------------------*/

.solar_about {
    padding: 100px 5% 100px;
    /* background: linear-gradient(170deg,  #a39ca8 0%,#0f0107 100%); */
}
.solar_about_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.solar_about_title {
	font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
	margin-bottom: 80px;
}
.solar_about_title2 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}
.solar_about_title3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.solar_about_title3::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #717071;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
.solar_about_title3 span {
	background-color: #fff;
	padding: 0 0.5em;
}
.solar_about_title4 {
	background-color: #717071;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 0.5em;
	margin-bottom: 10px;
}
.solar_about_box1 {
	margin-bottom: 50px;
}
.solar_about_box1-1 {
	background-color: #eeeeef;
	padding: 1em;
	letter-spacing: 0.05em;
}
.solar_about_box1-1 strong {
	color: #e50012;
	font-weight: bold;
}
.solar_about_box2 {
	margin-bottom: 100px;
}
.solar_about_box2 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.solar_about_box2 ul li {
	width: 24%;
	border: #646464 1px solid;
	background-color: #fff;
	text-align: center;
	padding: 2.5em 1em;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.solar_about_box3 {
	margin-bottom: 80px;
}
.solar_about_box3-1 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solar_about_box3-1 strong {
	font-weight: bold;
}
.solar_about_box3-left {
	width: 49%;
	margin-bottom: 40px;
}
.solar_about_box3-right {
	width: 49%;
	margin-bottom: 40px;
}
.solar_about_box3-2 {
	border: #e50012 4px solid;
	font-size: 22px;
	text-align: center;
	padding: 1.5em 1em;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 30px;
}
.solar_about_box3-2 h3 {
	font-size: 40px;
	font-weight: bold;
}
.solar_about_box3-2 h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.solar_about_box3-2 ol {
	margin-bottom: 15px;
}
.solar_about_box3-2 ol li {
	max-width: 700px;
	background-color: #717071;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	text-indent: -1.5em;
	padding: 0.5em 1em 0.5em 2.5em;
	margin: 0 auto 10px;
}
.solar_about_box3-2 ol li span {
	font-size: 22px;
}
.solar_about_box3-3 {
	background-color: #e50012;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1.5em 1em;
	letter-spacing: 0.05em;
}
.solar_about_box3-3 strong {
	font-weight: bold;
}
.solar_about_box4 {
	margin-bottom: 100px;
}
.solar_about_box4 dl {
	margin-top: 10px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solar_about_box4 dt ,.solar_about_box4 dd {
	width: 49.2%;
	max-width: 540px;
}
.solar_about_box5 h5 {
	max-width: 1100px;
	margin: 30px auto 40px;
}
.solar_about_box5 table {
	margin: 15px 0 15px;
	width: 100%;
	border-collapse: separate;
}
.solar_about_box5 th {
	width: 42%;
	background-color: #717071;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 1em;
	vertical-align: middle;
}
.solar_about_box5 td:first-of-type {
	vertical-align: middle;
}
.solar_about_box5 td:first-of-type img {
	max-width: 34px;
	margin: 0 auto;
	display: block;
}
.solar_about_box5 td:last-of-type {
	width: 50%;
	border: #646464 1px solid;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 10px;
	vertical-align: middle;
}
.solar_about_box5 td:last-of-type strong {
	font-size: clamp(20px, 3vw, 28px);
	font-weight: bold;
} 


@media screen and (max-width: 767px) {
	.solar_about {
		padding: 10% 5% 10%;
	}
	.solar_about_title {
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 12%;
	}
	.solar_about_title2 {
		font-size: 27px;
		letter-spacing: 0.05em;
		margin-bottom: 5%;
	}
	.solar_about_title3 {
		font-size: 18px;
	}
	.solar_about_title4 {
		font-size: 16px;
	}
	.solar_about_box1 {
		margin-bottom: 8%;
	}
	.solar_about_box2 {
		margin-bottom: 12%;
	}
	.solar_about_box2 ul li {
		width: 100%;
		padding: 1em;
		margin-bottom: 3%;
	}
	.solar_about_box3 {
		margin-bottom: 10%;
	}
	.solar_about_box3-left {
		width: 100%;
		margin-bottom: 5%;
	}
	.solar_about_box3-right {
		width: 100%;
		margin-bottom: 10%;
	}
	.solar_about_box3-2 {
		border: #e50012 3px solid;
		font-size: 14px;
		margin-bottom: 10%;
	}
	.solar_about_box3-2 h3 {
		font-size: 20px;
	}
	.solar_about_box3-2 h4 {
		font-size: 16px;
		margin-bottom: 3%;
	}
	.solar_about_box3-2 ol {
		margin-bottom: 3%;
	}
	.solar_about_box3-2 ol li {
		font-size: 16px;
	}
	.solar_about_box3-2 ol li span {
		font-size: 14px;
	}
	.solar_about_box3-3 {
		font-size: 18px;
	}
	.solar_about_box4 {
		margin-bottom: 12%;
	}
	.solar_about_box4 dt ,.solar_about_box4 dd {
		width: 100%;
		margin: 0 auto 5%;
	}
	.solar_about_box5 h5 {
		margin: 4% auto 5%
	}
	.solar_about_box5 table {
		margin-bottom: 10%;
	}
	.solar_about_box5 th {
		width: 100%;
		display: block;
	}
	.solar_about_box5 td:first-of-type {
		width: 100%;
		display: block;
		padding: 1% 0;
	}
	.solar_about_box5 td:first-of-type img {
		 transform:rotate(90deg);
	}
	.solar_about_box5 td:last-of-type {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 641px) {
	.solar_about_title {
		font-size: 18px;
	}
	.solar_about_title2 {
		font-size: 21px;
	}
	.solar_about_title3 {
		font-size: 16px;
	}
	.solar_about_title4 {
		font-size: 15px;
	}
	.solar_about_box3-2 {
		font-size: 16px;
	}
}

