@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&display=swap");

@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Heavy.otf");
  font-weight: 800;
}

@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-DeBold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Regular.otf");
  font-weight: 400;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  font-family: "A-OTF UD Shin Go NT Pro";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #4C4C4C;
  background-size: cover;
}

picture {
  display: block;
}

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

.bg_container {
  display: none;
  background-image: url("../img/top/bg_wrapper.png");
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  top: 0;
}

.bg_container .content {
  max-width: 42.7vw;
  position: absolute;
  bottom: 52px;
  left: 60px;
}

.bg_container .content .bg_txt {
  margin-bottom: 165px;
}

.bg_container .content .line__btn {
  max-width: 481px;
  height: 83px;
}

.bg_container .content .line__btn .balloon {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 70%;
  padding: 1px 10px;
  border: 2px solid #F53586;
  text-align: center;
  background: #fff;
  color: #F53586;
  font-weight: bold;
  font-size: 17px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  border-radius: 100vh;
}

.bg_container .content .line__btn .txt {
  font-size: 32px;
}

.bg_container .content .line__btn .line__btn__icon {
  width: 62px;
}

.bg_container .content .line__btn .line__btn__arrow {
  width: 23px;
  right: 11px;
}

.main {
  position: relative;
  z-index: 1;
  max-width: 550px;
  background: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 55px;
  }

  .bg_container {
    display: block;
  }

  .main {
    box-shadow: 0px 3.77px 37.67px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: 200px;
  }
}

.main__container {
  max-width: 744px;
  padding: 0 16px;
  margin: 0 auto;
}

.card {
  border: 3px solid #041B47;
  border-radius: 10px;
  background-color: #fff;
}

.line__btn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.1490196078);
  background-color: #00B900;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}

.line__btn.line_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  z-index: 9999;
  gap: 52px;
  border-radius: 0;
}

.line__btn.line_fixed .balloon {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 70%;
  padding: 2px 10px;
  border: 2px solid #F53586;
  text-align: center;
  background: #fff;
  color: #F53586;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  border-radius: 100vh;
}

.line__btn.line_fixed .txt_big {
  font-size: 24px;
}

.line__btn.line_fixed .line__btn__arrow {
  right: 31px;
}

.line__btn .txt {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.line__btn .line__btn__icon {
  width: 46px;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.line__btn .line__btn__arrow {
  position: absolute;
  width: 17px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .line__btn.line_fixed {
    display: none;
  }
}

/*-----------------------------------------------------------
  max-width: 768px
-----------------------------------------------------------*/
.mainvisual {
  padding: 10px 17px 80px;
  background: #041B47;
}

.mainvisual .logo {
  width: 80%;
  height: auto;
  margin: 0 auto 10px;
}

.mainvisual .limited {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

.mainvisual .notes {
  padding: 0 10px;
}

.mainvisual .notes>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 2.2vw;
}

@media screen and (min-width: 550px) {
  .mainvisual .notes>li {
    font-size: 12px;
  }
}

.mainvisual .notes>li::before {
  content: "\203B";
}

.worry_section1 {
  position: relative;
  z-index: 2;
  padding: 30px 10px 10px;
  text-align: center;
  background: #fff;
  color: #041B47;
  font-weight: bold;
  font-size: 4.6vw;
}

@media screen and (min-width: 550px) {
  .worry_section1 {
    font-size: 24px;
  }
}

.worry_section1::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  aspect-ratio: 390/48;
  background: #fff;
  content: "";
  transform: translateY(100%);
  clip-path: polygon(0% 0%, 0% 1px, 50% 100%, 100% 1px, 100% 0%);
}

.worry_section1 span {
  display: block;
  margin-bottom: 10px;
  font-size: 5vw;
}

@media screen and (min-width: 550px) {
  .worry_section1 span {
    font-size: 28px;
  }
}

.worry_section2 {
  position: relative;
  z-index: 1;
  padding: 21vw 15px 15px;
  background: #4c4c4c;
}

@media screen and (min-width: 550px) {
  .worry_section2 {
    padding-top: 85px;
  }
}

.worry_section2::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  aspect-ratio: 390/48;
  background: #4c4c4c;
  content: "";
  transform: translateY(100%);
  clip-path: polygon(0% 0%, 0% 1px, 50% 100%, 100% 1px, 100% 0%);
}

