@charset "UTF-8";


/* common
=========================================================================================== */
.TopSection {
  padding-block: 100px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .TopSection {
    padding-block: 80px;
  }
}

.TopSection:last-child {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .TopSection:last-child {
    padding-bottom: 15px;
  }
}

.TopSection.BgBlack {
  background-color: #333;
  color: #fff;
}

.TopSection.BgBlack .TopSectionBody .MainInner::before {
  background-image: url(../images/common/treat-l_black.svg);
  left: -368px;
}

.TopSection.BgBlack .TopSectionBody .MainInner::after {
  width: 347px;
  aspect-ratio: 347/361;
  background-image: url(../images/common/treat-r_black.svg);
  right: -343px;
}

@media screen and (max-width: 767px) {
  .TopSection.BgBlack .TopSectionBody .MainInner::before {
    width: 135px;
    aspect-ratio: 135/129;
    background-image: url(../images/common/treat-l_black_sp.svg);
    left: -5%;
  }
  .TopSection.BgBlack .TopSectionBody .MainInner::after {
    width: 113px;
    aspect-ratio: 113/107;
    background-image: url(../images/common/treat-r_black_sp.svg);
    right: -5%;
  }
}

.TopSection.BgBlack .bgLRextend::before {
  background-color: #444444;
}

.TopSection.BgBlack .MainBtn a {
  background-color: #333;
}

.TopSection.BgBlack .TopSectionBox {
  border-top-color: #fff;
}

.TopSection.BgBlack .TopSectionBox.Left {
  border-left-color: #fff;
}

.TopSection.BgBlack .TopSectionBox.Right {
  border-right-color: #fff;
}

.TopSectionBody .MainInner {
  position: relative;
  z-index: 1;
}

.TopSectionBody .MainInner::before,
.TopSectionBody .MainInner::after {
  content: "";
  display: block;
  width: 347px;
  aspect-ratio: 347/361;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.TopSectionBody .MainInner::before {
  background-image: url(../images/common/treat-l.svg);
  left: -146px;
}

.TopSectionBody .MainInner::after {
  width: 323px;
  aspect-ratio: 323/312;
  background-image: url(../images/common/treat-r.svg);
  right: -35px;
}

.TopSectionInner {
  max-width: 800px;
  margin-inline: auto;
}

.TopSectionBox {
  padding-top: 40px;
  border-top: 1.5px solid #252525;
}

@media screen and (max-width: 767px) {
  .TopSectionBox {
    padding-top: 10px;
  }
}

.TopSectionBox.Left {
  border-left: 1.5px solid #252525;
}

.TopSectionBox.Right {
  border-right: 1.5px solid #252525;
}

/* TopMv
=========================================================================================== */
.TopMv {
  position: relative;
  overflow: hidden;
}

.TopMvWrap {
  background: url(../images/mv-bg.jpg) no-repeat center/cover;
  color: #fff;
  padding-block: 45px 81px;
}

@media screen and (max-width: 767px) {
  .TopMvWrap {
    background-image: url(../images/mv-bg_sp.jpg);
    background-position: left;
    padding-block: 30px;
  }
}

.TopMv h1 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 15px;
  line-height: calc(22/15);
  padding-right: 20px;
  padding-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .TopMv h1 {
    font-size: 14px;
    font-weight: 500;
    padding-right: 0;
    padding-bottom: 19px;
    gap: 7px;
  }
  .TopMv h1 .sm {
    font-size: 12px;
    line-height: calc(18/12);
  }
}

