@charset "UTF-8";
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

/* side 追従ボタン用
*******************/
.single-post {
  overflow: initial;
}
.single-post header.header2022 {
  top: 0;
}
.single-post #breadcrumbs {
  margin-top: 0 !important;
}
.single-post #side {
  margin-bottom: -9rem;
}
.single-post .findbtn {
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 12rem;
}
.single-post #btn_request a {
  background-color: #ff9020;
}
@media screen and (max-width: 1084px) {
  .single-post .findbtn {
    display: none;
    padding-top: 0;
    position: fixed;
    bottom: 3rem;
    left: inherit;
    right: 8rem;
    top: inherit;
    z-index: 99;
  }
  .single-post .findbtn .cm-btn {
    width: 22rem;
  }
  .single-post .findbtn .cm-btn a {
    font-size: 1.8rem;
    height: 5.4rem;
    min-height: inherit;
  }
  .single-post .findbtn .cm-btn a::before {
    right: 2rem;
  }
  .single-post #btn_request {
    right: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .single-post .findbtn {
    right: 12rem;
  }
  .single-post .findbtn .cm-btn a {
    height: 6.07rem;
  }
  .single-post #btn_request {
    right: 36rem;
  }
  .single-post #btn_request a {
    padding: 2.2rem 8.8rem;
  }
}
@media screen and (max-width: 660px) {
  .single-post .findbtn {
    left: 33.5rem;
    bottom: 1.5rem;
  }
  .single-post .findbtn .cm-btn {
    line-height: 1;
    width: 26rem;
  }
  .single-post .findbtn .cm-btn a {
    line-height: 1;
    height: 6rem;
  }
  .single-post #btn_request {
    left: 0;
    right: 0;
  }
  .single-post #btn_request a {
    width: 30rem;
    height: 6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .single-post .findbtn {
    left: 21.5rem;
  }
  .single-post .findbtn .cm-btn {
    width: 18rem;
  }
  .single-post .findbtn .cm-btn a {
    height: inherit;
    padding: 1.95rem 0;
  }
  .single-post .findbtn .cm-btn a::before {
    right: 1rem;
  }
  .single-post #btn_request a {
    width: 18rem;
    height: inherit;
    padding: 2rem 0;
  }
}

/* side 追従ボタン用 ここまで
*******************/
.cm-mv {
  padding: 14rem 0 12rem;
}
.cm-mv .ttl {
  max-width: 1024px;
  margin: auto;
  line-height: 1.35;
}

.single .post-img {
  margin-bottom: 1.5rem;
}
.single .post-img img {
  width: 100%;
}
.single .left-column h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background: #fffaf4;
  border-left: solid 0.5rem #e60012;
  margin: 3rem auto 2rem;
}
.single .left-column h3 {
  color: #e60012;
  background: #eee;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 2rem auto 1rem;
}
.single .left-column h4 {
  font-size: 1.8rem;
  color: #e60012;
  margin: 2rem auto 1.5rem;
}
.single .left-column p {
  line-height: 2;
}
.single .left-column ul {
  margin-left: 2rem;
}
.single .left-column ul li {
  list-style: inside;
  list-style-position: outside;
}
.single .left-column .link-box {
  justify-content: space-between;
  margin: 3rem 0;
}
.single .left-column .link-box .cm-btn {
  width: 100%;
}
.single .left-column .link-box .cm-btn a {
  width: 100%;
}
.single .left-column .link-box .cm-btn + .cm-btn {
  margin-left: 1.5rem;
}
.single .left-column .time {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.single .left-column .category-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 0;
}
.single .left-column .category-box li {
  list-style: none;
}
.single .left-column .category-box li a {
  border: solid 1px #0645ad;
  background: #0645ad;
  line-height: 1;
  padding: 1rem;
  display: inline-block;
  color: #ffffff;
  border-radius: 0.3rem;
}
.single .left-column .sns-box {
  margin-top: 3rem;
}
.single .left-column .sns-box ul {
  display: flex;
  margin-left: 0;
}
.single .left-column .sns-box li {
  list-style: none;
  width: 100%;
}
.single .left-column .sns-box li a {
  width: 100%;
  display: block;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  transition: 0.3s;
}
.single .left-column .sns-box li a:hover {
  opacity: 0.7;
}
.single .left-column .sns-box li .sns-facebook {
  background: #3b5998;
}
.single .left-column .sns-box li .sns-twitter {
  background: #55acee;
}
.single .left-column .sns-box li .sns-hatena {
  background: #00a5de;
}
.single .left-column .wp-caption {
  width: 100% !important;
  height: auto;
}

