@charset "UTF-8";
/* CSS Document */

body,html{
	-webkit-text-size-adjust: 100%;
}
.pc { display: none; }

img {
	width: 100%;
	height: auto;
}

/* header */
#header {
	padding: 15px 0;
}
#header .inner {
	padding: 0 5px
}
#header .inner h1 a {
	display: block;
	background: url(../img/common/logo.jpg) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999px;
	width: 70%;
	height: 50px;
	margin-left: 2%;
}
#header .inner .tel {
	width: 100%;
	height: 50px;
	background: url(../img/common/tel_sp.jpg) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999px;
}

/* gNav */
#gNav {
	padding: 0;
	margin: 0;
	width: 100%;
}
p.navtitle {
	padding: 10px;
	margin: 0 0 5px 0;
	color: #FFF;
	font-weight: bold;
	width: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-indent: -9999px;
	background: #EEE url(../img/common/ico/menu.png) no-repeat 50% 50%;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
#gNav ul {
	position: fixed;
	top: 0;
    left: -70%;
    width: 70%;
    height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #187FC4;
	z-index: 100000;
}
#gNav ul li {
	margin: 0;
	padding: 0;
}
#gNav ul li a {
	border-bottom: 1px solid #1372B3;
	display: block;
	text-decoration: none;
	padding: 10px;
	background: url(../img/common/ico/arrow_white_mini.png) no-repeat 97% 50%;
	background-size: 7px;
	color: #FFF;
}
#gNav ul li small {
	display: none;
}

/* Footer
--------------------------------- */

#footer {
	background: #EEE;
	padding: 15px 0;
	border-top: 2px solid #187FC4;
}
#footer .inner {
	padding: 15px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .inner img {
	width: auto;
}
#footer .inner .info {
}
#footer .inner .info h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding: 0;
}
#footer .inner .info .sns_btn {
	margin: 15px 0;
}
#footer .inner .info .sns_btn .btn {
	margin: 0 5px 0 0;
}
#footer .inner ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	background: #187FC4;
}
#footer .inner ul li a {
	display: block;
	margin: 0 0 1px 0;
	padding: 10px;
	background: #FFF url(../img/common/ico/arrow_gray_mini.png) no-repeat 97% 50%;
	text-decoration: none;
}
.copy {
	padding: 15px;
	margin: 0;
	text-align: center;
	background: #0069A7;
	color: #FFF;
}
.copy a { color: #FFF; }

.totop a,
.btn_recruit a {
	display: block;
	color: #FFF;
	width: 90%;
	padding: 15px 0;
	margin: 0 auto 15px auto;
	text-align: center;
	text-decoration: none;
	background: #0069A7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Contents
--------------------------------- */

#contents .main_img {
	width: 100%;
	height: 150px;
	z-index: 1;
}
#contents h2 {
	background: #EEE;
	font-size: 21px;
	line-height: 140%;
	text-align: center;
	padding: 20px;
	margin: 0;
	font-weight: 500;
}
#contents h3 {
	background: url(../img/common/logo_icon.png) no-repeat 0 50%;
	font-size: 21px;
	line-height: 140%;
	text-align: left;
	padding: 10px 0 10px 50px;
	margin: 0 0 20px 0;
}
#contents h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
}
#contents .area {
	margin: 0 auto;
	padding: 15px;
}
#contents .area ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#contents .information {
}
#contents .contact {
	margin: 50px 0;
}
#contents .contact a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #FFF;
	font-size: 18px;
	background: #0069A7;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 0 #003F7E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Solar */

