@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#leftBar {
position: fixed;
background-color: #333;
width: 70px;
height: 100%;
text-align: center;
z-index: 1000;
top: 0;
left: 0;
}

#leftBarFollowUs {
position: absolute;
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
color: #fff;
white-space: nowrap;
margin: auto;
line-height: 1;
transform: rotate(90deg);
left: 0;
right: 0;
bottom: 220px;
}

#leftBarSnsNav ul {
position: absolute;
width: 100%;
margin: auto;
bottom: 20px;
left: 0;
right: 0;
}

#leftBarSnsNav li a {
font-size: 2rem;
color: #fff;
}

#contentsWrap {
position: relative;
width: 100%;
text-align: justify;
padding-left: 70px;
}

#videoWrap {
position: relative;
width: 100vw;
height: 100vh;
margin: 0 auto;
overflow: hidden;
}

#videoWrap video {
position: relative;
width: 100vw;
height: 100vh;
margin: 0 auto;
object-fit: cover;
object-position: bottom;
}

#kvSp {
display: none;
}

/*
#kvWrap {
position: relative;
background: url("../img/kv01.jpg") no-repeat;
background-size: cover;
width: 100vw;
height: 100vh;
}

#kvWrap::after {
position: absolute;
background: rgba(0,0,0,.3);
width: 100vw;
height: 100vh;
content: "";
z-index: 1;
left: 0;
top: 0;
}

#mainCopy {
position: absolute;
height: 200px;
font-size: 6rem;
font-weight: 700;
color: #fff;
margin: auto;
line-height: 1.3;
z-index: 2;
top: 0;
bottom: 0;
left: 130px;
}

#mainCopyEn {
position: absolute;
font-family: var(--font-koho);
height: 80px;
font-size: 2.9rem;
font-weight: 700;
color: #fff;
margin: auto;
line-height: 1.4;
z-index: 2;
top: 210px;
bottom: 0;
left: 130px;
}

*/

.music {
position: absolute;
width: 40px;
height: 30px;
font-size: 3rem;
color: #fff;
cursor: pointer;
line-height: 1;
z-index: 30;
bottom: 40px;
right: 100px;
}

.music::before {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\f6a9';
}

.music.active::before {
display: none;
}

.music.active::after {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
content: '\f028';
}

.scroll {
position: absolute;
font-family: var(--font-koho);
font-size: 1.2rem;
font-weight: 700;
color: #fff;
transform: rotate(90deg);
line-height: 1;
z-index: 30;
bottom: 120px;
left: 25px;
}

.scrolldown {
position: absolute;
width: 1px;
height: 90px;
bottom: 0;
left: 50px;
overflow: hidden;
z-index: 30;
}

.scrolldown .sline {
width: 100%;
height: 100%;
display: block;
background: linear-gradient(to bottom, #fff 50%, rgba(0, 0, 0, 0) 50%);
background-position: 0 -90px;
background-size: 100% 200%;
animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
0% {
background-position: 0 -90px;
}
75% {
background-position: 0 0;
}
100% {
background-position: 0 90px;
}
}

#indexColumnLogo {
/*
position: absolute;
font-family: var(--font-koho);
font-size: 4rem;
font-weight: 700;
color: #fff;
margin-top: -3px;
line-height: 1;
z-index: 2;
left: 110px;
bottom: 66px;
*/
display: none;
}

#indexColumn {
/*
position: absolute;
background-color: #fff;
width: 750px;
height: 70px;
font-size: 1.4rem;
font-weight: 700;
text-align: left;
margin: 0 auto;
padding: 13px 24px 13px 50px;
display: flex;
justify-content: space-between;
align-items: center;
overflow: hidden;
border-radius: 5px 30px 0 0;
z-index: 2;
left: 100px;
bottom: 0;
*/
display: none;
}

#indexColumn .triangle {
position: absolute;
background-color: #e86a33;
width: 140px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -74px;
top: -40px;
}

#indexColumn .triangle::after {
position: absolute;
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
content: "PICK UP";
color: #fff;
margin: auto;
transform: rotate(0deg);
letter-spacing: 0;
z-index: 2;
left: 7px;
right: 0;
bottom: 7px;
}

#ticker {
width: 535px;
text-align: left;
}

#ticker a:hover {
text-decoration: underline;
}

#btnColumn {
position: absolute;
background-color: var(--themeColor);
width: 130px;
height: 70px;
font-size: 1.4rem;
font-weight: 700;
text-align: left;
color: #fff;
cursor: pointer;
padding: 0 20px;
transition: .3s;
border-radius: 0 5px 0 0;
border: 0;
top: 0;
right: 0;
}

#btnColumn::before {
position: absolute;
background-color: #fff;
width: 12px;
height: 1px;
content: "";
margin: auto;
transition: .5s;
top: 0;
bottom: 0;
right: 20px;
}

#btnColumn::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
transition: .5s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
top: 0;
bottom: 0;
right: 20px;
}

#btnColumn:hover {
background-color: #333;
}

#btnColumn:hover::before {
right: 15px;
}

#btnColumn:hover::after {
right: 15px;
}

.indexWrap {
position: relative;
width: 1200px;
margin: 0 auto;
padding: 150px 0;
}

.indexWrapWide {
position: relative;
width: 100%;
margin: 0 auto;
padding: 150px 0;
}

.indexTitle,
.indexTitleWh,
.indexTitleL {
position: relative;
font-size: 4.2rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
margin-bottom: -100px;
padding-top: 40px;
line-height: 1.5;
z-index: 1;
}

.indexTitleL {
text-align: left;
}

.indexTitle::before,
.indexTitleWh::before,
.indexTitleL::before {
position: absolute;
background: url("../img/title_bg.svg") no-repeat;
background-size: 130px;
width: 130px;
height: 24px;
content: "";
margin: auto;
top: 0;
}

.indexTitle::before,
.indexTitleWh::before {
left: 0;
right: 0;
}

.indexTitleL::before {
left: 0;
}

.indexTitle span,
.indexTitleWh span,
.indexTitleL span {
position: relative;
font-family: var(--font-koho);
font-size: 15rem;
font-weight: 700;
color: #e6e8ea;
display: block;
white-space: nowrap;
z-index: -1;
top: -130px;
}

.wrapColor {
/*background: #f5f5f5;*/
background: url("../img/color_bg.jpg") repeat left top;
background-size: 13px;
width: 100%;
}

#indexAboutTitle {
font-size: 4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 40px;
}

#indexAboutTitle span {
background: linear-gradient(transparent 60%, #4bb3fd 60%);
}

