/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
--------------------------------------------------------------------------*/

html{
}

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width50 {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 350%;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 900;
	font-style: normal;
	line-height: 130%;
    letter-spacing: 0.1em;
}

h1 span {
	margin-top: -5px;
	display: block;
	font-size: 30%;
	font-weight: 700;
	font-style: normal;
    color: #0096AE;

}

h2 {
	font-size: 200%;
	margin-bottom: 30px;
	text-align: left;
	font-weight: 600;
	line-height: 130%;
    padding-left: 20px;
    border-left: 3px solid #0096AE;
}

h2 span {
	margin-top: 5px;
	display: block;
	font-size: 40%;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #0096AE;
}

h3 {
	position: relative;
	padding-left: 30px;
	font-size: 150%;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
}
 
h3::after {
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 20px;
    height: 2px;
    background-color: #0096AE;
}

p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 200%;
    margin-left: 25px;
    margin-bottom: 10px;
	list-style: outside;
}

dl.number {
	counter-reset: my-counter;
	list-style: none;
}
 
dl.number dt {
	margin-bottom: 10px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	position: relative;
	text-align: left;
	font-size: 160%;
}

dl.number dt span {
	float: right;
	display: block;
	margin-left: 50px;
}

dl.number dt:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #0096AE;
	color: #FFF;
	display: block;
	float: left;
	line-height: 40px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0;
	text-align: center;
	height: 45px;
	width: 45px;
	border-radius: 50%;
    font-weight: bold;
}

dl.number dd {
	text-align: left;
	margin-bottom: 0px;
	padding-left: 60px;
	padding-bottom: 20px;
	line-height: 200%;
	border-bottom: 1px dotted #CCC;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
	position: absolute;
	top: 0px;
	z-index: 100;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    background: rgba(255,255,255, 0.5);
}

.header_left {
	float: left;
	margin-left: 5%;
}

.header_right {
	float: right;
    margin-right: 5%;
}



/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
    margin-top: 10px;
}

#navi ul {
}

#navi ul li {
    display: inline-block;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 95%;
    font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
    vertical-align: middle;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 0 10px;
	margin: 0px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a#cat-nav-6,
#navi ul li a#cat-nav-7,
#navi ul li a#cat-nav-8 {
    padding:0 0 0 10px !important;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #0096AE;
}

body#home #navi ul li a#cat-nav-1 { color: #333; }
body#inspection #navi ul li a#cat-nav-2 { color: #333; }
body#aerial #navi ul li a#cat-nav-3 { color: #333; }
body#works #navi ul li a#cat-nav-4 { color: #333; }
body#pilot #navi ul li a#cat-nav-5 { color: #333; }
body#company #navi ul li a#cat-nav-6 { color: #333; }


.menu_btn {
    display: none;
}

/* コンテンツ
--------------------------------------------------------------------------*/

body:not(#home) #container {
    margin-top: 80px;
}

section {
	margin-bottom: 100px;
}

article {
	margin-bottom: 80px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
	margin-right: 0%;
	margin-bottom: 20px;
}

.column3Box {
	width: 33.33333%;
	float: left;
	margin-right: 0%;
}

.left50 {
	width: 48%;
	float: left;
}

.right50 {
	width: 48%;
	float: right;
}

.left30 {
	width: 30%;
	float: left;
}

.right70 {
	width: 70%;
	float: right;
}

.left40 {
	width: 35%;
	float: left;
}

.right60 {
	width: 60%;
	float: right;
}

.left70 {
    width: 70%;
	float: left;
}

.right30 {
	width: 25%;
	float: right;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video iframe {
    width: 100%;
    height: 100%;
}


.line {
    background: #FFF;
    border: 1px solid #EEE;
    padding: 20px 20px 15px;
}

.line p {
    text-align: center;
    margin-bottom: 10px;
    color: #00B900;
    font-size: 95%;
    line-height: 160%;
}

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #000;
}

figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 15%;
    top: 50%;
    transform: scale(0);
    transition: all 1.2s ease-out;
}

figure:hover:after {
    transform: scale(1);
}

figcaption p,
figcaption h2 {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .4s ease-out .4s;
}

figcaption h2 {
    bottom: 51%;
	font-size: 200% !important;
    transform: translateY(0px);
	letter-spacing: 0.05em !important;
	color: #FFFFFF !important;
	font-weight: 500;
	font-style: normal;
    margin-bottom: 20px;
}

figcaption p {
    top: 51%;
    transform: translateY(0px);
	color: #FFF;
	font-weight: 500;
	font-style: normal;
    padding: 0 20px;
    box-sizing: border-box;
}

figure:hover figcaption p,
figure:hover figcaption h4 {
    opacity: 1;
    transform: translateY(0);
}
 
figure img {
    opacity: .4;
    transition: all 0.5s ease-out;
}

figure:hover img {
    opacity: .4;
    opacity: .8;
    transform: scale(1.2);
}

.gray_bg {
    background: url("../img/common/bg_gray.png") top left repeat;
    padding: 80px 0;
}

.img01_bg {
    background: url("../img/common/bg_img01.jpg") top left no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img02_bg {
    background: url("../img/common/bg_img02.jpg") top left no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img03_bg {
    background: url("../img/common/bg_img03.jpg") top left no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img01_bg h1,
.img03_bg h1 {
    color: #FFF;
}

.img02_bg h1 span {
    color: #FFF;
}

.sns {
    text-align: left;
}

.sns li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

/* スライダー
-------------------------------------*/

.slider {
}

.slide_main　{
	text-align: center;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.slick-slide {
    margin: 0 20px;
}

.slide_img {
	text-align: center;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
    background: #FFF;
}

.slide_img .slide_box  {
    margin-top: -10px;
	background: #FFF;
	padding: 20px 0 0px;
	box-sizing: border-box;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 30;
}

.prev-arrow {
	left: 30px;
	width: 50px;
	height: 50px;
}

.next-arrow {
	right: 30px;
	width: 50px;
	height: 50px;
}

.slide_img p {
	line-height: 200%;
}

.no1,
.no2,
.no3,
.no4,
.no5,
.no6 {
    font-weight: 600;
    font-size: 200%;
    line-height: 160% !important;
}

.no1::before {
    float: left;
    content: "01";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no2::before {
    float: left;
    content: "02";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no3::before {
    float: left;
    content: "03";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no4::before {
    float: left;
    content: "04";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no5::before {
    float: left;
    content: "05";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no6::before {
    float: left;
    content: "06";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no1 span,
.no2 span,
.no3 span,
.no4 span,
.no5 span,
.no6 span {
    display: block;
    font-weight: 600;
    font-size: 40%;
}

.other_box_01 {
    background: #FFFFFF url("../img/content/top/pic04.jpg") center right no-repeat;
    background-size: 50%;
    margin-bottom: 40px;
}

.other_box_02 {
    background: #FFFFFF url("../img/content/top/pic05.jpg") center right no-repeat;
    background-size: 50%;
    margin-bottom: 40px;
}

.other_box_03 {
    background: #FFFFFF url("../img/content/top/pic06.jpg") center right no-repeat;
    background-size: 50%;
    margin-bottom: 40px;
}

.other_box_01 div,
.other_box_02 div,
.other_box_03 div {
    padding: 40px 40px 0;
    box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-1 {
    flex: 1;
}


.box {
	position: relative;
	box-shadow: 0 0 5px #E5E5E5;
	margin: 5px 5px 20px;
	background: #FFFFFF;
	transition: 0.3s;
}

.box:hover {
	background: #E6F3F7;
	transition: 0.3s;
}

.box div {
	padding: 20px 30px 15px;
	box-sizing: border-box;
}

.box div p {
    text-align: center;
}

.box .imgWrap + div {
	margin-top: -1px;
	padding: 0 20px 1px;
}

.box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.box a .imgWrap {
	overflow: hidden;
}

.box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	padding: 280px 0;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    background-size: cover !important;
}

#prt_main h1 {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	transform: translateY(-50%);/*translateX(-50%)*/
	margin: auto;
	z-index: 200;
	color: #FFF;
    font-weight: 500;
	font-size: 280%;
	text-align: center;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6));
}

#prt_main h1 span {
    margin: 0;
    color: #FFF;
}

#pilot #prt_main { background: url("../img/content/pilot/main.jpg") center center no-repeat; }
    #report #prt_main { background: url("../img/content/pilot/report/main.jpg") center center no-repeat; }
    #schedule #prt_main { background: url("../img/content/pilot/schedule/main.jpg") center center no-repeat; }
#school #prt_main { background: url("../img/content/school/main.jpg") center center no-repeat; }
#estimate #prt_main { background: url("../img/content/estimate/main.jpg") center center no-repeat; }
#nhk #prt_main { background: url("../img/content/nhk/main.jpg") center center no-repeat; }
#company #prt_main { background: url("../img/content/company/main.jpg") center center no-repeat; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; }

#list_navi {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    z-index: 10;
    background: #FFFFFF;
}

#list_navi div {
	padding: 10px;
	text-align: left;
	font-size: 90%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
    float: left;
    width: 70%;
}

/*
.picture {
	position: relative;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
	
	background: #FFF;
	margin-top: -100px;
	padding: 20px 20px 1px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #DAF1F7;
	margin: 5px;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
	background: #7fb3c5;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

.picture_box strong {
	font-size: 110%;
}

.picture_box p span {
	float: left;
	background: #7fb3c5;
	width: 55px;
	height: 55px;
	padding: 15px 3px;
	margin-bottom: 20px;
	margin-right: 15px;
	font-size: 180%;
	line-height: 100%;
	color: #FFF;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
*/

.kiyaku_box {
    background-color: #F5F5F5;
    padding: 30px 10px;
    border: 1px solid #E5E5E5;
    margin: 40px auto 0;
    text-align: center;
}

.kiyaku_box div {
    text-align:center;
}


/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
    float: right;
    width: 25%;
}

#side_main {
	box-sizing: border-box;
}

#side_main h4 {
	background: #FA7300;
	font-size: 100%;
	margin-bottom: 0;
	padding: 15px;
	color: #FFF;
}

#side_main ul li {
	list-style: none;
	font-size: 90%;
}

