@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  color: #151515;
  margin: 0;
  padding: 0;
  background: #F6F6F6;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "HiraginoKaku", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: break-word;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li, dl, dt {
  list-style-type: none;
}

figure {
  line-height: 0;
  margin: 0;
}

main {
  display: block;
}

.teko {
  font-family: "Teko", "Noto Sans JP", "HiraginoKaku", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 0.04em;
}

.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pc {
  display: block !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc_1200 {
  display: none !important;
}
@media (min-width: 1200px) {
  .pc_1200 {
    display: block !important;
  }
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*****************************************
            パース請負作成ぺージ
*****************************************/
h1, h2, h3, h4, h5, h6, span {
  line-height: 1.6;
  letter-spacing: 0.08em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

main p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  main p {
    font-size: 3.7333333333vw;
  }
}

p, span {
  font-weight: 500;
}

img {
  display: block;
}

.lato {
  font-family: "Lato", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.btn {
  width: 280px;
  height: 73px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 64vw;
    height: 17.0666666667vw;
  }
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a span {
  display: block;
  line-height: 1.6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn a span {
    font-size: 4.2666666667vw;
  }
}
.btn.orange {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #FB6300;
}
@media (hover: hover) {
  .btn.orange:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #FF934D;
  }
}
.btn.purple {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #1F006E;
}
@media (hover: hover) {
  .btn.purple:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #7256B9;
  }
}

.title_box.center {
  text-align: center;
}
.title_box h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title_box h2 {
    font-size: 5.8666666667vw;
  }
}
.title_box h2 span {
  display: inline-block;
  font-weight: inherit;
}

.purple {
  font-weight: inherit;
  color: #1F006E;
}

.orange {
  font-weight: inherit;
  color: #FB6300;
}

.blue {
  font-weight: inherit;
  color: #203DD1;
}

.yellow {
  font-weight: inherit;
  color: #F5E42F;
}

.lp_section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .lp_section {
    padding: 16vw 0;
  }
}

#lp_mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 767px;
  background: url("/assets/img/pers/pers_mv.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  #lp_mv {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 767px) {
  #lp_mv {
    height: 160vw;
    min-height: auto;
  }
}
#lp_mv .inner1080 {
  height: 100%;
}
#lp_mv .mv_text {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 960px) {
  #lp_mv .mv_text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#lp_mv .mv_text .catch_area ul.tag_list li {
  color: #1F006E;
  background: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 2px 8px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .catch_area ul.tag_list li {
    font-size: 3.2vw;
    margin-right: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#lp_mv .mv_text .catch_area ul.tag_list li:last-child {
  margin-right: 0;
}
#lp_mv .mv_text .catch_area h1 {
  color: #fff;
  font-size: 6.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #lp_mv .mv_text .catch_area h1 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#lp_mv .mv_text .text_area .text {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 4px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .text {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
#lp_mv .mv_text .text_area .sub_text {
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .sub_text {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
#lp_mv .mv_text .text_area .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
}
#lp_mv .mv_text .text_area .btn_area .btn.tel span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #lp_mv .mv_text .text_area .btn_area .btn.tel span {
    font-size: 4.8vw;
  }
}

