@charset "UTF-8";
@import url(default.css);

h1{ text-align: center; font-size: 36px; margin: 0px; padding: 0px; }
h2{ font-size: 32px; margin: 0px; padding: 0px; }
h3{ text-align: center; font-size: 28px; margin: 0px; padding: 0px; }
.defW{ max-width: 1170px; margin: 0px auto; }
.contsBody{ margin: 4vw 0 0 0; }

.nodeco{ text-decoration: none; }
a:hover > img{
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

html body {
line-height: 1.629;
}


.is-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,178,169,0.8);
    text-align: center;
    padding: 10px 0px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.toplink a{ text-decoration: none; }












/*   ここからカスタムCSS    */


.ip_only {
    display: none;
}


section.header {
    background-image: url(../image/AdobeStock_614625251.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
}
section.header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255,255,255,.4);
}
.header_text {
margin: auto 5%;
padding-top: 140px;
padding-bottom: 80px;
z-index: 2;
position: relative;
}
.header::after {
    content: "";
    background-image: url(../image/add_business_FV_02.png);
    height: 100%;
    width: 55%;
    position: absolute;
    background-size: contain;
    right: 2vw;
    bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
}


.header_text_title {
    position: relative;
    font-weight: bold;
    font-size: 60px;
    text-align: left;
    color: #1a2a4e;
    margin: 40px auto;
    z-index: 2;
    line-height: 1em;
}
.header_text_logo {
position: relative;
max-width: 350px;
min-width: 250px;
background: #fff;
}
.logo {
    max-width: 280px;
}

.header_text_list ul {
    display: flex;
    grid-gap: 20px;
    position: relative;
    z-index: 2;
    padding-left: 0;
}
.header_text_list ul li {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    list-style: none;
    line-height: 1em;
    width: fit-content;
}

.header_text_list ul li:nth-child(1) {
    background: #00ade1;
}
.header_text_list ul li:nth-child(2) {
    background: #036eb8;
  }
  .header_text_list ul li:nth-child(3) {
    background: #1a2a4e;
  }
  img {
    max-width: 100%;
  }

.header_text_text {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #000;
    margin: 30px auto;
    position: relative;
    z-index: 2;
}
.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 53px !important;
    padding-left: 0;
    margin-bottom: 0;
}
.menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.global .inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 23px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.global_cv {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 350px;
}
.global {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 130px;
}
.header {
    margin-top: 130px;
}



