@charset "UTF-8";

@media print, screen and (max-width:1199px) {

#leftBar {
position: fixed;
width: 50%;
height: 60px;
text-align: center;
z-index: 1001;
top: 0;
right: 0;
}

#leftBarFollowUs {
display: none;
}

#leftBarSnsNav ul {
display: none;
}

#leftBarSnsNav li a {
font-size: 2rem;
color: #fff;
}

#contentsWrap {
position: relative;
width: 100%;
text-align: justify;
}

#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: center;
}

/*

#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: 100%;
content: "";
z-index: 1;
left: 0;
top: 0;
}

*/

/*
#mainCopy {
position: absolute;
height: 200px;
font-size: 3rem;
font-weight: 700;
color: #fff;
margin: auto;
line-height: 1.3;
z-index: 2;
top: 0;
bottom: 0;
left: 30px;
}

#mainCopyEn {
position: absolute;
font-family: var(--font-koho);
height: 80px;
font-size: 1.45rem;
font-weight: 700;
color: #fff;
margin: auto;
line-height: 1.4;
z-index: 2;
top: 50px;
bottom: 0;
left: 30px;
}
*/

.music {
position: absolute;
width: 26px;
height: 24px;
font-size: 2.2rem;
color: #fff;
cursor: pointer;
line-height: 1;
z-index: 30;
bottom: 120px;
right: 20px;
}

.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: 1rem;
font-weight: 700;
color: #fff;
transform: rotate(90deg);
line-height: 1;
z-index: 30;
bottom: 203px;
left: 12px;
}

.scrolldown {
position: absolute;
width: 1px;
height: 90px;
bottom: 90px;
left: 30px;
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 {
display: none;
}

#indexColumn {
display: none;
}

.indexWrap {
position: relative;
width: 88%;
margin: 0 auto;
padding: 60px 0;
}

.indexWrapWide {
position: relative;
width: 100%;
margin: 0 auto;
padding: 60px 0;
}

.indexTitle,
.indexTitleWh,
.indexTitleL {
position: relative;
font-size: 2.4rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
margin-bottom: -70px;
padding-top: 30px;
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: 90px;
width: 90px;
height: 16px;
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: 7rem;
font-weight: 700;
color: #e6e8ea;
display: block;
white-space: nowrap;
z-index: -1;
top: -75px;
}

.wrapColor {
/*background: #f5f5f5;*/
background: url("../img/color_bg.jpg") repeat left top;
background-size: 13px;
width: 100%;
}

#indexAboutTitle {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 40px;
}

#indexAboutTitle span {
background: linear-gradient(transparent 60%, #4bb3fd 60%);
}

#indexAboutTxt {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 40px;
line-height: 2.2;
}

#indexAboutEn {
position: absolute;
width: 100%;
color: #e6e8ea;
display: flex;
align-items: center;
overflow: hidden;
white-space: nowrap;
line-height: 1;
z-index: -1;
bottom: -10px;
left: 0;
}

#indexAboutEn ul {
font-family: var(--font-koho);
font-size: 10rem;
font-weight: 700;
transform: translateX(100%);
margin: 0;
padding: 0;
animation: flowing 1000s linear infinite;
}

#indexAboutEn ul li {
display: inline-block;
}

@keyframes flowing {
0% { transform:translateX(0); }
100% { transform:translateX(-100%); }
}

.indexServiceFlex {
margin-bottom: 30px;
}

.indexServiceFlex:last-child {
margin-bottom: 0;
}

.indexServicePhotoL,
.indexServicePhotoR {
position: relative;
width: 96%;
margin-bottom: 30px;
overflow: hidden;
border-radius: 0 70px 5px 0;
}

.indexServicePhotoR {
width: 100%;
border-radius: 100px 0 0 5px;
margin-left: 15px;
}

.indexServicePhotoL .numberR,
.indexServicePhotoR .numberL {
position: absolute;
font-family: var(--font-koho);
font-size: 8rem;
font-weight: 700;
color: #fff;
opacity: .7;
line-height: 1;
z-index: 1;
right: 30px;
bottom: -10px;
}

.indexServicePhotoR .numberL {
left: 30px;
}

.indexServiceTxt {
width: 88%;
margin: 0 auto;
}

