@charset "utf-8";

:root {
	--white: #fff;
	--black: #333333;
	--yellow: #FFFF66;
	--main: #272B76;
	--pharmacy: #009933;
	--food: #FF9966;
	--f-large: 16px;
	--f-normal: 13px;
	--f-small: 12px;
}

/* 背景 --------*/
main {
	background: url(../ac_wear/img/background.jpg) no-repeat top /cover;
	color: var(--white);
}

section {
	margin: 0 auto 60px;
	max-width: 980px;
	width: 92%;
}

/*-------- hタグ --------*/
h2,h3,h4,h5 {letter-spacing: 0.05em;}

h2 {
	width: 780px;
	margin: 0 auto 20px;
	text-align: center;
}

h3 {
	margin-bottom: 25px;
	padding: 8px 25px;
	color: var(--main);
	font-size: 125%;
	text-align: center;
	background: var(--white);
	border-radius: 50px;
}

h4 {
	margin-bottom: 25px;
	font-size: 125%;

}

h5 {
	margin: 25px 0;
	border-left: 3px solid;
	padding-left: 1em;

}

/* ------------------------------------
#sec1 パンくず
------------------------------------*/
#sec1 {
	background: #f0f3f5;
	color: var(--black);
	padding: 10px 0;
	max-width: 100%;
	width: 100%;
	font-size: 80% !important;
}

/*-------- 本文 --------*/
.sub_title {
	width: 580px;
	display: block;
	margin: 0 auto 15px;
}

/* ------------------------------------
#sec2 タイトル
------------------------------------*/
#sec2 {
	width: 100%;
	max-width: 100%;
}

#sec2 h2 {
	width: 100%;
	max-width: 1200px;
}

#sec2 h3 {
	max-width: 600px;
    margin: auto;
	background: none;
	padding: 0;
	width: 90%;
}

#sec2 .slogan {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 30px;
	padding: 17px 0;
	color: var(--main);
	font-size: 230%;
	font-weight: 600;
	text-align: center;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 11px 10px -15px rgba(0, 0, 0, 0.3);
}

#sec2 h4 {
	max-width: 590px;
    margin: auto;
	background: none;
	padding: 0;
	width: 90%;
}

#sec2 .alert {
	max-width: 750px;
	width: 90%;
	margin: 30px auto;
	padding: 20px 20px 20px 5%;
	display: flex;
	align-items: center;
	gap: 15px;
	color: var(--yellow);
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	border-top: 2px solid var(--yellow);
	border-bottom: 2px solid var(--yellow);
}

#sec2 .alert .pc_none {
	display: none;
}

#sec2 .alert div img {
	width: 50px;
	animation: blinking 1.3s ease-in-out infinite alternate;
}

@keyframes blinking {
	0% {
	opacity: 0;
	}
	55% {
	opacity: 1;
	}
	100% {
	opacity: 1;
	}
 }

/* ------------------------------------
#sec3 空調服 課題
------------------------------------*/
#sec3 {
	background: var(--white);
	border-radius: 25px;
	padding: 40px 0;
	justify-content: center;
    position: relative;
	margin-bottom: -60px;
	box-sizing: border-box;
}

#sec3:before {  /* 矢印 */
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid var(--white);
}

#sec3 h3 {
	font-size: 160%;
	padding: 0  40px 60px;
	margin: auto;
}

#sec3 h3 span {
	background: var(--yellow);
	padding: 3px 5px;
	margin: 0 5px;
	display: inline-block;
}

#sec3 ul {
	display: flex;
	justify-content: space-between;
    position: relative;	
	gap: 35px;
	align-items: center;
}

#sec3 ul li {
	flex-grow: 1;
	text-align: center;
	color: var(--main);
	font-size: var(--f-large);
	font-weight: bold;
	width: 100%;
	padding-left: 35px;
}

#sec3 ul li + li {
	border-left: 1px solid var(--main);
}

#sec3 ul li:last-child {
	margin-right: 35px;
}