#side_main ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#side_main ul li a {
	display: block;
	padding: 20px 0;
	background: url("../img/side/side_arrow.svg") center right 10px no-repeat;
	text-decoration: none;
}

#side_main ul li a:hover {
	background: url("../img/side/side_arrow.svg") center right no-repeat;
    color: #FA7300;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
}

.contact_main {
    background: #0096AE;
    padding: 60px 0;
}

.contact_main_left {
    float: left;
    width: 50%;
    padding: 40px 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-right: 1px solid #0096AE;
}

.contact_main_right {
    float: right;
    width: 50%;
    padding: 40px 40px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.contact_main_left h2,
.contact_main_right h2 {
    text-align: center;
    border: none;
    letter-spacing: 0.1em;
    font-size: 280%;
}

.contact_main_left h2 span,
.contact_main_right h2 span {
    font-size: 30%;
    letter-spacing: 0;
}

#footer_main {
	background: #FFFFFF;
	padding: 80px 0 60px;
	box-sizing: border-box;
}

#footer_main_bottom {
    margin-bottom: 60px;
}

#footer_main_left {
	float: left;
}

#footer_main_left div {
    text-align: left;
    margin-bottom: 40px;
}

#footer_main_left p {
    font-size: 90%;
}

#footer_main_right {
	float: right;
}

.sitemap {
    float: left;
	margin-left: 50px;
}