#pers_intro {
  background: #f7f7f7;
}
#pers_intro .title_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #pers_intro .title_box {
    margin-bottom: 10.6666666667vw;
  }
}
#pers_intro .title_box h2 {
  position: relative;
  font-size: 4rem;
  color: #1F006E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pers_intro .title_box h2 {
    font-size: 6.4vw;
  }
}
#pers_intro .title_box h2 .sub {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #pers_intro .title_box h2 .sub {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#pers_intro .title_box h2 .strong {
  color: #fff;
  background: #FB6300;
  font-size: 4.8rem;
  padding: 0 10px;
  line-height: 1.6;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #pers_intro .title_box h2 .strong {
    font-size: 6.4vw;
  }
}
#pers_intro .title_box h2:before, #pers_intro .title_box h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 132px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0;
}
@media screen and (max-width: 1040px) {
  #pers_intro .title_box h2:before, #pers_intro .title_box h2:after {
    width: 60px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  #pers_intro .title_box h2:before, #pers_intro .title_box h2:after {
    width: 9.6vw;
    height: 10.4vw;
    top: 30%;
  }
}
#pers_intro .title_box h2:before {
  left: 0;
  background-image: url("/assets/img/pers/pers_intro_deco01.png");
}
#pers_intro .title_box h2:after {
  right: 0;
  background-image: url("/assets/img/pers/pers_intro_deco02.png");
}
#pers_intro .intro_box {
  max-width: 1000px;
  word-break: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 8px 16px 20px rgba(0, 0, 0, 0.03);
  padding: 80px 120px;
}
@media screen and (max-width: 960px) {
  #pers_intro .intro_box {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#pers_intro .intro_box h3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box h3 {
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
#pers_intro .intro_box h3 span {
  display: inline-block;
}
#pers_intro .intro_box .package_list .package_item {
  padding: 40px 0;
  border-bottom: solid 1px #C1C1C1;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item {
    padding: 5.3333333333vw 0;
  }
}
#pers_intro .intro_box .package_list .package_item:first-child {
  border-top: solid 1px #C1C1C1;
}
#pers_intro .intro_box .package_list .package_item h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item h4 {
    margin-bottom: 2.6666666667vw;
  }
}
#pers_intro .intro_box .package_list .package_item h4 span {
  padding-left: 48px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item h4 span {
    padding-left: 7.4666666667vw;
    font-size: 4.8vw;
  }
}
#pers_intro .intro_box .package_list .package_item h4 span:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/pers/icon_check_orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item h4 span:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#pers_intro .intro_box .package_list .package_item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item ul {
    row-gap: 1.0666666667vw;
    -webkit-column-gap: 6.4vw;
       -moz-column-gap: 6.4vw;
            column-gap: 6.4vw;
  }
}
#pers_intro .intro_box .package_list .package_item ul li {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item ul li {
    font-size: 3.7333333333vw;
    padding-left: 4.2666666667vw;
  }
}
#pers_intro .intro_box .package_list .package_item ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 4px;
  background: #151515;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item ul li:before {
    top: 2.9333333333vw;
    left: 1.0666666667vw;
  }
}
#pers_intro .intro_box .package_list .package_item ul li .small {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  #pers_intro .intro_box .package_list .package_item ul li .small {
    font-size: 3.4666666667vw;
  }
}

#problem {
  background: -webkit-gradient(linear, left top, right top, from(#4776E6), to(#743CCC));
  background: -webkit-linear-gradient(left, #4776E6, #743CCC);
  background: linear-gradient(to right, #4776E6, #743CCC);
}
#problem .title_box {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #problem .title_box {
    margin-bottom: 10.6666666667vw;
  }
}
#problem .title_box h2 {
  font-size: 4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #problem .title_box h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
#problem .problem_box {
  color: #fff;
}
#problem .problem_box h3 {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #problem .problem_box h3 {
    margin-bottom: 2.6666666667vw;
  }
}
#problem .problem_box h3 span {
  position: relative;
  font-size: 3.6rem;
  margin: 0 auto;
  display: inline-block;
  font-weight: inherit;
}
@media screen and (max-width: 960px) {
  #problem .problem_box h3 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #problem .problem_box h3 span {
    font-size: 5.3333333333vw;
  }
}
#problem .problem_box h3:before, #problem .problem_box h3:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 3em;
  margin: 0 2em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #problem .problem_box h3:before, #problem .problem_box h3:after {
    top: -2.6666666667vw;
    height: 4em;
    margin: 0 1em;
  }
}
#problem .problem_box h3:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#problem .problem_box h3:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#problem .problem_box ul.problem_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #problem .problem_box ul.problem_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
    padding-bottom: 0;
  }
}
#problem .problem_box ul.problem_list li.problem_item {
  position: relative;
  width: calc((100% - 80px) / 3);
  padding: 50px 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  #problem .problem_box ul.problem_list li.problem_item {
    width: calc((100% - 32px) / 3);
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #problem .problem_box ul.problem_list li.problem_item {
    width: 100%;
    padding: 8vw 10.6666666667vw;
  }
}
#problem .problem_box ul.problem_list li.problem_item:before {
  content: "";
  position: absolute;
  top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #problem .problem_box ul.problem_list li.problem_item:before {
    display: none;
  }
}
#problem .problem_box ul.problem_list li.problem_item:first-child:before {
  width: 80px;
  height: 70px;
  left: 50%;
  background-image: url("/assets/img/pers/fukidashi01.png");
}
#problem .problem_box ul.problem_list li.problem_item:nth-child(2):before {
  width: 60px;
  height: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/assets/img/pers/fukidashi02.png");
}
#problem .problem_box ul.problem_list li.problem_item:nth-child(3):before {
  width: 80px;
  height: 70px;
  right: 50%;
  background-image: url("/assets/img/pers/fukidashi03.png");
}
#problem .problem_box ul.problem_list li.problem_item img {
  width: 120px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 767px) {
  #problem .problem_box ul.problem_list li.problem_item img {
    width: 21.3333333333vw;
    margin: 0 auto 3.2vw;
  }
}
#problem .problem_box ul.problem_list li.problem_item h4 {
  font-size: 2.4rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #problem .problem_box ul.problem_list li.problem_item h4 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
