@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
html {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  word-break: break-all;
  font-size: 62.5%;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body a {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body img {
  width: 100%;
  height: auto;
}

.wrapperInner {
  max-width: 960px;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapperInner {
    padding: 0 2rem;
    max-width: 550px;
  }
}

.grecaptcha-badge {
  z-index: 2000;
}

.footerBG {
  width: 100%;
  height: 51.3rem;
  background-color: #2f6fda;
}

.FooterInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .FooterInner {
    padding-inline: 4rem;
  }
}

.FooterText {
  width: 110rem;
  position: relative;
  top: -5rem;
}
@media only screen and (max-width: 768px) {
  .FooterText {
    width: 100%;
  }
}

.FooterText__text {
  width: 100%;
  position: absolute;
  top: 41%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .FooterText__text {
    width: 55rem;
    font-size: 3.2rem;
    line-height: 1.512195122;
    left: 50%;
  }
}

.FooterText__text span.middle {
  font-size: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .FooterText__text span.middle {
    font-size: 4.1rem;
  }
}

.FooterText__text span.HusUnder {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .FooterText__text span.HusUnder {
    font-size: 4.5rem;
  }
}

.FooterCopy {
  text-align: center;
  -webkit-margin-before: 20rem;
          margin-block-start: 20rem;
  color: #fff;
}

.FormLinkBG {
  width: 100%;
  position: relative;
}

.LinkContent {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .LinkContent {
    display: block;
    top: 11.2rem;
  }
}

.TextBanner {
  width: 121.2rem;
  height: 25.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-padding-start: 16rem;
          padding-inline-start: 16rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(47, 111, 218)), color-stop(65%, rgba(47, 111, 218, 0.68)), to(rgba(47, 111, 218, 0)));
  background: linear-gradient(to right, rgb(47, 111, 218) 0, rgba(47, 111, 218, 0.68) 65%, rgba(47, 111, 218, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .TextBanner {
    width: 100%;
    -webkit-padding-start: unset;
            padding-inline-start: unset;
    padding-inline: 4rem;
  }
}

.TextBanner__text {
  font-size: 6.6rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .TextBanner__text {
    font-size: 5rem;
  }
}

.TextBanner__text span.small {
  display: block;
  font-size: 3.4rem;
  -webkit-margin-after: 3.5rem;
          margin-block-end: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .TextBanner__text span.small {
    font-size: 2.8rem;
  }
}

.TextBanner__image {
  width: 39.7rem;
}

.LinkCircle {
  width: 45.6rem;
  height: 45.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.27);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-padding-after: 10rem;
          padding-block-end: 10rem;
  -webkit-margin-start: -8rem;
          margin-inline-start: -8rem;
}
@media only screen and (max-width: 768px) {
  .LinkCircle {
    width: 39.2rem;
    height: 39.2rem;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    margin-inline: auto;
    -webkit-margin-before: 11rem;
            margin-block-start: 11rem;
  }
}

.LinkCircleText {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6363636364;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .LinkCircleText {
    font-size: 2rem;
  }
}

.LinkCircleKeyword {
  width: 23.8rem;
  height: 23.8rem;
  border-radius: 50%;
  background-color: #2f6fda;
  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: 3.4rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .LinkCircleKeyword {
    width: 20.5rem;
    height: 20.5rem;
    font-size: 2.9rem;
  }
}

.LinkCircleKeyword.top {
  top: -7.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.LinkCircleKeyword.left {
  left: -15rem;
  bottom: 4rem;
}

.LinkCircleKeyword.right {
  right: -15rem;
  bottom: 4rem;
}

.FormLinkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85.2rem;
  height: 12rem;
  border-radius: 999px;
  position: absolute;
  bottom: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .FormLinkBtn {
    width: 60rem;
    height: 9.4rem;
  }
}

.FormLinkBtn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffe622;
  border-radius: 999px;
  font-size: 4.4rem;
  font-weight: 700;
  color: #2f6fda;
  position: relative;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .FormLinkBtn__text {
    font-size: 3.5rem;
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

.FormLinkBtn__text::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: -1;
}

.FormLinkBtn span.small {
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .FormLinkBtn span.small {
    font-size: 2.7rem;
  }
}

.HeaderInner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  -webkit-padding-before: 6.5rem;
          padding-block-start: 6.5rem;
  -webkit-padding-start: 12rem;
          padding-inline-start: 12rem;
}
@media only screen and (max-width: 768px) {
  .HeaderInner {
    -webkit-padding-before: 2.6rem;
            padding-block-start: 2.6rem;
    -webkit-padding-start: 5.6rem;
            padding-inline-start: 5.6rem;
  }
}

.HeaderLogo {
  width: 33.2rem;
}
@media only screen and (max-width: 768px) {
  .HeaderLogo {
    width: 26.5rem;
  }
}

.HeaderNav {
  width: 98.6rem;
  height: 10.2rem;
  position: fixed;
  top: 5rem;
  left: calc(50% - 6.4rem);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  border-radius: 1.5rem;
  background-color: #eff4fb;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .HeaderNav {
    width: 50rem;
    width: 300px;
    height: auto;
    top: 0;
    right: 0;
    -webkit-transform: translateX(60rem);
            transform: translateX(60rem);
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
    border-radius: unset;
    border-bottom-left-radius: 1.5rem;
    border-bottom-left-radius: 15px;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }
}

