@charset "UTF-8";
/* Index
++++++++++++++++++++++++++++++++++++++++
- jumbotron
- header
- footer
- main header
- banner area
- sec01
- sec02
- sec03

++++++++++++++++++++++++++++++++++++++++ */

/* jumbotron
++++++++++++++++++++++++++++++++++++++++ */
.jumbotron {
  background-size: cover;
  background-position: top center;
  background-image: url(/corp/lp/fund/images/bg-jumbotron-sp.webp);
}
.ttl-jumbotron {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .jumbotron {
    position: relative;
    height: 23.75em;
  }
  .ttl-jumbotron {
    right: 16%;
    bottom: 6px;
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    background-image: url(/corp/lp/fund/images/bg-jumbotron-pc.webp);
    background-repeat: no-repeat;    
    background-size: 100%;
    height: 100%;
    background-size: contain;
    background-position: center right;
  }
  .ttl-jumbotron {
    right: 18%;
    bottom: 6%;
    width: 60%;
  }
}

/* header
++++++++++++++++++++++++++++++++++++++++ */
.header .logo {
  float: left;
  width: 50%;
  padding-top: 0.458em;
}

.header-koza {
  display: table;
  margin-left: auto;
  margin: 0.37em 0 0.37em auto; 
}

.header .catch {
  display: table-cell;
  padding-right: 0.2em;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: middle;
}

.header .btn-ad-koza {
  display: table-cell;
  width: 7.5em;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .header-inner {
    padding-top: 1.25em;
  }
  .header .logo {
    float: none;
    width: 40%;
    margin-left: auto;
    padding-top: 1.25em;
  }
  .header .catch {
    display: none;
  }
  .header-koza {
    display: inline;
  }
  .header .btn-ad-koza {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    width: 3.3em;
    margin-top: -10em;
    vertical-align: top;
  }
}

/* footer
++++++++++++++++++++++++++++++++++++++++ */
.footer .btn-top {
  position: fixed;
  bottom: 6%;
  right: 1em;
  width: 2.25em;
  height: 2.25em;
  max-width: 80px;
}

.footer dt {
  font-weight: 600;
}

.footer {
  margin-top: 2em;
}
.footer dl {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-top: 1px dotted #cad1d9;
}
.footer dd {
  font-size: 0.833em;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 2.6em;
    padding-bottom: 8.9em;
  }
  .footer dl {
    padding-bottom: 0;
    border-top: none;
  }
  .footer dt {
    font-size: 0.833em;
  }
  .footer dd {
    font-size: 0.583em;
  }
}

/* block01  ++++++++ */
.footer .block01 dl {
  padding-top: 0;
  border-top: none;
}

/* block02  ++++++++ */
@media screen and (min-width: 768px) {
  .footer .block02.l-content {
    width: 36.66%;
    max-width: none;
    min-width: 0;
    margin: 0;
  }
}

