@charset "utf-8";

/* --------------------------------------------------------------
　　basic
-------------------------------------------------------------- */

html{
	width:100%;
    height: 100%;
	font-size: 62.5%;
}

body{
    color: #333333;
	margin:0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;/*for iphone safari added 20171220 astec*/
    height:100%;
	width:100%;
}

img{
	margin:0;
	border:none;
	vertical-align:bottom;
    max-width: 100%;
    height: auto;
}

div, p, ul, li, h1, h2, h3, h4, figure, dl, dt, dd {
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}
@media only screen and  (max-width: 767px) {
    body{
        font-size: 1.4rem;
    }
}

/* --------------------------------------------------------------
　　header
-------------------------------------------------------------- */

@media only screen and  (min-width: 768px) {
    div.head {
        height: 130px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    div.head p.site_logo{
        position: absolute;
        width: 108px;
        top:16px;
        left:3px;
    }

    div.head p.etc_link{
        position: absolute;
        width: 500px;
        top:22px;
        right:3px;
        text-align: right;
    }

    div.head p.etc_link a{
        margin-right: 1em;
    }
}

@media only screen and  (max-width: 1200px) {
    div.head {
        width: 90%;
    }
}

@media only screen and  (max-width: 767px) {
    div.head {
        width: 100%;
        background: #fff;
    }

    div.head {
        position:relative;
        margin: 0 auto;
        height: 50px;
    }

    div.head .site_logo{
        position: absolute;
        top: 3px;
        left: 13px;
    }

    div.head .site_logo img{
        height: 47px;
        width: auto;
    }

    div.head .etc_link{
        text-align: center;
        padding: 24px 0 0;
    }

    div.head .etc_link a:nth-child(1){
        display: none;
    }

    div.head .etc_link a img{
        width:120px;
        height: auto;
        display: block;
        margin: 0 auto;
        position: relative;
        top: 2px;
    }
}

/* --------------------------------------------------------------
　　foot
-------------------------------------------------------------- */
@media only screen and  (min-width: 768px) {
    #foot{
        position:relative;
        background-color:#eee;
        padding-bottom:80px;
        color:#000;
    }
    #foot .lnk{
        position:absolute;
        bottom:30px;
        left:20px;
        font-size:0.7em;
    }
    #foot .lnk li{
        display:inline;
        padding:0 16px 0 10px;
    }
    #foot .lnk li a{
        text-decoration:none;
        color:#000;
    }
    #foot .co{
        position:absolute;
        bottom:30px;
        right:20px;
        font-size:0.55em;
    }
}

@media only screen and  (max-width: 767px) {
    #foot{
        background-color:#dddddd;
        font-size: 3vw;
    }

    #foot .lnk ul,
    #foot>div,
    #foot .lnk{
        margin: 0;
        padding: 0;
    }

    #foot .lnk ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    }

    #foot .lnk ul li{
        float:left;
        width:calc( 50% - 1px );
        border-top:solid 1px #fff;
        border-bottom:solid 1px #fff;
    }

    #foot .lnk ul li:nth-child(2){
        border-left:solid 1px #fff;
    }

    #foot .lnk ul li a{
        padding:3vw 0;
        display:block;
        text-align:center;
        color: #000;
    }

    #foot .co{
        padding:4vw 0;
        text-align:center;
    }
}


/* --------------------------------------------------------------
　　rayout
-------------------------------------------------------------- */

#clm-lp .lp-contents__container {
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and  (max-width: 1200px) {
    #clm-lp .lp-contents__container {
        width: 90%;
    }
}


/* --------------------------------------------------------------
　　common
-------------------------------------------------------------- */

#clm-lp *, #clm-lp *::before, #clm-lp *::after {
    box-sizing: border-box;
}
#clm-lp, .lp-contents-fixed-cta {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#clm-lp .lp-contents__h2 {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: center;
}
#clm-lp .lp-contents__h3 {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: center;
}
#clm-lp .lp-contents-cta {
    text-align: center;
}
#clm-lp .lp-contents-cta__text {
    margin-bottom: .5em;
    font-size: 22px;
    font-weight: 500;
}
#clm-lp .lp-contents-cta__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    max-width: 80%;
    height: 80px;
    padding-bottom: .1em;
    font-size: 30px;
    background: #0049b1;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