@media only screen and (max-width: 768px) {
  .HeaderNav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.HeaderNav ul {
  width: 100%;
  height: 100%;
  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-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .HeaderNav ul {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-before: 7rem;
            padding-block-start: 7rem;
    -webkit-padding-before: 12rem;
            padding-block-start: 12rem;
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
    padding-inline: 4rem;
    padding-inline: 40px;
  }
}

.HeaderNav ul li {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .HeaderNav ul li {
    width: 100%;
    height: 10rem;
    height: 90px;
    -webkit-border-after: 2px solid;
            border-block-end: 2px solid;
  }
}

.HeaderNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  height: 100%;
  padding-inline: 2rem;
}
@media only screen and (max-width: 768px) {
  .HeaderNav ul li a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5rem;
    font-size: 18px;
  }
}

.NavOpenBtn {
  width: 16rem;
  width: 80px;
  height: 14rem;
  height: 70px;
  background-color: #eff4fb;
  border-bottom-left-radius: 1.5rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.NavOpenBtn span {
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 99rem;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.NavOpenBtn span:first-of-type {
  top: 3.6rem;
  top: 15px;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.NavOpenBtn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.NavOpenBtn span:last-of-type {
  bottom: 3.6rem;
  bottom: 15px;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.NavOpenBtn.open span:first-of-type {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.NavOpenBtn.open span:nth-of-type(2) {
  opacity: 0;
}

.NavOpenBtn.open span:last-of-type {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.CTA {
  width: 6.3rem;
  height: 29.8rem;
  position: fixed;
  top: 54.4rem;
  right: 0;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .CTA {
    width: 100%;
    height: 7.1rem;
    top: unset;
    bottom: 0;
  }
}

.CTA-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  background-color: #ffe622;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .CTA-link {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 2.4rem;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .CTA-link span.small {
    font-size: 2.2rem;
  }
}

.FVBG {
  width: 100%;
  max-width: 1920px;
  padding-inline: 3rem;
  margin-inline: auto;
  background-image: url("../../assets_yuino/img/lp02/pc/fv/fv-back.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-padding-before: 27rem;
          padding-block-start: 27rem;
  -webkit-padding-after: 32rem;
          padding-block-end: 32rem;
  -webkit-margin-before: -13rem;
          margin-block-start: -13rem;
}
@media only screen and (max-width: 768px) {
  .FVBG {
    -webkit-padding-after: 14rem;
            padding-block-end: 14rem;
  }
}

.MainFVContent {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 768px) {
  .MainFVContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
  }
}

.MainFVLeft {
  width: 38.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
}
@media only screen and (max-width: 768px) {
  .MainFVLeft {
    width: 28.5rem;
  }
}

.MainFVRight {
  width: 40rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media only screen and (max-width: 768px) {
  .MainFVRight {
    width: 28.6rem;
    -webkit-margin-before: 11rem;
            margin-block-start: 11rem;
  }
}

@media only screen and (max-width: 768px) {
  .MainFVCenter {
    width: 100%;
  }
}

.MainFVBubbleText {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .MainFVBubbleText {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.MainFVBubbleText.leftText {
  top: 8.7rem;
  left: 6rem;
}
@media only screen and (max-width: 768px) {
  .MainFVBubbleText.leftText {
    top: 5.2rem;
    left: 3.4rem;
  }
}

.MainFVBubbleText.rightText {
  top: 4.6rem;
  right: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .MainFVBubbleText.rightText {
    top: 2.6rem;
    right: 2.5rem;
  }
}

.MainFVCenter h2 {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
}

.MainFVCenter h2 span.underline {
  font-size: 7.6rem;
  line-height: 1.4736842105;
  position: relative;
  z-index: 2;
}

.MainFVCenter h2 span.underline.left {
  -webkit-margin-end: 7.5rem;
          margin-inline-end: 7.5rem;
}

.underline img {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.underline.left img {
  width: 27.6rem;
}

.underline.right img {
  width: 32.3rem;
}

.MainFVCenter span.small {
  font-size: 3.4rem;
  display: block;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}

.MainFVCenterText {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.MainFVCenterText span.bold {
  font-weight: 700;
  display: block;
  -webkit-margin-before: 3.1rem;
          margin-block-start: 3.1rem;
}

span.BlueUnderline {
  position: relative;
  z-index: 1;
}

span.BlueUnderline::after {
  display: block;
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: rgba(162, 218, 250, 0.56);
  z-index: -1;
}

.SubFV {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  -webkit-margin-before: -20rem;
          margin-block-start: -20rem;
}
@media only screen and (max-width: 768px) {
  .SubFV {
    -webkit-margin-before: -10rem;
            margin-block-start: -10rem;
  }
}

.SubFVText {
  font-size: 2.2rem;
  line-height: 2.7272727273;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  -webkit-padding-start: 7.3rem;
          padding-inline-start: 7.3rem;
}
@media only screen and (max-width: 768px) {
  .SubFVText {
    font-size: 1.8rem;
    line-height: 3.3333333333;
    font-weight: 500;
    -webkit-margin-after: 6rem;
            margin-block-end: 6rem;
  }
}

.SubFVText span.BlueUnderline::after {
  top: 2rem;
}
@media only screen and (max-width: 768px) {
  .SubFVText span.BlueUnderline::after {
    top: 1.3rem;
  }
}

.SubFVCase {
  position: relative;
}

.SubFVCase.top {
  width: 78.4rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-before: -12rem;
          margin-block-start: -12rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase.top {
    width: 64.2rem;
    -webkit-margin-before: -6rem;
            margin-block-start: -6rem;
  }
}

.SubFVCase__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2222222222;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.SubFVCase__text.Text01 {
  top: 4rem;
  left: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text01 {
    top: 4.3rem;
  }
}

.SubFVCase__text.Text02 {
  color: #fff;
  top: 7.4rem;
  right: 6rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text02 {
    top: 6.4rem;
    right: 3.5rem;
  }
}

.SubFVCase.left {
  width: 82.1rem;
  -webkit-margin-start: 9.4rem;
          margin-inline-start: 9.4rem;
  -webkit-margin-before: -24rem;
          margin-block-start: -24rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase.left {
    width: 66rem;
    -webkit-margin-before: unset;
            margin-block-start: unset;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}

.SubFVCase__text.Text03 {
  top: 6rem;
  left: 6rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text03 {
    top: 5rem;
    left: 4rem;
  }
}

.SubFVCase__text.Text04 {
  color: #fff;
  top: 5.4rem;
  right: 6rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text04 {
    top: 4.4rem;
    right: 3.5rem;
  }
}

.SubFVCase.bottom {
  width: 101.2rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-before: -55rem;
          margin-block-start: -55rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase.bottom {
    width: 68.8rem;
    -webkit-margin-before: -15rem;
            margin-block-start: -15rem;
  }
}

.SubFVCase__text.Text05 {
  color: #fff;
  top: 5rem;
  left: 24rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text05 {
    top: 3rem;
    left: 14rem;
  }
}

.SubFVCase__text.Text06 {
  top: 20rem;
  left: 6rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text06 {
    top: 13.3rem;
    left: 2.4rem;
  }
}

.SubFVCase__text.Text07 {
  top: 19rem;
  right: 4rem;
}
@media only screen and (max-width: 768px) {
  .SubFVCase__text.Text07 {
    top: 11.5rem;
    right: 1rem;
  }
}

.Solution {
  -webkit-padding-before: 15rem;
          padding-block-start: 15rem;
  -webkit-padding-after: 9rem;
          padding-block-end: 9rem;
}

.SolutionBG {
  width: 100%;
  background-color: #2f6fda;
  -webkit-padding-after: 6rem;
          padding-block-end: 6rem;
  position: relative;
}

.SolutionBG::after {
  display: block;
  content: "";
  width: 50%;
  height: 20rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .SolutionBG::after {
    height: 15rem;
  }
}

.SolutionBG::before {
  display: block;
  content: "";
  width: 50%;
  height: 20rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .SolutionBG::before {
    height: 15rem;
  }
}

.Inner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .Inner {
    padding-inline: 4rem;
  }
}

.Inner.SolutionTopInner {
  position: relative;
}

.SolutionTopFrame {
  width: 97.9rem;
  -webkit-margin-start: 10.3rem;
          margin-inline-start: 10.3rem;
  -webkit-margin-before: -5rem;
          margin-block-start: -5rem;
  position: absolute;
  top: -4.5rem;
  left: 4rem;
}
@media only screen and (max-width: 768px) {
  .SolutionTopFrame {
    width: 65rem;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    -webkit-margin-before: unset;
            margin-block-start: unset;
    top: -7rem;
  }
}

.SolutionTopFrame h2 {
  font-size: 3.4rem;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .SolutionTopFrame h2 {
    top: 39%;
    font-size: 3rem;
  }
}

.SolutionTopFrame h2 span.underline img {
  bottom: -2rem;
}

.SolutionContent {
  width: 100%;
  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-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media only screen and (max-width: 768px) {
  .SolutionContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.SolutionContent__text {
  font-size: 2.2rem;
  color: #fff;
  line-height: 2.7272727273;
  -webkit-margin-start: 14rem;
          margin-inline-start: 14rem;
  -webkit-margin-before: 9rem;
          margin-block-start: 9rem;
}
@media only screen and (max-width: 768px) {
  .SolutionContent__text {
    font-size: 1.8rem;
    line-height: 3.3333333333;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
    -webkit-margin-before: 16rem;
            margin-block-start: 16rem;
  }
}

.SolutionContent__image {
  width: 86rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-before: -4rem;
          margin-block-start: -4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .SolutionContent__image {
    width: 60rem;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}

.SolutionBottomFrame {
  width: 98.1rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .SolutionBottomFrame {
    width: 100%;
  }
}

.SolutionBottomFrame__text {
  width: 100%;
  font-size: 4.4rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .SolutionBottomFrame__text {
    font-size: 3.4rem;
    top: 53%;
  }
}

.SolutionBottomFrame__text span.small {
  display: block;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .SolutionBottomFrame__text span.small {
    font-size: 2.2rem;
  }
}

.SolutionBottomFrame__text span.middle {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .SolutionBottomFrame__text span.middle {
    font-size: 2.8rem;
  }
}

span.HusUnder {
  position: relative;
  z-index: 2;
}

.SolutionBottomFrame__text span.BlockSpace {
  display: block;
  margin-block: 1.9rem;
}

.SolutionBottomFrame__text span.underline img {
  bottom: 0;
}

.SolutionCard {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  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-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem;
}
@media only screen and (max-width: 768px) {
  .SolutionCard {
    max-width: 688px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    row-gap: 10rem;
    padding-inline: 2.4rem;
  }
}

.SolutionCard__image {
  width: 70.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.SolutionCardImage__text {
  -webkit-margin-start: 5rem;
          margin-inline-start: 5rem;
  -webkit-margin-before: 3.6rem;
          margin-block-start: 3.6rem;
}

.SolutionCard__text {
  width: 90.6rem;
}
@media only screen and (max-width: 768px) {
  .SolutionCard__text {
    width: 100%;
  }
}

.SolutionCard__text h3 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #2f6fda;
}
@media only screen and (max-width: 768px) {
  .SolutionCard__text h3 {
    font-size: 2.8rem;
  }
}

.SolutionCard__text p {
  line-height: 2.5;
  -webkit-margin-before: 2.4rem;
          margin-block-start: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .SolutionCard__text p {
    font-size: 1.6rem;
  }
}

.SolutionCard__text h4 {
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-margin-before: 4.5rem;
          margin-block-start: 4.5rem;
}

.FeatureInner {
  padding-inline: 16rem;
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media only screen and (max-width: 768px) {
  .FeatureInner {
    padding-inline: 4rem;
    -webkit-margin-after: 19.7rem;
            margin-block-end: 19.7rem;
  }
}

.SectionTitle {
  font-size: 3.4rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.SectionTitle span.small {
  display: block;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
  font-size: 2rem;
  color: #2f6fda;
  text-transform: uppercase;
}

.SectionTitle.right {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  text-align: right;
}

.Features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .Features {
    display: block;
  }
}

.featureImage {
  width: 45.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.featureImage.image02 {
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem;
}
@media only screen and (max-width: 768px) {
  .featureImage.image02 {
    margin-inline: auto;
    -webkit-margin-before: 3.4rem;
            margin-block-start: 3.4rem;
  }
}

.featureImage.image03 {
  -webkit-margin-before: 20rem;
          margin-block-start: 20rem;
}
@media only screen and (max-width: 768px) {
  .featureImage.image03 {
    -webkit-margin-before: 3.4rem;
            margin-block-start: 3.4rem;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.FeatureBottomBG {
  width: 100%;
  background-color: #2f6fda;
  -webkit-padding-before: 10.2rem;
          padding-block-start: 10.2rem;
}
@media only screen and (max-width: 768px) {
  .FeatureBottomBG {
    padding-inline: 4rem;
  }
}

.FeatureBottom h3 {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  -webkit-margin-after: -8.5rem;
          margin-block-end: -8.5rem;
}

.FeatureFrame {
  display: block;
  width: 98rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .FeatureFrame {
    width: 61rem;
  }
}

.FeatureFrame span.FeatureFrame__text {
  width: 100%;
  position: absolute;
  top: 39%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .FeatureFrame span.FeatureFrame__text {
    top: 47%;
    line-height: 1.7647058824;
  }
}

.FeatureBottom span.underline img {
  bottom: -0.3rem;
}

.FeatureBottomContent {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .FeatureBottomContent {
    display: block;
  }
}

.featureBottomCard {
  width: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .featureBottomCard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.featureBottomCard.left {
  width: 43rem;
}
@media only screen and (max-width: 768px) {
  .featureBottomCard.left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .featureBottomCard.center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-margin-after: 3rem;
            margin-block-end: 3rem;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.featureBottomCard__text {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
  line-height: 1.475;
}

.featureBottomCard__text .yellow {
  font-size: 4rem;
  color: #ffe622;
}

.featureBottomCard.left .featureBottomCard__image {
  width: 23rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .featureBottomCard.left .featureBottomCard__image {
    margin-inline: unset;
  }
}

.featureBottomCard.left .featureBottomCard__text {
  font-size: 2.4rem;
}

.featureBottomCard.center .featureBottomCard__image {
  width: 27.1rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .featureBottomCard.center .featureBottomCard__image {
    margin-inline: unset;
  }
}

.featureBottomCard.right .featureBottomCard__image {
  width: 30rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .featureBottomCard.right .featureBottomCard__image {
    margin-inline: unset;
  }
}

.ServiceInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  -webkit-padding-before: 17.4rem;
          padding-block-start: 17.4rem;
  -webkit-padding-after: 20rem;
          padding-block-end: 20rem;
}
@media only screen and (max-width: 768px) {
  .ServiceInner {
    padding-inline: 4rem;
  }
}

.ServiceCardWrap {
  width: 137rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  row-gap: 3.8rem;
  -webkit-margin-before: 8.2rem;
          margin-block-start: 8.2rem;
}
@media only screen and (max-width: 768px) {
  .ServiceCardWrap {
    width: 100%;
    -webkit-column-gap: 5.7rem;
       -moz-column-gap: 5.7rem;
            column-gap: 5.7rem;
    row-gap: 5rem;
  }
}

.ServiceCard {
  width: 29rem;
  height: 29rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(52, 114, 240, 0.08)), color-stop(80%, rgba(100, 190, 197, 0.08)), to(rgba(108, 202, 190, 0.08)));
  background: linear-gradient(to bottom, rgba(52, 114, 240, 0.08) 0, rgba(100, 190, 197, 0.08) 80%, rgba(108, 202, 190, 0.08) 100%);
}

.ServiceCard__image {
  margin-inline: auto;
}

.ServiceCard__text {
  line-height: 1.875;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ServiceCard__text {
    font-size: 1.6rem;
  }
}

.ServiceCard.card01 {
  -webkit-padding-before: 5.5rem;
          padding-block-start: 5.5rem;
}

.ServiceCard.card01 .ServiceCard__image {
  width: 8.4rem;
}

.ServiceCard.card01 .ServiceCard__text {
  -webkit-margin-before: 4.4rem;
          margin-block-start: 4.4rem;
}

.ServiceCard.card02 {
  -webkit-padding-before: 7.1rem;
          padding-block-start: 7.1rem;
}

.ServiceCard.card02 .ServiceCard__image {
  width: 9.2rem;
}

.ServiceCard.card02 .ServiceCard__text {
  -webkit-margin-before: 7.1rem;
          margin-block-start: 7.1rem;
}

.ServiceCard.card03 {
  -webkit-padding-before: 7.6rem;
          padding-block-start: 7.6rem;
}

.ServiceCard.card03 .ServiceCard__image {
  width: 7.1rem;
}

.ServiceCard.card03 .ServiceCard__text {
  -webkit-margin-before: 5.4rem;
          margin-block-start: 5.4rem;
}

.ServiceCard.card04 {
  -webkit-padding-before: 5.5rem;
          padding-block-start: 5.5rem;
}

.ServiceCard.card04 .ServiceCard__image {
  width: 7.1rem;
}

.ServiceCard.card04 .ServiceCard__text {
  -webkit-margin-before: 5.5rem;
          margin-block-start: 5.5rem;
}

.ServiceCard.card05 {
  -webkit-padding-before: 6.4rem;
          padding-block-start: 6.4rem;
}

.ServiceCard.card05 .ServiceCard__image {
  width: 7rem;
}

.ServiceCard.card05 .ServiceCard__text {
  -webkit-margin-before: 5.5rem;
          margin-block-start: 5.5rem;
}

.ServiceCard.card06 {
  -webkit-padding-before: 7.7rem;
          padding-block-start: 7.7rem;
}

.ServiceCard.card06 .ServiceCard__image {
  width: 12.1rem;
}

.ServiceCard.card06 .ServiceCard__text {
  -webkit-margin-before: 7.3rem;
          margin-block-start: 7.3rem;
}

.ServiceCard.card07 {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}

.ServiceCard.card07 .ServiceCard__image {
  width: 11.1rem;
}

.ServiceCard.card07 .ServiceCard__text {
  -webkit-margin-before: 5.2rem;
          margin-block-start: 5.2rem;
}

.ServiceCard.card08 {
  -webkit-padding-before: 8rem;
          padding-block-start: 8rem;
}

.ServiceCard.card08 .ServiceCard__image {
  width: 7.1rem;
}

.ServiceCard.card08 .ServiceCard__text {
  -webkit-margin-before: 4.2rem;
          margin-block-start: 4.2rem;
}

.Reason {
  -webkit-padding-before: 22.8rem;
          padding-block-start: 22.8rem;
}

.TitleWrap {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
}

.ReasonCardBox {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 19rem;
          margin-block-start: 19rem;
}
@media only screen and (max-width: 768px) {
  .ReasonCardBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 18rem;
  }
}

.ReasonCard {
  width: 50rem;
  height: 61.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 5px solid #2f6fda;
  padding: 1.2rem;
  position: relative;
  background-color: #fff;
}

.ReasonCard__Num {
  font-size: 21.5rem;
  font-weight: 700;
  color: rgba(231, 246, 254, 0.46);
  position: absolute;
  top: -18rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .ReasonCard__Num {
    font-size: 24.5rem;
    top: -20rem;
  }
}

.ReasonCard__presence {
  width: 100%;
  height: 32rem;
  -webkit-padding-before: 6.8rem;
          padding-block-start: 6.8rem;
}

.ReasonCard__presence p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.ReasonCard__presence p span.BlueUnderline {
  font-size: 4.2rem;
  color: #2f6fda;
  margin-inline: 0.6rem;
}

.ReasonCard__presence p span.BlueUnderline::after {
  top: 4.2rem;
}

.ReasonCard__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2f6fda;
  -webkit-margin-before: 3.8rem;
          margin-block-start: 3.8rem;
  text-align: center;
}

.ReasonCard__text {
  line-height: 2.5;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media only screen and (max-width: 768px) {
  .ReasonCard__text {
    font-size: 1.6rem;
  }
}

.ReasonBottom {
  width: 100%;
  background-color: #a2dafa;
  -webkit-padding-before: 21rem;
          padding-block-start: 21rem;
  -webkit-margin-before: -16rem;
          margin-block-start: -16rem;
}
@media only screen and (max-width: 768px) {
  .ReasonBottom {
    padding-inline: 4rem;
    -webkit-padding-before: 27rem;
            padding-block-start: 27rem;
    -webkit-margin-before: -18rem;
            margin-block-start: -18rem;
  }
}

.ReasonBottomTitle {
  width: 56rem;
  margin-inline: auto;
  position: relative;
}

.ReasonBottomTitle span.ReasonBottomTitle__text {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ReasonBottomContent__image {
  width: 33.5rem;
  -webkit-margin-start: -10rem;
          margin-inline-start: -10rem;
}
@media only screen and (max-width: 768px) {
  .ReasonBottomContent__image {
    width: 20rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
}

.ReasonBottomContent {
  width: 100%;
  max-width: 1660px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8.8rem;
     -moz-column-gap: 8.8rem;
          column-gap: 8.8rem;
}
@media only screen and (max-width: 768px) {
  .ReasonBottomContent {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.ReasonBottomContentText__title {
  line-height: 2.5;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.ReasonBottomContentText__list {
  line-height: 2.5;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media only screen and (max-width: 768px) {
  .ReasonBottomContentText__list {
    font-size: 1.6rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.CaseInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  -webkit-padding-before: 19rem;
          padding-block-start: 19rem;
  -webkit-padding-after: 15rem;
          padding-block-end: 15rem;
}
@media only screen and (max-width: 768px) {
  .CaseInner {
    padding-inline: 4rem;
  }
}

.CaseWrap {
  width: 100%;
  -webkit-margin-before: 4.6rem;
          margin-block-start: 4.6rem;
  -webkit-padding-start: 20rem;
          padding-inline-start: 20rem;
}
@media only screen and (max-width: 768px) {
  .CaseWrap {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
    -webkit-margin-before: 15rem;
            margin-block-start: 15rem;
  }
}

.CaseTab {
  width: 26.5rem;
  height: 5.6rem;
  background-color: #eff4fb;
  border-top-right-radius: 3.9rem;
  border: 1px solid #2f6fda;
  -webkit-padding-start: 2.7rem;
          padding-inline-start: 2.7rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .CaseTab {
    width: 24rem;
    height: 8.4rem;
  }
}

.CaseTab.active {
  background-color: #2f6fda;
  color: #fff;
}

.CaseTab01 {
  z-index: 3;
}

.CaseTab02 {
  z-index: 2;
  -webkit-margin-start: -4rem;
          margin-inline-start: -4rem;
}

.CaseTab03 {
  z-index: 1;
  -webkit-margin-start: -4rem;
          margin-inline-start: -4rem;
}

.CaseTab p {
  font-size: 2.2rem;
  font-weight: 700;
}

.CaseTab02 p,
.CaseTab03 p {
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}

.CaseContent {
  width: 130rem;
  height: 78rem;
  background-color: #e7f6fe;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  -webkit-padding-start: 10.2rem;
          padding-inline-start: 10.2rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .CaseContent {
    width: 100%;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-padding-after: 3.5rem;
            padding-block-end: 3.5rem;
  }
}

.CaseTitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2f6fda;
}
@media only screen and (max-width: 768px) {
  .CaseTitle {
    line-height: 1.8181818182;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}

.CaseTop {
  width: 112rem;
  height: 18.2rem;
  background-color: #fff;
  -webkit-padding-start: 4.8rem;
          padding-inline-start: 4.8rem;
  -webkit-padding-end: 6rem;
          padding-inline-end: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 6.3rem;
          margin-block-start: 6.3rem;
}
@media only screen and (max-width: 768px) {
  .CaseTop {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-start: 2.8rem;
            padding-inline-start: 2.8rem;
    -webkit-padding-end: 1.7rem;
            padding-inline-end: 1.7rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}

.CaseTop__title {
  width: 9.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f6fda;
  -webkit-border-end: 1px solid #c3c3c3;
          border-inline-end: 1px solid #c3c3c3;
}
@media only screen and (max-width: 768px) {
  .CaseTop__title {
    -webkit-border-end: unset;
            border-inline-end: unset;
    font-size: 1.6rem;
  }
}

.CaseTop__text {
  line-height: 2.5;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
@media only screen and (max-width: 768px) {
  .CaseTop__text {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
    font-size: 1.6rem;
  }
}

.CaseCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
  -webkit-margin-before: 4.6rem;
          margin-block-start: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .CaseCenter {
    -webkit-margin-before: 2.7rem;
            margin-block-start: 2.7rem;
    -webkit-padding-start: unset;
            padding-inline-start: unset;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .CaseCenter {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.CaseCenter__image {
  width: 17rem;
}
@media only screen and (max-width: 768px) {
  .CaseCenter__image {
    width: 12rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.CaseCenter__text {
  width: 85.5rem;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  .CaseCenter__text {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
    font-size: 1.6rem;
  }
}

.CaseBottom {
  width: 112rem;
  height: 13.8rem;
  background-color: #a2dafa;
  -webkit-padding-start: 5.5rem;
          padding-inline-start: 5.5rem;
  -webkit-padding-end: 6rem;
          padding-inline-end: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .CaseBottom {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-padding-start: 2.8rem;
            padding-inline-start: 2.8rem;
    -webkit-padding-end: 2.8rem;
            padding-inline-end: 2.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: block;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}

.CaseBottom__title {
  width: 9.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-border-end: 1px solid #fff;
          border-inline-end: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .CaseBottom__title {
    height: 6rem;
    -webkit-border-end: unset;
            border-inline-end: unset;
    font-size: 1.6rem;
  }
}

.CaseBottom__text {
  line-height: 2.5;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
@media only screen and (max-width: 768px) {
  .CaseBottom__text {
    font-size: 1.6rem;
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
}

.CaseContent.active {
  display: block;
}

.TitleWrap.VoiceTitleWrap {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media only screen and (max-width: 768px) {
  .TitleWrap.VoiceTitleWrap {
    -webkit-padding-before: unset;
            padding-block-start: unset;
  }
}

.VoiceBG {
  width: 100%;
  background-color: #e7f6fe;
  padding-block: 26rem;
  -webkit-margin-before: -4rem;
          margin-block-start: -4rem;
}
@media only screen and (max-width: 768px) {
  .VoiceBG {
    -webkit-padding-after: 10rem;
            padding-block-end: 10rem;
  }
}

.VoiceInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
}

.VoiceCard {
  width: 73rem;
  height: 76rem;
  background-color: #fff;
  padding: 6.5rem 5.5rem 4.5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .VoiceCard {
    width: 100%;
    padding: 3.8rem 4.2rem 4.3rem 6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.VoiceCard__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2f6fda;
  line-height: 1.8181818182;
}

.VoiceCard__text {
  line-height: 2.5;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.VoiceCard__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media only screen and (max-width: 768px) {
  .VoiceCard__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.VoiceCardDetail__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .VoiceCardDetail__image {
    width: 100%;
  }
}

.VoiceCardDetail__image img {
  width: 26.6rem;
  height: 21.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 768px) {
  .VoiceCardDetail__image img {
    width: 100%;
    height: 20rem;
  }
}

.VoiceCardDetail__image figcaption {
  font-size: 1.2rem;
  text-align: right;
  -webkit-margin-before: 0.8rem;
          margin-block-start: 0.8rem;
}

.VoiceCardDetail__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .VoiceCardDetail__data {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.VoiceCardDetail__name {
  width: 100%;
  -webkit-border-after: 1px solid #2f6fda;
          border-block-end: 1px solid #2f6fda;
  -webkit-padding-after: 0.8rem;
          padding-block-end: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .VoiceCardDetail__name {
    width: 18rem;
    -webkit-border-after: unset;
            border-block-end: unset;
    -webkit-border-end: 1px solid #2f6fda;
            border-inline-end: 1px solid #2f6fda;
  }
}

.VoiceCardDetail__list {
  -webkit-margin-before: 1.4rem;
          margin-block-start: 1.4rem;
  -webkit-padding-start: 0.8rem;
          padding-inline-start: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .VoiceCardDetail__list {
    -webkit-margin-before: unset;
            margin-block-start: unset;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}

.VoiceCardDetail__list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5;
}

.VoiceCardDetail__list li dl dt {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: unset;
}

.VoiceCardDetail__list li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.SliderWrap {
  width: 100%;
  padding-inline: 5rem;
  position: relative;
}

.VoiceSwiper {
  width: 100%;
  overflow: hidden;
}

.SwiperArrow {
  width: 8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .SwiperArrow {
    top: 35%;
  }
}

.SwiperArrow.Left {
  left: 0;
}

.SwiperArrow.Right {
  right: 2rem;
}

.SwiperPaginationWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 12rem;
          margin-block-start: 12rem;
}
@media only screen and (max-width: 768px) {
  .SwiperPaginationWrap {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}

#SwiperPaginationWrap .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  background-color: #fff;
  border: 1px solid #2f6fda;
  opacity: 1;
}

#SwiperPaginationWrap .swiper-pagination-bullet-active {
  background-color: #2f6fda;
}

.FlowBG {
  width: 100%;
  background-color: #2f6fda;
  -webkit-padding-before: 9rem;
          padding-block-start: 9rem;
  -webkit-padding-after: 21rem;
          padding-block-end: 21rem;
}

.FlowInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
}

.FlowInner .SectionTitle,
.FlowInner .SectionTitle span.small {
  color: #fff;
}

.Step {
  width: 100%;
  height: 29rem;
  background-color: #fff;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  -webkit-margin-before: 8.5rem;
          margin-block-start: 8.5rem;
  -webkit-padding-start: 6rem;
          padding-inline-start: 6rem;
  -webkit-padding-end: 7rem;
          padding-inline-end: 7rem;
  -webkit-padding-before: 3.3rem;
          padding-block-start: 3.3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Step {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
    -webkit-padding-end: 3.6rem;
            padding-inline-end: 3.6rem;
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}

.Step:first-of-type {
  -webkit-margin-before: 9.5rem;
          margin-block-start: 9.5rem;
}

.StepNum {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .StepNum {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.StepNum span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2f6fda;
  text-align: center;
  text-transform: uppercase;
}

.StepNum span:last-of-type {
  font-size: 4rem;
  -webkit-margin-before: 1.6rem;
          margin-block-start: 1.6rem;
}

.StepTitle {
  font-size: 3rem;
  font-weight: 700;
  -webkit-margin-before: 3.7rem;
          margin-block-start: 3.7rem;
}
@media only screen and (max-width: 768px) {
  .StepTitle {
    -webkit-padding-start: 12rem;
            padding-inline-start: 12rem;
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}

.StepText {
  line-height: 2.5;
  -webkit-margin-before: 3.2rem;
          margin-block-start: 3.2rem;
}

.StepArrow {
  width: 4rem;
  position: absolute;
  top: 15rem;
  left: 7rem;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .StepArrow {
    top: unset;
    bottom: -12rem;
  }
}

@media only screen and (max-width: 768px) {
  .StepContent {
    -webkit-margin-before: -6rem;
            margin-block-start: -6rem;
  }
}

.FaqInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  -webkit-padding-before: 16rem;
          padding-block-start: 16rem;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
}
@media only screen and (max-width: 768px) {
  .FaqInner {
    padding-inline: 4rem;
  }
}

.FaqInner h2 {
  -webkit-margin-after: 10rem;
          margin-block-end: 10rem;
}
@media only screen and (max-width: 768px) {
  .FaqInner h2 {
    -webkit-margin-after: unset;
            margin-block-end: unset;
  }
}

.faq {
  width: 100%;
  -webkit-padding-start: 6.3rem;
          padding-inline-start: 6.3rem;
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
  -webkit-padding-after: 11rem;
          padding-block-end: 11rem;
}
@media only screen and (max-width: 768px) {
  .faq {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
}

.faq:first-of-type {
  -webkit-border-after: 1px solid #707070;
          border-block-end: 1px solid #707070;
}

.Question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media only screen and (max-width: 768px) {
  .Question {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.Answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: -19rem;
          margin-block-start: -19rem;
}
@media only screen and (max-width: 768px) {
  .Answer {
    -webkit-margin-before: unset;
            margin-block-start: unset;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.FaqImage {
  width: 25rem;
}
@media only screen and (max-width: 768px) {
  .FaqImage {
    width: 15rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.FaqText {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.FaqText p {
  line-height: 2.5;
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.FaqText.QuestionText p {
  top: 45%;
}

.FaqText.AnswerText p {
  left: 10rem;
}
@media only screen and (max-width: 768px) {
  .FaqText.AnswerText p {
    left: 4rem;
  }
}

.QuestionText {
  width: 75rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media only screen and (max-width: 768px) {
  .QuestionText {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}

.QuestionText.short {
  width: 56.2rem;
}

.AnswerText {
  width: 79rem;
  -webkit-margin-before: 14rem;
          margin-block-start: 14rem;
}
@media only screen and (max-width: 768px) {
  .AnswerText {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}

.CompanyInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media only screen and (max-width: 768px) {
  .CompanyInner {
    padding-inline: 4rem;
  }
}

.CompanyTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 768px) {
  .CompanyTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.CompanyTop__text {
  width: 73rem;
  height: 24.4rem;
  background-color: #2f6fda;
  border-radius: 1.5rem;
  padding-inline: 4.6rem;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
  -webkit-margin-end: -7rem;
          margin-inline-end: -7rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .CompanyTop__text {
    width: 62.4rem;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    -webkit-margin-before: -14rem;
            margin-block-start: -14rem;
  }
}

.CompanyTop__text p {
  font-size: 2rem;
  color: #fff;
  line-height: 2;
}

.CompanyTop__text p:last-of-type {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: right;
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
}

.CompanyTop__text p:last-of-type span.small {
  font-size: 2.2rem;
  font-weight: 400;
  -webkit-padding-end: 2rem;
          padding-inline-end: 2rem;
}

.CompanyTop__image {
  width: 58.5rem;
}
@media only screen and (max-width: 768px) {
  .CompanyTop__image {
    width: 41.9rem;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.CompanyBottomBG {
  width: 100%;
  background-color: #e7f6fe;
  -webkit-padding-before: 11.2rem;
          padding-block-start: 11.2rem;
  -webkit-padding-after: 23rem;
          padding-block-end: 23rem;
  -webkit-margin-before: -36rem;
          margin-block-start: -36rem;
}
@media only screen and (max-width: 768px) {
  .CompanyBottomBG {
    -webkit-padding-before: 44rem;
            padding-block-start: 44rem;
  }
}

.CompanyBottomInner {
  width: 100%;
  max-width: 1660px;
  padding-inline: 3rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .CompanyBottomInner {
    padding-inline: 4rem;
  }
}

.Career {
  width: 100%;
}

.CareerTitle {
  width: 14.6rem;
  height: 4.7rem;
  border-radius: 999px;
  background-color: #a2dafa;
  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;
}

.CareerList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-margin-start: 6rem;
          margin-inline-start: 6rem;
}

.CareerList li dl dt {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: unset;
}

.CareerList li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.5;
}

.QualificationTitle {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}

.Qualification {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  -webkit-margin-start: 6rem;
          margin-inline-start: 6rem;
}

.Address {
  -webkit-margin-before: 17rem;
          margin-block-start: 17rem;
}
@media only screen and (max-width: 768px) {
  .Address {
    -webkit-margin-before: 9rem;
            margin-block-start: 9rem;
  }
}

.AddressList {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
  padding-inline: 8.4rem;
}
@media only screen and (max-width: 768px) {
  .AddressList {
    -webkit-padding-start: 3.7rem;
            padding-inline-start: 3.7rem;
    -webkit-padding-end: 5.1rem;
            padding-inline-end: 5.1rem;
  }
}

.AddressList li dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
  -webkit-margin-before: 2.4rem;
          margin-block-start: 2.4rem;
  padding-block: 7.5rem;
  -webkit-border-after: 1px solid #707070;
          border-block-end: 1px solid #707070;
  -webkit-padding-start: 4.3rem;
          padding-inline-start: 4.3rem;
}
@media only screen and (max-width: 768px) {
  .AddressList li dl {
    display: block;
    padding-block: 3rem;
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
}

.AddressList li:last-of-type dl {
  -webkit-border-after: none;
          border-block-end: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.AddressList li dl dt {
  width: 10rem;
  color: #2f6fda;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .AddressList li dl dt {
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}

.AddressList li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.5;
}/*# sourceMappingURL=style-asp__yd.css.map */