/* block03 ++++++++ */
@media screen and (max-width: 767px) {
  .footer .block03 .logo {
    width: 53.33%;
  }
  .footer .copyright {
    padding: 0.4em;
    background-color: #dd413e;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer .block03 {
    width: 50%;
  }
  .footer .block03 .l-content {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .footer .block03 .logo {
    width: 52.22%;
    margin: 0 0 0 -5px;
  }
  .footer .copyright {
    font-size: 0.583em;
  }
}

/* ++++++++ */
.footer-security-seals {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 40px 0 88px;
}
.footer-security-seals > li {
  width: 100px;
  margin: 0;
  padding: 0;
}
.footer-security-seals > li img {
  vertical-align: top;
}

/* main header
++++++++++++++++++++++++++++++++++++++++ */
.main-header {
  width: 100%;
  margin: auto;
}
.main-catch {
  color: #0b3b6b;
  /* font-family: 'Reimin Medium', serif; */
  /* font-weight: 400; */
  text-align: center;
}

.main-appeal {
  border-top: solid #d1d1d1;
  border-bottom: solid #20466b;
  background-color: #f4f4f4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-header {
    background-color: #f4f4f4;
  }
  .main-catch {
    padding: 0.1em;
  }
  .main-catch .fz {
    font-size: 1.166em;
  }
  .main-appeal {
    border-top-width: 2px;
    border-bottom-width: 0.25em;
  }
  .main-appeal img {
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .main-header {
    max-width: 900px;
    background-color: transparent;
  }
  .main-catch {
    margin: 14rem auto 6rem;
    font-size: 5.42em;
    line-height: 0.58em;
  }
  .main-catch-fz-m {
    font-size: 0.69em;
  }
  .main-catch-fz-s {
    font-size: 0.57em;
  }
  .main-appeal {
    border-top-width: 0;
    border-bottom-width: 0.375em;
  }
}

.attention_box_red {
  max-width: 900px;
  margin: 10px auto;
  color: #ff0000;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #ff0000;
  background-color: #fef6f6;
  padding: 10px;
  text-align: left;
}

.attention_box_red a {
  color: inherit;
}

.attention_box_blue {
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #005bac;
  background: #f5faff;
  color: #005bac;
}
.attention_box_blue .txt-lg {
  font-size: 14px;
  font-weight: bold;
}

/* banner area
++++++++++++++++++++++++++++++++++++++++ */
.bnr-area {}

.bnr-area .item01 {
  margin-top: 0.625em;
}
.bnr-area .item02 {
  margin-top: 0.333em;
  font-size: 0.83em;
}
.bnr-area .item03 {
  margin-top: 0.333em;
}

@media screen and (min-width: 768px) {
  .bnr-area .item01 {
    margin-top: 2.91em;
  }
  .bnr-area .item02 {
    margin-top: 0.75em;
  }
  .bnr-area .item03 {
    margin-top: 1em;
  }
}

/* sec01
++++++++++++++++++++++++++++++++++++++++ */
.sec01 {
  margin-top: 2.291em;
}

.sec01 h3 {
  margin-bottom: 1.5em;
}

.sec01 h4 {
  margin-top: 2em;
  margin-bottom: 1.125em;
}

/* block01 ++++++++ */
.sec01 .block01 {
  margin-top: 1.5em;
}

.sec01 .block01 figure {
  position: relative;
  margin-bottom: 3.333em;
}
.sec01 .block01 figcaption {
  padding: 1em 0;
}

.sec01 .block01 figure:after {
  position: absolute;
  left: 50%;
  bottom: -5em;
  display: block;
  margin-left: -6.25em;
  border: solid transparent;
  border-width: 2.5em 6.25em;
  border-top-color: #e2e6ea;
  content: "";
}

.sec01 .block01 .alert-box {
  padding: 0.75em;
  background-color: #fcedeb;
  text-align: center;

  font-weight: 600;
}

.sec01 .block01 .alert-box .fz {
  font-size: 1.166em;
}

/* sec02
++++++++++++++++++++++++++++++++++++++++ */
.sec02 {
  margin-top: 2.291em;
}

.sec02 h3 {
  margin-top: 2em;
  margin-bottom: 1.125em;
}

.sec02 h4 {
  margin-top: 1.25em;
  margin-bottom: 1.125em;
}

/* block01 ++++++++ */
.sec02 .block01 {}

/* block02 ++++++++ */
.sec02 .block02 .item {
  margin-top: 0.42em;
  border: 4px solid #c7d0d9;
  background-color: #f8fafc;
}

.sec02 .block02 dt {
  position: relative;
}

.sec02 .block02 dt a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.125em 2em 1.125em 4em;
  color: inherit;
  text-decoration: none;
  cursor: default;

  font-weight: 600;
}
.sec02 .block02 dt:before,
.sec02 .block02  dt:after {
  position: absolute;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}

.sec02 .block02 dt:before {
  left: 0.625em;
  width: 2.75em;
  height: 2.75em;
  margin-top: -1.375em;
}
.sec02 .block02 .icon-pro:before {
  background-image: url(/corp/lp/fund/images/icon-sec02-pro.png);
}
.sec02 .block02 .icon-money:before {
  background-image: url(/corp/lp/fund/images/icon-sec02-money.png);
}

.sec02 .block02 dd {
  padding: 0.5em 1em;
  border-top: 1px dotted #c7d0d9;
}

