*{
text-decoration: none;

}

html{
  height: 100%;
  margin: 0 auto;
}

body{
max-width: 100%;
  word-wrap: break-word;
overflow-wrap: break-word;
}




table{
table-layout:fixed;
width: 100%;
}



br{
display: block;
}
@media screen and (max-width: 767px) {
br{
display: none;
}
}


.row:before, .row:after {
width:0px;
}


a.anchor{
    display: block;
    padding-top: 65px;
    margin-top: -65px;
}


#wrap{
	font-size: 100%;
	color: #333535;
	line-height: 1.8;
	max-width: 100%;
	overflow: hidden;
	padding-top: 78px;
}

@media screen and (max-width: 767px) {
#wrap{
	font-size: 100%;
	color: #333535;
	line-height: 1.8;
	max-width: 100%;
	overflow: hidden;
	padding-top: 0;
}
}


.content_box{
	max-width: 1300px;
	margin: 0 auto;
}



.content_box2{
	max-width: 1200px;
	margin: 0 auto;
}






/*zoom*/
.main_imgBox {
height: 800px;
overflow: hidden;
position: relative;
margin-bottom: 30px;
}


.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 800px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
}

 .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2) ;
         z-index:9;
    }
    100% { opacity: 0 }
}

@media screen and (max-width:767px) {
.main_imgBox {
height: 500px;
overflow: hidden;
position: relative;
margin-bottom: 30px;
}
.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
}
}


/*zoom*/







.cd-fixed-bg {
    position: relative;
    min-height: 300px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 2;
    margin-bottom: 30px;
}


.cd-fixed-bg.cd-bg-1{
  background-image: url('../img/common/company_bg.jpg');
  min-height: 300px;
      background-size: cover;
}

.cd-fixed-bg.cd-bg-2{
  background-image: url('../img/common/contact_bg.jpg');
  min-height: 300px;
      background-size: cover;
}
.cd-fixed-bg.cd-bg-3{
  background-image: url('../img/common/service_bg.jpg');
  min-height: 300px;
      background-size: cover;
}
.cd-fixed-bg.cd-bg-4{
  background-image: url('../img/common/price_bg.jpg');
  min-height: 300px;
      background-size: cover;
}



@media screen and (max-width: 767px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}







.pc_banner_box{
background: #000;
position: fixed;
left:0;
bottom:0;
z-index: 9999;
width: 300px;
height: 200px;
display: block;
}
.sm_banner_box{
background: #000;
position: fixed;
left:0;
bottom:0;
z-index: 9999;
width: 200px;
height: 100px;
display: none;
}
@media screen and (max-width: 767px) {
.pc_banner_box{
background: #000;
position: fixed;
left:0;
bottom:0;
z-index: 9999;
width: 300px;
height: 200px;
display: none;
}
.sm_banner_box{
background: #000;
position: fixed;
left:0;
bottom:0;
z-index: 9999;
width: 200px;
height: 100px;
display: block;
}
}



/*menu*/
.menu{
background: #000;
padding: 15px 0;
position: fixed;
z-index: 9999;
width: 100%;
}
.menu a{
color: #fff;
text-decoration: none;
}

.menu .logo a{
display: block;
max-height: 48px;
}
.menu .logo img{
text-align: left;
max-width: 160px;
max-height:48px;
}


.menu .text_menu{
text-align: center;
padding-top: 16px;
}
.menu .text_menu a{
padding: 0 20px;
text-align: center;
}

.menu .contact_btn{
max-width:200px;
display:block;
padding:16px 30px;
background:#0ea0a0;
text-align:center;
float:right;
border-radius:5px;
}
@media screen and (max-width:767px) {
.menu{
display: none;
}
}
/*menu*/





/*h2*/
.h2_style h2{
  position: relative;
  font-size: 200%;
  font-weight: 600;
  text-align: center;
}
.h2_style span{
color: #0ea0a0;
}
.h2_style h3{
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
}

.h2_style h2::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #0ea0a0;
  content: '';
}
/*h2*/


.mw800{
padding: 0 30px;
margin: 0 auto;
text-align: center;
}
.mw800 img{
max-width: 800px;
}


