@charset "utf-8";
/*
	退職代行ニチロー　LP CSS
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Noto+Sans+JP:wght@400;600;700;900&display=swap');
@import url("https://use.typekit.net/wre4gnh.css");

.text_pink {
    color: #E40E7F;
}

.text_yellow {
    color: #faee00;
}

.sp-only{
	display: none;
}

@media screen and (max-width: 768px){
	.sp-only{
		display: block;
	}
}

.consultation_mail {
    width: 100%;
    margin: 0 auto;
}
.consultation_mail a {
    display: block;
	border-radius: 6px;
    text-decoration: none;
	color: #FFF;
    font-weight: bold;
    background-color: #FF9100;
    position: relative;
    filter: drop-shadow(0 5px 0 #bb6a00);
}
.consultation_mail a:hover {
    filter: none;
    top: 5px;
  }
.consultation_mail a:hover,
.consultation_mail a:active,
.consultation_mail a:focus {
    color: #FFF;
}
.consultation_mail>a:before {
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translatey(-50%);
}
 @media screen and (min-width: 768px) {
    .consultation_mail {
        margin-left: 0;
        margin-right: 0;
	}
    .free_consultation_alt .consultation_mail p {
        font-size: 1rem;
    }
.free_consultation_alt .consultation_mail a {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
.consultation_mail {
        width: 40%;
        font-size: 1.6875rem;
    }
.free_consultation_alt .consultation_mail {
        width: 30%;
    }
}
/* 202306追加 */
#new-lp .free_consultation_buttons {
    justify-content: center;
    flex-direction: row-reverse;
}
#new-lp .consultation_line a, #new-lp .consultation_mail a {
    padding: 25px 0 25px 45px;
    font-size: 1.25rem;
}
#new-lp .consultation_line>a:before {
    left: 60px
}
#new-lp .consultation_mail a::before {
    left: 70px
}
.mail_icon a:before {
    content: '';
    width: 31px;
    height: 23px;
    left: 20px;
    background: url(/wp-content/uploads/icon_mail.png)no-repeat;
    background-size: contain;
  }
#new-lp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #3c3d56;
}
#new-lp .text_lightblue {
    color: #0086d1;
}
#new-lp .sp_none {
    display: none;
}

/**/
#new-lp .lp_header, #new-lp .lp_header .cta_menu,#new-lp .burger-btn {
    height: 80px;
}
#new-lp .lp_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
#new-lp .lp_header .logo {
    font-size: 0.75rem;
    width: 44vw;
    padding-top: 5px;
    padding-left: 10px;
}
#new-lp .lp_header .logo h1 {
    color: #183f64;
    font-weight: 900;
}
#new-lp .lp_header .logo h1 figure img {
    width: 90%;
    max-height: 60px;
}
#new-lp .lp_header .logo span {
    font-size: 120%;
}
#new-lp .lp_header .cta_menu {
    width: 56vw;
    display: flex;
    justify-content: flex-end;
}
#new-lp .lp_header .cta_menu .call {
    position: relative;
    width: 68%;
    background: #ff9100; 
}
#new-lp .lp_header .cta_menu .call a {
    display: block;
    color: #fff;
    padding-top: 0.8rem;
    height: 100%;
}
#new-lp .lp_header .cta_menu .call div {
    display: inline-block;
}
#new-lp .lp_header .cta_menu .call div p {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0.2em;
    padding-left: 2em;
}
#new-lp .lp_header .cta_menu .call div p::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/header_phone.png)no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#new-lp .lp_header .cta_menu .call span.number {
    display: block;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
    position: fixed;
    display: block;      
    width: 80px;
    background: #000;           
    z-index: 999;
    border:none;    
  }    
  .burger-btn span {      
    width: 20px;      
    height: 1px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #fff;    
  }    
  .burger-btn span:first-child {   
    top: 31px;
  }
  .burger-btn span:nth-child(2) {    
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .burger-btn span:last-child {
    bottom: 30px;
  }
  .burger-btn.close span:first-child {      
    transform: translate(-50%,10px) rotate(45deg);      
    transition: transform .3s;    
  }    
  .burger-btn.close span:nth-child(2) {      
    opacity: 0;       
    transition: opacity .3s;    
  }    
  .burger-btn.close span:last-child {      
  transform: translate(-50%,-8px) rotate(-45deg);      
  transition: transform .3s;    
  }
.nav-wrapper {
    width: 100vw;
    height: 100vh;           
    position: fixed;      
    top: 0;      
    left: 0;
    transition: all .4s;       
    z-index: 98;
    transform: translateX(100%);
}
.nav-wrapper.slide-in {
	transform: translateX(0);
}
.nav{        
    width: 100%;
    height: 100%;         
    background-color:rgba(0,0,0,.8);       
    z-index: 99;      
  }
.nav_item li {
    padding: 1rem 0;
}
.nav_item li a {
    color: #fff;
}
/**/
#new-lp .ncr_head_dotted::after {
    margin-top: 0.8rem;
}
#new-lp .header_yel {
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}
#new-lp .header_yel.with_h3 h2 {
    margin-top: -8px;
}
#new-lp .header_yel h2 {
    padding: 1em 0;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
}
#new-lp .header_yel h2 span {
    font-size: 1.625rem;
}
#new-lp .header_blue {
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    position: relative;
    z-index: 1;
    width: auto;
    display: inline-block;
    color: #fff;
    margin-left: 15px;
}
#new-lp .header_blue h3 {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    padding: 4px 0.8em 6px 1em;
}
/**/
#new-lp .ncr_img_hero {
    top: 0;
    right: -90px;
}
#new-lp .hero_lists {
    padding-top: 1em;
    padding-left: 1.2rem;
    padding-bottom: 5rem;
}
#new-lp .hero_read.second_read {
    font-size: 1.125rem;
}
#new-lp .hero_read.second_read .strong {
    font-size: 165%;
    position: relative;
}
#new-lp .hero_read.second_read .strong_2nd {
    font-size: 130%;
    position: relative;
}
#new-lp .hero_read.second_read .strong_2nd::before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/twinkle.png)no-repeat;
    background-size: contain;
    width: 4vw;
    height: 7.2vw;
    bottom: 0;
    right: -4vw;
}
#new-lp .hero_lists>li {
    position: relative;
    box-shadow: 3px 3px 0 #3C3D56;
    /*width: 91%;*/
    width: 94%;
    background: #fff;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    padding: 0.4em 0 0.4em 2em;
    margin-left: 0.3em;    
}
#new-lp .hero_lists>li::before {
    background: url(/wp-content/uploads/fv_checkmark.png)no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    content: '';
    position: absolute;
    left: 0.6em;
    top: 50%;
    transform: skewX(15deg) translateY(-50%);
    -webkit-transform: skewX(15deg) translateY(-50%);
}
#new-lp .hero_lists>li span {
    /*font-size: 1.02rem;*/
    font-size: .85rem;
    display: inline-block;
}
#new-lp .hero_lists>li span:not(.text_pink) {
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
}
#new-lp .hero_lists>li + li {
    margin-top: 0.5em;
}
#new-lp .hero_lists .price {
    margin-top: 2em;
    margin-bottom: 0;
}
#new-lp .free_ttl.two_lines {
    display: inline-block;
    position: relative;
    font-size: 1rem;
    background: none;
    /*padding: 0 2.7em 0 3em;*/
    padding: 0 1.4em 0 1.7em;
    margin-top: 0;
    margin-bottom: 1rem;
    height: auto;
}
#new-lp .free_ttl.two_lines::before,#new-lp .free_ttl.two_lines::after {
    position: absolute;
    content: '';
    /*top: calc(50% + 0.5em);*/
    top: 50%;
    display: inline-block;
    /*width: 3em;*/
    width: 1.5em;
    height: 2px;
    background-color: #E40E7F;
}
#new-lp .free_ttl.two_lines::before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left:0;
  }
  #new-lp .free_ttl.two_lines::after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
  }