@media screen and (max-width: 767px) {
  .sec02 .block02 .item {
    margin-top: 0.416em;
  }
  .sec02 .block02 dt a {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    padding: 1.125em 3em 1.125em 4em;
}
  /*.sec02 .block02 dt:hover {
    opacity: 0.7;
  }*/
  .sec02 .block02 dt:after {
    right: 1em;
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.75em;
    background-image: url(/corp/lp/fund/images/icon-sec02-arrow-down.png);
    content: "";
  }
  .sec02 .block02 dt.is-active:after {
    background-image: url(/corp/lp/fund/images/icon-sec02-arrow-up.png);
  }
  .sec02 .block02 dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .block02 dt a:hover {
    opacity: 1;
  }
  .sec02 .block02 dd {
    display: block;
  }
  .sec02 .block02 .item-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .sec02 .block02 .item {
    width: 48.88%;
  }
}

/* block03 ++++++++ */
.sec02 .block03 .item {
  background-color: #aebac6;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.sec02 .block03 .item dl {
  position: relative;
  height: 100%;
  padding: 1.5em 1em 1em;
  border: 4px solid #aebac6;
  background-color: #fff;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.sec02 .block03 .item dt {
  position: absolute;
  top: -1em;
  left: 1.25em;
  width: 7.5em;
  padding: 0.166em;
  background-color: #aebac6;
  color: #fff;
  text-align: center;
}

.sec02 .block03 .item ul {
  list-style: disc outside;
  margin-left: 1em;
}

.sec02 .block03 .item-warning {
  background-color: #f79983;
}

.sec02 .block03 .item-warning dl {
  border-color: #f79983;
}

.sec02 .block03 .item-warning dt {
  background-color: #f79983;
}

.sec02 .block03 .item-warning dd p,
.sec02 .block03 .item-warning dd ul {
  color: #ea6153;
  font-size: 1.166em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .sec02 .block03 h3 {
    margin-bottom: 2em;
  }
  .sec02 .block03 .item-container {
    margin-bottom: 2em;
  }
  .sec02 .block03 .item {
    width: 96.66%;
    margin-top: 1.75em;
    margin-left: auto;
    margin-right: auto;
  }
  .sec02 .block03 .sp-whs-nw {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .block03 .item-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .sec02 .block03 .item {
    width: 48%;
  }
  .sec02 .block03 .item-dollar-icon {
    z-index: 1;
  }
  .sec02 .block03 .item-dollar-icon:after {
    position: absolute;
    right: 0.8em;
    bottom: 0.8em;
    z-index: -1;
    display: block;
    width: 6.3em;
    height: 5.3em;
    background: url(/corp/lp/fund/images/bg-sec02-dollar.png) no-repeat center;
    background-size: contain;
    content: "";
  }
}

/* sec03
++++++++++++++++++++++++++++++++++++++++ */
.sec03 {
  margin-top: 2.5em;
}

.sec03 h3 {
  margin-bottom: 1.125em;
}

.sec03 h4 {
  margin-top: 1.25em;
}

/* media (block03/block04) ++++++++*/
.sec03 .media {
  display: table;
  width: 96.66%;
  margin: 1.25em auto;
}
.sec03 .sp-hdi {
  width: 96.66%;
  margin: auto;
}

.sec03 .media-icon {
  display: table-cell;
  width: 7.4em;
  vertical-align: top;
}

.sec03 .media-body {
  display: table-cell;
  padding-left: 1em;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .sec03 .media {
    width: 100%;
  }
}

/* block01 ++++++++ */
.sec03 .block01 {
  margin-top: 1.3em;
}

.sec03 .block01 .item-container {}

.sec03 .block01 .item {
  position: relative;
  width: 98.33%;
  margin-left: auto;
  padding: 8px;
  box-shadow: 0 0 0 4px #f79983 inset,
              0 0 0 6px #fff inset,
              0 0 0 8px #f6cfc6 inset,
              0 0 0 2px #fff inset;
  background-color: #fef9f8;
}

.sec03 .block01 .item:before {
  position: absolute;
  top: -0.291em;
  left: -0.416em;
  display: block;
  width: 6.333em;
  height: 3.75em;
  background: url(/corp/lp/fund/images/img-sec03-ribbon.png) no-repeat left top;
  background-size: contain;
  content: "";
}

.sec03 .block01 .item dt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec03 .block01 .item {
    margin-top: 0.416em;
    margin-bottom: 0.75em;
  }
  .sec03 .block01 .item dl {
    display: table;
    width: 100%;
  }
  .sec03 .block01 .item dt {
    display: table-cell;
    width: 49.83%;
    padding: 2em 0.75em 2em 0.416em;
    border-right: 2px solid #f6cfc6;
    text-align: center;
    vertical-align: middle;
  }
  .sec03 .block01 .item dd {
    display: table-cell;
    padding: 2em 1.25em 1.5em 0.833em;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .sec03 .block01 h4 {
    width: 81%;
    margin: 1em auto 0.4em;
  }
  .sec03 .block01 .item-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
  }
  .sec03 .block01 .item {
    width: 32%;
    max-width: 286px;
  }
  .sec03 .block01 .item dt {
    padding: 2.5em 10px 1.4em;
    border-bottom: 2px solid #f6cfc6;
  }
  .sec03 .block01 .item dd {
    padding: 0.8em 0.5em;
  }
}

/* block02 ++++++++ */
.sec03 .block02 {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .sec03 .block02 .item-sp {
    padding: 1.25em;
    background-color: #fffaf3;
  }
  .sec03 .block02 .item-sp dt {
    margin-bottom: 0.833em;
    padding-bottom: 0.75em;
    border-bottom: 2px solid #f3af41;
    text-align: center;
    font-weight: 600;
  }
  .sec03 .block02 .item-sp dt .fz {
    font-size: 1.5em;
  }
  .sec03 .block02 .item-sp dd .fz {
    color: #f3af41;
    font-size: 1.666em;
  }
  .sec03 .block02 .item-sp dd {
    display: table;
  }
  .sec03 .block02 .item-sp dd > ul {
    display: table-cell;
    vertical-align: bottom;
  }
  .sec03 .block02 .item-sp dd > p {
    display: table-cell;
    padding: 0 0.583em 0 0;
    vertical-align: bottom;
  }
  .sec03 .block02 .item-sp li {
    position: relative;
    padding-left: 3em;
    white-space: nowrap;

    font-weight: 600;
  }
  .sec03 .block02 .item-sp li:before {
    position: absolute;
    top: 50%;
    left: 0.416em;
    display: block;
    width: 1.833em;
    height: 1.833em;
    margin-top: -0.916em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
  .sec03 .block02 .item-sp li:nth-child(1):before {
    background-image: url(/corp/lp/fund/images/icon-sec03-free-01.png);
  }
  .sec03 .block02 .item-sp li:nth-child(2):before {
    background-image: url(/corp/lp/fund/images/icon-sec03-free-02.png);
  }
  .sec03 .block02 .item-sp li:nth-child(3):before {
    background-image: url(/corp/lp/fund/images/icon-sec03-free-03.png);
  }
}
@media screen and (min-width: 768px) {
  .sec03 .block02 .item-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .sec03 .block02 .item {
    width: 32.55%;
    padding: 0.75em 0.75em 0.5em;
    background-color: #fffaf3;
  }
  .sec03 .block02 .item > dt {
    padding-bottom: 0.4em;
    border-bottom: 2px solid #f3af41;
    color: #f3af41;
    text-align: center;
    line-height: 1;

    font-weight: 600;
  }
  .sec03 .block02 .item > dt .fz {
    font-size: 0.8em;
  }
  .sec03 .block02 .item > dt b {
    font-size: 1.5em;
  }
  .sec03 .block02 .item dl {
    display: table;
    margin: 0.6em auto;
  }
  .sec03 .block02 .item dl dt {
    display: table-cell;
    padding-bottom: 0.2em;
    font-size: 0.8em;
    text-align: right;
    vertical-align: bottom;
    line-height: 1;
  }
  .sec03 .block02 .item dl dt .fz-s {
    font-size: 0.7em;
  }
  .sec03 .block02 .item dl dd {
    display: table-cell;
    width: 5em;
    padding-left: 0.3em;
    vertical-align: bottom;
  }
  .sec03 .block02 .item p {
    font-size: 0.65em;
    text-align: center;
  }
}

/* block03 ++++++++ */
.sec03 .block03 {
  margin-top: 2em;
}

.sec03 .block03 .media-catch {
  margin-bottom: 0.4em;
  font-style: italic;

  font-weight: 600;
}

.sec03 .block03 .media-catch .fz {
  font-size: 1.5em;
}

.sec03 .block03 .media-hours {
  margin-top: 0.3em;
}

.sec03 .block03 .media-hours b {
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .sec03 .block03 .media {
    padding-right: 38%;
    background: url(/corp/lp/fund/images/bg-sec03-support.png) no-repeat right bottom;
    background-size: contain;
  }
  .sec03 .block03 .media + img {
    width: calc(100% - 8.4em);
    margin: 0 0 0 auto;
  }
}

/* block04 ++++++++ */
.sec03 .block04 {
  margin-top: 2em;
}

.sec03 .block04 .item-container {
  padding: 0.7em;
  border: 2px solid #c7d0d9;
}

.sec03 .block04 .item {
  position: relative;
  margin-top: 1.4em;
  padding-bottom: 0.5em;
  border: 2px solid;
}

.sec03 .block04 .item:first-child {
  margin-top: 0;
}

.sec03 .block04 .item-header {
  display: table;
  width: 100%;
}
.sec03 .block04 .item-header-icon {
  display: table-cell;
  width: 6.5em;
  padding: 0.5em;
  vertical-align: middle;
}
.sec03 .block04 .item-header-body {
  display: table-cell;
  padding-right: 0.7em;
}
.sec03 .block04 .item-header-body p:first-child {
  padding: 0.7em 0 0.3em;
  border-bottom: 1px dotted #cad1d9;
  font-weight: 600;
}
.sec03 .block04 .item-header-body p:last-child {
  position: relative;
  padding: 0.5em 0 0.5em 2.9em;
  color: #ea6153;
}

.sec03 .block04 .item-header-body p:last-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  background: url(/corp/lp/fund/images/icon-sec03-safe.png) no-repeat center;
  background-size: contain;
  content: "";
}

