@charset "UTF-8";
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: initial !important;
  border-bottom: solid 2px #F2F2F2;
  -webkit-animation: slideDown 0.3s ease;
  animation: slideDown 0.3s ease;
}

main {
  padding-top: 9.0625vw;
}

body {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
/*==========================================================================
section#navi_area
========================================================================== */
section#navi_area {
  position: fixed;
  top: 5.4166666667vw;
  width: 100%;
  width: 100%;
  z-index: 998;
  box-shadow: 0px 2px 4px 0 #F2F2F2;
  -webkit-animation: slideDown 0.3s ease;
  animation: slideDown 0.3s ease;
}

section#navi_area .list-box {
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 0 3.6458333333vw;
  height: 3.6458333333vw;
  box-sizing: border-box;
}

section#navi_area .list-box li {
  border-right: solid 0.1041666667vw #2B2E33;
}

section#navi_area .list-box li a {
  color: #2B2E33;
  display: flex;
  padding: 0 3.6458333333vw;
}

section#navi_area .list-box li:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  section#navi_area {
    top: 60px;
    width: 100%;
    box-shadow: 0px 2px 4px 0 #F2F2F2;
    -webkit-animation: slideDown 0.3s ease;
    animation: slideDown 0.3s ease;
  }
  section#navi_area .list-box {
    display: flex;
    padding: 10px;
    height: initial;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  section#navi_area .list-box li {
    width: 49%;
    border-width: 1px;
  }
  section#navi_area .list-box li:nth-child(2n) {
    border: none;
  }
  section#navi_area .list-box li a {
    font-size: 11px;
    padding: 0 8px;
  }
}
/*====================================================
section#about_area
====================================================*/
section#about_area .inner {
  padding-top: 5vw;
}
section#about_area .ttl-box {
  margin-bottom: 5.2083333333vw;
}
section#about_area .ttl-box .txt-h2 {
  padding-left: 2vw;
  letter-spacing: 0.2vw;
  border-bottom: solid 0.15625vw;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 11.3vw;
  padding-right: 1em;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
  box-sizing: border-box;
  color: #2B2E33;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}
section#about_area .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_about_icon.webp) center no-repeat;
  background-size: 100%;
  width: 9.3vw;
  height: 11vw;
  position: absolute;
  bottom: -0.45vw;
  left: 0;
}
section#about_area .ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
}
section#about_area .ttl-box .txt-p {
  letter-spacing: 0.5vw;
  margin: 0;
}
section#about_area .top-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5.2083333333vw;
}
section#about_area .top-box .box-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
section#about_area .top-box .box-list .list-img {
  width: 100%;
  height: 13vw;
}
section#about_area .top-box .box-list .txt-h4 {
  text-align: center;
  margin-top: 1.5vw;
}
section#about_area .top-box .box-list li {
  width: 28%;
  position: relative;
}
section#about_area .top-box .box-list li:before {
  content: "";
  width: 3vw;
  height: 3vw;
  background: url(../img/about_list_arrow.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: -4.9vw;
  transform: translateY(-50%);
}
section#about_area .top-box .box-list li:last-child::before {
  content: none;
}
section#about_area .top-box .box-list li:nth-child(3) .txt-h4 {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #ED9022;
  text-decoration-color: #ED9022;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
section#about_area .mid-box {
  width: 90%;
  margin: 0 auto;
}
section#about_area .mid-box .txt-h3 {
  letter-spacing: 4px;
  display: flex;
  align-items: center;
}
section#about_area .mid-box .txt-h3:before {
  content: "";
  background: url(../img/about_video_icon.svg) center no-repeat;
  background-size: 100%;
  width: 3.5vw;
  height: 3.5vw;
  min-width: 30px;
  min-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.3vw;
}
section#about_area .mid-box .txt-t {
  margin-top: 1.5625vw;
  letter-spacing: 0.5vw;
}
section#about_area .mid-box .in-box {
  margin-top: 3.6458333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#about_area .mid-box .in-box .box-img {
  width: 52%;
  height: 21.7vw;
}
section#about_area .mid-box .in-box .box-txt {
  width: 44%;
}
section#about_area .mid-box .in-box .box-txt .txt-h4 {
  border-bottom: solid 0.15625vw;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  letter-spacing: 0.2vw;
}
section#about_area .mid-box .in-box .box-txt .txt-h4 span {
  color: red;
}
section#about_area .mid-box .in-box .box-txt .txt-p {
  letter-spacing: normal;
  line-height: 2em;
  letter-spacing: 0.1vw;
  margin: 0;
}
section#about_area .mid-box .txt-color {
  line-height: 1;
  text-align: center;
  margin-top: 5.2083333333vw;
}
section#about_area .mid-box .txt-color:before {
  content: "";
  background: url(../img/about_icon_up.svg) center no-repeat;
  background-size: 100%;
  width: 2.6vw;
  height: 3.5vw;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.5em;
}
section#about_area .mid-box .txt-color .color {
  color: red;
}
section#about_area .mid-box .txt-color .under {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #ED9022;
  text-decoration-color: #ED9022;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
