@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;bold;700&display=swap");
html {
  font-size: 62.5%;
  scroll-padding-top: 6.4rem;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
}

.serif_text {
  font-family: "Noto Serif JP", serif;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.content-box {
  max-width: 375px;
  margin: 0 auto;
}

.exchange .content-box {
  max-width: 343px;
}

.notice {
  text-align: center;
  color: #222;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1rem;
}

.wrapper {
  position: relative;
  box-shadow: 0 0 8px #dfdfdf;
  margin: 0 auto;
  width: 400px;
  max-width: 464px;
  min-width: 400px;
}

header {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
header a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
header .logo_life {
  width: 8rem;
  display: inline-block;
}
header .logo_ogaki {
  width: 9.7rem;
  display: inline-block;
}
header .cross {
  width: 32px;
  position: relative;
  display: inline-block;
}
header .cross::before,
header .cross::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
header .cross::before {
  transform: rotate(45deg); /* 時計回りに45度回転させる */
}
header .cross::after {
  transform: rotate(-45deg); /* 反時計回りに45度回転させる */
}

/* ボタン */
.button {
  margin-top: 2.4rem;
}
.button a {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #153663;
  border-radius: 500px;
  color: #fff;
  height: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.2s;
}
.button a img {
  width: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.button a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.button.cta a {
  background-color: #EFEA3D;
  color: #153663;
  border: 2px solid #153663;
  width: 340px;
  margin: 0 auto;
  display: block;
  font-weight: 700;
}

/* KV周り */
.kv {
  background-image: url(../img_ogaki/bg_washi.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.6rem 0 3.2rem;
  position: relative;
  z-index: 0;
}
.kv::before {
  content: "";
  background-image: url(../img_ogaki/bg_blue.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 443px;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.kv::after {
  content: "";
  background-image: url(../img_ogaki/bg_mountain.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 60px;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.kv .kv_wrapper {
  position: relative;
  z-index: 3;
}
.kv .kv_copy_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 345px;
  margin: 0 auto;
  margin-top: 1.6rem;
}
.kv .kv_copy_box .sub_copy {
  font-size: 1.3rem;
  background-color: #153663;
  padding: 0.8rem;
  color: #fff;
  font-weight: normal;
  border-radius: 500px;
  display: block;
  font-feature-settings: "palt";
}
.kv .kv_copy_box .main_copy {
  width: 100%;
  margin-top: 1rem;
}
.kv .kv_copy_box .main_copy img {
  width: 100%;
}
.kv .kv_copy_box .punct-adjust1 {
  margin-right: -0.5em;
  margin-left: -0.1em;
}
.kv .kv_copy_box .punct-adjust2 {
  margin-right: -0.5em;
  margin-left: -0.1em;
}
.kv .kv_img_box {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.kv .kv_img_box img {
  width: 350px;
}
.kv .catch_copy {
  position: relative;
  margin-bottom: 3.5rem;
}
.kv .catch_copy .kv_card {
  position: absolute;
  top: -4.5rem;
  right: 1rem;
  width: 14rem;
}
.kv .kv_card {
  position: absolute;
  right: 10px;
  top: 10px;
}
.kv .annual_fee {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 370px;
  position: relative;
}
.kv .annual_fee .first_year {
  background-color: #153663;
  color: #fff;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 6.4rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.6rem;
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
}
.kv .annual_fee .annual_free {
  font-size: 5rem;
  font-weight: 500;
  color: #153663;
  position: relative;
  z-index: 1;
}
.kv .annual_fee::after {
  content: "";
  width: 340px;
  height: 2rem;
  background-color: #EFEA3D;
  position: absolute;
  z-index: 0;
  transform: skewX(-15deg);
  bottom: 0;
}
.kv .campaign_box {
  background-image: url(../img_ogaki/bg_campaign.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  height: 140px;
  margin: 2rem auto 0;
  text-align: center;
  color: #153663;
}
.kv .campaign_box .point_box {
  display: flex;
  justify-content: center;
}
.kv .campaign_box .text-01 {
  font-size: 1.8rem;
  display: block;
  padding-top: 1.5rem;
  position: relative;
}
.kv .campaign_box .text-01::before {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #153663;
  border-radius: 10px;
  transform: rotate(-20deg) translateY(-50%);
  margin-left: 0.8rem;
  margin-right: 1rem;
  position: absolute;
  left: 64px;
  top: 76%;
}
.kv .campaign_box .text-01::after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #153663;
  border-radius: 10px;
  transform: rotate(20deg) translateY(-50%);
  margin-left: 0.8rem;
  margin-right: 1rem;
  position: absolute;
  right: 64px;
  top: 76%;
}
.kv .campaign_box .text-02 {
  display: flex;
  align-items: center;
}
.kv .campaign_box .text-03 {
  font-size: 6.4rem;
  font-weight: 500;
}
.kv .campaign_box .text-04 {
  text-align: left;
}
.kv .campaign_box .text-05 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
}
.kv .campaign_box .text-06 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
}
.kv .campaign_box .notice {
  display: block;
}

/* 3つの理由 */
.features {
  background-image: url(../img_ogaki/bg_washi.webp);
  padding-top: 6.4rem;
  padding-bottom: 1.8rem;
}
.features .section_title {
  font-size: 2.4rem;
  color: #222;
  text-align: center;
  position: relative;
}
.features .section_title .text-01 {
  font-size: 3.2rem;
  color: #153663;
  position: relative;
  z-index: 1;
}
.features .section_title .text-01::after {
  content: "";
  width: 300px;
  height: 2rem;
  background-color: #EFEA3D;
  position: absolute;
  z-index: -1;
  transform: skewX(-15deg) translateX(-50%);
  bottom: 0;
  left: 50%;
}
.features .section_title .text-02 {
  font-size: 4.6rem;
}
.features .features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features .features_item:first-child {
  margin-top: 4rem;
}
.features .features_item .features_img_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.features .features_item .features_img_box span {
  position: absolute;
  top: 2.4rem;
  color: #6D7F97;
  font-size: 2rem;
}
.features .features_item .features_text_box {
  text-align: center;
  transform: translateY(-4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features .features_item .features_text_box h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #222;
}
.features .features_item .features_text_box h3 span {
  color: #153663;
  font-size: 2.4rem;
}
.features .features_item .features_text_box .notice {
  display: block;
  width: 330px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555555;
  text-align: left;
}
.features .features_item .features_text_box .notice a {
  color: #153663;
}

/* シミュレーション */
.simulation {
  background-color: #F4F6F7;
  padding-bottom: 4.8rem;
}
.simulation .section_title {
  font-size: 2.4rem;
  color: #fff;
  background-color: #153663;
  text-align: center;
  padding: 2rem;
  position: relative;
}
.simulation .section_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #153663 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 16px 16px 0 16px;
}
.simulation .simulation_case {
  margin-top: 3rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  color: #222;
}
.simulation .simulation_case .text-01 {
  font-size: 1.6rem;
  color: #153663;
  position: relative;
  z-index: 1;
}
.simulation .simulation_case .text-01::after {
  content: "";
  width: 95px;
  height: 1rem;
  background-color: #EFEA3D;
  position: absolute;
  z-index: -1;
  transform: skewX(-15deg) translateX(-50%);
  bottom: 0;
  left: 50%;
}
.simulation .simulation_case .text-02 {
  font-size: 2.4rem;
}
.simulation .simulation_item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2rem;
}
.simulation .simulation_item + .adjustment {
  border-bottom: none;
  padding-bottom: 0;
}
.simulation .simulation_item .img_box {
  width: 90px;
  height: 90px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simulation .simulation_item .img_box .adjustment {
  transform: translateX(5px);
}
.simulation .simulation_item .simulation_text {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #222;
}
.simulation .simulation_item .simulation_text .text-01 {
  display: block;
  color: #153663;
  font-weight: 700;
  font-size: 2.4rem;
}
.simulation .point_explanation {
  margin-top: 2rem;
}
.simulation .point_explanation .point_explanation_box {
  background-color: #fff;
  padding: 1.6rem;
}
.simulation .point_explanation .point_explanation_title {
  margin-top: 1rem;
  background-color: #153663;
  color: #fff;
  padding: 1.6rem;
}
.simulation .point_explanation .point_explanation_conditions {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.simulation .point_explanation .point_explanation_conclusion {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #153663;
  font-weight: 700;
}
.simulation .point_explanation .point_explanation_conclusion .text-01 {
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.simulation .point_explanation .point_explanation_conclusion .text-01::after {
  content: "";
  width: 170px;
  height: 1rem;
  background-color: #EFEA3D;
  position: absolute;
  z-index: -1;
  transform: skewX(-15deg) translateX(-50%);
  bottom: 0;
  left: 50%;
}
.simulation .point_explanation .point_explanation_conclusion .text-02 {
  font-size: 4rem;
}
.simulation .point_explanation .point_explanation_notice {
  margin-top: 1.6rem;
  line-height: 1.5;
  color: #555555;
  font-size: 1.1rem;
}

/* CTA */
.CTA .section_title {
  background-image: url(../img_ogaki/bg_cta_title.webp);
  background-size: cover;
  text-align: center;
  padding: 2rem;
  line-height: 1.5;
  font-size: 2rem;
  color: #222;
}
.CTA .section_title .text-01 {
  font-size: 2.6rem;
  color: #153663;
  position: relative;
  z-index: 1;
}
.CTA .section_title .text-01::after {
  content: "";
  width: 320px;
  height: 1rem;
  background-color: #EFEA3D;
  position: absolute;
  z-index: -1;
  transform: skewX(-15deg) translateX(-50%);
  bottom: 0;
  left: 50%;
}
.CTA .cta_content {
  background-image: url(../img_ogaki/bg_washi.webp);
  padding-bottom: 4.8rem;
}
.CTA .cta_img_box {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}
.CTA .cta_img_box img {
  width: 350px;
}

/* カード情報 */
.card_info {
  padding: 4.8rem 0;
  background-color: #fff;
}
.card_info .section_title {
  text-align: center;
  font-size: 2.4rem;
  color: #153663;
}
.card_info .card_info_box .card_info_title {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #dddddd;
  font-weight: 500;
  color: #153663;
  font-size: 1.6rem;
}
.card_info .card_info_box .card_info_data {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #555555;
}

/* カード情報 */
footer {
  background-color: #F4F6F7;
  padding-top: 2.4rem;
}
footer .logo_box {
  margin-top: 1rem;
}
footer .logo_box img {
  width: 100px;
}
footer .contact_box {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 2.4rem;
  color: #222;
}
footer small {
  background: #153663;
  text-align: center;
  color: #fff;
  display: block;
  padding: 1rem 0;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  footer small {
    padding-bottom: 11rem;
  }
}

/* フローティングボックス */
.floating_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  z-index: 100;
}
.floating_box .floating_area {
  display: block;
  line-height: 2.5rem;
  background: #EFEA3D;
  padding: 2.3rem 2.3rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  border-radius: 20vw;
  border: 2px solid #153663;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #153663;
  word-wrap: break-word;
  position: relative;
}
.floating_box .floating_area img {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
}
@media screen and (max-width: 767px) {
  .floating_box .floating_area {
    padding: 1.5rem;
  }
}

/* PC時背景画像 */
@media screen and (max-width: 1023px) {
  .image_background img {
    display: none;
  }
}
.backimage {
  position: fixed;
  bottom: 40px;
  height: 222px;
  left: 50%;
  transform: translateX(-50%);
}

.right_image {
  max-width: 260px;
  position: fixed;
  bottom: 20%;
  top: 33%;
  min-width: 200px;
  left: 68%;
}
.right_image img {
  max-width: 20vw;
  position: fixed;
  min-width: 300px;
  width: 100%;
}

.left_image {
  position: absolute;
  left: 6%;
  top: 40%;
}
.left_image img {
  max-width: 20vw;
  position: fixed;
  bottom: 20%;
  top: 33%;
  min-width: 300px;
  right: 70%;
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .floating_box .floating_area {
    box-sizing: border-box;
    width: 77vw;
    max-width: 464px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1024px) {
  .floating_box .floating_area {
    box-sizing: border-box;
    width: 22vw;
    max-width: 464px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
    transition: background-color 0.2s ease;
  }
  .floating_box .floating_area:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
/* iOSの自動検出リンク＆手動のtelリンクの両方に効かせる */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
  display: inline !important; /* ← これで改行されなくなる */
}/*# sourceMappingURL=common.css.map */