.indexServiceTxt h3 {
font-size: 2.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
line-height: 1.2;
}

.indexServiceTxt h3 span {
position: relative;
font-size: 2rem;
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: 25px;
}

.btnR {
margin-top: 30px;
}

#indexVoiceFlex,
#voiceFlex {
width: 88%;
margin: 40px auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}

#voiceFlex {
width: 100%;
margin-bottom: -40px;
}

.indexVoice,
.voice {
position: relative;
background-color: #fff;
width: 100%;
text-align: justify;
margin-bottom: 70px;
padding: 60px 30px 30px;
border-radius: 5px;
}

.indexVoice p,
.voice p {
margin-bottom: 0;
}

.indexVoice:first-of-type,
.voice:first-of-type{
border-radius: 60px 5px 5px 5px;
}

.indexVoice:last-of-type {
margin-bottom: 0;
border-radius: 5px 5px 60px 5px;
}

.voice:last-of-type {
border-radius: 5px 5px 60px 5px;
}

.indexVoice .number,
.voice .number {
position: absolute;
font-family: var(--font-koho);
font-size: 1.4rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
margin: auto;
z-index: 1;
left: 0;
right: 0;
top: -58px;
}

.voiceIcon {
position: absolute;
background-color: #fff;
width: 80px;
height: 80px;
margin: auto;
border-radius: 80px;
overflow: hidden;
left: 0;
right: 0;
top: -40px;
}

.indexVoice h3,
.voice h3 {
font-size: 1.5rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
margin-bottom: 10px;
}

.indexVoice h3 span,
.voice h3 span {
font-size: 1.8rem;
display: block;
}

.indexVoice h4,
.voice h4 {
text-align: center;
}

.btnGoogle {
position: relative;
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 100%;
height: 80px;
font-size: 1.6rem;
font-weight: 700;
text-align: center;
color: #fff;
display: inline-block;
cursor: pointer;
padding: 0 10px 5px10px;
margin-bottom: 30px;
transition: .3s;
border-radius: 100px;
border: 1px solid var(--themeColor);
}

.btnGoogle i {
position: relative;
font-size: 2rem;
margin-left:5px;
top: 2px;
}

.btnGoogle:hover {
background-color: #fff;
color: var(--themeColor);
}

/**/

#slideWrap {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

#droneGallery {
position: absolute;
font-family: var(--font-koho);
height: 35px;
font-size: 4rem;
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: 88%;
margin: 0 auto;
padding: 60px 0;
}

#faqL {
width: 100%;
text-align: justify;
}

.tabWrap {
margin-bottom: 30px;
border-bottom: 2px solid var(--themeColor);
}

.tabWrap li {
background-color: var(--themeColor);
width: 100%;
font-weight: 700;
text-align: center;
color: #fff;
padding: 15px 20px;
cursor: pointer;
border-left: 2px solid var(--themeColor);
border-top: 2px solid var(--themeColor);
border-right: 2px solid var(--themeColor);
border-radius: 0;
}

.tabWrap li:first-child {
border-radius: 20px 20px 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: 20px;
border: 1px solid #ddd;
border-radius: 5px;
transition: .3s;
}

.accordion li:first-child {
border-radius: 20px 5px 5px;
}

.accordion li p:last-child {
margin-bottom: 0;
}

.accordion li:last-child {
margin-bottom: 0;
border-radius: 5px 5px 5px 20px;
}

.accordion li h3 {
position: relative;
font-size: 1.3rem;
font-weight: 700;
}

.accordion a {
position: relative;
color: var(--themeColor);
display: block;
text-decoration: none;
cursor: pointer;
padding: 20px 50px 20px 20px;
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: 15px;
}

.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: 2.2rem;
font-weight: 600;
line-height: 1;
}

.toggle dd {
padding: 0 0 0 24px;
}


.qaDetail {
color: var(--txtColor);
display: none;
padding: 0 24px 20px;
overflow: hidden;
}

.qaDetail dt {
float: left;
font-family: var(--font-koho);
font-size: 2.2rem;
font-weight: 600;
color: var(--themeColor);
line-height: 1;
}

.qaDetail dd {
padding: 0 0 0 24px;
}

#faqR {
width: auto;
text-align: left;
}

