
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  font-feature-settings: "palt";
}

article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
  width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.cv_btn {
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 50%, rgba(255, 255, 255, 0.08) 50.01%), linear-gradient(90deg, #4B2CBD 0%, #4BB6E7 100%);
  background-blend-mode: overlay, normal;
  box-shadow: -2px -2px 0 0 rgba(0, 0, 0, 0.08) inset, 2px 2px 0 0 rgba(255, 255, 255, 0.2) inset, 0 4px 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 61px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv_btn {
    gap: 5.2vw;
    padding: 2vw;
  }
}
.cv_btn::before {
  position: absolute;
  content: "";
  background-image: url(/../images/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cv_btn::before {
    width: 1.6vw;
    height: 2.4vw;
    right: 5.3333333333vw;
  }
}
.cv_btn .label {
  color: #5F3CD6;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .cv_btn .label {
    font-size: 3.2vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.cv_btn .cv_txt {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt {
    font-size: 4.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .btn_animation:hover {
    animation: btn_animation 0.3s ease-in-out;
  }
}

@keyframes btn_animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .shiny {
    overflow: hidden;
  }
  .shiny::after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -100px;
    left: -150px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    animation-iteration-count: infinite;
    content: "";
  }
}
@keyframes shiny {
  0% {
    opacity: 0;
    transform: scale(0) rotate(25deg);
  }
  30% {
    opacity: 0.8;
    transform: scale(1.3) rotate(25deg);
  }
  45% {
    opacity: 1;
    transform: scale(0.9) rotate(25deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(25deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(25deg);
  }
}
.trans {
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .trans:hover {
    box-shadow: none;
  }
}

.bg_grid {
  background-image: url(/../images/bg_grid.png);
  background-repeat: repeat;
  background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
  .bg_grid {
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}

.section_ttlWrap {
  text-align: center;
}
.section_ttlWrap .section_subTtl {
  color: #5179D6;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section_ttlWrap .section_subTtl {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.section_ttlWrap .section_ttl {
  color: #333;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 152.174% */
}
@media screen and (max-width: 768px) {
  .section_ttlWrap .section_ttl {
    font-size: 7.2vw;
    line-height: 10.9333333333vw;
  }
}

.intro_txt {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .intro_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    padding: 8vw 0 9.3333333333vw;
  }
}

.bg_wrap {
  background-image: linear-gradient(90deg, #F6F4FF 0%, #F2F9FF 100%);
}

.mv {
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 5.5%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 22.6666666667vw 4vw 10.6666666667vw;
    flex-direction: column;
    gap: 0;
  }
}
.mv::before {
  position: absolute;
  content: "";
  background-image: url(/../images/mv_bg_pc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv::before {
    background-image: url(/../images/mv_bg_sp.svg);
    background-position: center top;
  }
}
.mv_ttl_box {
  max-width: 504px;
  width: 100%;
  margin-left: 65px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box {
    display: contents;
    max-width: 100%;
    margin-left: 0;
  }
}
.mv_ttl_box .mv_ttl {
  padding-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl {
    order: 0;
    padding-bottom: 5.3333333333vw;
  }
}
.mv_ttl_box .mv_ttl .bubble {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 1.8px;
  border-radius: 20px;
  background: #5179D6;
  padding: 7px 45px 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .bubble {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.16vw;
    border-radius: 4.8vw;
    padding: 1.0666666667vw 9.4666666667vw 1.3333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.mv_ttl_box .mv_ttl .bubble::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 18px solid #5179d6;
  border-bottom: 0;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .bubble::before {
    border-right: 2.4vw solid transparent;
    border-left: 2.4vw solid transparent;
    border-top: 3.0666666667vw solid #5179d6;
    bottom: -2.6666666667vw;
  }
}
.mv_ttl_box .mv_ttl .subTtl {
  color: #333;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 248.276% */
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .subTtl {
    text-align: center;
    font-size: 5.0666666667vw;
    line-height: 12.8vw;
    padding-top: 1.3333333333vw;
  }
}
.mv_ttl_box .mv_ttl .ttl {
  color: #494ECC;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 128.571% */
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .ttl {
    font-size: 10vw;
    line-height: 13.0666666667vw;
  }
}
.mv_ttl_box .mv_ttl .ttl_small {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .ttl_small {
    font-size: 9.3333333333vw;
  }
}
.mv_ttl_box .mv_ttl .ttl_ls01 {
  letter-spacing: -2.08px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .ttl_ls01 {
    letter-spacing: -0.2773333333vw;
  }
}
.mv_ttl_box .mv_ttl .ttl_ls02 {
  letter-spacing: -8.32px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_ttl .ttl_ls02 {
    letter-spacing: -1.4933333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .cv_btn {
    order: 2;
  }
}
.mv_ttl_box .mv_point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point {
    order: 3;
    gap: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.mv_ttl_box .mv_point li {
  background-color: #FDFEFF;
  box-shadow: -2px -2px 0 0 rgba(0, 0, 0, 0.04) inset, 2px 2px 0 0 #FFF inset;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li {
    box-shadow: -0.2666666667vw -0.2666666667vw 0 0 rgba(0, 0, 0, 0.04) inset, 0.2666666667vw 0.2666666667vw 0 0 #FFF inset;
    width: 28vw;
    height: 28vw;
  }
}
.mv_ttl_box .mv_point li .point_txt {
  color: #5179D6;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li .point_txt {
    font-size: 2.4vw;
    line-height: 4.2666666667vw;
    line-height: 140%;
  }
}
.mv_ttl_box .mv_point li .point_txt span {
  color: #333;
  font-size: 13px;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li .point_txt span {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2vw;
    line-height: 4.2666666667vw;
  }
}
.mv_ttl_box .mv_point li.point_item01 {
  padding: 23px 0 29px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li.point_item01 {
    padding: 4vw 0vw 4vw;
  }
}
.mv_ttl_box .mv_point li.point_item01 .icon {
  width: 28px;
  height: auto;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li.point_item01 .icon {
    width: 5.7333333333vw;
    height: auto;
    margin: 0 auto 0.8vw;
  }
}
.mv_ttl_box .mv_point li.point_item02 {
  padding: 27px 0 29px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li.point_item02 {
    padding: 3.0666666667vw 0vw;
  }
}
.mv_ttl_box .mv_point li.point_item02 .icon {
  width: 42px;
  height: auto;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li.point_item02 .icon {
    width: 7.4666666667vw;
    height: auto;
    margin: 0 auto 1.6vw;
  }
}
.mv_ttl_box .mv_point li.point_item03 {
  padding: 22px 0 29px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li.point_item03 {
    padding: 3.6vw 0vw 4.6666666667vw;
  }
}
.mv_ttl_box .mv_point li.point_item03 .icon {
  width: 30px;
  height: auto;
  margin: 0 auto 4px;
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .mv_point li.point_item03 .icon {
    width: 5.3333333333vw;
    height: auto;
    margin: 0 auto 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl_box .btn_animation {
    order: 2;
  }
}
.mv_img_box {
  max-width: 739px;
  width: 100%;
  padding-top: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_img_box {
    order: 1;
    display: block;
    padding-top: 0;
    padding-bottom: 36vw;
  }
}
.mv_img_box .img_txt {
  width: 149px;
  height: 149px;
  border: 1px solid #5179D6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5179D6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
}
@media only screen and (max-width: 1260px) {
  .mv_img_box .img_txt {
    margin-top: 6%;
  }
}
@media screen and (max-width: 768px) {
  .mv_img_box .img_txt {
    width: 23.6vw;
    height: 23.6vw;
    margin-top: 0;
    margin-left: 3.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.mv_img_box .mv_img {
  max-width: 716px;
  width: 100%;
  position: absolute;
  left: 2px;
  bottom: 50px;
}
@media only screen and (max-width: 1370px) {
  .mv_img_box .mv_img {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv_img_box .mv_img {
    max-width: 79.2vw;
    left: 9.8666666667vw;
    bottom: 1.0666666667vw;
  }
}

.reason {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
.reason_list {
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .reason_list {
    padding-top: 10.2666666667vw;
    padding-bottom: 16vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.reason_list li {
  max-width: 380px;
  border-radius: 20px;
  background: #FDFEFF;
  box-shadow: -2px -2px 0 0 rgba(0, 0, 0, 0.04) inset, 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 2px 2px 0 0 #FFF inset;
}
@media screen and (max-width: 768px) {
  .reason_list li {
    max-width: 100%;
    border-radius: 5.3333333333vw;
    box-shadow: -0.5333333333vw -0.5333333333vw 0 0 rgba(0, 0, 0, 0.04) inset, 2.6666666667vw 2.6666666667vw 5.3333333333vw 0 rgba(0, 0, 0, 0.05), 0.5333333333vw 0.5333333333vw 0 0 #FFF inset;
  }
}
.reason_list li .head_txt {
  background: #5179D6;
  border-radius: 20px 20px 0 0;
  box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.1) inset, 2px 2px 0 0 rgba(255, 255, 255, 0.2) inset;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 154.545% */
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .reason_list li .head_txt {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    box-shadow: -0.5333333333vw 0 0 0 rgba(0, 0, 0, 0.1) inset, 0.5333333333vw 0.5333333333vw 0 0 rgba(255, 255, 255, 0.2) inset;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    padding: 5.3333333333vw;
  }
}
.reason_list li .body_txtWrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .reason_list li .body_txtWrap {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.reason_list li .body_txtWrap .body_img {
  max-width: 218px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason_list li .body_txtWrap .body_img {
    max-width: 48vw;
  }
}
.reason_list li .body_txtWrap .body_txt {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .reason_list li .body_txtWrap .body_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.reason_list li .body_txtWrap .body_txt .emphasis {
  color: #5179D6;
  font-weight: 700;
}
.reason .strengths h4 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 258.333% */
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .reason .strengths h4 {
    font-size: 5.0666666667vw;
    line-height: 7.4666666667vw;
    padding-bottom: 8vw;
  }
}
.reason .strengths h4 .emphasis {
  color: #494ECC;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .reason .strengths h4 .emphasis {
    font-size: 6.4vw;
    line-height: 9.8666666667vw;
  }
}
.reason .strengths_contents {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.reason .strengths_contents > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents > div {
    width: 100%;
  }
}
.reason .strengths_contents .strengths_txtWrap {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_txtWrap {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.reason .strengths_contents .strengths_txtWrap .strengths_txt + .strengths_txt {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_txtWrap .strengths_txt + .strengths_txt {
    margin-top: 7.3333333333vw;
  }
}
.reason .strengths_contents .strengths_figure {
  border-radius: 20px;
  background: #FCFCFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 2px 2px 0 0 #FFF inset;
  padding: 40px 45px;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure {
    border-radius: 3.0666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw 0 rgba(0, 0, 0, 0.1), 0.3054666667vw 0.3054666667vw 0 0 #FFF inset;
    padding: 5.3333333333vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_procedure {
  display: flex;
  gap: 22px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_procedure {
    gap: 3.4666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_procedure li {
  border-radius: 10px;
  background: #FBFBFF;
  box-shadow: 2px 2px 0 0 #FFF, 2px 2px 4px 0 rgba(213, 225, 243, 0.8) inset;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 31px 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_procedure li {
    border-radius: 1.5924vw;
    background: #FBFBFF;
    box-shadow: 0.3185333333vw 0.3185333333vw 0 0 #FFF, 0.3185333333vw 0.3185333333vw 0.6369333333vw 0 rgba(213, 225, 243, 0.8) inset;
    gap: 2.6666666667vw;
    padding: 4vw 0 2.8vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_procedure li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #494ecc;
  border-right: 0;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_procedure li:not(:last-child)::after {
    border-top: 1.3333333333vw solid transparent;
    border-bottom: 1.3333333333vw solid transparent;
    border-left: 1.3333333333vw solid #494ecc;
    border-right: 0;
    right: -2.5333333333vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_procedure li .procedure_txt {
  color: #494ECC;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_procedure li .procedure_txt {
    font-size: 2.9333333333vw;
    line-height: 4.5333333333vw;
    min-height: 9.0666666667vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_procedure li.procedure_item01 .procedure_img, .reason .strengths_contents .strengths_figure .figure_procedure li.procedure_item02 .procedure_img {
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_procedure li.procedure_item01 .procedure_img, .reason .strengths_contents .strengths_figure .figure_procedure li.procedure_item02 .procedure_img {
    max-width: 14.4vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_procedure li.procedure_item03 .procedure_img {
  max-width: 94px;
  width: 100%;
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_procedure li.procedure_item03 .procedure_img {
    max-width: 15.2vw;
    margin-left: 1.3333333333vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_message {
  border-radius: 10px;
  background: #F7F5FF;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding: 26px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_message {
    border-radius: 1.4666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4.5333333333vw;
    padding: 4vw;
  }
}
.reason .strengths_contents .strengths_figure .figure_message::before {
  position: absolute;
  content: "";
  background-image: url(/../images/reason_human_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 184px;
  height: 108px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .reason .strengths_contents .strengths_figure .figure_message::before {
    background-image: url(/../images/reason_human_sp.png);
    width: 24vw;
    height: 18.6666666667vw;
  }
}

.cv_area {
  background: linear-gradient(90deg, #8962D7 0.12%, #52B8F3 99.87%);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .cv_area {
    padding: 13.3333333333vw 0;
  }
}
.cv_area_contents {
  border-radius: 30px;
  background-color: #FFF;
  padding: 51px 72px 40px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents {
    border-radius: 4vw;
    padding: 8vw 5.3333333333vw;
  }
}
.cv_area_contents .top_box {
  display: flex;
  justify-content: space-between;
  gap: 86px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.cv_area_contents .top_box .txt_wrap .top_ttl {
  color: #333;
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .txt_wrap .top_ttl {
    font-size: 6.9333333333vw;
    line-height: 10.4vw;
  }
}
.cv_area_contents .top_box .txt_wrap .top_txt {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .txt_wrap .top_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.cv_area_contents .top_box .cv_btn_area {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area {
    max-width: 100%;
  }
}
.cv_area_contents .top_box .cv_btn_area .bubble {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 20px;
  background: #FFF09E;
  width: 100%;
  padding: 5px 20px 6px;
  margin-bottom: 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area .bubble {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    border-radius: 3.5757333333vw;
    padding: 0.8vw 2.6666666667vw 1.0666666667vw;
    margin-bottom: 3.6vw;
  }
}
.cv_area_contents .top_box .cv_btn_area .bubble::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 18px solid #fff09e;
  border-bottom: 0;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area .bubble::before {
    border-right: 2.4vw solid transparent;
    border-left: 2.4vw solid transparent;
    border-top: 3.2vw solid #fff09e;
    bottom: -2.6666666667vw;
  }
}
.cv_area_contents .top_box .cv_btn_area .cv_btn {
  padding: 41px 15px;
  gap: 20px;
  border-radius: 10px;
  background-blend-mode: overlay, normal;
  box-shadow: -2px -2px 0 0 rgba(0, 0, 0, 0.06) inset, 2px 2px 0 0 rgba(255, 255, 255, 0.2) inset, 0 8px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area .cv_btn {
    padding: 4vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    gap: 3.3333333333vw;
    box-shadow: -0.3537333333vw -0.3537333333vw 0 0 rgba(0, 0, 0, 0.08) inset, 0.3537333333vw 0.3537333333vw 0 0 rgba(255, 255, 255, 0.2) inset, 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.1);
  }
}
.cv_area_contents .top_box .cv_btn_area .cv_btn::before {
  width: 9px;
  height: 14px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area .cv_btn::before {
    width: 1.6vw;
    height: 2.4vw;
    right: 4vw;
  }
}
.cv_area_contents .top_box .cv_btn_area .cv_btn .label {
  width: 80px;
  height: 80px;
  color: #5F3CD6;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area .cv_btn .label {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
}
.cv_area_contents .top_box .cv_btn_area .cv_btn .cv_txt {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .top_box .cv_btn_area .cv_btn .cv_txt {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
}
.cv_area_contents .bottom_box {
  border-radius: 10px;
  background: #F1F6FF;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.03), 2px 2px 0 0 rgba(255, 255, 255, 0.5) inset, -2px -2px 0 0 rgba(0, 0, 0, 0.04) inset;
  padding: 25px 90px 25px 39px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .bottom_box {
    border-radius: 2.6666666667vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw 0 rgba(0, 0, 0, 0.03), 0.5333333333vw 0.5333333333vw 0 0 rgba(255, 255, 255, 0.5) inset, -0.5333333333vw -0.5333333333vw 0 0 rgba(0, 0, 0, 0.04) inset;
    padding: 5.3333333333vw 4vw 6.6666666667vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.cv_area_contents .bottom_box .txt_Wrap .bottom_ttl {
  color: #4951D0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  padding-left: 12px;
  margin-bottom: 14px;
  border-left: 3px solid #4951D0;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .bottom_box .txt_Wrap .bottom_ttl {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    padding-left: 2.8vw;
    margin-bottom: 4vw;
    border-left: 0.6666666667vw solid #4951D0;
  }
}
.cv_area_contents .bottom_box .txt_Wrap .bottom_txt {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .bottom_box .txt_Wrap .bottom_txt {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.cv_area_contents .bottom_box .bottom_img {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cv_area_contents .bottom_box .bottom_img {
    max-width: 42.4vw;
    margin: 0 auto;
  }
}
.cv_area .btn_animation {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .cv_area .btn_animation {
    padding-bottom: 1.0666666667vw;
  }
}

.worries {
  padding: 120px 0;
  background-color: #F8F8F8;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .worries {
    padding: 18.6666666667vw 0;
  }
}
.worries::before, .worries::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
}
.worries::before {
  background-image: url(/../images/worries_bg_top_pc.svg);
  background-position: center top;
  top: 0;
}
@media screen and (max-width: 768px) {
  .worries::before {
    background-image: url(/../images/worries_bg_top_sp.svg);
  }
}
.worries::after {
  background-image: url(/../images/worries_bg_bottom_pc.svg);
  background-position: center bottom;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .worries::after {
    display: none;
    visibility: hidden;
  }
}
.worries_list {
  padding-top: 93px;
  display: flex;
  flex-wrap: wrap;
  gap: 63px 2.5%;
}
@media screen and (max-width: 768px) {
  .worries_list {
    padding-top: 16.4vw;
    gap: 17.2vw;
  }
}
.worries_list li {
  max-width: 585px;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .worries_list li {
    max-width: 100%;
  }
  .worries_list li::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.worries_list li .worries_item_box {
  border-radius: 20px;
  border: 3px solid #2D1680;
  padding: 57px 40px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worries_list li .worries_item_box {
    border-radius: 5.3333333333vw;
    border: 0.8vw solid #2D1680;
    padding: 11.7333333333vw 5.3333333333vw 6.6666666667vw;
  }
}
.worries_list li .list_ttl {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  background: #2D1680;
  padding: 9px 30px 11px;
  border-radius: 25px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .worries_list li .list_ttl {
    font-size: 4.8vw;
    line-height: 7.2vw;
    padding: 1.2vw 8.8vw 1.6vw;
    border-radius: 5.0666666667vw;
    top: -5.0666666667vw;
  }
  .worries_list li .list_ttl:has(br.sp) {
    border-radius: 9.2vw;
    top: -9.2vw;
  }
}
.worries_list li .list_ttl::before {
  position: absolute;
  content: "";
  background: #2D1680;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  z-index: -1;
}
.worries_list li .list_ttl::after {
  position: absolute;
  content: "";
  background: #2D1680;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: -1;
}
.worries_list li .list_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .worries_list li .list_box {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .worries_list li .list_box .txt_wrap {
    order: 1;
  }
}
.worries_list li .list_box .txt_wrap .list_subTtl {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .worries_list li .list_box .txt_wrap .list_subTtl {
    text-align: center;
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
    margin-bottom: 4vw;
  }
}
.worries_list li .list_box .txt_wrap .list_subTtl .underline {
  background: linear-gradient(transparent 65%, #FFF369 35%);
  padding: 0 5px;
}
.worries_list li .list_box .txt_wrap .list_txt {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .worries_list li .list_box .txt_wrap .list_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.worries_list li .list_box .list_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .worries_list li .list_box .list_img {
    order: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item01::before {
    background-image: url(/../images/worries_bg_list01_sp.svg);
    width: 100vw;
    height: 93.2vw;
    left: -5.3333333333vw;
    bottom: -27.8666666667vw;
  }
}
.worries_list li.worries_item01 .worries_item_box {
  min-height: 290px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item01 .worries_item_box {
    min-height: auto;
  }
}
.worries_list li.worries_item01 .list_ttl::before {
  right: -21px;
  bottom: -14px;
}
.worries_list li.worries_item01 .list_ttl::after {
  right: -29px;
  bottom: -30px;
}
.worries_list li.worries_item01 .txt_wrap {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item01 .txt_wrap {
    width: 100%;
  }
}
.worries_list li.worries_item01 .list_img {
  max-width: 170px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item01 .list_img {
    max-width: 42.6666666667vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item02::before {
    background-image: url(/../images/worries_bg_list02_sp.svg);
    width: 35.3333333333vw;
    height: 40.1333333333vw;
    right: -5.3333333333vw;
    bottom: -33.6vw;
  }
}
.worries_list li.worries_item02 .list_ttl::before {
  right: 39px;
  bottom: -14px;
}
.worries_list li.worries_item02 .list_ttl::after {
  right: 31px;
  bottom: -30px;
}
.worries_list li.worries_item02 .txt_wrap {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item02 .txt_wrap {
    width: 100%;
  }
}
.worries_list li.worries_item02 .list_img {
  max-width: 110px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item02 .list_img {
    max-width: 27.4666666667vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item03::before {
    background-image: url(/../images/worries_bg_list03_sp.svg);
    width: 36.6666666667vw;
    height: 39.8666666667vw;
    left: -5.3333333333vw;
    bottom: -30.6666666667vw;
  }
}
.worries_list li.worries_item03 .worries_item_box {
  min-height: 344px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item03 .worries_item_box {
    min-height: auto;
  }
}
.worries_list li.worries_item03 .list_ttl::before {
  right: 49px;
  bottom: -14px;
}
.worries_list li.worries_item03 .list_ttl::after {
  right: 41px;
  bottom: -30px;
}
.worries_list li.worries_item03 .txt_wrap {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item03 .txt_wrap {
    width: 100%;
  }
}
.worries_list li.worries_item03 .list_img {
  max-width: 146px;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item03 .list_img {
    max-width: 36.2666666667vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item04::before {
    background-image: url(/../images/worries_bg_list04_sp.svg);
    width: 35.3333333333vw;
    height: 40.1333333333vw;
    right: -5.3333333333vw;
    bottom: -12.5333333333vw;
  }
}
.worries_list li.worries_item04 .list_ttl::before {
  right: 69px;
  bottom: -14px;
}
.worries_list li.worries_item04 .list_ttl::after {
  right: 61px;
  bottom: -30px;
}
.worries_list li.worries_item04 .txt_wrap {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item04 .txt_wrap {
    width: 100%;
  }
}
.worries_list li.worries_item04 .list_img {
  max-width: 142px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item04 .list_img {
    max-width: 35.4666666667vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .worries_list li.worries_item01 .list_ttl::before, .worries_list li.worries_item02 .list_ttl::before, .worries_list li.worries_item03 .list_ttl::before, .worries_list li.worries_item04 .list_ttl::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 7.7333333333vw;
    bottom: -3.3333333333vw;
  }
  .worries_list li.worries_item01 .list_ttl::after, .worries_list li.worries_item02 .list_ttl::after, .worries_list li.worries_item03 .list_ttl::after, .worries_list li.worries_item04 .list_ttl::after {
    width: 3.6vw;
    height: 3.6vw;
    left: 11.4666666667vw;
    bottom: -7.6vw;
  }
}

.point {
  padding: 120px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 18.6666666667vw 0;
  }
}
.point_list {
  display: flex;
  flex-direction: column;
  gap: 144px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point_list {
    gap: 18.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.point_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_list li {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.point_list li::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.point_list li.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .point_list li.reverse {
    flex-direction: column;
  }
}
.point_list li .point_img {
  filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, 0.2));
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point_list li .point_img {
    filter: drop-shadow(1.5368vw 1.5368vw 6.1472vw rgba(0, 0, 0, 0.2));
  }
}
.point_list li.point_item01 .point_img, .point_list li.point_item02 .point_img, .point_list li.point_item04 .point_img {
  max-width: 518px;
}
@media screen and (max-width: 768px) {
  .point_list li.point_item01 .point_img, .point_list li.point_item02 .point_img, .point_list li.point_item04 .point_img {
    max-width: 78.9333333333vw;
  }
}
.point_list li.point_item03 .point_img {
  max-width: 522px;
}
@media screen and (max-width: 768px) {
  .point_list li.point_item03 .point_img {
    max-width: 86.6666666667vw;
  }
}
.point_list li.point_item01::before {
  background-image: url(/../images/point_bg01.png);
  width: 838px;
  height: 578px;
  top: -132px;
  left: -298px;
}
@media screen and (max-width: 768px) {
  .point_list li.point_item01::before {
    background-image: url(/../images/point_bgLeft_sp.png);
    width: 94.1333333333vw;
    height: 80.5333333333vw;
    top: -9.0666666667vw;
    left: -5.3333333333vw;
  }
}
.point_list li.point_item02::before {
  background-image: url(/../images/point_bg02.png);
  width: 832px;
  height: 566px;
  top: -85px;
  right: -283px;
}
@media screen and (max-width: 768px) {
  .point_list li.point_item02::before {
    background-image: url(/../images/point_bgRight_sp.png);
    width: 94.6666666667vw;
    height: 80.5333333333vw;
    top: -9.0666666667vw;
    right: -5.3333333333vw;
  }
}
.point_list li.point_item03::before {
  background-image: url(/../images/point_bg03.png);
  width: 726px;
  height: 488px;
  top: -102px;
  left: -160px;
}
@media screen and (max-width: 768px) {
  .point_list li.point_item03::before {
    background-image: url(/../images/point_bgLeft_sp.png);
    width: 94.1333333333vw;
    height: 80.5333333333vw;
    top: -14.1333333333vw;
    left: -5.3333333333vw;
  }
}
.point_list li.point_item04::before {
  background-image: url(/../images/point_bg04.png);
  width: 916px;
  height: 672px;
  top: -138px;
  right: -283px;
}
@media screen and (max-width: 768px) {
  .point_list li.point_item04::before {
    background-image: url(/../images/point_bgRight_sp.png);
    width: 94.6666666667vw;
    height: 80.5333333333vw;
    top: -9.0666666667vw;
    right: -5.3333333333vw;
  }
}
.point_list li .point_txt_wrap {
  max-width: 615px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .point_list li .point_txt_wrap {
    max-width: 100%;
    gap: 5.3333333333vw;
  }
}
.point_list li .point_txt_wrap .point_num {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .point_list li .point_txt_wrap .point_num {
    width: 13.6vw;
  }
}
.point_list li .point_txt_wrap .point_ttl {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 162.5% */
}
@media screen and (max-width: 768px) {
  .point_list li .point_txt_wrap .point_ttl {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
  }
}
.point_list li .point_txt_wrap .point_txt {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
@media screen and (max-width: 768px) {
  .point_list li .point_txt_wrap .point_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.point_voice {
  border-radius: 20px;
  background: #F1F6FF;
  padding: 40px 40px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .point_voice {
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.point_voice .voice_ttl {
  color: #494ECC;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_ttl {
    font-size: 4.8vw;
    line-height: 7.2vw;
    padding-bottom: 5.3333333333vw;
  }
}
.point_voice .voice_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list {
    flex-direction: column;
    gap: 4vw;
  }
}
.point_voice .voice_list li {
  max-width: 513px;
  width: 100%;
  border-radius: 10px;
  background: #FDFEFF;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li {
    max-width: 100%;
    border-radius: 3.0669333333vw;
    padding: 5.3333333333vw 4vw;
  }
}
.point_voice .voice_list li .human_info_wrap {
  display: flex;
  align-items: center;
  gap: 29px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li .human_info_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    padding-bottom: 4vw;
  }
}
.point_voice .voice_list li .human_info_wrap .human_img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li .human_info_wrap .human_img {
    width: 34.6666666667vw;
    margin: 0 auto;
  }
}
.point_voice .voice_list li .human_info_wrap .human_info .category {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #7D75DD;
  background: #7D75DD;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li .human_info_wrap .human_info .category {
    font-size: 2.9333333333vw;
    border-radius: 0.6666666667vw;
    padding: 1.0666666667vw 2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.point_voice .voice_list li .human_info_wrap .human_info .main_voice {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li .human_info_wrap .human_info .main_voice {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.point_voice .voice_list li .human_info_wrap .human_info .job {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li .human_info_wrap .human_info .job {
    font-size: 2.9333333333vw;
    line-height: 3.6802666667vw;
  }
}
.point_voice .voice_list li .voice_txt {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
@media screen and (max-width: 768px) {
  .point_voice .voice_list li .voice_txt {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.userVoice {
  padding: 120px 0;
  background: #FFF7F0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .userVoice {
    padding: 18.6666666667vw 0;
  }
}
.userVoice::before, .userVoice::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}
.userVoice::before {
  background-image: url(/../images/voice_bg01.png);
  width: 464px;
  height: 370px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .userVoice::before {
    width: 35.2vw;
    height: 28vw;
  }
}
.userVoice::after {
  background-image: url(/../images/voice_bg02.png);
  width: 436px;
  height: 380px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .userVoice::after {
    width: 35.4666666667vw;
    height: 30.9333333333vw;
  }
}
.userVoice_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .userVoice_list {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.userVoice_list li {
  width: 380px;
  border-radius: 20px;
  background: #FCFCFF;
  box-shadow: -2px -2px 0 0 rgba(0, 0, 0, 0.04) inset, 10px 10px 20px 0 rgba(0, 0, 0, 0.03), 2px 2px 0 0 #FFF inset;
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .userVoice_list li {
    width: 100%;
    border-radius: 5.3333333333vw;
    box-shadow: -0.4701333333vw -0.4701333333vw 0 0 rgba(0, 0, 0, 0.04) inset, 2.3509333333vw 2.3509333333vw 4.7017333333vw 0 rgba(0, 0, 0, 0.03), 0.4701333333vw 0.4701333333vw 0 0 #FFF inset;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.userVoice_list li::before {
  position: absolute;
  content: "";
  background-image: url(/../images/voice_list_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.userVoice_list li .head_txt {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
  padding-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .head_txt {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    padding-bottom: 12.4vw;
  }
}
.userVoice_list li .userVoice_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 368px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .userVoice_txt_wrap {
    gap: 4vw;
    height: 100%;
  }
}
.userVoice_list li .userVoice_txt {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .userVoice_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.userVoice_list li .userVoice_txt .emphasis {
  color: #5179D6;
  font-weight: 700;
}
.userVoice_list li .human_info_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .human_info_wrap {
    gap: 4vw;
  }
}
.userVoice_list li .human_info_wrap .human_img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .human_info_wrap .human_img {
    width: 28vw;
  }
}
.userVoice_list li .human_info_wrap .human_info .human_name {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
@media screen and (max-width: 768px) {
  .userVoice_list li .human_info_wrap .human_info .human_name {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.userVoice_list li .human_info_wrap .human_info .human_job {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .human_info_wrap .human_info .human_job {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    padding-bottom: 3.3333333333vw;
  }
}
.userVoice_list li .human_info_wrap .human_info .tab_wrap {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .human_info_wrap .human_info .tab_wrap {
    gap: 1.3333333333vw;
  }
}
.userVoice_list li .human_info_wrap .human_info .tab_wrap .tab {
  color: #2D1680;
  font-size: 12px;
  font-weight: 400;
  line-height: 1; /* 200% */
  border-radius: 2px;
  border: 1px solid #2D1680;
  padding: 3.5px 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .userVoice_list li .human_info_wrap .human_info .tab_wrap .tab {
    font-size: 2.9333333333vw;
    line-height: 4vw;
    border-radius: 0.6666666667vw;
    border: 2px solid #2D1680;
    padding: 0.2666666667vw 2vw;
  }
}

.difference {
  padding: 120px 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .difference {
    padding: 18.6666666667vw 0;
  }
}
.difference .difference_tableWrap.pc table {
  width: 100%;
}
.difference .difference_tableWrap.pc table, .difference .difference_tableWrap.pc td, .difference .difference_tableWrap.pc th {
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.difference .difference_tableWrap.pc table tr .comparison, .difference .difference_tableWrap.pc td tr .comparison, .difference .difference_tableWrap.pc th tr .comparison {
  width: 205px;
  color: #665992;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  vertical-align: middle;
  background: #F7F5FF;
}
.difference .difference_tableWrap.pc table tr .skilllog, .difference .difference_tableWrap.pc table tr .general, .difference .difference_tableWrap.pc table tr .excel, .difference .difference_tableWrap.pc td tr .skilllog, .difference .difference_tableWrap.pc td tr .general, .difference .difference_tableWrap.pc td tr .excel, .difference .difference_tableWrap.pc th tr .skilllog, .difference .difference_tableWrap.pc th tr .general, .difference .difference_tableWrap.pc th tr .excel {
  width: 330px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 0 10px;
  height: 80px;
}
.difference .difference_tableWrap.pc table tr .skilllog, .difference .difference_tableWrap.pc td tr .skilllog, .difference .difference_tableWrap.pc th tr .skilllog {
  border: solid #7D75DD;
  border-width: 0 4px 1px 4px;
  border-bottom-color: #ccc;
}
.difference .difference_tableWrap.pc table tr .doubleCircle, .difference .difference_tableWrap.pc td tr .doubleCircle, .difference .difference_tableWrap.pc th tr .doubleCircle {
  width: 27px;
  margin: 0 auto 5px;
}
.difference .difference_tableWrap.pc table tr .circle, .difference .difference_tableWrap.pc table tr .triangle, .difference .difference_tableWrap.pc td tr .circle, .difference .difference_tableWrap.pc td tr .triangle, .difference .difference_tableWrap.pc th tr .circle, .difference .difference_tableWrap.pc th tr .triangle {
  width: 28px;
  margin: 0 auto 5px;
}
.difference .difference_tableWrap.pc table tr .x, .difference .difference_tableWrap.pc td tr .x, .difference .difference_tableWrap.pc th tr .x {
  width: 23px;
  margin: 0 auto 5px;
}
.difference .difference_tableWrap.pc table tr:nth-of-type(8) .general .txt, .difference .difference_tableWrap.pc table tr:nth-of-type(8) .excel .txt, .difference .difference_tableWrap.pc table tr:nth-of-type(9) .general .txt, .difference .difference_tableWrap.pc table tr:nth-of-type(9) .excel .txt, .difference .difference_tableWrap.pc td tr:nth-of-type(8) .general .txt, .difference .difference_tableWrap.pc td tr:nth-of-type(8) .excel .txt, .difference .difference_tableWrap.pc td tr:nth-of-type(9) .general .txt, .difference .difference_tableWrap.pc td tr:nth-of-type(9) .excel .txt, .difference .difference_tableWrap.pc th tr:nth-of-type(8) .general .txt, .difference .difference_tableWrap.pc th tr:nth-of-type(8) .excel .txt, .difference .difference_tableWrap.pc th tr:nth-of-type(9) .general .txt, .difference .difference_tableWrap.pc th tr:nth-of-type(9) .excel .txt {
  margin-top: 15px;
}
.difference .difference_tableWrap.pc table tr:nth-of-type(9) .skilllog, .difference .difference_tableWrap.pc td tr:nth-of-type(9) .skilllog, .difference .difference_tableWrap.pc th tr:nth-of-type(9) .skilllog {
  border-bottom: 4px solid #7D75DD;
}
.difference .difference_tableWrap.pc table .table_head th, .difference .difference_tableWrap.pc td .table_head th, .difference .difference_tableWrap.pc th .table_head th {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  background: #F7F5FF;
  height: 60px;
  padding: 17px 0;
}
.difference .difference_tableWrap.pc table .table_head th.skilllog, .difference .difference_tableWrap.pc td .table_head th.skilllog, .difference .difference_tableWrap.pc th .table_head th.skilllog {
  color: #FFF;
  background: #7D75DD;
}
.difference .difference_tableWrap.pc .small_txt {
  display: block;
  color: #333;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
  padding-top: 10px;
}
.difference .difference_tableWrap.sp table {
  width: 100%;
}
.difference .difference_tableWrap.sp table + table {
  margin-top: 5.3333333333vw;
}
.difference .difference_tableWrap.sp table, .difference .difference_tableWrap.sp td, .difference .difference_tableWrap.sp th {
  border-collapse: collapse;
}
.difference .difference_tableWrap.sp table .ttl_row, .difference .difference_tableWrap.sp td .ttl_row, .difference .difference_tableWrap.sp th .ttl_row {
  color: #FFF;
  text-align: center;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 6.9333333333vw; /* 162.5% */
  background: #7D75DD;
  border: 0.2666666667vw solid #7d75dd;
}
.difference .difference_tableWrap.sp table .ttl_row th, .difference .difference_tableWrap.sp td .ttl_row th, .difference .difference_tableWrap.sp th .ttl_row th {
  padding: 2.5333333333vw 0;
}
.difference .difference_tableWrap.sp table .info_row, .difference .difference_tableWrap.sp td .info_row, .difference .difference_tableWrap.sp th .info_row {
  border: 0.2666666667vw solid #CCC;
}
.difference .difference_tableWrap.sp table .info_row th, .difference .difference_tableWrap.sp td .info_row th, .difference .difference_tableWrap.sp th .info_row th {
  width: 27.8666666667vw;
  color: #665992;
  text-align: center;
  font-size: 2.9333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5333333333vw; /* 154.545% */
  background: #F7F5FF;
  vertical-align: middle;
  border-right: 0.2666666667vw solid #CCC;
}
.difference .difference_tableWrap.sp table .info_row td, .difference .difference_tableWrap.sp td .info_row td, .difference .difference_tableWrap.sp th .info_row td {
  padding: 3.3333333333vw 0 3.0666666667vw;
}
.difference .difference_tableWrap.sp table .info_row td .doubleCircle, .difference .difference_tableWrap.sp table .info_row td .circle, .difference .difference_tableWrap.sp table .info_row td .x, .difference .difference_tableWrap.sp td .info_row td .doubleCircle, .difference .difference_tableWrap.sp td .info_row td .circle, .difference .difference_tableWrap.sp td .info_row td .x, .difference .difference_tableWrap.sp th .info_row td .doubleCircle, .difference .difference_tableWrap.sp th .info_row td .circle, .difference .difference_tableWrap.sp th .info_row td .x {
  width: 5.8666666667vw;
  margin: 0 auto 1.3333333333vw;
  vertical-align: middle;
}
.difference .difference_tableWrap.sp table .info_row td .triangle, .difference .difference_tableWrap.sp td .info_row td .triangle, .difference .difference_tableWrap.sp th .info_row td .triangle {
  width: 6.6666666667vw;
  margin: 0 auto 1.3333333333vw;
  vertical-align: middle;
}
.difference .difference_tableWrap.sp table .info_row td .x, .difference .difference_tableWrap.sp td .info_row td .x, .difference .difference_tableWrap.sp th .info_row td .x {
  width: 4.4vw;
  margin: 0 auto 1.3333333333vw;
}
.difference .difference_tableWrap.sp table .info_row td .txt, .difference .difference_tableWrap.sp td .info_row td .txt, .difference .difference_tableWrap.sp th .info_row td .txt {
  color: #333;
  text-align: center;
  font-size: 2.9333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5333333333vw; /* 154.545% */
}
.difference .difference_tableWrap.sp .general_table .ttl_row, .difference .difference_tableWrap.sp .excel_table .ttl_row {
  color: #333;
  text-align: center;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 6.9333333333vw; /* 162.5% */
  border: 0.2666666667vw solid #CCC;
  background: #F7F5FF;
}
.difference .difference_tableWrap.sp .general_table .info_row th, .difference .difference_tableWrap.sp .excel_table .info_row th {
  color: #333;
  text-align: center;
  font-size: 2.9333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5333333333vw; /* 154.545% */
  background: #F7F7F7;
}
.difference .difference_tableWrap.sp .small_txt {
  color: #333;
  text-align: right;
  font-size: 2.9333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.5333333333vw; /* 154.545% */
  display: block;
  padding-top: 4vw;
}

.faq {
  padding: 120px 0;
  background: #FFFAF0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 18.6666666667vw 0;
  }
}
.faq::before {
  position: absolute;
  content: "";
  background: #FFF5E1;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-clip-path: polygon(94.28571429% 0, 100% 0, 100% 100%, 5.71428571% 100%);
          clip-path: polygon(94.28571429% 0, 100% 0, 100% 100%, 5.71428571% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .faq::before {
    -webkit-clip-path: polygon(94.66666667% 0, 100% 0, 100% 100%, 5.33333333% 100%);
            clip-path: polygon(94.66666667% 0, 100% 0, 100% 100%, 5.33333333% 100%);
  }
}
.faq .faq_accListWrap {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap {
    max-width: 100%;
    padding: 0;
    gap: 10.6666666667vw;
  }
}
.faq .faq_accListWrap li {
  max-width: 1110px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li {
    max-width: 100%;
  }
}
.faq .faq_accListWrap li .acc_headTxt {
  margin: 0 160px 15px;
  color: #2FA1CB;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  background: #FFF;
  border: 2px solid #2FA1CB;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li .acc_headTxt {
    margin: 0 0 2.6666666667vw 21.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    border: 0.5333333333vw solid #2FA1CB;
    border-radius: 2.6666666667vw;
    padding: 4vw;
  }
}
.faq .faq_accListWrap li .acc_headTxt::before {
  position: absolute;
  content: "";
  background-image: url(/../images/faq_human01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  left: -160px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li .acc_headTxt::before {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    left: -21.3333333333vw;
    top: 0;
  }
}
.faq .faq_accListWrap li .acc_headTxt:after {
  position: absolute;
  content: "";
  background-image: url(/../images/icon_arrow02_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 28px;
  left: -19px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li .acc_headTxt:after {
    background-image: url(/../images/icon_arrow02_sp.svg);
    width: 2.5333333333vw;
    height: 3.7333333333vw;
    left: -2.5333333333vw;
    top: 6.6666666667vw;
  }
}
.faq .faq_accListWrap li .acc_contTxt {
  margin: 0 160px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background: #F7F5FF;
  border: 2px solid #7D75DD;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li .acc_contTxt {
    margin: 0 21.3333333333vw 2.6666666667vw 0;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    border: 0.5333333333vw solid #7D75DD;
    border-radius: 2.6666666667vw;
    padding: 4vw;
  }
}
.faq .faq_accListWrap li .acc_contTxt::before {
  position: absolute;
  content: "";
  background-image: url(/../images/faq_human02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  right: -160px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li .acc_contTxt::before {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    right: -21.3333333333vw;
    top: 0;
  }
}
.faq .faq_accListWrap li .acc_contTxt:after {
  position: absolute;
  content: "";
  background-image: url(/../images/icon_arrow03_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 28px;
  right: -19px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap li .acc_contTxt:after {
    background-image: url(/../images/icon_arrow03_sp.svg);
    width: 2.5333333333vw;
    height: 3.7333333333vw;
    right: -2.5333333333vw;
    top: 6.6666666667vw;
  }
}

.message {
  padding: 110px 0 100px;
  background-color: #FFF;
  background-image: url(/../images/logo02.png);
  background-size: 460px auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 26.6666666667vw 0 18.6666666667vw;
    background-size: 82.6666666667vw auto;
  }
}
.message::before, .message::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.message::before {
  background-image: url(/../images/message_bg_top.svg);
  width: 547px;
  height: 328px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .message::before {
    width: 72.9333333333vw;
    height: 43.7333333333vw;
  }
}
.message::after {
  background-image: url(/../images/message_bg_bottom.svg);
  width: 404px;
  height: 243px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .message::after {
    width: 53.8666666667vw;
    height: 32.4vw;
  }
}
.message .inner {
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .message .inner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.message_ttl {
  color: #333;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px; /* 164.706% */
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .message_ttl {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    padding-bottom: 8vw;
  }
}
.message_txt {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
@media screen and (max-width: 768px) {
  .message_txt {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.message_txt + .message_txt {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .message_txt + .message_txt {
    margin-top: 6.9333333333vw;
  }
}
.message .name {
  padding-top: 30px;
  text-align: right;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media screen and (max-width: 768px) {
  .message .name {
    padding-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #475569;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.1333333333vw;
  }
}
footer > div {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  footer > div {
    font-size: 1.8666666667vw;
    line-height: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
footer > div a {
  margin: 0 8px;
}
@media screen and (min-width: 768px) {
  footer > div a:hover {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  footer > div a {
    margin: 0 1.0666666667vw;
  }
}
footer > p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer > p {
    font-size: 1.6vw;
  }
}

.fix_btn {
  position: fixed;
  bottom: 50px;
  opacity: 0;
  right: 20px;
  transition: all 0.3s ease;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .fix_btn {
    bottom: -20vw;
    right: 1.3333333333vw;
    width: 97.3333333333vw;
    display: flex;
    align-items: center;
    gap: 6.5333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
    background: rgba(249, 250, 255, 0.95);
    box-shadow: -0.2666666667vw -0.2666666667vw 0 0 rgba(0, 0, 0, 0.04) inset, 0.2666666667vw 0.2666666667vw 0 0 #FFF inset, 1.3333333333vw 1.3333333333vw 2.6666666667vw 0 rgba(0, 0, 0, 0.05);
  }
}
.fix_btn.active {
  bottom: 20px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fix_btn.active {
    bottom: 1.4666666667vw;
  }
}
.fix_btn_txt {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 214.286% */
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fix_btn_txt {
    font-size: 2.9333333333vw;
    line-height: 4.5333333333vw;
    margin-bottom: 0;
  }
}
.fix_btn_txt:before, .fix_btn_txt:after {
  position: absolute;
  content: "";
  background-image: url(/../images/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .fix_btn_txt:before, .fix_btn_txt:after {
    display: none;
    visibility: hidden;
  }
}
.fix_btn_txt:before {
  left: 6px;
}
.fix_btn_txt:after {
  right: 6px;
  transform: scaleX(-1);
}
.fix_btn .cv_btn {
  width: 275px;
  padding: 6px;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .fix_btn .cv_btn {
    width: 58.6666666667vw;
    padding: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.fix_btn .cv_btn::before {
  right: 16px;
  width: 6px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .fix_btn .cv_btn::before {
    right: 2.6666666667vw;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
  }
}
.fix_btn .cv_btn .label {
  font-size: 11px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .fix_btn .cv_btn .label {
    font-size: 2.4vw;
    width: 8.8vw;
    height: 8.8vw;
  }
}
.fix_btn .cv_btn .cv_txt {
  font-size: 15px;
  line-height: 30px; /* 200% */
}
@media screen and (max-width: 768px) {
  .fix_btn .cv_btn .cv_txt {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
.cv_btn--center{
  justify-content: center;
  gap: 0;
}

.cv_btn--center .cv_txt{
  margin: 0;
  text-align: center;
}
