@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #1E35A8;
	--color-primary-shade: #2F4DE4;
	--color-primary-tint: #E14475;
	--color-secondary: #EFF2FE;
	--color-secondary-tint: #eee;
	--color-table-border: #ccc;
	--body-font-size: min(calc(2.0rem + (1vw - 19.2px) * 0.1294), 2.0rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Zen Kaku Gothic New", sans-serif;
	--content-max-width: 1400px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: transparent;
	--header-color-font: #fff;
	--header-color-primary: white;
	--header-color-primary-shade: #111;
	--header-color-primary-tint: rgba(47, 77, 228, 0.8);
	/*------▼フッター設定▼------*/
	--footer-background: #2F4DE4;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Old Mincho", serif;
	--font-family02: "Shippori Mincho", serif;
}
.post p{
	line-height:1.8;
}
.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}
.em_txt, .post .em_txt {
    font-size: var(--rem30);
    font-family:var(--font-family02);
    line-height: 2.0;
}
/*youtube*/
.youtubeArea{
	margin:0;
}
/*gm*/
@media screen and (min-width: 1024px) {
    nav#mainNav ul li.current-menu-item a::before, nav#mainNav ul li a:hover::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
        border-bottom: 2px solid white;
        width: 80%;
        width: -webkit-calc(100% - 45%);
        width: calc(100% - 35%);
        margin: 0 auto;
        display: block;
        height: 4px;
 }
	#header {
		position: absolute;
		top: 0;
		left: 0;
    }
	#header {
        overflow: visible;
        color: var(--header-color-font);
        background: var(--header-background);
        width: 100%;
        height: 80px;
        margin: auto;
        z-index: 9999;
    }
	nav#mainNav ul li a:active, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a{
		background:transparent;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b{
		color:white;
	}
	.sticky-header #header > .inner {
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn.line_btn,
	#header a.head_btn.tel_btn {
        background:transparent; 
		color:white;
    }
	#header a.head_btn.line_btn:hover{
		opacity:0.8;
	}
	#header a.head_btn b i,#header a.head_btn b img{
		margin-right: 0.5em;
		vertical-align: sub;
	}
	#header a.head_btn.tel_btn::before,#header a.head_btn.mail_btn::before	{
        content: none;
	}
	#header a.head_btn.mail_btn{
		border-radius: 1000%;
		height: 150px;
		width: 150px;
		text-align: center;
		background: rgb(251,74,110);
		background: linear-gradient(-45deg, rgba(251,74,110,1) 0%, rgba(233,64,181,1) 100%);
		margin-right: 0.5rem;
		margin-top: 0.5rem;
	}
	.contact_btn{
		background:transparent;
	}
	#header a.head_btn.mail_btn i{
		margin-right:0.3rem;
	}
	#header a.head_btn.tel_btn:hover,
	#header a.head_btn.mail_btn:hover{
		opacity:0.8;
	}
	#header a.head_btn span{
		font-size: var(--px30);
	}
	#header a.head_btn span.tel_title{
		font-size: var(--px14);
		margin-right:0.5rem;
	}
	#header a.head_btn.mail_btn b,
	#header a.head_btn span.note{
		font-size: var(--px12);
	}
	#header a.head_btn,
	nav#mainNav ul li a b, nav#mainNav ul li a span{
		font-family:var(--font-family01);
		font-size: min(calc(2.0rem + (1vw - 19.2px) * 0.5178), 2.0rem);
	}
	nav#mainNav ul li a{
		padding: var(--px20) var(--px14);
	}
	#header .logo{
		padding: min(calc(0px + (1vw - 19.2px) * 0.5580), 0px) min(calc(15px + (1vw - 19.2px) * 1.1161), 15px);
	}
	#header .logo img{
		max-width: min(calc(27rem + (1vw - 19.2px) * 0.5178), 27rem);
	}
}
@media print, screen and (max-width: 1023px) {
    .mobile #header{
		background:var(--color-primary-shade);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover{
		color:var(--color-primary-shade);
	}
	nav#mainNav ul li a {
        color: var(--color-font);
    }
}
/*linkBtn*/
.linkBtn, .post .linkBtn{
	max-width:300px;
	border-radius:0;
}
.post .subimitarea .linkBtn input[type="submit"]{
	padding:0;
}
.post .linkBtn:hover{
	background:var(--color-primary);
	opacity:0.8;
}
/*blog*/
#front_top_content, #front_bottom_content {
	background:transparent;
}
p.post4b_contents{
	font-size:14px;
	line-height:1.5;
}
/*h1*/
.post h1.title,h1.title{
	font-size: var(--rem60);
	color: var(--color-primary);
	line-height:1.3;
	font-family: var(--font-family02);
}
h1.title .sub_ttl, .post h1 .sub_ttl{
	font-family:var(--body-font-family);
	font-size: var(--rem24);
	font-weight: 500;
}
h1.title span{
	position:relative;
}
/*h2*/
.post h2{
	font-size: var(--rem60);
	color: var(--color-primary););)(););
}
h1.title span::after,
.post h2::after,
h2.title_desing span::after{
	position:absolute;
	content:"";
	background:url(/wp-content/uploads/h2-back.png);
	width: 150px;
	height: 30px;
	background-repeat:no-repeat;
	background-size:contain;
	margin: 0;
	bottom: 0;
	left: -5rem;
	z-index: -99;
}
h2.title_desing::after,
h1.title span span::after{
	content:none;
}
.post h2 .h2_sub{
	font-size: var(--px24);
}
/*h3*/
.post h3{
	color: var(--color-primary);
	border-bottom: none;
	padding-left: 0;
	font-size: var(--rem36);
	font-family: var(--font-family02);
	border-left: solid 4px;
	padding-left: 10px;
	padding-bottom: 0;
}
h3.txt_c{
	border:none;
	padding:0;
}
/*h4*/
.top02 h4 {
    font-size: var(--rem24);
    font-family: var(--font-family02);
    padding: 0 0 0 8em;
}
.top02 h4::before {
    width: 7.5em;
    background: var(--color-primary);
}
/*table*/
.post table tr th{
	width:auto;
	background: var(--color-primary-shade);
	color:white;
}
.post table.responsive tr th{
	width:25%;
}
.post table tr td{
	background:white;
}
.wpcf7-form .must {
    background: var(--color-primary-tint);
}
/*top*/
.top01{
	padding-top:20rem;
	background:url(/wp-content/uploads/top01_bg.png);
	background-repeat: no-repeat;
	top:0;
	background-size: contain;
}
.top01::before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/top01-5.png);
	background-repeat:no-repeat;
	top:0;
	z-index: -90;
}
.top01 .w10{
	width: var(--max-wide-inner);
}
.top01 h2{
	color: var(--color-primary-shade);
}
.top02 {
	padding-bottom:5rem;
}

