@charset "utf-8";

/* COMMON
----------------------------------------------- */
.container {
    max-width: 1040px;
    line-height: 1.8;
    margin: auto;
    font-family: Roboto,"Helvetica Neue",Arial,"Century Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic",Meiryo,sans-serif;
}
.container img {
    max-width: 100%;
    height: auto;
}
.container a:hover {
    opacity: .8;
}
.container .wrapper {
    max-width: 800px;
    margin: auto;
}
.container .marker {
    background: #FFFD67;
    font-weight: bold;
}

/* BREADCRUMB - パンくず
----------------------------------------------- */
.breadcrumb_header {
    padding: 8px 10px 8px;
    overflow: auto;
    overflow-y: hidden;
}
.breadcrumb_header ul {
    display: flex;
    gap: 5px;
    max-width: 1040px;
    margin: auto;
    font-size: 12px;
}
.breadcrumb_header ul li {
    position: relative;
    padding-left: 18px;
    white-space: nowrap;
}
.breadcrumb_header ul li::before {
    content: "\e933";
    position: absolute;
    left: 0;
    top: 50%;
    font-family: "icomoon";
    color: #666;
    font-size: 20px;
    transform: translateY(-50%);
}
.breadcrumb_header ul li:first-child {
    padding-left: 0;
}
.breadcrumb_header ul li:first-child::before {
    content: none;
}

/* BTN 
----------------------------------------------- */
.cp_btn {
    padding: 0 0 10px;
    text-align: center;
}
.cp_btn a {
    position: relative;
    display: block;
    max-width: 300px;
    line-height: 1.3;
    margin: auto;
    padding: 20px 8px 16px;
    border-radius: 100px;
    background: linear-gradient(105deg,rgba(255, 114, 58, 1) 0%, rgba(253, 89, 37, 1) 100%);
    box-shadow: 0px 4px 8px #33333333;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.cp_btn span {
    position: absolute;
    left: 50%;
    top: -12px;
    width: max-content;
    line-height: 1;
    padding: 4px 10px;
    border: 2px solid #FD5925;
    border-radius: 50px;
    background: #FFF;
    color: #FD5925;
    font-weight: bold;
    font-size: 14px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

/* TITLE 
----------------------------------------------- */
.container .ttl {
    line-height: 1.5;
    color: #804D2C;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

/* OPEN / CLOSE - 開閉
----------------------------------------------- */
.container .fold_wrap {
    margin: 15px auto;
    border-radius: 16px;
    background: #FFF;
}
.container .fold_wrap .fold_content {
    display: none;
    padding: 0 20px 20px;
}
.container .fold_wrap .more_btn {
    position: relative;
    line-height: 1.4;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}
.container .fold_wrap .more_btn::after {
    content: "＋";
    position: absolute;
    right: 8px;
    top: 50%;
    padding: 2px;
    color: #804D2C;
    font-weight: bold;
    font-size: 18px;
    transform: translatey(-50%);
}
.container .fold_wrap .more_btn.open::after {
    content: "－";
}

/* MV
----------------------------------------------- */
.mv_wrap {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(239, 223, 190, 1) 70%);
}
.mv_wrap h1 {
    text-align: center;
}
.gift_list_wrap {
    padding: 0 20px 20px;
}
.gift_list_wrap .wrapper {
    padding: 20px 16px;
    border: 3px solid #804D2C;
    border-radius: 16px;
    background: #FFF;
}
.gift_list_wrap h2 {
    margin-bottom: 4px;
    font-weight: bold;
    text-align: center;
}
.gift_list_wrap h2 em {
    color: #804D2C;
    font-weight: bold;
}
.gift_list_wrap h2 span {
    position: relative;
    font-size: 20px;
}
.gift_list_wrap h2 span:nth-child(2) {
    padding: 0 2px;
}
.gift_list_wrap h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.3em;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #804D2C;
    transform: translatex(-50%);
}
.gift_list_wrap .gift_img picture {
    display: block;
}
.gift_list_wrap .gift_img picture:last-of-type {
    position: relative;
    padding-top: 8px;
}
.gift_list_wrap .gift_img picture:last-of-type::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    display: block;
    width: 56px;
    height: 56px;
    background: url(images/ico_plus.svg) no-repeat;
    transform: translateX(-50%);
    background-size: contain;
}
/* BTN */
.mv_cp_btn .cp_btn {
    padding-top: 20px;
}
.mv_cp_btn .txtlink {
    margin-top: 8px;
    text-align: center;
}
.mv_cp_btn .txtlink a {
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.mv_cp_btn .txtlink a::after {
    content: "\e933";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "icomoon";
    color: #333;
    font-weight: normal;
    font-size: 22px;
    transform: translateY(-50%);
}

/* 人気の理由は？
----------------------------------------------- */
.container .about_wrap {
    padding: 20px;
    background: #EFDFBE;
}
.container .about_wrap .wrapper {
    max-width: 800px;
    margin: auto;
    padding: 20px 15px;
    border-radius: 16px;
    background: #FFF;
}
.container .about_wrap h2 {
    line-height: 1.4;
    font-weight: bold;
    font-size: min(7vw, 26px);
    text-align: center;
}
.container .about_wrap h2 span {
    position: relative;
    display: inline-block;
}
.container .about_wrap h2 span::after,
.container .about_wrap h2 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #333;
}
.container .about_wrap h2 span::before {
    left: -20px;
    transform: rotate(-20deg);
}
.container .about_wrap h2 span::after {
    right: -20px;
    transform: rotate(20deg);
}
.container .about_wrap ul.reason {
    display: flex;
    gap: 5px;
    margin: 15px 0 30px;
}
.container .about_wrap ul.reason li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    line-height: 1.2;
    padding: 30% 0 0;
    border: 3px solid #333;
    border-radius: 100%;
    background: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.container .about_wrap ul.reason li span.circle_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    z-index: +1;
}
.container .about_wrap ul.reason li em {
    display: block;
    color: #FB1B5A;
    font-weight: bold;
    font-size: 30px;
    white-space: nowrap;
}
.container .about_wrap ul.reason li em span {
    font-size: 22px;
}
.container .about_wrap ul.reason li sup {
    font-size: 12px;
}
.container .about_wrap .fold_wrap {
    background: #F7F0DD;
}
.container .about_wrap dl dt {
    min-height: 40px;
    padding: 5px 0 10px 40px;
    background: url(images/about_bg01.webp) no-repeat 0 50%;
    background-size: 30px auto;
    font-weight: bold;
}
.container .about_wrap dl dt span {
    border-bottom: 4px solid #CE8E41;
    font-size: 20px;
}
.container .about_wrap dl dt sup {
    font-size: 12px;
}
.container .about_wrap dl dd {
    margin-bottom: 10px;
}
.container .about_wrap .more_btn {
    margin: 0 auto 15px;
    border-radius: 16px;
    background: #F7F0DD;
}
.container .about_wrap .count_att {
    margin: -10px 0 15px;
    font-size: 12px;
}