#indexAboutTxt {
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 40px;
line-height: 2.4;
}

#indexAboutEn {
position: absolute;
width: 100%;
color: #e6e8ea;
display: flex;
align-items: center;
overflow: hidden;
white-space: nowrap;
line-height: 1;
z-index: -1;
bottom: -30px;
left: 0;
}

#indexAboutEn ul {
font-family: var(--font-koho);
font-size: 26rem;
font-weight: 700;
transform: translateX(100%);
margin: 0;
padding: 0;
animation: flowing 1200s linear infinite;
}

#indexAboutEn ul li {
display: inline-block;
}

@keyframes flowing {
0% { transform:translateX(0); }
100% { transform:translateX(-100%); }
}

.indexServiceFlex {
margin-bottom: 150px;
display: flex;
justify-content: space-between;
align-items: center;
}

.indexServiceFlex:last-child {
margin-bottom: 0;
}

.indexServicePhotoL,
.indexServicePhotoR {
position: relative;
width: 54%;
overflow: hidden;
border-radius: 0 100px 5px 0;
}

.indexServicePhotoR {
border-radius: 100px 0 0 5px;
}

.indexServicePhotoL .numberR,
.indexServicePhotoR .numberL {
position: absolute;
font-family: var(--font-koho);
font-size: 14rem;
font-weight: 700;
color: #fff;
opacity: .7;
line-height: 1;
z-index: 1;
right: 30px;
bottom: -15px;
}

.indexServicePhotoR .numberL {
left: 30px;
}

.indexServiceTxt {
width: 46%;
padding: 0 80px;
}

.indexServiceTxt h3 {
font-size: 3.8rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 30px;
line-height: 1.2;
}

.indexServiceTxt h3 span {
position: relative;
font-size: 2.6rem;
display: block;
margin-top: 15px;
padding-left: 30px;
}

.indexServiceTxt h3 span::before {
position: absolute;
background-color: var(--themeColor);
width: 20px; 
height: 2px;
content: "";
margin: auto;
top: 0;
bottom: 0;
left: 0;
}

.indexServiceTxt h3 em {
background: linear-gradient(transparent 60%, #4bb3fd 60%);
}

.indexServiceTxt p {
margin-bottom: 40px;
}

.btnR {
text-align: right;
}

#indexVoiceFlex {
width: 1200px;
margin: 0 auto;
margin-bottom: 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}

#voiceFlex {
width: 1200px;
margin: 0 auto;
margin-bottom: -80px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}

.indexVoice,
.voice {
position: relative;
background-color: #fff;
width: 560px;
text-align: justify;
margin-bottom: 40px;
padding: 70px 50px 50px;
border-radius: 80px 5px 5px 5px;
}

.indexVoice p,
.voice p {
margin-bottom: 0;
}

.voice {
margin-bottom: 80px;
border-radius: 5px;
}

.indexVoice:nth-of-type(2) {
border-radius: 5px 80px 5px 5px;
}

.indexVoice:nth-of-type(3) {
margin-top: 40px;
border-radius: 5px 5px 5px 80px;
}

.indexVoice:nth-of-type(4) {
margin-top: 40px;
border-radius: 5px 5px 80px 5px;
}

.voice:nth-of-type(1){
border-radius: 80px 5px 5px 5px;
}

.voice:nth-of-type(2){
border-radius: 5px 80px 5px 5px;
}

.indexVoice .number,
.voice .number {
position: absolute;
font-family: var(--font-koho);
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
margin: auto;
z-index: 1;
left: 0;
right: 0;
top: -73px;
}

.voiceIcon {
position: absolute;
background-color: #fff;
width: 100px;
height: 100px;
margin: auto;
border-radius:100px;
overflow: hidden;
left: 0;
right: 0;
top: -50px;
}

.indexVoice h3,
.voice h3 {
font-size: 1.7rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
margin-bottom: 20px;
}

.indexVoice h3 span,
.voice h3 span {
font-size: 2.2rem;
display: block;
}

.indexVoice h4,
.voice h4 {
text-align: center;
}

.btnGoogle {
position: relative;
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 550px;
height: 120px;
font-size: 2rem;
font-weight: 700;
text-align: center;
color: #fff;
display: inline-block;
cursor: pointer;
padding: 0 60px 5px 60px;
margin-top: -30px;
margin-bottom: 100px;
transition: .3s;
border-radius: 100px;
border: 1px solid var(--themeColor);
}

.btnGoogle i {
position: relative;
font-size: 3rem;
margin-left: 10px;
top: 2px;
}

.btnGoogle:hover {
background-color: #fff;
color: var(--themeColor);
}

/**/

#slideWrap {
position: relative;
width: 100%;
height: 800px;
overflow: hidden;
display: flex;
justify-content: space-between;
}

#droneGallery {
position: absolute;
font-family: var(--font-koho);
height: 95px;
font-size: 13rem;
font-weight: 700;
text-align: center;
color: #fff;
margin: auto;
opacity: .7;
line-height: 1;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

/**/

#indexFaqWrap {
position: relative;
width: 1200px;
margin: 0 auto;
padding: 150px 0;
display: flex;
justify-content: space-between;
}

#faqL {
width: 800px;
text-align: justify;
}

.tabWrap {
margin-bottom: 40px;
display: flex;
justify-content: center;
border-bottom: 2px solid var(--themeColor);
}

.tabWrap li {
background-color: var(--themeColor);
width: auto;
font-weight: 700;
text-align: center;
color: #fff;
margin: 0 2px;
padding: 20px 35px;
cursor: pointer;
border-left: 2px solid var(--themeColor);
border-top: 2px solid var(--themeColor);
border-right: 2px solid var(--themeColor);
border-radius: 5px 5px 0 0;
}

.tabWrap li:first-child {
border-radius: 30px 5px 0 0
}

.tabWrap li:last-child {
border-radius: 5px 30px 0 0
}

.tabWrap li.select {
background: url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
color: var(--themeColor);
}

.accordion {
position: relative;
width: 100%;
margin: 0 auto;
z-index: 1;
}

.accordion ul {
margin: 0 auto;
padding: 0;
}

.accordion li {
position: relative;
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 100%;
margin-bottom: 30px;
border: 1px solid #ddd;
border-radius: 5px;
transition: .3s;
}

.accordion li:first-child {
border-radius: 30px 5px 5px;
}

.accordion li p:last-child {
margin-bottom: 0;
}

.accordion li:last-child {
margin-bottom: 0;
border-radius: 5px 5px 5px 30px;
}

.accordion li h3 {
position: relative;
font-size: 1.6rem;
font-weight: 700;
}