.TopMv h1::before,
.TopMv h1::after {
  content: "";
  display: block;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.TopMv h1::before {
  width: 100vw;
  transform: translateX(-100%);
}

.TopMv h1::after {
  width: 100%;
}

.TopMv h1 .Main {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding-bottom: 2px;
}

.TopMv h1 .En {
}

@media screen and (max-width: 767px) {
  .TopMv h1 .Main {
    gap: 3px;
  }
  .TopMv h1 .En {
    width: 140px;
  }
}

.TopMv h1 + * {
  margin-top: 126px;
}

@media screen and (max-width: 767px) {
  .TopMv h1 + * {
    margin-top: 80px;
  }
}

.TopMv .MainCopy {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  line-height: calc(71/48);
}

@media screen and (max-width: 1023px) {
  .TopMv .MainCopy {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .TopMv .MainCopy {
    font-size: 28px;
    line-height: calc(41/28);
  }
}

@media screen and (max-width: 540px) {
  .TopMv .MainCopy {
    gap: 9px;
  }
  .TopMv .MainCopy span:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .TopMv .MainCopy span:nth-child(1) span {
    display: block;
  }
}

.TopMv .MainCopy ruby {
  font-size: 56px;
  font-weight: 700;
  line-height: calc(83/56);
  color: #252525;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .TopMv .MainCopy ruby {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .TopMv .MainCopy ruby {
    font-size: 28px;
  }
}

.TopMv .MainCopy ruby[data-ruby] rt {
  display: none;
}

.TopMv .MainCopy ruby[data-ruby]::before,
.TopMv .MainCopy ruby[data-ruby]::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.TopMv .MainCopy ruby[data-ruby]::before {
  content: "";
  width: 133px;
  aspect-ratio: 133/66;
  background-color: #4DEDEB;
  top: 11px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .TopMv .MainCopy ruby[data-ruby]::before {
    width: 99px;
    top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .TopMv .MainCopy ruby[data-ruby]::before {
    width: 65px;
    aspect-ratio: 65/33;
    top: 5px;
  }
}

.TopMv .MainCopy ruby[data-ruby]::after {
  content: attr(data-ruby);
  top: -16px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6em;
  line-height: calc(27/18);
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .TopMv .MainCopy ruby[data-ruby]::after {
    font-size: 13px;
  }
}

.TopMv .MainCopy + * {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .TopMv .MainCopy + * {
    margin-top: 9px;
  }
}

.TopMv .SubCopy {
  font-size: 16px;
  line-height: calc(32/16);
}

@media screen and (max-width: 767px) {
  .TopMv .SubCopy {
    font-size: 14px;
    line-height: calc(21/14);
  }
}


/*========= animation ===============*/
.TopMv::after {
  content:"";
  display: block;
  width: 1.5px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 70%;
  transform-origin: top;
  /* transform: rotate(42deg); */
  transform: rotate(var(--angle, 42deg));
  z-index: 9999;
}

body.appear .TopMv::after{
	animation-name: MvLine;
  animation-delay: 0.6s;
	animation-duration: 1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes MvLine {
	0% {
    height: 0;
    opacity: 1;
	}
  50% {
    height: max(900px,62.5vw);
    opacity: 1;
  }
	100% {
    height: max(900px,62.5vw);
    opacity: 0;
	}
}

.TopMvMaskText {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
}


@media screen and (max-width: 767px) {
  .TopMvMaskText .MainCopy {
    font-size: 24px;
    text-align: end;
    max-width: fit-content;
    margin-inline: auto;
    padding-left: 0.5em;
  }
  .TopMvMaskText .MainCopy span:nth-child(1) {
    display: block;
  }
  .TopMvMaskText .MainCopy span:nth-child(1) span {
    display: inline;
  }
}

body.appear .TopMvMaskText {
	animation-name: TextDisappear;
  animation-delay: 0.6s;
	animation-duration: 0.8s;
	animation-fill-mode:forwards;
}

@keyframes TextDisappear{
	0% {
    opacity: 1;
	}
	100% {
    opacity: 0;
  }
}

.TopMvMaskRight,
.TopMvMaskLeft {
  width: 100%;
  height: 100%;
  background: url(../images/mv_before.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 999;
}

.TopMvMaskRight {
  transform: translateX(-1px);
}

@media screen and (max-width: 767px) {
  .TopMvMaskRight,
  .TopMvMaskLeft {
    background-image: url(../images/mv_before_sp.jpg);
    background-position: left;
  }
}

.TopMvMaskRight img,
.TopMvMaskLeft img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

body.appear .TopMvMaskRight,
body.appear .TopMvMaskLeft{
	display:block;
}

/* right */
body.appear .TopMvMaskRight{
	animation-name:PageAnime;
	animation-duration:1.2s;
  animation-delay: 1.4s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 30% 100%);
  content: "";
}

@keyframes PageAnime{
	0% {
    transform: translateX(0);
	}
	100% {
    transform: translateX(100%);
	}
}

/* left */
body.appear .TopMvMaskLeft{
	animation-name:PageAnime2;
	animation-duration:1.2s;
  animation-delay: 1.4s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
  clip-path: polygon(0 0, 70% 0, 30% 100%, 0% 100%);
  content: "";
}

@keyframes PageAnime2{
	0% {
    transform: translateX(0);
	}
	100% {
    transform: translateX(-100%);
	}
}

.TopMvWrap {
	opacity: 0;
}

body.appear .TopMvWrap {
	animation-name:PageAnimeAppear;
  animation-delay: 1.4s;
	animation-duration: 1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
    opacity: 0;
	}
	100% {
    opacity: 1;
  }
}


/* TopHead
=========================================================================================== */
.TopSection.TopHead {
  padding-block: 0;
}

/* --------------------- TopHeadMain --------------------- */
.TopHeadMain {
  padding-block: 100px 20px;
  position: relative;
  background-color: #EFEFEF;
}

@media screen and (min-width: 1440px) {
  .TopHeadMain {
    background: linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 763px, transparent 763px, transparent 100%);
  }
}

@media screen and (max-width: 767px) {
  .TopHeadMain {
    padding-top: 80px;
  }
}

.TopHeadMain::after {
  content: "";
  display: block;
  width: calc((1737 / 1440) * 100%);
  aspect-ratio: 1737/127;
  max-height: 127px;
  min-width: 1737px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #EFEFEF;
  position: absolute;
  bottom: -119px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .TopHeadMain::after {
    height: 127px;
    aspect-ratio: none;
  }
}

@media screen and (max-width: 767px) {
  .TopHeadMain::after {
    width: calc((396 / 375) * 100%);
    min-width: auto;
    height: 50px;
    bottom: -50px;
    aspect-ratio: auto;
  }
}

.TopHeadMain .Inner {
  width: 90%;
  max-width: 1155px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.TopHeadMain h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #252525;
  padding: 0;
  margin: 0;
}

.TopHeadMain h2 + * {
  margin-top: 46px ;
}

@media screen and (max-width: 767px) {
  .TopHeadMain h2 + * {
    margin-top: 40px ;
  }
}

.TopHeadMain h2 span {
  display: inline;
  padding: 0;
  margin: 0;
  color: #252525;
  background-color: transparent;
  text-align: center;
}

.TopHeadMain h2 span:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29/20);
}