#contents .main_img.solar {
	background:url(../img/contents/solar/main.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1;
}
#contents .main_img.solar img {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: auto;
}
#contents .area .about {
	margin-bottom: 50px;
}
#contents .area ul.point li {
	margin: 5px;
	background: #EEE;
	padding: 15px;
	border: 2px #DDDDDD solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents .area ul.point li h4 {
	color: #187FC4;
	font-size: 16px;
	line-height: 150%;
}
#contents .area ul.point li p {
	margin: 0;
	padding: 5px 0 10px 0;
}
#contents .area ul.point li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #FFF;
	background: #0069A7;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 0 #003F7E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents .area ul.point li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#contents .area #point_info {
	padding: 5px;
	clear: both;
	margin-bottom: 50px;
}
#contents .area #point_info .inner {
	padding: 20px;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #F3F8FC;
}
#contents .area h4 {
	color: #187FC4;
	font-size: 18px;
	line-height: 150%;
	margin: 0 0 5px 0;
}
#contents .area #point_info .inner div {
	padding-left: 60px;
	margin-bottom: 10px;
}
#contents .area #point_info .inner.p01 div {
	background: url(../img/contents/solar/point1_n.jpg) no-repeat 0 50%;
}
#contents .area #point_info .inner.p02 div {
	background: url(../img/contents/solar/point2_n.jpg) no-repeat 0 50%;
}
#contents .area #point_info .inner.p03 div {
	background: url(../img/contents/solar/point3_n.jpg) no-repeat 0 50%;
}
#contents .area #point_info .inner.p04 div {
	background: url(../img/contents/solar/point4_n.jpg) no-repeat 0 50%;
}
#contents .area ul.flow {
	background: #EEE;
	margin-bottom: 50px;
}
#contents .area ul.flow li {
	padding: 50px 20px 20px 20px;
	margin: 10px;
	background: #FFF;
	position: relative;
}
#contents .area ul.flow h4 {
	color: #187FC4;
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 5px 0;
}
#contents .area ul.flow img {
	position: absolute;
	top: 10px;
	left: 0;
	width: auto;
}
#contents ul.portfolio {
	padding: 0;
	margin: 10px 0 50px 0;
	list-style: none;
	overflow: hidden;
}
#contents ul.portfolio li {
	width: 48%;
	float: left;
	margin: 2% 1%;
	font-size: 12px;
	line-height: 150%;
}
#contents ul.portfolio li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}


/* wind */
#contents .main_img.wind {
	background:url(../img/contents/wind/main.jpg) no-repeat 50% 20%;
	background-size: cover;
}
#contents .item {
	background: #F3F8FC;
	padding: 20px;
}
#contents .item h3 {
	margin: 0 auto;
}
#contents .item .inner {
	margin: 15px auto 30px auto;
	padding: 25px;
	background: #FFF;
}
#contents .item .inner h4 {
	color: #187FC4;
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 5px 0;
}
#contents .item .inner p {
	padding: 0;
	margin: 0;
}
#contents .item .inner img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
#contents .item .inner img.img {
	margin: 10px auto;
}
#contents .item .inner table {
	margin: 10px 0;
	border-top: 1px solid #CCC;
}
#contents .item .inner th,
#contents .item .inner td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}

/* Battery */

#contents .main_img.battery {
	background:url(../img/contents/battery/main.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#contents .about.s_battery,
#contents .about.all_eng {
	margin: 0 10px;
}
#contents .about.s_battery p,
#contents .about.all_eng p {
	padding: 0;
}
#contents .about.s_battery img,
#contents .about.all_eng img {
	margin: 10px 0 20px 0;
}

/* Company */

#contents .company .inner {
	margin: 0;
	padding: 30px 15px;
}
#contents .company .txt {
}
#contents .company .txt dl {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 150%;
	border-bottom: 1px dotted #CCC;
}
#contents .company .txt dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	color: #666;
}
#contents .company .txt dd {
	margin: 0 0 10px 0;
	padding: 0;
}
#contents .company .img {
}
#contents .company .img img {
	margin: 0 0 15px 0;
}
#contents .company .img iframe {
	width: 100%;
	height: 400px;
}
#contents .company .map {
    margin: 30px 0;
}
#contents .company .map iframe {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 500px;
}

