@charset "UTF-8";
/*color*/
.b-blue {
    color: #1E85E0;
}
.c-primary {
    color: #36a0f9;
}

/*font*/

/* margin padding */
.pt--none-sp {
    padding-top: 0 !important;
}

.tel_bottom {
    font-size: 15px!important;
}
@media screen and (max-width: 999px) {
    .tel_bottom {
        font-size: 12px!important;
    }
}

.fv_flex {
    display: flex;
}

.top-bm-card:hover {
    opacity: inherit;
}

.bm-card__anc:hover .bm-card__ttl {
    color: #333;
    text-decoration: none;
}

.bm-card__ttl {
    color: #333;
}

.merit-box__intro {
    position: relative;
    width: 100%;
    height: 0px;
    margin: 0 auto;
}

.merit-box__intro img {
    margin-bottom: 0px!important;
}

.merit-box__body {
    margin-top: 150px;
}

.merit-box__bodytop {
    padding: 15px;
    background: #36a0f9;
    color: #fff;
    height: 69%;
}

@media screen and (max-width: 768px) {
    .merit-box__bodytop { height: auto;}}

.mb-4 {
    margin-bottom: 0px!important;
}

.feature-card {
    height: 420px;
}

.feature-card p {
    font-size: inherit!important;
}

.slash {
    line-height: 1.4em;
    margin-top: 60px;
    margin-bottom: -60px;
}

iframe.cpone {
    height: 1300px!important;
}

@media screen and (max-width: 768px) {
    iframe.cpone {
    height: 1980px!important;
}
}

@media screen and (min-width: 769px) {
.cs-list { margin-top: -50px!important;}}


/*Q & A*/
#QA {
    background-color: #F5F5F5; }
.Qa {
    background-color: #F5F5F5;
    margin-top: 80px; }
.Qa-Box {
  width: 80%;
  margin: 0 auto;}
.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;}
.Qa-Box .Qa dt {background: #fff;}
.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;}
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;}
.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #36a0f9;
  width: 2em;
  height: 2em;}
.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #36a0f9;
    border: 2px solid #36a0f9;
  background: #fff;
  width: 2em;
  height: 2em;}
@media screen and (max-width: 960px) {
  .Qa-Box {width: 95%;}}

#QandA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 14px; }
#QandA-1 h2 {
}
#QandA-1 dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;}



.bm-wrap {
    /* background-color: #f4f9ff; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-gap: 1.8em;
    width: 100%;
    height: auto;
    /* overflow: hidden; */
}

@media screen and (max-width: 768px) {
    .bm-wrap {display: block;}
    .Qa {
        margin-top: 40px; }
}

.dl_intro {
    font-size: 2em!important;
}
@media screen and (max-width: 768px) {
    .dl_intro {
        font-size: 1.5em!important;
    }
}



@media screen and (max-width: 1024px){
.sepper .sepper__box--4:nth-child(-n+2) {
    margin-top: 30px!important;
    }}

@media screen and (max-width: 1024px){
.sepper .sepper__box--4 {
    width:100%!important;
    margin-top: 30px;
    }}
@media screen and (max-width: 1024px){
.feature-card {
    height: auto!important;
    }}