@media screen and (max-width: 767px) {
  .TopHeadMain h2 span:nth-child(1) {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.TopHeadMain h2 span:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(47/32);
}

@media screen and (max-width: 767px) {
  .TopHeadMain h2 span:nth-child(2) {
    font-size: 28px;
    font-weight: 700;
    line-height: calc(36/28);
    margin-top: 5px;
  }
}

.TopHeadMainBody {
  display: flex;
  gap: 40px 54px;
}

@media screen and (max-width: 1023px) {
  .TopHeadMainBody {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.TopHeadMain .Section {
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - (54px * 2) / 3);
  max-width: 347px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section {
    width: 100%;
  }
}

.TopHeadMain .Section:nth-child(2) {
  width: calc((100% / 3) - 29.99px);
  max-width: 353px;
}

@media screen and (max-width: 1023px) {
  .TopHeadMain .Section,
  .TopHeadMain .Section:nth-child(2) {
    width: calc((100% / 2) - (54px / 2));
  }
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section,
  .TopHeadMain .Section:nth-child(2) {
    width: 100%;
  }
}

.TopHeadMain .Section p {
  line-height: calc(24/16);
}

.TopHeadMain .Section .Top {
  width: calc((331 / 347) * 100%);
  aspect-ratio: 331/323;
  padding-top: 55px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Top {
    width: 306px;
    aspect-ratio: 306/280;
    margin-inline: auto;
    padding-top: 69px;
  }
  .TopHeadMain .Section:nth-child(2) .Top,
  .TopHeadMain .Section:nth-child(3) .Top {
    padding-top: 74px;
  }
}

.TopHeadMain .Section .Top::after {
  content: "";
  display: block;
  background: url(../images/head-bg01.png) no-repeat center/contain;
  width: calc((336 / 306) * 100%);
  aspect-ratio: 336/322;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {

}

.TopHeadMain .Section:nth-child(2) .Top::after {
  background-image: url(../images/head-bg02.png);
}

.TopHeadMain .Section:nth-child(3) .Top::after {
  background-image: url(../images/head-bg03.png);
}

@media screen and (max-width: 767px) {
}

.TopHeadMain .Section:nth-child(2) .Top {
  width: calc((331 / 353) * 100%);
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section:nth-child(2) .Top {
    width: 306px;
  }
}

.TopHeadMain .Section .Top + * {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Top + * {
    margin-top: 10px;
  }
}

.TopHeadMain .Section .Top h3 {
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: calc(36/20);
  text-align: center;
  color: #252525;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Top h3 {
    font-size: 18px;
    line-height: calc(36/18);
  }
}

.TopHeadMain .Section .Top h3::after {
  content: "";
  background: #fff;
  filter: blur(20px);
  -ms-filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.TopHeadMain .Section .Top h3 + * {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Top h3 + * {
    margin-top: 5px;
  }
}

.TopHeadMain .Section .Top h3 .bold {
  font-weight: 700;
}

.TopHeadMain .Section .Top p {
  font-weight: 700;
  font-size: 20px;
  line-height: calc(30/20);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Top p {
    font-weight: 700;
    font-size: 18px;
    line-height: calc(27/18);
    min-height: auto;
  }
}

.TopHeadMain .Section .Text {
  flex: 1;
}

.TopHeadMain .Section .Text + * {
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Text + * {
    margin-top: 43px;
  }
}

.TopHeadMain .Section .Voice {
  max-width: 347px;
  position: relative;
  background-color: #fff;
  padding: 20px;
  box-sizing:border-box;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Voice {
    padding: 16px 10px;
  }
}

.TopHeadMain .Section .Voice::before {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 56/16;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%,-100%);
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Voice::before {
    top: -17px;
  }
}

.TopHeadMain .Section .Voice h4 {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24/16);
  margin: 0;
  color: #252525;
  position: absolute;
  top: -13px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  .TopHeadMain .Section .Voice h4 {
    gap: 5px;
  }
}

.TopHeadMain .Section .Voice h4::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/icon_voice.png) no-repeat center/
  contain;
  margin-top: 1px;
}

