@charset "UTF-8";

/* --- 08番style.cssより<header>関連スタイル --- */
.h-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header.h-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.cont-inner_wrap {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}
.h-logo {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: 18px;

    -js-display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    position: relative;
    width: 100%;
    max-width: 328px;
}

.h-logo img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.pc-telArea {
    display: flex;
    margin-left: auto;
    align-items: center;
}
.sp-telArea {
    cursor: pointer;
    width: 45px;
}
.sp-telArea img {
    display: block;
    width: 45px;
}
/* =====================
  telArea
===================== */
.telArea {
    text-align: center;
    padding: 10px;
    padding-right: 24px;
    font-size: 3.2rem;
    font-family: 游明朝, 'Yu Mincho', YuMincho;
    color: #FFF;
}

.telArea .sub {
    font-size: 2.1rem;
}
@media screen and (max-width: 1080px) {
    .h-logo {
        max-width: 240px;
    }
}
@media screen and (max-width: 929px) {
    .telArea {
        font-size: 2.8rem;
        padding-right: 8px;
    }
    .telArea .sub {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .h-logo {
        max-width: 200px;
        left: -1rem;
    }

    .pc-telArea {
        display: none;
    }
    .cont-inner_wrap,
    .cont-inner_bloc_content_inner {
        padding: 0.3rem 2rem 2rem;
    }
    .cont-inner_wrap,
    .cont-inner_bloc_content_inner {
        padding: 2rem;
    }
}
/* --- ここまで --- */

/* Reset */
body{
    overflow:hidden;
    width:100%;
}
a:link, a:visited {
    color: initial;
    text-decoration: unset;
    text-underline-offset: unset;
    cursor: pointer;
}
.l-contents-mv__backImage img {
    height: 40rem;
}

ul{list-style:none;}

.l-header__wrap{
    padding:0 2rem;
    align-items:center;
}
.l-contents-main {
    max-width: 110rem;
}
#contact .l-contents-main {
    max-width: 128rem;
}
section{
    position:relative;
}
.section_bg{
    width:100%;
    display:block;
    background:#efefef;
}
section .l-contents-main{
    position:relative;
}
.l-header__main {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}
.l-header__logo{
    max-width:25rem;
    min-width:25rem;
    margin-right:4rem;
}
.tel_wrap{
    max-width:18rem;
    min-width:18rem;
    margin: 0 0 0 auto;
}
.l-contents {
    margin-top: 8.75rem;
}
.u-w-mx-110_block{
    background:#fff;
    box-sizing:border-box;
    position:relative;
    display:block;
    width:100%;
    max-width:110rem;
}
.u-w-mx-110_block:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:calc((100vw - 110rem - 1px) / -2);
    width:calc((100vw - 110rem) /2);
    height:100%;
    background:#fff;
}
.u-w-mx-110_block:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:calc((100vw - 110rem - 1px) / -2);
    width:calc((100vw - 110rem) /2);
    height:100%;
    background:#fff;
}
.lp-mv-ttl-sub2 {
    background: #a08a22;
    color: #fff;
    padding: 0.8rem 3rem;
    width: fit-content;
    max-width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
}
.ttl-h4-style02{
    font-size:2rem;
}
a.c-button-contactcta {
    display: block;
    margin: 2rem auto 4rem;
    padding: 1.8rem 1.8rem 1.8rem 3.6rem;
    width: 100%;
    max-width: 30rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    background: #800000;
    font-size: 1.8rem;
    border-radius: 0.6rem;
}
a.c-button-contactcta:before{
    content:'';
    display:block;
    width:1.6rem;
    height:1.6rem;
    border-bottom:0.2rem solid #fff;
    border-right:0.2rem solid #fff;
    position:absolute;
    top:50%;
    left:1.6rem;
    transform:translate(0,-50%) rotate(45deg);
}
.jc-c{
    justify-content:center
}
.alit-c{
    align-items:center;
}
ul#caselabelList li {
    padding: 1rem 0.8rem;
}
ul#caselabelList li button{
    border:0.1rem solid #ccc;
}
ul#caselabelList li button.current {
    background: #8c95b1;
    color: #fff;
    border:0.1rem solid var(--navy);
}

#sec01 .u-w-mx-110_block:before,#sec03 .u-w-mx-110_block:before,#contact .u-w-mx-110_block:before{
    clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 0%);
}
#sec01 .u-w-mx-110_block:after,#sec03 .u-w-mx-110_block:after,#contact .u-w-mx-110_block:after{
    clip-path:polygon(0% 0%,100% 100%,0% 100%,0% 0%);
}
#sec02 .u-w-mx-110_block:before,#sec04 .u-w-mx-110_block:before{
    clip-path:polygon(100% 0%,100% 100%,0% 100%,100% 0%);
}
#sec02 .u-w-mx-110_block:after,#sec04 .u-w-mx-110_block:after{
    clip-path:polygon(0% 0%,100% 0%,0% 100%,0% 0%);
}
@media screen and (max-width:750px){
    .section_bg{background:#fff;}
    .u-w-mx-110_block:before,.u-w-mx-110_block:after{
        content:'';
        display:none;
    }
}
/* Set style */
.menu_wrap {
    display:block;
    width:100%;
}
.menu_wrap > div{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;

}
.menu_wrap_items {
    width: fit-content;
    margin: 0 0 0 auto;
    font-size:1.4rem;
    font-weight:500;
}


nav {
    background: #877300;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 2rem;
    z-index: 999;
}

nav ul.nav_menu {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

nav ul.nav_menu a {
    width: 20%;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    transition: opacity .3s;
}

nav ul.nav_menu a:hover {
    opacity: .7;
}

nav ul.nav_menu a li {
    width: 100%;
    text-align: center;
}

nav ul.nav_menu a:nth-child(2),
ul.nav_menu a:nth-child(3),
ul.nav_menu,
ul.nav_menu a:nth-child(4),
ul.nav_menu,
ul.nav_menu a:nth-child(5) {
    border-left: 1px solid transparent;
}


@media screen and (max-width:768px) {
    nav {
        padding: 0.8rem 2%;
    }

    nav ul.nav_menu a:nth-child(3) li,
    nav ul.nav_menu a:nth-child(5) li {
        border-left: 1px solid #fff;
    }

    nav ul.nav_menu a {
        width: 50%;
        margin: 0.8rem 0;
    }

    #contact .num {
        color: #F2D980;
        text-decoration: underline;
    }

    #contact .num .svgicon {
        text-decoration: none;
    }
}

