/*
Theme Name:SOLARIS child
Theme URI:https://tcd-theme.com/tcd088
Description:WordPressテーマ「SOLARIS」の自作子テーマです。
Template:solaris_tcd088
Author:jotoinsatsu
Author URI:https://jotoinsatsu.co.jp/
Version:1.0.0
*/

@charset "UTF-8";
/********************/
/*グローバルメニュー   */
/********************/

/*PC用*/
#global_menu > ul {
    padding-right: 65px!important
}


#header_search{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 396px!important;
    height: 80px;
    z-index: 100;
}
#header_search ul{
    display: flex;
    text-align: right;
    line-height: 80px;
}
#header_search li{
    width: 154px;
    padding: 0 22px;
    color: #fff;
    font-weight: 800;
    font-size: 0.9em;
    text-align: center!important;
}
.pc_menu_solution{
    background-color: #29abe9;
    height: 80px;
}
.pc_menu_recruit{
    background-color: #EB8700;
    height: 80px;    
}

/*SP用*/
.sp_menu_solution{
    width: 100%;
    background-color: #29abe9;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}
.sp_menu_recruit{
    width: 100%;
    background-color: #EB8700;
    text-align: center;
    padding: 20px 0;
}



/*トップページ用*/
.tab_content_top_inner{
    color: #000;
}




/*会社情報ページ用*/
.company_title{
  padding: .75em!important;
  margin: 40px 0!important;
  background-color: #f6f6f6;
}
table.tokuden tr td:first-child {
  box-sizing: border-box;
  background-color: #EDEDED;
  width: 155px;
}
.access_adress {
  line-height: 180%!important;
}
.access_adress .bold {
  font-weight: 700;
}
.access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52%; 
}
.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access_adress .indent_1 {
  margin-left: 0.8em;
}
.access_adress .indent_2 {
  margin-left: 1.3em;
}
.access_adress .indent_3 {
  margin-left: 10.6em;
}
.post_content .company_table {
  margin-top: 2em;
  margin-bottom: 5em;
}
.post_content .company_table th {
  font-weight: 700;
  text-align: left;
  background-color: #EDEDED;
  width: calc(100% / 3);
}
.post_content .company_table th,
.post_content .company_table td {
    padding: 5px 20px;
}
.company_table th .indent_1em {
  padding-left: 1em;
  font-weight: normal;
}
.company_csr p,
.company_csr li {
  line-height: 1.8;
}
.company_csr {
  margin-bottom: 5em;
}
.csr_list {
  list-style-type: decimal!important;
  margin-left: 2em!important;
}
.company_csr .csr_list li {
  margin-bottom: 10px;
}
.company_csr .txt_right {
  text-align: right;
}
.csr_flex_1,
.csr_flex_2 {
  display: flex;
  margin: 0!important;
}
.csr_flex_1 div:first-child,
.csr_flex_1 li:first-child {
  width: 90px;
  font-weight: 700;
  margin-right: 10px;
  color: #FFF;
  background-color: #0F6BB3;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.csr_flex_1 div:nth-child(2),
.csr_flex_1 li:nth-child(2) {
  flex: 1;
  font-size: 150%;
  line-height: 1.8;
  font-weight: 700;
  list-style: none;
}
.csr_flex_2 div:first-child {
  width: 90px;
  font-weight: 700;
  margin-right: 10px;
  color: #000;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.csr_flex_2 ul {
  flex: 1;
  margin: 0!important;
}
.csr_flex_2 li {
  list-style: none;
}

.csr_flex_3 {
  display: flex;
  margin: 40px 20px 0 0!important;
}
.csr_flex_3 div:first-child{
  flex-basis: 150px;
}
.csr_flex_3 div:nth-child(2){
  flex: 1; 
}
.csr_flex_3 li {
  list-style: none;
  margin-bottom: 5px;
}

.csr_flex_3 li span {
  font-weight: bold;
}
.csr_flex_3 li:nth-child(2) {
  font-weight: bold;
  color: rgba(15,107,184,1);
}






.post_content h6.gray_border {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 20px!important;
}
.pd_b_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .company_office .company_title,
  .company_csr .company_title {
    margin-bottom: 20px;
  }
  table.tokuden tr td:first-child {
    box-sizing: border-box;
    width: 120px;
  }
  .post_content .company_table {
    margin-top: 2em;
    margin-bottom: 2.5em;
  }
  .post_content .company_table th {
    font-weight: 700;
    text-align: left;
    background-color: #EDEDED;
    width: calc(100% / 3);
    font-size: 12px;
  }
  .post_content .company_table th,
  .post_content .company_table td {
      padding: 5px 0px 5px 10px;
  }
  .company_csr {
    margin-bottom: 2.5em;
  }
  .csr_flex_1 div:first-child,
  .csr_flex_1 li:first-child,
  .csr_flex_2 div:first-child {
    width: 50px;
  }
  .csr_flex_1 div:nth-child(2),
  .csr_flex_1 li:nth-child(2) {
    font-size: 20px;
  }
  .post_content h6.gray_border {
    margin-top: 30px!important;
    margin-bottom: 10px!important;
  }
}