#sec3 ul li img {
	width: 40px;
	height: auto;
	display: block;
	margin: 0 auto 20px;

}

/* ------------------------------------
#sec4 空調服 特徴3つ
------------------------------------*/
#sec4 h2 {
	margin: 0 auto 20px;
}

#sec4 {
	width: 100%;
	max-width: 100%;
	background:rgba(39,43,118,0.5);
	padding: 120px 0 60px;
	text-align: center;
	margin: 0 auto 60px;
	font-weight: bold;
	word-break: keep-all;
}

#sec4 ul {
	display: flex;
	gap: 2%;
	width: 92%;
	max-width: 980px;
	margin: auto;
}

#sec4 ul li {
	width: 23.5%;
	border-radius: 100%;
	color: var(--main);
	font-size: var(--f-large);
	background: var(--white);	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#sec4 ul li::after { /* 擬似要素で正円 */
	content: '';
	display: block;
	padding-top: 100%;
}

#sec4 ul li .count {
	display: block;
	position: absolute;
	height: 20%;
	min-height: 50px;
	width: auto;
	top: 0;
	left: 0;
	filter: drop-shadow(0px 3px 10px rgba(39, 43, 118, 0.5)); 
}

#sec4 ul li div {
	width: 100%;
	padding: 8%;
}


#sec4 ul li .img {
	width: 100%;
	height: 100px;
	padding-bottom: 20px;
}



/* ------------------------------------
#sec5 空調服＋PROFECIO
------------------------------------*/
#sec5 {
	display: flex;
	justify-content: space-between;
}

#sec5 .sp {
	display: none;
}

#sec5 h2 {
	width: 50%;
	margin: auto;
}

#sec5 .detail {
	width: 50%;
}

#sec5 .detail h3 {
	width: 400px;
	height: auto;
	background: none;
	margin: 0 auto 25px;
	padding: 0;
}


#sec5 .detail h4 {
	text-align: center;
	line-height: 1.8em;
}

#sec5 ul {
	margin-bottom: 40px;
}

#sec5 ul li {
	padding-left: 1em;
	text-indent: -0.5em;
	text-align: justify;
}

#sec5 ul li::before {
	position: relative;
	top: -2px;
	left: -8px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 100%;
	background: var(--white);
}

#sec5 ul li span {
	text-decoration: underline;
}

#sec5 .thermography {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#sec5 .thermography img {
	width: 35%;
}

#sec5 .thermography span.arrow {
	width: 10%;
	display: block;
	position: relative;
}

#sec5 p {
	text-align: right;
	font-size: 12px;
}

/* 矢印01 */
#sec5 .thermography span.arrow::before,
#sec5 .thermography span.arrow::after {
	content: "";
	animation: arrow 4s infinite;
	border: 1px solid var(--white);
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 20px;
	height: 20px;
	opacity: 0;
}

/* 矢印02 */
#sec5 .thermography span.arrow::after {
	animation: arrow 4s 1s infinite;
}

/* ------------------------------------
矢印 アニメーション
------------------------------------*/
@keyframes arrow {
0% {
	transform: rotate(45deg) translateX(-50%, -50%);
}
50% {
	transform: rotate(45deg) translate(15px, calc(-50% + -15px));
}
0%, 60%, 100% {
	opacity: 0;
}
25% {
	opacity: 1;
}
}

/* ------------------------------------
#sec6 株式会社セフト研究所
------------------------------------*/
#sec6 {
	display: flex;
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

#sec6 .img {
	width: 280px;
}

#sec6 .detail {
	width: calc(100% - 340px);
	padding: 60px;
	border-radius: 25px;
	border: 1px solid var(--white);
	height: auto;
	text-align: justify;
}

#sec6 .detail .title {
	margin-bottom: 25px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.09em;
}

#sec6 .detail .title span {
	display: block;
	font-size: 130%;
}

#sec6 .detail span {
	font-size: 115%;
	font-weight: bold;
}

