@charset "UTF-8";



/*共通 ------------------------------------------------*/




/*billboard ------------------------------------------------*/



/*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;
}       
    
    
}

/*equipment_topic ------------------------------------------------*/

#equipment_topic {
    padding: 80px 0;
    background:rgba(151,210,227,0.30);
}


#equipment_topic h2{
    text-align: center;
    margin-bottom: 40px;
}

#equipment_topic h2 span{
   display: block;
    font-size: 20px;
}

#equipment_topic .topic_list{
    max-width: 840px;
    margin: 0 auto;
}

#equipment_topic .topic_list li{
    list-style: none;
    margin-bottom: 20px;
    padding: 0 0.5em 5px;
    border-bottom: 1px solid #9D9D9D;
    font-size: 14px;
}

#equipment_topic .topic_list li span.date{
    color: #42AAC7;
    font-weight: 500;
    margin-right: 1em;
}








/*タブメニュー*/

.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;
} 


/*equipment_fee 追加変更 ------------------------------------------------*/
.equipment_fee {
	margin-bottom: 80px;
}
.equipment_fee table {
	margin:auto auto 40px auto;
	background: #fff;
	width: 80%;
}

.equipment_fee table thead tr th,
.equipment_fee table tbody tr th,
.equipment_fee table tbody tr td {
	padding-top: 1px;
	padding-bottom:1px;
	line-height: 2rem;
}
.equipment_fee table thead tr:first-child th {
	border-bottom: 1px solid #333;
}
.equipment_fee table th:first-child,
.equipment_fee table td:first-child {
  padding-left: 15px; }
.equipment_fee table th:last-child,
.equipment_fee table td:last-child {
  padding-right: 15px; }
.equipment_fee table tr:last-child th,
.equipment_fee table tr:last-child td,
.equipment_fee table th.bo_b_none {
  border-bottom: none; }
.text-end {
	text-align: right;
}
.equipment_fee .btn_con{
    width: 50%;
    max-width: 420px;
    margin:auto;
    }
/* スマホ表示 */

@media (max-width: 768px) {
	.equipment_fee table {
		width: 100%;
	}
	.equipment_fee .btn_con {
    width: 100%;
    max-width: inherit;
	} 
}

.page .page_intro_con .intro_ttl .into_en {
	text-transform:uppercase;
	word-wrap:normal;
	letter-spacing: -2px;
}
@media (max-width: 1380px) {
	.page .page_intro_con .intro_ttl .into_en{
			font-size: 40px;
	}
}
@media (max-width: 768px) {
	.page .page_intro_con .intro_ttl .into_en{
			letter-spacing:normal;
	}
}


.equipment_topic .accordion  {
  margin-inline: 0;
  border-bottom:1px solid #a9a9a9;
}

.equipment_topic .accordion_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 3em; /* ← 右に十分なスペースを取っておくのがポイント */
  width: 100%;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.equipment_topic .accordion_title h2 {
  margin: 0;
  line-height: 2.5rem;
}

.equipment_topic .accordion_title::after {
  content: "+";
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  right: 1em; /* はみ出さないように内側に指定 */
  font-size: 1.2em;
  pointer-events: none;
}
.equipment_topic details[open] .accordion_title::after {
  content: "−"; /* 開いたときのマイナス記号 */
}
.equipment_topic .accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.equipment_topic .accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.equipment_topic .accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.equipment_topic .accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.equipment_topic .accordion[open] .accordion_content {
  padding: 0 2em 1.4em 3em;
}

.equipment_topic .accordion[open] .accordion_title:after {
  content: "-";
}