@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/************contents********************/
#section_kv .photobox {
  background-image: url(../media/images/company/tac/head_pc.jpg);
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    background-image: url(../media/images/company/tac/head_sp.jpg);
  }
}

#section_01 {
  padding-top: 150px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_01 {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
#section_01 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #section_01 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_01 ul {
  width: 90%;
  max-width: 900px;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
}
#section_01 ul li {
  width: 100%;
  margin-bottom: 1em;
  line-height: 160%;
  text-indent: -1em;
  padding-left: 1em;
}

.grad_contena01 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01 {
    bottom: 65%;
  }
}

#section_02 {
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #section_02 {
    padding-top: 75px;
  }
}
#section_02 .contenabox01 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 80px auto;
  padding-bottom: 80px;
  border-bottom: 1px solid #666;
}
#section_02 .contenabox02 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 0px auto;
}
#section_02 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #section_02 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_02 h4 {
  position: relative;
  padding-left: 1.0em;
  color: #1B2388;
  text-align: left;
  margin-bottom: 0.75em;
  font-weight: 700;
}
#section_02 h4.secondttl {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #section_02 h4.secondttl {
    margin-top: 40px;
  }
}
#section_02 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0%, -50%);
  width: 11px;
  height: 100%;
  background-image: url(../media/images/company/tac/attens_pc.svg);
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #section_02 h4::before {
    top: 52%;
    height: 120%;
    background-image: url(../media/images/company/tac/attens_sp.svg);
  }
}
#section_02 a.attenslink01 {
  position: relative;
  padding-left: 1.0em;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.75em;
}
#section_02 a.attenslink01::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0.05em;
  left: 0;
  font-size: 125%;
}
#section_02 a.attenslink01:hover {
  text-decoration: underline;
}
#section_02 .text01 {
  text-align: left;
  line-height: 180%;
}

#section_03 {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_03 {
    padding-top: 75px;
  }
}
#section_03 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #section_03 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_03 .hyoubox {
  width: 90%;
  max-width: 806px;
  margin: 0 auto;
}
#section_03 .hyoubox p.minix {
  text-align: right;
  padding-top: 5px;
}
#section_03 table {
  border-collapse: collapse;
  width: 100%;
}
#section_03 table th {
  background: #DFE7F8;
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px solid #1B2388;
  border-right: 1px solid #1B2388;
  font-weight: 700;
  color: #1B2388;
}
#section_03 table th:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  #section_03 table th {
    display: none;
  }
}
#section_03 table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #1B2388;
  border-right: 1px solid #1B2388;
}
@media screen and (max-width: 767px) {
  #section_03 table td {
    border-bottom: 1px solid #1B2388;
    border-right: 0px solid #1B2388;
  }
}
#section_03 table td:last-child {
  border-right: 0;
}
#section_03 table td.title {
  font-weight: 700;
  color: #1B2388;
  background: #DFE7F8;
  padding-left: 0%;
}
#section_03 table td.title::before {
  content: none;
}
@media screen and (max-width: 767px) {
  #section_03 table td {
    width: 100%;
    display: block;
    padding-left: 50%;
    position: relative;
  }
  #section_03 table td::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #DFE7F8;
    border-right: 1px solid #1B2388;
  }
  #section_03 table td::after {
    content: attr(data-label);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 25%;
    color: #1B2388;
    font-weight: 700;
  }
}
#section_03 table .tbl-r05 td:first-child {
  background: rgba(255, 153, 0, 0.1);
}

/******************************************/
.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

/*# sourceMappingURL=company_tac_2022.css.map */
