@charset "utf-8";
/*  style　[  page ]
=================================================================== */

/* greetings */
.greeting-box {
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.greeting-box figure {
    width: 45%;
}
.greeting-box .greeting-text {
    width: 45%;
    line-height: 1.7;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    .greeting-box figure {
    width: 98%;
    margin: 0 auto;
}
.greeting-box .greeting-text {
    width: 98%;
    margin: 10px auto;
}

}




/* overview */
.company-table th {
    white-space: nowrap;
    font-weight: normal;
    color: #4b4b4b;
}
.company-table td {
    font-weight: normal;
    color: #4b4b4b;
}


/* history */
.cp_timeline04 {
  position: relative;
  margin: 3em auto;
  padding-bottom: 2em;
}
.cp_timeline04:before {
  position: absolute;
  top: 0px;
  top: -30px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #4b4b4b;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 6em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(148, 120, 129, 0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
  position: absolute;
  top: 50%;
  left: -41px;
  width: 15px;
  height: 15px;
  content: '';
  transform: rotate(45deg);
  border: 3px solid #4b4b4b;
  background: #fff;
}
.flag {
  font-size: 1.1em;
  /*font-weight: bold;*/
  margin: 5px 0 15px 0;
  /*color: #880e4f;*/
  line-height: 1.7;
}
.cp_timeline04 .timeline_item .desc {
  font-size: 1em;
  line-height: 20px;
  margin: -60px 0 0 0;
  padding-left: 20px;
  /*border-left: 1px solid #880e4f;*/
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cp_timeline04:before {
    left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
    left: -32px;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .cp_timeline04 .timeline_item .desc {
    padding-left: 0px;
    /*border-top: 1px solid #880e4f;*/
    border-left: none;
  }
}


/* 資格取得者 */
.table-q {
    border: #ccc 1px solid;
    border-collapse: collapse;
}
.table-q th {
    border: #ccc 1px solid;
    background-color: #efefef;
    vertical-align: middle;
}
.table-q td {
    border: #ccc 1px solid;
}
.table-q td.number {
    text-align: center;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    .table-q {
    width: 98%;
    margin: 0 auto;
}
    .table-q td {
        border-bottom: none;
    }
    .table-q td.number {
        text-align: left;
        border-top: #ccc 1px dashed;
    }
}

/* access */
#access iframe {
    width: 100%;
    height: 450px;
    border: #4b4b4b 1px solid;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}