.sitemap ul {
	font-size: 90%;
	text-align: left;
	display: inline-block;
}

.sitemap ul li {
	margin-bottom: 30px;
	list-style: none;
    background: url("../img/footer/footer_arrow.svg") top 10px left no-repeat;
    padding-left: 12px;
}

.sitemap ul li a {
	text-decoration: none;
}

.sitemap ul li a:hover {
    color: #0096AE;
}

.sitemap ol {
}

.sitemap ol li {
    float: left;
    margin-left: 15px;
	list-style: none;
}

#footer_bottom {
    background: #111111;
}

address {
	padding: 25px 0;
	text-align: center;
    color: #FFF;
	font-style: normal;
	font-size: 80%;
}

/* その他
--------------------------------------------------------------------------*/

/* loading
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}


/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	color: #FFF;
	font-size: 95%;
	margin: 0 auto;
    font-weight: 600;
	text-align: center;
}

.btn a {
	background: #0096AE url("../img/common/btn_arrow.svg") center right 20px no-repeat;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 15px;
    color: #FFF;
	box-sizing: border-box;
}

.btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background: #222222 url("../img/common/btn_arrow.svg") center right 20px no-repeat;
}

.btn2 {
	font-size: 110%;
    width: 80%;
	margin: 0 auto;
    font-weight: 500;
	text-align: center;
}

.btn2 a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 20px;
	box-sizing: border-box;
    border: 1px solid #FFFFFF;
	background: #FFFFFF url("../img/common/btn2_arrow.svg") center right 20px no-repeat;
}

.btn2 a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
    border: 1px solid #FFFFFF;
	background: #FA7300 url("../img/common/btn2_arrow_over.svg") center right 20px no-repeat;
}


/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
	z-index: 50;
}

#page-top a {
    text-decoration: none;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
}


/* ワードプレス
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #EEE;
	margin-bottom: 50px;
	margin-top: 30px;
	padding: 15px 0;
	background: #F5F5F5;
	font-size: 80%;
}

.screen-reader-text {
	/*
	display: none;
	*/
}

.nav-links {
}

.nav-previous {
	float:left
}

.nav-next {
	float: right;
}

nav.navigation {
    display: none;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
        text-align: center;
}
.pagination-box {
    display: inline-block;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff; /* 通常の文字色 */
    background: #F28989; /* 通常の背景色 */
}
.pagination a:hover{
    color: #fff; /* マウスホバー時の文字色 */
    background: #F28989; /* マウスホバー時の背景色 */
}
.pagination .current{
    padding: 10px 15px 10px 15px;
    color: #FFF; /* 現在のページの文字色 */
        background: #F28989; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
    font-size: 12px;
    line-height: 12px;
}
.pagination span, .pagination a {
    padding: 8px 10px 8px 10px;
}
.pagination .current{
    padding: 8px 10px 8px 10px;
}
}


/* ----------------------------------------------------------------------------------------------------
     タブレット（〜1060px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1800px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

#bg-video {
	display: block;
	overflow: hidden;
    width: 100vw;
	height: auto;
	z-index: -100;
	background: url("../img/content/top/mask.png") no-repeat;
	background-size: cover;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     タブレット（640px〜800px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 900px) {

.pc {
	display:block;
}

.tab2 {
	display: block;
}

.sp {
	display:none;
}
	
.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
    

}


/* ----------------------------------------------------------------------------------------------------
     スマホ（〜640px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.tab2 {
	display: block;
}

.sp {
	display:block;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
    
.width80 {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width50 {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 250%;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 900;
	font-style: normal;
	line-height: 130%;
    letter-spacing: 0.1em;
}

h1 span {
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 700;
	font-style: normal;
    color: #0096AE;

}

h2 {
	font-size: 200%;
	margin-bottom: 30px;
	text-align: left;
	font-weight: 600;
	line-height: 130%;
    padding-left: 20px;
    border-left: 3px solid #0096AE;
}

h2 span {
	margin-top: 5px;
	display: block;
	font-size: 40%;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #0096AE;
}

h3 {
	position: relative;
	padding-left: 30px;
	font-size: 150%;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
}
 
h3::after {
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 20px;
    height: 2px;
    background-color: #0096AE;
}

p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 200%;
    margin-left: 25px;
    margin-bottom: 10px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
	position: absolute;
	top: 0px;
	z-index: 100;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    background: rgba(255,255,255, 0.5);
}

.header_left {
	float: left;
	margin-left: 5%;
    width: 50%;
    margin-top: 20px;
}

.header_right {
	float: right;
    margin-right: 5%;
}



/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
    display: none;
}

.menu_btn {
    display: block;
}

.menu_btn a {
    padding: 20px;
    display: block;
    background: #0096AE;
}

/* コンテンツ
--------------------------------------------------------------------------*/

body:not(#home) #container {
    margin-top: 80px;
}

section {
	margin-bottom: 100px;
}

article {
	margin-bottom: 80px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 0px;
}

.column3Box {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.left50 {
	width: 48%;
	float: left;
}

.right50 {
	width: 48%;
	float: right;
}

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

.left30 .alignL {
    text-align: center;
}
    
.right70 {
	width: 100%;
	float: none;
}

.left40 {
	width: 35%;
	float: left;
}

.right60 {
	width: 60%;
	float: right;
}

.left70 {
	width: 100%;
	float: none;
    margin-bottom: 40px;
}

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


/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    margin-top: 90px;
}

#bg-video {
	display: block;
	overflow: hidden;
    width: 100vw;
	height: auto;
	z-index: -100;
	background: url('poster.jpg') no-repeat;
	background-size: cover;
}


#main p {
	position: absolute;
	top: 50%;
	left: 50%;
    font-size: 400%;
    font-weight: 600;
	transform: translateY(-50%) translateX(-50%);
	margin: 0 auto;
    color: #FFF;
	z-index: 10;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.main_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video iframe {
    width: 100%;
    height: 100%;
}

figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: #000;
}

figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 15%;
    top: 50%;
    transform: scale(0);
    transition: all 1.2s ease-out;
}

figure:hover:after {
    transform: scale(1);
}

figcaption p,
figcaption h2 {
    position: absolute;
    text-align: center;
	border: none;
	margin: 0;
	padding: 0;
    width: 100%;
    opacity: 1;
    transition: all .4s ease-out .4s;
}

figcaption h2 {
    bottom: 51%;
	font-size: 200% !important;
    transform: translateY(0px);
	letter-spacing: 0.05em !important;
	color: #FFFFFF !important;
	font-weight: 500;
	font-style: normal;
    margin-bottom: 20px;
}

figcaption p {
    top: 51%;
    transform: translateY(0px);
	color: #FFF;
	font-weight: 500;
	font-style: normal;
    padding: 0 20px;
    box-sizing: border-box;
}

figure:hover figcaption p,
figure:hover figcaption h4 {
    opacity: 1;
    transform: translateY(0);
}
 
figure img {
    opacity: .4;
    transition: all 0.5s ease-out;
}

figure:hover img {
    opacity: .4;
    opacity: .8;
    transform: scale(1.2);
}

.gray_bg {
    background: url("../img/common/bg_gray.png") top left repeat;
    padding: 80px 0;
}

