@charset "UTF-8";


section.sec_sub_contents {
	width:96%;
	max-width:1120px;
	margin:0 auto;
	padding:20px 0 80px;
	font-size:1.6rem;
	line-height:1.8;
	letter-spacing: 0.2rem;
}


/* breadcrumb */


/* titles */
.ttl_h2 {
	font-size:2.8rem;
	padding:0 0 30px;
	margin:0 0 30px;
	position:relative;
	font-weight:normal;
}

.ttl_h2::before {
	display:block;
	content:"";
	width:100px;
	height:3px;
	background:#FEFE00;
	position:absolute;
	bottom:0;
	left:0;
}


@media all and (max-width:768px) {
section.sec_sub_contents {
	width:96%;
	max-width:1120px;
	margin:0 auto;
	padding:20px 0 80px;
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing: 0.2rem;
}

.ttl_h2 {
	font-size:2.2rem;
	padding:0 0 20px;
	margin:0 0 30px;
	position:relative;
	font-weight:normal;
}

.ttl_h2::before {
	display:block;
	content:"";
	width:100px;
	height:3px;
	background:#FEFE00;
	position:absolute;
	bottom:0;
	left:0;
}
}


.ttl_h3 {
	font-size:2.4rem;
	padding:10px 0 10px 15px;
	background:#F4F4F4;
	border-left:10px solid #FEFE00;
	margin:0 0 20px;
	position:relative;
	font-weight:normal;
}


@media all and (max-width:768px) {
.ttl_h3 {
	font-size:2rem;
	padding:10px 0 10px 10px;
	background:#F4F4F4;
	border-left:3px solid #FEFE00;
	margin:0 0 20px;
	position:relative;
	font-weight:normal;
}
}


.ttl_h4 {
	font-size:2.1rem;
	padding:15px 0 15px 30px;
	margin:0 0 20px;
	position:relative;
	font-weight:normal;
}

.ttl_h4::before {
	display:block;
	content:"";
	width:0;
	heigth:0;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	border-left:20px solid #FEFE00;
	position:absolute;
	top:0;
	left:0;
	transform:rotate(-135deg);
}


@media all and (max-width:768px) {
.ttl_h4 {
	font-size:1.9rem;
	padding:15px 0 15px 30px;
	margin:0 0 20px;
	position:relative;
	font-weight:normal;
}
}


/* 画像系 */
/* 画像にwidth:100%設定するための枠 */
.block_img {
	width:100%;
	background:#F1F2F2;
	border-radius: 10px;
	overflow:hidden;
}


.block_img img {
	width:100%;
	vertical-align: bottom;
}


/* 一定の高さの枠の中に縦長・横長の写真をはめ込む際の設定 */
.block_image {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 10px;
	margin:0 0 10px;
	overflow:hidden;
}


.block_image::before {
    padding-top:70.7%;
    content:"";
    display:block;
}


.block_image img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


/* リンクボタン */
.btn_ul01 {
	display:inline-block;
	color:#1155C4;
	padding:0.8em 50px 0.8em 0;
	border-bottom:1px solid #1155C4;
	position:relative;
	transition:all .3s linear;
}

.btn_ul01::after {
	display:inline-block;
	content:"\f061";
	font-family:"font awesome 6 pro";
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}


.btn_ul01:hover {
	color:#000;
}


.btn_ul02 {
	display:inline-block;
	color:#fff;
	padding:0.8em 50px 0.8em 0;
	border-bottom:1px solid #fff;
	position:relative;
	transition:all .3s linear;
}

.btn_ul02::after {
	display:inline-block;
	content:"\f061";
	font-family:"font awesome 6 pro";
	position:absolute;
	color:#FEFE00;
	top:50%;
	right:0;
	transform:translateY(-50%);
}


.btn_ul02:hover {
	color:#FEFE00;
}