.accordion a {
position: relative;
color: var(--themeColor);
display: block;
text-decoration: none;
cursor: pointer;
padding: 22px 76px 26px 34px;
transition: .3s;
}

.accordion li .accordion_icon {
position: absolute;
background-color: var(--themeColor);
width: 20px;
height: 20px;
margin: auto;
border-radius: 20px;
top: 0;
bottom: 0;
right: 34px;
}

.accordion li .accordion_icon span {
position: absolute;
background-color: #fff;
width: 10px;
height: 1px;
margin: auto;
transition: all .3s;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.accordion li .accordion_icon span:nth-of-type(1) {
transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
display:none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
transform: rotate(180deg);
}

.toggle dt {
float: left;
font-family: var(--font-koho);
font-size: 3.2rem;
font-weight: 600;
line-height: 1;
margin-top: -3px;
}

.toggle dd {
padding: 0 0 0 44px;
}

.qaDetail {
color: var(--txtColor);
display: none;
padding: 0 34px 26px;
overflow: hidden;
}

.qaDetail dt {
float: left;
font-family: var(--font-koho);
font-size: 3.2rem;
font-weight: 600;
color: var(--themeColor);
line-height: 1;
margin-top: -3px;
}

.qaDetail dd {
font-size: 1.5rem;
padding: 0 0 0 44px;
}

#faqR {
width: auto;
text-align: left;
}

.btn,
.btnWide {
position: relative;
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 250px;
height: 70px;
font-size: 1.5rem;
font-weight: 700;
text-align: left;
color: #fff;
display: inline-block;
cursor: pointer;
padding: 0 30px 2px 30px;
transition: .3s;
border-radius: 100px;
border: 1px solid var(--themeColor);
z-index: 1;
}

.btnWide {
width: 370px;
}

.btn::before {
position: absolute;
background-color: #fff;
width: 12px;
height: 1px;
content: "";
margin: auto;
transition: .5s;
top: 0;
bottom: 0;
right: 25px;
}

.btnWide::before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-size: 2rem;
content: '\f2d2';
font-weight: 900;
margin: auto;
top: 22px;
bottom: 0;
right: 25px;
}

.btn::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
transition: .5s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
top: 0;
bottom: 0;
right: 25px;
}

.btn:hover,
.btnWide:hover {
background-color: #fff;
color: var(--themeColor);
}

.btn:hover::before {
background-color: var(--themeColor);
right: 20px;
}

.btnWide:hover::before {
color: var(--themeColor);
}

.btn:hover::after {
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
right: 20px;
}

/**/

#titleWrap {
position: relative;
background: url("../img/color_bg.jpg") repeat left top;
background-size: 13px;
width: 100%;
height: 550px;
overflow: hidden;
}

#contentsTitle {
position: absolute;
font-size: 4.2rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
padding-top: 40px;
line-height: 1.5;
z-index: 2;
top: 250px;
left: 50%;
transform: translateX(-50%);
}

#contentsTitle::before {
position: absolute;
background: url("../img/title_bg.svg") no-repeat;
background-size: 130px;
width: 130px;
height: 24px;
content: "";
margin: auto;
top: 0;
}

#contentsTitle::before {
left: 0;
right: 0;
}

#contentsTitle span {
position: relative;
font-family: var(--font-koho);
font-size: 15rem;
font-weight: 700;
color: #e6e8ea;
display: block;
white-space: nowrap;
z-index: -1;
top: -130px;
}

#breadcrumb {
position: absolute;
width: 92%;
font-size: 1.1rem;
text-align: left;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
z-index: 5;
}

.wrapCo {
width: 1200px;
margin: 0 auto;
padding: 120px 0 150px;
}

.wrapShort {
width: 1000px;
margin: 0 auto;
padding: 120px 0 150px;
}

.wrapShort h2 {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 15px;
}

.contentsTitle {
position: relative;
font-size: 4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 40px;
padding-top: 30px;
}

.contentsTitle span {
background: linear-gradient(transparent 60%, #4bb3fd 60%);
}

.contentsTitle::before {
position: absolute;
background: url("../img/title_bg.svg") no-repeat;
background-size: 95px;
width: 95px;
height: 17px;
content: "";
margin: auto;
top: 0;
left: 0;
right: 0;
}

.contentsSubTitle {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
}

.commonJTitle,
.commonJTitleMb {
position: relative;
font-size: 3.2rem;
font-weight: 700;
color: var(--themeColor);
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
line-height: 1;
}

.commonJTitleMb {
margin-bottom: 40px;
}

.commonJTitle::before,
.commonJTitleMb::before {
position: absolute;
background-color: var(--themeColor);
width: 100px;
height: 2px;
content: "";
left: 0;
bottom: 0;
z-index: 1;
}

/**/

#wrapAbout {
position: relative;
background-color: #fff;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 120px 0;
z-index: 0;
}

#aboutPhoto {
width: 1200px;
margin: 0 auto;
margin-bottom: 80px;
}

#aboutPhoto img {
width: 100%;
height: 600px;
object-fit: cover;
border-radius: 100px 5px 5px 5px;
}

/**/

.wrapService {
position: relative;
width: 1200px;
text-align: center;
margin: 0 auto;
padding: 120px 0;
}

.wrapWh {
position: relative;
background-color: #fff;
width: 100%;
margin: 0 auto;
}

#serviceTopTxt {
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 40px;
}

.serviceWrapFlex {
margin: 60px auto;
margin-bottom: 100px;
display: flex;
justify-content: space-between;
}

.serviceWrap {
position: relative;
width: 380px;
border-radius: 50px 5px 5px;
}

.serviceWrapPhoto img {
border-radius: 50px 5px 5px 5px;
}

.serviceTxt .number {
position: absolute;
font-family: var(--font-koho);
font-size: 8rem;
font-weight: 700;
color: #fff;
opacity: .7;
line-height: 1;
z-index: 1;
right: 0;
top: -72px;
}

.serviceTxt {
position: relative;
background-color: #fff;
width: 354px;
text-align: justify;
margin: 0 auto;
margin-top: -40px;
padding: 32px 32px 40px;
border-radius: 5px;
z-index: 1;
}

.serviceTxt h3 {
font-size: 2.6rem;
font-weight: 700;
text-align: center;
color: var(--themeColor);
margin-bottom: 30px;
line-height: 1.4;
}

.serviceTxt h3 span::before {
position: absolute;
background-color: var(--themeColor);
width: 20px; 
height: 2px;
content: "";
margin: auto;
top: 0;
bottom: 0;
left: 0;
}

