@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family: "游ゴシック";
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.fffp {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.fftg {
	font-family:"FOT-TsukuARdGothic Std", sans-serif;
}
.ffym {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.page-link {
	width: 350px;
	margin: 3rem auto;
	padding-top:20px;
	padding-bottom: 30px;
	background: #93F2E2;
	position: relative;
}
.page-link::before {
	content: "";
	width: 100px;
	height: 3px;
	border-radius: 30px;
	background: #185CAA;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
}
.page-link a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 2rem;
}
.page-link:hover {
	background: #5795DF;
}
.sp-onliy {
	display: none;
}

/*------ ヘッダー ------*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 999;
	background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#333;
	padding: 1.6rem;
}
#header  h1 {
	max-width: 300px;
}
#header h1 a {
	display: block;
}
#head-g-nav {
	align-items: center;
	gap: 3rem;
}
#head-g-nav li a {
	display: block;
	color: #333;
	font-size: 2rem;
}
#head-g-nav li:hover a {
	color: #7D7D7D;
}

/*メインビジュアル*/
.mainvisual {
	background: url("../img/mainvisual.png");
	background-size: cover;
	background-position: bottom;
	height: 100vh;
	position: relative;
}
.catch-copy {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.catch-copy h2 {
	color: rgba(255,255,255,0.8);
	font-size: 20rem;
	text-align: center;
	font-style: italic;
	letter-spacing: 3px;
}
.catch-copy h3 {
	text-align: center;
	font-size: 4rem;
	letter-spacing: 3px;
	margin-top: 5rem;
}

@media screen and (max-width:1280px){
	.mainvisual {
		height: 90vh;
	}
	.catch-copy h2 {
		font-size: 16rem;
	}
}

/*----- ご挨拶 -----*/
#greeting {
	padding: 5rem 0;
	 background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(209,234,245,0.8) 50%, rgba(209,234,245,0.8) 100%);
}
#greeting .container {
	width: 70%;
	margin-right: auto;
	background: url("../img/greeting-bg.png");
	padding-top: 10rem;
	padding-bottom: 5rem;
}
#greeting .container .inner {
	width: 90%;
	margin: auto;
	align-items: flex-start;
	justify-content: space-between;
}
#greeting .container .inner .left {
	width: 40%;
}
#greeting .container .inner .right {
	width: 58%;
}
.greeting-ttl {
	font-size: 3rem;
	margin-bottom: 2rem;
}
.greeting-txt {
	font-size: 1.8rem;
	line-height: 1.5;
}

@media screen and (max-width:1280px){
	#greeting .container {
		width: 85%;
	}
	.greeting-txt {
		font-size: 1.6rem;
		line-height: 2;
	}
}

/*------ 事業内容 ------*/
#works {
	padding: 10rem 0;
}
.works-ttl {
	color: rgba(90,193,182,0.6);
	font-size: 16rem;
	text-align: center;
	font-style: italic;
	letter-spacing: 3px;
}
#works .container {
	padding: 5rem 0;
	width: 100%;
	margin: 5rem auto;
}
#works .works-container01 {
	background: linear-gradient(90deg, rgba(209,234,245,0.8) 0%, rgba(209,234,245,0.8) 70%, #fff 30%, #fff 100%);
}
#works .works-container02 {
	background: linear-gradient(-90deg, rgba(209,234,245,0.8) 0%, rgba(209,234,245,0.8) 70%, #fff 30%, #fff 100%);
}
#works .container .inner {
	width: 70%;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
#works .container .inner .pic {
	width: 45%;
}
#works .container .inner .txt {
	width: 48%;
}
#works .container .inner .txt h5 {
	font-size: 3rem;
	margin-bottom: 2rem;
}
#works .container .inner .txt p {
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width:1280px){
	#works .works-container01 {
		background: linear-gradient(90deg, rgba(209,234,245,0.8) 0%, rgba(209,234,245,0.8) 85%, #fff 15%, #fff 100%);
	}
	#works .works-container02 {
		background: linear-gradient(-90deg, rgba(209,234,245,0.8) 0%, rgba(209,234,245,0.8) 85%, #fff 15%, #fff 100%);
	}
	#works .container .inner {
		width: 90%;
	}
	
}

