@charset "utf-8";

/* 移管用追加ここから（常に先頭） */
.transfer-page,
.transfer-page :where(:not(iframe, [class*="swiper"])),
.transfer-page *::before,
.transfer-page *::after {
    all: revert;
}

.l-contents:has(.transfer-page .md-mv-heading) {
    overflow: visible;
}

.transfer-page {
    width: 100%;
}

.transfer-page :where(a) {
    color: #07519A;
    text-decoration: none;
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.transfer-page :where(a:hover) {
    opacity: .8;
    transition: 0s;
}

.transfer-page :where(h1, h2, h3, h4, h5,
    p, ul, ol, li, dl, dt, dd,
    form, table, div) {
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #333333;
}

.transfer-page :where(img) {
    border: none;
    vertical-align: bottom;
}

.transfer-page *::before,
.transfer-page *::after {
    box-sizing: content-box;
}

.transfer-page :where(img) {
    max-width: none;
}

/* 移管用追加ここまで */

/* Noto Sans JP / Noto Serif JP（ローカルフォント） */
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/* outline
------------------------------*/
.l-page * {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
    box-sizing: border-box;
}


#content {
    width: 100%;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}
/*---------------------------------------------------------
main
---------------------------------------------------------*/
.l-wrapper {
    overflow-x: hidden;
}

.l-container {
    width: 950px;
    margin: 0 auto;
}

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

.loan-section__heading {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.loan-section__heading .text--pink {
    color: #F83B9D;
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
}

.loan-section__link:hover {
    text-decoration: none;
    opacity: 0.6;
}

/*---------------------------------------------------------
key-visual
---------------------------------------------------------*/
.key-visual {
    height: 350px;
    background: url(../images/key-visual.webp);
    background-size: cover;
    background-position: center;
}

.key-visual *{
	font-family: 'Noto Serif JP', serif;
}

.key-visual__wrapper {
    width: 950px;
    margin: 0 auto;
}

.key-visual__content {
    width: 597px;
    height: 252px;
    background-color: rgba(255, 255, 255, 0.7);
    float: right;
    position: relative;
    margin-top: 58px;
}

.key-visual__content::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 164, 211, 0.5);
    position: absolute;
    top: -30px;
    left: -30px;
}

.key-visual__content::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 164, 211, 0.5);
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.key-visual__copy {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 41px 70px 10px 77px;
}

.key-visual__copy .text--size {
    font-size: 40px;
}

.key-visual__copy .text--pink {
    color: #F83B9D;
}

.key-visual__txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.01em;
    margin-left: 7px;
}

/*---------------------------------------------------------
loan-about
---------------------------------------------------------*/
.loan-about {
    padding-top: 64px;
    padding-bottom: 102px;
    background: #FFFFFF;
}

.loan-about__img img {
    width: 374.6px;
    height: 287.81px;
}

.loan-about__content {
    width: 913px;
    margin-top: 35px;
}

.loan-about__txt {
    width: 494px;
    margin-top: 10px;
}

.loan-about__txt p {
    font-size: 18px;
    line-height: 1.6667;
}

/*---------------------------------------------------------
consul-meeting
---------------------------------------------------------*/
.consul-meeting--a {
    background-color: #FFF5FA;
    position: relative;
    padding-top: 68px;
}

.consul-meeting--b {
    background: #FFFFFF;
    padding-top: 58px;
}

.consul-meeting--b h2 {
    line-height: 1.4;
}

.consul-meeting__ttl {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: serif;
}

.consul-meeting__label {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 400px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-color: #FB92C8;
}

.consul-meeting__label::after {
    content: '';
    border-top: 19px solid #FB92C8;
    border-right: 11px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.consul-meeting__content {
    width: 950px;
    padding: 47px 0 55px;
}

.consul-meeting__content li {
    width: 300px;
    height: 200px;
    background-color: #ffffff;
}

.consul-meeting__content p, .consul-meeting__title {
    text-align: center;
}

.consul-meeting__title {
    font-size: 18px;
    font-weight: 500;
}

.consul-meeting__content a:hover {
    color: #fff;
}

.consul-meeting__tel {
    background-image: url(../images/consul-bg01.webp);
    background-size: 300px 200px;
    padding: 35px 0;
}

.consul-meeting__mail {
    background-image: url(../images/consul-bg01.webp);
    background-size: 300px 200px;
    padding: 46px 23px;
}

.consul-meeting__bkn {
    background-image: url(../images/consul-bg02.webp);
    background-size: 300px 200px;
    padding: 46px 20px;
}

.consul-meeting__tel img {
    width: 18.99px;
    height: 24.77px;
    margin-bottom: 7px;
}

.consul-meeting__tel-num {
    color: #F83B9D;
    font-size: 32px;
    font-weight: bold;
    margin: 11px 0;
}

.consul-meeting__time {
    font-size: 14px;
    line-height: 1.7143;
}

.consul-meeting__mail-btn {
    display: block;
    background-color: #ED6A13;
    width: 250px;
    height: 55px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    margin: 0 auto;
    margin-top: 22px;
}

.consul-meeting__bkn-btn {
    display: block;
    background-color: #EDAA13;
    width: 250px;
    height: 55px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    margin: 0 auto;
    margin-top: 22px;
}

.consul-meeting__mail-btn img {
    display: inline-block;
    width: 22.36px;
    height: 16.35px;
    margin: 0 33px 18px 26.6px;
}

.consul-meeting__bkn-btn img {
    display: inline-block;
    width: 27.7px;
    height: 24.3px;
    margin: 0 26.5px 17px 26.6px;
}

.consul-meeting__mail-btn::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    position: relative;
    top: -30px;
    right: -225px;
}