#new-lp .free_ttl.two_lines .strong {
    font-size: 96%;
}
.cta_btn_back {
    background: rgba(255,255,255,.8);
    margin: 1rem;
    padding: 1em 0;
}
#new-lp .character_introduction_in {
    position: absolute;
    bottom: 0;
    right: -30vw;
    text-align: right;
    padding-left: 0;
    padding-right: .5rem;
    color: #3c3d56;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-size: 0.625rem;
}
#new-lp .hero_lists .price img {
    width: 75%;
}
#new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons .consultation_line a:before {
    left: 45px;
}
#new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons .consultation_mail a:before {
    left: 50px;
}
@media (min-width: 768px) {
    #new-lp .consultation_line, #new-lp .consultation_mail {
        width: 49%;
    }
    #new-lp .pc_none {
        display: none;
    }
    #new-lp .sp_none {
        display: block;
    }
    #new-lp .lp_header h1 figure {
        display: inline-block;
    }
    #new-lp .lp_header .logo {
        width: 50%;
        font-size: 1rem;
    }
    #new-lp .lp_header .logo h1 {
        display: flex;
        align-items: center;
    }
    #new-lp .lp_header .logo h1 div {
        margin-right: 1em;
        margin-top: -0.5em;
    }
    #new-lp .lp_header .cta_menu {
        width: 50%;
    }
    #new-lp .lp_header .cta_menu .call {
        width: 60%;
    }
    #new-lp .lp_header .cta_menu .call a {
        pointer-events: none;
    }
      #new-lp .hero_lists {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
      }
      #new-lp .hero_lists>li {
        width: 100%;
        /*max-width: 365px;*/
        max-width: 410px;
        font-size: 1.25rem;
      }
      #new-lp .hero_lists>li + li {
        margin-top: 1rem;
    }
      #new-lp .hero_lists>li span {
        font-size: 1.625rem;
      }
      #new-lp .hero_read.second_read {
        font-size: 1.625rem;
    }
    #new-lp .hero_read.second_read .strong {
        font-size: 3.5rem;
    }
    #new-lp .hero_read.second_read .strong_2nd {
        font-size: 2.5rem;
    }
    #new-lp .hero_read.second_read .strong_2nd::before {
        width: 0.8em;
        height: 1.4em;
		bottom: 0.2em;
        right: -0.8em;
    }
    #new-lp .character_introduction_in {
        top: 0;
        right: 0;
        display: flex;
        align-items: end;
        font-size: 0.75rem;
        padding-right: 1.5rem;
    }
    .cta_btn_back {
        margin-top: 2.1rem;
        padding: 1rem 0 0.6rem;
    }
      #new-lp .free_ttl.two_lines {
        font-size: 1.5rem
    }
}
@media (max-width: 920px) {
    #new-lp .second_read .pc_none.tablet_block {
        display: block;
    }
}
@media (min-width: 1024px){
    #new-lp .consultation_line, #new-lp .consultation_mail {
        width: 45%;
    }
    #new-lp .lp_header, #new-lp .lp_header .cta_menu,#new-lp .burger-btn {
        height: 90px;
    }
    #new-lp .lp_header .cta_menu .call {
        width: 50%;
    }
    #new-lp .lp_header .cta_menu .call a {
        padding-top: 0.5em;
        font-size: 1.375rem;
    }
    #new-lp .burger-btn {
        width: 90px;
    }
    .burger-btn span:first-child {   
        top: 36px;
      }
      .burger-btn span:last-child {
        bottom: 35px;
      } 
    #new-lp .lp_header .logo {
        padding-left: 40px;
    }
    #new-lp .lp_header .logo h1 figure {
        width: 50%;
    }
    #new-lp .lp_header .logo h1 figure img {
        width: auto;
        max-height: 80px;
    }
    #new-lp .ncr_img_hero {
        top: 30px;
        right: -50px;
    }
    #new-lp .hero_lists {
        padding-left: 3.5rem;
      }
    #new-lp .hero_read.second_read {
        padding-left: 0;
        margin-bottom: 4rem;
        font-size: 2.5rem;
    }
    #new-lp .hero_read.second_read .strong {
        font-size: 4.75rem;
    }
    #new-lp .hero_lists .price {
        top: auto;
        bottom: 3em;
        left: 28em;
        margin-top: 0;
    }
    #new-lp .hero_lists .price img {
        margin-left: 0;
        width: 70%;
    }
    #new-lp .ttl_wrap {
        margin: 0 auto;
        max-width: 900px;
        position: relative;
    }
    #new-lp .header_blue {
        max-width: none;
        margin-left: -1em;
    }
    #new-lp .header_blue h3 {
        font-size: 1.25rem;
    }
    #new-lp .header_yel h2 span {
        font-size: 2.5rem;
    }
    #new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons {
        max-width: 100%;
    }
    #new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons .consultation_line a:before {
    left: 60px;
    }
    #new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons .consultation_mail a:before {
    left: 70px;
    }
    .cta_btn_back {
        max-width: calc(1000px - 5.5rem);
        margin: 4rem auto 0
    }
}
    @media (min-width: 1200px){
        #new-lp .ncr_img_hero {
            right: 30px;
        }
        #new-lp .consultation_tel a, #new-lp .consultation_line a, #new-lp .consultation_mail a {
            padding: 30px 0 30px 45px;
            font-size: 1.5rem;
        }
        #new-lp .consultation_line>a:before,#new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons .consultation_line a:before {
            left: 85px
        }
        #new-lp .lp_header .cta_menu .call {
            width: 40%;
			   margin-right: 90px;
        }
        #new-lp .consultation_mail a::before,#new-lp .hero_wrapper .ncr_container_inner.free_consultation_buttons .consultation_mail a:before  {
            left: 95px
        }
        #new-lp .hero_lists .price {
            left: 29em
        }
    #new-lp .hero_lists .price img {
        width: 85%;
    }
    .cta_btn_back {
        max-width: calc(1200px - 5.5rem);
    }
}

