@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:1550px){
	.menuBox a {
		font-size: 14px;
	}
	.menuBox li {
		margin-left: 20px;
	}
	.telBtn .text01{
		font-size: 13px;
	        }
	
	.telBtn .text02{
		font-size: 16px;
	        }
}

@media screen and (max-width:1330px){
	.menuBox a {
		font-size: 12px;
	}
	.menuBox li {
		margin-left: 16px;
	}
	.telBtn .text01{
		font-size: 11px;
	        }
	
	.telBtn .text02{
		font-size: 14px;
	        }
}

@media screen and (max-width:1220px){
	.tablet_none{
		display: none !important;
	}
	
	.tablet{
		display: block;
	}
	
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position:fixed;
		width: 60px;
                    height: 60px;
		cursor: pointer;
		z-index:99999;
        		background-size: cover;
        		right: 0;
        		top: 0;
        		background:linear-gradient(to left,#4FAACB,#785CD6);
		border-radius: 0 0 0 20px;
	}
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 40px;
		margin-left: 12px;
    	margin-top: 8px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 80%;
		background: #ffffff;
		left: 10%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        border-radius: 50px;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 10px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 18px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 26px;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
		background: #002A4A;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
		line-height: 2.5em;
    }
	
	 #global-nav *{
		color:#ffffff;; 
	}
	
	.navCont{
		position: relative;
		padding-top: 60px;
	}
	
	.sp_logo{
		position: absolute;
		top:0;
		left: 20px;
	}
	
	
    #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav-toggle span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        overflow: auto;
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
	
	header.headFixed{
		padding: 10px;
		align-items: center;
		padding-right: 80px !important;
		height:60px;
		box-sizing: border-box;
	}
	
	.menuCont{
		padding: 0 5%;
		max-width: 676px;
		margin: auto;
	}
	
	.menuBox{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	
	.menuBox li{
		width: 50%;
		margin-left: 0;
		margin-bottom: 20px;
		height: auto;
		text-align: left;
	}
	
	.menuBox a {
		font-size: 21px;
	}
	
	
	.main_img {
		bottom: 110px;
	}
	
	.sp_menu_cont{
		margin-top: 40px;
	}
	
	.sp_menu_cont .footIcon {
		justify-content: left;
		margin-bottom: 100px;}
	
	.sp_menu_cont .footText{
		margin-top: 0;
	}

	.sp_menu_cont .footIcon{
		justify-content: center;
	}

	.footIcon li:nth-child(1) {
		margin-left: 20px;
	}

	.sec02List01--box {
		font-size: 14px;
	}
	
	.sec03Cont02__Text01 {
		font-size: 14px;
	}

	.sec03Cont02__Text02 {
		font-size: 12px;
	}
	
	.priceTable01_pc td:not(.pt01),
	.sec05Table__pc td:not(.pt01),
	.priceTable02 td{
		font-size: 12px;
	}
	
	.priceTable01_pc td:not(.pt01) strong,
	.priceTable02 td strong,
	.sec05Table__pc td strong{
		font-size: 16px;
	}

	.JSlist__text{
		font-size: 16px;
	}
	
	.sec05List li {
		padding: 20px 50px;
		height: auto;
		min-height: 165px;
	}
	
	.sec05List--text__pt01 {
		font-size: 16px;
	}
	
	.sec05List--text__pt02 {
		font-size: 12px;
	}	
	
	.sec05Table__pc th:first-child {
		width: auto;
	}
	
	.sec05_b_list02__title span {
		font-size: 18px;
	}
	
	.sec05_b_list02__text{
		font-size: 14px;
	}
  
  .footCont * {
      font-size: 14px;
  }
  
  .panel_Icon{
		display: none;
	}
	
	
  .telWrap{
    width: 300px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
  }
  
  .telWrap a{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .telWrap a .osaka{
    padding: 20px 10px 10px 20px;
  }

  .telWrap a .tokyo{
	padding: 10px 20px 20px 20px;
        }
  
  .telWrap a .spTelImg{
    margin-right: 10px;
    position: relative;
    height: 100%;
    width: 22px;
  }
  
  .telWrap a .spTelImg img{
    position: absolute;
    left: -30px;
    top: 30px;
  }
  
  .telWrap a .spText01{
    font-weight: 700;
    font-size: 24px;
    color:#000000 !important;
    line-height: 30px;
  }
  
  .telWrap a .spText02{
    padding-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color:#000000 !important;
  }

  .telWrap a .spText03{
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 20px;
    color:#000000 !important;	
  }
}

@media screen and (max-width:1250px){
	.content{
		padding:0 5%;
	}
	
	.mainText,
	.mainSubText01,
	.mainSubText02{
		width: 60%;
	}
	
	.mainText img{
		width: 50vw !important;
		min-width: 50vw !important;
	}
	
	.mainSubText01{
		font-size: 18.75px;
	}
	
	.mainSubText02{
		font-size: 25px;
	}
	
	.main_img{
		width: 45%;
		right: 0;
	}
	
	.scrolldown {
		right: 180px;
	}
	
	.main_icon02 {
		left: 20vw;
	}

	.main_icon03 {
		left: 40vw;
	}
	
	.mainUd {
		left: 5%;
		font-size: 18.75px;
	}
	
	.mainUd .eachTextAnime03 *{
		font-size: 18.75px;
	}
  
  .panel_Text {
      padding-right: 0;
  }

}

@media screen and (max-width:1100px){
	.sec01List__title {
		font-size: 22px;
	}
	
	.sec01List__text {
		font-size: 13.75px;
	}

	.sec02List01--box {
		font-size: 13.75px;
	}
	
	.sec03Cont02__Text01 {
		font-size: 16.5px;
	}

	.sec03Cont02__Text02 {
		font-size: 13.75px;
	}
	
	.sec03Cont02__List li {
		width: calc((100% - 15vw) / 4);
		margin-right: calc(15vw / 3);
	}
	
	.sec03Cont02__List li:nth-child(4n + 4) {
		margin-right: 0;
	}
	
	.priceTable01_pc td:not(.pt01),
	.sec05Table__pc td:not(.pt01),
	.priceTable02 td{
		font-size: 13.75px;
	}
	
	.priceTable01_pc td:not(.pt01) strong,
	.priceTable02 td strong,
	.sec05Table__pc td strong{
		font-size: 22px;
	}

	.JSlist li {
		padding: 0 3vw;
	}
	
	.JSlist__text{
		font-size: 16.5px;
	}
	
	.sec05List li {
		padding: 20px 50px;
		height: auto;
		min-height: 165px;
	}
	
	.sec05List--text__pt01 {
		font-size: 22px;
	}
	
	.sec05List--text__pt02 {
		font-size: 13.75px;
	}	
	
	.sec05Table__pc th:first-child {
		width: auto;
	}
	
	.sec05Table__pc ttd:first-child {
		width: 80px;
	}
	
	.sec05_b_list02__title span {
		font-size: 22px;
	}
	
	.sec05_b_list02__text{
		font-size: 16.5px;
	}
	
	.sec05_b_list02 li {
		padding: 3vw;
		width: calc((100% - 7vw) / 3);
	}
	
	.companyTable th {
		width: 20vw;
	}
	
	.footCont *{
		font-size: 16.5px;
	}	
	
	.footBox {
		max-width: 32vw;
	}

	
}

@media screen and (max-width:900px) and (min-width:651px){
  .mainImage {
      display: flex;
      align-items: center;
  }
  
  .mainImageBox{
    padding-bottom: 300px;
    position: relative;
  }
  
	.mainText img {
		width: 90vw !important;
		min-width: 90vw !important;
	}
	
	.mainText {
		margin-top:0;
	}
	
	.main_icon04 {
		right: 190px;
		top: 80px;
	}
	
	.scrolldown span {
		color: #ffffff;
	}
	
	.scrolldown::after {
		background: #ffffff;
	}
  
  .main_icon01 {
      left: 0px;
      top: 40vw;
  }
  
  .main_icon02 {
      left: 15vw;
      top: 45vw;
  }
  
  .main_icon03 {
      left: 33vw;
      top: 43vw;
  }
  
  .scrolldown {
      right: 100px;
  }
  
  .main_icon04 {
      top: 0px;
  }
  
  .main_icon05 {
      top: 0px;
  }  
  
  .main_icon05 {
      top: -10px;
  }
  .sec02udCont {
	font-size: 15px;
}
}

@media screen and (max-width:850px){	
	.mainSubText01 {
		font-size: 3vw;
	}
	
	.mainSubText02 {
		font-size: 2.5vw;
	}
	
	.mainUd .eachTextAnime03 * {
		font-size: 2vw;
	}
	
	.main_icon01 img{
		width: 70px;
	}
	
	.main_icon02 img{
		width: 75px;
	}
	
	.main_icon03 img{
		width: 73px;
	}
	
	.main_icon04 img{
		width: 70px;
	}
	
	.main_icon05 img{
		width: 75px;
	}
	
	.sec02udCont {
		padding: 5vw;
		font-size: 15px;
	}
	
	.sec02Title {
		font-size: 42.5px;
	}

	.sec02List02{
		padding-bottom: 40px;
	}
	
	.sec02List02 li {
		width: calc((100% - 10vw) / 3);
    height: auto;
    aspect-ratio: 1 / 1;
	}
  
  .sec02List02Img img{
    width: 50px;
  }  


  li:nth-child(1) .sec02List02Img img{
    width: 40px;
  }

.sec02List02Text01{
  font-size: 16px;
}

.sec02List02Text02{
  font-size: 18px;
}

	
	.sec02_b {
		font-size: 42.5px;
	}
	
	.workList li {
		width: calc((100% - 60px) / 2);
	}
	
	.companyTable {
		width: 100%;
	}
	
	
}



@media screen and (max-width:680px){
	.sp{
		display: block;
	}
	
	.pc{
		display: none !important;
	}
  
  .mainUdCont {
      z-index: 1;
  }
  
  .mainUdCont:after {
      z-index: -1;
  }
  
  table.sp {
      display: table;
  }
	
	img{
		max-width: 100%;
	}
	
	.mainImage{
		height: 100%;
	}
	
	.menuBox li{
		display: block;
	}
	
	.menuBox a {
	    font-size: 20px;
		text-align: left;
	}
	
	.sp_menu_cont {
		text-align: left;
	}
	.sp_menu_cont .footIcon {
		justify-content: left;
	}
	
	.footIcon li:nth-child(1) {
		margin-left: 0;
	}
	

	.sec01 {
		padding: 65px 0 65px;
		background-size: 150%;
	}
  
   .mainText,.mainSubText01, .mainSubText02 {
      width: 100%;
     position: relative;
     z-index: 2;
  }
	
	#advantage .contTitle img{
		width:70vw !important;
		min-width:70vw !important;
	}
	
	.subTitle {
		font-size: 18px;
	}
	
	.sec01List {
		display: block;
		margin-top: 30px;
	}
	
	.sec01List li {
		padding: 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.sec01List__title {
		font-size: 20px;
	}
	
	.sec01List__text {
		font-size: 14px;
    line-height: 24px;
	}
	
	.sec01List li{
		animation-duration: 1s;
	}
	
  .mb40{
    margin-bottom: 20px;
  }
  
	.sec02Title {
		padding-top: 20px;
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.sec02List01 li {
		width: calc((100% - 30px) / 2);
	}
	
	.sec02List01 li:nth-child(1){
		margin: 0 calc((100% - ((100% - 30px) / 2)) / 2);
		margin-bottom: 20px;
	}
	
	.sec02List01 {
		flex-wrap: wrap;
	}
	
	.sec02List01 li:nth-child(2) {
		display: block;
	}
	
	.sec02List01--img .pt02 img{
		width: 100px;
	}
	
	li:nth-child(1) .sec02List01--img .pt01 img{
		width: 50px;
	}
	
	li:nth-child(1) .sec02List01--img .pt02 {
		left: 30px;
	}
	
	.sec02List01--box {
		font-size: 15px;
		line-height: 1.7em;
	}
	
	li:nth-child(2) .sec02List01--img .pt01 img{
		width: 70px;
	}
	
	li:nth-child(2) .sec02List01--img .pt01 {
		padding-top: 7px;
		padding-bottom: 23px;
	}
	
	li:nth-child(2) .sec02List01--img .pt02 {
		left: 10px;
	}
	
	li:nth-child(3) .sec02List01--img .pt01 img{
		width: 70px;
	}
	
	li:nth-child(3) .sec02List01--img .pt02 {
		left: 50px;
	}
	
	li:nth-child(3) .sec02List01--img .pt01 {
		text-indent: 0px;
		padding-bottom: 28px;
	}
	
	.sec02Title03 span {
		font-size: 20px;
	}
	
	.sec02udCont {
		padding: 5vw;
		font-size: 15px;
		flex-wrap: wrap;
    		padding-top: 50px;
    		margin-top: -35px;
	}
	
	.sec02udCont p{
		margin-bottom: 10px;
	}	
	
	.sec02Title04 {
		font-size: 25px;
		margin-top: 40px;
	}
	
	.sec02Text {
		font-size: 16px;
	}
	
	.sec02List02 li {
		width: calc((100% - 25px) / 2);
	}
	
	.sec02List02{
		flex-wrap: wrap;
	}
	
	.sec02List02 li:nth-child(1) {
		margin:0 calc((100% / 4) + 6px);
		margin-bottom: 0;
	}
	
	.sec02 {
		padding-bottom: 40px;
	}
	
	.sec02_b {
		font-size: 32px;
		padding: 20px 0;
    line-height: 48px;
	}
  
  
.sec02List02Img{
  margin-bottom: 0;
}  
    


	
	.sec03 {
		padding: 60px 0 40px;
	}
	
	#service .contTitle img{
		width: 50vw !important;
		min-width: 50vw !important;
	}
	
	.sec03Cont01__Title {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.sec03Cont01__Text {
		font-size: 14px;
    line-height: 24px;
	}
	
	.tab {
		font-size: 15px;
		padding-top: 40px;
	}
	
	.panel.is-show {
		padding: 30px 0 45px;
	}
	
	.panel_Title {
		font-size: 16px;
	}
	
	.panel_Text {
		font-size: 14px;
	}
	
	.sec03Cont02__Title {
		font-size: 20px;
		margin-top: 60px;
	}

	.sec03Cont02__List{
	padding-bottom: 30px;
	}
	
	.sec03Cont02__List li {
		width: calc((100% - 20px) / 2);
		margin-right: 0;
		margin-top: 30px;
	}
	
	.sec03Cont02__Text01 {
		font-size: 16px;
    height: auto;
    margin: 3px 0 10px;
	}
	
	.sec03Cont02__Text02 {
		font-size: 14px;
    line-height: 24px;
	}
	
	.sec04 {
		padding: 60px 0 40px;
	}
	
	#price .contTitle img{
		width: 35vw !important;
		min-width: 35vw !important;
	}	
	
	.priceTable01_pc td:not(.pt01) strong, .priceTable02 td strong, .sec05Table__pc td strong {
		font-size: 18px;
	}
	
	.priceTable01_pc td:not(.pt01), .sec05Table__pc td:not(.pt01), .priceTable02 td {
		font-size: 14px;
	}

	.priceTable01_pc td {
    	width: 50%;
	}
	
	.priceTable01_pc td {
    	width: 50%;
	}
	
	.priceTable01_pc .pt01 {
		font-size: 14px;
    padding: 15px 20px;
    height: auto;
	}
	
	.priceTable01_pc .pt01 span {
		font-size: 12px;
	}
	
	.priceTable02,
	.priceTable02 > *{
		display: block;
	}
	
	.priceTable02 *{
		box-sizing: border-box;
	}
	
	.priceTable02 tr{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.priceTable02 th{
		width: 50%;
		display: inline-flex;
		align-items: center;
		font-size: 14px;
		padding: 0 10px;
    padding: 15px 10px;
    height: auto;
	}
	
	.priceTable02 .first:nth-child(4) {
		border-top: none;
	}
			
	
	.priceTable02 td{
		width: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
    padding: 15px 10px;
    height: auto;
	}

	.sec05TableUd{
	 margin-bottom: 30px;
	}

	.priceText,
  .sec05TableUd{
		font-size: 12px;
    line-height: 18px;
	}
	
	.priceJS {
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	
	.priceJS__title {
		font-size: 20px;
		margin-bottom: 30px;
	}
  
  .tab{
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
  }
	
	.JSlist li {
		width: calc(100% / 2);
		padding: 0 10px;
		margin-bottom: 30px;
	}
	
	.JSlist__text {
		font-size: 14px;
	}
	
	.sec05 {
		padding: 60px 0 40px;
	}
	
	#flow .contTitle img{
		width: 35vw !important;
		min-width: 35vw !important;
	}		
	
	.sec05List {
		margin-top: 30px;
	}
	
	.sec05List li {
		padding: 20px;
		align-items: self-start;
	}
	
	.sec05List .sec05List--img {
		flex-wrap: wrap;
		width: 60px;
	}
	
	.sec05List .sec05List--img div:nth-child(1){
		margin-bottom: 20px;
	}	

	.sec05List--text {
		width: calc(100% - 75px);
    line-height: 24px;
	}
	
	.sec05List--text__pt01 {
		font-size: 16px;
	}
	
	.sec05List--text__pt02 {
		font-size: 14px;
    line-height: 24px;
	}
	
	.mb20{
		margin-bottom: 20px;
	}
	
	.sec05Table__pc td:not(.pt01) strong, .sec05Table__pc td strong, .sec05Table__pc td strong {
		font-size: 18px !important;
	}
	
	.sec05Table__pc td:not(.pt01), .sec05Table__pc td:not(.pt01), .sec05Table__pc td {
		font-size: 14px !important;
	}

	.sec05Table__pc td {
    	width: 50%;
    height: auto !important;
    padding: 15px 10px !important;
	}
  
  	
	.sec05Table__pc th {
    	height: auto !important;
    padding: 15px 10px !important;
	}
	
	.sec05Table__pc td {
    	width: 50%;
	}
	
	.sec05Table__pc .pt01 {
		font-size: 14px !important;
		text-align: left;
	}
	
	.sec05Table__pc .pt01 span {
		font-size: 12px;
	}
	
	.sec05Table__pc .first th{
		padding: 10px 0;
		height: auto;
	}
	
	.sec05_b_list01 {
		margin: 30px auto;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.sec05_b_list01 li {
		width: calc(50% - 20px);
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.sec05_b_list01 li:nth-child(1) {
		margin-right: 20px;
	}
	
	.sec05_b_list02{
		display: block;
	}	
	
	.sec05_b_list02 li{
		animation-duration: 1s;
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}
	
	.sec05_b_list02__title span {
		font-size: 20px;
	}
	
	.sec05_b_list02__text {
		font-size: 14px;
    line-height: 24px;
	}
  
  .sec05List--step_a {
    height: 55px;
    width: 55px;
    font-size: 18px;
  }
  
  .sec05List--step_a span{
    font-size: 14px;
  }
    
  .sec05List--step_b {
    height: 55px;
    width: 55px;
    font-size: 18px;
  }
  
  .sec05List--step_b span{
    font-size: 14px;
  }
  
  .sec05List--img p:nth-child(2) {
      width: 55px;
  }
  
  li .sec05List--img p:nth-child(2) img{
      width: 55px;
  }
  
  li:nth-child(3) .sec05List--img p:nth-child(2) img{
      width: 45px;
  }  
  
  li:nth-child(4) .sec05List--img p:nth-child(2) img{
      width: 36px;
  }    
  
  li:nth-child(7) .sec05List--img p:nth-child(2) img{
      width: 45px;
  } 
  
  .sec05List--text__pt02 span {
      font-size: 12px;
  }
  
	
	.sec05_b {
		padding-bottom: 80px;
	}
	
  
  
	.sec06 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#works .contTitle img{
		width: 35vw !important;
		min-width: 35vw !important;
	}
	
	.workList li .workText {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	}
	
	.workList li .workImg {
		height: 120px;
		padding: 20px;
	}
	
	.workList li .workImg img{
		max-height: 120px;
	}
	.workList li {
		width: calc((100% - 20px) / 2);
		margin-bottom: 20px;
	}
  
  .workList li .workText {
    font-size: 14px;
  }
	
	.sec07 {
		padding-top: 100px;
		padding-bottom: 40px;
	}	
	
	#faq .contTitle img{
		width: 25vw !important;
		min-width: 25vw !important;
	}
	
	.mt60 {
		margin-top: 30px;
		padding-bottom: 20px;
	}
  
  .faqList {
      margin-bottom: 15px;
  }
  
  .faqList dt:before {
      top: calc(50% - 17px);
    left: 10px;
  }
	
	.faqList dt {
		padding: 20px 0;
		height: auto;
		padding-left: 60px;
		padding-right: 60px;
		font-size: 16px;
		min-height: 80px;
    line-height: 22px;
	}
	
	.faqList dd {
		font-size: 14px;
		line-height: 24px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    margin-top: 0;
	}	
  
  .faqList dd:before {
      left: 10px;
  }
  
  
  
  .faqList:after{
		content:none;
	}

	.faqList.on:after{
		content:none;
	}
  
  .faqList dt:after{
		content:"+";
		font-weight: normal;
		position: absolute;
		right:15px;
		top: calc(50% - 13px);
		font-size: 35px;
		color:#785CD6;
	}

	.faqList.on dt:after{
		content:"-";
	}


	.sec08 {
		padding: 60px 0;
	}
	
	.sec08 .contTitle {
		width: 45vw;
	}
	
	#contact .contTitle img{
		width: 50vw !important;
		min-width: 50vw !important;
	}	
  
  .sec08Cont01__text02 a{
    font-size: 28px;
    position: relative;
    z-index: 3;
    color:#000000;
    font-weight: 700;
  }
	
  
  .sec08Cont01__text02 a img{
    width: 24px;
    margin-right: 10px;
  }
	
	
	.sec08Cont01 {
    	position: relative;
		z-index: 1;
		padding:25px 12px;
	}
	.sec08Cont01__text04{
		margin-top: 20px;
	}
	
	.sec08Cont01__text01 {
		font-size: 18px;
    line-height: 26px;
	}
	
	.sec08Cont01__text02 {
		margin: 0;
		padding: 0 30px;
	}
	
	.sec08Cont01__text03 {
		font-size: 14px;
	}
	
	.btn{
		border:none;
		opacity: 1;
		background:linear-gradient(to right,#4FAACB,#785CD6);
    position: relative;
    height: 70px;
    font-size: 20px;
    max-width: 280px;
    margin: auto;
	}

	.sec09 {
		padding: 60px 0;
	}
	
	#company .contTitle img{
		width: 50vw !important;
		min-width: 50vw !important;
	}
	
	.companyTable {
		margin: 30px auto;
	}
	
	.companyTable,
	.companyTable th,
	.companyTable td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
    line-height: 24px;
	}
	
	.companyTable th{
		padding: 20px 0 0;
		border:none;
	}
	
	.companyTable td{
		padding: 0 0 20px;
    position: relative;
	}
  
  .companyTable a.map {
    margin-left: 0;
    padding: 0px 8px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
}
  
  .compTel a{
    color:#000000 !important;
  }
	
	.pageTop{
		top:inherit;
		bottom:20px;
    right: 10px;
	}
	
	.footCont{
		display: block;
	}
	
	.footCont * {
		font-size: 14px;
	}
	
	.footNav {
		max-width: 100%;
		overflow: hidden;
	}
	
	.footText{
		margin-top: 10px;
	}
	
	.footLogo{
		margin-top: 30px;
	}
	
	.footBox {
		max-width: 100%;
	}
	
	.copy {
		margin-top: 50px;
	}
	
}

