@charset "UTF-8";
/* CSS Document */
.l-lp {
  overflow: clip;
}
.l-lp.l-page-body .l-page-content {
    margin-top: 10rem;
}
.l-lp .l-footer {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-lp .l-footer {
    margin-top: 6rem;
  }
}
.l-lp .p-mv {
  height: 100vh;
  /*max-height: 80rem;*/
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv {
    height: 100svh;
    max-height: none;
	background: none;
  }
}
.l-lp .p-mv-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  max-height: 80rem;
}
.l-lp .p-mv-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100vh;
  /*max-height: 80rem;*/
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv-bg {
    height: 100svh;
    max-height: none;
  }
  .l-lp .p-mv-bg img {
    height: 100svh;
    max-height: none;
	object-position: center center;
  }
}
.l-lp .p-mv-wrap {
  position: absolute;
  left: 0;
  top: 1.6rem;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv-wrap {
    top: 1.2rem;
	align-items: flex-start;
  }
}
.l-lp .p-mv-wrap .-pre {
  font-size: 1.1rem;
  line-height: 1.6;
}
.l-lp .p-mv-wrap .-pre a{
	display:block;
	position:relative;
	z-index:20;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv-wrap .-pre {
    line-height: 1.6;
	}
	.l-lp .p-mv-wrap .-pre a{
	display:inline;  
  }
}