/* Contact
-------------------------------- */

#contents .contact_form {
	margin: 0 auto;
	padding: 30px 15px;
}
#contents .contact_form img.ajax-loader {
	width: auto;
}
#contents .contact_form hr {
	border: 1px dashed #CCC;
}
#contents .contact_form dl,
#seminar dl {
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	line-height: 150%;
}
#contents .contact_form dt,
#seminar dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	color: #666;
}
#contents .contact_form dd,
#seminar dd {
	margin: 0;
	padding: 0;
}
#contents .contact_form p {
	text-align: center;
}
#contents .contact_form input.wpcf7-text,
#contents .contact_form textarea,
#contents .contact_form select,
#seminar input.wpcf7-text,
#seminar textarea,
#seminar select {
	font-size: 14px;
	line-height: 140%;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 90%;
	z-index: -1 !important;
}
#contents .contact_form .zip input.wpcf7-text,
#seminar .zip input.wpcf7-text {
	width: 50%;
	margin-left: 5px;
}
#contents .contact_form input.wpcf7c-btn-confirm,
#contents .contact_form input.wpcf7-back,
#contents .contact_form input.wpcf7-submit,
#seminar input.wpcf7c-btn-confirm,
#seminar nput.wpcf7-back,
#seminar input.wpcf7-submit {
	padding: 10px 50px;
	background: #555;
	border: 1px solid #CCC;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}
#contents .contact_form input.wpcf7c-btn-confirm:hover,
#contents .contact_form input.wpcf7-back:hover,
#contents .contact_form input.wpcf7-submit:hover,
#seminar input.wpcf7c-btn-confirm:hover,
#seminar input.wpcf7-back:hover,
#seminar input.wpcf7-submit:hover {
	background-color: #333;
}

#contents .contact_form input.wpcf7c-conf,
#contents .contact_form select.wpcf7c-conf,
#contents .contact_form textarea.wpcf7c-conf,
#seminar input.wpcf7c-conf,
#seminar select.wpcf7c-conf,
#seminar textarea.wpcf7c-conf {
	background: none;
	border: 0;
}


/* Blog */

.bread {
	font-size: 85%;
	padding: 0 15px;
}
#category {
}
.post h2.title,
.list h2.title {
	padding: 10px 15px;
	background: #187FC4;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
}

.list small,
.blog_info ul {
	display: block;
	padding: 0 15px 10px 15px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
	list-style: none;
	font-size: 90%;
	overflow: hidden;
}
.blog_info ul li {
	float: left;
	margin: 0 10px 0 0;
}
.blog_message,
.a_blog {
	padding: 0 15px 15px 15px;
}
.a_blog {
	margin-top: 20px;
}
.a_blog h3 a {
	display: block;
  color: #0069A7;
  width: 95%;
  padding: 15px 2%;
  margin: 0 auto 15px auto;
  text-decoration: none;
  background: #EEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#side {
	background: #187FC4;
	padding: 15px;
	color: #FFF;
}
#side h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 150%;
	padding: 0;
	margin:10px 0;
}
#side ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	
}
#side ul li a {
	display: block;
	background: #FFF url(../img/common/ico/arrow_gray_mini.png) no-repeat 97% 50%;
	margin: 0 0 1px 0;
	padding: 10px;
	text-decoration: none;
}


/* Recruit */

#contents .main_img.recruit {
	background: url(../img/contents/recruit/main.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#contents .mission {
	padding: 10px 20px;
	background: #EEE;
	margin: 5px 0 50px 0;
	font-size: 15px;
	line-height: 150%;
	color: #0069A7;
}
#contents .mission li {
	margin:  15px 0;
	background: url(../img/common/ico/arrow_gray_mini.png) no-repeat 0 10px;
	padding: 0 0 0 18px;
}
#contents .history {
	margin: 0;
}
#contents .history .txt {
	margin-bottom: 10px;
	overflow: hidden;
}
#contents .history img {
	height: auto;
	float: left;
	width: 48%;
	margin: 1%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents .history dl {
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
#contents .history dt {
	padding: 5px;
	margin: 0;
	vertical-align: top;
	color: #888;
}
#contents .history dd {
	padding: 5px;
	margin: 0;
	vertical-align: top;
}
#contents .history .comp_btn {
	padding-top: 15px;
}
#contents .history .comp_btn a {
    display: block;
	padding: 10px 0;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background: #0069A7 url(../img/common/ico/arrow_white_mini.png) no-repeat 95% 50%;
	box-shadow: 0px 3px 0px #003F7E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
