@charset "UTF-8";

#pageHeader{
	opacity: 0;
}
#pageHeader.on{
	opacity: 1;
}

.page_load{
	display: none;
}


.flont_load{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    visibility: visible;
    transition: opacity 1.5s cubic-bezier(0.26, 0.06, 0, 1), visibility 0s 1.9s;
    opacity: 1;
}
.flont_load.on{
	visibility: hidden;
	opacity: 0;
}
.flont_load_svg{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 200px;
}
.flont_load_svg.on{	
	transition: opacity 0.4s cubic-bezier(0.26, 0.06, 0, 1), transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.1);
}
/* -------------------------- */


.flontmv{
	position: relative;
	z-index: 1;
}

.flontmv_slide {
    width: 100%;
    height: calc(100vh - 120px);
    overflow: hidden;
    margin-top: 120px;
}	
.flontmv_slide li {
	position: relative;
	z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}	
.flontmv_box_bg{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background-size: cover;
  background-position: 50%;
  opacity: 0;
  transform: scale(1.15);
}

.flontmv_box_bg.on {
    opacity: 1;
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 1.2s cubic-bezier(0.26, 0.06, 0, 1);
}

.flontmv_box{
	width: calc(100vh - 120px);
	height: calc(100vh - 120px);
	transform: translate(-50%, 0px);
	margin-left: 50%;
	position: relative;
	z-index: 5;
	pointer-events: none;
}
.flontmv_fuki{
	position: absolute;
	z-index: 1;
	transform: translateY(30px);	
	opacity: 0;
}

.active .flontmv_fuki{
    opacity: 1;
    transform: translateY(0);
    transition: .1s opacity 0s linear,.8s transform 0s cubic-bezier(.175,.885,.32,1.275);
}

.flontmv01 .flontmv_box_bg{
	background-image: url(../img/flont/mainv/mv1.jpg);
}


.flontmv01 .fuki01{
    top: 51%;
    left: 3%;
    width: 15.8%;
    transition-delay: 0.6s;    
    /*transition-delay: 0.2s;*/
    /*transition-delay: 0.1s;*/
}
.flontmv01 .fuki02{
    top: 9%;
    left: 33%;
    width: 25.6%;
    transition-delay: 1.4s;    
    /*transition-delay: 1s;    */
    /*transition-delay: 0.5s; */   
}
.flontmv01 .fuki03{
    top: 36%;
    left: 46%;
    width: 27.3%;
    transition-delay: 0.6s;    
    /*transition-delay: 0.4s;  */  
    /*transition-delay: 0.2s;  */  
}
.flontmv01 .fuki04{
    top: 25%;
    left: 2%;
    width: 19.17%;
    transition-delay: 1.4s;    
    /*transition-delay: 0.8s;    */
    /*transition-delay: 0.4s; */   
}
.flontmv01 .fuki05{
    top: 69%;
    left: 67%;
    width: 16.2%;
    transition-delay: 0.2s;    
    /*transition-delay: 1.2s;*/    
    /*transition-delay: 0.6s;   */ 
}
.flontmv01 .fuki06{
    top: 29%;
    right: -13%;
    width: 22%;
    transition-delay: 1s;
    /*transition-delay: 0.6s;  */      
  /*  transition-delay: 0.3s;  */      

}
/*.flontmv_box.mouse .flontmv_fuki{
    transition-delay: 0s;
}
.flontmv_box.mouse .fuki01{
    transition-duration: 0.3s;
}
.flontmv_box.mouse .fuki02{
    transition-duration: 0.8s;
}
.flontmv_box.mouse .fuki03{
    transition-duration: 0.3s;
}
.flontmv_box.mouse .fuki04{
    transition-duration: 0.8s;
}
.flontmv_box.mouse .fuki05{
    transition-duration: 0.3s;
}
.flontmv_box.mouse .fuki06{
    transition-duration: 0.8s;
}
*/
.flontmv_box.loopanim .flontmv_fuki{
    animation-name: loopanim;
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955) ;
    animation-iteration-count: infinite;
}


.flontmv_box.loopanim .fuki01{
    animation-delay: 1.2s;  
}
.flontmv_box.loopanim .fuki02{
    animation-delay: 3.2s; 
}
.flontmv_box.loopanim .fuki03{
    animation-delay: 1.5s;  
}
.flontmv_box.loopanim .fuki04{
    animation-delay: 3.5s; 
}
.flontmv_box.loopanim .fuki05{
    animation-delay: 0.2s;  
}
.flontmv_box.loopanim .fuki06{
    animation-delay: 2.2s;
}

    @keyframes loopanim {
      0% {
        opacity: 1;
        transform: translateY(0);
      }
      11.9% {
        opacity: 0;
        transform: translateY(-10px);
      }
      12% {
        transform: translateY(10px);
      }
      25% {
        opacity: 0;        
        transform: translateY(10px);
      }

      32% {
        opacity: 1;
        transform: translateY(0);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }

    }  



.flontmv_mes1{
    position: absolute;
    z-index: 15;
    bottom: 7%;
    left: 11%;
    width: 29.6%;
    opacity: 0;
    transform: scale(1.02);
    pointer-events: none;
}
 .flontmv_mes1.active{
    opacity: 1;
	transform: scale(1);
    transition: .6s opacity 0s linear,1s transform 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition-delay: 2.3s;    
/*    transition-delay: 1.3s;    */
}
.flontmv_scroll{
    position: absolute;
    z-index: 10;
    left: 42px;
    bottom: 0;
    pointer-events: none;
}
.flontmv_scroll_txt{
    position: absolute;
    z-index: 1;
    top: -21px;
    right: 0;
    font-size: 14px;
    color: #e81e40;
    font-weight: 700;
    transform-origin: right center;
    transform: rotate(90deg);
}
.flontmv_scroll .line{
    z-index: 1;
    position: relative;
    width: 2px;
    height: 60px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: block;

  background-color: rgb(255, 255, 255);
  opacity: 0.302;

}
.flontmv_scroll .line:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(211, 44, 50);
    animation-name: scrolldown;
    animation-duration: 3.5s;
    animation-timing-function: cubic-bezier(.5, .125, .15, 1);
    animation-iteration-count: infinite;	
}
@keyframes scrolldown{
	0%{top:-100%;}
	20%{top:-100%;}
	45%{top:0%;}
	55%{top:0%;}
	80%{top:100%;}
	100%{top:100%;}
}

@media only screen and (max-width: 1200px){
	.flontmv_mes1{
    bottom: 18%;
    left: 11%;
    width: 340px;
}
	.flontmv01 .fuki03{
    left: 40%;
}
	.flontmv01 .fuki06{
    right: 0%;
}
}


/* -------------------------- */

.tspmedia{
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	display: flex;
	background: #fff;
	width: 52.2%;
}
.tspmedia_ttl{
	background: #000;
	font-weight: 700;
	color: #fff;
	width: 159px;
	font-size: 20px;
	
	display: flex;
	align-items:center;
	justify-content:center;
	text-align: center;
}
.tspmedia_main{
	flex: 1;
	padding: 26px 101px 26px 45px;
	display: flex;
	align-items:center;
	position: relative;
	z-index: 1;

	transition: background-color 400ms cubic-bezier(0.18, 0.06, 0.23, 1);
}


.tspmedia_main_arrow{
width: 22px;
height: 13px;
display: inline-block;
vertical-align: middle;
position: absolute;
z-index: 1;
right: 24px;
}
.tspmedia_main_arrow:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 1px;
	margin: auto;
	background: #d32c32;
}
.tspmedia_main_arrow:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #d32c32;
	border-right: 1px solid #d32c32;
	transform: rotate(45deg);
}