.worry_section2 .worry_list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.worry_section2 .worry_list ul>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #fff;
  font-size: 4.6vw;
}

@media screen and (min-width: 550px) {
  .worry_section2 .worry_list ul>li {
    font-size: 24px;
  }
}

.worry_section2 .worry_list ul>li:last-child {
  margin-bottom: 0;
}

.worry_section2 .worry_list ul>li::before {
  content: "\30FB";
}

.worry_section2 .image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.worry_section2 .fix {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 8vw;
}

@media screen and (min-width: 550px) {
  .worry_section2 .fix {
    font-size: 32px;
  }
}

.support_section {
  padding: 30vw 15px 80px;
  background: #fff;
}

@media screen and (min-width: 550px) {
  .support_section {
    padding-top: 130px;
  }
}

.support_section .heading {
  margin-bottom: 25px;
  text-align: center;
  font-size: 5.6vw;
  line-height: 1.5;
}

.support_section .heading span {
  color: #f53586;
  font-size: 7vw;
}

@media screen and (min-width: 550px) {
  .support_section .heading {
    font-size: 28px;
  }

  .support_section .heading span {
    font-size: 40px;
  }
}

.support_section .image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.support_section .lead {
  margin-bottom: 15px;
  text-align: center;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

.support_section .text {
  font-size: 3.8vw;
}

@media screen and (min-width: 550px) {
  .support_section .lead {
    font-size: 26px;
  }

  .support_section .text {
    font-size: 16px;
  }
}

.flow_section {
  padding: 75px 15px;
  background: #f0f8ff;
  border-top: 5px solid #041b47;
  border-bottom: 5px solid #041b47;
}

.flow_section .heading {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 1.5;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .flow_section .heading {
    font-size: 32px;
  }
}

.flow_section .heading::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  aspect-ratio: 80/5;
  background: #041B47;
  transform: translateX(-50%);
  content: "";
}

.flow_section .lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.6vw;
}

@media screen and (min-width: 550px) {
  .flow_section .lead {
    font-size: 16px;
  }
}

.flow_section .flow_list {
  margin-bottom: 40px;
}

.flow_section .flow_list>li:not(:last-child) {
  position: relative;
  margin-bottom: 74px;
}

.flow_section .flow_list>li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -56px;
  width: 29px;
  aspect-ratio: 1/1;
  background: url(../img/top/icon_flow_arrow.svg) no-repeat center center / contain;
  transform: translateX(-50%);
  content: "";
}

.flow_section .flow_list>li img {
  width: 100%;
  height: auto;
}

.flow_section .image {
  width: 100%;
  height: auto;
}

.flow_section .notes {
  margin-top: 10px;
}

.flow_section .notes>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #4C4C4C;
  font-size: 2.2vw;
}

@media screen and (min-width: 550px) {
  .flow_section .notes>li {
    font-size: 12px;
  }
}

.flow_section .notes>li::before {
  content: "\203B";
}

.pricing_section {
  padding: 75px 15px;
}

.pricing_section .heading {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 1.5;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .pricing_section .heading {
    font-size: 32px;
  }
}

.pricing_section .heading::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  aspect-ratio: 80 / 5;
  background: #041B47;
  transform: translateX(-50%);
  content: "";
}

.pricing_section .image {
  margin-bottom: 20px;
}

.pricing_section .text {
  margin-bottom: 40px;
  font-size: 3.8vw;
}

@media screen and (min-width: 550px) {
  .pricing_section .text {
    font-size: 16px;
  }
}