.btn,
.btnWide {
position: relative;
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 200px;
height: 60px;
font-size: 1.3rem;
font-weight: 700;
text-align: left;
color: #fff;
cursor: pointer;
padding: 0 30px 2px 30px;
transition: .3s;
border-radius: 100px;
border: 1px solid var(--themeColor);
z-index: 1;
}

.btnWide {
width: 100%;
}

.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: 1.7rem;
content: '\f2d2';
font-weight: 900;
margin: auto;
top: 18px;
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;
}

/**/

#titleWrap {
position: relative;
background: url("../img/color_bg.jpg") repeat left top;
background-size: 13px;
width: 100%;
height: 320px;
overflow: hidden;
}

#contentsTitle {
position: absolute;
font-size: 2.4rem;
font-weight: 700;
color: var(--themeColor);
text-align: center;
padding-top: 30px;
white-space: nowrap;
line-height: 1.5;
z-index: 2;
top: 150px;
left: 50%;
transform: translateX(-50%);
}

#contentsTitle::before {
position: absolute;
background: url("../img/title_bg.svg") no-repeat;
background-size: 90px;
width: 90px;
height: 16px;
content: "";
margin: auto;
top: 0;
}

#contentsTitle::before {
left: 0;
right: 0;
}

#contentsTitle span {
position: relative;
font-family: var(--font-koho);
font-size: 7rem;
font-weight: 700;
color: #e6e8ea;
display: block;
z-index: -1;
top: -75px;
}

#breadcrumb {
position: absolute;
width: 88%;
font-size: 1rem;
text-align: left;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 5;
}

.wrapCo {
width: 88%;
margin: 0 auto;
padding: 40px 0;
}

.wrapShort {
width: 88%;
margin: 0 auto;
padding: 40px 0;
}

.wrapShort h2 {
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 10px;
}

.contentsTitle {
position: relative;
font-size: 2.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 30px;
padding-top: 20px;
line-height: 1.5;
}

.contentsTitle span {
background: linear-gradient(transparent 60%, #4bb3fd 60%);
}

.contentsTitle::before {
position: absolute;
background: url("../img/title_bg.svg") no-repeat;
background-size: 65px;
width: 65px;
height: 12px;
content: "";
margin: auto;
top: 0;
left: 0;
right: 0;
}

.contentsSubTitle {
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
}

.commonJTitle,
.commonJTitleMb {
position: relative;
font-size: 2.2rem;
font-weight: 700;
color: var(--themeColor);
padding-bottom: 18px;
border-bottom: 1px solid #ddd;
line-height: 1.3;
}

.commonJTitleMb {
margin-bottom: 30px;
}

.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: 40px 16px;
z-index: 0;
}

#aboutPhoto {
width: 100%;
margin: 0 auto;
margin-bottom: 40px;
}

#aboutPhoto img {
border-radius: 50px 5px 5px 5px;
}

/**/

.wrapService {
position: relative;
width: 88%;
text-align: center;
margin: 0 auto;
padding: 60px 0;
}

.wrapWh {
position: relative;
background-color: #fff;
width: 100%;
margin: 0 auto;
}

#serviceTopTxt {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 40px;
}

.serviceWrapFlex {
margin: 30px auto;
margin-bottom: 60px;
}

.serviceWrap {
position: relative;
width: 100%;
margin-bottom: 30px;
border-radius: 30px 5px 5px;
}

.serviceWrapPhoto img {
border-radius: 50px 5px 5px 5px;
}

.serviceTxt .number {
position: absolute;
font-family: var(--font-koho);
font-size: 6rem;
font-weight: 700;
color: #fff;
opacity: .7;
line-height: 1;
z-index: 1;
right: 0;
top: -52px;
}

.serviceTxt {
position: relative;
background-color: #fff;
width: 94%;
text-align: justify;
margin: 0 auto;
margin-top: -30px;
padding: 28px 28px 36px;
border-radius: 5px;
z-index: 1;
}

.serviceTxt h3 {
font-size: 2.2rem;
font-weight: 700;
text-align: center;
color: var(--themeColor);
margin-bottom: 20px;
line-height: 1.5;
}

.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: 100%;
font-size: 1.4rem;
margin: 0 auto;
padding: 30px 28px;
border-radius: 30px;
}

.priceFlex {
width: 100%;
text-align: left;
padding: 20px 0 22px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--themeColor);
line-height: 1.5;
}

