@charset "UTF-8";
#pagetitle{
 height: inherit;
 background: url("../img/title_img/bg_profile.jpg") center center no-repeat;
 background-size: cover;
}
#philosophy .philo_cts{
 position: relative;
}
#philosophy .philo_cts::before{
 content: "";
    width: calc(50% + 87px);
    height: 200px;
    background: url("../img/common_img/bg_wood.jpg") 0 0 repeat;
    position: absolute;
    bottom: 25%;
    left: 0;
    z-index: 1;
}

#philosophy .box-cnt-r{
 text-align: left;
    margin-bottom: 23px;
    position: relative;
    z-index: 3;
}
#philosophy .box-cnt-l{
 position: relative;
    z-index: 2;
}
#philosophy p{
 text-align: left;
}
#philosophy p.tx_strong{
 font-size: 20px;
 font-weight: 700;
 color: #283254;
 margin: 6px 0;
}

#history{
 
}
 #history #his_timeline li p.his_date{
  text-align: left;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(to right,#3e4f8b 0,#283254 100%);
  padding: 6px 10px;
 }
  #history #his_timeline li p.his_tx{
   position: relative;
  text-align: left;
   padding: 10px;
 }

@media print, screen and (min-width:768px){
 #philosophy .philo_cts::before{
   width: calc(50% - 300px);
        height: 260px;
        top: 0;
        bottom: auto;
 }
 #philosophy .flex_box{
 display: flex;
        justify-content: space-between;
 flex-direction: row-reverse;
}
 #philosophy .box-cnt-r{
 width: calc(100% - 450px);
        margin-bottom: 0;
  padding-left: 50px;
        margin-top: 22px;
}
 #philosophy .box-cnt-l{
 width: 400px;
}
 #philosophy .box-cnt-l .ph_box{
  margin-top: 40px;
 }
 #history #his_timeline li{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
 }
 #history #his_timeline li p.his_date{
  width: 140px;
  color: #434343;
  background: none;
  padding: 0;
 }
  #history #his_timeline li p.his_tx{
   width: 85%;
  padding: 20px 10px 20px 20px;
   border-left: 2px solid #D7D7D7;
 }
 #history #his_timeline li p.his_tx::before{
   content: '';
  width: 12px;
  height: 12px;
  background: #283254;
  position: absolute;
  left: -7px;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
 }
}

#map #sec04 > ul{
 margin-top: 15px;
}
#map #sec04 > ul > li:not(:last-child){
 margin-bottom: 25px;
}
#map #sec04 > ul > li h4{
 text-align: left;
 font-size: 20px;
 font-weight: 700;
 border-left: 3px solid #283254;
 padding:4px 10px;
 margin-bottom: 15px;
}
#map #sec04 > ul > li p{
 text-align: left;
}

#map #sec04 > ul > li > ul > li{
 text-align: left;
}
#map #sec04 > ul > li > ul > li:not(:last-child){
 margin-bottom: 15px;
}
#map #sec04 > ul > li > ul > li h5{
 font-size: 18px;
 font-weight: 700;
 color: #283254;
 margin-bottom: 5px;
}


