@charset "UTF-8";



/*共通 ------------------------------------------------*/




/*billboard ------------------------------------------------*/

.page.service #billboard{
    background-image: url("../img/main_img@2x.jpg");
    background-size: cover;
    background-position: center;
}

/*sec_service ------------------------------------------------*/


.page.service .sec_service{
    padding: 80px 0;
}

.page.service .sec_service h2.service_ttl{
    color: #3DB680;
    font-size: 34px;
    margin-bottom: 40px;
}

.sec_service .service_list_con h3{
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-weight: 400;
}

.sec_service .service_list_con.interpretation h3{
    color: #3DB680;
    border-bottom: 1px solid #3DB680;
}

.sec_service .service_list_con.translation h3{
    color: #03034C;
    border-bottom: 1px solid #03034C;
}

.sec_service .service_list_con .service_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec_service .service_list_con .service_list .list_single{
    width: 100%;
    box-sizing: border-box;
    display: table;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.service_list .list_single .photo{
    width: 180px;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 0;
    vertical-align: middle;
    display: table-cell;}

.service_list .list_single .photo img{

    vertical-align: middle;
}

.service_list .list_single .text_con{
    width: calc(100% - 200px);
    padding: 20px 20px 60px;
    box-sizing: border-box;
    display: table-cell;
    position: relative;
}

.service_list .list_single .text_con p.ttl{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.service_list .list_single .text_con p.ttl span{
    font-size: 14px;
}

.service_list .list_single .text_con p.text{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}


.service_list .list_single .text_con p.contact{
    position: absolute;
    bottom: 0;
    right: 20px;
}


.service_list .list_single .text_con p.contact a{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}


.service_list .list_single .text_con p.contact a:hover{
    font-size: 14px;
    color: #85E8FF;
    margin-bottom: 0;
}




.sec_service .service_list_con.interpretation .service_list .list_single{
    border: 4px solid #3DB680;
    background-color: #3DB680;
}

.sec_service .service_list_con.translation .service_list .list_single{
    border: 4px solid #03034C;
    background-color: #03034C;
}


/*スマホ表示*/

@media (max-width: 768px) {
    
.page.service .sec_service{
    padding: 40px 0;
}
    
    
.sec_service .service_list_con .service_list .list_single {
    width: 48%;
    box-sizing: border-box;
    display: table;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}    
    
    
    

.page.service .sec_service h2.service_ttl {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec_service .service_list_con h3 {
    font-size: 18px;
    margin-bottom: 20px;
}    
    
.sec_service .service_list_con .service_list .list_single {
    width: 100%;
    margin-bottom: 20px;
}    
      
    
.service_list .list_single .photo {
    display: block;
    width: 100%;
    height: auto;
}   
  
.service_list .list_single .text_con {
    display: block;
    width: 100%;
    padding: 15px 15px 60px;
}       
    
    
}






/*タブメニュー*/

.page.service .contact_tab{
    list-style: none;
    display: flex;
    justify-content:center;
    position: relative;
    margin-bottom: 60px;
}

.page.service .contact_tab li{
width: 33%;
margin-left: 1%;
margin-bottom: 0;
z-index: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1em;
    font-weight: 600;
    letter-spacing: 0;
}

.page.service .contact_tab li:first-child{
margin-left: 0%;
}


.page.service .contact_tab li.tab img{
    vertical-align: middle;
    max-width: 50px;
    height: auto;
    margin-right: 10px;
}


.page.service .tab{
    flex-grow: 1;
    text-align:center;
    cursor:pointer;
}

.page.service .panel{
    display:none;
}

.page.service .tab.is-active{
    transition: all 0.3s;
}

.page.service .panel.is-show{
    display:block;
    background-color: #F9F5D4;
    animation: appear .3s ease;
  }
  @keyframes appear {
    0%{
      opacity: 1;
    }
    100%{
      opacity: 1;
    }
  }


/* 表示調整 */

@media (max-width: 1279px) {
.page.service .translation_step_con{
    width:90%;
    height: 580px;
    margin-left:-3vw;
    transform: scale(0.8);   
        transition: all .3s;
}
    
.page.service .circle-pick01 {
    top: -17px;
    left: 122px;
}
    
.page.service .circle-pick02{
    top: 190px;
    left: 651px;
}       
    
} 

@media (max-width: 1110px) {
.page.service .translation_step_con{
    height: 480px;
    margin-left:-8vw;
  transform: scale(0.7);
    transition: all .3s;
    
}
    
}
    

@media (max-width: 880px) {
.page.service .translation_step_con{
    height: 380px;
    margin-left:-13vw;
  transform: scale(0.6);
    transition: all .3s;

}    
    
} 


/* スマホ表示 */

@media (max-width: 768px) {
.page.service .sec_step{
    padding: 40px 0;
} 

} 



.page.service .translation_step_sp {
    width: 94%;
    margin: 0 auto 20px;
    padding-top: 40px;
}


.page.service .translation_step_sp .pick {
    margin: 0 auto 40px;
    padding: 20px;
    background-color: #58BF92;
    border-radius: 10px;
    position: relative;
}

.page.service .translation_step_sp .pick .number {
    width: 50px;
    height: 50px;
    margin: -50px auto 20px;
    line-height: 50px;
    text-align: center;
    color: #58BF92;
    background-color: #fff;
    border: 2px solid #58BF92;
    font-weight: 600;
    position: relative;
}

.page.service .translation_step_sp .pick .number::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 12px solid #fff;
}

.page.service .translation_step_sp .pick h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
}


.pick_sp_con{
    display: flex;
    justify-content: space-between;
    background-color: #F9F5D4;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}

.pick_sp_con .icon{
    width: 24%;
} 

.pick_sp_con .text{
    width: 70%;
    color: #333333;
    margin-bottom: 0;
} 


/*inbound 追加変更 ------------------------------------------------*/
.indent_list li {
	margin-left: 2rem;
	text-indent: -2rem
}

.page .page_intro_con .intro_ttl .into_en {
	text-transform:uppercase;
	word-wrap:normal;
}
@media (max-width: 1380px) {
	.page .page_intro_con .intro_ttl .into_en{
			font-size: 40px;
	}
}
.sec_formlist .formlist_con .form_single{
    margin: auto auto 40px auto;
}