/* Scss Document */
/* Scss Document */
#security {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
}
.flex_wrap .col2 {
  width: 48%;
}
.flex_center {
  align-items: center;
}

.wrap_pink {
  padding: 40px 35px 35px;
  background: #f6eeef;
  border-radius: 40px;
}

.triangle {
  position: relative;
  padding: 0 0 295px;
  background: #f6eeef;
}
.triangle:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  width: 0;
  height: 0;
  border: transparent 712px solid;
  border-bottom: #f6eeef 185px solid;
  z-index: 11;
}

.inner_m {
  padding: 0 105px;
}
.inner_s {
  padding: 0 130px;
}

.mv {
  background: url("../images/reform/security/mv_bg.jpg") top center no-repeat;
  background-size: contain;
}
.mv_wrap {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 238, 239) 100%);
}
.mv .inner {
  width: 1920px;
  height: 763px;
  padding: 56px 248px;
}
@media screen and (max-width: 1920px) {
  .mv .inner {
    width: 100%;
    height: 39.75vw;
    padding: 2.9166666667vw 12.9166666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv .inner {
    width: 1200px;
    height: 477px;
    padding: 35px 155px;
  }
}
.mv .mv_ttl {
  width: 653px;
  height: 245px;
}
@media screen and (max-width: 1920px) {
  .mv .mv_ttl {
    width: 34vw;
    height: 12.75vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv_ttl {
    width: 408px;
    height: 153px;
  }
}
.mv .mv_text {
  width: 580px;
  height: 136px;
}
@media screen and (max-width: 1920px) {
  .mv .mv_text {
    width: 30.1666666667vw;
    height: 7.0833333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv_text {
    width: 362px;
    height: 85px;
  }
}

.intro {
  padding-bottom: 300px;
}
.intro .intro_lead {
  padding-top: 83px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.intro .intro_lead span {
  color: #620f15;
  font-size: 2.4rem;
  font-weight: 600;
}
.intro .intro_wrap01 {
  align-items: center;
  margin: 83px 0;
}
.intro .intro_01, .intro .intro_02, .intro .intro_03, .intro .intro_img01 {
  width: 535px;
}
.intro .intro_02, .intro .intro_03 {
  padding: 48px 24px 24px;
  background: #f6eeef;
  border-radius: 40px;
}
.intro .intro_01 {
  padding: 30px 35px;
  background: #FFF;
  border-radius: 40px;
}
.intro .intro_01_text {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.6;
}
.intro .intro_01_text span {
  color: #620f15;
  font-size: 3.5rem;
}
.intro .intro_01_note {
  margin-top: 12px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}
.intro .intro_01_ttl {
  margin: 1em 0 0.5em;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.intro .intro_01_ttl span {
  padding: 0 0.2em;
  border-bottom: #620f15 3px solid;
}
.intro .intro_01_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.2;
}
.intro .intro_01_list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  margin-top: 15px;
}
.intro .intro_01_list .num {
  width: 44px;
  height: 44px;
  padding: 0 0.2em;
  background: #620f15;
  border-radius: 22px;
  color: #FFF;
  font-size: 3.1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.intro .intro_01_list .rank {
  margin: 0 0.5em 0 0.1em;
}
.intro .intro_mttl {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.8;
}
.intro .intro_mttl span {
  padding: 0 20px 2px;
  background: #620f15;
  color: #FFF;
  font-size: 4.3rem;
  font-weight: 600;
}
.intro .intro_sttl {
  margin: 0.5em 0 1em;
  color: #620f15;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.guard {
  background: #E3FAFF;
}
.guard:before {
  border-bottom-color: #E3FAFF;
}
.guard .lttl {
  padding-bottom: 1em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.guard .wrap_pink {
  padding-top: 25px;
  padding-bottom: 0;
}
.guard .guard_mttl {
  margin-bottom: 30px;
  color: #620f15;
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.guard .guard_mttl span {
  background: linear-gradient(transparent 50%, #f6eeef 50%);
  font-size: 3.6rem;
}
.guard .guard_text {
  color: #898989;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.75;
}

.measures .space_left {
  padding-left: 95px;
}
.measures .measures_tag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-left: 165px;
}
.measures .measures_tag_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  margin-right: 5px;
  background: #620f15;
  border-radius: 30px;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.measures .measures_item {
  position: relative;
  padding: 60px 95px;
  background: #FFF;
  border-radius: 40px;
}
.measures .measures_item .num {
  position: absolute;
  top: -20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: url("../images/reform/security/measures_num_bg.png") 50% 50% no-repeat, #f6eeef;
  border-radius: 0 0 34px 0;
  color: #620f15;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
}
.measures .measures_mttl {
  margin-bottom: 0.5em;
  color: #620f15;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.measures .measures_sttl {
  margin: 60px 0;
  text-align: center;
}
.measures .measures_sttl span {
  padding: 0.7em 1.5em;
  background: #620f15;
  border-radius: 35px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.measures .measures_text {
  color: #898989;
  font-size: 1.9rem;
  line-height: 1.75;
}
.measures .measures_text span {
  font-size: 1.5rem;
  vertical-align: top;
}
.measures .measures_img {
  margin: 30px 0 60px;
}
.measures .measures_point {
  margin-bottom: 1em;
  color: #898989;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.measures .measures_price {
  margin: 20px 0;
  color: #620f15;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.measures .measures_note {
  color: #898989;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.measures .measures_note.inline li {
  display: inline;
}

.door .measures_item.top {
  position: relative;
  margin-bottom: 130px;
}
.door .measures_item.top:after {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 97px;
  height: 97px;
  background: url("../images/reform/security/measures_plus.png") top center no-repeat;
  background-size: contain;
}
.door .measures_item.bottom .measures_sttl {
  margin: 0 0 35px;
}
.door .measures_item.bottom .measures_img {
  margin: 35px 0 25px;
}

.film {
  background: #E3FAFF;
}
.film:before {
  border-bottom-color: #E3FAFF;
}
.film .film_movie {
  margin-bottom: 50px;
}
.film .measures_item .num {
  background: url("../images/reform/security/measures_num_bg.png") 50% 50% no-repeat, #E3FAFF;
}
.film .measures_mttl.mgt {
  margin-top: 55px;
}
.film .measures_textarea {
  width: 510px;
  margin: -90px 0 60px;
}

.glass .flex_wrap {
  position: relative;
  margin-bottom: 130px;
}
.glass .flex_wrap:before, .glass .flex_wrap:after {
  position: absolute;
  bottom: -65px;
  content: "";
  width: 505px;
  height: 2px;
  background: #620f15;
}
.glass .flex_wrap:before {
  left: 0;
}
.glass .flex_wrap:after {
  right: 0;
}
.glass .col2:first-child {
  margin-top: 85px;
}
.glass .measures_item.left, .glass .measures_item.right {
  padding: 60px 50px;
  text-align: inherit;
}
.glass .measures_item.left .space_left, .glass .measures_item.right .space_left {
  padding-left: 150px;
}
.glass .measures_item.left .reccomend, .glass .measures_item.right .reccomend {
  margin-bottom: 25px;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.glass .measures_item.left .reccomend span, .glass .measures_item.right .reccomend span {
  padding: 0.1em 0.5em;
  background: #F15A24;
}
.glass .measures_item.left .measures_mttl, .glass .measures_item.right .measures_mttl {
  margin-bottom: 70px;
}
.glass .measures_item.left .measures_sttl, .glass .measures_item.right .measures_sttl {
  margin-bottom: 35px;
}
.glass .measures_item.left .measures_img, .glass .measures_item.right .measures_img {
  margin: 25px 0 35px;
}
.glass .measures_item.left .measures_text, .glass .measures_item.right .measures_text {
  letter-spacing: 0.05em;
}
.glass .measures_item.left .measures_point, .glass .measures_item.right .measures_point {
  font-size: 1.6rem;
}
.glass .measures_item.left .measures_note, .glass .measures_item.right .measures_note {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.glass .measures_item.bottom {
  position: relative;
  padding: 70px 95px 50px;
}
.glass .measures_item.bottom:after {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 97px;
  height: 97px;
  background: url("../images/reform/security/measures_plus.png") top center no-repeat;
  background-size: contain;
}
.glass .measures_item.bottom .measures_mttl {
  margin: -0.5em 0 1em;
  text-align: left;
}
.glass .measures_item.bottom .measures_mttl span {
  color: #898989;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: bottom;
  letter-spacing: 0;
}
.glass .measures_item.bottom .measures_sttl {
  margin: 0 0 25px;
}
.glass .glass_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.glass .glass_list_item {
  width: 255px;
}
.glass .glass_list_ttl {
  margin-bottom: 12px;
  color: #620f15;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.glass .glass_list_img {
  margin-bottom: 12px;
}
.glass .glass_list_text {
  color: #898989;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.75;
}

.option {
  background: #FFF;
}
.option:before {
  border-bottom-color: #FFF;
}
.option.triangle {
  padding-bottom: 80px;
}
.option .option_ttl {
  margin-bottom: 50px;
  color: #FFF;
  font-size: 4.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.option .option_ttl span {
  display: inline-block;
  padding: 0.3em 0.8em;
  background: #898989;
}
.option .option_note {
  margin-bottom: 35px;
  color: #898989;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.option .option_table {
  width: 100%;
  margin-bottom: 170px;
}
.option .option_table tr {
  border-bottom: #620f15 2px solid;
}
.option .option_table th,
.option .option_table td {
  padding: 0.5em 0;
  color: #620f15;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: left;
}
.option .option_table th {
  width: 60%;
  padding-left: 155px;
}
.option .option_table td {
  width: 40%;
}
.option .option_table .tax {
  font-size: 1.9rem;
}
.option .option_text {
  margin-bottom: 55px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.option .option_text span {
  color: #620f15;
}
.option .option_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 590px;
  height: 110px;
  margin: 0 auto;
  background: #620f15;
  border-radius: 550px;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.option .option_btn a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .flex_wrap {
    display: block;
  }
  .flex_wrap .col2 {
    width: 100%;
  }
  .wrap_pink {
    padding: 3.9473684211vw 5.2631578947vw;
  }
  .triangle {
    padding-bottom: 32.8947368421vw;
  }
  .triangle:before {
    border: transparent 50vw solid;
    border-bottom: #f6eeef 19.7368421053vw solid;
  }
  .inner_l, .inner_m, .inner_s {
    padding: 0 5.2631578947vw;
  }
  .mv {
    background: url("../images/reform/security/mv_bg_sp.jpg") top left no-repeat;
    background-size: 100% auto;
  }
  .mv .inner {
    height: 70vw;
    padding: 3.9473684211vw 46.0526315789vw 5.2631578947vw 5.2631578947vw;
  }
  .mv .mv_ttl {
    width: 55.2631578947vw;
    height: auto;
  }
  .mv .mv_text img {
    margin-top: -2vw;
    width: 54vw;
  }
  .intro {
    padding-bottom: 32.8947368421vw;
  }
  .intro .intro_lead {
    padding-top: 7.8947368421vw;
    font-size: 3.4210526316vw;
  }
  .intro .intro_lead span {
    font-size: 3.9473684211vw;
  }
  .intro .intro_wrap01 {
    margin: 13.1578947368vw 0 0;
  }
  .intro .intro_01, .intro .intro_02, .intro .intro_03, .intro .intro_img01 {
    width: 100%;
    margin-bottom: 13.1578947368vw;
  }
  .intro .intro_02, .intro .intro_03 {
    padding: 3.9473684211vw 5.2631578947vw;
  }
  .intro .intro_01 {
    padding: 3.9473684211vw 5.2631578947vw;
  }
  .intro .intro_01_text {
    font-size: 3.9473684211vw;
  }
  .intro .intro_01_text span {
    font-size: 5.2631578947vw;
  }
  .intro .intro_01_note {
    margin-top: 1.9736842105vw;
    font-size: 3.4210526316vw;
  }
  .intro .intro_01_ttl {
    font-size: 5.2631578947vw;
  }
  .intro .intro_01_list {
    font-size: 4.7368421053vw;
  }
  .intro .intro_01_list li {
    margin-top: 1.9736842105vw;
  }
  .intro .intro_01_list .num {
    width: 9.2105263158vw;
    height: 9.2105263158vw;
    font-size: 6.5789473684vw;
    height: 9.2105263158vw;
  }
  .intro .intro_02 .intro_mttl {
    margin-bottom: 0;
  }
  .intro .intro_03 {
    margin-bottom: 0;
  }
  .intro .intro_mttl {
    font-size: 5.2631578947vw;
  }
  .intro .intro_mttl span {
    padding: 0 3.9473684211vw 0.3947368421vw;
    font-size: 6.5789473684vw;
  }
  .intro .intro_sttl {
    font-size: 3.9473684211vw;
  }
  .guard:before {
    border-bottom-color: #E3FAFF;
  }
  .guard .lttl {
    font-size: 5.2631578947vw;
  }
  .guard .lttl span {
    padding: 0;
  }
  .guard .wrap_pink {
    margin-top: 13.1578947368vw;
    padding-top: 5.2631578947vw;
  }
  .guard .guard_mttl {
    margin-bottom: 3.9473684211vw;
    font-size: 5.2631578947vw;
  }
  .guard .guard_mttl span {
    font-size: 6.5789473684vw;
  }
  .guard .guard_text {
    font-size: 3.4210526316vw;
  }
  .measures .space_left {
    padding-left: 22.3684210526vw;
  }
  .measures .space_left._sp0 {
    padding-left: 0;
  }
  .measures .measures_tag {
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 22.3684210526vw;
  }
  .measures .measures_tag_item {
    width: 28.9473684211vw;
    height: 7.8947368421vw;
    margin-right: 1.3157894737vw;
    margin-bottom: 1.9736842105vw;
    font-size: 3.4210526316vw;
  }
  .measures .measures_item {
    padding: 7.8947368421vw 5.2631578947vw 5.2631578947vw;
  }
  .measures .measures_item .num {
    top: -2.6315789474vw;
    width: 22.3684210526vw;
    height: 22.3684210526vw;
    background-size: 11.8421052632vw;
    border-radius: 0 0 5.2631578947vw 0;
    font-size: 7.8947368421vw;
  }
  .measures .measures_mttl {
    margin-bottom: 2em;
    font-size: 5.2631578947vw;
  }
  .measures .measures_sttl {
    margin: 6.5789473684vw 0;
  }
  .measures .measures_sttl span {
    font-size: 3.9473684211vw;
  }
  .measures .measures_text {
    font-size: 3.4210526316vw;
  }
  .measures .measures_text span {
    font-size: 2.8947368421vw;
  }
  .measures .measures_img {
    margin: 5.2631578947vw 0 7.8947368421vw;
  }
  .measures .measures_point {
    font-size: 3.4210526316vw;
    text-align: left;
  }
  .measures .measures_price {
    margin: 3.9473684211vw 0;
    font-size: 4.7368421053vw;
  }
  .measures .measures_note {
    font-size: 2.8947368421vw;
    text-align: left;
  }
  .door .measures_item.top {
    margin-bottom: 19.7368421053vw;
  }
  .door .measures_item.top:after {
    bottom: -17.1052631579vw;
    width: 13.1578947368vw;
    height: 13.1578947368vw;
  }
  .door .measures_item.bottom .measures_sttl {
    margin-bottom: 3.9473684211vw;
  }
  .door .measures_item.bottom .measures_sttl span {
    display: block;
    width: 68.4210526316vw;
    margin: 0 auto;
  }
  .door .measures_item.bottom .measures_img {
    margin: 5.2631578947vw 0 3.9473684211vw;
  }
  .film:before {
    border-bottom-color: #E3FAFF;
  }
  .film .film_movie {
    width: 100%;
    height: auto;
    margin-bottom: 5.2631578947vw;
  }
  .film .measures_mttl.mgt {
    margin-top: 6.5789473684vw;
    text-align: center;
  }
  .film .measures_textarea {
    width: 100%;
    margin: 3.9473684211vw 0 6.5789473684vw;
  }
  .glass .flex_wrap {
    margin-bottom: 19.7368421053vw;
  }
  .glass .flex_wrap:before, .glass .flex_wrap:after {
    bottom: -9.2105263158vw;
    width: 31.5789473684vw;
  }
  .glass .col2:first-child {
    margin-top: 0;
  }
  .glass .measures_item.left, .glass .measures_item.right {
    padding: 7.8947368421vw 5.2631578947vw 5.2631578947vw;
  }
  .glass .measures_item.left .space_left, .glass .measures_item.right .space_left {
    padding-left: 22.3684210526vw;
  }
  .glass .measures_item.left .reccomend, .glass .measures_item.right .reccomend {
    margin-bottom: 3.9473684211vw;
    font-size: 3.4210526316vw;
  }
  .glass .measures_item.left .reccomend span, .glass .measures_item.right .reccomend span {
    padding: 0.3em 1em;
  }
  .glass .measures_item.left .measures_mttl, .glass .measures_item.right .measures_mttl {
    margin-bottom: 2em;
  }
  .glass .measures_item.left .measures_sttl, .glass .measures_item.right .measures_sttl {
    margin-bottom: 5.2631578947vw;
  }
  .glass .measures_item.left .measures_img, .glass .measures_item.right .measures_img {
    margin: 3.9473684211vw 0 5.2631578947vw;
  }
  .glass .measures_item.left .measures_point, .glass .measures_item.right .measures_point {
    font-size: 3.4210526316vw;
  }
  .glass .measures_item.left .measures_price, .glass .measures_item.right .measures_price {
    text-align: center;
  }
  .glass .measures_item.left .measures_note, .glass .measures_item.right .measures_note {
    font-size: 2.8947368421vw;
  }
  .glass .measures_item.left {
    margin-bottom: 13.1578947368vw;
  }
  .glass .measures_item.bottom {
    padding: 7.8947368421vw 5.2631578947vw 5.2631578947vw;
  }
  .glass .measures_item.bottom:after {
    top: -17.1052631579vw;
    width: 13.1578947368vw;
    height: 13.1578947368vw;
  }
  .glass .measures_item.bottom .measures_mttl {
    margin-bottom: 0;
    font-size: 4.7368421053vw;
    letter-spacing: 0.05em;
  }
  .glass .measures_item.bottom .measures_mttl span {
    display: block;
    font-size: 2.8947368421vw;
    text-align: right;
  }
  .glass .measures_item.bottom .measures_sttl {
    margin-bottom: 3.9473684211vw;
  }
  .glass .measures_item.bottom .measures_img img {
    width: 26.3157894737vw;
  }
  .glass .glass_list {
    flex-wrap: wrap;
  }
  .glass .glass_list_item {
    width: 48%;
    margin-top: 5.2631578947vw;
  }
  .glass .glass_list_ttl {
    margin-bottom: 1.9736842105vw;
    font-size: 3.9473684211vw;
  }
  .glass .glass_list_img {
    margin-bottom: 1.9736842105vw;
  }
  .glass .glass_list_text {
    font-size: 3.4210526316vw;
  }
  .option.triangle {
    padding-bottom: 13.1578947368vw;
  }
  .option:before {
    border-bottom-color: #FFF;
  }
  .option .option_ttl {
    margin-bottom: 5.2631578947vw;
    font-size: 5.2631578947vw;
  }
  .option .option_ttl span {
    display: inline-block;
  }
  .option .option_note {
    margin-bottom: 5.2631578947vw;
    font-size: 3.4210526316vw;
  }
  .option .option_table {
    margin-bottom: 13.1578947368vw;
  }
  .option .option_table th,
  .option .option_table td {
    font-size: 3.9473684211vw;
  }
  .option .option_table th {
    width: auto;
    padding-left: 0;
  }
  .option .option_table td {
    width: auto;
  }
  .option .option_table .tax {
    font-size: 3.1578947368vw;
  }
  .option .option_text {
    margin-bottom: 6.5789473684vw;
    font-size: 3.9473684211vw;
  }
  .option .option_btn a {
    width: 78.9473684211vw;
    height: 10.5263157895vw;
    font-size: 3.9473684211vw;
  }
}/*# sourceMappingURL=security.css.map */