body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.pc {
  display: block;
}

.pc-only {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.is-nowrap-col {
  letter-spacing: -0.4em;
}

.is-nowrap-col .nowrap {
  letter-spacing: normal;
}

.nowrap {
  display: inline-block;
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .pc-only {
    display: none;
  }
  .tb {
    display: block;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}

body .inner01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}

body .inner02 {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 50px;
}

body p {
  line-height: 1.9;
}

body figure img {
  max-width: 100%;
  margin: 0 auto;
}

body .img-link {
  display: block;
}

body .img-link:hover img {
  opacity: 0.75;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  body .inner01, body .inner02 {
    padding: 0 6%;
  }
}

.mainvisual {
  position: relative;
  background: #ffdc14;
  margin-bottom: 10vw;
}

.mainvisual::before, .mainvisual::after {
  position: absolute;
  z-index: 1;
  left: 0;
  content: ' ';
  display: block;
  background-image: url(/product/bcp-communication/assets/img/ico_line.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center top;
  width: 100%;
  height: 0.9vw;
}

.mainvisual::before {
  top: 7px;
}

.mainvisual::after {
  bottom: 7px;
}

.mainvisual-text {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1600px;
  padding: 8.6vw 8.3%;
}

.mainvisual-text-sub {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.4375vw;
  padding: .25em .5em;
  border: .2em solid #000;
}

.mainvisual-text-volume {
  position: absolute;
  width: 12vw;
  top: 9%;
  left: 34.8%;
}

.mainvisual-text-illust {
  position: absolute;
  z-index: 3;
  width: 55.8%;
  top: 5%;
  right: 2%;
}

.mainvisual-text h1 {
  font-size: 3.1vw;
  font-weight: 800;
  line-height: 1.1;
}

.mainvisual-text h1 span {
  position: relative;
  display: inline-block;
}

.mainvisual-text h1 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .3em;
  bottom: -0.2em;
  left: 0;
  background: url(/product/bcp-communication/assets/img/bg_h1_point.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.mainvisual-text p {
  width: calc(660 / 1440 * 100vw);
  margin-top: calc(10 / 1440 * 100vw);
  font-size: 1vw;
  line-height: 1.6;
}

@media (min-width: 1601px) {
  .mainvisual {
    margin-bottom: 60px;
  }
  .mainvisual::before, .mainvisual::after {
    height: 12px;
  }
  .mainvisual-text {
    padding: 120px 133px;
  }
  .mainvisual-text-sub {
    font-size: 23px;
  }
  .mainvisual-text-volume {
    width: 175px;
  }
  .mainvisual-text-illust {
    width: 810px;
  }
  .mainvisual-text h1 {
    font-size: 44px;
  }
  .mainvisual-text p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .mainvisual::before, .mainvisual::after {
    height: .6vw;
  }
  .mainvisual::before {
    top: calc(.2vw + 4px);
  }
  .mainvisual::after {
    bottom: .2vw;
  }
  .mainvisual-text-illust {
    top: 11%;
    right: 1%;
    width: 46.8%;
  }
}

@media (max-width: 750px) {
  .mainvisual {
    background: #ffdc14;
    margin-bottom: 4vw;
  }
  .mainvisual::before, .mainvisual::after {
    height: 1.2vw;
  }
  .mainvisual::before {
    top: calc(.2vw + 4px);
  }
  .mainvisual::after {
    bottom: .2vw;
  }
  .mainvisual-text {
    padding: calc(492 / 640 * 100vw) calc(42 / 640 * 100vw) calc(42 / 640 * 100vw);
  }
  .mainvisual-text-sub {
    display: inline-block;
    font-size: 3.3vw;
    padding: .25em .5em;
    border: .2em solid #000;
  }
  .mainvisual-text-volume {
    width: 25.2vw;
    top: 43.2%;
    left: 68.6%;
  }
  .mainvisual-text-illust {
    width: 95%;
    top: 1.8%;
    right: 2.2%;
  }
  .mainvisual-text h1 {
    font-size: 6.1vw;
  }
  .mainvisual-text h1 span::after {
    height: calc(15 / 640 * 100vw);
    bottom: calc(-8 / 640 * 100vw);
  }
  .mainvisual-text p {
    width: 100%;
    margin: .5em 0;
    font-size: 3.5vw;
    line-height: 1.6;
  }
}

.bcp-communication * .fw-bold {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
}

.text-lead {
  font-size: 1.125rem;
}

@media (max-width: 1000px) {
  .text-lead {
    font-size: 1rem;
  }
}

@media (max-width: 750px) {
  .text-lead {
    font-size: 3.6vw;
    text-align: justify;
  }
}

section.sec-base02 {
  background: #152c83;
}

section.sec-base04 {
  background: #f7f7f7;
}

@media (max-width: 1000px) {
  section .h2-head02 .pc {
    display: none;
  }
  section .h2-head02 .sp {
    display: block;
  }
}

@media (max-width: 750px) {
  section.sec-base01 {
    padding-top: 0;
    padding-bottom: 0;
  }
  section section:last-of-type {
    padding-bottom: 0;
  }
  section .h2-head02 {
    margin-bottom: 0;
  }
}

#sec-tast {
  padding-top: 0;
}

#sec-tast .h2-head01 {
  margin-top: 75px;
  margin-bottom: 30px;
}

#sec-tast .h2-head01 img {
  max-width: 100%;
  margin: 0 auto;
}

