body {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
body.custom {
  padding-top: 0;
}

@media screen and (max-width: 1060px) {
  body {
    padding-top: 96px;
  }
  body.single, body.custom {
    padding-top: 60px;
  }
}
.l-header.default {
  background: none;
  border-bottom: 0;
  padding: 0 0 0 30px;
}
.l-header.default > nav .nav > li > a {
  color: initial;
}
.l-header.default > nav .nav > li > a:not(.btn) {
  font-weight: 500;
  padding: 20px 12px 20px 12px;
}
.l-header.default > nav .nav > li.header_btn .btn {
  font-weight: 500;
  height: 86px;
  width: 184px;
}
.l-header.default > nav .nav > li:last-child .nav_second {
  margin-top: 16px;
}
.l-header.default > nav input[type=submit].btn,
.l-header.default > nav .btn {
  background: rgb(42, 106, 178);
  border-radius: 0;
  color: #fff;
  padding: 0 16px;
}
.l-header.default.is-scrolled {
  background: #fff;
  border-bottom: 1px solid #d1dae1;
}
.l-header.default.custom {
  background: none;
  border-bottom: 0;
  padding: 0 0 0 30px;
}
.l-header.default.custom > div .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.l-header.default.custom > nav .nav > li > a {
  color: #fff;
}
.l-header.default.custom > nav .nav > li > a:not(.btn) {
  font-weight: 500;
  padding: 20px 12px 20px 12px;
}
.l-header.default.custom > nav .nav > li.header_btn .btn {
  font-weight: 500;
  height: 86px;
  width: 184px;
}
.l-header.default.custom > nav .nav > li:last-child .nav_second {
  margin-top: 16px;
}
.l-header.default.custom > nav input[type=submit].btn,
.l-header.default.custom > nav .btn {
  background: #fff;
  border-radius: 0;
  color: rgb(42, 106, 178);
  padding: 0 16px;
}
.l-header.default.custom.is-scrolled {
  background: #fff;
  border-bottom: 1px solid #d1dae1;
}
.l-header.default.custom.is-scrolled > div .logo img {
  -webkit-filter: none;
  filter: none;
}
.l-header.default.custom.is-scrolled > nav .nav > li > a {
  color: #222;
}
.l-header.default.custom.is-scrolled input[type=submit].btn,
.l-header.default.custom.is-scrolled .btn {
  background: rgb(42, 106, 178);
  color: #fff;
}

@media screen and (max-width: 981px) {
  .l-header.default, .l-header.custom {
    padding: 0;
  }
  .l-header.default > div .logo img, .l-header.custom > div .logo img {
    -webkit-filter: none;
    filter: none;
  }
}
.l-btn {
  background: rgb(42, 106, 178);
  border: 1px solid rgb(42, 106, 178);
  color: #fff;
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
  transition: all 0.2s;
  width: auto;
}
.l-btn:hover {
  opacity: 0.8;
}
.l-btn.center {
  display: block;
  margin: 80px auto 0;
  width: 360px;
}
.l-btn.black {
  background: #fff;
  border-color: #222;
  color: #222;
  margin: 40px auto 0;
}
.l-btn.black:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .l-btn {
    margin: 0 auto;
  }
  .l-btn.center {
    margin: 40px auto 0;
    max-width: 340px;
    width: 100%;
  }
}
.l-type {
  display: flex;
  gap: 80px;
  justify-content: space-around;
}
.l-type__r img {
  aspect-ratio: 4/3.5;
  -o-object-fit: cover;
  object-fit: cover;
  width: 540px;
}
.l-type__r.min img {
  aspect-ratio: 4/3;
  width: 400px;
}
.l-type.scale {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .l-type {
    flex-direction: column;
    gap: 40px;
  }
  .l-type.scale {
    flex-direction: column;
  }
  .l-type__r img {
    aspect-ratio: 4/3;
    width: 100%;
  }
  .l-type__r.min img {
    width: 100%;
  }
}
.inner-l {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 0 25px;
  width: 95%;
}