.img01_bg {
    background: url("../img/common/bg_img01.jpg") top left no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img02_bg {
    background: url("../img/common/bg_img02.jpg") top left no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img03_bg {
    background: url("../img/common/bg_img03.jpg") top left no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img01_bg h1,
.img03_bg h1 {
    color: #FFF;
}

.img02_bg h1 span {
    color: #FFF;
}

.sns {
    text-align: center;
}

.sns li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
    padding: 0 10px;
}

/* スライダー
-------------------------------------*/

.slider {
}

.slide_main　{
	text-align: center;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.slick-slide {
    margin: 0 20px;
}

.slide_img {
	text-align: center;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
    background: #FFF;
}

.slide_img .slide_box  {
    margin-top: -10px;
	background: #FFF;
	padding: 20px 0 0px;
	box-sizing: border-box;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 30;
}

.prev-arrow {
	left: 30px;
	width: 50px;
	height: 50px;
}

.next-arrow {
	right: 30px;
	width: 50px;
	height: 50px;
}

.slide_img p {
	line-height: 200%;
}

.no1,
.no2,
.no3,
.no4,
.no5,
.no6 {
    font-weight: 600;
    font-size: 200%;
    line-height: 160% !important;
}

.no1::before {
    float: left;
    content: "01";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no2::before {
    float: left;
    content: "02";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no3::before {
    float: left;
    content: "03";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no4::before {
    float: left;
    content: "04";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no5::before {
    float: left;
    content: "05";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no6::before {
    float: left;
    content: "06";
    background: #000;
    padding: 12px 16px 16px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.no1 span,
.no2 span,
.no3 span,
.no4 span,
.no5 span,
.no6 span {
    display: block;
    font-weight: 600;
    font-size: 40%;
}

.other_box_01 {
    background: #FFFFFF url("../img/content/top/pic04.jpg") top center no-repeat;
    background-size: 100%;
    margin-bottom: 40px;
    padding-top: 220px;
}

.other_box_02 {
    background: #FFFFFF url("../img/content/top/pic05.jpg") top center no-repeat;
    background-size: 100%;
    margin-bottom: 40px;
    padding-top: 220px;
}

.other_box_03 {
    background: #FFFFFF url("../img/content/top/pic06.jpg") top center no-repeat;
    background-size: 100%;
    margin-bottom: 40px;
    padding-top: 220px;
}

.other_box_01 div,
.other_box_02 div,
.other_box_03 div {
    padding: 40px 30px 5px;
    box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-1 {
    flex: 1;
}


.box {
	position: relative;
	box-shadow: 0 0 5px #E5E5E5;
	margin: 5px 5px 20px;
	background: #FFFFFF;
	transition: 0.3s;
}

.box:hover {
	background: #E6F3F7;
	transition: 0.3s;
}

.box div {
	padding: 20px 30px 15px;
	box-sizing: border-box;
}

.box div p {
    text-align: center;
}

.box .imgWrap + div {
	margin-top: -1px;
	padding: 0 20px 1px;
}

.box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.box a .imgWrap {
	overflow: hidden;
}

.box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	padding: 200px 0;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    background-size: cover !important;
}

#prt_main h1 {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	transform: translateY(-50%);/*translateX(-50%)*/
	margin: auto;
	z-index: 200;
	color: #FFF;
    font-weight: 500;
	font-size: 200%;
	text-align: center;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6));
}

#prt_main h1 span {
    margin: 0;
    color: #FFF;
}

#pilot #prt_main { background: url("../img/content/pilot/main.jpg") center center no-repeat; }
    #report #prt_main { background: url("../img/content/pilot/report/main.jpg") center center no-repeat; }
    #schedule #prt_main { background: url("../img/content/pilot/schedule/main.jpg") center center no-repeat; }
#school #prt_main { background: url("../img/content/school/main.jpg") center center no-repeat; }
#estimate #prt_main { background: url("../img/content/estimate/main.jpg") center center no-repeat; }
#nhk #prt_main { background: url("../img/content/nhk/main.jpg") center center no-repeat; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; }

#list_navi {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    z-index: 10;
    background: #FFFFFF;
}

#list_navi div {
	padding: 10px;
	text-align: left;
	font-size: 90%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
    float: left;
    width: 70%;
}

/*
.picture {
	position: relative;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
	
	background: #FFF;
	margin-top: -100px;
	padding: 20px 20px 1px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #DAF1F7;
	margin: 5px;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
	background: #7fb3c5;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

.picture_box strong {
	font-size: 110%;
}

.picture_box p span {
	float: left;
	background: #7fb3c5;
	width: 55px;
	height: 55px;
	padding: 15px 3px;
	margin-bottom: 20px;
	margin-right: 15px;
	font-size: 180%;
	line-height: 100%;
	color: #FFF;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
*/

.kiyaku_box {
    background-color: #F5F5F5;
    padding: 30px 10px;
    border: 1px solid #E5E5E5;
    margin: 40px auto 0;
    text-align: center;
}

.kiyaku_box div {
    text-align:center;
}


/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
    float: right;
    width: 25%;
}

#side_main {
	box-sizing: border-box;
}

#side_main h4 {
	background: #FA7300;
	font-size: 100%;
	margin-bottom: 0;
	padding: 15px;
	color: #FFF;
}

#side_main ul li {
	list-style: none;
	font-size: 90%;
}

#side_main ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#side_main ul li a {
	display: block;
	padding: 20px 0;
	background: url("../img/side/side_arrow.svg") center right 10px no-repeat;
	text-decoration: none;
}

#side_main ul li a:hover {
	background: url("../img/side/side_arrow.svg") center right no-repeat;
    color: #FA7300;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
}

.contact_main {
    background: #0096AE;
    padding: 60px 0;
}

.contact_main_left {
    float: left;
    width: 50%;
    padding: 40px 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-right: 1px solid #0096AE;
}

.contact_main_right {
    float: right;
    width: 50%;
    padding: 40px 40px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.contact_main_left h2,
.contact_main_right h2 {
    text-align: center;
    border: none;
    letter-spacing: 0.1em;
    font-size: 280%;
}

.contact_main_left h2 span,
.contact_main_right h2 span {
    font-size: 30%;
    letter-spacing: 0;
}

#footer_main {
	background: #FFFFFF;
	padding: 60px 0 20px;
	box-sizing: border-box;
}

#footer_main_bottom {
    margin-bottom: 60px;
}

#footer_main_left {
	float: none;
}

#footer_main_left div {
    text-align: center;
    margin-bottom: 40px;
}

#footer_main_left p {
    font-size: 90%;
    text-align: center;
}

#footer_main_right {
	float: none;
    display: none;
}

.sitemap {
    float: left;
	margin-left: 50px;
}

.sitemap ul {
	font-size: 90%;
	text-align: left;
	display: inline-block;
}

.sitemap ul li {
	margin-bottom: 30px;
	list-style: none;
    background: url("../img/footer/footer_arrow.svg") top 10px left no-repeat;
    padding-left: 12px;
}

.sitemap ul li a {
	text-decoration: none;
}

.sitemap ul li a:hover {
    color: #0096AE;
}

.sitemap ol {
}

.sitemap ol li {
    float: left;
    margin-left: 15px;
	list-style: none;
}

#footer_bottom {
    background: #111111;
}

address {
	padding: 25px 0;
	text-align: center;
    color: #FFF;
	font-style: normal;
	font-size: 80%;
}
  
.normalTbl table tr:nth-child(odd) {
    background: none;
}
    
.normalTbl table th::after {
    display: none;
}

.normalTbl table th {
    display: block;
    width: auto;
    padding: 25px;
    background: #E6F3F7;
}    
    
.normalTbl table td {
    display: block;
    width: auto;
    padding: 25px;
}    
    
.normalTbl3 table th {
    display: block;
    width: auto;
    padding: 25px;
}    
    
.normalTbl3 table td {
    display: block;
    width: auto;
    padding: 25px;
}    
    
.normalTbl2 table th {
    display: block;
    width: auto;
    border-bottom: none;
    padding: 20px 20px 0;
}    
    
.normalTbl2 table td {
    display: block;
    width: auto;
    border-top: none;
    padding: 20px 20px;
}    
    

}
