.article {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .article {
	  width: 93%;
      margin: 0 auto;
  }
}


.sec {
  width: 1120px;
	max-width: 100%;
  padding: 48px 40px 120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
	background:#fff;
}
@media screen and (max-width: 768px) {
  .sec {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 100%;
    padding: 20px 4.6875%;
  }
	.sec__inner.case_body {
		padding:0px 4.6875% 20px;
	}
}
.sec__inner h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
.sec__inner h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  margin: 80px 0 48px;
  padding: 0 15px 20px;
  border-bottom: 1px solid #043d78;
}
@media screen and (max-width: 768px) {
  .sec__inner h2 {
    padding: 0 10px 10px;
    margin: 72px 0 36px;
    font-size: 20px;
  }
}
.sec__inner h2:first-of-type {
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .sec__inner h2:first-of-type {
    margin: 0 0 36px;
  }
}

.sec__inner  h2.sec4__ttl {
	font-size: 36px;
	margin: 0 0 48px;
    padding: 0;
    border-bottom: none;
	text-align: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.sec__inner  h2.sec4__ttl {
		font-size: 22px;
		margin: 0 0 24px;
	}
}
.sec__inner.case_body h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.6;
    margin: 48px 0 24px;
    padding: 10px 16px;
    border-left: 4px solid #FFE168;
    border-radius: 0 4px 4px 0;

}
@media screen and (max-width: 768px) {
  .sec__inner.case_body h3 {
		font-size: 17px;
		padding: 5px 10px;
	  margin: 24px 0 12px;
  }
}
.sec__inner h4 {
  font-size: 16px;
  color: #00727e;
  line-height: 1.3;
  font-weight: bold;
  margin: 40px 0 32px;
}
@media screen and (max-width: 768px) {
  .sec__inner h4 {
    margin: 36px 0;
  }
}

.wysywyg {
	width: 880px;
	max-width: 100%;
	margin: 0 auto
}

.sec__inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec__inner .info .c-term_1 {
  margin: 0 0 0 44px;
  position: relative;
}
.sec__inner .info .c-term_1:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #043d78;
  position: absolute;
  top: 17px;
  left: -35px;
  -webkit-transform: rotate(60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.sec__inner .wysywyg p,
.sec__inner .wysywyg li,
.sec__inner .wysywyg figcaption {
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
	.sec__inner .wysywyg p,
	.sec__inner .wysywyg li,
	.sec__inner .wysywyg figcaption {
		font-size: 14px;
		line-height: 1.8;
	}	
}
.case_body p strong {
    font-weight: 900;
	color: var(--color-blue);
}
.sec__inner .wysywyg p,
.sec__inner .wysywyg ul {
  margin: 20px 0;
}
.sec__inner .wysywyg li {
  padding: 0 0 0 20px;
  position: relative;
}
.sec__inner .wysywyg li:not(:first-of-type) {
  margin: 5px 0 0;
}
.sec__inner .wysywyg li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: var(--ink);
  border-radius: 50%;
}
.sec__inner .wysywyg a {
  text-decoration: underline;
  color: #043d78;
}

.case_body .quote-block {
    background: #FFFCEF;
    border-left: 4px solid #E9E3C3;
    border-radius: 0 8px 8px 0;
    padding: 24px 28px;
    margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
	.case_body .quote-block {
        padding: 15px;
    }
}
 
.case_body .quote-block p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin:0 0 8px;
}
@media screen and (max-width: 768px) {
	.case_body .quote-block p {
		font-size: 14px;
		line-height: 1.8;
	}
}
 
.case_body .quote-block em {
    display: block;
    font-size: 14px;
    color: #888;
    font-style: italic;
}




/* Image */
.case-body__image {
    margin: 28px auto;
    text-align: center;
}
@media (max-width: 768px) {
	.case-body__image {
		margin: 0 auto 16px;
	}
}
 
.case-body__image img {
    max-width: 720px;
    width: 100%;
    height: auto;
/*     border-radius: 8px; */
    display: block;
    margin: 0 auto;
}

 
.sec__inner p.case-body__caption {
    font-size: 13px;
    color: #888;
    margin-top: 9px;
    text-align: center;
}
@media (max-width: 768px) {
	.sec__inner p.case-body__caption {
		margin: 5px 0;
	}
}