section#about_area .mid-box .graph-img {
  width: 100%;
  height: auto;
  margin: 5.2083333333vw 0 3.6458333333vw;
}
section#about_area .mid-box .txt-end {
  line-height: 2.6em;
  letter-spacing: 0.2vw;
  text-align: center;
}
section#about_area .mid-box .txt-end span {
  color: red;
}
section#about_area .bot-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 5.2083333333vw;
}
section#about_area .bot-box .txt-h3 {
  letter-spacing: 0.1vw;
  text-align: center;
}
section#about_area .bot-box .txt-h3:before {
  content: "";
  background: url(../img/about_icon_entori.svg) center no-repeat;
  background-size: 100%;
  width: 4.6vw;
  height: 3vw;
  display: inline-block;
  vertical-align: top;
  margin-right: 1vw;
}
section#about_area .bot-box .box-list {
  margin-top: 3.6458333333vw;
  justify-content: space-between;
}
section#about_area .bot-box .box-list .list-img {
  width: 100%;
  height: 11.93vw;
  margin-bottom: 1.3vw;
}
section#about_area .bot-box .box-list .txt-h4 {
  border-bottom: solid 1px;
  padding-bottom: 6px;
  margin-bottom: 1vw;
}
section#about_area .bot-box .box-list li {
  width: 32%;
  box-sizing: border-box;
  border: solid 1px #E0E0E0;
  padding: 2.5vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

/*====================================================
section#features_area
====================================================*/
section#features_area {
  padding-top: 5vw;
  margin-top: -5vw;
}
section#features_area .inner {
  padding-top: 7.8125vw;
}
section#features_area .box {
  background: url(../img/features_box_bg.webp) top no-repeat;
  background-size: 100%;
  padding-bottom: 13vw;
}
section#features_area .top-box .box-img {
  width: 15.74vw;
  height: 21.7vw;
  margin: 0 auto 3.6458333333vw;
}
section#features_area .top-box .txt-h3 {
  text-align: center;
  letter-spacing: 0.1vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1.5em;
  padding-bottom: 1.5625vw;
  margin-bottom: 5.2083333333vw;
  border-bottom: solid 2px;
}
section#features_area .top-box .box-list {
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
section#features_area .top-box .box-list .icon {
  width: auto;
  height: 10.9375vw;
  text-align: center;
  overflow-x: clip;
}
section#features_area .top-box .box-list .icon img {
  width: auto;
}
section#features_area .top-box .box-list .txt-h4 {
  text-align: center;
  margin-top: 1.5625vw;
}
section#features_area .top-box .box-list li {
  background: #ffffff;
  width: 31%;
  border-radius: 1em;
  box-sizing: border-box;
  padding: 2.6041666667vw 1.5625vw;
}
section#features_area .bot-box {
  margin-top: 5.2083333333vw;
}
section#features_area .bot-box .a-box {
  width: 90%;
  margin: 0 auto;
}
section#features_area .bot-box .a-box .txt-h3 {
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
  border-bottom: solid 1px;
  letter-spacing: 0.3vw;
  position: relative;
  padding-left: 4.5vw;
}
section#features_area .bot-box .a-box .txt-h3 span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1vw;
}
section#features_area .bot-box .a-box .txt-h3:before {
  content: "";
  background: url(../img/abox_h3_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
section#features_area .bot-box .a-box .txt-p span {
  color: red;
}
section#features_area .bot-box .a-box .box-list {
  justify-content: space-between;
  margin-top: 4vw;
}
section#features_area .bot-box .a-box .box-list .icon {
  width: auto;
  height: 13.2vw;
}
section#features_area .bot-box .a-box .box-list .icon img {
  width: auto;
}
section#features_area .bot-box .a-box .box-list .txt-h4 {
  font-size: clamp(12px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 1.8vw;
}
section#features_area .bot-box .a-box .box-list li {
  width: 25%;
  text-align: center;
  position: relative;
}
section#features_area .bot-box .a-box .box-list li:after {
  content: "";
  background: url(../img/a-box_arrow.svg) center no-repeat;
  background-size: 100%;
  width: 3.3vw;
  height: 3.3vw;
  position: absolute;
  top: 50%;
  right: -6vw;
  transform: translateY(-50%);
}

section#features .bot-box .a-box .box-list li:last-child:after {
  content: none;
}