.TopHeadMain .Section .Voice p {
  font-weight: 700;
}

/* --------------------- TopHeadBottom --------------------- */
.TopHeadBottom {
  background-color: #fff;
  padding-block: 200px 100px;
}

@media screen and (max-width: 767px) {
  .TopHeadBottom {
    padding-block: 110px 80px;
  }
  .TopHeadBottom p {
    line-height: calc(32/16);
  }
}

.TopHeadBottom .TopSectionBody .MainInner {
  z-index: auto;
}

.TopHeadBottom .TopSectionBody .MainInner::before,
.TopHeadBottom .TopSectionBody .MainInner::after {
  z-index: 0;
}

.TopHeadBottom .TopSectionBody .MainInner::before {
  left: -368px;
  bottom: -100px;
}

.TopHeadBottom .TopSectionBody .MainInner::after {
  right: -257px;
  top: -179px;
}

@media screen and (max-width: 767px) {
  .TopHeadBottom .TopSectionBody .MainInner::before {
    display: none;
  }
  .TopHeadBottom .TopSectionBody .MainInner::after {
    width: 113px;
    aspect-ratio: 113/131;
    background-image: url(../images/head-r_sp.svg);
    top: -123px;
    right: -5%;
  }
}

.TopHeadBottom .bgextend + * {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .TopHeadBottom .MainTitle h2 {
    padding-block: 10px 8px;
  }
}