/*退職代行を安心してご利用いただくために*/
#new-lp .confirmation {
    background: #dff2fd;
    position: relative;
    padding-top: 2rem;
}
#new-lp .confirmation_list {
    width: 76%;
    margin: 0 auto;
}
#new-lp .confirmation ul {
    text-align: center;
    background: #fff;
    padding: 1em 1em 2em 1em;
    background:
        linear-gradient(135deg, #fff 0 100%),
        repeating-linear-gradient(-45deg, #70bce7 0px 2px, transparent 2px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
    background-position: 0 0, 0.5rem 0.5rem;
}
#new-lp .confirmation ul li div {
    margin-top: 0.2em;
}
#new-lp .confirmation ul li .number {
    font-size: 1.875rem;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#new-lp .confirmation ul li + li {
    margin-top: 2em;
    padding-top: 1em;
    border-top: solid 3px #dff2fd;
}
#new-lp .confirmation_bottom { 
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}
#new-lp .confirmation_bottom_text { 
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #dff2fd 0 90%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    font-size: 1.25rem;
    padding: 0 1rem 2rem 0;
}
#new-lp .confirmation_bottom::after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/confirmation_bottom.png)no-repeat;
    background-size: contain;
    bottom: 0;
    right: -45px;
    width: 215px;
    height: 190px;
}
#new-lp .confirmation_bottom_text span {
    font-size: 150%;
}
#new-lp .ncr_quote {
    width: 64%;
}
@media (max-width: 767px) {
#new-lp .ncr_quote::before {
    width: 172px;
    height: 150px;
    left: -160px;
}
}
#new-lp .ncr_quote::before {
    z-index: 10;
}
#new-lp .ncr_quote .what {
    position: relative;
    font-size: 1.375rem;
}
#new-lp .ncr_quote .what::after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 4.5em;
    bottom: -0.2em;
    left: 0;
}
#new-lp .ncr_quote .what span {
    font-size: 109%;
}
@media (max-width: 767px) {
#new-lp .ncr_quote_wrp .strong {
    font-size: 1.125rem;
}
}
@media (min-width: 768px){
    #new-lp .confirmation_list {
        width: 50%;
    }
    #new-lp .confirmation ul {
        padding: 2em 2em 4em 2em;
        font-size: 1.25rem;
    }
    #new-lp .confirmation ul li + li {
        padding-top: 2em
    }
    .confirmation_bottom {
        text-align: center;
    }
    #new-lp .confirmation_bottom::after {
        right: -260px;
        width: 430px;
        height: 370px;
    }
    #new-lp .confirmation_bottom_text {
        padding: 0 0 6rem 0;
        font-size: 2rem;
    }
    #new-lp .confirmation_bottom_text br.pc_none {
        display: block;
    }
    #new-lp .confirmation_bottom_text span {
        font-size: 3rem;
    }
}
@media (min-width: 1024px){
    #new-lp .ncr_quote .what {
        font-size: 2.25rem;
    }
    #new-lp .ncr_quote_01.strong {
        font-size: 2rem;
    }
}