.top02::before{
	position:absolute;
	content:"";
	width:100%;
	height: 130%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(69,190,206,1) 20%, rgba(69,190,206,1) 90%, rgba(255,255,255,1) 100%);
	top: -50rem;
	background-size:cover;
	z-index: -99;
}
.top03::before{
	position:absolute;
	content:"";
	width:100%;
	height: 130%;
	background:url(/wp-content/uploads/top01_bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	top: -35rem;
	z-index: -15;
}
.top02 .flexbox:first-child .w70{
	padding-left:var(--max-wide-inner);
}
.top02 .flexbox:last-child .w70{
	padding-right:var(--max-wide-inner);
}
.top02 h2{
	text-align:left;
	color:white;
}
.top02 h4,.top02 p{
	color:white;
}
.top02 h4:before{
	background:white;
}
.top03 h2,.top03 p{
	color:var(--color-primary);
}
@media print, screen and (max-width: 1600px){
	.top01 .w10{
		width: 20%;
	}
}
@media print, screen and (max-width: 1400px){
	.post .inner{
		/* width:90%; */
	}
	.top02 .flexbox:first-child .w70{
		padding-left:5%;
	}
	.top02 .flexbox:last-child .w70{
		padding-right:5%;	
	}
}
@media print, screen and (max-width: 768px) {
	.top01{
		padding-top:10rem;
	}
	.top02 .flexbox:first-child .w70,
	.flexbox.gap.sp_nowrap{
		padding-right:5%;
	}
	.top02 .flexbox:last-child .w70 {
        padding-left: 5%;
    }
	.top02 .w40,.top02 .w30{
		width: 60%;
		margin: auto;
	}
	.top02::before {
		height: 120%;
	}
	.top03::before{
		top: -10rem;
		background-size:contain;
	}
	h1.title span::after, .post h2::after, h2.title_desing span::after{
		width:100px;
		bottom: -1.5rem;
	}
	.aerial-view-drone03 h2.title_desing:first-child span::after{
		left:-1rem;
	}
}
@media print, screen and (max-width: 430px){
	.post h2{
	    font-size: var(--rem40);
	}
	.post h2 .h2_sub{
		display:block;
	}
}
.cta{
	z-index:10;
}

.cta .max_w1000{
	z-index: 99;
	position: sticky;
}
.cta .bg{
	content:"";
	background: #EFF2FE;
	width: 100%;
	height: 85%;
	background-repeat:no-repeat;
	background-size: cover;
	top:0;
	position: absolute;
	z-index: -50;
}
.cta h2 {
	color:var(--color-primary);
	text-align:center;
	font-family:var(--font-family02);
	font-size: var(--rem60);
	font-weight: 600;
}
.cta  i{
	margin-right:0.3rem;
}
.cta .bg_blue span,.cta .bg_pink span{
	font-size: var(--px50);
}
.cta .bg_blue span.tel_title{
	font-size: var(--px30);
	margin-right:0.5rem;
}
.cta .bg_pink b,
.cta .bg_blue span.note{
	font-size: var(--px20);
}
.cta .bg_pink,.cta .bg_blue{
	font-family:var(--font-family01);
	margin: 0;
}

.cta .bg_pink{
	background: var(--color-primary-tint);
	color:white;
	padding: 3%;
	display: block;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 10em;
}
a.bg_pink:hover{
	opacity: 0.8;
}
.bg_blue{
	color: white;
	background: var(--color-primary);
	padding: 3%;
	display: block;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 10em;
}

a.bg_blue:hover{
	color: white;
	opacity: 0.8;
}
.cta_logo::before{
	content:"";
	position:absolute;
	width:100%;
	height:115%;
	background:url(https://aquaflight.net/wp-content/uploads/cta_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -99;
	top:-15%;
	background-position-x: 70%;
	background-position-y: 10%;
}
.cta_logo::after{
	content:"";
	position:absolute;
	width:100%;
	height:115%;
	background:rgba(47, 77, 228, 0.7);
	z-index: -90;
	top:-15%;
}
.footer__logo img{
	max-width:450px;
}
.cta_logo p{
	color:white;
	text-align: left;
}
.cta_logo p:last-child{
	text-align:center;
}
.cta_logo .flexbox{
	justify-content: center;
}
.cta_logo ul{
	color:white;
}
@media print, screen and (max-width: 768px) {
		.cta_logo p{
			text-align:center;
		}
		.cta_logo ul li{
			border-bottom: dotted 2px white;
			margin:auto;
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
	}
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after{
	content:none;
}
@media print, screen and (max-width: 1023px){
	.cta .bg_pink, .cta .bg_blue{
		width:90%;
		margin:auto;
		height:9rem;
	}
	.footer__logo img {
	    max-width: 250px;
	}
}
/*下層*/
#thumbImg::before, header#h1Header::before{
	background:var(--color-primary);
	opacity:0.3;
}
header#h1Header h1 .sub_ttl{
	font-family:"Pinyon Script", cursive;
	font-size:var(--rem30);
	font-weight:300;
}

.aerial-view-drone02{
	background: var(--color-secondary);
}
.aerial-view-drone02 .inner{
	background:white;
}

.aerial-view-drone02 p:not([class]) {
	font-size: max(14px, min(1.43vw, 20px));
	line-height: 2;
	padding-bottom: 25px;
}

.aerial-view-drone02 dl {
	margin-top: 25px;
	margin-bottom: 40px;
}

.aerial-view-drone02 dt {
	margin-bottom: 15px;
	color: var(--color-primary);
}
.aerial-view-drone02 dd{
	padding-left: 4rem;
}
.top_reason-num {
	font-size: var(--rem80);
	padding-right: 10px;
	font-family: "Allura", cursive;
	font-weight: 400;
	vertical-align: middle;
}

.top_reason-title {
	display: inline-block;
	font-size: var(--px40);
	border-bottom: 1px solid var(--color-primary);
	padding-bottom: 15px;
	font-weight: 400;
	font-family: var(--font-family02);
}
.aerial-view-drone03 h2{
	font-size: var(--rem40);
}
.infrared-drone11 h2 span::after,
.aerial-view-drone03 h2.title_desing:first-child span::after {
	left: -20rem;
}
.underwater-drone02 .bg_blue{
	height: auto;
	padding: 2%;
}
@media print, screen and (max-width: 431px){
	.aerial-view-drone02 dd{
		padding-left: 0;
	}
	.aerial-view-drone03 h2.title_desing:first-child span::after {
		left: 0rem;
	}
}
.underwater-drone05::before,
.infrared-drone06::before,
.infrared-drone02::before,
.infrared-drone04::before,
.aerial-view-drone04::before,
.infrared-drone09::before,
.underwater-drone03::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background: var(--color-secondary);
	z-index:-99;
	top:0;
}
.underwater-drone01 h2,
.infrared-drone02 h2,
.infrared-drone03 h2,
.infrared-drone05 h2,
.infrared-drone06 h2,
.infrared-drone07 h2,
.infrared-drone11 h2{
	font-size: var(--rem40);
}