.supervision {
  background: #f0f0f0;
  padding: 2.5rem 3rem;
  margin: 3rem 0 1.5rem;
}
.supervision-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #d76860;
}
.supervision-box {
  display: flex;
  justify-content: center;
}
.supervision-img {
  width: 18%;
  margin-right: 4%;
}
.supervision-img img {
  border-radius: 50%;
}
.supervision-text {
  width: 78%;
}
.supervision-text .company-name {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.supervision-name {
  color: #d76860;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.supervision-name ruby {
  font-size: 2rem;
}
.supervision-name-en {
  margin-left: 1rem;
  font-size: 1.2rem;
}
.supervision-comment {
  font-size: 1.2rem;
}

#toc_container {
  margin-top: 3rem;
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 1.5rem;
}
#toc_container .toc_title {
  background: #bfcbda;
  text-align: center;
  font-weight: 600;
}
#toc_container .toc_list {
  margin-top: 1.5rem;
  padding: 0 2rem;
}
#toc_container .toc_list a {
  color: #0645ad;
}
#toc_container .toc_list ul {
  margin-left: 1.5rem;
}
#toc_container .toc_list li {
  margin-bottom: 0.6rem;
}
#toc_container .toc_list > li {
  margin-bottom: 1rem;
}
#toc_container .toc_list > li > a {
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.6rem;
}

.related {
  padding: 8rem 0;
}
.related-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.related-link {
  position: relative;
  border: 2px solid #00B0AE;
  padding: 3rem;
  margin: 6rem 0;
}
.related-link p {
  position: absolute;
  bottom: 100%;
  left: -2px;
  background-color: #00B0AE;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1 !important;
}
.related-link ul {
  margin-left: 0 !important;
}
.related-link li {
  margin-bottom: 0.6rem;
  list-style: none !important;
}
.related-link li:last-child {
  margin-bottom: 0;
}
.related-link li a {
  text-decoration: none;
  color: #333333;
}
.related-link li a::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  color: #00B0AE;
  margin-right: 0.6rem;
}

