/*
Theme Name: SAQLAS
Theme URI: https://saqlas.com
Description: SAQLAS株式会社コーポレートサイト
Author: Masayuki Toma
Author URI: https://frando.cloud/ja/
Version: 1.0.0
Template: habakiri
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif
	background-image: url(/wp-content/uploads/2021/09/simbol.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150%;
}

a.page-top {
    position: fixed;
	width: 50px;
	height: 60px;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background-color: #001f45;
    font-size: 12px;
	color: #fff;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	border: 1px solid #ddd;
	text-align: center;
}
	
a:hover.page-top {
	color: #ddd;
	text-decoration: none;
}

/*ヘッダー*/
.site-branding p {
	color: #fff;
}

.site-branding h1 img {
	height: 40px;
}

ul.sub-menu {
	margin-top: 30px;
	background-color: #fff;
}

ul.sub-menu li a {
	color: #000 !important;
}

@media screen and (max-width: 780px) {
	.site-branding p {
		margin-left: 5px;
	}
	
	.site-branding h1 img {
		margin-left: 5px;
	}
}

/*グローバルメニュー*/
.menu-gnavi-container .menu li {
	height: 50px;
	padding: 0;
}

.menu-gnavi-container .menu li a {
	font-size: 14px;
	margin-top: -20px;
}

.menu-gnavi-container .menu li.current_page_item a {
	font-weight: bold;	
	color: #ddd;
}

@media screen and (max-width: 780px) {
	.menu-gnavi-container .menu li a {
		margin-top: 0px;
		height: 50px;
	}
	
	ul.menu li a small {
		display: none;
	}
	
	ul.sub-menu {
		display: none;
	}
	
	.footer-widget-area {
		width: 90%;
		padding: 20px;
	}
}

/*フッター*/
.copyright {
	color: #fff;
	text-align: center;
}

/*トップページ*/
.main-header {
	width: 100%;
	height: 500px;;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	background-image: url(/wp-content/uploads/2021/12/main_image202112.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

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

.main-header .content {
  width: 80%;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 200%;
  top: 50%;
	left: 10%;
  transform: translateY(-50%);
  overflow: hidden;
}

.main-header h2 {
	font-size: 32px;
}

.main-content {
	width: 80%;
	margin: 50px auto 0 auto;
	padding: 0;
}

.main-content .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.main-content .flex-item {
	width: 48%;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: rgba(255,255,255,.5);
	padding: 20px;
}

.main-content .flex-item p {
	z-index: 5;
}

.main-content .flex-item p a {
	font-weight: bold;
}

.main-content .flex-item p span {
	margin-right: 1.0em;
}

.main-content .flex-item p span::before {
	content: ">";
	margin-right: 0.2em;
	font-weight: bold;
	color: #001f45;
}

.main-content .flex-item img {
	z-index: 1;
	position: absolute;
	top: -300px;
	right: 0;
	width: 55%;
}

.news-content {
	width: 80%;
	margin: 50px auto;
	padding: 0;
}

.news-content .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.news-content .flex-item {
	width: 26%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(255,255,255,.5);
}

.news-content .flex-item:first-child {
	width: 70%;
	/*margin-right: 2%;*/
}

.news-content .flex-item h2::before {
	content: "-";
	color: #001f45;
	margin-right: 0.5em;
}

.news-content .flex-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-left: 1.0em;
}

.news-content .flex-item li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

.news-content .flex-item li .pdate {
	margin-bottom: 10px;
	font-size: 12px;
}

.news-content .flex-item li .pdate::before {
	content: "-";
	margin-right: 0.5em;
}

.news-content .flex-item li .notice {
	background-color: #001f45;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.news-content .flex-item li .press {
	background-color: #ff6600;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.news-content .flex-item li .career {
	background-color: #00953D;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.news-content .flex-item li .career_tag {
	display: inline-block;
}

.news-content .flex-item li .career_tag::before {
	content: "（";
	margin-left: 0.2em;
}

.news-content .flex-item li .career_tag::after {
	content: "）";
}

@media screen and (max-width: 780px) {
	.main-header {
		background-size: auto 100%;
	}
	
	.main-content {
		width: 90%;
	}
	
	.main-content .flex-item {
		width: 100%;
	}
	
	.news-content {
		width: 90%;
	}
	
	.news-content .flex-item {
		width: 100%;
	}
	
	.news-content .flex-item:first-child {
		width: 100%;
	}
	
	.news-content .flex-item li a {
		display: block;
		margin-top: 5px;
	}
}

/*ニュースアーカイブ*/
.news_list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-left: 1.0em;
}

.news_list li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

.news_list li .pdate {
	margin-bottom: 10px;
	font-size: 12px;
}

.news_list li .pdate::before {
	content: "-";
	margin-right: 0.5em;
}

.news_list li .notice {
	background-color: #001f45;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.news_list li .press {
	background-color: #ff6600;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.news_list li .career {
	background-color: #00953D;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.news_list li .career_tag {
	display: inline-block;
}

.news_list li .career_tag::before {
	content: "（";
	margin-left: 0.2em;
}

.news_list li .career_tag::after {
	content: "）";
}

@media screen and (max-width: 780px) {
	.news_list li a {
		display: block;
		margin-top: 5px;
	}
}

/*サイドバー*/
.sidebar h2::before {
	content: "-";
	color: #001f45;
	margin-right: 0.5em;
}

.sidebar li::before {
	content: "`";
	color: #001f45;
	margin: 0 0.5em;
}