.tspmedia_data{
	/* width: 105px; */
	margin-right: 18px;
}
.tspmedia_cat{
    font-size: 12px;
    background: #f9ebeb;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 100px;
    position: relative;
    z-index: 10;
}
.tspmedia_date{
    font-size: 13px;
    font-weight: 700;
    color: #d32c32;
}
.tspmedia_mes{
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    max-height: calc(16px * 1.5 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    overflow: hidden;
    flex: 1;
}

.tspmedia_link{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



@media only screen and (max-width: 1200px) {
	.tspmedia{
		width: 70%;

	}
}
@media only screen and (max-width: 1130px){
	.flontmv_slide {
	    height: calc(100vh - 80px);
	    margin-top: 80px;
	}		
	.flontmv_box{
		/* background: #fff; */
		width: calc(100vh - 80px);
		height: calc(100vh - 80px);
	}

}
@media screen and (orientation: portrait) {
    .flontmv_box{
        /* background: #fff; */
        width: calc(90vw);
        height: calc(90vw);
    }
}


/* -------------------------- */

.flont_ttl{
    position: relative;
    z-index: 1;
    width: 261px;
}


.flont_ttl_txt{
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    padding-top: 40px;
}
.flont_ttl_txt.notjp{
    padding-top: 45px;
}
.flont_ttl_en{
    display: block;
    font-size: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.flont_ttl_jp{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}
.flont_ttl_bg{
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1500px) {
	.flont_ttl{
		width: 200px;
	}
	
	.flont_ttl_txt {
	    padding-top: 27px;
	}
    .flont_ttl_txt.notjp{
    padding-top: 35px;
}
	.flont_ttl_en{
    font-size: 28px;
}
	.flont_ttl_jp{}
}


/* -------------------------- */
.topics{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.topics_inner1{
	position: relative;
	z-index: 1;
}
.topics_before1{
	z-index: 30;
	position: absolute;
/*	background: url(../img/common/bg1.png) 0 0 repeat;
	background-size: 25px auto;*/
	top:0;
	bottom: 0;
	right:100%;
	width: 9999px;

	transition-duration:1s;
}
.topics_before1:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../img/common/bg1.png) 0 100% repeat;
	background-size: 25px auto;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	transition-duration:1s;
}

.topics_inner2{
	display: flex;
	justify-content:space-between;
	padding-top: 120px;
	padding-bottom: 6px;
}
.topics_head{/* margin-right: 140px; */position: relative;z-index: 10;}
.topics_main{
	/* flex: 1; */
	width: calc(100% - 336px);
	position: relative;
	z-index: 5;
	padding-bottom: 79px;
}
.topics_main .cms1_ttl {
    font-size: 16px;
    max-height: calc(16px * 1.5 * 3);
    margin-bottom: 0;
}
.topics_main .cms1_img {margin-bottom: 19px;}
.topics_main:before{
	content: "";
	z-index: 10;
	position: absolute;
	background: #fff;
	top:0;
	bottom: -10px;
	right:100%;
	width: 999px;
}
.topics_slide-next,
.topics_slide-prev{
	position: relative;
	z-index: 10;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border: solid 1px #d32c32;
	background: #fff;
	border-radius: 100px;
	cursor: pointer;
	transition-delay: 0.4s;
}
.topics_slide-prev{
    /* top: 124px; */
    /* left: -53px; */
    /* right: auto; */
    transform: rotate(180deg);
}
.topics_slide_btn{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 16px;
}


.topics_slide-next.swiper-button-disabled,
.topics_slide-prev.swiper-button-disabled{
    pointer-events: none;
    opacity: 0.3;
}

.topics .swiper-scrollbar{
    height: 3px;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 148px;
    border-radius: 0;
}
.topics .swiper-scrollbar-drag{
    border-radius: 0;
    color: #000;
}


.topics_slide_arrow{
    width: 17px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.topics_slide_arrow:before{
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #d32c32;
	border-right: 1px solid #d32c32;
	transform: rotate(45deg);
}
.topics_slide_arrow:after{
	content: "";
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	right: 0;
	width: 17px;
	height: 1px;
	margin: auto;
	background: #d32c32;
	display: block;
}

.topics .cms1_li{
	transition-property: transform, opacity;
}
.topics .cms1_li:nth-child(1){ transition-delay: 0.2s; }
.topics .cms1_li:nth-child(2){ transition-delay: 0.3s; }
.topics .cms1_li:nth-child(3){ transition-delay: 0.4s; }
.topics .cms1_li:nth-child(4){ transition-delay: 0.5s; }
.topics .cms1_li:nth-child(5){ transition-delay: 0.6s; }


@media only screen and (max-width: 1500px) {
	.topics_main {
	    width: calc(100% - 300px);
	}	
}
@media only screen and (max-width: 1200px) {

	.topics_inner2 {
	    display: block;
	}
	.topics_slide-next{
		/* top: 428px; */
	}

	.flont_ttl {
	margin-bottom: 55px;
	}
	.topics_main {
	    width: auto;
	}	
}



/* -------------------------- */

.project{
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 49px;
}
.project_inner1{
}
.project_inner3{
    padding-bottom: 164px;
    position: relative;
    z-index: 1;
}
.project_before1{
    z-index: -1;
    position: absolute;


    top: 159px;
    bottom: 0;
    right: calc(100% - 206px);
    width: 9999px;
	transition-duration: 0.9s;
}
.project_before1:before{
	content: "";
    z-index: 1;
    position: absolute;
    background: #d35e3f;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
	transition-duration: 0.9s;
}

.project_before2{

    z-index: 1;
    position: absolute;

    /* top: 0; */
    bottom: 0;
    left: 100%;
    width: 9999px;
    height: 155px;
}
.project_before2:before{
	content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/bg1.png) 0 100% repeat;
    background-size: 25px auto;
    /* top: 0; */
    right: 0;
    left: 0;
    top: 100%;
    bottom: 0;
}

.project_ttl{
    margin: 0 auto 50px;
}
.project_ttl path{
	    fill: #d35e3f;
}

.project_box{
	display: flex;
	justify-content:space-between;
	align-items:center;
	position: relative;
	z-index: 1;
}
.project_before1_sp{
	display: none;
}
.project_box_link2{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.project_box + .project_box{
	margin-top: 52px;
}
.project_box_img{
    width: 38%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.project_box_img img{
	width: 100%;

	text-align: justify;
	text-justify: inter-ideograph;
	transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}

.project_box_img.icon_new:before {
    font-family: 'Montserrat', sans-serif;
    content: "NEW";
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: absolute;
    background-color: rgb(202, 202, 202);
    width: 70px;
    text-align: center;
    line-height: 70px;
}


.project_box_main{width: 56.3%;}
.project_box_ttl{
	display: flex;
	align-items:center;
	margin: 0 0 16px;
}

.project_box_no{
    font-size: 24px;
    color: #d32c32;
    font-weight: 700;
    margin: 0 26px 0 0;
}
.project_box_txt1{
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
    
}
.project_box_txt1:before{
  content: "";
  border-radius: 50px;
  background-color: #d32c32;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.project_box_ttl2{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.7;
}
.project_box_mes{
    margin-top: 38px;
    line-height: 1.9;
    /*max-width: 440px;*/
    font-size: 15px;
}
.project_box_cat{
    /*max-width: 440px;*/
    margin: 58px 0 0;
    
}
.project_box_cat a{
    display: inline-block;
    font-size: 14px;
    /*color: #a5a5a5;*/
    /*font-style: italic;*/
    position: relative;
    z-index: 10;
    text-decoration: underline;
}

.project_box_link{
    /*max-width: 484px;*/
    margin: 58px 0 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 1200px) {

	.project_box + .project_box {
	    margin-top: 0;
	}
	.project_inner1{
	}
	.project_inner3{
		display: flex;
		justify-content:space-between;
		padding-bottom: 196px;
	}	
	.project_box_main{
		width: auto;
		margin-top: 30px;		
	}
	.project_box_img {
		width: auto;
	}
	.project_box{
		width: 48%;
		display: block;
	}

}


/* -------------------------- */
.project_inner2{
    display: flex;
    flex-wrap: wrap;
    padding-top: 194px;
    position: relative;
    z-index: 1;
}
.project_before3{
    z-index: 1;
    position: absolute;

    /* top: 0; */
    bottom: -210px;
    right: 100%;
    width: 9999px;
    height: 210px;
}
.project_before3:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/bg1.png) 0 100% repeat;
    background-size: 25px auto;
    top: 100%; 
    bottom: 0;
    right: 0;
    left: 0;
 }
.project_box2{
	position: relative;
	z-index: 1;
	width: 25%;
/*	opacity: 0;
    transition: opacity 0.6s ease;*/
}


.project_box2:before{
	content: "";
	z-index: 2;
	position: absolute;
	background: rgba(204,124,124,0.7);
	opacity: 0.6;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.26, 0.06, 0, 1);
}

.project_box2:nth-child(1):before{
	background: rgba(189,38,42,0.9);
}
.project_box2:nth-child(2):before{
	background: rgba(213,94,18,0.9);
}
.project_box2:nth-child(3):before{
	background: rgba(223,183,67,0.9);
}
.project_box2:nth-child(4):before{
	background: rgba(26,166,146,0.9);
}
.project_box2:nth-child(5):before{
	background: rgba(97,183,217,0.9);
}
.project_box2:nth-child(6):before{
	background: rgba(66,91,168,0.9);
}
.project_box2:nth-child(7):before{
	background: rgba(144,121,182,0.9);
}
.project_box2:nth-child(8):before{
	background: rgba(189,38,42,0.9);
}



.project_box2_link{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.project_box2_img{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.project_box2_img.icon_new:before{
    font-family: 'Montserrat', sans-serif;
    content: "NEW";
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: absolute;
    background-color: rgb(202, 202, 202);
    width: 70px;
    text-align: center;
    line-height: 70px;
}

.project_box2_img img{
    transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
.project_box2_hover{
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	color: #fff;
	padding: 0 13%;
	display: flex;
	align-items:center;
	opacity: 0;

	transition: opacity 0.4s cubic-bezier(0.26, 0.06, 0, 1);

}
.project_box2_name{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-left: 29px;
    margin-bottom: 18px;
}

.project_box2_name:before{
	content: "";
	border-radius: 100px;
	background: #ffffff;
	position: absolute;
	z-index: 1;
	width: 18px;
	height: 18px;
	left: 2px;
	top: 5px;
}


.project_box2_ttl{
    font-size: 20px;
    /* height: calc(22px * 1.6 * 2); */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    line-height: 1.6;
    /* overflow: hidden; */
    font-weight: 600;
}
.project_box2_mes{
    font-size: 14px;
    /* height: calc(16px * 1.8 * 2); */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    line-height: 1.8;
    /* overflow: hidden; */
    margin-top: 10px;
}
.project_box2_cat{
    margin-top: 10px;
    font-size: 10px;
    max-height: calc(10px * 1.8 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8;
    overflow: hidden;
}
.project_box2_cat a{
    /* font-size: 10px; */
    color: #fff;
    position: relative;
    z-index: 5;
    pointer-events: none;
    /* margin: 0 4px 0 0; */
    text-decoration: underline;
}
.project_link{
	display: flex;
	justify-content:center;
	margin-top: 80px;
}



/*.project_box2:nth-child(2),
.project_box2:nth-child(3){

}

.project_box2:nth-child(1),
.project_box2:nth-child(4),
.project_box2:nth-child(6),
.project_box2:nth-child(7){
	transition-delay: 0.1s;
}
.project_box2:nth-child(5),
.project_box2:nth-child(8){
	transition-delay: 0.2s;
}*/

.project_inner2.scBomb_anim .project_box2{
	opacity: 1;
}



@media only screen and (max-width: 1400px) {

	.project_box2_ttl {
    font-size: 16px;
}
	.project_box2_mes {
		display: none;
}
	.project_box2_cat {
		display: none;
	}
}

/* -------------------------- */
.business{}
.business_inner1{
	display: flex;
	flex-direction: row-reverse;
	padding-top: 144px;
	padding-bottom: 120px;
}
.business_ttl{
    margin: 10px 0 0 80px;
    /* transition-delay: 0.2s; */
}
.business_ttl path {
    fill: #dfba60;
}
.business_head{
	flex: 1;
	/* transition-delay: 0.2s; */
}
.business_head_ttl{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0 0 34px;
}
.business_head_mes{
    font-size: 18px;
    line-height: 2.2;
}
@media only screen and (max-width: 1200px) {
	.business_inner1{
		display: block;
		padding-top: 90px;
	}
	.business_ttl{
    margin: 0 0 37px auto;
}
}
/* -------------------------- */
.service{
	overflow: hidden;
}
.service_inner2{
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}
.service_before1{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 142px;
	bottom: 0;
	width: 9999px;
}
.service_before1:before{
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;

	background: #dfb743;
}


.service_inner2_in{
	display: flex;
	flex-wrap: wrap;
}
.service_mes{
	line-height: 2.4;
	margin: 0 0 68px;
}
.service_box{
    position: relative;
    z-index: 1;
    width: 31.6%;
    color: #fff;
    
    margin-left: 2.6%;
}
.service_box:before{
	content: "";
	z-index: 2;
	position: absolute;
	background: #e8e8e8;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
	opacity: 0;
	transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1);

}
.service_box.scBomb_anim_str:before{
    transition-delay: 1.0s; 
}


.service_box.scBomb_anim:before{
    opacity: 1;
}

.service_box:nth-child(3n+1){
    margin-left: 0;
}
.service_box:nth-child(n+4){
	margin-top: 34px;
}
.service_box_name{
    position: absolute;
    z-index: 10;
    top: 38px;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    font-weight: 600;

	transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1);
}
.service_box_name.icon1{
    color: #d32c32;
}
.service_box_name.icon2{
    color: #d6651d;
}
.service_box_name.icon3{
    color: #dfb743;
}
.service_box_name.icon4{
    color: #1aa692;
}
.service_box_name.icon5{
    color: #61b7d9;
}
.service_box_name.icon6{
    color: #425ba8;
}
.service_box_name p{
	position: relative;
	z-index: 1;
}
.service_box_name p:after,
.service_box_name p:before{
	content: "";
	z-index: 1;
	position: absolute;
	/* border-bottom:1px solid #000; */
	background: url(../img/common/ya1.png) 0 0 no-repeat;
	bottom: calc(100% + 25px);
	bottom: calc(100% + 28%);
	right:0;
	left: 0;
	margin: auto;
	transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1);
}
.service_box_name.icon1 p:after,
.service_box_name.icon1 p:before{
	background-image: url(../img/flont/service_icon01.svg);
	width: 91px;
	height: 82px;
}
.service_box_name.icon1 p:after{
	background-image: url(../img/flont/service_icon01_w.svg);	
	opacity: 0;
}
.service_box_name.icon2 p:after,
.service_box_name.icon2 p:before{
	background-image: url(../img/flont/service_icon02.svg);
	width: 91px;
	height: 82px;
}
.service_box_name.icon2 p:after{
	background-image: url(../img/flont/service_icon02_w.svg);	
	opacity: 0;
}
.service_box_name.icon3 p:after,
.service_box_name.icon3 p:before{
	background-image: url(../img/flont/service_icon03.svg);
	width: 91px;
	height: 82px;
}
.service_box_name.icon3 p:after{
	background-image: url(../img/flont/service_icon03_w.svg);	
	opacity: 0;
}
.service_box_name.icon4 p:after,
.service_box_name.icon4 p:before{
	background-image: url(../img/flont/service_icon04.svg);
	width: 91px;
	height: 82px;
}
.service_box_name.icon4 p:after{
	background-image: url(../img/flont/service_icon04_w.svg);	
	opacity: 0;
}
.service_box_name.icon5 p:after,
.service_box_name.icon5 p:before{
	background-image: url(../img/flont/service_icon05.svg);
	width: 91px;
	height: 82px;
}
.service_box_name.icon5 p:after{
	background-image: url(../img/flont/service_icon05_w.svg);	
	opacity: 0;
}
.service_box_name.icon6 p:after,
.service_box_name.icon6 p:before{
	background-image: url(../img/flont/service_icon06.svg);
	width: 91px;
	height: 82px;
}
.service_box_name.icon6 p:after{
	background-image: url(../img/flont/service_icon06_w.svg);	
	opacity: 0;
}

.service_box_txt1{
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
}
.service_box_txt2{
    display: block;
}
.service_box_arrow{
    position: absolute;
    z-index: 10;
}
.service_box_img{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service_box_img img{
	transform: scale(1.1);
    transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
.service_box_arrow{
	border: solid 2px #fff;
	width: 55px;
	height: 55px;
	border-radius: 100px;
	position: absolute;
	z-index: 2;
	bottom: 44px;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: auto;
}
.service_box_arrow:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.service_box_arrow:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 28px;
  height: 1px;
  margin: auto;
  background: #000;
}
@media only screen and (max-width: 1590px) {
	.service_box_txt1{
    font-size: 1.5vw;
}
	.service_box_txt2{
    font-size: 1.01vw;
}
}
@media only screen and (max-width: 1300px) {

	.service_box_name p:after,
	.service_box_name p:before{
		background-size: 100% auto;
		width: 61px !important;
		bottom: calc(100% + -16%);
	}
	.service_box_arrow{
    bottom: 6%;
}
}
@media only screen and (max-width: 1067px) {

		.service_box_txt1{
	    font-size: 2.5vw;
	}
		.service_box_txt2{
	    font-size: 1.6vw;
	}	
	.service_box{
		width: 48.7%;
		margin-left: 2.6%;
	}
	.service_box:nth-child(3n+1){
		margin-left: 2.6%;
	}	
	.service_box:nth-child(2n+1) {
	    margin-left: 0;
	}
	.service_box:nth-child(n+3){
		margin-top: 20px;
	}

}



/* -------------------------- */
.solution{}
.solution_inner{
    padding-top: 117px;
}
.solution_mes{
    line-height: 2.4;
    margin: 0 0 68px;
}
.solution_list{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-left: -13px;
	margin-right: -13px;
    margin: 0 -158px;
}
.solution_list + .solution_list{
	margin-top: 2px;
}
.solution_list a{
	width: calc(20% - 25px);
	/*height: 220px;*/
	background: #e8e8e8;
	display: block;
	/* margin-left: 25px; */
	margin: 12.5px;
	position: relative;
	z-index: 1;
	padding: 18% 0 0;
	opacity: 0;
	transform: translate(-20px, 0px);
	transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.6s ease, color 400ms cubic-bezier(0.18, 0.06, 0.23, 1), background-color 400ms cubic-bezier(0.18, 0.06, 0.23, 1);
}



.solution_list a:nth-child(1){
}
.solution_list a:nth-child(2){
	transition-delay: 0.15s,0.15s,0s,0s;
}
.solution_list a:nth-child(3){
	transition-delay: 0.3s,0.3s,0s,0s;
}
.solution_list a:nth-child(4){
	transition-delay: 0.45s,0.45s,0s,0s;
}
.solution_list a:nth-child(5){
	transition-delay: 0.6s,0.6s,0s,0s;
}

.solution_list a:first-child{
	/* margin-left: 0; */
}
.solution_list_box{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    display: flex;
    align-items:center;
}
.solution_list_no{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background: #242f40;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
}
.solution_list_ttl{
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    width: 100%;
}
.solution_list_ttl.icon1{
	color: #bd262a;
}
.solution_list_ttl.icon2{
	color: #d55e12;
}
.solution_list_ttl.icon3{
	color: #dfb743;
}
.solution_list_ttl.icon4{
	color: #1aa692;
}
.solution_list_ttl.icon5{
	color: #61b7d9;
}
.solution_list_ttl.icon6{
	color: #425ba8;
}
.solution_list_ttl.icon7{
	color: #9079b6;
}

.solution_list_ttl:after,
.solution_list_ttl:before {
    content: "";
    z-index: 1;
    /* position: absolute; */
    /* border-bottom: 1px solid #000; */
    background: 0 0 no-repeat;
    bottom: calc(100% + 17px);
    right: 0;
    left: 0;
    margin: 0 auto 15px;
    transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1);
    display: block;
}
.solution_list_ttl:after{
    
position: absolute;
    
top: 0;
    
margin: 0 auto;
}
.solution_list_ttl.icon1:after,
.solution_list_ttl.icon1:before {
    background-image: url(../img/flont/solution_icon01.svg);
    width: 54px;
    height: 54px;
}
.solution_list_ttl.icon1:after{
    background-image: url(../img/flont/solution_icon01_w.svg);
    opacity: 0;
}
.solution_list_ttl.icon2:after,
.solution_list_ttl.icon2:before {
    background-image: url(../img/flont/solution_icon02.svg);
    width: 75px;
    height: 55px;
}
.solution_list_ttl.icon2:after{
    background-image: url(../img/flont/solution_icon02_w.svg);
    opacity: 0;
}
.solution_list_ttl.icon3:after,
.solution_list_ttl.icon3:before {
    background-image: url(../img/flont/solution_icon03.svg);
    width: 63px;
    height: 62px;
}
.solution_list_ttl.icon3:after{
    background-image: url(../img/flont/solution_icon03_w.svg);
    opacity: 0;
}
.solution_list_ttl.icon4:after,
.solution_list_ttl.icon4:before {
    background-image: url(../img/flont/solution_icon04.svg);
    width: 60px;
    height: 61px;
}
.solution_list_ttl.icon4:after{
    background-image: url(../img/flont/solution_icon04_w.svg);
    opacity: 0;
}
.solution_list_ttl.icon5:after,
.solution_list_ttl.icon5:before {
    background-image: url(../img/flont/solution_icon05.svg);
    width: 66px;
    height: 64px;
}
.solution_list_ttl.icon5:after{
    background-image: url(../img/flont/solution_icon05_w.svg);
    opacity: 0;
}
.solution_list_ttl.icon6:after,
.solution_list_ttl.icon6:before {
    background-image: url(../img/flont/solution_icon06.svg);
    width: 68px;
    height: 65px;
}
.solution_list_ttl.icon6:after{
    background-image: url(../img/flont/solution_icon06_w.svg);
    opacity: 0;
}
.solution_list_ttl.icon7:after,
.solution_list_ttl.icon7:before {
    background-image: url(../img/flont/solution_icon07.svg);
    width: 76px;
    height: 59px;
}
.solution_list_ttl.icon7:after{
    background-image: url(../img/flont/solution_icon07_w.svg);
    opacity: 0;
}


.solution_box_arrow {
    width: 44px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: -1;
    margin: 0 0 0 41px;
    position: absolute;
    bottom: 14px;
    right: 19px;
}
.solution_box_arrow:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}
.solution_box_arrow:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 1px;
    margin: auto;
    background: #ffffff;
}
.solution_box_arrow2 {
    width: 32px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: -1;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 100%;
    margin: auto;


    opacity: 0;
    transform: translate(-20px, 0px);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.6s ease;
}


