@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/top2/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_data {
  max-width: 489px;
  margin: 0 auto;
  margin-bottom: 24px;
}

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

.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: linear-gradient(358.62deg, #F3FFF4 0.39%, #EBFFF0 50.19%, #F8FFF4 100%);
  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: 71px 71px 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 #00C5A7;
  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 .txt_small {
  font-size: 12px;
}

.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
-----------------------------------------------------------*/
.section_line {
  margin-top: -46px;
}

.secion3 {
  margin-top: -54px;
  padding: 106px 5px 0;
  background-image: url("../img/top2/bg_section3.png");
  background-size: cover;
  color: #fff;
}

.secion3 .top__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: bold;
}

.secion3 ul {
  list-style: disc;
  margin-bottom: 18px;
  padding-left: 22px;
}

.secion3 ul li {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

.secion3 ul li span {
  color: #E4E890;
}

.secion3 .decor {
  width: 74px;
  margin: 0 auto;
}

.section4 {
  background-image: url("../img/top2/bg_section4.png");
  background-size: cover;
  padding-bottom: 81px;
}

.section4 .top__ttl {
  padding: 32px 0 67px;
  font-size: 32px;
  color: #fff;
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  background-color: #565656;
  margin-bottom: 54px;
  text-align: center;
  font-weight: 500;
}

.section4 .top__ttl__img {
  margin-bottom: 40px;
}

.section4 .card {
  padding: 32px 20px;
}

.section4 ul li {
  display: flex;
  align-items: start;
  gap: 8px;
  color: #4C4C4C;
  padding-bottom: 16px;
  border-bottom: 1px dashed #4C4C4C;
  margin-bottom: 24px;
  font-size: 14px;
}

.section4 ul li p {
  font-weight: 500;
}

.section4 ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.important_notice {
  padding: 30px 0 70px;
  border-top: 10px solid #00b18d;
  border-bottom: 10px solid #00b18d;
  background: #fff;
}

.important_notice .important_notice_ttl {
  position: relative;
  margin-bottom: 34px;
  padding: 60px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.important_notice .important_notice_ttl::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 46px;
  height: 49px;
  background: url(../img/top2/icon_important_notice.svg) no-repeat 50% 50% / contain;
  content: "";
  transform: translateX(-50%);
}

.important_notice .article_wrap {
  border: 2px solid #00b18d;
  margin-bottom: 20px;
}

.important_notice .article_wrap:last-child {
  margin-bottom: 0;
}

.important_notice .article_wrap .article_ttl {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 14px;
  background: #00b18d;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.important_notice .article_wrap .article_contents {
  padding: 20px 14px 40px;
  font-size: 16px;
}

.important_notice .article_wrap .article_contents>p:not(:last-child) {
  margin-bottom: 25px;
}

.important_notice .article_wrap .article_contents .strong {
  font-weight: bold;
  color: #00B18D;
}

.section5 {
  padding: 40px 23px;
}

.section5 .top__ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 2;
  color: #4C4C4C;
  margin-bottom: 38px;
  text-align: center;
}

.section5 .card_wrap {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.cta1 {
  padding: 40px 0;
}

.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;
}

.reason {
  background-color: #F2F0EF;
  padding-bottom: 80px;
}

.reason .top__ttl {
  padding: 32px 0 64px;
  font-size: 32px;
  color: #FFF;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  background-color: #00B18D;
  margin-bottom: 80px;
  text-align: center;
}

.reason .top__ttl .top {
  line-height: 2;
  font-size: 32px;
  letter-spacing: -0.01em;
  font-weight: bold;
}

.reason .top__ttl .top span {
  font-size: 20px;
  font-weight: 600;
}

.reason .top__ttl .bottom {
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
}

.reason .top__ttl .bottom .num {
  font-size: 69px;
}

.reason .top__ttl .bottom .big {
  font-size: 47px;
}

.reason .card {
  border-color: #00B18D;
}

.reason .reason__item {
  text-align: center;
  margin-bottom: 56px;
}

.reason .reason__item:last-child {
  margin-bottom: 0;
}

.reason .reason__item:last-child .reason__content {
  padding-bottom: 0;
}

.reason .reason__item .heading {
  width: 100%;
  height: 46px;
  background-color: #00B18D;
  position: relative;
}