/*比較表*/
.comparison {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.comparison_table {
    margin: 1rem;
    padding-bottom: 1rem;
}
@media (max-width: 767px) {
    .comparison_table {
        overflow-x: scroll;
    }
    .comparison_table::-webkit-scrollbar {
        height: 8px; /* スクロールバーの高さ */
    }
    .comparison_table::-webkit-scrollbar-thumb {
        background: #aaa; /* ツマミの色 */
        border-radius: 8px; /* ツマミ両端の丸み */
    }
      
    .comparison_table::-webkit-scrollbar-track {
        background: #ddd; /* トラックの色 */
        border-radius: 8px; /* トラック両端の丸み */
    }
}
.comparison_table table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.625rem;
}
.comparison_table table th {
    color: #fff;
    background: #0086D1;
}
.comparison_table table td:first-child {
    background: #EEF9FF;
    white-space: nowrap;
}
.comparison_table table th,.comparison_table table td {
    border: solid 1px #C5C5C5;
    padding: 0.5rem;
    vertical-align: middle;
    width: 17vw;
    height: 17vw;
    max-height: calc(3em + 1rem);
}
.comparison_table table th:last-child,
.comparison_table table td:last-child {
    border-left: 3px solid #FAB400;
    border-right: 3px solid #FAB400;
}
.comparison_table table tr:first-child th:last-child {
    position: relative;
    border-top: 3px solid #FAB400;
}
.comparison_table table tr:last-child td:last-child {
    border-bottom: 3px solid #FAB400;
}
.comparison_table table tr td.good {
    background: url(/wp-content/uploads/good.png)no-repeat center,#FDFCDF;
    background-size: 40%;
}
.comparison_table table td:last-child.good {
    background: url(/wp-content/uploads/good.png)no-repeat center,#FDFCDF;
    background-size: calc(40% + 6px);
}
.comparison_table table tr td.not_good {
    background: url(/wp-content/uploads/not_good.png)no-repeat center,#F0F0F0;
    background-size: 35%;
}
.comparison_table table td:last-child.not_good {
    background: url(/wp-content/uploads/not_good.png)no-repeat center,#F0F0F0;
    background-size: calc(35% + 3px);
}
.comparison_table table tr td.yes_and_no {
    background: url(/wp-content/uploads/yes_and_no.png)no-repeat center,#fff;
    background-size: 40%;
}
.comparison_table table tr:last-child td:not(:first-child) {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
}
.comparison_table table tr td .no_extra {
    font-size: 72%;
}
.description {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .description {
        margin-top: 1rem;
		justify-content: center;
    }
}
.description div + div {
    margin-left: 1em;
}
.description_good,.description_not_good,.description_yes_and_no {
    padding-left: 1.4em;
    position: relative;
}
.description_good::before,.description_not_good::before,.description_yes_and_no::before {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.description_good::before {
    background: url(/wp-content/uploads/good.png)no-repeat;
    background-size: contain;
}
.description_not_good::before {
    background: url(/wp-content/uploads/not_good.png)no-repeat;
    background-size: contain;
}
.description_yes_and_no::before {
    background: url(/wp-content/uploads/yes_and_no.png)no-repeat;
    background-size: contain;
}
.description_good {
    color: #E72727;
}
.description_not_good {
    color: #555555;
}
.description_yes_and_no {
    color: #3CB792;
}
.note_bottom {
    margin-top: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
	text-align: center;
}
@media (min-width: 768px) {
    .comparison_table table {
        font-size: 1rem;
    }
    .comparison_table table tr:last-child td:not(:first-child) {
        font-size: 1.25rem;
    }
    .comparison_table table th, .comparison_table table td {
        padding: 1rem;
        width: 150px;
        height: 150px;
    }
    .comparison_table table td:last-child.good {
        background: url(/wp-content/uploads/good.png)no-repeat center,#FDFCDF;
        background-size: calc(40% + 3px);
    }
    .comparison_table table td:last-child.not_good {
        background: url(/wp-content/uploads/not_good.png)no-repeat center,#F0F0F0;
        background-size: 35%;
    }
    .description {
        justify-content: center;
        font-size: 1rem;
    }
}

/*選ばれる理由*/
.reasons {
    background-image: url(/wp-content/uploads/ncr_bg_01.png);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.reasons ul li {
    position: relative;
    padding: 1rem;
}
.reasons ul li::after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    z-index: 1;
    border-radius: 50%;
    top: 1.6rem;
}
.reasons ul li:first-child::after {
    background: url(/wp-content/uploads/reasons_img_01.jpg)no-repeat center left;
    background-size: cover;
    right: 1rem;
}
.reasons ul li:nth-child(2)::after {
    background: url(/wp-content/uploads/reasons_img_02.jpg)no-repeat center center;
    background-size: cover;
    left: 1rem;
}
.reasons ul li:last-child::after {
    background: url(/wp-content/uploads/reasons_img_03.jpg)no-repeat center left;
    background-size: cover;
    right: 1rem;
}
.reasons ul li:nth-child(2) {
    text-align: right;
}
.reasons ul li h3 {
    position: relative;
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-block;
    margin-bottom: 2.5rem;
}
.reasons ul li:nth-child(2) h3 {
    margin-right: 1.8rem;
}
.reasons ul li h3 span {
    position: relative;
    z-index: 3;
    display: inline-block;
}
.reasons ul li:first-child h3 span {
    padding: 1.3em 0 0 2em;
}
.reasons ul li:nth-child(2) h3 span {
    padding: 1.3em 0 0 0.8rem;
}
.reasons ul li:last-child h3 span {
    padding: 0.5em 0 0 2em;
}
.reasons ul li h3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 300px;
    height: 140px;
    z-index: 2;
}
.reasons ul li:first-child h3::before,.reasons ul li:last-child h3::before {
    background: url(/wp-content/uploads/reasons_01.png)no-repeat;
    background-size: contain;
}
.reasons ul li:nth-child(2) h3::before {
    background: url(/wp-content/uploads/reasons_02.png)no-repeat;
    background-size: contain;
}
.reasons ul li div {
    background: #fff;
    padding: 2em;
    display: inline-block;
    font-weight: 400;
}
.reasons ul li:nth-child(2) div {
    text-align: left;
}
#new-lp .reasons ul li div .bold {
    font-weight: bold;
}
@media (min-width: 768px) {
    .reasons ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .reasons ul li {
        width: 50%;
    }
    .reasons ul li div {
        display: block;
    }
    .reasons ul li:first-child::after {
        background: url(/wp-content/uploads/reasons_img_01.jpg)no-repeat center center;
        background-size: cover;
        right: 1rem;
    }
    .reasons ul li:nth-child(2)::after {
        left: 1rem;
    }
    .reasons ul li:last-child::after {
        background: url(/wp-content/uploads/reasons_img_03.jpg)no-repeat center center;
        background-size: cover;
        right: 1rem;
    }
}
@media (min-width: 1200px){
    .reasons ul li::after {
        width: 160px;
        height: 160px;
        top: 2.6rem;
    }
    .reasons ul li:first-child::after {
        right: 0;
    }
    .reasons ul li h3 {
        font-size: 1.5rem;
    }
    .reasons ul li h3::before {
        width: 355px;
        height: 185px;
    }
    .reasons ul li div {
        font-size: 1.25rem;
    }
}