#sec-tast .h3-head01 {
  padding-bottom: 40px;
}

#sec-tast .h3-head01 img {
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1000px) {
  #sec-tast .h3-head01 img {
    width: 80%;
  }
}

@media (max-width: 600px) {
  #sec-tast .h2-head01 {
    margin-top: 16%;
    margin-bottom: 10%;
  }
  #sec-tast .h2-head01 img {
    width: 100%;
  }
  #sec-tast .h3-head01 {
    padding-bottom: 8%;
  }
  #sec-tast .h3-head01 img {
    width: 100%;
  }
}

.btn-mv {
  margin-top: calc(10 / 1440 * 100vw);
}

.btn-mv01 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: calc(14 / 1440 * 100vw) calc(90 / 1440 * 100vw) calc(14 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 36px;
  background-color: #fff;
  border: #1a1a1a 4px solid;
  box-shadow: 6px 6px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.25s;
}

.btn-mv01:hover {
  opacity: 0.6;
}

.btn-mv01 span {
  position: relative;
  display: inline-block;
  font-size: 2vw;
}

.btn-mv01 span:after {
  content: "";
  width: calc(58 / 1440 * 100vw);
  height: calc(73 / 1440 * 100vw);
  max-width: 58px;
  position: absolute;
  background: url(/product/bcp-communication/assets/img/ico_download.png) 0 0 no-repeat;
  background-size: 100% auto;
  right: calc(-1 * (64 / 1440 * 100vw));
  top: calc(-1 * (10 / 1440 * 100vw));
}

