@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* 文字 */
/* 背景 */
/* 背景 */
/* 枠 */
/* ボタン */
/* ボタン */
/* ======================================================================
 p_single_casestudy
====================================================================== */
.p_single_casestudy .l_container .l_main_visual {
  height: auto;
  padding: 40px 0 140px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_main_visual {
    padding: 100px 0 90px;
  }
}
.p_single_casestudy .l_container .l_main_visual > .inner .icon_outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 0 20px;
}
.p_single_casestudy .l_container .l_main_visual > .inner .icon_outer .icon {
  display: block;
}
.p_single_casestudy .l_container .l_main_visual > .inner .mv_ttl {
  line-height: 1.36;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_main_visual > .inner .mv_ttl {
    line-height: 1.5;
    padding: 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner {
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner {
    padding: 50px 4.6875% 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner {
  font-size: 1.6em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner {
    font-size: 1.4rem;
    line-height: 1.72;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ol li > ul {
  margin: 0;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul {
    margin: 16px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul li {
  font-size: 1.6rem;
  line-height: 2;
  color: #323232;
  position: relative;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul li > ul {
  margin: 0;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #009fe8;
  position: absolute;
  top: 8px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ul li:before {
    top: 2px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ol {
  position: rleative;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner ol li {
  position: relative;
  left: 20px;
  margin: 0 20px 0 0;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 {
  border: 2px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 {
    display: block;
    margin: 0 0 15px;
    padding: 15px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .thumb {
  order: 2;
  width: 446px;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .thumb {
    width: 100%;
    height: auto;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .thumb > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap {
  order: 1;
  width: 494px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap {
    width: 100%;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap {
    margin: 0 0 10px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .embrem {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .embrem {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 0 15px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .embrem > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .data > .ttl {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .data > .ttl:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .data > .ttl {
    font-size: 1.4rem;
    margin: 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .data > .txt {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .datawrap .data > .txt {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.67;
  }
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .list {
    margin: 0 0 0 75px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .list .item {
    margin: 0 0 0 14px;
  }
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .list .item:before {
    width: 10px;
    height: 10px;
    top: 4px;
    left: -14px;
  }
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap01 .txtwrap .list .item > .txt {
    font-size: 1.0rem;
    display: inline-block;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .btn {
  width: 340px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .btn {
    width: 100%;
    max-width: 300px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .youtube {
  position: relative;
  width: 748px;
  height: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .youtube {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    margin: 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 40px 0 80px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h2:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: -30px;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  color: #009fe8;
  position: relative;
  margin: 40px 0 40px 50px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h3 {
    font-size: 2.0rem;
    margin: 45px 0 20px 30px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h3:before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background: #009fe8;
  top: 16px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner h3:before {
    width: 20px;
    top: 15px;
    left: -30px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner em {
  display: block;
  padding: 30px;
  background: #e5f6ff;
  color: #009fe8;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner em {
    font-size: 1.4rem;
    padding: 20px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner strong {
  color: #f29d00;
  font-weight: normal;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner img.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner img {
    width: 80%;
    height: auto;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout {
  width: 100%;
  background: #e5f6ff;
  padding: 50px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout {
    padding: 20px;
    margin: 50px 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .ttl,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #009fe8;
  font-weight: normal;
  position: relative;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .ttl,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .ttl {
    font-size: 2.0rem;
    position: static;
    margin: 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .ttl:before,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .ttl:before {
  content: "";
  width: 5px;
  height: calc(100% - 0.5em);
  background: #009fe8;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .ttl:before,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .ttl:before {
    conent: none;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list {
  margin: 43px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list {
    margin: 18px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #009fe8;
  position: relative;
  margin: 0 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item {
    font-size: 1.4rem;
    margin: 0 0 0 30px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item:before,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -45px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item:before,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item:before {
    width: 20px;
    height: 20px;
    left: -30px;
    top: -2px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item:after,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item:after {
  content: "";
  width: 12px;
  height: 5px;
  border-top: 3px solid #009fe8;
  border-right: 3px solid #009fe8;
  position: absolute;
  left: -37px;
  top: 7px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item:after,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item:after {
    width: 9px;
    height: 4px;
    border-top: 2px solid #009fe8;
    border-right: 2px solid #009fe8;
    left: -25px;
    top: 3px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item + .item,
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item + .item {
  margin: 30px 0 0 45px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .point-layout > .list > .item + .item,
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list > .item + .item {
    margin: 12px 0 0 30px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subttl_outer {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subttl_outer {
    margin: 18px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subttl_outer > .subttl {
  display: table-cell;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 4px 20px;
  background: #009fe8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subttl_outer > .subttl {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 12px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list {
  margin: 23px 0 0;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout > .list .item {
  line-height: 1.9;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock {
  margin: 30px 0 0;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock {
    padding: 20px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #009fe8;
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .ttl {
    font-size: 2.0rem;
    position: static;
    margin: 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .ttl:before {
  content: "";
  width: 5px;
  height: calc(100% - 0.5em);
  background: #009fe8;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .ttl:before {
    content: none;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list {
    margin: 16px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list > .item {
  font-size: 1.6rem;
  line-height: 2;
  color: #323232;
  position: relative;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list > .item {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list > .item:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #009fe8;
  position: absolute;
  top: 8px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list > .item:before {
    top: 2px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .achievement-layout .subblock > .list > .item + .item {
  margin: 15px 0 0 18px;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout {
  margin: 100px 0;
  border: 2px solid #e6e6e6;
  padding: 50px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 20px;
    margin: 50px 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: normal;
  color: #009fe8;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout h3 {
    font-size: 2.0rem;
    margin: 0 0 14px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout h3:before {
  content: none;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout em {
  font-size: 1.6rem;
  padding: 0;
  display: inline;
  color: #323232;
  background: none;
  font-weight: bold;
  font-style: normal;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout strong {
  color: #f29d00;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout img {
    max-width: 100%;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout img + img {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .example-layout img + img {
    margin: 20px 0 0;
    display: block;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 {
  border: 2px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 {
    display: block;
    margin: 0 0 15px;
    padding: 15px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .appearance {
  width: 350px;
  height: 250px;
  min-width: 350px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .appearance {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .appearance img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .appearance {
    margin: 0 0 15px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .embrem {
    margin: 0 15px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .embrem.u_sp {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .embrem.u_sp > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap {
  width: 100%;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap .icon > .inner {
    height: 25px;
    padding: 0 12px;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap .icon > .inner .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap .icon > .inner .txt {
    font-size: 1.2rem;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap > .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 16px 0 6px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap > .ttl {
    font-size: 1.4rem;
    display: inline-block;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap .place {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .txtwrap .place {
    font-size: 1.4rem;
    display: inline-block;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .embrem {
  width: 120px;
  height: 120px;
  min-width: 120px;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .ttlwrap .embrem > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 {
    margin: 15px 0 0;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .ttl {
  font-size: 1.6rem;
  font-weight: normal;
  color: #969696;
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .ttl {
    font-size: 1.4rem;
    display: block;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item {
  font-size: 1.6rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item {
    font-size: 1.4rem;
    display: block;
  }
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link {
  position: relative;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link:link, .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link:active, .p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link:hover {
  color: #009fe8;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
}
.p_single_casestudy .l_container .l_content .l_main > .inner .detail > .inner .infowrap02 .outer .datawrap .school_detail2 .t_wrap .detailwrap .item .link:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_outlink.png) center center/contain;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p_single_casestudy .l_container .l_content .pagerouter {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  background: #f5f5f5;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .pagerouter {
    padding: 50px 0;
  }
}
.p_single_casestudy .l_container .l_content .section.relation {
  padding: 100px 0;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner {
  padding: 0 20px;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .slick-list {
  margin: 0 -10px;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .slick-slide {
  border: 1px solid #e6e6e6;
  margin: 0 10px;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .slick-next:before {
  content: '>';
  color: #009fe8;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .slick-prev:before {
  content: '<';
  color: #009fe8;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list {
  width: calc(100% / 3);
  border: 1px solid #e6e6e6;
  border-left-width: 0;
  box-sizing: border-box;
  position: relative;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list {
    outline: none;
    border-left-width: 1px;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:nth-child(3n+1) {
  border-left-width: 1px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:nth-child(3n+1) {
    border-left-width: 1px;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:nth-child(n+5) {
  border-left-width: 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:nth-child(n+5) {
    border-left-width: 1px;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:hover {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:hover {
    outline: inherit;
    box-shadow: none;
    border-color: #e6e6e6;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  border: 2px solid #009fe8;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list:hover:before {
    border: none;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a {
  padding: 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a {
    padding: 20px;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a:hover {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a:hover {
    outline: inherit;
    box-shadow: none;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a:hover > .imgwrap > img {
  opacity: 1;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .imgwrap {
  width: 340px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .imgwrap {
    width: 100%;
    height: 100%;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .imgwrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a .c_ico_3 {
  margin: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a .c_ico_3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a .c_ico_3 .inner .u_txt_1 {
    font-size: 12px;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .ttl_4 {
  font-weight: bold;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  line-height: 2em;
  max-height: 4em;
  text-align: justify;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .ttl_4::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 4px;
  background-color: #fff;
  width: 1.1em;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .ttl_4::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 2em;
  background-color: #fff;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .txt_1.textover {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .txt_1.textover_2row {
  overflow: hidden;
  position: relative;
  line-height: 2;
  max-height: 4em;
  text-align: justify;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .txt_1.textover_2row::before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #fff;
  width: 1em;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .column_contents > .inner > .lists .list > a > .txtwrap > .txt_1.textover_2row::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 2em;
  background-color: #fff;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents {
    padding: 50px 0;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .ttl_1 {
  margin: 0 0 40px;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt {
  position: relative;
  font-size: 16px;
  margin: 25px 0 0 175px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt {
    padding: 30px 0;
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt.first {
  margin: 0 0 0 175px;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt.first {
    border-top: none;
    margin: 0;
    padding: 0 0 30px;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt.first > a {
  position: relative;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt.first > a > .new {
  content: 'NEW';
  color: #f29d00;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt:nth-child(2), .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt:nth-child(3) {
  border-bottom: none;
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt > span {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt > span {
    position: static;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt > a {
  display: inline-block;
  margin: 0 0 0 140px;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .txt > a {
    padding: 0;
    margin: 5px 0 0;
    line-height: 1.5;
  }
}
.p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .btnwrap > .c_btn_1 {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p_single_casestudy .l_container .l_content .section.relation > .inner > .news_contents > .btnwrap > .c_btn_1 {
    margin: 50px auto 0;
  }
}

/*# sourceMappingURL=p_single_casestudy.css.map */