/**/
.consultation {
    padding-top: 2rem;
}
.consultation_list {
    padding: 1rem;
    width: 100%;
}
.consultation_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consultation_list ul li {
    text-align: center;
    background: url(/wp-content/uploads/ball_back.png)no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #eee solid 1px;
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    box-shadow: 0 0 20px rgba(0,134,209,.3);
}
.ncr_img_consultation img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.q_box {
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 1rem;
    padding: 1rem 1.5rem 1.5rem 1rem;
    background: linear-gradient(135deg, #00284f 0 100%), repeating-linear-gradient(-45deg, #70bce7 0px 2px, transparent 2px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
    background-position: 0 0, 0.5rem 0.5rem;
}
.q_box::before,.q_box::after {
    position: absolute;
    z-index: 2;
}
.q_box::before {
    content: url(/wp-content/uploads/quotation_before.png);
    top: -10px;
    left: 0;
}
.q_box::after {
    content: url(/wp-content/uploads/quotation_after.png);
    bottom: -10px;
    right: 0;
}
.q_box + .q_box {
    margin-top: 1em;
}
@media (min-width: 768px){
    .consultation_list ul li {
        font-size: 1.25rem;
    }
}
@media (min-width: 1024px){
    .consultation_list {
        width: 65%;
        padding-bottom: 20px;
        margin-right: 0;
    }
    .consultation_list ul li {
        width: 180px;
        height: 180px;
    }
    .problems {
        margin: 0 auto;
        max-width: 900px;
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px){
    .consultation .consultation_list {
        margin-top: 1rem;
        padding: 0;
    }
    .ncr_img_consultation {
        width: 30%;
    }
    .consultation .ncr_container_inner {
        max-width: 900px;
        justify-content: space-between;
    }
}

/**/
.answer {
    position: relative;
    background: #dff2fd;
}
.answer .ncr_container {
    max-width: 1200px;
}
.answer .new_common_sense h2 {
    font-weight: 600;
    text-align: center;
}
.answer .new_common_sense h2 {
    font-size: 1.25rem
}
.answer .new_common_sense h2 .marker_yellow {
    font-size: 1.875rem;
}
.answer .new_common_sense h2 .marker_yellow .hira {
    font-size: 93%;
}
.answer .new_common_sense {
    position: relative;
}
.answer .new_common_sense::after {
    background: url(/wp-content/uploads/new_common_sense_bottom.png)no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 200px;
    height: 200px;
}
.answer .new_common_sense div {
    background: linear-gradient(to left, #dff2fd 0 80%, rgba(255, 255, 255, 0)  100%);
    line-height: 1.7;
    font-size: 1.1875rem;
    margin-top: 1.5em;
    padding: 0 1rem 2rem 2rem;
    width: 75%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.bottom_shape {
    position: absolute;
    top: -59px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
 .bottom_shape svg {
    position: relative;
    display: block;
    margin-top: -1px;
    width: 100%;
    height: 60px;
  }
  @media (min-width: 768px) {
    #new-lp .after_support_arrow {
        margin: 40px auto 40px;
    }
    .answer .new_common_sense::after {
        left: 0;
        width: 213px;
        height: 245px;
    }
    .answer .new_common_sense div {
        padding: 0 1rem 2rem 4rem;
    }
}
  @media (min-width: 1024px){
    .bottom_shape {
        top: -99px;
      }
    .bottom_shape svg {
        height: 100px;
    }
    .ttl_wrap {
        margin: 0 auto;
        max-width: 900px;
        position: relative;
    }
    .answer .new_common_sense h2 .marker_yellow {
        font-size: 3rem;
    }
    .answer .new_common_sense div,.answer .new_common_sense h2 {
        font-size: 1.5rem;
    }
    .answer .new_common_sense::after {
        left: 0;
        width: 300px;
        height: 340px;
    }
    }

/**/
#new-lp .high_hurdle {
    padding-bottom: 2rem;
}

/**/
#new-lp .retire_reasons {
    padding-top: 0;
    background: #fff;
}
#new-lp .retire_reasons .ncr_container_inner {
    position: relative;
}
/*#new-lp .retire_reasons .click {
    position: absolute;
    left: 50%;
    top: -45px;
    width: 140px;
    height: 41px;
    transform: translateX(-50%);
    z-index: 1;
}
#new-lp .retire_reasons .click img {
    width: 100%;
}*/
#new-lp .retire_reasons .retire_reasons_ttl {
    font-size: 1.125rem;
    padding: 0.8rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
    background: #00284f;
    cursor: pointer;
}
/*#new-lp .retire_reasons .retire_reasons_ttl span {
    font-size: 94%;
}
#new-lp .retire_reasons .retire_reasons_ttl::after {
    content: '\f13a';
}
#new-lp .retire_reasons .is__show.retire_reasons_ttl::after {
    content: "\f139";
}
.list_wrap {
    display: none;
}*/
#new-lp .retire_reasons ul {
    padding: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    background: #dff2fd;
}
#new-lp .retire_reasons ul li.ncr_col_pc3, #new-lp .retire_reasons ul li.ncr_col_pc2, #new-lp .retire_reasons ul li.ncr_col_sp1_pc3 {
    padding: 0;
}
#new-lp .retire_reasons ul li .profile_info {
    background: #fff;
}
#new-lp .retire_reasons ul li .profile_heading {
    display: flex;
    align-items: center;
}
#new-lp .retire_reasons ul li .profile_heading .career {
    margin-left: 1rem;
}
/*@media (max-width: 767px) {
    #new-lp .retire_reasons ul li + li {
        margin-top: 1.5rem;
    }
}*/
@media (max-width: 767px) {
#new-lp .retire_reasons ul .prev-arrow {
    border: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    background: url(/wp-content/uploads/review_arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
#new-lp .retire_reasons ul .next-arrow {
    border: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    background: url(/wp-content/uploads/review_arrow_next.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
#new-lp .retire_reasons .retire_reasons_ttl {
        width: 100%;
}
#new-lp .retire_reasons ul li + li {
    margin-top: 1.5rem;
}
#new-lp .retire_reasons ul li .profile_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-lp .retire_reasons ul li .profile_icon {
    margin-bottom: 0
}
#new-lp .retire_reasons ul li .profile_heading .career {
    min-width: 6em;
}
}