.link_btn1{
padding: 10px;
background: #7dd1d3;
border-radius:5px;
}
.link_btn2{
padding: 10px;
background: #e49090;
border-radius:5px;
}
.link_btn3{
padding: 10px;
background: #fdcd40;
border-radius:5px;
}
.link_btn4{
padding: 10px;
background: #adbcdb;
border-radius:5px;
}
.link_btn{
margin-bottom: 15px;
}
.link_btn a{
text-decoration: none;
color: #3d3d3d;
display: block;
padding: 60px 0;
background-image: linear-gradient(-45deg, #fff 20px, transparent 0);
}
@media screen and (max-width: 767px) {
.link_btn a{
text-decoration: none;
color: #3d3d3d;
display: block;
padding: 30px 0;
background-image: linear-gradient(-45deg, #fff 20px, transparent 0);
}
}






.footer_logo{
max-width: 100px;
margin: 0 auto 30px;
}

.copy{
padding-bottom: 30px;
line-height:0;
font-size:60%;
text-align:center;
}




/*contact_area*/

.contact_area{
width: 100%;
padding: 60px;
margin-bottom: 30px;
	background: url("../img/common/contact_area_bg.webp") no-repeat center center;
	background-size: cover;
}

.contact_area h4{
  font-size: 200%;
  font-weight: 600;
  text-align: center;
}
.contact_area span{
color: #c53131;
}
.contact_area_box{
text-align: center;
margin: 0 auto;
padding: 60px;
max-width: 600px;
background-color:rgba(255,255,255,0.8);
}
.contact_area_box a{
display: block;
padding: 15px 30px;
background: #0ea0a0;
max-width: 200px;
margin: 15px auto 0;
font-weight: 600;
color: #fff;
text-decoration: none;
border-radius:5px;
}

@media screen and (max-width: 767px) {
.contact_area{
width: 100%;
padding: 30px 15px;
	background: url("../img/common/contact_area_bg.webp") no-repeat center center;
	background-size: cover;
margin-bottom: 30px;
}
.contact_area_box{
text-align: center;
margin: 0 auto;
padding: 20px 20px 30px;
max-width: 600px;
background-color:rgba(255,255,255,0.8);
}
.contact_area h4{
  font-size: 160%;
  font-weight: 600;
  text-align: center;
}
}


/*contact_area*/









.service_box{
padding: 0 60px;
margin-top: 120px;
}

.service_img p{
padding: 0 60px;
}

.youtube_v{
width: 100%;
height: 450px;
}

.service_title{
  font-size: 200%;
  font-weight: 600;
}
.service_title span{
color: #0ea0a0;
}
.service_sub{
  font-weight: 600;
  border-bottom: 1px solid #0ea0a0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
.service_box{
padding: 0 15px;
margin-top: 30px;
}
.service_img p{
padding: 0 15px;
}
.youtube_v{
width: 100%;
height: 250px;
}
}









/*price*/
.price_title{
  font-size: 200%;
  font-weight: 600;
}
.price_title span{
color: #0ea0a0;
}
.price_sub{
  font-weight: 600;
  border-bottom: 1px solid #0ea0a0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.price_title{
  font-size: 160%;
  font-weight: 600;
}
}
.price2_title{
  font-size: 200%;
  font-weight: 600;
  border-bottom: 1px solid #35598e;
  /*padding-bottom: 15px;*/
  margin-bottom: 15px;
}
.price2_title span{
color: #35598e;
}
@media screen and (max-width: 767px) {
.price2_title{
  font-size: 160%;
  font-weight: 600;
}
}



.link_price2_btn{
padding: 10px;
font-size: 200%;
font-weight: 600;
background: #35598e;
border-radius:5px;
}
.link_price_btn a{
text-align: center;
text-decoration: none;
color: #fff;
display: block;
padding: 20px 0;
background-image: linear-gradient(-45deg, #fff 20px, transparent 0);
}
@media screen and (max-width: 767px) {
.link_price_btn a{
text-decoration: none;
color: #fff;
display: block;
padding: 10px 0;
background-image: linear-gradient(-45deg, #fff 20px, transparent 0);
}
.link_price2_btn{
padding: 10px;
font-size: 140%;
font-weight: 600;
background: #35598e;
border-radius:5px;
}
}
















.contact_span{
padding: 5px 15px;
margin-right: 10px;
background: #0ea0a0;
border-radius:5px;
color: #fff;
}
.contact_span2{
padding: 5px 15px;
margin-right: 10px;
background: #333;
border-radius:5px;
color: #fff;
}

.contact_info{
padding: 30px 35px;
background: #eee;
}



@media screen and (max-width:1024px) { 
}
@media screen and (max-width:767px) { 
}



















.f_80{
font-size: 80%;
}

.all_p10_b0{
padding: 0 10px 10px;
}

.all_p10{
padding: 10px;
}

.t_center{
text-align: center;
}
.t_right{
text-align: right;
}
.t_left{
text-align: left;
}
.p_lr30{
padding: 0 0 0 30px;
}
.ml30{
margin-left: 30px;
}
.m_auto{
margin: 0 auto;
}
.mb5{
margin-bottom: 5px;
}
.mb10{
margin-bottom: 10px;
}
.mb15{
margin-bottom: 15px;
}
.mb20{
margin-bottom: 20px;
}
.mb30{
margin-bottom: 30px;
}
.mb40{
margin-bottom: 40px;
}
.mb50{
margin-bottom: 50px;
}
.mb60{
margin-bottom: 60px;
}

