@charset "UTF-8";
/* CSS Document */

/* //////////////////// ↓↓LP表示用コード↓↓ //////////////////// */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
body {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
a {
  word-wrap: break-word;
}
.lpcontent_wrap {
  width: 750px;
  margin: 0 auto;
}
.lpcontent_wrap p {
  /* text-align: center; */
}
.lpcontent_wrap p img {
  max-width: 100%;
  width: 750px;
}
@media only screen and (max-width: 749px) {
  .lpcontent_wrap {
    width: 100%;
  }
  img {
    width: 100%;
  }
}
div.lpcontent_footer {
  width: 100%;
  background: #000305;
  margin: 0 auto;
}
div.lpcontent_footer ul {
  list-style: none;
  margin: 0 auto;
  width: 750px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
div.lpcontent_footer ul li:first-child {
  margin: 0 30px 0 0;
}
div.lpcontent_footer ul li a {
  text-decoration: none;
  color: #fff;
}
.single_btn {
  margin: 30px 0;
}
@media only screen and (max-width: 749px) {
  div.lpcontent_footer ul {
    list-style: none;
    margin: 0 auto;
    width: 90%;
    padding: 30px 0;
    display: block;
  }
  div.lpcontent_footer ul li:first-child {
    margin: 0 0 15px 0;
  }
}

/* //////////////////// ↑↑LP表示用コード↑↑ //////////////////// */
/* //////////////////// ↓↓CTAボタン↓↓ //////////////////// */
/* ↓↓動き記述↓↓ */
.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/* ↑↑動き記述↑↑ */
.btn_bg01 {
  position: relative;
}
.btn_bg01_btn {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn_bg01_btn a img {
  width: 750px;
}
@media only screen and (max-width: 749px) {
  .btn_bg01_btn {
    position: absolute;
    top: 58%;
    left: 0;
    transform: none;
    text-align: center;
  }
  .btn_bg01_btn a img {
    width: 100%;
  }
}
/* //////////////////// ↑↑CTAボタン↑↑ //////////////////// */

/* //////////////////// ↓↓アコーディオン↓↓ //////////////////// */
.accordion {
  background: #fff;
  padding-bottom: 20px;
}
.accordion_before {
  background: #fff;
}
details {
  padding: 0;
  background: #e9e9e9;
  border-radius: 5px;
  margin: 0;
}
summary {
  outline: none;
  display: block;
  list-style: none;
  text-align: center;
}
summary img {
  width: 750px;
}
summary::-webkit-details-marker {
  display: none;
}
details[open] .in-details {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media only screen and (max-width: 750px) {
  summary img {
    width: 100%;
  }
}

/* //////////////////// ↑↑アコーディオン↑↑ //////////////////// */

/* //////////////////// ↓↓フッター↓↓ //////////////////// */
.lp_footer {
  background: #081f53;
  width: 100%;
  padding: 50px 0;
}
.lp_footer ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  list-style: none;
}
.lp_footer ul li {
  padding: 0 15px;
  color: #fff;
}
.lp_footer ul li:last-child {
  border-left: 2px solid #fff;
}
.lp_footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 749px) {
  .lp_footer ul {
  }
  .lp_footer ul li {
  }
}
/* //////////////////// ↑↑フッター↑↑ //////////////////// */
/* //////////////////// ↓↓フローティングバナー↓↓ //////////////////// */
.floating_bnr {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: auto;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.floating_bnr a img {
  max-width: 400px;
}
.floating_bnr.fixed {
  opacity: 1;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  .floating_bnr {
    width: 90%;
  }
  .floating_bnr a img {
    width: 90%;
  }
}
/* //////////////////// ↑↑フローティングバナー↑↑ //////////////////// */

/* シミュレーション関連 */
.simulation__wrapper {
  background-color: #f8f6d6;
  padding: 2rem 2.5%;
}

.simulation__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -2px;
}

.simulation__top img {
  width: 20%;
}

.simulation__top__text {
  position: relative;
  background-color: #ffffff;
  font-size: clamp(23px, 1.8vw, 26px);
  font-weight: 400;
  color: #f39328;
  padding: 11px 18px;
  border-radius: 16px;
  width: 78%;
  z-index: 3;
}

.simulation__top__text::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: -5%;
  width: 7%;
  aspect-ratio: 2/1;
  background-image: url(../img/simulation/bubble.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.simulation__title__text {
  color: #ffffff;
  text-align: center;
  font-size: clamp(23px, 1.8vw, 26px);
  font-weight: 800;
  padding: 9px 0;
  background-color: #f0a223;
  margin-top: -5px;
}

.simulation__title__text h2 {
  font-size: clamp(23px, 1.8vw, 26px);
}

.simulation__content {
  background-color: #ffffff;
  padding: 2px 16px 12px;
}

.simulation__content__group {
  padding: 16px 0;
  border-bottom: 1px solid #cfcfcf;
}

.simulation__content__group:last-of-type {
  padding-bottom: 0;
  border: none;
}

.simulation__content__title {
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;
}

.simulation__content__q {
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  border-radius: 50%;
  background-color: #f0a223;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.simulation__content__radio {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.simulation__content__radio__item {
  width: calc(50% - 6px);
  background-color: #f4f4ea;
  border: 1px solid #000000;
  box-shadow: 1px 1px 2px #071e52e5;
  padding: 8px;
  border-radius: 4px;
}

.simulation__content__radio__item.-row {
  width: 100%;
}

.simulation__content__radio__item.-row .simulation__content__radio__label {
  justify-content: center;
}

.simulation__content__radio__item:has(input[type="radio"]:checked) {
  color: #ffffff;
  background-color: #f0a223;
}

.simulation__content__radio__item:has(.simulation__content__radio__label:hover) {
  background-color: #e1e0c8;
}

.simulation__content__radio__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.simulation__content__radio__label img {
  width: 25%;
  margin-right: 8px;
}

.simulation__content__radio__label .simulation__content__radio__label__text {
  font-size: 14px;
}

.simulation__content__radio__input {
  display: none;
}

.simulation__content__select {
  position: relative;
}

.simulation__content__select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #f4f4ea;
  border: 1px solid #000000;
  box-shadow: 1px 1px 2px #071e52e5;
  padding: 8px;
  border-radius: 4px;
}

.simulation__content__select .select__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #082255;
  font-size: 16px;
}

.simulation__content__select option:disabled {
  color: #e6d1d1 !important;
}

.simulation__content__input__wrapper {
  display: flex;
  justify-content: space-between;
}

.simulation__content__select.-row {
  width: 17%;
}

.simulation__content__input {
  width: 81%;
}

.simulation__content__input input {
  width: 100%;
  background-color: #f4f4ea;
  border: 1px solid #000000;
  box-shadow: 1px 1px 2px #071e52e5;
  padding: 5.5px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.simulation__button__wrapper {
  margin-top: 1.5rem;
}

.simulation__button {
  width: 100%;
  background-color: inherit;
  border: none;
}

.simulation__button img {
  width: 100%;
}

.simulation__wrapper .error {
  display: none;
  color: #f33f3f;
  font-size: 12px;
  margin-top: 10px;
}

.simulation__modal__wrapper {
  display: none;
  position: fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000a4;
}

.simulation__modal {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 0;
  max-width: 480px;
  width: 90%;
  margin: auto;
}

.simulation__modal__top__list {
  list-style: none;
  padding-bottom: 16px;
  border-bottom: 1px solid #cfcfcf;
}

.simulation__modal__top__title {
  font-size: 14px;
  color: #a1a1a1;
  padding-left: 26px;
}

.simulation__modal__top__list__item {
  display: flex;
  justify-content: space-between;
  padding: 0 26px;
  margin: 5px 0 0 0;
}

.simulation__modal__top__list__title {
  font-size: 15px;
  font-weight: bold;
}

.simulation__modal__top__list__price {
  color: #f0a223;
  font-size: 12px;
  font-weight: bold;
}

.simulation__modal__top__list__price.-small {
  font-size: 12px;
  font-weight: 400;
  color: #b4b1b1;
}

.simulation__modal__top__list__price .price {
  font-size: 17px;
}

.simulation__modal__top__list__price .-margin {
  margin-left: 0.5rem;
}

.simulation__modal__top__text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.simulation__modal__bottom {
  position: relative;
  padding: 16px 26px;
  border-bottom: 1px solid #cfcfcf;
}

.simulation__modal__bottom__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  background-color: #f0a223;
  margin-bottom: 1rem;
}

.simulation__modal__bottom__img {
  width: 100%;
}

.simulation__modal__bottom__text__1 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}