.serviceTxt h3 em {
background: linear-gradient(transparent 60%, #4bb3fd 60%);
}

#priceWrap {
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 900px;
font-size: 1.8rem;
margin: 0 auto;
padding: 60px;
border-radius: 30px;
}

.priceFlex {
padding: 25px 0 27px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--themeColor);
line-height: 1;
}

.priceFlex:first-child {
border-top: 1px solid var(--themeColor);
border-bottom: 1px solid var(--themeColor);
}

.priceL {
}

.priceR {
position: relative;
text-align: right;
top: -2px;
}

.priceR span {
font-size: 3rem;
font-weight: 700;
}

#priceTxtR {
width: 900px;
font-size: 1.4rem;
text-align: right;
margin: 20px auto;
}

#serviceKv {
width: 100%;
margin-bottom: 80px;
}

#serviceKv img {
width: 100%;
height: 600px;
object-fit: cover;
border-radius: 100px 5px 5px 5px;
}

.serviceTxtCo {
margin-bottom: 80px;
}

.serviceTxtCo:last-of-type {
margin-bottom: 0;
}

#whereFlex {
margin: 30px auto;
display: flex;
justify-content: center;
}

#whereFlex li {
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 300px;
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
margin: 0 15px;
overflow: hidden;
border-radius: 5px;
border: 1px solid #ddd;
}

#whereFlex li:first-child {
border-radius: 30px 5px 5px 30px;
}

#whereFlex li:last-child {
border-radius: 5px 30px 30px 5px;
}

#whereFlex li .inner {
padding: 20px 0 30px 0;
line-height: 1.5;
}

.fllowWrap {
position: relative;
width: 1000px;
text-align: justify;
margin: 60px auto;
margin-bottom: 0;
}

.fllowWrap::before {
position: absolute;
background-color: #ddd;
width: 20px;
height: 100%;
content: "";
margin: auto;
left: 0;
right: 0;
top: 0;
}

.fllowWrap::after {
position: absolute;
background-color: #fafafa;
width: 0;
height: 0;
content: "";
border-left: 10px solid transparent;
border-right:10px solid transparent;
border-top: 10px solid #ddd;
margin: auto;
left: 0;
right: 0;
bottom: 0;
}

.fllowL {
width: 40%;
}

.fllowR {
width: 100%;
display: flex;
justify-content: flex-end;
}

.fllowRInner {
width: 40%;
}

.fllowIconFlex {
display: flex;
justify-content: flex-start;
align-items: center;
}

.fllowIcon {
background-color: var(--themeColor);
width: 70px;
height: 70px;
text-align: center;
color: #fff;
margin-right: 10px;
border-radius: 70px;
line-height: 76px;
}

.fllowIcon i {
font-size: 3rem;
}

.droneFllow {
width: 40px;
fill: #fff;
}

.step {
font-family: var(--font-koho);
font-size: 2.2rem;
font-weight: 600;
color: #ccc;
line-height: 1;
}

.step span {
font-size: 5rem;
font-weight: 300;
}

.fllowL h3,
.fllowR h3 {
position: relative;
font-size: 2.8rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 5px;
margin-bottom: 20px;
line-height: 1;
top: -5px;
}

#report {
width: 1000px;
margin: 60px auto;
margin-bottom: 30px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

#report li {
position: relative;
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 300px;
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
margin: 0 15px 30px;
overflow: hidden;
border-radius: 5px;
border: 1px solid #ddd;
}

#report li:nth-of-type(1) {
border-radius: 50px 5px 5px 5px;
}

#report li:nth-of-type(3) {
border-radius: 5px 50px 5px 5px;
}

#report li:nth-of-type(4) {
border-radius: 5px 5px 5px 50px;
}

#report li:nth-of-type(5) {
border-radius: 5px 5px 50px 5px;
}

#report li .reportIcon {
position: absolute;
background-color: var(--themeColor);
width: 60px;
height: 60px;
margin: auto;
border-radius: 60px;
z-index: 1;
left: 0;
right: 0;
top: 180px;
}

#report li .reportTitle {
padding: 25px 0 20px;
}
#report li i {
font-size: 2.6rem;
color: #fff;
line-height: 58px;
}

.droneReport {
width: 40px;
fill: #fff;
padding-top: 20px;
}

#supportedBuildingsFlex {
width: 1200px;
margin: 60px auto;
margin-bottom: -30px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.supportedBuildings {
width: 360px;
margin: 0 15px 30px;
}

.supportedBuildingsPhoto {
margin-bottom: 10px;
overflow: hidden;
border-radius: 30px;
}

.supportedBuildings h3 {
position: relative;
background: #fff;
width: 60%;
height: 50px;
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
margin: 0 auto;
margin-top: -30px;
border-radius: 5px;
line-height: 47px;
z-index: 1;
}

/**/

#postFlex {
width: 100%;
text-align: justify;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#columnWrap,
.post {
width: 900px;
text-align: justify;
}

#columnFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#columnWrap .column {
position: relative;
width: 430px;
font-size: 1.4rem;
margin-bottom: 40px;
overflow: hidden;
border-radius: 0 5px 0 0;
line-height: 1.7;
}

#columnWrap .column a {
color: var(--txtColor);
display: block;
}

#columnWrap .column a:hover {
color: var(--themeColor);
text-decoration: none;
}

#columnWrap .column .columnPhoto {
position: relative;
width: 100%;
height: 280px;
overflow: hidden;
border-radius: 50px 5px 5px 5px;
}

#columnWrap .column .columnPhoto img {
width: 100%;
height: 280px;
object-fit: cover;
transition: .3s ease-in-out;
}

#columnWrap .column .columnPhoto:hover img,
#columnWrap .column .inner:hover .columnPhoto img {
transform: scale(1.1);
}

#columnWrap .triangle {
position: absolute;
background-color: #ED9F0C;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(45deg);
line-height: 1;
z-index: 1;
right: -70px;
top: -40px;
}

#columnWrap .triangle::after {
position: absolute;
font-family: var(--font-koho);
font-size: 1.2rem;
font-weight: 700;
content: "NEW";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

#columnWrap .column .inner {
position: relative;
background: #fff;
width: 90%;
margin-top: -40px;
padding: 26px 30px;
border-radius: 0 5px 5px 5px;
transition: .3s;
z-index: 1;
}

#columnWrap .column .inner:hover {
background-color: var(--themeColor);
color: #fff;
}

#columnWrap .column .inner h3 {
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 10px;
line-height: 1.5;
}

#columnWrap .column .inner:hover h3 {
color: #fff;
}

