@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500&display=swap");
* {
  box-sizing: borer-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

header > .header-container, .container.hint > .hint-message, .container.search > .search-box, .container.result > .card-container {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  header > .header-container, .container.hint > .hint-message, .container.search > .search-box, .container.result > .card-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1366px) {
  header > .header-container, .container.hint > .hint-message, .container.search > .search-box, .container.result > .card-container {
    max-width: 960px;
  }
}

.container.result > .card-container > .result-card > .result-card-info > .book-link, .modal-bg > .modal-container > .modal-content > .modal-info > .book-link {
  position: relative;
  background-color: #ff6300;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: white;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .book-link, .modal-bg > .modal-container > .modal-content > .modal-info > .book-link {
    display: inline-block;
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .book-want-read.book-link, .modal-bg > .modal-container > .modal-content > .modal-info > .book-want-read.book-link {
    margin-right: 10px;
  }
}
.container.result > .card-container > .result-card > .result-card-info > .book-want-read.book-link::before, .modal-bg > .modal-container > .modal-content > .modal-info > .book-want-read.book-link::before {
  background-image: url("../img/icon_check_white.svg");
}
.container.result > .card-container > .result-card > .result-card-info > .book-related.book-link::before, .modal-bg > .modal-container > .modal-content > .modal-info > .book-related.book-link::before {
  background-image: url("../img/icon_reload_white.svg");
}
.container.result > .card-container > .result-card > .result-card-info > .book-link::before, .modal-bg > .modal-container > .modal-content > .modal-info > .book-link::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0%;
  transform: translate(calc(0% + 10px), calc(-50% - 0px));
}

.container.result > .card-container > .result-card > .result-card-info > .card-title > .xs, .container.result > .card-container > .result-card > .result-card-info > .card-author > .xs, .container.result > .card-container > .result-card > .result-card-info > .card-publisher > .xs {
  display: block;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .card-title > .xs, .container.result > .card-container > .result-card > .result-card-info > .card-author > .xs, .container.result > .card-container > .result-card > .result-card-info > .card-publisher > .xs {
    display: none;
  }
}
.container.result > .card-container > .result-card > .result-card-info > .card-title > .xl, .container.result > .card-container > .result-card > .result-card-info > .card-author > .xl, .container.result > .card-container > .result-card > .result-card-info > .card-publisher > .xl {
  display: none;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .card-title > .xl, .container.result > .card-container > .result-card > .result-card-info > .card-author > .xl, .container.result > .card-container > .result-card > .result-card-info > .card-publisher > .xl {
    display: block;
  }
}

.modal-bg > .modal-container > .modal-content > .modal-info > .book-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content > .modal-info > .book-title {
    font-size: 18px;
  }
}

.modal-bg > .modal-container > .modal-content > .modal-info > .book-author, .modal-bg > .modal-container > .modal-content > .modal-info > .book-publisher {
  font-size: 14px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content > .modal-info > .book-author, .modal-bg > .modal-container > .modal-content > .modal-info > .book-publisher {
    font-size: 16px;
  }
}

.modal-bg > .modal-container > .modal-content > .modal-info > .book-publish-date, .modal-bg > .modal-container > .modal-content > .modal-info > .book-volumes, .modal-bg > .modal-container > .modal-content > .modal-info > .book-size, .modal-bg > .modal-container > .modal-content > .modal-info > .book-category, .modal-bg > .modal-container > .modal-content > .modal-info > .book-content, .modal-bg > .modal-container > .modal-content > .modal-info > .book-index {
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
  line-height: 1.25rem;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content > .modal-info > .book-publish-date, .modal-bg > .modal-container > .modal-content > .modal-info > .book-volumes, .modal-bg > .modal-container > .modal-content > .modal-info > .book-size, .modal-bg > .modal-container > .modal-content > .modal-info > .book-category, .modal-bg > .modal-container > .modal-content > .modal-info > .book-content, .modal-bg > .modal-container > .modal-content > .modal-info > .book-index {
    font-size: 14px;
    line-height: 1.5rem;
  }
}