.pricing_section .image2 {
  margin-bottom: 55px;
}

.pricing_section .notes {
  margin-top: 20px;
}

.pricing_section .notes>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #4C4C4C;
  font-size: 2.2vw;
}

@media screen and (min-width: 550px) {
  .pricing_section .notes>li {
    font-size: 12px;
  }
}

.pricing_section .notes>li::before {
  content: "\203B";
}

.cta_wrap .balloon {
  margin-bottom: 18px;
  text-align: center;
}

.cta_wrap .balloon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 0 0.7em;
}

.cta_wrap .balloon span::before,
.cta_wrap .balloon span::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 1px;
  background: #4c4c4c;
  transform: translateY(-50%) rotate(-25deg);
  content: "";
}

.cta_wrap .balloon span::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.voice_section {
  padding: 40px 23px;
  background: #f0f8ff;
  border-top: 5px solid #041b47;
  border-bottom: 5px solid #041b47;
}

.voice_section .heading {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 1.5;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .voice_section .heading {
    font-size: 32px;
  }
}

.voice_section .heading::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  aspect-ratio: 80 / 5;
  background: #041B47;
  transform: translateX(-50%);
  content: "";
}

.voice_section .card_wrap {
  overflow: hidden;
}

/* slick-slideに指定 */
.slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.voice_section .card {
  display: flex;
  align-items: flex-start;
  padding: 16px 8px;
  gap: 16px;
  margin-bottom: 24px;
  transition: none;
  cursor: default;
}

.voice_section .card:last-child {
  margin-bottom: 0;
}

.voice_section .card img {
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  background: #F2F0EF;
  border-radius: 100vh;
}

.voice_section .card .card_header {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 0 0 8px;
}

.voice_section h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.voice_section .card .star {
  display: flex;
  align-items: center;
  gap: 2px;
}

.voice_section .card .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.voice_section .card .stars .star {
  color: gold;
  font-size: 16px;
  letter-spacing: -2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.voice_section p {
  font-size: 14px;
  font-weight: 500;
}

.voice_section .review_btn {
  width: 200px;
  height: 2.4em;
  margin: 50px auto 0;
  background: #fff;
  border: 2px solid #041B47;
  border-radius: 33px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.voice_section .review_btn svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.cta1 {
  padding: 20px 0 40px;
}

.cta1.cta1_2 {
  padding-bottom: 80px;
}

.cta1 .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.cta1 .title::after {
  margin-left: 8px;
  content: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='23.3238' y2='-0.5' transform='matrix(0.514496 -0.857493 -0.857493 -0.514496 0 20)' stroke='%234C4C4C'/%3E%3C/svg%3E%0A");
}

.cta1 .title::before {
  margin-right: 8px;
  content: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='12.5713' y1='20.2572' x2='0.571255' y2='0.257249' stroke='%234C4C4C'/%3E%3C/svg%3E%0A");
}

.cta1 .badge {
  padding: 6px 4px;
  color: #00B900;
  border: 2px solid #00B900;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: -12px;
  width: fit-content;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 800;
}

.change_section {
  padding: 75px 15px;
}

.change_section .heading {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 1.5;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .change_section .heading {
    font-size: 32px;
  }
}

.change_section .heading::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  aspect-ratio: 80 / 5;
  background: #041B47;
  transform: translateX(-50%);
  content: "";
}

.change_section .job_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.change_section .job_list>li {
  position: relative;
  width: calc((100% - 10px) / 2);
  padding: 15px 8px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 rgba(44, 62, 80, 0.15);
}

.change_section .job_list>li::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 57%;
  height: 3px;
  background: #041b47;
  border-radius: 0 0 100vh 100vh;
  content: "";
  transform: translateX(-50%);
}

.change_section .job_list>li .image {
  margin-bottom: 8px;
}

.change_section .job_list>li .large_category {
  margin-bottom: 8px;
  font-size: 16px;
  color: #041B47;
}

