/* ▼▼▼ 20240315納品の編集・追加CSSです。 ▼▼▼ */
/* Reset */
html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif !important;
  /* background-image: url(../../img_240315/video-button-box-bg.jpg);
  background-attachment: fixed; */
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bootstrap-container .btn-inline.btn-dark-moderate-pink {
  color: #fff;
  background-color: #ac5042;
  border-color: #ac5042;
}

.bootstrap-container .btn-inline.btn-dark-moderate-pink:active,
.bootstrap-container .btn-inline.btn-dark-moderate-pink:focus,
.bootstrap-container .btn-inline.btn-dark-moderate-pink:hover {
  background-color: #e88677;
  border-color: #e88677;
  color: #fff;
}

/* Helper classes */
.pc-mode {
  display: block !important;
}

.sp-mode {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-mode {
    display: none !important;
  }
  .sp-mode {
    display: block !important;
  }
}
.l-flex {
  display: flex;
}

@media print, screen and (min-width: 1081px) {
  .tab-off {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .pc-off {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-off {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1081px) {
  html {
    font-size: 0.5211047421vw;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    /* font-size: 55%; */
  }
  .l-flex {
    flex-direction: column;
  }
}

#siteLogo {
  height: 80px;
  margin: 0 !important;
  padding-left: 40px;
  border-top: 5px solid #0068b7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #siteLogo {
    padding-left: 0;
    justify-content: center;
    height: 45px;
    width: 100vw !important;
  }

  #siteLogo a {
    height: 100%;
  }
}

}

@media screen and (max-width: 767px) {
  #siteLogo img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

#globalContainer {
  margin-top: 80px;
}