.btn_base {
	display:inline-block;
	background:#1155C4;
	border:1px solid #1155C4;
	color:#FFF;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1.5em 6em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}


.btn_base:hover {
	display:inline-block;
	background:#FFF;
	border:1px solid #1155C4;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	padding:1.5em 6em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}


@media all and (max-width:560px) {
.btn_base {
	display:block;
	background:#1155C4;
	border:1px solid #1155C4;
	color:#FFF;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1em 4em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}

.btn_base:hover {
	display:block;
	background:#FFF;
	border:1px solid #1155C4;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	padding:1em 4em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}
}


/* アイコンが矢印 */
.btn_base.arrow::after {
	font-family:"font awesome 6 pro";
	content:"\f061";
	color:#FFF;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	transition:all .3s linear;
}


.btn_base.arrow:hover::after {
	font-family:"font awesome 6 pro";
	content:"\f061";
	color:#1155C4;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}


/* アイコンが矢印2 */
.btn_base.reverse_arrow::after {
	font-family:"font awesome 6 pro";
	content:"\f060";
	color:#FFF;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	left:30px;
	transform:translateY(-50%);
	transition:all .3s linear;
}


.btn_base.reverse_arrow:hover::after {
	font-family:"font awesome 6 pro";
	content:"\f061";
	color:#1155C4;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	left:20px;
	transform:translateY(-50%);
}


/* アイコンがカタログ*/
.btn_base.catalog::after {
	font-family:"font awesome 6 pro";
	content:"\f518";
	color:#FFF;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	transition:all .3s linear;
}


.btn_base.catalog:hover::after {
	font-family:"font awesome 6 pro";
	content:"\f518";
	color:#1155C4;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}


/* アイコンがログイン */
.btn_base.login::after {
	font-family:"font awesome 6 pro";
	content:"\f08e";
	color:#FFF;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	transition:all .3s linear;
}


.btn_base.login:hover::after {
	font-family:"font awesome 6 pro";
	content:"\f08e";
	color:#1155C4;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}



.btn_base2 {
	display:inline-block;
	width:auto;
	background:#FFF;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1.5em 6em;
	position:relative;
	border-radius: 5px;
}


@media all and (max-width:560px) {
.btn_base2 {
	display:block;
	width:100%;
	background:#FFF;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1.5em 6em;
	position:relative;
	border-radius: 5px;
}
}


.btn_base2.arrow::after {
	font-family:"font awesome 6 pro";
	content:"\f061";
	color:#1155C4;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	transition:all .3s linear;
}


.btn_base2.arrow:hover::after {
	font-family:"font awesome 6 pro";
	content:"\f061";
	color:#1155C4;
	font-size:1.6rem;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}


.btn_base3 {
	display:inline-block;
	width:auto;
	background:#EAEAEA;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1.5em 6em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}


.btn_base3:hover {
	display:inline-block;
	width:auto;
	background:#CACACA;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1.5em 6em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}


@media all and (max-width:560px) {
.btn_base3 {
	display:block;
	width:100%;
	background:#EAEAEA;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1em 6em;
	position:relative;
	border-radius: 5px;
}

.btn_base3:hover {
	display:inline-block;
	width:auto;
	background:#CACACA;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:1em 6em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}
}



/* リスト */
.list_basic li {
	position:relative;
	padding-left:25px;
	margin:0;
}


.list_basic li::before {
	display:block;
	content:"";
	width:15px;
	height:15px;
	background:#1155C4;
	border-radius: 50%;
	position:absolute;
	top:7px;
	left:0;
}


/* テーブル基本設定 */
.table_wrap {
	width:100%;
}

.tbl01 {
	width:100%;
	border-collapse:collapse;
	border:none;
	border-top:1px solid #000;
	border-left:1px solid #000;
	font-size:1.6rem;
	table-layout: fixed;
}

.tbl01 th, .tbl01 td {
	text-align:center;
	vertical-align: middle;
	padding:0.5em 1.5em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	overflow-wrap : break-word;
}

.tbl01 th {
	border-color:#FFF !important;
	color:#FFF;
	background:#1155C4;
	font-weight:normal;
}


.tbl02 {
	width:100%;
	border-collapse:collapse;
	border:none;
	font-size:1.6rem;
	table-layout: fixed;
}

.tbl02 th, .tbl02 td {
	text-align:left;
	vertical-align: top;
	padding:1em 0;
	overflow-wrap : break-word;
}

.tbl02 th {
	font-weight:normal;
	width:33%;
}


.tbl03 {
	width:100%;
	border-collapse:collapse;
	border:none;
	font-size:1.6rem;
	table-layout: fixed;
	border-top:1px solid #AAA;
}

.tbl03 th, .tbl03 td {
	text-align:left;
	vertical-align: top;
	padding:1em 0;
	overflow-wrap : break-word;
	border-bottom:1px solid #AAA;
}

.tbl03 th {
	font-weight:normal;
	width:33%;
}



span.reqired::after {
	display:inline-block;
	content:"必須";
	font-size:1.2rem;
	color:#FFF;
	padding:.3em .7em;
	background:#FF0024;
	margin:0 0 0 10px;
}



@media all and (max-width:560px) {
.table_wrap {
	width:100%;
	overflow: scroll;
}

.table_wrap .tbl01 {
	width:200%;
	border-collapse:collapse;
	border:none;
	border-top:1px solid #000;
	border-left:1px solid #000;
	font-size:1.6rem;
	table-layout: fixed;
}

.tbl01 th, .tbl01 td {
	text-align:center;
	vertical-align: middle;
	padding:0.8em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	overflow-wrap : break-word;
}

.tbl02 th, .tbl02 td {
	display:block;
	text-align:left;
	vertical-align: middle;
	overflow-wrap : break-word;
}

.tbl02 th {
	font-weight:normal;
	width:100%;
	padding:1.5em .5em .5em;
}

.tbl02 td {
	width:100%;
	padding:.5em .5em 1.5em;
}

.tbl03 th, .tbl03 td {
	display:block;
	text-align:left;
	vertical-align: middle;
	overflow-wrap : break-word;
}

.tbl03 th {
	font-weight:normal;
	width:100%;
	padding:1.5em .5em .5em;
	border-bottom:none !important;
}

.tbl03 td {
	width:100%;
	padding:.5em .5em 1.5em;
	border-bottom:1px solid #AAA;
}

.companyInfo .tbl01 th,
.companyInfo .tbl01 td {
	display:block;
	width:100%;
	overflow-wrap : break-word;
}

.companyInfo .tbl01 th {
	border-right:1px solid #000 !important;
}
}


/* フォームパーツ */
/* テキストボックス */
input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


input[type="text"] {
	font-size:1.6rem;
	padding:1em;
	border:1px solid #CCC;
	border-radius: 3px;
}

::placeholder {
	color:#AAA;
}

/* セレクトボックス */
.cp_ipselect {
	overflow: hidden;
	width: auto;
}
.cp_ipselect select {
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font-size:1.6rem;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	display:inline-block;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	display:block;
	width:9px;
	height:9px;
	position: absolute;
	top: 50%;
	right: 2.5em;
	content: "";
	border-right: 2px solid #1155C4;
	border-bottom: 2px solid #1155C4;
	pointer-events: none;
	transform: rotate(45deg) translateY(-60%);
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	display:inline-block;
	padding: 1em 10em 1em 1em;
	color: #666666;
}

/* テキストエリア */
textarea {
	padding:1em;
	font-size:1.6rem;
	width:100%;
	border-radius: 3px;
	border:1px solid #CCC;
}


/* ラジオボタン */
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

input[type="radio"] + label::before {
  background-color: #fff;
  border: 1px solid #1155C4;
  height: 20px;
  width: 20px;
  left: 5px;
}

input[type="radio"] + label::after {
  background-color: #1155C4;
  opacity: 0;
  height: 16px;
  width: 16px;
  left: 7px;
}

input[type="radio"]:checked + label {
	color: #1155C4;
}


input[type="radio"]:checked + label::after {
  opacity: 1;
}


/* チェックボックス */
input[type=checkbox] {
    display: none;
}

.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px 5px 35px;
    position: relative;
    width: auto;
}

.checkbox::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 20px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.checkbox::after {
    border-right: 3px solid #1155C4;
    border-bottom: 3px solid #1155C4;
    content: '';
    display: block;
    height: 9px;
    left: 12px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}


/* 画像アップローダー */
.upload-container {
    width: 96%;
    max-width: 600px;
    margin: 0 auto;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

#drop-area.hover {
    border-color: #333;
}

.my-form {
    margin-bottom: 10px;
}

#fileElem {
    display: none;
}

#fileSelectButton {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#fileSelectButton:hover {
    background-color: #0056b3;
}

#gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.gallery-item {
    width: 100px;
    height: 100px;
    margin: 5px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

.gallery-item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.remove-button {
	display:block;
	width:17px;
	height:17px;
	text-align: center;
	font-size:1.2rem;
	font-family:"font awesome 6 pro";
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 0;
}


.list_uploadImage {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}


.list_uploadImage li {
	width:150px;
	margin:5px;
}




/* サニックスエンジニアリングの強み */
.list_advantage {
	width:100%;
	margin:50px auto 0;
	counter-reset: number 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_advantage li {
	width:30%;
	margin:0;
	position:relative;
}


.list_advantage li::before {
	display:inline-block;
	counter-increment: number 1;
	content: "0"counter(number);
	font-family: "Montserrat", sans-serif;
	font-size:5rem;
	color:#1155C4;
	font-weight:600;
	position:absolute;
	top:-45px;
	left:0;
	transform:translateX(-50%);
	z-index:10;
	text-shadow:
    2px 2px 0 #FFF,
    -2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF;
}



.list_advantage li h4 {
	width:100%;
	display:block;
	font-weight:500;
	font-size:2.8rem;
	line-height:1.5;
	text-align:center;
	margin:0 0 15px;
}


.list_advantage li .block_image {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 10px;
	margin:0 0 10px;
}


.list_advantage li .block_image::before {
    padding-top:70.7%;
    content:"";
    display:block;
}


.list_advantage li .block_image img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


.list_advantage li .block_img {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 10px;
	margin:0 0 10px;
}


.list_advantage li .block_img::before {
    padding-top:66.7%;
    content:"";
    display:block;
}


.list_advantage li .block_img img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


@media all and (max-width:768px) {
.list_advantage li h4 {
	width:100%;
	display:block;
	font-weight:500;
	font-size:2.4rem;
	text-align:center;
}
}


@media all and (max-width:560px) {
.list_advantage li {
	width:100%;
	margin:0 0 50px;
}

.list_advantage li::before {
	display:inline-block;
	counter-increment: number 1;
	content: "0"counter(number);
	font-family: "Montserrat", sans-serif;
	font-size:5rem;
	color:#1155C4;
	font-weight:600;
	position:absolute;
	top:-45px;
	left:30px;
	transform:translateX(-50%);
	z-index:10;
	text-shadow:
    2px 2px 0 #FFF,
    -2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF;
}
}

/* サニックスエンジニアリングの強み */
.list_advantage2 {
	width:100%;
	margin:50px auto 0;
	counter-reset: number 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_advantage2 li {
	width:30%;
	margin:0 0 70px;
}


.list_advantage2 li h4 {
	width:100%;
	display:block;
	font-weight:500;
	font-size:2.1rem;
	text-align:center;
}


.list_advantage2 li .block_image {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 10px;
	margin:0 0 10px;
}

.list_advantage2 li .block_image::before {
    padding-top:70.7%;
    content:"";
    display:block;
}


.list_advantage2 li .block_image img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


.list_advantage2 li .block_img {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 10px;
	margin:0 0 10px;
}


.list_advantage2 li .block_img::before {
    padding-top:66.7%;
    content:"";
    display:block;
}


.list_advantage2 li .block_img img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


@media all and (max-width:768px) {
.list_advantage2 li h4 {
	width:100%;
	display:block;
	font-weight:500;
	font-size:1.8rem;
	text-align:center;
}
}


@media all and (max-width:560px) {
.list_advantage2 li {
	width:100%;
	margin:0 0 50px;
}
}


/* 自治体向けのPPA施工 */
.list_ppaWork {
	width:100%;
	margin:0 auto;
	counter-reset: number 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_ppaWork li {
	width:23%;
	margin:0;
}

.list_ppaWork li h4 {
	width:100%;
	display:block;
	font-weight:500;
	font-size:3.2rem;
	text-align:center;
	color:#1155C4;
	font-family: "Montserrat", sans-serif;
}


.list_ppaWork li .block_image {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 10px;
	margin:0 0 10px;
	overflow:hidden;
}


.list_ppaWork li .block_image::before {
    padding-top:70.7%;
    content:"";
    display:block;
}


.list_ppaWork li .block_image img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


@media all and (max-width:768px) {
.list_ppaWork li h4 {
	width:100%;
	display:block;
	font-weight:500;
	font-size:2.4rem;
	text-align:center;
}
}


@media all and (max-width:560px) {
.list_ppaWork li {
	width:100%;
	margin:0 0 30px;
}
}


/* グループ会社施設への導入事例 */
.list_portfolio {
	width:100%;
	margin:0 auto;
	counter-reset: number 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.list_portfolio li {
	width:30%;
	margin:0;
	text-align:center;
}


.list_portfolio li h5 {
	font-weight:normal;
	font-size:1.6rem;
	margin:0 0 10px;
}


.list_portfolio li .data {
	font-size:3.2rem;
	color:#1155C4;
	font-weight:600;
}

@media all and (max-width:768px) {
.list_portfolio li .data {
	font-size:2.4rem;
	color:#1155C4;
	font-weight:600;
}
}


@media all and (max-width:560px) {
.list_portfolio li {
	width:100%;
	margin:0 0 30px;
}
}


a.photo_factory {
	display:inline-block !important;
	width:100%;
	max-width:100px;
	position:relative;
	color:#000;
}


a.photo_factory::after {
	content:"\2b";
	font-family:"font awesome 6 pro";
	font-size:1.6rem;
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:10;
}


a.photo_factory .block_image {
    width:100px;
	height:100px;
    position:relative;
    background:#F1F2F2;
	margin:0;
}


a.photo_factory .block_image::before {
    padding-top:100px;
    content:"";
    display:block;
}


a.photo_factory .block_image img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:contain;
}


/* フレックスボックス基本 */
.block_flex {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.block_flex_blue {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	background:#1155C4;
	color:#FFF;
	font-size:1.8rem;
	padding:40px 70px;
}


@media all and (max-width:768px) {
.block_flex_blue {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	background:#1155C4;
	color:#FFF;
	font-size:1.6rem;
	padding:20px 35px;
}
}

@media all and (max-width:560px) {
.block_flex_blue {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	background:#1155C4;
	color:#FFF;
	font-size:1.6rem;
	padding:15px;
}
}


.block_flex_blue h4.full_w {
	color:#FEFE00;
	width:100%;
	font-size:2.4rem;
	margin:0 0 40px;
	font-weight:normal;
}

.block_flex_blue h5.full_w {
	color:#FFF;
	width:100%;
	font-size:2rem;
	margin:0 0 20px;
	font-weight:500;
}


@media all and (max-width:560px) {
.block_flex_blue h4.full_w {
	color:#FEFE00;
	width:100%;
	font-size:2.4rem;
	margin:0 0 10px;
	font-weight:normal;
}

.block_flex_blue h5.full_w {
	color:#FFF;
	width:100%;
	font-size:2rem;
	margin:0 0 5px;
	font-weight:500;
}
}



/* よくある質問 */
dl.faq {
	width:100%;
}


dl.faq dt {
	cursor:pointer;
	width:100%;
	font-size:2.4rem;
	color:#FEFE00;
	padding:1em 1em 1em 100px;
	position:relative;
	background:#1155C4;
	border:1px solid #1155C4;
	border-radius: 10px;
	transition:aa .3s ease;
}


dl.faq dt::before {
	display:inline-block;
	content:"Q";
	color:#FEFE00;
	font-family: "Montserrat", sans-serif;
	font-size:4rem;
	font-weight:600;
	position:absolute;
	top:10px;
	left:50px;
}


dl.faq dt.open {
	border-radius: 10px 10px 0 0;
}


dl.faq dd {
	display:none;
	width:100%;
	font-size:1.8rem;
	color:#1155C4;
	padding:1.5em 1em 1.5em 100px;
	position:relative;
	background:#FFF;
	border:1px solid #1155C4;
	border-radius: 0 0 10px 10px;
}


dl.faq dd::before {
	display:inline-block;
	content:"A";
	color:#1155C4;
	font-family: "Montserrat", sans-serif;
	font-size:4rem;
	font-weight:600;
	position:absolute;
	top:10px;
	left:50px;
}

@media all and (max-width:560px) {
dl.faq dt {
	cursor:pointer;
	width:100%;
	font-size:2rem;
	color:#FEFE00;
	padding:1em 1em 1em 60px;
	position:relative;
	background:#1155C4;
	border:1px solid #1155C4;
	border-radius: 10px;
	transition:aa .3s ease;
}


dl.faq dt::before {
	display:inline-block;
	content:"Q";
	color:#FEFE00;
	font-family: "Montserrat", sans-serif;
	font-size:3rem;
	font-weight:600;
	position:absolute;
	top:10px;
	left:20px;
}


dl.faq dt.open {
	border-radius: 10px 10px 0 0;
}


dl.faq dd {
	display:none;
	width:100%;
	font-size:1.6rem;
	color:#1155C4;
	padding:1.5em 1em 1.5em 60px;
	position:relative;
	background:#FFF;
	border:1px solid #1155C4;
	border-radius: 0 0 10px 10px;
}


dl.faq dd::before {
	display:inline-block;
	content:"A";
	color:#1155C4;
	font-family: "Montserrat", sans-serif;
	font-size:3rem;
	font-weight:600;
	position:absolute;
	top:10px;
	left:20px;
}
}


dl.faq2 {
	width:100%;
}


dl.faq2 dt,
dl.faq2 dd {
	padding:5px 0 5px 50px;
	margin:0 0 30px;
	position:relative;
}


dl.faq2 dd {
	color:#1155C4;
}


dl.faq2 dt::before {
	content:"Q";
	display:block;
	width:35px;
	height:35px;
	color:#FFF;
	background:#000;
	text-align:center;
	font-size:1.8rem;
	position:absolute;
	top:0;
	left:0;
}


dl.faq2 dd::before {
	content:"A";
	display:block;
	width:35px;
	height:35px;
	color:#FFF;
	background:#1155C4;
	text-align:center;
	font-size:1.8rem;
	position:absolute;
	top:0;
	left:0;
}




/* フロー */
.flow {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background:#1155C4;
	color:#FFF;
	font-size:1.8rem;
	border-radius: 10px;
	overflow:hidden;
}


.flow dl {
	width:82%;
	padding:15px 30px;
}


.flow dl dt {
	font-size:2.4rem;
	padding:10px 0 10px 60px;
	position:relative;
}


.flow dl dt::before {
	content:attr(data-number);
	display:inline-block;
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-size:4rem;
	font-weight:600;
	position:absolute;
	top:-5px;
	left:0;
}


.flow .block_image {
    width:18%;
    position:relative;
    background:#F1F2F2;
	border-radius: 0;
	margin:0;
}


.flow .block_image::before {
    padding-top:77%;
    content:"";
    display:block;
}


.flow .block_image img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}


@media all and (max-width:560px) {
.flow {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background:#1155C4;
	color:#FFF;
	font-size:1.4rem;
	border-radius: 10px;
	overflow:hidden;
}

.flow dl {
	width:66%;
	padding:15px;
}

.flow dl dt {
	font-size:1.6rem;
	padding:0 0 10px 40px;
	position:relative;
}

.flow dl dt::before {
	content:attr(data-number);
	display:inline-block;
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-size:2.6rem;
	font-weight:600;
	position:absolute;
	top:-8px;
	left:0;
}

.flow .block_image {
    width:33%;
    position:relative;
    background:#F1F2F2;
	border-radius: 0;
	margin:0;
}
}


/* サービス一覧タイトル */
.ttl_service {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.8rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_solar.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	color:#FFF;
	padding:3em 2em;
	position:relative;
}

.ttl_service.wk01 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.8rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_install.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	color:#FFF;
	padding:3em 2em;
	position:relative;
}


.ttl_service.wk02 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.8rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_voice.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	color:#FFF;
	padding:3em 2em;
	position:relative;
}


.ttl_service .area_btn {
	display:inline-block;
	position:absolute;
	top:50%;
	right:40px;
	transform:translateY(-50%);
}


@media all and (max-width:768px) {
.ttl_service {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.4rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_solar.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	color:#FFF;
	padding:2em 50% 2em 1.5em;
	position:relative;
}

.ttl_service.wk01 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.4rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_install.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	color:#FFF;
	padding:2em 50% 2em 1.5em;
	position:relative;
}

.ttl_service.wk02 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.4rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_voice.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	color:#FFF;
	padding:2em 50% 2em 1.5em;
	position:relative;
}
}


@media all and (max-width:560px) {
.ttl_service {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.4rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_solar.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	color:#FFF;
	padding:3em 1em 1em;
	position:relative;
}

.ttl_service.wk01 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.4rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_install.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	color:#FFF;
	padding:3em 1em 1em;
	position:relative;
}


.ttl_service.wk02 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.4rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_voice.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	color:#FFF;
	padding:3em 1em 1em;
	position:relative;
}

.ttl_service .area_btn {
	display:inline-block;
	position:static;
	top:auto;
	right:auto;
	transform:none;
	margin:20px 0 0;
}
}


.ttl_service2 {
	width:48%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.3rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_solar.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	color:#FFF;
	padding:1.5em;
}


.ttl_service2.pro01 {background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_pro01.jpg") !important;}
.ttl_service2.pro02 {background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_pro02.jpg") !important;}
.ttl_service2.pro03 {background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_pro03.jpg") !important;}
.ttl_service2.pro04 {background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_pro04.jpg") !important;}
.ttl_service2.pro05 {background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_pro05.jpg") !important;}
.ttl_service2.pro06 {background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_pro06.jpg") !important;}


@media all and (max-width:768px) {
.ttl_service2 {
	width:100%;
	border-radius: 10px;
	overflow:hidden;
	font-size:2.3rem;
	background:linear-gradient(rgba(17,85,196,.6), rgba(17,85,196,.6)), url("../images/bg_solar.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	color:#FFF;
	padding:1.5em;
}
}



/* 施工実績 */
.block_circle_work {
	width:100%;
	max-width:700px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


.circle_work {
	width:310px;
	height:310px;
	text-align:center;
	font-size:2.4rem;
	border:3px solid #1155C4;
	background:#F4F4F4;
	border-radius: 50%;
	padding:55px 0 0;
	letter-spacing: 0px;
}


.circle_work p {
	line-height:1.5;
}


.circle_work span {
	font-size:4rem;
}


@media all and (max-width:560px) {
.circle_work {
	width:175px;
	height:175px;
	text-align:center;
	font-size:1.6rem;
	border:3px solid #1155C4;
	background:#F4F4F4;
	border-radius: 50%;
	padding:20px 0 0;
	letter-spacing: 0px;
}


.circle_work span {
	font-size:2.3rem;
}
}


/* news */
.block_news {
	width:100%;
}

.list_oshirase {
	width:96%;
	max-width:1120px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:1.6rem;
	letter-spacing: 0.1rem;
	border-bottom:1px solid #DDD;
}


.sec_latestNews .list_oshirase {
	border-bottom:none;
}


.list_oshirase dt {
	width:8em;
	padding:30px 0;
}


.list_oshirase dd {
	width:calc(100% - 8em);
}


.list_oshirase dd a {
	display:block;
	padding:30px 40px 30px 0;
	color:#000;
	transition:all .3s ease;
	position:relative;
}


.list_oshirase dd a:hover {
	opacity:0.7;
	color:#1155C4;
}


.list_oshirase dd a::after {
	display:inline-block;
	content:"\f061";
	font-family:"font awesome 6 pro";
	color:#1155C4;
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
	transition:all .3s ease;
}


.list_oshirase dd a:hover::after {
	display:inline-block;
	content:"\f061";
	font-family:"font awesome 6 pro";
	color:#1155C4;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}


@media all and (max-width:768px) {
.list_oshirase dt {
	width:100%;
	padding:20px 0 0;
}


.list_oshirase dd {
	width:100%;
}


.list_oshirase dd a {
	display:block;
	padding:0 40px 20px 0;
	color:#000;
	transition:all .3s ease;
	position:relative;
}
}


.list_archive {
	border-top:1px solid #CCC;
}


.list_archive li {
	padding:1em;
	border-bottom:1px solid #CCC;
}


.list_archive li a {
	color:#000;
	transition:all .3s ease;
}


.list_archive li a:hover {
	opacity:0.7;
	color:#1155C4;
}



.block_data {
	width:100%;
	padding:1.5em;
	font-size:1.6rem;
	border:1px solid #DDD;
	background:#fafafa;
}


@media all and (max-width:560px) {
.block_data {
	width:100%;
	padding:0.8em;
	font-size:1.6rem;
	border:1px solid #DDD;
	background:#fafafa;
}
}


.block_data h4 {
	font-size:1.8rem;
	text-align: center;
	color:#FFF;
	padding:.7em 1em;
	background:#1155C4;
	margin:0 0 20px;
}


.block_data h5 {
	font-size:1.6rem;
	padding:10px 0;
	border-bottom:1px solid #999;
	margin:0 0 10px;
}


/* 条件検索 */
.box_denki_search {
    width: 100%;
    padding: 2em;
    background: #EEE;
    margin: 0 auto 30px;
}


.box_denki_search h5 {
    display: inline;
    padding: 0 2em 0 0;
    color: #000;
	font-size:1.6rem;
	font-weight:normal;
}


.selection {
    display: inline;
    padding: 0 10px 0 0;
}

.selection select {
    background-color: white;
    border: thin solid #CCC;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}


.box_denki_search input[type="button"],.box_denki_search input[type="submit"] {
	display:inline-block;
	width:39px;
	height:39px;
	font-family:"font awesome 6 pro";
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
	text-align:center;
    box-sizing: border-box;
    cursor: pointer;
    padding: .5em 0;
    background: #1155C4;
    color: #FFF;
}

@media (max-width: 560px) {
    .selection {
        display: block;
        padding: 0 0 10px;
    }
}


.title_area {
    background: #1155C4;
    color: #FFF;
    padding: 10px;
    font-size: 1.6rem;
}


.block_generate_monthly {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.block_left {
    width: 50%;
    float: left;
}

.block_right {
    width: 50%;
    float: right;
}

@media (max-width: 560px) {
.block_left {
    width: 100%;
    float: none;
}

.block_right {
    width: 100%;
    float: none;
}
}

.list_prefecture {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.list_prefecture tr:nth-child(even) {
    background: #EEE;
}

.list_prefecture th,
.list_prefecture td {
	padding:.3em 1.5em;
}

.list_prefecture th {
	text-align:left;
	font-weight:normal;
}


@media (max-width: 560px) {
.list_prefecture th,
.list_prefecture td {
	padding:.3em .5em;
}
}


.list_case {
	width:100%;
	font-size:1.6rem;
	padding:1em;
	border:1px solid #CCC;
	background:#fcfcfc;
}


.list_case dt {
	padding:10px 0 10px 100px;
	color:#1155C4;
	font-weight:400;
	position:relative;
}


.list_case dt::before {
	content:attr(data-case);
	color:#FEFE00;
	background: #1155C4;
	padding:.3em .5em;
	position:absolute;
	top:5px;
	left:0;
}


.list_case dd {
	padding:10px 0 10px 100px;
	position:relative;
	margin:0 0 30px;
}


.list_case dd::before {
	content:"解決方法";
	color:#FEFE00;
	letter-spacing: 0.1em;
	background: #ff0024;
	padding:.3em .5em;
	position:absolute;
	top:5px;
	left:0;
}


/* O＆Mメンテナンス */
.list_om {
	width:100%;
}


.list_om li {
	padding:20px;
	position:relative;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

.om_icon {
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	left:0;
}


.om_icon img {
	width:100%;
}

.hsolar_lineup-ttl01 {
	color: #eb6877;
}
.hsolar_lineup-ttl02 {
	color: #f8b551;
}
.hsolar_lineup-ttl03 {
	color: #5f52a0;
}
.hsolar_lineup-ttl04 {
	color: #80c269;
}
.hsolar_lineup-ttl05 {
	color: #00b7ee;
}


/* 個人情報 */
.block_agreement {
	width:100%;
	padding:2em;
	background:#FAFBFB;
}

.box_pp {
	width:100%;
	background:#FFF;
	border:1px solid #DDD;
	padding:1em;
	font-size:1.6rem;
	height:150px;
	overflow: scroll;
}


/* 過去の製品アコーディオン */
.toggle {
	display: none;
}

.Label {
	padding: 1em;
	font-size:1.8rem;
	display: block;
	color: #fff;
	background:#1155C4;
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition:all .3s;
}

.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 30px;
	transform: rotate(135deg);
	transition:all .3s linear;
}

.content {
	height: 0;
	margin-bottom:10px;
	padding:0;
	overflow: hidden;
}

.toggle:checked + .Label + .content {
	height: auto;
	min-height:100px;
	padding:0 ;
	transition:all 1s;
}

.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


/**/
.block_product {
	border:1px solid #DDD;
	padding:1.5em;
	margin:0 0 30px;
}


/* Non-FIT */
.block_achieve {
	width:100%;
	padding:80px;
	background:url("../images/bg_achievement.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	display:flex;
	align-items: center;
	justify-content: space-around;
}


.block_achieve > div {
	display:block;
	font-size:1.6rem;
	width:33%;
	background:rgba(0,0,0,.8);
	color:#FFF;
	padding:2em;
	text-align:center;
	border:1px solid #FFF;
}


@media all and (max-width:768px) {
.block_achieve > div {
	display:block;
	font-size:1.6rem;
	width:45%;
	background:rgba(0,0,0,.8);
	color:#FFF;
	padding:2em;
	text-align:center;
	border:1px solid #FFF;
}
}


@media all and (max-width:560px) {
.block_achieve {
	width:100%;
	padding:30px 10px;
	background:url("../images/bg_achievement.jpg");
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	display:flex;
	align-items: center;
	justify-content: space-around;
}


.block_achieve > div {
	display:block;
	font-size:1.6rem;
	width:45%;
	background:rgba(0,0,0,.8);
	color:#FFF;
	padding:1em;
	text-align:center;
	border:1px solid #FFF;
}
}


/* 20250306追加 */
.btn_play {
	display:inline-block;
	background:#1155C4;
	border:1px solid #1155C4;
	color:#FFF;
	font-size:1.6rem;
	font-weight:400;
	text-align:center;
	padding:0.8em 2.5em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}


.btn_play:hover {
	display:inline-block;
	background:#FFF;
	border:1px solid #1155C4;
	color:#1155C4;
	font-size:1.6rem;
	font-weight:400;
	padding:0.8em 2.5em;
	position:relative;
	border-radius: 5px;
	transition:all .3s linear;
}
