@charset "UTF-8";
/* INDEX ---------------------
  - common setting
  - header
  - main
  - contents
  - footer
--------------------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* =========================
  common setting
========================= */
html {
  font-size: 62.5%;
  font-style: normal;
}
body {
  background-color: #FFFFFF;
  color: #2C2C2C;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
p,a{
	font-size: 16px;
}
img {
  width: auto;;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; /* for Chrome */
}
em {
  font-style:normal;
}
.spOnly {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1582px) {
  html{
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1024px) {
	body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	}	
}
@media screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
/*--- emphasys ---*/
.txt_center{
	text-align:center;
}
.txt_bold{
	font-weight:bold;
}
/*--- flexBox ---*/
.flexBox{
	display:flex;
}
/*--- size ---*/
.mbtm_10px{
	margin-bottom: 10px;
}
/*---  button---*/
.btn {
  background-color: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
.btn a {
    border-radius: 30px;
    display: block;
    padding: 4.5% 26px 4.5%;
    font-size: 16px;
}
.btn_white {
    color: #fff;
    background: linear-gradient(123deg, #7ed4ff, #64c0ff);
}
.btn_gradient a {
  background: -moz-linear-gradient(left, #ffb14b, #ff6070);
  background: -webkit-linear-gradient(left, #ffb14b, #ff6070);
  background: linear-gradient(to right, #ffb14b, #ff6070);
  border-radius: 30px;
  color: #FFFFFF;
  opacity: 1;
}
.btn_gradient a:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
.btn {
    /* font-size: 1.5rem; */
    min-width: 25%;
}
}
@media screen and (max-width: 767px) {
  .btn a {
    border-radius: 30px;
    display: block;
    padding: 5px 12px;
  }
}
/* ======================================================
/*               ++カラープロパティ ++
   ====================================================== */
   :root {
--color-green:#009172;/* 緑色*/
--color-blue:#005bac;/* 青色*/
}
/* =========================
  header
========================= */
header {
    background-color: #FFFFFF;
    box-shadow: 7px 7px 10px rgb(0 0 0 / 11%);
    width: 100%;
    border-bottom: 2px solid var(--color-green);
}
header.clone {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.headerInner {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0.5% 0 0.5%;
}
.headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.headerTop h1.logo {
    width: 17%;
}
/*--- grobalNav ---*/
.grobalNav {
  margin-top: 0;
}
  .headerNav {
	width:65%;
  }
.grobalNav li:last-child{
	width:30%;
	border-left:none;
}
.grobalNav li:last-child a{
	    color: white;
    line-height: 5rem;
    margin-left: 10%;
    padding: 0 16%;
    background:var(--color-blue);
    color: #FFFFFF;
transition : all 0.5s ease 0s;
}
.grobalNav li:last-child a:hover{
	color:white;
background:#03A9F4;
}
.grobalNav li a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.grobalNav li a:hover{
	color:var(--color-green);
}
@media screen and (min-width: 780px) {
  .headerInner {
    padding-left: 30px;
    padding-right: 30px;
  }
.grobalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.grobalNav li {
    border-left: 1px solid #DFDFDF;
    padding: 0;
    width: calc(100% / 6);
  }
.grobalNav li a {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #404040;
	display: block;
}
}
@media screen and (max-width: 1300px) {
  .headerNav {
	width:80%;
  }
}
@media screen and (max-width: 1100px) {
    .grobalNav li a {
	font-size:14px;
}
}
@media screen and (max-width: 930px) {	
	.grobalNav li a span{
		display:block;
	}
}
@media screen and (max-width: 780px) {
.headerTop h1.logo {
    width: 25%;
}
  header {
    position: fixed;
	top: 0;
	left: 0;
    z-index: 5;
  }
  .headerInner {
    padding:0 0 0 26px;
  }
  .headerTop {
    position: relative;
  }
  .headerTop .btn a {
    padding: 2px 12px;
    font-size: 14px;
  }
  .headerNav {
	display: none;
  }
  .headerNav .btn a {
    background: linear-gradient(to left, #ffb14b, #ff6070);
    font-size: 1.2rem;
    margin-top: 26px;
    padding: 10px 0;
    width: 100%;
  }
 .grobalNav {
    font-size: 16px;
}
  .grobalNav li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px){
 .headerTop h1.logo {
  width: 40%;
}
}
/*------------------------*/
/*  section/*
/*------------------------*/
.secInner {
    margin: 0 auto;
    padding: 5% 0;
    max-width: 1170px;
}
.secTtl {
    text-align: center;
    position: relative;
    margin-bottom: 3%;
}
.secTtl_txt {
    font-size:2.8vw;
    letter-spacing: 0.05em;
    margin: 1% 0 0 0;
    line-height: 1em;
}
@media screen and (max-width: 1300px){
.secInner {
    width: 90%;
}
}
/*------------------------*/
/*  吹き出し/*
/*------------------------*/
.secTtl_balloon {
    background-color: #ff7459;
    border-radius: 50px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 2%;
    padding: 0.5% 2%;
    position: relative;
    letter-spacing: 0.05em;
}
.secTtl_balloon::before {
    border: 20px solid transparent;
    border-top-color: #ff7459;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%);
}
/*------------------------*/
/*  parts/*
/*------------------------*/
.contentBox_white {
    background-color: #FFFFFF;
    border-radius: 30px;
}
h2.catch {
    text-align: center;
    font-size: 40px;
	letter-spacing:0.2rem;
}
h2.catch span {
color:var(--color-blue);
    font-size: 50px;
}
.back_emerald{
	background-color: #deefeb;
}
.back_green{
	background:url(https://agekke-drone.co.jp/wp/wp-content/themes/mytheme/service/jyugai/images/bg_usecase.jpg) no-repeat top center / cover;
}
@media screen and (max-width: 1000px) {
	h2.catch span{
		font-size:40px;
	}
}
@media screen and (max-width: 800px) {
h2.catch {
	font-size: 30px;
	}
}
@media screen and (max-width: 765px) {
h2.catch {
	font-size: 25px;
	}
}
/* =========================
  page top ボタン
========================= */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -50px;
    background:#005bac;
    border-radius: 50%;
    z-index: 15;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/*nav上部固定*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-color:#ffffffed;
}
.is-show {
  transform: translateY(0);
}
.clone-nav .gnav {
    background: #002357eb;
	height: 3rem;
}
.clone-nav .gnav li a {
    height: 3rem;
    line-height: 3rem;
    background: #143464;
}
.clone-nav .header_top {
    padding: 0.2% 0;
}
.clone-nav .gnav li:hover > ul > li {
    height: 3rem;
}
.clone-nav .gnav li ul.nav_serbtn_small li a:hover {
    background: #228bc8;
}
@media screen and (max-width:640px) {
.clone-nav.clone-nav {
  display:none;
}
}
/*------------------------*/
/*  トップ画像
/*------------------------*/
.mv {
    background: url(https://agekke-drone.co.jp/wp/wp-content/themes/mytheme/service/jyugai/images/mv_01.jpg) no-repeat top center / cover;
    position: relative;
    padding:140px 0 200px;
	        background-color: rgba(255, 255, 255, 0.2);
        background-blend-mode: lighten;
}
.mvInner {
  max-width: 1582px;
  margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
}
.mvTxt_main {
    font-size: 6.5rem;
    line-height: 1.2;
    text-shadow: 3px 3px 4px rgb(19 4 4 / 85%);
    font-family: ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
	color:white;
}
/*トップ画像　文言　クマ・鹿・調査*/
.mvTxt_main span.txt_orange{
	color:#ffde7d;
    font-size: 9rem;
}
.mvTxt_main span.txt_green{
	color: #dde773;
    font-size: 9rem;
}
/*トップ画像吹き出し　出没防止や頭数把握をドローンがサポート！*/
.mvTxt_fukidashi {
    background-color:var(--color-green);
    color:#f3fffc;
    display: inline-block;
    padding: 0.3% 1% 0.3% 2%;
    margin-bottom:25px;
    border-radius: 60px;
    letter-spacing: 0.05em;
    font-size: 3rem;
    position: relative;
}
.mvTxt_fukidashi:before{
border: 20px solid transparent;
    border-top-color:var(--color-green);
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%);	
}
/*トップ画像吹き出し　エイジェックドローンにお任せください*/
.mvTxt_main_sub{
	display:block;
    color: #1565c0;
    padding-left: 1.2%;
    margin-top:15px;
    letter-spacing: 0.05em;
    font-size: 5.5rem;
    font-family: ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-shadow: -3px -3px 10px rgba(255, 255, 255, 0.7), -7px -2px 16px rgba(255, 255, 255, 0.7), 0px 0px 14px rgba(255, 255, 255, 0.7), -5px 1px 8px rgba(255, 255, 255, 0.7), 3px 2px 7px rgba(255, 255, 255, 0.7);
}
.mvTxt_main_sub br{
	display:none;
}
/*クマと鹿のイラスト*/
.illust_animal{
    position: absolute;	
    bottom: 0%;
    left:1%;
    width: 30%;
}
/*今が要です！*/
.illust_anno{
    position: absolute;	
    bottom:-80px;
    right:5%;
    width: 25%;
}
/*ドローン写真*/
.mv_drone{
    position: absolute;
    top: 10%;
    right: 3%;
    width: 30%;
    transform: rotate(346deg);
  animation: fluffy 3s infinite;
}
/*上下モーション設定*/
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 1582px){
.mvTxt_main {
    font-size: 5.5rem;
}
.mvTxt_main span.txt_aqua{
    font-size: 7rem;
}
.mvTxt_fukidashi {
    margin-bottom:20px;
}
}
@media screen and (max-width: 1200px) {
.illust_anno{
	right:1%;
	bottom: -40px;
	}
.mvTxt_fukidashi {
	padding: 0.3% 3% 0.3% 3%;
	}
}
@media screen and (max-width: 1090px) {
	.mvTxt_fukidashi{
	    font-size: 4rem;
		        margin-bottom: 30px;
	}
}
@media screen and (max-width: 1077px) {
	.illust_anno{
	        width: 27%;
	}
	.illust_animal{
		width:40%;
	}
	}
@media screen and (max-width: 1020px) {
.mvTxt_fukidashi {
        padding-top: 10px;
    }	
}
@media screen and (max-width: 955px) {
    .illust_anno {
        width: 34%;
		        bottom: -30px;
    }
    .mvTxt_main {
        font-size: 7rem;
    }
.mvTxt_main_sub{
		line-height: 1.4em;
    font-size: 7rem;
	}
.mvTxt_main_sub br{
	display:block;
}
}
@media screen and (max-width: 800px) {
    .illust_anno {
        width: 40%;
        bottom: -10px;
    }
}
@media screen and (max-width: 780px) {
.mv_drone {
	top: 15%;
	}
	.mv_icon{
		display:none;
	}
.mvTxt_fukidashi {
        padding-top: 5px;
	        font-size: 4rem;
	}
.mvTxt_main {
        font-size: 6rem;
    }
.mvTxt_main span.txt_orange,.mvTxt_main span.txt_green {
font-size: 9rem;
}
    .mvTxt_main_sub {
        font-size: 7rem;
    }
.mv {
    padding: 180px 0 200px;
	background-color: rgba(255, 255, 255, 0.3);
}
    .illust_animal {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
	.mv_icon{
		display:none;
	}
.mvTxt_fukidashi {
	font-size: 2.5rem;
	}
    .mvTxt_main {
        font-size:4rem;
    }
.mvTxt_main span.txt_orange,.mvTxt_main span.txt_green {
    font-size: 6rem;
}
    .mvTxt_main_sub {
        font-size: 5rem;
    }
.mv {
    padding: 180px 0 200px;
	background-color: rgba(255, 255, 255, 0.3);
}
    .illust_animal {
        width: 50%;
    }	
}
@media screen and (max-width: 735px) {
    .mvTxt_main_sub {
        font-size: 4.5rem;
    }
    .mvTxt_fukidashi {
        padding-top: 5px;
    }
}
@media screen and (max-width: 675px) {
    .mvTxt_main span.txt_orange, .mvTxt_main span.txt_green {
        font-size: 5rem;
    }
    .mvTxt_main_sub {
        font-size: 4rem;
    }
}
@media screen and (max-width: 640px) {
    .mvTxt_main {
        font-size: 3.5rem;
    }
	.mv_drone{
	top: 18%;
    width: 25%;
	}
    .illust_anno {
        width: 45%;
    }
}
@media screen and (max-width: 600px) {
.mvTxt_fukidashi {
        font-size: 2.5rem;
    }
	.mvTxt_fukidashi:before{
		display:none;
	}
}
@media screen and (max-width: 585px) {
	.mvTxt_main_sub{
		font-size:3.5rem;
	}
}
@media screen and (max-width: 575px) {
	.mvInner {
    padding-left: 5%;
    padding-right: 5%;
}
}
@media screen and (max-width: 512px) {
    .mvTxt_main {
        font-size: 3rem;
    }
    .mvTxt_main span.txt_orange, .mvTxt_main span.txt_green {
        font-size: 4rem;
    }
}
@media screen and (max-width: 455px) {
    .mvTxt_main_sub {
        font-size: 3rem;
    }
    .mvTxt_fukidashi {
        font-size: 2rem;
    }	
}
@media screen and (max-width: 425px) {
    .mvTxt_main {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 390px) {
    .mvTxt_main span.txt_orange, .mvTxt_main span.txt_green {
        font-size: 3.5rem;
    }
    .mvTxt_main_sub {
        font-size: 2.5rem;
    }
}
/* =========================
  トップメッセージ
========================= */
section.topMessage .txt_center {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
	font-weight:normal;
}
/* アンダーライン*/
.underline-before {
	background:linear-gradient(#FF9800, #FF9800) 0 100% / 0 2px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
	transition: background 1s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
	text-decoration: none;
	/*テキストの装飾の設定 */
}
.underline-before br{
	display:none;
}
.underline-after {
	background-size: 100% 2px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}
@media screen and (max-width: 1000px) {
section.topMessage .txt_center {
    font-size: 25px;
}	
}
@media screen and (max-width: 800px) {
    section.topMessage .txt_center {
        font-size: 20px;
    }
}
@media screen and (max-width: 565px) {
    section.topMessage .txt_center {
        font-size: 18px;
    }
}
@media screen and (max-width: 512px) {
.mvTxt_main_sub {
	margin-top: 10px;
	}
.mv {
	padding: 190px 0 150px;
	}
    .mv_drone {
        width: 30%;
    }
.underline-before br{
	display:block;
}
}
/* =========================
 ?このようなお悩みはございませんか？
========================= */
section.worries h2{
	color:var(--color-green);
	margin-bottom: 20px;
}
section.worries .secInner {
	padding: 5% 0 3%;
}
section.worries h2 br{
	display:none;
}
section.worries .flexBox{
	justify-content: center;
	    padding:40px 2% 2%;
    background: white;
    border-radius: 20px;
	position:relative;
}
section.worries .icon_worries{
	    position: absolute;
    right:-30px;
    bottom: -20px;
    width: 15%;
}
section.worries .problem_box:first-child{
	margin-right:7%;
}
section.worries li{
	  text-indent: -2em;
  padding-left: 1em;
	margin-bottom:20px;
	font-weight:normal;
    letter-spacing: 0.02em;
	font-size:22px;
}
section.worries li span.marker{
	font-weight:bold;
}
section.worries li img{
	width:30px;
	margin-right: 5px;
}
@media screen and (max-width: 1327px){
	section.worries li{
		font-size:20px;
	}	
}
@media screen and (max-width: 1188px){
section.worries .icon_worries {
    bottom: -20px;
    width: 13%;
}	
}
@media screen and (max-width: 1112px){
section.worries .icon_worries {
    right: -2%;
}
}
@media screen and (max-width: 1090px){
section.worries .flexBox {
    display: block;
	        padding-left: 50px;
}
	section.worries .flexBox br{
		display:none;
	}
    section.worries .icon_worries {
        right: 0;
        width: 20%;
    }
section.worries li {
    font-size: 18px;
}
}
@media screen and (max-width: 888px){
section.worries li {
    font-size: 16px;
}	
}
@media screen and (max-width: 879px){
	section.worries h2 br {
    display: block;
}
}
@media screen and (max-width: 780px){
    section.worries .icon_worries {
		right: -2%;
		width:18%;
		bottom: -70px;
	}	
}	
@media screen and (max-width: 677px) {
section.worries li span.marker {
    font-weight: normal;
}
section.worries .flexBox {
        padding-left: 130px;
    }
    section.worries .flexBox br {
        display: block;
    }
section.worries .icon_worries {
        right: 10px;
        width: 20%;
        bottom: 10px;
    }
}
@media screen and (max-width: 580px) {
    section.worries .flexBox {
        padding-left: 40px;
    }
section.worries .icon_worries {
	width: 30%;
	}
}
@media screen and (max-width: 500px) {
    section.worries .icon_worries {
        width: 25%;
    }
}
@media screen and (max-width: 467px) {
	    section.worries .flexBox br,section.worries .icon_worries {
        display: none;
    }
}
/* =========================
  獣害対策ドローンメニュー
========================= */
section.ourservice .ourservice_box {
    overflow: hidden;
    padding: 3% 0 1%;
}
section.ourservice ul{
	display:flex;
}
section.ourservice ul li {
margin: 0 1.5% 0 0;
    background-color: #fff;
    padding: 1.5%;
    border-bottom:7px solid #57c5d3;
    width: 20%;
}

section.ourservice ul li .image_box{
    background-color: #fff;
}
section.ourservice p.secTtl_balloon {
    text-align: center;
	margin:0;
    background-color:var(--color-green);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size:25px;
}
section.ourservice p.secTtl_balloon::before {
    border-top-color:var(--color-green);
}
section.ourservice ul li:nth-child(2),
section.ourservice ul li:nth-child(4){
    border-bottom:7px solid #73cea6;
}
section.ourservice ul li h3 {
    margin-bottom:10px;
    line-height: 1.3em;
	letter-spacing:0.1rem;
	text-align:center;
}
section.ourservice ul li p {
    font-size: 16px;
    line-height: 1.6em;
    margin:10px 0;
	font-weight:normal;
}
@media screen and (max-width: 1265px){
	section.ourservice ul {
    flex-wrap: wrap;
    justify-content:center;
}
section.ourservice ul li {
    width: 25%;
        margin-bottom: 20px;
}
}
@media screen and (max-width: 1240px){
section.ourservice p.secTtl_balloon{
margin-top: 40px;
}	
section.ourservice p.secTtl_balloon{
		        padding-top: 10px;
	}
}
@media screen and (max-width: 1000px){
	section.ourservice ul li{
		width:30%;
	}
}
@media screen and (max-width: 930px){
	section.ourservice p.secTtl_balloon{
		font-size:3rem;
	}
section.ourservice ul li h3 {
    margin: 0 0 5% 7%;
    font-size: 2.5rem;
}
}
@media screen and (max-width:800px){
    section.ourservice ul li {
        width: 100%;
        margin: 0 0 4% 0;
        text-align: center;
    }
	section.ourservice ul li .image_box{
	    width: 50%;
    margin: 0 auto;	
	}
    section.ourservice p.secTtl_balloon {
        margin-top: 0;
    }
section.ourservice ul li h3 {
	margin:0;
        margin-bottom: 10px;
        font-size: 22px;
    }
	section.ourservice ul li h3 br{
		display:none;
	}
section.ourservice .cardBox .cardItem {
    width: 100%;
    padding: 0 0 5% 0;
    border: none;
    border-bottom: 1px dashed #ff8972;
}
section.ourservice .cardBox .cardItem:nth-child(2) {
    border-bottom: none;
	padding:0;
}
section.ourservice h2 {
    font-size: 22px;
}
section.ourservice h2 span {
    font-size: 30px;
}
section.ourservice {
    border-top: none;
    padding: 5% 0 0 0;
}
.flow .secInner::before {
    width: 95px;
    height: 61px;
    top: -30px;
}
}
@media screen and (max-width: 767px){
    section.ourservice p.secTtl_balloon {
        font-size: 2.2rem;
    }	
}
@media screen and (max-width: 512px){
    section.ourservice p.secTtl_balloon {
        font-size: 18px;
    }
}
@media screen and (max-width: 469px) {
    section.ourservice h2 span {
        font-size: 25px;
    }
}
/* =========================
  ユースケース例
========================= */
section.usecase h2 {
    color: white;
    padding-bottom: 50px;
}
section.usecase .cardBox {
    padding: 2%;
    background: white;
    border-radius: 20px;
    margin-bottom: 30px;
	display:flex;
}
section.usecase .cardBox h3{
	margin-bottom:20px;
	    color:var(--color-blue);
	    font-size: 25px;
}
section.usecase .cardBox h3 span{
    background:var(--color-blue);
    color: white;
    font-size:25px;
    padding: 3px 12px;
    text-align: center;
    margin-right: 10px;
}
section.usecase .cardBox .cardItem_txt{
	width:60%;
}
section.usecase .cardBox .cardItem_txt li{
    list-style: square;
    margin-left: 2em;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.02em;
}
section.usecase .cardBox .cardItem_txt .flexBox{
    margin-top: 30px;
	align-items: center;
}
section.usecase .cardBox .cardItem_txt .flexBox img{
	width:25%;
	margin-right:2%;
}
section.usecase .cardBox .cardItem_txt .txt_catch{
	font-size: 25px;
    color:#03A9F4;
	background: linear-gradient(transparent 60%, #ff6 60%);
    letter-spacing: 0.02em;
}
@media screen and (max-width: 1170px){
section.usecase .cardBox {
    align-items: center;
}
section.usecase .cardBox .cardItem_txt {
    width: 80%;
}
    section.usecase .cardBox .cardItem_txt {
        width: 90%;
    }
}
@media screen and (max-width: 1040px) {
    section.usecase .cardBox .cardItem_txt {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
section.usecase .cardBox {
	padding: 4%;
	}
    section.usecase .cardBox {
        display: block;
		        text-align: center;
    }
section.usecase .cardBox h3 {
    color: white;
    background: var(--color-blue);
    padding: 8px;
}
section.usecase .cardBox h3 span {
	background: transparent;
	}
section.usecase .cardBox .cardItem_txt ul{
		border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
	}
section.usecase .cardBox .cardItem_txt li {
	list-style: none;
	}
    section.usecase .cardBox .cardItem_txt li:before {
        content: '◆';
        color: #03A9F4;
        font-weight: bold;
        margin-right: 3px;
        font-size: 0.9em;
    }
section.usecase .cardBox .cardItem_txt .flexBox {
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}
section.usecase .cardBox .cardItem_img{
    text-align: center;
    margin-top: 20px;		
	}
}
@media screen and (max-width: 780px) {
	section.usecase .cardBox .cardItem_txt li{
		font-size:16px;
	}
    section.usecase .cardBox h3 {
        color: white;
        background: var(--color-blue);
        padding: 3px;
        font-size: 22px;
    }
section.usecase .cardBox .cardItem_txt .txt_catch {
	font-size: 20px;
	}
section.usecase h2 {
    padding-bottom: 30px;
}
}
/* =========================
  4.エイジェックドローンが選ばれる理由
========================= */
section.select h2{
    margin-bottom: 80px;
    color: var(--color-green);
}
section.select .select_box {
    border: 4px solid var(--color-blue);
    background-color: #ffffff;
    padding:5% 3% 3%;
    position: relative;
    border-radius: 20px;
	box-shadow: 2px 2px 5px #f1e9bf;
}
section.select .select_box h4 {
    color: #fff;
    text-align: center;
    font-size:25px;
    padding: 0 0 3% 0;
    position: absolute;
    background-color:var(--color-blue);
    padding: 0.5% 5%;
    border-radius: 40px;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	letter-spacing:0.2rem;
}
section.select .select_box h4:before{
	    border: 20px solid transparent;
    border-top-color:var(--color-blue);
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%);
}
/*実績*/
section.select .select_box.boxZisseki{
	margin-bottom:80px;
}
section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li{
	margin-right:3%;
}
section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li:last-child{
	margin-right:0;
}
section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li p{
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    background:#d7e9fb;
    color: #005bac;
    padding:5px 0 6px;
}
section.select .select_box.boxZisseki hr{
	  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
border-top: 1px dashed #03A9F4;
}
/*実績内　下段の表*/
section.select .select_box.boxZisseki .cardItem_txt{
	margin-top:20px;
	margin-right:3%;
	width:40%;
}
section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku{
	margin-right:0;	
	width:60%;
}
section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku ul{
	width:50%;
}
section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku ul li span{
	display:block;
	    margin-left: 1em;
}
section.select .select_box.boxZisseki .cardItem_txt h3{
	margin-bottom:5px;
	letter-spacing: 0.05em;
	font-size:20px;
}
section.select .select_box.boxZisseki .cardItem_txt h3:first-letter{
	color:#8BC34A;
	margin-right:3px;
	font-size:0.9em;
	letter-spacing:0.1em;
}
section.select .select_box.boxZisseki .cardItem_txt h3.icon_event:first-letter{
	color:#2196F3;
}
section.select .select_box.boxZisseki .cardItem_txt h3.icon_zyutaku:first-letter{
	color:orange;
}
section.select .select_box.boxZisseki .icon_event{
	margin-top:20px;
}
section.select .select_box.boxZisseki .cardItem_txt li{
	font-size:19px;
	font-weight:normal;
  text-indent: -1em;
  padding-left: 1em;
	line-height:1.6em;
}
section.select .select_box.boxZisseki .cardItem_txt li:before{
content: '・';
}
/*体制*/
section.select .select_box.boxTaisei .cardBox{
display: flex;
    align-items: center;
}
section.select .select_box.boxTaisei .cardBox .cardItem{
width:60%;
margin-right:3%;
}
section.select .select_box.boxTaisei .cardBox .cardItem li{
	margin:20px 0;
	font-size: 25px;
	letter-spacing: 0.05em;
}
section.select .select_box.boxTaisei .cardBox .cardItem li span.icon{
    border-radius: 50px;
    padding: 1px 20px 5px;
  	background: #d7e9fb;
    color: #005bac;
    margin-right: 10px;
	font-size:20px;
	letter-spacing: 0.05em;
}
section.select .select_box.boxTaisei .cardBox .cardItem li span.marker{
	background:linear-gradient(transparent 60%, #ff6 60%);
	 color: #005bac;
}
section.select .select_box.boxTaisei .cardBox .cardItem:last-child{
margin-right:0;
width:40%;
}
@media screen and (max-width: 1250px){
	section.select .select_box.boxZisseki .cardItem_txt {
    width: 50%;
}
	section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku .flexBox{
		display:block;
	}
section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku ul {
    width: 100%;
}
section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku ul li span{
		display:inline-block;
	}
	section.select .select_box h4{
		top:0;
	}
}
@media screen and (max-width: 1154px){
section.select .select_box.boxTaisei .cardBox .cardItem {
	width: 50%;
	}
section.select .select_box.boxTaisei .cardBox .cardItem li {
	margin: 30px 0;
	}
section.select .select_box.boxTaisei .cardBox .cardItem:last-child {
    width: 50%;
}
section.select .select_box.boxTaisei .cardBox .cardItem li span.icon{
    display: block;
    width: 25%;
    margin-bottom: 5px;
	text-align:center;
}	
}
@media screen and (max-width: 1095px){
	section.select .select_box.boxTaisei .cardBox{
		    display: block;
	}
    section.select .select_box.boxTaisei .cardBox .cardItem {
        width: 100%;
        text-align: center;
    }
    section.select .select_box.boxTaisei .cardBox .cardItem li span.icon {
        margin: 0 auto 10px;
    }
    section.select .select_box.boxTaisei .cardBox .cardItem:last-child {
        width: 90%;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 1050px){
	section.select .select_box.boxZisseki .cardItem .flexBox{
		flex-wrap: wrap;
    justify-content: center;
	}
section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li {
    margin-right: 0;
    width: 45%;
    margin: 0 2%;
}
section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li:last-child {
    margin-right: 2%;
}
	section.select .select_box.boxZisseki .cardBox .cardItem.flexBox{
		display:block;
	}
    section.select .select_box.boxZisseki .cardItem_txt {
        width: 100%;
    }
section.select .select_box.boxZisseki .cardItem_txt.cardItem_txt_zyutaku {
    margin-right: 0;
    width: 100%;
}
	section.select .select_box.boxZisseki .cardBox .cardItem.flexBox li{
    width:100%;
    margin:0;		
	} 
}
@media screen and (max-width: 800px){
	section.select h2{
    margin-bottom: 40px;
}
section.select .select_box.boxZisseki {
    margin-bottom: 40px;
    margin-top: 50px;
	        padding-top: 50px;
}
}
@media screen and (max-width: 780px){
section.select .select_box{
		    border: 4px solid #009172;
	    padding: 3%;
	}
	section.select .select_box h4 {
    font-size: 20px;
    position: unset;
    border-radius: 0;
    top:0;
    left:0;
    transform:none;
    -webkit-transform: none;
    -ms-transform: none;
		        margin-bottom: 20px;
			background: #009172;
}
section.select .select_box.boxZisseki .cardItem_txt h3 {
    font-size: 18px;
}
section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li p {
	font-size: 18px;
	}
	section.select .select_box.boxZisseki .cardBox .cardItem.flexBox li{
		font-size:16px;
	}
	section.select .select_box h4:before{
		display:none;
	}
    section.select .select_box.boxZisseki {
        padding-top: 20px;
        margin-top: 25px;
    }
	section.select .select_box.boxTaisei .cardBox .cardItem li{
    font-size: 18px;		
	}
    section.select .select_box.boxTaisei .cardBox .cardItem li span.icon {
        font-size: 18px;
    }
}
@media screen and (max-width:485px){
	section.select .select_box.boxZisseki .cardItem .flexBox{
		display:block;
	}
    section.select .select_box.boxZisseki .cardBox .cardItem .flexBox li {
        margin-right: 0;
        width: 100%;
        margin: 0 auto;
    }
}
/*------------------------*/
/*  5.業務委託フロー（非表示中）
/*------------------------*/
section.flow{
	display:none;
}
/*ボックス部分*/
section.flow .afterflow_box ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 4% 0;
    position: relative;
	background-color:white;
	align-items: center;
	box-shadow:2px 2px 5px #00534b;
}
section.flow h2{
	color:white;
}
section.flow .afterflow_box{
    padding:5% 10% 0;
}
section.flow .afterflow_box ul li .afterflow_leftbox {
    margin: 0 3% 0 0;
    width: 33%;
	text-align:left;
}
section.flow .afterflow_box ul li .afterflow_leftbox .line{
	border: 1px solid gray;
}
section.flow .afterflow_box ul li .afterflow_rightbox {
    width: 70%;
	text-align:left;
}
section.flow .afterflow_box ul li .afterflow_rightbox .mbtm_10px{
	font-size: 1.7vw;
}
section.flow .afterflow_box ul li .afterflow_rightbox p{
    font-size: 17px;
    line-height: 1.8em;
}
/*▼マーク*/
section.flow .afterflow_box ul li:after{
	border: 15px solid transparent;
    border-top-color:#deefeb;
    border-bottom-width: 0;
    bottom: -27px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}
section.flow .afterflow_box ul li.last:after{
    content:none;	
}
/*リンク*/
section.flow .afterflow_box ul li .afterflow_rightbox p a{
	color:var(--color-blue);
	text-decoration:underline;
}
/*step1の表記*/
section.flow .afterflow_box ul li .afterflow_rightbox p.step_number {
background-color:#1565C0;
    display: inline-block;
    padding: 0.7% 1.2%;
    border-radius: 50%;
    line-height: 1em;
    color: #fff;
    position: absolute;
    left: -20px;
    top: -20px;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
	text-align:center;
}
section.flow .afterflow_box ul li .afterflow_rightbox p.step_number span{
	display: block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 2.4rem;
}
@media screen and (max-width: 1090px) {
	section.flow .afterflow_box ul li{
		margin-bottom:6%;
	}
.stepFlow {
    padding: 5%;
}
section.flow .afterflow_box ul li .afterflow_rightbox {
    padding: 2%;
}
}
@media screen and (max-width: 800px){
section.flow .afterflow_box {
    padding: 0;
}
section.flow .secTtl_txt{
		margin-bottom:30px;
	}
	section.flow .afterflow_box ul li .afterflow_rightbox p{
		font-size:15px;
	}
	section.flow .afterflow_box ul li .afterflow_rightbox .mbtm_10px{
	font-size: 15px;
    color: #1565c0;
	}
}
@media screen and (max-width: 767px){
.flow .secInner::before {
    width: 95px;
    height: 61px;
    top: -30px;
  }
	section.flow .afterflow_box img{
		max-width: none;
	}
section.flow .afterflow_box ul li .afterflow_leftbox {
    margin: 0 3% 0 0;
    width: auto;
}
section.flow .afterflow_box ul li .afterflow_rightbox {
    width: 100%;
}
section.flow .afterflow_box ul li {
    margin: 0 0 8% 0;
}
section.flow .afterflow_box ul li .afterflow_rightbox h3{
    font-size: 2.0rem;
}
section.flow .afterflow_box ul li .afterflow_rightbox p {
    font-size: 15px;
    line-height: 1.3em;
}
section.flow .afterflow_box ul li .afterflow_rightbox p.step_number {
    font-size: 1.3rem;
}
section.flow h3 {
    font-size: 2.5rem;
    background-color: #ff5b3b;
    padding: 1.5% 3%;
}
}
@media screen and (max-width: 640px){
section.flow .afterflow_box h3 {
    font-size: 1.5rem;
    padding: 2.5% 5%;
}
section.flow .afterflow_box.box_blue h3{
    font-size: 1.5rem;
    padding: 2.5% 5%;
}
section.flow .afterflow_box ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 7% 0;
}
section.flow .afterflow_box ul li .afterflow_leftbox {
    display:none;
}
section.flow .afterflow_box ul li .afterflow_leftbox img{
    display:none;
}
section.flow .afterflow_box ul li .afterflow_rightbox h4 {
    font-size: 24px;
    margin: 3% 0 2%;
}
section.flow .afterflow_box ul li .afterflow_rightbox p {
    font-size:15px;
}
}
@media screen and (max-width: 450px){
    section.flow .afterflow_box ul li .afterflow_rightbox p.step_number {
        margin-left: 20px;
    }
    section.flow .afterflow_box ul li .afterflow_rightbox {
        padding: 5%;
    }
section.flow .afterflow_box ul li:after {
    display:none;
}
    section.flow .afterflow_box ul li .afterflow_rightbox .mbtm_10px {
        margin-top: 0;
    }
	section.flow .afterflow_box ul li .afterflow_rightbox p.step_number span{
		    display: inline-block;
    font-size: 1.2rem;
	}
}
/*------------------------*/
/* 6. よくあるご質問*/
/*------------------------*/
.faq {
  background-color: #fffae3;
}
.faqItem:not(:last-child) {
    margin-bottom: 1%;
}
section.faq dl.faqItem {
    cursor: pointer;
}
.faq_Q, .faq_A {
    font-size: 1.6rem;
    padding: 1.5% 10%;
    position: relative;
}
.faq_Q {
  background-color: #ECECEC;
  border-radius: 35px;
}
.faq_A {
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
}
.faq_Q::before, .faq_A::before {
    content: "";
    display: block;
    width: 38px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    image-rendering: -webkit-optimize-contrast;
}
.faq_Q::before { background: url(./images/icon_q.png) no-repeat left center / contain; }
.faq_A::before { background: url(./images/icon_a.png) no-repeat left center / contain; }
.faq_Q::after {
  content: '＋';
  color: #FF5B3B;
  font-size: 3.4rem;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.faq_Q.active {
  border-radius: 20px 20px 0 0;
}
.faq_Q.active::after {
  content: '－';
}
@media screen and (max-width: 800px) {
.faq_Q::before, .faq_A::before {
	width: 20px;
	}	
}
@media screen and (max-width: 767px) {
.faqItem:not(:last-child) {
    margin-bottom: 6px;
}
  .faq_Q,
  .faq_A {
    font-size: 1.6rem;
    padding: 15px 30px 15px 52px;
  }
  .faq_Q {
    border-radius: 10px;
  }
  .faq_Q::before,
  .faq_A::before {
    width: 27px;
    height: 27px;
    left: 18px;
  }
  .faq_Q::after {
    font-size: 2.0rem;
    right: 10px;
  }
  .faq_Q.active {
    border-radius: 10px 10px 0 0;
  }
  .faq_A {
    border-radius: 0 0 10px 10px;
  }
}
/*------------------------*/
/* 7. 問い合わせフォーム
/*------------------------*/
.contact h2{
  margin:0 0 5% 0;
	color:white;
}
.contact .contentBox_white {
  padding: 46px 54px 54px 58px;
}
.wpcf7-form {
    font-size: 1.5rem;
}
.wpcf7-form .formBlock {
  padding: 0 46px;
}
.wpcf7-form .formBlock .txt_center {
 font-weight:normal;
}
.wpcf7-form .formBlock .txt_center a{
	color: #2C2C2C;
}
.wpcf7-form .formBlock a{
	color:var(--color-green);
    text-decoration: underline;
}
.wpcf7-form .require {
  background-color: #ff4747;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.4rem;
  margin-left: 10px;
  padding: 2px 6px;
}
.wpcf7-form .formItem {
    margin-top: 2%;
}
.wpcf7-form .formItem.method_h .formItem_input input, .wpcf7-form .formItem.method_h .formItem_select select, .wpcf7-form .formItem.method_h .formItem_textarea textarea{
    padding: 1% 3%;
}

.wpcf7-form .formItem_label {
  margin-bottom: 5px;
}
.wpcf7-form .formItem_input input, .wpcf7-form .formItem_select select, .wpcf7-form .formItem_textarea textarea {
    border: solid 1px #888;
    border-radius: 30px;
    padding: 1.8% 3%;
    width: 100%;
}
.wpcf7-form .privacyPolicy .formItem .formItem_label a:hover {
  text-decoration: underline;
}
.wpcf7-form .privacyPolicy .formItem_checkbox {
  padding-left: 1.5em;
}
.wpcf7-form .privacyPolicy .formItem_checkbox label {
  margin-left: 10px;
}
.wpcf7-form .formItem_radio li {
  margin-top: 15px;
  margin-left: 20px;
}
.wpcf7-form .formItem_radio li label {
  margin-left: 10px;
}
.wpcf7-form .formItem_submit {
  text-align: center;
}
.wpcf7-form .formItem_submit input[type="submit"] {
    background-color: #1565C0;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 1% 4%;
    margin: 35px auto 20px;
transition : all 0.5s ease 0s;
}
.wpcf7-form .formItem_submit input:hover{
background:#03A9F4;
}
.formItemBox{
	border-top: 1px solid #cacaca;
    margin: 3% 0 0 0;
    padding: 2% 0;
}
.grecaptcha-badge { visibility: hidden; }
@media screen and (max-width: 1200px) {
	.wpcf7-form .formItem_submit input[type="submit"]{
		font-size:20px!important;
	}
	.wpcf7-form .privacyPolicy .formItem_checkbox label{
		font-size:16px;
	}
.wpcf7-form .privacyPolicy .formItem_checkbox {
    padding-left: 0;
}
}
@media screen and (min-width: 1096px) {
.wpcf7-form .formBlock {
    padding: 0;
}	
}
@media screen and (min-width: 900px) {
  .wpcf7-form .privacyPolicy .formItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wpcf7-form .formItemBox_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wpcf7-form .formItemBox_col .formItem {
    width: 45%;
  }
  .wpcf7-form .privacyPolicy .formItem .formItem_label,
  .wpcf7-form .privacyPolicy .formItem_checkbox {
    width: 45%;
  }
  .wpcf7-form .formItem_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 900px) {
.wpcf7-form .formBlock{
    padding: 0;
}
.wpcf7-form .formItem_input input, .wpcf7-form .formItem_select select, .wpcf7-form .formItem_textarea textarea {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
	.contact .contentBox_white{
		padding:5% 3%;
	}
  .wpcf7-form {
      font-size: 1.3rem;
  }
  .wpcf7-form .formBlock {
    padding: 0 15px;
  }
  .wpcf7-form .formBlock > .formBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .wpcf7-form .formBlock:not(:first-of-type) {
    margin-top: 15px;
  }
  .wpcf7-form .require {
    font-size: 1.1rem;
    margin-left: 8px;
  }
  .wpcf7-form .formItem {
    margin-top: 15px;
  }
.wpcf7-form .formItem_input input, .wpcf7-form .formItem_select select, .wpcf7-form .formItem_textarea textarea {
    padding: 8px 10px 8px;
	font-size:15px;
}
.wpcf7-form .formItem.method_h .formItem_input input, .wpcf7-form .formItem.method_h .formItem_select select, .wpcf7-form .formItem.method_h .formItem_textarea textarea {
    padding: 2% 3%;
}
  .wpcf7-form .formItem_radio li {
    display: inline-block;
    margin-top: 5px;
    margin-left: 1em;
  }
  .wpcf7-form .formItem_radio li label {
    margin-left: 0.5em;
  }
  .wpcf7-form .formItem_submit input[type="submit"] {
    font-size: 1.4rem;
    margin: 25px auto 20px;
    padding: 10px 20px;
	  width:100%;
  }
  .wpcf7-form .formItem_submit .formTxt {
    margin-left: 1.5em;
    text-align: left;
    text-indent: -1em;
  }
}
@media screen and (max-width: 718px) {
	.wpcf7-form span.br{
		display:block;
	}
}
@media screen and (max-width: 538px) {
	.wpcf7-form .formItem_submit .formTxt span{
		display:inline-block;
	}
}
/*------------------------*/
/* 7. 問い合わせフォーム　確認
/*------------------------*/
div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}
div#wpcf7cpcnf table tr {
    border-bottom: 1px solid #ccc;
}
div#wpcf7cpcnf table th, div#wpcf7cpcnf table td {
    padding: 12px;
    background: #ffffff;
}
div#wpcf7cpcnf table th {
    width: 50%;
    border-right: 1px solid #ccc;
    background: #f0f8ff;
    color: #00367c;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
div#wpcf7cpcnf table th {
    width: 50%;
    border-right: 1px solid #ccc;
    background: #f0f8ff;
    color: #00367c;
}

.ly_contact .transmission .button, div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background:#005bac;
    display: inline-block;
    width: 30%;
    outline: none;
    border-radius: 5px;
    font-size:20px;
    font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ly_contact .transmission .button, div.wpcf7cp-btns .wpcf7-form-control {
        width: 43%;
        font-size: 1rem;
        letter-spacing: .1em;
    }
}
/* =========================
  footer
========================= */
.footerInner {
    max-width: 1582px;
    margin: 0 auto;
    padding: 2% 0;
}
.footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerBottom .logo {
    max-width: 195px;
    margin: 0 0 1% 0;
}
.footerBottom .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerBottom .footerNav li {
    margin-right: 67px;
    font-size: 15px;
}
.copyrights {
    background-color:var(--color-green);
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 0.4% 0;
}
@media screen and (min-width: 768px) {
.footerInner {
    padding-left: 15%;
    padding-right: 15%;
}
}

@media screen and (max-width: 780px) {
  .footerInner {
    padding: 25px 25px 10px;
  }
  .footerBottom .logo {
    max-width: 200px;
  }
	.footerBottom .footerNav{
		margin-right:50px;
	}
  .footerBottom .footerNav li {
    font-size: 1.1rem;
    margin-right: 31px;
  }
  .footerBottom .footerNav li:last-child {
    margin-right: 1em;
  }
  .copyrights {
    font-size: 0.9rem;
    padding: 11px 0 9px;
  }
}
@media screen and (max-width:563px) {
	.footerBottom{
		display:block;
	}
    .footerBottom .logo {
        margin: 0 auto 30px;
    }
.footerBottom .footerNav {
        margin-right: 0;
        display: block;
        text-align: center;
    }
    .footerBottom .footerNav li {
        margin-right: 0;
        font-weight: normal;
        margin-bottom: 10px;
    }
.footerBottom .footerNav li:last-child {
        margin-right: 0;
    }
}
/*------------------------*/
/*  404ページ*/
/*------------------------*/
.inner-404 {
    padding: 10% 0;
    background-color: #f5f5f5;
}
.inner-404 .text {
    padding: 2%;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
}
.inner-404 .text h3{
    font-size: 22px;
    padding: 0 0 2% 0;
    font-weight: bold;
}
.inner-404 .text p{
    font-size: 16px;
}
/*モバイルメニュー*/
.header-area{
  display: flex;
  justify-content: space-between;
  height: 65px;
  padding: 0 20px;
  align-items: center;
}
.hamburger{
  width: 40px;
  height: 25px;
  position: relative;
  transition: .5s;
	margin-top:20px;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color:#009172;
  transition: .5s;
}
.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
.slide-menu{
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 65px;
  width: 100%;
  left: 0;
  transform: translateX(100%);
  transition: .5s;/* 追記 */
}
.slide-menu li{
  color: #fff;
  line-height: 500%;
  text-align: center;
}
.slide-menu li:first-child{
	margin-top:30px;
}
.slide-menu li:last-child a{
background:var(--color-blue);
    color: #FFFFFF;
    display: block;
    margin: 2% auto 5%;
    width: 90%;	
}
.hamburger.active{/* 追記 */
  transform: rotateY(360deg);/* 追記 */
}
.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active{
  transform: translateX(0);
}
.hamburger span:nth-of-type(2){
    height: 2px;
}
.hamburger span:last-of-type {
    height: 2.5px;
}

/*ページ内リンク*/
span.anchorlink {
    position: relative;
    top: -150px;
    display: block;
}
@media screen and (max-width:640px){
span.anchorlink {
    top: -80px;
}
}