@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@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%;
}

/*ヘッダー*/
.header {
    background-color: #fff;
    position: unset;
    width: 100%;
}
.header .inner {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.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 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header__content .top-logo img {
    max-width: 10rem;
}
@media (max-width: 768px) {
  .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;
    }
}
/*FVメインコンテンツ*/
#container {
    width: 100%;
}
.edit-area.keyvisual {
  background: url(../../asset/img/new/man-main-1.png) center;
  background-color: #e7eef6;
  background-repeat: no-repeat;
  background-size: contain;
  height: 662px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0 !important;
  position: relative;
}
@media screen and (max-width: 430px) {
  .edit-area.keyvisual {
    background: url(../../asset/img/new/man-main-1-sp.png) center top;
    background-color: #e7eef6;
    background-repeat: no-repeat;
    background-size: contain;
    height: 85vh;
    align-items: flex-end;
  }
}

/*form*/
.man-main.pc {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.addv1 {
  display: flex;
  justify-content: center;
  padding-top: 2.4rem;
  padding-bottom: 5px;
  font-weight: 700;
}
.addv1 p {
  margin: 0;
}
.addv1 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1300px;
  width: 90%;
}
.addv1 .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  font-weight: 500;
}
.addv1 .inner .left .above {
  width: 100%;
  margin-top: 1.5rem;
}
.addv1 .inner .left .above input {
  text-align: start;
  padding: 3.2rem 2.4rem;
  border: 3px solid #16245b;
  border-radius: 1.6rem;
  font-size: 2.2rem;
  width: 100%;
}
.addv1 .inner .left .below {
  margin-top: 0.8rem;
}
.addv1 .inner .left .below .group {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.addv1 .inner .left .below .group:last-child {
  margin-bottom: 1.4rem;
}
.addv1 .inner .left .below .group input[type=checkbox] {
  margin-right: 5px;
}
.addv1 .inner .left .below .group label {
  font-size: 1.4rem;
  line-height: 1.5;
}
.addv1 .inner .left .below .group label a {
  color: #0477fd;
}
.addv1 .inner .left .below p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.addv1 .inner .mid {
  margin: 5rem 1.8rem;
  width: 0;
  height: 0;
  border-top: 2.2rem solid transparent;
  border-bottom: 2.2rem solid transparent;
  border-left: 3rem solid #000;
}
.addv1 .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 44%;
}
.addv1 .inner .right .above {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #16245b;
  border-radius: 1.6rem;
  padding: 1rem 1rem;
  gap: 3rem;
  margin-top: 10px;
}
.addv1 .inner .right .above img {
  margin: 0;
}
.addv1 .inner .right .above .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 700;
}
.addv1 .inner .right .above .group p {
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.addv1 .inner .right .above .group p span {
  color: #ffff00;
  font-size: 4.4rem;
}
.addv1 .inner .right .above .group span {
  font-size: 3.3rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.addv1 .inner .right .below {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.addv1 .inner .right .below p {
  line-height: 1.5;
}
.addv1 .inner .right .below p:first-child {
  font-weight: 500;
}
.spmode{display: none;}
.pcmode{display: inline-block;}
@media screen and (max-width: 430px) {
  .addv1 .inner {
    flex-direction: column;
}
.addv1 .inner .left, .addv1 .inner .right {
    width: 100%;
}
.addv1 .inner .left .above {
        margin-top: 0;
    }
    .addv1 .inner .left .above input {
    padding: 1.8rem 2rem;
    font-size: max(13px, 1.5rem);
}
.addv1 .inner .left .below .group label {
    font-size: 10px;
    line-height: 1.2;
}
.addv1 .inner .left .below p {
    font-size: 11px;
}
.addv1 .inner .mid {
    display: none;
}
.addv1 .inner .right {
    align-items: flex-start;
}
.addv1 .inner .right .above img {
    width: 7.6rem;
    margin: 0;
}
.addv1 .inner .right .above .group {
        margin-right: auto;
        margin-left: auto;
}
.addv1 .inner .right .above .group p, .addv1 .inner .right .above .group p span {
    font-size: 3.3rem;
}
.addv1 .inner .right .above .group span {
        font-size: 2.6rem;
}
.addv1 .inner .right .below {
        align-items: flex-start;
}
.addv1 .inner .right .below p:first-child {
    font-size: 1.7rem;
}
.addv1 .inner .right .below p {
    font-size: 17px;
}
.addv1 .inner .right .below p:last-child {
        font-size: 1.6rem;
    }
    .spmode{display: inline-block;}
    .pcmode{display: none;}
}

/*フッター*/
.footer {
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
}
.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 p {
    line-height: 1.4;
    margin-bottom: 0;
}
.footer__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.footer__logo img {
    max-width: 8.5rem;
    margin: unset;
}
.footer__logo a span {
    color: #fff;
}
.footer__address {
    margin: 2rem auto;
}


@media screen and (max-width: 750px) {
  .pcmode{}
  .ipadmode{display: none !important;}
  .spmode{display: none !important;}
}

@media screen and (max-width: 767px){
    .spmode{display: inline-block !important;}
    .pcmode{display: none !important;}
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: none;
    }
}
