@charset "utf-8";


/*==================================================================
  PC用スタイル ↓
===================================================================*/

@media (min-width: 769px) {


  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 130px;
    padding-top: 50px;
    background-color: #898989;
    /*background: url(../images/pages/shoes/ttl_bg.jpg) center center #000 no-repeat;*/
  }
    .page__ttl span{
      display: block;
      width: 1090px;
      height: 0;
      margin: 0 auto;
      padding-top: 32px;
      overflow: hidden;
      background: url(../images/pages/greeting/greeting_ttl.png) left center no-repeat;
    }


  /*====================================================================
    greeting
  =====================================================================*/

  .greeting{
    margin: 0 auto 130px auto;
  }

  /*=================================
    philosophy
  ==================================*/

  .philosophy{
    width: 1090px;
    margin: 0 auto;
  }

  .philosophy__wrap{
    width: 1090px;
    height: 300px;
    margin-bottom: 50px;
    background: url(../images/pages/greeting/philosophy_wrap_bg.jpg) no-repeat;
    padding-top: 25px;
  }

  .philosophy__wrap h2{
    width: 523px;
    height: 0;
    padding-top: 57px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_wrap_ttl.png) no-repeat;
    margin-bottom: 22px;
  }

  .philosophy__wrap h3{
    width: 354px;
    height: 0;
    padding-top: 50px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_wrap_subttl.png) no-repeat;
    margin-bottom: 22px;
    margin-left: 35px
  }

  .philosophy__wrap p{
    width: 441px;
    height: 0;
    padding-top: 91px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_wrap_com.png) no-repeat;
    margin-left: 35px
  }

  .philosophy__list li{
    width: 520px;
    min-height: 220px;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    background-color: #eaf1f9;
  }

  .philosophy__list li img{
    vertical-align: bottom;
  }

  .philosophy__list li:nth-child(2n){
    margin-right: 0;
  }

  .philosophy__list li:first-child h3{
    width: 520px;
    height: 0;
    padding-top: 220px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_list_ttl.png) no-repeat #fff;
  }

  .philosophy__list .philosophy__list--img{
    float: left;
    display: block;
    margin-right: 15px;
  }

  .philosophy__list .left__wrap{
    float: left
  }


  .philosophy__list li:nth-child(2) h4{
    width: 238px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point01.png) no-repeat;
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .philosophy__list li:nth-child(3) h4{
    width: 269px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point02.png) no-repeat;
    margin-top: 33px;
    margin-bottom: 32px;
  }

  .philosophy__list li:nth-child(4) h4{
    width: 264px;
    height: 0;
    padding-top: 53px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point03.png) no-repeat;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .philosophy__list li:nth-child(5) h4{
    width: 253px;
    height: 0;
    padding-top: 23px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point04.png) no-repeat;
    margin-top: 34px;
    margin-bottom: 33px;
  }

  .philosophy__list li:nth-child(6) h4{
    width: 236px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point05.png) no-repeat;
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .philosophy__list p{
    width: 270px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }

  .philosophy__list table{
    width: 100%;
    background-color: #fff;
    clear: both;
    padding-top: 15px;
    border-collapse: separate;
    border-spacing: 5px 0 5px 0;
    font-size: 1.5rem;
  }

  .philosophy__list table th{
    border: 1px solid #2660ad;
    color: #2660ad;
    text-align: center;
    font-weight: bold;
    width: 108px;
  }

  .philosophy__list table td{
    color: #fff;
    background-color: #2660ad;
    border-left: 5px solid #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    width: 200px;
  }

  .philosophy__list table tr:first-child td{
    border-bottom: 5px solid #fff;
  }

  .philosophy__list table tr .border__bottom{
    border-bottom: 5px solid #fff;
  }


  .start__list li{
    width: 520px;
    min-height: 220px;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    background-color: #aecae8;
  }

  .start__list li img{
    vertical-align: bottom;
  }

  .start__list li:nth-child(2n){
    margin-right: 0;
  }

  .start__list .start__list--img{
    float: left;
    display: block;
    margin-right: 15px;
  }

  .start__list .left__wrap{
    width: 270px;
    float: left
  }


  .start__list li h4{
    color: #2660ad;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }



  .start__list p{
    width: 270px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }

  .start__list table{
    width: 100%;
    background-color: #fff;
    clear: both;
    padding-top: 15px;
    border-collapse: separate;
    border-spacing: 5px 0 5px 0;
    font-size: 1.5rem;
  }


  
  
  
  /*====================================================================
    director
  =====================================================================*/

  .director{
    width: 100%;
  }

  /*=================================
    director__message
  ==================================*/

  .director__message{
    width: 100%;
    padding: 22px 0;
    background-color: #eaf1f9;
  }

  .director__message .container{
    background: url(../images/pages/greeting/director_img.jpg) right top no-repeat;
  }


  .director__message h2{
    width: 546px;
    height: 0;
    padding-top: 57px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_message_ttl.png) no-repeat;
    margin-bottom: 33px;
  }

  .director__message .director__com{
    width: 640px;
    margin-bottom: 30px;
  }

  .director__message .director__name{
    width: 640px;
    /*width: 100%;*/
    text-align: right;
  }

  .director__message .director__name span{
    font-size: 2.4rem;
  }

  /*=================================
    director__profile
  ==================================*/

  .director__profile{
    padding-top: 40px;
  }

  .director__profile h3{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 20px;
  }

  .director__profile h3 .career{
    width: 109px;
    height: 0;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_profile_ttl01.png) no-repeat;
  }

  .director__profile h3 .hobby{
    width: 180px;
    height: 0;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_profile_ttl02.png) no-repeat;
  }

  .director__profile table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
  }

  .director__profile table th{
    padding: .8em .5em;
    border-bottom: 1px dotted #282828;
  }

  .director__profile table td {
    padding: 10px 20px;
    border-bottom: 1px dotted #282828;
  }

  .director__profile table tr:first-child th {
    border-top: 1px dotted #282828;
  }

  .director__profile table tr:first-child td {
    border-top: 1px dotted #282828;
  }

  .director__profile table th {
    width: 190px;
    background: #EEE;
    color: #111;
  }

  .director__profile table td ul {
    padding-bottom: 1em;
  }

  .director__profile table td li {
    list-style: none;
  }

  .director__profile table td a:link,
  .director__profile table td a:visited,
  .director__profile table td a:active {
    color: #000000;
    text-decoration: none;
  }

  .director__profile table td a:hover {
    text-decoration: none;
    text-decoration: underline;
  }

  .director__profile table td span{
    font-size: 1.4rem;
    color:#333;
  }

  .director__profile p{
    margin: 0 60px;
  }
}