@media screen and (max-width:650px){
  body{
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  
  html{
    height: -webkit-fill-available;
  }
    
  
  #main_wrapper {
    min-height: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
  
  .mainImage {
    min-height: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
  
  #particles-js {
    min-height: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);    
  }
	  
  
	.menuBox {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	
	.mainText img {
		width: 234px !important;
		min-width: 234px!important;
	}
	
	.mainSubText02 {
		font-size: 28px;
		width: 100%;
		margin-top: 30px;
	}
	
	.main_img {
	    bottom: inherit;
		width: 250px;
		top:370px;
	}
	
	.mainText {
		margin-top: 70px;
	}
	
	.main_icon01 {
		left: 20px;
		top: 500px;
	}
	
	.main_icon02 {
		left: 50px;
		top: 430px;
	}
	
	.main_icon03 {
		left: 20px;
		top: 380px;
	}
	
	.main_icon03 img {
		width: 58px;
	}
	
	.main_icon04 {
		right: 50px;
		top: 150px;
	}
	
	
	.main_icon04 img {
		width: 65px;
	}
	
	
	.main_icon05 {
		position: absolute;
		right: 20px;
		top: 80px;
	}	
	
	.main_icon05 img {
		width: 45px;
	}
	
	.mainUdCont {
		padding: 10px;
		text-align: left;
	}
	
	.mainUd {
		z-index: 1;
		bottom: 85px;
		font-size: 4.25vw;
	}
	
  	.mainUdCont:after {
		 z-index: -1;
	}
  
	.scrolldown {
		right: calc(50% + 25px);
		bottom: 15px;
	}
  
  .scrolldown span {
      color: #fff;
  }
  
  .scrolldown::after {
      background: #fff;
  }
	
	#main_wrapper {
		background-size: 200%;
	}

}