.reason .reason__item .heading .heading__img {
  width: 130px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.reason .reason__item .heading::after {
  content: url("data:image/svg+xml,%3Csvg width='38' height='39' viewBox='0 0 38 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2244 0.699859C10.3277 0.292824 10.694 0.00776379 11.1139 0.00764861L36.8591 0.000587205C37.666 0.000365886 38.0806 0.966546 37.5245 1.5512L2.41742 38.4586C1.76622 39.1432 0.6302 38.516 0.86255 37.6002L10.2244 0.699859Z' fill='%2300B18D'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 60%;
  bottom: -29px;
}

.reason .reason__item .reason__content {
  padding: 31px 22px 48px;
}

.reason .reason__item .reason__img {
  margin-bottom: 16px;
}

.reason .reason__item .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.07em;
}

.reason .reason__item .title.big {
  font-size: 28px;
}

.reason .reason__item .title.big sup {
  font-size: 16px;
}

.reason .reason__item .title.small {
  font-size: 24px;
}

.reason .reason__item .desc {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.reason .reason__item .tags {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  font-size: 16px;
  font-weight: 800;
}

.reason .reason__item .tags .tag {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  padding-left: 14px;
  align-items: center;
  font-size: 11px;
  box-shadow: 0.92px 1.84px 3.67px 0px rgba(0, 0, 0, 0.2509803922);
  height: 46px;
}

.reason .reason__item .tags .tag span {
  font-size: 14px;
}

.reason .reason__item .point_title {
  margin: 4px 0;
}

@media screen and (min-width: 1000px) {
  .reason .reason__item .tags .tag {
    justify-content: center;
  }
}

.feature {
  background-image: url("../img/top2/bg_feature.png");
  background-size: cover;
  padding: 80px 16px;
}

.feature .feature__title {
  margin-bottom: 40px;
}

.feature .feature__title img {
  margin: 0 auto;
}

.feature .feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  row-gap: 16px;
  margin-bottom: 40px;
}

.feature .feature__item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 10px;
  position: relative;
  min-height: 187px;
}

.feature .feature__item .index {
  position: absolute;
  top: 10px;
  right: 10px;
}

.feature .feature__item .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature .feature__item .desc {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.feature .feature__item .desc sup {
  font-size: 10px;
}

.feature .check {
  padding: 40px 25px;
}

.feature .check .check__heading {
  font-size: 38px;
  color: #207766;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Tekton Pro", sans-serif;
  position: relative;
  text-align: center;
  padding: 0 25px;
  width: fit-content;
  margin: 0 auto;
}

.feature .check .check__heading::after {
  margin-left: 8px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='33' viewBox='0 0 20 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.18286' x2='35.005' y2='-1.18286' transform='matrix(0.471219 -0.882016 -0.87891 -0.476988 0.462799 30.9375)' stroke='%23207766' stroke-width='2.36573'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 8px;
}

.feature .check .check__heading::before {
  margin-right: 8px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='33' viewBox='0 0 20 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.18286' x2='35.005' y2='-1.18286' transform='matrix(-0.471219 -0.882016 0.87891 -0.476988 19.5372 30.9375)' stroke='%23207766' stroke-width='2.36573'/%3E%3C/svg%3E ");
  position: absolute;
  top: 8px;
  left: 0;
}

.feature .check .check_title {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.feature .check .check_title_red {
  line-height: 1.5;
  font-weight: 500;
  color: #F53586;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.feature .check .check__img {
  margin-bottom: 39px;
}

.feature .check .check__desc {
  font-size: 14px;
  line-height: 1.8;
}

.plan {
  background-image: url("../img/top2/bg_plan.png");
  background-size: cover;
  padding: 63px 12px 58px;
}

.plan .plan__title_img {
  width: 252px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.plan .plan__title_txt {
  margin-bottom: 35px;
}

.plan .plan__title_txt.plan__title_txt_payment {
  margin-bottom: 18px;
}

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

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

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

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

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

.plan .payment {
  padding: 19px 28px;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.about_box {
  padding: 16px 8px;
  border: 3px solid #00C5A7;
  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: #00C5A7;
  color: #fff;
  content: "？";
  line-height: 1;
}

.about_box>.text_wrap {
  display: none;
  margin: 15px 0 0;
  padding: 15px 10px 0;
  border-top: 2px solid #00AC2E;
  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 25px;
  border-top: 5px solid #00C5A7;
  background-color: #fff;
}

.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 {
  font-size: 10px;
  margin: 0 10px;
  color: #7D7D7D;
  max-width: 390px;
  margin: 0 auto 20px;
}

.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: 25px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 20px;
}

.data .data__block.data__block02 {
  margin-bottom: 0;
}

.data .data_img_bottom {
  max-width: 321px;
  margin: 0 auto;
}

.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 {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 33px;
  text-align: center;
}

.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;
}

.cta2 {
  position: relative;
}

.cta2 .line__btn {
  position: absolute;
  bottom: 19px;
  max-width: 358px;
  left: 50%;
  transform: translateX(-50%);
}

.faq {
  padding: 45px 0;
}

.faq .faq__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.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 #00AC2E;
  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;
}

.column {
  padding: 40px 15px 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
}

.column .column__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.column .column__list {
  margin-bottom: 73px;
}

.column .column__item {
  margin-bottom: 40px;
}

.column .column__item:last-child {
  margin-bottom: 0;
}

.column .img {
  margin-bottom: 16px;
}

.column .title {
  margin-bottom: 8px;
  color: #00C5A7;
  font-size: 14px;
  font-weight: 500;
}

.column .desc {
  font-size: 16px;
  font-weight: bold;
}

.column .column__link {
  width: 143px;
  height: 32px;
  margin: 0 auto;
  display: block;
  border: 2px solid #00C5A7;
  border-radius: 33px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

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

.anotion {
  padding: 30px 9px 37px;
}

.anotion p {
  font-size: 10px;
  color: #1D1D1D;
}

.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=top2.css.map */