/* ------------------------------------
#sec7 各業界への導入事例
------------------------------------*/
#sec7 ul {
	display: flex;
	gap: 3%;
	align-items: center;
}

#sec7 ul li {
	width: 33%;
	border-radius: 100%;
	border: 1px solid var(--white);
	color: var(--white);
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.09em;
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#sec7 ul li::before { /* 擬似要素で正円 */
	display: block;
	content: '';
	padding-top: 100%;
}

#sec7 ul li a { 
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#sec7 ul li span { 
	text-decoration: underline;
	font-size: 20px;
}

/* 業界別 */
#sec7 ul li::after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-top: 4px solid #B1F6FF;
	border-right: 4px solid #B1F6FF;
	border-radius: 50%;
	transform: rotate(135deg);
	transition: all .3s ease;
}

#sec7 ul li.pharmacy::after { /* 製薬 */
	border-top: 4px solid #D5FFDF;
	border-right: 4px solid #D5FFDF;
}

#sec7 ul li.food::after { /* 食品 */
	border-top: 4px solid #FFD5D5;
	border-right: 4px solid #FFD5D5;
}

/* ホバー */
#sec7 ul li a:hover {
	background:rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 20px #D5FFDF;
}

#sec7 ul li:hover::after {
	transform: rotate(-45deg);
}

/* 非公開 */
#sec7 ul li.soon {
	pointer-events: none;
}

#sec7 ul li.soon a::before {
	content: "";
	background:rgba(39,43,118,0.75);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#sec7 ul li.soon a::after {
	content: "Coming Soon";
	color: var(--white);
	font-weight: bold;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

/* ------------------------------------
#sec8 空調服製品
------------------------------------*/
#sec8 {
	width: 100%;
	max-width: 100%;
	background:rgba(39,43,118,0.5);
	padding: 120px 0 60px;
}

#sec8 ul {
	width: 92%;
	max-width: 980px;
	margin: auto;
}

#sec8 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	align-items: center;
}

#sec8 ul li:nth-child(odd) {
	flex-direction: row-reverse;
}

#sec8 ul li:last-child {
	margin-bottom: 0;
}

#sec8 ul li img {
	width: 50%;
}

#sec8 ul li .text {
	width: 45%;
}

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

/* ------------------------------------
#sec9 空調服専用バッテリー・ファン
------------------------------------*/
#sec9 .read {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-bottom: 40px;
	padding: 25px 0;
	text-align: center;
}

#sec9 .alert {
	font-size: 100%;
	color: var(--yellow);
	text-decoration: underline;
}

#sec9 .splide__track ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}

#sec9 .splide__track ul li {
	border: 1px solid var(--white);
	background:rgba(255, 255, 255, 0.16);
	padding: 15px;
	border-radius: 20px;
	width: 32%;
}

#sec9 .splide__track ul li img {
	height: auto;
	border-radius: 10px;
}

#sec9 .splide__track ul li.sold {
	position: relative;
}

#sec9 .splide__track ul li.sold::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	border-radius: 20px;
}

#sec9 .splide__track ul li.sold::after {
	content: "";
	width: 194px;
	height: 65px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: url(../ac_wear/img/sold.png) no-repeat center;
	background-size: cover;
}

#sec9 h4 {
	text-align: center;
}

#sec9 h5 {
	margin: 25px 0 15px;
	white-space: pre-wrap;
	word-break: keep-all;
}

#sec9 span {
	font-size: 11px;
}

/* table 表 */
#sec9 caption,
#sec9 table th,
#sec9 table td {
	text-align: center;
	padding: 10px 6px;
	vertical-align: middle;
}

#sec9 table {
	width: 100%;
}

#sec9 tr:first-child{
    border-bottom: 1px solid var(--white);
}

#sec9 th {
	border-right: 1px solid;
}

#sec9 td {
	border: 1px solid;
}

#sec9 th:last-child,
#sec9 td:last-child {
	border-right:0;
}

