@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  color: #303030;
  font-size: 10px;
}

@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}
body.rwd .lp p {
  margin-bottom: unset;
}

body.rwd .lp__hamburger-list {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  overflow: hidden;
}

body.rwd .lp__hamburger-list.active {
  visibility: visible;
}

body.rwd .lp__button-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 10%;
  position: relative;
  z-index: 1;
}

body.rwd .lp__button-container--mv {
  width: 50%;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

body.rwd .lp__button-container--mv .lp__button-text {
  font-size: 2vw;
}

body.rwd .lp__button-container--mv .lp__button-text--03 {
  font-size: 1.65vw;
}

body.rwd .lp__button-container--mv .lp__button-text--03 .num {
  font-size: 2vw;
}

body.rwd .lp__button-container--mv .lp__button {
  border: 3px solid #fff;
}

@media screen and (max-width: 767px) {
  body.rwd .lp__button-container--padding {
    padding: 0 7.17949vw 0 7.69231vw;
  }
}
body.rwd .lp__button-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}

body.rwd .lp__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f29700;
  -webkit-box-shadow: -3px -3px 0px 0px rgba(191, 93, 33, 0.75) inset;
  box-shadow: -3px -3px 0px 0px rgba(191, 93, 33, 0.75) inset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1vw;
  padding: 2% 0;
  gap: 5%;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.rwd .lp__button {
    border-radius: 2.5vw;
  }
}
body.rwd .lp__button:hover {
  opacity: 0.8;
}

body.rwd .lp__button--02 {
  width: 55%;
}

body.rwd .lp__button--03 {
  width: 43%;
}

body.rwd .lp__button-text {
  font-size: 38px;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body.rwd .lp__button-text {
    font-size: 5.4vw;
  }
}
body.rwd .lp__button-text--02 {
  line-height: 1em;
}

body.rwd .lp__button-text--03 {
  font-size: 25.4px;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  body.rwd .lp__button-text--03 {
    font-size: 3.5vw;
  }
}
body.rwd .lp__button-text--03 .num {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  body.rwd .lp__button-text--03 .num {
    font-size: 5vw;
  }
}
body.rwd .lp__button-arrow {
  width: 25px;
  height: 25px;
}

body.rwd .lp__note {
  max-width: 805px;
  margin: 0 auto;
  padding: 5% 0;
  font-size: 33px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  body.rwd .lp__note {
    font-size: 4.5vw;
    padding: 5% 8%;
  }
}
@media screen and (max-width: 391px) {
  body.rwd .lp__video-title {
    font-size: 6.9vw;
    letter-spacing: 0.01em;
  }

  body.rwd .lp__case-title {
    font-size: 6.4vw;
  }

  body.rwd .lp__case-answer {
    font-size: 4.2vw;
  }

  body.rwd .lp__case-question span {
    font-size: 6.4vw;
  }
}
body.rwd .header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

body.rwd .header .headerContent {
  padding: 0 15px;
  border-bottom: solid 1px #c4c4c4;
}

body.rwd .header .headerContent #navGlobal .btnTy01 {
  color: transparent;
}

body.rwd .header .headerContent #navGlobal .btnTy01 > button::before,
body.rwd .header .headerContent #navGlobal .btnTy01 > button::after {
  background-color: #03c5f7;
}

body.rwd .header .headerContent #navGlobal .btnTy01 > button > span::before {
  background-color: #fff;
}

body.rwd .header .headerContent > .inner {
  position: relative;
  max-width: 980px;
  padding: 1.25em 0 2.3rem;
  margin: 0 auto;
}

body.rwd .header .headerContent .logo {
  margin-bottom: 0;
}

body.rwd .header .headerContent .logo img {
  height: 36px;
}

body.rwd .header .headerContent .logo a:hover > img:only-child,
body.rwd .header .headerContent .logo a:focus > img:only-child,
body.rwd .header .headerContent .logo a:active > img:only-child {
  opacity: 1;
}

body.rwd .header .headerContent .btnTy01 {
  position: absolute;
  top: 1.25em;
  right: 0;
  width: 48px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0074cc;
  text-align: center;
}

body.rwd .header .headerContent .btnTy01.myPage {
  right: 72px;
  width: 61px;
}

body.rwd .header .headerContent .btnTy01.myPage > a {
  display: block;
  text-decoration: none;
}

body.rwd .header .headerContent .btnTy01.myPage > a > img {
  max-width: 30px;
  display: block;
  margin: 0 auto 4px;
}