.priceFlex:first-child {
border-top: 1px solid var(--themeColor);
border-bottom: 1px solid var(--themeColor);
}

.priceL {
}

.priceR {
position: relative;
text-align: right;
}

.priceR span {
font-size: 2.2rem;
font-weight: 700;
}

#priceTxtR {
width: 100%;
font-size: 1.1rem;
text-align: right;
margin: 15px auto;
}

.flexBlock {
display: block;
}

#serviceKv {
width: 100%;
margin-top: -20px;
margin-bottom: 40px;
}

#serviceKv img {
width: 100%;
border-radius: 50px 5px 5px 5px;
}

.serviceTxtCo {
margin-bottom: 40px;
}

.serviceTxtCo:last-of-type {
margin-bottom: 0;
}

#whereFlex {
margin: 30px auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#whereFlex li {
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 270px;
font-size: 1.5rem;
font-weight: 700;
color: var(--themeColor);
margin: 0 auto;
overflow: hidden;
border-radius: 5px;
border: 1px solid #ddd;
}

#whereFlex li:nth-of-type(1) {
border-radius: 30px 30px 5px 5px;
margin-bottom: 20px;
}

#whereFlex li:nth-of-type(2) {
margin-bottom: 20px;
}

#whereFlex li:nth-of-type(3) {
border-radius: 5px 5px 30px 30px;
}

#whereFlex li .inner {
padding: 20px 0 24px 0;
line-height: 1.5;
}

.fllowWrap {
position: relative;
width: 88%;
text-align: justify;
margin: 40px auto;
margin-bottom: 0;
}

.fllowL {
width: 100%;
}

.fllowR {
width: 100%;
display: flex;
justify-content: flex-end;
}

.fllowRInner {
width: 100%;
}

.fllowIconFlex {
display: flex;
justify-content: flex-start;
align-items: center;
}

.fllowIcon {
background-color: var(--themeColor);
width: 50px;
height: 50px;
text-align: center;
color: #fff;
margin-right: 10px;
border-radius: 50px;
line-height: 50px;
}

.fllowIcon i {
font-size: 2rem;
}

.droneFllow {
width: 30px;
fill: #fff;
}

.step {
font-family: var(--font-koho);
font-size: 1.8rem;
font-weight: 600;
color: #ccc;
line-height: 1;
}

.step span {
font-size: 3rem;
font-weight: 400;
}

.fllowL h3,
.fllowR h3 {
position: relative;
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 5px;
margin-bottom: 20px;
line-height: 1;
}

#report {
width: 100%;
margin: 40px auto;
margin-bottom: 30px;
}

#report li {
position: relative;
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 270px;
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
margin: 0 auto;
margin-bottom: 20px;
overflow: hidden;
border-radius: 5px;
border: 1px solid #ddd;
}

#report li span {
display: block;
}

#report li:nth-of-type(1) {
border-radius: 30px 30px 5px 5px;
}

#report li:nth-of-type(5) {
margin-bottom: 0;
border-radius: 5px 5px 30px 30px;
}

#report li .reportIcon {
position: absolute;
background-color: var(--themeColor);
width: 50px;
height: 50px;
margin: auto;
border-radius: 50px;
z-index: 1;
left: 0;
right: 0;
top: 165px;
}

#report li .reportTitle {
padding: 20px 0 20px;
}
#report li i {
font-size: 2.2rem;
color: #fff;
line-height: 48px;
}

.droneReport {
width: 30px;
fill: #fff;
padding-top: 20px;
}

#supportedBuildingsFlex {
width: 100%;
margin: 40px auto;
margin-bottom: -30px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.supportedBuildings {
width: 42%;
margin: 0 10px 10px;
}

.supportedBuildingsPhoto {
margin-bottom: 10px;
overflow: hidden;
border-radius: 20px;
}

.supportedBuildings h3 {
position: relative;
background: #fff;
width: 60%;
height: 40px;
font-size: 1.5rem;
font-weight: 700;
color: var(--themeColor);
margin: 0 auto;
margin-top: -20px;
border-radius: 5px;
line-height: 37px;
z-index: 1;
}

/**/

#postFlex {
width: 100%;
text-align: justify;
margin: 0 auto;
}