#sec9 td:first-child{
	border-left:0;
}

#sec9 tr:last-child td {
	border-bottom:0;
}

/* 在庫切れ */
#sec9 .splide__track ul li.sold_out {
	color: #bbb;
	border: 1px solid;
}

#sec9 .splide__track ul li.sold_out img {
	opacity: .6;
}

/* contact お問い合わせ */
#contact p {
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
}

/* 注釈コメント追加 */
.comment p {
	padding-left: 2.5em;
	text-indent: -2.5em;
	position: relative;
	display: inline-block;
}

.comment p span {
	position: absolute;
	top: 0;
	right: -30px;
	font-size: 14px !important;
}

.comment div {
	border-top: 1px solid var(--white);
	margin-top: 1em;
	padding-top: 1em;
	padding-left: .5em;
	text-indent: -.5em;
}

#sec10 .free-mail {
	margin: -10px 0 40px;
	padding: 20px 25px;
	font-size: 95%;
	color: var(--black);
	border: 1px solid var(--food);
	background: #fef2ec;
}

#sec10 .free-mail p {
	margin-bottom: 5px;
	color: var(--food);
	font-size: 115%;
	font-weight: bold;
}

#sec10 .free-mail p br {
	display: none;
}

#sec10 .form_tab .tab-switch {
	display: none;
}

#sec10 #form_rental span.required {
	background: #fa7070;
}

#sec10 .form_tab {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

#sec10 .form_tab:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #b8b8b8;
	display: block;
	order: -1;
}

#sec10 .form_tab .tab-label {
	color: #fff;
	background: #b8b8b8;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	flex: 1;
	transition: .3s all;
}

#sec10 .form_tab .tab-label:hover {
	background: #d9d9d9;
}

#sec10 .form_tab .tab-label:not(:last-of-type) {
	margin-right: 5px;
}

#sec10 .form_tab .form_contetnt {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/* アクティブなタブ */
#sec10 .form_tab .tab-switch:checked+.tab-label {
	background: linear-gradient(70deg, #272b76, #3dbdea);
}
#sec10 .form_tab .tab-switch:checked+.tab-label+.form_contetnt {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .5s opacity;
}

/* ------------------------------------
#sec11 お客様の声
------------------------------------*/
#sec11 {
	margin: 60px auto -10px;
}

#sec11 h3,
#sec12 h3 {
	padding: 8px 0;
	align-items: center;
	display: flex;
	justify-content: center;
	color: var(--white);
	font-size: clamp(1.5rem, calc(1.1vw + 1.1rem), 2.5rem);
	background: none;
}

#sec11 h3::before,
#sec11 h3::after {
	content: "";
	height: 2px;
	max-width: 600px;
	width: 37%;
}

#sec11 h3::before,
#sec12 h3::before {
	background-image: linear-gradient(to right, transparent, var(--white));
	margin-right: 20px;
}

#sec11 h3::after,
#sec12 h3::after {
	background-image: linear-gradient(to left, transparent, var(--white));
	margin-left: 20px;
}

#sec11 .voice {
	margin-bottom: 10px;
	display: block;
	color: #00a2e9;
	font-size: 140%;
	font-style: italic;
	position: relative
}

#sec11 .voice:before,
#sec11 .voice:after {
content: "";
  position: relative;
  display: inline-block;
  background: #00a2e9;
  width: 0.1em;
  height: 1.3em;
  margin: 0 0.7em;
  margin-top: -.1em;
  vertical-align: middle;
}

#sec11 .voice:before {
	transform: rotate(-30deg);
}
   
  #sec11 .voice:after {
	transform: rotate(30deg);
}

#sec11 ul {
	display: flex;
	justify-content: space-between;
}

#sec11 ul li {
	width: 30%;
}

#sec11 ul li div {
	padding: 25px;
	text-align: center;
	position: relative;
	background: var(--white);
	border-radius: 10px;
}

