@charset "UTF-8";
/*
Theme Name:aquatect
*/
/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
		font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.1em;
	font-weight: normal;
}
html {
	scroll-behavior: smooth;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea {
	font-weight: normal;
	font-size: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {}
a {
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	opacity: 0.8;
}
input[type="text"]:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
	/*vertical-align: bottom;*/
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie7 */
	-ms-filter: "alpha(opacity=70)"; /* ie8 */
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0 !important;
	font-feature-settings: "palt";
}
body {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.device-pc {
	display: block;
}
.device-sp {
	display: none;
}
/* 共通部 */
body {
	/*font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;*/
	min-width: 1100px;
}
.main {
	margin: 0 auto;
	padding-top: 100px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #fff;
	cursor: pointer;
}
a:visited {
	color: #fff;
}


.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}


.fade-in-only {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in-only.show {
  opacity: 1;
}



/* お問い合わせボタン */
.btn a {
	display: inline-flex;
	align-items: center; 
	background-color: #CE0110;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 400;
	border-radius: 25px;
	font-size: 14px;
	
}
.btn a::after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 6px;
	background-image: url(https://aquatect-co.com/wp-content/themes/aquatect/images/i-arr.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
/* header */
#header {
	background-color: #211E28;
	position: fixed;
	z-index: 100;
	width: 100%;
	
}
#header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	min-width: 1100px;
	margin: 0 auto;
}
/* ロゴ */
#header .logo {}
#header .logo a {
	display: flex;
	align-items: center;
}
#header .logo h1 {
	width: 60px;
	margin: 0 10px 0 0;
}
#header .logo .company-name {
	width: 170px;
}
#header .logo .company-name .license {
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
}
#header .logo .company-name p {
	font-size: 45px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1.2;
	text-align: center;
}
/* ナビゲーション */
#header nav {
	display: flex;
	align-items: center;
}
#header nav ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}
#header nav ul li {
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
}
#header nav ul li::after {
	content: "|";
	color: #fff;
	margin-left: 15px;
}
#header nav ul li:last-child:after {
	display: none;
}
#header nav .btn {
	min-width: 260px;
}
/*ハンバーガーメニュー*/
#header .hamburger {
	display: none;
}
/* #mv */
#mv {
	position: relative;
	margin-bottom: 74px;
	max-height: 500px;
}
#mv h2 {
	font-weight: 600;
	font-size: 70px;
	color: #fff;
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
	letter-spacing: normal;
}
#mv h2 .mv-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
#mv h2 .mv-txt::before {
	content: "";
	width: 100px;
	height: 2px;
	background-color: #fff;
	margin-right: 5px;
}
#mv .mv-img img{
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}


/* #profile */
#profile {
	
	margin: 0 0 120px;
}

#profile .prof-container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}


#profile .desc {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
}
#profile .desc .img {
	width: 420px;
	margin: 0 10px 0 0;
}

#profile .desc .img img{
	
}

#profile .desc .txt {
	
	font-size: 18px;
	line-height: 2.5;
	margin: 0 0 0 10px;
}

#profile .btn {
	text-align: center;
}


/* #reason */
#reason {
	padding: 124px 0 158px;
	background:#F2F2F2;
	position: relative;
	text-align: center;
	z-index: 1;
}

#reason h3 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 86px;
	position: relative;
	display: inline-block;
	
}
#reason h3 span.name{
	
	font-size: 66px;
	font-weight: bold;
	font-family: "Bebas Neue", sans-serif
}

#reason h3::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 20px;
	left: -40px;
}
#reason h3::after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	bottom: 0;
	right: -30px;
}
#reason h3 .highlight {
	font-weight: bold;
}
#reason h3 .c_red {
	color: #CE0110;
	font-weight: bold;
}
#reason h3 .c_red span {
	font-size: 72px;
	font-weight: bold;
	/* font-family: DIN 2014; */
}
#reason .reason-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	max-width: 1175px;
	margin: 0 auto;
}
#reason .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #1F1C25;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	width: 30%;
	margin: 0 5px;
	padding: 50px;
}
#reason .item .number {
	font-size: 55px;
	/* font-family: DIN 2014; */
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 3px;
	margin-bottom: 18px;
}
#reason .item .title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
#reason .item .txt {
	font-size: 18px;
}
/* #service */
#service {
	padding: 120px 0 ;
	background: #000;
	color: #fff;
	
}