/*事業案内ページ用*/


/*アーカイブページ用*/
#service_list .item{
    height: 650px!important
}

#service_list .content_inner{
    padding: 50px 50px 50px!important
}
#service_list .desc span{
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 5!important
}
#service_list .desc{
    max-height:12em;
}

/*ソリューションシステム*/
.main_solution{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify:inter-character;
    }
.main_solution_info{
    margin-bottom: 20px;
    }    
.main_solution_child{
    width: 48.7%;
    margin-bottom: 20px;
    }

@media screen and (max-width:767px) {
.main_solution{
    display: flex;
    flex-direction: column;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify:inter-character;
    }
.main_solution_child{
    width: 100%;
    margin-bottom: 20px;
    }
.main_solution_child img{
    width: 100%;
    }
}
.main_solution_child_text{
    box-sizing: border-box;
    padding: 2% 4% 4% 4% ;

    }    
 .main_solution_child:nth-child(1){
    background-color: #D3EAF8;
    }    
 .main_solution_child:nth-child(2){
    background-color: #D4E8DE;
    }    
 .main_solution_child:nth-child(3){
    background-color: #F0E4EF;
    }    
 .main_solution_child:nth-child(4){
    background-color: #EAF1DA;
    }    
 .main_solution_child:nth-child(5){
    background-color: #E7E5F2;
    }    
 .main_solution_child:nth-child(6){
    background-color: #D3E2F1;
    }
    
 .main_solution_child:nth-child(1) h3::before{
     content: "";
     display: inline-block;
     width: 40px;
     height: 40px;
     background-image:url(/wp-content/uploads/2022/07/bisiness_system_01_icon.png);
     background-size: contain;
     vertical-align: middle;
     margin-right: 10px;
    }    
 .main_solution_child:nth-child(2) h3::before{
     content: "";
     display: inline-block;
     width: 40px;
     height: 40px;
     background-image:url(/wp-content/uploads/2022/07/bisiness_system_02_icon.png);
     background-size: contain;
     vertical-align: middle;
     margin-right: 10px;
    }    
 .main_solution_child:nth-child(3) h3::before{
     content: "";
     display: inline-block;
     width: 40px;
     height: 40px;
     background-image:url(/wp-content/uploads/2022/07/bisiness_system_03_icon.png);
     background-size: contain;
     vertical-align: middle;
     margin-right: 10px;
    }    
 .main_solution_child:nth-child(4) h3::before{
     content: "";
     display: inline-block;
     width: 40px;
     height: 40px;
     background-image:url(/wp-content/uploads/2022/07/bisiness_system_04_icon.png);
     background-size: contain;
     vertical-align: middle;
     margin-right: 10px;
    }    
 .main_solution_child:nth-child(5) h3::before{
     content: "";
     display: inline-block;
     width: 40px;
     height: 40px;
     background-image:url(/wp-content/uploads/2022/07/bisiness_system_05_icon.png);
     background-size: contain;
     vertical-align: middle;
     margin-right: 10px;
    }    
 .main_solution_child:nth-child(6) h3::before{
     content: "";
     display: inline-block;
     width: 40px;
     height: 40px;
     background-image:url(/wp-content/uploads/2022/07/bisiness_system_06_icon.png);
     background-size: contain;
     vertical-align: middle;
     margin-right: 10px;
    }