.solution_list a:nth-child(1) .solution_box_arrow2{
	transition-delay: 0.3s;
}
.solution_list a:nth-child(2) .solution_box_arrow2{
	transition-delay: 0.45s;
}
.solution_list a:nth-child(3) .solution_box_arrow2{
	transition-delay: 0.6s;
}
.solution_list a:nth-child(4) .solution_box_arrow2{
	transition-delay: 0.75s;
}
.solution_list a:nth-child(5) .solution_box_arrow2{
	transition-delay: 0.9s;
}

.solution_box_arrow2:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    width: 18px;
    height: 18px;
    margin: auto;
    border-top: 2px solid #d32c32;
    border-right: 2px solid #d32c32;
    transform: rotate(45deg);
}
.solution_box_arrow2:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background: #e5001f;
}

.solution_list.scBomb_anim a{
    opacity: 1;
    transform: translate(0px, 0px);
}
.solution_list.scBomb_anim a .solution_box_arrow2{
    opacity: 1;
    transform: translate(0px, 0px);
}



.dezi-br{
    display: none;
}
@media only screen and (max-width: 1650px) and ( min-width:1481px) ,screen and (max-width: 1140px) and ( min-width:850px){
    .solution_list_no{
    font-size: 22px;
    width: 42px;
    line-height: 42px;
}
    .solution_list a {
        /* width: 190px; */
        /* height: 190px; */
        /* padding: 120px 0 0; */
    }
    .solution_list_ttl {font-size: 15px;}
    .dezi-br{
/*      display: inline;*/
    }
    .solution_list a.dezi{
/*    padding: 98px 0 0;*/
}

}
@media only screen and (max-width: 1100px){
    .solution_list{
        margin: 0 -70px;
    }
}