/*------ 料金 ------*/
#price {
	padding: 3rem 0 5rem 0;
	background: #D8FBEB;
}
.price-ttl {
	color: rgba(255,255,255,0.6);
	font-size: 22rem;
	text-align: left;
	font-style: italic;
	letter-spacing: 3px;
	margin-left: 5rem;
}
#price .inner {
	width: 50%;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#price .inner::before {
	content: "";
	width: 350px;
	height: 300px;
	background: url("../img/estimate.png");
	background-size: cover;
	position: absolute;
	top: -36rem;
	left: 50%;
	transform: translate(-50%);
}
#price .inner h5 {
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 3rem;
}
#price .inner p {
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width:1280px){
	.price-ttl {
		font-size: 16rem;
		margin-left: 3rem;
	}
	#price .inner {
		width: 60%;
		margin-top: 150px;
	}
	#price .inner::before {
		width: 250px;
		height: 215px;
		position: absolute;
		top: -25rem;
		left: 50%;
	}
}

/*------ 必要な理由 ------*/
#about {
	border-top: 5px solid #185CAA;
	border-bottom:  5px solid #185CAA;
	padding: 5rem 0;
}
#about .inner {
	width: 90%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#about .inner .txt {
	width: 60%;
}
#about .inner .pic {
	width: 38%;
}
#about .inner .txt h5 {
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 3rem;
}
#about .inner .txt p {
	width: 80%;
	margin: auto;
	font-size: 1.8rem;
	line-height: 2;
}

/*------ 問い合わせへのリンク ------*/
#contact {
	padding: 10rem 0;
	background: url("../img/contact-bg.png");
	background-size: cover;
}
.contact-ttl {
	color: rgba(90,193,182,0.6);
	font-size: 16rem;
	text-align: center;
	font-style: italic;
	letter-spacing: 3px;
}
#contact p {
	font-size: 2.4rem;
	text-align: center;
	line-height: 2;
	margin-top: 3rem;
}
#contact p span {
	font-size: 1.8rem;
	font-family: "游ゴシック";
	font-weight: normal;
}
#contact .inner {
	width: 60%;
	margin: 5rem auto 0 auto;
	justify-content: space-between;
	align-items: center;
}
.tw-bnr {
	width: 45%;
	background: #185CAA;
	padding: 2rem 0;
}
.tw-bnr a {
	display: block;
	text-align: center;
}
.tw-bnr a i {
	margin-right: 1rem;
}
.tel-bnr a {
	font-size: 4rem;
	font-style: italic;
}
.web-bnr a {
	font-size: 3rem;
}
@media screen and (max-width:1280px) {
	#contact .inner {
		width: 70%;
	}
}
/*------ フッター ------*/
#footer {
	background: #185CAA;
	padding-top: 5rem;
}
#footer h1 {
	width: 300px;
	margin: auto;
}
#footer h1 a {
	display: block;
}
#footer .inner {
	width: 60%;
	margin: 3rem auto 0 auto;
	align-items: center;
	justify-content: space-between;
}
#footer .inner .left {
	width: 55%;
}
#footer .inner .left p {
	font-size: 1.8rem;
	margin-top: 1rem;
}
#footer .inner .right {
	width: 43%;
}
#footer .inner iframe {
	width: 100%;
}
#footer .copy {
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
}
@media screen and (max-width:1280px) {
	#footer .inner {
		width: 70%;
	}
}