@media screen and (max-width: 768px) {
  .cm-mv .ttl {
    padding: 0 3rem;
  }
  .supervision {
    padding: 3rem;
  }
  .supervision-name {
    font-size: 1.8rem;
  }
  .supervision-name ruby {
    font-size: 2.2rem;
  }
  .supervision-name-en {
    font-size: 1.6rem;
    display: block;
    margin-left: 0;
  }
  .supervision-img {
    width: 30%;
    margin-right: 4%;
  }
  .supervision-img img {
    width: 100%;
  }
  .supervision-text {
    width: 66%;
  }
  .supervision-text .company-name {
    font-size: 1.4rem;
  }
  .supervision-comment {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .supervision-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .single .left-column .link-box .cm-btn a {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .single .left-column .link-box .cm-btn a::before {
    right: 0.5rem;
  }
  .single .left-column h2 {
    margin: 4rem auto 3rem;
  }
  .single .left-column h3 {
    font-size: 2.2rem;
    margin: 3rem auto 2rem;
  }
  .single .left-column h4 {
    font-size: 2rem;
    margin: 3rem auto 2rem;
  }
  .single .left-column p {
    font-size: 1.8rem;
  }
  .single .left-column .time {
    margin-bottom: 2rem;
  }
  .single .left-column .time time {
    display: inline-block;
  }
  .single .left-column .time time:last-child {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .supervision-comment {
    margin-left: -12.5rem;
  }
}
.single-sell-corp .cm-mv {
  position: relative;
}
.single-sell-corp .cm-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.single-sell-corp .cm-mv .ttl {
  position: relative;
  z-index: 3;
}
.single-sell-corp .cm-mv .ttl img {
  max-width: 36rem;
  max-height: 20rem;
}
.single-sell-corp .special-feature-corner h2 {
  font-size: 2.6rem;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background: #fffaf4;
  border-left: solid 5px #d76860;
  margin: 3rem auto;
  line-height: 1.35;
}
.single-sell-corp .special-feature-corner h2 span {
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
  display: block;
}
.single-sell-corp .special-feature-corner h3 {
  color: #d76860;
  background: #eee;
  padding: 1.5rem;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}
.single-sell-corp .company-description {
  display: flex;
}
.single-sell-corp .company-description p {
  width: 100%;
  line-height: 2;
  margin-right: 3rem;
}
.single-sell-corp .company-description iframe {
  width: 100%;
}
.single-sell-corp .company-item {
  margin-top: 3rem;
}
.single-sell-corp .company-item .item-box {
  flex-wrap: wrap;
}
.single-sell-corp .company-item .item-box .item {
  width: 25%;
}
.single-sell-corp .company-item .item-box .item-none {
  display: none;
}
.single-sell-corp .company-item .item-box .item a {
  display: block;
  padding: 1.5rem;
}
.single-sell-corp .company-item .item-box .item a:hover .item-img::before {
  opacity: 1;
}
.single-sell-corp .company-item .item-box .item a:hover .item-img::after {
  opacity: 1;
  pointer-events: auto;
}
.single-sell-corp .company-item .item-box .item-img {
  position: relative;
}
.single-sell-corp .company-item .item-box .item-img::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.single-sell-corp .company-item .item-box .item-img::after {
  content: "eSmartで購入する";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  line-height: 1;
  padding: 10px;
  font-size: 16px;
  background-color: rgba(248, 128, 114, 0.8);
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
.single-sell-corp .company-item .item-box .item-img img {
  width: 100%;
}
.single-sell-corp .company-item .item-box .item-name {
  margin-bottom: 1rem;
}
.single-sell-corp .company-item .item-box .item-price {
  font-size: 1.8rem;
  display: flex;
  align-items: flex-end;
  color: #ff9020;
}
.single-sell-corp .company-item .item-box .item-price .yen-text {
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
.single-sell-corp .company-item .item-box .item-price .item-unit {
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
.single-sell-corp .company-item .item-box .item-price .tax-price {
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
.single-sell-corp .esmart-btn {
  margin-top: 6rem;
}
.single-sell-corp .note {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.single-sell-corp .note a {
  font-size: 1.2rem;
}
.single-sell-corp .btnWrap {
  justify-content: center;
  gap: 1.5rem;
}
.single-sell-corp .btnWrap-item {
  width: 100%;
  max-width: 51rem;
}
.single-sell-corp .btnWrap-item .note b {
  font-size: 1.8rem;
}
.single-sell-corp .btnWrap .cm-btn {
  width: 100%;
}
@media screen and (max-width: 1084px) {
  .single-sell-corp .cm-btn a {
    padding: 0 3rem;
  }
  .single-sell-corp .cm-btn a::before {
    right: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .single-sell-corp .company-item .item-box .item {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .single-sell-corp .cm-mv .ttl {
    padding: 0;
  }
  .single-sell-corp .special-feature-corner h3 {
    margin: 0 auto 2rem;
  }
  .single-sell-corp .company-description {
    flex-wrap: wrap;
  }
  .single-sell-corp .company-description p {
    margin: 0 0 3rem;
  }
  .single-sell-corp .company-description iframe {
    height: 38rem;
  }
  .single-sell-corp .company-item .item-box .item {
    width: 50%;
  }
  .single-sell-corp .company-item .item-box .item-img::after {
    font-size: 1.6rem;
  }
  .single-sell-corp .company-item .item-box .item-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .single-sell-corp .btnWrap {
    flex-wrap: wrap;
    gap: 3rem;
  }
}

.slidewrap {
  margin: 6rem 0;
}
.slidewrap .slick-track {
  margin-left: inherit;
}
.slidewrap .slick-slide {
  padding: 0 0.75rem;
}
.slidewrap .slick-prev {
  left: -1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #ff9020;
  border-radius: 100%;
  color: #ffffff;
  z-index: 3;
}
.slidewrap .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3rem;
  color: #ffffff;
}
.slidewrap .slick-next {
  right: -1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #ff9020;
  border-radius: 100%;
  color: #ffffff;
  z-index: 3;
}
.slidewrap .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3rem;
  color: #ffffff;
}
.slidewrap .img {
  margin-bottom: 1rem;
  border: 1px solid #e9e9e9;
  line-height: 0;
}
.slidewrap .img img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.slidewrap .txt h4 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  line-height: 1.35;
  min-height: 6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.slidewrap .txt .item-description {
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 3.6rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slidewrap .txt .price {
  text-align: right;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.slidewrap .txt .price > .small:nth-of-type(1) {
  display: block;
}
.slidewrap .txt .price .small {
  font-size: 1.4rem;
}
.slidewrap .txt .price .large {
  font-size: 2.4rem;
  margin: 0 0.3rem;
}
.slidewrap .txt .price .unit {
  font-size: 1.2rem;
}
.slidewrap .txt .tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.slidewrap .txt .tag p {
  font-size: 1rem;
}
.slidewrap .txt .tag p:nth-child(1) {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .slidewrap {
    margin: 6rem 0 9rem;
  }
  .slidewrap .slick-slide {
    padding: 0 1rem;
  }
  .slidewrap .txt h4 {
    font-size: 1.8rem;
    min-height: 7.3rem;
  }
  .slidewrap .txt .item-description {
    font-size: 1.6rem;
    min-height: 5.2rem;
  }
  .slidewrap .txt .price {
    line-height: 1.35;
  }
  .slidewrap .txt .price > .small:nth-of-type(1) {
    display: inline-block;
  }
  .slidewrap .txt .price .small {
    font-size: 1.6rem;
  }
  .slidewrap .txt .price .large {
    font-size: 2.6rem;
  }
  .slidewrap .txt .price .unit {
    font-size: 1.4rem;
  }
  .slidewrap .txt .tag p {
    font-size: 1.4rem;
  }
  .slidewrap .txt .tag p:nth-child(1) {
    font-size: 1.2rem;
  }
}

.single-casestudy .cm-mv {
  background-image: inherit;
  padding: 10rem 0;
  background-color: #F5F3D7;
}
.single-casestudy .cm-mv .ttl span {
  margin-top: 0;
  font-size: 4rem;
}
.single-casestudy .cm-mv .ttl b.shadow {
  font-size: 2.8rem;
}
.single-casestudy .cm-content {
  padding: 9rem 0 6rem;
  overflow: hidden;
}
.single-casestudy .cm-content p {
  line-height: 1.65;
}
.single-casestudy .cm-content .lwrap > div {
  margin: 6rem 0;
}
.single-casestudy .cm-advantages-item02 {
  justify-content: center;
}
.single-casestudy .cm-advantages-item02 .item {
  max-width: 72rem;
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
}
.single-casestudy .cm-advantages-item02 .item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-casestudy .cm-mv .ttl span {
    font-size: 2.6rem;
  }
  .single-casestudy .cm-mv .ttl b.shadow {
    font-size: 2rem;
  }
  .single-casestudy .cm-advantages-item02 .cont p {
    width: calc(100% - 21.5rem);
  }
  .single-casestudy .cm-advantages-item02 .cont .img {
    width: 20rem;
  }
}
@media screen and (max-width: 480px) {
  .single-casestudy .cm-advantages-item02 .cont p {
    width: calc(100% - 17.5rem);
  }
  .single-casestudy .cm-advantages-item02 .cont .img {
    width: 16rem;
  }
}

.u-casestudy_item dl {
  counter-reset: dt-counter;
  margin-left: 2.25rem;
  margin-bottom: 1.5rem;
}
.u-casestudy_item dl:first-of-type {
  margin-top: 1rem;
}
.u-casestudy_item dl:last-of-type {
  margin-bottom: 0;
}
.u-casestudy_item dt {
  counter-increment: dt-counter;
  line-height: 1.65;
  position: relative;
}
.u-casestudy_item dt::before {
  content: counter(dt-counter) ". ";
  position: absolute;
  left: -2rem;
}
.u-casestudy_item dd {
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.u-casestudy_item dd:last-of-type {
  margin-bottom: 0;
}
.u-casestudy_item ul {
  margin-left: 2rem;
}
.u-casestudy_item ul li {
  line-height: 1.65;
  list-style: disc;
  margin-bottom: 1rem;
}
.u-casestudy_item ul li:last-of-type {
  margin-bottom: 0;
}
.u-casestudy_item ol {
  margin-left: 2.25rem;
  counter-reset: custom-counter;
}
.u-casestudy_item ol li {
  line-height: 1.65;
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 1rem;
}
.u-casestudy_item ol li:last-of-type {
  margin-bottom: 0;
}
.u-casestudy_item ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: -2rem;
}

.u-casestudy_success {
  margin-top: 0 !important;
  background-color: var(--c-white);
  padding: 5rem;
  border: 0.6rem solid #FFDEDE;
  border-radius: 1rem;
}
.u-casestudy_success h2 {
  font-size: 2.4rem;
  border-bottom: 2px solid var(--c-gray);
  padding-bottom: 1rem;
  line-height: 1.5;
  position: relative;
}
.u-casestudy_success h2::before {
  content: "";
  display: block;
  width: 13rem;
  height: 2px;
  background-color: var(--c-red);
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .u-casestudy_success {
    padding: 3rem;
  }
  .u-casestudy_success h2 {
    font-size: 2.2rem;
  }
}

.u-assignment {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 768px) {
  .u-assignment {
    flex-wrap: wrap;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 6rem;
  }
}

.u-assignment_item {
  width: 100%;
}

.u-assignment_item-text {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .u-assignment_item-text * {
    font-size: 1.8rem;
  }
}

.u-casestudy_subtitle {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.u-casestudy_mintitle {
  background-color: var(--c-gray2);
  padding: 1rem;
  border-radius: 0.3rem;
  font-size: 2rem !important;
  font-weight: 600;
  margin-bottom: 1rem;
}

.u-casestudy_assignment {
  border: 1px solid var(--c-gray2);
}

.u-casestudy_assignment-title {
  font-size: 2rem;
  background-color: var(--c-gray2);
  padding: 1rem 12rem 1rem 2rem;
  position: relative;
}
.u-casestudy_assignment-title::after {
  content: "";
  display: block;
  width: 8.4rem;
  height: 8.8rem;
  background: url("../images/casestudy/icon-trouble.svg") no-repeat center top;
  background-size: 100%;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
}

.u-casestudy_solution {
  border: 1px solid #FFDEDE;
}

.u-casestudy_solution-title {
  font-size: 2rem;
  background-color: #FFDEDE;
  padding: 1rem 12rem 1rem 2rem;
  position: relative;
}
.u-casestudy_solution-title::after {
  content: "";
  display: block;
  width: 7rem;
  height: 8.8rem;
  background: url("../images/casestudy/icon-solution.svg") no-repeat center top;
  background-size: 100%;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
}

.u-casestudy_solution-text {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .u-casestudy_solution-text * {
    font-size: 1.8rem;
  }
}

.u-casestudy_details {
  background-color: var(--c-gray);
  padding: 6rem 0;
  position: relative;
}
.u-casestudy_details::before, .u-casestudy_details::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: var(--c-gray);
  position: absolute;
  top: 0;
  z-index: -1;
}
.u-casestudy_details::before {
  left: -50vw;
}
.u-casestudy_details::after {
  right: -50vw;
}

.u-casestudy_result {
  font-size: 2rem;
  padding: 2rem 3rem;
  border: 1px solid var(--c-blue);
  border-radius: 1rem;
  max-width: 72rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-casestudy_result * {
  font-size: 2rem !important;
}
.u-casestudy_result p:not([class]) {
  margin-bottom: 1.5rem;
}
.u-casestudy_result p:not([class]):last-of-type {
  margin-bottom: 0;
}

.u-casestudy_result-title {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: var(--c-blue);
  border-radius: 0.3rem;
  color: var(--c-white);
  padding: 0.6rem 2rem;
  margin-left: -4rem;
  width: calc(100% + 4rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-casestudy_result-title {
    padding: 0.6rem 2rem;
  }
}

.u-casestudy_result-large {
  font-weight: 500;
  color: var(--c-blue);
}

.u-casestudy_point {
  max-width: 72rem;
  padding: 2rem 3rem;
  border: 1px solid var(--c-pink);
  border-radius: 1rem;
  background-color: rgba(255, 253, 229, 0.8);
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-casestudy_point .u-casestudy_mintitle {
  border-bottom: 1px solid var(--c-pink);
  padding-bottom: 1.5rem;
}
.u-casestudy_point * {
  font-size: 2rem !important;
}
.u-casestudy_point p:not([class]) {
  margin-bottom: 1.5rem;
}
.u-casestudy_point p:not([class]):last-of-type {
  margin-bottom: 0;
}

.u-casestudy_point-title {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: var(--c-red);
  border-radius: 0.3rem;
  color: var(--c-white);
  padding: 0.6rem 2rem;
  margin-left: -4rem;
  width: calc(100% + 4rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-casestudy_point-title {
    padding: 0.6rem 2rem;
  }
}

.u-casestudy_point-large {
  font-weight: 500;
  color: var(--c-red);
}

.u-casestudy_company {
  max-width: 72rem;
  margin: 0 auto 6rem !important;
}
.u-casestudy_company table {
  width: 100%;
  border: 1px solid var(--c-gray);
}
.u-casestudy_company th {
  background-color: var(--c-gray);
  border: 1px solid var(--c-gray2);
  text-align: left;
  font-weight: 500;
  padding: 1.5rem 3rem;
  white-space: nowrap;
}
.u-casestudy_company td {
  border: 1px solid var(--c-gray2);
  font-weight: 500;
  padding: 1.5rem 3rem;
}

.casestudy-theme_green > div {
  margin: 6rem 0;
}

.casestudy-theme_green .u-casestudy_company th, .casestudy-theme_buy .u-casestudy_company th {
  background-color: #D8F0A8;
  border: 1px solid #9FDA2A;
}
.casestudy-theme_green .u-casestudy_company td, .casestudy-theme_buy .u-casestudy_company td {
  border: 1px solid #9FDA2A;
}
.casestudy-theme_green .u-casestudy_success, .casestudy-theme_buy .u-casestudy_success {
  border: 0.6rem solid #9FDA2A;
}
.casestudy-theme_green .u-casestudy_success h2, .casestudy-theme_buy .u-casestudy_success h2 {
  border-bottom: 2px solid #F5F5F5;
}
.casestudy-theme_green .u-casestudy_success h2:before, .casestudy-theme_buy .u-casestudy_success h2:before {
  background-color: #9FDA2A;
}
.casestudy-theme_green .u-assignment .u-casestudy_assignment, .casestudy-theme_buy .u-assignment .u-casestudy_assignment {
  border: 1px solid #D8F0A8;
}
.casestudy-theme_green .u-assignment .u-casestudy_assignment .u-casestudy_assignment-title, .casestudy-theme_buy .u-assignment .u-casestudy_assignment .u-casestudy_assignment-title {
  background-color: #D8F0A8;
}
.casestudy-theme_green .u-assignment .u-casestudy_solution, .casestudy-theme_buy .u-assignment .u-casestudy_solution {
  border: 1px solid #81BD16;
}
.casestudy-theme_green .u-assignment .u-casestudy_solution .u-casestudy_solution-title, .casestudy-theme_buy .u-assignment .u-casestudy_solution .u-casestudy_solution-title {
  background-color: #81BD16;
}
.casestudy-theme_green .u-casestudy_details, .casestudy-theme_buy .u-casestudy_details {
  background-color: #F5FEE3;
}
.casestudy-theme_green .u-casestudy_details::before, .casestudy-theme_buy .u-casestudy_details::before {
  background-color: #F5FEE3;
}
.casestudy-theme_green .u-casestudy_details::after, .casestudy-theme_buy .u-casestudy_details::after {
  background-color: #F5FEE3;
}
.casestudy-theme_green .u-casestudy_details .cm-advantages-item02 .icowrap, .casestudy-theme_buy .u-casestudy_details .cm-advantages-item02 .icowrap {
  background-color: #81BD16;
}
.casestudy-theme_green .u-casestudy_details .cm-advantages-item02 .ttl h3, .casestudy-theme_buy .u-casestudy_details .cm-advantages-item02 .ttl h3 {
  color: #81BD16;
}

.u-casestudy_point-summary {
  position: relative;
  padding-top: 10px;
  margin-top: 30px;
  color: #E60012;
  text-align: center;
}
.u-casestudy_point-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 2px;
  background: repeating-linear-gradient(to right, #E60012 0px, #E60012 4px, transparent 4px, transparent 10px);
  transform: translateX(-50%);
}/*# sourceMappingURL=new-single.css.map */