.TopHeadBottomList {
  display: flex;
  justify-content: center;
  gap: 110px;
  padding-right: 40px;
}

.TopHeadBottomList.TreatLeft::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .TopHeadBottomList {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .TopHeadBottomList {
    flex-direction: column;
    gap: 100px;
  }
  .TopHeadBottomList.TreatLeft::after {
    display: block;
    width: 135px;
    aspect-ratio: 135/204;
    background-image: url(../images/head-l_sp.svg);
    left: -5%;
    bottom: 0;
  }
}

.TopHeadBottomList + * {
  margin-top: 35px;
}

.TopHeadBottomList li {
  position: relative;
}

.TopHeadBottomList li + li::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background: url(../images/icon_cross.svg) no-repeat center/contain;
  position: absolute;
  bottom: 21px;
  left: -25px;
  transform: translateX(-100%);
}

@media screen and (max-width: 767px) {
  .TopHeadBottomList li + li::before {
    bottom: auto;
    top: -21px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}

.TopHeadBottomList li p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.TopHeadBottomList li p .Text {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(24/16);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .TopHeadBottomList li p .Text {
    font-size: 14px;
    line-height: calc(20/14);
  }
}

.TopHeadBottomList li p .Main {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(83/40);
}

.TopHeadBottomList li p .Main.--en {
  font-size: 56px;
  line-height: calc(83/56);
}

@media screen and (max-width: 1023px) {
  .TopHeadBottomList li p .Main {
    font-size: 32px;
  }
  .TopHeadBottomList li p .Main.--en {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .TopHeadBottomList li p .Main {
    line-height: calc(47/32);
  }
  .TopHeadBottomList li p .Main.--en {
    line-height: calc(63/48);
  }

}

.TopHeadBottomList li p .En {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18/12);
}




/* TopMes
=========================================================================================== */

.TopMes.TopSection.BgBlack .TopSectionBody .MainInner::before {
  bottom: 0;
}

.TopMes.TopSection.BgBlack .TopSectionBody .MainInner::after {
  top: 282px;
}

@media screen and (max-width: 767px) {
  .TopMes.TopSection.BgBlack .TopSectionBody .MainInner::before {
    display: none;
  }
  .TopMes.TopSection.BgBlack .TopSectionBody .MainInner::after {
    top: -80px;
  }
}

.TopMes .bgextend + * {
  margin-top: 77px;
}

@media screen and (max-width: 767px) {
  .TopMes .bgextend + * {
    margin-top: 40px;
  }
}

.TopMesTitle .Head {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.TopMesTitle .Head + * {
  margin-top: 10px;
}

.TopMesTitle .Head li {
  width: fit-content;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29/20);
  padding-inline: 8px;
  color: #252525;
  background-color: #4DEDEB;
}

@media screen and (max-width: 767px) {
  .TopMesTitle .Head li {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.TopMesTitle .MainTitle + * {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .TopMesTitle .MainTitle + * {
    margin-top: 10px;
  }
}

.TopMesTitle .En {
  width: 239px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .TopMesTitle .En {
    width: 180px;
  }
}

.TopMesItem + .TopMesItem {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .TopMesItem + .TopMesItem,
  .TopMesItem + * {
    margin-top: 40px;
  }
}

.TopMesItem h3 {
  font-size: 20px;
  line-height: calc(29/20);
  color: #fff;
}

.TopMesItem h3 span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .TopMesItem h3 {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.TopMesItem h3.Right {
  text-align: right;
}

.TopMesItem p + * {
  margin-top: 10px;
}

.TopMesItem .TopSectionBox.Left {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .TopMesItem .TopSectionBox.Left {
    padding-left: 10px;
  }
}

.TopMesItem .TopSectionBox.Left .Image {
  max-width: 937px;
  margin-left: 0;
}

.TopMesItem .TopSectionBox.Right {
  padding-top: 0;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .TopMesItem .TopSectionBox.Right {
    padding-top: 10px;
    padding-right: 10px;
  }
}

.TopMesItem .TopSectionBox.Right .Image {
  max-width: 834px;
  margin-right: 0;
}

/* TopStrong
=========================================================================================== */

.TopStrong .TopSectionBody .MainInner::before,
.TopStrong .TopSectionBody .MainInner::after {
  z-index: 0;
}

.TopStrong .TopSectionBody .MainInner::before {
  left: -368px;
  bottom: 430px;
}

.TopStrong .TopSectionBody .MainInner::after {
  right: -257px;
  top: 180px;
}

@media screen and (max-width: 767px) {
  .TopStrong .TopSectionBody .MainInner::before {
    width: 135px;
    left: -5%;
    bottom: -80px;
    background-image: url(../images/strong-l_sp.svg);
  }
  .TopStrong .TopSectionBody .MainInner::after {
    width: 114px;
    aspect-ratio: 114/69;
    background-image: url(../images/function-r_sp.svg);
    top: -80px;
    right: -5%;
  }
}

.TopStrong p.center {
  text-align: center;
}

.TopStrong p.center span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .TopStrong p.center {
    text-align: left;
  }
  .TopStrong p.center span {
    display: inline;
  }
}

.TopStrong p.center + * {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .TopStrong p.center + * {
    margin-top: 40px;
  }
}

.TopStrongItem + .TopStrongItem {
  margin-top: 60px;
}

.TopStrongItem + * {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .TopStrongItem + .TopStrongItem,
  .TopStrongItem + * {
    margin-top: 40px;
  }
}

.TopStrongItem h3 {
  font-size: 20px;
  line-height: calc(29/20);
  color: #252525;
}

@media screen and (max-width: 767px) {
  .TopStrongItem h3 {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

@media screen and (max-width: 767px) {
  .TopStrongItem p {
    line-height: calc(32/16);
  }
}

.TopStrongItem p + .TopSectionBox {
  margin-top: 10px;
}

.TopStrongItem .TopSectionBox.Left .Image {
  width: 585px;
  margin-inline: auto;
}

.TopStrongItem .TopSectionBox.Left .Image img {
  width: 100%;
}
.TopStrongItem .TopSectionBox.Right {
  padding-right: 20px;
}

@media screen and (max-width: 1023px) {
  .TopStrongItem .TopSectionBox.Left .Image {
    width: 485px;
  }
}

@media screen and (max-width: 767px) {
  .TopStrongItem .TopSectionBox {
    padding-top: 10px;
  }
  .TopStrongItem .TopSectionBox.Left {
    padding-left: 10px;
  }
  .TopStrongItem .TopSectionBox.Left .Image {
    width: 100%;
  }
  .TopStrongItem .TopSectionBox.Right {
    padding-right: 10px;
  }
}

.TopSectionBox p {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(36/18);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .TopSectionBox p {
    font-size: 13px;
  }
}

.TopSectionBox p .underline {
  background-color: #4DEDEB;
}

.TopSectionBox p + .Image02 {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .TopSectionBox p + .Image02 {
    margin-top: 12px;
  }
}

.TopSectionBox .Image {
  margin-block: 0;
  margin-inline: auto;
}

.TopSectionBox .Image01 {
  max-width: 794px;
}


/* TopUsecase
=========================================================================================== */

@media screen and (max-width: 767px) {
  .TopUsecase .MainTitle h2 {
    font-size: 20px;
  }
}

.TopUsecase.TopSection.BgBlack .TopSectionBody .MainInner::before {
  bottom: -20px;
}

.TopUsecase.TopSection.BgBlack .TopSectionBody .MainInner::after {
  top: 214px;
}

@media screen and (max-width: 767px) {
  .TopUsecase.TopSection.BgBlack .TopSectionBody .MainInner::before {
    bottom: -80px;
  }
  .TopUsecase.TopSection.BgBlack .TopSectionBody .MainInner::after {
    top: -80px;
  }
}

.TopUsecase p + * {
  margin-top: 62px;
}

@media screen and (max-width: 767px) {
  .TopUsecase p + * {
    margin-top: 42px;
  }
}

.TopUsecase .SubTitle + * {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .TopUsecase .SubTitle + * {
    margin-top: 9px;
  }
}

.TopUsecase .SubTitle p {
  color: #252525;
  background-color: #4DEDEB;
}

@media screen and (max-width: 767px) {
  .TopUsecase .SubTitle p {
    font-size: 14px;
  }
}

.TopUsecase .SubTitle p + h3 {
  margin-top: 5px;
}

.TopUsecase .SubTitle h3 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .TopUsecase .SubTitle h3 {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.TopUsecaseItem {
  display: flex;
  align-items: flex-start;
  gap: 20px 40px;
}

.TopUsecaseItem.Reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .TopUsecaseItem,
  .TopUsecaseItem.Reverse {
    flex-direction: column;
  }
}

.TopUsecaseItem + .TopUsecaseItem {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .TopUsecaseItem + .TopUsecaseItem {
    margin-top: 40px;
  }
}

.TopUsecaseItem + * {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .TopUsecaseItem + * {
    margin-top: 40px;
  }
}

.TopUsecaseItem .Inner {
  flex: 1;
}

.TopUsecaseItem .Image {
  width: calc((480 / 1000) * 100%);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .TopUsecaseItem .Image {
    width: 100%;
  }
}

.TopUsecaseItem .Image img {
  width: 100%;
}

.TopUsecaseH3 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29/20);
  padding-inline: 8px;
  color: #252525;
  background-color: #4DEDEB;
}

@media screen and (max-width: 767px) {
  .TopUsecaseH3 {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.TopUsecaseH3 + * {
  margin-top: 20px;
}

.TopUsecase .LinkList + * {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .TopUsecase .LinkList + * {
    margin-top: 20px;
  }
}

.TopUsecase .LinkList li {
  border-bottom-color: #4DEDEB;
}

.TopUsecase .LinkList li a {
  color: #fff;
}

.TopUsecase .LinkList li a::after {
  background-image: url(../images/common/icon_arrow.svg);
}

/* TopFunction
=========================================================================================== */

.TopFunction .TopSectionBody .MainInner {
  z-index: auto;
}

.TopFunction .TopSectionBody .MainInner::before,
.TopFunction .TopSectionBody .MainInner::after {
  z-index: 0;
}

.TopFunction .TopSectionBody .MainInner::before {
  left: -312px;
  bottom: 32%;
}

.TopFunction .TopSectionBody .MainInner::after {
  right: -313px;
  top: -179px;
}

@media screen and (max-width: 767px) {
  .TopFunction .TopSectionBody .MainInner::before {
    display: none;
  }
  .TopFunction .TopSectionBody .MainInner::after {
    width: 114px;
    aspect-ratio: 114/69;
    background-image: url(../images/function-r_sp.svg);
    top: -80px;
    right: -5%;
  }
}

.TopFunction .TopSectionInner + * {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .TopFunction .TopSectionInner + * {
    margin-top: 20px;
  }
}

.TopFunction .TopSectionInner p + .TopFunctionItem {
  margin-top: 36px;
}

.TopFunctionItem {
  border: 1.5px solid #4DEDEB;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .TopFunctionItem {
    padding: 20px 10px;
  }
}

.TopFunctionItem + .TopFunctionItem {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .TopFunctionItem + .TopFunctionItem {
    margin-top: 20px;
  }
}

.TopFunctionItem h3 {
  font-size: 20px;
  line-height: calc(29/20);
  color: #252525;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .TopFunctionItem h3 {
    font-size: 16px;
    line-height: calc(24/16);
  }
}

.TopFunctionItem h3 + p {
  margin-top: 10px;
}

.TopFunctionItem p {
  line-height: calc(24/16);
}

.TopFunction .Image {
  max-width: 632px;
  margin-inline: auto;
  margin-bottom: 0;
}

.TopFunction .Image + * {
  margin-top: 63px;
}

@media screen and (max-width: 767px) {
  .TopFunction .Image + * {
    margin-top: 40px;
  }
}

.TopFunction .Image img {
  width: 100%;
}

.TopFunction .MainBtn + * {
  margin-top: 40px;
}