@media only screen and (max-width: 1050px){
    .solution_list_no{
/*    font-size: 18px;
    width: 37px;
    line-height: 37px;*/
}
    
    .solution_list a {
        /* width: 156px; */
        /* height: 156px; */
        /* padding: 113px 0 0; */
    }
    .solution_list_ttl {
/*      font-size: 13px;
        line-height: 1.2;*/
    }
    .dezi-br{
/*      display: inline;*/
    }   
    .solution_list a.dezi{
/*    padding: 92px 0 0;*/
}   

}
@media only screen and (max-width: 957px){
    .solution_list a {
        width: calc(33.33% - 25px);
        padding: 32% 0 0;
    }
}


/* -------------------------- */
.efforts{
	overflow: hidden;
}
.efforts_inner{
	position: relative;
	z-index: 1;
	padding-top: 111px;
	padding-bottom: 170px;
}

.efforts_list{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;

}
.efforts_mes{
	line-height: 2.4;
	margin: 0 0 68px;
}
.efforts_box{
    position: relative;
    z-index: 1;
    width: 23.6%;
    color: #fff;
    margin-left: 1.85%;
    overflow: hidden;
}
.efforts_box:before{
	content: "";
	z-index: 2;
	position: absolute;
	background: #e8e8e8;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
    opacity: 0;
	transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1);	
}

.efforts_box.scBomb_anim_str:before{
    transition-delay: 1.0s; 
}
.efforts_box.scBomb_anim:before{
    opacity: 1;
}