@media screen and (max-width: 768px) {
  .sec1 {
    padding: 0 0 80px 0;
  }
}
.sec1 .terms-wrapper {
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec1 .terms-wrapper {
    margin: 0 0 28px 0;
  }
}
.sec1 .term-tag {
  border: 1px solid #222;
  border-radius: 999px;
  background: #fff;
  padding: 5px 10px 3px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sec1 .term-tag {
    padding: 7px 12px 5px;
  }
}
.sec1__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec1__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.sec1__thumb {
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #043d78;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec1__thumb {
    width: 100%;
    border: 1px solid #043d78;
    height: inherit;
  }
}
.sec1__thumb img {
  width: 100%;
}
.sec1__info {
  width: calc(100% - 450px);
}
@media screen and (max-width: 768px) {
  .sec1__info {
    width: 100%;
  }
}
.sec1__info .name {
  color: #d28146;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec1__info .name {
    font-size: 20px;
  }
}
.sec1__info .lead {
  margin: 5px 0 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec1__info .lead {
    font-size: 20px;
    margin: 24px 0 0;
  }
}
.sec1__info .desc {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec1__info .desc {
    font-size: 14px;
  }
}
.sec1__info .desc p + p {
  margin: 24px 0 0;
}

.sec2 {
  margin: 80px 0 0;
  background: #fff;
  padding: 80px 120px;
}
@media screen and (max-width: 768px) {
  .sec2 {
    padding: 72px 4.6875% 48px;
    margin: 0 -4.9875%;
  }
}

.sec_3 {
  background: #fbf2ed;
}
.sec_3.sec {
  padding: 0;
  margin: inherit;
  width: 100%;
}
.sec_3 .sec__inner {
  padding: 64px 0;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_3 .sec__inner {
    padding: 36px 20px;
  }
}
.sec_3 .sec__inner h2 {
  border-bottom: none;
  margin: 0;
  padding: 150px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sec_3 .sec__inner h2 {
    padding: 90px 0 0;
  }
}
.sec_3__ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #d28146;
  text-align: center;
  padding: 150px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_3__ttl {
    font-size: 24px;
    padding: 90px 0 0;
  }
}
.sec_3__ttl:before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../../img/case/check_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_3__ttl:before {
    width: 70px;
    height: 70px;
  }
}
.sec_3__flex {
  margin: 64px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .sec_3__flex {
    margin: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec_3__item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 36px 20px;
}
@media screen and (max-width: 768px) {
  .sec_3__item {
    display: block;
    width: 100%;
    padding: 20px;
    background-image: -webkit-linear-gradient(left, #222, #222 6px, transparent 6px);
    background-image: linear-gradient(to right, #222, #222 6px, transparent 6px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.sec_3__item:last-of-type {
  background-image: none;
}
.sec_3__item:nth-child(2) {
  border-right: 1px dashed #222;
  border-left: 1px dashed #222;
}
@media screen and (max-width: 768px) {
  .sec_3__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}
.sec_3__item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec_3__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_3__item_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sec_3__item_img {
  width: 100px;
}
.sec_3__item_img > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_3__item_img {
    width: 48px;
  }
}
.sec_3__item_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_3__item_contents {
    margin-left: 12px;
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.sec_3__item_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec_3__item_ttl {
    margin: 0;
    font-size: 16px;
  }
}
.sec_3__item_txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_3__item_txt {
    font-size: 12px;
  }
}
.sec_3__item_btn_box {
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .sec_3__item_btn_box {
    margin: 20px 0 0;
  }
}
.sec_3__item_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px 0 25px;
  height: 60px;
  background: #d28146;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .sec_3__item_btn {
    padding: 0 35px;
    width: 100%;
  }
}
.sec_3__item_btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .sec_3__item:hover {
    opacity: 1;
  }
  .sec_3__item:hover span {
    color: rgb(210, 129, 70);
    background: -webkit-radial-gradient(circle, #ffffff 0%, rgb(210, 129, 70) 600%);
    background: radial-gradient(circle, #ffffff 0%, rgb(210, 129, 70) 600%);
  }
  .sec_3__item:hover span:before {
    border-color: rgb(210, 129, 70);
  }
}

.sec4 {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec4 {
    padding: 24px 0 48px;
  }
}
.sec4__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec4__ttl > a {
  font-size: 16px;
  font-weight: 700;
  color: #043d78;
  padding-right: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec4__ttl > a {
    font-size: 14px;
  }
}
.sec4__ttl > a::after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-top: #043d78 solid 2px;
  border-right: #043d78 solid 2px;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  top: 38%;
  right: 0;
}
.sec4 .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec4 .btnwrap {
    display: block;
  }
}
.btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.sec4 #load-more {
  margin: 80px 0 0;
  width: 280px;
  height: 60px;
  background: #fff;
  color: var(--color-pink);
	border: 2px solid var(--color-pink);
	border-radius:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	position:relative;
}
@media screen and (max-width: 768px) {
  .sec4 #load-more {
    margin: 28px auto 0;
  }
}
.sec4 #load-more:hover {
  background: var(--color-pink);
  color: #fff;
}
.sec4 #load-more:hover span {
  color: #fff;
}
.sec4 #load-more:hover span:before {
  border-color: #043d78;
}
.sec4 #load-more span {
  font-size: 20px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec4 #load-more span {
    font-size: 14px;
  }
}
.sec4 #load-more span.btn-cta-common__icon {
	border-radius:50%;
	background:var(--color-pink);
	color: #fff;
	position: absolute;
    right: 0;
	font-size: 14px;
	top: 0;
    bottom: 0;
    margin: auto;
}
.sec4 #load-more:hover span.btn-cta-common__icon {
	background:#fff;
	color: var(--color-pink);
}

