@charset "utf-8";

/* =================================================
 * font
 * ================================================*/

@font-face {
    font-family: AudiType;
    src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}

@font-face {
    font-family: AudiTypeBold;
    src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}

@font-face {
    font-family: AudiTypeExtendedNormal;
    src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}

@font-face {
    font-family: AudiTypeExtendedItalic;
    src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}

@font-face {
    font-family: AudiTypeExtendBold;
    src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}

@font-face {
    font-family: AudiTypeExtendedBoldItalic;
    src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}

.atn {
    font-family: AudiType;
    font-weight: normal !important;
}

.atb {
    font-family: AudiTypeBold;
    font-weight: normal !important;
}

.aten {
    font-family: AudiTypeExtendedNormal;
    font-weight: normal !important;
}

.atei {
    font-family: AudiTypeExtendedItalic !important;
    font-weight: normal !important;
    padding: 0;
}

.ateb {
    font-family: AudiTypeExtendBold !important;
    font-weight: normal !important;
    padding: 0;
}

.atebi {
    font-family: AudiTypeExtendedBoldItalic;
    font-weight: normal !important;
    padding: 0;
}

.noat {
    font-family: Verdana, Helvetica, Arial, " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	min-width: inherit;
}
#main {
    width: auto !important;
    padding: 0 0 30px !important;
}

@media screen and (max-width: 640px) {
    #main {
        width: auto;
        max-width: 750px !important;
        padding: 0 0 30px !important;
    }
}

#pnkz {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.btn-sns-01 {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.contents {
    margin-bottom: 100px;
}

.hero_wrap {
    width: 1060px;
    margin: 0 auto 45px;
}

.block_segment_wrap {
    width: 970px;
    margin: 0 auto;
}

.block_group {
    margin-bottom: 70px;
}

.block_group_01 {
    margin-bottom: 0;
}

.block_group_1 {
    margin-bottom: 40px;
}

.block_group_2 {
    margin-bottom: 30px;
}

.block_group_3 {
    margin-bottom: 15px;
}

.block_segment_wrap_gray {
    width: auto;
    background: #e6e6e6;
    padding: 50px 0 20px;
    margin-bottom: 10px;
}

.block_segment_wrap_gray + .plus + .block_segment_wrap_gray {
    margin-bottom: 60px;
}