#problem .problem_box ul.problem_list li.problem_item p {
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.04em;
}
#problem .problem_box .bottom_catch {
  font-size: 4rem;
  text-align: center;
  margin-top: 50px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #problem .problem_box .bottom_catch {
    font-size: 6.9333333333vw;
    margin-top: 10.6666666667vw;
  }
}

#point {
  background: #EFEBF8;
}
#point ul.point_list li.point_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #point ul.point_list li.point_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#point ul.point_list li.point_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #point ul.point_list li.point_item:nth-child(even) .text_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #point ul.point_list li.point_item:nth-child(even) .image_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#point ul.point_list li.point_item .text_box {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #point ul.point_list li.point_item .text_box {
    width: 100%;
  }
}
#point ul.point_list li.point_item .text_box .point {
  display: inline-block;
  color: #fff;
  background: #1F006E;
  padding: 6px 10px 2px;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #point ul.point_list li.point_item .text_box .point {
    padding: 1.6vw 2.6666666667vw 0.5333333333vw;
  }
}
#point ul.point_list li.point_item .text_box h2 {
  font-size: 3.4rem;
  color: #1F006E;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #point ul.point_list li.point_item .text_box h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#point ul.point_list li.point_item .text_box .catch {
  font-size: 2rem;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #point ul.point_list li.point_item .text_box .catch {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#point ul.point_list li.point_item .image_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #point ul.point_list li.point_item .image_box {
    width: 100%;
  }
}
#point ul.point_list li.point_item .image_box img {
  width: 100%;
}
#point ul.point_list li.point_item .di {
  font-weight: inherit;
  display: inline-block;
}

#total {
  background-image: url("/assets/img/pers/total_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#total .title_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #total .title_box {
    margin-bottom: 10.6666666667vw;
  }
}
#total ul.total_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  #total ul.total_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
}
#total ul.total_list li.total_item {
  color: #1F006E;
  text-align: center;
}
#total ul.total_list li.total_item img {
  width: 100px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 767px) {
  #total ul.total_list li.total_item img {
    width: 21.3333333333vw;
    margin: 0 auto 3.2vw;
  }
}
#total ul.total_list li.total_item h3 {
  font-size: 2rem;
  margin-bottom: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #total ul.total_list li.total_item h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
#total ul.total_list li.total_item p {
  font-weight: 700;
}