@media (min-width: 1024px){
    #new-lp .retire_reasons .retire_reasons_ttl,#new-lp .retire_reasons ul {
        margin: 0 auto;
        width: 80%;
    }
    #new-lp .retire_reasons ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #new-lp .retire_reasons ul li {
        width: 30%;
    }
    #new-lp .retire_reasons {
        padding-bottom: 6rem;
    }
    #new-lp .retire_reasons .click {
        top: -55px;
        width: 200px;
        height: 59px;
    }
}

/**/
#new-lp .ncr_quote_wide {
    width: 75%;
}
@media (max-width: 767px) {
    #new-lp .ncr_quote_wide .small {
        font-size: 0.875rem;
    }
    #new-lp .ncr_quote_wide .strong {
        font-size: 1.34375rem;
    }
}
#new-lp .ncr_quote_wide .strong {
    margin-left: 2em;
}
#new-lp .ncr_quote_wide::before {
    width: 200px;
    height: 150px;
    left: -140px
}
@media (min-width: 768px){
    #new-lp .ncr_quote_wide .strong {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    #new-lp .ncr_quote_wide {
        width: 65%;
        padding-top: 3.5rem;
        padding-bottom: 2rem;
        font-size: 1.25rem;
    }
    #new-lp .ncr_quote_wide::before {
        width: 319px;
        height: 276px;
        left: -300px;
    }
    #new-lp .ncr_quote_wide .ncr_quote_02 {
        font-family: 'Noto Sans JP', sans-serif;
    }
}


/**/
#new-lp .ncr_col_sp1_pc3.support_list_wrapper {
    width: 100%;
}
#new-lp .border_ttl {
    font-size: 1.25rem;
}
#new-lp .border_desc {
    text-align: left;
    font-weight: 400;
}
@media (min-width: 768px){
    #new-lp .border_desc {
        min-height: calc(6em + 2.5rem);
    }
}

/**/
#new-lp .about_list_content {
    padding: 0.4rem 1.5rem 1.5rem 1.5rem;
}
#new-lp .about_list_content .figure_ttl .strong {
    font-size: 130%;
}
#new-lp .about_list_content p {
    font-weight: 400;
}

/**/
.header_adviser {
    padding: 2rem;
    margin-bottom: 3rem;
    background: #fff;
    border-radius: 4px;
}
.header_adviser figure img {
    width: 100%;
}
.header_adviser_text {
    font-size: 1.5rem;
}
.header_adviser .multiplication {
    font-size: 1.375rem;
    margin: 0;
}
.header_adviser_text span {
    font-weight: 900;
    font-size: 120%;
}
#new-lp .your_adviser .ncr_container_inner {
    justify-content: center;
}
#new-lp .your_adviser .adviser_content {
    font-weight: 400;
}
@media (min-width: 1024px){
    .header_adviser {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }
    .header_adviser figure img {
        width: 60%;
    }
}

/* 退職後のサポート */
#new-lp .after_support .ncr_container_inner.after_service p {
    font-size: .875rem;
    font-weight: 400;
}
#new-lp .after_support .ncr_container_inner.after_service .after_service_image {
    text-align: center;
}
#new-lp .after_support .ncr_container_inner.after_service .after_service_image img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.worries {
    position: relative;
    background: #00284f;
    padding: 1.2rem 3rem 1.8rem;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.worries ul li::before, .worries::after {
    content: '';
    position: absolute;
}
.worries::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #00284f;
}
.worries p {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #faee00;
}
.worries ul li {
    padding-left: calc(1rem + 5px);
    position: relative;
}
.worries ul li::before {
    background: url(/wp-content/uploads/checkbox.png)no-repeat;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.worries ul li + li {
    margin-top: 0.5em;
}
#new-lp .after_support_body {
    padding-bottom: 3rem;
}
#new-lp .after_support_body::before {
    width: 217px;
    height: 290px;
}
@media (max-width: 767px) {
    #new-lp .after_support_ttlSub {
        font-size: 1.25rem;
    }
    #new-lp .after_support_ttlSub .hira {
        font-size: 0.9rem;
    }
    #new-lp .after_support_ttlMain {
        font-size: 1.875rem;
    }
    #new-lp .after_support_txt {
        font-size: 1.125rem;
    }
}
#new-lp .after_support_ttlSub {
    margin-bottom: 0.2em;
}
#new-lp .after_support_txt {
    margin-top: 0.7em;
}
@media (min-width: 768px) {
    .worries {
        width: 60%;
        margin: 2rem auto 6rem;
        padding: 1.2rem 3rem 1.8rem;
    }
    .worries p,.worries ul li {
        font-size: 1.5rem;
    }
    #new-lp .after_support .ncr_container_inner.after_service p {
        font-size: 1rem;
    }
    #new-lp .after_support_body {
        padding-bottom: 6rem;
    }
    #new-lp .after_support_body::before {
        width: 280px;
        height: 375px;
        left: 0;
    }
}
@media (min-width: 1024px) {
    .worries {
        width: 50%;
        padding: 1.2rem 4rem 1.8rem;
    }
    #new-lp .after_support .ncr_container_inner.after_service p {
        display: inline-block;
        width: 600px;
    }
    .after_support .ncr_container_inner.after_service p:first-child {
        margin-bottom: 3rem;
    }
    #new-lp .after_support .ncr_container_inner.after_service .after_service_image img {
        max-width: 70%;
        margin: 0 auto;
    }
}