#sec11 ul li div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 30px 0 0 40px;
	border-color: #fff transparent transparent;
	translate: calc(-50% - 0.9px) 100%;
	transform: skew(10deg);
	transform-origin: top;
}

#sec11 ul li:nth-child(2) div::after,
#sec11 ul li:nth-child(3) div::after {
	border-width: 30px 40px 0 0;
	transform: skew(-10deg);
}

#sec11 ul li div .title {
	color: var(--main);
	font-size: 125%;
	font-weight: bold;
}

#sec11 ul li div .title span {
	width: 100%;
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	border-top: 1px solid #ccc;
}

#sec11 ul li img {
	height: auto;
	display: block;
	margin: auto;
}

#sec11 ul li .voide01 {
	max-width: 108px;
	margin-top: 30px;
}
#sec11 ul li .voide02 {
	max-width: 108px;
	margin-top: 55px;
}
#sec11 ul li .voide03 {
	max-width: 125px;
	margin-top: 65px;
}

/* ------------------------------------
#sec12 導入実績エリア
------------------------------------*/
#sec12 h3::before,
#sec12 h3::after {
	content: "";
	height: 2px;
	max-width: 600px;
	width: 35%;
}

#sec12 ul {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 30px;
}

#sec12 ul li {
	width: 100%;
	position: relative;
}

#sec12 ul li img {
	width: auto;
	height: 290px;
	position: absolute;
	bottom: -60px;
	z-index: 9;
}

#sec12 ul li:first-child img {
	left: 0;
}

#sec12 ul li:last-child img {
	right: 0;
}

#sec12 ul li div {
	width: 80%;
	max-width: 280px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid var(--white);
	position: relative;
}

#sec12 ul li:first-child div {
	margin: 0 0 0 auto;
}

#sec12 ul li:last-child div {
	margin: 0 auto 0 0;
}

#sec12 ul li div p {
	margin-bottom: 10px;
	padding: 5px 0;
	color: var(--main);
	font-size: 120%;
	font-weight: bold;
	background: var(--white);
	border-radius: 50px;
}

#sec12 ul li div span {
	position: relative;
	font-size: 125%;
	font-weight: 400;
}

#sec12 ul li div span::before {
	content: "⚫︎";
	margin-right: 5px;
}

/* ------------------------------------
#sec13 よくある質問
------------------------------------*/
#sec13 {
	margin: 100px auto -60px;
	padding: 40px;
	background: #e3f9ff;
	border-radius: 20px;
	position: relative;
}

#sec13 h3 {
	padding: 8px 0;
	align-items: center;
	display: flex;
	justify-content: center;
	color: var(--main);
	font-size: clamp(1.5rem, calc(1.1vw + 1.1rem), 2.5rem);
	background: none;
}

#sec13 h3::before,
#sec13 h3::after {
	content: "";
	height: 2px;
	max-width: 600px;
	width: 35%;
}

#sec13 h3::before {
	background-image: linear-gradient(to right, transparent, var(--main));
	margin-right: 20px;
}

#sec13 h3::after {
	background-image: linear-gradient(to left, transparent, var(--main));
	margin-left: 20px;
}

#sec13 ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--main);
}

#sec13 ul li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

#sec13 ul li .que {
	width: 290px;
	padding-left: 50px;
	color: var(--main);
	font-size: 110%;
	font-weight: 500;
	position: relative;
}

#sec13 ul li .que::before,
#sec13 ul li .ans::before {
	content: "Q";
	width: 32px;
	height: 32px;
	margin: auto;
	display: block;
	font-size: 140%;
	font-family: 'Arial', sans-serif;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
	border: 2px solid var(--main);
	background: var(--white);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#sec13 ul li .ans::before {
	content: "A";
	color: var(--yellow);
	background: var(--main);
}

#sec13 ul li .ans {
	width: 510px;
	padding-left: 50px;
	color: var(--black);
	font-size: 110%;
	font-weight: 500;
	position: relative;
}

#sec13 ul li .ans span {
	display: block;
	font-size: 85%;
	font-weight: normal;
}

