@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #f3f3ee;
}
/*=======================================================

ページタイトル

=======================================================*/
.section-title{
  position: relative;
  height: 40px;
  width: 100%;
  background-image: url("../image/others/gradation_line.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  max-width: 800px;
  margin: 0 auto;
}
.section-title h3{
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 2.4rem;
  color: #f6f6f6;
}
.section-top__title {
  width: 170px;
  margin: 0 auto ;
  padding: 60px 0;
}
.section-top__subtitle{
  font-family: 'Arial', 'Helvetica', sans-serif;
  text-align: right;
  margin-right: 20px;
}
.section-top__title h2{
  font-family: 'M PLUS 1p', sans-serif;
  color: #0c3388;
  letter-spacing: 0.07em;
  text-align: right;
  border-bottom: 2px solid #0c3388;
  padding: 10px 0 ;
  margin-right: 20px;
}
@media(min-width:800px){
  .section-top__title {
    width: 320px;
  }
  .section-top__title h2 {
    font-size: 6rem;
    margin-right: 14px;
    padding-bottom: 30px;
    
  }
  .section-top__subtitle{
    margin-bottom: 10px;
  }
}
/*=======================================================

代表挨拶

=======================================================*/
.section-message__description{
  width: 320px;
  text-align: left;
  margin: 40px auto 40px;
}
@media(min-width:800px){
  .section-message__description{
    width: 800px;
    line-height: 2rem;
  }
}
/*=======================================================

経営理念

=======================================================*/
.section-philosophy__mobile-photo{
    width: 100%;
  　height: auto;
}
.section-philosophy__message{
  display: none;
}
.section-philosophy__pc-photo{
  display: none;
}
.section-philosophy__wrap{
  margin: 40px 0;
  text-align: center;
}
.section-philosophy__wrap ol{
  display: inline-block;
  text-align: left;
  list-style: none;
  line-height: 2rem;
}
@media(min-width:800px){
  .section-philosophy__mobile-photo{
    display: none;
  }
  .section-philosophy__message{
    display: block;
    font-weight: 900;
    font-size: 2.4rem;
    margin: 40px 0;
  }
  .section-philosophy__wrap{
    display: flex;
    margin: 0 auto 40px auto;
    max-width: 800px;
    justify-content: space-between;
  }
  .section-philosophy__pc-photo{
    display: block;
    width: 50%;
    max-width: 300px;
  }
  .section-philosophy__wrap ol{
    width: 50%;
    padding-top: 60px;
    font-size: 1.8rem;
  }
}
/*=======================================================

会社概要

=======================================================*/
.section-overview{
  background-color: #f6f6f6;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
table{
  margin: 40px auto;
  width: 315px;
}
table th{
  text-align: left;
  width: 56px;
  vertical-align: middle;
  border-bottom: solid 2px #c0c0c0;
}
table td{
  text-align: left;
  padding:10px 0 10px 30px;
  border-bottom: solid 2px #c0c0c0;
}
table ol{
  list-style-type: none;
  padding-left: 40px;
}
.section-overview__wrap{
  display: flex;
}
.section-overview__wrappr{
  display: flex;
}
.section-overview__button-pc{
  display: none;
}
.section-overview__button{
  margin-bottom: 40px;
}
@media(min-width:800px){
  .section-overview{
  padding-bottom: 40px;
}
  table{
    width: 720px;
    font-size: 1.8rem;
  }
  table th{
    width: 160px;
    padding-left: 10px;
  }
  table td{
    text-align: left;
    padding:10px 0 10px 0px;

  }
  .section-overview__wrap{
    width: 570px; 
  }
  .section-overview__wrap p {
    width: 110px;
}
  .section-overview__wrap ol {
    padding: 0;
    width: 460px;
  }
  .section-overview__wrap ol li{
    display: inline-block;
    max-width: 174px;
  }
  .section-overview__wrap ol li:nth-child(2){
    margin-left: 60px;
  }
  .section-overview__wrap ol li:nth-child(4){
    margin-left: 45px;
  }
  .section-overview__button{
    display: none;
  }
  .section-overview__button-pc {
    display: block;
    margin: 24px 0 0 40px;
  }
}
/*=======================================================

安全マネジメント

=======================================================*/
.section-management__description{
  width: 310px;
  text-align: left;
  margin: 40px auto 30px;
}
.section-management__wrap{
  display: flex;
  width: 304px;
  margin: 0 auto 40px auto;
  flex-direction: row;
}
.section-management__image{
  width: 100px;
  height: auto;
  margin-right: 20px;
  flex-shrink: 0;
}
.section-management__pdca{
  font-weight: 900;
  text-align: left;
  padding: 20px 0;
  width: 100%;
}
.section-management__wrap-pc{
  display: none;
}
@media(min-width:800px){
  .section-management__wrap-mobile{
    display: none;
  }
  .section-management__wrap-pc{
    display: flex;
    width: 800px;
    margin: 0 auto 40px;
    padding: 40px 60px;
    background-color: #f6f6f6;
  }
  .section-management__image{
    width: 200px;
    height: 230px;
    margin-right: 40px;
  }
  .section-management__description{
    text-align: left;
    line-height: 2.6rem;
    width: 100%;
    margin: 0;
  }
  .section-management__pdca{
    padding: 40px 0 0 0;
    line-height: 2.6rem;
  }
}
/*=======================================================

アクセス

=======================================================*/
.section-access__map{
  max-width: 800px;
  width: 100%;
  margin: 40px 0;
  
}