#columnWrap .column p {
margin-bottom: 10px;
}

#columnWrap .column .inner .date {
font-family: var(--font-koho);
font-size: 1.4rem;
font-weight: 700;
}

.postSide {
width: 250px;
}

.postSide h3 {
position: relative;
font-family: var(--font-koho);
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}

.postSide ul {
margin-bottom: 40px;
}

.postSide li {
font-size: 1.4rem;
list-style: none;
}

.postTagList {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.postTagList li {
background-color: #ddd;
width: auto;
height: 20px;
font-size: 1.2rem;
display: inline-block;
margin: 0 5px 5px 0;
padding: 0 8px;
line-height: 18px;
}

.columnSideRankingWrap {
position: relative;
width: 100%;
margin-bottom: 20px;
}

.columnSideRankingWrap .number {
position: relative;
font-family: var(--font-koho);
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 10px;
line-height: 1;
}

.columnSideRanking {
position: relative;
background-color: #fff;
width: 100%;
overflow: hidden;
border-radius: 35px 5px 5px 5px;
transition: .3s;
}

.columnSideRanking:hover {
background-color: var(--themeColor);
}

.columnSideRanking a h4 {
color: var(--themeColor);
}

.columnSideRanking a {
color: var(--txtColor);
}

.columnSideRanking a:hover h4,
.columnSideRanking a:hover {
color: #fff;
text-decoration: none;
}

.columnSideRanking .columnPhoto {
position: relative;
width: 100%;
height: 160px;
border-radius: 35px 5px 0 0;
overflow: hidden;
}

.columnSideRanking .columnPhoto img {
width: 100%;
height: 160px;
object-fit: cover;
border-radius: 35px 5px 0 0;
transition: .3s ease-in-out;
}

.columnSideRanking .columnPhoto:hover img {
transform: scale(1.1);
}

.columnSideRanking .triangle {
position: absolute;
background-color: #ED9F0C;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -75px;
top: -45px;
}

.columnSideRanking .triangle::after {
position: absolute;
font-family: var(--font-viga);
font-size: 1rem;
font-weight: 500;
content: "New";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

.columnSideRanking .gategoryTag {
position: absolute;
background: linear-gradient(90deg, #003d96, #aadeff);
width: 90px;
height: 26px;
font-size: 1.1rem;
font-weight: 700;
color: #fff;
text-align: center;
line-height: 24px;
z-index: 1;
right: 0;
bottom: 0;
}

.columnSideRanking .inner {
width: 100%;
text-align: left;
padding: 16px 22px 22px;
}

.columnSideRanking h4 {
font-size: 1.4rem;
font-weight: 700;
line-height: 1.5;
}

.columnSideRanking .inner p {
font-size: 1.2rem;
margin: 10px 0 0;
line-height: 1.6;
}

/**/

#postTitle {
position: relative;
font-size: 3.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
line-height: 1.4;
}

#postTitle::before {
position: absolute;
background-color: var(--themeColor);
width: 100px;
height: 2px;
content: "";
left: 0;
bottom: 0;
z-index: 1;
}

#postDate {
font-family: var(--font-koho);
font-weight: 700;
color: var(--themeColor);
margin-bottom: 40px;
}

.post h2 {
font-size: 2.8rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 50px;
margin-bottom: 36px;
padding-left: 20px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h3 {
font-size: 2.4rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 50px;
margin-bottom: 36px;
padding-left: 20px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h4 {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 50px;
margin-bottom: 36px;
padding-left: 20px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h5 {
font-size: 1.7rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 50px;
margin-bottom: 36px;
padding-left: 20px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post ol {
list-style: decimal;
padding-inline-start: 20px;
margin-bottom: 32px;
}

.post ul {
list-style: disc;
padding-inline-start: 20px;
margin-bottom: 32px;
}

.post img {
width: 900px !important;
margin-bottom: 40px;
border-radius: 5px;
}

#toc_container {
background-color: #f2f2f2;
width: 100%;
margin: 60px auto;
margin-top: 40px;
padding: 30px 40px 36px;
border-radius: 5px;
}

.toc_title {
font-size: 2rem;
color: var(--themeColor);
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}

.toc_title::before {
content: '\f03a';
font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-right: 5px;
}

.toc_list,
.toc_list ul {
margin: 0 !important;
padding-inline-start: 5px !important;
list-style: none !important;
}

.toc_list li {
font-size: 1.6rem;
}

.toc_list li::before {
content: "- ";
}

.toc_list li ul li {
font-size: 1.5rem;
margin-left: 15px;
}

.mediaWrap {
width: 100%;
color: var(--themeColor);
text-align: center;
margin: 80px auto;
}

.mediaWrap h6 {
font-family: var(--font-koho);
font-size: 1.1rem;
font-weight: 700;
margin-bottom: 5px;
}

.mediaWrap i {
font-size: 3.6rem;
margin: 0 5px;
}

#writerWrap {
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 100%;
margin: 0 auto;
margin-bottom: 50px;
padding: 40px;
border-radius: 5px;
display: flex;
justify-content: space-between;
}

#writerPhoto {
width: 320px !important;
}

#writerPhoto img {
width: 100% !important;
margin-bottom: 0 !important;
border-radius: 30px 5px 5px 5px;
}

#writerTxt {
width: 470px;
}

#writerTxt h6 {
font-size: 2rem;
color: var(--themeColor);
margin-bottom: 10px;
}

#writerTxt h6 i {
position: relative;
font-size: 3rem;
margin-right: 5px;
top: 3px
}

#writerTItle {
font-size: 2rem;
color: var(--themeColor);
margin-bottom: 10px;
}

#writerTItle i {
position: relative;
font-size: 3rem;
margin-right: 5px;
top: 3px
}

#relatedArticlesPost {
display: flex;
justify-content: flex-start;
}

#relatedArticlesPost .column {
position: relative;
background-color: #fff;
width: 280px;
margin-right: 30px;
border-radius: 35px 5px 5px 5px;
transition: .3s;
}

#relatedArticlesPost .column:nth-of-type(3n) {
margin-right: 0;
}

#relatedArticlesPost .column:hover {
background-color: var(--themeColor);
}

#relatedArticlesPost .column a {
color: var(--txtColor);
}

#relatedArticlesPost .column a:hover,
#relatedArticlesPost .column a:hover h3 {
color: #fff;
text-decoration: none;
}

#relatedArticlesPost .column .columnPhoto {
position: relative;
width: 100%;
height: 190px;
border-radius: 35px 5px 0 0;
overflow: hidden;
}