.consul-meeting__bkn-btn::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    position: relative;
    top: -30px;
    right: -225px;
}

/*---------------------------------------------------------
repay-amount
---------------------------------------------------------*/
.repay-amount {
    position: relative;
    padding: 5px 0 51px;
    background: #FFFFFF;
}

.repay-amount__label {
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 260px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-color: #FB92C8;
}

.repay-amount__label::after {
    content: '';
    border-top: 19px solid #FB92C8;
    border-right: 11px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.repay-amount h2 {
    padding-top: 156px;
}

.repay-amount h2 .text--size {
    display: inline-block;
    font-size: 24px;
    font-family: serif;
    margin-bottom: 2px;
}

.repay-amount__content {
    margin-top: 44px;
}

.repay-amount__content *{
	font-family: 'Noto Serif JP', serif;
}

.repay-amount__txt-a {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 5px;
}

.repay-amount__txt-b {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.repay-amount__txt-b span {
    font-size: 32px;
    color: #F83B9D;
}

.repay-amount__txt-b img {
    position: absolute;
    top: -11px;
    left: 76px;
}

/*---------------------------------------------------------
strengths-point
---------------------------------------------------------*/
.strengths {
    background-color: #FFF5FA;
    padding-bottom: 60px;
}

.strengths h2 {
    padding-top: 73px;
}

.strengths__content {
    margin: 42px 0 0;
}

.strengths__card {
    width: 300px;
    position: relative;
}

.strengths__label {
    display: block;
    width: 46px;
    height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background-color: #F83B9D;
    position: absolute;
    top: 164px;
    left: 10px;
}

.strengths__ttl {
    width: 300px;
    height: 73px;
    color: #F83B9D;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strengths__txt {
    font-size: 16px;
    line-height: 1.5;
}

/*---------------------------------------------------------
fre-q
---------------------------------------------------------*/
.faq {
    background-color: #F8F8F8;
    padding: 57px 0 60px;
}

.faq__list {
    margin-top: 51px;
}

.faq__card:not(:last-child) {
    margin-bottom: 40px;
}

.faq__question {
    padding-bottom: 2px;
    border-bottom: #CCCCCC solid 1px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq__question-txt .faq__num {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #F83B9D;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

.faq__question-txt p {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.faq__toggle-icon-h,
.faq__icon-vertical {
    display: block;
    background-color: #707070;
}
.faq__toggle-btn {
    border: none;
    background: inherit;
    margin-right: 30px;
    position: relative;
}
.faq__toggle-icon-h {
    width: 15px;
    height: 2px;
    position: absolute;
    top: 7px;
    left: -5px;
}
.faq__icon-vertical {
    width: 2px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 1.5px;
}
.faq__icon-vertical.is-active {
    display: none;
}

.faq__answer {
    display: none;
}

.faq__answer-txt {
    display: flex;
    justify-content: flex-start;
    margin-top: 13.5px;
}

.faq__answer-txt span {
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ED6A13;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

.faq__answer-txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

/*---------------------------------------------------------
customer-bank
---------------------------------------------------------*/
.bank {
    background: #FFFFFF;
    padding: 60px 0;
}

.bank__content {
    margin-top: 46px;
    position: relative;
}

.bank__txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 23px;
}

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

.bank__banner a:not(:last-child) {
    display: inline-block;
    margin-bottom: 12px;
}

.bank__banner-txt {
    font-size: 16px;
    position: absolute;
    bottom: -30px;
    right: 18px;
}

/*---------------------------------------------------------
blog-profile
---------------------------------------------------------*/
.blog {
    background-color: #FFF5FA;
    padding: 64px 0 60px;
}

.blog__content {
    margin-top: 44px;
}

.blog__card {
    width: 300px;
}
.blog__card .blog__img {
    width: 300px;
    height: 180px;
    overflow: hidden;
    margin: 0;
}
.blog__card .blog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog__link {
    display: block;
}
    .blog__link:hover {
        opacity: .8;
    }
.blog__ttl {
    width: 300px;
    color: #F83B9D;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 8px 0 6px;
}

.blog__txt {
    width: 300px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog__btn {
    width: 263px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.blog__btn a {
    display: block;
    width: 263px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
    padding-left: 76px;
    border-radius: 5px;
    background-color: #F83B9D;
    margin-top: 45px;
}

.blog__btn a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px;
    position: relative;
    top: -27px;
    right: -161px;
}

.org-footer.l-footer{
    padding: 0;
}