@media (min-width: 1601px) {
  .btn-mv01 span {
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  .btn-mv {
    left: 0;
    width: calc(550 / 640 * 100vw);
    bottom: calc(60 / 640 * 100vw);
  }
  .btn-mv01 {
    width: 100%;
    padding: calc(20 / 640 * 100vw) calc(90 / 640 * 100vw) calc(20 / 640 * 100vw) calc(50 / 640 * 100vw);
  }
  .btn-mv01 span {
    font-size: 4vw;
  }
  .btn-mv01 span:after {
    width: calc(58 / 640 * 100vw);
    height: calc(73 / 640 * 100vw);
    right: calc(-1 * (64 / 640 * 100vw));
    top: calc(-1 * (10 / 640 * 100vw));
  }
}

@media (max-width: 1000px) {
  01 span {
    font-size: 1rem;
  }
}

.btn-zoom {
  left: calc(90 / 1440 * 100%);
  bottom: calc(180 / 1440 * 100vw);
  text-align: right;
}

.btn-zoom01 {
  position: relative;
  display: inline-block;
  padding: 13px 20px 13px 50px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 32px;
  background-color: #ffdc14;
  border: #1a1a1a 4px solid;
  box-shadow: 6px 6px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.25s;
}

.btn-zoom01:hover {
  opacity: 0.6;
}

.btn-zoom01 span {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
}

.btn-zoom01 span:after {
  content: "";
  position: absolute;
  background-size: cover;
  width: 30px;
  height: 30px;
  background: url(/product/bcp-communication/assets/img/ico_zoom.svg) 0 0 no-repeat;
  background-size: cover;
  left: -35px;
  top: calc( 50% - 12px);
}

@media (max-width: 1000px) {
  .btn-zoom01 span {
    font-size: 1rem;
  }
}

@media (max-width: 750px) {
  .btn-zoom {
    display: none;
  }
}

.btn-basic {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
  padding-bottom: 30px;
}

.btn-basic:nth-child(2) {
  padding-right: 0;
}

.btn-basic a {
  position: relative;
  display: inline-block;
  padding: 16px 60px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 28px;
  background-color: #ffdc14;
  border: #1a1a1a 4px solid;
  box-shadow: 6px 6px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.25s;
}

.btn-basic a:hover {
  opacity: 0.6;
}

.btn-basic a span {
  position: relative;
  display: inline-block;
}

.btn-basic a span:after {
  content: "";
  position: absolute;
  background-size: cover;
}

.btn-basic01 span:after {
  width: 22px;
  height: 22px;
  background: url(/product/bcp-communication/assets/img/ico_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  right: -26px;
  top: calc( 50% - 10px);
  transform: rotate(-90deg);
}

.btn-basic02 span:after {
  width: 22px;
  height: 22px;
  background: url(/product/bcp-communication/assets/img/ico_blank.svg) 0 0 no-repeat;
  background-size: cover;
  right: -26px;
  top: calc( 50% - 12px);
}

.btn-basic .btn-subttl {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 80%;
  text-align: center;
}

.btn-basic .btn-note {
  margin-top: 15px;
  display: inline-block;
  font-size: 60%;
  text-align: center;
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .btn-list {
    display: block;
    width: 90%;
    margin: 1.5em auto 0;
  }
  .btn-basic {
    padding-right: 0;
  }
}

@media (min-width: 1601px) {
  .btn-basic01, .btn-basic02 {
    font-size: 1.125rem;
  }
}

@media (max-width: 1000px) {
  .btn-basic01, .btn-basic02 {
    font-size: 1.125rem;
  }
}

@media (max-width: 750px) {
  .btn-basic01, .btn-basic02 {
    padding: 4.5% 17%;
    font-size: 4vw;
    padding: 20px 94px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .btn-basic01 {
    padding: 20px 94px;
  }
}

.btn-banner {
  margin-top: 15px;
  line-height: 1;
}

.btn-banner01 {
  display: inline-block;
  box-sizing: border-box;
  padding: calc(16 / 1440 * 100vw) calc(90 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(70 / 1440 * 100vw);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 36px;
  background-color: #ea000f;
  border: #1a1a1a 4px solid;
  box-shadow: 6px 6px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.25s;
}

.btn-banner01:hover {
  opacity: 0.6;
}

.btn-banner01 span {
  position: relative;
  display: block;
  font-size: 1.25rem;
}

.btn-banner01 span:after {
  content: "";
  position: absolute;
  background-size: cover;
  width: calc(24 / 1440 * 100vw);
  height: calc(24 / 1440 * 100vw);
  background: url(/product/bcp-communication/assets/img/ico_arrow_w.png) 50% 50% no-repeat;
  background-size: auto 100%;
  top: 0;
  right: calc(-40 / 1440 * 100vw);
}

@media (min-width: 1601px) {
  .btn-banner01 span:after {
    top: calc(-2 / 1440 * 100vw);
    right: calc(-40 / 1440 * 100vw);
  }
}

@media (max-width: 1200px) {
  .btn-banner01 span {
    font-size: 2vw;
  }
  .btn-banner01 span:after {
    top: calc(50% - (12 / 1200 * 100vw));
    right: calc(-40 / 1200 * 100vw);
  }
}

@media (max-width: 750px) {
  .btn-banner01 {
    width: 100%;
    padding: calc(16 / 640 * 100vw) calc(90 / 640 * 100vw) calc(16 / 640 * 100vw) calc(70 / 640 * 100vw);
    color: #fff;
    border-radius: 36px;
  }
  .btn-banner01 span {
    font-size: 5vw;
  }
  .btn-banner01 span:after {
    width: calc(36 / 640 * 100vw);
    height: calc(36 / 640 * 100vw);
    top: calc(50% - (16 / 640 * 100vw));
    right: calc(-40 / 640 * 100vw);
  }
}

.box-lead {
  display: flex;
}

.box-lead-text {
  width: 47%;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.box-lead-text p {
  margin-bottom: 1.5em;
}

.box-lead-img {
  width: 47%;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.box-lead-img img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}

@media (max-width: 750px) {
  .box-lead {
    flex-direction: column;
  }
  .box-lead-text {
    width: 100%;
    margin: calc(40 / 640 * 100%) 0;
  }
  .box-lead-img {
    width: 100%;
    margin: 0;
  }
  .box-lead::after {
    min-height: unset !important;
    padding-bottom: 0 !important;
  }
}

.box-type {
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 26px;
  background-color: #fff;
}

.box-type_01, .box-type_02 {
  display: flex;
}

.box-type_01 {
  flex-direction: row-reverse;
}

.box-type-text {
  width: 47%;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.box-type-text p {
  margin-bottom: 1.5em;
}

.box-type-img {
  width: 47%;
  box-sizing: border-box;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.box-type-img img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.box-type h3 {
  position: relative;
  padding-left: 70px;
}

.box-type h3::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  background-size: cover;
}

.box-type h3 span {
  font-size: 62%;
  white-space: nowrap;
}

.box-type#type1 h3 {
  padding-left: 54px;
}

.box-type#type1 h3::before {
  top: -14px;
  left: -10px;
  background: url(/product/bcp-communication/assets/img/ico_app_mono.svg) 0 0 no-repeat;
}

.box-type#type2 h3 {
  padding-left: 70px;
}

.box-type#type2 h3::before {
  top: 8px;
  left: -10px;
  background: url(/product/bcp-communication/assets/img/ico_virtual-pbx_mono.svg) 0 0 no-repeat;
}

.box-type#type3 h3 {
  padding-left: 68px;
}

.box-type#type3 h3::before {
  top: -12px;
  left: -10px;
  background: url(/product/bcp-communication/assets/img/ico_satellite_mono.svg) 0 0 no-repeat;
}