/*個別投稿ページ*/
.archive_meta {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.archive_meta .pdate {
	margin-bottom: 10px;
	font-size: 12px;
}

.archive_meta .pdate::before {
	content: "-";
	margin-right: 0.5em;
}

.archive_meta .notice {
	background-color: #001f45;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.archive_meta .press {
	background-color: #ff6600;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

/*.archive_meta .career {
	background-color: #00953D;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}*/

.archive_meta .career_tag {
	display: inline-block;
}

.archive_meta .career_tag::before {
	content: "（";
}

.archive_meta .career_tag::after {
	content: "）";
}

.entry__content img {
	width: 250px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

/*関連記事*/
.related-posts .article--summary {
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.related-posts ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-left: 1.0em;
}

.related-posts li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

.related-posts li .pdate {
	margin-bottom: 10px;
	font-size: 12px;
}

.related-posts li .pdate::before {
	content: "-";
	margin-right: 0.5em;
}

.related-posts li .notice {
	background-color: #001f45;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

.related-posts li .press {
	background-color: #ff6600;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}

/*.related-posts li .career {
	background-color: #00953D;
	color: #fff;
	margin-right: 1.0em;
	width: 100px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	border-radius: 10px;
	font-size: 12px;
}*/

.related-posts li .career_tag {
	display: inline-block;
}

.related-posts li .career_tag::before {
	content: "（";
}

.related-posts li .career_tag::after {
	content: "）";
}

@media screen and (max-width: 780px) {
	.related-posts li a {
		display: block;
		margin-top: 5px;
	}
}

/*サブページ*/ 
.sub-page-header {
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	background-image: url(/wp-content/uploads/2021/12/subpage_header.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	text-align: center;
	position: relative;
}

.sub-page-header h1 {
	/*color: #fff;*/
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	overflow: hidden;
}

@media screen and (max-width: 780px) {
	.sub-page-header {
		display: none;
	}
}

.sub-page-contents {
	background-color: rgba(255,255,255,.5);
}

.sub-page-contents .entry__title {
	display: none;
}

.service {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.service .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.service .flex-item {
	width: 32%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 10px;
	background-color: rgba(255,255,255,.5);
	border: 1px solid #ddd;
	position: relative;
}

.service .flex-item img {
	width: 30%;
	margin: 0 auto;
}

.service .flex-item span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.main-point {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.main-point .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.main-point .flex-item {
	width: 49%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 20px;
	background-color: rgba(255,255,255,.5);
	border: 1px solid #ddd;
}

.tabbable {
	margin-top: 50px;
}

.tab-content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tab-content .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.tab-content .flex-item {
	width: 49%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 20px;
}

.tab-content .flex-item img {
	width: 100%;
}

@media screen and (max-width: 780px) {
	.service .flex-item {
		width: 100%;
	}
	
	.main-point .flex-item {
		width: 100%;
	}
	
}

/*企業情報*/
.company {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.company {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.company .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.company .flex-item {
	width: 32%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 0;
	border-bottom: 1px dashed #ddd;
}

.company .flex-item h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: bold;
}

.company .flex-item a {
	font-weight: bold;
}

.company-sub-header {
	width: 100%;
	margin: 0;
	padding: 0;
}

.company-sub-header img {
	width: 100%;
}

@media screen and (max-width: 780px) {
	.company .flex-item {
		width: 100%;
	}
}

.balloon2{
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #eee;
	margin-right: 110px; 
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}

.balloon2 .icon{
  position: absolute;
  right: -130px;
  top: 0;
}

.balloon2 .icon img{
  width: 100px;
	height: 100px;
	border-radius: 50%;
}

.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #eee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.table th {
	width: 15%;
}

@media screen and (max-width: 780px) {
	.table th {
		width: 25%;
	}
}

.philosophy-flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-image: url(/wp-content/uploads/2021/09/philosophy_bg.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	margin: 50px 0;
}

.philosophy-flex-container .flex-item {
	width: 50%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

.philosophy-flex-container .flex-item h3 {
	font-weight: bold;
}

.philosophy-flex-container .flex-item:nth-child(2) {
	padding: 0;
	vertical-align: middle;
}

.philosophy-flex-container .flex-item:nth-child(3) {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.philosophy-flex-container .flex-item:nth-child(6) {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.philosophy-flex-container .flex-item:nth-child(7) {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.philosophy-flex-container .flex-item:nth-child(10) {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.philosophy-flex-container .flex-item:nth-child(11) {
	padding: 0;
	vertical-align: middle;
	margin-top: 100px;
}

.philosophy-flex-container .flex-item:nth-child(14) {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.philosophy-flex-container .flex-item:nth-child(15) {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.philosophy-flex-container .flex-item:last-child {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
	margin-top: 50px;
	padding: 0 20px 10px 20px;
}

.access {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.access .flex-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.access .flex-item {
	width: 60%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 0;
}

.access .flex-item:first-child {
	width: 38%;
}

.access .flex-item img {
	width: 100%;
}

.access .flex-item iframe {
	width: 100%;
}

@media screen and (max-width: 780px) {
	.access .flex-item:first-child {
		display: none;
	}
	
	.access .flex-item {
		width: 100%;
	}
}

/*お問い合わせ*/
.scr {
  overflow: scroll;   /* スクロール表示 */ 
  width: 100%;
  height: 200px;
  border: 1px #ddd solid;
	font-size: 70%;
}

input[type="checkbox"] {
	margin-top: 10px;
}

input[type="text"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
}

input[type="email"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
}

textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
}

/*事業内容-その他実績ドローン*/
.gal-container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.gal-item {
	width: 48%;
	margin: 10px auto;
	box-sizing: border-box;
}

.gal-item video {
	width: 100%;
}

.gal-item img {
	width: 100%;
}


@media screen and (max-width: 780px) {
	.gal-item {
		width: 100%;
	}
}