.change_section .job_list>li .small_category {
  font-size: 14px;
  color: #616161;
}

.change_section .job_list>li .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #ececec;
}

.change_section .job_list>li .tag>li {
  padding: 4px 6px;
  background: #041b47;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}

.change_section .achievement h3 {
  display: flex;
  gap: 0.3em;
  margin-bottom: 15px;
  color: #041b47;
  font-size: 22px;
}

.change_section .achievement h3::before {
  content: "\25CF";
}

.change_section .achievement .dot_list>li {
  display: flex;
  margin-bottom: 5px;
  font-size: 18px;
}

.change_section .achievement .dot_list>li::before {
  content: "\30FB";
}

.plan_section {
  padding: 75px 15px;
  background: url(../img/top/bg_plan.png) no-repeat center top / cover;
}

.plan_section .image {
  width: 54%;
  margin: 0 auto 50px;
}

.plan_section .stroke {
  margin-bottom: 14px;
  padding: 4px;
  text-align: center;
  color: #041b47;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.2vw;
  -webkit-text-stroke-color: #041b47;
  paint-order: stroke;
  background: #fff;
  font-size: 6.4vw;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .plan_section .stroke {
    font-size: 28px;
    -webkit-text-stroke-width: 5px;
  }
}

.plan_section .limited {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 8vw;
  color: #fff;
}

@media screen and (min-width: 550px) {
  .plan_section .limited {
    font-size: 40px;
  }
}

.plan_section .limited_text {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.plan_section .plan_image {
  padding: 35px 18px 10px;
  border-radius: 10px;
  background: url(../img/top/bg_payment.png) repeat 0 0 / 35px 35px;
}

.plan_section .notes {
  margin-top: 15px;
}

.plan_section .notes>li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 2.2vw;
}

@media screen and (min-width: 550px) {
  .plan_section .notes>li {
    font-size: 12px;
  }
}

.plan_section .notes>li::before {
  content: "\203B";
}

.plan_section .plan__title_txt.plan__title_txt_payment {
  margin: 30px 0 18px;
}

.plan_section .plan__title_txt img {
  margin: 0 auto;
}

.plan_section .plan__desc {
  font-size: 14px;
  line-height: 2;
  max-width: 308px;
  margin: 0 auto 19px;
  font-weight: 500;
}

.plan_section .plan__desc.center {
  text-align: center;
  max-width: 100%;
}

.plan_section .plan__desc.note {
  font-size: 13px;
  margin-bottom: 32px;
}

.plan_section .plan__data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
}

.plan_section .payment {
  padding: 19px 28px;
  line-height: 1.2;
  background: url(../img/top/bg_payment.png) repeat 0 0 / 35px 35px;
  border-radius: 10px;
}

.plan_section .payment_txt1 {
  font-size: 16px;
  margin-bottom: 38px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.plan_section .payment_txt2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 27px;
  border-bottom: 2px solid #207766;
  margin-bottom: 27px;
}

.plan_section .payment_img {
  margin-bottom: 12px;
}

.plan_section .payment_txt3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.plan_section .payment_txt4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 27px;
  border-bottom: 2px solid #207766;
  margin-bottom: 27px;
}

.plan_section .payment_txt5 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.plan_section .payment_txt6 {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 500;
}





.about_box {
  padding: 16px 8px;
  border: 3px solid #041b47;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0.92px 1.84px 3.67px 0px rgba(0, 0, 0, 0.2509803922);
}

.about_box>.title {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.about_box>.title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 100vh;
  background: #041b47;
  color: #fff;
  content: "？";
  line-height: 1;
}

.about_box>.text_wrap {
  display: none;
  margin: 15px 0 0;
  padding: 15px 10px 0;
  border-top: 2px solid #041b47;
  font-size: 14px;
}

.about_box.active>.text_wrap {
  display: block;
}

.about_box .about_list {
  margin: 0 0 20px;
}