.box-type#type4 h3 {
  padding-left: 77px;
}

.box-type#type4 h3::before {
  top: -14px;
  left: -10px;
  background: url(/product/bcp-communication/assets/img/ico_au-office-number_mono.svg) 0 0 no-repeat;
}

@media (max-width: 750px) {
  .box-type {
    padding: calc(40 / 640 * 100%);
  }
  .box-type_01, .box-type_02 {
    flex-direction: column;
  }
  .box-type-text {
    width: 100%;
    margin: 0;
  }
  .box-type-text p {
    margin-bottom: .5em;
  }
  .box-type-img {
    width: 100%;
    margin: 0 0 calc(40 / 640 * 100%);
  }
  .box-type h3 {
    font-size: 4.5vw;
  }
  .box-type h3::before {
    width: calc(60 / 470 * 100%);
  }
  .box-type h3 span {
    font-size: 3vw;
  }
  .box-type#type1 h3 {
    padding-left: calc(70 / 640 * 100%);
  }
  .box-type#type1 h3::before {
    top: calc(50% - (23 / 470 * 100vw));
    left: calc( -1 * (10 / 470 * 100%));
  }
  .box-type#type2 h3 {
    padding-left: calc(70 / 640 * 100%);
  }
  .box-type#type2 h3::before {
    top: calc(50% - (23 / 470 * 100vw));
    left: calc( -1 * (10 / 470 * 100%));
  }
  .box-type#type3 h3 {
    padding-left: calc(70 / 640 * 100%);
  }
  .box-type#type3 h3::before {
    top: -12px;
    left: calc( -1 * (10 / 470 * 100%));
  }
  .box-type#type4 h3 {
    padding-left: calc(70 / 640 * 100%);
  }
  .box-type#type4 h3::before {
    top: -14px;
    left: calc( -1 * (10 / 470 * 100%));
  }
}

.box-items .lg-grid-shadow {
  border-radius: 26px;
  box-shadow: 5px 5px 6px 6px rgba(0, 0, 0, 0.2);
}

.box-items .lg-grid-shadow .lg-photo {
  border-radius: 26px 26px 0 0;
}

.box-items .lg-grid-shadow .lg-col {
  padding-top: 1em;
}

.box-items .lg-grid-shadow .u-p-4 {
  padding-top: 0 !important;
}