#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;
}

/**/

#postFlex {
width: 100%;
text-align: justify;
margin: 0 auto;
}

#columnWrap,
.post {
width: 100%;
text-align: justify;
margin-bottom: 60px;
}

#columnFlex {
}

#columnWrap .column {
position: relative;
width: 100%;
font-size: 1.3rem;
margin-bottom: 30px;
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: 220px;
overflow: hidden;
border-radius: 50px 5px 5px 5px;
}

#columnWrap .column .columnPhoto img {
width: 100%;
height: 220px;
object-fit: cover;
transition: .3s ease-in-out;
}

#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 h3 {
font-size: 1.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 10px;
line-height: 1.5;
}

#columnWrap .column p {
margin-bottom: 10px;
}

#columnWrap .column .inner .date {
font-family: var(--font-koho);
font-size: 1.4rem;
font-weight: 700;
}

.postSide {
width: 100%;
}

.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;
}

.rankingFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.postSide ul {
margin-bottom: 40px;
}

.postSide li {
font-size: 1.3rem;
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: 47%;
margin-bottom: 20px;
}

.columnSideRankingWrap .number {
position: relative;
font-family: var(--font-koho);
font-size: 1.5rem;
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 a h4 {
color: var(--themeColor);
}

.columnSideRanking a {
color: var(--txtColor);
}

.columnSideRanking .columnPhoto {
position: relative;
width: 100%;
height: 120px;
border-radius: 35px 5px 0 0;
overflow: hidden;
}

.columnSideRanking .columnPhoto img {
width: 100%;
height: 120px;
object-fit: cover;
border-radius: 35px 5px 0 0;
transition: .3s ease-in-out;
}

.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: justify;
padding: 16px 18px 18px;
}

.columnSideRanking h4 {
font-size: 1.3rem;
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: 2.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
padding-bottom: 20px;
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.2rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 40px;
margin-bottom: 26px;
padding-left: 18px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h3 {
font-size: 1.8rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h4 {
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h5 {
font-size: 1.4rem;
font-weight: 700;
color: var(--themeColor);
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post ol {
list-style: decimal;
padding-inline-start: 15px;
margin-bottom: 25px;
}

.post ul {
list-style: disc;
padding-inline-start: 15px;
margin-bottom: 25px;
}

.post img {
max-width: 100% !important;
margin-bottom: 30px;
border-radius: 5px;
}

#toc_container {
background-color: #f2f2f2;
width: 100%;
margin: 30px auto;
padding: 20px 30px 26px;
border-radius: 5px;
}

.toc_title {
font-size: 1.5rem;
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.3rem;
}

.toc_list li::before {
content: "- ";
}

.toc_list li ul li {
font-size: 1.2rem;
margin-left: 15px;
}

.mediaWrap {
width: 100%;
color: var(--themeColor);
text-align: center;
margin: 80px auto;
}

.mediaWrap h6 {
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
margin-bottom: 5px;
}

.mediaWrap i {
font-size: 2.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: 25px;
border-radius: 5px;
}

#writerPhoto {
width: 100% !important;
margin-bottom: 20px;
}

#writerPhoto img {
width: 100% !important;
margin-bottom: 0 !important;
border-radius: 30px 5px 5px 5px;
}

#writerTxt {
width: 100%;
}

#writerTxt h6 {
font-size: 1.7rem;
text-align: center;
color: var(--themeColor);
margin-bottom: 10px;
}

#writerTxt h6 i {
position: relative;
font-size: 2rem;
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 {
}

#relatedArticlesPost .column {
position: relative;
background-color: #fff;
width: 100%;
margin-bottom: 20px;
border-radius: 35px 5px 5px 5px;
transition: .3s;
}

#relatedArticlesPost .column a {
color: var(--txtColor);
}

#relatedArticlesPost .column .columnPhoto {
position: relative;
width: 100%;
height: 220px;
border-radius: 35px 5px 0 0;
overflow: hidden;
}

#relatedArticlesPost .column .columnPhoto img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 35px 5px 0 0;
transition: .3s ease-in-out;
}

#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: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}

.btnBackToList {
background-color: #fff;
font-family: var(--font-primary);
width: 120px;
height: 60px;
font-size: 1.2rem;
font-weight: 700;
color: var(--themeColor);
padding-bottom: 2px;
cursor: pointer;
border: 1px solid var(--themeColor);
border-radius: 100px;
transition: .3s;
}

