@charset "UTF-8";

.casestudy__searchbox {
  background-color: #fff;
  padding: 40px;
}

.casestudy__searchbox_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #cfcfcf;
  position: relative;
  padding-block: 16px;
}

.casestudy__searchbox_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 78%;
  gap: 8px;
}

.casestudy__searchbox_label {
  font-size: 2.2rem;
  font-weight: bold;
  width: 20%;
}

.casestudy__searchbox_detail input {
  display: none;
}

.casestudy__searchbox_detail label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  border: solid 1px #cfcfcf;
  border-radius: 100vmax;
  font-size: 1.6rem;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.casestudy__searchbox_detail label:hover {
  opacity: 0.65;
}

.casestudy__searchbox_detail input:checked+label {
  background-color: #292854;
  color: #fff;
}

.casestudy__inner {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  padding-inline: 20px;
}

.casestudy__card_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 85px;
  align-items: stretch;
  gap: 20px;
}

.casestudy__card_item {
  display: none;
  width: calc(95% / 3);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.casestudy__card_item img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  margin-inline: auto;
}

.casestudy__card_item .__ico img {
  padding: 0;
}

.casestudy__card_item.js_selected {
  display: flex;
  row-gap: 2px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: stretch;
}

.casestudy__card_detail {
  padding: 0 26px 26px 26px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.casestudy__card_name {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
  align-items: flex-start;
}

.casestudy__card_category--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  height: min-content;
}

.casestudy__card_category--item {
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  margin-right: 5px;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 12px;
  margin-bottom: 10px;
}

.casestudy__card_category--item.__cat {
  background-color: #7e9196;

}

.casestudy__card_category--item.__key {
  background-color: #4d98a0;
}

.casestudy__card_title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 15px;
  align-items: flex-start;
}

.casestudy__card_link {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #292854;
  color: #fff !important;
  font-size: 1.6rem;
  height: 45px;
  transition: 0.3s;
}

.casestudy__card_link:hover {
  opacity: 0.65;
}

.casestudy__searchbox_release {
  display: flex;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 36px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #789297;
  border-radius: 3px;
  margin-left: auto;
  cursor: pointer;
}

@media screen and (max-width: 944px) {
  .casestudy__searchbox {
    padding: 20px;
  }

  .casestudy__searchbox_wrap {
    margin-bottom: 15px;
  }

  .casestudy__searchbox_list {
    width: 100%;
  }

  .casestudy__searchbox_label {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .casestudy__searchbox_detail {
    margin-left: 1%;
    margin-bottom: 0;
  }

  .casestudy__searchbox_detail label {
    padding: 0 16px;
    height: 26px;
    font-size: 1.2rem;
  }

  .casestudy__card_list {
    margin-top: 40px;
  }

  .casestudy__card_item {
    width: 100%;
  }

  .casestudy__card_detail {
    padding: 15px;
  }

  .casestudy__card_name {
    font-size: 1.5rem;
    margin-bottom: 10px;
    height: 27px;
  }

  .casestudy__card_category--list {
    margin-bottom: 10px;
  }

  .casestudy__card_category--item.__cat {
    background-color: #7e9196;

  }

  .casestudy__card_category--item.__key {
    background-color: #4d98a0;
  }

  .casestudy__card_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .casestudy__card_link {
    font-size: 1.3rem;
    height: 35px;
    transition: 0.3s;
  }

}

.case__img {
  padding: 60px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}

.case__img img {
  width: 100%;
}

.case_box {
  padding: 110px 0 100px;
}

.case__title03 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.case__text {
  font-size: 1.6rem;
}

.__wh {
  color: #fff;
}

.case_box02 {
  padding: 110px 0 100px;
  background-color: #292854;
}

.case_box02--under {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
  padding: 60px;
}

.case_box03 {
  background-color: #edf0f0;
  padding: 110px 0 100px;
}

.case_box03--under {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
  padding: 60px;
}

.case_box03--under-right {
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
  padding: 60px;
  margin-left: auto;
  margin-bottom: 40px;
}

.case_box03--under-left {
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
  padding: 60px;
}

.case__company {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
}

.case__company_img {
  width: 30%;
  align-self: center;

  img {
    object-fit: contain;
    max-width: 100%;
  }
}

.case__company_detail {
  width: 65%;
}

.case__company_name {
  font-size: 2.2rem;
  font-weight: bold;
}

.case__company_text {
  font-size: 1.7rem;
  line-height: 1.65;
  padding-bottom: 25px;
  display: block;
  border-bottom: dotted 1px #b2b2b2;
  margin-bottom: 30px;
}

.case__company_item {
  font-size: 1.5rem;
  line-height: 1.8666;
}

.cs_img__title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #79c703;
  text-align: center;
  margin-bottom: 40px;
}

.mt20 {
  margin-top: 20px !important;
}


.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.case--col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.case--detail {
  width: 47%;
}