/*==================================================================
  スマートフォン用スタイル ↓
===================================================================*/

@media (max-width: 768px) {
  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 60px;
    padding-top: 21px;
    background-color: #898989;
  }
    .page__ttl span{
      display: block;
      width: 100%;
      height: 0;
      margin: 0 auto;
      padding-top: 18px;
      overflow: hidden;
      background: url(../images/pages/greeting/greeting_ttl.png) left 15px center no-repeat;
      background-size: 100px 18px;
    }

  /*====================================================================
    greeting
  =====================================================================*/

  .greeting{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  /*=================================
    philosophy
  ==================================*/

  .philosophy{
    width: 100%;
    margin: 0 auto;
  }

  .philosophy__wrap{
    width: 100%;
    margin-bottom: 15px;
    /*background: url(../images/pages/greeting/philosophy_wrap_bg.jpg) no-repeat;*/
    background-color: #eaf1f9;
    padding: 15px;
  }

  .philosophy__wrap h2{
    width: 100%;
    height: 0;
    padding-top: 36px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_wrap_ttl.png) no-repeat #2660ad;
    background-size: auto 36px;
    margin-bottom: 22px;
  }

  .philosophy__wrap h3{
    width:260px;
    height: 0;
    padding-top: 37px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_wrap_subttl.png) no-repeat;
    background-size: 260px 37px;
    margin: 0 auto 15px auto;

  }

  .philosophy__wrap p{
    width: 100%;
    font-size: 0.95em;
  }

  .philosophy__list li{
    width: 100%;
    margin-bottom: 15px;
    background-color: #eaf1f9;
    padding: 15px;
  }

  .philosophy__list li img{
    vertical-align: bottom;
  }

  .philosophy__list li:nth-child(1){
    padding: 0;
  }

  .philosophy__list li:first-child h3{
    width: 100%;
    height: 0;
    padding-top: 42.3%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/philosophy_list_ttl.png) no-repeat #fff;
    background-size: contain;
  }

  .philosophy__list .philosophy__list--img{
    width: 20%;
    height: auto;
    float: left;
    display: block;
    margin-right: 3%;
  }

  .philosophy__list .left__wrap{
    /*float: left*/
  }


  .philosophy__list li:nth-child(2) h4{
    width: 77%;
    height: 0;
    padding-top: 6.47%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point01.png) no-repeat;
    background-size: contain;
    margin-top: 6vw;
  }

  .philosophy__list li:nth-child(3) h4{
    width: 77%;
    height: 0;
    padding-top: 6.297%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point02.png) no-repeat;
    background-size: contain;
    margin-top: 11vw;
  }

  .philosophy__list li:nth-child(4) h4{
    width: 77%;
    height: 0;
    padding-top: 15.458%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point03.png) no-repeat;
    background-size: contain;
    margin-top: 6vw;
  }

  .philosophy__list li:nth-child(5) h4{
    width: 77%;
    height: 0;
    padding-top: 6.999%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point04.png) no-repeat;
    background-size: contain;
    margin-top: 5vw;
  }

  .philosophy__list li:nth-child(6) h4{
    width: 77%;
    height: 0;
    padding-top: 7.177%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/point05.png) no-repeat;
    background-size: contain;
    margin-top: 5vw;
  }

  .philosophy__list p{
    padding-bottom: 5px;
    font-size: 0.95em;
    letter-spacing: -1px;
    clear: both;
    padding-top: 15px;
  }

  .philosophy__list table{
    width: 100%;
    background-color: #fff;
    clear: both;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 80%;
  }

  .philosophy__list table th{
    border: 1px solid #2660ad;
    color: #2660ad;
    text-align: center;
    font-weight: bold;
    width: 108px;
  }

  .philosophy__list table td{
    color: #fff;
    background-color: #2660ad;
    padding-top: 4px;
    padding-bottom: 4px;

    text-align: center;
    width: 200px;

  }

  .philosophy__list table tr:first-child td{
    /*border-bottom: 5px solid #fff;*/
  }

  .philosophy__list table tr .border__bottom{
    /*order-bottom: 5px solid #fff;*/
  }

  
  .start__list li{
    width: 100%;
    margin-bottom: 15px;
    background-color: #aecae8;
    padding: 15px;
  }

  .start__list li img{
    vertical-align: bottom;
  }

  .start__list .start__list--img{
    width: 20%;
    height: auto;
    float: left;
    display: block;
    margin-right: 3%;
  }

  .start__list .left__wrap{
    /*float: left*/
  }


  .start__list li h4{
    color: #2660ad;
    font-size: 1.8rem;
    font-weight: bold;
    display: table-cell;
    height: 17vw;
    vertical-align: middle;
  }

  .start__list li h4 span{
    display: inline-block;
    text-align: left;
  }

  .start__list p{
    padding-bottom: 5px;
    font-size: 0.95em;
    letter-spacing: -1px;
    clear: both;
    padding-top: 15px;
  }
  
  
  
  /*====================================================================
    director
  =====================================================================*/

  .director{
    width: 100%;
  }

  /*=================================
    director__message
  ==================================*/

  .director__message{
    width: 100%;
    padding: 15px;
    background-color: #eaf1f9;
  }

  .director__message .container{
    padding-bottom: 71.42%;
    background: url(../images/pages/greeting/director_img.jpg) right bottom no-repeat;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
  }


  .director__message h2{
    width: 100%;
    height: 0;
    padding-top: 10.4395%;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_message_ttl.png) no-repeat;
    background-size: contain;
    margin-bottom: 15px;
  }

  .director__message .director__com{
    width: 100%;
    margin-bottom: 10px;
  }

  .director__message .director__name{
    width: 100%;
    /*width: 100%;*/
    text-align: right;
    margin-bottom: 15px;
  }

  .director__message .director__name span{
    font-size: 2.4rem;
  }

  /*=================================
    director__profile
  ==================================*/

  .director__profile{
    padding-top: 15px;
    font-size: 0.95em;
    padding-right: 0;
    padding-left: 0;
  }


  
  .director__profile h3{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 15px;
  }

  .director__profile h3 .career{
    width: 80px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_profile_ttl01.png) no-repeat;
    background-size: contain;
  }

  .director__profile h3 .hobby{
    width: 132px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_profile_ttl02.png) no-repeat;
    background-size: contain;
  }

  .director__profile table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
  }

  .director__profile table tr {
    display: block;
    width: 100%;
  }
  
  .director__profile table th{
    padding: 5px;

    border-right: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    width: 100%;
    display: block;
  }

  .director__profile table td {
    width: 100%;
    padding: 10px 15px;
    /*border-bottom: 1px dotted #282828;*/
    display: block;
  }

  .director__profile table tr:first-child th {
    /*border-top: 1px dotted #282828;*/
  }

  .director__profile table tr:first-child td {
    /*border-top: 1px dotted #282828;*/
  }

  .director__profile table th {
    width: 100%;
    background: #EEE;
    color: #111;
  }

  .director__profile table td ul {
    padding-bottom: 1em;
  }

  .director__profile table td li {
    list-style: none;
  }

  .director__profile table td a:link,
  .director__profile table td a:visited,
  .director__profile table td a:active {
    color: #000000;
    text-decoration: none;
  }

  .director__profile table td a:hover {
    text-decoration: none;
    text-decoration: underline;
  }

  .director__profile table td span{
    font-size: 1.4rem;
    color:#333;
  }

  .director__profile p{
    margin: 0 15px;
  }
  
  
  
  
  
}