@charset 'utf-8';





/*-------------------------------
	共通パーツ
-------------------------------*/

/*----- 見出し */
.sec .sectitle {
  margin-bottom: 70px;
}

.sec .sectitle:after {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1;
  content: attr(data-title-jp);
}

/*----- 表 */
.sec .table .detail {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 14px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e3e3e3;
}

.sec .table .detail:first-child {
  border-top: 2px solid #e3e3e3;
}

.sec .table .detail:first-child:before,
.sec .table .detail:after {
  display: block;
  position: absolute;
  left: 0;
  width: 160px;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a475+0,00bdff+100 */
  background: #00a475;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00a475 0%, #00bdff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a475 0%, #00bdff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a475 0%, #00bdff 100%);
  content: '';
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a475', endColorstr='#00bdff', GradientType=1);
  /* IE6-9 */
}

.sec .table .detail:first-child:before {
  top: -2px;
}

.sec .table .detail:after {
  bottom: -2px;
}

.sec .table .detail .title {
  width: 160px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.2;
}

.sec .table .detail .cont {
  width: calc(100% - 160px);
  padding-right: 75px;
  padding-left: 75px;
  line-height: 2.2;
}



/*-------------------------------
	経営理念
-------------------------------*/

.sec1 .mainimage {
  margin-bottom: 130px;
}

.sec1 .mainimage img {
  width: 100%;
  height: auto;
}

.sec1 .midashi {
  margin-bottom: 65px;
  font-weight: bold;
  font-size: 3.0rem;
}

.sec1 .txt {
  line-height: 2.2;
}



/*-------------------------------
	会社概要
-------------------------------*/

.sec2 .table .address {
  display: flex;
  align-items: flex-start;
}

.sec2 .table .address .left_cont {
  width: 150px;
  line-height: 2.2;
}

.sec2 .table .address .right_cont {
  width: calc(100% - 150px);
  line-height: 2.2;
}

.sec2 .table .address .right_cont a {
  margin-left: 30px;
  color: #008f45;
}

.sec2 .table .address .right_cont div {
  line-height: 2.2;
}

.sec2 .table .address a[target='_blank'] {
  position: relative;
}

.sec2 .table .address a[target='_blank']:after {
  position: absolute;
  top: .5em;
  right: -2em;
  font-weight: 500;
  font-size: 8px;
  font-family: 'Font Awesome 5 free';
  content: '\f24d';
}

.sec2 .table .business li {
  line-height: 2.2;
}

.sec2 .table .license {
  display: flex;
  align-items: flex-start;
  line-height: 2.2;
}

.sec2 .table .license .left_cont {
  width: 160px;
  line-height: 2.2;
}

.sec2 .table .license .right_cont {
  width: calc(100% - 160px);
  line-height: 2.2;
}



/*-------------------------------
	沿革
-------------------------------*/

.sec3 {
  padding-top: 20px;
  padding-bottom: 150px;
}



/*-------------------------------
	取得認定 2022/04/13追加
-------------------------------*/
.sec4 {
  padding-top: 20px;
}

.cert_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

.cert_item {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 50%;
  max-width: 460px;
  height: 110px;
  border-right: 1px solid #00bdff;
  border-left: 1px solid #00a475;
}

.cert_item::before,
.cert_item::after {
  display: block;
  height: 1px;
  background: linear-gradient(to right, #00a475 0%, #00bdff 100%);
  content: '';
}

.cert_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 15px 0 30px;
}

.cert_link:after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: solid 1px #00bdff;
  border-right: solid 1px #00bdff;
  content: '';
}

.cert_txt {
  font-weight: bold;
}


/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px),
print {
  /*-------------------------------
		共通パーツ
	-------------------------------*/

  /*----- 見出し */
  .sec .sectitle {
    margin-bottom: 15vw;
  }

  .sec .sectitle:after {
    margin-top: 5vw;
    font-size: 1.4rem;
  }

  /*----- 表 */
  .sec .table .detail {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .sec .table .detail:first-child:before,
  .sec .table .detail:after {
    width: 30%;
  }

  .sec .table .detail .title {
    width: 30%;
    font-size: 1.4rem;
  }

  .sec .table .detail .cont {
    width: 70%;
    padding-right: 5vw;
    padding-left: 5vw;
  }




  /*-------------------------------
		会社概要
	-------------------------------*/

  .sec1 .mainimage {
    margin-bottom: 20vw;
  }

  .sec1 .mainimage img {
    width: 100%;
  }

  .sec1 .midashi {
    margin-bottom: 5vw;
    font-size: 1.8rem;
  }

  .sec1 .txt {
    font-size: 1.2rem;
  }



  /*-------------------------------
		会社概要
	-------------------------------*/

  .sec2 .table .address {
    flex-wrap: wrap;
  }

  .sec2 .table .address + .address {
    margin-top: 5vw;
  }

  .sec2 .table .address .left_cont {
    width: 100%;
  }

  .sec2 .table .address .right_cont {
    width: 100%;
  }

  .sec2 .table .address .right_cont a {
    margin-left: 2.5vw;
  }

  .sec2 .table .address a[target='_blank']:after {
    font-size: 1rem;
  }

  .sec2 .table .license {
    flex-wrap: wrap;
  }

  .sec2 .table .license + .license {
    margin-top: 5vw;
  }

  .sec2 .table .license .left_cont {
    width: 100%;
  }

  .sec2 .table .license .right_cont {
    width: 100%;
  }



  /*-------------------------------
		沿革
	-------------------------------*/

  .sec3 {
    padding-top: 0;
    padding-bottom: 18vw;
  }


  /*-------------------------------
	取得認定 2022/04/13追加
-------------------------------*/
  .sec4 {
    padding-top: 0;
  }

  .cert_list {
    display: block;
  }

  .cert_item {
    width: 100%;
    max-width: none;
    height: 26vw;
  }

  .cert_item + .cert_item {
    margin-top: 8vw;
  }

  .cert_link {
    height: 100%;
    padding: 0 3vw;
  }

  /* .cert_icon {
    margin-right: .5vw;
  } */

  /* .cert_img {
    width: 95%;
  } */

  .cert_link:after {
    width: 1vw;
    height: 1vw;
  }
}