#cta_part {
  background-image: url("/assets/img/pers/cta_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#cta_part .cta_part_box {
  background: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box {
    padding: 8vw;
  }
}
#cta_part .cta_part_box .cta_btn {
  max-width: 649px;
  width: 100%;
  border-radius: 100px;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box .cta_btn {
    border-radius: 26.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#cta_part .cta_part_box .cta_btn a {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  background: #FB6300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box .cta_btn a {
    padding: 5.3333333333vw 0;
  }
}
#cta_part .cta_part_box .cta_btn span {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  padding-left: 58px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box .cta_btn span {
    font-size: 4.8vw;
    padding-left: 8.5333333333vw;
  }
}
#cta_part .cta_part_box .cta_btn span:before {
  content: "";
  background-image: url("/assets/img/pers/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 31px;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box .cta_btn span:before {
    width: 6.4vw;
    height: 5.3333333333vw;
  }
}
@media (hover: hover) {
  #cta_part .cta_part_box .cta_btn:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  #cta_part .cta_part_box .cta_btn:hover a {
    background: #FF934D;
  }
}
#cta_part .cta_part_box .freedial {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box .freedial {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
#cta_part .cta_part_box .freedial a {
  font-size: 3.2rem;
  margin-left: 12px;
  color: #151515;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box .freedial a {
    font-size: 5.3333333333vw;
    margin-left: 0;
  }
}
#cta_part .cta_part_box p.bottom_text {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cta_part .cta_part_box p.bottom_text {
    font-size: 4.8vw;
  }
}
#cta_part .cta_part_box .text_link {
  color: #FB6300;
  display: inline-block;
  text-decoration: underline;
  font-weight: inherit;
}

#persimage {
  background-color: #EFEBF8;
}
#persimage .title_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #persimage .title_box {
    margin-bottom: 10.6666666667vw;
  }
}
#persimage .persimage_before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #persimage .persimage_before {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#persimage .persimage_before .text_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #persimage .persimage_before .text_box {
    width: 100%;
  }
}
#persimage .persimage_before .text_box h3 {
  font-size: 3.2rem;
  color: #1F006E;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #persimage .persimage_before .text_box h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
#persimage .persimage_before .text_box p {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #persimage .persimage_before .text_box p {
    margin-bottom: 2.6666666667vw;
  }
}
#persimage .persimage_before .text_box p:last-child {
  margin-bottom: 0;
}
#persimage .persimage_before .image_box {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  #persimage .persimage_before .image_box {
    width: 100%;
  }
}
#persimage .persimage_before .image_box img {
  width: 100%;
}
#persimage .persimage_after img {
  width: 100%;
}