section#features .bot-box .a-box .b2-box-img {
  width: 85.5%;
  height: auto;
  margin: 4vw auto 0;
}

section#features .bot-box .a-box .b3-box-img {
  width: 93%;
  margin: 4vw 0 0;
}

section#features .bot-box .a-box.b2 .txt-h3:before {
  content: "";
  background: url(../img/abox_h3_icon02.svg) center no-repeat;
  background-size: 100%;
}

section#features .bot-box .a-box.b3 .txt-h3:before {
  content: "";
  background: url(../img/abox_h3_icon03.svg) center no-repeat;
  background-size: 100%;
}

section#features .bot-box .a-box.b3 .ft-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 4vw;
}

section#features .bot-box .a-box.b3 .ft-box .txt-h3 {
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
  padding-left: calc(6vw + 0.5em);
}

section#features .bot-box .a-box.b3 .ft-box .txt-h3::before {
  content: "";
  background: url(../img/flow_icon_pc.svg) center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 4.6vw;
  height: 4vw;
  min-width: 30px;
  min-height: 25px;
  margin-right: 0.8em;
}

section#features .bot-box .a-box.b3 .ft-box .txt-p {
  font-size: clamp(14px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

section#features .bot-box .a-box.b3 .ft-box .box-img {
  width: auto;
  height: 28.6vw;
  margin-top: 3vw;
}

section#features .bot-box .a-box.b3 .ft-box .box-img picture {
  width: auto;
}

section#features .bot-box .a-box.b3 .ft-box .box-img picture img {
  width: auto;
}

section#features .bot-box .a-box:nth-child(n+2) {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#features .top-box {
    width: 85%;
  }
  section#features .bot-box {
    width: 85%;
  }
  section#features .bot-box .a-box.b3 .ft-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  section#features {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#features .inner {
    padding-top: 60px;
  }
  section#features .ttl-box {
    margin-bottom: 40px;
  }
  section#features .ttl-box .txt-h2 {
    padding: 0;
    padding-left: 75px;
    padding-bottom: 10px;
    border-width: 2px;
    width: 100%;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#features .ttl-box:after {
    content: none;
  }
  section#features .box {
    background-size: cover;
    padding-bottom: 60px;
  }
  section#features .top-box {
    width: 90%;
  }
  section#features .top-box .box-img {
    margin-bottom: 20px;
  }
  section#features .top-box .txt-h3 {
    padding: 0 0.5em;
    margin-bottom: 30px;
    padding-bottom: 0.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .top-box .box-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section#features .top-box .box-list li {
    width: 31%;
    padding: 15px;
  }
  section#features .top-box .box-list li .icon {
    height: 55px;
  }
  section#features .top-box .box-list li .txt-h4 {
    margin-top: 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .bot-box {
    width: 85%;
    margin-top: 50px;
  }
  section#features .bot-box .a-box .txt-h3 {
    padding-left: 40px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
  }
  section#features .bot-box .a-box .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#features .bot-box .a-box .box-list {
    margin-top: 30px;
    display: flex;
  }
  section#features .bot-box .a-box .box-list li {
    width: 31%;
  }
  section#features .bot-box .a-box .box-list li .txt-h4 {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .bot-box .a-box .box-list li::after {
    right: -17%;
  }
  section#features .bot-box .a-box .b2-box-img {
    width: 100%;
    margin: 30px auto 0;
  }
  section#features .bot-box .a-box .b3-box-img {
    width: 95%;
    margin: 30px auto 0;
  }
  section#features .bot-box .a-box.b3 .ft-box {
    width: 85%;
    margin-top: 50px;
  }
  section#features .bot-box .a-box.b3 .ft-box .txt-h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .bot-box .a-box.b3 .ft-box .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#features .bot-box .a-box.b3 .ft-box .box-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  section#features .bot-box .a-box:nth-child(n+2) {
    margin-top: 50px;
  }
}
/*====================================================
section#case
====================================================*/
section#case {
  padding-top: 14vw;
  margin-top: -14vw;
}

section#case .inner {
  padding-top: 5vw;
  padding-bottom: 10vw;
}

section#case .ttl-box {
  position: relative;
  margin-bottom: 4.2vw;
}

section#case .ttl-box .txt-h2 {
  padding-left: 2vw;
  font-size: clamp(22px, 2.5vw, 48px);
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 16.3vw;
  padding-right: 6em;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  color: #3E3A39;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#case .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_case_icon.webp) center no-repeat;
  background-size: 100%;
  width: 20.85vw;
  height: 20.1vw;
  position: absolute;
  bottom: 0;
  left: -3vw;
}

section#case .ttl-box .txt-h2 span {
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section#case .ttl-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  margin: 1vw 0 0;
}