.simulation__modal__bottom__text__before__wrapper {
  position: absolute;
  top: 49%;
  left: 14%;
  text-align: center;
}

.simulation__modal__bottom__text__1 span {
  font-size: 24px;
  font-weight: bold;
}

.simulation__modal__bottom__text__2 {
  color: #ffffff81;
  font-size: 14px;
}

.simulation__modal__bottom__text__3 {
  position: absolute;
  top: 37%;
  left: 63%;
  color: #ffffff;
  text-align: center;
}

.simulation__modal__bottom__text__3__flex {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1;
  font-size: 14px;
}

.simulation__modal__bottom__text__3__1 {
  font-size: 40px;
  font-weight: bold;
}
.simulation__modal__bottom__text__3__unit {
  text-align: left;
}
.simulation__modal__bottom__text__3__2 {
  font-size: 14px;
}

.simulation__modal__bottom__text__3__3 {
  font-size: 14px;
}
.simulation__modal__bottom__text__3__4 {
  font-size: 14px;
  font-weight: bold;
}

.simulation__modal__bottom__text__4 {
  position: absolute;
  top: 77%;
  left: 68%;
  color: #ffffff;
  text-align: center;
}

.simulation__modal__bottom__text__4__1 {
  font-size: 14px;
  font-weight: 500;
}

