@charset "UTF-8";



/*共通 ------------------------------------------------*/

.con_info {
	margin-bottom: 80px;
}


/*billboard ------------------------------------------------*/

.page.service #billboard{
    background-image: url("../img/job_main@2x.png");
    background-size: cover;
    background-position: center;
}

/*sec_service ------------------------------------------------*/


.page.service .sec_service{
    padding: 80px 0 0 0;
}

.page.service .sec_service h2.service_ttl{
    color: #3DB680;
    font-size: 34px;
    margin-bottom: 40px;
}
.sec_service .service_list_con h3,
.sec_traning .service_list_con h3{
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-weight: 400;
}

.sec_service .service_list_con.interpretation h3,
.sec_traning .service_list_con.interpretation h3{
    color: #3DB680;
    border-bottom: 1px solid #3DB680;
}

.sec_service .service_list_con.translation h3,
.sec_traning .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;
}       
    
    
}


/*sec_traning ------------------------------------------------*/

.page.service .sec_traning{
    padding: 0 0 80px 0;
}


.page.service .sec_traning .traning_con h3{
    color: #3DB680;
    font-size: 32px;
    margin-bottom: 20px;
}

.sec_traning .traning_con .haj_con{
    display: flex;
    justify-content: space-between;
}

.sec_traning .traning_con .haj_con .left{
    width: 42%;
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 1280px) {
.sec_traning .traning_con .haj_con .left{
    padding-bottom: 120px;
}
}


.sec_traning .traning_con .haj_con .left p{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 2.0;
}
.sec_traning .traning_con .haj_con .left p.link_btn{
    position: absolute;
    margin-top: 20px;
    bottom: 0;
}


.sec_traning .traning_con .haj_con .right{
    width: 56%;
    overflow: hidden;
    border-radius: 10px;
}




/*スマホ表示*/

@media (max-width: 768px) {

.sec_traning .inner {
    width: 100%;
    margin: 0 auto;
}

.page.service .sec_traning .traning_con h3{
    font-size: 20px;
    margin-bottom: 20px;
}    
  
.sec_traning .traning_con .haj_con {
    flex-direction: column-reverse;
}    
    
.sec_traning .traning_con .haj_con .left,
.sec_traning .traning_con .haj_con .right {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
}
    
.sec_traning .traning_con .haj_con .left p {
    font-size: 15px;
    line-height: 1.8;
}    
    
.sec_traning .traning_con .haj_con .left p.link_btn {
    position: relative;
    margin-top: 20px;
    bottom: 0;
}    
    

}



/*タブメニュー*/

.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;
} 



/*mice 追加変更 ------------------------------------------------*/
.mice_con {
	margin-bottom: 40px;
}
.text_center {
	text-align: center;
}
.indent_list li {
	margin-left: 2rem;
	text-indent: -2rem
}

.page .page_intro_con .intro_ttl .into_en {
	text-transform:uppercase;
	word-wrap:normal;
	letter-spacing: -1px;
}
@media (max-width: 1380px) {
	.page .page_intro_con .intro_ttl .into_en{
			font-size: 40px;
			letter-spacing:normal;
	}
}


.accordion  {
  margin-inline: 0;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #333333;
  padding: 0 10px;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}
summary.accordion_title h5 {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1em .5em 0 .5em;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 1.5em;
}
.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 0 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
  content: "-";
}