.sec4 ul {
    display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
	flex-wrap:wrap;
    margin-bottom: 36px;
}
@media (max-width: 1024px) {
    .sec4 ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sec4 ul {
        grid-template-columns: 1fr;
    }
}


.sec4 ul li {
  background: #FBF6DB;
	padding: 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
/* 	width: 357px; */
	max-width: 100%;
}

.sec4 ul li:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.sec4 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  padding: 15px 0;
}
.sec4 ul li .day {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0;
}
.sec4 ul li .cat-1 {
  background: #FFE168;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  width: auto;
  text-align: center;
  position: relative;
}

.sec4 ul li .cat-1.notice {
  color: #d28146;
  border-color: #d28146;
}
.sec4 ul li .cat-1.service {
	background:#fff;
	border: 1px solid #E9E3C3;
}
.sec4 ul li .name {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color:#48403E;
	margin-top: 5px;
}

.sec5 {
  padding: 48px;
  background: #f2f5f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec5 {
    padding: 36px;
    margin: 0 -18px;
    gap: 20px;
  }
}
.sec5__img {
  width: 375px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .sec5__img {
    width: auto;
    height: auto;
  }
}
.sec5__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec5__txt {
  width: calc(100% - 425px);
}
@media screen and (max-width: 768px) {
  .sec5__txt {
    width: 100%;
  }
}
.sec5__desc1 {
  color: #00727e;
  font-size: 16px;
  font-weight: 700;
}
.sec5__desc2 {
  margin: 15px 0 25px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec5__desc2 {
    margin: 8px 0 20px;
    font-size: 20px;
  }
}
.sec5__desc3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.box {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.box.column3 .box__item {
  width: 33.3333333333%;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .box.column3 .box__item {
    width: 100%;
    padding: 16px 0;
  }
}
.box.column4 .box__item {
  width: 50%;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .box.column4 .box__item {
    width: 100%;
    padding: 16px 0;
  }
}
.box__ttl {
  text-align: center;
  padding: 0 0 5px;
}
.box__ttl span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
.box__ttl._assignment {
  border-bottom: 1px solid #043d78;
}
@media screen and (max-width: 768px) {
  .box__ttl._assignment {
    text-align: left;
  }
}
.box__ttl._assignment span {
  color: #043d78;
}
@media screen and (max-width: 768px) {
  .box__ttl._assignment span {
    padding-left: 43px;
  }
}
.box__ttl._assignment span:before {
  position: absolute;
  content: url(../../img/case/checklist.svg);
  top: 2px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .box__ttl._assignment span:before {
    left: 10px;
  }
}
.box__ttl._solution {
  border-bottom: 1px solid #00727e;
}
@media screen and (max-width: 768px) {
  .box__ttl._solution {
    text-align: left;
  }
}
.box__ttl._solution span {
  color: #00727e;
}
@media screen and (max-width: 768px) {
  .box__ttl._solution span {
    padding-left: 43px;
  }
}
.box__ttl._solution span:before {
  position: absolute;
  content: url(../../img/case/psychology.svg);
  top: 2px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .box__ttl._solution span:before {
    left: 10px;
  }
}
.box__ttl._effect {
  border-bottom: 1px solid #d28146;
}
@media screen and (max-width: 768px) {
  .box__ttl._effect {
    text-align: left;
  }
}
.box__ttl._effect span {
  color: #d28146;
}
@media screen and (max-width: 768px) {
  .box__ttl._effect span {
    padding-left: 43px;
  }
}
.box__ttl._effect span:before {
  position: absolute;
  content: url(../../img/case/emoji_objects.svg);
  top: 2px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .box__ttl._effect span:before {
    left: 10px;
  }
}
.box__ttl._features {
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .box__ttl._features {
    text-align: left;
  }
}
.box__ttl._features span {
  color: #222;
}
@media screen and (max-width: 768px) {
  .box__ttl._features span {
    padding-left: 43px;
  }
}
.box__ttl._features span:before {
  position: absolute;
  content: url(../../img/case/school.svg);
  top: 2px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .box__ttl._features span:before {
    left: 10px;
  }
}
.box__lists {
  margin: 20px 0 0;
}
.box__list {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.box__list:not(:first-of-type) {
  margin: 5px 0 0;
}
.box__list:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  position: absolute;
  top: 8px;
  left: 7px;
  border-radius: 50%;
}

.wp-block-flexible-table-block-table {
  margin: 30px 0;
  padding: 20px;
}
.wp-block-flexible-table-block-table tr td {
  font-size: 16px;
  padding: 15px 10px !important;
}

.wp-block-image {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .wp-block-image {
    margin: 48px 0 0;
  }
}

.backbtn {
  padding: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.backbtn__item {
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  width: 235px;
  background: #043d78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.backbtn__item:hover {
  color: #043d78;
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.backbtn__item:hover .backbtn__txt:before {
  border-bottom: 2px solid #043d78;
  border-right: 2px solid #043d78;
}
.backbtn__txt {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  position: relative;
}
.backbtn__txt:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* .post-list .post-item {
  width: 33.3333333333%;
} */
@media screen and (max-width: 768px) {
  .post-list .post-item {
    width: 100%;
  }
}
.post-list .post-item a {
  width: 100%;
  display: block;
  padding: 0;
}
.post-list .thumbnail-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
	margin-top:15px;
}
.post-list .thumbnail-outer .subtext {
  display: none;
}
@media screen and (max-width: 768px) {
  .post-list .thumbnail-outer .subtext {
    display: block;
    padding: 0 16px;
    color: #00727e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(left, #99b0c8, #99b0c8 3px, transparent 3px);
    background-image: linear-gradient(to right, #99b0c8, #99b0c8 3px, transparent 3px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.post-list .thumbnail {
  width: calc(100% + 32px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-list .thumbnail {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.post-list .thumbnail img {
  max-width: 100%;
	width:100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .post-list .thumbnail img {
    height: 100%;
    width: 100%;
  }
}
.post-list .block {
  display: block;
}
.post-list .catwrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .post-list .catwrap {
    margin: 12px 0 0;
  }
}
.post-list .catwrap .cat {
	display: inline-block;
    padding: 4px 10px;
    background: var(--color-bg);
    border: 1px solid #FFE168;
    border-radius: 20px;
    font-size: 11px;
    color: #48403E;
    white-space: nowrap;
	width: auto;
	margin: 0;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
  .post-list .catwrap .cat {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.post-list .catwrap .cat:before {
  display: none;
}
.post-list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-list .logo {
  width: 100px;
  height: auto;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 768px) {
  .post-list .logo {
    display: none;
  }
}
.post-list .logo > img {
  max-width: 100%;
}
.post-list .title {
  margin: 16px 0 16px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #103FCD;
  display: -webkit-box;
  -webkit-box-orient: vertical;
/*   -webkit-line-clamp: 2; */
  overflow: hidden;
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
  .post-list .title {
    font-size: 14px;
  }
}
.post-list .subtext {
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #00727e;
}
@media screen and (max-width: 768px) {
  .post-list .subtext {
    display: none;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__subtxt {
    top: 30px;
    width: inherit;
    margin-right: 4.6875vw;
  }
}

/* ========== Article Upper Section ========== */

/* Badges (top) */
.article__badges {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.article__badge {
	display: inline-block;
	padding: 4px 16px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 4px;
}

.article__badge--target {
	background: #FFE168;
	color: #48403E;
	font-size:16px;
	padding:2px 14px;
	border-radius: 30px;
}
@media screen and (max-width: 768px) {
	.article__badge--target {
		font-size:11px;
		padding:2px 10px;
	}
}

.article__badge--service {
	background: #E9E3C3;
	color: #48403E;
	font-size:16px;
	padding:2px 14px;
	border-radius: 30px;
}
@media screen and (max-width: 768px) {
	.article__badge--service {
		font-size:11px;
		padding:2px 10px;
	}
}

/* Name + Location */
.article__namerow {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.article__name {
	font-size: 28px;
	font-weight: 900;
}

.article__location {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.article__namerow {
		display: block;
	}
	.article__name,
    .article__location {
        display: inline;
    }

    .article__location {
        margin-left: 8px;
    }
}

/* Title */
.sec__inner h1.article__title {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	.sec__inner h1.article__title {
		font-size: 18px;
		margin-bottom: 10px;
	}	
}

/* Tags */
.article__tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.article__tag {
	display: inline-block;
	padding: 4px 16px;
	border: 1px solid #FFE168;
	border-radius: 30px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.article__tags {
		margin-bottom:15px;
	}
	.article__tag {
		padding: 4px 8px;
        font-size: 12px;
        font-weight: 500;
	}
}

/* 3 Column (課題・解決策・効果) */
.article__3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 2px solid #E9E3C3;
	overflow: hidden;
	margin-bottom: 32px;
	background: #FFFCEF;
	padding:32px 40px;
	gap: 35px;
}

/* .article__3col-item {
	padding: 0px 15px;
} */

.article__3col-item:last-child {
	border-right: none;
}

.article__3col-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}
@media (max-width: 768px) {
	.article__3col-header {
		gap: 4px;
	}	
}

.article__3col-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.article__3col-icon {
		width: 30px;
		height: 30px;
	}
	.article__3col-icon img {
		width: 100%;
		height: auto;
	}
}

/* .article__3col-icon--assignment {
	background: var(--color-blue);
}

.article__3col-icon--solution {
	background: var(--color-blue);
}

.article__3col-icon--effect {
	background: var(--color-blue);
} */

.sec__inner h3.article__3col-title {
	font-size: 24px;
	font-weight: 900;
	color: var(--color-blue);
	margin:0;
}
@media screen and (max-width: 768px) {
	.sec__inner h3.article__3col-title {
		font-size: 18px;
	}
}

.article__3col-text {
	font-size: 16px;
	line-height: 1.9;
}
@media screen and (max-width: 768px) {
	.article__3col-text {
		font-size: 14px;
		line-height: 1.7;
	}	
}

/* Meta info */
.article__meta {
	display: flex;
	gap: 5px 15px;
	flex-wrap: wrap;
	padding: 16px 0;
	border-top: 2px solid #E9E3C3;
	border-bottom: 2px solid #E9E3C3;
	margin-bottom: 8px;
}

.article__meta-item {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.article__meta-item {
		font-size: 14px;
	}
}

.article__meta-item strong {
	font-weight: 700;
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.article__meta-item strong {
		font-size:13px;
	}
}

.article__meta-item a {
	color: #103FCD;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.article__meta-item a:hover {
	opacity: 0.7;
}

/* Attention */
.article__attention {
	padding: 0px;
}

.article__attention p {
	font-size: 14px;
	color: #7A7A7A;
	line-height: 1.7;
}
@media (max-width: 768px) {
	.article__attention p {
		font-size: 11px;
		line-height: 1.4;
	}	
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
	.article__name {
		font-size: 20px;
		line-height: 1.2;
	}

	.article__title {
		font-size: 20px;
	}

	.article__3col {
		grid-template-columns: 1fr;
		padding:20px;
		gap: 15px;
		margin-bottom: 15px;
	}

	.article__3col-item {
		border-right: none;
	}

	.article__3col-item:last-child {
		border-bottom: none;
	}

	.article__meta {
		flex-direction: column;
		gap: 4px;
		padding: 10px 0;
	}
}

/* Results box */
.case-body__results {
    background: #FBF6DB;
    padding: 32px 40px;
    margin-top: 48px;
}
@media (max-width: 768px) {
	.case-body__results {
		padding: 16px 20px;
		margin-top: 24px;
	}	
}

.case-body__results-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
	.case-body__results-header {
		gap: 6px;
		margin-bottom: 10px;
	}
}
 
.case-body__results-icon {
    width:48px;
	display: flex;
    align-items: center;
}
@media (max-width: 768px) {
	.case-body__results-icon {
		width:30px;
	}
}
.case-body__results-icon img {
	width: 100%;
	height: auto;
}
.case-body__results-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--color-blue);
}
@media (max-width: 768px) {
	.case-body__results-title {
		font-size: 18px;
	}
}
 
.case-body__results-list {
    list-style: none;
    padding: 0;
}
 
.case-body__results-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}
@media (max-width: 768px) {
	.case-body__results-list li {
		gap: 6px;
		font-size: 14px;
	}
}
 
.case-body__results-list li:last-child {
    margin-bottom: 0;
}
 
.case-body__results-list li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: var(--color-blue, #005EA7);
    border-radius: 50%;
    margin-top: 6px;
}






/*# sourceMappingURL=p-single-case.css.map */
