.gbss {
  /*=== kv ===*/
  /*=== hero ===*/
  /*=== main ===*/
}

.bg-blue {
  background-color: #ebf4f7;
}

.bg-outline--bk {
  border: #3e3a39 1px solid;
}
.bg-outline--bl {
  border: #0096df 1px solid;
}

p {
  text-align: justify;
  text-justify: auto;
}

.case_main {
  width: 1214px;
  margin: 0 auto;
  padding: 50px 0 95px 0;
}
.case_main .m-0-auto {
  margin: 0 auto;
}
.case_main .mb_15 {
  margin-bottom: 15px !important;
}
.case_main .mb_20 {
  margin-bottom: 20px !important;
}
.case_main .mb_30 {
  margin-bottom: 30px !important;
}
.case_main .mb_50 {
  margin-bottom: 50px !important;
}
.case_main .mb_60 {
  margin-bottom: 60px !important;
}
.case_main .mb_65 {
  margin-bottom: 65px !important;
}
.case_main .mb_80 {
  margin-bottom: 80px !important;
}
.case_main .inner-box {
  padding: 50px;
}
.case_main .align_c--c {
  align-content: center;
}
.case_main .top-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.case_main .top-row .contents-col__txt {
  flex: 1;
}
.case_main .top-row .contents-col__txt .welcas {
  height: 200px;
  display: block;
  margin: 0 auto 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .case_main .top-row .contents-col__txt .welcas {
    width: 200px;
    height: 100px;
    margin: 0 auto 35px;
  }
}
.case_main .top-row .contents-col__txt .cese_ttl__sub {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #0096df;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  display: inline-block;
  width: calc(58% - 20px);
}
@media screen and (max-width: 959px) {
  .case_main .top-row .contents-col__txt .cese_ttl__sub {
    width: 100%;
  }
}
.case_main .top-row .contents-col__img {
  width: 38%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 0 45px;
}
@media screen and (max-width: 959px) {
  .case_main .top-row .contents-col__img {
    float: unset;
  }
}
.case_main .top-row .contents-col__smallimg {
  width: 27.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_main .contents-row {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
}
.case_main .contents-row .contents-col__txt {
  flex: 1;
}
.case_main .contents-row .contents-col__img {
  width: 48%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_main .contents-row .contents-col__midimg {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_main .contents-row .contents-col__smallimg {
  width: 27.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_main .contents-row .contents-col__smallimg img {
  /*max-height: 350px;*/
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.case_main .gallery-grid--2fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .case_main .gallery-grid--2fr {
    display: flex;
    flex-direction: column;
  }
}
.case_main .gallery-grid--3fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .case_main .gallery-grid--3fr {
    display: flex;
    flex-direction: column;
  }
}
.case_main .cese_ttl__h1 {
  font-size: 40px;
  color: #3e3a39;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.case_main .cese_ttl__h2 {
  font-size: 40px;
  color: #3e3a39;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
}
.case_main .cese_ttl__h3 {
  font-size: 28px;
  color: #3e3a39;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.case_main .cese_ttl__h4 {
  font-size: 24px;
  color: #3e3a39;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.case_main .cese_ttl__h2--voice {
  font-size: 28px;
  color: #0096df;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}
.case_main .cese_ttl__sub {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #0096df;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}
.case_main .ttl-box--green {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px 5px;
  background-color: #00a29a;
  color: #fff;
}
.case_main .ttl-box--blue {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px 5px;
  background-color: #0096df;
  color: #fff;
}
.case_main .t-aligh--c {
  text-align: center;
}
.case_main .t-aligh--r {
  text-align: right;
}
.case_main .t-aligh--l {
  text-align: left;
}
.case_main .main__text {
  font-size: 16px;
  line-height: 1.8;
}
.case_main .main__text-large {
  font-size: 18px;
  line-height: 1.8;
}
.case_main .main__text-small {
  font-size: 14px;
  line-height: 1.5;
}
.case_main .main__text-20 {
  font-size: 20px;
  line-height: 1.5;
}
.case_main .main__text-28 {
  font-size: 28px;
  line-height: 1.5;
}
.case_main .t-color--blue {
  color: #0096df;
}
.case_main .t-color--white {
  color: #fff;
}
.case_main .t-color--green {
  color: #00a29a;
}
.case_main span.jirei-tag {
  display: inline-block;
  line-height: 1;
  border: 1px #000 solid;
  padding: 3px 10px;
}
.case_main p.img-cap {
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0;
}
.case_main .gradient-text {
  background: linear-gradient(90deg, rgb(15, 138, 126) 0%, rgb(24, 159, 222) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;
}
.case_main .gbss-detail-box {
  margin: 0 0 110px 0;
}
.case_main p span.tag {
  display: inline-block;
  border: #0096df solid 1px;
  padding: 3px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0096df;
  margin-bottom: 10px;
}
.case_main p span.tag--green {
  display: inline-block;
  border: #00a29a solid 1px;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #00a29a;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .case_main p span.tag--green {
    padding: 2px 7px 1px;
    font-size: 14px;
  }
}
.case_main .about_crrem {
  padding: 50px;
  margin-top: 30px;
}
.case_main .about_crrem__inner {
  max-width: 1214px;
  margin: 0 auto;
  text-align: justify;
}
.case_main .about_crrem__inner h4 {
  font-size: 32px;
  color: #27483b;
  margin-bottom: 0.6em;
  font-weight: 600;
}
.case_main .about_crrem__inner h4 ruby {
  font-weight: 600;
}
.case_main .about_crrem__inner h4 rt {
  ruby-align: center;
  font-weight: 400;
  margin-bottom: 0.05em;
}
.case_main .about_crrem__inner p {
  line-height: 1.8;
}
.case_main .about_crrem__inner p.partner {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0.5em;
}
.case_main .about_crrem__inner__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.case_main .about_crrem__inner__row div:first-child {
  width: 63.3%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
}
.case_main .about_crrem__inner__row div:first-child strong {
  background: linear-gradient(90deg, #0F8A7E 0%, #189FDE 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.case_main .about_crrem__inner__row div:last-child {
  width: 31.94%;
}

.welness-box {
  padding: 30px;
  display: block;
}
.welness-box img {
  margin: auto;
  display: block;
  width: 100%;
}
.welness-box .fukidashi {
  position: relative;
  display: flex;
  background: #0096df;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px 2px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.welness-box .fukidashi::after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 10%;
  width: 11px;
  height: 10px;
  background-color: #0096df;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 959px) {
  .welness-box {
    padding: 15px;
  }
  .welness-box .contents-row {
    justify-content: center;
    align-items: center;
  }
  .welness-box .contents-row .contents-col__midimg {
    width: 50%;
    min-width: 270px;
  }
  .welness-box .contents-row .contents-col__txt {
    text-align: center;
    align-items: center;
  }
  .welness-box .contents-row .contents-col__txt p {
    text-align: center;
  }
}

.wel-pr__img {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 70px;
}
.wel-pr__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .wel-pr__img {
    max-width: 720px;
    padding: 0px 10px;
  }
}

@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .case_main br.view--pc {
    display: none;
  }
  .case_main {
    width: 90%;
  }
  .case_main .cese_ttl__h1 {
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .case_main .cese_ttl__h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .case_main .cese_ttl__h2--voice {
    color: #0096df;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .case_main .cese_ttl__h3 {
    font-size: 28px;
    color: #3e3a39;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .case_main .cese_ttl__h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .case_main .contents-row {
    display: flex;
    justify-content: space-between;
    /*margin: 30px 0;*/
  }
}
@media screen and (min-width: 960px) {
  .gbss .case_main .view--pc {
    display: flex;
    flex-direction: column;
  }
  .gbss .case_main .view--sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .gbss .case_main {
    width: 90%;
    padding: 30px 0 30px 0;
  }
  .gbss .case_main .main__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .gbss .case_main .main__text-large {
    font-size: 16px;
    line-height: 1.5;
  }
  .gbss .case_main .main__text-28 {
    font-size: 20px;
  }
  .gbss .case_main .main__text-20 {
    font-size: 16px;
  }
  .gbss .case_main .view--pc {
    display: none;
  }
  .gbss .case_main .view--sp {
    display: block;
  }
  .gbss .case_main .sp-img {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .gbss .case_main .sp-img img.top-img {
    margin-top: 20px;
  }
  .gbss .case_main .sp-img img.img-size_400 {
    width: 100%;
    max-width: 400px;
  }
  .gbss .case_main .about_crrem {
    padding: 30px;
  }
  .gbss .case_main .about_crrem__inner__row {
    flex-direction: column;
    justify-content: center;
  }
  .gbss .case_main .about_crrem__inner__row h4 {
    font-size: 28px;
    margin-bottom: 0.6em;
    text-align: center;
  }
  .gbss .case_main .about_crrem__inner__row h4 ruby {
    font-weight: 600;
  }
  .gbss .case_main .about_crrem__inner__row h4 rt {
    margin-bottom: 0.03em;
  }
  .gbss .case_main .about_crrem__inner__row div:first-child {
    width: 100%;
  }
  .gbss .case_main .about_crrem__inner__row div:last-child {
    width: 100%;
    max-width: 300px;
    padding-top: 40px;
    align-items: flex-start;
  }
  .gbss .case_main .about_crrem__inner__row p.partner {
    font-size: 18px;
  }
  .gbss .case_main .cese_ttl__h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .gbss .case_main .cese_ttl__h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .gbss .case_main .cese_ttl__h2--voice {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .gbss .case_main .cese_ttl__h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .gbss .case_main .cese_ttl__h4 {
    font-size: 18px;
  }
  .gbss .case_main .inner-box {
    padding: 30px;
  }
  .gbss .case_main .gbss-detail-box {
    margin: 0 0 60px 0;
  }
  .gbss .case_main .gbss-detail-box p span.tag {
    padding: 3px 10px;
    font-size: 16px;
    margin-bottom: 7px;
  }
  .gbss .case_main .contents-row, .gbss .case_main .top-row {
    flex-direction: column;
    gap: 0px;
  }
  .gbss .case_main .contents-row .contents-col__txt, .gbss .case_main .top-row .contents-col__txt {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .gbss .case_main .contents-row .contents-col__img, .gbss .case_main .top-row .contents-col__img {
    width: 100%;
    margin-left: 0;
  }
  .gbss .case_main .contents-row .contents-col__smallimg, .gbss .case_main .top-row .contents-col__smallimg {
    width: 100%;
    align-items: center;
    margin: 0 auto;
  }
  .gbss .case_main .contents-row .contents-col__smallimg img, .gbss .case_main .top-row .contents-col__smallimg img {
    max-width: 350px;
  }
  .gbss .case_main .contents-row .contents-col__smallimg.cusvoicesp img, .gbss .case_main .top-row .contents-col__smallimg.cusvoicesp img {
    max-width: 180px;
    display: block;
    margin: 0 auto 10px;
  }
  .gbss .case_main .contents-row .contents-col__smallimg.cusvoicesp p, .gbss .case_main .top-row .contents-col__smallimg.cusvoicesp p {
    text-align: center;
    margin-bottom: 30px;
  }
  .gbss .case_main .mb_15 {
    margin-bottom: 10px !important;
  }
  .gbss .case_main .mb_20 {
    margin-bottom: 15px !important;
  }
  .gbss .case_main .mb_30 {
    margin-bottom: 20px !important;
  }
  .gbss .case_main .mb_50 {
    margin-bottom: 30px !important;
  }
  .gbss .case_main .mb_60 {
    margin-bottom: 40px !important;
  }
  .gbss .case_main .mb_65 {
    margin-bottom: 45px !important;
  }
  .gbss .case_main .mb_80 {
    margin-bottom: 60px !important;
  }
  .gbss .case_main .sp-mb_15 {
    margin-bottom: 15px;
  }
  .gbss .case_main .sp-mb_20 {
    margin-bottom: 20px;
  }
  .gbss .case_main .sp-mb_30 {
    margin-bottom: 30px;
  }
  .gbss .case_main .sp-mb_50 {
    margin-bottom: 50px;
  }
  .gbss .case_main .sp-mb_60 {
    margin-bottom: 60px;
  }
  .gbss .case_main .sp-mb_65 {
    margin-bottom: 65px;
  }
}
.image-size--200 {
  max-width: 200px !important;
}
.image-size--250 {
  max-width: 250px !important;
}
.image-size--300 {
  max-width: 300px !important;
}
.image-size--400 {
  max-width: 400px !important;
}
.image-size--500 {
  max-width: 500px !important;
}
.image-size--600 {
  max-width: 600px !important;
}
.image-size--800 {
  max-width: 800px !important;
}
.image-size--900 {
  max-width: 900px !important;
}
.image-size--1000 {
  max-width: 1000px !important;
}/*# sourceMappingURL=case.css.map */