@charset "utf-8";
body{color: #000;}
#nav ul li {padding: 0 5rem;}
#nav ul li a {font-size: 1.6rem; line-height: 2rem;}
#footer { padding-top: 0; }
/* pc sp ----------*/
@media screen and (min-width:737px) { /* iPhone 横以上 */
	.sp { display:initial !important; }
}
@media screen and (max-width:736px) { /* iPhone 横 */
	.pc { display:initial !important; }
}
@media screen and (min-width:801px) { /* iPhone 横以上 */
	.sp { display:none !important; }
}
@media screen and (max-width:800px) { /* iPhone 横 */
	.pc { display:none !important; }
}


.bg_light {
    background: #fbfbfb;
}

.l_wrapper{
    max-width: 1366px;
    margin: 0 auto;
    padding: 100px;
}
.l_wrapper.-narrow{
    max-width:  1140px;
}

.product_wrap {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.product_wrap img {
    margin-top: -0.025em;
}

.smart_headline img {
        margin-top: .25em;
}

.btn {
    display: inline-block;
    border-radius: 7px;
    padding: .7em 1.2em .5em;
    text-decoration: none;
    font-weight: bold;
}
  
.btn::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../../../../assets/img/common/arrow_right_white.svg) no-repeat;
    background-size: contain;
    transform: translateY(50%);
    margin: 0 0 0 .5em;
}

.btn.-default{
    border: 1px solid #000;
    color: #000;
    padding: .7em 1.8em .5em;
}

.btn.-default::after {
    width: 1.2em;
    background: url(../../../../assets/img/common/arrow_right.svg) no-repeat;
}

.btn.-primary {
    color: #fff;
    background: #0068b2;
}

.label {
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: .1em 1em;
}
@media screen and (max-width:920px) { 
    .label {
       font-size: 1.4rem;
    }
}
@media screen and (max-width:920px) { 
    .label {
           padding: .1em .5em;
    }
}

.label.-manual {
    background: #7B7B7A;
}

.label.-auto {
    background: #0068B2;
}

.label.-manual::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(images/manual.svg) no-repeat;
    background-size: contain;
    transform: translateY(15%);
}

.headline {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 60px;
}

.headline_sub .product_name {
    font-size: 2.2rem;
}

.lead_text {
    font-size: 2.2rem;
}

.mv {
    background: url(images/mv.jpg) no-repeat bottom right;
    background-size: cover;
}

.mv_content {
    padding-top: 70px;
}

.mv h1 {
    font-size: 2.4rem;
}

.mv_headline {
    margin: 5rem 0 0;
    font-size: 4.2rem;
    line-height: 6rem;
    color: #000;
}

.mv_lead {
    margin: 1rem 0 0;
}

.mv_lead {
    margin: 2rem 0 0;
}

.mv_btn {
    padding: 5rem 0 0;
}

.problem_contents {
    position: relative;
}

.problem_contents:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 50px solid #bbb8b8;
    margin-top: -101px;
}

.problem_wrapper {
    margin: 0 50px;
    padding: 30px;
    background: #BBB8B8;
    border-radius: 20px;
    position: relative;
}
@media screen and (min-width:801px) and (max-width:1100px) { 
    .problem_wrapper {
      margin: 0;
  } 
}
.problem_wrapper::before {
    content: "";
    background: url(images/problem_bg.png) no-repeat;
    background-size: contain;
    width: 160px;
    height: 102px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.problem_wrapper::after {
    content: "";
    background: url(images/problem_person.png) no-repeat;
    background-size: contain;
    width: 40%;
    height: 40%;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 0;
}

.problem_headline {
    color: #fff;
}

@media screen and (max-width:1204px) { 
    .problem_headline {
        font-size: 3.0rem;
    }
}


.problem_item {
    display: inline-block;
    border-radius: 20px;
    box-shadow: 3px 5px 8px #999;
    font-size: 1.8rem;
    background: #fff;
    padding: 20px 25px;
    margin: 0 1% 30px;
    width: 30%;
    position: relative;
    z-index: 1;
}

.problem_item:nth-child(1){
    padding-left: 7%;
}

@media screen and (max-width:1100px) { 
    .problem_item:nth-child(1){
        padding-left: 5%;
    }
}

.problem_item:nth-child(2){
    top: 15px;
}

.problem_item:nth-child(5){
    top: 15px;
}

.problem_item:nth-child(n+4){
    left: 35%;
}

@media screen and (max-width:1270px) { 
    .problem_item br.pc {
        display: none;
    }
}

.solution {
    height: 500px;
    background: #FEFDEB;
    overflow: hidden;
}

.bg_wave {
    position: relative;
    background: #fff;
    height: 300px;
}
  
.bg_wave_wrapper {
    position: absolute;
    height: 109px;
    width: 100%;
    background: #fff;
    bottom: 0;
}

.bg_wave_wrapper::before, .bg_wave_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
}