.case--detail02 {
  width: 57%;
}

.case--img {
  width: 47%;
}

.case--img img {
  width: 100%;
}

.case--img.__full {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.case--img02 {
  width: 37%;
}

.case--img02 img {
  width: 100%;
}

.case--img .case__text {
  font-size: 1.2rem;
}

.case__solution {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.case__solution dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 48%;
}

.case__solution dt {
  width: 37.5%;
  margin-right: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 180px;
  border-radius: 10px;
}

.case__solution dd {
  width: 60%;
}

.case__solution dd ul li {
  font-size: 1.5rem;
  line-height: 1.8666;
  position: relative;
  padding-left: 1.5em;
}

.case__solution dd ul li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.case__solution_right dt {
  background-color: #292854;
}

.case__solution_right dd ul li:before {
  color: #292854;
}

.case__solution_left dt {
  background-color: #78c700;
}

.case__solution_left dd ul li:before {
  color: #78c700;
}

@media screen and (max-width: 944px) {
  .case__img {
    padding: 20px;
  }

  .case_box {
    padding: 50px 0;
  }

  .case__title03 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .case__text {
    font-size: 1.4rem;
  }

  .case_box02 {
    padding: 50px 0;
  }

  .case_box02--under {
    padding: 20px;
  }

  .case_box03 {
    padding: 50px 0;
  }

  .case_box03--under {
    padding: 20px;
  }

  .case_box03--under-right {
    padding: 20px;
    margin-bottom: 20px;
  }

  .case_box03--under-left {
    padding: 20px;
  }

  .case__company {
    padding: 20px;
    justify-content: center;
  }

  .case__company_img {
    width: 80%;
  }

  .case__company_detail {
    width: 100%;
  }

  .case__company_name {
    font-size: 1.6rem;
  }

  .case__company_text {
    font-size: 1.4rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .case__company_item {
    font-size: 1.2rem;
  }

  .cs_img__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .case--col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .case--detail {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  .case--img {
    width: 100%;
    order: 2;
  }

  .case--img .case__text {
    font-size: 1rem;
  }

  .case__solution dl {
    width: 100%;
    margin-bottom: 40px;
  }

  .case__solution dt {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }

  .case__solution dd {
    width: 100%;
  }

  .case__solution dd ul li {
    font-size: 1.3rem;
    padding-left: 1.5em;
  }
}

.case--col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.case--detail {
  width: 47%;
}

.case--detail02 {
  width: 57%;
}

.case--img {
  width: 47%;
}

.case--img img {
  width: 100%;
}

.case--img.__full {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.case--img02 {
  width: 37%;
}

.case--img02 img {
  width: 100%;
}

.case--img .case__text {
  font-size: 1.2rem;
}

.case__solution {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.case__solution dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 48%;
}

.case__solution dt {
  width: 37.5%;
  margin-right: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 180px;
  border-radius: 10px;
}

.case__solution dd {
  width: 60%;
}

.case__solution dd ul li {
  font-size: 1.5rem;
  line-height: 1.8666;
  position: relative;
  padding-left: 1.5em;
}

.case__solution dd ul li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.case__solution_right dt {
  background-color: #292854;
}

.case__solution_right dd ul li:before {
  color: #292854;
}

.case__solution_left dt {
  background-color: #78c700;
}

.case__solution_left dd ul li:before {
  color: #78c700;
}

@media screen and (max-width: 944px) {
  .case__img {
    padding: 20px;
  }

  .case_box {
    padding: 50px 0;
  }

  .case__title03 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .case__text {
    font-size: 1.4rem;
  }

  .case_box02 {
    padding: 50px 0;
  }

  .case_box02--under {
    padding: 20px;
  }

  .case_box03 {
    padding: 50px 0;
  }

  .case_box03--under {
    padding: 20px;
  }

  .case_box03--under-right {
    padding: 20px;
    margin-bottom: 20px;
  }

  .case_box03--under-left {
    padding: 20px;
  }

  .case__company {
    padding: 20px;
    justify-content: center;
  }

  .case__company_img {
    width: 80%;
  }

  .case__company_detail {
    width: 100%;
  }

  .case__company_name {
    font-size: 1.6rem;
  }

  .case__company_text {
    font-size: 1.4rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .case__company_item {
    font-size: 1.2rem;
  }

  .cs_img__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .case--col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .case--detail {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  .case--img {
    width: 100%;
    order: 2;
  }

  .case--img .case__text {
    font-size: 1rem;
  }

  .case__solution dl {
    width: 100%;
    margin-bottom: 40px;
  }

  .case__solution dt {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    padding: 10px;
    margin-bottom: 10px;
  }

  .case__solution dd {
    width: 100%;
  }

  .case__solution dd ul li {
    font-size: 1.3rem;
    padding-left: 1.5em;
  }
}

/* 2312追加　WP誘導 */
.casestudy__cta_wp__wrapper {
  display: flex;
  gap: 32px;
  margin-inline: auto;
  justify-content: center;
}

.casestudy__inner>.casestudy__cta_wp__wrapper {
  margin-inline: 1.75%;
}

.box_cta>.casestudy__cta_wp>.casestudy__cta_wp__wrapper {
  margin-bottom: 0;
}

.about_box2.box_cta {
  /* 基本 */
  padding-block: 32px;
}

.casestudy__cta_wp__a {
  display: flex;
  gap: 16px;
  margin-inline: auto;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.casestudy__cta_wp__a>a {
  display: inline-block;
  background-color: #78c700;
  border: 1px solid #78c700;
  color: #fff;
  padding-block: 4px;
  align-self: center;
  border-radius: 100vh;
  width: 100%;
  max-width: 380px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s;
}

.casestudy__cta_wp__a>a:hover {
  /* 背景白 */
  color: #78C800;
  background-color: #fff;
}

.case_box02>.casestudy__cta_wp>p {
  color: #fff;
}

.case_box02>.casestudy__cta_wp>p>span {
  background-color: #fff;
}

.casestudy__cta_wp__contents {
  width: 50%;
  height: min-content;
  padding-block: 24px;
  padding-inline: 16px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  display: grid;
  /* grid-template-columns: "1fr 1fr";
  grid-template-areas: "cta-img cta-text"; */
  gap: 16px;
}

.casestudy__cta_wp>p {
  text-align: center;
  margin-top: 16px;
}

.casestudy__cta_wp>p>span {
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #292854;
  margin-top: 8px;
  margin-inline-start: calc(50% - 16px);
}

.casestudy__cta_wp>p>span::after {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #78c700;
  bottom: 0;
  left: 16px;
}

@media screen and (max-width: 944px) {
  .casestudy__cta_wp__wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .casestudy__cta_wp__a {
    flex-direction: column;
    gap: 16px;
  }

  .casestudy__cta_wp__a>a {
    margin: 0;
    font-size: 1.2rem;
  }

  .casestudy__cta_wp__contents {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    padding-inline: 24px;
  }
}

.casestudy__cta_wp__contents>img {
  grid-area: "cta-img";
  width: 100%;
  height: auto;
  justify-self: center;
  align-self: center;
}

.casestudy__cta_wp__text {
  grid-area: "cta-text";
  align-self: center;
}

/* 2401  */
article.cases__about_box>section>p {
  margin-bottom: 0;
}

/*2402*/
.casestudy__searchbox_detail {
  position: relative;
}

.casestudy__searchbox_tooltip {
  position: absolute;
  color: #333;
  top: 10px;
  right: 5px;
  z-index: 2;
}

.casestudy__searchbox_tooltip--text {
  display: flex;
  background-color: #789297;
  color: #fff;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  cursor: default;
  font-size: 1.1rem;
}

.casestudy__searchbox_tooltip--description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  border-radius: 5px;
  width: 260px;
  background-color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.65));
  z-index: 2;
  opacity: 1 !important;
}

.casestudy__searchbox_tooltip--description:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 52%;
  clip-path: polygon(50% 0, 0 100%, 100% 0);
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description.__01 {
  top: -150px;
}

.casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description.__02 {
  top: -75px;
}

.casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description.__03 {
  top: -90px;
}

@media screen and (max-width: 944px) {
  .casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description {
    left: 23%;
  }

  .casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description.__01 {
    top: -205px;
  }

  .casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description.__02 {
    top: -90px;
  }

  .casestudy__searchbox_tooltip--text:hover+.casestudy__searchbox_tooltip--description.__03 {
    top: -108px;
  }

  .casestudy__searchbox_tooltip--description {
    width: 170px;
  }

  .casestudy__searchbox_tooltip {
    top: 9px;
  }

  .casestudy__searchbox_tooltip--text {
    font-size: 1rem;
    width: 15px;
    height: 15px;
    font-size: 1rem;
  }
}

/* 2404 折りたたむ */
.searchbox_toggle summary {
  display: block;
  background-color: #7e9196;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.searchbox_toggle summary:hover {
  opacity: 0.6;
}

.searchbox_toggle summary::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1.6rem;
  height: 1.3rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 38%;
  left: 37%;
}

details[open] summary::before {
  transform: rotate(180deg);
}

@media screen and (max-width: 944px) {
  .searchbox_toggle summary::before {
    left: 15%;
  }
}

.wrap-1st {
  padding-top: 0;
}

.about_box2:has(.casestudy__card_list) {
  padding-bottom: 0;
}

.casestudy__card_list::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

/* CSS改修 */
main.ul_main>.right>.text {
  h1 {
    font-size: 3.2rem;
    line-height: 2;
  }

  h1.long {
    font-size: 2.4rem;
  }
}

h1 span.h1--small {
  font-size: 2.4rem;
}