#sec13 ul li .arrows {
	width: 40px;
	display: flex;
	position: relative;
}

#sec13 ul li .arrows span {
	position: relative;
}

#sec13 ul li .arrows::before,
#sec13 ul li .arrows::after,
#sec13 ul li .arrows span::before,
#sec13 ul li .arrows span::after {
	content: "";
	border: 1px solid var(--main);
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 14px;
	height: 14px;
}

#sec13 ul li .arrows span {
	margin-left: 15px;
}

/* ========================================
mobile（タブレット）
=========================================== */
@media screen and (max-width: 990px){
	/* ------------------------------------
	#sec2 タイトル
	------------------------------------*/
	#sec2 {
		margin: 0 auto 40px;
	}

	#sec2 h2 {
		width: calc(100vw + 62%);
		position: relative;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		margin: 0 auto 20px;
	}

	/* ------------------------------------
	#sec4 空調服 特徴3つ
	------------------------------------*/
	#sec4 h2 {
		width: 80%;
		margin-bottom: 40px;
	}

	#sec4 ul {
		gap: 30px;
		width: 100%;
		flex-wrap: wrap;
	}

	#sec4 ul li {
		width: 80%;
		max-width: 280px;
		margin: auto;
	}

	#sec4 ul li .count {
		height: 10%;
		min-height: 45px;
	}

	#sec4 ul li div {
		width: 100%;
		padding: 8%;
	}


	#sec4 ul li .img {
		width: 100%;
		padding-bottom: 20px;
	}

	/* ------------------------------------
	#sec5 空調服＋PROFECIO
	------------------------------------*/
	#sec5 .sp {
		display: block;
		text-align: center;
		margin: auto;
	}

	#sec5 .sp h3 {
		width: 100%;
		max-width: 400px;
		height: auto;
		background: none;
		margin: 0 auto 25px;
		padding: 0;
	}

	#sec5 .sp h4 {
		line-height: 1.8em;
		margin: 0 auto;
	}

	#sec5 {
		flex-wrap: wrap;
	}

	#sec5 h2 {
		width: 100%;
		margin: -40px auto 0;
		position: relative;
		right: -10%;
	}

	#sec5 .detail {
		width: 100%;
		margin-top: 40px;
	}

	#sec5 .detail h3,
	#sec5 .detail h4 {
		display: none;
	}

	#sec5 .thermography {
		max-width: 500px;
		margin: auto;
	}

	#sec5 .thermography img {
		width: 35%;
	}

	#sec5 .thermography span.arrow {
		width: 10%;
		display: block;
		position: relative;
	}

	#sec5 p {
		max-width: 500px;
		margin: auto;
	}

	/* ------------------------------------
	#sec7 導入事例 ボタン
	------------------------------------*/
	#sec7 ul {
		gap: 30px;
		width: 92%;
		flex-wrap: wrap;
		margin: auto;
	}

	#sec7 ul li {
		width: 80%;
		max-width: 280px;
		margin: auto;
	}

	/* ------------------------------------
	#sec9 空調服専用バッテリー・ファン
	------------------------------------*/
	#sec9 .splide__track ul {
		width: 100%;
		flex-wrap: inherit;
		gap: 0;
	}

	.splide__slide img {
		height: auto;
		border-radius: 10px;
	}

	#sec9 .splide__track ul li {
		width: 100%;
	}

	#sec9 br.pc {
		display: none;
	}

	/* ページネーションのスタイル */
	.splide__pagination__page {
	height: 15px;
	width: 15px;
	transition: .5s all;
	border: 1px solid var(--white);
	border-radius: 50%;
	margin: 20px 10px 0;
	}

  	/* 現在表示されているページネーションのスタイル */
	.splide__pagination__page.is-active {
	background: var(--white);
	opacity: 1;
	}

	/* contact お問い合わせ */
	#sec10 .form_tab {
		flex-direction: column;
	}

	/* 注釈コメント追加 */
	.comment p span {
		position: relative;
		top: 0;
		right: 0;
	}

	#sec10 .form_tab:after {
		background: none;
	}

	#sec10 .form_tab .tab-label {
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 0;
		border-radius: 0;
		font-size: 110%;
	}

	/* ------------------------------------
	#sec11 お客様の声
	------------------------------------*/
	#sec11 h3::before,
	#sec11 h3::after {
		width: 30%;
	}

	#sec11 ul li {
		width: 31.5%;
	}

	#sec11 ul li div {
		padding: 25px 15px;
	}

	#sec12 ul li div p {
		font-weight: bold;
	}

	#sec11 ul li div .title {
		font-size: 115%;
		font-weight: bold;
	}

	#sec11 ul li div .title span {
		font-weight: normal;
	}

	#sec12 ul li:first-child div {
		background-size: 15%;
	}
	
	#sec12 ul li:last-child div {
		background-size: 20%;
	}

	/* ------------------------------------
	#sec13 よくある質問
	------------------------------------*/
	#sec13 ul li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		flex-wrap: wrap;
		justify-content: left;
	}

	#sec13 ul li .que,
	#sec13 ul li .ans {
		width: 100%;
	}

	#sec13 ul li .que br,
	#sec13 ul li .ans br {
		 display: none;
	}

	#sec13 ul li .arrows {
		display: none;
	}

	#sec13 ul li .ans {
	margin-top: 25px;
	}

}

