@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- contact_box
-------------------------*/
/*=======================================
　base
=======================================*/
body:has(.policy) {
  background: url("../img/policy/cloud_bg.svg") no-repeat center 64.5714285714vw, -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(55%, #7EE2FD), to(#D8FFFE));
  background: url("../img/policy/cloud_bg.svg") no-repeat center 64.5714285714vw, linear-gradient(to bottom, #1CC3FB 0%, #7EE2FD 55%, #D8FFFE 100%);
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  body:has(.policy) {
    background: url("../img/policy/cloud_bg.svg") no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(20%, #7EE2FD), color-stop(80%, #C5F9FE), to(#D8FFFE));
    background: url("../img/policy/cloud_bg.svg") no-repeat center top, linear-gradient(to bottom, #1CC3FB 0%, #7EE2FD 20%, #C5F9FE 80%, #D8FFFE 100%);
  }
}
body:has(.policy) .policy .contents_ttl_area {
  margin-bottom: 10.2142857143vw;
}
@media screen and (max-width: 768px) {
  body:has(.policy) .policy .contents_ttl_area .contents_ttl_txt {
    left: 49%;
  }
}

/* ===========
contact_box
============= */
.context {
  z-index: 1;
  position: relative;
}

.context_block {
  background: #fff;
  border: 0.1428571429vw solid #ff9b37;
  border-radius: 1.0714285714vw;
  max-width: 76.5714285714vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .context_block {
    max-width: inherit;
  }
}
.context_block:not(:last-child) {
  margin-bottom: 9.7857142857vw;
}
@media screen and (max-width: 768px) {
  .context_block:not(:last-child) {
    margin-bottom: 18.6666666667vw;
  }
}
.context_block .context_ttl_area {
  background: #ff9b37;
  color: #fff;
  text-align: center;
  padding: 2.4285714286vw 0;
  border-radius: 1.0714285714vw 1.0714285714vw 0 0;
}
@media screen and (max-width: 768px) {
  .context_block .context_ttl_area {
    padding: 5.3333333333vw 0;
  }
}
.context_block .context_ttl_area .context_ttl {
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 1.7142857143vw;
  margin-bottom: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_ttl_area .context_ttl {
    font-size: 4.2666666667vw;
  }
}
.context_block .context_ttl_area .context_lead_txt {
  font-family: var(--zenmarugothic);
  font-weight: 500;
  font-size: 1.1428571429vw;
  letter-spacing: 0.03em;
  line-height: 2;
  max-width: 55.3571428571vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .context_block .context_ttl_area .context_lead_txt {
    font-size: 3.2vw;
    max-width: inherit;
    width: 90%;
  }
}
.context_block .context_wrap {
  padding: 2.8571428571vw 5.9285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap {
    padding: 5.3333333333vw 5%;
    row-gap: 5.3333333333vw;
  }
}
.context_block .context_wrap .context_box .context_sttl {
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 1.4285714286vw;
  color: #183251;
  line-height: 1.45;
  padding-bottom: 1.4285714286vw;
  margin-bottom: 1.2857142857vw;
  background-image: radial-gradient(circle, #ff9b37 0.1428571429vw, transparent 0.1428571429vw);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.7142857143vw 0.2857142857vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_sttl {
    background-image: radial-gradient(circle, #ff9b37 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 1.6vw 0.5333333333vw;
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.context_block .context_wrap .context_box .context_box_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_box_inn {
    row-gap: 4vw;
  }
}
.context_block .context_wrap .context_box .context_box_inn .context_cmn_txt {
  font-family: var(--zenmarugothic);
  font-weight: 400;
  font-size: 1.2857142857vw;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_box_inn .context_cmn_txt {
    font-size: 3.7333333333vw;
  }
}
.context_block .context_wrap .context_box .context_box_inn .context_cmn_txt a {
  color: #2800FF;
  font-weight: 500;
}
.context_block .context_wrap .context_box .context_box_inn .context_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8571428571vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_box_inn .context_list {
    row-gap: 4vw;
  }
}
.context_block .context_wrap .context_box .context_box_inn .context_list li {
  position: relative;
  padding-left: 1.7857142857vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_box_inn .context_list li {
    padding-left: 5.3333333333vw;
  }
}
.context_block .context_wrap .context_box .context_box_inn .context_list li::before {
  content: "";
  width: 0.7857142857vw;
  height: 0.7857142857vw;
  background: #ffd737;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0.2857142857vw;
  top: 0.8571428571vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_box_inn .context_list li::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    left: 1.0666666667vw;
    top: 2.1333333333vw;
  }
}
.context_block .context_wrap .context_box .context_box_inn .context_list li dl dt {
  font-family: var(--zenmarugothic);
  font-weight: 500;
  font-size: 1.2857142857vw;
  color: #183251;
  margin-bottom: 0.5714285714vw;
}
@media screen and (max-width: 768px) {
  .context_block .context_wrap .context_box .context_box_inn .context_list li dl dt {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
}/*# sourceMappingURL=context.css.map */