/*====================================

    header

====================================*/
.fixedMenu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lp-mv-ttl{
    font-size: 5.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    font-family: "Yu Mincho", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.lp-mv-sub {
    font-size: 3rem;
    color: #fff;
    margin:1.6rem 0;
    font-family: "Yu Mincho", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.lp-contents-mv{
    position:relative;
}
.lp-mv-abs-wrap{
    position:absolute;
    width:100%;
    box-sizing:border-box;
    max-width:116rem;
    height:100%;
    top:0;
    left:50%;
    transform:translate(-50%,0);
    z-index:10;
}

.lp-mv-abs-pic{
    position:absolute;
    bottom:0;
    right:0;
}
.lp-mv-abs-cta{
    position:absolute;
    width:100%;
    bottom:3rem;
    left:50%;
    transform:translate(-50%,0);
}
.lp-mv-absin-cta-grid{
    width:100%;
    max-width:98rem;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:4rem;
    align-items:center;
    justify-content:center;
}
.lp-mv-absin-cta-grid > a{
    background: #fff;
    color: var(--navy);
    font-size: 2rem;
    font-weight: 500;
    padding: 1.6rem 3.2rem;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    position: relative;
    border-radius: 0.6rem;
    border: 0.1rem solid var(--gray3);
    box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, .6);
}
.lp-mv-absin-cta-grid > a:before{
    content:'';
    display:block;
    width:2rem;
    height:2rem;
    border-top:0.2rem solid var(--navy);
    border-right:0.2rem solid var(--navy);
    position:absolute;
    top:50%;
    left:1.6rem;
    transform:translate(0,-50%) rotate(45deg);
}
.l-contents-mv__backImage{
    background: linear-gradient(to bottom, #002f7a 46.5%, #0a0c38 93%);
    -webkit-background: linear-gradient(to bottom, #002f7a 46.5%, #0a0c38 93%);
    -moz-background: linear-gradient(to bottom, #002f7a 46.5%, #0a0c38 93%);
    -o-background: linear-gradient(to bottom, #002f7a 46.5%, #0a0c38 93%);
    -ms-background: linear-gradient(to bottom, #002f7a 46.5%, #0a0c38 93%);
    position:relative;
    height:62rem;
}
.l-contents-mv__backImage .layer_bg01{
    content: '';
    background: #1f2c5c;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 56% 0%, 42% 100%, 0% 100%);
    z-index: 5;
}
.l-contents-mv__backImage .layer_bg02{
    content: '';
    background: #004ba9;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 70% 0%, 56% 100%, 0% 100%);
    z-index: 1;
}
.l-contents-mv__backImage .layer_bg03{
    content: '';
    background: #fff;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 100%;
    height: 100%;
    clip-path: polygon(42% 0%, 100% 0%, 100% 100%, 56% 100%);
    z-index: 8;
}
.lp-mv-ttl-sub {
    font-size: 3.8rem;
    color: var(--navy);
    font-weight: 500;
    font-family: "Yu Mincho", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}


.contact-info-area {
    display: grid;
    grid-template-columns: 1fr 35%;
    grid-gap: 4rem;
    align-items:center;
    grid-template-areas:"cctxt cctel";
}
.contact_catch_txt{
    grid-area:"cctxt";
}
.contact_catch_tel{
    grid-area:"cctel";
}
.num {
    color: var(--navy);
    font-size: 3.2rem;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    padding: 0 3.2rem;
    margin: auto;
}
.num .svgicon {
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    margin: 0 1.6rem 0 0;
}
.flex_nowrap {
    flex-wrap: nowrap;
}
.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}
.svgicon-yellow svg .telimg {
    fill: var(--navy);
}
.contact_catch_tel {
    border: 0.1rem solid var(--navy);
    box-sizing: border-box;
    position: relative;
    padding: 1.6rem 0;
    text-align: center;
    color: var(--navy);
    font-weight: bold;
}
.down-arrow:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rel_bloc{
    position:relative;
    box-sizing:border-box;
    display:block;
    width:100%;
    margin:2rem auto;
}
.ajax_bloc_wrap,.nml_bloc_wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 6rem 3rem 3rem;
    background: #F2D980;
    margin: 4rem auto 0;
}

.ajax_bloc_wrap:before,.nml_bloc_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -1px);
    border: 3rem solid transparent;
    border-top: 3rem solid #fff;
}

.case_detail_area_full {
    display: block;
    width: 100%;
    margin: 2rem 0 0;
}

.case_detail_area {
    display: flex;
    width: 100%;
    margin: 2rem 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.case_thumb_area {
    width: 28%;
    margin-right:2%;
}
.case_detail_info {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
}

.case_detail_info dt {
    background: #8C95B1;
    width: 30%;
    color: #fff;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:90%;
}

.case_detail_info dd {
    background: #fff;
    width: 70%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size:90%;
}

.case_detail_info dt:last-child,
.case_detail_info dd:last-child {
    border-bottom: transparent;
}

.case_detail_area_full .case_detail_info {
    width: 100%;
}
.cdi_cmpname  {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}
.cdi_cmpname > .mini_txt{
    font-size:1.2rem;
    padding-left:0.8rem;
}
.cdi_industry {
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

.labelList {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.idty-p {
    width: 100%;
    max-width: fit-content;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 1rem 0;
}

.idty-p>span {
    display: block;
    font-size: 75%;
}

.idty-p_miniwrap {
    width: 100%;
    max-width: fit-content;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    align-items: center;
}

.idty-p_miniwrap>.idty-p {
    width: 100%;
    max-width: calc(100% - 6rem);
    display: block;
    box-sizing: border-box;
    position: relative;
}

.idty-arrow {
    content: '';
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
}

.idty-arrow:before {
    content: '';
    display: block;
    right: 0.8rem;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: border-box;
    transform: translate(0, -50%);
    border: 1rem solid transparent;
    border-left: 1rem solid #1d2c5b;
    border-right: none;
}

.idty-arrow:after {
    content: '';
    display: block;
    left: 0.5rem;
    top: 50%;
    height: 0.5rem;
    width: 2.05rem;
    background: #1d2c5b;
    position: absolute;
    box-sizing: border-box;
    transform: translate(0, -50%);
}
.label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F0F3F5;
    padding: 2px 12px;
    border-radius: 4px;
    font-weight: bold;
}
.ownerList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4rem;
    box-sizing: border-box;
    padding: 4rem 0;
}
.ownerList li{
background: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
box-sizing: border-box;
}
.ownerList li a{
    padding-bottom:1.6rem;
    display:block;
}

.ownerlist_ttl{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FBDA7B;
    color:var(--navy);
    padding:0.8rem;
}
.ownerlist_ttl2{
    display: block;
    color: var(--navy);
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.ownerlist_ttl3 {
    font-weight: 700;
    font-size: 80%;
    display: block;
}
.ownerlist_name{
    font-size: 80%;
    display: block;
}

.lp-btn-common {
    background: linear-gradient(to right, #8E1C31, #000000);
    padding: 0.4rem 1.6rem;
    color: #fff;
    border-radius: 10rem;
    display: block;
    width: fit-content;
    margin:0.8rem auto;
}

.ownerlist_detail_bloc{
    position:relative;
    box-sizing:border-box;
    padding:0.8rem;
}

.company-card{
    background: #fff;
    border-radius: 0.8rem;
    box-sizing: border-box;
    padding: 2rem 4rem;
    display: block;
    margin: 4rem auto;
}
.company-card-ttl {
    display: grid;
    grid-template-columns: 1fr 27.4rem;
    width: 100%;
    margin: auto;
    justify-items: center;
    align-items:center;
    grid-template-areas: "cctxt ccimg";
    grid-gap: 4rem;
}
.cc-ttl {
    grid-area: cctxt;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    display: block;
    width: 100%;
}
.cc-img {
    grid-area: ccimg;
    text-align: left;
    display: block;
    width: 100%;
}
.cc-img img{
    width:fit-content;
    max-width:100%;
}

.company-card-inner {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 4rem;
    padding:3.2rem 0 0.8rem;
}

.company-card-info dl {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-areas:"ccil ccif";
    width: 100%;
    grid-gap: 1.6rem;
}
.company-card-info dl:first-child {
    border-top:0.1rem solid #444;
}
.company-card-info dl .company-card-info-label{
    grid-area:ccil;
    padding:1.6rem 2rem;
    border-bottom:0.1rem solid #444;
    text-align:center;
    display:flex;
    align-items:center;
}
.company-card-info dl .company-card-info-field{
    grid-area:ccif;
    padding:1.6rem 4rem;
    border-bottom:0.1rem solid #444;
    text-align:left;
    display:flex;
    align-items:center;
}
img.inline-img {
    display:inline-block;
    padding-left: 1.6rem;
}
button#modal_cta_type01 {
    position: absolute;
    left: 10%;
    top: 100%;
    width: fit-content;
    box-sizing: border-box;
    padding: 1rem 6rem;
    background: linear-gradient(to right, #8E1C31, #000000);
    color: #fff;
    font-weight: bold;
}
button#modal_cta_type01:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2rem;
    top: -1.9rem;
    left: 0;
    background: linear-gradient(to right, #8E1C31, #000000);
    clip-path: polygon(50% 0, 45% 100%, 55% 100%);
}
.modal_cta_comment {
    display: block;
    font-size: 60%;
    text-align: center;
}
button#modal_cta_type01 .svg_icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    transform: translate(0, -50%);
}
/**grid**/
.grid_dispbloc {
    display: grid;
}
.grid_column2{
    grid-template-columns:1fr 1fr;
    grid-gap:4rem;
}
.grid_column3{
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:4rem;
}
.grid_column2-30{
    grid-template-columns:1fr 30%;
    grid-gap:4rem;
}
.grid_column2-40{
    grid-template-columns:1fr 40%;
    grid-gap:4rem;
}
.u-fz-note{font-size:80%;}
.grid-column-items img{
    width:100%;
    display:block;
}
.grid-column-items img.inline-img{
    width:auto;
    max-width:initial;
    padding:0;
    display:block;
    margin:auto;
}
@media screen and (max-width:750px){
    .grid_column2,.grid_column3,.grid_column2-30,.grid_column2-40{
        grid-template-columns:1fr;
    }
}
/**ttlBelt**/
.section_ttl_belt{
    height: 19rem;
    overflow: hidden;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.section_ttl_backImage{
    height: 100%;
    width: 192rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.section_ttl_belt_txt {
    font-size: 4.4rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, .8);
    font-family: "Yu Mincho", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
/**** Tbl *****/
.device_fixed_tbl{
    width:100%;
    box-sizing:border-box;
    position:relative;
    display: block;
    margin-bottom:6rem;
}
.oveflow_wrap{
    overflow:hidden;
    width:100%;
    display:block;
}
.tbl_rel_wrapper {
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding:0 0 2rem;
    overflow:scroll hidden;
    transform: translate(0, 2rem);
}
table.tbl4compare {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    margin: 0 0 0.5rem;
    font-weight: bold;
    font-size: 2rem;
}
table.tbl4compare td{
    border: 1px solid #999;
    padding: 2rem 1rem;
    text-align: center;
    vertical-align: middle;
    width:30%;
}
table.tbl4compare td.tbl_other_cell {
    width:10%;
}
table.tbl4compare tr:nth-child(2) td{
    background:#ccc;
    box-sizing: border-box;
}
table.tbl4compare tr:first-child td:nth-child(2){
    color:#fff;
    background:#1d2d5c;
    border:5px solid #1d2d5c;
}
table.tbl4compare tr:nth-child(2) td:nth-child(2){
    color:#1d2d5c;
    border:5px solid #1d2d5c; 
}
table.tbl4compare tr:nth-child(2) td:nth-child(3){
    color:#219693;
}
table.tbl4compare tr:nth-child(2) td:nth-child(4){
    color:#397191;
}
.em_wred_font{
    font-size:120%;
    color:#86122a;
}
table.tbl4compare tr:last-child td:nth-child(2){
    border:5px solid #1d2d5c; 
}
button#modal_cta_type01 {
    position: absolute;
    left: 10%;
    top: 100%;
    width: fit-content;
    box-sizing: border-box;
    padding: 1rem 6rem;
    background: linear-gradient(to right, #8E1C31, #000000);
    color: #fff;
    font-weight: bold;
}
button#modal_cta_type01:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2rem;
    top: -1.9rem;
    left: 0;
    background: linear-gradient(to right, #8E1C31, #000000);
    clip-path: polygon( 50% 0 , 45% 100% , 55% 100%);
}
button#modal_cta_type01 .svg_icon{
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    transform: translate(0, -50%);
}
button#modal_cta_type01 .svg_icon svg .loope-des{
    stroke:#fff;
}
button#modal_cta_type01:hover {
    opacity: .7;
    background: linear-gradient(to left, #8E1C31, #000000);
    transition: opacity .3s , background .8s , transform .8s;
    transform: scale(1.05);
}
/*
セルフモーダル
*/
div#wmodal {
    background: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index:1001;
}
.wmodal_wrap {
    display: block;
    background: #fff;
    width: 96%;
    max-width: 980px;
    position: absolute;
    box-sizing: border-box;
    padding: 2rem 4rem 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wmodal_ttl {
    font-size: 3.2rem;
    font-weight: bold;
    width: fit-content;
    border-bottom: 3px solid;
    color: #444;
    line-height: 100%;
}
.wmodal_exp {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: block;
    margin:2rem 0;
    font-size:1.6rem;
}
.wmodal_cta {
    margin: 4rem auto 2rem;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}
.wmodal_cta a{
    padding: 1rem 0;
    width: 100%;
    display: block;
    border-radius: 50px;
    background: linear-gradient(to left, #8E1C31, #000000);
    height: 100%;
    padding: 1rem 0;
    color:#fff;
}
.wmodal_cta a:hover{
    opacity:0.7;
    background: linear-gradient(to right, #8E1C31, #000000);
    transition:opacity .3s , background .3s;
}

table.innermodal_tbl {
    margin: 2rem auto 0;
    width: 80%;
    border:1px solid #ccc;
}
table.innermodal_tbl th{
    background:#1d2d5c;
    color:#fff;
    font-weight:bold;
    border:1px solid #ccc;
    text-align:center;
}
table.innermodal_tbl td{
    border:1px solid #ccc;
    text-align:center;
}

.wmodal_minittl{
    font-weight:bold;
    display:block;
}
.wmodal_cta_minittl{
    font-weight:bold;
    text-align:center;
    display:block;
}
a.contact_h_btn {
    display: block;
    padding: 1rem;
    width: 100%;
    max-width: 18rem;
    font-weight: 500;
    margin: 0 0 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    background: #800000;
    font-size: 1.6rem;
    border-radius: 1rem;
}


@media screen and (max-width:1140px){
    table.tbl4compare {
        width:100%;
    }
}
.menu_wrap .u-disp-none-pc{
    display:none;
}
.menu_wrap .u-disp-none-sp{
    display:block;
}

@media screen and (max-width:1000px){
    table.tbl4compare {
        width:1060px;
    }
    .menu_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        box-sizing: border-box;
        padding:4%;
        background: #fff;
        display:block;
        z-index:-1;
        opacity:0;
        transform:translate(100%,0);
        transition:opacity .3s,transform .3s;
    }
    .menu_wrap .u-disp-none-pc{
        display:block;
    }
    .menu_wrap .u-disp-none-sp{
        display:none;
    }
    .menuactive{
        z-index:10;
        opacity:1;
        transform:translate(0,0);
    }
    .menu_wrap > div{
        width:100%;
        display:block;
        overflow-y:scroll;
        height:80%;
    }
    .menu_wrap_items {
        width: 100%;
        margin: 0 ;
        border-top: 0.1rem solid var(--gray3);
        border-bottom: 0.1rem solid var(--gray3);
        font-size:1.6rem;
    }
    .menu_wrap_items > a {
        padding: 2rem;
        display: block;
    }
    .menu_wrap_items + .menu_wrap_items {
        border-top: transparent;
    }

    .h-menu-btn {
        content: '';
        width: 3rem;
        height: 2rem;
        border-top: 0.2rem solid var(--gray3);
        border-bottom: 0.2rem solid var(--gray3);
        display: block;
        box-sizing:border-box;
        position:relative;
        top:unset;
        margin:0;
    }
    .h-menu-btn:before {
        content: '';
        width: 100%;
        height: 0.2rem;
        background: var(--gray3);
        display: block;
        position:absolute;
        top:50%;
        left:0;
        transform:translate(0,-50%);
    }
    .h-menu-btn-c {
        content: '';
        width: 3rem;
        height: 2rem;
        display: block;
        box-sizing:border-box;
        position:relative;
        top:unset;
        margin:0 0 2rem auto;
    }
    .h-menu-btn-c:before {
        content: '';
        width: 100%;
        height: 0.2rem;
        background: var(--gray3);
        display: block;
        position:absolute;
        top:50%;
        left:0;
        transform:translate(0 ,-50%) rotate(45deg);
    }
    .h-menu-btn-c:after {
        content: '';
        width: 100%;
        height: 0.2rem;
        background: var(--gray3);
        display: block;
        position:absolute;
        top:50%;
        left:0;
        transform:translate(0 ,-50%) rotate(-45deg);
    }
    .tel_wrap{
        max-width:unset;
        min-width:unset;
        width:100%;
        margin: 2rem auto;
    }
    .tel_wrap.u-disp-none-pc{
        display: block;
        width: 80%;
    }
    .h-menuu-copy {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 90%;
        text-align: center;
        padding: 0.8rem;
        width: 100%;
        border-top: 0.1rem solid var(--gray2);
    }
}


@media screen and (max-width: 750px) {

    .contact-head_wrap .l-header__logo{
        min-width:20rem;
        max-width:20rem;
    }
    .l-contents{
        margin-top:7.8rem;
    }
    .wmodal_wrap {
        padding: 4rem 2rem;
        overflow: hidden scroll;
        max-height:80vh;
    }


    .num{justify-content:center;}


    .contact-info-area {
        grid-template-columns: 1fr;
        grid-template-areas:
            "cctxt"
            "cctel"
        ;
    }
    .oveflow_wrap{
        overflow-x:scroll;
    }

    .ajax_bloc_wrap{
        padding:6rem 2rem 2rem;
    }
    .idty-p_miniwrap{
        justify-content: center;
    }
    .idty-arrow {
        transform: rotate(90deg);
    }
    .idty-p{
        display:flex;
        flex-wrap:wrap;
    }
    .idty-p_miniwrap>.idty-p{
        max-width:100%;
        display:flex;
        flex-wrap:wrap;
    }
    .ownerList>li {
        width: 100%;
        margin: 2rem 0;
    }
    .ownerList{
        grid-template-columns: 1fr;
        grid-gap:2rem;
    }
    button#modal_cta_type01:before{
        visibility: hidden;
        opacity:0;
        display: none;
    }


}

@media screen and (max-width: 750px) and (orientation: landscape ) {
    .l-contents-mv__backImage,.l-contents-mv__backImage img {
        height: 88rem;
    }
}



/**MODAL SETTING**/


/*** MODALSetting ***/
/* =====================
  ■modal
  ===================== */
  @keyframes modalwindow_body_in {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes modalwindow_body_out {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.modalwindow {
    /* オーバーレイ＆スクロール領域になるレイヤー */
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: -3;
    width: 100%;
    /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
    height: calc(100% + 100px);
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 100px solid transparent;
    cursor: pointer;
}

.modalwindow.is_visible {
    opacity: 1;
    z-index: 1001;
}

.modal-content {
    position: relative;
    background: #fff;
}

.modal-content .ttl {
    border: 0;
    border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    background-image: linear-gradient(to top, #3337b1, #101381);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modalwindow .mdl-body {
    /* ウィンドウ自体 アニメーションなどで装飾 */
    position: relative;
    top: 100px;
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
    border-radius: 8px;
    cursor: default;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    animation: 200ms modalwindow_body_out;
    margin-bottom: 400px;
}

.modalwindow.is_visible .mdl-body {
    transform: translateY(0px);
    animation: 400ms modalwindow_body_in;
}
/**MODAL INNER STTING **/
.c_card_5 {
    padding: 3.2rem 10%;
    position: relative;
}

.c_card_5_top {
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c_card_5_pic {
    width: 50%;
    overflow: hidden;
}

.c_card_5_pic img {
    width: 100%;
    height: auto;
    display: block;
}

p.c_card_5_txt {
    font-weight: bold;
    margin: 2.4rem 0;
}

.c_card_5_label_1 {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #1D2C5B;
    padding: 6px 10px;
    text-align: center;
}

.c_card_5_catch {
    margin-top: 14px;
    font-size: 32px;
    line-height: 1.3;
    color: #1F2C5C;
    font-weight: bold;
}

.c_card_5_label_2 {
    display: inline-block;
    border: 1px solid #333;
    line-height: 1;
    padding: 4px;
}

.c_card_5_name_company {
    font-weight: bold;
    margin-top: 12px;
}

.c_card_5_name_owner {
    margin-top: 8px;
    font-size: 18px;
}

.slick-nav-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.slick-nav-arrows .slick-next_ex {
    right: -23px;
}

.slick-nav-arrows .slick-prev_ex {
    left: -23px;
}

.slick-nav-arrows .slick-arrow {
    position: absolute;
}

.slick-arrow {
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pos-rel{position:relative;}
.c_card_5_nameWrap {
    box-sizing: border-box;
    display: block;
    padding: 1.6rem;
}
.btn-mdl-closeTop {
    position: absolute !important;
    top: 0;
    top: 3rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    text-align: center;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/lp/transfer/04/assets/images/Icon_modal_close.svg);
    position: absolute;
}
/* =====================
    ■modal_success
    ===================== */
    .modal_success {
        position: relative;
        margin-top: 32px;
    }
    
    .modal_success_item {
        width: 1000px;
    }
    
    .slick-initialized .slick-slide {
        display: block;
    }
    
    .modal_success {
        display: none;
    }
    
    .modal_success.slick-initialized {
        display: block;
    }
    
    @media screen and (max-width: 1200px) {
        .modal_success_item {
            width: 800px;
        }
    }
    
    @media screen and (max-width: 900px) {
        .modal_success_item {
            width: 600px;
        }
    }
    
    @media screen and (max-width: 750px) {
        .modal_success_item {
            width: 330px;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .modalwindow .mdl-body {
            width: 800px;
        }
    }
    
    @media screen and (max-width: 900px) {
        .modalwindow .mdl-body {
            width: 600px;
        }
    }
    
    @media screen and (max-width: 750px) {
        .modalwindow .mdl-body {
            top: 20px;
            width: 330px;
        }
    
        .modal-box {
            padding-bottom: 60px;
        }
    
        .btn-mdl-closeTop {
            top: 20px;
            right: 20px;
            width: 18px;
            height: 18px;
        }
    }


    @media screen and (max-width: 750px) {
        .l-header{
            padding:2rem 0;
        }
        .ttl-h1 {
            padding: 4rem 0;
        }
    
        .ttl-h1 .txt_bloc,
        .ttl-h2 .txt_bloc {
            padding: 0;
        }
    
        .cont-inner_bloc_content_inner .ttl-h4-style02{
            display:block;
        }

        .lp-mv-ttl{font-size:3rem;}
        .lp-mv-sub {
            font-size: 2rem;
            margin: 0.8rem 0;
        }
        .lp-mv-absin-cta-grid{
            grid-template-columns: 1fr;
            width: 90%;
            grid-gap: 2rem;
        }
        .lp-mv-abs-pic {
            bottom: 0;
            right: 0;
            width: 75%;
        }
        .lp-mv-abs-cta{
            bottom:2rem;
        }
        .lp-mv-absin-cta-grid > a{
            padding:0.8rem 3.2rem;
        }
        .lp-mv-absin-cta-grid > a:before{
            width:1.6rem;
            height:1.6rem;
        }
        #feature_list li {
            width: 100%;
            margin: 2rem 0;
        }
    
        .ttl-h2 {
            font-size: 3rem;
            padding: 4rem 0;
        }
    
        .ttl-h3-style01 {
            font-size: 1.6rem;
        }
    
        .ownerList>li {
            width: 100%;
            margin: 2rem 0;
        }
    
        .inner_navi_col3w li {
            width: 100%;
            margin: 2rem 0;
        }
    
        .ttl-h3-style02>span {
            padding: 0 0 0 3rem;
        }
    
        .content_catch {
            font-size: 1.4rem;
            text-align: left;
        }
           .case_thumb_area {
                width: 100%;
                margin:1.6rem 0;
            }
        .case_detail_info{width:100%;}
        .case_detail_info dt,
        .case_detail_info dd {
            width: 100%;
        }
    
        .contact_catch_area>div {
            width: 100%;
            margin: 2rem 0;
        }
    
        .contact_catch_area {
            padding: 0;
            font-size: 1.6rem;
        }
    
        .c_card_5_pic {
            width: 100%;
        }
    
        .c_card_5_top {
            flex-wrap: wrap;
            display: flex;
            flex-direction: column-reverse;
        }
    
        .c_card_5_nameWrap {
            display: block;
            width: 100%;
        }
        .u-w-overflow-sp{
            width:98rem;
            max-width:unset;
        }
        .modal_success_item {
            width: 330px;
        }
    
        .mainVisual_wrap {
            position: relative;
            display: block;
            width: 100%;
            height: 590px;
            background-image: url('/lp/transfer/03/assets/images/kv_sp.webp');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
    
        .kv_catch_wrap {
            width: 95%;
        }

        .mv_cta {
            position: absolute;
            top: -10%;
            width: 53%;
            margin-left: -3%;
        }
    
        .sp-telArea .telbtn  {
            width: 45px;
        }
    
        .adviser img{
            width: 80%;
            margin: 0 auto;
        }
        .modalwindow .mdl-body {
            top: 20px;
            width: 330px;
        }
        .lp-mv-ttl-sub {
            font-size: 2.6rem;
            font-weight: 600;
        }
        .company-card {
            padding: 4rem 0 2rem;
            margin: auto;
        }
        .company-card-ttl {
            grid-template-columns: 1fr;
            grid-template-areas:
            "cctxt"
            "ccimg";
            grid-gap: 2rem;
        }
        .cc-ttl {
            font-size: 1.8rem;
            text-align: center;
        }
        .cc-img {
            text-align: center;
        }
        .company-card-inner {
            grid-template-columns: 1fr;
            grid-template-areas:
            "cciinfo"
            "cciimg";
        }
        .company-card-img {
            grid-area: cciimg;
        }
        .company-card-info {
            grid-area: cciinfo;
        }
        .company-card-info dl {
            grid-template-columns: 1fr;
            grid-template-areas:
            "ccil"
            "ccif";
            grid-gap: 0;
        }
        .company-card-info dl .company-card-info-label {
            padding: 1.6rem 2rem 0;
            border-bottom: none;
            font-weight: bold;
        }
        .company-card-info dl .company-card-info-field {
            padding: 0 2rem 1.6rem;
        }
    }
    @media screen and (max-width: 750px) and (orientation:landscape){
        .rank_icon_img {
            position: absolute;
            top: 0;
            width: 55%;
            left: 0;
            transform: translate(-10%,-130%);
        }
        .mainVisual_wrap{
            height:160vw;
        }
    

    }
    


    /* =====================
  slick
===================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  /*20201022　スタイル追加ここから*/
  .slick-slide .tbl-common {
    font-size: 90%;
  }
  .slick-slide .btn-details {
    padding: 15px 10px;
  }
  .slick-slide .tbl-common th, .tbl-common td {
    padding: 10px 15px;
  }
  .slide-box .box-common {
    padding: 40px !important;
  }
  @media screen and (max-width: 750px) {
    .slide-box .box-common {
      padding: 30px 15px !important;
    }
  }
  /*20201022　スタイル追加ここまで*/
  /* =====================
    slick prev
  ===================== */
  .slick-prev, .slick-next {
    font-family: 'icon';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    /*20201022 数値変更*/
    display: block;
    height: 100%;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 3.8rem;
    /*20201022 サイズ変更*/
    line-height: 1;
    color: #1d2c5b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -30px;
    /*20201022 数値変更*/
  }
  .slick-next {
    right: -35px;
    /*20201022 数値変更*/
  }
  .slick-next:before {
    line-height: 0;
    content: '\e90b';
  }
  .slick-prev:before {
    line-height: 0;
    content: '\e906';
  }
  @media screen and (max-width: 750px) {
    .slick-prev {
      margin-left: 15px;
      /*20201127 追加*/
    }
    .slick-prev:before, .slick-next:before {
      font-size: 3.0rem;
    }
    /*20201022　スタイル追加ここから*/
    .slick-prev {
      left: -13px;
      /*20201022 追加*/
    }
    .slick-next {
      right: -17px;
      /*20201022 追加*/
    }
    /*20201022　スタイル追加ここまで*/
  }
  /* =====================
    slick dots
  ===================== */
  .slide-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .slide-dots {
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 15px;
    width: 100px;
    height: 15px;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
    width: 100px;
    height: 15px;
    cursor: pointer;
  }
  .slide-dots li button:before {
    content: '';
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    width: 100px;
    height: 15px;
    display: block;
    top: 0;
    left: 0;
    background: #8c95b1;
  }
  .slide-dots li.slick-active button:before {
    background: #fff;
  }


  .adviser_list_wrap {
    position:relative;
    box-sizing:border-box;
    background:#fff;
    padding:0 4rem;
    margin:4rem auto;
}
.adviser_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    padding: 4rem 4rem 0;
}
.adviser_list_item {
    width: calc((100% / 3) - 4rem);
    margin: 0 2rem;
}
.c_card_4{
    box-sizing:border-box;
    position:relative;
    padding-bottom:1.6rem;
}

.c_card_4_name {
    font-size: 2.4rem;
    color: var(--navy);
    padding: 1.6rem 0 0.8rem;
    font-weight: bold;
    line-height:50%;
    display:block;
}
.c_card_4_ruby{
    font-size:1.4rem;
    display:block;
}
.c_card_4_txt {
    font-weight: 500;
    margin: 1.6rem 0;
}
.slick-prev,.compare-prev{left:0.8rem;}
.slick-next,.compare-next {right:0.8rem;}
.slick-prev, .slick-next,.compare-prev, .compare-next,.slick-prev_ex, .slick-next_ex {
    font-family: 'icon';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width:4rem;
    height:4rem;;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 10;
    border: 1px solid var(--navy);
    border-radius: 100%;
}
.slick-prev:before,.compare-prev:before,.slick-prev_ex:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -50%);
    color:var(--navy);
    display:block;
    content: '\e906';
    font-size:2rem;
}
.slick-next:before,.compare-next:before,.slick-next_ex:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    color:var(--navy);
    display:block;
    content: '\e90b';
    font-size:2rem;
}
.slick-prev svg,.slick-next svg{
    fill:#fff;
    stroke:var(--navy);
}
@media screen and (max-width:750px){
    .adviser_list_wrap{padding:0 2rem;}
    .adviser_list{padding:0;}
    .slick-prev, .compare-prev {
        left: -1.6rem;
    }
    .slick-next, .compare-next {
        right: -0.4rem;
    }
}


.jc-sb {
    justify-content: space-between;
}
/* =====================
  .sp-pc-telArea max-width: 767px
===================== */

@media screen and (min-width: 767px) {
    .sp-telArea {
        display: none;
    }
}

/* リーグテーブルモーダル用スタイル（09番と同じ） */
.lp-sim-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    min-height: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.lp-sim-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 10000;
}

.lp-sim-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    z-index: 10001;
}

.lp-sim-modal__img {
    max-width: 90vh;
    max-height: 90vh;
    height: auto;
    display: block;
    margin: 0 auto;
}

.lp-sim-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #222b54;
    color: #fff;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.lp-sim-modal__close:hover {
    background: #e67e22;
    color: #fff;
}

@media screen and (max-width:750px) {
    .lp-sim-modal__content {
        max-width: 100vw;
        width: 100vw;
        padding: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .lp-sim-modal__close {
        top: 0.375rem;
        right: 0.375rem;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem;
    }
}

/* --- 固定ナビ用 --- */
.n-wrap.fixedMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #877300;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s;
}
.n-wrap.fixedMenu a,
.n-wrap.fixedMenu a li {
  color: #fff !important;
}


/* === スマホ専用改行スタイル === */
.br-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .br-sp {
        display: block;
    }
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}



/******* add float fixedform style 20250801 *********/


@media screen and (min-width: 1000px) {
    body.fixed #dispflg{
        display:grid;
        grid-template-columns:70% 30%;
        grid-gap:0;
        position:relative;
        width:100%;
        box-sizing:border-box;
    }
    body.fixed #dispflg>.contareawrap{
        position:relative;
    }
    body.fixed #dispflg > #contact > .section_ttl_belt,
    body.fixed #dispflg > #contact > .section_bg >div >div>h2,
    body.fixed #dispflg > #contact > .section_bg >div >div>h2 + picture,
    body.fixed #dispflg > #contact > .section_bg >div >div>.c-step,
    body.fixed #dispflg > #contact .u-w-mx-110_block:before,
    body.fixed #dispflg > #contact .u-w-mx-110_block:after{
        display:none;
    }

    body.fixed #dispflg > #contact{
        position:relative;
        box-sizing:border-box;
        background:var(--gray1);
        border-left: 0.1rem solid #ccc;
    }
    body.fixed nav.n-wrap.fixedMenu{
        width:70%;
    }
    body.fixed #dispflg > #contact> .section_bg{
        position:fixed;
        width:30%;
        height:100%;
        background:var(--gray1);
    }
    body.fixed #dispflg > #contact> .section_bg .u-w-mx-110_block{
        background:var(--gray1);
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main{
        padding:2rem 0;
    }
    body.fixed #dispflg > #contact> .section_bg >.l-contents-main > #contact_form{
        margin:0 auto;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox{
        margin: auto;
        padding: 0 2rem 2rem;
        font-size: 1.4rem;
    }
    body.fixed #dispflg > #contact > .section_bg >div >div>h2 + picture + h2{
        display:block;
        margin:auto;
        font-size:2.4rem;
    }
    body.fixed #dispflg > #contact > .section_bg >div >div>.contact-info-area{
        margin: 1rem auto;
        grid-gap: 0;
        grid-template-columns: 1fr;
        grid-template-areas:
        "cctxt"
        "cctel";
    }
    body.fixed #dispflg > #contact > .section_bg >div >div>.contact-info-area>.contact_catch_txt > p.c-text{
        font-size:1.4rem;
        padding:0 2rem;
    }
    body.fixed #dispflg > #contact > .section_bg >div >div>.contact-info-area>.contact_catch_tel{
        display:none;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form{
        border-radius:0.8rem;
        box-sizing:border-box;
        padding:1rem 0 1rem 1rem;
        background:#fff;
        border: 0.1rem solid #ccc;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex{
        max-height: 68vh;
        overflow-y: scroll;
        padding: 2rem 0;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex >.c-form__block {
        flex-wrap:wrap;
        gap:1rem;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block > .c-form__ttl{
        -ms-flex: unset;
        flex: unset;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block .c-form-string {
        padding: 0 0 0.4rem 0;
        font-size: 1.4rem;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block  .c-form__multiple__wrap{
        width:100%;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block  label.c-form-radio{
        width:48%;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block  label.c-form-radio,
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block .c-form-input{
        height: 4rem;
        min-width: unset;
        max-width: 100%;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block .c-form-label {
        padding: 0.4rem 1rem;
        -webkit-box-flex: 0;
        -ms-flex: unset;
        flex: unset;
        font-size: 1.2rem;
        margin-top: -0.3rem;
    }
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block .fwap-wrap .comment,
    body.fixed #dispflg > #contact> .section_bg .l-contents-main > .c-annotation--grayBox > #form > .form_wrapperex > .c-form__block .fwzip-wrap .comment {
        position: static;
        margin: 0;
        font-size: 1.4rem;
    }

}