#clm-lp .lp-contents-cta__btn::after {
    top: 50%;
    right: 30px;
    width: 18px;
    height: 18px;
    margin: 0 -.8em 0 .8em;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    content: "";
    transform: translateY(15%) rotate(45deg);
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents-cta__text {
        font-size: 16px;
    }
    #clm-lp .lp-contents-cta__btn {
        height: 60px;
        font-size: 22px;
    }
    #clm-lp .lp-contents-cta__btn::after {
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
}
@media only screen and  (min-width: 768px) {
    #clm-lp .lp-contents-cta__btn:hover {
        filter: brightness(1.3);
    }
}

#clm-lp .sp-only {
    display: none;
}
@media only screen and  (max-width: 767px) {
    #clm-lp .pc-only {
        display: none;
    }
    #clm-lp .sp-only {
        display: block;
    }
    #clm-lp br.sp-only {
        display: inline;
    }
}

/* --------------------------------------------------------------
　　contents
-------------------------------------------------------------- */

/*MV*/
#clm-lp .lp-contents-mv {
    background: #002050 url("/katsubun/asset/images/lp/denshikeiyaku/clm/img_mv.jpg") no-repeat 50% 50%;
    background-size:cover;
}
#clm-lp .lp-contents-mv__inner {
    max-width: 1200px;
    height: 545px;
    margin: 0 auto;
    padding: 3em 0;
}
#clm-lp .lp-contents-mv__lead {
    margin-bottom: .6em;
    color: #fff;
    font-size: 63px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 4px 1px rgba(0, 32, 80, .25), 0px 0px 3px rgba(0, 32, 80, .25);
}
#clm-lp .lp-contents-mv__lead--yel {
    color: #ff0;
}
#clm-lp .lp-contents-mv__lead--sm {
    font-size: .86em;
}
#clm-lp .lp-contents-mv__title {
    margin-bottom: 2em;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    text-shadow: 0px 3px 1px rgba(0, 32, 80, .25), 0px 0px 2px rgba(0, 32, 80, .25);
}
#clm-lp .lp-contents-mv .lp-contents-cta {
    text-align: left;
}
#clm-lp .lp-contents-mv .lp-contents-cta__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    text-shadow: 0px 2px 1px rgba(0, 32, 80, .25), 0px 3px 1px rgba(0, 32, 80, .25);
}
#clm-lp .lp-contents-mv .lp-contents-cta__btn {
    position: relative;
    width: 393px;
    height: 66px;
    background: linear-gradient(to right, #015eea, #00c0fa);
    border-radius: 3em;
    box-shadow: 0px 5px 6px rgba(0, 32, 80, .5);
    font-size: 20px;
    font-weight: 400;
}
#clm-lp .lp-contents-mv .lp-contents-cta__btn::after {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
@media only screen and  (max-width: 1200px) {
    #clm-lp .lp-contents-mv__inner {
        width: 90%;
    }
    #clm-lp .lp-contents-mv__lead {
        font-size: 54px;
    }
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents-mv {
        background-position: 0% 50%;
    }
    #clm-lp .lp-contents-mv__inner {
        height: auto;
        padding: 10vw 0;
    }
    #clm-lp .lp-contents-mv__lead {
        font-size: 6.8vw;
    }
    #clm-lp .lp-contents-mv__title {
        margin-bottom: 3em;
        font-size: 4.2vw;
        letter-spacing: .05em;
    }
    #clm-lp .lp-contents-mv .lp-contents-cta {
        text-align: center;
    }
    #clm-lp .lp-contents-mv .lp-contents-cta__text {
        font-size: 4vw;
    }
    #clm-lp .lp-contents-mv .lp-contents-cta__btn {
        max-width: 90%;
    }
}