body.rwd .header .headerContent .btnTy01 > button {
  width: 100%;
  padding-top: 34px;
}

body.rwd .header .headerContent .btnTy01 > button::before,
body.rwd .header .headerContent .btnTy01 > button::after {
  position: absolute;
  left: calc(50% - 16px);
  width: 32px;
  height: 4px;
  content: "";
  background-color: #0074cc;
  border-radius: 2px;
}

body.rwd .header .headerContent .btnTy01 > button::before {
  top: 1px;
}

body.rwd .header .headerContent .btnTy01 > button::after {
  top: 20px;
}

body.rwd .header .headerContent .btnTy01 > button.isView {
  position: relative;
  top: 5px;
  right: 15px;
}

body.rwd .header .headerContent .btnTy01 > button.isView::before,
body.rwd .header .headerContent .btnTy01 > button.isView::after {
  width: 100%;
  height: 6px;
}

body.rwd .header .headerContent .btnTy01 > button.isView::before {
  top: 20px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.rwd .header .headerContent .btnTy01 > button.isView::after {
  top: 20px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.rwd .header .headerContent .btnTy01 > button.isView > span::before {
  content: none;
}

body.rwd .header .headerContent .btnTy01 > button > span::before {
  position: absolute;
  top: 10px;
  left: calc(50% - 16px);
  width: 32px;
  height: 4px;
  content: "";
  background-color: #0074cc;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {
  body.rwd .header .headerContent {
    padding: 0 11px;
  }

  body.rwd .header .headerContent > .inner {
    padding: 8px 0;
  }

  body.rwd .header .headerContent .logo img {
    height: 36px;
  }

  body.rwd .header .headerContent .btnTy01 {
    width: 42px;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    top: 1.57em;
  }

  body.rwd .header .headerContent .btnTy01.myPage {
    right: 39px;
  }

  body.rwd .header .headerContent .btnTy01.myPage > a > img {
    max-width: 17px;
  }

  body.rwd .header .headerContent .btnTy01 > button {
    padding-top: 21px;
  }

  body.rwd .header .headerContent .btnTy01 > button::before,
  body.rwd .header .headerContent .btnTy01 > button::after {
    left: calc(50% - 8px);
    width: 18px;
    height: 2px;
  }

  body.rwd .header .headerContent .btnTy01 > button::before {
    top: 4px;
  }

  body.rwd .header .headerContent .btnTy01 > button::after {
    top: 14px;
  }

  body.rwd .header .headerContent .btnTy01 > button.isView::before,
  body.rwd .header .headerContent .btnTy01 > button.isView::after {
    top: 15px;
  }

  body.rwd .header .headerContent .btnTy01 > button > span::before {
    top: 9px;
    left: calc(50% - 8px);
    width: 18px;
    height: 2px;
  }
}
body.rwd .header .close {
  cursor: pointer;
  height: 30px;
}

body.rwd .header .close img {
  height: 50px;
  position: absolute;
  right: 10px;
}

body.rwd #tbgcFooterBland a:hover > img:only-child,
body.rwd #tbgcFooterBland a:focus > img:only-child,
body.rwd #tbgcFooterBland a:active > img:only-child {
  opacity: 1;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.overflow {
  overflow: hidden;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.mx1366 {
  display: none;
}

@media screen and (max-width: 1366px) {
  .mx1366 {
    display: block;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.pc-1366 {
  display: block;
}

@media screen and (max-width: 1366px) {
  .pc-1366 {
    display: none;
  }
}
.small {
  font-size: 80%;
}

/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
.main {
  /* base */
}
.main * {
  box-sizing: border-box;
}
.main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main a {
  color: #000;
  text-decoration: none;
  transition: opacity linear 0.2s;
}
@media (min-width: 769px) {
  .main a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .main a.nohover:hover {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .main a.link-tel {
    pointer-events: none;
    cursor: default;
  }
}
.main p, .main dd, .main li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.main strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

@media (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

.hide {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 0;
  display: block;
}

.fz-small {
  font-size: 80%;
  vertical-align: center;
}

.em {
  background: linear-gradient(rgba(255, 255, 149, 0) 60%, #ffff95 60%);
}

.link-blank {
  color: #000;
  display: inline-block;
  font-size: 4.61538vw;
  padding-right: 6.41026vw;
  position: relative;
  text-decoration: none;
}
@media (min-width: 769px) {
  .link-blank {
    font-size: 24px;
    padding-right: 45px;
  }
}
.link-blank:after {
  content: "";
  border-style: solid;
  border-width: 2.5641vw 3.84615vw;
  border-color: transparent;
  border-left-color: #4173C8;
  display: block;
  height: 0;
  position: absolute;
  right: -3.84615vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .link-blank:after {
    border-width: 14px 22px;
    right: -11px;
  }
}

/* * * * * * * * * * * * * * * *
  CONTENTS
* * * * * * * * * * * * * * * */
.main {
  background: url(../img/bg_contents.jpg) 50% 0 repeat;
  background-size: 100%;
  color: #333333;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 4.35897vw;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
  padding-bottom: 7.17949vw;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .main {
    font-size: 33px;
    padding-bottom: 70px;
    margin-top: 80px;
  }
}
.main:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.main section {
  position: relative;
  z-index: 10;
}

.inner {
  padding: 0 7.17949vw 0 7.69231vw;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .inner {
    padding: 0;
    margin: auto;
    max-width: 805px;
  }
}

.list-num {
  text-align: left;
}
@media (min-width: 769px) {
  .list-num {
    display: inline-block;
  }
}
.list-num__item {
  position: relative;
  padding-left: 7.17949vw;
}
@media (min-width: 769px) {
  .list-num__item {
    padding-left: 50px;
    font-size: 42px;
  }
}
.list-num__icon {
  background-color: #fff;
  border: solid #4173C8 0.51282vw;
  color: #4173C8;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 4.10256vw;
  line-height: 4.10256vw;
  vertical-align: middle;
  width: 5.12821vw;
  height: 5.12821vw;
  text-align: center;
}
@media (min-width: 769px) {
  .list-num__icon {
    border-width: 3px;
    font-size: 31px;
    line-height: 31px;
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.list-indent {
  text-align: left;
}
.list-indent__item {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1.3em;
}
.list-indent__item:last-child {
  margin-bottom: 0;
}

.cta {
  margin: 5.12821vw auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .cta {
    margin: 20px auto;
  }
}
.cta__long {
  margin-bottom: 1.5748%;
}
.cta__long:last-child {
  margin-bottom: 0;
}
.cta__txt {
  font-size: 5.12821vw;
  margin-bottom: 5.12821vw;
}
@media (min-width: 769px) {
  .cta__txt {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .cta .inner {
    padding: 0;
  }
}

.cta-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5748%;
}
.cta-wrap:last-child {
  margin-bottom: 0;
}
.cta-wrap__l {
  width: 49.25634%;
}
.cta-wrap__r {
  width: 49.08136%;
}

@media (min-width: 769px) {
  .mv-wrap {
    padding: 1.39% 5.56% 0;
  }
}

.mv {
  background-image: url(../img/mv_bg_sp.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
  padding-top: 78.20513vw;
  margin-bottom: 15vw;
}
.no-webp .mv {
  background-image: url(../img/mv_bg_sp.png);
}
@media (min-width: 769px) {
  .mv {
    background-image: url(../img/mv_bg_pc.webp);
    background-position: bottom;
    background-size: cover;
    padding-top: 2%;
  }
  .no-webp .mv {
  background-image: url(../img/mv_bg_pc.png);
}
}
@media (min-width: 769px) {
  .mv:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 51.24451%;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 769px) {
  .mv__inner {
    max-width: 60.46852%;
    margin: auto 13% auto auto;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 769px) {
  .mv__inner .cta {
    position: absolute;
    top: 0;
    right: 0;
    width: 51.98312%;
    margin-top: 50.63291%;
    margin-left: auto;
    margin-right: 0;
    font-size: 0.5vw;
  }
}
@media (min-width: 769px) {
  .mv__inner .cta a:hover {
    opacity: .9;
  }
}
@media (min-width: 769px) {
  .mv__inner .cta-wrap {
    margin-bottom: 1.62338%;
  }
}
@media (min-width: 769px) {
  .mv__inner .cta-wrap__l {
    width: 49.18831%;
  }
}
@media (min-width: 769px) {
  .mv__inner .cta-wrap__r {
    width: 49.18831%;
  }
}
.mv__ttl {
  position: absolute;
  top: 9vw;
  left: 50%;
  width: 41.79487vw;
  margin-left: -32vw;
  z-index: 2;
}
@media (min-width: 769px) {
  .mv__ttl {
    top: 0;
    left: 0;
    width: 44.3038%;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .mv__ttl img {
    max-width: none;
    width: 100%;
  }
}
.mv__img {
  position: absolute;
  top: 11.53846vw;
  right: 50%;
  width: 41.48718vw;
  margin-right: -46.5641vw;
  z-index: 3;
}
@media (min-width: 769px) {
  .mv__img {
    top: 3.79747%;
    right: 10.41772%;
    width: 47.25738%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .mv__img img {
    max-width: none;
    width: 100%;
  }
}

.line-about {
  margin-top: 10.25641vw;
}
@media (min-width: 769px) {
  .line-about {
    margin-top: 60px;
  }
}
.line-about__ttl {
  background: url(../img/line_icon_new.png) left no-repeat;
  background-size: 29.23077vw;
  color: #4173C8;
  display: inline-block;
  font-size: 6.92308vw;
  font-weight: bold;
  line-height: 1.41;
  text-align: left;
  padding-left: 32.05128vw;
  margin-bottom: 1.28205vw;
  position: relative;
}
@media (min-width: 769px) {
  .line-about__ttl {
    background-size: 154px;
    font-size: 56px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 172px;
  }
}
.line-about__txt {
  text-align: center;
  margin-bottom: 3.33333vw;
}
@media (min-width: 769px) {
  .line-about__txt {
    font-size: 33px;
    margin-bottom: 20px;
    display: inline-block;
    width: 725px;
  }
}

.line-movie-ttl {
  border: solid #4173C8 0.76923vw;
  border-radius: 0.76923vw;
  margin-bottom: 5.64103vw;
  position: relative;
}
@media (min-width: 769px) {
  .line-movie-ttl {
    border-width: 6px;
    border-radius: 6px;
    margin-right: auto;
    margin-bottom: 55px;
    margin-left: auto;
    width: 635px;
  }
}
.line-movie-ttl__inner {
  background-color: #FFFF95;
  color: #4173C8;
  text-align: center;
  font-size: 4.35897vw;
  line-height: 1;
  padding: 1.53846vw;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .line-movie-ttl__inner {
    font-size: 33px;
    padding: 15px;
  }
}
.line-movie-ttl:before, .line-movie-ttl:after {
  content: "";
  display: block;
  background-color: #4173C8;
  border-radius: 0 0 0.76923vw 0;
  width: 7.69231vw;
  height: 7.69231vw;
  margin-bottom: -6.41026vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg) skew(-15deg, -15deg) translateX(-50%);
  z-index: 0;
}
@media (min-width: 769px) {
  .line-movie-ttl:before, .line-movie-ttl:after {
    width: 80px;
    height: 80px;
    margin-bottom: -60px;
    border-radius: 0 0 6px 0;
  }
}
.line-movie-ttl:after {
  background-color: #FFFF95;
  bottom: 0.76923vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .line-movie-ttl:after {
    bottom: 7px;
  }
}

.line-movie {
  margin: 3.07692vw auto 14.10256vw;
  position: relative;
}
@media (min-width: 769px) {
  .line-movie {
    width: 635px;
    margin: 40px auto 125px;
  }
}
.line-movie:before {
  content: "";
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.line-movie:after {
  background-color: #CBDFF4;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.28205vw;
  left: 1.28205vw;
  z-index: -1;
}
@media (min-width: 769px) {
  .line-movie:after {
    top: 10px;
    left: 10px;
  }
}
.line-movie img {
  position: relative;
  z-index: 1;
}

.case {
  background-color: #CBDFF4;
  margin-bottom: 16.66667vw;
  padding-top: 26.92308vw;
}
@media (min-width: 769px) {
  .case {
    padding-top: 220px;
    margin-bottom: 160px;
  }
}
.case:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #CBDFF4;
  width: 120%;
  height: 20.51282vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%);
  z-index: 0;
}
@media (min-width: 769px) {
  .case:after {
    height: 250px;
    transform: translate(-50%, 30%);
  }
}
.case__ttl {
  position: absolute;
  top: -5.12821vw;
  left: 50%;
  width: 92.30769vw;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .case__ttl {
    top: -63px;
    width: 742px;
  }
}

.case-list__item {
  margin-bottom: 5.12821vw;
}
@media (min-width: 769px) {
  .case-list__item {
    margin-bottom: 50px;
  }
}

.case-aside__ttl {
  color: #4173C8;
  display: inline-block;
  font-size: 6.41026vw;
  font-weight: bold;
  line-height: 1.52;
  position: relative;
}
@media (min-width: 769px) {
  .case-aside__ttl {
    font-size: 56px;
  }
}
.case-aside__ttl:before, .case-aside__ttl:after {
  background-color: #4173C8;
  content: "";
  display: block;
  width: 0.51282vw;
  height: 102%;
  position: absolute;
  bottom: 0;
  transform-origin: bottom center;
}
@media (min-width: 769px) {
  .case-aside__ttl:before, .case-aside__ttl:after {
    width: 5px;
  }
}
.case-aside__ttl:before {
  left: 0;
  transform: rotate(-20deg);
}
.case-aside__ttl:after {
  right: 0;
  transform: rotate(20deg);
}
.case-aside__txt {
  color: #4173C8;
  font-size: 5.12821vw;
  line-height: 1.7;
  margin-bottom: 5.64103vw;
}
@media (min-width: 769px) {
  .case-aside__txt {
    font-size: 42px;
    margin-bottom: 65px;
  }
}

.case-aside-box {
  background-color: #fff;
  border: solid #4173C8 0.51282vw;
  border-radius: 7.69231vw;
  overflow: hidden;
  margin: 2.5641vw 0 5.12821vw;
}
@media (min-width: 769px) {
  .case-aside-box {
    border-width: 5px;
    border-radius: 90px;
    margin: 30px 0 60px;
  }
}
.case-aside-box__head {
  background-color: #FFFF95;
  padding: 5.12821vw 5.12821vw 2.5641vw;
}
@media (min-width: 769px) {
  .case-aside-box__head {
    padding: 40px 55px 30px;
  }
}
.case-aside-box__head-inner {
  display: inline-block;
  text-align: left;
  font-size: 6.41026vw;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .case-aside-box__head-inner {
    font-size: 50px;
    letter-spacing: 0.2em;
  }
}
.case-aside-box__body {
  padding: 2.5641vw 3.84615vw 3.84615vw;
  line-height: 1.56;
  font-size: 4.61538vw;
}
@media (min-width: 769px) {
  .case-aside-box__body {
    padding: 40px 60px 55px;
    font-size: 28px;
  }
}

.qa {
  background-color: #CBDFF4;
  margin-top: 10.25641vw;
  margin-bottom: 16.66667vw;
  padding: 8.97436vw 0 0;
}
@media (min-width: 769px) {
  .qa {
    margin-top: 75px;
    margin-bottom: 130px;
    padding-top: 75px;
  }
}
.qa__ttl {
  background: url(../img/qa_bg_line.png) bottom no-repeat;
  background-size: 100%;
  color: #4173C8;
  font-size: 6.92308vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 7.17949vw;
  padding-bottom: 4.61538vw;
}
@media (min-width: 769px) {
  .qa__ttl {
    font-size: 56px;
    margin-bottom: 90px;
    padding-bottom: 50px;
  }
}
.qa__more {
  text-align: right;
  margin-top: 3.84615vw;
}
@media (min-width: 769px) {
  .qa__more {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.qa:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #CBDFF4;
  width: 120%;
  height: 20.51282vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%);
  z-index: 0;
}
@media (min-width: 769px) {
  .qa:after {
    height: 250px;
    transform: translate(-50%, 30%);
  }
}

.qa-box {
  background-color: #fff;
  border-radius: 7.69231vw;
  text-align: left;
  margin-top: 6.41026vw;
  overflow: hidden;
}
@media (min-width: 769px) {
  .qa-box {
    border-radius: 90px;
    margin-top: 80px;
  }
}
.qa-box__head {
  background: url(../img/qa_icon_q.png) 3.33333vw 3.33333vw no-repeat;
  background-size: 12.05128vw;
  font-size: 6.41026vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 2.5641vw 3.33333vw 1.28205vw 18.71795vw;
}
@media (min-width: 769px) {
  .qa-box__head {
    background-position: 45px 50%;
    background-size: 90px;
    font-size: 45px;
    padding: 50px 60px 50px 160px;
  }
}
.qa-box__body {
  background: url(../img/qa_icon_a.png) 3.33333vw 2.5641vw no-repeat;
  background-size: 12.05128vw;
  background-color: #FFFF95;
  font-size: 4.61538vw;
  padding: 2.5641vw 3.33333vw 1.28205vw 18.71795vw;
}
@media (min-width: 769px) {
  .qa-box__body {
    background-position: 45px 50%;
    background-size: 90px;
    font-size: 28px;
    padding: 50px 60px 50px 160px;
  }
}

.bottom-txt {
  text-align: left;
  font-size: 4.61538vw;
  line-height: 1.33;
}
@media (min-width: 769px) {
  .bottom-txt {
    font-size: 24px;
  }
}
.code-number{
  font-size: 13px;
  text-align: right;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .code-number{
   font-size: 14px;
   }
}