.box-items .lg-grid-border {
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.box-items .lg-grid-border .lg-photo {
  border-radius: 26px 26px 0 0;
}

.box-items .lg-grid-border .lg-col {
  padding-top: 1em;
  background: #fff;
  border-radius: 0 0 26px 26px;
}

.box-items .lg-grid-border .u-p-4 {
  padding-top: 0 !important;
}

.box-items ul li {
  margin-left: 1.5em;
  position: relative;
  list-style-type: none;
}

.box-items ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  background: #000;
  border-radius: 50%;
  left: -0.7em;
  top: 0.8em;
}

@media (max-width: 750px) {
  .box-items .lg-grid-shadow .lg-col {
    padding-top: 2.5vw;
  }
}

.box-list {
  display: flex;
}

.box-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}

.box-list-item-text {
  position: relative;
  flex-grow: 1;
  margin: 0 4%;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 10px;
  border: #1a1a1a 5px solid;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  box-shadow: 5px 5px 1px 1px rgba(0, 0, 0, 0.2);
}

.box-list-item-text i {
  position: absolute;
  display: block;
  border-width: 12px;
  border-style: solid;
  border-color: #1a1a1a transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 51.4%;
  transform: translateX(-50%);
  opacity: .2;
}

.box-list-item-text span {
  display: inline-block;
  line-height: 1.4;
  font-size: 1.15rem;
}

.box-list-item-text::before {
  content: "";
  border-width: 18px;
  border-style: solid;
  border-color: #1a1a1a transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.box-list-item-text::after {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.box-list-item-img {
  flex-grow: 0;
  margin-top: 10px;
}

.box-list-item::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(48 / 1440 * 100vw);
  height: calc(48 / 1440 * 100vw);
  background: #fff;
  border-radius: 50%;
  bottom: calc(-12 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.25s;
}

.box-list-item::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(24 / 1440 * 100vw);
  height: calc(48 / 1440 * 100vw);
  background: url(/product/bcp-communication/assets/img/ico_arrow.svg) 50% 50% no-repeat;
  bottom: calc(-12 / 1440 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.25s;
}

.box-list-item:hover:after, .box-list-item:hover:before {
  opacity: .8;
}

@media (max-width: 1000px) {
  .box-list-item-text span {
    font-size: 1rem;
  }
}

@media (max-width: 750px) {
  .box-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-list-item {
    width: calc( 270 / 640 * 100%) !important;
  }
  .box-list-item:nth-child(1) {
    margin: 0 calc( 10 / 640 * 100%) calc( 50 / 640 * 100%);
    order: 1;
  }
  .box-list-item:nth-child(3) {
    margin: 0 calc( 10 / 640 * 100%) calc( 50 / 640 * 100%);
    order: 2;
  }
  .box-list-item:nth-child(2) {
    margin: 0 calc( 10 / 640 * 100%);
    order: 3;
  }
  .box-list-item:nth-child(4) {
    margin: 0 calc( 10 / 640 * 100%);
    order: 4;
  }
  .box-list-item-text span {
    font-size: 2.8vw;
  }
  .box-list-item::before {
    width: calc(48 / 640 * 100vw);
    height: calc(48 / 640 * 100vw);
    bottom: calc(-14 / 640 * 100vw);
  }
  .box-list-item::after {
    width: calc(24 / 640 * 100vw);
    height: calc(48 / 640 * 100vw);
    bottom: calc(-14 / 640 * 100vw);
  }
}

.box-banner01 {
  display: flex;
  margin: 0 calc(100 / 1440 * 100vw);
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
}

.box-banner-img {
  width: 40%;
  padding: calc(70 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  background: #ffdc14;
  border-radius: 30px 0 0 30px;
  box-sizing: border-box;
}

.box-banner-img img {
  width: 100%;
}

.box-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: calc(70 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  box-sizing: border-box;
}

.box-banner-text span.banner-icon {
  position: relative;
}

.box-banner-text span.banner-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(105 / 1440 * 100vw);
  height: calc(108 / 1440 * 100vw);
  top: calc(-46 / 1440 * 100vw);
  right: calc(-35 / 1440 * 100vw);
  background: url(/product/bcp-communication/assets/img/ico_check.svg) 50% 50% no-repeat;
}

@media (max-width: 1200px) {
  .box-banner-text {
    font-size: 2vw;
  }
  .box-banner-text span.banner-icon {
    position: relative;
  }
  .box-banner-text span.banner-icon::after {
    top: calc(-40 / 1200 * 100vw);
    right: calc(2 / 1200 * 100vw);
  }
}