/*lp-contents01*/
#clm-lp .lp-contents01 {
    background: #d4e3ec;
}
#clm-lp .lp-contents01 .lp-contents__container {
    padding: 3em 0 3.5em;
}
#clm-lp .lp-contents01 .lp-contents__h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #3f3a39;
}
#clm-lp .lp-contents01 .lp-contents__h2::before,
#clm-lp .lp-contents01 .lp-contents__h2::after {
    width: .15em;
    height: 1.6em;
    background:#3f3a39;
    border-radius: 1em;
    content: "";
}
#clm-lp .lp-contents01 .lp-contents__h2::before {
    margin-right: .5em;
    transform: translateY(15%) rotate(-33deg);
}
#clm-lp .lp-contents01 .lp-contents__h2::after {
    margin-left: .5em;
    transform: translateY(15%) rotate(33deg);
}
#clm-lp .lp-contents01-items {
    display: flex;
    justify-content: space-between;
}
#clm-lp .lp-contents01-item {
    width: 32%;
    padding-bottom: 1em;
    background: #fff;
    border: 7px solid #3f3a39;
    text-align: center;
}
#clm-lp .lp-contents01-item:not(:first-child) {
    margin-left: 2%;
}
#clm-lp .lp-contents01-item__title {
    margin: -7px -7px 0;
    padding: .5em .5em .8em;
    background: url("/katsubun/asset/images/lp/denshikeiyaku/clm/bg_title.png") no-repeat 50% 100%;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
#clm-lp .lp-contents01-item__text {
    padding: 0 .2em;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
}
#clm-lp .lp-contents01-item__text sup {
    font-size: .5em;
    font-weight: 400;
}
#clm-lp .lp-contents01-item__text--num {
    font-size: 90px;
}
#clm-lp .lp-contents01-item__text--lg {
    font-size: 1.3em;
}
#clm-lp .lp-contents01-item__text--sm {
    font-size: .7em;
}
#clm-lp .lp-contents01-item img {
    margin-top: .8em;
}
#clm-lp .lp-contents01__att {
    margin-top: .5em;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}
@media only screen and  (max-width: 1200px) {
    #clm-lp .lp-contents01-item__title {
        font-size: 20px;
    }
    #clm-lp .lp-contents01-item__text {
        font-size: 42px;
    }
    #clm-lp .lp-contents01-item__text--num {
        font-size: 72px;
    }
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents01 .lp-contents__h2 {
        font-size: 26px;
    }
    #clm-lp .lp-contents01-items {
        display: block;
    }
    #clm-lp .lp-contents01-item {
        width: 100%;
    }
    #clm-lp .lp-contents01-item:not(:first-child) {
        margin: 2em 0 0;
    }
    #clm-lp .lp-contents01-item__title {
        font-size: 18px;
    }
    #clm-lp .lp-contents01-item__text {
        font-size: 36px;
    }
    #clm-lp .lp-contents01-item__text--num {
        font-size: 60px;
    }
}

/*lp-contents02*/
#clm-lp .lp-contents02 {
    background-color: #f5f2f4;
    background-image: repeating-linear-gradient(to bottom, rgba(0, 104, 183, .05), rgba(0, 104, 183, .05) 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px),
                      repeating-linear-gradient(to right, rgba(0, 104, 183, .05), rgba(0, 104, 183, .05) 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 97%, 0 85%);
}
#clm-lp .lp-contents02__heading {
    padding: 2em 1em;
    background: #3f3a39;
    color: #fff;
}
#clm-lp .lp-contents02__heading .lp-contents__h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-bottom: .1em;
    font-size: 48px;
    line-height: 1.4;
}
#clm-lp .lp-contents02__heading .lp-contents__h2::before,
#clm-lp .lp-contents02__heading .lp-contents__h2::after {
    width: 2.4em;
    height: 0.53em;
    margin-top: .1em;
    background: #fff;
    content: "";
}
#clm-lp .lp-contents02__heading .lp-contents__h2::before {
    margin-right: .3em;
    clip-path: polygon(20% 0, 20% 35%, 100% 35%, 100% 65%, 20% 65%, 20% 100%, 0 100%, 0 0);
}
#clm-lp .lp-contents02__heading .lp-contents__h2::after {
    margin-left: .3em;
    clip-path: polygon(80% 35%, 80% 0, 100% 0, 100% 100%, 80% 100%, 80% 65%, 0 65%, 0 35%);
}