.simulation__modal__bottom__text__4__1 span {
  font-size: 28px;
  line-height: 1.2;
}

.simulation__modal__bottom__text__4__2 {
  font-size: 14px;
  color: #ffffff81;
}

.simulation__modal__button__wrapper {
  text-align: center;
}

.simulation__modal__button {
  border: 1px solid #f0a223;
  border-radius: 20px;
  width: 90%;
  margin: 16px auto 0 auto;
  background-color: #ffffff;
  padding: 8px 0;
  font-size: 17px;
  color: #f0a223;
  font-weight: 700;
}

.simulation__modal__bottom__attention {
  font-size: 12px;
  padding: 0 26px;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 749px) {
  .simulation__modal__bottom__text__before__wrapper {
    left: 12%;
  }

  .simulation__modal__bottom__text__1 span {
    font-size: 30px;
    font-weight: bold;
  }

  .simulation__modal__bottom__text__3 {
    top: 41%;
    left: 59%;
  }

  .simulation__modal__bottom__text__3__1 {
    font-size: 30px;
  }
  .simulation__modal__bottom__text__3__2,
  .simulation__modal__bottom__text__3__3 {
    font-size: 14px;
  }
  .simulation__modal__bottom__text__4 {
    top: 78%;
    left: 66%;
  }

  .simulation__modal__bottom__text__4__1 {
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
  }
  .simulation__modal__bottom__text__4__1 span {
    font-size: 22px;
  }
  .simulation__modal__bottom__text__4__2 {
    font-size: 12px;
  }
}

/* フォーム関連 */

.form__wrapper {
  background-color: #f7d9b1;
}
.form {
  padding: 0 5%;
  margin-top: 1rem;
  color: #082255;
  overflow: hidden;
}
.form__title {
  background-color: #ee9d26;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
}
.form__content {
  padding: 1.5rem 0;
  border-bottom: 1px solid #082255;
}
.form__content.tel {
  border-bottom: none;
}
.form__content__title {
  color: #082255;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.form__content__checklist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 0.5rem;
}
.form__content__checklist__item {
  width: calc(50% - 0.8rem);
  margin-top: 0.75rem;
}
.form__content__checklist__item input[type="radio"] {
  display: none;
}
.form__content__checklist__label {
  display: block;
  background-color: #ffffff;
  padding: 2rem 0;
  font-size: 1.2rem;
  color: #082255;
  font-weight: 700;
  border-radius: 1rem;
  border: 1px solid #082255;
  box-shadow: 3px 3px 0 #082255;
  text-align: center;
  cursor: pointer;
}

.form__content__checklist__label:has(input[type="radio"]:checked) {
  background-color: #082255;
  color: #fff;
  border-color: #082255;
}
.form__content__checklist__label__detail {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.form__content__title__wrapper {
  display: flex;
  align-items: center;
}

.form__content__title__require {
  background-color: #ff0000;
  color: #ffffff;
  width: fit-content;
  padding: 0 0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
}
.form__top__content__text {
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
  color: #082255;
  margin-top: 0.5rem;
}
.form__content__text {
  font-size: 0.82rem;
  font-weight: 500;
  text-align: left;
  color: #082255;
  margin-top: 0.5rem;
}

.form__button__wrapper {
  width: 114%;
  margin-left: -5.5%;
  cursor: pointer;
}

.form__wrapper input[type="text"],
.form__wrapper input[type="tel"],
.form__wrapper input[type="email"],
.form__wrapper select {
  appearance: none;
  -webkit-appearance: none; /* Safari・Chrome対応 */
  -moz-appearance: none; /* Firefox対応 */
  width: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid #082255;
  box-shadow: 3px 3px 0 #082255;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.form__img {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.form__button__wrapper button {
  background-color: #ffffff;
  border: none;
  padding: 1rem 0;
}

.form__button__wrapper img {
  width: 80%;
  cursor: pointer;
}

.select__wrapper {
  position: relative;
}

.select__wrapper-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  width: 180px;
}

.select__wrapper .select__icon {
  position: absolute;
  right: 12px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #082255;
  font-size: 24px;
}

.next__button {
  display: block;
  margin-top: 16px;
  width: 80%;
  margin: 1.5rem auto 0 auto;
  padding: 1rem;
  background-color: #ee9d26;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  border: none;
  border-radius: 5rem;
  cursor: pointer;
}
.next__button:disabled {
  background-color: #9b9b9b;
}
