@charset "UTF-8";
/* varia */
/* mixin */
/* utils */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.main {
  /* 事例個別ページ */
}

.main .button._outlined._reset {
  color: var(--color-black);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 21px 34px;
  font-weight: 400;
  line-height: 1;
}

.main .content {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.main .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.main .heading._casestudy::before {
  position: absolute;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  content: attr(data-text);
  color: #f5f5f5;
  font-style: normal;
  font-weight: 300;
  font-size: 6rem;
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .main .heading._casestudy::before {
    top: 81px;
    font-size: 12rem;
    letter-spacing: 0.1em;
  }
}

.main .heading._casestudy .heading_en {
  font-size: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main .heading._casestudy .heading_en {
    font-size: 6.6rem;
  }
}

.main .heading._casestudy .heading_jp {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main .heading._casestudy .heading_jp {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.main .tag {
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main .tag {
    font-size: 1.2rem;
  }
}

.main .tag._primary {
  border: 1px solid var(--color-red);
  color: var(--color-red);
  padding: 6px 8px;
}

@media screen and (min-width: 768px) {
  .main .tag._primary {
    padding: 7px 11px;
  }
}

.main .tag._secondary {
  border: 1px solid var(--color-black);
  border-radius: 50vh;
  color: var(--color-black);
  padding: 6px 9px;
}

@media screen and (min-width: 768px) {
  .main .tag._secondary {
    padding: 7px 12px;
  }
}

.main .caseStudyCard {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.main .caseStudyCard.js_selected {
  animation: fadeIn 0.4s;
  animation-fill-mode: both;
}

.main .caseStudyCard.js_selected_hide {
  animation: fadeOut 0.4s;
  animation-fill-mode: both;
}

.main .caseStudyCard.js_unselected {
  animation: fadeOut 0.4s;
  animation-fill-mode: both;
}

.main .caseStudyCard:link,
.main .caseStudyCard:visited,
.main .caseStudyCard:hover,
.main .caseStudyCard:active {
  color: #333333;
}

.main .caseStudyCard h4 {
  font-weight: bold;
  font-size: 18px;
}

.main .caseStudyCard_body {
  padding: 24px 16px;
}

.main .caseStudyCard .caseStudyCard_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.main .caseStudyCard .caseStudyCard_tags._secondary {
  margin-top: 12px;
}

.main .caseStudyCard:not(:first-child) {
  margin-top: 32px;
}

@media screen and (min-width: 500px) {
  .main .caseStudyCard:not(:first-child) {
    margin-top: 0;
  }
}

.main .caseStudy_inner {
  padding: 69px 16px 60px;
}

@media screen and (min-width: 768px) {
  .main .caseStudy_inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 120px;
    width: 1120px;
  }
}

.main .case_lead {
  position: relative;
  background: url(/estate/dk-select/case/images/bg_caselead.svg) 50% 100% no-repeat;
  background-size: 200%;
  padding-bottom: 75px;
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .main .case_lead {
    padding-bottom: 175px;
    background-size: contain;
  }
}

.main .case_lead:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 192px;
  left: 0;
  bottom: 100px;
}

@media screen and (min-width: 768px) {
  .main .case_lead:before {
    background-color: #D70B30;
  }
}

.main .case_lead-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .main .case_lead-heading {
    margin-bottom: 64px;
  }
}

.main .case_lead .reasonSlider_slide {
  border-right: none;
}

@media screen and (min-width: 768px) {
  .main .case_lead .reasonSlider_slide {
    width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .main .case_lead .reasonSlider_slide:nth-child(2) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {

  .main .case_lead .reasonSlider_slide:nth-child(1) .caseReasonCard,
  .main .case_lead .reasonSlider_slide:nth-child(3) .caseReasonCard,
  .main .case_lead .reasonSlider_slide:nth-child(4) .caseReasonCard {
    border-right: 1px solid #ddd;
  }
}

@media screen and (max-width: 767px) {
  .main .case_lead .reasonSlider_slide:nth-child(2) .caseReasonCard_category {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main .case_lead .reasonSlider_slide:not(:last-child) .caseReasonCard {
    border-right: 1px solid #aaaaaa;
  }
}

.main .case_lead .caseReasonCard {
  position: relative;
  background-color: #fafafa;
  padding: 60px 12px 24px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .main .case_lead .caseReasonCard {
    padding: 60px 20px 36px;
  }
}

.main .case_lead .caseReasonCard_category {
  position: absolute;
  display: block;
  width: calc(100% + 1px);
  height: 32px;
  background-color: #ddd;
  top: 0;
  left: 0;
}

.main .case_lead .caseReasonCard_categorytxt {
  position: absolute;
  font-size: 1.6rem;
  color: #333;
  top: 5px;
}

.main .case_lead .caseReasonCard_categorytxt.-ji {
  left: -1em;
}

.main .case_lead .caseReasonCard_categorytxt.-gi {
  left: 50%;
  transform: translateX(-50%);
}

.main .case_lead .caseReasonCard_title {
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}

.main .case_lead .caseReasonCard_lead,
.main .case_lead .caseReasonCard_title {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.main .case_lead .caseReasonCard_lead {
  font-size: 1.4rem;
  margin-top: 14px;
}

.main .case_lead .caseReasonCard_data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .case_lead .caseReasonCard_data-item {
  display: flex;
  align-items: flex-end;
  color: var(--color-red);
}

.main .case_lead .caseReasonCard_data-value {
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
}

.main .case_lead .caseReasonCard._card5 .caseReasonCard_data-value {
  letter-spacing: 0.002em;
}

.main .case_lead .caseReasonCard_data-unit {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

.main .case_lead .caseReasonCard_data-category {
  margin-right: 8px;
  margin-bottom: 16px;
  border: 1px solid var(--color-red);
  padding: 4px 6px;
  min-width: 54px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.main .case_lead .caseReasonCard_data-note {
  font-size: 1.1rem;
  line-height: 1.64;
  text-align: center;
}

.main .case_lead .caseReasonCard_data-record {
  width: 192px;
}

.main .case_lead .caseReasonCard_note {
  font-size: 1.1rem;
  line-height: 1.64;
  letter-spacing: 0.1em;
}

.main .case_lead .caseReasonCard_note._filled {
  background-color: var(--color-white);
  padding: 9px 12px 8px;
}

.main .case_lead .caseReasonCard_data+.caseReasonCard_note {
  margin-top: 24px;
}

.main .case_lead .caseReasonCard._card1 .caseReasonCard_note {
  margin-top: 48px;
}

.main .case_lead .caseReasonCard._card2 .caseReasonCard_note {
  margin-top: 12px;
}

.main .case_lead .caseReasonCard._card5 .caseReasonCard_note {
  margin-top: 13px;
}

.main .case_lead .caseReasonCard_note-ref {
  font-weight: 700;
}

.main .case_study_inner {
  padding: 69px 16px 60px;
}

@media screen and (min-width: 768px) {
  .main .case_study_inner {
    margin-right: auto;
    margin-left: auto;
    padding: 120px 0 120px;
    width: 1120px;
  }
}

.main .case_study .accordion {
  background-color: #F5F5F5;
  margin-top: 40px;
}

.main .case_study .accordion_btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px 24px 24px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .main .case_study .accordion_btn {
    font-size: 2rem;
    padding: 40px 64px;
  }
}

.main .case_study .accordion_btn:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("/estate/dk-select/case/images/icon_accordion_open.svg") 0 0 no-repeat;
}

.main .case_study .accordion_btn.active:after {
  background-image: url("/estate/dk-select/case/images/icon_accordion_close.svg");
}

.main .case_study .accordion_content {
  position: relative;
  height: 0;
  padding: 0px 24px;
  overflow: hidden;
  transition: height 0.8s;
}

@media screen and (min-width: 768px) {
  .main .case_study .accordion_content {
    padding: 0px 64px;
  }
}

.main .case_study .accordion_content.active {
  transition: height 0.8s;
}

.main .case_study .accordion_content.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 93%;
  height: 1px;
  background-color: #AAAAAA;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main .case_study .accordion_content .sortBody {
  padding: 30px 0 48px;
}

@media screen and (min-width: 768px) {
  .main .case_study .accordion_content .sortBody {
    padding: 48px 0;
  }
}

.main .case_study .radioButtonGroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}

@media screen and (max-width: 767px) {
  .main .case_study .radioButtonGroup {
    gap: 15px 0;
    justify-content: space-between;
    margin-top: 16px;
  }
}

.main .case_study .radioButtonGroup+.sort_list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .main .case_study .radioButtonGroup .radioButton {
    width: 48%;
  }
}

.main .case_study .radioButtonGroup .radioButton_label {
  display: block;
  background-color: #ffffff;
  border: 1px solid #D70B30;
  padding: 16px 11px;
  color: #D70B30;
  font-weight: bold;
  transition: all 0.2s ease-out;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main .case_study .radioButtonGroup .radioButton_label {
    font-size: 1.6rem;
    padding: 16px 24px;
  }
}

.main .case_study .radioButtonGroup .radioButton_input {
  position: absolute;
}

.main .case_study .radioButtonGroup .radioButton_input:checked+.radioButton_label {
  background-color: #D70B30;
  color: #ffffff;
}

.main .case_study .buttonArea {
  text-align: center;
  margin-top: 48px;
}

.main .case_study .sort_list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .main .case_study .sort_list {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .main .case_study .sort_list {
    align-items: center;
  }
}

.main .case_study .sort_list+.sort_list {
  margin-top: 40px;
}

.main .case_study .sort_list-name {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main .case_study .sort_list-name {
    width: 154px;
    font-size: 2rem;
  }
}

.main .case_study .sort_list-btn {
  background-color: #ffffff;
  border: 1px solid #D70B30;
  padding: 11px 24px;
  color: #D70B30;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s ease-out;
}

.main .case_study .sort_list-btn.-active {
  background-color: #D70B30;
  color: #ffffff;
}

.main .case_study .case_study-list {
  display: block;
  margin-top: 100px;
}

@media screen and (min-width: 500px) {
  .main .case_study .case_study-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 2.8%;
  }
}

@media screen and (min-width: 768px) {
  .main .case_study .case_study-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 2.8%;
  }
}