#contents .course {
	margin: 0 0 70px 0;
}
#contents .course hr {
	margin: 15px 0;
	border: 0;
	border-bottom: 1px dashed #CCC;
}
#contents .course h4 {
	margin: 15px 0 0 0;
	font-size: 16px;
}
#contents .course h5 {
	margin: 10px 0 5px 0;
	font-size: 15px;
}
#contents .course h5.ttl_time {
	margin: 30px 0 5px 0;
}
#contents .course .inner {
	margin: 5px 0 20px 0;
	padding: 2px 10px 10px 10px;
	background: #EFEFEF;
}
#contents .course dl {
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
#contents .course dt {
	padding: 0 5px 5px 5px;
	margin: 0;
	vertical-align: top;
	color: #888;
}
#contents .course dd {
	padding: 0 5px 5px 5px;
	margin: 0;
	vertical-align: top;
}
#contents .movie,
#contents .message {
	overflow: hidden;
	margin-bottom: 50px;
}
#contents .movie iframe {
	width: 100%;
	height: 300px;
	margin: 5px auto;
}
#contents .movie p {
	padding: 0;
	margin: 0;
}
#contents .message div {
	padding: 0;
	margin: 0 0 15px 0;
}
#contents .message img {
	height: auto;
	float: left;
	width: 48%;
	margin: 1%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents .message h6 {
	color: #187FC4;
	font-size: 14px;
	line-height: 150%;
	margin: 20px 0 5px 0;
}
#contents .essential {
	margin: 0;
}
#contents .essential h4 {
	clear: both;
}
#contents .essential .inner hr {
	margin: 0 0 40px 0;
	border: 0;
	border-bottom: 2px dashed #DDD;
}
#contents .essential .box {
	margin: 0;
}
#contents .essential .box.btm {
	margin: 0 0 30px 0;
}
#contents .essential .box b {
	background: #FFF4A5;
	font-size: 15px;
	font-weight: normal;
}
#contents .essential .box dl {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#contents .essential .inner dt {
	padding: 5px;
	margin: 0 0 5px 0;
	vertical-align: top;
	background: #EEE;
}
#contents .essential .inner dd {
	padding: 0 5px;
	margin: 0 0 20px 0;
	vertical-align: top;
}

#contents .test {
	margin-top: 15px;
	padding: 15px;
	border: 10px solid #EEE;
}
#contents .test dl {
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px dotted #EEE;
}
#contents .test dt {
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	color: #888;
}
#contents .test dd {
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
}
#contents .test p {
	padding: 20px;
	background: #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 20px 0 0 0;
}
#contents .test p b {
	background: #FFF4A5;
	font-size: 15px;
}

