/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

/*Noto Sans JP 600*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*ZenKakuGothicNew 400*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*ZenKakuGothicNew 500*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*ZenKakuGothicNew 700*/
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
.breadcrumbs {
    background: #fafafa;
}
.breadcrumbs__box {
    background: #fafafa;
}
.reservation-side-link {
    display: none!important;
}
/* =========================================
   PCã‚ªãƒªãº - åŸºæœ¬ã‚³ãƒ³ãƒ†ãƒŠï¼ˆè¦Figmaè¨ˆæ¸¬ã§ä¸Šæ›¸ãå¯ï¼‰
   ========================================= */
#content,
#contents,
.l-main {
    width: 100%;
    background: #fff;
    padding-bottom: 0;
}
.l-main *{
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 400;
}
.section__inner {
    width: 1140px;
    margin: 0 auto;
}
[class*="section__wrapper--"]{
    padding-block: 80px;
}
.section__wrapper--worry--02 {
    padding-block: 60px 0;
}
.section__ttl {
    color: #252525;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.92px;
    margin-bottom: 37px;
}
.section__ttl span {
    color:  #F0813B;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 12px;
    padding-left: 15px;
    letter-spacing: 0;
}
.section__ttl span::before {
    position: absolute;
    content: "";
    background: #F0813B;
    width: 9px;
    height: 9px;
    left: 0;
    bottom: 0;
    top: 0px;
    margin: auto;
}
/* =========================================
   headerï¼ˆFigma node-id: 6224-1363ï¼‰
   ========================================= */
.l-header {
    display: none;
}
.org-header *{
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 400;
}
.org-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}
.org-header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 40px;
    padding-left: 12px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* position: sticky; */
    /* top: 0; */
}
.org-header__logo {
    flex-shrink: 0;
}
.org-header__logo a {
    display: block;
}
.org-header__logo a:hover {
    opacity: 1;
}
.header__logo img {
    width: 195px;
    height: 65px;
    display: block;
    object-fit: cover;
}
.header__nav-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    height: 92px;
}
/* ãƒ†ã‚­ã‚¹ãƒˆ nav: row, gap 24px, Noto Sans JP 600/500, 16px, #373737, line-height 1.7em */
.header__nav-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__nav-list a {
    color: #373737;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7em;
    text-decoration: none;
}
.header__nav-list a:hover {
    opacity: 1;
    color: #F0813B;
}
/* CTA: row, gap 10px, ãƒœã‚¿ãƒ³ W:140px, padding 36px 64px / 36px 46px */
.header__cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    align-self: stretch;
    gap: 0;
}
.header__cta--satei,
.header__cta--contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    padding: 36px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    color: #FCFCFC;
    text-decoration: none;
}
.header__cta--satei {
    background: #F3B553;
    width: 139px;
    opacity: 1;
}
.header__cta--satei:hover {
    background: #fff;
    color: #F3B553;
    border: 1px solid #F3B553;
    opacity: 1;
}
.header__cta--contact {
    background: #F0813B;
}
.header__cta--contact:hover {
    background: #fff;
    color: #F0813B;
    border: 1px solid #F0813B;
    opacity: 1;
}

/*header*/

.main__bg--catch {
    height: 601px;
}
.main__bg--catch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*worry*/
.worry__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.worry__items {
    width: 360px;
    height: 140px;
    border-radius: 10px;
    border: 1px solid #FFE7C8;
    background: #FFF;
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
}
/* ã‚¢ã‚¤ã‚³ãƒ³ç”»åƒ - è¨ˆæ¸¬å€¤è¦Figmaç¢ºèª */
.worry__items__icon {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.worry__items__icon img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
.section__wrapper--worry {
    background: #FEF8F0;
}
.worry__items__title {
    font-size: 20px;
    font-weight: 700;
}
.worry__items__title span {
    color:  #F0813B;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}
/*reason*/
.reason__items {
    width: 360px;
    }
    .section__wrapper--reason {
        padding-bottom: 70px;
    }
.reason__items__img {
    margin-bottom: 16px;
}
.reason__items__img img {
    width: 360px;
    height: 420px;
    object-fit: cover;
}
.reason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reason__items__title {
color: #F0813B;
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: 150%; /* 30px */
}
.reason__items__description {
color: #252525;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
margin-top: 8px;
}

/* =========================================
   riskï¼ˆ3ã¤ã®ãƒªã‚¹ã‚¯ï¼‰è¨ˆæ¸¬å€¤: 
   ========================================= */
.section__wrapper--risk {
    background: #FEF8F0;
}
.section__wrapper--risk .section__ttl {
    color: #333333;
}
.section__wrapper--risk .section__ttl--risk {
    margin-bottom: 48px;
    text-align: start;
}
.section__wrapper--risk .section__ttl span {
    margin:  0 auto 12px 0;
}
.risk__ttl__number::before {
    display: none;
}
.section__wrapper--risk .risk__ttl__number {
    font-size: 52px;
    color:  #F0813B;
    font-weight: 700;
    position: inherit;
    padding-left: 0;
    display: contents;
}
.risk__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.risk__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFE7C8;
    /* background: #FFFFFF; */
    border-radius: 0;
}
.risk__item:last-child {
    /* border-bottom: none; */
}
.risk__item__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 0;
}
.risk__item__title {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    display: flex;
    align-items: baseline;
}
.risk__item__title--orenji {
    color: #F0813B;
    font-weight: bold;
}
.risk__item__description {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}
.risk__item__img {
    width: 410px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}
