@charset "utf-8";


/*----------------------------------------
hero
----------------------------------------*/
.hero {
  background: #F1F0E6;
  padding: 30px 0 20px;
  text-align: center;
  color: #000;
  position: relative;
}

.hero-inr {
  max-width: 1024px;
  margin: 0 auto;
}

.hero-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

/* レスポンシブ：スマホ用 */
@media (max-width: 768px) {
  .hero {
    padding: 20px 20px;
  }

  .hero-heading {
    font-size: 26px;
  }
}

/*----------------------------------------
about
----------------------------------------*/
.about {
  padding: 40px 0 0;
}

.about-inr {
  max-width: 1000px;
  margin: 0 auto;
}

.about-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.about-heading:before {
  width: 4%;
  height: 2px;
  content: "";
  background: #000;
  margin: 0 auto 30px;
  text-align:  center;
  display: block;
}

.about-table {
  overflow-x: auto;
  margin: 40px auto 0;
}

.about-table table {
  width: 100%;
  min-width: 600px; /* スクロールを有効にするため */
  border-collapse: collapse;
  background-color: #fff;
  font-size: 1rem;
}

.about-table th,
.about-table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #ccc;
  vertical-align: top;
}

.about-table th {
  padding: 10px 15px;
  width: 20%;
  text-align: left;
  background: #F1F0E6;
  font-size: 14px;
  font-weight: 300;
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  box-sizing: border-box;
}

.about-table td {
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    border-right: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.about-table iframe {
  max-width: 100%;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .about {
    padding: 20px 20px;
  }
  .about-heading {
    font-size: 20px;
  }
  .about-table {
    margin: 20px auto 0;
  }
  .about-heading:before {
      width: 10%;
      height: 2px;
      content: "";
      background: #000;
      margin: 0 auto 20px;
      text-align:  center;
      display: block;
  }
  .about-table table {
    min-width: inherit; /* スクロールを有効にするため */
  }
  .about-table th {
    width: 30%;
  }
}

/*----------------------------------------
about-history
----------------------------------------*/
.about-history {
  padding: 100px 0 0;
}

.about-history-inr {
  max-width: 1000px;
  margin: 0 auto;
}

.about-history-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.about-history-heading:before {
  width: 4%;
  height: 2px;
  content: "";
  background: #000;
  margin: 0 auto 30px;
  text-align:  center;
  display: block;
}

.about-history-list{
  margin: 60px auto 0;
  list-style: none;
}

.about-history-list li dl{
    width: 100%;
    border-bottom: dotted 1px #cccccc;
}

.about-history-list li dt{
    font-size: 16px;
    display: inline-block;
    width: 20%;
    padding: 10px 0;
}

.about-history-list li dd{
    font-size: 16px;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.8;
}


@media (max-width: 768px) {
  .about-history {
    padding: 20px 20px;
  }
  .about-history-heading {
    font-size: 20px;
  }
  .about-history-heading:before {
      width: 10%;
      height: 2px;
      content: "";
      background: #000;
      margin: 0 auto 20px;
      text-align:  center;
      display: block;
  }
  .about-history-list{
    margin: 30px auto 0;
  }
  .about-history-list li dl{
    margin: 20px auto 0;
    padding: 0 0 10px;
  }
  .about-history-list li dt{
      width: 100%;
      box-sizing: border-box;
      padding: 0;
  }
  .about-history-list li dd{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}

/*----------------------------------------
philosophy
----------------------------------------*/
.philosophy {
  padding: 100px 0 0;
}

.philosophy-inr {
  max-width: 1024px;
  margin: 0 auto;
}

.philosophy-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.philosophy-heading:before {
  width: 4%;
  height: 2px;
  content: "";
  background: #000;
  margin: 0 auto 30px;
  text-align:  center;
  display: block;
}

.philosophy-box{
  margin: 30px auto 100px;
}

.philosophy-box-heading{
  font-size: 18px;
  color: #FB7474;
  padding-bottom: 5px;
  border-bottom: solid 1px #cccccc;
}

.philosophy-box-text-top{
  font-size: 16px;
  line-height: 1.8;
  text-indent: 10px;
  margin: 30px 0 30px;
}

.philosophy-box-text{
  font-size: 16px;
  line-height: 1.8;
  text-indent: 10px;
}

@media (max-width: 768px) {
  .philosophy {
    padding: 20px 20px;
  }
  .philosophy-heading {
    font-size: 20px;
  }
  .philosophy-heading:before {
      width: 10%;
      margin: 0 auto 20px;
  }
  .philosophy-box{
    display: block;
    margin: 30px auto 60px;
  }
  .philosophy-box--right{
    margin: 20px auto 0;
  }
}