/*~~~~~~~~~~ 下層ページ ~~~~~~~~~~*/
/*メインビジュアル*/
.s-mainvisual {
	background: url("../img/s-mainvisual.png");
	background-size: cover;
	background-position: center;
	height: 60vh;
	position: relative;
}
.page-ttl {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.page-ttl h2 {
	color: rgba(255,255,255,0.8);
	font-size: 10rem;
	text-align: center;
	font-style: italic;
	letter-spacing: 3px;
}
.page-ttl h3 {
	text-align: center;
	font-size: 4rem;
	letter-spacing: 3px;
	margin-top: 1rem;
}
.sec-ttl {
	margin: 1rem auto 5rem auto;
	position: relative;
}
.sec-ttl::before {
	content: "";
	width: 300px;
	height: 10px;
	border-radius: 30px;
	background: linear-gradient(to right,#C3ECE9,#185CAA);
	position: absolute;
	bottom: -3rem;
	left: 50%;
	transform: translate(-50%);
}
.sec-ttl h4 {
	font-size: 5.5rem;
	text-align: center;
}
.top-txt {
	width: 55%;
	margin: 3rem auto;
	z-index: 3;
}
.top-txt p {
	font-size: 1.8rem;
	line-height: 2;
}
.s-container {
	margin-bottom: 10rem;
}
.inner-flex {
	width: 70%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
.inner-flex .txt {
	width: 58%;
}
.inner-flex .txt .b-txt {
	font-size: 3rem;
	margin-bottom: 2rem;
}
.inner-flex .txt .bb-txt {
	font-size: 2.4rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #185CAA;
}
.inner-flex .txt .s-txt {
	font-size: 1.8rem;
	line-height: 1.6;
}
.inner-flex .txt .ss-txt {
	font-size: 1.8rem;
	line-height: 1.6;
}
.inner-flex .pic {
	width: 38%;
}
.inner-topic {
	width: 50%;
	margin: 3rem auto 5rem auto;
	background: linear-gradient(#8AFBF7,#DBFBFA);
	padding: 2rem;
}
.inner-topic .b-txt {
	font-size: 3rem;
	margin-bottom: 2rem;
	text-align: center;
}
.inner-topic .s-txt {
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}
.inner-topic02 {
	margin: 3rem auto;
}
.mini-ttl {
	width: 50%;
	margin: auto;
	padding: 1rem 0;
	border-bottom: 3px dashed #5AC1B6;
	border-top: 3px dashed #5AC1B6;
}
.mini-ttl p {
	font-size: 3rem;
	text-align: center;
}
.in-topic-flex {
	width: 65%;
	margin: 3rem auto;
	align-items: flex-start;
	justify-content: center;
	gap: 5rem;
}
.in-topic-flex .item {
	width: 45%;
	border: 1px solid #5AC1B6;
}
.in-topic-flex .item .item-ttl {
	background: #5AC1B6;
	padding: 1rem 0;
}
.in-topic-flex .item .item-ttl p {
	font-size: 2.4rem;
	text-align: center;
}
.in-topic-flex .item .item-txt {
	width: 95%;
	margin: auto;
	padding: 1rem 0;
}
.in-topic-flex .item .item-txt p {
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width:1280px){
	.top-txt {
		width: 75%;
		margin: 5rem auto;
	}
	.inner-flex {
		width: 90%;
	}
	.inner-topic {
		width: 70%;
	}
	.in-topic-flex {
		width: 85%;
	}
}

/*------ 消防設備点検 ------*/
#inspection-about {
	padding: 10rem 0 5rem 0;
}

/*料金*/
#s-price {
	padding:10rem 0;
	background: #D8FBEB;
	position: relative;
	border-bottom: 5px solid #185CAA;
	border-top: 5px solid #185CAA;
}
#s-price::before {
	content: "PRICE";
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
	font-weight: bold;
	color: rgba(255,255,255,0.6);
	font-size: 22rem;
	font-style: italic;
	letter-spacing: 3px;
	position: absolute;
	top: 1rem;
	left: 3rem;
}
#s-price .top-txt {
	margin: 8rem auto;
}
.price-table {
	max-width: 1100px;
	margin: 5rem auto;
}
.price-table table {
	width: 100%;
}
.price-table table tr .w35 {
	width: 35%;
	padding: 1rem 0;
}
.price-table table tr .w30 {
	width: 30%;
	padding: 1rem 0;
}
.price-table table th {
	background: #185CAA;
	font-size: 3rem;
}
.price-table table td {
	font-size: 1.8rem;
	background: #fff;
}
.price-table table th,
.price-table table td {
	text-align: center;
	border: 1px solid #D1EAF5;
}
.table-memo {
	width: 100%;
	margin: 3rem auto;
	background: #fff;
	border: 1px solid #185CAA;
	padding: 1rem 0;
}
.table-memo ul {
	width: 95%;
	margin: auto;
}
.table-memo ul li {
	font-size: 2rem;
	list-style: disc;
	list-style-position: inside;
	padding: 0.5rem 0;
}

/*種類*/
#inspection-kinds {
	padding: 10rem 0;
}
#inspection-kinds .sec-ttl {
	margin-bottom: 10rem;
}
.inspection-content {
	width: 60%;
	margin: 3rem auto;
	background: rgba(209,234,245,0.8);
	padding: 2rem 0;
}
.inspection-content dl {
	width: 90%;
	margin: auto;
}
.inspection-content dl dt {
	font-size: 2.4rem;
	color: #185CAA;
	border-bottom: 1px solid #185CAA;
}
.inspection-content dl dd {
	font-size: 1.6rem;
	padding: 1rem 0;
}

@media screen and (max-width:1280px){
	.inspection-content {
		width: 80%;
	}
}


