@media screen and (min-width: 769px) {
  #p-casestudy main {
    display: flex;
  }
}
#p-casestudy .casestudy_aside {
  background-color: #e2e4e5;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_aside {
    margin-right: 5.4rem;
    padding: 4.5rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_aside {
    padding: 7rem 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_aside_inr {
    width: 32rem;
    margin-left: calc(50vw - 65.5rem);
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_item + .casestudy_form_item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_item + .casestudy_form_item {
    margin-top: 4rem;
  }
}
#p-casestudy .casestudy_form_head {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_head {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_head {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
#p-casestudy .casestudy_form_input input {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_input input {
    padding: 2rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_input input {
    padding: 2.6rem;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}
#p-casestudy .casestudy_form_input input::-moz-placeholder {
  color: #ccc;
}
#p-casestudy .casestudy_form_input input::placeholder {
  color: #ccc;
}
#p-casestudy .casestudy_form_select {
  position: relative;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_select {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_select {
    margin-top: 1rem;
  }
}
#p-casestudy .casestudy_form_select::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/common/icon_arrow_btm-blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_select::after {
    right: 1.8rem;
    width: 1.2rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_select::after {
    right: 2.8rem;
    width: 2.2rem;
    height: 1.4rem;
  }
}
#p-casestudy .casestudy_form_select > select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #1c1c1c;
  border: none;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_select > select {
    padding: 1.6rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_select > select {
    padding: 2.4rem 1.4rem;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}
#p-casestudy .casestudy_form_select > select:has(option:checked[value=""]) {
  color: gray;
}
#p-casestudy .casestudy_form_select > select:focus-visible {
  outline: none;
}
#p-casestudy .casestudy_form_select option[selected][disabled] {
  display: none;
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_checkbox {
    display: grid;
    grid-template-columns: repeat(2, 31rem);
    row-gap: 3.2rem;
  }
}
#p-casestudy .casestudy_form_checkbox input {
  display: none;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0 0 transparent;
}
#p-casestudy .casestudy_form_checkbox input + label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#p-casestudy .casestudy_form_checkbox input + label::before {
  content: "";
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_checkbox input + label::before {
    width: 2rem;
    height: 2rem;
    margin-right: 2rem;
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_checkbox input + label::before {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2.2rem;
    border-radius: 0.2rem;
  }
}
#p-casestudy .casestudy_form_checkbox input + label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: #161616;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_checkbox input + label::after {
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_checkbox input + label::after {
    left: 1.3rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
#p-casestudy .casestudy_form_checkbox input:checked + label::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_checkbox .casestudy_form_checkbox_item + .casestudy_form_checkbox_item {
    margin-top: 1.5rem;
  }
}
#p-casestudy .casestudy_form_checkbox .casestudy_form_checkbox_item .color {
  border-radius: calc(infinity * 1px);
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_checkbox .casestudy_form_checkbox_item .color {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_checkbox .casestudy_form_checkbox_item .color {
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_form_checkbox .casestudy_form_checkbox_item .txt {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_form_checkbox .casestudy_form_checkbox_item .txt {
    margin-left: 1.5rem;
    font-size: 2.4rem;
  }
}
#p-casestudy .casestudy_btn_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_btn_wrap {
    gap: 0.8rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_btn_wrap {
    gap: 1.2rem;
    margin-top: 6rem;
  }
}
#p-casestudy .casestudy_btn_wrap .btn_cmn {
  min-width: auto;
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_btn_wrap .btn_cmn {
    width: 15.6rem;
    padding: 1.4rem 0;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_btn_wrap .btn_cmn {
    width: 30.4rem;
    padding: 2.6rem 0;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_cont {
    flex-grow: 1;
    padding-right: 3.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_cont {
    padding: 6rem 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_count {
    margin-bottom: 1.5rem;
    line-height: 1.53em;
    font-size: 1.7rem;
  }
  #p-casestudy .casestudy_count > p {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy .casestudy_count > p:first-of-type {
    margin-top: -0.264em;
  }
  #p-casestudy .casestudy_count > p:last-of-type {
    margin-bottom: -0.264em;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_count {
    margin-bottom: 2.5rem;
    line-height: 1.5em;
    font-size: 3rem;
  }
  #p-casestudy .casestudy_count > p {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy .casestudy_count > p:first-of-type {
    margin-top: -0.25em;
  }
  #p-casestudy .casestudy_count > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_wrap {
    margin: -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_wrap {
    margin: -0.6rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy .casestudy_item {
    width: 42.4rem;
    margin: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy .casestudy_item {
    width: 33.4rem;
    margin: 0.6rem;
  }
}

@media screen and (min-width: 769px) {
  #p-casestudy-lower main {
    width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower main {
    width: 62rem;
    margin: 0 auto;
  }
}
#p-casestudy-lower .casestudy_lower_head {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_head {
    margin-bottom: 2rem;
    line-height: 1.4em;
    font-size: 2rem;
  }
  #p-casestudy-lower .casestudy_lower_head > h1 {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_head > h1:first-of-type {
    margin-top: -0.2em;
  }
  #p-casestudy-lower .casestudy_lower_head > h1:last-of-type {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_head {
    margin-bottom: 3rem;
    line-height: 1.625em;
    font-size: 3.2rem;
  }
  #p-casestudy-lower .casestudy_lower_head > h1 {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_head > h1:first-of-type {
    margin-top: -0.312em;
  }
  #p-casestudy-lower .casestudy_lower_head > h1:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_top {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_top.-v_align {
    flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_top.-v_align .casestudy_lower_img {
    max-width: 54rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_top.-v_align .casestudy_lower_txt {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_top_cont {
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_txt {
    margin-top: 2rem;
    line-height: 1.786em;
    font-size: 1.4rem;
  }
  #p-casestudy-lower .casestudy_lower_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_txt > p:first-of-type {
    margin-top: -0.392em;
  }
  #p-casestudy-lower .casestudy_lower_txt > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_txt {
    margin-top: 3rem;
    line-height: 1.75em;
    font-size: 2.4rem;
  }
  #p-casestudy-lower .casestudy_lower_txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  #p-casestudy-lower .casestudy_lower_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
#p-casestudy-lower .casestudy_lower_txt + .casestudy_lower_info {
  border-top: solid 1px #e6e6e6;
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_txt + .casestudy_lower_info {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_txt + .casestudy_lower_info {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_info {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_info {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_info .txt {
    line-height: 1.786em;
    font-size: 1.4rem;
  }
  #p-casestudy-lower .casestudy_lower_info .txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_info .txt > p:first-of-type {
    margin-top: -0.392em;
  }
  #p-casestudy-lower .casestudy_lower_info .txt > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_info .txt {
    line-height: 1.75em;
    font-size: 2.4rem;
  }
  #p-casestudy-lower .casestudy_lower_info .txt > p {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_info .txt > p:first-of-type {
    margin-top: -0.375em;
  }
  #p-casestudy-lower .casestudy_lower_info .txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_info .txt + .txt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_info .txt + .txt {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_sec {
    margin-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_sec {
    margin-top: 12rem;
  }
}
#p-casestudy-lower .casestudy_lower_sec_head {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #p-casestudy-lower .casestudy_lower_sec_head {
    margin-bottom: 3.5rem;
    line-height: 1.389em;
    font-size: 1.8rem;
  }
  #p-casestudy-lower .casestudy_lower_sec_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_sec_head > h2:first-of-type {
    margin-top: -0.194em;
  }
  #p-casestudy-lower .casestudy_lower_sec_head > h2:last-of-type {
    margin-bottom: -0.194em;
  }
}
@media screen and (max-width: 768px) {
  #p-casestudy-lower .casestudy_lower_sec_head {
    margin-bottom: 3rem;
    line-height: 1.625em;
    font-size: 3.2rem;
  }
  #p-casestudy-lower .casestudy_lower_sec_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  #p-casestudy-lower .casestudy_lower_sec_head > h2:first-of-type {
    margin-top: -0.312em;
  }
  #p-casestudy-lower .casestudy_lower_sec_head > h2:last-of-type {
    margin-bottom: -0.312em;
  }
}/*# sourceMappingURL=casestudy.css.map */