#relatedArticlesPost .column .columnPhoto img {
width: 100%;
height: 190px;
object-fit: cover;
border-radius: 35px 5px 0 0;
transition: .3s ease-in-out;
}

#relatedArticlesPost .column .columnPhoto:hover img {
transform: scale(1.1);
}

#relatedArticlesPost .column .inner {
width: 100%;
text-align: left;
padding: 20px 28px 24px;
}

#relatedArticlesPost .column h3 {
font-size: 1.5rem;
font-weight: 700;
margin-top: 0px;
margin-bottom: 0;
padding-left: 0;
border-left: 0;
}

#relatedArticlesPost .column .inner p {
font-size: 1.4rem;
margin: 10px 0;
line-height: 1.6;
}

#prevNextWrap {
margin-top: 80px;
display: flex;
justify-content: space-between;
align-items: center;
}

.btnBackToList {
background-color: #fff;
font-family: var(--font-primary);
width: 200px;
height: 60px;
font-size: 1.4rem;
font-weight: 700;
color: var(--themeColor);
cursor: pointer;
padding-bottom: 3px;
border: 1px solid var(--themeColor);
border-radius: 100px;
transition: .3s;
}

.btnBackToList:hover {
background-color: var(--themeColor);
color: #fff;
}

.btnPrevWrap,
.btnNextWrap {
width: 130px;
}

.btnPrev,
.btnNext {
position: relative;
background: transparent;
width: 130px;
height: 25px;
font-size: 1.4rem;
font-weight: 700;
text-align: left;
color: var(--themeColor);
border: none;
cursor: pointer;
}

.btnPrev {
text-align: right;
}

.btnNext::before {
position: absolute;
background-color: var(--themeColor);
width: 12px;
height: 1px;
content: "";
margin: auto;
top: 0;
bottom: 0;
right: 15px;
z-index: 1;
}

.btnPrev::before {
position: absolute;
background-color: var(--themeColor);
width: 12px;
height: 1px;
content: "";
margin: auto;
top: 0;
bottom: 0;
left: 15px;
z-index: 1;
}

.btnNext:hover::before,
.btnPrev:hover::before {
background-color: #fff;
}

.btnPrev::after {
position: absolute;
width: 8px;
height: 8px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-left: 1px solid var(--themeColor);
transform: rotate(-45deg);
left: 15px;
top: 0;
bottom: 0;
}

.btnNext::after {
position: absolute;
width: 8px;
height: 8px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
transform: rotate(45deg);
z-index: 10;
right: 15px;
top: 0;
bottom: 0;
}

.btnNext:hover::after {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}

.btnPrev:hover::after {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
}

.btnNext .circle {
position: absolute;
width: 40px;
height: 40px;
border-radius: 40px;
border: 1px solid var(--themeColor);
margin: auto;
right: 0;
top: 0;
bottom: 0;
transition: .3s;
transform: scale(1);
}

.btnPrev .circle {
position: absolute;
width: 40px;
height: 40px;
border-radius: 40px;
border: 1px solid var(--themeColor);
margin: auto;
left: 0;
top: 0;
bottom: 0;
transition: .3s;
}

.btnPrev:hover .circle,
.btnNext:hover .circle {
background-color: var(--themeColor);
}

/**/

.pageNavi {
margin: 0 auto;
margin-top: 80px;
}

.wp-pagenavi {
position: relative;
font-size: 1.4rem;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
line-height: 40px;
}

.wp-pagenavi .pages {
display: none;
}

.wp-pagenavi .page {
margin: 0 3px;
}

.wp-pagenavi .current {
background-color: var(--themeColor);
width: 45px;
height: 45px;
color: #fff;
margin: 0 3px;
display: block;
border: 1px solid var(--themeColor) !important;
}

.wp-pagenavi a,
.wp-pagenavi .extend {
width: 45px;
height: 45px;
display: block;
border: 1px solid var(--themeColor) !important;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
display: none;
}

.wp-pagenavi a:hover {
background-color: var(--themeColor);
color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
position: relative;
font-size: 0;
text-indent: -1000px;
border: 0 !important;
}

.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi a:hover.nextpostslink {
background-color: #fff;
}

.wp-pagenavi .previouspostslink::after {
position: absolute;
width: 12px;
height: 12px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-left: 1px solid var(--themeColor);
transform: rotate(-45deg);
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.wp-pagenavi .nextpostslink::after {
position: absolute;
width: 12px;
height: 12px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
transform: rotate(45deg);
left: 0;
right: 0;
top: 0;
bottom: 0;
}

/**/

#companyKv {
width: 85%;
margin: 0 auto;
margin-top: 120px;
}

#companyKv img {
width: 100%;
height: 600px;
object-fit: cover;
border-radius: 100px 5px 5px 5px;
}

#wrapCompany {
width: 900px;
color: var(--txtColor);
text-align: justify;
margin: 0 auto;
padding: 120px 0 150px 0;
}

.outline {
width: 100%;
margin-bottom: 80px;
}

.outline a {
color: var(--themeColor);
}

.outline dt {
float: left;
padding: 40px 0;
}

.outline dd {
padding: 40px 0 40px 220px;
border-bottom: 1px dotted #ccc;
}

.relatedWebsites {
margin-bottom: 20px;
}

.relatedWebsites:last-child {
margin-bottom: 0;
}

.relatedWebsites dt {
float: left;
color: var(--txtColor);
padding: 0;
}

.relatedWebsites dd {
padding: 0 0 0 230px;
border-bottom: 0
}

#mapCustmomize {
position: relative;
width: 100%;
padding-top: 56.25%;
height: 0;
margin-top: 40px;
margin-bottom: 80px;
border-radius: 30px;
}

#mapCustmomize iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 30px;
}

.companyMedia {
margin-top: 40px;
}

/**/

#wrapContact {
width: 1000px;
text-align: justify;
margin: 0 auto;
padding: 120px 0;
}

.contactCallWrap {
position: relative;
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 100%;
font-size: 5rem;
color: var(--themeColor);
text-align: center;
margin: 40px auto;
margin-bottom: 80px;
padding: 40px 40px 50px;
border: 1px solid #ddd;
border-radius: 10px;
line-height: 1.2;
}

.contactCallWrap i {
margin-right: 10px;
}

.contactCallWrap span {
font-family: var(--font-koho);
font-weight: 700;
}

.contactCallWrap .manager {
font-size: 2rem;
line-height: 1.5;
}

.commonTitleH3 {
font-size: 2.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 40px;
padding: 0 0 10px 15px;
border-left: 3px solid var(--themeColor);
border-bottom: 1px solid #ddd;
line-height: 1.5;
}

