@charset "utf-8";
/*リニューアル下層用*/
.link_style {
    text-decoration: underline !important;
    color: #3238c6 !important;
}
.link_style:hover {
    text-decoration: none !important;
}
/* bt-menu
================================== */
@media screen and (min-width: 1091px) {
    .about header .menu a {
        color: #fff !important;
    }
    header.scroll .menu a {
        color: #1e282d !important;
    }
}
@media screen and (max-width: 1090px) {
    .about header #bt-menu span, .about header #bt-menu span::before, header #bt-menu span::after {
        background: #fff !important;
    }
    .about header.scroll #bt-menu span, .about header.scroll #bt-menu span::before, header.scroll #bt-menu span::after {
        background: #1e282d !important;
    }
    .about header.scroll #bt-menu.open span, .about header.scroll #bt-menu.open span::before, header.scroll #bt-menu.open span::after {
        background: #fff !important;
    }
    .about header #bt-menu.open span, .about header.scroll #bt-menu.open span {
        background-color: transparent !important;
    }
}
/* logo
================================== */
/*logo*/
header.scroll .logo a img:nth-child(1) {
    display: none !important;
}
header.scroll .logo a img:nth-child(2) {
    display: block !important;
}
@media screen and (max-width: 1090px) {
    header .logo.open a img:nth-child(1) {
        display: block !important;
    }
    header .logo.open a img:nth-child(2) {
        display: none !important;
    }
    header.scroll .logo.open a img:nth-child(1) {
        display: block !important;
    }
    header.scroll .logo.open a img:nth-child(2) {
        display: none !important;
    }
}
/* topic_path
============================================================================================================ */
.topic_path li {
    display: inline-block;
}
.topic_path li a:after {
    content: ">";
    margin-left: 5px;
}
@media screen and (min-width: 961px) {
    .topic_path {
        font-size: 12px;
        background: #f1f1f1;
        padding: 5px 0;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
    }
}
/*topic_path sp */
@media screen and (max-width: 960px) {
    /*追従あり*/
    .topic_path {
        background: #f1f1f1;
        padding: 7px 10px;
        margin-top: 0em;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        height: 20px;
        overflow: hidden;
        font-size: 12px;
        -webkit-overflow-scrolling: touch;
    }
    .topic_path ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        height: 50px;
        transform: translateZ(0);
    }
    .topic_path ul li:last-child {
        margin-right: 20px;
    }
}
/*font___
==============================*/
.pop {
    font-family: 'Poppins', sans-serif;
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}
.fwn {
    font-weight: 200 !important;
}
.fwb {
    font-weight: bold !important;
}
/* w
================================== */
.w {
    position: relative;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.w70 {
    position: relative;
    display: block;
    max-width: 750px;
    margin: 0 auto;
}
/* contents
================================== */
#container {
    position: relative;
}
/*#container:before {
    content: "";
    background-size: contain;
    width: 1003px;
    height: 100%;
    margin: auto;
    background: url("../images/bg_line.png");
    background-repeat: repeat;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: -2;
}
@media screen and (max-width:1003px) {
    #container:before {
        width: 100%;
    }
}
@media screen and (max-width:680px) {
    #container:before {
        width: 90%;
        height: 100%;
        background: url("../images/bg_line_sp.png");
        background-repeat: repeat;
    }
}*/
/* section
================================== */
.section_l + .section_l {
    margin-top: 110px;
}
.section_m + .section_m {
    margin-top: 80px;
}
.section_s + .section_s {
    margin-top: 40px;
}
@media screen and (max-width:1024px) {
    .sp_section {
        max-width: 90% !important;
        margin: auto;
    }
}
@media screen and (max-width: 960px) {
    .section_l + .section_l {
        margin-top: 60px;
    }
    .section_m + .section_m {
        margin-top: 40px;
    }
    .section_s + .section_s {
        margin-top: 30px;
    }
}
/* padding
================================== */
.pd_ll {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pdt_ll {
    padding-top: 100px;
}
.pd_l {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pdt_l {
    padding-top: 80px;
}
.pdb_l {
    padding-bottom: 80px;
}
.pd_m {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pdt_m {
    padding-top: 50px;
}
.pdb_m {
    padding-bottom: 50px;
}
.pd_s {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pdt_s {
    padding-top: 30px;
}
.pdb_s {
    padding-bottom: 30px;
}
.pd_ss {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
    .pd_ll {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pdt_ll {
        padding-top: 60px;
    }
    .pd_l {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pdt_l {
        padding-top: 50px;
    }
    .pdb_l {
        padding-bottom: 50px;
    }
    .pd_m {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .pdt_m {
        padding-top: 35px;
    }
    .pdb_m {
        padding-bottom: 35px;
    }
    .pd_s {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pdt_s {
        padding-top: 20px;
    }
    .pdb_s {
        padding-bottom: 20px;
    }
    .pd_ss {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
/* margin
================================== */
.mg_l {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mgt_l {
    margin-top: 80px;
}
.mg_m {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mg_s {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
    .mg_l {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mgt_l {
        margin-top: 60px;
    }
    .mg_m {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .mg_s {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* fbox
============================================================================================================ */
.fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 960px) {
    .fbox.f_pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fbox.f_sp {
        display: block;
    }
}
@media screen and (max-width: 960px) {
    .fbox.f_pc {
        display: block;
    }
    .fbox.f_sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.ff_re {
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}
.jc_sp {
    justify-content: space-between;
}
.it_cener {
    align-items: center;
}
/*分割比*/
.fbox_col2 {
    justify-content: space-between;
}
.fbox_col2 > * {
    width: 48%;
}
.fbox_col2 > * + * {
    margin-left: 4%;
}
.fbox_col2 + .fbox_col2 {
    margin-top: 5%;
}
@media screen and (max-width: 960px) {
    .fbox_col2.f_pc > * {
        width: auto;
    }
    .fbox_col2.f_pc > * + * {
        margin-left: auto;
        margin-top: 10%;
    }
}
.fbox_col3 {
    justify-content: space-between;
}
.fbox_col3 > * {
    width: 32%;
}
.fbox_col3 > * + * {
    margin-left: 2%;
}
.fbox_col3 + .fbox_col3 {
    margin-top: 5%;
}
@media screen and (max-width: 960px) {
    .fbox_col3.f_pc > * {
        width: auto;
    }
    .fbox_col3.f_pc > * + * {
        margin-left: auto;
        margin-top: 10%;
    }
}
.fbox_4_6 > *:nth-child(1) {
    width: 37%;
}
.fbox_4_6 > *:nth-child(2) {
    width: 58%;
    margin-left: 5%;
}
.fbox_4_6 + .fbox_4_6 {
    margin-top: 5%;
}
@media screen and (max-width: 960px) {
    .fbox_4_6.f_pc > *:nth-child(1) {
        width: auto;
    }
    .fbox_4_6.f_pc > *:nth-child(2) {
        width: auto;
        margin-left: auto;
        margin-top: 10%;
    }
}
.fbox_6_4 > *:nth-child(1) {
    width: 58%;
}
.fbox_6_4 > *:nth-child(2) {
    width: 37%;
    margin-left: 5%;
}
.fbox_6_4 + .fbox_6_4 {
    margin-top: 5%;
}
@media screen and (max-width: 960px) {
    .fbox_6_4.f_pc > *:nth-child(1) {
        width: auto;
    }
    .fbox_6_4.f_pc > *:nth-child(2) {
        width: auto;
        margin-left: auto;
        margin-top: 10%;
    }
}
.fbox_7_3 > *:nth-child(1) {
    width: 65%;
}
.fbox_7_3 > *:nth-child(2) {
    width: 30%;
    margin-left: 5%;
}
.fbox_7_3 + .fbox_7_3 {
    margin-top: 5%;
}
@media screen and (max-width: 960px) {
    .fbox_7_3.f_pc > *:nth-child(1) {
        width: auto;
    }
    .fbox_7_3.f_pc > *:nth-child(2) {
        width: auto;
        margin-left: auto;
        margin-top: 10%;
    }
}
.ofi {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.ofi.cont {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}
/* title title_______
================================== */
.title_l {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.title_ml {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.5;
}
.title_m {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.title_s {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.title_ss {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media screen and (max-width: 960px) {
    .title_l {
        font-size: 26px;
        letter-spacing: 0px;
    }
    .title_ml {
        font-size: 22px;
    }
    .title_m {
        font-size: 20px;
    }
    .title_s {
        font-size: 18px;
    }
    .title_ss {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.5;
    }
}
.b_b {
    padding-bottom: 1.2em;
    border-bottom: 1px solid #1e282d;
}
/*midasi____*/
.midashi_01 {
    font-size: 12px;
    letter-spacing: 1px;
}
/* bg_______
================================== */
.bg_ff {
    background: #fff;
}
.bg_gray {
    background: #f1f1f1
}
.bg_gray_after {
    position: relative;
}
/*@media screen and (min-width: 961px) {
    .bg_gray_after:after {
        content: "";
        background: #f1f1f1;
        position: absolute;
        left: 0;
        top: 250px;
        height: 170%;
        z-index: -2;
        width: 75.5vw;
    }
}*/

@media screen and (min-width: 1401px) {
    .bg_gray_after:after {
        content: "";
        background: #f1f1f1;
        position: absolute;
        left: 0;
        top: 250px;
        height: 1500px;
        z-index: -2;
        width: 75.5vw;
    }
}

@media screen and (max-width: 1400px) {
    .bg_gray_after:after {
        content: "";
        background: #f1f1f1;
        position: absolute;
        left: 0;
        top: 250px;
        height: 100vw;
        z-index: -2;
        width: 75.5vw;
    }
}

@media screen and (max-width: 1344px) {
    .bg_gray_after:after {
        width: 80vw;
    }
}
@media screen and (max-width: 960px) {
    .bg_gray_after:after {
       content: normal;
    }
}

/*finctuin用*/
.bg_gray_after_02 {
    position: relative;
}
.bg_gray_after_02:after {
    content: "";
    background: #f1f1f1;
    position: absolute;
    right: 0;
    top: 250px;
    height: 55%;
    z-index: -2;
    width: 67vw;
}
.bg_gray_after_03 {
    position: relative;
}
.bg_gray_after_03:after {
    content: "";
    background: #f1f1f1;
    position: absolute;
    right: 0;
    top: 250px;
    height: 100%;
    z-index: -2;
    width: 70vw;
}
.bg_gray_after_04 {
    position: relative;
}
.bg_gray_after_04:after {
    content: "";
    background: #f1f1f1;
    position: absolute;
    right: left;
    top: -0px;
    height: 102%;
    z-index: -2;
    width: 75.6vw;
}
@media screen and (max-width: 960px) {
    .bg_gray_after_04:after {
        height: 125%;
        top: -0px;
        width: 74vw;
    }
}
/*btn size
----------------------------------------------------------------------------------------------------------------*/
.btn_s {
    width: 205px;
    display: block;
}
.btn_ms {
    width: 280px;
    display: block;
}
.btn_m {
    width: 300px;
    display: block;
}
.btn_l {
    width: 400px;
    display: block;
}
.btn_max {
    width: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .btn_s {
        width: 150px;
    }
    .btn_ms {
        width: 280px;
        display: block;
    }
    .btn_m {
        width: 180px;
    }
    .btn_l {
        width: 200px;
    }
    .btn_s.sp_btn_auto, .btn_ms.sp_btn_auto, .btn_m.sp_btn_auto, .btn_l.sp_btn_auto {
        width: auto;
    }
}
.btn_center {
    margin: auto;
}
.btn_right {
    margin: auto 0 auto auto;
}

.btn_fff{
    background: #fff!important;
    border: solid 1px #3238c6!important;
color: #3238c6!important;
}

.btn_fff:hover{
        background: #3238c6!important;
color: #fff!important;
}

a.btn_fff::after {
    width: 8px;
    height: 12px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    background-size: contain;
}
a.btn_fff:hover::after {
    width: 8px;
    height: 12px;
    background: url(../images/ico_arrow.svg) center no-repeat;
    background-size: contain;
}
/* table_______
================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7;
}
table.basic {
    width: 100%;
    line-height: 1.6;
    table-layout: fixed;
}
table.basic th {
    font-weight: normal;
}
table.basic th, table.basic td {
    padding: 1em 0;
    word-wrap: break-word;
    border-bottom: 1px solid #1e282d;
}
table.basic.th_center th {
    text-align: center;
}
table.basic.td_cetner td {
    text-align: center;
}
table.basic.td_right td {
    text-align: right;
}
@media screen and (max-width: 680px) {
    table.basic {
        width: 100% !important;
    }
    table.basic th, table.basic td {
        display: block;
        width: 100% !important;
    }
    table.basic td {
        border-bottom: none;
    }
}
/*table width
-----------------------------------------------------*/
table .w10 {
    width: 10% !important;
}
table .w15 {
    width: 15% !important;
}
table .w20 {
    width: 20% !important;
}
table .w25 {
    width: 25% !important;
}
table .w30 {
    width: 30% !important;
}
table .w35 {
    width: 35% !important;
}
table .w40 {
    width: 40% !important;
}
table .w45 {
    width: 45% !important;
}
table .w50 {
    width: 50% !important;
}
table .w90 {
    width: 90% !important;
}
@media screen and (max-width: 960px) {}
/* disc
------------------------------------------------------------- */
ul.disc li {
    position: relative;
    padding-left: 1em;
}
ul.disc li:before {
    content: "・";
    position: absolute;
    left: 0;
}
/* circle
------------------------------------------------------------- */
ul.circle li {
    position: relative;
    padding-left: 1.2em;
    font-weight: bold;
}
ul.circle li:before {
    content: "●";
    position: absolute;
    left: 0;
}
/* color_______ col__
================================== */
.col_blue {
    color: #3238c6;
}
.col_light_blue {
    color: #00a0c6;
}
.col_ora {
    color: #fc8725;
}
/*lead*/
.lead {
    line-height: 1.8;
}
.lead_m {
    font-size: 18px;
    line-height: 2;
}
.lead_s {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 680px) {
    .lead_m {
        font-size: 16px;
    }
    .lead_s {
        font-size: 12px;
    }
}
.text_inner > p + p {
    margin-top: 1em;
}
/* page_title
================================== */
.page_title_area {
    background: #3238c6;
    padding: 140px 0 80px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}
.page_title {
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 32px;
}
@media screen and (max-width: 1024px) {
    .page_title_area {
        padding: 100px 0;
    }
}
@media screen and (max-width: 680px) {
    .page_title_area {
        padding: 80px 0 30px 0;
    }
    .page_title {
        font-size: 26px;
    }
}
/*blog*/
.blog .page_title_area {
    background: url("../images/pagetitle_bg_blog.jpg") no-repeat;
    background-size:cover;
    background-position: center;
}
@media screen and (max-width: 680px) {
    .blog .page_title_area {
    background: url("../images/pagetitle_bg_blog_sp.jpg") no-repeat;
    background-size:cover;
    background-position: center;
}
}



/*about
================================== */
/*about_flex*/
.about_flex {
    display: flex;
    justify-content: space-between;
}
.about_flex_title {
    width: 25%;
    margin-right: 5%;
    font-size: 12px;
}
.about_flex_title span {
    font-size: 22px;
}
.tokushou_area .about_flex_title span {
    font-size: 18px;
}
.about_flex .text_box {
    width: 70%;
}
/*guideline_list*/
.guideline_list li + li {
    margin-top: 20px;
}
@media screen and (max-width: 680px) {
    .about_flex {
        display: block;
    }
    .about_flex_title {
        width: auto;
        margin-right: auto;
    }
    .about_flex .text_box {
        width: auto;
    }
}
/*privacy
================================== */
/*telbox_flex*/
.telbox_flex {
    display: flex;
    align-items: flex-start;
}
.telbox_flex + .telbox_flex {
    margin-top: 10px;
}
.telbox_flex dt {
    text-align: center;
    width: 8%;
    border: solid 1px #1e282d;
    margin-right: 3%;
}
.telbox_flex dd {
    width: 89%;
}
@media screen and (max-width: 780px) {
    .telbox_flex dt {
        width: 18%;
    }
    .telbox_flex dd {
        width: 79%;
    }
}
/*sitemap
================================== */
.sitemap_flex {
    display: flex;
    justify-content: space-between;
}
.sitemap_flex ul {
    width: 20%;
}
.sitemap_flex ul a {
    font-weight: bold;
}
.sitemap_flex ul li + li {
    margin-top: 15px;
}
.product_link_list_head {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1e282d;
    font-weight: bold;

}
.product_link_list_head a{
    background: none!important;
        padding-left: 0px!important;
}


.product_link_list li a {
    background: url("../images/arrow.svg") no-repeat;
    background-size: 12px;
    background-position: left;
    padding-left: 25px;
    font-weight: normal;
}
@media screen and (max-width: 680px) {
    .sitemap_flex {
        display: block;
    }
    .sitemap_flex ul {
        width: auto;
    }
    .sitemap_flex ul + ul {
        margin-top: 15px;
    }
    .product_link_list li a {
        margin-left: 1em;
    }
}
/*faq
================================== */
/*faq_link_litst*/
.faq_link_litst {
    display: flex;
    flex-wrap: wrap;
}
.faq_link_litst li {
    margin-bottom: 5%;
    margin-right: 5%;
}
.faq_link_litst li > *{
    display: inline-block;
    background: url("../images/arrow_blue.svg") no-repeat;
    background-size: 10px;
    padding-right: 15px;
    background-position: center right;
    line-height: 1.5;
    cursor: pointer;
}
@media screen and (max-width: 680px) {
    .faq_link_litst li {
        width: 48%;
        margin-right: 4%;
    }
    .faq_link_litst li:nth-child(2n) {
        margin-right: auto;
    }
}
/*faq_dl_area*/
.faq_dl_area dl {
    border: 1px #1e282d solid;
}
.faq_dl_area dl + dl {
    margin-top: 20px;
}
.faq_dl_area dt .dt_inner, .faq_dl_area dd .dt_inner {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.faq_dl_area dt {}
.faq_dl_area dd {
    border-top: 1px #1e282d solid;
    display: none;
    background: #f1f1f1;
}
.faq_dl_area dt .dt_inner div, .faq_dl_area dd .dt_inner div {
    display: flex;
    padding: 15px 10px;
    width: 88%;
    border-left: 1px #1e282d solid;
    border-right: 1px #1e282d solid;
    flex-flow: column;
    justify-content: flex-start;
}
.faq_dl_area dd .dt_inner div {
    display: block;
}
.faq_dl_area dd .dt_inner div {
    width: 94%;
    border-right: none;
}
.faq_dl_area dd .dt_inner div img {
    max-width: 180px;
    margin: 10px;
}
.faq_dl_area dt .dt_inner span, .faq_dl_area dd .dt_inner span {
    display: flex;
    justify-content: center;
    width: 6%;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.title_q, .title_a {
    padding-top: 8px;
}
/*plus*/
.plus {
    position: relative;
}
.plus:before, .plus:after {
    content: "";
    background: #1e282d;
    position: absolute;
}
.plus:before {
    width: 20px;
    height: 1px;
    top: 30px;
}
.plus:after {
    top: 20px;
    width: 1px;
    height: 20px;
    transition: all 0.15s ease;
}
.faq_dl_area dt.active .plus:after {
    opacity: 0;
    transform: rotate(-45deg)
}
@media screen and (max-width: 960px) {
    .plus:before {
        width: 20px;
        height: 1px;
        top: 28px;
    }
    .plus:after {
        top: 18px;
        width: 1px;
        height: 20px;
    }
}
@media screen and (max-width: 480px) {
    .faq_dl_area dd .dt_inner div {
        width: 100%;
    }
    .faq_dl_area dt .dt_inner span, .faq_dl_area dd .dt_inner span {
        width: 12%;
    }
    .plus:before {
        width: 15px;
        height: 1px;
        top: 30px;
    }
    .plus:after {
        top: 23px;
        width: 1px;
        height: 15px;
    }
}
/*price
================================== */
.price_list {
    display: flex;
    justify-content: space-between;
}
.price_list > li {
    width: 26%;
}
.price_list > li .img {
    max-width: 150px;
    margin: auto auto 30px auto;
}
.price_btn {
    margin: 30px auto auto auto;
}
.price_list > li .circle {
    font-size: 14px;
}

.price_text{
    height: 170px;
}

@media screen and (max-width: 960px) {
    .price_list {
        flex-wrap: wrap;
    }
    .price_list > li {
        margin-bottom: 4%;
        width: 48%;
        margin-right: 4%;
    }
    .price_list > li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .price_text{
    height: 210px;
}

}

@media screen and (max-width: 480px) {
        .price_text{
    height: auto;
}

    .price_list {
        display: block;
    }
    .price_list > li {
        width: auto;
        margin-right: auto;
    }
}
/*price_box*/
.price_box_flex {
    height: 6em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.price_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.price_box .price_big {
    font-size: 60px;
    line-height: 1;
    text-align: justify;
}
.price_box .price_small {
    font-size: 14px;
    line-height: 1;
    text-align: justify;
}
@media screen and (max-width: 1026px) {
    .price_box .price_big {
        font-size: 5.4vw;
    }
    .price_box .price_small {
        font-size: 1.0vw;
    }
}
@media screen and (max-width: 960px) {
    .price_box .price_big {
        font-size: 8vw;
    }
    .price_box .price_small {
        font-size: 2vw;
    }
}
@media screen and (max-width: 480px) {
    .price_box_flex {
        align-items: flex-start;
    }
    .price_box {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .price_box .price_big {
        font-size: 20vw;
    }
    .price_box .price_small {
        font-size: 14px;
    }
}
/* case
================================== */
.case_top {
    position: relative;
}
.case_top a {
	text-decoration: underline;
}
.case_top .img {
    margin-bottom: 200px;
}
.case_top img {
    height: 562px;
}
.case_top .text_box {
    position: absolute;
    top: 85%;
    right: 0;
    width: 500px;
}
.case_top .text_box_inner {
    background: #fff;
    padding: 30px 0px 30px 40px;
}
.case_dl {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.case_dl dt {
width: 25%;
}
.case_dl dd{
width: 75%;
    margin-left: 5%;
}
@media screen and (max-width: 680px) {
    .case_top {
        margin-bottom: 30px;
    }
    .case_top .img {
        margin-bottom: 10px;
    }
    .case_top img {
        height: auto;
    }
    .case_top .text_box {
        position: static;
        max-width: 100%;
    }
    .case_top .text_box_inner {
        background: transparent;
        ;
        padding: 20px 0px;
    }
    .case_dl {
        display: block;
    }
    .case_dl dt {
        margin-right: auto;
        width: auto;
    }

.case_dl dd{
width: auto;
    margin-left: auto;
}
}
/*case_under*/
.case_under {
    max-width: 1000px;
    margin: auto;
}
.case_under a {
	text-decoration: underline;
}
.case_under > li {
    margin-bottom: 10%;
}
.case_under_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case_under_inner > * {
    width: 45%;
}
.case_under_inner .img img {
    height: 374px;
}
.case_under > li.r_img .case_under_inner {
    /*順序逆*/
    flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
	.case_under_inner .title_m,
    .case_under_inner .text_box {
        max-width: 90%;
        margin: auto;
    }
	.l_img .case_under_inner .title_m,
	.r_img .case_under_inner .title_m {
        max-width: 100%;
        margin: auto;
    }

    .text_only_inner{
        max-width: 90%;
        margin: auto;
    }

}
@media screen and (max-width: 680px) {
    .case_under_inner {
        display: block;
    }
    .case_under_inner > * {
        width: auto;
    }
    .case_under_inner .img {
        margin-bottom: 30px;
    }
    .case_under_inner .img img {
        height: 258px;
    }
    .case_under > li:nth-child(odd) .case_under_inner .img {
        margin-left: 5%;
    }
    .case_under > li:nth-child(even) .case_under_inner .img {
        margin-right: 5%;
    }
}
/*case_list
-------------------------------*/
.case_list {
    display: flex;
    flex-wrap: wrap;
}
.case_list > li {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 5%;
}
.case_list > li a {
    text-decoration: none;
}
.case_list > li:nth-child(3n) {
    margin-right: 0;
}

.case_list_inner {
    position: relative;
    height: 600px;
}

.case_list_inner .img {
    margin-bottom: 10px;
}
.case_list_inner .img img {
    height: 200px;
}

.case_list_inner .text_box {
    position: absolute;
    top: 350px;
    right: 0px;
    width: 480px;
    padding: 15px;
    background-color: white;
}

.case_list_inner .text_box span {
    display: block;
}
.case_list_inner .text_box .company_name {
    margin-top: 15px;
    font-weight: bold !important;
}

@media screen and (max-width: 680px) {
    .case_list {
        display: block;
    }
    .case_list > li {
        width: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .case_list .case_list_inner {
        display: flex;
    }
    .case_list_inner .img {
        margin-bottom: auto;
        margin-right: 5%;
    }
    .case_list_inner .img img {
        height: 66px;
    }
    .case_list_inner .text_box {
        width: 65%;
    }
}
.ico_tag {
    padding-left: 1.5em;
    background: url("../images/ico_tag.svg") no-repeat;
    background-size: 20px;
    background-position: left 10px;
}

section.company-area{
	padding-top: 30px;
}

section.company-area .inner {
	width: 100%;
	max-width: 1054px;
	margin: 70px auto 75px;
	padding: 0 27px 0 27px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.company-area .inner h2 {
	font-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: -0.05em;
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

section.company-area .inner h2 span{
	color: #cb9b0f;
	font-size: 50px;
	display: inline-block;
	margin: 2px;
}

section.company-area .inner h2::before {
	content: "";
	background: url(../../../../images/logo/garland_left.svg);
	width: 20px;
	height: 50px;
	background-size: contain;
	position: absolute;
	left: -30px;
	bottom:15%;
	background-repeat: no-repeat;
}

section.company-area .inner h2::after {
	content: "";
	background: url(../../../../images/logo/garland_left.svg);
	width: 20px;
	height: 50px;
	background-size: contain;
	position: absolute;
	right: -30px;
	bottom: 15%;
	transform: scale(-1, 1);
	background-repeat: no-repeat;
}

section.company-area .inner p{
	margin-left: 30px;
}

section.company-area ul.company-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1%;
	margin-top: 20px;
}

section.company-area ul.company-list li{
	width: 18%;
}

section.company-area ul.company-list li img{
	width: 100%;
}

@media screen and (max-width: 769px){
	section.company-area .inner h2{
		text-align: center;
		line-height: 1.0;
		margin-left: 0px;
		font-size: 26px;
		width: 100%;
	}
	section.company-area .inner h2 span{
		font-size: 42px;
	}
	section.company-area .inner p{
		margin-top: 10px;
		margin-left: 0px;
	}
	section.company-area .inner h2::before {
        left: 2%;
        bottom: 5%;
        width: 30px;
        height: 70px;
    }
    section.company-area .inner h2::after {
        right: 2%;
        bottom: 5%;
        width: 30px;
        height: 70px;
    }
    section.company-area ul.company-list li{
        width: 30%;
    }
}

/* function
================================== */
.icon_link_list_area {
    padding: 100px 0 60px 0;
    position: relative;
}
@media screen and (min-width: 961px) {
    .defo_li {
        display: none;
    }
    .icon_link_list {
        display: flex;
        justify-content: space-between;
    }
    .icon_link_list li a {
        text-decoration: none;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3em;
        padding-right: 15px;
        background: url("../images/arrow_blue.svg") no-repeat;
        background-size: 10px;
        background-position: center right;
    }
    .icon_link_list li a:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 40%;
        transform: translate(-0%, -50%);
        width: 28px;
        height: 33px;
    }
}
@media screen and (max-width: 960px) {
    .icon_link_list_area {
        padding: 40px 0 80px 0;
    }
    .icon_link_list_inner {
        position: relative;
    }
    .defo_li {
        position: relative;
        padding: 0 0 0 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: solid 1px #3238c6;
        height: 40px;
        overflow: hidden;
        font-size: 13px;
    }
    .defo_li:before {
        position: absolute;
        content: "";
        border: 9px solid transparent;
        border-left: 11px solid #3238c6;
        top: 60%;
        right: 0px;
        box-sizing: border-box;
        width: 4px;
        height: 6px;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .defo_li:after {
        content: "";
        background: #3238c6;
        position: absolute;
        top: 0;
        right: 40px;
        width: 1px;
        height: 100%;
    }
    .icon_link_list {
        border-right: solid 1px #3238c6;
        border-left: solid 1px #3238c6;
        width: 100%;
        display: none;
        font-size: 13px;
        box-sizing: border-box;
    }
    .icon_link_list li {
        border-bottom: solid 1px #3238c6;
    }
    .icon_link_list li a {
        display: block;
        padding: 10px;
    }
}
/*アイコンの設定*/
.ico_copy:before {
    background: url("../images/ico_copy.svg") no-repeat;
}
.ico_auto:before {
    background: url("../images/ico_auto.svg") no-repeat;
}
.ico_calculation:before {
    background: url("../images/ico_calculation.svg") no-repeat;
}
.ico_display:before {
    background: url("../images/ico_display.svg") no-repeat;
}
.ico_import:before {
    background: url("../images/ico_import.svg") no-repeat;
}
/*アイコン付きタイトル用*/
.function_title {
    padding-left: 80px;
    position: relative;
}
.function_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 74px;
}
.function_title.ico_auto {
    padding-left: 100px;
}
.function_title.ico_auto:before {
    width: 90px;
    height: 74px;
}
.function_title.ico_display {
    padding-left: 100px;
}
.function_title.ico_display:before {
    width: 88px;
    height: 74px;
}
.function_title.ico_import {
    padding-left: 100px;
}
.function_title.ico_import:before {
    width: 88px;
    height: 74px;
}
/*movie_area_style*/
.movie_area_style {
    max-width: 70%;
    margin: auto auto auto 0;
}
.movie_text_box {
    max-width: 55%;
}
/*コンテンツ右寄り*/
.movie_right .midashi_01 {
    max-width: 70%;
    margin: auto 0 auto auto;
}
.movie_right .movie_area_style {
    max-width: 70%;
    margin: auto 0 auto auto;
}
.movie_right .movie_text_box {
    max-width: 50%;
    margin: auto 0 auto auto;
}
@media screen and (max-width: 960px) {
    .movie_secrtion {
        padding-top: 0px;
    }
    .movie_area_style {
        max-width: 100%;
        margin: auto auto auto auto;
    }
    .movie_text_box {
        max-width: 100%;
    }
    .movie_text_box .title_ml {
        font-size: 22px;
    }
    .movie_text_box .midashi_01 {
        max-width: 60%;
        margin: auto auto auto 0;
    }
    /*コンテンツ右寄り*/
    .movie_right .midashi_01 {
        max-width: 65%;
        margin: auto auto auto 0;
    }
    .movie_right .movie_area_style {
        max-width: 100%;
        margin: auto auto auto auto;
    }
    .movie_right .movie_text_box {
        max-width: 100%;
        margin: auto auto auto auto;
    }
}
/*イラストの位置*/
.movie_area.ill_01:before {
    content: none;
}
.movie_text_box {
    position: relative;
}
.movie_text_box:before {
    content: "";
    position: absolute;
    width: 296px;
    height: 316px;
    top: 50px;
    right: -80%;
}
.ill_01:before {
    background: url("../../images/function/func_ill_01.svg") no-repeat;
    background-size: contain;
}
.ill_02:before {
    background: url("../../images/function/func_ill_02.svg") no-repeat;
    background-size: contain;
    right: auto;
    left: -80%;
}
.ill_03:before {
    background: url("../../images/function/func_ill_05.svg") no-repeat;
    background-size: contain;
}
.ill_04:before {
    background: url("../../images/function/func_ill_04.svg") no-repeat;
    background-size: contain;
    right: auto;
    left: -80%;
}
.ill_05:before {
    background: url("../../images/function/func_ill_03.svg") no-repeat;
    background-size: contain;
}
@media screen and (max-width: 960px) {
    .movie_text_box:before {
        width: 118px;
        height: 118px;
        top: 30px;
        right: 0;
    }
    .ill_02:before {
        right: 0;
        left: auto;
        width: 86px;
        height: 119px;
    }
    .ill_03:before {
        width: 100px;
        height: 139px;
    }
    .ill_04:before {
        right: 0;
        left: auto;
    }
    .ill_05:before {
        width: 96px;
        height: 118px;
    }
    /*
    .movie_area {
        position: relative;
    }
    .movie_area:before {
        content: "";
        position: absolute;
        width: 118px;
        height: 126px;
        right: 0;
        top: -100px;
    }
    .ill_01:before {
        background: url("../../images/function/func_ill_01.svg") no-repeat;
        background-size: contain;
    }
    .ill_02:before {
        background: url("../../images/function/func_ill_02.svg") no-repeat;
        background-size: contain;
        width: 92px;
    }
    .ill_03:before {
        background: url("../../images/function/func_ill_03.svg") no-repeat;
        background-size: contain;
        width: 104px;
    }
    .ill_04:before {
        background: url("../../images/function/func_ill_04.svg") no-repeat;
        background-size: contain;
    }
    .ill_05:before {
        background: url("../../images/function/func_ill_05.svg") no-repeat;
        background-size: contain;
    }*/
}
/*youtube　ボタンとか
-----------------------------------------------------------*/
/*movie スタイル*/
.mov_thum_img_style {
    border: solid 3px #3238c6;
    background: #fff;
    box-sizing: border-box;
}
/*movie スタイル end*/
.mov_thum_img {
    position: relative;
}
.mov_icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 1;
}
@media screen and (max-width: 681px) {
    .mov_icon {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        margin: auto;
    }
}
.mov_icon {
    cursor: pointer;
}
.movie_main .playerbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.movie_main .player {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 88;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: none;
}
.movie_main .bt-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #ed6c00;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.movie_main .bt-close:before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 2px;
    content: "";
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.movie_main .bt-close:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 2px;
    content: "";
    background-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
}
@media (max-width: 679px) {
    #bt.mov_icon {
        /* 		width: 70%;
position: relative;
cursor:pointer;
z-index:99;
margin: auto;
left: 0;
bottom: 10px;
display: block; */
    }
    .movie_bottom_btn {
        padding-top: 20px;
    }
    .movie_main .bt-close {
        width: 30px;
        height: 30px;
    }
    .movie_main .bt-close:before {
        width: 15px;
        right: 7px;
    }
    .movie_main .bt-close:after {
        width: 15px;
        right: 7px;
    }
}
/*product_cv_area
-------------------------------------------------------------*/
/*.product_cv_area {
    background: #3238c6;
    color: #fff;
    overflow: hidden;
}
.bg_product_cv {
    padding: 70px 0px 80px;
    background: url("../images/products_cv.svg") no-repeat;
    background-position: right center;
    background-size: 397px;
}
.product_cv_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product_cv_title p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.26em;
}
.product_cv_area a.btn-fff {
    padding: 20px 34px;
    min-width: 298px;
}
@media (max-width: 1024px) {
    .bg_product_cv {
        padding: 65px 27px 80px;
    }
}
@media (max-width: 770px) {
    .bg_product_cv {
        padding: 45px 27px 60px;
        background: url("../images/products_cv.svg") no-repeat;
        background-position: right center;
        background-size: 316px;
    }
    .product_cv_flex {
        display: block;
    }
    .product_cv_area a.btn-fff {
        margin-top: 32px;
        min-width: 100%;
        width: 100%;
        display: block;
    }
}
@media (max-width: 500px) {
    .bg_product_cv {
        background: url("../images/products_cv.svg") no-repeat;
        background-position: right -60px center;
        background-size: 360px;
    }
    .product_cv_title p {
        font-size: 13px;
    }
}*/
/*btn*/
a.btn-fff {
    position: relative;
    font-size: 14px;
    min-width: 175px;
    padding: 9px 34px;
    border: 1px solid #3238c6;
    background: #fff;
    color: #3238c6;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
a.btn-fff::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    content: "";
    width: 8px;
    height: 12px;
    background: url("../images/ico_arrow_blue.svg") center no-repeat;
    background-size: contain;
    display: block;
    transition: .3s;
}
a.btn-fff:hover {
    color: #fff;
    background-color: #3238c6;
    border: 1px solid #fff;
    text-decoration: none;
    transition: .3s;
}
a.btn-fff:hover::after {
    background: url("../images/ico_arrow.svg") center no-repeat;
}
a.btn-fff::after {
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
}
/*news
-------------------------------------------------------------*/
.news_list li {
    border-bottom: solid 1px #a9adac;
}
.news_list li a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
}
.news_list_inner {
    display: flex;
}
.news_list_inner .img {
    width: 20%;
}
.news_list_inner .img img {
    height: 126px;
}
.news_list_inner .text_box {
    width: 75%;
    margin-left: 5%;
}
.cate {
    border: solid 1px #1e282d;
    display: inline-block;
    border-radius: 20px;
    padding: 0px 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.news_title {
    line-height: 1.5;
    font-size: 22px;
    height: 3em;
}
@media screen and (max-width: 750px) {
.news_title {
    height: auto;
}

}
@media screen and (max-width: 680px) {
    .news_list_inner .img {
    width: 40%;
}
.news_list_inner .img img {
    height: 138px;
}
.news_list_inner .text_box {
    width: 55%;
    margin-left: 5%;
}
    .news_title {
        font-size: 16px;
    height: 4.5em;
}
}

/* pagination
============================================================================================================ */
.pagination {}
.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
    display: block;
    font-size: 100% !important;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 7px 0;
    margin: 0 5px;
    min-height: 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-pagenavi a {
    color: #fff;
    background: #d1d1d1;
    border-radius: 2px;
    width: 30px;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
    display: block;
    color: #fff;
    background: #3238c6;
    border-radius: 2px;
    width: 30px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background: none;
}
@media screen and (max-width: 768px) {
    .pagination {
        margin: 10% 0 10%;
    }
}



/*詳細*/
.cate_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.cms_area h1 {
    font-weight: normal;
    font-size: 30px;
    font-feature-settings: "palt";
    margin-bottom: 1.5em;
}
.cms_area p {
    line-height: 2;
    font-feature-settings: "palt";
    font-size: 18px;
    margin-bottom: 2em;
}
.cms_area img {
    margin: auto auto 2em auto;
    /* width: 100%; */
	max-width: 100%;
	height: auto;
}
.cms_area h2{
    border-bottom: 1px solid #3238c6;
    margin-bottom: 1em;
    font-size: 26px;
color: #3238c6;
    font-weight: normal;
}
.cms_area h2 span {
    font-size: 16px;
    display: block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.26em;
}

.cms_area iframe{
    width:100%;
    height: 422px;
    margin-bottom: 2em;
}


.cms_area article{
background: #f1f1f1;
    padding: 30px 30px 20px 30px;

}
@media screen and (max-width: 750px) {
    .cms_area h1 {
    font-size: 24px;
}
.cms_area iframe{
    height: 50vw;
}

}


 .contact_area iframe{
height: 1000px!important;

}
@media screen and (max-width: 680px) {
     .contact_area iframe{
height: 1050px!important;

}
}
@media screen and (max-width: 480px) {
     .contact_area iframe{
height: 1100px!important;

}
}

.news_detail ul {
	margin-left: 1.5em;
	line-height: 2;
    font-feature-settings: "palt";
    font-size: 18px;
    margin-bottom: 2em;
}

.news_detail ul li {
	list-style-type: disc;
}

