@charset "UTF-8";
/* =====================================
    全体設定
===================================== */

html {
    font-size: 62.5%;
}

a {
    color: #231815;
    text-decoration: none;
    transition: 0.3s opacity ease;
}

a:hover {
    opacity: 0.8;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

p {
  margin: 0;
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 1.6rem;
    font-family: "hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    line-height: 1.15625;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    overflow-x: hidden;
    background-color: #fff;
    background-image:
        linear-gradient(to right, #FAFAFA 1px, transparent 1px),
        linear-gradient(to bottom, #FAFAFA 1px, transparent 1px);
    background-size: 14px 14px;
}

button {
    font-family: "hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =====================================
    header
===================================== */

.header__background-container {
  background-color: #fff;
  background-image:
      linear-gradient(to right, #FAFAFA 1px, transparent 1px),
      linear-gradient(to bottom, #FAFAFA 1px, transparent 1px);
  background-size: 14px 14px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 40px;
}

/* コンテンツコンテナのスタイル */
.header__content-container {
  max-width: 900px; /* コンテンツの最大幅を900pxに設定 */
  width: 100%;
  background: transparent;
  z-index: 2
}

.header {
  width: 100%;
  background: #112880;
  text-align: center;
}

.header__gear1 {
  position: absolute;
  z-index: 1;
  top: -90px;
  left: 100px;
  width: 325px;
  height: auto;
}

.header__gear2 {
  position: absolute;
  z-index: 1;
  top: 245px;
  left: -20px;
  width: 150px;
  height: auto;
}

.header__gear3 {
  position: absolute;
  z-index: 1;
  top: 330px;
  right: -15px;
  width: 125px;
  height: auto;
}

.header__gear4 {
  position: absolute;
  z-index: 1;
  top: 470px;
  right: 45px;
  width: 180px;
  height: auto;
}

.header__image {
    display: block;
    width: 100%;
    height: auto;
}

.header__promo {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 8px
}

.header__picture-container {
  background: #112881;
  position: relative;
  z-index: 2;
}

.header__app {
  padding: 12px 0 32px 0;
}

.header__app-banner {
  width: 43%;
}

/* =====================================
    main
===================================== */

.sp {
	display:none !important;
}

.main {
    margin: auto;
    padding: 48px 0;
    max-width: 900px;
}

.ml-8 {
    margin-left: 8px;
}

.intro {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-align: left;
}

.bg-blue {
    background: #EDF1FD;
}

.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 48px;
}

.navigation__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #112880;
    margin-bottom: 24px;
}

.navigation__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #112880;
    margin-bottom: 6px;
}

.navigation__icon {
    width: 250px;
    margin-bottom: 24px;
}

.navigation__button {
    width: 350px;
    height: 56px;
    border-radius: 46px;
    background: #3C7CF1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 16px;
    cursor: pointer;
}

.navigation__button-left {
  flex: 0 0 auto;
  margin-right: 10px;
}

.navigation__button-right {
  flex: 1;
  text-align: center;
}

.recommendation {
    margin-bottom: 48px;
}

.recommendation__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #112880;
    margin-bottom: 8px;
}

.recommendation__main-title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    color: #112880;
    margin-bottom: 16px;
}

.recommendation__main-title span {
  background: linear-gradient(transparent 65%, #A3D46E 65%);
}

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

.recommendation__type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding-bottom: 48px;
}

.recommendation__type-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #112880;
    margin-bottom: 8px;
}

.recommendation__type-alpha {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #3C7CF1;
    margin-bottom: 8px;
}

.recommendation__type-subtitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #112880;
    margin-bottom: 8px;
}

.recommendation__type-description {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #112880;
}

.recommendation__type-icon {
    width: 328px;
    margin: 8px 0;
}

.recommendation__type-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin: 16px 0 32px 0;
}

.settings {
    text-align: center;
    width: 100%;
    background: #EDF1FD;
    padding: 32px 0;
    border-radius: 10px;
}

.settings__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #112880;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.settings__title-icon {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.setting {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-width: 400px;
    gap: 20px;
    background: #EDF1FD;
}

.setting__card {
    display: flex;
    flex-direction: column;
    width: 40%;
    min-width: 300px;
    background: #FFF;
    padding: auto;
    border-radius: 10px;
    padding: 24px;
}

.setting__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #112880;
    margin-bottom: 16px;
    flex-grow: 0;
}

.setting__image {
    width: 300px;
    height: auto;
    margin: auto
}

.setting__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 16px 0;
    flex-grow: 1;
}

.setting__button {
    font-size: 16px;
    width: 100%;
    height: 56px;
    max-width: 350px;
    background: #3C7CF1;
    color: #FFFFFF;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    border-radius: 28px;
    cursor: pointer;
    align-self: flex-end;
}

