html {
  background: none;
}
html .l-footer {
  background: #fff;
}

body {
  color: #333333;
}

#mheGuide_wrap .mheGuide_breadcrumb {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  margin-top: 138px;
  z-index: 100;
}
@media screen and (max-width: 980px) {
  #mheGuide_wrap .mheGuide_breadcrumb {
    margin-top: 15px;
  }
}
#mheGuide_wrap .mheGuide_breadcrumb ul {
  color: #666;
}
#mheGuide_wrap .mheGuide_breadcrumb ul li:not(:last-child)::after {
  border: 1px solid #666;
  border-top: none;
  border-left: none;
}
#mheGuide_wrap .mheGuide_breadcrumb ul li a:hover {
  color: #666;
}

#appInfo_wrap {
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap {
    font-size: 14px;
  }
}
#appInfo_wrap * {
  box-sizing: border-box;
}
#appInfo_wrap img {
  vertical-align: bottom;
}
#appInfo_wrap p strong {
  color: #A03131;
}
#appInfo_wrap p strong.mark {
  color: #333;
  font-weight: 600;
  padding: 0 0.25em;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 79, 138, 0.467) 60%, rgba(255, 150, 185, 0.467) 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.2em 0.15em;
  border-radius: 0.15em;
}
#appInfo_wrap p a {
  text-decoration: underline;
  color: #0767A0;
}
#appInfo_wrap p i.bold {
  font-weight: 600;
  font-style: normal;
}
#appInfo_wrap hr {
  border: none;
  border-top: solid 1px #eee;
  margin: 1em 0;
}
#appInfo_wrap hr.bluedotte {
  border-top: dashed 2px #0767A0;
}
#appInfo_wrap .elm_chui {
  font-size: 12px;
  line-height: 1.6em;
  opacity: 0.6;
}
#appInfo_wrap .elm_btn {
  line-height: 1;
  display: inline-block;
  background: #5A9EB7;
  color: #fff;
  padding: 1.7em 4em;
  border-radius: 150px;
  font-size: 17px;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .elm_btn {
    padding: 1.4em 3em;
    font-size: 16px;
  }
}
#appInfo_wrap .elm_btn:hover {
  opacity: 0.6;
  color: #fff;
}
#appInfo_wrap .elm_blank:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/icon/blank.png");
  background-repeat: no-repeat;
  background-size: 17px 15px;
  margin-left: 0.2em;
  margin-bottom: -4px;
}
#appInfo_wrap .elm_btn-txt {
  font-weight: 600;
  color: #0767A0;
  text-decoration: none;
}
#appInfo_wrap .elm_btn-txt:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/icon/arrow_r.png");
  background-repeat: no-repeat;
  background-size: 17px 15px;
  margin-left: 0.2em;
  margin-bottom: -4px;
}
#appInfo_wrap .elm_btn-txt.blank:after {
  background-image: url("images/icon/blank.png");
}
#appInfo_wrap .l-header {
  position: relative;
  z-index: 2000 !important;
}
#appInfo_wrap #l-footerWrap {
  background: #fff;
}
#appInfo_wrap .appInfo_h2 {
  font-size: 24px;
  color: #003C61;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .appInfo_h2 {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
}
#appInfo_wrap .appInfo_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .appInfo_inner {
    padding: 0 1rem;
  }
}
#appInfo_wrap .appInfo_inner .appInfo_inner {
  max-width: 982px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .appInfo_inner .appInfo_inner {
    padding: 0;
  }
}
@keyframes floaty-move {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -12px;
  }
}
#appInfo_wrap #appInfo_mv {
  background-color: #FFF7FA;
  position: relative;
  overflow: hidden;
}
#appInfo_wrap #appInfo_mv .appInfo_mv_bg1,
#appInfo_wrap #appInfo_mv .appInfo_mv_bg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_bg1,
  #appInfo_wrap #appInfo_mv .appInfo_mv_bg2 {
    transform: translate(-50%, 12%);
    width: 130%;
  }
}
#appInfo_wrap #appInfo_mv .appInfo_mv_bg1 {
  width: 115%;
  display: inline-block;
  animation: floaty-move 3s ease-in-out infinite;
}
#appInfo_wrap #appInfo_mv .appInfo_mv_contents {
  position: relative;
  text-align: center;
  padding-top: 4.5rem;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents {
    padding-top: 4.2rem;
  }
}
#appInfo_wrap #appInfo_mv .appInfo_mv_contents:before {
  content: "";
  display: block;
  width: 73%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents:before {
    width: 170%;
    aspect-ratio: 2/1;
    top: -10%;
  }
}
#appInfo_wrap #appInfo_mv .appInfo_mv_contents-cach {
  margin-bottom: 2.5rem;
}
#appInfo_wrap #appInfo_mv .appInfo_mv_contents-cach img {
  display: inline-block;
  max-width: 408px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents-cach img {
    width: 66%;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents-cach {
    margin-bottom: 1.3rem;
  }
}
#appInfo_wrap #appInfo_mv .appInfo_mv_contents-logo img {
  display: inline-block;
  max-width: 433px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents-logo img {
    width: 58%;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents-logo {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_mv .appInfo_mv_contents-main {
    width: 160%;
    transform: translate(-19%, 0);
  }
}
#appInfo_wrap #appInfo_mv .appInfo_mv_contents-main img {
  display: inline-block;
}
#appInfo_wrap #appInfo_intro #appInfo_point {
  padding: 6rem 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro #appInfo_point {
    padding: 3rem 0;
  }
}
#appInfo_wrap #appInfo_intro #appInfo_flowVideo {
  padding: 4.5rem 0 6rem 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro #appInfo_flowVideo {
    padding: 2.5rem 0 3.5rem 0;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_point-lead {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_point-lead {
    font-size: 17px;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_point-mado {
  margin-top: 3.8rem;
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_point-mado {
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
    margin-top: 11rem;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_point-mado li {
  width: 33.3333333333%;
  background: #F5F9FB;
  border: 2px solid #003C61;
  border-radius: 196px 196px 33px 33px;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_point-mado li {
    width: 100%;
    border-radius: 16px;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_point-mado li span {
  width: 100%;
  display: inline-block;
  border: 1px dashed #003C61;
  border-radius: 500px 500px 67px 67px;
  padding: 2.3rem 1.5rem;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_point-mado li span {
    display: flex;
    border-radius: 11px;
    padding: 0.8rem;
    gap: 0.5em;
    align-items: center;
    flex-direction: row-reverse;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_point-mado li img {
  display: inline-block;
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_point-mado li img {
    width: 35%;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_point-mado li p {
  margin-top: 1.8rem;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_point-mado li p {
    width: 65%;
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    padding-left: 0.7em;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap {
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap {
    border-radius: 18px;
    width: 100%;
    margin: 0 auto;
  }
}
#appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap iframe,
#appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
#appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap .play-btn img {
  width: 181px;
  height: 75px;
  display: block;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_intro .appInfo_flowVideo-vwrap .play-btn img {
    width: 120.6666666667px;
    height: 50px;
  }
}
#appInfo_wrap #appInfo_steps {
  background: #F5F9FB;
  padding: 6rem 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps {
    padding: 3rem 0;
  }
  #appInfo_wrap #appInfo_steps .appInfo_inner {
    padding: 0;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider {
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider {
    margin: 0 auto 2.25rem;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 75px 4.5rem;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm {
    padding: 1rem;
    flex-direction: column-reverse;
    gap: 1.6rem;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt {
  width: 450px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt {
    width: 100%;
    text-align: center;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-step {
  color: #A72F2D;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.3em;
  display: inline-block;
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-step small {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-step small {
    font-size: 18px;
    display: inline-block;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-step span {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-step span {
    font-size: 25px;
    display: inline-block;
    padding-left: 0.1em;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-step {
    margin-bottom: 0.7em;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-title {
    font-size: 24px;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-text {
  line-height: 2em;
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-text .elm_chui {
  margin-top: 1em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-txt .appInfo_steps-sliderElm-text {
    text-align: left;
    line-height: 1.8em;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-img {
  width: 295px;
  position: relative;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-img {
    width: 45%;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-img .appInfo_steps-sliderElm-is {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.17);
  border-radius: 45px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-img .appInfo_steps-sliderElm-is {
    border-radius: 25px;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-slider .appInfo_steps-sliderElm .appInfo_steps-sliderElm-img .appInfo_steps-sliderElm-frame {
  position: absolute;
  top: 0;
  left: 0;
}
#appInfo_wrap #appInfo_steps .appInfo_steps-caution {
  background: #fff;
  border-radius: 40px;
  padding: 3rem 3.5rem;
  margin: 0 -3.2rem;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-caution {
    margin: 0 auto;
    padding: 3rem 1.5rem 3.5rem;
    border-radius: 0;
  }
  #appInfo_wrap #appInfo_steps .appInfo_steps-caution p {
    text-align: left;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-caution .appInfo_steps-cautionTitle small {
  display: block;
  color: #003C61;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-caution .appInfo_steps-cautionTitle small {
    font-size: 14px;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-caution .appInfo_steps-cautionTitle span {
  display: block;
  color: #A72F2D;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-caution .appInfo_steps-cautionTitle span {
    font-size: 20px;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-caution p {
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-caution p {
    line-height: 1.8;
  }
}
#appInfo_wrap #appInfo_steps .appInfo_steps-caution p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .appInfo_steps-caution .elm_btn {
    display: block;
    text-align: center;
    width: 75%;
    margin: 0 auto;
  }
}
#appInfo_wrap #appInfo_steps .slick-arrow {
  width: 75px;
  height: 75px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .slick-arrow {
    width: 25px;
    height: 25px;
    top: 25%;
    z-index: 9999;
  }
}
#appInfo_wrap #appInfo_steps .slick-arrow.slick-disabled {
  opacity: 0.3;
}
#appInfo_wrap #appInfo_steps .slick-arrow.slick-prev {
  background: url("images/icon/arrow_prev.png") no-repeat center center;
  background-size: cover;
  left: -108px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .slick-arrow.slick-prev {
    left: 1rem;
  }
}
#appInfo_wrap #appInfo_steps .slick-arrow.slick-next {
  background: url("images/icon/arrow_next.png") no-repeat center center;
  background-size: cover;
  right: -108px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .slick-arrow.slick-next {
    right: 1rem;
  }
}
#appInfo_wrap #appInfo_steps .slick-dots {
  text-align: center;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .slick-dots {
    display: block !important;
    bottom: -1em;
  }
}
#appInfo_wrap #appInfo_steps .slick-dots li {
  margin: 0 6px;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_steps .slick-dots li {
    width: 30px;
    height: 2px;
    margin: 0 4px;
    border-radius: 100px;
  }
}
#appInfo_wrap #appInfo_steps .slick-dots li button {
  width: 15px;
  height: 15px;
  opacity: 0;
}
#appInfo_wrap #appInfo_steps .slick-dots li.slick-active {
  background: #48ADD3;
  background: linear-gradient(180deg, rgb(72, 173, 211) 0%, rgb(0, 96, 155) 100%);
}
#appInfo_wrap #appInfo_function {
  padding: 6rem 0;
  background: url("images/bg/shade.png") repeat-y;
  background-size: 100%;
}
#appInfo_wrap #appInfo_function .appInfo_function-elm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 0;
  gap: 7em;
}
#appInfo_wrap #appInfo_function .appInfo_function-elm:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-elm:nth-child(odd) {
    flex-direction: column;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-elm:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-elm {
    flex-direction: column;
    gap: 4em;
    text-align: center;
    padding: 4rem 0;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-txt {
  width: 32%;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-txt {
    width: 100%;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-txt h3 {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
#appInfo_wrap #appInfo_function .appInfo_function-txt h3 span {
  font-size: 80px;
  color: #A03131;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-txt h3 span {
    font-size: 50px;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-txt h3 small {
  font-size: 17px;
  display: block;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-txt h3 small {
    font-size: 14px;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-txt h4 {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-txt h4 {
    font-size: 26px;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-txt p {
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-txt p {
    text-align: left;
  }
  #appInfo_wrap #appInfo_function .appInfo_function-txt p br {
    display: none;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-img {
  width: 68%;
  display: flex;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-img {
    width: 100%;
    margin-top: 2rem;
  }
}
#appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio {
  width: 33.3333333333%;
  position: relative;
}
#appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio:nth-child(1) {
  order: 1;
}
#appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio:nth-child(2) {
  order: 3;
}
#appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio:nth-child(3) {
  order: 2;
  transform: scale(1.1);
  margin-top: -5%;
}
#appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio .frame {
  position: absolute;
  top: 0;
  left: 0;
}
#appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio .is {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 25px #ccc;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_function .appInfo_function-img .appInfo_function-img-trio .is {
    border-radius: 17px;
  }
}
#appInfo_wrap #appInfo_benefit {
  padding: 6rem 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit {
    padding: 3rem 0;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-head {
  text-align: center;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-head {
    text-align: left;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-head p {
  line-height: 2em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-head p {
    line-height: 1.8em;
  }
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-head p br {
    display: none;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body {
  margin: 5rem 0 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body {
    margin: 1.5rem 0 0;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul {
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  gap: 25.6666666667px;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul {
    gap: 1em;
    flex-direction: column;
    max-width: 100%;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li {
  width: 48%;
  text-align: center;
  background: #48ADD3;
  background: linear-gradient(180deg, rgb(72, 173, 211) 0%, rgb(0, 96, 155) 100%);
  border-radius: 18px;
  padding: 4px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li {
    width: 100%;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li span {
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 3rem 2rem;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li span {
    padding: 2rem 2rem 2.8rem 2rem;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li .icon {
  padding: 0 1em;
  margin: 1em auto 2.8em;
  max-width: 320px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li .icon {
    padding: 0 2em;
    margin: 1.3em auto 2em;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li h3 {
  margin-bottom: 1.8em;
  position: relative;
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li h3:after {
  content: "";
  display: block;
  width: 2em;
  height: 5px;
  border-radius: 10px;
  background: #D9EDF5;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li p {
  line-height: 1.8em;
  min-height: 100px;
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li p small {
  display: block;
  line-height: 1.3;
  margin-top: 0.5em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li p {
    line-height: 1.6em;
    text-align: left;
    min-height: auto;
  }
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li p br {
    display: none;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li .btn {
  text-align: center;
  margin-top: 1.6em;
  font-weight: 600;
  color: #0767A0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li .btn {
    margin-top: 2.6rem;
  }
}
#appInfo_wrap #appInfo_benefit .appInfo_sectio-body ul li .btn:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #eee;
  display: inline-block;
  margin-left: 0.3em;
  margin-bottom: -0.2em;
  background: url("images/icon/blank.png") no-repeat center center;
  background-size: cover;
}
#appInfo_wrap #appInfo_faq {
  padding: 6rem 0;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_faq {
    padding: 5rem 0;
  }
}
#appInfo_wrap #appInfo_faq dl {
  border-radius: 20px;
  overflow: hidden;
}
#appInfo_wrap #appInfo_faq dl dt {
  background-color: #EBF8FF;
  padding: 2em;
  padding-left: 2.3rem;
  font-size: 18px;
  line-height: 1.3;
  background-image: url("images/icon/arrow_d.png");
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: center right 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
#appInfo_wrap #appInfo_faq dl dt span {
  font-weight: 800;
  color: #A72F2D;
  display: inline-block;
  margin-right: 1.3em;
}
#appInfo_wrap #appInfo_faq dl dt.active {
  background-image: url("images/icon/arrow_u.png");
}
#appInfo_wrap #appInfo_faq dl dt:hover {
  opacity: 0.5;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_faq dl dt {
    padding: 2em 3em 2em 2.5em;
    font-size: 15px;
    background-position: center right 1rem;
    background-size: 15px 16px;
  }
  #appInfo_wrap #appInfo_faq dl dt:before {
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
  }
}
#appInfo_wrap #appInfo_faq dl dd {
  display: none;
  background-color: #EBF8FF;
  padding: 1rem;
  padding-top: 0;
}
#appInfo_wrap #appInfo_faq dl dd span {
  display: block;
  background: #fff;
  padding: 1.3rem;
  border-radius: 0 0 7px 7px;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_faq dl dd span {
    padding: 0.7rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_faq dl dd {
    padding: 0.5rem;
    padding-top: 0;
  }
}
#appInfo_wrap #appInfo_faq .appInfo_sectio-body {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_faq .appInfo_sectio-body {
    margin-bottom: 2.5rem;
  }
}
#appInfo_wrap #appInfo_faq .appInfo_sectio-foot {
  text-align: center;
}
#appInfo_wrap #appInfo_announce {
  padding-top: 8rem;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce {
    padding-top: 5.5rem;
    margin-bottom: 1.8rem;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_announce-wrap {
  border-radius: 40px;
  margin: 0 auto;
  width: 90%;
  max-width: 1800px;
  background: linear-gradient(90deg, rgb(252, 232, 233) 0%, rgb(249, 237, 255) 47%, rgb(226, 238, 255) 100%);
  position: relative;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-wrap {
    border-radius: 0;
    width: 100%;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_announce-wrap:after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background: url("images/logo/mrsymbol.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-wrap:after {
    width: 90px;
    height: 90px;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_announce-wrapin {
  background-image: url("images/mv/main.png");
  background-repeat: no-repeat;
  background-size: auto 93%;
  background-position: right 13% bottom;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-wrapin {
    background-size: 150% auto;
    background-position: center bottom;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_inner {
  position: relative;
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt {
  width: 50%;
  padding: 150px 0 120px 60px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-txt {
    width: 100%;
    padding: 5.5rem 1rem 24rem;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-txt h2 {
    font-size: 24px;
    text-align: center;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt ul {
  display: flex;
  gap: 1em;
  margin: 4.5rem 0;
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt ul li {
  max-width: 217px;
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt ul li a {
  display: block;
  transition: all 0.3s ease;
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-txt ul li {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap #appInfo_announce .appInfo_announce-txt ul {
    margin: 2.5rem 4rem;
    flex-direction: column;
  }
}
#appInfo_wrap #appInfo_announce .appInfo_announce-txt p {
  font-size: 90%;
  line-height: 1.6;
  opacity: 0.8;
}
#appInfo_wrap section {
  position: relative;
}
#appInfo_wrap section .appInfo_h2 {
  text-align: center;
}
#appInfo_wrap .forSP {
  display: none;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .forSP {
    display: inline;
  }
}
#appInfo_wrap .has_ilst {
  position: relative;
}
#appInfo_wrap .has_ilst:after {
  content: "";
  display: block;
  height: 280px;
  position: absolute;
  aspect-ratio: 1/1;
  top: -280px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst:after {
    height: 200px;
  }
}
#appInfo_wrap .has_ilst.ilst01:after {
  background: url("images/illust/01.png") no-repeat center center;
  background-size: cover;
  left: -110px;
  top: -192px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst01:after {
    left: -3%;
    top: -119%;
  }
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst01:before {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    aspect-ratio: 1/1;
    z-index: 1;
    background: url("images/illust/02.png") no-repeat center center;
    background-size: cover;
    right: 6%;
    top: -125%;
  }
}
#appInfo_wrap .has_ilst.ilst02:after {
  background: url("images/illust/02.png") no-repeat center center;
  background-size: cover;
  right: -70px;
  top: -200px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst02:after {
    display: none;
  }
}
#appInfo_wrap .has_ilst.ilst03:after {
  background: url("images/illust/03.png") no-repeat center center;
  background-size: cover;
  right: 0px;
  top: -233px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst03:after {
    height: 150px;
    top: auto;
    bottom: 89%;
    z-index: 1;
    right: -11px;
  }
}
#appInfo_wrap .has_ilst.ilst04:after {
  background: url("images/illust/04.png") no-repeat center center;
  background-size: cover;
  right: -50px;
  top: -233px;
  height: 300px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst04:after {
    height: 170px;
    top: auto;
    bottom: 88%;
    z-index: -1;
    right: -231px;
  }
}
#appInfo_wrap .has_ilst.ilst05:after {
  background: url("images/illust/05.png") no-repeat center center;
  background-size: cover;
  right: -30px;
  top: -253px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst05:after {
    height: 137px;
    top: auto;
    bottom: 94%;
    z-index: 1;
    right: -8px;
  }
}
#appInfo_wrap .has_ilst.ilst06:after {
  background: url("images/illust/06.png") no-repeat center center;
  background-size: cover;
  right: 0px;
  top: -222px;
  height: 250px;
}
@media screen and (max-width: 980px) {
  #appInfo_wrap .has_ilst.ilst06:after {
    height: 157px;
    top: auto;
    bottom: 93%;
    z-index: 1;
    right: -2px;
  }
}