#clm-lp .lp-contents02-flow {
    display: flex;
    overflow: hidden;
    padding: 350px 0 450px;
}
#clm-lp .lp-contents02-flow__item {
    flex: 1;
    margin-left: -4.5%;
}
#clm-lp .lp-contents02-flow__item:first-child {
    margin-left: 0;
}
#clm-lp .lp-contents02-flow__item dl {
    position: relative;
    margin: 0;
}
#clm-lp .lp-contents02-flow__item dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    padding-left: 1.2em;
    background: #4994c2;
    clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0% 100%, 30% 50%, 0% 0%);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1.2;
    text-align: center;
}
#clm-lp .lp-contents02-flow__item:first-child dt {
    padding: 0 2em 0 0;
    clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0% 100%, 0% 50%, 0% 0%);
}
#clm-lp .lp-contents02-flow__item:nth-child(even) dt {
    background: #0068b7;
}
#clm-lp .lp-contents02-flow__item dd {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 0 2em;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 3;
}
#clm-lp .lp-contents02-flow__item:nth-child(odd) dd {
    min-height: 260px;
}
#clm-lp .lp-contents02-flow__item:nth-child(even) dd {
    top: 100%;
    bottom: initial;
    margin: 1em 0 0;
}
#clm-lp .lp-contents02-flow__item dl::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #404040;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 2;
}
#clm-lp .lp-contents02-flow__item dl::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 60px;
    background: #404040;
    content: "";
    transform: translate(-50%, -100%);
    z-index: 2;
}
#clm-lp .lp-contents02-flow__item:nth-child(even) dl::before {
    top: initial;
    bottom: 0;
    transform: translate(-50%, 50%);
}
#clm-lp .lp-contents02-flow__item:nth-child(even) dl::after {
    top: initial;
    bottom: 0;
    transform: translate(-50%, 100%);
}
#clm-lp .lp-contents02-flow__item:nth-child(odd) dd figure {
    margin-top: .8em;
}
#clm-lp .lp-contents02-flow__item:nth-child(even) dd figure {
    margin-bottom: .5em;
}
#clm-lp .lp-contents02-flow__item--adj-01 dl::after,
#clm-lp .lp-contents02-flow__item--adj-05 dl::after {
    height: 80px;
}
#clm-lp .lp-contents02-flow__item.lp-contents02-flow__item--adj-01 dd figure,
#clm-lp .lp-contents02-flow__item.lp-contents02-flow__item--adj-05 dd figure {
    margin-top: 2em;
}
#clm-lp .lp-contents02-flow__item--adj-03 dl::before,
#clm-lp .lp-contents02-flow__item--adj-03 dl::after {
    margin-left: -10px;
}
#clm-lp .lp-contents02-flow__item--adj-03 dd {
    margin-left: -30px;
}
#clm-lp .lp-contents02-flow__item--adj-04 dl::before,
#clm-lp .lp-contents02-flow__item--adj-04 dl::after {
    margin-left: -10px;
}
#clm-lp .lp-contents02-flow__item--adj-03 dd figure,
#clm-lp .lp-contents02-flow__item--adj-04 dd figure,
#clm-lp .lp-contents02-flow__item--adj-06 dd figure {
    text-align: center;
}
#clm-lp .lp-contents02-flow__item--adj-05 dd p {
    padding-left: 1em;
}
@media only screen and  (max-width: 1200px) {
    #clm-lp .lp-contents02 {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 97%, 0 90%);
    }
    #clm-lp .lp-contents02__heading .lp-contents__h2::before,
    #clm-lp .lp-contents02__heading .lp-contents__h2::after {
        display: none;
    }
    #clm-lp .lp-contents02-flow {
        padding: 28vw 0 36vw;
    }
    #clm-lp .lp-contents02-flow__item dt {
        height: 8vw;
        font-size: 1.6vw;
    }
    #clm-lp .lp-contents02-flow__item dd {
        font-size: 1.5vw;
    }
    #clm-lp .lp-contents02-flow__item:nth-child(odd) dd {
        min-height: 22vw;
    }
    #clm-lp .lp-contents02-flow__item dd img {
        max-width: 80%;
    }
    #clm-lp .lp-contents02-flow__item dl::before {
        width: 18px;
        height: 18px;
    }
    #clm-lp .lp-contents02-flow__item dl::after {
        height: 5.5vw;
    }
    #clm-lp .lp-contents02-flow__item--adj-01 dl::after,
    #clm-lp .lp-contents02-flow__item--adj-05 dl::after {
        height: 8vw;
    }
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents02 {
        clip-path: none;
    }
    #clm-lp .lp-contents02__heading .lp-contents__h2  {
        font-size: 26px;
    }
    #clm-lp .lp-contents02-flow {
        display: block;
        max-width: 480px;
        margin: 0 auto;
        padding: 50px 0;
    }
    #clm-lp .lp-contents02-flow__item {
        margin: 0;
    }
    #clm-lp .lp-contents02-flow__item:not(:first-child) {
        margin-top: -50px;
    }

    #clm-lp .lp-contents02-flow__item dl {
        display: flex;
    }
    #clm-lp .lp-contents02-flow__item dl::before {
        top: 27% !important;
        right: initial;
        bottom: initial;
        left: 90px !important;
        width: 16px;
        height: 16px;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
    }
    #clm-lp .lp-contents02-flow__item dl::after {
        top: 27% !important;
        right: initial;
        bottom: initial;
        left: 90px !important;
        width: 40px;
        height: 1px;
        margin: 0 !important;
        transform: translateY(-50%) !important;
    }
    #clm-lp .lp-contents02-flow__item dt {
        width: 90px;
        height: 220px;
        padding: 0;
        clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0, 50% 30%);
        font-size: 16px;
    }
    #clm-lp .lp-contents02-flow__item:first-child dt {
        padding: 0;
        clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0, 50% 0);
    }
    #clm-lp .lp-contents02-flow__item dd,
    #clm-lp .lp-contents02-flow__item dd:nth-child(even) {
        position: relative;
        flex: 1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 0 5vw;
        font-size: 14px;
        white-space: normal;
    }
    #clm-lp .lp-contents02-flow__item:nth-child(odd) dd {
        min-height: 0;
    }
    #clm-lp .lp-contents02-flow__item dd figure {
        order: 1;
        margin: 1.5em 0 .2em !important;
    }
    #clm-lp .lp-contents02-flow__item dd p {
        order: 2;
    }
    #clm-lp .lp-contents02-flow__item:not(:first-child) dd {
        padding: 0 0 50px;
    }
    #clm-lp .lp-contents02-flow__item dd br {
        display: none;
    }
    #clm-lp .lp-contents02-flow__item dd img {
        max-width: none;
        width: 110px;
        height: 80px;
        object-fit: contain;
    }
    #clm-lp .lp-contents02-flow__item--adj-05 dd p {
        padding-left: 0;
    }
}