/* flow
=========================================== */
#flow {
  background: #fff;
}
#flow .title_box {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #flow .title_box {
    margin-bottom: 10.6666666667vw;
  }
}
#flow .title_box:before {
  content: "Flow";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #EFEBF8;
  font-size: 16rem;
  font-family: "Teko", "Noto Sans JP", "HiraginoKaku", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #flow .title_box:before {
    font-size: 26.6666666667vw;
  }
}
#flow .flow_box {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
#flow .flow_box .flow_item ul li {
  position: relative;
  color: #1F006E;
  line-height: 1.6;
  padding: 12px 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item ul li {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 3.2vw 3.2vw;
  }
}
#flow .flow_box .flow_item ul li:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 40px solid transparent;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item ul li:before {
    border: 5.3333333333vw solid transparent;
  }
}
#flow .flow_box .flow_item.flow_part01 ul li {
  background: #EFEBF8;
}
#flow .flow_box .flow_item.flow_part01 ul li:before {
  border-top: 20px solid #EFEBF8;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part01 ul li:before {
    border-top: 3.2vw solid #EFEBF8;
  }
}
#flow .flow_box .flow_item.flow_part02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#flow .flow_box .flow_item.flow_part02 ul {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part02 ul {
    max-width: 42.6666666667vw;
  }
}
#flow .flow_box .flow_item.flow_part02 ul li {
  background: #DED5F1;
}
#flow .flow_box .flow_item.flow_part02 ul li:before {
  border-top: 20px solid #DED5F1;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part02 ul li:before {
    border-top: 3.2vw solid #DED5F1;
  }
}
#flow .flow_box .flow_item.flow_part02 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part02 img {
    width: 3.2vw;
  }
}
#flow .flow_box .flow_item.flow_part02 .text_area {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part02 .text_area {
    width: 42%;
  }
}
#flow .flow_box .flow_item.flow_part02 .text_area p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part02 .text_area p {
    font-size: 3.2vw;
  }
}
#flow .flow_box .flow_item.flow_part02 .text_area p.text {
  margin-top: 8px;
  color: #1F006E;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part02 .text_area p.text {
    font-size: 4.2666666667vw;
  }
}
#flow .flow_box .flow_item.flow_part03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#flow .flow_box .flow_item.flow_part03 ul {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part03 ul {
    max-width: 42.6666666667vw;
  }
}
#flow .flow_box .flow_item.flow_part03 ul li {
  background: #BFAEE5;
}
#flow .flow_box .flow_item.flow_part03 ul li:before {
  border-top: 20px solid #BFAEE5;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part03 ul li:before {
    border-top: 3.2vw solid #BFAEE5;
  }
}
#flow .flow_box .flow_item.flow_part03 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part03 img {
    width: 3.2vw;
  }
}
#flow .flow_box .flow_item.flow_part03 .text_area {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part03 .text_area {
    width: 40%;
  }
}
#flow .flow_box .flow_item.flow_part03 .text_area p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part03 .text_area p {
    font-size: 3.2vw;
  }
}
#flow .flow_box .flow_item.flow_part03 .text_area p.text {
  margin: 4px 0;
  color: #1F006E;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_item.flow_part03 .text_area p.text {
    font-size: 4.2666666667vw;
  }
}
#flow .flow_box .flow_item.flow_part04 ul li {
  background: #743CCC;
  color: #fff;
}
#flow .flow_box .flow_item.flow_part04 ul li:before {
  display: none;
}

#bnr {
  padding-top: 0;
  background: #fff;
}
#bnr .bnr_area {
  background-color: #F7F7F7;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  #bnr .bnr_area {
    padding: 8vw 8vw;
  }
}
#bnr .bnr_area .bnr_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #bnr .bnr_area .bnr_wrap {
    gap: 3.2vw;
  }
}
#bnr .bnr_area .bnr_wrap a {
  max-width: 367px;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#bnr .bnr_area .bnr_wrap a img {
  width: 100%;
}
@media (hover: hover) {
  #bnr .bnr_area .bnr_wrap a:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0.6;
  }
}
#bnr .bnr_area .text {
  text-align: center;
  margin-top: 36px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #bnr .bnr_area .text {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

#cta {
  position: relative;
  width: 100%;
  background: url("/assets/img/dx/dx_mv.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 160px 0;
}
@media screen and (max-width: 960px) {
  #cta {
    padding: 16vw 0;
  }
}
#cta .mv_text {
  width: 100%;
  text-align: center;
}
#cta .mv_text .catch_area h2 {
  color: #fff;
  font-size: 6.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #cta .mv_text .catch_area h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#cta .mv_text .catch_area .br_sp {
  display: block;
}
@media screen and (min-width: 1040px) {
  #cta .mv_text .catch_area .br_sp {
    display: none;
  }
}
#cta .mv_text .text_area .sub_text {
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #cta .mv_text .text_area .sub_text {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
#cta .mv_text .text_area .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #cta .mv_text .text_area .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
}
#cta .mv_text .text_area .btn_area .btn.tel span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #cta .mv_text .text_area .btn_area .btn.tel span {
    font-size: 4.8vw;
  }
}

.footer_conversion {
  display: none;
}

/* tab 基本設定
=========================================== */
.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tab-label {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 12px;
  color: #1F006E;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  background: #EBEBEB;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tab-label {
    padding: 3.2vw 1.0666666667vw;
    font-size: 3.2vw;
  }
}

.tab-content {
  display: none;
  width: 100%;
  background: #fff;
  margin-top: -1px;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  color: #1F006E;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  background: #fff;
  cursor: default;
  line-height: 1.6;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}