.efforts_box:nth-child(4n+1){
	margin-left: 0;
}
.efforts_box:nth-child(n+4){
	/* margin-top: 34px; */
}
.efforts_box_name{
    position: absolute;
    z-index: 10;
    top: 103px;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    align-items:
    center;
    justify-content:
    center;
    text-align: center;
    font-weight: 600;
}
.efforts_box_name.icon1{
    color: #dfb743;
}
.efforts_box_name.icon2{
    color: #d32c32;
}
.efforts_box_name.icon3{
    color: #d6651d;
}
.efforts_box_name.icon4{
    color: #1ba591;
}


.efforts_box_name p{
	position: relative;
	z-index: 1;
}
.efforts_box_name p:after,
.efforts_box_name p:before{
	content: "";
	z-index: 1;
	position: absolute;
	/* border-bottom:1px solid #000; */
	background: 0 0 no-repeat;
	bottom: calc(100% + 25px);
	right:0;
	left: 0;
	margin: auto;
	transition: opacity 400ms cubic-bezier(0.18, 0.06, 0.23, 1);	    	
}

.efforts_box_name.icon1 p:after,
.efforts_box_name.icon1 p:before{
	background-image: url(../img/flont/efforts_icon01.svg);
	width: 65px;
	height: 61px;
}
.efforts_box_name.icon1 p:after{
	background-image: url(../img/flont/efforts_icon01_w.svg);
	opacity: 0;
}

.efforts_box_name.icon2 p:after,
.efforts_box_name.icon2 p:before{
	background-image: url(../img/flont/efforts_icon02.svg);
	width: 82px;
	height: 60px;
}
.efforts_box_name.icon2 p:after{
	background-image: url(../img/flont/efforts_icon02_w.svg);
	opacity: 0;
}
.efforts_box_name.icon3 p:after,
.efforts_box_name.icon3 p:before{
	background-image: url(../img/flont/efforts_icon03.svg);
	width: 54px;
	height: 79px;
}
.efforts_box_name.icon3 p:after{
	background-image: url(../img/flont/efforts_icon03_w.svg);
	opacity: 0;
}

.efforts_box_name.icon4 p:after,
.efforts_box_name.icon4 p:before{
    background-image: url(../img/flont/efforts_icon04.svg);
    width: 58px;
    height: 58px;
}
.efforts_box_name.icon4 p:after{
    background-image: url(../img/flont/efforts_icon04_w.svg);
    opacity: 0;
}


.efforts_box_txt1{
    display: block;
    /* font-size: 24px; */
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.efforts_box_txt1:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #fff;
	width: 25px;
	height: 3px;
	bottom: -15px;
	right:0;
	left: 0;
	margin: auto;
	display: block;
}

.icon1 .efforts_box_txt1:before{
    background: #dfb743;
}
.icon2 .efforts_box_txt1:before{
    background: #d32c32;
}
.icon3 .efforts_box_txt1:before{
    background: #d6651d;
}
.icon4 .efforts_box_txt1:before{
    background: #1ba591;
}

.efforts_box_txt2{
    display: block;
    font-size: 24px;
}

.efforts_box_img{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.efforts_box_img img{
	width: 100%;
    transform: scale(1.1);
    transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
.efforts_box_arrow{
    width: 44px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin: 0 0 0 41px;
    position: absolute;
    bottom: 14px;
    right: 8px;
}
.efforts_box_arrow:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.efforts_box_arrow:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 28px;
  height: 1px;
  margin: auto;
  background: #000;
}



@media only screen and (max-width: 1590px) {
	.efforts_box_txt1{
    font-size: 1.01vw;
}
	.efforts_box_txt2{
    font-size: 1.5vw;
}
}
@media only screen and (max-width: 1300px) {

	.efforts_box_name p:after,
	.efforts_box_name p:before{
		background-size: 100% auto;
		width: 61px !important;
		bottom: calc(100% + 9%);
	}
	.efforts_box_arrow{
    bottom: 6%;
}
}
@media only screen and (max-width: 1067px) {

		.efforts_box_txt1{
	    font-size: 1.5vw;
	}
		.efforts_box_txt2{
	    font-size: 2.6vw;
	}	
	.efforts_list{
		display: block;
	}
	.efforts_box{
		display: block;
		width: auto;
		margin-left: 0;
		padding-top: 44%;

	}

	.efforts_box:nth-child(n+2){
		margin-top: 20px;
	}
	.efforts_box_img{
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 50%;
		margin: auto;
		transform: translate(0, -50%);
	}


}
/* -------------------------- */
.company{
	overflow: hidden;
	margin-bottom: 120px;
}
.company_inner1{/* padding-top: 193px; */}

.company_inner2{
	position: relative;
	z-index: 1;
}

.company_before1 {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 54px;
    bottom: 0;
    width: 9999px;
}
.company_before1:before{
	content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    bottom: 0;
    background: #1ba591;

}

.company_inner2_in{
	padding-bottom: 128px;
}


.company_ttl{
    margin-bottom: 50px;
}

.company_ttl path {
    fill: #1ba591;
}


/* -------------------------- */

.news{}
.news_inner{
	display: flex;
	flex-direction: row-reverse;
	padding-top: 195px;
}
.news_head{
    width: 261px;
    margin-left: 170px;
    /* transition-delay: 0.2s; */
}
.news_ttl{
    margin-bottom: 44px;
}
.news_ttl path {
    fill: #5fb6d8;
}
.news_cat{}
.news_cat li{
    line-height: 22px;
}
.news_cat li:nth-child(n+2){
    margin-top: 8px;
}
.news_cat a{
    font-size: 12px;
    background: #f9ebeb;
    font-weight: 600;
    padding: 0px 8px;
    border-radius: 100px;
    display: inline-block;
}
.news_cat a.on{
	background: #d32c32;
	color: #fff;
}
.news_link{
    margin-top: 70px;
}
.news_link .btn_arrow2{
	width: auto;
}

.news_main{
	flex: 1;
	/* transition-delay: 0.2s; */
}
.news_main_box{
	display: none;
}
.news_main_box:nth-child(1){
	display: block;
}

.news_main .news_link{
	display: none;
}

@media only screen and (max-width: 1500px){
	.news_head {
	    width: 200px;
	    margin-left: 100px;
	}
	.news_link .btn_arrow2{
		justify-content:flex-start;
		padding-left: 21px;
	}
}
@media only screen and (max-width: 1067px){
	.news_inner{
		display: block;
	}
	.news_head .news_link{
		display: none;
	}
	.news_head{
		width: auto;
		margin: 0;
		display: flex;
		align-items:center;
	}
	.news_ttl{
		margin-right: 30px;
	}
	.news_cat {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin: 0 0 68px;
	}
	.news_cat li {
	    margin: 4px !important;
	}	
}



/* -------------------------- */
.media{}
.media_inner{
    padding-top: 164px;
    padding-bottom: 190px;
}
.media_ttl{
    margin: 0 auto 31px;
}

.media_ttl path {
    fill: #4b59a5;
}

.media_mes{
    line-height: 2.4;
    margin: 0 0 68px;
    text-align: center;
}
.media_list{
	display: flex;
	/* justify-content:center; */
	flex-wrap: wrap;
}
.media_list .cms1_li{
	width: 18.6%;
	margin-left: 1.74%;
}
.media_list .cms1_li:nth-child(5n+1){
	margin-left: 0;
}
.media_list .cms1_ttl {
    font-size: 18px;
    max-height: calc(18px * 1.5 * 3);
    margin-bottom: 0;
}
.media_list .cms1_date {
    font-size: 12px;
}
.media_list .cms1_main {
    /* padding: 0 0 34px; */
}
.media_link{
	display: flex;
	justify-content:center;
	margin-top: 70px;
}
@media only screen and (max-width: 1067px){
	.media_list .cms1_li {
	    width: 47.6%;
	}
    .media_list .cms1_li:nth-child(n+3){
        margin-top: 20px;

    }
    .media_list .cms1_li:nth-child(3n+1){
    margin-left: 1.74%;
        
    }    
    .media_list .cms1_li:nth-child(2n+1){
    margin-left: 0;
        
    }    

	.media_list .cms1_li:nth-child(n+5){
		display: none;
	}	
}
/* -------------------------- */
.dna{overflow: hidden;}
.dna_inner1{
    position: relative;
    z-index: 1;
}

.dna_inner2{
    padding-top: 82px;
    padding-bottom: 225px;
    position: relative;
    z-index: 5;
}
.dna_ttl{
    margin: 0 0 41px;
}
.dna_ttl path {
    fill: #8c7ab6;
}
.dna_mes{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0px 0px 6px rgb(255 255 255);
}
.dna_link{
    margin-top: 75px;
}
.dna_img{
    position: absolute;
    z-index: 1;
    top: 130px;
   width: 34%;
    right: 0;
}
.dna_before1 {
    z-index: -1;
    position: absolute;
    left: 109px;
    top: -130px;
    bottom: 94px;
    width: 9999px;
    transition-delay: 0.1s;
}
.dna_before1:before{
	content: "";
    z-index: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    bottom: 0px;
    background: #8c7ab6;
    transition-delay: 0.3s;
}
.dna_img img{
	transition-delay: 0.3s;
}

@media only screen and (max-width: 1400px){
	.dna_mes{
	font-size: 2.8vw;
	}	
	.dna_inner2 {
	    padding-bottom: 250px;
	}
	
}


/* -------------------------- */
/* -------------------------- */

/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/


@media screen and (min-width: 768px) {

	.tspmedia_main:hover{
		background: #f4f4f4;
	}



    .news_cat a:hover,
    .tspmedia_cat:hover{
        background: #d32c32;
        color: #fff;
    }    

	.project_box2:hover:before,
	.project_box2:hover .project_box2_hover{
		opacity: 1;
	}
	.project_box2:hover .project_box2_cat a{
		pointer-events: auto;
	}

	.project_box2:hover .project_box2_img img{
	    transform: scale(1.1);
	}

	.service_box:hover:before{
		opacity: 0;	
	}
	.service_box:hover .service_box_img img{
		transform: scale(1);
	}	
	.service_box:hover .service_box_name{
		color: #fff;
		text-shadow: 0px 0px 9px rgb(0 0 0),0px 0px 9px rgb(0 0 0);
	}
	.service_box:hover .service_box_arrow:before{
		border-color: #fff;

	}
	.service_box:hover .service_box_arrow:after{
		background: #fff;
	}

	.service_box:hover .service_box_name p:after{
		opacity: 1;
	}
	.service_box:hover .service_box_name p:before{
		opacity: 0;
	}
	.service_box:hover .service_box_arrow{
		box-shadow: 0px 0px 18px -5px #000000;
		background: rgba(0,0,0,0.2);
	}

	.project_box:hover .project_box_img img{
		transform: scale(1.1);
	}
	.project_box2_cat a:hover,
	.project_box_cat a:hover{
		text-decoration: none;
}

	.solution_list a:hover{
		color: #fff;
	}

	.solution_list a:hover .solution_list_ttl{
		color: #fff;
	}


	.solution_list a.bg1:hover{
		background: #bd262a;
	}
	.solution_list a.bg2:hover{
		background: #d55e12;
	}
	.solution_list a.bg3:hover{
		background: #dfb743;
	}
	.solution_list a.bg4:hover{
		background: #1aa692;
	}
	.solution_list a.bg5:hover{
		background: #61b7d9;
	}
	.solution_list a.bg6:hover{
		background: #425ba8;
	}
	.solution_list a.bg7:hover{
		background: #9079b6;
	}




	.solution_list a:hover .solution_list_ttl:after{
		opacity: 1;
	}
	.solution_list a:hover .solution_list_ttl:before{
		opacity: 0;
	}

	.efforts_box:hover:before{
		opacity: 0;
	}
	.efforts_box:hover .efforts_box_img img{
		transform: scale(1);
	}
	.efforts_box:hover .efforts_box_arrow:before{
		border-color: #fff;

	}
	.efforts_box:hover .efforts_box_arrow:after{
		background: #fff;
	}	

	.efforts_box:hover .efforts_box_name p:after{
		opacity: 1;
	}

	.efforts_box:hover .efforts_box_name p:before{
		opacity: 0;
	}
	.efforts_box:hover .efforts_box_name {
	    color: #fff;
		text-shadow: 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0);	    
	}
	.efforts_box:hover .efforts_box_txt1:before{
		background: #fff;
		box-shadow: 0px 0px 18px 3px #000000;
	}
	.efforts_box:hover .efforts_box_arrow{
		box-shadow: 0px 0px 18px -5px #000000;
		/* background: rgba(0,0,0,0.2); */
	}
	





}