/* 下記　lp2に追記内容　ここから */
.p-topVisual{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.bg_mv{
    background-image: url("../images/bg.webp");
    width: 100%;
    max-height: 807px;
    background-size: cover;
}
.p-topVisual .pc-only{
    max-width: 935px;
    width: 100%;
}
.fv_left {
    width: calc(100% - 500px);
}
.form_fix {
    position: fixed;
    right: 0;
    width: 500px;
    background-color: #fff;
    height: 100%;
}
.top_form_wrap{
    width: 100%;
    max-width: 450px;
    position: relative;
    padding-top: 50px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.top_form{
    border: 0px;
    height: auto;
}
.top_form_wrap iframe{
    height: 790px !important;
}
.top_form_wrap .form_position_l{
    position: absolute;
    top: 25px;
    left: 20px;
}
.top_form_wrap .form_position_r{
    position: absolute;
    top: 10px;
    right: 40px;
}
.inner_wrap{
    margin-top: 10px;
}
.inner_wrap li{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}
@media screen and (max-width: 1024px){
    .fv_flex {
        display: block;
    }
    .fv_left {
        width: 100%;
    }
    .form_fix {
        display: none;
    }
}


.summary_block {
    margin: 30px 0 5px;
}
.summary_block .summary_ttl{
    text-align: center;
}
.summary_block .summary_ttl p{
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    background-color: #36a0f9;
    margin: 0 auto;
    display: inline-block;
    border-radius: 30px;
}
.summary_block .summary_wrap{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.summary_block .summary_wrap .summary_f{
    font-size: 2.8rem;
    font-weight: 500;
}
.summary_block .summary_wrap .align_c {
    text-align: center;
}
.summary_block .summary_wrap .align_c img{
    width: 85%;
}
.summary_block .summary_wrap .summary_f span{
    font-size: 3.5rem;
    font-weight: bold;
    color: #F73636;
}

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 30s infinite linear 0.2s both;
    }
    .scroll-infinity__item {
      width: calc(100vw / 6);
    }
    .scroll-infinity__item>img {
      width: 100%;
}
.scroll-infinity__item--text {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 999px) {
    .bg_mv{
        background-image: none !important;
    }
    .top_form_wrap{
        display: none;
    }
    .p-topVisual{
        padding-top: 0px;
    }
}
@media screen and (max-width: 768px) {
    .summary_block .summary_wrap{
        display: block;
    }
    .summary_block .summary_wrap .summary_f{
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center;
    }
    .summary_block .summary_wrap .summary_f span{
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1000px) {
    .pc--none{
        display: none;
    }
}

.success_wrap {
    color: #000;
    margin-top: 20px;
}
.success_block {
    padding: 10px;
    border: 3px solid #d9939a;
    border-radius: 15px;
}
.success_ttl {
    font-size: 2.3rem;
    text-align: center;
    color: #e53244;
    font-weight: bold;
}
.success_subttl {
    font-weight: 600;
    text-align: center;
    color: #333;
}
.success_contents {
    display: flex;
    margin-top: 10px;
}
.success_contents .check-icon {
    margin-right: 5px;
    margin-top: 3px;
    width: 15px;
    height: 15px;
}
.success_contents p {
    font-size: 13px;
}
.chevron_wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #dc5b68;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 0.3em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
.success_height {
    height: 350px;
}
.s_red {
    color: #ff001a;
}

@media screen and (max-width: 999px) {
    .success_ttl {
        font-size: 2rem;
    }
    .success_subttl {
        font-size: 1rem;
    }
    .success_contents p {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    .success_ttl {
        font-size: 2.3rem;
    }
    .success_subttl {
        font-size: 1.5rem;
    }
    .success_contents p {
        font-size: 13px;
    }
    .success_height {
        height: 550px;
    }
}
@media screen and (max-width: 499px) {
    .success_height {
        height: 380px;
    }
}
/* 下記　hp1に追記内容　ここまで */

@media screen and (max-width: 768px) {
    .accordion_s {
        margin: 0 auto;
        max-width: 100%;
    }
    .toggle {
        display: none;
    }
    .option {
        position: relative;
        margin-bottom: 1em;
    }
    .title,
    .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }
    .title {
        border: solid 2px #e53244;
        padding: 1em;
        border-radius: 4px;
        display: block;
        color: #e53244;
        font-weight: bold;
        text-align: center;
    }
    .title::after,
    .title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 1.25em;
        width: 2px;
        height: 0.75em;
        background-color: #e53244;
        transition: all 0.3s;
    }
    .title::after {
        transform: rotate(90deg);
    }
    .content_ac {
        max-height: 0;
        overflow: hidden;
    }
    .toggle:checked + .title + .content_ac {
        max-height: 850px;
        transition: all 1.5s;
    }
    .toggle:checked + .title::before {
        transform: rotate(90deg) !important;
    } 
}
@media screen and (min-width: 769px){
    .title {
        display: none;
    }
}

.text {
    transform: translateY(1px);/* ←ブラウザによって隙間ができるので入れている */
}

.u-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-pc {
        display: block;
    }

    .u-sp {
        display: none;
    }
}

/* ラインマーカー */
.lineMarker.scroll-in{
    background-position: -100% 3.7rem;
    }
    .Marker_02.scroll-in{
        background-position: -100% 1.5rem;
    }
    
    .lineMarker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
    background-repeat: repeat-x;
    background-size: 200% .7em;
    background-position: 0 .8em;
    transition: all 1.2s ease;
    font-weight: bold;
    }
    
    .lineBlue {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(154,218,255) 10%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(154,218,255) 10%);
    background-image: linear-gradient(left, transparent 50%, rgb(154,218,255) 10%);
    }
    
    .lineGreen {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(152,255,155) 10%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(152,255,155) 10%);
    background-image: linear-gradient(left, transparent 50%, rgb(152,255,155) 10%);
    }

    @media screen and (max-width: 768px) {
        .lineMarker.scroll-in {
            background-position: -100% 1.7rem;
        }
        .Marker_02.scroll-in{
            background-position: -100% 1rem;
        }
    }


/* achievement_wrap */
.achievement_wrap {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1084px;
    align-items: center;
}
.achievement_contents {
    width: 100%;
}
.achievement_contents .first_line {
    font-family: 'Noto Sans JP';
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.achievement_contents .second_line {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 1.6rem;
}
.achievement_contents .second_line div:first-child {
    margin-bottom: 10px;
}
.achievement_graph_wrap {
    width: 100%;
}

@media screen and (max-width: 999px) {
    .achievement_wrap {
        flex-direction: column;
        text-align: center;
    }
    .achievement_contents {
        margin-bottom: 40px;
    }
    .achievement_contents .second_line  {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .achievement_contents .first_line {
        font-size: 2rem;
    }
    .achievement_contents .second_line {
        font-size: 1rem;
    }
    .achievement_graph_wrap {
        max-width: 300px;
    }
    .pb-none-sp {
        padding-bottom: 0px !important;
    }
}

.bm-card-link {
    background: #fafafa;
    box-shadow: 5px 5px 7px #c1c1c1, -5px -5px 7px #ffffff;
    transition: transform .5s;
}
.bm-card-link:hover {
    box-shadow: 5px 5px 7px #c1c1c1, -5px -5px 7px #ffffff;
    transform: scale(0.9);
    transition: transform .5s;
}

/*  lp2 hp sp 切り替え  */
@media screen and (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .pc-none {
        display: none;
    }
}