/*lp-contents03*/
#clm-lp .lp-contents03__heading {
    padding: 2em 1em;
    background: #0078d7;
    color: #fff;
}
#clm-lp .lp-contents03__heading .lp-contents__h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.4;
}
#clm-lp .lp-contents03 .lp-contents__container {
    padding: 2.5em 0 3em;
    text-align: center;
}
#clm-lp .lp-contents03 .lp-contents__h3 {
    color: #02122d;
    font-size: 40px;
}
#clm-lp .lp-contents03__text {
    display: inline-block;
    padding: 0 .8em .5em;
    border-bottom: 8px solid #0078d7;
    color: #02122d;
    font-size: 20px;
    text-align: center;
}
#clm-lp .lp-contents03 .lp-contents-cta {
    margin-top: 3em;
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents03__heading .lp-contents__h2 {
        font-size: 24px;
    }
    #clm-lp .lp-contents03 .lp-contents__h3 {
        font-size: 24px;
    }
    #clm-lp .lp-contents03__text {
        font-size: 16px;
    }
}

/*lp-contents04*/
#clm-lp .lp-contents04 {
    background: #d0ecf7 url("/katsubun/asset/images/lp/denshikeiyaku/clm/bg_content04.jpg") no-repeat 50% 50%;
    background-size: cover;
}
#clm-lp .lp-contents04__heading {
    padding: 3em 1em;
    background: #4d829a;
    color: #fff;
}
#clm-lp .lp-contents04__heading .lp-contents__h2 {
    margin-bottom: .5em;
    font-size: 40px;
    line-height: 1.4;
}
#clm-lp .lp-contents04__lead {
    font-size: 20px;
    text-align: center;
}
#clm-lp .lp-contents04 .lp-contents__container {
    padding: 6em 0 3em;
}
#clm-lp .lp-contents04-block {
    background: #fff;
    border: 7px solid #4d829a;
    border-radius: 17px;
    box-shadow: -10px -40px 20px rgba(255, 255, 255, .6), 0 -20px 20px rgba(255, 255, 255, .6), 0 -5px 10px rgba(255, 255, 255, .8);
    color: #02122d;
}
#clm-lp .lp-contents04-block:not(:last-child) {
    margin-bottom: 8em;
}
#clm-lp .lp-contents04-block .lp-contents__h3 {
    display: inline-flex;
    align-items: center;
    margin: 0 0 -80px 50px;
    padding: 0 .5em;
    background: linear-gradient(rgba(255,255,255,0) 30%, #fff 40%);
    color: #94252a;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    transform: translateY(-50%);
}
#clm-lp .lp-contents04__point {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    margin-right: .5em;
    padding: 0 .8em 0 .5em;
    background: #fff;
    border: 4px solid #4d829a;
    border-radius: 30px;
    color: #4d829a;
    font-size: 35px;
}
#clm-lp .lp-contents04__point::before {
    width: 1.66em;
    height: 1.66em;
    margin-right: .2em;
    background: url("/katsubun/asset/images/lp/denshikeiyaku/clm/ico_light.svg") no-repeat 0 0;
    background-size: 100%;
    content: "";
}
#clm-lp .lp-contents04-block .lp-contents__h4 {
    margin: 0 0 .5em;
    color: #4d829a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}