.aerial-view-drone04 ul {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.aerial-view-drone04 li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px;
	background: white;
}
.aerial-view-drone04 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 30px solid #003994;
	border-bottom: 0;
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.aerial-view-drone04 .text {
	width: 70%;
}
.aerial-view-drone04 .image {
	width: 25%;
}
.aerial-view-drone04 .image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.aerial-view-drone04 h3 {
	font-family: var(--body-font-family);
	font-weight: 700;
	color: #003994;
	display: flex;
	align-items: center;
	padding-left: 0;
	border-left: none;
	font-size: var(--rem36);
}
.aerial-view-drone04 h3 span {
	font-size: var(--rem60);
	display: inline-block;
	margin-right: var(--rem20);
}
.infrared-drone04 p{
	color:var(--color-primary);
	line-height:2;
}
.infrared-drone06 .card{
	background:white;
}
.infrared-drone06 .blue_circle{
	background: var(--color-primary-shade);
	color:white;
	border:none;
	font-size:var(--rem20);
	/* padding: 20px 25px; */
	border-radius: 100%;
	width: var(--rem80w);
	height: var(--rem80w);
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}
.infrared-drone06 .em_txt{
	color:var(--color-primary-shade);
	line-height:1.2;
}
.infrared-drone06 .w50{
	width: 48%;
}
.infrared-drone10 .mid_txt,
.infrared-drone07 .mid_txt{
	background:var(--color-primary);
	color:white;
	font-size:var(--rem40);
	padding:10px 0;
	font-family:var(--font-family01);
}
.infrared-drone07 .card{
	border:solid 1px var(--color-primary);
	padding:var(--rem18);
	padding-bottom: var(--rem28);
}
.infrared-drone07 .card h2{
	font-size: var(--rem40);
	margin-top:20px;
	margin-bottom: 20px;
}
.infrared-drone07 .card h2::after{
	content:none;
}
.infrared-drone08 .bg_blue{
	width:100%;
	height:0;
	font-size: var(--px30w);
	font-family: var(--font-family02);
	background: var(--color-primary-shade);
	margin-bottom: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.infrared-drone08 .w30 img{
	border-radius:100%;
}
.infrared-drone09{
	background: var(--color-secondary);
}
.infrared-drone11 .mid_txt{
	color:var(--color-primary);
	font-size:var(--rem30);
	font-family:var(--font-family01);
}
.infrared-drone11 .card{
	border:solid 2px var(--color-primary);
}
.infrared-drone11 .card h3{
	border-left:none;
	border-bottom:solid 2px;
}
.underwater-drone03 .card{
	border:solid 1px var(--color-primary);
}
.underwater-drone03 .card dl{
	color:var(--color-primary);
	font-size:var(--rem30);
	font-family:var(--font-family01);
}

.infrared-drone06 table tr th,.infrared-drone06 table tr td{
	text-align:center;
	vertical-align:middle;
}
.underwater-drone05 .flexbox,
.underwater-drone02 .flexbox {
    justify-content: center;
}
.underwater-drone05 .w50{
	width:48%;
	padding:5%;
	border:solid 2px var(--color-primary);
	background: white;
}
.aunderwater-drone05 .w50 h3{
	border-left:none;
	border-bottom:solid 2px var(--color-primary);
}
.underwater-drone05 h3{
	border-left:none;
	border-bottom:solid 2px var(--color-primary);
}
.underwater-drone05 .em_txt{
	font-size: var(--rem24);
}
@media print, screen and (max-width: 1400px){
	.top03 .inner,
	.infrared-drone02 .inner,
	.infrared-drone04 .inner,
	.infrared-drone06 .inner,
	.aerial-view-drone04 li,
	.infrared-drone09 .inner,
	.underwater-drone03 .inner,
	.underwater-drone05 .inner{
		width:90%;
		margin:auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.youtubeArea {
		margin-bottom:20px;
	}
	.aerial-view-drone04 ul {
		row-gap: 60px;
	}
	.aerial-view-drone04 li {
		flex-direction: column;
		row-gap: 30px;
		padding: 25px;
	}
	.aerial-view-drone04 li:not(:last-child)::after {
		bottom: -45px;
	}
	.aerial-view-drone04 .text {
		width: 100%;
	}
	.aerial-view-drone04 .image {
		width: 100%;
	}
	.infrared-drone06 .w50{
		width:100%;
	}
	.infrared-drone06 .card{
		margin-bottom:20px;
	}
	.infrared-drone08 .w30{
		width:70%;
		margin:auto;
	}
	.underwater-drone02 .w30{
		margin-bottom:20px;
	}
	.underwater-drone01 .flexbox:last-child .w40{
		width:70%;
		margin:auto;
	}
	.underwater-drone05 .w50{
		width:100%;
		margin-bottom:20px;
	}
	.infrared-drone06 .table-scroll,
	.underwater-drone03 .table-scroll{
		overflow-x: scroll;
	}
	.underwater-drone03 table{
	  min-width:700px;
	}
	.infrared-drone06 table{
		min-width:500px;
	}	
}
@media print, screen and (max-width: 431px){
	.infrared-drone08 .w30{
		width:100%;
	}
}
/*float*/
.cta_mail{
	position: fixed;
	bottom: 58px;
	right: 0;
	z-index: 99;
}

.cta_mail a {
	color: #fff;
	font-size: 1.5rem;
	-ms-writing-mode: tb-rl;
	background: #05C756;
	border: 1px solid #05C756;
	display: inline-block;
	padding: 10px;
	width: 55px;
	z-index: 999;
	position: relative;
}

@media screen and (min-width:1024px) {
	.cta_mail {
		display: none;
	}
}
/*アクアフライト*/