@charset "utf-8";
/*------------------------------------------------
  会社概要
------------------------------------------------*/

.main-content {
  padding: 25px 0;
}

@media print, screen and (min-width: 769px) {
  .main-content {
    padding: 50px 0;
  }
}


/*========== 挨拶 ==========*/

.greeting {}

.greeting-inner {
  padding: 0 15px;
}

.greeting-catch {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.greeting-catch .for-left {
  display: block;
  text-align: center;
}

.greeting-catch .for-right {
  display: block;
  text-align: center;
}

.greeting-sub-inner {
  width: 100%;
}

.greeting-sub-title {
  width: 70%;
  margin: auto;
}

.greeting-sub-title-img {
  width: 100%;
}

.greeting-sub-title-img > img{
  width: 100%;
}

.greeting-sub-title-ruby {
  text-align: center;
  display: block;
  width: 100%;
}

.greeting-pic {
  width: 70%;
  max-width: 225px;
  margin: auto;
}

.greeting-sub-inner,
.greeting-pic-inner > img{
  width: 100%;
}

.greeting-pic-name {
  text-align: center;
  margin: 10px 0 15px;
}

.greeting-pic-name .emphasis {
  font-size: 2rem;
  display: block;
}

.greeting-txt {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .greeting-inner {
    width: 930px;
    margin: auto;
    padding: 0;
  }
  .greeting-catch {
    font-size: 4.2rem;
    margin-bottom: 0;
  }
  .greeting-catch .for-left {
    text-align: left;
  }
  .greeting-catch .for-right {
    text-align: right;
  }
  .greeting-sub-inner {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
  .greeting-sub-title {
    width: 680px;
    margin-right: calc(100% - 680px);
    margin-left: 0;
    border-bottom: 1px solid #b3cab2;
    margin-bottom: 25px;
  }

  .greeting-sub-title-img {
    width: 250px;
    display: inline-block;
  }

  .greeting-sub-title-ruby {
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    padding-bottom: 5px;
    font-size: 2rem;
  }

  .greeting-pic {
    width: 250px;
    margin: 0;
  }

  .greeting-pic-inner {}

  .greeting-pic-name {
    font-size: 1.9rem;
  }

  .greeting-pic-name .emphasis {
    font-size: 3.2rem;
  }

  .greeting-txt {
    width: 680px;
    margin: 0;
    font-size: 1.9rem;
    text-align: justify;
  }
}


/*========== 会社概要 ==========*/
.overview {
  margin-bottom: 50px;
}
.overview-inner {
  padding: 0 15px;
}
.overview-list {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .overview-inner {
    width: 930px;
    margin: auto;
    padding: 0;
  }
}

/*========== 沿革 ==========*/

.history {}
.history-inner {
  padding: 0 15px;
}
.history-list {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .history {
    width: 100%;
  }
  .history-inner {
    width: 930px;
    margin: auto;
    padding: 0;
  }
}

/*共通表*/

.overview-list,
.history-list {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.overview-list tr,
.history-list tr {
  border-top: 1px solid #e5e5e5;
}

.overview-label,
.history-label {
  color: #000;
  display: block;
  width: 100%;
  background-color: #eaeff9;
  padding: 10px;
  font-weight: 500;
  text-align: left;
}

.overview-text,
.history-text {
  display: block;
  width: 100%;
  padding: 10px;
}

@media print, screen and (min-width: 600px) {
  .overview-label,
  .history-label {
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    text-align: center;
  }
  .overview-text,
  .history-text {
    display: table-cell;
    width: 70%;
    padding: 10px;
  }
}

@media print, screen and (min-width: 600px) {
  .overview-label,
  .history-label {
    width: 195px;
  }
  .overview-text,
  .history-text {
    width: calc(100% - 195px);
    padding: 20px 0 20px 30px;
  }
}