/* macOS Safari対応 */
_::-webkit-full-page-media, _:future, :root #clm-lp .lp-contents04-block .lp-contents__h4 {
  letter-spacing: -.05em;
}
#clm-lp .lp-contents04-block__wrap--1,
#clm-lp .lp-contents04-block__wrap--2,
#clm-lp .lp-contents04-block__wrap--3 {
    display: flex;
    margin-bottom: 2em;
}
#clm-lp .lp-contents04-block__item--1-1,
#clm-lp .lp-contents04-block__item--2-1,
#clm-lp .lp-contents04-block__item--3-1 {
    width: 43%;
    padding: 0 1.5em 0 1.5em;
}
#clm-lp .lp-contents04-block__item--3-1 {
    white-space: nowrap;
}
#clm-lp .lp-contents04-block__item--1-2,
#clm-lp .lp-contents04-block__item--2-2,
#clm-lp .lp-contents04-block__item--3-2 {
    width: 57%;
    padding-right: 1.5em;
}
#clm-lp .lp-contents04-block__item--1-2 figure,
#clm-lp .lp-contents04-block__item--2-2 figure,
#clm-lp .lp-contents04-block__item--3-2 figure {
    text-align: center;
}
#clm-lp .lp-contents04-block__item--1-2 figure {
    padding-bottom: 1em;
}
#clm-lp .lp-contents04__list {
    margin-top: 1em;
}
#clm-lp .lp-contents04-block__item--1-2 .lp-contents04__list {
    letter-spacing: -.05em;
}
#clm-lp .lp-contents04__list li {
    position: relative;
    padding-left: 1.2em;
}
#clm-lp .lp-contents04__list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    content: "\30FB";
}
#clm-lp .lp-contents04__list--circle li::before {
    content: "\25CF";
}
@media only screen and  (max-width: 1200px) {
    #clm-lp .lp-contents04-block__item--3-1 {
        white-space: normal;
    }
}
@media only screen and  (max-width: 1024px) {
    #clm-lp .lp-contents04-block .lp-contents__h3 {
        width: 100%;
        flex-direction: column;
        align-items: center;
        background: transparent;
        margin: 0 0 1em;
        padding: 0 .8em;
        transform: translateY(0);
        text-align: center;
    }
    #clm-lp .lp-contents04__point {
        margin-bottom: -.3em;
        border-width: 2px;
        border-radius: .86em;
        transform: translateY(-50%);
    }
    #clm-lp .lp-contents04-block__wrap--1,
    #clm-lp .lp-contents04-block__wrap--2,
    #clm-lp .lp-contents04-block__wrap--3 {
        display: block;
    }
    #clm-lp .lp-contents04-block__item--1-1,
    #clm-lp .lp-contents04-block__item--2-1,
    #clm-lp .lp-contents04-block__item--3-1 {
        width: 100%;
        padding: 0 1em;
    }
    #clm-lp .lp-contents04-block__item--1-2,
    #clm-lp .lp-contents04-block__item--2-2,
    #clm-lp .lp-contents04-block__item--3-2 {
        width: 100%;
        padding: 1em;
    }
    #clm-lp .lp-contents04-block__item--1-2 figure {
        padding: 0;
    }
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents04__heading {
        padding: 2em 1em;
    }
    #clm-lp .lp-contents04__heading .lp-contents__h2 {
        font-size: 21px;
    }
    #clm-lp .lp-contents04__lead {
        font-size: 15px;
    }
    #clm-lp .lp-contents04-block {
        border-width: 4px;
    }
    #clm-lp .lp-contents04-block:not(:last-child) {
        margin-bottom: 4em;
    }
    #clm-lp .lp-contents04-block .lp-contents__h3 {
        font-size: 22px;
    }
    #clm-lp .lp-contents04__point {
        font-size: 20px;
    }
    #clm-lp .lp-contents04-block .lp-contents__h4 {
        font-size: 22px;
    }
}