/* SDGs */
#sdgs {
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#sdgs h3 {
	background: none;
}
#sdgs p {
	letter-spacing: 1px;
	line-height: 180%;
}
#sdgs .head_area {
	background: #187FC4;
	padding: 20px;
	text-align: center;
}
#sdgs .head_area img {
	width: 80%;
	height: auto;
}
#sdgs .head_area h2 {
	padding: 0;
	margin: 15px 0 0 0;
	background: none;
	color: #FFF;
	font-weight: normal;
	font-size: 26px;
	line-height: 160%;
}
#sdgs .head_area h2 small {
	display: block;
	font-size: 16px;
	line-height: 160%;
}
#sdgs .intro,
#sdgs .report {
	margin: 40px auto;
}
#sdgs .intro article {
	margin: 0 20px 50px 20px;
}
#sdgs .intro article .photo {
}
#sdgs .intro article .photo img {
	width: 100%;
	height: auto;
}
#sdgs .intro article .txt {
	margin: 15px 20px 0 20px;
}
#sdgs .intro article .txt h3 {
	font-size: 22px;
	line-height: 160%;
	margin: 0 0 10px 0;
	padding: 0;
}
#sdgs .sub_photo01 {
	background: url("../img/contents/sdgs/subphoto01-sp.jpg") no-repeat;
	background-size: cover;
	height: 400px;
}
#sdgs .sub_photo02 {
	background: url("../img/contents/sdgs/subphoto02-sp.jpg") no-repeat;
	background-size: cover;
	height: 400px;
}
#sdgs .icons {
	background: #DDD;
	padding: 20px;
}
#sdgs .icons h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	color: #187FC4;
}
#sdgs .icons article {
	padding: 20px;
	background: #FFF;
	margin: 0 auto;
}
#sdgs .icons article h4 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 160%;
	border-bottom: 1px solid #DDD;
}
#sdgs .icons article h5 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 160%;
	background: #187FC4;
	color: #FFF;
}
#sdgs .icons article ul {
	margin: 0 0 50px 0;
	padding: 0;
}
#sdgs .icons article ul li {
	margin: 10px 0 40px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#sdgs .icons article ul:last-child,
#sdgs .icons article ul li:last-child {
	margin: 0;
}
#sdgs .icons article ul li img {
	width: 60%;
	height: auto;
}
#sdgs .icons article ul li p {
	color: #333;
	text-align: center;
	margin: 15px 20px 30px 20px;
}
#sdgs .report {
	padding: 20px;
}
#sdgs .report h3 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 26px;
	line-height: 160%;
	text-align: center;
	color: #187FC4;
}
#sdgs .report h3 small {
	display: block;
	font-size: 18px;
	line-height: 160%;
}
#sdgs .report article {
	margin-bottom: 80px;
}
#sdgs .report article .sentence {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#sdgs .report article .sentence .ico {
	margin-bottom: 15px;
}
#sdgs .report article .sentence .ico img {
	width: 40%;
	height: auto;
}
#sdgs .report article .sentence .txt {
	width: 780px;
}
#sdgs .report article .sentence .txt h4 {
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 5px 0;
}
#sdgs .report article .photo {
}
#sdgs .report article .photo img {
	margin: 0 0 10px 0;
}
#sdgs .contact {
	margin: 30px 0 0 0;
	border: 1px solid #187FC4;
	padding: 20px 20px 30px 20px;
}
#sdgs .contact h3 {
	font-size: 24px;
	line-height: 160%;
	margin: 0 0 5px 0;
}
#sdgs .contact .btn {
	margin: 30px 0 0 0;
}
#sdgs .contact a {
	color: #FFF;
	background: #187FC4;
	padding: 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	height: auto;
	text-indent: 0;
	margin: 0 auto !important;
	width: 80%;
}
/* 会社概要のスライダー */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
display: flex;
justify-content: center;

max-width: 250px;
aspect-ratio: 4/3;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.slide1 {
    background-image: url(../wp-content/uploads/2024/04/shichikencho2.webp);
}

.slide2 {
    background-image: url(../wp-content/uploads/2024/04/shichikencho1.webp);
}

.slide3 {
    background-image: url(../wp-content/uploads/2024/04/hamamathsu1.webp);
}

.slide4 {
    background-image: url(../wp-content/uploads/2024/04/hamamatsu2.webp);
}

.slide5 {
    background-image: url(../wp-content/uploads/2024/04/honsya1.webp);
}

.slide6 {
    background-image: url(../wp-content/uploads/2024/04/honsya2.webp);
}