/* 保険相談をするメリットは？
----------------------------------------------- */
.container .merit {
    padding: 35px 20px;
    background: #EFDFBE;
}
.container .merit .fold_wrap {
    background: #fff;
    overflow: hidden;
}
.container .merit h2 span {
    position: relative;
    font-size: 28px;
}
.container .merit h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.3em;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: currentColor;
    transform: translatex(-50%);
    color: #CE8E41;
}
.container .merit ol {
    max-width: 800px;
    margin: 20px auto;
}
.container .merit dl {
    position: relative;
    padding: 20px;
}
.container .merit dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    width: 31px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.container .merit dl.merit01::before {
    background-image: url(images/no1.webp);
}
.container .merit dl.merit02::before {
    background-image: url(images/no2.webp);
}
.container .merit dl.merit02 sup {
    font-size: 12px;
}
.container .merit dl.merit02 ul li {
    line-height: 1.3;
    padding: 15px 0 10px 34px;
    background: url(images/about_bg02.webp) no-repeat left center / 24px auto;
    font-weight: bold;
    font-size: 18px;
}
.container .merit dl.merit02 ul li span {
    display: block;
    border-bottom: 2px dashed #F55267;
}
.container .merit dl.merit02 ul + p {
    margin: 0;
    text-align: right;
}
.container .merit dl.merit02 .count_att {
    font-size: 12px;
}
.container .merit dl.merit03::before {
    background-image: url(images/no3.webp);
}
.container .merit dl dt {
    padding-top: 15px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.container .merit dl dd p {
    margin: 1em 0;
}
.container .merit .fold_wrap .more_btn {
    padding: 10px 20px 10px 10px;
}
.container .merit .fold_wrap .more_btn::after {
    right: -5px;
    font-weight: normal;
    font-size: 24px;
}
.container .merit .fold_wrap .fold_content {
    padding: 0;
}
/* BTN */
.merit .cp_btn {
    padding: 20px 0 0;
}

/* 面談方法別オススメポイントをご紹介
----------------------------------------------- */
.info_ttl {
    position: relative;
    margin: 14px auto 70px;
    background: #FFF;
    font-weight: bold;
    font-size: min(5.6vw, 20px);
    text-align: center;
}
.info_ttl::after {
    content: "";
    position: absolute;
    left: calc((100% - 260px)/2);
    bottom: -45px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 130px 0 130px;
    border-color: #A6826A transparent transparent transparent;
}

/* オンライン相談
----------------------------------------------- */
.container .sodan .online {
    padding: 20px;
    background: #EFDFBE;
    overflow: hidden;
}
.container .sodan .online h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto 20px;
    white-space: nowrap;
}
.container .sodan .online h2::before {
    content: "";
    position: absolute;
    left: -82px;
    bottom: -8px;
    width: 75px;
    height: 60px;
    background: url(images/online_ico.webp) no-repeat left top;
    background-size: contain;
}
.container .sodan .wrapper {
    margin: auto;
    padding: 20px 15px;
    border-radius: 16px;
    background: #FFF;
}
.container .sodan .online figure {
    margin: 15px auto;
    text-align: center;
}
.container .online .reason {
    max-width: 800px;
    margin: auto;
}
.container .online .reason p {
    line-height: 1.2;
    padding: 0 20px 20px;
    font-weight: bold;
    font-size: min(6.5vw, 24px);
    text-align: center;
}
.container .online .reason p span {
    position: relative;
    display: inline-block;
}
.container .online .reason p span::after,
.container .online .reason p span::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #333;
}
.container .online .reason p span::before {
    left: -20px;
    transform: rotate(-30deg);
}
.container .online .reason p span::after {
    right: -20px;
    transform: rotate(30deg);
}
.container .online .reason ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .online .reason li {
    width: 33%;
    max-width: 180px;
    line-height: 1.2;
    padding: 105px 5px 5px;
    background: url(images/ico_01.webp) no-repeat center top/95px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.container .online .reason li:nth-of-type(2) {
    background-image: url(images/ico_02.webp);
}
.container .online .reason li:nth-of-type(3) {
    background-image: url(images/ico_03.webp);
}
.container .online .reason li em {
    display: block;
    color: #F55267;
    font-weight: bold;
    font-size: 16px;
}
.container .online sup {
    font-size: 12px;
}
.container .online .attention {
    margin-top: 30px;
    color: #7f7f7f;
    font-size: 12px;
}
.container .online .fold_wrap {
    max-width: 800px;
    margin: 30px auto;
    background: #FFF;
}

/* 来店相談 / 訪問相談
----------------------------------------------- */
.container .primary {
    padding: 0 20px 30px;
    background: #F7F0DD;
}
.container .primary .fold_wrap {
    max-width: 800px;
    margin: 0 auto;
}
.container .primary .ttl {
    padding: 20px 0 20px;
}
.container .primary .fold_wrap .more_btn {
    border-radius: 16px;
    background: #FFF;
    color: #333;
}
.container .shop .txt_img {
    margin: 20px auto;
}
.container .shop .cp_btn {
    padding: 30px 0 15px;
}
.container .visit figure {
    margin: 10px auto 20px;
}
.container .visit .cp_btn {
    margin: 30px auto 0;
}

/* お客さまからのお声
----------------------------------------------- */
.container .voice {
    padding: 32px 20px;
    background: #EFDFBE;
}
.container .voice .voice_list {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 15px 32px;
    border-radius: 16px;
    background: #FFF;
}
.container .voice .fold_wrap {
    background: none;
}
.container .voice .fold_wrap .fold_content {
    padding: 0;
}
.container .voice .fold_wrap .more_btn {
    width: 60%;
    max-width: 160px;
    line-height: 1;
    margin: auto;
    border-radius: 100px;
    background: #F7F0DD;
    font-size: 14px;
    text-align: center;
}
.container .voice h2 {
    line-height: 1.5;
    margin: 0 0 24px;
    padding: 5px 0 3px;
    font-weight: bold;
    font-size: min(6.5vw, 24px);
    text-align: center;
}
.container .voice h2 span {
    position: relative;
    display: inline-block;
}
.container .voice h2 span::after,
.container .voice h2 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #333;
}
.container .voice h2 span:before {
    left: -20px;
    transform: rotate(-30deg);
}
.container .voice h2 span:after {
    right: -20px;
    transform: rotate(30deg);
}
.container .voice .voice_list .voice_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted 2px #333;
}
.container .voice .voice_list > .voice_box {
    margin: 0;
    padding: 0;
    border: none;
}
.container .voice .voice_list .voice_box figure {
    width: 82px;
}
.container .voice .voice_list .voice_box figure figcaption {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.container .voice .voice_list .voice_box div {
    width: calc(100% - 100px);
    font-size: 15px;
}
.container .voice .attention {
    margin: 40px 0 20px;
    font-size: 12px;
}

/* キャンペーン概要
----------------------------------------------- */
.campaign_detail {
    padding: 20px 0 50px;
    background: #FFF;
}
.campaign_detail h2 {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.campaign_detail dl {
    margin-bottom: 40px;
    font-size: 16px;
}
.campaign_detail dl dt {
    margin: 15px 0;
    padding: 5px;
    background: #A6826A;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.campaign_detail dl dd {
    margin: 0 15px;
}
.campaign_detail dl dd em {
    font-weight: bold;
}
.campaign_detail dl dd span {
    color: #E42A70;
}
.campaign_detail dl dd li {
    line-height: 1.5;
    margin: 0 0 10px;
}
.campaign_detail dl dd ul li {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.campaign_detail dl dd ol li {
    padding-left: 1em;
    text-indent: -1em;
}
.campaign_detail + dl.agency {
    padding: 0 15px 40px;
    background: #fff;
    font-size: 14px;
}
.campaign_detail + dl.agency dt {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.campaign_detail + dl.agency dd {
    padding: 0 5px;
}
.campaign_detail .custom_ttl {
    font-weight: bold;
}
.campaign_detail .warning .custom_ttl,
.campaign_detail .custom_att {
    text-decoration: underline;
}
.campaign_detail .unline {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    /* BREADCRUMB - パンくず
    ----------------------------------------------- */
    .breadcrumb_header {
        border-top: 1px solid #d2d2d2;
    }
    /* BTN 
    ----------------------------------------------- */
    .cp_btn {
        padding-top: 30px;
    }
    .cp_btn a {
        max-width: 500px;
        padding: 28px 8px 20px;
        font-size: 24px;
    }
    .cp_btn span {
        font-size: 16px;
    }
    /* TITLE 
    ----------------------------------------------- */
    .container .ttl {
        font-size: 40px;
    }
    /* OPEN / CLOSE - 開閉
    ----------------------------------------------- */
    .container .fold_wrap .fold_content {
        padding: 0 60px 30px;
    }
    .container .fold_wrap .more_btn {
        margin-top: 30px;
        padding: 20px 30px;
        border-radius: 24px;
    }
    .container .fold_wrap .more_btn::after {
        right: 15px;
        font-size: 22px;
    }
    /* MV
    ----------------------------------------------- */
    .mv_wrap {
        padding: 0 0 18px;
    }
    .gift_list_wrap .wrapper {
        padding: 32px;
    }
    .gift_list_wrap h2 {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .gift_list_wrap h2 span {
        font-size: 28px;
    }
    .gift_list_wrap .gift_img {
        display: flex;
        gap: 14px;
    }
    .gift_list_wrap .gift_img picture:last-of-type {
        padding-top: initial;
    }
    .gift_list_wrap .gift_img picture:last-of-type::before {
        left: -30px;
        top: 50%;
        width: 46px;
        height: 46px;
        transform: translate(0, -50%);
    }
    /* BTN */
    .mv_cp_btn .txtlink a {
        padding-right: 24px;
        font-size: 16px;
    }
    .mv_cp_btn .txtlink a::after {
        font-size: 26px;
    }
    /* 人気の理由は？
    ----------------------------------------------- */
    .container .about_wrap {
        padding: 40px 40px 20px;
    }
    .container .about_wrap .wrapper {
        padding: 50px;
    }
    .container .about_wrap h2 {
        font-size: 30px;
    }
    .container .about_wrap ul.reason {
        max-width: 540px;
        gap: 10px;
        margin: 30px auto 0;
    }
    .container .about_wrap ul.reason li {
        font-size: 23px;
    }
    .container .about_wrap ul.reason li em {
        font-size: 40px;
    }
    .container .about_wrap ul.reason li:not(:first-child) em {
        font-size: 48px;
    }
    .container .about_wrap ul.reason li:not(:first-child) em span {
        font-size: 35px;
    }
    /* 保険相談をするメリットは？
    ----------------------------------------------- */
    .container .merit {
        padding-bottom: 55px;
    }
    .container .merit .ttl {
        font-size: 28px;
    }
    .container .merit .ttl span {
        font-size: 32px;
    }
    .container .merit ol {
        margin-bottom: 40px;
    }
    .container .merit dl {
        padding: 20px 20px 20px 35px;
    }
    .container .merit dl::before {
        top: 13px;
        width: 35px;
        height: 70px;
    }
    .container .merit dl dt {
        font-size: 24px;
    }
    .container .merit dl dd {
        padding: 0 28px;
        font-size: 18px;
    }
    .container .merit .fold_wrap .more_btn {
        margin-top: 0;
    }
    .container .merit .fold_wrap .more_btn::after {
        font-weight: bold;
    }
    .container .merit .fold_wrap .fold_content {
        padding: 0 28px;
    }
    .container .merit .fold_wrap .fold_content > div {
        display: flex;
        width: fit-content;
        margin: 0 56px;
        align-items: flex-end;
    }
    .container .merit .fold_wrap .fold_content > div ul li {
        font-size: 20px;
    }
    .container .merit .fold_wrap .fold_content > div ul + p {
        line-height: 1.3;
        margin: 0 0 0 10px;
    }
    /* 面談方法別オススメポイントをご紹介
    ----------------------------------------------- */
    .info_ttl {
        margin-bottom: 115px;
        font-size: 30px;
    }
    .info_ttl::after {
        left: calc((100% - 460px)/2);
        bottom: -75px;
        border-width: 50px 230px 0 230px;
    }
    /* オンライン相談
    ----------------------------------------------- */
    .container .sodan .online h2::before {
        left: -135px;
        bottom: -8px;
        width: 123px;
        height: 100px;
    }
    .container .sodan .wrapper {
        padding: 50px;
        border-radius: 32px;
    }
    .container .sodan .online {
        padding: 45px 45px 55px;
    }
    .container .online .reason {
        width: 600px;
    }
    .container .online .reason p {
        line-height: 1.6;
        font-size: 28px;
    }
    .container .online .reason li {
        padding-top: 160px;
        background-size: 150px;
        font-size: 18px;
    }
    .container .online .reason li br {
        display: none;
    }
    .container .online .reason li em {
        margin-top: 5px;
        font-size: 24px;
    }
    .container .primary {
        padding-bottom: 55px;
    }
    .container .primary .ttl {
        padding: 40px 0 20px;
    }
    .container .primary .fold_wrap .more_btn {
        margin-top: 0;
        font-size: 20px;
    }
    .container .primary .fold_wrap .more_btn br {
        display: none;
    }
    /* 来店相談
    ----------------------------------------------- */
    .container .shop figure {
        width: 650px;
        margin: auto;
    }
    .container .shop .txt_img {
        max-width: 550px;
        margin: 40px auto;
    }
    /* 訪問相談
    ----------------------------------------------- */
    .container .visit figure {
        width: 650px;
    }
    /* お客さまからのお声
    ----------------------------------------------- */
    .container .voice {
        padding: 50px 40px;
    }
    .container .voice .voice_list {
        padding: 40px;
        border-radius: 24px;
    }
    .container .voice .voice_list .voice_box {
        align-items: center;
        padding: 25px 40px 0;
    }
    .container .voice .voice_list > .voice_box {
        padding-top: 0;
    }
    .container .voice .voice_list .voice_box figure {
        width: 100px;
    }
    .container .voice .voice_list .voice_box div {
        width: calc(100% - 130px);
        font-size: 16px;
    }
    .container .voice .attention {
        margin-bottom: 40px;
    }
    /* キャンペーン概要
    ----------------------------------------------- */
    .campaign_detail {
        padding-top: 30px;
    }
    .campaign_detail h2 {
        margin: 50px 0 10px;
        font-size: 34px;
    }
    .campaign_detail dl dd {
        margin: 0 15px 20px;
    }
    .campaign_detail + dl.agency dd {
        padding: 0 30px;
    }
    .campaign_detail + dl.agency dd br {
        display: none;
    }
    .container .voice .fold_wrap .more_btn {
        max-width: 300px;
        padding: 14px;
        font-size: 16px;
    }
}