body.not-pc .service_box:before{
	opacity: 0;	
}
body.not-pc .service_box .service_box_img img{
	transform: scale(1);
}	
body.not-pc .service_box .service_box_name{
	color: #fff;
	text-shadow: 0px 0px 9px rgb(0 0 0),0px 0px 9px rgb(0 0 0);
}
body.not-pc .service_box .service_box_arrow:before{
	border-color: #fff;

}
body.not-pc .service_box .service_box_arrow:after{
	background: #fff;
}

body.not-pc .service_box .service_box_name p:after{
	opacity: 1;
}
body.not-pc .service_box .service_box_name p:before{
	opacity: 0;
}
body.not-pc .service_box .service_box_arrow{
	box-shadow: 0px 0px 18px -5px #000000;
	background: rgba(0,0,0,0.2);
}


body.not-pc .efforts_box:before{
		opacity: 0;
	}
body.not-pc .efforts_box .efforts_box_img img{
		transform: scale(1);
	}
body.not-pc .efforts_box .efforts_box_arrow:before{
		border-color: #fff;

	}
body.not-pc .efforts_box .efforts_box_arrow:after{
		background: #fff;
	}	

body.not-pc .efforts_box .efforts_box_name p:after{
		opacity: 1;
	}

body.not-pc .efforts_box .efforts_box_name p:before{
		opacity: 0;
	}
body.not-pc .efforts_box .efforts_box_name {
	    color: #fff;
		text-shadow: 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0);	    
	}

body.not-pc .efforts_box4 .efforts_box_name {
        text-shadow: 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 10);        
    }

body.not-pc .efforts_box .efforts_box_txt1:before{
		background: #fff;
		box-shadow: 0px 0px 18px 3px #000000;
	}
body.not-pc .efforts_box .efforts_box_arrow{
		/* box-shadow: 0px 0px 18px -5px #000000; */
		/* background: rgba(0,0,0,0.2); */
	}
	