.about_box .about_list>li {
  display: flex;
  gap: 4px;
  margin: 0 0 10px;
}

.about_box .about_list>li::before {
  content: "●";
}

.about_box .about_notes>.title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.about_box .about_notes a {
  color: #3366CC;
}

.flow {
  padding: 40px 13px;
}

.flow .flow__title {
  margin-bottom: 21px;
}

.flow .flow__title img {
  margin: 0 auto;
}

.flow .flow__img {
  margin-bottom: 21px;
}

.flow .flow__txt {
  color: #F53586;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

.data {
  padding: 70px 0 40px;
  border-top: 5px solid #00C5A7;
  background-color: #fff;
}

.data .data_heading {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 85px;
}

.data .data_heading::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 85px;
  transform: translate(-50%, -50%);
  color: rgba(0, 197, 167, 0.32);
  content: "info";
}

.data .data__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.data .data__title2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.data .data__img {
  margin-bottom: 7px;
}

.data .data__note {
  max-width: 390px;
  margin: 0 auto 20px;
  padding: 0 10px;
  color: #7D7D7D;
  font-size: 10px;
}

.data .data__note.right {
  text-align: right;
}

.data .data__note.center {
  text-align: center;
}

.data .data__note:last-child {
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}

.data .arrow_next {
  margin-bottom: 40px;
  position: relative;
}

.data .arrow_next svg {
  margin: 0 auto;
}

.data .arrow_next span {
  position: absolute;
  left: calc(50% + 30px);
  font-size: 16px;
  font-weight: 800;
  top: 50%;
  transform: translateY(-50%);
}

.data .data_block {
  margin: 0 0 40px;
  padding: 0 16px;
}

.data .data_block.first {
  margin-top: 60px;
}

.data .data_block.fourth {
  margin-bottom: 60px;
}

.data .data_block .data_block_title {
  margin: 0 0 30px;
  padding: 4px 0 4px 12px;
  border-left: 5px solid #00c5a7;
  font-size: 24px;
  font-weight: bold;
}

.data .data_block .image {
  margin: 0 auto 30px;
}

.data .data_block.fourth .image {
  width: 90%;
}

.data .data_block .text_wrap {
  margin-bottom: 20px;
  font-size: 20px;
}

.data .data_block .text_wrap .pink {
  color: #F53586;
}

.data .data_block_last .image {
  margin-bottom: 20px;
}

.data .data_block_last .text_wrap {
  padding: 0 16px;
  font-size: 16px;
}

.data .content {
  font-weight: bold;
}

.data .content .txt_medium {
  font-size: 23px;
  font-weight: 500;
}

.data .content .txt_big {
  font-size: 37px;
}

.data .content .txt_small {
  font-size: 16px;
}

.data .data__title3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: bold;
}

.data .number {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 11px;
}

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

.data .number::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 31px;
  background-color: #F53586;
  left: 0;
  bottom: 10px;
  z-index: 0;
}

.data .data__chart {
  margin: 41px 16px 13px 16px;
}

.comparison {
  background: linear-gradient(349.33deg, #D2F7D2 0%, #87DDD0 50%, #E8FFEE 100%);
  padding-bottom: 94px;
}

.comparison .comparison__heading {
  background-color: #00B18D;
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  overflow: hidden;
  margin-bottom: 25px;
  padding: 21px 0 0;
}

.comparison .comparison__heading .comparison__title {
  font-size: 27px;
  color: #fff;
  text-align: center;
}

.comparison .comparison__heading .comparison__title .big {
  font-size: 32px;
  font-weight: 600;
}

.comparison .comparison__heading .comparison__img_top {
  max-width: 204px;
  margin: 0 auto;
}

.comparison .arrow_next {
  margin-bottom: 18px;
  position: relative;
}

.comparison .arrow_next svg {
  margin: 0 auto;
}

.comparison .comparison__ttl {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.comparison .comparison__desc {
  font-size: 19px;
  text-align: center;
  margin-bottom: 45px;
  line-height: 2;
}

.comparison .comparison__img_bottom {
  margin-bottom: 73px;
}

.comparison .comparison__ttl2 {
  padding: 0 20px;
  margin-bottom: 16px;
}

.comparison .comparison__img {
  padding: 0 20px;
}

.lawyer {
  padding: 59px 16px 53px;
}

.lawyer .lawyer__title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .lawyer .lawyer__title {
    font-size: 32px;
  }
}

.lawyer .lawyer__title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  aspect-ratio: 80 / 5;
  background: #041B47;
  transform: translateX(-50%);
  content: "";
}