/*lp-contents05*/
#clm-lp .lp-contents05 .lp-contents__container {
    padding: 2em 0 3em;
}
#clm-lp .lp-contents05__item {
    display: flex;
}
#clm-lp .lp-contents05__item dt {
    padding-right: 2em;
    font-size: 17px;
    font-weight: 500;
}
#clm-lp .lp-contents05__item dd {
    display: flex;
    font-size: 12px;
}
#clm-lp .lp-contents05__list {
    padding-right: 3em;
}
#clm-lp .lp-contents05__list li {
    position: relative;
    padding-left: 1.2em;
}
#clm-lp .lp-contents05__list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    content: "\30FB";
}
@media only screen and  (max-width: 767px) {
    #clm-lp .lp-contents05__item {
        display: block;
    }
    #clm-lp .lp-contents05__item dt {
        padding-right: 0;
        font-size: 15px;
    }
    #clm-lp .lp-contents05__item dd {
        display: block;
    }
    #clm-lp .lp-contents05__item dd ul {
        padding-right: 0;
    }
}

.lp-contents-bnr{
    position: relative;
    top: -3em;
    text-align: center;
}
@media only screen and  (max-width: 767px) {
    .lp-contents-bnr{
        top: -2em;
    }
}

.lp-contents-bnr a{
    transition: filter 0.5s ,box-shadow 0.3s;
}

.lp-contents-bnr a:hover{
    filter: brightness(1.2);
    box-shadow: 0 0 40px #FFF;
}

/* fixed-cta */
.lp-contents-fixed-cta__wrap {
    padding-bottom: 90px;
    background: #eee;
}
.lp-contents-fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 0;
    background: #fff;
    box-shadow: 0 -1px 12px rgba(1, 42, 99, .2);
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    transition: .4s;
    z-index: 99;
}
.lp-contents-fixed-cta.is-show {
    transform: translateY(0);
    opacity: 1;
}
a.lp-contents-fixed-cta__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    max-width: calc(50% - 40px);
    height: 56px;
    padding-bottom: .1em;
    background: linear-gradient(to right, #015eea, #00c0fa);
    border-radius: 3em;
    box-shadow: 0 -3px 12px rgba(0, 59, 147, .5);
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    margin: 0 10px;
}
@media only screen and (max-width: 767px) {
    a.lp-contents-fixed-cta__btn {
        width: 90%;
        max-width: none;
    }
    a.lp-contents-fixed-cta__btn + a.lp-contents-fixed-cta__btn {
        margin-top: 10px;
    }
}
.lp-contents-fixed-cta__btn::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
    .lp-contents-fixed-cta__wrap {
        padding-bottom: 155px;
        background: #ddd;
    }
}
@media only screen and (min-width: 768px) {
    .lp-contents-fixed-cta__btn:hover {
        filter: brightness(1.3);
    }
}