@media screen and (max-height:740px){
  .minisize{
    display: block;
  }
  
  .minisize_none{
    display: none !important;
  }
  
  .mainSubText02 {
      font-size: 3vh;
    margin-top: 10px;
  }
  
  .main_icon03 {
      left: inherit;
      top: 240px;
      right: 20px;
  }
  
  .main_icon02 {
      left: 50px;
      top: 350px;
  }
  
  .main_icon01 {
      left: 20px;
      top: 440px;
  }
  
  .main_img {
      bottom: inherit;
      width: 230px;
      top: 340px;
  }
  
  .scrolldown span {
      left: -2px;
      font-size: 13px;
  }
  
  .scrolldown {
      bottom: -15px;
  }
  
  .mainUd {
      bottom: 55px;
  }
  
}



@media screen and (max-height:639px){
  .main_img {
      top: 50vh;
      width: 30vh;
  }
  
  .mainSubText02 {
      font-size: 2.75vh;
  }
  
  .main_icon01 img {
      width: 50px;
  }
  
  .main_icon01{
      top: 65vh;
  }  
  
  .mainUdCont {
      font-size: 12px;
  }
  
  .main_icon02 {
      top: 64vh;
    left: 80px;
  }
  
  .main_icon02 img {
      width: 53px;
  }
  
  .main_icon04 img {
      width: 48px;
  }
  
  .main_icon03 img {
      width: 45px;
  }
  
  .main_icon05 img {
      width: 40px;
  }
  
  .main_icon04 {
      top: 22vh;
  }
  
  .main_icon03 {
      top: 33vh;
  }
  
  
}

@media screen and (max-width:388px){
  .sec02List01--box {
    font-size: 14px;
  }

  .priceTable01_pc .pt01 span {
      font-size: 11px;
  }
  
  .sec05_b_list01 li {
      font-size: 17px;
  }
  

  
}

@media screen and (max-width:1150px){
  .companyBnr {
	padding: 0 5%;
	}      
}