@media (max-width: 750px) {
  .box-banner01 {
    flex-direction: column;
    border-radius: calc(30 / 640 * 100vw);
  }
  .box-banner-img {
    width: 100%;
    padding: calc(30 / 640 * 100vw) calc(50 / 640 * 100vw);
    border-radius: calc(30 / 640 * 100vw) calc(30 / 640 * 100vw) 0 0;
  }
  .box-banner-text {
    width: 100%;
    padding: calc(30 / 640 * 100vw) calc(20 / 640 * 100vw);
    font-size: 5vw;
    line-height: 1.2;
  }
  .box-banner-text span.banner-icon {
    position: relative;
  }
  .box-banner-text span.banner-icon::after {
    width: calc(127 / 640 * 100vw);
    height: calc(129 / 640 * 100vw);
    top: calc(-88 / 640 * 100vw);
    right: calc(-75 / 640 * 100vw);
  }
}

.cvarea01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-image: linear-gradient(-90deg, #1fbff1 0%, #3e74d8 100%);
}

.cvarea01 p {
  margin-right: 30px;
  color: #ffffff;
  font-size: 1.475rem;
  font-weight: bold;
}

.cvarea01 .btn-gradation01 {
  margin-left: 30px;
}

.cvarea01 .btn-gradation01 a {
  display: inline-block;
  padding: 25px 150px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 41px;
  background-image: linear-gradient(-90deg, #ff7a0d 0%, #ffad42 100%);
  box-shadow: 0px 0px 29.64px 8.36px rgba(0, 0, 0, 0.09);
}

.cvarea01 .btn-gradation01 a:hover {
  color: #ff7a0d;
  background-image: linear-gradient(-180deg, white 0%, white 100%);
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  .cvarea01 {
    display: block;
    padding: 25px 0;
  }
  .cvarea01 p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cvarea01 .btn-gradation01 {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .cvarea01 {
    padding: 3% 0 4% 0;
  }
  .cvarea01 p {
    font-size: 3.5vw;
  }
  .cvarea01 .btn-gradation01 a {
    width: 70%;
    padding: 4% 0;
    font-size: 4.5vw;
  }
}

.lg-contents h2 img {
  width: 100%;
}

#bcp-communication01 h2 {
  font-size: 2.7vw;
  line-height: 1.4;
}

@media (min-width: 1601px) {
  #bcp-communication01 h2 {
    font-size: 42px;
  }
}

#bcp-communication02 {
  background-color: #ffdc14;
}

#bcp-communication02 h2 {
  text-align: center;
}

#bcp-communication03 h2 {
  text-align: center;
}

#bcp-communication04 h2 {
  text-align: center;
}

#bcp-communication05 h2 {
  text-align: center;
}

#bcp-communication05 h3 {
  border-radius: 1.2em;
}

#bcp-communication06 h2 {
  text-align: center;
}

@media (max-width: 750px) {
  .lg-contents h2 {
    margin-left: -6%;
    margin-right: -6%;
  }
  #bcp-communication01 h2 {
    font-size: 6vw;
    text-align: center;
  }
  #bcp-communication02 h2 {
    font-size: 4vw;
  }
  #bcp-communication03 h2 {
    font-size: 4vw;
  }
  #bcp-communication04 h2 {
    font-size: 4vw;
  }
}

.pswp__zoom-wrap {
  width: calc(860 / 1440 * 100vw) !important;
  height: calc(680 / 1440 * 100vw);
  max-width: 860px;
  max-height: 680px;
  margin: auto;
  padding: calc(50 / 1440 * 100vw);
  background: #fff;
  text-align: center;
  transform: unset !important;
  border-radius: calc(26 / 1440 * 100vw);
  box-sizing: border-box;
}

.pswp__zoom-wrap .pswp__img {
  position: relative;
  margin: auto;
  width: 100% !important;
  height: auto !important;
}

.pswp__zoom-wrap::after {
  content: "";
  width: calc(82 / 1440 * 100vw);
  height: calc(82 / 1440 * 100vw);
  position: absolute;
  right: calc(-40 / 1440 * 100vw);
  top: calc(-40 / 1440 * 100vw);
  background: url(/product/bcp-communication/assets/img/ico_close.png) 50% 50% no-repeat;
  background-size: cover;
}

.pswp__ui {
  display: none;
}