/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/



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

	.flont_load{}
	.flont_load.on{}
	.flont_load_svg{
    width: 150px;
}
	.flont_load_svg.on{}
	/* -------------------------- */


	.flontmv{}

	.flontmv_slide {
    height: calc(100vh - 60px);
    margin-top: 60px;
}	
	.flontmv_slide li {}	

	.flontmv_box{
    width: 90vw;
    height: 100vw;
    margin: 0 auto;
    transform: translate(-0, 0px);
}
	.flontmv_fuki{}

	.active .flontmv_fuki{}

	.flontmv01 .flontmv_box_bg{
	    background-image: url(../img/flont/mainv/mv1_sp.jpg);
	}	


	.flontmv01 .fuki01{}
	.flontmv01 .fuki02{}
	.flontmv01 .fuki03{}
	.flontmv01 .fuki04{}
	.flontmv01 .fuki05{}
	.flontmv01 .fuki06{}

	.flontmv_mes1{
    width: 75.6%;
    left: 13%;
    bottom: 101px;
}
	 .flontmv_mes1.active{}
	.flontmv_scroll{
    left: 7%;
    /* right: 6%; */
    bottom: 66px;
}
	.flontmv_scroll_txt{
    font-size: 12px;
}
	.flontmv_scroll .line{}
	.flontmv_scroll .line:before{}

	/* -------------------------- */

	.tspmedia{width: auto;left: 4.5%;}
	.tspmedia_ttl{
    font-size: 12px;
    width: 75px;
}
	.tspmedia_main{
    padding: 9px 46px 9px 14px;
}


	.tspmedia_main_arrow{
    right: 18px;
    width: 15px;
}
	.tspmedia_main_arrow:after{}
	.tspmedia_main_arrow:before{
    right: 0;
    width: 4px;
    height: 4px;
}

	.tspmedia_data{
    /* width: 79px; */
}
	.tspmedia_cat{
    font-size: 10px;
    padding: 2px 6px;
}
	.tspmedia_date{
    font-size: 11px;
    margin-top: 4px;
}
	.tspmedia_mes{
    font-size: 11px;
    max-height: calc(11px * 1.5 * 3);
    -webkit-line-clamp: 3;
}

	.tspmedia_link{}



	/* -------------------------- */

	.flont_ttl{
    width: 156px;
}


	.flont_ttl_txt{
    padding-top: 21px;
}
    .flont_ttl_txt.notjp{
    padding-top: 28px;
}
	.flont_ttl_en{
    font-size: 22px;
}
	.flont_ttl_jp{
    font-size: 11px;
}
	.flont_ttl_bg{}



	/* -------------------------- */
	.topics{}
	.topics_inner1{}
	.topics_before1{}
	.topics_before1:before{
    background-size: 13px auto;
}
	.topics_inner2{
    padding-top: 29px;
}
	.topics_ttl{
    margin-bottom: 15px;
}
	.topics_head{}
	.topics_main{
    margin-right: 18%;
    padding-bottom: 65px;
}
	.topics_main:before{}
	.topics_slide-next,
	.topics_slide-prev{
    width: 45px;
    height: 45px;
    border-width: 1px;
}
	.topics_slide-prev{
    right: auto;
}

    .topics_slide_btn{
    right: -27%;
    gap: 10px;
}

    .topics .swiper-scrollbar{
    right: 56px;
}
    .topics .swiper-scrollbar-drag{}


	.topics_slide-next.swiper-button-disabled,
	.topics_slide-prev.swiper-button-disabled{}


	.topics_slide_arrow{}
	.topics_slide_arrow:before{}
	.topics_slide_arrow:after{}

	.topics .cms1_li{}
	.topics .cms1_li:nth-child(1){}
	.topics .cms1_li:nth-child(2){}
	.topics .cms1_li:nth-child(3){}
	.topics .cms1_li:nth-child(4){}
	.topics .cms1_li:nth-child(5){}





	/* -------------------------- */

	.project{
    padding-top: 0px;
    padding-bottom: 60px;
}
	.project_inner1{
}
	.project_inner3{
    display: block;
    padding-bottom: 54px;
}
	.project_before1{
    display: none;
}
	.project_before2{
    display: none;
}
	.project_ttl{
    margin-bottom: 18px;
}
	.project_ttl path{}

	.project_box{
    width: auto;

}

	.project_box_first{
			position: relative;
			z-index: 1;
	}


	.project_before1_sp {
		display: block;
	    z-index: -1;
	    position: absolute;

	    top: 41px;
	    bottom: -310px;
	    right: calc(100% - 60px);
	    width: 9999px;
	}
	.project_before1_sp:before{
	    content: "";
	    z-index: 1;
	    position: absolute;
	    background: #d35e3f;

	    top: 100%;
	    bottom: 0;
	    right:0;
	    left: 0;
	}	


	.project_box + .project_box{
			position: relative;
			z-index: 2;
			margin-top: 54px;
	}

	.project_box + .project_box:after {
	    content: "";
	    z-index: -1;
	    position: absolute;
	    background: url(../img/common/bg1.png) 0 0 repeat;
	    background-size: 13px auto;
	    top: -40px;
	    /* bottom: 0; */
	    left: calc(100% - 80px);
	    width: 9999px;
	    height: 105px;
	}

	.project_box_img{}
	.project_box_img img{}

    .project_box_img.icon_new:before {
        font-size: 16px;
        width: 55px;
        line-height: 55px;
    }

	.project_box_main{
    margin: 28px 5% 0;
}
	.project_box_ttl{}

	.project_box_no{
    font-size: 17px;
    margin: 0 20px 0 0;
}
	.project_box_txt1{
    font-size: 14px;
    padding: 0 0 0 19px;
}
	.project_box_txt1:before{
    width: 13px;
    height: 13px;
}
	.project_box_ttl2{
    font-size: 22px;
}
	.project_box_mes{
    margin-top: 17px;
    line-height: 1.7;
}
	.project_box_cat{
    margin: 23px 0 0;
}
	.project_box_cat a{
    font-size: 11px;
}

	.project_box_link{
    margin: 28px 0 0;
}




	/* -------------------------- */
	.project_inner2{
    padding-top: 0;
}
	.project_before3{
    height: 124px;
    bottom: -124px;
}
	.project_before3:before{
    background-size: 15px auto;
}

	.project_box2{
    width: 50%;
}


	.project_box2:before{}

	.project_box2_link{}
	.project_box2_img{}

    .project_box2_img.icon_new:before{
            font-size: 16px;
            width: 55px;
            line-height: 55px;
    }


	.project_box2_img img{}
	.project_box2_hover{
    opacity: 1;
    align-items:flex-start;
    padding: 12px 8%;
    text-shadow: 0px 0px 9px rgb(0 0 0), 0px 0px 9px rgb(0 0 0);
}
    .project_box2_hover.icon_new{
        padding-top: 64px;
    }

	.project_box2_name{}

	.project_box2_name:before{}


	.project_box2_ttl{
    font-size: 13px;
}
	.project_box2_mes{}
	.project_box2_cat{}
	.project_box2_cat a{}
	.project_link{
    margin-top: 33px;
}