.bg_wave_wrapper::before {
    width: 55%;
    height: 109%;
    background-color: #FEFDEB;
    right: -1.5%;
    top: 60%;
}
.bg_wave_wrapper::after {
    width: 55%;
    height: 100%;
    background-color: #fff;
    left: -1.5%;
    top: 40%;
}

.solution_contents {
    position: absolute;
    z-index: 1;
    top: -150px;
    padding-top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.solution_contents::after {
    content: "";
    background: url(images/solution_person.png) no-repeat;
    background-size: contain;
    width: 420px;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 65%;
}

.solution_headline .product_name {
    font-size: 1em;
}

.solution_list {
    margin-top: 100px;
    display: flex;
    /*  justify-content: space-between;
    width: 70%;*/
    margin-left: 10%;
}

.solution_item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 3px 5px 8px #ccc;
    margin-right: 3%;
    width: 22%;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}

.solution_point {
    color: #fff;
    background: #0068B2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 20px;
    font-size: 2.6rem;
}
@media screen and (max-width:1206px) { 
    .solution_item:nth-child(1) .solution_point {
           font-size: 2.3rem;
           letter-spacing: -2px;
    }
    .solution {
        height: 600px;
    }
}  
@media screen and (max-width:997px) { 
    .solution_item:nth-child(n) .solution_point {
           font-size: 1.7rem;
    }
}

.solution_text {
    padding: 20px;
    font-size: 2rem;
}
@media screen and (max-width:1322px) { 
    .solution_item:nth-child(2) .solution_text br {
           display: none;
    }
}
@media screen and (max-width:825px) { 
    .solution_text{
          padding: 20px 15px;
   }
    .solution_text br {
          display: none;
   }
}

.solution .list-notes {
    margin-right: 25%;
}

.smart_contents.-premium {
    padding-top: 0;
}

.smart_wrapper {
    background: #fff;
    padding: 80px 100px;
    box-shadow: 3px 5px 8px #ccc;
}

.smart_wrapper.-premium {
    border: 2px solid #CDAE5D;
}

.smart_list {
    border-radius: 20px;
    background: #E8F3FC;
    margin-top: 50px;
}

.smart_list .flow_item:nth-child(2n) {
    background: #F6FBFF;
}

.smart_list .flow_item:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.smart_list.-premium {
    background: #F9F1DE;
}

.smart_list.-premium .flow_item:nth-child(2n) {
    background: #FBF9F4;
}

.smart_list.-premium .flow_item:nth-child(2n+1)::before {
    border: 30px solid transparent;
    border-left: 20px solid #f9f1de;
}

.smart_list.-premium .flow_item:nth-child(2n)::before {
    border: 30px solid transparent;
    border-left: 20px solid #fbf9f4;
}


.flow {
    display: flex;
    justify-content: space-between;
}

.flow_item {
    flex: 1;
    padding: 50px 30px 20px;
    text-align: center;
    position: relative;
}

.flow_item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 30px solid transparent;
    border-left: 20px solid #e8f3fc;
    z-index: 10;
}

.flow_item:nth-child(2n)::before {
    border: 30px solid transparent;
    border-left: 20px solid #f6fbff;
}

.flow_frame {
    width: 90%;
    max-width: 160px;
    margin: 0 auto;
    position: relative;
}

.flow_circle {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #fff;
}

.flow_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 60% !important;
}

.flow .label {
    margin: 1em 0;
}

.flow_text {
    text-align: left;
}
@media screen and (max-width:920px) { 
    .flow_text {
        text-align: left;
        font-size: 1.4rem;
    }
}

@media screen and (min-width:1160px) { 
    .flow_text.-narrow {
        margin: 0 auto;
        width: 126px;
    }    
}
@media screen and (max-width:1159px) { 
    .flow_text.-narrow br {
        display: none;
    }    
}

.smart_initial {
    border: 1px solid #C09933;
    border-radius: 20px;
    padding: 25px 0;
    margin-top: 40px;
}

.smart_initial_title {
    border-left: 8px solid #C09933;
    padding-left: 15px;
    margin-left: 35px;
}

.smart_setting {
    display: flex;
    justify-content: space-between;
}

.setting_item {
    padding: 25px 35px;
    text-align: center;
    border-right: 1px solid #C09933;
    position: relative;
}

.setting_item:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}
  
  .setting_item:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-left: 13px solid #C09933;
    z-index: 1;
}

.setting_item:last-child {
    border: none;
}

.setting_img {
    margin-bottom: 30px;
}

.setting_text {
    font-weight: bold;
}

.setting_text.-note {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
}

