@charset "UTF-8";
@import url("705836a8fdcd40b18022ae849082fb29.css");
@font-face {
  font-family: Heavy;
  src: url("../../font/A-OTF-GothicMB101Pro-Heavy.otf") format("opentype");
}
@font-face {
  font-family: RYUMINPRO;
  src: url("../../font/A-OTF-RYUMINPRO-HEAVY.OTF") format("opentype");
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

iframe {
  max-width: 100% !important;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .small-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
html {
  font-size: min(0.566vw, 10px);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 2;
  color: #000;
  overflow-x: hidden;
}
body.invest {
  background-color: #ecf0f3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.inner {
  position: relative;
  max-width: 92%;
  margin: 0 auto;
}
.inner.full-width {
  width: 100% !important;
  max-width: 100%;
}
.inner--1630 {
  width: 163rem;
}
.inner--1460 {
  width: 146rem;
}
.inner--1200 {
  width: 120rem;
}

.invest .inner {
  max-width: 100%;
}

.title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.title.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title .sub-title {
  font-size: 1.7rem;
  font-weight: normal;
  margin-left: 2rem;
}
.title-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.title-author p {
  flex: 1;
}
.title-author p span {
  display: inline-block;
}
.title-author img {
  margin: unset;
  width: 5rem;
  min-width: 40px;
  border: 1px solid #eee;
  border-radius: 100%;
}

.title-2 {
  font-size: 6.1rem;
  line-height: 1.3;
  min-height: 28rem;
  background-color: #16245B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
  padding: 2.5rem 5rem 2.5rem 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #03325c;
  color: #fff;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background: url(../images/icon-arrow-right-white.png) no-repeat center center/auto 100%;
}

.btn-submit {
  width: 48rem;
  height: 12rem;
  max-width: 100%;
  background-color: #16245B;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: opacity 0.4s;
  border-radius: 2rem;
  margin: 4rem auto 5rem;
  display: block;
}
.btn-submit:hover {
  opacity: 0.9;
}

.yellow {
  color: #FFFF00;
}

.red {
  color: #ED1C24;
}

.common-slide-arrow {
  position: absolute;
  z-index: 1;
  background-color: #03325B;
  width: 5.5rem;
  height: 5.5rem;
  top: calc(50% - 2.5rem);
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-slide-arrow:hover {
  opacity: 0.85;
}
.common-slide-arrow.left {
  left: 0;
}
.common-slide-arrow.right {
  right: 0;
}
.common-slide-arrow img {
  max-width: 40%;
}

.yellow-underline {
  background: linear-gradient(180deg, transparent 60%, #FFFF00 60%);
}

.invest__post {
  font-weight: bold;
  margin-bottom: 5rem;
}
.invest__post__genre-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 1.5rem;
}
.invest__post__genre-date .genre {
  font-size: 1.3rem;
  line-height: 2.5rem;
  padding: 0 1.2rem;
  background-color: #D92817;
  color: #fff;
}
.invest__post__genre-date .date {
  font-size: 1.1rem;
  margin-left: 1rem;
}
.invest__post__title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.invest__post__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}
.invest__post__user img {
  margin: unset;
  max-width: 40px;
  border: 1px solid #eee;
  border-radius: 100%;
}

.breadcrumb {
  margin: 8rem 0 4rem;
}
.breadcrumb__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.breadcrumb__content a {
  color: #014099;
}

.share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.share img {
  max-width: 35px;
}

.no-image {
  border: 1px solid #eee;
}

.pagination__nav {
  margin: 5rem 0 5rem;
  text-align: center;
}
.pagination__nav a, .pagination__nav span {
  display: inline-block;
  margin: 3px;
  width: 3.7rem;
  height: 3.7rem;
  color: #fff;
}
.pagination__nav a {
  background-color: #DEDEDE;
}
.pagination__nav span {
  background-color: #0F2681;
}
.pagination__nav .prev, .pagination__nav .next {
  display: none;
}

.page-mv img {
  width: 100%;
}
.page-mv p {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-title {
  font-size: 5rem;
  font-weight: bold;
  color: #16245B;
  margin: 8rem 0 4rem;
  text-align: center;
}

.footer-grey .footer__top {
  background-color: #EDF0F2;
}

.header {
  background-color: #fff;
}
.header .inner {
  width: 100%;
  max-width: 100%;
}
.header__content {
  height: 11.5rem;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__content .top-logo {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.5rem;
  margin-left: 12vw;
}
.header__content .top-logo img {
  max-width: 10rem;
}
.header__content .top-logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__content .nav {
  height: 100%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__content .nav li {
  height: 100%;
}
.header__content .nav li a {
  margin: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.header__content .nav li a.has-icon {
  margin-right: 0;
  padding-left: 15%;
  width: 32.5rem;
  color: #fff;
  font-size: 2.8rem;
  background: url(../images/menu-pink-bg.png) no-repeat center center/100% 100%;
}
.header__content .nav li a.has-icon:before {
  content: "";
  display: block;
  width: 4.3rem;
  height: 5.9rem;
  background: url(../images/icon-people.png) no-repeat center center/100%;
}

.footer {
  text-align: center;
}
.footer__top {
  background-color: #fff;
  font-size: 2rem;
  padding: 4rem 0;
}
.footer__top a {
  display: inline-block;
  margin: 0 1.5rem;
}
.footer__bottom {
  background-color: #00060B;
  color: #fff;
  padding: 4.5rem 0 2.5rem;
}
.footer__logo {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
}
.footer__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer__logo img {
  max-width: 8.5rem;
  margin: unset;
}
.footer__address {
  margin: 2rem auto;
}

.top-mv #media-main {
  width: 100%;
  height: 100%;
}
.top-mv #media-main > img, .top-mv #media-main > video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.top-mv #media-main > img.show-video, .top-mv #media-main > video.show-video {
  opacity: 1;
}
.top-mv__content {
  width: 100%;
  overflow: hidden;
}
.top-mv__content .media {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-mv__content .media > img, .top-mv__content .media > video {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.top-mv__content .media > video {
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__content__main {
  width: 100%;
  height: 44.8vw;
  position: relative;
}
.top-mv__content__main__intro {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20%;
  left: 0;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8.8rem;
}
.top-mv__content__main__intro img {
  margin: unset;
}
.top-mv__content__main__intro span {
  font-family: "Heavy", sans-serif;
  font-weight: 900;
  text-shadow: 5px 5px 8px #000;
}
.top-mv__content__sub {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
.top-mv__content__sub__inner {
  width: 100%;
  height: 20.41vw;
  padding: 3rem 0;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
}
.top-mv__content__sub__inner > div {
  width: 31.25%;
  transition: transform 0.8s;
  z-index: 0;
}
.top-mv__content__sub__inner > div:hover {
  transform: scale(1.1);
  z-index: 1;
}
.top-mv__content__sub__01 .sub-link {
  background-color: #03325B;
}
.top-mv__content__sub__02 .sub-link {
  background-color: #0174D9;
}
.top-mv__content__sub__03 .sub-link {
  background-color: #000000;
}
.top-mv__content__sub .sub-link {
  height: 25%;
  min-height: 6.5rem;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 1.4vw;
  position: relative;
  align-items: center;
  justify-content: center;
}
.top-mv__content__sub .sub-link:after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: url(../images/icon-arrow-right-blue.png);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: auto 2rem;
}
.top-mv__content__sub .media {
  height: 75%;
}
.top-mv__content__sub .slide-arrow {
  position: absolute;
  z-index: 99;
  height: 12vw;
  top: calc(50% - 6.8vw);
  transform: translateY(-50%);
  transition: opacity 0.4s;
  opacity: 0.8;
}
.top-mv__content__sub .slide-arrow:hover {
  opacity: 1;
}
.top-mv__content__sub .slide-arrow.arrow-left {
  left: 0.5rem;
}
.top-mv__content__sub .slide-arrow.arrow-right {
  right: 0.5rem;
}

.news-list {
  padding: 7.5rem 0 6rem;
  background-color: #ecf0f3;
}
.news-list .title {
  text-align: center;
}
.news-list .inner {
  width: 100rem;
}
.news-list ul li {
  margin: 2rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10%;
}
.news-list ul li a {
  color: #0066DD;
  text-decoration: underline;
}
.news-list__more {
  margin-top: 4rem;
}

.news-detail__content {
  padding: 5rem 0;
}
.news-detail__time {
  font-size: 1.4rem;
  font-weight: bold;
}

.recommend {
  padding: 5rem 0 2rem;
}
.recommend .inner {
  width: 120rem;
}
.recommend .title {
  padding: 0 7.5rem;
}
.recommend__content {
  margin-top: 3rem;
  padding: 0 5.5rem;
  position: relative;
}
.recommend__item {
  margin: 0 2rem;
  border: 2px solid #666;
  max-width: 35rem;
}
.recommend__item img {
  width: 100%;
}
.recommend__item__content {
  padding: 1.5rem;
}
.recommend__item__content__top {
  font-size: 1.3rem;
  font-weight: bold;
}
.recommend__item__content__top .category {
  color: #fff;
  background-color: #000;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 3px;
}
.recommend__item__content__top .category.red {
  background-color: #d92818;
}
.recommend__item__content__top .category.blue {
  background-color: #1b1464;
}
.recommend__item__content__top .category.green {
  background-color: #016936;
}
.recommend__item__content__body {
  padding: 1.5rem 1rem 1rem;
}
.recommend__item__content__body p {
  font-size: 1.5rem;
  line-height: 1.7;
}
.recommend__item__content__body p:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.top-cs {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.top-cs__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9rem;
}
.top-cs__txt {
  font-size: 2.1rem;
  line-height: 1.66;
}
.top-cs__txt__title {
  font-size: 6.1rem;
  display: inline-block;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding-right: 5rem;
  margin-bottom: 0.7rem;
}
.top-cs__more__btn {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  width: 48.5rem;
  max-width: 90%;
  margin: 0 auto;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  background-color: #fff;
  color: #07345d;
  cursor: pointer;
}
.top-cs__more__btn:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: 0.7rem;
  background: url(../images/angle-right.png) no-repeat center center/auto;
}
.top-cs__more__btn:hover {
  opacity: 0.9;
}

.top-company {
  color: #fff;
}
.top-company .title {
  font-size: 5rem;
  height: 12.3rem;
  background-color: #03325c;
}
.top-company .top-cs__item {
  min-height: 61rem;
  background: url(../images/company-bg.png) no-repeat center center/cover;
}
.top-company .top-cs__txt__title {
  font-size: 7rem;
  background: url(../images/triangle-bg.png) no-repeat bottom right/auto;
}

.top-service {
  color: #fff;
}
.top-service .title {
  font-size: 4.8rem;
  height: 12.3rem;
  background-color: #0074d9;
}
.top-service .top-cs__item {
  width: 50%;
  min-height: 60.5rem;
  flex-direction: column;
  gap: 7rem;
}
.top-service .top-cs__item:nth-child(1) {
  background: url(../images/contact-bg.png) no-repeat center center/cover;
}
.top-service .top-cs__item:nth-child(2) {
  background: url(../images/window-bg.png) no-repeat center center/cover;
}
.top-service .top-cs__txt__title {
  background: url(../images/triangle-small-bg.png) no-repeat bottom right/auto;
}

.consult-mv__content {
  min-height: 92.8rem;
  padding-right: 5.7vw;
  background: url(../images/mv-bg.png) no-repeat center center/100% 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.consult-mv__content__img {
  width: 67.7rem;
  position: relative;
}
.consult-mv__content__img p {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  font-family: "RYUMINPRO", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  padding: 0.5rem;
  text-align: right;
  font-size: 1.8rem;
}
.consult-mv__content__img p span {
  padding-right: 1rem;
}
.consult-mv__content__txt__01 p {
  font-weight: 500;
  line-height: 1.2;
}
.consult-mv__content__txt__01 p:nth-child(1) {
  font-size: 4.3rem;
}
.consult-mv__content__txt__01 p:nth-child(2) {
  font-size: 10.5rem;
  color: #2f6392;
}
.consult-mv__content__txt__01 p:nth-child(2) span {
  font-size: 8rem;
  color: #030000;
}
.consult-mv__content__txt__01 p:nth-child(3) {
  font-family: "RYUMINPRO", sans-serif;
  font-size: 18.9rem;
  color: #0a1849;
}
.consult-mv__content__txt__02 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
  margin: 2rem 0;
}
.consult-mv__content__txt__02 p {
  width: 26rem;
  height: 26rem;
  background-color: #fff;
  border: 3px solid #D40024;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.consult-mv__content__txt__02 p span {
  display: block;
  line-height: 1;
}
.consult-mv__content__txt__02 p span em {
  font-size: 0.516em;
  font-weight: normal;
}
.consult-mv__content__txt__02 p span i {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: italic;
  margin-right: 0.7rem;
}
.consult-mv__content__txt__02 p span:nth-child(1) {
  font-size: 3.7rem;
}
.consult-mv__content__txt__02 p span:nth-child(2) {
  font-size: 8.9rem;
  color: #D40024;
  font-weight: bold;
}
.consult-mv__content__txt__02 p span:nth-child(3) {
  font-size: 5.3rem;
  color: #D40024;
  font-weight: bold;
}
.consult-mv__content__txt__02 p:nth-child(2) span:nth-child(1) {
  font-size: 3.1rem;
}
.consult-mv__content__txt__03 {
  font-size: 1.5rem;
  margin: 5rem 0 2.5rem;
}

.consult-slide {
  padding: 1.5rem 0;
  background-color: #fafbeb;
  position: relative;
}
.consult-slide__content {
  width: 155rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consult-slide__content__item {
  width: 31.93%;
}

.consult-contact {
  background-color: #16245B;
  color: #fff;
}
.consult-contact__content {
  width: 136.8rem;
  padding: 4rem 0;
}
.consult-contact__content__ttl {
  font-size: 5.3rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}
.consult-contact__content__btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 4.5rem 0;
}
.consult-contact__content__btn a {
  padding: 2.5rem 3.5rem;
  width: 66rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.consult-contact__content__btn a p {
  line-height: 1;
}
.consult-contact__content__btn a p:nth-child(1) {
  font-size: 2.9rem;
  padding-left: 3rem;
}
.consult-contact__content__btn a p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.consult-contact__content__btn a p img {
  margin: unset;
}
.consult-contact__content__btn__tel {
  background-color: #fff;
  color: #16245B;
  border: 9px solid #29ABE2;
}
.consult-contact__content__btn__tel p:nth-child(2) {
  font-size: 6.3rem;
}
.consult-contact__content__btn__email {
  background-color: #29ABE2;
}
.consult-contact__content__btn__email p:nth-child(2) {
  font-size: 5.5rem;
}
.consult-merit__header {
  background-color: #29ABE2;
  color: #fff;
  min-height: 23.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.consult-merit__header p {
  flex: 1;
  text-align: center;
  font-size: 5.1rem;
}
.consult-merit__header p img, .consult-merit__header p span {
  display: inline;
  margin: 0;
}
.consult-merit__header p img {
  max-width: 13.4rem;
  margin-bottom: -2.5rem;
}
.consult-merit__header p span.yellow {
  font-size: 7.1rem;
}
.consult-merit__body {
  padding: 9rem 0;
  font-size: 2.2rem;
}
.consult-merit__body__01 p {
  margin: 5rem 0;
}
.consult-merit__body__02 {
  position: relative;
}
.consult-merit__body__02__txt {
  max-width: 90rem;
  font-size: 2.4rem;
}
.consult-merit__body__02__txt__item {
  margin: 5rem 0;
}
.consult-merit__body__02__txt__item__ttl {
  font-size: 5.6rem;
  color: #16245B;
  font-weight: bold;
  position: relative;
  padding-left: 9.5rem;
}
.consult-merit__body__02__txt__item__ttl:before {
  content: "";
  position: absolute;
  width: 7.6rem;
  height: 7.6rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #01a29a;
  background-image: url(../images/icon-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 55%;
  border-radius: 100%;
}
.consult-merit__body__02__txt__item__ttl span {
  font-size: 2.3rem;
  margin-left: 0.5rem;
}
.consult-merit__body__02__txt__item__ctt {
  margin-top: 1rem;
  padding-left: 6rem;
  line-height: 1.8;
}
.consult-merit__body__02__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76.8rem;
}
.consult-merit__body__03 {
  font-size: 1.5rem;
  margin-top: 7rem;
}

.consult-invest .inner {
  width: 164rem;
}
.consult-invest__header {
  padding: 5rem 0;
  background-color: #F4F3EA;
}
.consult-invest__header .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
}
.consult-invest__header__img {
  width: 36rem;
}
.consult-invest__header__txt {
  flex: 1;
}
.consult-invest__header__txt p:nth-child(1) {
  font-size: 6.4rem;
  font-weight: bold;
  color: #555352;
}
.consult-invest__header__txt p:nth-child(2) {
  font-size: 2.6rem;
}
.consult-invest__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.5rem;
  margin: 8.5rem 0;
  position: relative;
}
.consult-invest__item__cnt {
  width: 14.1rem;
  height: 14.1rem;
  background: url(../images/reason-bg.png) no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult-invest__item__cnt p {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.consult-invest__item__cnt p span {
  font-size: 3.9rem;
  display: block;
}
.consult-invest__item__ctt {
  flex: 1;
}
.consult-invest__item__ctt p:nth-child(1) {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1;
  color: #16245B;
  margin-bottom: 0.5em;
}
.consult-invest__item__ctt p:nth-child(2) {
  font-size: 2.3rem;
}

.consult-form .inner {
  width: 126rem;
  padding-bottom: 7rem;
}
.consult-form .title {
  font-size: 5.6rem;
  text-align: center;
  padding: 6rem 0;
}
.consult-form__content {
  font-weight: bold;
}
.consult-form__row {
  padding: 4rem 1rem;
  border-top: 0.4rem solid #ECEDF2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.consult-form__row.no-padding {
  padding: 2rem 1rem;
}
.consult-form__row.no-border {
  border-top: unset;
}
.consult-form__row.contact-type .wpcf7-list-item {
  margin: 1rem 0;
  display: block;
}
.consult-form__row .label {
  width: 50rem;
  font-size: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.consult-form__row .label span {
  background-color: #29ABE2;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.8;
  padding: 0 1.5rem;
  margin-right: 0.5rem;
}
.consult-form__row .input {
  flex: 1;
  font-size: 3rem;
}
.consult-form__row .input textarea, .consult-form__row .input input[type=text], .consult-form__row .input input[type=email] {
  font-size: inherit;
  height: 8rem;
  background-color: #ECEDF2;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 2rem;
  padding: 0 2rem;
}
.consult-form__row .input textarea.small, .consult-form__row .input input[type=text].small, .consult-form__row .input input[type=email].small {
  max-width: 24.6rem;
}
.consult-form__row .input input[type=radio], .consult-form__row .input input[type=checkbox] {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0.7rem;
}
.consult-form__row .input textarea {
  height: 29.5rem;
  resize: vertical;
  padding: 2rem;
}
.consult-form__row .input a {
  color: #16245B;
  text-decoration: underline;
}

.support-mv__content__img img {
  margin-left: 0;
}
.support-mv__content__txt {
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
.support-mv__content__txt p {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  background-color: #fff;
  margin: 1rem auto;
  padding: 0 3rem;
  font-weight: 500;
}
.support-mv__content__txt p:nth-child(1) {
  font-size: 9.6rem;
  color: #276293;
}
.support-mv__content__txt p:nth-child(1) span {
  font-size: 6.4rem;
  color: #1E292C;
}
.support-mv__content__txt p:nth-child(1) em {
  position: relative;
}
.support-mv__content__txt p:nth-child(1) em:before {
  content: "●";
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
  font-size: 0.3em;
  color: #1E292C;
}
.support-mv__content__txt p:nth-child(2) {
  font-size: 7.9rem;
  color: #1E292C;
}

.support-ebook {
  background-color: #ecf0f3;
  padding: 4.5rem 0;
}
.support-ebook__content__01 {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.support-ebook__content__02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 3rem auto 0;
  width: 112rem;
  max-width: 100%;
}
.support-ebook__content__02__img {
  width: 41.5rem;
  max-width: 100%;
  margin: unset;
}
.support-ebook__content__02__form {
  width: 61.5rem;
  max-width: 100%;
  background-color: #fff;
  padding: 3rem;
  border-radius: 2.5rem;
}
.support-ebook__content__02__form > p {
  font-weight: bold;
  text-align: center;
}
.support-ebook__content__02__form > p:nth-child(1) {
  font-size: 4.2rem;
  line-height: 2;
  background-color: #c2272d;
  color: #fff;
  margin-bottom: 1.7rem;
}
.support-ebook__content__02__form > p:nth-child(2) {
  font-size: 3rem;
  line-height: 1.46;
}
.support-ebook__content__02__form > p:nth-child(3) {
  font-size: 4rem;
  line-height: 1.13;
}
.support-ebook .support-ebook__form__input input[type=text], .support-ebook .support-ebook__form__input input[type=email] {
  font-size: 3.8rem;
  height: 7rem;
  padding: 0 2rem;
  background-color: #ECEDF2;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 2rem;
  margin: 2rem 0;
}
.support-ebook .support-ebook__form__input input[type=checkbox], .support-ebook .support-ebook__form__input input[type=radio] {
  width: 2rem;
  height: 2rem;
  margin-top: 0.3rem;
}
.support-ebook .support-ebook__form__input a {
  color: #16245B;
  text-decoration: underline;
}
.support-ebook .support-ebook__form__input .btn-submit {
  height: 7.3rem;
  letter-spacing: 0.075em;
  margin: 1rem auto 0;
}
.support-ebook__input-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.support-ebook__input-row input[type=checkbox] {
  margin-top: 0.8rem !important;
}
.support-ebook__input-row label {
  flex: 1;
}

.support-contact {
  background-color: #16245B;
  color: #fff;
}
.support-contact__content {
  width: 136.8rem;
  padding: 4rem 0;
}
.support-contact__content__btn {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.support-contact__content__btn a {
  padding: 2.5rem 3.5rem;
  width: 78rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.support-contact__content__btn a p {
  line-height: 1;
}
.support-contact__content__btn a p:nth-child(1) {
  font-size: 3.6rem;
}
.support-contact__content__btn a p:nth-child(1) span {
  font-size: 2.2rem;
}
.support-contact__content__btn a p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.support-contact__content__btn a p img {
  margin: unset;
}
.support-contact__content__btn__tel {
  background-color: #fff;
  color: #16245B;
  border: 9px solid #29ABE2;
}
.support-contact__content__btn__tel p:nth-child(2) {
  font-size: 7rem;
}
.support-contact__content__btn__tel p:nth-child(2) img {
  margin-top: 1rem;
}

.support-invest {
  padding: 8.5rem 0;
}
.support-invest .title {
  font-size: 6rem;
  color: #16245B;
  text-align: center;
}
.support-invest__content {
  width: 1200px;
}
.support-invest__content__01 p {
  font-size: 2.6rem;
  margin: 4rem 0;
}
.support-invest__content__02 {
  margin-top: 13rem;
}
.support-invest__content__02 .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-invest__content__02 .title img {
  margin: unset;
  margin-bottom: -2rem;
}
.support-invest__content__02 .title span:nth-child(2) {
  font-size: 17.8rem;
  line-height: 1;
  margin: -2rem -5rem 0;
}
.support-invest__content__02 .title span:nth-child(3) {
  font-size: 5.9rem;
}
.support-invest__content__02 .title span:nth-child(3) em {
  font-size: 5.5rem;
}
.support-invest__content__02 .sub-title {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.8;
  margin: 4rem 0;
}
.support-invest__content__02__ctt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8.5rem;
}
.support-invest__content__02__ctt__img {
  width: 39.8rem;
}
.support-invest__content__02__ctt__txt {
  flex: 1;
}
.support-invest__content__02__ctt__txt p {
  font-size: 3.2rem;
  color: #16245B;
}
.support-invest__content__02__ctt__txt ul {
  font-size: 2.4rem;
}
.support-invest__content__02__ctt__txt ul li {
  margin-top: 0.3rem;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}

.support-service {
  background-color: #ecf0f3;
}
.support-service__content {
  padding: 12.5rem 0;
  width: 139.5rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: stretch;
}
.support-service__item {
  background-color: #fff;
  padding: 10rem 3.5rem 3.5rem 3.5rem;
  border-radius: 2rem;
  position: relative;
  width: 30.5%;
}
.support-service__item p:nth-child(1) {
  width: 13.7rem;
  height: 13.7rem;
  background-color: #16245B;
  color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.5rem;
  padding-top: 1rem;
}
.support-service__item p:nth-child(1) span:nth-child(1) {
  font-size: 2.6rem;
}
.support-service__item p:nth-child(1) span:nth-child(2) {
  font-family: "Bookman Old Style", Georgia, serif;
  font-size: 5.3rem;
}
.support-service__item p:nth-child(2) {
  font-size: 3.5rem;
  text-align: center;
  color: #1B1464;
  font-weight: bold;
  margin: 1rem 0 2rem;
}
.support-service__item p:nth-child(3) {
  font-size: 2.2rem;
}

.support-case__content {
  padding: 12.5rem 0 0;
  width: 136rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.support-case__item {
  padding: 14rem 3.5rem 3.5rem 3.5rem;
  border-radius: 4rem;
  position: relative;
  z-index: 0;
  width: 46%;
  background-image: linear-gradient(to right, #f4f8fb, #dbe5ee);
  margin-bottom: 11.8rem;
}
.support-case__item img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
}
.support-case__item p {
  font-weight: bold;
}
.support-case__item p:nth-child(1) {
  width: 14rem;
  height: 14rem;
  background: url(../images/case-bg.png) no-repeat center center/100% 100%;
  color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: -2.5rem;
  left: -1.5rem;
  padding-top: 1rem;
}
.support-case__item p:nth-child(1) span:nth-child(1) {
  font-size: 2.6rem;
}
.support-case__item p:nth-child(1) span:nth-child(2) {
  font-family: "Bookman Old Style", Georgia, serif;
  font-size: 5.3rem;
}
.support-case__item p:nth-child(2) {
  font-size: 3.8rem;
  color: #1B1464;
  line-height: 1.43;
}
.support-case__item p:nth-child(3) {
  font-size: 6.1rem;
  color: #F7931E;
  line-height: 1.43;
}
.support-case__arrow {
  margin: -5rem auto 6.5rem;
  width: 23.8%;
}

.support-part {
  background: url(../images/support.png) no-repeat top right/cover;
  padding: 10rem 0;
}
.support-part__content {
  width: 1190px;
  background-color: #fff;
  text-align: center;
  padding: 2.5rem 0 7.4rem;
}
.support-part__content p:nth-child(2) {
  font-size: 6.4rem;
  line-height: 1.3;
  font-weight: bold;
}
.support-part__content p:nth-child(3) {
  font-size: 7.6rem;
  position: relative;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7rem auto 3.5rem;
  padding-left: 14rem;
  font-weight: bold;
}
.support-part__content p:nth-child(3) span:nth-child(1) {
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 13rem;
  height: 13rem;
  background: url(../images/part-bg.png) no-repeat center center/100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-part__content p:nth-child(3) span:nth-child(2) {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.support-part__content p:nth-child(4) {
  font-size: 4.3rem;
}

.support-magazine {
  padding: 9rem 0 7.5rem;
  text-align: center;
}
.support-magazine__content .title {
  font-size: 7.6rem;
  color: #16245B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.support-magazine__content .title img {
  margin: unset;
}
.support-magazine__content p:nth-child(2) {
  font-size: 3.7rem;
  line-height: 1.94;
  margin: 2rem 0;
}
.support-magazine__content p:nth-child(3) {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 5rem;
  line-height: 1.94;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 0 5rem;
  font-weight: bold;
  color: #16245B;
  background-image: url(../images/icon-star.png), url(../../img/common/icon-star-2.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}

.invest .header__content {
  border-bottom: unset;
}
.invest .header__content .top-logo img {
  max-width: 48rem;
}
.invest .header__content .nav li a.has-icon {
  font-size: 2.5rem;
  width: 44rem;
  margin-left: -1rem;
  background: url(../images/menu-blue-bg.png) no-repeat center center/100% 100%;
}
.invest .header__content .nav li a.has-icon:before {
  display: none;
}
.invest .footer__top {
  background-color: #EDF0F2;
}
.invest .footer__top .inner {
  max-width: 92%;
}
.invest .invest-nav {
  background-color: #014099;
  font-size: 2.1rem;
  color: #fff;
}
.invest .invest-nav img {
  margin: unset;
  width: 5rem;
}
.invest .invest-nav ul {
  min-height: 8rem;
  display: flex;
  gap: 4rem;
  justify-content: flex-start;
  align-items: center;
}
.invest .invest-tag {
  padding: 1px 0;
  background-color: #fff;
}
.invest .invest-tag ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 3rem;
}
.invest .invest-tag ul li {
  margin: 0 2rem;
  font-size: 2rem;
  color: #014099;
}
.invest .invest-top {
  background-color: #fff;
}
.invest .invest-top__slide img {
  margin: 0;
  width: 100%;
}
.invest .invest-top__slide .slick-slide {
  opacity: 0.5;
}
.invest .invest-top__slide .slick-slide:hover {
  opacity: 0.5;
}
.invest .invest-top__slide .slick-slide.slick-active {
  opacity: 1;
}
.invest .invest-top__slide .slick-slide.slick-active:hover {
  opacity: 1;
}
.invest .invest-top__content {
  position: relative;
}
.invest .invest-top__content .common-slide-arrow {
  width: 4.4rem;
  height: auto;
  top: calc(50% - 7rem);
  background-color: unset;
}
.invest .invest-top__content .common-slide-arrow.arrow-left {
  left: 28rem;
}
.invest .invest-top__content .common-slide-arrow.arrow-right {
  right: 28rem;
}
.invest__title {
  margin: 4rem auto 3rem 0;
}
.invest__content {
  padding-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.invest__content.taxonomy {
  margin-top: 8rem;
}
.invest__content__left {
  width: 66%;
  background-color: #fff;
  padding: 0 2rem 0;
}
.invest__content__left .invest__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.invest__content__left .invest__list .invest__post {
  width: 48%;
}
.invest__content__right {
  width: 30%;
}
.invest__content__right__block {
  margin-bottom: 5rem;
}
.invest__content__right__block.popular, .invest__content__right__block.ranking {
  background-color: #fff;
  padding: 1rem 1.5rem;
}
.invest__content__right__block .block-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 1rem 0;
}
.invest__content__right__block .ranking__nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 5.5rem;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 2rem;
}
.invest__content__right__block .ranking__nav li {
  font-size: 2rem;
  font-weight: bold;
  color: #C4C4C4;
  cursor: pointer;
}
.invest__content__right__block .ranking__nav li.active {
  color: #084397;
}
.invest__content__right__block .ranking__slide__item .invest__post {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}
.invest__content__right__block .ranking__slide__item .invest__post > img {
  width: 42%;
}
.invest__content__right__block .ranking__slide__item .invest__post > div {
  flex: 1;
}
.invest__content__right__block .ranking__slide__item .invest__post__title {
  font-size: 1.6rem;
  margin-top: -0.5rem;
}
.invest__content__right__block .ranking__slide__item .invest__post__user {
  justify-content: flex-start;
  margin-top: 0rem;
  font-size: 1.5rem;
  color: #777;
  font-weight: normal;
}
.invest__content__right__block .ranking__slide .slick-slide {
  height: 0px !important;
}
.invest__content__right__block .ranking__slide .slick-slide.slick-active {
  height: 100% !important;
}
.invest__content__right__block .category__level-1 {
  display: block;
  font-size: 2rem;
  line-height: 5.3rem;
  background-color: #0F2681;
  color: #fff;
  margin-top: 1rem;
  padding: 0 2rem;
}
.invest__content__right__block .category__level-2 {
  display: block;
  font-family: 1.7rem;
  line-height: 5.3rem;
  background-color: #F2F2F2;
  margin: 0.5rem 0;
  padding: 0 2rem;
}
.invest .invert-detail__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 4rem;
}
.invest .invert-detail__info {
  margin: 4rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.invest .invert-detail__info .invest__post {
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.invest .invert-detail__info .invest__post__genre-date .genre {
  font-size: 1.5rem;
  line-height: 3rem;
}
.invest .invert-detail__info .invest__post__genre-date .date {
  font-size: 1.5rem;
}
.invest .invert-detail__thumb {
  margin: 2rem 0;
}
.invest .invert-detail__thumb img {
  width: 100%;
}
.invest .invert-detail__data {
  margin: 2.5rem 0;
}
.invest .invert-detail__data h1, .invest .invert-detail__data h2, .invest .invert-detail__data h3, .invest .invert-detail__data h4, .invest .invert-detail__data h5, .invest .invert-detail__data h6 {
  font-weight: bold;
}
.invest .invert-detail__data h2 {
  font-size: 3rem;
  margin: 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.invest .invert-detail__data h3 {
  font-size: 2.7rem;
}
.invest .invert-detail__data h4 {
  font-size: 2.4rem;
}
.invest .invert-detail__user {
  background-color: #e9eef4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  padding: 3rem 1.5rem;
  margin: 5.5rem 0 7rem;
}
.invest .invert-detail__user__avatar {
  width: 19.7rem;
  height: 19.7rem;
}
.invest .invert-detail__user__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.invest .invert-detail__user__info {
  flex: 1;
}
.invest .invert-detail__user__info a {
  color: #0276bf;
  text-decoration: underline;
}
.invest .invert-detail__user__info > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  border-bottom: 1px dashed #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.invest .invert-detail__user__info > div:nth-child(1) p:nth-child(1) {
  background-color: #333333;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.invest .invert-detail__user__info > div:nth-child(1) p:nth-child(2) {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 0.5rem;
}
.invest .invert-detail__banner {
  margin-bottom: 3.5rem;
}
.invest .invert-detail__banner img {
  width: 100%;
}
.invest .invert-detail__relation .title {
  margin: 5rem 0 2rem;
}
.invest .invert-detail__ranking .ranking__slide__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.invest .invert-detail__ranking .ranking__slide__item .wpp-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.invest .invert-detail__ranking .ranking__slide__item .invest__post {
  width: 46%;
}
.invest .invert-detail .invest-tag ul {
  justify-content: flex-start;
}

.company-message__cct-1 {
  position: relative;
}
.company-message__cct-1 img {
  width: 42rem;
  position: absolute;
  right: 0;
  top: 0;
}
.company-message__cct-1 p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.8rem;
  line-height: 2.7;
  color: #16245B;
}
.company-message__cct-2 p {
  margin: 5rem 0;
  font-size: 2.2rem;
}

.company-about {
  padding-bottom: 12rem;
}
.company-about table {
  border-top: 1px solid #16245B;
  border-left: 1px solid #16245B;
}
.company-about th {
  border-right: 1px solid #16245B;
  border-bottom: 1px solid #fff;
}
.company-about td {
  border-right: 1px solid #16245B;
  border-bottom: 1px solid #16245B;
}
.company-about tr:last-of-type th {
  border-bottom: 1px solid #16245B;
}
.company-about table tr th {
  background-color: #16245B;
  color: #fff;
  text-align: center;
  min-width: 24.8rem;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 600;
}
.company-about table tr td {
  padding: 3rem 0rem 3rem 5rem;
  font-size: 2.1rem;
  line-height: 1.7;
}

.company-ctt {
  background-color: #EDF0F2;
  padding: 2rem 0 1px;
}
.company-ctt__img {
  position: relative;
  margin: 10rem 0 10rem;
}
.company-ctt__img > p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  width: 87%;
  left: 50%;
  bottom: -4.5rem;
  transform: translateX(-50%);
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 4.3rem;
  line-height: 1.5;
  color: #16245B;
  padding: 3rem 4.5rem 2rem 2rem;
}
.company-ctt__img > p img {
  width: 27rem;
}
.company-ctt__img > p span {
  display: block;
  flex: 1;
  text-align: center;
}
.company-ctt__title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 4rem;
  text-align: center;
  color: #16245B;
  margin-top: 15rem;
}
.company-ctt__txt {
  font-size: 2.1rem;
}
.company-ctt__txt p {
  margin: 5rem 0;
}

.recruit-intro {
  background-color: #EDF0F2;
  padding: 7rem 0 2rem;
}
.recruit-intro__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "RYUMINPRO", sans-serif;
  font-size: 7.6rem;
  color: #16245B;
}
.recruit-intro__ttl img {
  margin: 0 0;
}
.recruit-intro__ctt p {
  margin: 5rem 0;
  font-size: 2.2rem;
}

.recruit__ctt {
  padding: 1px 0 10rem;
}
.recruit__ctt__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin: 6rem 0;
}
.recruit__ctt__nav li {
  background-color: #0174D9;
  color: #fff;
  cursor: pointer;
  font-size: 2.1rem;
  font-weight: bold;
  min-width: 30rem;
  min-height: 6rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}
.recruit__ctt__nav li:hover {
  opacity: 0.9;
}
.recruit__ctt__nav li.active {
  background-color: #03325B;
}
.recruit__ctt__item {
  font-size: 2.15rem;
  border: 5px solid #03325B;
}
.recruit__ctt__item__ttl {
  background-color: #03325B;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit__ctt__item__ctt > img {
  margin: 7rem auto;
}
.recruit__ctt__item__ctt > p {
  margin: 5rem;
}
.recruit__ctt__item__ctt > table {
  width: 100%;
}
.recruit__ctt__item__ctt > table tr th {
  background-color: #EDF0F2;
  border-bottom: 1px solid #ccc;
  min-width: 25rem;
  text-align: center;
}
.recruit__ctt__item__ctt > table tr td {
  border-bottom: 1px solid #ccc;
  padding: 2rem 0 2rem 5rem;
}
.recruit__ctt__item .flex {
  margin: 5rem 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5rem;
}
.recruit__ctt__item .flex > img {
  width: 43rem;
  margin: 0;
}
.recruit__ctt__item .flex__txt {
  flex: 1;
}
.recruit__ctt__item .flex__txt__name {
  font-family: "RYUMINPRO", sans-serif;
  text-align: right;
  line-height: 1.7;
  margin-top: 2rem;
}

.contact-message__ctt h3 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.8rem;
  line-height: 1.9;
  color: #16245B;
}
.contact-message__ctt p {
  margin: 5rem 0;
  font-size: 2.2rem;
}
.contact-message__ctt table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 5rem auto;
}
.contact-message__ctt table th {
  width: 25%;
  padding: 1.5rem 1rem;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.contact-message__ctt table td {
  padding: 1.5rem 1rem;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.contact-form {
  padding-bottom: 7rem;
}
.contact-form .consult-form__row .label {
  font-size: 2.2rem;
}
.contact-form .consult-form__row .input {
  font-size: 2.2rem;
}
.contact-form .consult-form__row .label span {
  font-size: 2.2rem;
}
.contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-right: 2rem;
}

.disclaimer {
  margin: 10rem 0 13rem;
}
.disclaimer__logo {
  font-size: 3.5rem;
  text-align: center;
}
.disclaimer__logo span {
  display: block;
}
.disclaimer__ctt p {
  margin: 7rem 0;
  font-size: 2.2rem;
}
.disclaimer__ctt p b {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

.searchform__inner {
  position: relative;
  z-index: 0;
}
.searchform__input {
  width: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  padding: 0 7rem 0 2rem;
  height: 5.5rem;
}
.searchform__submit {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 7rem;
  height: 100%;
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
  background-color: #014099;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center;
}

@media (max-width: 1700px) {
  .consult-contact__content__btn__tel p:nth-child(2) {
    font-size: 6.3rem;
  }
  .consult-contact__content__btn__email p:nth-child(2) {
    font-size: 5.1rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(2.42vw, 10px);
  }
  body {
    padding-top: 60px;
  }
  .btn {
    padding: 2rem 4rem 2rem 6rem;
  }
  .btn-submit {
    height: 9rem;
    font-size: 2.4rem;
    margin: 2rem auto 0rem;
  }
  .title {
    font-size: 2.5rem;
  }
  .title .sub-title {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
  }
  .common-slide-arrow {
    width: 40px;
    height: 40px;
  }
  .title-2 {
    font-size: 2.5rem;
    min-height: unset;
    padding: 3rem 0;
  }
  .breadcrumb {
    margin: 4rem 4% 1.5rem;
  }
  .breadcrumb__content {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .pagination__nav {
    margin: 5rem 0 0;
  }
  .menu__btn {
    position: absolute;
    z-index: 10001;
    top: 10%;
    right: 5px;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    transition: opacity 0.4s;
    opacity: 0.85;
  }
  .menu__btn:hover {
    opacity: 1;
  }
  .menu__btn__inner {
    width: 100%;
    height: 100%;
    background-color: #03325B;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .menu__btn__inner span {
    position: absolute;
    width: 26px;
    height: 2px;
    left: 17px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .menu__btn__inner span:nth-child(1) {
    top: 20px;
  }
  .menu__btn__inner span:nth-child(2) {
    top: 29px;
  }
  .menu__btn__inner span:nth-child(3) {
    top: 38px;
  }
  .menu__inner {
    position: fixed;
    z-index: 10000;
    width: 300px;
    height: 100vh;
    top: 0;
    right: -300px;
    background-color: #037b8b;
    color: #fff;
    padding-top: 100px;
    transition: all 0.5s;
  }
  .menu__inner a {
    color: #fff !important;
    font-weight: normal;
  }
  .menu__inner ul {
    flex-direction: column;
  }
  .menu__inner ul li {
    width: calc(100% - 4rem);
    margin: 0rem auto 2rem;
    padding-bottom: 2rem !important;
    border-right: unset !important;
    border-bottom: 1px solid #fefefe;
    text-align: center;
  }
  .menu__inner ul li:last-of-type {
    border-bottom: unset;
  }
  .header__content.open .menu__btn span:nth-child(1) {
    top: 29px;
    transform: rotate(135deg);
  }
  .header__content.open .menu__btn span:nth-child(2) {
    display: none;
  }
  .header__content.open .menu__btn span:nth-child(3) {
    top: 29px;
    transform: rotate(-135deg);
  }
  .header__content.open .menu__inner {
    top: 0px;
    height: 100vh;
    right: 0px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 60px;
    width: 100%;
  }
  .header.shadow {
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.3);
  }
  .header__content {
    height: 60px;
  }
  .header__content .top-logo {
    width: 80%;
    margin-left: 0;
    font-size: 5vw;
  }
  .header__content .top-logo a img {
    margin: unset;
    max-height: 55px;
  }
  .header__content .nav {
    font-size: 2rem;
    position: fixed;
    height: calc(100vh - 60px);
    width: 100vw;
    max-width: 100%;
    top: 60px;
    right: -100%;
    background-color: #03325B;
    color: #fff;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 999;
    padding: 60px 20px 0;
    line-height: 4.5;
    gap: 0;
    transition: right 0.4s;
    border-top: 1px solid #fff;
  }
  .header__content .nav li {
    width: 100%;
    height: 80px;
  }
  .header__content .nav li a {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .header__content .nav li a.has-icon {
    margin: 40px 0 0;
    width: 100%;
    padding-left: 0;
    color: #fff;
    font-size: 2.8rem;
    background-color: #ED1E79;
  }
  .header__content .nav li a.has-icon:before {
    width: 7vw;
  }
  .header__content.open .nav {
    right: 0;
  }
  .footer__top {
    font-size: 1.9rem;
  }
  .footer__top a {
    margin: 0;
    display: block;
  }
  .footer__logo {
    font-size: 2.5rem;
  }
  .top-mv__content__sub {
    position: relative;
  }
  .top-mv__content__sub__inner {
    height: auto;
    padding: 0;
    flex-direction: column;
  }
  .top-mv__content__sub__inner > div {
    width: 100%;
  }
  .top-mv__content__sub .media {
    height: unset;
  }
  .top-mv__content__sub .sub-link {
    height: 13.6vw;
    min-height: unset;
    font-size: 2.3rem;
  }
  .top-mv__content__sub .sub-link:after {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }
  .top-mv__content__main__intro {
    font-size: 7.2vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-mv__content__main__intro img {
    max-width: 14.06vw;
  }
  .top-mv__content__sub__inner > div:hover {
    transform: unset;
  }
  .news-list {
    padding: 4.5rem 0 4.5rem;
  }
  .news-list .title {
    text-align: left;
  }
  .news-list ul li {
    flex-direction: column;
  }
  .recommend__content {
    padding: 0 25px;
  }
  .recommend .title {
    padding: 0;
  }
  .top-cs {
    flex-direction: column;
  }
  .top-cs__item {
    flex-direction: column;
    width: 100% !important;
  }
  .top-cs__item > div {
    width: 100%;
    max-width: 90%;
  }
  .top-cs__txt {
    font-size: 1.9rem;
  }
  .top-cs__txt__title {
    padding-right: 35px;
  }
  .top-company .title {
    font-size: 4.1rem;
    height: unset;
    padding: 5vw;
  }
  .top-company .top-cs__item {
    min-height: 500px;
    gap: 30px;
  }
  .top-company .top-cs__txt__title {
    font-size: 4rem;
    background: url(../images/triangle-bg.png) no-repeat bottom right/auto 15px;
  }
  .top-service .title {
    font-size: 3.4rem;
    height: unset;
    padding: 5vw;
  }
  .top-service .top-cs__item {
    min-height: 500px;
  }
  .top-service .top-cs__txt__title {
    font-size: 4rem;
    background: url(../images/triangle-bg.png) no-repeat bottom right/auto 15px;
  }
  .top-cs__more__btn {
    font-size: 2.8rem;
    height: 60px;
    padding-bottom: 3px;
  }
  .top-cs__more__btn:after {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background: url(../images/angle-right.png) no-repeat center center/auto 100%;
  }
  .consult-mv__content {
    min-height: 100vw;
    padding-right: 0;
    padding-top: 3.5rem;
    z-index: 0;
  }
  .consult-mv__content__img {
    width: 41vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .consult-mv__content__txt {
    width: 80vw;
    margin-right: 0;
    margin-left: auto;
  }
  .consult-mv__content__txt__01 {
    padding-left: 15vw;
  }
  .consult-mv__content__txt__01 p:nth-child(1) {
    font-size: 3.35vw;
  }
  .consult-mv__content__txt__01 p:nth-child(2) {
    font-size: 8.12vw;
  }
  .consult-mv__content__txt__01 p:nth-child(2) span {
    font-size: 6.19vw;
  }
  .consult-mv__content__txt__01 p:nth-child(3) {
    font-size: 14.5vw;
  }
  .consult-mv__content__txt__02 {
    padding-left: 10vw;
    gap: 2.1vw;
    margin: 2rem 0 1rem;
  }
  .consult-mv__content__txt__02 p {
    width: 20.25vw;
    height: 20.25vw;
    gap: 0.5vw;
  }
  .consult-mv__content__txt__02 p span:nth-child(1) {
    font-size: 2.95vw;
  }
  .consult-mv__content__txt__02 p:nth-child(2) span:nth-child(1) {
    font-size: 2vw;
  }
  .consult-mv__content__txt__02 p span:nth-child(2) {
    font-size: 7vw;
  }
  .consult-mv__content__txt__02 p span:nth-child(3) {
    font-size: 4.1vw;
  }
  .consult-mv__content__txt__03 {
    font-size: 1.7vw;
    background: #fff;
    padding: 0 0 0 0.7rem;
    margin-right: 2vw;
    margin-bottom: 2.5rem;
    margin-top: 3rem;
  }
  .consult-mv__content__txt__name {
    font-family: "RYUMINPRO", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.5rem;
    text-align: right;
    font-size: 2.3vw;
  }
  .consult-mv__content__txt__name span {
    padding-right: 1rem;
  }
  .consult-slide__content {
    max-width: 79%;
  }
  .consult-slide .common-slide-arrow {
    top: 50%;
  }
  .consult-contact__content__ttl {
    font-size: 1.7rem;
  }
  .consult-contact__content__btn {
    margin: 3.5rem 0 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .consult-contact__content__btn a {
    padding: 2.5rem 2.5rem;
  }
  .consult-contact__content__btn a p:nth-child(1) {
    font-size: 1.7rem;
  }
  .consult-contact__content__btn__tel p:nth-child(2) {
    font-size: 3rem;
  }
  .consult-contact__content__btn__tel p:nth-child(2) img {
    max-width: 2.5rem;
  }
  .consult-contact__content__btn__email p:nth-child(2) {
    font-size: 2.9rem;
  }
  .consult-contact__content__btn__email p:nth-child(2) img {
    max-width: 4rem;
  }
  .consult-merit__header {
    min-height: unset;
    padding: 2rem 0;
  }
  .consult-merit__header p {
    font-size: 2.6rem;
  }
  .consult-merit__header p img {
    max-width: 10rem;
  }
  .consult-merit__header p span:nth-child(3) {
    display: block;
    font-size: 2.6rem;
  }
  .consult-merit__body {
    padding: 1rem 0;
    font-size: 2.1rem;
  }
  .consult-merit__body__01 p {
    margin: 1.5rem 0;
  }
  .consult-merit__body__02__txt {
    font-size: 2.1rem;
  }
  .consult-merit__body__02__txt__item {
    margin: 2.5rem 0;
  }
  .consult-merit__body__02__txt__item__ttl {
    font-size: 2.3rem;
    padding-left: 5.5rem;
  }
  .consult-merit__body__02__txt__item__ttl:before {
    width: 4.5rem;
    height: 4.5rem;
  }
  .consult-merit__body__02__txt__item__ttl span {
    font-size: 1.5rem;
  }
  .consult-merit__body__02__txt__item__ctt {
    padding-left: 2.5rem;
  }
  .consult-merit__body__03 {
    margin-top: 5rem;
    margin-bottom: 3.5rem;
  }
  .consult-invest__header {
    padding: 2rem 0;
  }
  .consult-invest__header__img {
    width: 32vw;
  }
  .consult-invest__header .inner {
    gap: 1rem;
    align-items: center;
  }
  .consult-invest__header__txt p:nth-child(1) {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .consult-invest__header__txt p:nth-child(1) span {
    display: block;
    font-size: 1.8rem;
  }
  .consult-invest__header p.sp {
    font-size: 2.1rem;
    max-width: 92%;
    margin: 2rem auto 0;
  }
  .consult-invest__item {
    margin: 4rem 0;
  }
  .consult-invest__item__cnt {
    width: 13vw;
    height: 13vw;
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
  .consult-invest__item__cnt p {
    font-size: 1.9vw;
  }
  .consult-invest__item__cnt p span {
    font-size: 3.4vw;
  }
  .consult-invest__item__ctt p:nth-child(1) {
    font-size: 2.5rem;
    line-height: 1.2;
    padding-left: 15vw;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .consult-invest__item__ctt p:nth-child(2) {
    font-size: 1.9rem;
  }
  .consult-form .title {
    font-size: 3.5rem;
    text-align: center;
    padding: 6rem 0;
  }
  .consult-form__row {
    padding: 2rem 0;
    border-top: 1px solid #ECEDF2;
    flex-direction: column;
  }
  .consult-form__row .label {
    width: 100%;
    font-size: 2.1rem;
  }
  .consult-form__row .label span {
    font-size: 1.5rem;
  }
  .consult-form__row .input {
    width: 100%;
    font-size: 1.9rem;
  }
  .consult-form__row .input textarea, .consult-form__row .input input[type=text], .consult-form__row .input input[type=email] {
    height: 6rem;
    border-radius: 1.5rem;
    padding: 0 2rem;
  }
  .consult-form__row .input textarea {
    height: 20rem;
    padding: 2rem;
  }
  .consult-form__row .input input[type=radio], .consult-form__row .input input[type=checkbox] {
    width: 2rem;
    height: 2rem;
  }
  .support-mv__content__txt {
    top: unset;
    width: 90vw;
    right: 5vw;
    bottom: 2vw;
    transform: unset;
  }
  .support-mv__content__txt p {
    padding: 0 1.5rem;
  }
  .support-mv__content__txt p:nth-child(1) {
    font-size: 3.5rem;
  }
  .support-mv__content__txt p:nth-child(1) span {
    font-size: 2.4rem;
  }
  .support-mv__content__txt p:nth-child(1) em:before {
    bottom: 110%;
  }
  .support-mv__content__txt p:nth-child(2) {
    font-size: 3rem;
  }
  .support-mv__logo {
    position: absolute;
    top: 22%;
    right: 5vw;
  }
  .support-ebook__content__01 {
    font-size: 2.2rem;
  }
  .support-ebook__content__02 {
    flex-direction: column;
  }
  .support-ebook__content__02__form {
    padding: 3rem 2rem;
  }
  .support-ebook__content__02__img {
    width: 70vw;
    margin: 0 auto 2.6rem;
  }
  .support-ebook__content__02__form > p:nth-child(1) {
    font-size: 3.17rem;
  }
  .support-ebook__content__02__form > p:nth-child(2) {
    font-size: 2.8rem;
  }
  .support-ebook__content__02__form > p:nth-child(3) {
    font-size: 3.5rem;
  }
  .support-ebook .support-ebook__form__input input[type=text], .support-ebook .support-ebook__form__input input[type=email] {
    font-size: 2.4rem;
    height: 5.5rem;
  }
  .support-ebook .support-ebook__form__input label {
    font-size: 1.12rem;
  }
  .support-ebook .support-ebook__form__input .btn-submit {
    height: 5.9rem;
  }
  .support-ebook__input-row {
    margin: 0.5rem 0;
  }
  .support-ebook__input-row input[type=checkbox] {
    margin-top: 0 !important;
  }
  .support-contact__content {
    padding: 2rem 0;
  }
  .support-contact__content__btn a p:nth-child(1) {
    font-size: 1.9rem;
  }
  .support-contact__content__btn a p:nth-child(1) span {
    display: block;
    font-size: 1.5rem;
  }
  .support-contact__content__btn__tel p:nth-child(2) img {
    width: 2.8rem;
    margin-top: 0;
  }
  .support-contact__content__btn__tel p:nth-child(2) {
    font-size: 3rem;
  }
  .support-invest {
    padding: 3.41rem 0;
  }
  .support-invest .title {
    font-size: 2.3rem;
  }
  .support-invest__content__01 p {
    font-size: 1.79rem;
    margin: 2rem 0;
  }
  .support-invest__content__02 {
    margin-top: 7rem;
  }
  .support-invest__content__02 .title {
    flex-wrap: wrap;
  }
  .support-invest__content__02 .title img {
    margin: 0 20vw;
  }
  .support-invest__content__02 .title span:nth-child(2) {
    font-size: 8.6rem;
    margin: 0 -1rem 0 0;
  }
  .support-invest__content__02 .title span:nth-child(3) {
    font-size: 2.89rem;
  }
  .support-invest__content__02 .title span:nth-child(3) em {
    font-size: 2.68rem;
  }
  .support-invest__content__02 .sub-title {
    font-size: 1.9rem;
    margin: 2rem 0;
  }
  .support-invest__content__02__ctt {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .support-invest__content__02__ctt__img {
    width: 70vw;
  }
  .support-invest__content__02__ctt__txt p {
    font-size: 2.2rem;
  }
  .support-invest__content__02__ctt__txt ul {
    font-size: 1.67rem;
  }
  .support-invest__content__02__ctt__txt ul li {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .support-service__content {
    padding: 3rem 0 5rem;
  }
  .support-service__item p:nth-child(1) {
    width: 13rem;
    height: 13rem;
  }
  .support-service__item p:nth-child(1) span:nth-child(2) {
    font-size: 5.1rem;
  }
  .support-service__item p:nth-child(2) {
    font-size: 2.6rem;
    margin: 0.5rem 0 1rem;
  }
  .support-service__item p:nth-child(3) {
    font-size: 1.9rem;
  }
  .support-service__slide {
    position: relative;
    padding: 0 8%;
  }
  .support-service__item {
    background-color: unset;
    padding: 0;
  }
  .support-service__item__inner {
    position: relative;
    padding: 10rem 2.5rem 2.5rem 2.5rem;
    margin-top: 5rem;
    background-color: #fff;
    border-radius: 2rem;
  }
  .support-case__content {
    padding: 3rem 0 0;
  }
  .support-case__item {
    width: 94%;
    margin: 3.5rem auto;
    padding: 8.5rem 2.5rem 2.5rem 2.5rem;
  }
  .support-case__item p:nth-child(1) {
    width: 9.6rem;
    height: 9.6rem;
  }
  .support-case__item p:nth-child(1) span:nth-child(1) {
    font-size: 1.8rem;
  }
  .support-case__item p:nth-child(1) span:nth-child(2) {
    font-size: 3.6rem;
  }
  .support-case__item p:nth-child(2) {
    font-size: 2.62rem;
  }
  .support-case__item p:nth-child(3) {
    font-size: 3.4rem;
  }
  .support-case__arrow {
    margin: 0rem auto 3.5rem;
    width: 18rem;
  }
  .support-part {
    background: url(../images/support-sp.png) no-repeat top right/cover;
    padding: 4.8rem 2.7rem;
  }
  .support-part__content {
    max-width: 100%;
  }
  .support-part__content p:nth-child(2) {
    font-size: 2.7rem;
  }
  .support-part__content p:nth-child(3) {
    font-size: 2.8rem;
    padding-left: 6.5rem;
    margin: 4.5rem auto 1.5rem;
  }
  .support-part__content p:nth-child(3) span:nth-child(1) {
    font-size: 1.8rem;
    bottom: 0.5rem;
    width: 6rem;
    height: 6rem;
  }
  .support-part__content p:nth-child(4) {
    font-size: 1.6rem;
  }
  .support-part__content {
    padding: 2.5rem 0 2.4rem;
  }
  .support-magazine {
    padding: 5rem 0 3.5rem;
  }
  .support-magazine__content .title {
    font-size: 2.9rem;
    gap: 1.5rem;
  }
  .support-magazine__content .title img {
    width: 10rem;
  }
  .support-magazine__content p:nth-child(2) {
    font-size: 1.8rem;
  }
  .support-magazine__content p:nth-child(3) {
    font-size: 1.9rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
    padding: 0;
    background-image: url(../images/icon-star.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 5rem;
  }
  .invest .header__content .top-logo img {
    max-width: 95%;
    margin-left: 1rem;
  }
  .invest .header__content .nav li a.has-icon {
    width: 100%;
    margin-left: 0;
  }
  .invest .invest-nav {
    font-size: 1.7rem;
  }
  .invest .invest-nav ul {
    min-height: 6rem;
    gap: 1.5rem;
    line-height: 1.3;
    text-align: center;
    font-size: 1.4rem;
  }
  .invest .invest-nav img {
    max-width: 9vw;
  }
  .invest .invest-tag ul {
    gap: 0rem;
    margin: 2rem 0;
  }
  .invest .invest-tag ul li {
    font-size: 1.5rem;
  }
  .invest .invest__content {
    padding-bottom: 5rem;
    flex-direction: column;
  }
  .invest .invest__content.taxonomy {
    margin-top: 4rem;
  }
  .invest .invest__content__left {
    width: 100%;
  }
  .invest .invest__content__right {
    width: 100%;
    margin-top: 3rem;
  }
  .invest .invest__content__left .invest__list .invest__post {
    width: 100%;
    margin-bottom: 3rem;
  }
  .invest .invert-detail__title {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .invest .invert-detail__info {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .invest .invert-detail__info > div {
    width: 100%;
  }
  .invest .invert-detail .invest__content__left .invest__list .invest__post {
    width: 48%;
  }
  .invest .invert-detail .invest__post__title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .invest .invest__post__genre-date {
    flex: 1;
  }
  .invest .invert-detail .invest__post__user {
    font-size: 1.2rem;
    gap: 0.5rem;
    width: 45%;
  }
  .invest .invert-detail__ranking .ranking__slide__item .invest__post {
    width: 100%;
  }
  .invest .invert-detail__ranking .invest__content__right__block {
    margin-bottom: 2rem;
  }
  .invest .invert-detail__user {
    align-items: center;
    flex-direction: column;
  }
  .invest .invert-detail__user__info > div:nth-child(1) {
    gap: 1rem;
  }
  .invest .invert-detail__user__info > div:nth-child(1) p:nth-child(1) {
    font-size: 1.3rem;
  }
  .invest .invert-detail__user__info > div:nth-child(1) p:nth-child(2) {
    font-size: 2rem;
  }
  .invest .invert-detail__info .invest__post {
    gap: 1rem;
  }
  .invert-detail__relation .invest__post__user, .invert-detail__ranking .invest__post__user {
    width: 100% !important;
  }
  .page-mv img {
    height: 44vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-mv p {
    font-size: 5rem;
    width: 100%;
    text-align: center;
  }
  .page-title {
    font-size: 4rem;
    margin: 5rem 0 2rem;
  }
  .company-message__cct-1 img {
    width: 36vw;
    max-width: 100%;
    position: relative;
  }
  .company-message__cct-1 p {
    font-size: 2.5rem;
  }
  .company-message__cct-2 p {
    margin: 3rem 0;
    font-size: 2rem;
  }
  .company-about {
    padding-bottom: 5rem;
  }
  .company-about table tr th {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    padding: 1rem;
  }
  .company-about table tr td {
    padding: 1rem 1rem 3rem;
    font-size: 2rem;
    display: block;
    width: 100%;
  }
  .company-ctt__img {
    margin: 5rem 0;
  }
  .company-ctt__img > p img {
    width: 17vw;
  }
  .company-ctt__img > p {
    bottom: -2rem;
    font-size: 1.4rem;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .company-ctt__title {
    font-size: 2.5rem;
    text-align: left;
    margin-top: 7rem;
  }
  .company-ctt__txt {
    font-size: 2rem;
  }
  .company-ctt__txt p {
    margin: 3rem 0;
  }
  .recruit-intro {
    padding: 3rem 0 0.5rem;
  }
  .recruit-intro__ttl img {
    width: 15vw;
  }
  .recruit-intro__ttl {
    font-size: 3rem;
  }
  .recruit-intro__ctt p {
    margin: 3rem 0;
    font-size: 1.9rem;
  }
  .recruit__ctt {
    padding: 1px 0 5rem;
  }
  .recruit__ctt__nav {
    justify-content: space-between;
    gap: 2rem;
    margin: 5rem 0;
    flex-wrap: wrap;
  }
  .recruit__ctt__nav li {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 47%;
    min-width: unset;
    text-align: center;
    justify-content: center;
  }
  .recruit__ctt__item {
    font-size: 1.8rem;
    border: 2px solid #03325B;
  }
  .recruit__ctt__item__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .recruit__ctt__item__ctt > img {
    margin: 2rem auto;
    width: 92%;
  }
  .recruit__ctt__item__ctt > p {
    margin: 3rem 4%;
  }
  .recruit__ctt__item__ctt > table tr th {
    display: block;
    width: 100%;
    border: none;
    line-height: 7.5rem;
  }
  .recruit__ctt__item__ctt > table tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 2rem 4%;
  }
  .recruit__ctt__item .flex {
    margin: 3rem 4%;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .contact-message__ctt p {
    margin: 3rem 0;
    font-size: 2rem;
  }
  .contact-form .consult-form__row .label {
    font-size: 2rem;
  }
  .contact-form .consult-form__row .input {
    font-size: 2rem;
  }
  .contact-form .consult-form__row .label span {
    font-size: 1.5rem;
  }
  .contact-form .consult-form__row .input input[type=radio], .contact-form .consult-form__row .input input[type=checkbox] {
    margin-top: 0 !important;
  }
  .contact-form .wpcf7-form-control {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  .contact-form .wpcf7-list-item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact-message__ctt h3 {
    font-size: 2.5rem;
  }
  .invest .invert-detail__data h2 {
    font-size: 2.5rem;
  }
  .invest__content__right__block:last-of-type {
    margin-bottom: 0;
  }
  .invest__content__right__block.amazon-gift,
  .invest__content__right__block.category {
    padding-left: 4%;
    padding-right: 4%;
  }
  .invest__content__right__block.popular,
  .invest__content__right__block.ranking {
    padding: 1rem 4%;
  }
  .disclaimer {
    margin: 7rem 0 7rem;
  }
  .disclaimer__logo {
    font-size: 2.7rem;
  }
  .disclaimer__logo img {
    width: 50vw;
  }
  .disclaimer__ctt p {
    margin: 3rem 0;
    font-size: 2rem;
  }
  .top-mv__content__main {
    display: none;
  }
  .top-mv__content__sub .slide-arrow {
    display: none;
  }
}
.slick-dots {
  text-align: center;
  margin: 20px 0 30px;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #000000;
  background-color: #fff;
  margin: 0 5px;
}
.slick-dots li.slick-active {
  background-color: #03325c;
}
.slick-dots button {
  opacity: 0;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.recruit__ctt__list .slick-track {
  display: block !important;
}
.recruit__ctt__list .slick-slide {
  height: auto;
}

.invest-top .slick-dots li {
  border: unset;
  background-color: #B3B3B3;
}
.invest-top .slick-dots li.slick-active {
  background-color: #000066;
}

body [data-aos-delay="3500"][data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3500"].aos-animate {
  transition-delay: 3.5s;
}

div#ez-toc-container {
  border: 2px solid #e0e0e0;
  background-color: #fff;
}

#ez-toc-container a {
  color: #444444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  margin: 0.5rem 0;
  display: block;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, ".") " ";
  background-color: #1fb5ce;
  color: #fff;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
  margin-right: 1rem;
}

div#ez-toc-container p.ez-toc-title {
  font-size: 2.7rem !important;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
  background: url(../images/toc_1.png) no-repeat center left/3rem;
  padding-left: 4rem;
}

#ez-toc-container label {
  position: absolute;
  top: 0;
  left: 70px;
  border: unset;
  display: none;
}

@media (max-width: 678px) {
  #ez-toc-container.counter-decimal ul.ez-toc-list li a::before {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  div#ez-toc-container p.ez-toc-title {
    background: url(../images/toc_1.png) no-repeat center left/2.5rem;
  }
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.wpcf7-list-item label .wpcf7-list-item-label {
  line-height: 1.5;
  flex: 1;
}
.wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
  color: inherit;
}

@media (max-width: 678px) {
  .wpcf7-list-item {
    margin: 0 0 1rem 1em;
  }
  .wpcf7-list-item label {
    align-items: flex-start;
  }
  .wpcf7-list-item label input[type=radio], .wpcf7-list-item label input[type=checkbox] {
    margin-top: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */