@charset "UTF-8";
.crrem_kv {
  position: relative;
  width: 100%;
  background-image: url(../img/kv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.crrem_kv__inner {
  margin: 0 auto;
}
.crrem_kv__inner p {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.crrem_kv__inner h1 {
  font-size: 75px;
  font-weight: 600;
  color: #fff;
}
.crrem_kv__inner .simu_img {
  position: absolute;
  right: 40px;
  bottom: -33px;
}
.crrem_kv__inner .simu_img img {
  height: 300px;
}

.top_contents {
  margin: 0 auto;
  padding: 60px 0;
}
.top_contents h2 {
  color: #27483b;
  font-size: 32px;
}
.top_contents__row {
  display: flex;
  justify-content: space-between;
}
.top_contents__col:first-child {
  width: 70%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  padding-right: 50px;
}
.top_contents__col:first-child strong {
  background: linear-gradient(90deg, #0F8A7E 0%, #189FDE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.top_contents__col:last-child {
  width: 30%;
}

.simulator-box {
  background-color: #ebf4f7;
  padding: 60px 0;
}
.simulator-box h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1;
}
.simulator-box .simulator-wrapper {
  width: 1018px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 120px;
}

.question_box {
  margin-bottom: 50px;
}
.question_box h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 17px;
}
.question_box h3 span {
  color: #0096df;
  font-size: 40px;
  margin-right: 20px;
  font-weight: 600;
}
.question_box .annotation {
  text-align: right;
  font-size: 14px;
  color: #4d4d4d;
}

.question_row {
  background-color: #ebf4f7;
  margin-bottom: 2px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 27px 37px;
}
.question_row .question_col__colth {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}
.question_row .question_col__coltd input {
  height: 44px;
  line-height: 1;
  padding: 1px 20px 0px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #8d8d8d;
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 539px) {
  .question_row .question_col__coltd input {
    font-size: 16px;
    margin-right: 5px;
  }
}
.question_row .question_col__coltd input::-moz-placeholder {
  color: #ccc;
}
.question_row .question_col__coltd input::placeholder {
  color: #ccc;
}
.question_row .question_col__coltd span {
  font-size: 16px;
  font-weight: 400;
  color: #2985bc;
}
@media screen and (max-width: 539px) {
  .question_row .question_col__coltd span {
    font-size: 14px;
  }
}
.question_row .question_col__coltd:has(.radio-button) {
  width: 100%;
}
.question_row .question_col__coltd.--width-100 {
  flex: 1;
  width: 100%;
}
.question_row .question_col__coltd.--width-100 input {
  width: 100%;
}
.question_row .question_col__coltd.--width-50 {
  flex: 1;
  width: 100%;
}
.question_row .question_col__coltd.--width-50 input {
  width: 50%;
}
.question_row .question_col__coltd.--width-30 {
  flex: 1;
  width: 100%;
}
.question_row .question_col__coltd.--width-30 input {
  width: 30%;
  min-width: 150px;
}

.question_row:has(.asset-type__list) {
  background-color: #fff;
  padding: 0 0;
}

.asset-type__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.asset-type__list li {
  width: 31.5%;
  margin-bottom: 20px;
}
.asset-type__list li:nth-child(n+4) {
  margin-bottom: 0;
}
.asset-type__list .radio-button {
  display: block;
  padding: 20px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 4.7px;
  cursor: pointer;
  text-align: center;
}
.asset-type__list .radio-button input {
  display: none;
}
.asset-type__list .radio-button span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.asset-type__list .radio-button:hover {
  color: #2985bc;
  background-color: #e8f6ff;
  border: 1px solid #2985bc;
}
.asset-type__list .radio-button:has(input:checked) {
  color: #2985bc;
  background-color: #e8f6ff;
  border: 1px solid #2985bc;
}
.asset-type__list .radio-button:has(input:checked) span {
  color: #2985bc;
}
.asset-type__list .radio-button:nth-child(3n) {
  margin-right: 0;
}

.terms {
  height: 215px;
  overflow-y: auto;
  margin: 70px 0 20px;
  border: 1px solid #cdd2d3;
  border-radius: 4px;
  background: #fff;
}
.terms__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  font-weight: 400px;
}
.terms__inner p {
  margin-bottom: 20px;
}
.terms__inner h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}
.terms__inner ol li h5 {
  font-weight: 600;
  margin-bottom: 0.8em;
}
.terms__inner ol li h6 {
  font-weight: 600;
  margin-left: 22px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 539px) {
  .terms__inner ol li h6 {
    margin-left: 0;
  }
}
.terms__inner ol li p {
  line-height: 1.5;
  margin-left: 22px;
}
.terms__inner ol li p.h6-lead {
  margin-bottom: 1em;
}
.terms__inner ol li a {
  text-decoration: underline;
  color: #0071bc;
}
.terms__inner ol li .terms_h6 {
  margin-bottom: 2em;
}
.terms__inner ol li .terms_h6__details {
  padding-left: 1em;
  /* 第1階層（1, 2, 3） */
  /* 第2階層（1.1, 1.2） */
  /* 第3階層（i)） */
}
@media screen and (max-width: 539px) {
  .terms__inner ol li .terms_h6__details {
    padding-left: 0em;
  }
}
.terms__inner ol li .terms_h6__details ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.terms__inner ol li .terms_h6__details .level-1 {
  counter-reset: level1;
}
.terms__inner ol li .terms_h6__details .level-1 > li {
  counter-increment: level1;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}
.terms__inner ol li .terms_h6__details .level-1 > li::before {
  content: counter(level1);
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}
.terms__inner ol li .terms_h6__details .level-2 {
  counter-reset: level2;
}
.terms__inner ol li .terms_h6__details .level-2 > li {
  counter-increment: level2;
  position: relative;
  padding-left: 2.5em;
}
.terms__inner ol li .terms_h6__details .level-2 > li::before {
  content: counter(level1) "." counter(level2);
  position: absolute;
  left: 0;
  width: 2em;
  text-align: right;
}
.terms__inner ol li .terms_h6__details .level-3 {
  counter-reset: roman;
  list-style: none;
  padding-left: 0;
}
.terms__inner ol li .terms_h6__details .level-3 > li {
  counter-increment: roman;
  position: relative;
  padding-left: 2em;
}
.terms__inner ol li .terms_h6__details .level-3 > li::before {
  content: counter(roman, lower-roman) ")";
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}

#dialog-content .terms {
  border: 0px;
  margin: 0;
  height: 500px;
}

@media screen and (max-width: 539px) {
  div#dialog-content {
    padding: 0px;
  }
}
.crremterms_link {
  display: flex;
  color: #0096df;
  position: relative;
  padding-top: 8px;
  padding-left: 18px;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  text-decoration: none;
}
.crremterms_link::before {
  position: absolute;
  content: "";
  border-top: #0096df solid 1px;
  border-right: #0096df solid 1px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  left: -2px;
  bottom: 7px;
}
.crremterms_link:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.crremterms_link:hover .text {
  text-decoration: underline;
}
.crremterms_link .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  font-size: 20px;
}

/* label全体をクリック可能に */
.checkbox-label {
  display: flex;
  justify-content: center;
}

.checkbox-label_inner {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  /* デフォルトのチェックボックスを非表示 */
  /* カスタムチェックボックス */
  /* チェックされたとき */
  /* チェックマーク */
}
.checkbox-label_inner input {
  display: none;
}
.checkbox-label_inner::before {
  content: "";
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  margin-right: 10px;
  box-sizing: border-box;
}
.checkbox-label_inner:has(input:checked)::before {
  border-color: #8d8d8d;
}
.checkbox-label_inner:has(input:checked)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-top: -4px;
}

.submit {
  display: flex;
  justify-content: center;
}

.submit-button {
  position: relative;
  display: inline-block;
  transition: 0.2s ease-out;
  /* 文字・背景 */
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background-color: #fcd200;
  /* パディング指定 */
  padding: 20px 60px;
  /* 上を完全な半円にする */
  border-radius: 35px;
  /* その他 */
  border: none;
  font-size: 16px;
  cursor: pointer;
  /* 右側の逆くの字マーク */
}
.submit-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s ease-out;
}
.submit-button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.submit-button:disabled::after {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
.submit-button:disabled:hover {
  text-decoration: none !important;
  filter: none;
}
.submit-button:hover {
  text-decoration: none !important;
  filter: brightness(1.07);
}

@media screen and (max-width: 959px) {
  .simulator-box {
    padding: 30px 0;
  }
  .simulator-box h2 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .simulator-box .simulator-wrapper {
    width: 100%;
  }
  .simulator-box .question_row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
  }
  .simulator-box .question_row .question_col__colth {
    margin-bottom: 10px;
  }
  .question_row:has(.asset-type__list) {
    background-color: #fff;
    padding: 0 0;
  }
}
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .simulator-box h2 {
    font-size: 25px;
  }
  .simulator-box .simulator-wrapper {
    padding: 30px 30px;
  }
  .asset-type__list {
    flex-direction: column;
    justify-content: center;
  }
  .asset-type__list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .asset-type__list li:nth-child(n+4) {
    margin-bottom: 15px;
  }
  .question_box {
    margin-bottom: 40px;
  }
  .question_box h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .question_box h3 span {
    font-size: 35px;
  }
  .sp-only {
    display: block;
  }
}
/*ここから三島さん*/
.gradient-text {
  background: linear-gradient(90deg, rgb(15, 138, 126) 0%, rgb(24, 159, 222) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;
}

.dl_btn {
  display: block;
  width: 100%;
  max-width: 426px;
  background: #fcd200;
  border: 1px solid #fff;
  border-radius: 65px;
  padding: 1.2em 1em;
  transition: 0.3s;
}
.dl_btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
.dl_btn span::after {
  position: absolute;
  right: 10px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
  margin: 0 0 0 15px;
}
.dl_btn:hover {
  text-decoration: none !important;
  filter: brightness(1.07);
}

.onemore_box {
  width: 100%;
  max-width: 1214px;
  margin: 20px auto;
  display: flex;
  justify-content: end;
  margin-left: auto;
}
.onemore_box .onemore {
  display: block;
  width: 100%;
  max-width: 230px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 65px;
  padding: 0.7em;
  transition: 0.3s;
}
.onemore_box .onemore span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding-left: 15px;
  color: #777;
}
.onemore_box .onemore span::after {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-135deg);
  box-sizing: border-box;
  margin: 0 0 0 0;
}
.onemore_box .onemore:hover {
  text-decoration: none !important;
  filter: brightness(1.07);
}

.crrem_kv {
  position: relative;
  width: 100%;
  background-image: url(../img/kv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0 40px;
}
.crrem_kv__inner {
  width: 100%;
  max-width: 1214px;
  min-height: 348px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.crrem_kv__inner .simu_ttl {
  width: calc(100% - 320px);
}
.crrem_kv__inner .simu_ttl p {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.crrem_kv__inner .simu_ttl h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  max-width: 1214px;
}
.crrem_kv__inner .simu_img {
  position: absolute;
  right: -10px;
  bottom: -50px;
  width: 350px;
}
.crrem_kv__inner .simu_img img {
  width: 100%;
  height: auto;
}

.about_crrem {
  padding: 0 40px;
}
.about_crrem__inner {
  max-width: 1214px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: justify;
}
.about_crrem__inner h2 {
  font-size: 32px;
  color: #27483b;
  margin-bottom: 0.3em;
  font-weight: 600;
}
.about_crrem__inner h2 ruby {
  font-weight: 600;
}
.about_crrem__inner h2 rt {
  ruby-align: center;
  font-weight: 400;
  margin-bottom: 0.05em;
}
.about_crrem__inner p {
  line-height: 1.8;
}
.about_crrem__inner p.partner {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0.5em;
}
.about_crrem__inner__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_crrem__inner__row div:first-child {
  width: 60.7%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
}
.about_crrem__inner__row div:first-child strong {
  background: linear-gradient(90deg, #0F8A7E 0%, #189FDE 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.about_crrem__inner__row div:last-child {
  width: 34.5%;
}

.report-download {
  margin-top: 80px;
  padding: 0 40px;
}
.report-download__inner {
  max-width: 1214px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.report-download__inner div:first-child {
  width: 62%;
}
.report-download__inner div:first-child h3 {
  margin-bottom: 2em;
}
.report-download__inner div:first-child h3 .gradient-text {
  font-size: 24px;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.report-download__inner div:first-child h3 .ttl {
  font-size: 50px;
  display: block;
  font-weight: 600;
  line-height: 1.3;
}
.report-download__inner div:first-child p {
  font-size: 16px;
  margin-bottom: 2em;
}
.report-download__inner div:last-child {
  width: 36%;
}

@media screen and (max-width: 959px) {
  .g-page-dept .g-lnav + .g-main {
    padding-top: 41.2px;
  }
  .gbss {
    margin: 0 !important;
  }
  .crrem_kv {
    padding: 0 20px;
  }
  .crrem_kv__inner {
    min-height: auto;
    height: 290px;
    padding: 30px 0;
  }
  .crrem_kv__inner .simu_ttl {
    width: 100%;
  }
  .crrem_kv__inner .simu_ttl p {
    font-size: 18px;
  }
  .crrem_kv__inner .simu_ttl h1 {
    font-size: 40px;
  }
  .crrem_kv__inner .simu_img {
    position: relative;
    right: 0;
    bottom: -50px;
  }
  .crrem_kv__inner .simu_img img {
    width: 100%;
    height: auto;
  }
  .about_crrem {
    padding: 0 20px;
  }
  .about_crrem__inner {
    padding: 60px 0;
  }
  .about_crrem__inner h2 {
    font-size: 26px;
  }
  .about_crrem__inner p.partner {
    font-size: 18px;
  }
  .about_crrem__inner__row div:first-child {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about_crrem__inner__row div:last-child {
    width: 240px;
  }
  .report-download {
    padding: 0 20px;
  }
  .report-download__inner {
    flex-direction: column;
    align-items: center;
  }
  .report-download__inner div:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
  .report-download__inner div:first-child h3 .gradient-text {
    font-size: 20px;
  }
  .report-download__inner div:first-child h3 .ttl {
    font-size: 35px;
  }
  .report-download__inner div:first-child p {
    font-size: 16px;
    margin-bottom: 2em;
  }
  .report-download__inner div:last-child {
    width: 320px;
  }
  .dl_btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 539px) {
  .crrem_kv__inner {
    padding-bottom: 0;
    flex-direction: column;
    height: auto;
  }
  .crrem_kv__inner .simu_ttl {
    width: 100%;
  }
  .crrem_kv__inner .simu_img {
    width: 180px;
    bottom: -25px;
  }
}
.g-pagetop {
  background-image: linear-gradient(90deg, #47e6a4 1%, #59c7e6 34%, #5973e6 100%);
  width: 54px;
  height: 54px;
  display: flex;
  padding-top: 54px;
  right: 30px;
  bottom: 90px;
  z-index: 888;
}

@media screen and (max-width: 1220px) and (min-width: 960px) {
  .g-pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .g-pagetop {
    width: min(64.8px, 13.5vw);
    height: min(64.8px, 13.5vw);
    padding-top: min(64.8px, 13.5vw);
    right: min(12px, 2.5vw);
  }
}
.g-pagetop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
  padding: 0;
}

.g-pagetop::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 13px;
  border-top: 4px solid #fff;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .g-pagetop::before {
    top: min(32.6px, 7.7vw);
    width: min(15.6px, 3.3vw);
    height: min(15.6px, 3.3vw);
    border-top: min(4.8px, 1vw) solid #fff;
    border-right: min(4.8px, 1vw) solid #fff;
  }
  .g-pagetop::after {
    top: min(16.6px, 4vw);
    width: min(31.6px, 5.9vw);
    height: min(15.6px, 3.3vw);
    border-top: min(4.8px, 1vw) solid #fff;
  }
}/*# sourceMappingURL=local.css.map */