.smart_initial .list-notes{
    margin-right: 35px;
}
@media screen and (min-width:801px) and (max-width:900px) {
    .smart_setting {
        flex-direction: column;
    }
    .setting_item {
        padding: 20px 0;
        margin: 0 20px;
        border-bottom: 1px solid #C09933;
        border-right: 0;
    }
    .setting_item:first-child::before {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        bottom: -23px;
        margin: 0 0 0 0;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
    }
    .setting_item:first-child::after {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        bottom: -26px;
        margin: 0 0 0 0;
        border: 13px solid transparent;
        border-top: 13px solid #C09933;
    }
    .setting_img {
        margin-bottom: 10px;
    }
    .setting_text.-note br {
        display: none;
    }
}
.diff_contents{
    position: relative;
}

.diff_lead {
    max-width: 1000px;
    margin: 0 auto;
}

.diff_wrapper {
    display:flex;
    padding: 50px 10%;
    text-align: center;
}

.diff_detail {
    width: 45%;
    padding: 30px 50px;
    height: calc;
    position: relative;
    padding-bottom: 25vw;
}

.diff_detail.-smart {
    border: 1px solid #ccc;
    margin-right: 10%;
}

.diff_detail.-premium {
    border: 2px solid #C09933;
}

.diff_detail .headline_sub {
    margin: 30px 0;
}

.diff_text {
    text-align: left;
    margin-bottom: 80px;
}

.diff_img {
    position: absolute;
    bottom: 15vw;
    left: 20vw;
    width: 58vw !important;
}

@media screen and (min-width:1366px) { 
	.diff_img {
        bottom: 175px;
        left: 20%;
        width: 809px !important;
    }
    .diff_detail {
        padding-bottom: 300px;
    }
}

.start_capture {
    max-width: 787px !important;
}
@media screen and (min-width:801px) and (max-width:900px) {
    .diff_wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .diff_detail {
        width: 48%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .diff_detail.-smart {
        margin-right: 4%;
    }
}

.diff_note {
    font-size: .8em;
    color: #666;
}

.start .headline_sub {
    margin: 50px 0; 
}

.start_capture {
    max-width: 787px !important;
}
@media screen and (min-width:801px) and (max-width:900px) {
    .start_capture {
        max-width: 600px !important;
    }
}

.tutorial_title {
    position: relative;
    font-size: 2.2rem;
}

.tutorial_title::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(images/beginner.svg) no-repeat;
    background-size: contain;
    transform: translateY(35%);
}

.tutorial_title::after {
    position: absolute;
    top: 60%;
    right: 0;
    width: 65%;
    height: 2px;
    content: '';
    background: #999;
}

.tutorial_text {
    font-size: 2rem;
    border-bottom: 2px solid #999;
    padding: 10px 0 30px;
    margin-bottom: 30px;
}

.start_wrapper {
    margin: 100px 0 0;
    padding: 0 50px 50px;
}

.start_btn {
    margin: 30px 0 50px;
}

.apply_list {
    display: flex;
    margin-bottom: 100px;
}

.apply_item {
    border: 1px solid #B9B9B9;
    padding: 50px 30px 40px;
    width: 100%;
    margin: 0 30px;
    background: #fff;
}

.apply_item .headline_sub {
    display: inline-block;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 15px;
    margin-bottom: 20px;
}


.apply_item.-premium {
    border:2px solid #C09933;
}

.apply_item.-premium .headline_sub {
    border-color: #C09933;
}

.apply_lead {
    font-size: 2rem;
    text-align: center;
}

.apply_btn {
    margin: 30px 0 10px;
}

.apply_lead {
    margin-bottom: 30px;
}

.apply_tel {
    display: inline-block;
    font-weight: bold;
    font-size: 5rem;
    text-decoration: none;
    color: #0067B1;
}

.apply_tel::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(images/phone.svg) no-repeat;
    background-size: contain;
    transform: translateY(20%);
    margin-right: .2em;
}

@media screen and (min-width:801px) and (max-width:1140px) { 
    .l_wrapper{
        padding: 50px;
    }
    .problem_wrapper::after {
        bottom: -50px;
    }
}