.btnPrevWrap,
.btnNextWrap {
width: 80px;
}

.btnPrev,
.btnNext {
position: relative;
background: transparent;
width: 80px;
height: 25px;
font-size: 0;
text-align: left;
text-indent: -1000px;
color: var(--themeColor);
border: none;
cursor: pointer;
}

.btnPrev {
text-align: right;
}

.btnNext::before {
position: absolute;
background-color: var(--themeColor);
width: 10px;
height: 1px;
content: "";
margin: auto;
top: 0;
bottom: 0;
right: 15px;
}

.btnPrev::before {
position: absolute;
background-color: var(--themeColor);
width: 10px;
height: 1px;
content: "";
margin: auto;
top: 0;
bottom: 0;
left: 15px;
}

.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 .circle {
position: absolute;
width: 40px;
height: 40px;
border-radius: 40px;
border: 1px solid var(--themeColor);
margin: auto;
right: 0;
top: 0;
bottom: 0;
transition: .5s;
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: .5s;
transform: scale(1);
}

/**/

.pageNavi {
margin: 0 auto;
margin-top: 10px;
}

.wp-pagenavi {
position: relative;
font-size: 1.1rem;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
line-height: 30px;
}

.wp-pagenavi .pages {
display: none;
}

.wp-pagenavi .page {
margin: 0 3px;
}

.wp-pagenavi .current {
background-color: var(--themeColor);
width: 35px;
height: 35px;
color: #fff;
margin: 0 3px;
display: block;
border: 1px solid var(--themeColor) !important;
}

.wp-pagenavi a,
.wp-pagenavi .extend {
width: 35px;
height: 35px;
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: 92%;
margin: 0 auto;
margin-top: 40px;
}

#companyKv img {
border-radius: 60px 5px 5px 5px;
}

#wrapCompany {
width: 88%;
color: var(--txtColor);
text-align: justify;
margin: 0 auto;
padding: 30px 0 60px 0;
}

.outline {
width: 100%;
margin-bottom: 60px;
}

.outline a {
color: var(--themeColor);
}

.outline dt {
padding: 20px 0 0;
}

.outline dd {
padding: 0 0 20px;
border-bottom: 1px dotted #ccc;
}

.relatedWebsites {
margin-bottom: 15px;
}

.relatedWebsites:last-child {
margin-bottom: 0;
}

.relatedWebsites dt {
color: var(--txtColor);
padding: 0;
}

.relatedWebsites dd {
padding: 0;
border-bottom: 0
}

#mapCustmomize {
position: relative;
width: 100%;
padding-top: 400px;
height: 0;
margin-top: 30px;
margin-bottom: 60px;
border-radius: 30px;
}

#mapCustmomize iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 30px;
}

.companyMedia {
margin-top: 30px;
}

/**/

#wrapContact {
width: 88%;
text-align: justify;
margin: 0 auto;
padding: 40px 0;
}

.contactCallWrap {
position: relative;
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 100%;
font-size: 3.2rem;
color: var(--themeColor);
text-align: center;
margin: 30px auto;
margin-bottom: 40px;
padding: 30px 20px 34px;
border-radius: 10px;
border: 1px solid #ddd;
line-height: 1.2;
}

.contactCallWrap i {
margin-right: 10px;
}

.contactCallWrap span {
font-family: var(--font-koho);
font-weight: 700;
}

.contactCallWrap .manager {
font-size: 1.6rem;
line-height: 1.5;
}

.commonTitleH3 {
font-size: 2rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 30px;
padding: 0 0 10px 15px;
border-left: 3px solid var(--themeColor);
border-bottom: 1px solid #ddd;
line-height: 1.5;
}

.commonTitleH4 {
font-size: 1.7rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
line-height: 1.5;
}

.commonTitleH4s,
.commonTitleH4s2 {
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
line-height: 1.5;
}

.commonTitleH4s2 {
margin-bottom: 40px;
}

#serviceArea {
background:  url("../img/faq_bg.jpg") repeat left top;
background-size: 10px;
width: 100%;
margin-bottom: 40px;
padding: 25px 30px;
border-radius: 10px;
border: 1px solid #ddd;
}