#service h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 0 0 60px;
}
#service h2 span {
	display: block;
	font-size: 18px;
}


#service .service-inner {
	width: 1000px;
	margin: 0 auto;
}



#service ul{
	
}

#service ul li{
	display: flex;
	justify-content: space-between;
	padding: 0 0 90px;
	border-bottom: 1px solid #eee;
	margin: 0 0 90px;
}

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

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

#service .txt {
	width: 450px;

}

#service .txt h3{
	font-size: 24px;
	margin: 0 0 30px;

}

#service .txt p{
	font-size: 16px;
	line-height: 1.8;
	

}

#service .img {
	width: 500px;

}



/* #Works */
#works {
	padding: 120px 0 ;
}


#works h2 {
	color: #000;
	font-size: 40px;
	text-align: center;
	margin: 0 0 60px;
}
#works h2 span {
	display: block;
	font-size: 18px;
}


#works .works-inner {
	width: 1000px;
	margin: 0 auto;
}



#works ul{
	display: flex;
	flex-wrap: wrap;
}

#works ul li{
	width: 32%;
	margin: 0 10px 90px 0;
	
}

#works ul li:nth-child(3n){
	margin: 0 0 90px;;
}


#works .img{
	margin: 0 0 10px;
}

#works .img img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	
}
#works h3{
	font-size: 16px;
	text-align: center;
	

}





/* #instagram */
#instagram {
	background: #F2F2F2;
	padding: 120px 0 ;
}
#instagram h3 {
	color: rgba(0, 0, 0, 0.1);
	font-size: 80px;
	/* font-family: Silom; */
	font-family: "Bebas Neue", sans-serif;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
#instagram h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 18px;
}
#instagram ul {
	max-width: 1175px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 30px;
}
#instagram .insta-inner {
	max-width: 1175px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#instagram li {
	width: 25%;
	padding: 10px;
}
#instagram .btn {
	margin: 30px 0;
	text-align: center;
}
#instagram .btn a {
	background-color: #000;
	padding: 10px 60px;
}

/* #topics */
#topics {
	padding: 120px 0 ;
}
#topics h3 {
	font-size: 30px;
	text-align: center;
	margin: 0 0 60px;
	font-weight: 600;
}

#topics h3 span {
	display: block;
	text-align: center;
	font-size: 18px;
}

#topics ul {
	width: 800px;
	margin: 0 auto;
}
#topics li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
#topics li:last-child {
	border-bottom: none;
}
#topics li a {
	display: flex;
	align-items: center;
	color: #000;
}
#topics li a p {
	margin: 0 30px 0 0;
}
#topics li a p.date {
	font-size: 14px;
	color: #111;
}

#topics li a .cat-tag {
	color: #fff;
	background-color: #000;
	padding: 2px 20px;
	margin: 0 20px 0 0;
	font-size: 12px;
}
#topics li a .cat-tag a[href*="uncategorized"] {
	display: none;
}
#topics .btn {
	text-align: center;
}
#topics .btn a {
	background-color: #000;
	padding: 10px 60px;
}

/* #company */
#company {
	max-width: 1200px;
	margin: 150px auto;
	background-color: #211E28;
	padding: 80px;
}
#company .company-top {
	display: flex;
	justify-content: space-between;
	
}
#company .company-desc {
	width: 48%;
}
#company .company-desc h3 {
	font-size: 30px;
	margin: 0 0 30px;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 600;
}

#company .company-desc h3 span {
	color: #fff;
	font-size: 18px;
	padding: 0 10px;
}


#company .company-desc dl {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
#company .company-desc dt {
	width: 25%;
	margin:0 0 10px;
}
#company .company-desc dd {
	width: 75%;
	margin: 0;
	margin:0 0 10px;
	
	flex-grow: 1;
}
#company .company-img {
	width: 48%;
}

#company .company-img iframe{
	height: 480px;
}