.global_cv .mail,.global_cv .tel {
width: 100%;
display: flex;
align-items: center;
}
.global_cv a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 9999px;
    background-color: #213154;
    color: #fff;
    font-weight: 700;
    width: 100%;
    min-height: 50px;
}
.header_cv {
max-width: 700px;
margin-right: auto;
margin-left: auto;
text-align: center;
background-color: rgba(255,255,255,.5);
z-index: 5;
position: relative;
min-height: 120px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
}
.header_cv a {
    background-color: #f60;
    color: #fff;
    max-width: 500px;
    width: 80%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
}
.worries {
    background: #dee5f5;
    padding: 100px 0;
    overflow: hidden;
}
.inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #111;
  letter-spacing: 0.05em;
  }
  .list {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .list li {
    list-style: none;
    width: 30%;
  }
  .list li img {
    max-width: 100%;
  }
  .worries_text {
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    padding-top: 20px;
  }
  .worries_text span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  }

  .worries_box {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .worries_img {
    border-radius: 100%;
    overflow: hidden;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
.what {
  background-color: #ddeef8;
  padding: 100px 0;
}
.what h2 {
color: #1a2a4e;
margin-bottom: 50px;
}
.what_box_title {
    background-color: #0f5a8e;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 6px;
}
.what_box {
    background-color: #fff;
    margin-bottom: 70px;
}
.what_box_list ul li img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 70px;
    width: 100%;
    margin-bottom: 15px;
}
.what_box_list ul li {
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
}
.what_box_list {
    padding: 30px;
}
.checkmark .list li,.blackmark .list li {
    width: auto;
    position: relative;
    font-size: 1.1em;
    padding-left: 30px;
}
.checkmark .list li::before,.blackmark .list li::before {
    content: "";
    background-image: url(../image/check-correct.svg);
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: -2px;
    margin: auto;
}


.what_box_list ul.list {
    justify-content: space-around;
}


.cv_area {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    z-index: 5;
    position: relative;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }

  .cv_area a {
    background-color: #f60;
    color: #fff;
    max-width: 500px;
    width: 80%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
  }
  .cv_box p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .merit h2 span.small {
    color: #111;
    font-weight: 700;
    display: block;
    font-size: .8em;
  }
  .merit h2 span.big b {
    font-size: 140px;
  }
  .merit h2 span.big {
    letter-spacing: 0.3em;
    font-size: 1.5em;
    display: block;
    line-height: 140px;
    margin-top: 30px;
    color: #1a2a4e;
  }
  .merit {
    padding: 100px 0;
  }
  .merit h2 {
    margin-bottom: 50px;
    }
  .merit_box {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: start;
    margin-bottom: 50px;
    border-top: 2px solid #e3e3e3;
    padding-top: 30px;
  }
  .merit_number {
    text-align: center;
    border-radius: 100%;
    background-color: #1a2a4e;
    color: #fff;
    position: absolute;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    top: -50px;
  }
  .merit_box_text {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
  }
  .merit_text,.merit_img {
    width: 50%;
  }
  .merit_number .big {
    display: block;
    width: 100%;
    font-size: 3em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2em;
  }
  .merit_number_inner {
    font-size: 2em;
    line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
  .merit_img {
    padding-left: 25px;
  }
  .merit_text {
    font-size: 1.5em;
letter-spacing: 0.05em;
  }
  .merit_text .red {
    color: red;
    font-weight: 500;
  }
.flow {
padding: 100px 0%;
background-color: #ddffdd;
}
.flow_list {
    padding-top: 80px;
}
.flow_number {
    background-color: #92dfa9;
    text-align: center;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    font-weight: 400;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
    color: #1d4213;
}
.flow_list li {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    width: 24.5%;
    padding-top: 30px;
    border: 1px solid #e5e5e5;
}
.flow_title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    color: #1fac4c;
    margin: -20px auto 10px;
}
.flow_text {
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.05em;
}
.money {
background-color: #36BAD1;
padding: 100px 0;
color: #fff;
}
.money_box {
background-color: #fff;
color: #e60019;
text-align: center;
border-radius: 5px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 2.5em;
max-width: 700px;
margin-right: auto;
margin-left: auto;
margin-top: 40px;
margin-bottom: 40px;
}
.money_box span {
    font-size: 1.5em;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.money h2 {
    color: #fff;
    margin-bottom: 40px;
}
h3 span {
color: #fe0;
}
.money_list .list li {
background-color: #fff;
color: #1a2a4e;
text-align: center;
font-size: 1.5em;
padding: 10px;
margin: 10px;
font-weight: 500;
border-radius: 10px;
width: auto;
}
.money_list .list {
    flex-wrap: wrap;
    justify-content: left;
max-width: 700px;
margin-right: auto;
margin-left: auto;
}
.money_list {
    margin-top: 40px;
    margin-bottom: 40px;
}
.question {
    padding: 100px 0;
}
.question h2 {
    color: #1a2a4e;
    margin-bottom: 50px;
}
.flow_img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.flow_list li::before {
    content: "";
    background-image: url(../image/right-two.svg);
    width: 65px;
    height: 65px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    right: -40px;
    z-index: 2;
    margin: auto;
}
.flow_list li:last-child:before {
    display: none;
}

.q .qa_mark {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #ffffff;
    background: #666;
    font-family: 'Oswald', sans-serif;
    width: 50px;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .a .qa_mark {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #ffffff;
    background: #00ade1;
    font-family: 'Oswald', sans-serif;
    width: 50px;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.q .qa_text {
    background-color: #eee;
    font-size: 17px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
}
.a .qa_text {
    font-size: 15px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
.q,.a {
    display: flex;
    align-items: stretch;
}
.q {
    margin-bottom: 10px;
}

.qa {
    margin-bottom: 30px;
}

.qa_text {

}
footer {
    background-image: url(../image/footer_back.png);
}
.footer_list {
    border-bottom: 2px solid #282828;
}
.footer_list .list {
    max-width: 1100px;
}
.footer_list .list li {
    text-align: center;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_list .list li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
footer .flex {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .flex li a {
    color: #fff;
}
footer .flex li {
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
}
footer .flex li::before {
    content: "";
    top: 0;
    bottom: -2px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    background-color: #fff;
    left: -13px;
}
.copyright {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #282828;
}
.footer_bottom_text {
    color: #fff;
}
.footer_bottom_img {
    width: fit-content;
    margin-top: 15px;
    margin-bottom: 30px;
}
.footer_bottom {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}
footer > .flex ul {
    padding-left: 20px;
}

.triangle {
    width: 100vw;
    height: 0;
    border-bottom: 400px solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .triangle2 {
    width: 100vw;
    height: 0;
    border-bottom: 400px solid #fff;
    border-right: 100vw solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .worries_white {
    position: relative;
    padding-top: 0;
    margin-top: -180px;
    z-index: 2;
  }
  .worries {
    position: relative;
    padding-bottom: 300px;
  }
  .worries h2 span {
    background-color: #000;
    color: #fff;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 5px;
  }
  .worries_white h2 {
    font-size: 4.5em;
    letter-spacing: 0.1em;
    line-height: 2.5em;
    font-weight: 500;
  }
  .worries_white h2 .back_text {
    background-color: #f60;
    color: #fff;
    text-align: center;
    font-size: 120px;
    width: 130px;
    height: 130px;
    display: inline-block;
    padding-left: 3px;
    padding-top: 0;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1em;
    font-weight: 700;
  }
  .worries_white h2 .small {
    color: #111;
    font-weight: 500;
    font-size: 60%;
  }
  .worries .inner {
    padding-bottom: 50px;
  }
  .worries_white .worries_img {
    background-color: #ddeef8;
  }
.worries_text_title {
  color: #1a2a4e;
padding-bottom: 10px;
font-weight: 700;
font-size: 1.3em;
}
.worries_white .worries_text {
    font-weight: 500;
    font-size: 17px;
}
.worries_white .worries_box {
    padding-top: 40px;
    padding-bottom: 80px;
}
.ip_only {
    display: none;
}



@media screen and (max-width: 1000px) {
    .pc_only {
        display: none;
    }
    .ip_only {
        display: block;
    }
    
    .inner {
        padding-right: 10px;
        padding-left: 10px;
    }


.global {
    position: relative;
}
.global .inner {
    padding-top: 20px;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.global_cv {
    max-width: 40%;
}
.global_cv a {
    font-size: .8em;
    min-height: 40px;
}
.menu {
    display: none;
}
.global {
    min-height: 0;
    padding-bottom: 15px;
border-bottom: none;
}
.header {
    margin-top: 0;
}
.header_text_list ul {
    display: block;
}
.header_text_list ul li {
    margin-bottom: 10px;
    font-size: 23px;
}
.header_text_title {
    font-size: 38px;
    line-height: 1.3em;
}
.header_text {
    margin: auto 0;
    padding-top: 30px;
    padding-right: 15px;
padding-left: 15px;
padding-bottom: 0;
}
.header_text_text {
    font-size: 25px;
}
.header_cv {
    margin-right: 15px;
    margin-left: 15px;
}
section.header {
    min-height: 0;
    position: relative;
    padding-bottom: 30px;
}
.header::after {
    width: 75%;
    right: -20vw;
    background-image: url(../image/add_business_FV_02_ip.png);
    transform: scale(-1, 1);
}
h2 {
    font-size: 25px;
    line-height: 1.8em;
}
.worries {
    padding-top: 60px;
    padding-bottom: 30px;
}
.worries_box {
    padding-top: 30px;
}
.list {
    display: block;
}
.list li {
    width: 100% !important;
    margin-bottom: 40px;
}
.worries_img {
    max-width: 230px;
}
.worries_text {
    font-size: 1.5em;
}
.triangle {
    border-bottom: 150px solid #fff;
}
.triangle2 {
    border-bottom: 150px solid #fff;
}
.worries h2 span {
    font-size: 1.2em;
}
.worries_white {
    margin-top: -50px;
}
.worries_white h2 {
    font-size: 25px;
    line-height: 3em;
}
.worries_white h2 .small {
    font-size: 80%;
}
.worries_white h2 .back_text {
    font-size: 55px;
    width: 65px;
    height: 65px;
    margin-right: 2px;
margin-left: 2px;
}
.worries_white .worries_box {
    padding-bottom: 20px;
}
.what {
    padding: 60px 0;
}
.what_box_list {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
}
.what_box_list .list li {
    width: 50% !important;
}
.what_box_list ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.what_box {
    margin-bottom: 30px;
}
.what_box_title {
    font-size: 20px;
}
.footer_list .list li {
    width: 33% !important;
    margin-bottom: 0;
    min-height: 45px;
}
.footer_list ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.footer_list .list li a {
    font-size: 13px;
}
.footer_bottom {
    padding-right: 15px;
    padding-left: 15px;
}
.flow_list .list li {
    margin-bottom: 60px;
}
.flow_list li::before {
    display: none;
}
.flow {
    padding: 60px 0 5px;
}
.question {
    padding: 60px 0;
  }
  .q .qa_text {
    font-size: 15px;
  }
.merit {
    padding: 60px 0 0;
}
.money {
    padding: 60px 0;
}
.money h2 {
    margin-bottom: 20px;
}

.merit_box {
    display: block;
    margin-bottom: 120px;
}
.merit_box_text {
    width: 100%;
    display: block;
}
.merit_text, .merit_img {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-left: 0;
}
.merit_number {
    width: 85px;
    height: 85px;
    top: -7vh;
}
.merit_number_inner {
    font-size: 1.1em;
}
.merit h2 span.big b {
    font-size: 80px;
}
.merit h2 span.big {
    letter-spacing: 0.1em;
    font-size: 1.5em;
    display: block;
    line-height: 110px;
    margin-top: 0;
}
.merit h2 {
    margin-bottom: 80px;
}
h3 {
    font-size: 20px;
}
.money_box {
    font-size: 2.2em;
}
.money_list .list li {
    width: 48% !important;
    margin-right: 0;
    margin-left: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.money_list .list {
    display: flex;
    justify-content: space-between;
}
.worries .inner {
    padding-bottom: 80px;
}


}


.globalc {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 130px;
}
.innerc {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
}
.row{
    margin: 10px auto;
}
@media only screen and (min-width:640px){
.thnaksp {
    margin: 50px auto;
    width: 55%;
  }
}
@media only screen and (max-width:640px){
  .thnaksp {
    margin: 50px auto;
    padding: 10px;
  }
}