section#case .top-box {
  width: 76.5%;
  margin: 0 auto;
}

section#case .top-box .box-img {
  width: 47%;
  height: 20.55vw;
}

section#case .top-box .box-img img {
  border-radius: 0.8em;
}

section#case .top-box .box-txt {
  width: 40%;
  margin-left: 5%;
}

section#case .top-box .box-txt .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

section#case .top-box .box-txt .txt-p span {
  font-weight: 700;
}

section#case .top-box .box-txt .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #00A29A;
  border-radius: 50px;
  width: 10.5vw;
  height: 3vw;
  min-width: 130px;
  min-height: 35px;
  margin: 0 auto;
  margin-top: 2vw;
  box-sizing: border-box;
  border: solid 2px #00A29A;
  transition: 0.5s;
}

section#case .top-box .box-txt .link svg {
  margin-left: 1vw;
  width: 0.8vw;
  height: 1.05vw;
  min-width: 7px;
  min-height: 10px;
}

section#case .top-box .box-txt .link:hover {
  background: #ffffff;
  color: #00A29A;
}

section#case .top-box .box-txt .link:hover svg path {
  fill: #00A29A;
}

section#case .bot-box {
  width: 76.5%;
  margin: 5vw auto 0;
}

section#case .bot-box .txt-h3 {
  font-size: clamp(20px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3vw;
}

section#case .bot-box .txt-h3:before {
  content: "";
  background: url(../img/case_h3_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 5.4vw;
  height: 4.7vw;
  min-width: 30px;
  min-height: 23px;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

section#case .bot-box .score-box .box-img {
  width: 46%;
  height: 20.65vw;
  border: solid 1px #cdcdcd;
  box-sizing: border-box;
}

section#case .bot-box .score-box .box-txt {
  width: 46.5%;
  margin-left: 3%;
}

section#case .bot-box .score-box .box-txt .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #000000;
  letter-spacing: 2px;
}

section#case .bot-box .score-box .box-txt .txt-p span {
  font-weight: 700;
}

section#case .bot-box .score-box .box-txt .txt-p.bn {
  border: none;
}

section#case .bot-box .score-box .box-txt .txt-end {
  font-size: clamp(12px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: end;
  letter-spacing: 2px;
  color: #000000;
}

section#case .banner-box {
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  margin-top: 8vw;
}

section#case .banner-box a {
  width: 49%;
  height: 13.5vw;
  box-sizing: border-box;
  transition: 0.5s;
  display: flex;
}

section#case .banner-box a img {
  border-radius: 1em;
  box-sizing: border-box;
  border: solid 2px #356CB4;
}

section#case .banner-box a.bn {
  border: none;
}

section#case .banner-box a.bn img {
  border: none;
}

section#case .banner-box a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#case .top-box {
    width: 85%;
  }
  section#case .top-box .box-img {
    width: 47%;
    height: 22.55vw;
  }
  section#case .top-box .box-txt {
    width: 45%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  section#case {
    position: relative;
    z-index: 2;
    background: white;
    padding-top: 150px;
    margin-top: -150px;
  }
  section#case::before {
    content: "";
    background: rgba(221, 241, 246, 0.09);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#case .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  section#case .ttl-box {
    margin-bottom: 30px;
  }
  section#case .ttl-box .txt-h2 {
    padding: 0;
    padding-left: 70px;
    padding-bottom: 10px;
    width: 100%;
    border-width: 2px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#case .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#case .top-box {
    width: 85%;
    margin: 0 auto;
  }
  section#case .top-box .box-img {
    width: 100%;
    height: 48vw;
  }
  section#case .top-box .box-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  section#case .top-box .box-txt .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#case .top-box .box-txt .txt-p span {
    font-weight: 700;
  }
  section#case .top-box .box-txt .link {
    margin-top: 30px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  section#case .top-box .box-txt .link svg {
    margin-left: 10px;
  }
  section#case .bot-box {
    width: 90%;
    margin: 50px auto 0;
  }
  section#case .bot-box .txt-h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#case .bot-box .score-box {
    width: 95%;
    margin: 0 auto;
  }
  section#case .bot-box .score-box .box-img {
    width: 100%;
    height: 50vw;
  }
  section#case .bot-box .score-box .box-txt {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  section#case .bot-box .score-box .box-txt .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#case .bot-box .score-box .box-txt .txt-p span {
    font-weight: 700;
  }
  section#case .bot-box .score-box .box-txt .txt-end {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#case .banner-box {
    width: 85%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  section#case .banner-box a {
    width: 100%;
    height: 27.5vw;
  }
  section#case .banner-box a img {
    border-radius: 6px;
  }
}
/*# sourceMappingURL=video-features.css.map */