.commonTitleH4 {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 30px;
line-height: 1.5;
}

.commonTitleH4s,
.commonTitleH4s2 {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 30px;
line-height: 1.5;
}

.commonTitleH4s2 {
margin-bottom: 80px;
}

#serviceArea {
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 100%;
margin-bottom: 40px;
padding: 30px 35px;
border-radius: 10px;
border: 1px solid #ddd;
}

#serviceArea h5 {
font-size: 1.7rem;
color: var(--themeColor);
}

.coolroofBtn {
position: relative;
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 500px;
height: 120px;
font-size: 2rem;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 60px;
cursor: pointer;
padding: 0 40px 2px 40px;
transition: .3s;
border-radius: 100px;
border: 1px solid var(--themeColor);
z-index: 1;
}

.coolroofBtn::before {
position: absolute;
font-family: "Font Awesome 5 Free";
font-size: 3rem;
content: '\f2d2';
font-weight: 900;
margin: auto;
top: 40px;
right: 45px;
}

.coolroofBtn:hover {
background-color: #fff;
color: var(--themeColor);
}

#lineFlex {
margin: 0 auto;
margin-bottom: 40px;
display: flex;
justify-content: space-between;
}

#lineTxt {
width: 640px;
color: var(--txtColor);
}

#lineWrap {
width: 300px;
text-align: center;
display: flex;
justify-content: space-between;
align-items: center;
}

#lineWrap img {
width: 75%;
}

.contactTxt {
color: var(--txtColor);
margin-bottom: 80px;
}

.contactFlex {
width: 100%;
color: var(--txtColor);
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px dotted #ccc;
}

.contactFlex p {
margin-bottom: 0;
}

.contactL {
width: 300px;
}

.contactR {
width: 700px;
text-align: left;
}

.contactR .inputW {
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 80px;
font-size: 1.5rem;
padding: 20px;
border: 1px solid #f2f2f2;
border-radius: 5px;
transition: .5s;
}

.contactR .inputW:hover {
background-color: #fff;
border: 1px solid var(--themeColor);
}

.contactR input {
font-size: 1.5rem;
color: var(--txtColor);
}

.contactR textarea {
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 200px;
font-size: 1.5rem;
color: var(--txtColor);
padding: 20px;
border: 1px solid #f2f2f2;
border-radius: 5px;
}

.contactR textarea:hover {
background-color: #fff;
border: 1px solid var(--themeColor);
}

.required {
position: relative;
background-color: #C71316;
width: 46px;
height: 22px;
font-size: 1.1rem;
color: #fff;
text-align: center;
display: inline-block;
margin-right: 10px;
border-radius: 300px;
line-height: 20px;
top: -1px;
}

.any {
position: relative;
background-color: #bbb;
width: 46px;
height: 22px;
font-size: 1.1rem;
color: #fff;
text-align: center;
display: inline-block;
margin-right: 10px;
border-radius: 300px;
line-height: 20px;
top: -1px;
}

.formSelect {
position: relative;
}

.formSelect select {
position: relative;
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 80px;
font-size: 1.5rem;
color: var(--txtColor);
padding: 20px;
border: 2px solid #f2f2f2;
border-radius: 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.formSelect select:hover {
background-color: #fff;
border: 1px solid var(--themeColor);
}

.formSelect::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
border-right: 1px solid var(--themeColor);
border-bottom: 1px solid var(--themeColor);
margin: auto;
transform: rotate(45deg);
z-index: 1;
top: -8px;
bottom: 0;
right: 30px;
}

.originalFileBtn {
font-family: var(--font-primary);
width: 100%;
}

::file-selector-button {
background-color: var(--themeColor);
font-family: var(--font-primary);
font-size: 1.3rem;
font-weight: 500;
color: #fff;
margin-right: 10px;
margin-bottom: 5px;
padding: 10px 12px 13px 12px;
border: none;
border: 1px solid var(--themeColor);
border-radius: 100px;
cursor: pointer;
}

::file-selector-button:hover {
background-color: #fff;
color: var(--themeColor);
}

.flieTxt {
font-size: 1.3rem;
margin-top: 10px;
}

.contactR input[type="radio"] {
opacity: 0;
visibility: hidden;
position: absolute;
}

.contactR .wpcf7-list-item {
display: inline-block;
}

.formR .wpcf7-list-item.first {
margin-left: 0;
}

.contactR .radioWrap span.wpcf7-list-item-label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
margin-left: -15px;
margin-right: 20px;
}

.contactR .radioWrap span.wpcf7-list-item-label::before {
display: block;
content: "";
border-radius: 50%;
border: 1px solid #ccc;
width: 18px;
height: 18px;
margin-right: 5px;
margin-top: 3px;
}

.contactR .radioWrap span.wpcf7-list-item-label::after {
position: absolute;
content: "";
border-radius: 50%;
width: 8px;
height: 8px;
background-color: #fff;
left: 5px;
top: 50%;
transform: translateY(-50%);
display: none;
margin-top: 1.5px;
}

.contactR .radioWrap input[type="radio"]:checked + span.wpcf7-list-item-label::after {
display: block;
}

.contactR .radioWrap input[type="radio"]:checked + span.wpcf7-list-item-label::before {
display: block;
background-color: var(--themeColor);
}

.contactR .otherTxt {
margin: 10px 0;
}

.contactR .googleTxt {
margin-top: 10px;
}

.contactR .checkWrap input[type="checkbox"] {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.contactR .checkWrap input[type="checkbox"] {
display: flex;
flex-wrap: wrap;
gap: .5em 2em;
border: none;
}

.contactR .checkWrap .wpcf7-list-item {
display: inline-block;
}

.contactR .checkWrap .wpcf7-list-item label {
position: relative;
display: flex;
align-items: center;
gap: 0 .3em;
cursor: pointer;
left: -12px;
}

.contactR .checkWrap .wpcf7-list-item label::before,
.contactR .checkWrap .wpcf7-list-item label:has(:checked)::after {
content: '';
}

.contactR .checkWrap .wpcf7-list-item label::before {
position: relative;
background-color: #fff;
width: 20px;
height: 20px;
border-radius: 3px;
border: 1px solid var(--themeColor);
top: 1px;
}

.contactR .checkWrap .wpcf7-list-item label:has(:checked)::before {
background-color: var(--themeColor);
}

.contactR .checkWrap .wpcf7-list-item label:has(:checked)::after {
position: absolute;
top: 6px;
left: 6px;
transform: rotate(45deg);
width: 8px;
height: 12px;
border: solid #fff;
border-width: 0 2px 2px 0;
}

.submitWrap {
position: relative;
width: 100%;
text-align: center;
margin: 0 auto;
padding-top: 60px;
border-top: 1px dotted #ccc;
}

.wpcf7-submit {
background-color: #e86a33;
font-family: var(--font-primary);
width: 300px;
height: 100px;
font-size: 2.2rem;
font-weight: 600;
color: #fff;
padding-bottom: 5px;
cursor: pointer;
transition: .3s;
border: 1px solid #e86a33;
border-radius: 500px;
}

.btnSubmit:hover .wpcf7-submit {
background-color: #fff;
color: #e86a33;
}

.thanksTxt {
color: var(--txtColor);
margin-top: 30px;
}

/**/

#contactWrapBottom {
position: relative;
background: url("../img/contact_bottom_bg.jpg") no-repeat center;
background-size: cover;
width: 1200px;
font-size: 2rem;
font-weight: 700;
color: #fff;
text-align: center;
margin: 0 auto;
padding: 80px 80px 100px 80px;
border-radius: 100px;
}

