/*!
global > color
------------------------------
*/
:root {
  --cl-gable-green: #174134;
  --cl-gray-nurse: #e3e8e3;
  --cl-iron: #dce2e1;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
}

/*!
global > mixin
------------------------------
*/
.p_security__flex__left, .p_security__flex__right {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_security__flex__left, .p_security__flex__right {
    font-size: clamp(
      0.875rem,
      1.2820512821vw + 0.2596153846rem,
      1.125rem
  );
  }
}

.p_security__box__ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_security__box__ttl {
    font-size: clamp(
      1rem,
      1.6025641026vw + 0.2307692308rem,
      1.3125rem
  );
  }
}

.p_security {
  padding-bottom: 177px;
}
@media screen and (min-width: 768px) {
  .p_security {
    padding-bottom: clamp(
      28.125rem,
      36.858974359vw + 10.4326923077rem,
      35.3125rem
  );
  }
}
.p_security .c_ttl22 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_security .c_ttl22 {
    margin-bottom: 52px;
  }
}
.p_security .c_ttl18 {
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_security .c_ttl18 {
    padding-left: 15px;
    margin-bottom: 11px;
  }
}
.p_security .c_ttl18_line {
  margin-bottom: 14px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p_security .c_ttl18_line {
    margin-bottom: 19px;
    padding-bottom: 11px;
  }
}
.p_security .c_ttl18:last-child {
  margin-bottom: 0;
}
.p_security .c_txt18 {
  line-height: 1.8571428571;
  font-weight: 400;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p_security .c_txt18 {
    margin-bottom: 40px;
    line-height: 2.2222222222;
    padding-left: 15px;
  }
}
.p_security .c_txt18:last-child {
  margin-bottom: 0;
}
.p_security .c_list01_style02 .c_list01__item {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p_security .c_list01_style02 .c_list01__item {
    margin-bottom: 40px;
  }
}
.p_security__inner {
  padding: 34px 5px 34px 7px;
}
@media screen and (min-width: 768px) {
  .p_security__inner {
    padding: 37px 0;
  }
}
.p_security__item {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .p_security__item {
    margin-bottom: clamp(
      4.0625rem,
      2.2435897436vw + 2.9855769231rem,
      4.5rem
  );
  }
}
.p_security__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_security__item .c_list01 {
    padding-left: 16px;
  }
}
.p_security__item01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_security__item01 {
    margin-bottom: 65px;
  }
}
.p_security__item01:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_security__item01 .c_list01 {
    padding-left: 16px;
  }
}
.p_security__box {
  border: 1px solid #174134;
  max-width: 709px;
  margin: 0 auto;
  margin-top: -3px;
  padding: 26px 16px 24px 19px;
}
@media screen and (min-width: 768px) {
  .p_security__box {
    padding: 36px clamp(
      2.5rem,
      11.2179487179vw + -2.8846153846rem,
      4.6875rem
  ) 39px clamp(
      2.5rem,
      11.5384615385vw + -3.0384615385rem,
      4.75rem
  );
    margin-top: 84px;
  }
}
.p_security__box__ttl {
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p_security__box__ttl {
    line-height: 1.9047619048;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p_security__flex {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p_security__flex {
    display: flex;
    margin-bottom: 0;
  }
}
.p_security__flex:last-child {
  margin-bottom: 0;
}
.p_security__flex__left {
  flex-shrink: 0;
  letter-spacing: 0.02em;
  line-height: 1.7857142857;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p_security__flex__left {
    width: 111px;
    line-height: 2;
  }
}
.p_security__flex__right {
  letter-spacing: 0.02em;
  line-height: 1.7857142857;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p_security__flex__right {
    width: calc(100% - 111px);
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p_security__flex__right .tel {
    pointer-events: none;
  }
}
.p_security__flex__right .tel:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_security__flex__right .tel:hover {
    opacity: 0.7;
  }
}
.p_security__end {
  text-align: right;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .p_security__end {
    padding-top: 26px;
    margin-top: clamp(
      -1.5rem,
      -4.4871794872vw + 1.5288461538rem,
      -0.625rem
  );
  }
}
.p_security__txt {
  text-align: left;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
  position: relative;
  right: 4px;
}
@media screen and (min-width: 768px) {
  .p_security__txt {
    right: 0;
    line-height: 1.6666666667;
    font-size: clamp(
      1rem,
      0.641025641vw + 0.6923076923rem,
      1.125rem
  );
  }
}
.p_security__btn {
  text-align: center;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_security__btn {
    padding-top: 73px;
  }
}
/*# sourceMappingURL=security.css.map */