/**/
.privilege {
    position: relative;
    background-image: linear-gradient(to left, rgba(2,123,197,.8), rgba(255, 255, 255, 0)),url(/wp-content/uploads/ncr_bg_01.png);
}
.privilege .free_ttl.one_line {
    font-size: 1.25rem;
    position: absolute;
    background: url(/wp-content/uploads/ballon_one_line.png)no-repeat;
    width: 300px;
    height: 80px;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 12px;
    background-size: contain;
}
.privilege .ncr_container {
    padding: 4rem 0 2rem;
}
.privilege .ncr_container ul {
    padding: 0 15px;
}
.privilege ul li {
    font-size: 1.125rem;
    text-align: center;
    padding: 1rem 1.5rem 1.5rem 1rem;
    background: linear-gradient(135deg, #fff 0 100%), repeating-linear-gradient(-45deg, #fff 0px 2px, transparent 2px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
    background-position: 0 0, 0.5rem 0.5rem;
}
@media (max-width: 767px) {
.privilege ul li + li {
    margin-top: 1rem;
}
}
.dot_text {
    position: relative;
}
.dot_text::before {
    content: "・";
    position: absolute;
    top: -0.8em;
    left: 0; 
}
.privilege .ncr_container_inner.free_consultation_buttons {
	margin-top: 2rem
}
@media (min-width: 768px) {
    .privilege .ncr_container {
        padding: 8rem 0 2rem;
    }
    .privilege .free_ttl.one_line {
        font-size: 1.875rem;
        background: url(/wp-content/uploads/ballon_one_line.png)no-repeat;
        width: 598px;
        height: 141px;
        padding-top: 1em;
    }
    .privilege ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .privilege ul li {
        font-size: 1.625rem;
        width: 45%;
    }
    .privilege ul li:last-child {
        margin-top: 1rem;
    }
}
@media (min-width: 1024px) {
    .privilege ul li {
        width: 40%;
    }
}

/*相談してください*/
#new-lp .support_price {
    padding: 4rem 0;
	position: relative;
}
.price_content {
    margin-left: 15px;
    margin-right: 15px;
}
#new-lp .support_price .ncr_container_inner.free_consultation_buttons {
    max-width: 100%;
    padding: 0;
}