/* #form */
#form {
	background-color: #F2F2F2;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#form h3 {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
}
#form .form-txt {
	color: #000;
	text-align: center;
	max-width: 1175px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#form .form-info {
	display: flex;
	align-items: stretch;
	justify-content: center;
	max-width: 1175px;
	margin: 0 auto;
}
#form .mail {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 50px;
	width: 40%;
	margin-right: 50px;
}
#form .mail .img {
	width: 80px;
	height: 65px;
	margin-bottom: 30px;
}
#form .mail .btn {
	margin-bottom: 10px;
}
#form .mail .address a {
	color: #000;
	font-weight: bold;
}
#form .tel {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 50px;
	width: 40%;
}
#form .tel .img {
	width: 80px;
	height: 65px;
	margin-bottom: 30px;
}
#form .tel .address {
	font-size: 25px;
}
#form .tel .address a {
	display: block;
	margin: 0 auto;
	color: #CE0110;
	font-weight: bold;
}
#form .tel .address p {
	display: block;
	margin: 0 auto;
	color: #CE0110;
	font-weight: bold;
}
/* #footer */
#footer {
	min-width: 1100px;
	background-color: #211E28;
	color: #fff;
	padding: 40px 20px;
}
#footer .footer-info {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
	font-size: 16px;
}
#footer .footer-address {
	padding: 0 100px 0 0;
	width: 400px;
}
#footer .footer-address img {
	max-width: 250px;
	margin-bottom: 20px;
}
#footer .footer-address li {
	margin-bottom: 8px;
}
#footer .footer-link {
	padding-left: 100px;
	border-left: 2px solid #fff;
	width: 400px;
}
#footer .footer-link ul {
	margin-bottom: 20px;
}
#footer .footer-link li {
	margin-bottom: 8px;
}
#footer .footer-link .btn a {
	margin-left: 0;
}
#footer .footer-copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}
#footer .footer-copyright img {
	width: 38px;
	margin-bottom: 20px;
}
#footer .copyright {
	font-size: 12px;
}
#footer img {
	max-width: 100%;
	height: auto;
}

/* --------------------------------------------------------------------------------
			投稿ページ
-------------------------------------------------------------------------------- */
#post {
	max-width: 800px;
	margin: 100px auto;
}
#post .title {
	color: rgba(0, 0, 0, 0.1);
	font-size: 80px;
	/* font-family: Silom; */
	font-family: "Bebas Neue", sans-serif;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	
}
#post .title span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 18px;
}
#post .post-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
#post .post-desc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#post .post-date {
	font-size: 16px;
	margin-right: 10px;
}
#post .post-categories a {
	background-color: #1F1C25;
	font-size: 14px;
	padding: 5px;
}
#post .post-categories a[href*="uncategorized"] {
	display: none;
}
#post .post-content {
	margin: 100px 0;
}
/* --------------------------------------------------------------------------------
			お問い合わせ　コンタクトフォーム
-------------------------------------------------------------------------------- */
#contact {
	width: 1000px;
	margin: 0 auto;
	padding: 150px 30px;
}
#contact h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#contact .ruby {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
}
#contact .contact-txt {
	text-align: center;
	margin-bottom: 10px;
}
#contact .contact-tel {
	text-align: center;
}
#contact .contact-tel a {
	color: #000;
	font-size: 35px;
	font-weight: bold;
}
#contact .form-area {
	width: 850px;
	margin: 80px auto;
}
#contact .form-area .contact_tbl {
	margin: 30px 0 0;
	width: 100%;
}
#contact .form-area .contact_tbl th, #contact .form-area .contact_tbl td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
#contact .form-area .contact_tbl th {
	width: 30%;
	text-align: left;
	font-weight: normal;
}
#contact .form-area .contact_tbl td {
	padding: 15px 0 15px 15px;
}
#contact .form-area .contact_tbl tr:last-child th, #contact .form-area .contact_tbl tr:last-child td {
	border-bottom: none;
}
#contact .form-area .contact_tbl th span.require {
	color: #FF0000;
	padding: 3px;
	margin: 0;
}
#contact .form-area .wpcf7-form-control-wrap {
	position: relative;
}
#contact .form-area .contact_tbl td textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 610px;
	height: 180px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 16px;
}
#contact .form-area .contact_tbl td input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #f2f2f2;
	width: 610px;
	border: 1px solid #ddd;
	font-size: 16px;
}
#contact .form-area .action {
	text-align: center;
	padding: 35px 0 0;
}
#contact .form-area .action > p {
	position: relative;
	display: inline-block;
	margin: 0 0 0 24px;
}
#contact .form-area .action > p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 190px;
	width: 20px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) skew(45deg);
}
#contact .form-area .action input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0 auto;
	border: none;
	background: #CE0110;
	padding: 8px 85px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
#contact .form-area div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
#contact .form-area .wpcf7-spinner {
	margin: 0 2px;
}
