@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600");
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clip-path-parent {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.clip-path-child {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.page #header {
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 30%, #63d9dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

.page .main-sec .fig-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page .main-sec .fig-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.page .main-sec .fig-row .fig-grid {
  width: calc(50% - 15px);
}

@media screen and (max-width: 480px) {
  .page .main-sec .fig-row .fig-grid {
    width: 100%;
  }
}

.page .main-sec .fig-row .fig-grid p {
  margin-top: 5px;
}

.page .main-sec .entry-content p {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page .main-sec .entry-content p {
    margin-bottom: 30px;
  }
}

.page .main-sec .history-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .page .main-sec .history-content .year-list {
    min-width: 570px;
  }
}

.page .main-sec .history-content .year-list .year-item {
  padding: 20px 0 15px;
}

.page .main-sec .history-content .year-list .year-item + .year-item {
  border-top: 1px solid #eaeaea;
}

.page .main-sec .history-content .year-list .year-item h3 {
  font-size: calc(3vw + 14px);
  line-height: 0.65;
  font-weight: normal;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .page .main-sec .history-content .year-list .year-item h3 {
    font-size: 30px;
  }
}

.page .main-sec .history-content .year-list .year-item p {
  line-height: 1.5;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .page .main-sec .history-content .year-list .year-item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page .main-sec .history-content .year-list .year-item p {
    font-size: 110%;
  }
}

.page .main-sec .history-content .year-list .year-item p a {
  text-decoration: underline;
  color: #26a784;
}

@media screen and (max-width: 767px) {
  .page .main-sec .history-content .cert-list {
    width: 100%;
    text-align: center;
  }
}

.page .main-sec .history-content .cert-list .cert-item {
  margin-bottom: 9%;
}

@media screen and (min-width: 768px) {
  .page .main-sec .history-content .cert-list .cert-item {
    margin-bottom: 90px;
  }
}

.page .main-sec .history-content .cert-list .cert-item:first-child {
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  .page .main-sec .history-content .cert-list .cert-item:first-child {
    margin-bottom: 100px;
  }
}

.page #sec01 .entry-content {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .page #sec01 .entry-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page #sec01 .entry-content {
    font-size: 110%;
  }
}

.page #sec02 {
  padding-bottom: 8%;
}

@media screen and (min-width: 768px) {
  .page #sec02 {
    padding-bottom: 80px;
  }
}

.page #sec03 {
  background-color: #222222;
  color: #ffffff;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .page #sec03 {
    padding: 40px 0;
  }
}

.page #sec03 h2 {
  color: #ffffff;
}

.page #sec03 h3 {
  margin: 0;
  font-size: calc(2.4vw + 14px);
  line-height: 1;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .page #sec03 h3 {
    font-size: 24px;
  }
}

.page #sec03 .company-list {
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page #sec03 .company-list {
    font-size: 110%;
  }
}

.page #sec03 .company-list + .company-list {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list + .company-list {
    margin-top: 50px;
  }
}

.page #sec03 .company-list .company-row {
  padding-top: 20px;
  padding-bottom: calc(30px + 10px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list .company-row {
    padding-top: 40px;
    padding-bottom: calc(60px + 10px);
  }
}

.page #sec03 .company-list .company-row .company-grid {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list .company-row .company-grid {
    width: calc(50% - 25px);
  }
}

.page #sec03 .company-list .company-row .list-info {
  border-bottom: 1px solid #6e6e6e;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page #sec03 .company-list .company-row .list-info .list-item:first-child {
  width: 135px;
}

.page #sec03 .company-list .company-row .list-info .list-item p + p {
  margin-top: 3%;
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list .company-row .list-info .list-item p + p {
    margin-top: 30px;
  }
}

.page #sec03 .company-list .row#sec-dest {
  padding-top: 20px;
  padding-bottom: calc(30px + 10px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list .row#sec-dest {
    padding-top: 40px;
    padding-bottom: calc(60px + 10px);
  }
}

.page #sec03 .company-list .row#sec-dest > ul {
  width: calc(100% / 3);
}

@media screen and (min-width: 1200px) {
  .page #sec03 .company-list .row#sec-dest > ul:first-child {
    width: calc(33.33%);
  }
  .page #sec03 .company-list .row#sec-dest > ul:nth-child(2) {
    width: calc(33.33% + 80px);
    padding-left: 50px;
  }
  .page #sec03 .company-list .row#sec-dest > ul:last-child {
    width: calc(33.33% - 80px);
  }
}

@media screen and (max-width: 575px) {
  .page #sec03 .company-list .row#sec-dest > ul {
    width: 100%;
  }
}

.page #sec03 .company-list .row#sec-dest > ul > li {
  margin-bottom: 5px;
}

.page #sec03 .company-list .row:not(#sec-dest) {
  padding-top: 20px;
  padding-bottom: calc(30px + 10px);
}

@media screen and (min-width: 768px) {
  .page #sec03 .company-list .row:not(#sec-dest) {
    padding-top: 40px;
    padding-bottom: calc(60px + 10px);
  }
}

.page #sec03 .company-list .row:not(#sec-dest) > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page #sec03 .company-list .row:not(#sec-dest) > ul > li {
  margin-right: 50px;
  margin-bottom: 5px;
}

.page #sec03 .company-list:not(:last-child):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 50%, #63d9dd 100%);
}

.page #sec03 .google-map {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page #sec03 .google-map {
    padding-bottom: 60px;
  }
}

.page #sec03 .google-map iframe {
  width: 100%;
  height: 290px;
}