.title_top {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.title_midle {
    display: block;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.title_bottom {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.title_1, .title_1_2 {
    font-size: 35px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.title_2 {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.title_3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.title_4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.text_lead {
    font-size: 17px;
    line-height: 1.7;
}

.text_1 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.text_2 {
    font-size: 23px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.text_3 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.text_4 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.text_5 {
    font-size: 16px;
    line-height: 1.35;
}

.text_6 {
    font-size: 22px;
}

.text_7 {
    font-size: 23px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.text_8 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cap_1 {
    font-size: 15px;
}

.fontsize_80 {
    display: inline-block;
    font-size: 80%;
    margin-bottom: 5px;
}

.link_text_1 {
    font-size: 23px;
    margin-right: 20px;
    display: inline-block;
}

.link_text_1:hover {
    text-decoration: none;
}

.link_text_1::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 0 3px 9px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

.img_w100 {
    width: 100%;
    margin-bottom: 25px;
}

.img_w50 {
    width: 100%;
    margin-bottom: 0;
}

.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
    margin-top: 20px;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.flex_wrap_inner_w50 {
    width: 48%;
    margin: 0 4% 30px 0;
}

.flex_wrap_inner_w80 {
    width: 78%;
    margin: 0 2% 25px 0;
}

.flex_wrap_inner_w20 {
    width: 20%;
    margin: 0 0 25px 0;
}

.flex_wrap_inner_w15 {
    width: 15%;
    margin: 0 0 25px 1%;
}

.flex_wrap_inner_w10 {
    width: 10%;
    margin: 0 0 25px 2%;
}

.flex_wrap_inner_w08 {
    width: 8%;
    margin: 0 0 25px 1%;
}

.flex_wrap_inner_w70 {
    width: 66.5%;
    margin: 0 2% 25px 0;
}

.flex_wrap_inner_w30 {
    width: calc(93% / 3);
    margin: 0 0 30px 0;
    background: #fff;
}

.flex_wrap_inner_w25 {
    width: 27%;
    margin: 0 2% 25px 0;
}

.flex_wrap_inner_w75 {
    width: 71%;
    margin: 0 0 25px 0;
}

.flex_wrap_inner_w50:nth-child(2n) {
    margin-right: 0;
}

.flex_wrap_inner_w40 {
    width: 37%;
    margin: 0 3% 0 0;
}

.flex_wrap_inner_w60 {
    width: 60%;
}

.flex_wrap_inner_inner_mt {
    margin-top: 50px;
}

@media screen and (max-width: 640px) {
    .flex_wrap_inner_inner_mt {
        margin-top: 0;
    }
}

.border_1 {
    border-bottom: solid 1px #000000;
    line-height: 1;
    margin-bottom: 20px;
    width: 95%;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.alignC {
    text-align: center;
}

.btn_text {
    font-size: 17px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
}

.btn_text:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

.btn_text:hover {
    opacity: .7;
}

.btn_box {
    display: inline-block;
    min-width: 350px;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    background: #000000;
}

.btn_box_border {
    display: inline-block;
    min-width: 320px;
    font-size: 17px;
    color: #000;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    background: #fff;
    border: solid 1px #000;
}

.btn_box_border span:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

.btn_box:hover,
.btn_box_center:hover,
.btn_box_border_center:hover {
    opacity: .7;
}

.btn_box_center {
    display: inline-block;
    width: 36%;
    margin: 5px 32% 25px;
    font-size: 17px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    background: #000;
}

.btn_box_border_center {
    display: inline-block;
    min-width: 80%;
    margin: 0 10%;
    padding: 15px 30px 11px;
    color: #000000;
    background: #fff;
    border: solid 1px #000;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
}

.btn_box_border_center:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 180px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

.dl_1 {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 10px;
}

.dl_1:nth-last-child(1) {
    margin-bottom: 0;
}

.dl_1 dt {
    font-weight: bold;
    width: 20%;
    font-size: 23px;
    border-right: 1px solid #000;
    margin: 0 5% 30px 0;
}

.dl_1 dd {
    width: 75%;
    font-size: 23px;
    margin: 2px 0 30px;
    line-height: 1.45;
}

.sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .contents {
        margin-bottom: 50px;
    }

    .btn-sns-01 {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .hero_wrap {
        width: auto;
        margin-bottom: 30px;
    }

    .block_segment_wrap {
        width: auto;
        padding: 0 15px;
        margin: 0 auto;
    }

    .block_group {
        margin-bottom: 50px;
    }

    .block_group_01 {
        margin-bottom: 15px;
    }

    .block_group_1 {
        margin-bottom: 40px;
    }

    .block_group_2 {
        margin-bottom: 15px;
    }

    .block_group_3 {
        margin-bottom: 10px;
    }

    .block_segment_wrap_gray {
        width: auto;
        background: #e6e6e6;
        padding: 35px 0 10px;
        /* margin-bottom: 30px; */
    }

    .block_segment_wrap_gray + .plus + .block_segment_wrap_gray {
        margin-bottom: 30px;
    }

    .title_top {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .title_midle {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .title_bottom {
        font-size: 20px;
        line-height: 1.3;
    }

    .title_1 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .title_1_2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .title_2 {
        font-size: 22px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .title_3 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .title_4 {
        font-size: 18px;
    }

    .text_1 {
        font-size: 17px;
        line-height: 1.4;
    }

    .text_2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .text_3 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .text_4 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 25px;
    }

    .text_5 {
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .text_6 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .text_7 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .text_8 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cap_1 {
        margin-top: 15px;
        font-size: 17px;
    }

    .fontsize_80 {
        display: inline-block;
        font-size: 80%;
        margin-bottom: 5px;
    }

    .link_text_1 {
        display: inline-block;
        font-size: 17px;
        line-height: 2;
    }

    .link_text_1::after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin: 10px 5px 2px 8px;
    }

    .img_w100 {
        width: 100%;
        margin-bottom: 0;
    }

    .img_w50 {
        width: 100%;
        margin-bottom: 0;
        padding: 10px;
    }

    /* .img_w50.sp {
        margin-bottom: 20px;
    } */
    .flex_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .flex_wrap_inner_w50 {
        width: auto;
        margin: 0 0 25px 0;
    }

    .flex_wrap_inner_w80 {
        width: 66%;
        margin: 0 0 25px 0;
    }

    .flex_wrap_inner_w20 {
        width: 30%;
        margin: 0 4% 25px 0;
    }

    .flex_wrap_inner_w15 {
        width: 35%;
        margin: 0 0 25px 0;
    }

    .flex_wrap_inner_w15_2 {
        width: 40%;
        margin: 0 0 25px 30px;
    }

    .auto {
        margin: auto;
    }

    .flex_wrap_inner_w10 {
        width: 30%;
        margin: -10px 0 25px 3%;
    }

    .flex_wrap_inner_w08 {
        width: 28%;
        margin: 0 0 25px 0;
    }

    .flex_wrap_inner_w70 {
        width: auto;
        margin: 0 0 2% 0;
    }

    .flex_wrap_inner_w30 {
        /* display: flex; */
        flex-wrap: wrap;
        width: 100%;
        margin: 2px 1%;
        align-items: flex-start;
        background: #fff;
    }

    .flex_wrap_inner_w50_sp {
        width: 49%;
        margin: 0 2% 0 0;
    }

    .flex_wrap_inner_w50_sp:nth-child(2n) {
        margin-right: 0;
    }

    .flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
        margin-top: 0;
    }

    .flex_wrap_inner_w25 {
        width: auto;
        margin: 0 0 25px 0;
    }

    .flex_wrap_inner_w75 {
        width: auto;
        margin: 0 0 25px 0;
    }

    .flex_wrap_inner_w50:nth-child(2n) {
        margin-right: 0;
    }

    .flex_wrap_inner_w40 {
        width: auto;
        margin: 0 0 20px 0;
    }

    .flex_wrap_inner_w60 {
        width: auto;
    }

    .border_1 {
        width: 100%;
        border-bottom: solid 1px #000000;
        line-height: 1;
        margin: 20px auto 30px;
    }

    .btn_text {
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .btn_text:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin-left: 8px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        -webkit-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
    }

    .btn_text:hover {
        opacity: 1;
    }

    .btn_box {
        display: block;
        font-size: 18px;
        color: #ffffff;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        background: #000000;
        min-width: 100%;
    }

    .btn_box .arrow:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin-left: 15px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
    }

    .btn_box:hover {
        opacity: 1;
    }

    .btn_box_border {
        display: block;
        font-size: 17px;
        color: #000;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        background: #fff;
        border: 1px solid #000;
        min-width: 100%;
    }

    .btn_box_border span:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin-left: 15px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
    }

    .btn_box_center {
        display: inline-block;
        width: 100%;
        margin: 5px 0 5px;
        font-size: 17px;
        color: #fff;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        background: #000;
    }

    .btn_box_border_center {
        min-width: 100%;
        margin: 20px auto;
        padding: 13px 30px;
        color: #000000;
        background: #fff;
        border: solid 1px #000;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
    }

    .btn_box_border_center:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin-left: 10px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        -webkit-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
    }

    .dl_1 {
        display: block;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .dl_1:nth-last-child(1) {
        margin-bottom: 0;
    }

    .dl_1 dt {
        width: auto;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: -1px;
        border: none;
    }

    .dl_1 dd {
        font-weight: normal;
        width: auto;
        font-size: 17px;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    .dl_1 dd.bold {
        font-size: 20px;
        font-weight: bold;
    }

    .flex_element {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}

/* plus */
.plus {
    font-size: 25px;
    position: relative;
    width: 0.4em;
    height: 1.6em;
    background-color: #000;
    margin: 20px auto;
}

.plus::before {
    position: absolute;
    top: 0.6em;
    left: -0.6em;
    width: 1.6em;
    height: 0.4em;
    content: "";
    background-color: #000;
}

.mb {
    margin-bottom: 70px;
}

.or {
    font-size: 20px;
    margin: auto;
}

.icon_or {
    font-size: 20px;
    margin-top: 80px;
}

@media screen and (max-width: 640px) {
    .plus {
        margin: 15px auto;
    }

    .mt1_pc, .mt2_pc {
        margin: 20px auto 20px;
    }

    .or {
        margin: 5px auto;
    }

    .icon_or {
        font-size: 16px;
        margin: 130px 0 0 -10px;

    }

    .mb {
        margin-bottom: 30px;
    }

}


.btn_box .arrow {
}

.btn_box .arrow:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

@media screen and (max-width: 640px) {
    .btn_box {
        position: relative;
    }

    .btn_box .arrow {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 14vw;
    }
}

.font_115 {
    font-size: 115%;
}

.font_85 {
    font-size: 85%;
}

.dl_a_b {
    margin-bottom: 5px;
}

.dl_a_b_dt {
    font-size: 18px;
    margin-bottom: 5px;
}

.dl_a_b_dd {
    font-size: 24px;
}

.dl_a_b_cap {
    display: block;
    font-size: 16px;
    margin: 10px 0 10px 110px;
}

@media screen and (max-width: 640px) {
    .sp_center {
        text-align: center;
    }

    .sp_center .title_3 {
        font-size: 20px;
    }

    .dl_a_b {
        margin-bottom: 25px;
    }

    .dl_a_b_dt {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .dl_a_b_dd {
        font-size: 20px;
    }

    .dl_a_b_cap {
        display: block;
        font-size: 16px;
        margin: 10px 0 10px 0;
    }
}

.text_cap_14 {
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}

@media screen and (max-width: 640px) {
    .text_cap_14 {
        font-size: 12px;
        line-height: 1.5;
    }
}

.add_boder {
    border: solid 1px #000000;
    box-sizing: border-box;
}

.add_border_1 {
    width: 970px;
    border-top: solid 1px #000000;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .add_border_1 {
        width: 90%;
    }
}

.dl_flap_1 {
    line-height: 1.3;
    margin: 45px auto 30px;
}

.dl_flap_1 dt {
    font-size: 28px;
}

.dl_flap_1 dd {
    font-size: 36px;
}

@media screen and (max-width: 640px) {
    .dl_flap_1 {
        line-height: 1.3;
        margin: 45px auto 30px;
    }

    .dl_flap_1 dt {
        font-size: 24px;
    }

    .dl_flap_1 dd {
        font-size: 32px;
    }
}

.block_center {
    text-align: center;
    margin-bottom: 45px;
}

.block_center .img_wrap {
    width: 150px;
    margin: 25px auto;
}

@media screen and (max-width: 640px) {
    .block_center .img_wrap {
        width: 50%;
        margin: 25px auto;
    }
}

.block_center .wrap_btn_stretched {
    margin-bottom: 20px;
}

.wrap_btn_stretched .btn_box {
    min-width: initial;
    width: 65%;
    padding: 20px;
}

@media screen and (max-width: 640px) {
    .block_center .wrap_btn_stretched {
        margin-bottom: 20px;
    }

    .wrap_btn_stretched .btn_box {
        min-width: initial;
        width: 100%;
        padding: 4vw 14vw;
    }
}

.dl_noflap_1 {
    display: flex;
    flex-wrap: wrap;
}

.dl_noflap_1 dt {
    width: 13%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.dl_noflap_1 dd {
    width: 87%;
    font-size: 18px;
    margin-bottom: 15px;
}

.font_18 {
    font-size: 18px;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .dl_noflap_1 {
        display: block;
        flex-wrap: nowrap;
    }

    .dl_noflap_1 dt {
        width: auto;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .dl_noflap_1 dd {
        width: auto;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .font_18 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


.list_flap_cap li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em;
}

@media screen and (max-width: 640px) {
    .list_flap_cap li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
}

.block_45 {
    margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
    .block_45 {
        margin-bottom: 55px;
    }
}

.block_45 .text_cap_14 {
    margin-top: -35px;
}

@media screen and (max-width: 1060px) {
    .block_45 .text_cap_14 {
        margin-top: -25px;
    }
}

.btn_text {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn_text:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

.wrap_btn_col2 {
    display: flex;
    flex-wrap: wrap;
}

.wrap_btn_col2 li {
    width: 49%;
    margin: 0 2% 20px 0;
}

.wrap_btn_col2 li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 640px) {
    .wrap_btn_col2 {
        display: block;
        flex-wrap: nowrap;
    }

    .wrap_btn_col2 li {
        width: auto;
        margin: 0 0 10px 0;
    }

    .wrap_btn_col2 li:nth-child(2n) {
        margin-right: 0;
    }
}

.btn_border {
    display: block;
    font-size: 18px;
    text-align: center;
    border: solid 1px #000000;
    padding: 15px;
}

.btn_border:hover {
    opacity: .5;
}

.btn_border:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
}

.list_flap_1 li {
    font-size: 18px;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 5px;
}

.list_flap_1 li:before {
    content: "・";
    display: inline-block;
    margin-left: 1em;
}

@media screen and (max-width: 640px) {
    .list_flap_1 li {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

.block_0 {
    margin-bottom: 40px;
}

.block_1 {
    margin-bottom: 40px;
}

.block_2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .block_2 {
        margin-bottom: 50px;
    }
}

.block_3 {
    margin-bottom: 50px;
}

.block_4 {
    margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
    .block_4 {
        margin-bottom: 50px;
    }
}

.block_5 {
    padding: 45px 0 55px;
}

@media screen and (max-width: 640px) {
    .block_5 {
        padding: 45px 15px 45px;
    }
}

.block_6 {
    margin-bottom: 55px;
}

.block_7 {
    margin-bottom: 75px;
}

@media screen and (max-width: 640px) {
    .block_7 {
        margin-bottom: 55px;
    }
}

.block_8 {
    margin-top: 65px;
}

@media screen and (max-width: 640px) {
    .block_8 {
        margin-top: 50px;
    }
}

.custom_list {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    box-sizing: border-box;
}

.custom_list_1 {
    width: 150px;
    box-sizing: border-box;
}

.custom_list_1 p {
    font-size: 18px;
    padding-top: 25px;
    text-align: center;
}

.custom_list_2 {
    position: relative;
    width: 250px;
}

.custom_list_blank_1 {
    width: 50px;
    position: relative;
}

.custom_list_blank_2 {
    width: 125px;
    position: relative;
    box-sizing: border-box;
}

.custom_list_3 {
    width: 250px;
    height: 125px;
    text-align: right;
}

.block_square_stretch {
    height: 200px;
}

.block_square_stretch .block_square {
    height: 150px;
}

.block_square_stretch .block_square:after {
    height: 150px;
    bottom: -150px;
}

.block_square {
    width: 200px;
    height: 75px;
    background: #000000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    margin: 0 auto;
}

.block_square:after {
    content: "";
    display: block;
    border-top: 50px solid #000000;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    box-sizing: border-box;
    width: 200px;
    height: 75px;
    position: absolute;
    left: 0;
    bottom: -75px;
}

.block_line {
    width: 125px;
    height: 125px;
    background: url("../img/line.png") top left no-repeat;
    background-size: 100% auto;
}

.border_right_1 {
    border-right: solid 5px #000000;
}

.border_left_1 {
    border-left: solid 5px #000000;
}

/*
.block_square {
}
*/
.block_square_color_0 {
    background: #f2f2f2;
    color: #000000;
}

.block_square_color_0:after {
    border-top: 50px solid #f2f2f2;
}

.block_square_color_1 {
    background: #e8e8e8;
    color: #000000;
}

.block_square_color_1:after {
    border-top: 50px solid #e8e8e8;
}

.block_square_color_2 {
    background: #cccccc;
    color: #000000;
}

.block_square_color_2:after {
    border-top: 50px solid #cccccc;
}

.block_square_color_3 {
    background: #b3b3b3;
    color: #000000;
}

.block_square_color_3:after {
    border-top: 50px solid #b3b3b3;
}

.block_square_color_4 {
    background: #808080;
    color: #ffffff;
}

.block_square_color_4:after {
    border-top: 50px solid #808080;
}

.block_square_color_5 {
    background: #4c4c4c;
}

.block_square_color_5:after {
    border-top: 50px solid #4c4c4c;
}

.dl_flap_2 {
    text-align: center;
}

.dl_flap_2 dt {
    font-size: 18px;
    font-weight: normal;
}

.dl_flap_2 dd {
    font-size: 24px;
    font-weight: bold;
}

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

    .custom_list {
        display: flex;
        flex-wrap: wrap;
        width: 90vw;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .custom_list_1 {
        width: 17vw;
        box-sizing: border-box;
    }

    .custom_list_1 p {
        font-size: 2.3vw;
        line-height: 1.3;
        text-align: center;
        padding-top: 2.5vw;
    }

    .custom_list_2 {
        position: relative;
        width: 25vw;
    }

    .custom_list_blank_1 {
        width: 5vw;
        position: relative;
    }

    .custom_list_blank_2 {
        width: 12.5vw;
        position: relative;
        box-sizing: border-box;
    }

    .custom_list_3 {
        width: 25vw;
        height: 12.5vw;
        text-align: right;
    }

    .block_square_stretch {
        height: 20vw;
    }

    .block_square_stretch .block_square {
        height: 15vw;
    }

    .block_square_stretch .block_square:after {
        height: 15vw;
        bottom: -15vw;
    }

    .block_square {
        width: 20vw;
        height: 7.5vw;
        background: #000000;
        position: relative;
        font-size: 1.8vw;
        line-height: 1.2;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        padding-top: 2vw;
        margin: 0 auto;
    }

    .block_square:after {
        content: "";
        display: block;
        border-top: 5vw solid #000000;
        border-left: 10vw solid transparent;
        border-right: 10vw solid transparent;
        box-sizing: border-box;
        width: 20vw;
        height: 7.5vw;
        position: absolute;
        left: 0;
        bottom: -7.5vw;
    }

    .block_line {
        width: 12.5vw;
        height: 12.5vw;
        background: url("../img/line.png") top left no-repeat;
        background-size: 100% auto;
    }

    .border_right_1 {
        border-right: solid 5px #000000;
    }

    .border_left_1 {
        border-left: solid 5px #000000;
    }

    /*
    .block_square {
    }
    */
    .block_square_color_0 {
        background: #f2f2f2;
        color: #000000;
    }

    .block_square_color_0:after {
        border-top: 5vw solid #f2f2f2;
    }

    .block_square_color_1 {
        background: #e8e8e8;
        color: #000000;
    }

    .block_square_color_1:after {
        border-top: 5vw solid #e8e8e8;
    }

    .block_square_color_2 {
        background: #cccccc;
        color: #000000;
    }

    .block_square_color_2:after {
        border-top: 5vw solid #cccccc;
    }

    .block_square_color_3 {
        background: #b3b3b3;
        color: #000000;
    }

    .block_square_color_3:after {
        border-top: 5vw solid #b3b3b3;
    }

    .block_square_color_4 {
        background: #808080;
        color: #ffffff;
    }

    .block_square_color_4:after {
        border-top: 5vw solid #808080;
    }

    .block_square_color_5 {
        background: #4c4c4c;
    }

    .block_square_color_5:after {
        border-top: 5vw solid #4c4c4c;
    }

    .dl_flap_2 {
        text-align: center;
    }

    .dl_flap_2 dt {
        font-size: 2.4vw;
        font-weight: normal;
    }

    .dl_flap_2 dd {
        font-size: 2.8vw;
        font-weight: bold;
    }

    .block_square p + p {
        margin-top: 5px !important;
    }
}


.flex_wrap_sustain {
    display: flex;
    flex-wrap: wrap;
}

.flex_wrap_sustain .flex_wrap_inner_w10 {
    text-align: center;
}

.block_segment_wrap_black_bg {
    width: auto;
    background: #000000;
}

.block_bnr {
    padding: 25px 0 40px;
}

.block_segment_wrap_black_bg h3,
.block_segment_wrap_black_bg p,
.block_segment_wrap_black_bg dl {
    color: #ffffff;
}

.block_segment_wrap_black_bg h3 {
    margin-bottom: 25px;
}

.icon_svg {
    width: 75%;
    margin: 0 auto;
}

.icon_white {
    fill: #ffffff;
}

.dl_flap_3 dt {
    font-size: 18px;
    margin-bottom: 0;
}

.dl_flap_3 dd {
    font-size: 36px;
}


@media screen and (max-width: 640px) {
    .flex_wrap_sustain {
        padding: 0;
    }

    .flex_wrap_sustain .flex_wrap_inner_w10 {
        width: 25%;
        margin: 0 0 25px 0;
    }

    .flex_wrap_sustain .flex_wrap_inner_w90 {
        width: 73%;
    }

    .block_segment_wrap_black_bg {
        width: auto;
        background: #000000;
    }

    .block_bnr {
        padding: 10px 15px 40px;
    }

    .block_segment_wrap_black_bg h3,
    .block_segment_wrap_black_bg p,
    .block_segment_wrap_black_bg dl {
        color: #ffffff;
    }

    .block_segment_wrap_black_bg h3 {
        margin-bottom: 25px;
    }

    .icon_svg {
        width: 75%;
        margin: 0 auto;
    }

    .icon_white {
        fill: #ffffff;
    }

    .dl_flap_3 dt {
        font-size: 16px;
        margin-bottom: 0;
    }

    .dl_flap_3 dd {
        font-size: 30px;
    }
}

.flex_col_4 {

}

.title_5 {
    font-size: 16px;
    margin-bottom: -5px;
}

.title_6 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .title_6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.text_9 {
    font-size: 15px;
}

@media screen and (max-width: 640px) {
    .flex_col_4 .flex_wrap_inner_w30 {
        width: 25%;
        text-align: center;
    }

    .flex_col_4 .flex_wrap_inner_w70 {
        width: 73%;
    }
}

.block_7 .flex_wrap_inner_w30 {
    width: 40%;
    margin-bottom: 15px;
}

.block_7 .flex_wrap_inner_w70 {
    width: 50%;
    margin-bottom: 15px;
}

.block_7 .flex_wrap_inner_w30 p,
.block_7 .flex_wrap_inner_w70 p {
    font-size: 20px;
    font-weight: bold;
}

.block_7 .flex_wrap_inner_w30,
.block_7 .flex_wrap_inner_w70 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.block_7 .flex_wrap {
    margin-bottom: 25px;
}
@media screen and (max-width: 1060px) {
	.block_7 .flex_wrap_inner_w30 .text_lead {
		margin: 0;
	}
	.block_7 .flex_wrap_inner_w70,
	.block_7 .flex_wrap_inner_w70 p,
	.block_7 .flex_wrap_inner_w70 p .atb {
			font-family: AudiType;
			font-weight: normal;
	}
}

@media screen and (max-width: 640px) {
    .block_7 .flex_wrap_inner_w30 {
        width: auto;
        margin: 0 0 -5px;
    }

    .block_7 .flex_wrap_inner_w70 {
        width: auto;
        margin-bottom: 15px;
    }

    .block_7 .flex_wrap_inner_w30 p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
    }

    .block_7 .flex_wrap_inner_w70 p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
    }

    .block_7 .flex_wrap {
        display: block;
        flex-wrap: nowrap;
        margin-bottom: 35px;
    }

    .block_7 .text_lead {
        display: inline-block;
    }

    .block_7 .text_lead + .text_lead {
        font-weight: normal;
    }

    .block_7 .pc {
        display: none !important;
    }

    .block_7 .title_3 {
        margin-bottom: 20px;
    }
}

.btn_border_2 {
    display: inline-block;
    min-width: 350px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border: solid 1px #000000;
    box-sizing: border-box;
}

.btn_border_2:hover {
    opacity: .5;
}

@media screen and (max-width: 640px) {
    .btn_border_2 {
        display: inline-block;
        min-width: 100%;
        font-size: 17px;
        color: #000000;
        line-height: 1.25;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        border: solid 1px #000000;
        box-sizing: border-box;
    }
}


.block_bnr .block_segment_wrap {
    text-align: center;
}

@media screen and (max-width: 1060px) {
	.block_7 .flex_wrap_inner_w70,
    .flbxw100 {
        width: 100% !important;
    }

    .flbxw100 img {
        width: 100% !important;
    }

/*    .text_lead.sp {
        display: block;
    }*/

    .text_cap_14 {
        margin-top: 10px;
    }

    .block_group_3 .title_3 {
        text-align: center;
    }

    .btn_border_2 {
        display: block;
        max-width: 350px;
        margin: 0 auto;
    }

	.icon_svg{
		max-width: 65px;
	}

    .block_group_3 .sp{
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .block_group_3 .pc{
        display: none;
    }

    .block_group_3 .sp img{
       width: 100%;
    }

}

@media screen and (max-width: 960px) {
    .swiper-navigation_wrap_bg {
        bottom: 0px !important;
    }

    .kv_sec .inner {
        min-width: 0 !important;
    }
}
  @media (max-width: 1024px) {
	.block_7 .flex_wrap_inner_w70 .pc {
		display: block;
	}
}

/* 3style overwrite */
.pattern_center {
    margin-top: 10px;
}
.pattern_btn_flex {
    margin-top: 0;
}
.pattern_btn {
    background: #fff;
}
.pattern_btn_b {
    color: #fff;
    background-color: #000;
}
@media (max-width: 500px) {
    .pattern_btn {
        font-size: 1.5rem;
    }
}