#serviceArea h5 {
font-size: 1.5rem;
color: var(--themeColor);
}

.coolroofBtn {
position: relative;
background-color: var(--themeColor);
font-family: var(--font-primary);
width: 100%;
height: 100px;
font-size: 1.5rem;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 30px;
cursor: pointer;
padding: 0 80px 2px 30px;
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: 2.2rem;
content: '\f2d2';
font-weight: 900;
margin: auto;
top: 35px;
right: 30px;
}

#lineFlex {
margin: 0 auto;
margin-bottom: 40px;
}

#lineTxt {
width: 100%;
color: var(--txtColor);
}

#lineWrap {
width: 80%;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}

#lineWrap img {
width: 75%;
}

.contactTxt {
color: var(--txtColor);
margin-bottom: 30px;
}

.contactFlex {
width: 100%;
color: var(--txtColor);
padding: 20px 0;
border-top: 1px dotted #ccc;
}

.contactFlex p {
margin-bottom: 0;
}

.contactL {
width: 100%;
margin-bottom: 10px;
}

.contactR {
width: 100%;
text-align: left;
}

.contactR .inputW {
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.3rem;
padding: 15px;
border: 1px solid #f2f2f2;
border-radius: 5px;
transition:  .5s;
}

.contactR input {
font-size: 1.3rem;
color: var(--txtColor);
}

.contactR textarea {
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 200px;
font-size: 1.3rem;
color: var(--txtColor);
padding: 15px;
border: 1px solid #f2f2f2;
border-radius: 5px;
}

.required {
position: relative;
background-color: #C71316;
width: 36px;
height: 22px;
font-size: 1rem;
color: #fff;
text-align: center;
display: inline-block;
margin-right: 7px;
border-radius: 300px;
line-height: 21px;
top: -1px;
}

.any {
position: relative;
background-color: #bbb;
width: 36px;
height: 22px;
font-size: 1rem;
color: #fff;
text-align: center;
display: inline-block;
margin-right: 10px;
border-radius: 300px;
line-height: 21px;
top: -1px;
}

.formSelect {
position: relative;
}

.formSelect select {
position: relative;
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.3rem;
color: var(--txtColor);
padding: 15px;
border: 2px solid #f2f2f2;
border-radius: 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.formSelect::after {
position: absolute;
width: 8px;
height: 8px;
content: "";
border-right: 1px solid var(--themeColor);
border-bottom: 1px solid var(--themeColor);
margin: auto;
transform: rotate(45deg);
z-index: 1;
top: -5px;
bottom: 0;
right: 20px;
}

.originalFileBtn {
font-family: var(--font-primary);
width: 100%;
}

::file-selector-button {
background-color: var(--themeColor);
font-family: var(--font-primary);
font-size: 1.2rem;
font-weight: 700;
color: #fff;
margin-right: 10px;
margin-bottom: 5px;
padding: 8px 10px 11px 10px;
border: none;
border: 1px solid var(--themeColor);
border-radius: 100px;
cursor: pointer;
}

.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;
}

.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;
}

.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 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"] {
width: 10px;
}

.contactR .checkWrap .wpcf7-list-item label {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
cursor: pointer;
left: -12px;
}

.contactR .checkWrap .wpcf7-list-item label span {
margin: 0;
padding: 0;
}

.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: 3px;
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: 30px;
border-top: 1px dotted #ccc;
}

/*

.btnSubmit {
position: absolute;
width: 100%;
cursor: pointer;
margin: auto;
top: 30px;
left: 0;
right: 0;
}

.btnSubmit::before {
position: absolute;
font: var(--fa-font-solid);
content: "\f1d8";
font-size: 2.4rem;
color: #fff;
margin: auto;
left: -28%;
right: 0;
top: 26px;
}

*/

.wpcf7-submit {
background-color: #e86a33;
font-family: var(--font-primary);
width: 100%;
height: 80px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
padding-bottom: 5px;
cursor: pointer;
transition: .3s;
border: 2px solid #e86a33;
border-radius: 500px;
box-shadow: -5px 5px 0 #f2f2f2;
}

.thanksTxt {
color: var(--txtColor);
margin-top: 30px;
}












/**/