.main .case_study .buttonArea {
  text-align: center;
}

.main .main_ownersvoice {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 40%, #F5F5F5 40%, #F5F5F5 100%);
}

.main .main_ownersvoice .ownersvoice_body {
  margin-top: 78px;
}

.main .main_ownersvoice .ownersvoice_link {
  display: flex;
  background-color: #D70B30;
}

@media screen and (max-width: 767px) {
  .main .main_ownersvoice .ownersvoice_link {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_link img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
}

.main .main_ownersvoice .ownersvoice_link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_link:hover img {
    transform: scale(var(--hover-sacle));
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
}

.main .main_ownersvoice .ownersvoice_link:nth-child(2) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_link:nth-child(2) {
    flex-direction: row-reverse;
  }
}

.main .main_ownersvoice .ownersvoice_pic {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_pic {
    width: 50%;
  }
}

.main .main_ownersvoice .ownersvoice_txt {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 8%;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_txt {
    width: 50%;
    padding: 0 0 0 8%;
  }
}

.main .main_ownersvoice .ownersvoice_leadtxt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_leadtxt {
    font-size: 2.8rem;
  }
}

.main .main_ownersvoice .ownersvoice_subtxt {
  letter-spacing: 0.4px;
  margin-top: 24px;
  line-height: 2;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice .ownersvoice_subtxt {
    margin-top: 20px;
  }
}