/* ========================================
mobile（スマホ）
=========================================== */
@media screen and (max-width: 768px){
	/* ------------------------------------
	#sec1 パンくず
	------------------------------------*/
	#sec1 {
		margin: 0 auto 40px;
	}

	/* ------------------------------------
	#sec2 タイトル
	------------------------------------*/
	#sec2 .alert {
		display: block;
		margin: 0 auto 30px;
		padding: 20px 10px;
		font-size: 120%;
		text-align: center;
		border-top: none;
	}

	#sec2 .alert .pc_none {
		display: block;
	}

	#sec2 .slogan {
		padding: 12px 0;
		color: var(--main);
		font-size: 130%;
		font-weight: bold;
	}

	#sec2 .alert div {
		max-width: 100%;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

	#sec2 .alert div::before, 
	#sec2 .alert div::after {
		content: "";
		height: 2px;
		flex-grow: 1;
		background-color: var(--yellow);
	}

	#sec2 .alert div::before {
		margin-right: 0.8rem;
	}
	
	#sec2 .alert div::after {
		margin-left: 0.8rem;
	}

	#sec2 .alert div img {
		width: 35px;
	}

	/* ------------------------------------
	#sec3 空調服 課題
	------------------------------------*/
	#sec3 h3 {
		line-height: 1.7em;
		padding-bottom: 25px;
	}
	
	#sec3 {
		background: var(--white);
		border-radius: 25px;
		padding: 25px 0;
		justify-content: center;
		position: relative;
		margin-bottom: -60px;
		box-sizing: border-box;
	}

	#sec3 ul {
		display: flex;
		gap: 25px;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 40px;
	}

	#sec3 ul li {
		text-align: center;
		padding-left: 0;
		padding-bottom: 40px;
	}

	#sec3 ul li {
		border-left: none !important;
		border-bottom: 1px solid var(--main);
	}

	#sec3 ul li:last-child {
		margin-right: 0;
		border-bottom: none;
		padding-bottom: 15px;
	}

	/* ------------------------------------
	#sec5 空調服＋PROFECIO
	------------------------------------*/
	#sec5 .thermography img {
		width: 45%;
	}

	#sec5 .thermography span.arrow {
		width: 10%;
		display: block;
		position: relative;
	}

	/* 矢印01 */
	#sec5 .thermography span.arrow::before,
	#sec5 .thermography span.arrow::after {
		width: 10px;
		height: 10px;
		left: 15%;
	}

	/* ------------------------------------
	矢印 アニメーション
	------------------------------------*/
	@keyframes arrow {
		0% {
			transform: rotate(45deg) translateX(-50%, -50%);
		}
		50% {
			transform: rotate(45deg) translate(5px, calc(-50% + -5px));
		}
		0%, 60%, 100% {
			opacity: 0;
		}
		25% {
			opacity: 1;
		}
	}



	/* ------------------------------------
	#sec6 株式会社セフト研究所
	------------------------------------*/
	#sec6 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#sec6 .img {
		width: 100%;
		margin: 0 auto 40px;
	}

	#sec6 .img h5 {
		margin: 0 0 10px;
	}

	#sec6 .img img {
		width: 70%;
		display: block;
		margin: auto;
	}

	#sec6 .detail {
		width: 100%;
		padding: 40px;
	}

	/* ------------------------------------
	#sec8 空調服製品
	------------------------------------*/
	#sec8 ul li {
		display: block;
		width: 100%;
	}

	#sec8 ul li img {
		width: 100%;
		margin-bottom: 40px;
	}

	#sec8 ul li .text {
		width: 100%;
	}

	/* ------------------------------------
	#sec9 空調服専用バッテリー・ファン
	------------------------------------*/
	/* table 表 */
	#sec9 caption,
	#sec9 table th,
	#sec9 table td {
		padding: 10px 6px;
	}

	/* contact お問い合わせ */
	#sec10 .form_tab .tab-label span {
		display: none;
	}

	#sec10 .form_tab .tab-switch:checked + .tab-label + .form_contetnt {
		margin-top: 10px;
	}

	/* ------------------------------------
	#sec11 お客様の声
	------------------------------------*/
	#sec11 h3::before,
	#sec12 h3::before {
		margin-right: 10px;
	}

	#sec11 h3::after,
	#sec12 h3::after {
		margin-left: 10px;
	}

	#sec11 ul {
		max-width: 350px;
		width: 85%;
		display: block;
		margin: auto;
	}

	#sec11 ul li {
		width: 100%;
		margin-top: -30px;
	}

	#sec11 ul li:first-child {
		margin-top: 0;
	}

	#sec11 ul li .voide02 {
		margin-top: 35px;
	}

	#sec11 ul li .voide03 {
		margin-top: 45px;
	}

	/* ------------------------------------
	#sec12 導入実績エリア
	------------------------------------*/
	#sec12 {
		margin-top: -40px;
	}

	#sec12 h3::before,
	#sec12 h3::after {
		width: 23%;
	}

	#sec12 ul {
		width: 90%;
		max-width: 400px;
		display: block;
	}

	#sec12 ul li:first-child {
		margin: 40px 0 35px;
	}

	#sec12 ul li div {
		width: 85%;
	}

	#sec12 ul li img {
		height: 220px;
		bottom: -20px;
	}

	#sec12 ul li:first-child img {
		left: 0;
	}

	#sec12 ul li:last-child img {
		right: 0;
	}

	#sec12 ul li:first-child div {
		margin: 0 0 0 auto;
	}

	#sec12 ul li:last-child div {
		margin: 0 auto 0 0;
	}

	/* ------------------------------------
	#sec13 よくある質問
	------------------------------------*/
	#sec13 {
		margin-top: 60px;
		padding: 25px;
	}
	
	#sec13 h3 {
		margin-bottom: 10px;
	}
	
	#sec13 h3::before,
	#sec13 h3::after {
		width: 25%;
	}

	#sec13 h3::before {
		margin-right: 10px;
	}

	#sec13 h3::after {
		margin-left: 10px;
	}

	#sec13 ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	#sec13 ul li .que::before,
	#sec13 ul li .ans::before {
		width: 28px;
		height: 28px;
		font-size: 125%;
		line-height: 28px;
	}

	#sec13 ul li .que,
	#sec13 ul li .ans {
		padding-left: 45px;
	}

	#sec13 ul li .ans {
		margin-top: 10px;
	}

}