.lawyer .lawyer__image {
  margin-bottom: 24px;
}

.lawyer .lawyer__desc {
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 2;
  font-weight: 400;
}

.lawyer .lawyer__card {
  display: flex;
  padding: 8px 16px;
  gap: 21px;
}

.lawyer .lawyer__card p {
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 8px;
}

.lawyer .lawyer__card p:last-child {
  margin-bottom: 0;
}

.philosophy_section {
  padding: 0 0 80px;
  border-top: 5px solid #041b47;
  border-bottom: 5px solid #041b47;
}

.philosophy_section .cta_wrap {
  padding: 0 15px;
}

.philosophy_section .cta_wrap .balloon span {
  font-size: 24px;
  padding: 0 1em;
  font-weight: bold;
}

.faq {
  padding: 45px 0;
  background: #f0f8ff;
}

.faq .faq__title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  font-size: 5.6vw;
  color: #041B47;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .faq .faq__title {
    font-size: 32px;
  }
}

.faq .faq__title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  aspect-ratio: 80 / 5;
  background: #041B47;
  transform: translateX(-50%);
  content: "";
}

.faq .faq__item {
  margin-bottom: 24px;
  overflow: hidden;
  cursor: pointer;
  padding: 16px 8px;
  font-weight: 500;
}

.faq .faq__item .faq__quest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

.faq .faq__item .faq__quest .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq .faq__item .faq__quest .title .icon {
  flex: 0 0 41px;
}

.faq .faq__item .faq__quest .collapse_icon {
  flex: 0 0 12px;
}

.faq .faq__item .faq__answer {
  padding: 16px 8px 0;
  display: none;
  font-size: 16px;
  border-top: 2px solid #041b47;
  margin-top: 16px;
}

.faq .faq__item:last-child {
  margin-bottom: 0;
}

.faq .faq__item.active .faq__answer {
  display: block;
}

.faq .faq__item.active .collapse_icon .open {
  display: block;
}

.faq .faq__item.active .collapse_icon .close {
  display: none;
}

.faq .collapse_icon .open {
  display: none;
}

.faq .collapse_icon .close {
  display: block;
}

.footer {
  padding: 40px 0 120px;
  background-color: #4C4C4C;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.footer .footer__inner {
  max-width: 330px;
  margin: 0 auto;
}

.footer .footer__partner {
  max-width: 266px;
  margin: 0 auto 40px;
}

.footer .footer__partner .title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.footer .footer__partner .heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 17px;
}

.footer .footer__partner .lawyer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 190px;
  margin: 0 auto;
  column-gap: 10px;
  row-gap: 16px;
}

.footer .footer__partner .parner__img {
  max-width: 218px;
  margin: 0 auto;
}

.footer .footer__logo {
  margin-bottom: 48px;
}

.footer .nav__list {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.footer .nav__item {
  padding: 4px 10px;
  border-right: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
}

.footer .nav__item a {
  color: #fff;
}

.footer .nav__item:last-child {
  border-right: none;
}

.footer .nav__item:nth-child(3) {
  justify-self: end;
}

.footer .copyright {
  font-size: 12px;
  font-weight: bold;
  padding: 24px 0;
  border-top: 0.5px solid #fff;
  text-align: center;
}

/*# sourceMappingURL=top.css.map */
