.policy {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    padding: 62px 0 100px;
    position: relative;
}

.policy li {
    padding-bottom: 20px;
}

.policy li a {
    color: #26211e;
    border-bottom: 1px solid;
}

p.box {
    padding-bottom: 30px;
}

/*law*/

.notation {
    padding: 43px 0 120px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.notation a {
    color: #26211e;
}

.notation-item {
    font-size: 16px;
    width: 296px;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: bold;
    color: #9e8e75;
}

.notation-txt.tel img {
    max-width: 110px;
}

.notation-txt {
    font-size: 16px;
    line-height: 1.9;
}

.notation-flex {
    display: flex;
    border-bottom: 1px dashed #26211e;
    padding: 20px 0;
    align-items: center;
}

.notation-txt.tel img {
    margin: 9px 0 0;
}

.wrap {
    background-color: #f2e5d2;
}

p.under-map {
    padding: 22px 0 45px;
    font-size: 14px;
    max-width: 1000px;
    margin: 0 auto;
}

h2.policy-title {
    font-size: 30px;
}

p.under-map a {
    color: #26211e;
}

.about-v-logo {
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.about-v-logo img {
    max-width: 135px;
}

.about-v {
    height: 450px;
    background-image: url(../img/about-v.jpg);
    position: relative;
    background-position: center bottom;
    background-size: cover;
}

.about-v-logo-2 {
    padding: 90px 0 49px;
    text-align: center;
}

.about-v-logo-2 img {
    max-width: 295px;
}

.under-about-wrap h3 {
    text-align: center;
}

.under-about-wrap h3 img {
    max-width: 385px;
}

.under-about-txt {
    padding: 40px 0 70px;
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
}

.hasira-wrap {
    background-color: #26211e;
    color: #fff;
}

h2.hasira-title {
    padding: 52px 0 27px;
}

.about-border {
    height: 145px;
    background-color: #9e8e75;
    width: 1px;
    margin: 0 auto;
}

.hasira-txt {
    padding: 32px 0 44px;
    text-align: center;
    font-size: 18px;
    line-height: 2.1;
}

.hasira {
    height: 336px;
    padding: 72px 0;
    box-sizing: border-box;
    width: 100%;
}

.concept-title img {
    max-width: 214px;
}

.concept-txt img {
    max-width: 411px;
}

.hasira-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hasira.hasira-01 {
    background-image: url(../img/concept-bk-01.jpg);
    background-position: center bottom;
    background-size: cover;
}

.hasira.hasira-02 {
    background-image: url(../img/concept-bk-02.jpg);
    background-position: center bottom;
    background-size: cover;
}

.hasira.hasira-03 {
    background-image: url(../img/concept-bk-03.jpg);
    background-position: center;
    background-size: cover;
}

.hasira.hasira-02 .hasira-inner {
    flex-direction: row-reverse;
}

.hasira.hasira-02 .concept-txt img {
    max-width: 339px;
}

/*スライド*/
.slideConts {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.slideContsR {
    background-color: lightblue;
    transform: translate(1000px, 0);
}

.slideContsL.show {
    transform: translate(-0px, 0) !important;
}

.slideContsR.show {
    transform: translate(0px, 0) !important;
}

.top-blog h2 {
    padding: 0px 0 40px;
}

ul.blog-list div a {
    margin-bottom: 2px;
}

li.blog-category-01:after,
li.blog-category-02:after,
li.blog-category-03:after {
    border: none;
}

.page-wrap {
    padding: 30px 0 0;
    display: flex;
    max-width: 102px;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 16px;
    align-items: baseline;
}

.top-blog {
    padding-bottom: 77px;
}

.under-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.blog-article {
    width: 642px;
    margin: 0 auto 0 0;
}

.blog-side {
    width: 282px;
    margin: 0 0 0 auto;
}

.blog-flex {
    display: flex;
}

.blog-article-title {
    margin: 32px 0 32px;
    padding-bottom: 14px;
    border-bottom: 1px dashed;
}

p.article-label {
    width: 90px;
    font-size: 13px;
    background-color: #9e8e75;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0 5px;
}

p.article-day {
    font-size: 18px;
    margin-left: 11px;
    line-height: 1;
}

.blog-article-flex {
    display: flex;
    align-items: baseline;
}

.blog-article-title h3 {
    margin-top: 6px;
    font-size: 22px;
}

.blog-article-txt {
    font-size: 16px;
    line-height: 1.9;
}

.blog-article-txt a {
    color: #26211e;
    border-bottom: 1px solid;
}

.side-article h4:before {
    content: '';
    background-image: url(../img/logo.png);
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -9px;
    background-repeat: no-repeat;
}

.side-article h4 {
    padding-left: 41px;
    margin-bottom: 28px;
    font-size: 18px;
    color: #9e8e75;
    line-height: 1;
    position: relative;
}

.side-article-img img {
    max-width: 139px;
}

ul.side-article-inner li a {
    display: flex;
    margin-bottom: 10px;
    color: #26211e;
}

.side-article-title {
    width: 136px;
    margin: 10px 0 0 auto;
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
}

.side-article {
    margin-bottom: 33px;
}

ul.side-article-category {
    display: flex;
    flex-wrap: wrap;
}

ul.side-article-category li a {
    width: 108px;
    font-size: 16px;
    display: block;
    text-align: center;
    background-color: #9e8e75;
    color: #26211e;
    margin-right: 7px;
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 0;
}

a.back {
    text-align: center;
    color: #26211e;
    border-bottom: 1px solid;
    display: table;
    margin: 95px auto 65px;
    font-weight: bold;
    font-size: 16px;
}

ul.future-list {
    margin-bottom: 0px;
    flex-wrap: wrap;
}

ul.future-list li a {
    margin-bottom: 40px;
}

.under-future-wrap {
    padding-bottom: 82px;
}

.under-future-wrap h2 {
    padding-bottom: 62px;
}

h2.under-title img {
    max-width: 338px;
}

.guide-wrap {
    padding: 65px 0 70px;
}

h3.guide-title {
    font-size: 18px;
    padding: 18px 0 18px 53px;
    border-bottom: 1px dashed;
    line-height: 1;
    margin-bottom: 29px;
    position: relative;
}

h3.guide-title:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-image: url(../img/logo.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 5px;
    background-repeat: no-repeat;
}

ul.guide-list li {
    margin-bottom: 27px;
    line-height: 1.8;
}

ul.guide-list li p {
    font-size: 15px;
}

.guide {
    margin-bottom: 61px;
}

.guide-txt {
    margin-bottom: 24px;
}

.card img {
    max-width: 283px;
}

/*faq*/

.accordion-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 36px;
}

.accordion-title {
    cursor: pointer;
    font-size: 18px;
    padding: 24px 19px 21px 75px;
    position: relative;
    box-sizing: border-box;
    background-color: #9e8e75;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}

dt.accordion-title.js-accordion-title.open {
    border-radius: 3px 3px 0 0;
}

.accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(135deg);
}

.accordion-title.open:after {
    transform: translateY(-50%) rotate(315deg);
}

.accordion-text a {
    color: #26211e;
    border-bottom: 1px solid;
}

dl.accordion-list {
    position: relative;
    margin-bottom: 4px;
}

dl.accordion-list:before {
    content: '';
    background-size: contain;
    display: inline-block;
    background-image: url(../img/q.png);
    width: 30px;
    height: 25px;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 24px;
    background-repeat: no-repeat;
}

.accordion-text {
    display: none;
    padding: 15px 25px 15px;
    font-size: 16px;
    line-height: 1.8;
}

.faq-txt a {
    color: #26211e;
    border-bottom: 1px solid;
}

.faq-txt {
    margin: 46px 0 52px;
    line-height: 1.9;
}

.faq h3 {
    font-size: 24px;
    padding: 20px 0 20px 53px;
    line-height: 1;
    position: relative;
}

.faq h3:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-image: url(../img/logo.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 8px;
    top: 13px;
    background-repeat: no-repeat;
}

.faq-wrap {
    padding-bottom: 90px;
}

.contact-txt-wrap {
    padding: 59px 0 50px;
    margin-bottom: 55px;
    border-bottom: 1px dashed;
}

p.contact-txt {
    padding-bottom: 44px;
    font-size: 16px;
    line-height: 1.9;
}

a.btn span {
    font-size: 18px;
}

.contact-txt-2 {
    font-size: 16px;
    margin-bottom: 55px;
    text-align: center;
}

input.Form-Item-Input,
select.select {
    max-width: 495px;
    width: 50%;
}

textarea.Form-Item-Textarea {
    width: 100%;
    height: 285px;
}

input.Form-Item-Input,
select.select,
textarea.Form-Item-Textarea {
    border: none;
    padding: 12px 15px;
    box-sizing: border-box;
    margin-bottom: 9px;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
}

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

input[type="checkbox"] {
    margin-right: 5px;
}

p.policy-doui label {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.policy-doui {
    margin: 45px auto 26px;
    font-size: 14px;
    max-width: 205px;
}

p.policy-doui a {
    color: #26211e;
    border-bottom: 1px solid;
}

input.Form-Btn {
    width: 343px;
    font-size: 24px;
    border: none;
    background-color: #9e8e75;
    color: #fff;
    font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
    margin: 0 auto;
    padding: 27px 0 25px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}


.formbtn.btnarrow-02 {
    width: 343px;
    margin: 0 auto;
    position: relative;
}

.formbtn.btnarrow-02:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.contact-wrap {
    padding-bottom: 110px;
}

.thanks-txt {
    padding: 59px 0 0;
    text-align: center;
}

.thanks-txt h3 {
    font-size: 19px;
    padding-bottom: 18px;
}

.thanks-txt p {
    font-size: 16px;
    line-height: 2;
}

/*読み物タブ*/

.tab {
    flex-grow: 1;
    cursor: pointer;
}

.panel {
    display: none;
}

.tab.is-active {
    transition: all 0.2s ease-out;
}

.panel.is-show {
    display: block;
}

.tab-group {
    display: flex;
    justify-content: flex-start;
}

.blog-cate h3 {
    padding-left: 44px;
    font-size: 20px;
    color: #9e8e75;
    position: relative;
}

.blog-cate h3:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-image: url(../img/logo.png);
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
}

.blog-cate {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
}

.blog-cate h3 {
    padding-left: 44px;
    font-size: 20px;
    color: #9e8e75;
    position: relative;
    margin-right: 28px;
}

ul.tab-group li {
    width: 125px;
    font-size: 16px;
    text-align: center;
    background-color: #9e8e75;
    margin-right: 5px;
    padding: 2px 0 0px;
    font-weight: bold;
    border: 2px solid #9e8e75;
}

li.tab.is-active {
    border: 2px solid #26211e;
}

.brand-img img {
    max-width: 470px;
}

.brand-txt-wrap h3 img {
    max-height: 83px;
    width: auto;
}

.brand-txt-wrap {
    max-width: 450px;
}

ul.brand-list-wrap li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    /* justify-content: space-between; */
    margin-bottom: 28px;
}

.brand-img {
    margin-right: 37px;
}

ul.brand-list-wrap {
    margin: 63px 0 0;
    padding-bottom: 100px;
}

.brand-txt-wrap p {
    padding: 22px 0 25px;
    line-height: 1.8;
    max-width: 439px;
    margin: 0 auto;
}

.brand-txt-wrap h3 {
    text-align: center;
}

a.brand-btn {
    width: 238px;
    font-size: 18px;
    display: block;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
}

a.brand-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.about-wrap,
.brand-list-wrap {
    background-image: none;
}

/*1200以下*/
@media screen and (max-width: 1200px) {

    .policy {
        font-size: 12px;
        padding: 30px 0 70px;
        width: 90%;
        margin: 0 auto;
        max-width: 500px;
    }

    .notation-item {
        font-size: 14px;
    }

    .notation-txt {
        font-size: 13px;
        line-height: 1.5;
    }

    .notation-txt.tel img {
        max-width: 96px;
    }

    .notation-flex {
        display: block;
        padding: 11px 0;
        width: 92%;
        margin: 0 auto;
    }

    .notation-item {
        padding-left: 0;
        line-height: 1.8;
    }

    .notation {
        max-width: 500px;
        padding: 30px 0 90px;
    }

    /*about*/
    .about-v {
        height: 222px;
    }

    .about-v-logo img {
        max-width: 78px;
    }

    .about-v-logo {
        bottom: -40px;
    }

    .about-v-logo-2 img {
        max-width: 180px;
    }

    .under-about-wrap h3 img {
        max-width: 289px;
    }

    .about-v-logo-2 {
        padding: 56px 0 32px;
    }

    .under-about-txt {
        padding: 33px 0 55px;
        text-align: center;
        font-size: 16px;
        line-height: 1.9;
    }

    h2.hasira-title img {
        max-width: 266px;
    }

    h2.hasira-title {
        padding: 38px 0 21px;
    }

    .about-border {
        height: 61px;
    }

    .hasira-txt {
        padding: 26px 0 28px;
        text-align: center;
        font-size: 16px;
        line-height: 1.9;
    }

    .concept-title img {
        max-width: 123px;
    }

    .concept-txt img {
        max-width: 260px;
    }

    .hasira.hasira-02 .concept-txt img {
        max-width: 218px;
    }

    .hasira {
        height: 204px;
        padding: 42px 0;
        width: 100%;
    }

    .hasira-inner {
        justify-content: center;
    }

    .about-v-pa {
        height: 57.9px;
    }

    p.under-map {
        padding: 67px 0 33px;
        font-size: 12px;
        max-width: 500px;
        margin: 0 auto;
        width: 95%;
    }

    ul.blog-list {
        flex-wrap: wrap;
    }

    .page-wrap {
        padding: 35px 0 0;
        max-width: 89px;
        font-size: 12px;
    }

    .top-blog {
        padding-bottom: 55px;
    }

    ul.blog-list li a {
        margin-bottom: 1px;
    }

    .blog-flex {
        display: block;
    }

    .blog-article {
        width: 95%;
        margin: 0 auto;
        max-width: 500px;
    }

    .blog-article-title {
        margin: 18px 0 18px;
        padding-bottom: 10px;
        border-bottom: 1px dashed;
    }

    p.article-label {
        width: 84px;
        font-size: 12px;
        padding: 5px 0 4px;
    }

    p.article-day {
        font-size: 15px;
        margin-left: 10px;

    }

    .blog-article-title h3 {
        margin-top: 3px;
        font-size: 17px;
    }

    .blog-article-txt {
        font-size: 14px;
        line-height: 1.8;
    }

    a.back {
        margin: 50px auto 45px;
        font-size: 14px;
    }

    .blog-side {
        width: 95%;
        margin: 0 auto;
        max-width: 500px;
    }

    .side-article-img img {
        max-width: 138px;
    }

    .side-article-title {
        width: 186px;
        margin: 10px 0 0 0;
        font-size: 13px;
    }

    ul.side-article-inner li a {
        display: flex;
        color: #26211e;
        max-width: 335px;
        justify-content: space-between;
        margin: 0 auto 10px;
    }

    ul.side-article-category li a {
        width: 96px;
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 6px;
        padding: 7px 0 5px;
    }

    ul.side-article-category {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 299px;
        margin: 0 auto;
    }

    .side-article h4:before {
        width: 30px;
        height: 30px;
        left: 0;
        top: -7px;
    }

    .side-article h4 {
        padding-left: 36px;
        margin-bottom: 22px;
        font-size: 16px;
    }

    .side-article {
        margin-bottom: 30px;
    }

    .blog-flex {
        padding-bottom: 52px;
    }

    .under-future-wrap h2 {
        padding-bottom: 40px;
    }

    ul.future-list li a {
        max-width: 172px;
        margin-bottom: 23px;
    }

    ul.future-list li a h3 {
        font-size: 14px;
    }

    p.future-day {
        font-size: 13px;
        padding: 10px 0 2px;
    }

    ul.future-list {
        max-width: 360px;
        margin: 0 auto;
    }

    .under-future-wrap {
        padding-bottom: 74px;
    }

    h2.under-title img {
        max-width: 257px;
    }

    .guide-wrap {
        padding: 44px 0 44px;
        max-width: 500px;
        width: 95%;
        margin: 0 auto;
    }

    h3.guide-title {
        font-size: 16px;
        padding: 15px 0 15px 50px;
        margin-bottom: 20px;
    }

    h3.guide-title:before {
        width: 35px;
        height: 35px;
        left: 4px;
        top: 5px;
    }

    ul.guide-list li p,
    .guide-txt {
        font-size: 14px;
    }

    ul.guide-list li {
        margin-bottom: 25px;
        line-height: 1.8;
        font-size: 14px;
    }

    .guide {
        margin-bottom: 40px;
    }

    .card img {
        max-width: 240px;
    }

    .guide-txt {
        margin-bottom: 20px;
    }

    .faq-wrap {
        max-width: 500px;
        width: 95%;
        margin: 0 auto;
    }

    .faq-txt {
        margin: 30px 0 32px;
        line-height: 1.9;
        font-size: 14px;
    }

    .accordion-container {
        margin: 0 auto 30px;
    }

    .faq h3 {
        font-size: 16px;
        padding: 18px 0 18px 39px;
    }

    .faq h3:before {
        width: 29px;
        height: 29px;
        left: 3px;
        top: 12px;
    }

    dl.accordion-list:before {
        width: 21px;
        height: 18px;
        z-index: 10;
        top: 14px;
        left: 14px;
    }

    .accordion-title {
        font-size: 14px;
        padding: 17px 19px 17px 44px;
    }

    .accordion-title:after {
        right: 17px;
        top: 48%;
        width: 5px;
        height: 5px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .accordion-text {
        display: none;
        padding: 8px 5px 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .faq-wrap {
        padding-bottom: 50px;
    }

    .contact-txt-wrap {
        padding: 30px 0 34px;
        margin-bottom: 39px;
        border-bottom: 1px dashed;
    }

    p.contact-txt {
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 1.8;
    }

    .contact-wrap {
        padding-bottom: 75px;
        max-width: 500px;
        width: 95%;
        margin: 0 auto;
    }

    a.btn span {
        font-size: 14px;
    }

    .contact-txt-2 {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .Form-Item {
        display: block;
    }

    input.Form-Item-Input,
    select.select {
        max-width: 500px;
        width: 100%;
    }

    input.Form-Item-Input,
    select.select,
    textarea.Form-Item-Textarea {
        padding: 7px 10px;
        margin-bottom: 8px;
    }

    textarea.Form-Item-Textarea {
        width: 100%;
        height: 320px;
    }

    p.policy-doui {
        margin: 10px auto 20px;
        font-size: 12px;
        max-width: 205px;
    }

    .formbtn.btnarrow-02 {
        width: 217px;
    }

    .formbtn.btnarrow-02:after {
        width: 5px;
        height: 5px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        top: 51%;
        right: 15px;
    }

    input.Form-Btn {
        width: 217px;
        font-size: 16px;
        padding: 19px 0 18px;
    }

    .thanks-txt {
        padding: 30px 0 0;
    }

    .thanks-txt h3 {
        font-size: 16px;
        padding-bottom: 14px;
    }

    .thanks-txt p {
        font-size: 14px;
        line-height: 1.8;
    }

    .blog-cate {
        margin-bottom: 50px;
        display: block;
    }

    .blog-cate h3 {
        padding-left: 36px;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .blog-cate h3:before {
        width: 27px;
        height: 27px;
        left: 4px;
        top: 1px;
    }

    ul.tab-group li {
        width: 89px;
        font-size: 14px;
        margin-right: 4px;
        padding: 1px 0 0px;
        box-sizing: border-box;
    }

    .blog-cate {
        max-width: 500px;
        width: 98%;
        margin: 0 auto 50px;
    }

    h2.policy-title {
        font-size: 22px;
    }

    ul.brand-list-wrap {
        margin: 50px 0 0;
        padding-bottom: 44px;
    }

    ul.brand-list-wrap li {
        display: block;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px 10px 19px 10px;
        box-sizing: border-box;
        width: 95%;
        max-width: 350px;
        margin: 0 auto 20px;
    }

    .brand-img {
        margin-right: 0;
    }

    .brand-txt-wrap h3 img {
        max-height: 71px;
    }

    .brand-txt-wrap h3 {
        padding-top: 23px;
    }

    .brand-txt-wrap p {
        padding: 18px 0 20px;
        line-height: 1.8;
        max-width: 310px;
        margin: 0 auto;
        font-size: 14px;
    }
    
    a.brand-btn {
        width: 203px;
        font-size: 16px;
        padding: 12px 0;
    }

    .blog-list {
        flex-wrap: wrap;
    }

    .blog-list li a,
    .blog-list div a {
        margin-bottom: 2px;
    }

}

/*650以下*/
@media screen and (max-width: 650px) {
    .about-v {
        height: 222px;
        background-image: url(../img/about-v-sp.jpg);
        background-position: center bottom;
        background-size: cover;
    }
}