#contactWrapBottom::after {
position: absolute;
background: rgba(0,0,0,.4);
width: 100%;
height: 100%;
content: "";
border-radius: 100px;
z-index: 1;
left: 0;
top: 0;
}

#contactBottomSvg {
position: relative;
width: 60%;
margin: 0 auto;
margin-bottom: 60px;
z-index: 2;
}

#contactWrapBottom p {
position: relative;
margin-bottom: 80px;
z-index: 2;
}

.btnLineContactFlex {
position: relative;
width: 100%;
margin-top: 40px;
display: flex;
justify-content: space-between;
z-index: 2;
}

.btnLine {
background-color: #06c755;
font-family: var(--font-primary);
width: 500px;
height: 120px;
font-size: 2.2rem;
font-weight: 600;
color: #fff;
padding-bottom: 8px;
cursor: pointer;
transition: .3s;
border: 1px solid #06c755;
border-radius: 500px;
}

.btnLine span {
font-size: 2.4rem;
}

.btnLine:hover {
background-color: #fff;
color: #06c755;
}

.btnLine i {
position: relative;
font-size: 3.2rem;
margin-right: 10px;
top: 4px;
}

.btnContact {
background-color: #e86a33;
font-family: var(--font-primary);
width: 500px;
height: 120px;
font-size: 2.2rem;
font-weight: 600;
color: #fff;
padding-bottom: 10px;
cursor: pointer;
transition: .3s;
border: 1px solid #e86a33;
border-radius: 500px;
}

.btnContact:hover {
background-color: #fff;
color: #e86a33;
}

.btnContact i {
position: relative;
font-size: 3.2rem;
margin-right: 5px;
top: 4px;
}

/**/

footer {
position: relative;
background-color: var(--themeColor);
width: 100%;
color: #fff;
margin: 0 auto;
padding: 100px 60px;
border-radius: 100px 100px 0 0;
display: flex;
justify-content: space-between;
align-items: flex-start;
overflow: hidden;
}

#footerL {
position: relative;
width: auto;
font-size: 1.3rem;
font-weight: 700;
text-align: left;
}

#footerLogo {
width: 180px;
margin-bottom: 30px;
}

#footerL a {
color: #fff;
}

#copyRight {
position: relative;
width: 100%;
font-family: var(--font-koho);
font-size: 1.2rem;
font-weight: 700;
margin-top: 30px;
letter-spacing: .05em;
line-height: 1;
}

#footerR {
width: 900px;
font-size: 1.4rem;
white-space: nowrap;
}

#footerR ul {
position: relative;
display: flex;
justify-content: flex-end;
transition: .3s;
}

#footerR ul li {
position: relative;
text-align: center;
margin-left: 40px;
}

#footerR ul li a {
height: 72px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
text-decoration: none;
margin: 0;
padding: 0;
display: block;
line-height: 1.7;
}

#footerR ul li a .droneNav {
width: 36px;
height: 19px;
}

#footerR ul li a .cls-1 {
fill: #fff;
}

#footerR ul li a i {
font-size: 2rem;
}

#footerR ul li a span {
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
display: block;
letter-spacing: .05em;
}

#footerR ul li::after {
position: absolute;
background-color: #fff;
content: "";
width: 100%;
height: 1px;
bottom: -2px;
left: 0;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: center top;
transform-origin: center top;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#footerR ul li:hover::after {
transform: scale(1, 1);
}

#pagetop {
position: fixed;
background-color: var(--themeColor);
width: 70px;
height: 70px;
border-radius: 70px;
border: 1px solid #fff;
bottom: -70px;
right: 10px;
transition: .3s;
z-index: 500;
}

#pagetop:hover {
background-color: #fff;
}

#pagetop::before {
position: absolute;
background-color: #fff;
width: 1px;
height: 12px;
content: "";
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

#pagetop::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(-45deg);
left: 0;
right: 0;
top: -2px;
bottom: 0;
}

#pagetop:hover::before {
background-color: var(--themeColor);
}

#pagetop:hover::after {
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
}

#callBtn {
position: fixed;
background-color: #e86a33;
width: 160px;
height: 160px;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
color: #fff;
padding-top: 30px;
z-index: 550;
border: 1px solid #e86a33;
border-radius: 160px;
transition: .3s;
letter-spacing: 0;
line-height: 1.3;
right: 90px;
bottom: -170px;
}

#callBtn:hover {
background-color: #fff;
color: #e86a33;
}

#callBtn i {
font-size: 3rem;
margin-bottom: 10px;
}

 #callBtn span {
font-family: var(--font-koho);
font-size: 2rem;
font-weight: 700;
display: block;
letter-spacing: 0;
transition: .3s;
}

#callBtn a:hover {
color: #e86a33;
}

#lineBtn {
position: fixed;
background-color: #06c755;
width: 160px;
height: 160px;
font-size: 1.4rem;
font-weight: 700;
text-align: center;
color: #fff;
padding-top: 30px;
z-index: 550;
border: 1px solid #06c755;
border-radius: 160px;
transition: .3s;
line-height: 1.3;
right: 260px;
bottom: -170px;
}

#lineBtn:hover {
background-color: #fff;
color: #06c755;
border: 1px solid #06c755;
}

#lineBtn i {
font-size: 3rem;
margin-bottom: 10px;
}

#lineBtn span {
display: block;
}

.alignright {
float: right;
margin: 0 0 50px 50px;
}

.alignleft {
float: left;
margin: 0 50px 50px 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

}