.main .main_ownersvoice._casestudydetail {
  padding-top: 120px;
  background: none;
}

.main .main_ownersvoice._casestudydetail .ownersvoice_body {
  background-color: #D70B30;
  padding-top: 40px;
  padding-bottom: 66px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice._casestudydetail .ownersvoice_body {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}

.main .main_ownersvoice._casestudydetail .ownersvoice_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}

@media screen and (max-width: 767px) {
  .main .main_ownersvoice._casestudydetail .ownersvoice_inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.main .main_ownersvoice._casestudydetail .ownersvoice_link:hover img {
  transform: none;
}

.main .main_ownersvoice._casestudydetail .ownersvoice_txt {
  padding: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice._casestudydetail .ownersvoice_txt {
    padding: 0 0 0 80px;
  }
}

.main .main_ownersvoice._casestudydetail .ownersvoice_leadtxt {
  font-size: 2.7rem;
}

@media screen and (min-width: 768px) {
  .main .main_ownersvoice._casestudydetail .ownersvoice_leadtxt {
    font-size: 3.6rem;
  }
}

.main .main_ownersvoice._casestudydetail .button._voice {
  border-color: #ffffff;
  width: 240px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .main .main_ownersvoice._casestudydetail .button._voice {
    margin-right: auto;
    margin-left: auto;
  }
}

.main .main_ownersvoice._casestudydetail .button._voice .button_label {
  color: #ffffff;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 1.6rem;
}

.main .main_ownersvoice._casestudydetail .button._voice:hover {
  background-color: #ffffff;
}

.main .main_ownersvoice._casestudydetail .button._voice:hover .button_label {
  color: #D70B30;
}

.main .main_movie {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #F5F5F5 45%, #F5F5F5 100%);
}

.main .main_movie .movie_body {
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .main .main_movie .movie_body {
    flex-direction: column;
    gap: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .main .main_movie .movie_body {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .main .main_movie .movie_body.-col1 {
    justify-content: center;
  }
}

.main .main_movie .movie_body a {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  transition: opacity 0.3s ease-in;
}

.main .main_movie .movie_body a:hover {
  opacity: 0.7;
}

.main .main_movie .movie_box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main .main_movie .movie_box {
    width: 48%;
  }
}

.main .main_movie .movie_box img {
  display: block;
  width: 100%;
}

.main .main_movie .movie_txt {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .main .main_movie .movie_txt {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.main .main_afterword {
  background: url(/estate/dk-select/case/images/bg_afterword_sp.jpg) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 375/302;
  width: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .main .main_afterword {
    aspect-ratio: auto;
    height: 330px;
    background-image: url(/estate/dk-select/case/images/bg_afterword_pc.jpg);
    font-size: 3.6rem;
  }
}

.main .splide__slide {
  padding-bottom: 5px;
}

.main .caseStudy_subHeading {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .main .caseStudy_subHeading {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .main .caseStudy_subHeading {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}

.main .main_caseDetails {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails {
    padding-top: 34px;
  }
}

.main .main_caseDetails_inner {
  max-width: 825px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: content-box;
}

.main .main_caseDetails .caseCategory {
  display: flex;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseCategory {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseCategory {
    align-items: center;
  }
}

.main .main_caseDetails .caseCategory_prefectures {
  margin-bottom: 12px;
  font-size: 1.8rem;
  letter-spacing: 0.7px;
  color: #AAAAAA;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseCategory_prefectures {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.main .main_caseDetails .caseCategory_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseCategory_tags .tag {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 6px 8px;
  }
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseCategory_tags {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseCategory_tags._secondary {
    margin-top: 12px;
  }
}

.main .main_caseDetails .caseDetails_heading {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05px;
  line-height: 1.8;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseDetails_heading {
    font-size: 3.2rem;
    line-height: 1.7;
    margin-top: 23px;
  }
}

.main .main_caseDetails .caseDetails_body>*:first-child {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseDetails_body>*:first-child {
    margin-top: 34px;
  }
}

.main .main_caseDetails .caseDetails_body h1,
.main .main_caseDetails .caseDetails_body h2,
.main .main_caseDetails .caseDetails_body h3,
.main .main_caseDetails .caseDetails_body h3,
.main .main_caseDetails .caseDetails_body h4 {
  letter-spacing: 0.5px;
  line-height: 1.8;
  font-size: 2rem;
  margin-top: 24px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .main .main_caseDetails .caseDetails_body h1,
  .main .main_caseDetails .caseDetails_body h2,
  .main .main_caseDetails .caseDetails_body h3,
  .main .main_caseDetails .caseDetails_body h3,
  .main .main_caseDetails .caseDetails_body h4 {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

.main .main_caseDetails .caseDetails_body p {
  letter-spacing: 0.5px;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseDetails_body p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.main .main_caseDetails .caseDetails_mv {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseDetails_mv.-wide {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.main .main_caseDetails .caseDetails_mv.-w60 {
  width: 63%;
  margin-right: auto;
  margin-left: auto;
}

.main .main_caseDetails .caseDetails_mv.-w50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.main .main_caseDetails .caseDetails_mv.-col2 {
  display: flex;
}

.main .main_caseDetails .caseDetails_mv.-col2 img {
  width: 50%;
}

.main .main_caseDetails .caseDetails_figure {
  position: relative;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseDetails_figure {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseDetails_figure.-col1 {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.main .main_caseDetails .caseDetails_figure.-w50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseDetails_figure.-w50 figcaption {
    margin-left: 0;
  }
}

.main .main_caseDetails .caseDetails_figure.-w60 {
  width: 63%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseDetails_figure.-w60 figcaption {
    margin-left: 0;
  }
}

.main .main_caseDetails .caseDetails_figure.-col2 {
  display: flex;
  justify-content: space-between;
}

.main .main_caseDetails .caseDetails_figure.-col2 figure {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseDetails_figure.-col2 figure figcaption {
    margin-left: 0;
  }
}

.main .main_caseDetails .caseDetails_figure figcaption {
  font-size: 1.2rem;
  color: #3B4043;
  margin-top: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .main .main_caseDetails .caseDetails_figure figcaption {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media screen and (min-width: 768px) {
  .main .main_caseDetails .caseDetails_figure figcaption {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .main .main_overview {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .main .main_overview .overview_body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .main .main_overview .overview_body .detailFoot_table {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .main .main_overview .overview_body .detailFoot_table+.detailFoot_table {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .main .main_overview .overview_body .detailFoot_table .table_row {
    display: flex;
    align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .main .main_overview .overview_body .detailFoot_table .table_data {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}

.main .main_othercases {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 35%, #F5F5F5 35%, #F5F5F5 100%);
}

@media screen and (max-width: 767px) {
  .main .main_othercases .caseStudy_inner {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .main .main_othercases .caseStudy_inner {
    padding-bottom: 80px;
  }
}

.main .main_othercases .caseStudyCard_tags {
  margin-top: 20px;
}

.main .main_othercases .othercasesSlider_track {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main .main_othercases .othercasesSlider_arrows.-under3 {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .main .main_othercases .othercasesSlider .lineupSlider_arrows {
    position: absolute;
    top: -80px;
    right: 0;
  }
}

.main .main_othercases .othercasesSlider .splide__progress {
  margin-top: 32px;
  background-color: #EFEFEF;
}

@media screen and (min-width: 768px) {
  .main .main_othercases .othercasesSlider .splide__progress {
    display: none;
  }
}

.main .main_othercases .othercasesSlider .splide__progress__bar {
  background-color: #D70B30;
}

.main .main_othercases .button_area {
  margin-top: 48px;
  text-align: center;
}

.main .main_othercases .othercases_button._outlined._primary._more {
  padding: 22px 0;
  background-color: transparent;
}

.main .main_othercases .othercases_button._outlined._primary._more:hover {
  background-color: #D70B30;
}

.main .main_othercases .othercases_button._outlined._primary._more .button_label {
  font-weight: 400;
  width: 240px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/*************************************/
/* 2025.11　追加 */
/*************************************/
.pageHead._reason._casestudy a {
  transition: opacity 0.3s ease-in;
}

.pageHead._reason._casestudy a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}

.main .gooddesign .box {
  padding: 70px 5% 60px;
  background-color: #F5F5EE;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .main .gooddesign .box {
    padding: 35px 20px 35px;
  }
}

.main .gooddesign .box .main_ttl {
  text-align: center;
}

.main .gooddesign .box .inner {
  width: 95%;
  max-width: 710px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main .gooddesign .box .inner {
    width: 100%;
  }
}

.main .gooddesign .box .main_ttl span {
  display: inline-block;
  margin-bottom: 1.7em;
  padding-bottom: 0.4em;
  border-bottom: 2px dotted #A0913D;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .main .gooddesign .box .main_ttl span {
    font-size: 2.2rem;
  }
}

.main .gooddesign .box .txt_base p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .main .gooddesign .box .txt_base p {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}

.main .gooddesign .box .btn {
  text-align: center;
}

.main .gooddesign .box .btn a {
  position: relative;
  width: 100%;
  max-width: 447px;
  display: inline-block;
  padding: 1em;
  background-color: #A0913C;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.main .gooddesign .box .btn a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  border-radius: 50px;
  z-index: 2;
}

.main .gooddesign .box .btn a span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main .gooddesign .box .btn a span {
    padding-right: 33px;
    font-size: 1.6rem;
  }
}

.main .gooddesign .box .btn a span:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  content: '';
  width: 24px;
  height: 25px;
  background: url(../images/ico-play.svg) no-repeat center /100%;
}

@media screen and (max-width: 768px) {
  .main .gooddesign .box .btn a span:after {
    width: 20px;
    height: 21px;
  }
}