.sec03 .block04 .item-body {
  position: relative;
  z-index: 1;
  padding: 0 0.6em;
}

.sec03 .block04 .item-switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sec03 .block04 .item-switch:hover {
  opacity: 1;
}

.sec03 .block04 .item-switch p {
  position: absolute;
  left: 50%;
  bottom: -1.08em;
  margin-left: -1.08em;
  width: 2.16em;
  height: 2.16em;
  background: url(/corp/lp/fund/images/icon-sec03-arrow-down.png) no-repeat center;
  background-size: contain;
}

.sec03 .block04 .item-switch.is-active p {
  background-image: url(/corp/lp/fund/images/icon-sec03-arrow-up.png);
}

.sec03 .block04 .item-switch-border {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 50%;
}

.sec03 .block04 .item-switch-border:before {
  display: block;
  width: 2.16em;
  height: 2.16em;
  margin-top: -1.08em;
  border: 2px solid;
  border-radius: 50%;
  content: "";
}

.sec03 .block04 .item.case01 {
  border-color: #4083b1;
  background-color: #f8fafc;
}
.sec03 .block04 .item.case02 {
  border-color: #f79983;
  background-color: #fffaf9;
}
.sec03 .block04 .item.case03 {
  border-color: #53bdaf;
  background-color: #f9fffe;
}

.sec03 .block04 .item.case01 .item-switch-border:before {
  border-color: #4083b1;
}
.sec03 .block04 .item.case02 .item-switch-border:before {
  border-color: #f79983;
}
.sec03 .block04 .item.case03 .item-switch-border:before {
  border-color: #53bdaf;
}

@media screen and (max-width: 767px) {
  .sec03 .block04 .item-container {
    padding-bottom: 1.4em;
  }
  .sec03 .block04 .item {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  /*.sec03 .block04 .item:hover {
    opacity: 0.7;
  }*/
  .sec03 .block04 .item-switch {
    display: block;
  }
  .sec03 .block04 .item-body {
    display: none;
    margin-top: 0.75em;
    padding: 0.6em;
    border-top: 1px dotted #cad1d9;
  }
  .block-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .block-flex .block02 {
    order: 0;
  }
  .block-flex .block03 {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .sec03 .block04 .item-container {
    border-width: 0.2em;
  }
  .sec03 .block04 .item {
    margin-top: 0.4em;
    padding-bottom: 0.75em;
    border-width: 0.2em;
  }
  .sec03 .block04 .item-header-body p:last-child {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .sec03 .block04 .item-body {
    display: block;
  }
  .block-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