@media screen and (max-width:800px) { 

	#nav {padding: 2rem 0 0;}
    #contents-wrap {padding-top: 17rem;}
    #nav ul {flex-wrap: wrap;}
    #nav ul li {padding: 0 1rem;margin-bottom: 1.5rem;}
    
    .l_wrapper{
        width: 100%;
        padding: 30px 7%;
    }
    .mv {
        background-position: top right -170px;
    }
    .mv_headline {
        font-size: 4rem;
    }
    .problem_wrapper {
        margin: 0;
        padding: 20px;
    }
    .btn.-default::after {
        width: 1.4em;
    }
    .headline {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    .smart .headline {
        font-size: 2rem;
    }
    .headline_sub .product_name {
        font-size: 1.8rem;
    }
    .lead_text {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .problem_contents:before {
        left: 20%;
        margin-left: 30px;
        border-width: 30px;
        margin-top: -40px;
    }

    .problem_item {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 15px;
        top: 0 !important;
        left: 0 !important;
    }
    .problem_item:nth-child(1) {
        padding-left: 10px;
    }
    .problem_list {
        padding-bottom: 15px;
    }
    .problem_wrapper::after {
        left: 51%;
        transform: translateY(57%);
    }
    .solution {
        height: 375px;
        margin-top: 20px;
    }
    .bg_wave {
        height: 230px;
    }
    .solution_list {
        margin: 145px 0 0;
    }
    .solution_item {
        width: 32%;
        border-radius: 10px;
    }
    .solution_point {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 20px 5px;
        font-size: 1.6rem;
    }
    .solution_text {
        padding: 10px;
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .solution_contents::after {
        height: 200px;
        left: 20%;
        width: 100%;
        top: 70px;
    }
    .solution .list-notes {
        margin-right: 0;
    }
    .smart_wrapper {
        padding: 30px 20px;
        font-size: 1.6rem;
    }
    .smart_list .flow_item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .flow {
        flex-direction: column;
        margin-top: 20px;
    }
    .flow_item {
        flex: 1;
        padding: 40px 10px 10px;
        text-align: center;
    }
    .flow_item:not(:last-child)::before {
        top: initial;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        border: 30px solid transparent;
        border-top: 20px solid #e8f3fc;
    }
    .flow_item:nth-child(2n)::before {
        border-top: 20px solid #f6fbff;
    }
    .smart_list.-premium .flow_item:nth-child(2n+1)::before {
        border: 30px solid transparent;
        border-top: 20px solid #f9f1de;
    }
    
    .smart_list.-premium .flow_item:nth-child(2n)::before {
        border: 30px solid transparent;
        border-top: 20px solid #fbf9f4;
    }
    .flow_frame {
        width: 100%;
        max-width: 100%;
    }
    .flow_circle {
        width: 35%;
        padding-top: 35%;

        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }    
    .flow_img {
        max-width: 60% !important;
    }
    .flow_text {
        line-height: 2.2rem;
        text-align: center;
    }
    .flow_text.-narrow {
        width: 100%;
    }
    .smart_initial {
        padding-bottom: 0;
        margin-top: 20px;
    }
    .smart_initial .list-notes {
        margin: 0 10px;
    }
    .smart_initial .list-notes li {
        text-align: left !important;
    }
    .smart_initial_title {
        padding-left: 10px;
        margin-left: 20px;
    }
    .smart_setting {
        flex-direction: column;
    }
    .setting_item {
        padding: 20px 0;
        margin: 0 20px;
        border-bottom: 1px solid #C09933;
        border-right: 0;
    }
    .setting_item:first-child::before {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        bottom: -24px;
        margin: 0 0 0 0;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
    }
    .setting_item:first-child::after {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        bottom: -26px;
        margin: 0 0 0 0;
        border: 13px solid transparent;
        border-top: 13px solid #8e7126;
    }
    .setting_img {
        margin-bottom: 10px;
    }
    .smart_wrapper.-premium .ar{
        font-size: 0.95em;
    }
    .diff_wrapper {
        padding: 20px 0;
        margin-left: -5%;
        margin-right: -5%;
    }
    .diff_detail {
        padding: 10px;
        width: 48%;
        height: 520px;
    }
    .diff .headline_sub .product_name {
        font-size: 1.4rem;
    }
    .diff_detail.-premium .headline_sub {
        line-height: 0.5;
    }
    .diff_detail.-premium .product_name img{
        vertical-align: middle;
    }
    .diff_detail .headline_sub {
        margin: 15px 0 20px;
    }
    .diff_text {
        font-size: 14px;
    }
    .diff_detail.-smart {
        border: 1px solid #ccc;
        margin-right: 4%;
    }
    .diff_img {
        width: auto !important;
        height: 270px !important;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
    }
    .start .headline_sub {
        margin: 10px 0;
    }
    .start_capture {
        max-width: 100% !important;
    }
    .tutorial_title {
        font-size: 1.8rem;
    }
    .tutorial_title::after {
        width: 25%;
    }
    .tutorial_text {
        font-size: 1.6rem;
    }
    .start_wrapper {
        margin: 20px 0 0;
    }
    .start_btn {
        margin: 25px 0;
    }
    .apply_list {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .apply_item {
        margin: 0 0 20px;
        padding: 20px;
    }
    .apply_lead {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .apply_btn {
        margin: 0 0 10px;
    }
    .apply_tel {
        font-size: 4rem;
    }
}
