/* CSS Document */

/* 下層メインビジュアル
---------------------------------------------------------- */
.sub_main_visual {
  background: url("/company/philosophy/img/mainimg_img_01.jpg") center no-repeat;
  background-size: cover !important;
}


/* sec_01
---------------------------------------------------------- */
.sec_01 {
  display: flex;
  margin-bottom: 100px;
}
.sec_01 {
}
.sec_01 .txt_comment {
  margin: 0 50px 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sec_01 .txt_comment p {
  margin-bottom: 20px !important;
}

.sec_01 .txt_copy_01 {
  font-size: 35px !important;
}

.sec_01 .txt_name {
  text-align: right !important;
} 
.sec_01 .img_01 {
  margin-top: 120px;
  margin-left: 30px;
  float: right;
}


/* sec_02
---------------------------------------------------------- */
.sec_02 {
  background:url("/assets/img/img_border_05.png") center top no-repeat;
  padding: 100px 0 50px;
}
.sec_02 h3 {
  line-height: 100%;
}
.sec_02 h3 span {
  display: block;
  font-size: 23px;
}
.sec_02 p {
  font-size: 20px;
}
.sec_02 h4::before {
  content: "ー ";
}
  
  
/* sec_03
---------------------------------------------------------- */
.sec_03 {
  background:url("/assets/img/img_border_05.png") center top no-repeat;
  padding: 100px 0 80px;
}
.sec_03 .table_01 {
  border: solid 1px #c8c9ca;
  border-collapse: collapse;
  width: 100%;
}
.sec_03 .table_01 th,
.sec_03 .table_01 td {
  border: solid 1px #c8c9ca;
  padding: 20px;
  line-height: 160%;
}
.sec_03 .table_01 th {
  width: 140px;
  vertical-align: middle;
  background-color: #717071;
}

/* ==========================================================================//
//
//　SP 1024px以下
//
// ========================================================================== */

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

  
  
  
}


/* ==========================================================================//
//
//　SP 560px以下
//
// ========================================================================== */

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

/* sec_01
---------------------------------------------------------- */
.sec_01 {
  flex-direction: column;
  margin-bottom: 50px;
  }

.sec_01 .txt_comment {
  /*order: 2;*/
  width: 100%;
}
.sec_01 .txt_copy_01 {
  font-size: 24px !important;
}
.sec_01 .img_01 {
  /*order: 0;*/
  text-align: center;
  margin-top: 10px;
}
.sec_01 .img_01 img {
  width: 60%;
  margin: 0 auto 20px auto;
  }
  
  
/* sec_02
---------------------------------------------------------- */
.sec_02 {
  padding: 60px 0 50px;
}
.sec_02 h3 {
  font-size: 10vw;
  margin-bottom: 40px;
}
.sec_02 h3 span {
  font-size: 4vw;
}
.sec_02 p {
  font-size: 16px;
}
.sec_02 h4 {
  font-size: 6vw;
  margin: 40px 0 20px;
}
 
  
/* sec_03
---------------------------------------------------------- */
.sec_03 .table_01 {
  width: 650px;
}
.sec_03 .table_01 th{
  width: 85px;
}
.sec_03 .table_01 th,
.sec_03 .table_01 td {
  padding: 7px;
  line-height: 140%;
  font-size: 14px !important;
}
  
  
}