/**/
#new-lp .support_flow .support_flow_container .step_desc {
    font-size: 1rem;
}
#new-lp .support_flow .support_flow_container .flow_start .start_item {
    padding: 0 30px 3rem;
}
.support_flow .image_circle {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.support_flow .image_circle.you {
    background: url(/wp-content/uploads/you.png)no-repeat,#fff;
    background-size: 90%;
    background-position: left 50% top 1rem;
    border: solid 3px #3cb792
}
.support_flow .image_circle.nichirou_building {
    background: url(/wp-content/uploads/building.png)no-repeat,#fff;
    background-size: 85%;
    background-position: left 50% top 1rem;
    border: solid 3px #0086d1
}
#new-lp .support_flow .support_flow_container .flow_start::before, #new-lp .support_flow .support_flow_container .flow_start::after {
    height: 20%;
    bottom: 0;
    top: auto;
    width: 6px;
}
#new-lp .support_flow .support_flow_container .flow_start::after {
    left: 25%;
    background-color: #3cb792;
}
#new-lp .support_flow .support_flow_container .flow_start::before {
    content: '';
    left: 75%;
    background-color: #0086d1;
    position: absolute;
}
@media (min-width: 1024px){
#new-lp .support_flow .support_flow_container .flow_start {
    justify-content: space-around;
}
}
#new-lp .flow_step {
    background: #fff;
    padding: 15px 10px;
    margin-bottom: 0;
}
#new-lp .support_flow .support_flow_container .flow_step_mix {
    justify-content: space-between;
    padding-top: 0;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step ,#new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step {
    padding: 3rem 0;
    width: 45%;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step,#new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step {
    position: relative;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step .flow_step,#new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step .step_work {
    position: relative;
    z-index: 1;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step::after, #new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step::after {
    background-color: #3cb792;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step::after {
    background-color: #0086d1;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step .step_work {
    border-top: solid 5px #0086d1;
}
#new-lp .your_step .flow_step {
    border-top: solid 5px #3cb792;
}
#new-lp .flow_step img  {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#new-lp .flow_step.step_01, #new-lp .flow_step.step_04 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: solid 5px #3cb792;
}
#new-lp .support_flow .support_flow_container .flow_step.step_01::after, #new-lp .support_flow .support_flow_container .flow_step_mix::after, #new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step .step_work::before,#new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step .step_work::after, #new-lp .support_flow .support_flow_container .flow_step.step_04::after, #new-lp .support_flow .support_flow_container .flow_step_mix .flow_step.step_05::before, #new-lp .support_flow .support_flow_container .flow_end::before {
    display: none;
}
#new-lp .flow_step.step_01 .step_item, #new-lp .flow_step.step_04 .step_item {
    width: calc(40% - 10px);
    padding-left: 5px;
    padding-right: 5px;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step .flow_step.step_02 {
    margin-bottom: 6rem;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step .flow_step.step_02 img {
    padding-left: 30px;
    padding-right: 30px;
}
#new-lp .support_flow .support_flow_container .flow_step_mix .your_step .flow_step.flow_step.step_05 {
    margin-top: 60px;
}
#new-lp .support_flow .support_flow_container .flow_end .end_desc {
    width: 85%;
    padding-left: 20%;
    margin-left: 15%;
    background: #3cb792;
}
#new-lp .support_flow .support_flow_container .flow_end .end_desc span {
    font-size: 1.5rem;
}
#new-lp .support_flow .support_flow_container .flow_end::after {
    left: 0;
    background: url(/wp-content/uploads/flow_end_woman.png)no-repeat;
    background-size: contain;
    height: 110px;
}
@media (min-width: 768px) {
    #new-lp .support_flow .support_flow_container .step_desc {
        font-size: 1.125rem;
    }
    #new-lp .support_flow .support_flow_container {
        margin: 2rem auto;
    }
    #new-lp .flow_step {
        padding: 30px
    }
    #new-lp .support_flow .support_flow_container .flow_step_mix .your_step, #new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step {
        padding: 5rem 0;
    }
    #new-lp .flow_step img,#new-lp .flow_step_mix .ncr_step img {
        max-height: 200px;
    }
    #new-lp .support_flow .support_flow_container .flow_step_mix .your_step .flow_step .step_desc, #new-lp .support_flow .support_flow_container .flow_step_mix .ncr_step .step_work .step_desc {
        margin-top: 1em;
    }
    #new-lp .support_flow .support_flow_container .flow_end::after {
        height: 172px;
    }
    #new-lp .support_flow .support_flow_container .flow_end .end_desc {
        padding-left: 0;
    }
}
/**/
.ttl_webform .around_the_clock {
    position: relative;
    padding: 0 1.2em;
    font-weight: 700;
    font-size: 80%;
}
.ttl_webform .around_the_clock::before,.ttl_webform .around_the_clock::after {
    position: absolute;
    content: '';
    position: absolute;
    content: '';
    top: 50%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background: #3c3d56;
}
.ttl_webform .around_the_clock::before {
    transform: rotate(60deg);
    left: 0;
}
.ttl_webform .around_the_clock::after {
    transform: rotate(-60deg);
    right: 0;
}
/**/
#new-lp .ncr_faq_header {
    cursor: pointer;
}
#new-lp .cts_commmon_faq .main_faq {
    justify-content: flex-start;
}
#new-lp .cts_com_accord_toggler.others_faq {
    background: #fff;
    color: #00284F;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    margin: 1rem;
    padding: 0.8em 0 0.8em 0;
}
#new-lp .cts_com_accord_toggler.others_faq::after {
    content: "\f13a";
}
#new-lp .is__show.cts_com_accord_toggler.others_faq::after {
    content: "\f139";
}
#new-lp .more_faq {
    display: none;
}
#new-lp .ncr_faq_body {
    font-weight: 400;
}
@media (min-width: 768px) {
    #new-lp .ncr_faq_header.cts_com_accord_toggler {
        pointer-events: auto;
    }
    #new-lp .ncr_faq_content {
        height: auto;
    }
    #new-lp .ncr_faq_header::after {
        content: "\f055";
    }
    #new-lp .is__show.cts_com_accord_toggler::after {
        content: "\f056";
    }
    #new-lp .ncr_faq_body {
        display: none;
    }
   .others_faq {
    display: none;
   }
}

/**/
#new-lp .retire_tos {
    margin-top: 0;
    background: #DFF2FD;
}
#new-lp #form .fa-solid.fa-down-long:first-of-type {
    margin-right: 0.5em;
}
#new-lp #form .fa-solid.fa-down-long:last-of-type {
    margin-left: 0.5em;
}
@media (min-width: 1200px){
    #new-lp #form .free_consultation_buttons .consultation_line {
        width: 30%;
    }
    #new-lp #form .consultation_line a {
        padding: 20px 0 20px 40px;
        font-size: 1rem;
    }
    #new-lp #form .consultation_line>a:before {
        left: 60px;
    }
}
/**/
#new-lp .ncr_medhia .ncr_container {
    padding-left: 0;
    padding-right: 0;
}
#new-lp .ncr_medhia .media_slider {
	padding-left: 30px;
    padding-right: 15px;
}
#new-lp .ncr_medhia .prev-arrow {
    border: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
    background: url(/wp-content/uploads/review_arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
#new-lp .ncr_medhia .next-arrow {
    border: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    background: url(/wp-content/uploads/review_arrow_next.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
#new-lp .ncr_medhia .medhia_list_wrapper {
    margin: 0;
}
#new-lp .ncr_medhia .medhia_list_wrapper + .medhia_list_wrapper {
    margin-left: 1rem;
}
#new-lp .ncr_medhia .medhia_list_wrapper:nth-child(odd) {
    margin-right: 0;
}
@media (min-width: 1024px) {
	#new-lp .ncr_container_inner.free_consultation_buttons {
		max-width: 1200px
}
}
@media (max-width: 767px) {
#new-lp .ncr_medhia .medhia_list{
    display: block;
}
#new-lp .ncr_medhia .medhia_list .medhia_image {
    width: 100%;
    margin-right: 0;
}
#new-lp .ncr_medhia .medhia_list .medhia_detail {
    width: 100%;
    margin-top: 1em;
}
#new-lp .ncr_medhia .prev-arrow {
    left: 4%;
}
#new-lp .ncr_medhia .next-arrow {
    right: 6%;
}
}
/**/
#new-lp .form_bottom_text {
    margin-bottom: 3.5rem;
}

/**/
@media (max-width: 767px) {
    .footer-menu-sp {
        justify-content: center;
    }
}