body {
  position: relative;
  background-color: #f1f1f2;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f2;
  background: linear-gradient(#f1f1f2, #d4dde1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(calc(0% - 0px), calc(0% - 0px));
  z-index: 10;
  transition-property: transform, opacity;
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.loading.open {
  position: absolute;
  transform: translate(calc(0% - 0px), calc(-100% - 0px));
  width: 100%;
}
.loading > .logo-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0px), calc(-50% - 75px));
  width: 135px;
  height: 165px;
}
.loading > .logo-block > .logo-copy {
  text-align: center;
  font-size: 21px;
}
.loading > .logo-block > .spinner-box {
  width: 50px;
  height: 50px;
  margin: 30px auto 0;
  display: block;
}
.loading > .logo-block > .spinner-box > .circle-border {
  width: 50px;
  height: 50px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(35, 27, 18);
  background: linear-gradient(0deg, rgba(35, 27, 18, 0.1) 33%, rgb(35, 27, 18) 100%);
  animation: spin 0.8s linear 0s infinite;
}
.loading > .logo-block > .spinner-box > .circle-border > .circle-core {
  width: 100%;
  height: 100%;
  background-color: #d4dde1;
  border-radius: 50%;
}
.loading > .logo-block > .message-box {
  width: 290px;
  position: absolute;
  left: 50%;
  transform: translate(calc(-50% - 0px), 30px);
}
@media screen and (min-width: 768px) {
  .loading > .logo-block > .message-box {
    width: 450px;
  }
}
.loading > .logo-block > .message-box > .loading-message {
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  font-display: swap;
  font-weight: 500;
  text-align: center;
  color: #231b12;
  line-height: 1.5rem;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

header {
  border-top: solid 3px #231b12;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #f1f1f2;
  box-shadow: 0px 0px 10px rgba(35, 27, 18, 0.5);
}
header > .header-container {
  height: 75px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header > .header-container > a {
  display: grid;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
header > .header-container > a > img {
  width: 22px;
}
header > .header-container > .logo-title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 15px;
  font-display: swap;
  font-weight: 500;
  text-align: center;
  color: #231b12;
  margin-bottom: 9px;
}
header > .header-container > .icon_question {
  border: none;
  padding: inherit;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
}

.global-container {
  width: 100%;
  height: calc(100vh - 78px);
  background: linear-gradient(#f1f1f2, #cfcbc2);
  background-repeat: no-repeat;
  position: relative;
}
.global-container > .to-top {
  position: fixed;
  bottom: 25px;
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #ff6300;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border: solid 2px #ff6300;
  background-image: url("../img/icon_arrow-up_white.svg");
  background-repeat: no-repeat;
  background-position: center calc(50% - 2px);
  background-size: 25px 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .global-container > .to-top {
    left: inherit;
    right: 25px;
  }
}
.global-container > .to-top:hover {
  background-color: white;
  background-image: url("../img/icon_arrow-up_orange.svg");
}
.global-container > .to-top > .to-top-image {
  width: 25px;
  height: 25px;
  align-self: center;
  margin-top: -5px;
}

.container {
  width: 100%;
}
.container.hint {
  background-color: #e5dccd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.container.hint > .hint-message {
  background-color: white;
  border-radius: 15px;
  position: relative;
}
.container.hint > .hint-message::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 0%;
  left: 50%;
  background-color: white;
  transform: translate(calc(-50% - 0px), calc(0% + 4px)) rotate(45deg);
}
.container.hint > .hint-message > p {
  font-family: "M PLUS 1", sans-serif;
  font-size: 12px;
  font-display: swap;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #231b12;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.container.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 30px;
}
.container.search > .search-box {
  min-height: 45px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.container.search > .search-box > form {
  width: 100%;
  position: relative;
}
.container.search > .search-box > form.caution::after {
  position: absolute;
  content: "キーワードは200文字以内で入力してください";
  bottom: 0;
  left: 0%;
  transform: translate(calc(0% + 15px), calc(0% + 20px));
  color: red;
  font-family: "M PLUS 1", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.container.search > .search-box > form.caution-keyword::after {
  position: absolute;
  content: "キーワードを入力してください";
  bottom: 0;
  left: 0%;
  transform: translate(calc(0% + 15px), calc(0% + 20px));
  color: red;
  font-family: "M PLUS 1", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.container.search > .search-box > form.caution-keyword > button#search-button {
  pointer-events: none;
}
.container.search > .search-box > form > input {
  width: calc(100% - 52px - 15px);
  height: 100%;
  padding: 0;
  padding-left: 15px;
  border: none;
  border-radius: 8px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  font-display: swap;
  font-weight: 500;
}
.container.search > .search-box > form > input:focus-visible {
  borer-color: #ff6300;
}
.container.search > .search-box > form > button {
  border: none;
  background-color: white;
  padding: 1px 10px 1px 10px;
  border-radius: 8px;
  cursor: pointer;
  vertical-align: middle;
  pointer-events: auto;
}
.container.slider {
  width: 100%;
  max-width: 320px;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #ff6300;
}
@media screen and (min-width: 768px) {
  .container.slider {
    max-width: 720px;
  }
}
@media screen and (min-width: 1366px) {
  .container.slider {
    max-width: 960px;
  }
}
.container.slider > .slide {
  width: 100%;
  max-width: 320px;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .container.slider > .slide {
    max-width: 720px;
  }
}
@media screen and (min-width: 1366px) {
  .container.slider > .slide {
    max-width: 960px;
  }
}
.container.slider > .slide > picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.slider > .slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.slider > .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
}
.container.slider > .btn:active {
  transform: scale(1.1);
}
.container.slider > .btn.btn-prev {
  top: calc(50% - 0px);
  left: calc(0% - 0px);
  transform: translate(calc(0% + 15px), calc(-50% - 0px));
  background-image: url("../img/icon_slide-prev_orange.svg");
}
.container.slider > .btn.btn-next {
  top: calc(50% - 0px);
  right: calc(0% - 0px);
  transform: translate(calc(0% - 15px), calc(-50% - 0px));
  background-image: url("../img/icon_slide-next_orange.svg");
}
.container.result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(#f1f1f2, #cfcbc2);
  min-height: calc(100% - 78px - 45px - 90px - 55px);
}
@media screen and (min-width: 1366px) {
  .container.result {
    padding-bottom: 100px;
  }
}
.container.result > .card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .container.result > .card-container {
    column-gap: 30px;
    row-gap: 30px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container {
    column-gap: 60px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .container.result > .card-container {
    max-width: 1480px;
    column-gap: 90px;
    row-gap: 90px;
  }
}
.container.result > .card-container > .book-info-none {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
  margin-left: auto;
  margin-right: auto;
}
.container.result > .card-container > .result-card {
  box-sizing: border-box;
  width: 100%;
  height: 205px;
  background-color: white;
  border-radius: 12px;
  border: solid 1px #ff6300;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  transition-property: box-shadow, border;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .container.result > .card-container > .result-card {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card {
    width: calc(50% - 30px);
    height: 235px;
  }
}
@media screen and (min-width: 1920px) {
  .container.result > .card-container > .result-card {
    width: calc(33% - 56px);
  }
}
.container.result > .card-container > .result-card:hover {
  border: solid 3px #ff6300;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.container.result > .card-container > .result-card > .result-card-thumb {
  width: calc(100% - 135px);
  max-width: 164px;
  height: 100%;
}
.container.result > .card-container > .result-card > .result-card-thumb > img {
  width: 100%;
  height: calc(100% - 1rem);
  display: inherit;
  margin-left: auto;
  margin-right: auto;
  object-fit: scale-down;
}
.container.result > .card-container > .result-card > .result-card-thumb > img.blank {
  width: 100%;
  height: auto;
}
.container.result > .card-container > .result-card > .result-card-thumb > .gb-credit {
  font-size: 10px;
  color: black;
  text-align: center;
  text-decoration: none;
  display: block;
  z-index: 2;
}
.container.result > .card-container > .result-card > .result-card-info {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .container.result > .card-container > .result-card > .result-card-info {
    width: calc(100% - 187px);
  }
}
.container.result > .card-container > .result-card > .result-card-info > .card-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
  margin-bottom: 5px;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .card-title {
    margin-bottom: 10px;
  }
}
.container.result > .card-container > .result-card > .result-card-info > .card-author {
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
  margin-bottom: 5px;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .card-author {
    margin-bottom: 10px;
  }
}
.container.result > .card-container > .result-card > .result-card-info > .card-publisher {
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-display: swap;
  color: #231b12;
  margin-bottom: 5px;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .card-publisher {
    margin-bottom: 10px;
  }
}
.container.result > .card-container > .result-card > .result-card-info > .book-link.book-want-read {
  margin-bottom: 5px;
}
@media screen and (min-width: 1366px) {
  .container.result > .card-container > .result-card > .result-card-info > .book-link.book-want-read {
    margin-bottom: 10px;
  }
}
.container.result > .card-container > .result-card > .result-card-info > .book-link.book-related {
  margin-bottom: 0;
}

.modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
}
.modal-bg > .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0px), calc(-50% - 0px));
  width: 320px;
  height: 100%;
  max-height: 75%;
  background-color: white;
  border-radius: 12px;
  border: solid 3px #ff6300;
  overflow-y: scroll;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container {
    width: 960px;
    height: 65%;
  }
}
.modal-bg > .modal-container.usecase {
  border: solid 3px #009cff;
  height: 350px;
  overflow-y: inherit;
}
@media screen and (min-width: 768px) {
  .modal-bg > .modal-container.usecase {
    width: 720px;
  }
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container.usecase {
    width: 960px;
  }
}
.modal-bg > .modal-container > .modal-content {
  padding: 30px;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.modal-bg > .modal-container > .modal-content > .modal-info.left {
  width: 100%;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content > .modal-info.left {
    width: 230px;
  }
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content > .modal-info.left > .book-link {
    width: 100%;
    max-width: 200px;
  }
}
.modal-bg > .modal-container > .modal-content > .modal-info.right {
  width: 100%;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .modal-content > .modal-info.right {
    width: calc(100% - 230px - 35px);
  }
}
.modal-bg > .modal-container > .modal-content > .modal-info > .book-image-container {
  margin-bottom: 10px;
}
.modal-bg > .modal-container > .modal-content > .modal-info > .book-image-container > .gbs_thumb_img {
  width: 100%;
  height: auto;
  max-height: 260px;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  object-fit: scale-down;
}
.modal-bg > .modal-container > .modal-content > .modal-info > .book-image-container > .gbs_thumb_img.blank {
  width: 100%;
  height: auto;
}
.modal-bg > .modal-container > .modal-content > .modal-info > .book-image-container > .gb-credit {
  text-align: center;
  display: inherit;
  color: black;
  font-size: 10px;
  text-decoration: none;
}
.modal-bg > .modal-container > .modal-content > .modal-info > .book-link {
  text-align: center;
}
.modal-bg > .modal-container > .usecase-modal {
  display: none;
  position: relative;
}
.modal-bg > .modal-container > .usecase-modal > .scroll-down {
  position: absolute;
  bottom: 30px;
  right: 25px;
  width: 10px;
  height: 50px;
  border: solid 1px black;
  z-index: 50;
  border-radius: 5px;
}
.modal-bg > .modal-container > .usecase-modal > .scroll-down::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 3px;
  background: black;
  animation: pathmove 1.4s ease-in-out infinite;
  border-radius: 2px;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    top: 5px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    top: calc(100% - 10px);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
.modal-bg > .modal-container > .usecase-modal > .container.slider {
  border: none;
  border-radius: none;
  height: 630px;
}
@media screen and (min-width: 768px) {
  .modal-bg > .modal-container > .usecase-modal > .container.slider {
    height: 630px;
  }
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .usecase-modal > .container.slider {
    height: 603px;
  }
}
.modal-bg > .modal-container > .usecase-modal > .container.slider > .slide {
  height: 603px;
}
@media screen and (min-width: 768px) {
  .modal-bg > .modal-container > .usecase-modal > .container.slider > .slide {
    height: 630px;
  }
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-container > .usecase-modal > .container.slider > .slide {
    height: 630px;
  }
}
.modal-bg > .modal-container > .usecase-modal > .container.slider.usecase-modal-slider {
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  column-gap: 60px;
}
.modal-bg > .modal-container > .usecase-modal > .container.slider.usecase-modal-slider > .slide {
  position: relative;
  margin-bottom: 60px;
}
.modal-bg > .modal-container > .usecase-modal > .container.slider.usecase-modal-slider > .slide::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 8px);
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_carret-down_blue.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.modal-bg > .modal-container > .usecase-modal > .container.slider.usecase-modal-slider > .slide:last-of-type {
  margin-bottom: 0;
}
.modal-bg > .modal-container > .usecase-modal > .container.slider.usecase-modal-slider > .slide:last-of-type::after {
  content: none;
}
.modal-bg > .modal-container > .usecase-modal > .container.slider.usecase-modal-slider > .slide .usecase-slide {
  display: block;
}
.modal-bg > .modal-close-container {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(calc(-50% + 135px), calc(0% - 0px));
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-close-container {
    top: 18%;
    transform: translate(calc(-50% + 457px), calc(0% - 0px));
  }
}
.modal-bg > .modal-close-container.usecase {
  top: 50%;
  transform: translate(calc(-50% + 137px), calc(-50% - 153px));
}
@media screen and (min-width: 768px) {
  .modal-bg > .modal-close-container.usecase {
    transform: translate(calc(-50% + 337px), calc(-50% - 153px));
  }
}
@media screen and (min-width: 1366px) {
  .modal-bg > .modal-close-container.usecase {
    transform: translate(calc(-50% + 457px), calc(-50% - 153px));
  }
}
.modal-bg > .modal-close-container > .modal-close {
  display: flex;
  width: 45px;
  height: 45px;
  color: white;
  background-color: #ff6300;
  align-items: center;
  align-self: center;
  justify-content: center;
  font-size: 48px;
  position: absolute;
  top: -24px;
  right: -24px;
  border-radius: 24px;
  background-image: url("../img/icon_close.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center center;
}
.modal-bg > .modal-close-container > .modal-close.usecase {
  background-color: #009cff;
}

/*# sourceMappingURL=style.css.map */