@media screen and (max-width: 767px) {
  .l-lp .p-mv-wrap .-sub {
	 position: relative;
  display: inline-block;
  font-size: 1.1rem;
  color: #2D2D2D;
  padding-left: 2rem;
    padding-left: 1.5rem;
    /*top: -0.5rem;*/
  }
}
.l-lp .p-mv-logo {
  display: inline-block;
  width: 25rem;
  margin-left: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv-logo {
    width: 10rem;
    margin-left: 1rem;
    margin-right: 1.2rem;
  }
}
.l-lp .p-mv .c-inner {
  position: relative;
  z-index: 2;
  height: 100vh;
  /*max-height: 80rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	padding-bottom: 13rem;
	    margin-top: 3rem;
}
@media (max-width: 767px) and (max-height: 600px) {
  .l-lp .p-mv .c-inner {
    padding: 22rem 0 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .c-inner {
    height: 100svh;
    max-height: 84.4rem;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 31rem 0 0 0;
  }
}
.l-lp .p-mv .-unit {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5.8rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-unit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lp .p-mv .-ttl {
  z-index: 3;
  width: 66.7rem;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-ttl {
    width: 36.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-lp .p-mv .-ttl .ttl {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-ttl .ttl {
    font-size: 3.6rem;
  }
}
.l-lp .p-mv .-ttl .ttl-first {
  display: inline-block;
  font-size: 3.2rem;
  color: #226AB1;
  background: #fff;
  border-radius: 0.5rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-ttl .ttl-first {
    font-size: 2.2rem;
    padding: 0.2rem 0.8rem;
    white-space: nowrap;
  }
}
.l-lp .p-mv .-ttl .ttl-second {
  display: inline-block;
  margin-top: 5rem;
  margin-left: 0.5rem;
  line-height: 0;
	text-shadow: 0 0 3px #fff;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-ttl .ttl-second {
    margin-top: 3rem;
  }
}
.l-lp .p-mv .-ttl .ttl-third {
  display: inline-block;
  margin-top: 1.8rem;
  margin-left: 11rem;
  line-height: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-ttl .ttl-third {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.l-lp .p-mv .-ttl .ttl-bggrad {
  position: relative;
  color: #fff;
  padding: 0.5rem 0.6rem;
  line-height: 1;
}
.l-lp .p-mv .-ttl .ttl-bggrad::before {
  position: absolute;
  content: "";
  width: 30.4rem;
  height: 6.7rem;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#207FDD), to(#7DDDE4));
  background: linear-gradient(to right, #207FDD, #7DDDE4);
  left: 0.5rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.l-lp .p-mv .-ttl .ttl-shadow{
	text-shadow: 0rem 0rem 3px #fff;
	}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-ttl .ttl-bggrad::before {
    width: 18.9rem;
    height: 4.8rem;
    left: 0.2rem;
  }
	
}
.l-lp .p-mv .-lead {
  position: absolute;
  width: 128rem;
  z-index: 3;
  font-size: 1.2rem;
  color: #2D2D2D;
  opacity: 0.5;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-lp .p-mv .-lead {
   width: 92%;
   bottom: 6rem;
	text-shadow: 0rem 0rem 3px #fff;
  }
}
.l-lp .p-case.lp-p-case {
  position: relative;
  padding: 13.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case {
    padding-top: 9rem;
  }
}
.l-lp .p-case.lp-p-case .item {
  position: relative;
  z-index: 2;
  border-radius: 3rem;
  padding: 6rem 3.5rem 4rem;
	display:block;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item {
    border-radius: 2.4rem;
    padding: 5.3rem 1.6rem 4rem;
  }
}
.l-lp .p-case.lp-p-case .item.-blue {
  background: #E3F0F9;
}
.l-lp .p-case.lp-p-case .item.-green {
  background: #E9F8F8;
}
.l-lp .p-case.lp-p-case .item + .item {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item + .item {
    margin-top: 8rem;
  }
}
.l-lp .p-case.lp-p-case .item-flag {
  position: absolute;
  top: -3rem;
  left: -1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 0.5rem 4rem 0.5rem 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-flag {
    top: -3.6rem;
  }
}
.l-lp .p-case.lp-p-case .item-flag::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 1.8rem;
  height: 1.8rem;
  left: 0.1rem;
  bottom: -0.9em;
  z-index: -1;
}
.l-lp .p-case.lp-p-case .item-flag.-blue {
  background: -webkit-gradient(linear, left top, right top, from(#207FDD), to(#7DDDE4));
  background: linear-gradient(to right, #207FDD, #7DDDE4);
}
.l-lp .p-case.lp-p-case .item-flag.-blue::before {
  background: #2E7AE9;
}
.l-lp .p-case.lp-p-case .item-flag.-green {
  background: -webkit-gradient(linear, left top, right top, from(#35C9D5), to(#56B4F7));
  background: linear-gradient(to right, #35C9D5, #56B4F7);
}
.l-lp .p-case.lp-p-case .item-flag.-green::before {
  background: #36C8D6;
}
.l-lp .p-case.lp-p-case .item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
.l-lp .p-case.lp-p-case .item-case {
  width: 4.7rem;
}
.l-lp .p-case.lp-p-case .item-num {
  color: #fff;
  font-weight: 700;
  font-size: 3.1rem;
  padding-bottom: 0.2em;
}
.l-lp .p-case.lp-p-case .item-ttl {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.l-lp .p-case.lp-p-case .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
}
.l-lp .p-case.lp-p-case .item-head .-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
}
.l-lp .p-case.lp-p-case .item-head .-txt {
  line-height: 2;
  margin-top: 2.5rem;
}
.l-lp .p-case.lp-p-case .item-head .-txt p + p {
  margin-top: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .l-lp .p-case.lp-p-case .item-head.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-head {
    -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;
    gap: 2.5rem 0;
  }
  .l-lp .p-case.lp-p-case .item-head .-ttl {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .l-lp .p-case.lp-p-case .item-head .-txt {
    line-height: 1.7;
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }
  .l-lp .p-case.lp-p-case .item-head .-txt p + p {
    margin-top: 1.5rem;
  }
}
.l-lp .p-case.lp-p-case .item-photo {
  position: relative;
  width: 38.8rem;
  aspect-ratio: 388/271;
}
.l-lp .p-case.lp-p-case .item-photo img {
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-photo {
    width: 36.6rem;
    aspect-ratio: 366/255;
  }
  .l-lp .p-case.lp-p-case .item-photo img {
    border-radius: 1.5rem;
    aspect-ratio: 366/255;
  }
}
.l-lp .p-case.lp-p-case .item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-lp .p-case.lp-p-case .item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-detail {
    -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;
    margin-top: 4rem;
  }
}
.l-lp .p-case.lp-p-case .item-box {
  position: relative;
  width: calc((100% - 2.5rem) / 2);
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem 2.5rem 6.5rem;
	margin-top:0;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-box {
    width: 100%;
    padding: 1.8rem 1.6rem 2.4rem 4.4rem;
  }
  .l-lp .p-case.lp-p-case .item-box + .item-box {
    margin-top: 3rem;
  }
}
.l-lp .p-case.lp-p-case .item-box::before, .l-lp .p-case .item-box::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.l-lp .p-case.lp-p-case .item-box.-before {
  background: #fff;
}
.l-lp .p-case.lp-p-case .item-box.-before::before {
  left: 1rem;
  top: 1rem;
  width: 2.6rem;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-box.-before::before {
    left: 0.3rem;
    top: 1.9rem;
    height: 13.1rem;
  }
}
.l-lp .p-case.lp-p-case .item-box.-before.-blue::before {
  background-image: url("img/index_case_before_blue.svg");
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-box.-before.-blue::before {
    background-image: url("img/index_case_before_blue_sp.svg");
  }
}
.l-lp .p-case.lp-p-case .item-box.-before.-blue::after {
  background: url("img/index_case_arrow_blue.svg") no-repeat center center/contain;
	left:auto;
}
.l-lp .p-case.lp-p-case .item-box.-before.-green::before {
  background-image: url("img/index_case_before_green.svg");
}
.l-lp .p-case.lp-p-case .item-box.-before.-green::after {
  background: url("img/index_case_arrow_green.svg") no-repeat center center/contain;
	left:auto;
}
.l-lp .p-case.lp-p-case .item-box.-before::after {
  content: "";
  width: 8rem;
  height: 6.2rem;
  right: -5.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
	.l-lp .p-case.lp-p-case .item-box.-before.-blue::after,
	.l-lp .p-case.lp-p-case .item-box.-before.-green::after {
		left:50%;
			transform: translateX(-50%) translateY(0);
        bottom: -4rem;
        top: auto;
	}
  .l-lp .p-case.lp-p-case .item-box.-before::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -4rem;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.l-lp .p-case.lp-p-case .item-box.-after::before {
  background-image: url("img/index_case_after.svg");
  left: 1rem;
  top: 1rem;
  width: 2.6rem;
  height: 11.6rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-box.-after::before {
    background-image: url("img/index_case_after_sp.svg");
    left: 0.5rem;
    top: 1.9rem;
    height: 10.9rem;
  }
}
.l-lp .p-case.lp-p-case .item-box.-after .-ttl {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.l-lp .p-case.lp-p-case .item-box.-after .-txt {
  color: #fff;
}
.l-lp .p-case.lp-p-case .item-box.-after.-blue {
  background: #226AB1;
}
.l-lp .p-case.lp-p-case .item-box.-after.-green {
  background: #2AB2BD;
}
.l-lp .p-case.lp-p-case .item-box .-ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #226AB1;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-box .-ttl {
    font-size: 1.6rem;
    color: #000;
  }
}
.l-lp .p-case.lp-p-case .item-box .-txt {
  line-height: 2;
}
.l-lp .p-case.lp-p-case .item-box .-txt .marker {
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .item-box .-txt {
    line-height: 1.7;
    font-size: 1.6rem;
    color: #000;
  }
}
.l-lp .p-case.lp-p-case .case-img {
  width: 100%;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-lp .p-case.lp-p-case .case-img {
    margin-top: 6rem;
  }
}
.l-lp .p-withus {
  padding: 13.5rem 0 6.8rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-withus {
    padding: 8.2rem 4% 2.8rem;
  }
}
.l-lp .p-withus .-catch {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-withus .-catch {
    width: 32.9rem;
  }
}
.l-lp .p-withus .-unit {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-withus .-unit {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
}
.l-lp .p-withus .-item {
  width: 33.2rem;
}
.l-lp .p-withus .-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .l-lp .p-withus .-item {
    width: 100%;
  }
}

.l-footer {
  margin-top: 0;
}

/*
 * Sticky-safe MV scroll transition.
 *
 * This intentionally does not transform .l-container, .l-side, or
 * .js-top-scroll-anime__content. The sticky side menu can stay in the normal
 * document flow while the fixed overlay and the main content body handle the
 * visual transition.
 */

.top-scroll-anime {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: flex;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.top-scroll-anime.is-active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.top-scroll-anime.is-fading {
  opacity: 0;
}

.top-scroll-anime.is-preparing .top-scroll-anime__item {
  transition: none;
}

.top-scroll-anime__item {
  flex: 0 0 calc(25% + 2px);
  margin-right: -2px;
  height: 100%;
  background: #e3f0f9;
  transform: translateY(100%);
  transition: transform 0.62s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.top-scroll-anime__item:last-child {
  margin-right: 0;
}

.top-scroll-anime.is-up .top-scroll-anime__item {
  transform: translateY(-100%);
}

.top-scroll-anime.is-covered .top-scroll-anime__item {
  transform: translateY(0);
}

.top-scroll-anime.is-leaving.is-down .top-scroll-anime__item {
  transform: translateY(-100%);
}

.top-scroll-anime.is-leaving.is-up .top-scroll-anime__item {
  transform: translateY(100%);
}

.top-scroll-anime__item:nth-child(2) {
  transition-delay: 0.06s;
}

.top-scroll-anime__item:nth-child(3) {
  transition-delay: 0.12s;
}

.top-scroll-anime__item:nth-child(4) {
  transition-delay: 0.18s;
}

.top-scroll-anime__content {
  scroll-margin-top: 0;
}

.top-scroll-anime__content-target {
  transform: translate3d(0, 0, 0);
}

.top-scroll-anime__content-target.is-top-scroll-anime-moving {
  will-change: transform, opacity;
}

body.is-top-scroll-anime-locked {
  overscroll-behavior: none;
  touch-action: none;
}

body.is-top-scroll-anime-ready:not(.is-top-scroll-anime-played) {
  overflow: hidden;
}

body.is-top-scroll-anime-played .p-mv,
body.is-top-scroll-anime-played .mv-c {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100dvh;
  pointer-events: none;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .top-scroll-anime {
    height: 100svh;
  }

  body.is-top-scroll-anime-played .p-mv,
  body.is-top-scroll-anime-played .mv-c {
    min-height: 100svh;
  }

  .top-scroll-anime__item:nth-child(2) {
    transition-delay: 0.03s;
  }

  .top-scroll-anime__item:nth-child(3) {
    transition-delay: 0.06s;
  }

  .top-scroll-anime__item:nth-child(4) {
    transition-delay: 0.09s;
  }
}




/* ページ読み込み準備中（スクロール前）の状態 */
body.is-top-scroll-anime-ready:not(.is-top-scroll-anime-played) .l-container {
  position: relative;
}

/* MVより下のエリアを白で隠す */
body.is-top-scroll-anime-ready:not(.is-top-scroll-anime-played) .l-container::before {
  content: "";
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 300vh;
  background-color: #ffffff;
  z-index: 9999;
  pointer-events: none;
}

/* アニメーションが開始されたら白を消す */
body.is-top-scroll-anime-played .l-container::before {
  display: none;
}



/*//////////////////////////////
         監修者ページ調整　　　
//////////////////////////////*/

.l-lp.l-index.l-page-body .p-case .-lead.message {
    margin-bottom: 2rem;
}

.l-lp.l-index.l-page-body .p-case .-lead.career {
    margin-bottom: 2rem;
}

.l-lp.l-index.l-page-body .l-page-content {
    margin-top: 6rem;
}

.l-lp.l-index.l-page-body .float-img.fl .flame,
.l-lp.l-index.l-page-body .float-img.fr .flame {
    aspect-ratio: 400 / 200;
}


.l-lp.l-index.l-page-body .p-summary {
    margin: 8rem auto;
overflow:unset;
}

.l-lp.l-index.l-page-body .p-summary:before {}

.l-lp.l-index.l-page-body .p-summary::after {
    bottom: -8.5rem;
	overflow: unset;
}

.l-lp.l-index.l-page-body .p-summary ul {
    margin: 5rem 0;
}

.l-lp.l-index.l-page-body .p-summary ul:not([class]) li:before {
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

.l-lp.l-index.l-page-body .item .item-btn {
    margin-top: 8.4rem;
}

.l-lp.l-index.l-page-body .item .btn-case .arrow {
    transform: rotate(-90deg);
}

.l-lp.l-index.l-page-body .p-case .-lead.reason {
    margin-bottom: 2rem;
}

.l-lp.l-index.l-page-body .p-case .value-img {
    margin-bottom: 3rem;
}

.l-lp.l-index.l-page-body .p-case.reason .value-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    min-height: 14rem;
}

.l-lp.l-index.l-page-body .groupe:before{
	border-top: 1px solid #226AB1;
    border-left: 1px solid #226AB1;
    border-bottom: 1px solid #226AB1;
}

.l-lp.l-index.l-page-body .lp-p-cmgroupe .groupe .c-inner{
	padding: 4rem 0 5rem 6rem;
}
@media screen and (max-width: 767px) {
    .l-lp.l-index.l-page-body .p-case .-lead.message {
        margin-bottom: 5rem;
    }


    .l-lp.l-index.l-page-body .l-page-content {
        margin-top: 5rem;
    }

    .l-lp.l-index.l-page-body .p-case .value-img {
        margin-bottom: 0rem;
    }

    .l-lp.l-index.l-page-body .float-img.fl,
    .l-lp.l-index.l-page-body .float-img.fr {
        margin-bottom: 3rem;
    }

    .l-lp.l-index.l-page-body .float-img.fl .flame,
    .l-lp.l-index.l-page-body .float-img.fr .flame {
        aspect-ratio: 400 / 200;
    }

    .l-lp.l-index.l-page-body .p-summary ul {
        margin: 5rem 0;
    }

    .l-lp.l-index.l-page-body .p-summary ul:not([class]) li:before {
        background: #ffffff;
        top: 1.5rem;
        transform: none;
    }


    .l-lp.l-index.l-page-body .item .btn-case .arrow {
        transform: rotate(-90deg);
    }


    .l-lp.l-index.l-page-body .p-case.reason {
        margin-top: 14rem;
    }
   
    .l-lp.l-index.l-page-body .p-case.reason .value-ttl {
        display: block;
        min-height: auto;
        text-align: center;
    }
    .l-page-body table th{
        width: 10rem;
    }
	.l-lp.l-index.l-page-body .lp-p-cmgroupe .groupe .c-inner{
	padding: 3.4rem 1.6rem 5rem 3.2rem;
}
	.l-lp.l-index.l-page-body .lp-p-cmgroupe.p-cmgroupe::after{
		 height: 72%;
	}

}