.main_solution_child p{
    padding-bottom: 10px;
    margin-bottom: 10px!important;
    border-bottom: solid 1px #999999;
    }    
.main_solution_child ul{
    list-style: disc;        
    }    
.main_solution_child li{
    margin-bottom: 7px;
    }    
.business_photo{
    margin: 20px 0;    
    } 
/*ロボットシステム*/
.simaker_list{
    margin-left: 0!important;
    }    
    
.simaker_list li{  
	list-style-type: disc;
	line-height:4.0em;
	border-bottom: 1px dotted #ccc;
	list-style: none;
    }  
.simaker_list li::before {
    content: "・";
    }    
.contents_robot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.contents_robot_child_photo{
    width: 50%;    
    }    
.contents_robot_child_text{
    width: 47.4%;    
    }    
@media screen and (max-width:767px) {
  .simaker_list li{  
    line-height:2.2!important;
  }  
  .contents_robot{
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      }
  .contents_robot_child_photo{
      width: 100%;    
      }    
  .contents_robot_child_photo img{
      width: 100%;    
      }    
  .contents_robot_child_text{
      width: 100%;    
      }    
}
.tokudencolor{
    color:#00729f;
}
.part_seminar{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part_seminar_child_text{
    box-sizing: border-box;
    width: 48.7%;
    padding: 4%;
    margin-bottom: 20px;
    border: solid 1px #00729f;
}
.part_seminar_child_photo{
    width: 48.7%;
}
@media screen and (max-width:767px) {
.part_seminar{
    display: flex;
    flex-direction: column;
}
.part_seminar_child_text{
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
    margin-bottom: 20px;
    border: solid 1px #00729f;
}
.part_seminar_child_photo{
    width: 100%;
    margin-bottom: 20px;
}
.part_seminar_child_photo img{
    width: 100%;
}
}


/********************/
/*セミナー・ウェビナー   */
/********************/

.seminar_webinar_textarea{
    margin: 20px 40px 0 40px;
}
.seminar_webinar_title{
    font-size: 21px;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 20px;
}

.seminar_webinar_text{
    line-height: 1.8;
    font-feature-settings: "palt";        
}
 .seminar_webinar_spec{
    line-height: 1.8;
    font-feature-settings: "palt";         
}

/*詳細ページ*/
.seminar_single_customarea_zyouge{
    margin: 30px 0;
}
.seminar_single_customarea{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width:767px) {
.seminar_single_customarea{
    padding: 20px 5%;
    border-bottom: 1px solid #ddd;

}
}
/********************/
/*お問い合わせフォーム  */
/********************/
.contact_title{
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px!important;
    }
ol.contact_flow {
  display: block;
  margin: 50px 30px;
  padding: 0px;
  counter-reset: item;
  list-style-type: none; }
ol.contact_flow > li {
    display: block;
    margin: 0px;
    padding: 5px 0px 5px 30px;
    position: relative; }
ol.contact_flow > li:last-of-type {
      border-color: transparent; }
ol.contact_flow > li::before {
      display: flex;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 1px;
      z-index: 2;
      counter-increment: item;
      content: counter(item);
      align-items: center;
      justify-content: center;
      font-size: 22px;
      font-weight: bold;
      background: lightgray;
      border-radius: 50%;
      transform: translate(-50%, 0%); }
ol.contact_flow > li::after {
      display: block;
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      content: '';
      background-color: #666;
      background-image: linear-gradient(0deg, #fff 50%, transparent 50%);
      background-size: 4px 4px; }

h2 {
  margin: 0px;
  font-size: 20px; }


/*トップページ動画関連*/
.douga_width{
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width:1150px) {
.douga_width{
  padding: 0 3%;
}
}
.video {
      top:0;
      width: 100%;
      height: 100%;
      background: #000;/*背景を黒で表示*/
}

/*トップページバナー画像*/
.top_banner{
  display: flex;
  justify-content: space-between;
}
.top_banner_child{
  width: 32%;
}
.lineh1_5{
  line-height: 1.5!important;
}


