@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
　ページ内共通
=======================================*/
header {
  border-bottom: 1px solid rgba(22, 32, 44, 0.12);
}

.mv {
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  background: #fff;
  display: block;
  border-radius: 18px 18px 0 0;
  -webkit-transform: translateY(-1.35vw);
      -ms-transform: translateY(-1.35vw);
          transform: translateY(-1.35vw);
}
@media screen and (max-width: 768px) {
  .content {
    -webkit-transform: translateY(-2.55vw);
        -ms-transform: translateY(-2.55vw);
            transform: translateY(-2.55vw);
  }
}

h2 {
  color: #2A65A9;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

/*=======================================
　safetymanagement
=======================================*/
.breadcrumbs {
  margin: 0 auto;
  padding-top: 28px;
  margin-bottom: 124px;
  max-width: 81.25%;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .inner {
  margin: 0;
}
.breadcrumbs .inner ol li a {
  color: #2A65A9;
}

.service_ttl {
  margin: 0px auto 129px;
}
@media screen and (max-width: 768px) {
  .service_ttl {
    margin-bottom: 64px;
    padding-top: 55px;
  }
}
.service_ttl h1 {
  margin-bottom: 16px;
  color: #2A65A9;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.26666;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 768px) {
  .service_ttl h1 {
    font-size: 28px;
    line-height: 34.8px;
    margin-bottom: 3px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.service_ttl p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 768px) {
  .service_ttl p {
    font-size: 12px;
    line-height: 21px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}

.commitment_des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.52014%;
  width: 90%;
  max-width: 1117px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .commitment_des {
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.commitment_des .des_txt_area {
  padding-bottom: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .commitment_des .des_txt_area {
    padding-bottom: 0;
  }
}
.commitment_des .des_txt_area .txt_main {
  width: 100%;
  max-width: 450px;
  margin: 4px 0 22px 5px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .commitment_des .des_txt_area .txt_main {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.commitment_des .des_txt_area .txt_main .line {
  position: relative;
}
.commitment_des .des_txt_area .txt_main .line::before {
  content: "";
  display: block;
  position: absolute;
  background: #D0EAFF;
  width: 165px;
  height: 18px;
  bottom: 4px;
  left: -6px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .commitment_des .des_txt_area .txt_main .line::before {
    width: 125px;
    bottom: 2px;
  }
}
.commitment_des .des_txt_area .txt_main .line_02::before {
  width: 216px;
}
@media screen and (max-width: 768px) {
  .commitment_des .des_txt_area .txt_main .line_02::before {
    width: 163px;
  }
}
.commitment_des .des_txt_area .txt_sub {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .commitment_des .des_txt_area .txt_sub {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.commitment_des .bus_img {
  display: block;
  width: 47.2085%;
  height: 41.2085%;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .commitment_des .bus_img {
    margin: 0 auto 50px;
    width: 250px;
    max-width: 400px;
  }
}

.commitment_content_div {
  width: 90%;
  max-width: 1300px;
  padding: 6.25% 9.375%;
  padding-top: 6%;
  padding-bottom: 6.8%;
  margin: 0 auto;
  background: #F2F9FC;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .commitment_content_div {
    padding: 6.25% 4.375%;
  }
}
.commitment_content_div .commitment_detail {
  position: relative;
  width: 100%;
  max-width: 984px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
  margin-bottom: 10%;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail {
    margin-bottom: 50px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.commitment_content_div .commitment_detail:last-of-type {
  margin-bottom: 0px;
}
.commitment_content_div .commitment_detail .des_ttl_group {
  max-width: 446px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #2A65A9;
  width: 48.282%;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_ttl_group {
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}
.commitment_content_div .commitment_detail .des_ttl_group .point_num {
  position: relative;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_ttl_group .point_num {
    width: 40px;
  }
}
.commitment_content_div .commitment_detail .des_ttl_group .point_num .txt {
  position: relative;
  margin-bottom: -2px;
  margin-left: 16%;
  padding-top: 6.75%;
  color: #2A65A9;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic;
  font-family: "jost", sans-serif;
  background: #F2F9FC;
  z-index: 1000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_ttl_group .point_num .txt {
    font-size: 10px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.commitment_content_div .commitment_detail .des_ttl_group .point_num .num {
  position: relative;
  display: block;
  color: #2A65A9;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
  background: #F2F9FC;
  z-index: 100;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_ttl_group .point_num .num {
    font-size: 25px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.commitment_content_div .commitment_detail .des_ttl_group .des_ttl {
  width: 74.3%;
  max-width: 330px;
  padding-top: 32px;
  margin-bottom: 20px;
  color: #333;
  line-height: 45px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_ttl_group .des_ttl {
    max-width: none;
    font-size: 20px;
    line-height: 38px;
    padding-top: 7px;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.commitment_content_div .commitment_detail .des_img {
  width: 46.2398%;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 52%;
  right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_img {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    top: 0;
    margin-bottom: 20px;
  }
}
.commitment_content_div .commitment_detail .des_txt {
  max-width: 450px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.875;
  width: 48.282%;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .commitment_detail .des_txt {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.75;
  }
}
.commitment_content_div .detail_type_b {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 310px;
  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;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .detail_type_b {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 30px;
  }
}
.commitment_content_div .detail_type_b:nth-of-type(odd) .des_ttl_group {
  gap: 5px;
  padding-top: 10px;
  margin-bottom: 18px;
}
.commitment_content_div .detail_type_b:nth-of-type(even) .des_ttl_group {
  gap: 2px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: 0;
  -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
          transform: translateX(-6px);
}
@media screen and (max-width: 768px) {
  .commitment_content_div .detail_type_b:nth-of-type(even) .des_ttl_group {
    margin: 0;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    margin-bottom: 20px;
  }
}
.commitment_content_div .detail_type_b:nth-of-type(even) .des_img {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .detail_type_b:nth-of-type(even) .des_img {
    position: relative;
    margin-bottom: 20px;
  }
}
.commitment_content_div .detail_type_b:nth-of-type(even) .des_txt {
  max-width: 455px;
  margin-left: auto;
  margin-right: 0;
  width: 48.282%;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .detail_type_b:nth-of-type(even) .des_txt {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
.commitment_content_div .detail_type_b:last-of-type .des_ttl_group {
  margin-top: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .commitment_content_div .detail_type_b:last-of-type .des_ttl_group {
    margin-bottom: 20px;
  }
}

.txt_block {
  display: inline-block;
}/*# sourceMappingURL=safetymanagement.css.map */