.risk__item__img img {
    width: 410px;
    height: 180px;
    object-fit: cover;
}
.risk__item__number {
    font-size: 34px;
    color: #F0813B;
    font-weight: 700;
}

/* ========== proposalï¼ˆç©ºãå®¶æ´»ç”¨ã®ã”ææ¡ˆï¼‰gap 40px, ã‚«ãƒ¼ãƒ‰350x220+ãƒãƒ¼+108 ========== */
.section__wrapper--proposal {
    background: #FEF8F0;
    padding-bottom: 73px;
}
.section__wrapper--proposal .section__ttl {
    margin-bottom: 40px;
}
.proposal__list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.proposal__item {
    width: 350px;
}
.proposal__item__head {
    position: relative;
    margin-bottom: 8px;
}
.proposal__item__img {
    width: 350px;
    height: 220px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
.proposal__item__img img {
    width: 350px;
    height: 220px;
    object-fit: cover;
}
.proposal__item__title {
    bottom: 0;
    position: absolute;
    margin: 0 0 0;
    padding: 2px 15px 3px;
    background: #F3B553;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.proposal__item__description {
    width: 350px;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

/* ========== buy ========== */
.section__wrapper--buy {
    padding-top: 78px;
}
.section__wrapper--buy .section__ttl {
    margin-bottom: 36px;
}
.buy__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.buy__item {
    width: 262px;
    background: #FFFFFF;
}
.buy__item__img {
    width: 262px;
    height: 160px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}
.buy__item__img img {
    width: 262px;
    height: 160px;
    object-fit: cover;
}
.buy__item__title {
    color: #F3B553;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 5px;
}
.buy__item__description {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62;
    margin: 0;
    width: 262px;
}

/* ========== voiceï¼ˆãŠå®¢æ§˜ã®å£°ï¼‰ã‚¿ãƒ–+ãƒ‘ãƒãƒ« ========== */
.section__wrapper--voice {
    background: #fff;
}
.section__wrapper--voice .section__ttl {
    margin-bottom: 38px;
}
.voice__tabs {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}
.voice__tab {
    padding: 9px 20px;
    color: #8F8F8F;
    background: #F4F4F4;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 285px;
    height: 60px;
    font-size: 26px;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    letter-spacing: 0.03em;
}
.voice__panel[hidden] {
    display: none;
}
.voice__tab--current {
    background: #F0813B;
    color: #FFFFFF;
}
.voice__panel {
    border: 1px solid #F0813B;
    background: #FFFFFF;
    padding: 59px;
    display: flex;
    position: relative;
    background: #FFFEF7;
    min-height: 348px;
}
.voice__panel__label {
    display: inline-block;
    background: #F0813B;
    color: #FFFFFF;
    font-weight: 700;
    padding: 2px 21px;
    border-radius: 9999px;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    letter-spacing: 0.03em;
    height: 34px;
}
.voice__panel__title {
    color: #252525;
    font-size: 24px;
    font-weight: 700;
}
.voice__panel__text {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
.voice__panel__head {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.voice__panel__textbox {
    width: 685px;
    flex-shrink: 0;
}
.voice__panel__img {
    width: 315px;
    height: 248px;
    position: absolute;
    right: 58px;
    bottom: 48px;
}
/* ========== stepsï¼ˆæŸ»å®šã®4ã‚¹ãƒ†ãƒƒãƒ—ï¼‰gap 40px/20px, ã‚«ãƒ¼ãƒ‰253x228 ========== */
.section__wrapper--steps {
    background: #FEF8F0;
}
.l-main .section__ttl__subttl--number {
    color: #F0813B;
    text-align: center;
    font-size: 52px;
    display: contents;
    position: inherit;
}
.section__ttl__subttl--number::before {
    display: none;
}
.section__wrapper--steps .section__ttl {
    margin-bottom: 40px;
}
.steps__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    position: relative;
}
.steps__list::before {
    content: "";
    position: absolute;
    width: 771px;
    height: 15px;
    background: url("../images/step__arrow.svg") center / cover no-repeat;
    left: 82px;
    bottom: 108px;
}
.steps__item {
    width: 253px;
    height: 228px;
    background: #FFFFFF;
    border: 1px solid #FFE7C8;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-top: 30px;
}
.steps__item__badge {
    position: absolute;
    top: -16px;
    left: 12px;
    right: 0;
    margin: auto;
    padding: 3px 10px 7px;
    background: #F3B553;
    color: #FFFFFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.45;
    width: fit-content;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    line-height: 1;
}
.steps__item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0 21px;
}
.steps__item__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
}
.steps__item__icon img {
    width: 80px;
    height: 80px;
}
.steps__item__title {
    color: #F0813B;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}
.steps__item__description {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

/* ========== contactï¼ˆãŠå•ã„åˆã‚ã›ï¼‰èƒŒæ™¯ #F3B553, ã‚«ãƒ¼ãƒ‰485x120 ========== */
.section__wrapper--contact {
    background: #F3B553;
    padding: 60px 0;
}
.section__wrapper--contact .section__ttl--contact {
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2;
    letter-spacing: 0em;
}
.section__wrapper--contact .section__ttl--contact span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
.section__wrapper--contact .section__ttl span::before {
    background: #FFFFFF;
}
.contact__cards {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.contact__card {
    display: flex;
    align-items: center;
    width: 485px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 0 0 0 19px;
    gap: 1px;
    text-decoration: none;
    color: inherit;
    position: relative;
}
.contact__card:hover {
    opacity: 1;
}
.contact__card__icon {
    flex-shrink: 0;
}
.contact__card__icon img {
    width: 69px;
    height: 69px;
}
.contact__card__icon--mail {
    width: 42px;
    height: 65px;
    object-fit: contain;
}

.contact__card__text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.contact__card__label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    line-height: 1.7;
}
.contact__card__title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #F3B553;
    line-height: 1.5;
}
.contact__card__title--contact {
    color: #F0813B;
}
.contact__card__arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    background: url("../images/contact__arrow.svg") no-repeat center;
    transition: right 0.25s ease;
}
.contact__card:hover .contact__card__arrow {
    right: 20px;
}
.contact__card--mail {
    padding: 0 0 0 31px;
    gap: 17px;
}
.contact__card--mail .contact__card__arrow {
    background: url(../images/contact__arrow02.svg) no-repeat center;
}



/* ========== footer è¨ˆæ¸¬: #FEFDF2, padding 60px 390px 40px, å¹…1140, gap 50px/15px/10px/20px ========== */
.org-footer *{
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 400;
}
.org-footer {
    background: #FEFDF2;
    padding: 60px 0 40px;
}
.org-footer__inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.org-footer__left {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.footer__company {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 330px;
}
.footer__company__name {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.footer__company__address {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.footer__company__tel {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
    margin: 0;
}
.footer__company__info {
    display: flex;
    gap: 10px;
    margin-top: 7px;
}
.footer__company__info .footer__company__address {
    font-size: 14px;
}
.footer__company__tel-label {
    color: #333333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.footer__company__tel-num {
    color: #333333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}
.footer__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__legal__links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    margin: 42px 0 0;
    padding: 0;
}
.footer__legal__links a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
}
.footer__legal__links a:hover {
    color: #F0813B;
    opacity: 1;
}
.footer__legal__copy {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.footer__nav {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: end;
}
.footer__nav__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__nav__col a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
    opacity: 1;
}
.footer__nav__col a:hover {
    color: #F0813B;
    opacity: 1;
}
.l-footer {
   display: none;
}
.searchlink {
    display: none;
}

/* ========== footer ========== */