/*------ 消防設備工事 ------*/
#construction-about,
#estimate,
#construction-kinds,
#construction-flow {
	padding: 10rem 0 5rem 0;
}
.scale {
	margin: 8rem auto;
}
.scale .b-txt {
	text-align: center;
	font-size: 3rem;
}
.scale-images {
	width: 75%;
	margin: 3rem auto;
	align-items: flex-start;
	justify-content: center;
	gap:3rem;
}
.scale-images .item {
	width: 30%;
}
.scale-img-name {
	font-size: 2.4rem;
	text-align: center;
	padding: 2rem 0;
} 
.scale-img-txt {
	font-size: 1.8rem;
	line-height: 1.5;
}
.flow-inner {
	width: 60%;
	margin-left: 30%;
	padding-top: 5rem;
}
.flow-inner dl {
	position: relative;
}
.flow-inner dl::before {
	content: "";
  width: 18px;
  height: 100%;
  background-color: #E8EBEC;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: -133px;
	border-radius: 50px;
}
.flow-inner dl dt {
	align-items: center;
	gap: 1rem;
	font-size: 2.6rem;
	color:#185CAA;
	position: relative
}
.flow-inner dl dt::before {
	content: "";
  display: block;
  position: absolute;
  top: 24px;
	left: -110px;
	width: 100px;
  border-bottom: 3px dashed #7d7d7d;
}
.flow-inner dl dt::after {
	content: "";
  display: block;
  position: absolute;
  top: 18px;
	left: -140px;
	width: 18px;
  height: 18px;
	border-radius: 50%;
	background: #185CAA;
}
.flow-inner dl dt .flow-no {
	background: #185CAA;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 2.4rem;
	text-align: center;
	line-height: 50px;
}
.flow-inner dl dd {
	font-size: 1.8rem;
	width: 80%;
	margin-top: 2rem;
	margin-bottom: 4rem;
}



/*------ 会社概要 ------*/

#company {
	padding: 10rem 0 5rem 0;
}
.company-table {
	width: 60%;
	margin: 10rem auto;
}
.company-table table {
	width: 100%;
}
.company-table table th {
	width: 25%;
	padding: 1rem 0;
	background: #D1EAF5;
	text-align: center;
	font-size: 1.8rem;
}
.company-table table td {
	width: 75%;
	padding: 1rem 0 1rem 2rem;
	font-size: 2rem;
	border: 1px solid #D1EAF5;
}
.company-map {
	width: 50%;
	margin: 5rem auto;
}
.company-map iframe {
	width: 100%;
}

@media screen and (max-width:1280px) {
	.company-table {
		width: 70%;
	}
	.company-map {
		width: 60%;
	}
}


/*------ お問合せ ------*/
#contact-form {
	padding: 10rem 0;
	background: rgba(231,243,248,0.8);
}
#contact-form .inner {
	background: #fff;
	width: 80%;
	border-radius: 3rem;
	margin: 10rem auto 0 auto;
	padding: 5rem 0;
}

/*フォーム*/
.form {
	width: 80%;
	margin: auto;
	font-size: 2rem;
}
@media screen and (max-width:1280px){
	.form {
		width: 85%;
	}
}
.form-item {
	border-bottom: 1px solid #ccc;
	padding:3rem 0;
}
.form-item ul {
	justify-content: space-between;
	align-items: center;
}
.form-item ul .form-label {
	width: 25%;
	text-align: center;
	line-height: 2.5;
}
.form-item ul .form-label span {
	background: #2A9FD0;
	color: #fff;
	border-radius: 2rem;
	padding: 0.6rem 1rem;
	font-size: 1.6rem;
}
.form-item ul .form-input {
	width: 70%;
}
.check {
	flex-direction: column;
	gap: 2rem;
}
.input_box {
	border: 1px solid #ccc;
	padding: 1rem 0;
	width: 80%;
}
.input_txtarea {
	border: 1px solid #ccc;
	padding: 1rem 0;
	width: 80%;
	height: 10em;
}

.submit-btn {
	width: 30%;
	margin: 3rem auto;
}
.Form-Btn {
	background: linear-gradient(#0FD2F1,#AEE1F3);
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	width: 100%;
	border: none;
	border-radius: 3rem;
	font-size: 2.4rem;
}




/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/*-----トップリンク-----*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	transition:all 0.3s;
	width: 8rem;
}
#page-top a:hover{
	background: #777;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}