/* Hero */
.bootstrap-container .bg-fv {
  background-image: url(../../img_240315/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* background: rgba(102, 193, 178, 0.6); */
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .bg-fv {
    background-attachment: unset !important;
  }
}

.bootstrap-container .section-fv {
  padding-top: 4rem;
  margin-bottom: 0;
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-fv {
    padding-top: 0;
    padding-bottom: 6rem;
    margin-top: -35px;
  }
}

.bootstrap-container .section-fv .btn-container {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-fv .btn-container {
    position: fixed;
    margin: 0 !important;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 10;
    width: 100vw;
  }

  .bootstrap-container .section-fv .btn-container .btn-inline {
    flex: 1 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 1.5rem;
    font-size: 14px;
  }
}

.bootstrap-container .section-fv .logo {
  margin: 0;
}

.bootstrap-container .l-flex {
  gap: 5rem;
  align-items: center;
  justify-content: center;
}

.bootstrap-container .hero-left-col {
}
.bootstrap-container .logo {
  /* width: 34rem; */
}
.bootstrap-container .hero-main-ttl {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-top: 6rem;
}
.bootstrap-container .hero-main-ttl span:first-child {
  display: inline-block;
  border-bottom: 2px solid currentColor;
  font-size: 5rem;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 3px;
}
.bootstrap-container .hero-main-ttl span:nth-child(3) {
  display: inline-block;
  font-size: 6rem;
  margin-bottom: 2rem;
}
.bootstrap-container .hero-main-ttl span:last-child {
  display: inline-block;
  font-size: 7rem;
}
.bootstrap-container .hero-right-col {
  flex: 0 0 70rem;
  margin-top: 6rem;
}
.bootstrap-container .hero-right-col img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .hero-main-ttl span:first-child {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .bootstrap-container .hero-main-ttl span:nth-child(3) {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }

  .bootstrap-container .hero-main-ttl span:last-child {
    font-size: 3.5rem;
  }

  .bootstrap-container .hero-right-col {
    flex: 0 0 auto;
    order: 0;
    margin-top: 6rem;
    text-align: center;
  }

  .bootstrap-container .hero-right-col img {
    width: 100%;
  }

  .bootstrap-container .hero-left-col {
    order: 1;
  }
  .bootstrap-container .hero-left-col img {
    display: none !important;
  }

  .bootstrap-container .hero-main-ttl {
    margin-top: 0;
  }
}

/* Video */
.bootstrap-container .section-video {
  padding-top: 0;
  padding-bottom: 120px;
  background-image: url(../../img_240315/light-yellow-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .section-video {
    background-attachment: unset !important;
  }
}

.bootstrap-container .video-ttl-box .text-center {
  display: flex;
  justify-content: center;
}

.bootstrap-container .section-video .section-title {
  background-color: #c7954a;
  color: #fff;
  font-weight: 600;
  max-width: 108rem;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-bottom: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
  letter-spacing: 5px;
  border-radius: 5px;
  font-size: 5rem !important;
}
@media screen and (min-width: 1160px) {
  .bootstrap-container .section-video .section-title {
    max-width: 1080px;
    width: 1080px;
  }
}
@media screen and (max-width: 801px) {
  .bootstrap-container .section-video .video-ttl-box {
    padding-top: 8rem !important;
  }
  .bootstrap-container .section-video .section-title {
    font-size: 26px;
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .bootstrap-container .section-video .section-title {
    font-size: 3.2rem !important;
  }
}
.bootstrap-container .section-video .section-title:after {
  border-color: #c7954a transparent transparent;
  border-width: 30px 20px 0;
}

.bootstrap-container .section-video .video-ttl-box {
  padding-top: 15rem;
  /* background-image: url(../../img_240315/video-button-box-bg.jpg); */
  background-image: url(../../img_240315/light-yellow-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .section-video .video-ttl-box {
    background-attachment: unset !important;
  }
}

.bootstrap-container .section-video .section-title:before {
  display: none;
}

/* Security */
.bootstrap-container .line-gradient:after {
  display: none;
}

.bootstrap-container .section-activation {
  /* background-color: #7a6497; */
  background-image: url(../../img_240315/purble-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 9rem 0;
}

.bootstrap-container .section-activation .container {
  max-width: 120rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-activation .container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .section-activation {
    background-attachment: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-activation {
    padding: 4.5rem 0;
  }
}

.bootstrap-container .media-note {
  font-family: "Noto Serif JP", serif;
  margin-top: 14rem !important;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #4f7770;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  max-width: 108rem !important;
  max-width: 108rem !important;
  margin: 0 auto;
  margin-bottom: 9rem;
  font-size: 4.2rem !important;
  padding: 2.5rem 0 !important;
}

.bootstrap-container .media-note:after {
  bottom: -23px;
  border-color: #4f7770 transparent transparent;
  border-width: 25px 16px 0;
}

.bootstrap-container .title-blue-lg .text-sm {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 1px;
}

.bootstrap-container .title-blue-lg span {
  display: inline-block;
  color: #fff;
  font-size: 5.4rem;
  letter-spacing: 3px;
  font-weight: 600 !important;
}

.bootstrap-container .section-activation .media .media-body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}

.media-img-box {
  flex: 0 0 54rem;
}

.media-txt-box {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .media-txt-box {
    font-size: 1.6rem;
    margin-top: -2rem !important;
  }
}

.bootstrap-container .title-dark-yellow {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-activation .title-blue-lg span {
    font-size: 3rem;
  }

  .bootstrap-container .section-activation .title-blue-lg .text-sm {
    font-size: 2rem;
  }
}

/* Merit */
.bootstrap-container .section-merit {
  padding-bottom: 10rem !important;
}
.bootstrap-container .title-dark-blue-sm {
  font-family: "Noto Serif JP", serif;
  color: #5ab6a3;
  font-size: 2.6rem;
  /* letter-spacing: 2px; */
  margin: 0;
  font-size: 2.7rem !important;
}

.bootstrap-container .title-shape-blue-sm .title {
  font-weight: 400 !important;
}

.bootstrap-container .well-light-gray .caption,
.bootstrap-container .list-disc-blue li {
  font-size: 1.8rem !important;
}

.bootstrap-container .section-merit .media-note .media-body .media-heading {
  font-weight: 600 !important;
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-merit .media-note .media-body .media-heading {
    margin-bottom: 0 !important;
    font-size: 2rem;
  }
}

.bootstrap-container .section-merit .container {
  max-width: 144rem !important;
  width: 144rem !important;
  padding: 0 !important;
}

.bootstrap-container .section-merit .container .merit-cont-img-box {
  height: 100px !important;
  max-height: 100px;
}
.bootstrap-container .section-merit .container .merit-cont-img-box img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 901px) {
  .bootstrap-container .section-merit .container .merit-cont-img-box {
    height: 12rem;
  }
  .bootstrap-container .section-merit .container .merit-cont-img-box img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-merit .container {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
.bootstrap-container .section-merit .container .row {
  display: flex;
  margin: 0 !important;
  padding: 0 12rem !important;
}

@media screen and (max-width: 901px) {
  .bootstrap-container .section-merit .container .row {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-merit .container .row {
    padding: 0 !important;
  }
}

.bootstrap-container .title-shape-blue-sm {
  margin-top: 0 !important;
  transform: translateY(-12px);
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-merit {
    padding-bottom: 3rem !important;
  }

  .bootstrap-container .section-merit .container .row {
    flex-direction: column;
    gap: 5rem;
  }
}

.bootstrap-container .well-has-label.well-light-blue {
  background-color: #fff;
  min-height: unset !important;
}

.bootstrap-container .well-has-label.well-light-blue .caption {
  font-size: 1.8rem;
  /* margin-top: auto; */
  margin-bottom: 0;
  font-weight: 500;
}

.bootstrap-container .dash-dark-blue {
  /* background-color: #fcfbf5; */
  background-image: url(../../img_240315/light-yellow-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .dash-dark-blue {
    background-attachment: unset !important;
  }
}

.bootstrap-container .section-merit .well-has-label:before {
  display: none !important;
}

.bootstrap-container .section-merit .merit-ttl-box {
  margin: 2.5rem 0;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-merit .merit-ttl-box {
    height: auto;
  }
}
.bootstrap-container .section-merit .merit-cont-box {
  /* margin-top: auto; */
}

.bootstrap-container .title-shape-blue-sm {
  width: 19rem;
  height: 12.6rem;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-image: url(../../img_240315/merit-num-bg.svg);
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .title-shape-blue-sm {
    width: 15rem;
    height: 10rem;
  }
}

.bootstrap-container .title-shape-blue-sm span.merit-num {
  font-size: 4.5rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
}

.bootstrap-container .well-has-label.well-light-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .well-has-label.well-light-blue {
    padding-bottom: 4rem;
  }
}

.bootstrap-container .media-note:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img_240315/merit-frog.png);
  position: absolute;
  top: -130%;
  right: -15%;
  width: 27rem;
  height: 24rem;
}

@media screen and (max-width: 1345px) {
  .bootstrap-container .media-note:before {
    top: -80px;
    right: -2rem;
    top: 20px;
    right: -2rem;
    width: 18rem;
  }
}

@media screen and (max-width: 801px) {
  .bootstrap-container .media-note:before {
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .media-note:before {
    top: -40px;
    right: -2rem;
    width: 15rem;
  }

  .bootstrap-container .section-merit .title-dark-yellow {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 4.5rem;
  }

  .media-img-box {
    flex: 0 0 auto;
  }

  .bootstrap-container .media:first-child {
    margin-top: 5rem !important;
  }

  .bootstrap-container .section-merit .title-dark-blue-sm {
    font-size: 1.8rem !important;
  }

  .bootstrap-container .well-has-label.well-light-blue .caption {
    font-size: 16px;
  }
}

@media screen and (max-width: 601px) {
  .bootstrap-container .media-note:before {
    top: 20px;
    right: 0rem;
    width: 12rem;
  }
}

/* Use Case */
.bootstrap-container .section-use-case {
  padding-top: 0;
}
.bootstrap-container .dash-blue:before,
.bootstrap-container .dash-dark-blue:after {
  display: none;
}

.uc-ttl-box {
  background-color: #66c1b2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .uc-ttl-box {
    padding: 2rem 0;
  }
}

.uc-ttl-box::after {
  position: absolute;
  right: 0;
  bottom: -23px;
  border-color: #66c1b2 transparent transparent;
  border-width: 25px 16px 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  content: "";
}
.uc-main-ttl {
  font-size: 5.2rem;
  font-weight: 600;
}
.uc-sub-ttl {
  font-size: 2.2rem;
  font-weight: 500;
}
.bootstrap-container .section-use-case {
  padding-bottom: 0;
}
.section-use-case .container {
  /* background-color: #e9f6f4 !important; */
  background-image: url(../../img_240315/light-green-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  color: #000;
  font-family: "Noto Serif JP", serif;
  max-width: 100%;
  padding-bottom: 13rem;
}
@media screen and (max-width: 1025px) {
  .section-use-case .container {
    background-attachment: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .section-use-case .container {
    padding-bottom: 18rem;
  }
}
.section-use-case .container .uc-main-conts {
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uc-cont-ttl {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10rem;
  letter-spacing: 3px;
}
.uc-list {
  list-style: none;
  display: flex;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .uc-list {
    flex-direction: column;
    /* width: 80%; */
  }
}
.uc-list::before,
.uc-list::after {
  content: "";
  position: absolute;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.uc-list::before {
  background-image: url(../../img_240315/uc-list-before.svg);
  width: 22rem;
  height: 26rem;
  left: 0;
  transform: translate(-100%, -30%);
}
.uc-list::after {
  background-image: url(../../img_240315/uc-list-after.svg);
  width: 20rem;
  height: 32.5rem;
  right: 0;
  transform: translate(100%, -30%);
}
.uc-item:link,
.uc-item:visited {
  border: 4px solid #fff;
  background-color: #fff !important;
  width: 37rem;
  height: 37rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #000 !important;
  transition: all 0.3s;
}

.uc-item:hover {
  border: 4px solid #66c1b2;
  color: #000 !important;
  text-decoration: none !important;
  /* opacity: 0.7; */
}

.uc-item:focus {
  text-decoration: none !important;
}

.uc-item:last-child .uc-ttl {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .uc-item:last-child .uc-ttl {
    margin-bottom: 2.5rem;
  }
}

.uc-item-conts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.uc-num-box {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.8rem;
  width: 15rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #66c1b2;
  border-radius: 5px;
}
.uc-num-txt {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 6px;
}
.uc-num {
}
.uc-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.uc-img-box {
  width: 9rem;
}

@media screen and (max-width: 767px) {
  .uc-img-box {
    text-align: center;
    transform: translateY(0);
  }
  .uc-img-box img {
    width: 80%;
  }
}

.uc-list .uc-item:last-child .uc-img-box {
  width: 21.5rem;
  transform: translateY(-25px);
}

@media screen and (max-width: 767px) {
  .uc-list .uc-item:last-child .uc-img-box {
    transform: translateY(0);
  }
}

.bootstrap-container .section-problem {
  position: relative;
  padding: 0;
  z-index: 1;
}

.bootstrap-container .section-problem .prob-main-conts {
  /* background-color: #4f7770; */
  background-image: url(../../img_240315/dark-green-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  padding: 5rem 0 20rem 0;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media screen and (max-width: 1025px) {
  .bootstrap-container .section-problem .prob-main-conts {
    background-attachment: unset !important;
  }
}

@media screen and (max-width: 1081px) {
  .uc-list::before {
    width: 14rem;
  }

  .uc-list::after {
    width: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .uc-list::after {
    transform: translate(100%, -30%);
    top: 0;
    width: 10rem;
  }
  .uc-list::before {
    top: 0;
    width: 13rem;
  }

  .uc-cont-ttl {
    font-size: 2rem;
    text-align: left;
  }

  .uc-main-ttl {
    font-size: 3rem;
  }

  .uc-item {
    width: 28rem;
    height: 28rem;
  }

  .uc-ttl {
    font-size: 1.8rem;
  }

  .uc-num-box {
    width: 12rem;
    font-size: 16px;
  }
}

@media screen and (max-width: 701px) {
  .uc-list::after {
    transform: translate(-6rem, 24rem);
    top: auto;
    width: 9rem;
    bottom: 0;
  }

  .uc-list::before {
    transform: translate(5rem, 22rem);
    top: auto;
    width: 10rem;
    bottom: 0;
  }

  .uc-cont-ttl {
    margin-bottom: 5rem;
  }
}

/* Problem */
.bootstrap-container .title-while-lg {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
}
.bootstrap-container .problem.problem-1,
.bootstrap-container .problem.problem-2,
.bootstrap-container .problem.problem-3 {
  background: unset;
}
.bootstrap-container .prob-list {
  display: flex;
  gap: 3rem;
  margin-top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .prob-list {
    gap: 2rem;
  }
}

.bootstrap-container .problem {
  background-color: #fff !important;
  border-radius: 0;
  padding: 5rem 0;
  margin: 0 !important;
  color: #000;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  height: 30rem;
}
.bootstrap-container .problem .prob-ttl {
  font-size: 2.7rem;
  font-weight: 700;
  color: #4f7770;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .problem .prob-ttl {
    font-size: 1.8rem;
  }
}

.bootstrap-container .problem .prob-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 4rem;
  height: 3px;
  background: #4f7770;
  transform: translate(-50%, 1rem);
}

.bootstrap-container .problem .caption {
  margin: 0;
  margin-top: auto;
  font-weight: 700;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .problem .caption {
    font-size: 1.6rem;
  }
}

.section-problem img.prob-frog {
  width: 40rem;
  margin-top: 6rem;
}

.bootstrap-container .section-problem .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 144rem !important;
  width: 144rem !important;
  padding: 0 12rem !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-problem .container {
    max-width: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    padding: 0 !important;
  }
}

.bootstrap-container .row-0 > div {
  /* flex: 1 !important; */
  width: calc((100% - 6rem) / 3) !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .row-0 > div {
    width: 100% !important;
  }
}

.bootstrap-container .problem.problem-1,
.bootstrap-container .problem.problem-2,
.bootstrap-container .problem.problem-3 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .prob-list {
    flex-direction: column;
    width: 80%;
    margin-top: 1rem;
  }

  .bootstrap-container .problem {
    width: 100%;
  }

  .bootstrap-container .section-problem .title-while-lg {
    font-size: 3.5rem;
  }

  .bootstrap-container .section-problem .prob-main-conts {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }

  .section-problem img.prob-frog {
    width: 24rem;
    margin-top: 0;
  }

  .bootstrap-container .section-problem .prob-main-conts {
    padding: 5rem 0 10rem 0;
  }
}

@media screen and (max-width: 601px) {
  .bootstrap-container .section-problem .title-while-lg {
    font-size: 2.5rem;
  }

  .bootstrap-container .problem {
    padding: 20px;
    height: 15rem;
  }
}

/* Use */
.bootstrap-container .section-use {
  padding-top: 40rem;
  margin-top: -35rem;
  /* background: #fcfbf5; */
  padding-bottom: 17rem;
  background-image: url(../../img_240315/light-yellow-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .section-use {
    background-attachment: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-use {
    padding-bottom: 8rem;
  }
}

.bootstrap-container .section-use .title-dark-gold-lg {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 6.6rem;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 5px solid #707070;
  padding-bottom: 2rem;
  display: inline-block;
}

.bootstrap-container .section-use .title-dark-gold-lg .text-sm {
  font-size: 2.8rem;
  color: #000;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 3rem;
}

.bootstrap-container .section-use .use-ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bootstrap-container .section-use .text-dark-blue {
  line-height: 1.8;
}

.use-white-box {
  background-color: #fff;
  padding: 9rem 10rem 5rem 3rem;
  margin: 0 auto;
  position: relative;
}

.use-white-box::before,
.use-white-box::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.use-white-box img {
  width: 100%;
}
.use-trad-box {
  margin-bottom: 12rem;
  max-width: 130rem;
  width: 130rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .use-trad-box {
    width: 100%;
  }
}
.use-trad-box::after {
  background-image: url(../../img_240315/use-trad-after.svg);
  width: 26rem;
  height: 38.5rem;
  right: 0;
  bottom: 0;
  transform: translate(50%, 2rem);
}

@media screen and (max-width: 767px) {
  .use-trad-box::after {
    width: 15rem;
    height: 20rem;
    right: 0;
    bottom: 0;
    transform: translate(0%, 2rem);
  }
}

@media screen and (max-width: 601px) {
  .use-trad-box::after {
    width: 8rem;
    right: 3rem;
    bottom: -4rem;
    display: none;
  }
}

.use-w-box-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
}
.use-trad-box-ttl {
  background-color: #5d6866;
  width: 84rem;
  height: 7rem;
  font-size: 3.2rem;
}
.use-banking-box {
  max-width: 140rem;
  width: 140rem;
}
@media screen and (max-width: 767px) {
  .use-banking-box {
    width: 100%;
  }
}
.use-banking-box::before {
  background-image: url(../../img_240315/use-banking-before.svg);
  width: 18.5rem;
  height: 24rem;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 6rem);
}
.use-banking-box::after {
  background-image: url(../../img_240315/use-banking-after.svg);
  width: 24.5rem;
  height: 18rem;
  right: 0;
  bottom: 0;
  transform: translate(50%, 6rem);
}
@media screen and (max-width: 1081px) {
  .use-banking-box::before {
    transform: translate(0, 14rem);
  }
  .use-banking-box::after {
    transform: translate(0, 11rem);
  }
}
.use-banking-box-ttl {
  font-size: 3.7rem;
  width: 96rem;
  height: 9rem;
  background-color: #66c1b2;
}

@media screen and (max-width: 767px) {
  .use-trad-box-ttl {
    width: 100%;
    font-size: 2rem;
    position: relative;
  }

  .use-trad-box-ttl::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 8rem;
    background-image: url(../../img_240315/use-trad-after.svg);
    height: 12rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-46%);
  }

  .use-white-box {
    padding: 2rem;
    padding-top: 0;
  }

  .use-banking-box-ttl {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    position: relative;
  }

  .use-banking-box-ttl::before,
  .use-banking-box-ttl::after {
    position: absolute;
    content: "";
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .use-banking-box-ttl::before {
    background-image: url(../../img_240315/use-banking-before.svg);
    width: 6rem;
    height: 8rem;
    left: 0;
    transform: translateY(-23%);
  }
  .use-banking-box-ttl::after {
    background-image: url(../../img_240315/use-banking-after.svg);
    width: 8rem;
    height: 6rem;
    right: 0;
    transform: translate(20%, 50%);
  }

  .use-banking-box::after {
    display: none;
    /* width: 10rem;
    transform: translate(-2rem, 6rem); */
  }

  .use-banking-box::before {
    display: none;
    /* width: 6rem;
    transform: translate(2rem, 11rem); */
  }

  .bootstrap-container .section-use .title-dark-gold-lg {
    font-size: 3rem;
  }

  .bootstrap-container .section-use .title-dark-gold-lg .text-sm {
    font-size: 2.4rem;
  }
}

/* Advantage */
.bootstrap-container .section-advantage {
  /* background-color: #66c1b2 !important; */
  background-image: url(../../img_240315/hero-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  padding-bottom: 13rem;
  padding-top: 6rem;
}

@media screen and (max-width: 1025px) {
  .bootstrap-container .section-advantage {
    background-attachment: unset !important;
  }
}

.bootstrap-container .section-advantage .container {
  width: 144rem !important;
  max-width: 144rem !important;
  padding: 0 6rem;
}

@media screen and (max-width: 801px) {
  .bootstrap-container .section-advantage .container {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-advantage .container {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    padding: 0 !important;
  }
}

.bootstrap-container .section-advantage .advt-ttl {
  color: #fff;
  font-size: 5.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-advantage .advt-ttl {
    font-size: 3rem;
  }
  .bootstrap-container .section-advantage {
    padding-top: 3rem;
  }
}
.bootstrap-container .section-advantage .advt-sub-ttl {
  font-size: 2.2rem;
  color: #fff;
  margin-top: -1.4rem !important;
  display: block;
}
@media screen and (max-width: 767px) {
  .bootstrap-container .section-advantage .advt-sub-ttl {
    margin-top: 0;
  }
}
.bootstrap-container .section-advantage .advt-white-box {
  background-color: #fff;
  padding: 10rem 11rem;
  max-width: 130rem;
  margin: 0 auto;
  margin-top: 8rem;
}

.bootstrap-container .section-advantage .media-body {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.bootstrap-container .section-advantage .advt-media-img-box img {
  width: 100%;
}
.bootstrap-container .section-advantage .advt-media-txt-box {
}

.bootstrap-container .section-advantage .text-dark-blue {
  margin: 0 !important;
}

.bootstrap-container .section-advantage .media-cleared-xs {
  padding-bottom: 6rem;
}

.bootstrap-container .section-advantage .media-cleared-xs:not(:last-child) {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 6rem;
}

.bootstrap-container
  .section-advantage
  .media-cleared-xs:first-child
  .advt-media-img-box {
  flex: 0 0 26rem;
}
.bootstrap-container
  .section-advantage
  .media-cleared-xs:first-child
  .media-body {
  gap: 10rem;
}
.bootstrap-container
  .section-advantage
  .media-cleared-xs:last-child
  .advt-media-img-box {
  flex: 0 0 24rem;
}
.bootstrap-container
  .section-advantage
  .media-cleared-xs:nth-child(2)
  .media-body {
  gap: 5.5rem;
}
.bootstrap-container
  .section-advantage
  .media-cleared-xs:nth-child(2)
  .advt-media-img-box {
  flex: 0 0 35rem;
  gap: 10rem;
}
.bootstrap-container
  .section-advantage
  .media-cleared-xs:last-child
  .media-body {
  gap: 10rem;
}

.bootstrap-container .section-advantage .advt-num {
  font-size: 2.5rem;
  font-weight: 600;
  color: #66c1b2;
  border: 3px solid currentColor;
  border-radius: 5px;
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-advantage .advt-num {
    width: 15rem;
    height: 4rem;
    /* margin-bottom: 1rem; */
    font-size: 1.8rem;
    line-height: 1;
  }

  .bootstrap-container .advt-white-box .media.media-cleared-xs.media {
    padding-bottom: 3rem;
  }

  .bootstrap-container
    .advt-white-box
    .media.media-cleared-xs.media:nth-child(2)
    .advt-media-img-box {
    width: 10rem !important;
  }
  .bootstrap-container
    .advt-white-box
    .media.media-cleared-xs.media:last-child
    .advt-media-img-box {
    width: 6rem !important;
  }

  .bootstrap-container .section-advantage .media-heading {
    font-size: 1.8rem;
  }
}

.bootstrap-container .section-advantage .media-heading {
  color: #000;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-advantage .media-heading {
    font-size: 2rem;
  }
}

.bootstrap-container .section-advantage .text-dark-blue {
  color: #000;
  line-height: 2;
}

.bootstrap-container .section-advantage .media {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-advantage .media-body {
    display: flex !important;
    flex-direction: row;
    position: relative;
  }

  .bootstrap-container
    .section-advantage
    .media-cleared-xs
    .advt-media-img-box {
    order: 0;
    flex: 0 0 auto !important;
    /* width: 60% !important; */
  }
  .bootstrap-container
    .section-advantage
    .media-cleared-xs
    .advt-media-txt-box {
    order: 1;
  }

  .bootstrap-container .section-advantage .advt-white-box {
    padding: 2rem 4rem;
    margin-top: 4rem;
  }

  .bootstrap-container .section-advantage .advt-media-img-box {
    position: absolute;
    width: 8rem !important;
    top: -3.5rem;
    right: 0;
    transform: translate(0, -50%);
  }

  .bootstrap-container .section-advantage {
    padding-bottom: 8rem;
  }
}

/* Function */
.bootstrap-container .section-function {
  padding: 7rem 0 10rem;
  background-image: url(../../img_240315/light-yellow-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
@media screen and (max-width: 1025px) {
  .bootstrap-container .section-function {
    background-attachment: unset !important;
  }
}
.bootstrap-container .section-function .container {
  width: 144rem !important;
  max-width: 144rem !important;
  padding: 0 12rem;
}

@media screen and (max-width: 801px) {
  .bootstrap-container .section-function .container {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-function .container {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    padding: 0 !important;
  }
}
.bootstrap-container .well-light-gray {
  background-color: #fff !important;
}
.bootstrap-container .title-icon.icon-operation-blue:before {
  width: 35px;
  height: 35px;
}
.bootstrap-container .title-icon.icon-search-blue:before {
  width: 25px;
  height: 35px;
}
.bootstrap-container .section-function .func-main-ttl {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 5.2rem;
  font-weight: 600;
  margin-bottom: 7rem;
}
.bootstrap-container .section-function .func-sub-ttl {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: -1.4rem !important;
  display: block;
}
@media screen and (max-width: 767px) {
  .bootstrap-container .section-function .advt-sub-ttl {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-function .func-sub-ttl {
    font-size: 1.8rem;
  }
}

.bootstrap-container .section-function .well-light-gray {
  border-top: 8px solid #66c1b2;
  height: 100%;
}

.bootstrap-container .section-function .row.func-list {
  display: flex;
  margin-bottom: 3.5rem;
}

.bootstrap-container .list-disc-blue li:before {
  width: 7px;
  height: 7px;
  border-radius: 0;
  background-color: #66c1b2;
  transform: rotate(45deg);
}

.bootstrap-container .title-icon {
  color: #66c1b2;
  border-top: 1px solid #66c1b2;
  border-bottom: 1px solid #66c1b2;
}

.bootstrap-container .title-icon.icon-search-blue:before {
  background: url(../../img_240315/func-ic01.svg) no-repeat;
}

.bootstrap-container .title-icon.icon-operation-blue:before {
  background: url(../../img_240315/func-ic02.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-function .row.func-list {
    flex-direction: column;
    /* width: 80%; */
    /* margin: 0 auto; */
    gap: 3rem;
    margin-bottom: 0;
  }

  .bootstrap-container .list-gray {
    margin-bottom: 0;
    margin-top: -20px !important;
  }

  .bootstrap-container .section-function .func-main-ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
    margin: 0;
  }

  .bootstrap-container .section-function .func-sub-ttl {
  }

  .bootstrap-container .section-function {
    padding: 4rem 0 8rem 0;
  }
}

/* Plan and Pricing */
.bootstrap-container .section-plans-pricing {
  padding: 7rem 0;
  /* background-color: #ccad60 !important; */
  background-image: url(../../img_240315/gold-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
@media screen and (max-width: 1025px) {
  .bootstrap-container .section-plans-pricing {
    background-attachment: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-plans-pricing {
    padding: 4rem 0;
  }
}

.bootstrap-container .title-shape:after,
.bootstrap-container .title-shape:before {
  display: none !important;
}

.bootstrap-container .well-has-label:before {
  display: none;
}

.bootstrap-container .well-has-label.well-while {
  padding: 0;
}

.bootstrap-container .title-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.bootstrap-container .title-shape.shape-purble {
  background-color: #7a6497;
}
.bootstrap-container .title-shape.shape-purble::after {
  position: absolute;
  display: inline-block !important;
  right: 0;
  bottom: -23px;
  border-color: #7a6497 transparent transparent;
  border-width: 25px 16px 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  content: "";
}
.bootstrap-container .title-shape.shape-pink {
  background-color: #976464;
}
.bootstrap-container .title-shape.shape-pink::after {
  position: absolute;
  display: inline-block !important;
  right: 0;
  bottom: -23px;
  border-color: #976464 transparent transparent;
  border-width: 25px 16px 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  content: "";
}
.bootstrap-container .section-plans-pricing .title-shape .title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.bootstrap-container .section-plans-pricing .title-shape {
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-plans-pricing .title-shape {
    justify-content: center;
    padding-left: 6rem;
  }
}

.bootstrap-container .section-plans-pricing .prc-cont-box {
  padding: 4.5rem;
  padding-bottom: 3.5rem;
  color: #000 !important;
}

.bootstrap-container .well-has-label.well-while .consulting {
  padding-bottom: 13px;
  border-bottom: 1px dotted #666;
}

.bootstrap-container .section-plans-pricing .prc-main-ttl {
  font-size: 5.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.bootstrap-container .section-plans-pricing .prc-sub-ttl {
  font-size: 2.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-top: 0;
  margin-bottom: 6rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: -1.4rem !important;
  display: block;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-plans-pricing .prc-sub-ttl {
    margin-top: 0;
  }
}

.bootstrap-container .section-plans-pricing .text-gray {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-plans-pricing .text-gray {
    font-size: 1.2rem !important;
  }
}

.bootstrap-container .title-shape .title.icon-search-white:before {
  background: url(../../img_240315/prc-ic01.svg) no-repeat;
  background-size: contain;
  width: 6rem;
  height: 9rem;
  transform: translateX(-130%);
}

@media screen and (max-width: 767px) {
  .bootstrap-container .title-shape .title.icon-search-white:before {
    width: 4rem !important;
    height: 5rem !important;
  }

  .bootstrap-container .title-shape .title.icon-operation-white:before {
    width: 4rem !important;
    height: 4rem !important;
  }
}

.bootstrap-container .title-shape .title.icon-operation-white:before {
  background: url(../../img_240315/prc-ic02.svg) no-repeat;
  background-size: contain;
  width: 9rem;
  height: 8rem;
  transform: translateX(-130%);
}

.bootstrap-container .section-plans-pricing .title-shape .title {
  padding: 0 !important;
  transform: translateX(6rem);
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-plans-pricing .title-shape .title {
    transform: translateX(0);
  }
}

.bootstrap-container .well-has-label.well-while .price {
  font-family: "Noto sans JP";
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-plans-pricing .prc-main-ttl {
    font-size: 3.2rem;
  }

  .bootstrap-container .section-plans-pricing .prc-sub-ttl {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 4rem;
    letter-spacing: 1px;
  }
}

/* News */
.bootstrap-container .section-news {
  margin: 0;
  margin-bottom: 5rem;
  background: #fff;
  margin-bottom: 0;
}

.bootstrap-container .section-news .news-main-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-news .news-main-ttl {
    font-size: 3rem;
  }
}

.bootstrap-container .section-news .news-sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  margin-top: 0;
  margin-bottom: 7rem;
  margin-top: -1.4rem !important;
  display: block;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-news .news-sub-ttl {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 5rem;
  }
}

/* Call To Action */
.bootstrap-container .section-contact {
  /* background-color: #66c1b2; */
  background-image: url(../../img_240315/hero-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  color: #fff;
  padding: 10rem 0 8rem 0;
}
.bootstrap-container .btn-inline-lg {
  font-weight: 700 !important;
}
@media screen and (max-width: 1025px) {
  .bootstrap-container .section-contact {
    background-attachment: unset !important;
  }
}
@media screen and (min-width: 1081px) {
  .bootstrap-container .btn-inline-lg {
    max-width: 450px !important;
  }
}

@media screen and (min-width: 768px) {
  .bootstrap-container .btn-inline-lg {
    max-width: 260px !important;
    font-size: 14px !important;
    padding: 3rem !important;
  }
}

.bootstrap-container .section-contact .title-while {
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
}
.bootstrap-container .section-contact .btn-dark-yellow {
  background-color: #ac5042;
}
.bootstrap-container .section-contact .btn-dark-yellow:focus,
.bootstrap-container .section-contact .btn-dark-yellow:hover {
  background-color: #e88677 !important;
}
.bootstrap-container .section-contact .container {
  position: relative;
}
.bootstrap-container .section-contact .container::before,
.bootstrap-container .section-contact .container::after {
  position: absolute;
  content: "";
  top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block !important;
}
.bootstrap-container .section-contact .container::before {
  width: 18.5rem;
  height: 30rem;
  left: 0;
  transform: translate(-70%, -50%);
  background-image: url(../../img_240315/cta-img-left.png);
}
.bootstrap-container .section-contact .container::after {
  right: 0;
  transform: translate(70%, -50%);
  width: 30rem;
  height: 36rem;
  background-image: url(../../img_240315/cta-img-right.png);
}

@media screen and (max-width: 1371px) {
  .bootstrap-container .section-contact .container::after {
    transform: translate(0, -50%);
    width: 25rem;
  }
  .bootstrap-container .section-contact .container::before {
    width: 14rem;
    transform: translate(0, -50%);
  }
}
.bootstrap-container .section-contact .cta-img {
  position: absolute;
  top: 50%;
}
.bootstrap-container .section-contact .cta-img-left {
  width: 18.5rem;
  left: 0;
  transform: translate(-50%, -50%);
}
.bootstrap-container .section-contact .cta-img-right {
  right: 0;
  transform: translate(50%, -50%);
  width: 30rem;
}

@media screen and (max-width: 1081px) {
  .bootstrap-container .section-contact .container::after {
    transform: translate(-40%, -60%);
    width: 17rem;
  }

  .bootstrap-container .section-contact .container::before {
    transform: translate(40%, -60%);
  }
}

@media screen and (max-width: 767px) {
  .bootstrap-container .section-contact .container::before {
    width: 7rem;
    transform: translate(3rem, -105%);
  }
  .bootstrap-container .section-contact .container::after {
    transform: translate(-3rem, -95%);
    width: 10rem;
  }
}
/* Footer */
#globalFooter {
  background: #f6f6f6;
}

#footUtility {
  padding: 30px 0;
  border-top: 6px solid #0068b7;
  background: #ffffff;
  text-align: right;
  font-size: 12px;
  box-sizing: border-box;
  height: 86px;
}

@media screen and (max-width: 767px) {
  #footUtility {
    padding-bottom: 12rem;
  }
}

#footUtility .utility {
  width: 80%;
  margin: 0 auto;
}

.linksBox01All .boxTitle {
  font-size: 1.8rem;
}

@media screen and (max-width: 801px) {
  .linksBox01All .boxTitle {
    font-size: 16px;
  }
}

.linksBox01All .links li a,
.linksBox01All .links li span {
  font-size: 1.5rem;
}

@media screen and (max-width: 801px) {
  .linksBox01All .links li a,
  .linksBox01All .links li em {
    font-size: 14px;
  }
}

.bootstrap-container .container-text {
  font-size: 1.5rem;
}

@media screen and (max-width: 801px) {
  .bootstrap-container .container-text {
    font-size: 12px;
  }
}

.bootstrap-container .linksBox01All .list-unstyled {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bootstrap-container .section-contact {
    padding: 5rem 0;
  }
  .bootstrap-container .section-contact .title-while {
    font-size: 2.2rem;
    padding-left: 2rem;
  }
}
/* Helper classes */
.pc-mode {
  display: block !important;
}
.sp-mode {
  display: none !important;
}

.sp-link {
  pointer-events: none !important;
  cursor: unset !important;
}

/* .bg-white {
  background-color: rgba(255, 255, 255, 0.7);
} */

@media screen and (max-width: 767px) {
  .sp-mode {
    display: block !important;
  }

  .pc-mode {
    display: none !important;
  }

  .sp-link {
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  .img-desc {
    text-align: right;
    margin-top: -10px;
    transform: translateX(10px);
    margin-bottom: 2rem !important;
  }

  .hp-mt3 {
    margin-top: 3rem;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin: 0 !important;
  }
}

/* Modal style */
.bootstrap-container .dl-list-indent-use-case dt {
  background-color: #66c1b2;
}

.bootstrap-container .dl-list-indent-use-case dd {
  color: #66c1b2;
}

.bootstrap-container .modal-dialog {
  border: 3px solid #66c1b2;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .navbar-default .container-fluid {
    width: 100vw !important;
  }
}

.bootstrap-container .title-while-lg {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .bootstrap-container .title-while-lg {
    margin-bottom: 40px;
  }
}

.bootstrap-container .modal-dialog .center-block {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #circle-1 .modal-dialog .center-block {
    content: url(../../img_240315/real-time-sp.jpg);
    width: 100%;
  }
  #circle-2 .modal-dialog .center-block {
    content: url(../../img_240315/gyomu-kaizen-sp.jpg);
    width: 60%;
  }
  #circle-3 .modal-dialog .center-block {
    content: url(../../img_240315/banking-sp.jpg);
    width: 100%;
  }
}