/*	.project_box2:nth-child(2),
	.project_box2:nth-child(3){}

	.project_box2:nth-child(1),
	.project_box2:nth-child(4),
	.project_box2:nth-child(6),
	.project_box2:nth-child(7){}
	.project_box2:nth-child(5),
	.project_box2:nth-child(8){}*/

	.project_inner2.scBomb_anim .project_box2{}


	/* -------------------------- */
	.business{}
	.business_inner1{
    padding-top: 53px;
    padding-bottom: 33px;
}
	.business_ttl{
    margin-bottom: 14px;
}
	.business_ttl path {}
	.business_head{}
	.business_head_ttl{
    font-size: 22px;
    margin: 0 0 15px;
}
	.business_head_mes{
    font-size: 13px;
    line-height: 1.9;
}

	/* -------------------------- */
	.service{}
	.service_inner2{
    /* padding-left: 0% !important; */
    /* padding-right: 0% !important; */
    padding-bottom: 45px;
}
	.service_before1{
    left: 58px;
    top: 49px;
}


	.service_inner2_in{}
	.service_mes{
    margin: 0 0 20px;
    line-height: 1.9;
}
	.service_box{}

	.service_box:nth-child(n+3) {
	    margin-top: 10px;
	}

	.service_box:before{}


	.service_box:nth-child(3n+1){}
	.service_box:nth-child(n+4){}
	.service_box_name{
    top: 24px;
}
	.service_box_name.icon1{}
	.service_box_name.icon2{}
	.service_box_name.icon3{}
	.service_box_name.icon4{}
	.service_box_name.icon5{}
	.service_box_name.icon6{}
	.service_box_name p{}
	.service_box_name p:after,
	.service_box_name p:before{}
	.service_box_name.icon1 p:after,
	.service_box_name.icon1 p:before{
    height: 41px;
}
	.service_box_name.icon1 p:after{}
	.service_box_name.icon2 p:after,
	.service_box_name.icon2 p:before{
    height: 37px;
}
	.service_box_name.icon2 p:after{}
	.service_box_name.icon3 p:after,
	.service_box_name.icon3 p:before{
    height: 36px;
}
	.service_box_name.icon3 p:after{}
	.service_box_name.icon4 p:after,
	.service_box_name.icon4 p:before{
    height: 40px;
}
	.service_box_name.icon4 p:after{}
	.service_box_name.icon5 p:after,
	.service_box_name.icon5 p:before{
    height: 34px;
}
	.service_box_name.icon5 p:after{}
	.service_box_name.icon6 p:after,
	.service_box_name.icon6 p:before{
    height: 45px;
}
	.service_box_name.icon6 p:after{}


	.service_box_name p:after,
	.service_box_name p:before {
	    width: 45px !important;
	    bottom: calc(100% + 23%);
	}

	.service_box_txt1{
    font-size: 13px;
    margin-bottom: 0px;
}
	.service_box_txt2{
    font-size: 10px;
}
	.service_box_arrow{}
	.service_box_img{}
	.service_box_img img{}
	.service_box_arrow{
    width: 30px;
    height: 30px;
    border-width: 1px;
    bottom: 11%;
}
	.service_box_arrow:before{
    width: 4px;
    height: 4px;
    right: 8px;
}
	.service_box_arrow:after{
    right: 8px;
    width: 12px;
}




	/* -------------------------- */
	.solution{}
	.solution_inner{
    padding-top: 56px;
}
	.solution_sppd{
		padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	.solution .ttl1{
    /* padding-left: 5%; */
    /* padding-right: 5%; */
 }
	.solution_mes{
    /* padding-left: 5%; */
    /* padding-right: 5%; */
    line-height: 1.9;
    margin: 0 0 27px;
}
	.solution_list{
    margin-left: -3px;
    margin-right: -3px;
}
	.solution_list + .solution_list{}
	.solution_list a{
    margin: 3px;
    width: calc(33.33% - 6px);
    height: auto;
    padding-top: 31.6%;
}
	.solution_list a:nth-child(1){}
	.solution_list a:nth-child(2){}
	.solution_list a:nth-child(3){}
	.solution_list a:nth-child(4){}
	.solution_list a:nth-child(5){}

	.solution_list a:first-child{}

	.solution_list_box{}
	.solution_list_no{
    font-size: 13px;
    width: 25px;
    line-height: 25px;
}
	.solution_list_ttl{
    font-size: 11px;
    /* position: absolute; */
    /* z-index: 1; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* padding: 37px 0 0; */
}
	.solution_list_ttl:after,
	.solution_list_ttl:before {}
	.solution_list_ttl.icon1:after,
	.solution_list_ttl.icon1:before {
    background-size: 100% auto;
    width: 30px;
    height: 31px;
}
	.solution_list_ttl.icon1:after{}
	.solution_list_ttl.icon2:after,
	.solution_list_ttl.icon2:before {
    background-size: 100% auto;
    width: 37px;
    height: 30px;
}
	.solution_list_ttl.icon2:after{}
	.solution_list_ttl.icon3:after,
	.solution_list_ttl.icon3:before {
    background-size: 100% auto;
    width: 30px;
    height: 31px;
}
	.solution_list_ttl.icon3:after{}
	.solution_list_ttl.icon4:after,
	.solution_list_ttl.icon4:before {
    background-size: 100% auto;
    width: 37px;
    height: 41px;
}
	.solution_list_ttl.icon4:after{}
	.solution_list_ttl.icon5:after,
	.solution_list_ttl.icon5:before {
    background-size: 100% auto;
    width: 38px;
    height: 38px;
}
	.solution_list_ttl.icon5:after{}
	.solution_list_ttl.icon6:after,
	.solution_list_ttl.icon6:before {
    background-size: 100% auto;
    width: 34px;
    height: 33px;
}
	.solution_list_ttl.icon6:after{}
	.solution_list_ttl.icon7:after,
	.solution_list_ttl.icon7:before {
    background-size: 100% auto;
    width: 37px;
    height: 29px;
}
	.solution_list_ttl.icon7:after{}

	.solution_list_ttl:before {
		position: relative;
		display: block;
		margin-bottom: 5px;
	}

	.solution_box_arrow {
    bottom: 6px;
    right: 8px;
}
	.solution_box_arrow:before{
    width: 6px;
    height: 6px;
}
	.solution_box_arrow:after{
    width: 17px;
}
	.solution_box_arrow2 {
    display: none;
}


	.solution_list a:nth-child(1) .solution_box_arrow2{}
	.solution_list a:nth-child(2) .solution_box_arrow2{}
	.solution_list a:nth-child(3) .solution_box_arrow2{}
	.solution_list a:nth-child(4) .solution_box_arrow2{}
	.solution_list a:nth-child(5) .solution_box_arrow2{}

	.solution_box_arrow2:before{}
	.solution_box_arrow2:after{}

	.solution_list.scBomb_anim a{}
	.solution_list.scBomb_anim a .solution_box_arrow2{}


	/* -------------------------- */
	.efforts{}
	.efforts_inner{
    padding-top: 50px;
    padding-bottom: 59px;
}

	.efforts .ttl1{
		/* padding-left: 5%; */
		/* padding-right: 5%; */
	}

	.efforts_list{}
	.efforts_mes{
		/* padding-left: 5%; */
		/* padding-right: 5%; */
		line-height: 1.9;
		margin: 0 0 26px;
	}
	.efforts_box{
    padding-top: 48%;
}
	.efforts_box:nth-child(n+2) {
    margin-top: 11px;
}
	.efforts_box:before{}


	.efforts_box:nth-child(3n+1){}
	.efforts_box:nth-child(n+4){}
	.efforts_box_name{
    top: 27px;
}
	.efforts_box_name.icon1{}
	.efforts_box_name.icon2{}
	.efforts_box_name.icon3{}

	.efforts_box_name p{}
	.efforts_box_name p:after,
	.efforts_box_name p:before{
    bottom: calc(100% + 3%);
}

	.efforts_box_name.icon1 p:after,
	.efforts_box_name.icon1 p:before{
    width: 38px !important;
    height: 37px;
}
	.efforts_box_name.icon1 p:after{}

	.efforts_box_name.icon2 p:after,
	.efforts_box_name.icon2 p:before{
    background-size: 100% auto;
    width: 43px !important;
    height: 33px;
}
	.efforts_box_name.icon2 p:after{}

	.efforts_box_name.icon3 p:after,
	.efforts_box_name.icon3 p:before{
    width: 31px !important;
    height: 47px;
    bottom: calc(100% + -3%);
}
	.efforts_box_name.icon3 p:after{}



    .efforts_box_name.icon4 p:after,
    .efforts_box_name.icon4 p:before{
    width: 31px !important;
    height: 38px;
    bottom: calc(100% + -3%);
}
    .efforts_box_name.icon4 p:after{}


	.efforts_box_txt1{
    font-size: 10px;
    margin-bottom: 3px;
}
	.efforts_box_txt1:before{
    width: 13px;
    height: 2px;
    bottom: -3px;
}

	.icon1 .efforts_box_txt1:before{}
	.icon2 .efforts_box_txt1:before{}
	.icon3 .efforts_box_txt1:before{}

	.efforts_box_txt2{
    font-size: 13px;
}
	.efforts_box_arrow{
    bottom: 10%;
}
	.efforts_box_img{}
	.efforts_box_img img{}
	.efforts_box_arrow{
    width: 30px;
    height: 30px;
    border-width: 1px;
    border: solid 1px #fff;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 18px -5px #000000;
    background: rgba(0,0,0,0.2);
}
	.efforts_box_arrow:before{
    width: 4px;
    height: 4px;
    right: 8px;
}
	.efforts_box_arrow:after{
    right: 8px;
    width: 12px;
}


	/* -------------------------- */
	.company{
    margin-bottom: 62px;
}
	.company_inner1{
    padding-top: 0;
}

	.company_inner2{}

	.company_before1 {
    right: 58px;
}

	.company_inner2_in{
    padding-bottom: 43px;
}


	.company_ttl{
    margin-bottom: 21px;
}

	.company_ttl path {}


	/* -------------------------- */

	.news{}
	.news_inner{
    padding-top: 61px;
}
	.news_head{}
	.news_ttl{
    margin-right: 18px;
    margin-bottom: 21px;
}
	.news_ttl path {}
	.news_cat{
    margin: -49px 0 0px;
}
	.news_cat li{
    margin: 2px !important;
}
	.news_cat li:nth-child(n+2){}
	.news_cat a{
    font-size: 10px;
    padding: 0 5px;
    line-height: 1.8;
}
	.news_cat a.on{}
	.news_link{}
	.news_link .btn_arrow2{
    width: 227px;
    justify-content: center;
    /* padding-left: 0; */
    padding: 0 52px 0;
}

	.news_main{}
	.news_main_box{}
	.news_main_box:nth-child(1){}


	.news_main .news_link{
		display: flex;
		justify-content:center;
		margin-top: 36px;
	}

	/* -------------------------- */
	.media{}
	.media_inner{
    padding-top: 60px;
    padding-bottom: 93px;
}
	.media_ttl{
    margin: 0 auto 14px;
}

	.media_ttl path {}

	.media_mes{
    line-height: 1.9;
    margin: 0 0 33px;
    text-align: left;
}
	.media_list{}
	.media_list .cms1_li{
    margin-left: 4.8%;
}
    .media_list .cms1_li:nth-child(3n+1){
       margin-left: 4.8%;
        
    }  
	.media_list .cms1_li:nth-child(2n+1){
		    margin-left: 0;
	}
	.media_list .cms1_li:nth-child(n+3){
		    margin-top: 26px;
	}

	.media_list .cms1_img {
 	   margin-bottom: 14px;
 }
	.media_list .cms1_ttl {
    font-size: 13px;
    height: calc(13px * 1.5 * 3);
}
	.media_list .cms1_date {
    font-size: 11px;
}
	.media_list .cms1_main {/* padding: 0 0 24px; */}
	.media_link{
    margin-top: 31px;
}

	/* -------------------------- */
	.dna{}
	.dna_inner1{
    padding-bottom: 75px;
}

	.dna_inner2{
    padding-bottom: 0;
    padding-top: 0;
}
	.dna_ttl{
    margin: 0 auto 14px;
}
	.dna_ttl path {}
	.dna_mes{
    font-size: 6.3vw;
    /* padding-left: 5%; */
    /* padding-right: 5%; */
}
	.dna_link{
    margin: 15px 0 0;
}
	.dna_img{
    position: relative;
    top: 0;
    width: 100%;
    margin: 22px 0 0;
}
	.dna_before1 {
    top: -53px;
    left: 41px;
    bottom: 42px;
}
	.dna_img img{}




	/* -------------------------- */
	/* -------------------------- */

}