#contactWrapBottom {
position: relative;
background: url("../img/contact_bottom_bg.jpg") no-repeat center;
background-size: cover;
width: 88%;
font-size: 1.5rem;
font-weight: 700;
color: #fff;
text-align: center;
margin: 0 auto;
padding: 30px;
border-radius: 50px;
}

#contactWrapBottom::after {
position: absolute;
background: rgba(0,0,0,.4);
width: 100%;
height: 100%;
content: "";
border-radius: 50px;
z-index: 1;
left: 0;
top: 0;
}

#contactBottomSvg {
position: relative;
width: 60%;
margin: 0 auto;
margin-bottom: 30px;
z-index: 2;
}

#contactWrapBottom p {
position: relative;
z-index: 2;
}

.btnLineContactFlex {
position: relative;
width: 100%;
z-index: 2;
}

.btnLine {
background-color: #06c755;
font-family: var(--font-primary);
width: 100%;
height: 100px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
padding-bottom: 6px;
cursor: pointer;
transition: .3s;
border: 1px solid #06c755;
border-radius: 500px;
}

.btnLine span {
font-size: 2rem;
}

.btnLine:hover {
background-color: #fff;
color: #06c755;
}

.btnLine i {
position: relative;
font-size: 2.4rem;
margin-right: 10px;
top: 4px;
}

.btnContact {
background-color: #e86a33;
font-family: var(--font-primary);
width: 100%;
height: 100px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
padding-bottom: 6px;
cursor: pointer;
transition: .3s;
border: 1px solid #e86a33;
border-radius: 500px;
}

.btnContact:hover {
background-color: #fff;
color: #e86a33;
}

.btnContact i {
position: relative;
font-size: 2.4rem;
margin-right: 5px;
top: 3px;
}

/**/

footer {
position: relative;
background-color: var(--themeColor);
width: 100%;
color: #fff;
margin: 0 auto;
padding: 40px  20px 100px;
border-radius: 50px 50px 0 0;
overflow: hidden;
}

#footerL {
position: relative;
width: 100%;
font-size: 1.2rem;
font-weight: 700;
text-align: center;
}

#footerL a {
color: #fff;
}

#footerLogo {
width: 150px;
margin: 0 auto;
margin-bottom: 30px;
}

#copyRight {
position: relative;
width: 100%;
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
margin: 0 auto;
padding: 30px 0;
letter-spacing: .05em;
line-height: 1;
}

#footerR {
width: 100%;
font-size: 1.4rem;
white-space: nowrap;
margin-bottom: 20px;
}

#footerR ul {
position: relative;
}

#footerR ul li {
position: relative;
text-align: center;
margin: 20px auto;
}

#footerR ul li a {
font-size: 1.3rem;
font-weight: 600;
color: #fff;
text-decoration: none;
margin: 0;
padding: 0;
line-height: 1.5;
}

#footerR ul li a .droneNav {
width: 36px;
height: 19px;
}

#footerR ul li a .cls-1 {
fill: #fff;
}

#footerR ul li a i {
font-size: 1.8rem;
}

#footerR ul li a span {
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
display: block;
letter-spacing: .05em;
}

#pagetop {
position: fixed;
background-color: var(--themeColor);
width: 50px;
height: 50px;
border-radius: 50px;
border: 1px solid #fff;
bottom: -70px;
right: 10px;
transition: .3s;
z-index: 500;
}

#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;
}

#callBtn {
position: fixed;
background-color: #e86a33;
width: 50%;
height: 90px;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
color: #fff;
padding-top: 10px;
z-index: 550;
border: 1px solid #e86a33;
transition: .3s;
letter-spacing: 0;
line-height: 1.3;
right: 0;
bottom: 0;
}

#callBtn i {
font-size: 2.2rem;
margin-bottom: 5px;
}

 #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: 50%;
height: 90px;
font-size: 1.2rem;
font-weight: 700;
text-align: center;
color: #fff;
padding-top: 16px;
z-index: 550;
border: 1px solid #06c755;
transition: .3s;
line-height: 1.3;
left: 0;
bottom: 0;
}

#lineBtn i {
font-size: 3rem;
margin-bottom: 5px;
}

#lineBtn span {
display: block;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

.alignright,
.alignleft,
.aligncente {
display: block;
margin: 0 auto;
margin-bottom: 30px;
}

}