.howto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px 0 0 0;
    overflow: hidden;
}

.howto__gear1 {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 200px;
  height: auto;
}

.howto__gear2 {
  position: absolute;
  z-index: 1;
  top: 155px;
  left: 210px;
  width: 110px;
  height: auto;
}

.howto__gear3 {
  position: absolute;
  z-index: 1;
  top: 400px;
  right: 20px;
  width: 110px;
  height: auto;
}

.howto__gear4 {
  position: absolute;
  z-index: 1;
  top: 475px;
  right: 120px;
  width: 260px;
  height: auto;
}

.howto__content {
  margin: auto;
  padding: 48px 0;
  max-width: 900px;
  z-index: 2;
}

.howto__title {
    font-size: 46px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #112880;
    margin-bottom: 32px;
}

.howto__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #112880;
}

.chat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-bottom: 32px;
  }

.chat__icon {
  height: 56px;
  width: 56px;
}

.chat__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: left;
  background: #FFF;
  width: 100%;
  padding: 24px;
  border-radius: 30px;
}

.chat__banner {
  width: 100%;
}

.footer__caption {
  background-color: #D9E2FF;
}

.footer__caption-text {
  margin: auto;
  padding: 32px 0;
  max-width: 900px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.footer__logo {
  background-color: #112880;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 68px 0;
}

.footer__logo-img {
  width: 265px;;
}

.footer__logo-caption {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width:1100px){
.setting__card {
  width: 80%;
}

}

@media screen and (max-width:768px){

.pc {
	display:none !important;
}

.sp {
	display:block !important;
}

.header__promo {
  margin-top: 32px;
  width: 80%;
}

.main {
  padding: 32px 24px 12px 24px;
  gap: 12px;
}

.intro {
  font-size: 14px;
  line-height: 26px;
}

.navigation {
  padding: 18px 24px 12px 24px;
}

.navigation__subtitle {
  font-size: 14px;
  line-height: 20px;
}

.navigation__title {
  font-size: 20px;
  line-height: 30px;
}

.navigation__button {
  padding: 0 10px;
  width: 100%;
  max-width: 350px;
}

.recommendation {
  margin-bottom: 0px;
}

.recommendation__title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}

.recommendation__main-title {
  font-size: 24px;
  line-height: 35px;
}

.recommendation__type-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}

.recommendation__type-subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.recommendation__type-description {
  font-size: 20px;
  line-height: 29px;
}

.recommendation__type-text {
  font-size: 14px;
  line-height: 26px;
}

.settings {
  padding: 24px 0;
}

.settings__title {
  font-size: 18px;
  line-height: 26px;
}

.setting__title {
  font-size: 16px;
  line-height: 23px;
}

.setting {
  min-width: 200px;
}

.setting__card {
  min-width: 150px;
  width: 75%;
}

.setting__image {
  width: 100%;
  object-fit: contain;
}

.setting__text {
  font-size: 14px;
  line-height: 24px;
}

.setting__button {
  line-height: 23px;
}

.howto {
  border-radius: 25px 0 0 0;
}

.howto__gear1 {
  position: absolute;
  z-index: 1;
  top: -25px;
  left: -35px;
  width: 100px;
  height: auto;
}

.howto__gear2 {
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 40px;
  width: 45px;
  height: auto;
}

.howto__gear3 {
  position: absolute;
  z-index: 1;
  top: 240px;
  right: 10px;
  width: 60px;
  height: auto;
}

.howto__gear4 {
  position: absolute;
  z-index: 1;
  top: 435px;
  left: 20px;
  width: 100px;
  height: auto;
}

.howto__content {
  padding: 24px;
}

.howto__subtitle {
  font-size: 16px;
  line-height: 23px;
}

.howto__title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 16px;
}

.chat {
  gap: 24px;
  margin-bottom: 20px;
}

.chat__text {
  font-size: 14px;
  line-height: 24px;
  padding: 12px;
  border-radius: 10px;
}

.chat__app {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

.chat__banner {
    background-image: url('/contents/cdn-img/lineup/home-loan/kantan-hl/footer-banner-background.png');
    background-size: cover; /* 画像を画面全体に拡大/縮小 */
    background-repeat: no-repeat; /* 画像の繰り返しを防止 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat__banner img {
  width: 130px;
}

.chat__banner-promo {
  width: 280px !important;
  display: flex;
  margin: 0 auto;
  padding-top: 12px;
}

.chat__app-banner._left {
  text-align: right;
}

.footer__caption-text {
  font-size: 10px;
  line-height: 12px;
  padding: 16px 24px;
}

.footer__logo {
  padding: 40px 0;
}

.footer__logo-img {
  width: 160px;
}

.footer__logo-caption {
  font-size: 10px;
  line-height: 12px;
}

