@charset "utf-8";
/* default PC */

.bg-gray {
  background-color: #FDF4EA;
  padding: 80px 0;
}

#contents .bg-gray .bg-white.philosophy {
  padding: 50px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#contents .bg-gray .bg-white.philosophy ul {
  margin-top: 0;
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding: 0;
}

#contents .bg-gray .bg-white.philosophy ul li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.7em;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

#contents .bg-gray .bg-white.philosophy ul li:last-child {
  margin-bottom: 0;
}

.table-02 th {
  width: 20%;
  min-width: 120px;
}

#contents .img-2box-txt h3.main-txt {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0;
  font-weight: bold;
  line-height: 1.5em;
}

#contents .img-2box-txt h3.main-txt:before {
  content: none;
}

#contents .bg-gray .bg-white.philosophy ul li:before {
  position: absolute;
  background: #EE7C0A;
  padding: 8px;
  content: "";
  border-radius: 50px;
  top: 9px;
  left: 0;
}


#contents .img-2box-txt .nama-txt {
  text-align: right;
  font-weight: 500;
}

#contents .img-2box-txt .nama-txt .nama {
  font-size: 125%;
  margin-left: 10px;
}

.access-area .map-area iframe {
  width: 100%;
  height: 450px;
}

.access-item .table-02 th {
  min-width: 90px;
  width: 15%;
}

#contents .access-item .table-02 {
  margin-top: 35px;
}

#contents .bg-gray .table-02 th {
  background-color: #4C4C4C;
  color: #fff;
  font-weight: 500;
}

.table-02 th {
  /* background-color: #4C4C4C; */
  /* color: #fff; */
  vertical-align: top;
  font-weight: 600;
}

#contents .access-item .txt-2box p.txt-center {
  margin-bottom: 35px;
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  .anchor-link-box .txt-5box{
    margin-right: 20px;
    width: calc(100% / 3 - 20px);
  }

  #contents .anchor-link-box .link-btn {
    margin-top: 20px;
}

  .anchor-link-box .txt-5box:nth-child(3n){
    margin-right: 0;
  }

  #contents .img-2box-txt h3.main-txt {
    margin-top: 20px;
  }

  #contents .bg-gray .bg-white.philosophy {
    padding: 40px 30px;
  }

  #contents .bg-gray .bg-white.philosophy ul li {
    font-size: 17px;
  }

  .img-area .txt-3box {
    width: calc(100% / 3 - 10px);
  }

  .access-area .access-item:nth-child(3) .txt-2box {
    margin-bottom: 40px;
  }

  .access-area .access-item:nth-child(3) .txt-2box.end {
    margin-bottom: 0;
  }

  #contents .access-item.mb-40 .flex.mb-20 {
    margin-bottom: 0;
  }

  #contents .access-item .table-02 {
    margin: 35px 0 0;
  }
  
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .bg-gray .bg-white.philosophy {
    padding: 25px 15px;
  }

  #contents .bg-gray .bg-white.philosophy ul li {
    font-size: 16px;
  }

  .img-area .txt-3box:first-child {
    width: 100%;
    margin-bottom: 10px;
  }

  .img-area .txt-3box {
    width: calc(100% / 2 - 5px);
  }
  
  .anchor-link-box .txt-5box{
    margin-right: 15px;
    width: calc(100% / 2 - 15px);
  }

  #contents .anchor-link-box .link-btn {
    margin-top: 15px;
}

.anchor-link-box .txt-5box:nth-child(3n) {
  margin-right: 15px;
}

.anchor-link-box .txt-5box:nth-child(2n) {
  margin-right: 0;
}

#contents .anchor-link-box.flex {
  justify-content: flex-start;
}

#contents .table-02 th {
  min-width: 90px;
}
}