@media (max-width: 800px) {
  .inner-m,
  .inner-l {
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 0 50px;
    width: 90%;
  }
}
.main .fv {
  background: url(../../../assets/img/ver3/top/mv.webp) center/cover no-repeat;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.main .fv::after {
  background-color: rgba(42, 106, 178, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.main .fv_text {
  font-size: 3rem;
  margin: 32px auto 16px;
}
.main .fv_text + p {
  font-size: 1.8rem;
  line-height: 2.2;
}
.main .fv_wrap {
  position: inherit;
}
.main .fv_left {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 48%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
}
.main .fv_logo {
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 70px;
  margin: 0 auto;
}
.main .related_services .heading-left {
  margin-bottom: 64px;
}
.main .service_box + .service_box {
  border-top: 0;
}
.main .service_box h3 img {
  height: 80px;
}
.main .service_title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 40px 0 20px 0;
}
.main .service_description {
  margin-bottom: 30px;
}
.main .heading_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  opacity: 0.5;
  text-align: center;
}
.main .heading_text.normal {
  font-family: "Noto Serif JP", serif;
  opacity: 1;
}
.main .heading_title {
  font-weight: 500;
  text-align: center;
}
.main .subTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.main .subTitle-left {
  text-align: center;
}
.main .support_slider {
  margin-top: 100px;
}
.main .download_item,
.main .media_item,
.main .knowledge_item,
.main .blog_link {
  background: #f8f8f8;
  display: block;
}
.main .download_item .category_item,
.main .media_item .category_item,
.main .knowledge_item .category_item,
.main .blog_link .category_item {
  color: initial;
  font-size: 1.5rem;
}
.main .download_wrap,
.main .media_wrap,
.main .knowledge_wrap,
.main .blog_texts {
  padding: 16px 24px;
}
.main .download_img,
.main .media_img {
  aspect-ratio: 5/3;
  border: 0;
}
.main .download_imgWrap,
.main .media_imgWrap,
.main .blog_wrap {
  height: auto;
  margin: 0;
  overflow: auto;
}
.main .download_heading,
.main .media_heading,
.main .knowledge_list_txt,
.main .blog_text {
  color: initial;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  text-decoration: none;
}
.main .date_wrap {
  gap: 2px;
  margin-top: 4px;
}
.main .date_text {
  font-size: 1.3rem;
  font-weight: 300;
}
.main .date_img {
  height: 16px;
  margin-top: 3px;
}
.main .media_list {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}
.main .media_list.is-open {
  margin-top: 80px;
  max-height: 2000px;
  opacity: 1;
}
.main .media_logo-item {
  border: 1px solid #222;
  height: 56px;
  position: relative;
}
.main .media_logo-item img {
  height: auto;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 120px;
}
.main .media_logo-item:nth-of-type(1), .main .media_logo-item:nth-of-type(7), .main .media_logo-item:nth-of-type(8) {
  background: #222;
}
.main .media_text {
  color: initial;
  margin-top: 40px;
  text-align: center;
}
.main .media_logo {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px auto 0;
  width: 800px;
}
.main .news_list {
  width: 100%;
}
.main .news_item {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: start;
}
.main .news_item .date_wrap {
  gap: 6px;
  width: 10%;
}
.main .news_item .date_wrap img {
  display: none;
}
.main .news_item:not(last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.main .news_item .news_title {
  font-size: 1.8rem;
}
.main .news_tag {
  border: solid 1px rgb(42, 106, 178);
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  width: 10%;
}
.main .news_title {
  color: initial;
  font-size: 2.6rem;
  width: 80%;
}
.main .news_group {
  align-items: baseline;
  display: flex;
  gap: 80px;
  justify-content: center;
  margin: 80px auto 0;
  width: 100%;
}
.main .news_group .news_title {
  color: rgb(42, 106, 178);
  width: 100%;
}
.main .news_group .news_text {
  color: initial;
  text-align: center;
}
.main .news_group .news_unit {
  width: 50%;
}
.main .blog_date {
  justify-content: space-between;
  width: 100%;
}
.main .blog_cat {
  background: none;
  color: initial;
  font-size: 1.5rem;
  padding: 0;
  position: relative;
}
.main.page-ma .about {
  background: #f8f8f8;
}
.main.page-ma .about_img {
  margin: 0 auto;
  max-width: 700px;
}
.main.page-ma .support_item {
  aspect-ratio: 1/1;
  border: 1px solid rgb(42, 106, 178);
  border-radius: 200px;
  box-shadow: none;
  height: 200px;
  padding: 8px 24px 24px;
  width: auto;
}
.main.page-ma .support_heading {
  color: rgb(42, 106, 178);
  font-size: 1.8rem;
}
.main.page-ma .solution_capture {
  color: #9eb6d3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
.main.page-ma .solution_title {
  color: rgb(42, 106, 178);
  text-align: center;
}
.main.page-ma .solution_text-regular {
  margin-top: 32px;
  text-align: center;
  width: 100%;
}
.main.page-ma .solution_list.column {
  justify-content: space-between;
}
.main.page-ma .solution_list.column .solution_item {
  border-bottom: 0;
  flex: 1;
  padding: 0 40px;
  text-align: center;
}
.main.page-ma .solution_list.column .solution_item:not(:last-child) {
  border-right: 1px solid #ddd;
}
.main.page-ma .solution_list.column .solution_text {
  width: 100%;
}
.main.page-ma .solution_list.column .solution_img {
  margin: 0 auto 16px;
  max-width: inherit;
  width: 160px;
}
.main.page-ma .solution_list .solution_coution {
  font-family: "Noto Sans JP", sans-serif;
}
.main.page-ma .solution_list-texts {
  border-bottom: 0;
  border-top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.main.page-ma .solution_text-list {
  font-weight: 300;
  line-height: 2.6;
}
.main.page-ma .solution_text-list span {
  color: initial;
}
.main.page-ma .promise .heading_img {
  position: relative;
}
.main.page-ma .promise .heading_texts-right {
  margin: auto;
}
.main.page-ma .promise .heading_img-left {
  left: auto;
  margin: 0 auto -32px;
  top: auto;
  width: 100%;
  z-index: -1;
}
.main.page-ma .promise .subTitle-left {
  background: #fff;
  display: block;
  margin: 0 auto 24px;
  text-align: center;
  width: 300px;
}
.main.page-ma .promise .promise_list {
  display: grid;
  gap: 24px;
  margin: 64px auto;
}
.main.page-ma .promise .promise_item {
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  justify-content: start;
  margin: 0 auto;
  width: 920px;
}
.main.page-ma .promise .promise_num {
  aspect-ratio: 1/1;
  background: rgb(42, 106, 178);
  color: #fff;
  display: block;
  font-size: 5rem;
  font-weight: 500;
  height: 100px;
  line-height: 1.8;
  text-align: center;
}
.main.page-ma .promise .promise_heading {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 24px;
}
.main.page-ma .promise .promise_img {
  width: 30%;
}
.main.page-ma .media_list {
  max-height: inherit;
  opacity: 1;
  overflow: auto;
}
.main.page-ma .hl_h2 {
  color: rgb(42, 106, 178);
  text-align: center;
}
.main.page-ma .service_flow .list_info dt {
  align-items: center;
  display: flex;
  gap: 8px;
}
.main.page-ma .service_flow .list_info dt span {
  color: rgb(42, 106, 178);
  font-size: 1.2rem;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.main.page-ma .service_flow .list_info dd + dt:before {
  background: url(../../../assets/img/ver3/common/arrow.webp) center/contain no-repeat;
  left: 50%;
}
.main.page-ma .service_scope .txt_lead {
  text-align: center;
}
.main.page-ma .service_scope .service_scope_box {
  width: 100%;
}
.main.page-ma .service_scope .service_scope_box .inner:before {
  background: E5F0F8;
}
.main.page-ma .service_scope .service_scope_box .inner:after {
  background: #d3d3d3;
}
.main.page-ma .service_scope .service_scope_box .ttl01 p:nth-child(1) {
  background: rgb(42, 106, 178);
}
.main.page-ma .service_scope .service_scope_box .ttl02 p {
  background: rgb(42, 106, 178);
}
.main.page-ma .service_scope .service_scope_box .box01,
.main.page-ma .service_scope .service_scope_box .box02 {
  background: #fff;
  margin: 0 auto;
  width: 40%;
}
.main.page-ma .service_scope .service_scope_box + .service_scope_box:before {
  background: url(../../../assets/img/ver3/common/arrow.webp) center/contain no-repeat;
}
.main.page-ma .service_system .txt_lead {
  text-align: center;
}
.main.page-ma .service_system .inner {
  margin: 60px auto;
}
.main.page-ma .service_system table thead th {
  background: rgb(42, 106, 178);
}
.main.page-ma .service_system table th:nth-child(1),
.main.page-ma .service_system table td:nth-child(1) {
  border-right: 0;
}
.main.page-is .succession_matrix img {
  max-width: 700px;
}
.main.page-is .photo_left img,
.main.page-is .photo_right_top img,
.main.page-is .photo_right_bottom img {
  display: none;
}
.main.page-is .hl_h2 {
  font-weight: 700;
}
.main.page-is .support_organization {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #222;
  border-top: 4px solid #222;
}
.main.page-is .organization_features {
  background: none;
  padding: 0;
}
.main.page-is .organization_note {
  border-top: 0;
  color: #222;
}
.main.page-is .feature_item {
  background: #fff;
  margin-bottom: 16px;
  padding: 24px;
}
.main.page-is .feature_item .bold_blue {
  color: initial;
}
.main.page-wealth .box_service_wealth {
  margin-bottom: 120px;
}
.main.page-wealth .box_service_wealth .box_service_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.main.page-wealth .box_service_wealth .service_box + .service_box {
  margin-top: 40px;
  padding-top: 0;
}
.main.page-wealth .box_service_wealth .service_item {
  align-items: center;
  border-left: 4px solid rgb(42, 106, 178);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.main.page-wealth .box_service_wealth .service_title {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: -24px 0 0 0;
}
.main.page-wealth .box_service_wealth .service_title .num {
  color: rgb(42, 106, 178);
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.4;
}
.main.page-wealth .box_service_wealth .service_title h3 {
  font-size: 2.6rem;
}
.main.page-wealth .box_service_wealth .service_l {
  padding: 0 56px;
}
.main.page-wealth .box_service_wealth .service_r img {
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 260px;
}
.main.page-kl .knowledge_box > a {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 40px 0 40px 0;
}
.main.page-kl .knowledge_box > a img {
  height: 120px;
}
.main.page-kl .knowledge_box .ma {
  border: 1px solid rgb(42, 106, 178);
  color: rgb(42, 106, 178);
}
.main.page-kl .knowledge_box .process {
  border: 1px solid rgb(10, 177, 144);
  color: rgb(10, 177, 144);
}
.main.page-kl .knowledge_box_img {
  height: auto;
}
.main.page-kl .knowledge_box_ttl {
  margin-bottom: 24px;
  margin-top: 40px;
}
.main.page-kl .knowledge_date {
  align-items: center;
  justify-content: space-between;
}
.main.page-kl .knowledge_list_img img {
  aspect-ratio: 5/3;
  border: 0;
}
.main.page-kl .knowledge_list_txt {
  margin-top: 0;
}
.main.page-kl .knowledge_list_date {
  align-items: center;
  gap: 2px;
}
.main.page-kl .knowledge_list_category {
  margin-top: 0;
}
.main.page-kl .knowledge_list_category span {
  border: 0;
  color: initial;
  font-size: 1.5rem;
  line-height: inherit;
  padding: 0;
}
.main.page-kl .title_heading {
  font-size: 2.6rem;
}
.main.page-kl .blog-borderB {
  border-color: #ddd;
}

@media (max-width: 800px) {
  .main .fv {
    height: 700px;
  }
  .main .fv_left {
    display: block;
    top: 45%;
  }
  .main .fv_logo {
    height: 40px;
  }
  .main .fv_text {
    font-size: 2.6rem;
    margin: 24px auto;
  }
  .main .fv_text + p {
    font-size: 1.4rem;
  }
  .main .hl_h2 {
    font-size: 2rem;
  }
  .main .heading_text {
    font-size: 1.6rem;
  }
  .main .download_imgWrap,
  .main .media_imgWrap,
  .main .media_img-noWrap,
  .main .blog_wrap {
    width: 100%;
  }
  .main .download_wrap,
  .main .media_wrap,
  .main .knowledge_wrap,
  .main .blog_texts {
    width: 100%;
  }
  .main .statement .inner-m {
    padding-bottom: 0;
  }
  .main .hl_h1_title {
    font-size: 3rem;
  }
  .main .media_logo {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .main .media_list {
    flex-wrap: nowrap !important;
  }
  .main .media_list.is-open {
    max-height: 2600px;
  }
  .main .service_box {
    margin-bottom: 0;
  }
  .main .service_box + .service_box {
    margin-top: 0;
    padding-top: 0;
  }
  .main .service_box h3 img {
    display: block;
    height: 48px;
    margin: 0 auto;
  }
  .main .service_title {
    font-size: 2.2rem;
    margin: 24px 0 16px 0;
    text-align: center;
  }
  .main .related_services .heading-left {
    margin-bottom: 30px;
  }
  .main .support_slider {
    margin-top: 0;
    padding: 0 0 40px;
  }
  .main .support_slider .heading_text {
    margin-bottom: 0;
  }
  .main .support_imgs {
    margin: 40px calc(50% - 50vw) 0 !important;
  }
  .main .news_item {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .main .news_tag {
    width: 40%;
  }
  .main .news_title {
    font-size: 2.3rem;
    line-height: 1.8;
    text-decoration: none;
    width: 100%;
  }
  .main .news_text {
    width: 100%;
  }
  .main .news_group {
    flex-direction: column;
    gap: 24px;
    margin: 40px auto 0;
  }
  .main .news_group .news_text {
    text-align: left;
  }
  .main .news_group .news_unit {
    width: 100%;
  }
  .main.page-ma .support .inner-m {
    padding: 64px 0;
  }
  .main.page-ma .support .support_item {
    height: 160px;
    padding: 24px 16px 24px;
  }
  .main.page-ma .support_list {
    flex-wrap: wrap;
    gap: 32px 0;
    justify-content: space-between;
    margin: 24px auto 0;
  }
  .main.page-ma .support_heading {
    display: block;
    font-size: 1.4rem;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .main.page-ma .support_coution {
    display: block;
    text-align: center;
    width: 100%;
  }
  .main.page-ma .support_down {
    bottom: 30px;
    display: block;
    left: 45%;
    position: absolute;
  }
  .main.page-ma .solution {
    padding: 64px 0 0;
  }
  .main.page-ma .solution_text-regular {
    text-align: left;
  }
  .main.page-ma .solution_list.column {
    flex-direction: column;
  }
  .main.page-ma .solution_list.column .solution_item {
    padding: 0;
  }
  .main.page-ma .solution_list.column .solution_item:not(:last-child) {
    border-right: 0;
    margin-bottom: 40px;
  }
  .main.page-ma .promise .subTitle-left {
    margin: 0 auto;
  }
  .main.page-ma .promise .heading_img-left {
    margin: 24px auto 0;
  }
  .main.page-ma .promise .promise_item {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .main.page-ma .promise .promise_heading {
    font-size: 1.8rem;
  }
  .main.page-ma .promise .promise_num {
    font-size: 2.3rem;
    height: 44px;
    width: 100%;
  }
  .main.page-ma .promise .promise_img {
    width: 100%;
  }
  .main.page-ma .promise .promise_content {
    flex-direction: column;
  }
  .main.page-ma .service_scope .service_scope_box .inner {
    padding: 16px 16px 24px 16px;
  }
  .main.page-ma .service_scope .service_scope_box .box01,
  .main.page-ma .service_scope .service_scope_box .box02 {
    height: 40px;
    width: auto;
  }
  .main.page-ma .service_scope .service_scope_box .box01 + .column {
    margin-bottom: 24px;
  }
  .main.page-wealth .box_service_wealth .service_l {
    padding: 0 24px 24px;
  }
  .main.page-wealth .box_service_wealth .service_r img {
    aspect-ratio: 4/3;
    width: 100%;
  }
  .main.page-wealth .box_service_wealth .service_item {
    flex-direction: column;
    padding: 40px 0 0;
    width: 100%;
  }
  .main.page-wealth .box_service_wealth .service_title h3 {
    font-size: 2rem;
  }
  .main.page-wealth .box_service_wealth .service_title .num {
    font-size: 4.6rem;
    line-height: inherit;
  }
  .main.page-kl:not(.content_left) .knowledge_list {
    margin: 40px 0 0;
  }
  .main.page-kl .knowledge_box {
    margin: 16px 24px 0;
  }
  .main.page-kl .knowledge_box > a {
    padding: 24px 0;
  }
  .main.page-kl .knowledge_box > a img {
    height: 56px;
    width: auto;
  }
  .main.page-kl .knowledge_box_ttl {
    font-size: 2.3rem;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  .main.page-kl .knowledge_box_txt {
    font-size: 1.3rem;
  }
  .main.page-kl .title {
    justify-content: center;
    width: 100%;
  }
  .main.page-kl .blog {
    border-color: #ddd;
  }
  .main.page-kl .blog .l-btn {
    margin-bottom: 48px;
  }
}
@media (max-width: 750px) {
  .blog {
    padding: 0;
  }
}
.single .l_inner {
  margin-top: 40px;
}

.column_title {
  font-weight: 500;
}
.column .date_wrap {
  gap: 2px;
}
.column .date_text {
  font-size: 1.3rem;
}
.column .date_img {
  height: 16px;
  margin-top: 3px;
}
.column .catList_link {
  background: none;
  border: 0;
  color: initial;
  font-size: 1.5rem;
  line-height: inherit;
  padding: 0;
}
.column .column_content h2 {
  background: #f8f8f8;
  line-height: 1.6;
  margin-bottom: 24px;
}
.column .column_content h2:before {
  background: rgb(42, 106, 178);
  width: 3px;
}
.column .column_content h3 {
  background: none;
  border-left: 3px solid rgb(42, 106, 178);
  margin-bottom: 24px;
}
.column .column_content h4 {
  border-bottom: 1px solid rgb(42, 106, 178);
}
.column .column_content .content_banner {
  max-width: 400px;
}

@media (max-width: 750px) {
  .column .column_content .content_banner {
    max-width: 100%;
  }
}
.author {
  border-bottom-color: #ddd;
  border-top-color: #ddd;
}

.other {
  padding-top: 48px;
}
.other_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 24px;
  padding: 0;
}
.other_item a {
  color: initial;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
.other_item a:hover {
  opacity: 0.6;
}
.other_item a::before {
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  content: "";
  height: 14px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.other_item-prev a {
  background: none;
  padding-left: 24px;
}
.other_item-prev a::before {
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.other_item-next {
  margin-left: auto;
}
.other_item-next a {
  background: none;
  padding-right: 24px;
}
.other_item-next a::before {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.recommend_inner {
  padding-bottom: 0;
}
.recommend_item {
  background: #f8f8f8;
  display: block;
  overflow: hidden;
  transition: opacity 0.5s ease-out;
  width: calc(33.333% - 20px);
}
.recommend_link.flex {
  flex-direction: column;
}
.recommend_wrap {
  height: auto;
  margin: 0;
  overflow: auto;
  width: 100%;
}
.recommend_wrap img {
  aspect-ratio: 5/3;
  border: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.recommend_texts {
  padding: 16px 24px;
  width: 100%;
}
.recommend_text {
  color: initial;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  text-decoration: none;
}
.recommend_date {
  align-items: center;
  justify-content: space-between;
}
.recommend_cat {
  background: none;
  color: initial;
  font-size: 1.5rem;
  padding: 0;
  position: relative;
}
.recommend .date_wrap {
  gap: 2px;
  margin-top: 4px;
}
.recommend .date_img {
  height: 16px;
  margin-top: 3px;
}
.recommend .date_text {
  font-size: 1.3rem;
  font-weight: 300;
}

@media (max-width: 750px) {
  .recommend {
    border-color: #ddd;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
  .recommend_item {
    width: 100%;
  }
  .recommend_link {
    gap: 0;
  }
}
.contact {
  background: url(../../../assets/img/ver3/top/image01.webp) bottom/cover no-repeat;
  margin-top: 116px;
  overflow: hidden;
  position: relative;
}
.contact::after {
  background-color: rgba(42, 106, 178, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.contact > * {
  position: relative;
  z-index: 2;
}
.contact_box {
  background: none;
  color: #fff;
  padding: 0;
}
.contact_ttl {
  font-weight: 700;
  line-height: 1.4;
}
.contact .contact_subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.contact .contact_info_tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 4px;
  margin-top: 16px;
}
.contact .contact_info_tel a {
  color: #fff;
}
.contact .contact_info_time {
  margin-top: 16px;
}
.contact .contact_btn {
  gap: 64px;
}
.contact .contact_btn li {
  width: auto;
}
.contact .contact_btn li .btn {
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  height: 200px;
  text-align: center;
  transition: all 0.2s;
  width: auto;
}
.contact .contact_btn li .btn:hover {
  background: #fff;
  color: rgb(42, 106, 178);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 64px;
  }
  .contact_btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .contact .contact_subttl {
    font-size: 2rem;
  }
  .contact .contact_ttl {
    font-size: 2.3rem;
  }
  .contact .contact_btn {
    gap: 16px 40px;
    justify-content: center;
  }
  .contact .contact_btn li .btn {
    font-size: 1.6rem;
    height: 150px;
    padding: 0;
  }
  .contact .contact_btn li + li {
    margin-left: 0;
    margin-top: 0;
  }
  .contact .contact_info_tel {
    font-size: 4.6rem;
  }
}
input[type=submit].btn_contact_type01,
.btn_contact_type01,
input[type=submit].btn_contact_type02,
.btn_contact_type02,
input[type=submit].btn_contact_type03,
.btn_contact_type03 {
  background: none;
}

.l-footer {
  border: none;
  padding: 40px 0 0 0;
}
.l-footer .top {
  padding: 0 24px;
}
.l-footer .top ul li {
  font-weight: 700;
}
.l-footer .top ul li.child {
  font-weight: 300;
  margin-left: 0;
}
.l-footer .top ul li a::after {
  content: none;
}
.l-footer .top ul:not(:last-child):after {
  content: none;
}
.l-footer .top .wrap {
  gap: 0 80px;
}
.l-footer .logos {
  display: flex;
  justify-content: space-around;
  margin: 80px auto 40px;
  width: auto;
}
.l-footer .foot {
  background: rgb(42, 106, 178);
  padding: 16px 24px;
}
.l-footer .foot > * {
  color: #fff;
}
.l-footer .foot > * a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer .top {
    height: auto;
    margin-bottom: 40px;
  }
  .l-footer .top .wrap {
    gap: 0;
  }
  .l-footer .logos {
    margin: 0 auto 40px;
    padding: 0 24px;
  }
  .l-footer .logos ul {
    justify-content: center;
  }
}
main {
  padding: 0;
}

.inner-m {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 100px;
  width: 90%;
}

.top {
  align-items: center;
  display: grid;
  height: 40vh;
  padding: 0;
}
.top.page-ma {
  background: url(../../../assets/img/ver3/top/image01.webp) center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.top.page-ma::after {
  background-color: rgba(42, 106, 178, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top.page-ma > * {
  position: relative;
  z-index: 2;
}
.top.page-ma {
  background: url(../../../assets/img/ver3/top/image02.webp) center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.top.page-ma::after {
  background-color: rgba(42, 106, 178, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top.page-ma > * {
  position: relative;
  z-index: 2;
}
.top.page-wealth {
  background: url(../../../assets/img/ver3/top/image03.webp) center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.top.page-wealth::after {
  background-color: rgba(42, 106, 178, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top.page-wealth > * {
  position: relative;
  z-index: 2;
}
.top.page-kl {
  background: url(../../../assets/img/ver3/knowledge/mv.webp) center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.top.page-kl::after {
  background-color: rgba(42, 106, 178, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top.page-kl > * {
  position: relative;
  z-index: 2;
}
.top .hl_h1_logo {
  margin-top: 0;
  padding: 0;
}
.top .hl_h1_logo img {
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 70px;
  margin: 0 auto;
  max-width: auto;
}

@media screen and (max-width: 767px) {
  .top {
    height: 25vh;
  }
}
.hl_h1_logo_ttl {
  font-weight: 700;
  margin-top: 0;
}

.hl_h1_title {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hl_h1_logo_ttl {
    text-align: center;
  }
}
#thanks_result_area {
  margin-top: 96px;
}

@media only screen and (max-width: 1360px) {
  #thanks_result_area {
    margin-top: 0;
  }
}
.sideBar {
  width: calc(30% - 25px);
}
.sideBar_link {
  display: block;
  margin-bottom: 16px;
}
.sideBar_img img {
  width: 100%;
}
.sideBar_coution {
  margin-top: 0;
}
.sideBar_card {
  box-shadow: none;
  padding: 0;
  width: calc(55% - 12.5px);
}
.sideBar_card .sideBar_link {
  border: 1px solid #aaa;
  border-radius: 6px;
  color: #aaa;
  padding: 4px 0;
  text-align: center;
  transition: all 0.2s;
}
.sideBar_card .sideBar_link:hover {
  background: rgb(42, 106, 178);
  border-color: rgb(42, 106, 178);
  color: #fff;
  opacity: 1;
}
.sideBar_card img {
  display: none;
}
.sideBar .title-sub {
  border-bottom: 0;
  margin-bottom: 8px;
}

@media (max-width: 750px) {
  .sideBar {
    width: 100%;
  }
  .sideBar_content:first-child {
    border-color: #ddd;
  }
  .sideBar_cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .sideBar_card {
    width: 100%;
  }
  .sideBar_link {
    margin-bottom: 0;
  }
  .sideBar_imgWrap {
    height: auto;
    width: 100%;
  }
  .sideBar_texts {
    width: 100%;
  }
}
.pagination ul.page-numbers li a {
  border-radius: 0;
}
.pagination ul.page-numbers li span.page-numbers.current {
  border-radius: 0;
}

.breadcrumb-nav {
  padding: 6px 24px;
}
.breadcrumb-nav .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-nav .breadcrumb-list li {
  align-items: center;
  color: initial;
  display: flex;
  font-size: 1.2rem;
}
.breadcrumb-nav .breadcrumb-list li:not(:last-child)::after {
  color: initial;
  content: ">";
  margin: 0 10px;
}
.breadcrumb-nav .breadcrumb-list li a {
  color: initial;
  font-weight: 300;
  text-decoration: none;
  transition: opacity 0.3s;
}
.breadcrumb-nav .breadcrumb-list li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media only screen and (max-width: 1360px) {
  .simulat_header .value__calc_btn.c-button span {
    display: block;
    font-size: 1.8rem;
    padding: 10px 50px;
    width: auto;
  }
}
.protect_buy #loading_button span {
  font-size: 16px !important;
}

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