li {
    list-style: none;
}
.yel_bar {
    width: 72px;
    height: 8px;
    margin: 20px auto;
    background-color: #fbe21f;
}
header {
    width: 100%;
    background-image: url("../img/fv_bg.png");
    background-size: cover;
    min-height: 680px;
    background-position: center;
    position: relative;
}
.page_thanks header, .page_confirm header {
    background-image: none;
    min-height: auto;
}
.nav_area {
    width: 100%;
    background-color: #fff;
    opacity: 0.9;
    height: 80px;
}
.nav_area .inner {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.nav_area .inner .logo {
    position: absolute;
    left: 10px;
    top: 15px;
}
.nav_area .inner .tel {
    position: absolute;
    right: 180px;
    top: 10px;
}
.nav_area .inner .contact {
    position: absolute;
    right: 10px;
    top: 10px;
}
.fv {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.fv_txt {
    position: absolute;
    width: 578px;
    height: 324px;
    top: 60px;
    left: 0;
}
header .cv {
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}
.footer_cv .cv {
    background: rgba(19, 86, 156, 0.9);
}
.cv {
    width: 100%;
    background-color: #13569c;
    padding: 10px 0;
}
.cv_copy {
    text-align: center;
    color: #fff;
}
.cv_copy span {
    display: inline-block;
    position: relative;
}
.cv_copy span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    background-color: #fff;
    height: 1px;
    width: 125px;
    left: 0;
}
.btn_area {
    display: flex;
    justify-content: space-around;
    width: 740px;
    margin: 10px auto -15px;
}
.btn_area a {
    line-height: 1;
}
.free_text, .contact_btn, .tel_btn {
    width: 240px;
}
.tel_btn {
    border: solid 1.5px #fff;
    max-height: 60px;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}
.tel_btn .txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}
.tel_btn .txt span {
    font-size: 12px;
}
.container .nayami {
    padding-top: 0px;
    width: 100%;
}
.container .nayami .inner .nayami_img {
    text-align: center;
    justify-content: space-around;
}
.three_points {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 20px auto;
}
.point {
    width: 230px;
    height: 220px;
    padding: 28px;
    box-shadow: 0 0 8px gray;
    border-radius: 15px;
}
.point .red_txt {
    color: #e54608;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.point .sub_txt {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.point .img {
    text-align: center;
}
.aboutFactoring {
    width: 750px;
    margin: 0 auto 30px;
    background-color: #f2f3f4;
    border-radius: 10px;
    padding: 35px;
}
.aboutFactoring .ttl_txt {
    text-align: center;
    color: #13569c;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: bold;
}
.aboutFactoring .ministry_flex {
    display: flex;
    gap:2%;
}
.aboutFactoring .ministry_img {
    width: 30%;
}
.aboutFactoring .ministry_txt{
    width: 70%;
    line-height: 1.6;
}
.container .nayami .inner {
    padding: 40px 0;
    width: 1000px;
    margin: 0 auto;
}
.container .solution .inner, .container .difference .inner {
    padding: 0px 0 40px;
    width: 1000px;
    margin: 0 auto;
}
.container .solution .inner {
    padding: 0px 0 0px;
}
.container .difference .inner .ttl {
    text-align: center;
}
.container .difference .inner .three_points {
    display: flex;
}
.container .solution .inner .solution_img {
    margin: 0 auto;
    width: 900px;
}
.container .nayami .inner .nayami_img {
    margin: 0 auto;
    width: 781px;
}
.container .payment {
    padding: 30px 0;
    width: 100%;
}
.container .success {
    margin-top: 30px;
}
.container .payment .ttl, .container .success .ttl {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.container .payment .heading, .container .comparison .heading, .container .success .heading {
    text-align: center;
    font-weight: bold;
    color: #13569c;
    font-size: 32px;
}
.container .payment .bar, .container .comparison .bar, .container .success .bar {
    width: 30px;
    height: 5px;
    margin: 20px auto 40px;
    background-color: #13569c;
}
.container .payment .payment_img {
    width: 780px;
    margin: 0 auto 40px;
}
.container .comparison .comparison_img {
    width: 645px;
    margin: 0 auto 40px;
}
.container .success .case {
    position: relative;
    padding-top: 285px;
    width: 960px;
    margin: 25px auto;
    padding-bottom: 35px;
}
.container .success .case .customer_img {
    width: 550px;
    position: absolute;
    top: 0;
}
.container .success .case:nth-child(2n+1) .customer_img {
    left: 0
}
.container .success .case:nth-child(2n) .customer_img {
    right: 0
}
.container .success .case .customer_info {
    width: 375px;
    position: absolute;
    text-align: center;
    top: 0;
}
.container .success .case:nth-child(2n+1) .customer_info {
    right: 0;
}
.container .success .case:nth-child(2n) .customer_info {
    left: 0;
}
.container .success .case .article {
    background-color: #f4fafc;
    opacity: 0.9;
    padding: 45px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
}
.container .consultation .inner .sub_ttl {
    margin-top: 30px;
    text-align: center;
}
.container .consultation .inner .step {
    max-width: 700px;
    height: 270px;
    background-color: #fff;
    position: relative;
    padding: 50px;
    margin-bottom: 30px;
}
.container .consultation .inner .step .heading {
    font-weight: bold;
    text-align: left;
    font-size: 30px;
}
.container .consultation .inner .step .heading span {
    color: #fbe21f;
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
}
.container .consultation .inner .step .txt {
    margin-top: 15px;
    font-size: 20px;
}
.container .consultation .inner .step .step_img {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
    text-align: center;
}
.container .consultation .inner .step:nth-child(4) {
    background-image: url("../img/sup_img1.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(5) {
    background-image: url("../img/sup_img2.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(6) {
    background-image: url("../img/sup_img3.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(7) {
    background-image: url("../img/sup_img4.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(4), .container .consultation .inner .step:nth-child(6) {
    margin-left: 100px;
}
.container .consultation .inner .step:nth-child(5), .container .consultation .inner .step:nth-child(7) {
    margin-right: 100px;
}
.container .company .inner {
    width: 1000px;
    padding: 80px 0 90px;
    margin: 0 auto;
    position: relative;
}
.container .company .inner .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    height: 30px;
    margin-bottom: 30px;
}
.container .company .inner .ttl span {
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    margin-right: 4px;
    vertical-align: middle;
}
.container .company .inner .sub_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.container .company .inner .copy {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.container .company .inner .copy span {
    color: #ecbc15;
}
.container .three_reason {
    background-color: #ededed;
}
.container .three_reason .inner {
    width: 1000px;
    padding: 260px 0 40px;
    margin: 0 auto;
    position: relative;
}
.container .three_reason .inner .ttl_img {
    position: absolute;
    width: 825px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.container .three_reason .inner .reason_area {
    max-width: 750px;
    margin: 0px auto 70px;
    padding: 80px 50px 40px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.container .three_reason .inner .reason_area .reas_num {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.container .three_reason .inner .reason_area .heading {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(transparent 75%, #fde649 75%);
    width: 330px;
    margin: 0 auto;
}
.container .three_reason .inner .reason_area .txt {
    text-align: center;
    margin-top: 20px;
}
.gmap {
    width: 750px;
    margin: 30px auto 0;
}
.container .treat_company {
    background-color: #fff;
}
.container .treat_company .inner {
    width: 1000px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}
.container .treat_company .inner .ttl, .container .corporate_info .inner .ttl {
    color: #000;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.container .corporate_info .inner .info_table {
    width: 750px;
    margin: 20px auto;
}
.container .corporate_info .inner .info_table table td {
    text-align: left;
    padding: 5px;
}
.container .corporate_info .inner .info_table table td.data_name {
    text-align: left;
    width: 30%;
}
.container .treat_company .inner .yel_bar {
    width: 72px;
    height: 8px;
    margin: 20px auto;
    background-color: #fbe21f;
}
.container .treat_company .inner .txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.container .treat_company .inner .qa_area {
    width: 900px;
    margin: 50px auto;
}
.container .treat_company .inner .qa_area li {
    border-bottom: solid 1px #c4c4c4;
}
.container .treat_company .inner .qa_area li .question {
    padding: 10px 10px 10px 32px;
    background: url("../img/q.png") no-repeat 0px center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin: 10px 0;
}
.container .treat_company .inner .qa_area li .answer {
    padding: 0px 10px 10px 32px;
    background: url("../img/a.png") no-repeat 0px top;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
    transition: transform .4s;
}
.container .contact {
    background-color: #f1f5f7;
}
.container .contact .inner {
    width: 820px;
    margin: 0 auto;
    position: relative;
}
.container .contact .inner .form_area {
    width: 100%;
    padding: 40px;
}
.container .contact .inner .form_area .ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #13569c;
    margin-bottom: 40px;
}
.container .contact .inner .form_area form {
    background-color: #fff;
    padding: 40px 25px;
}
.container .contact .inner .form_area input::placeholder,
.container .contact .inner .form_area textarea::placeholder{
    color: #ccc;
}
.container .contact .inner .form_area form table {
    width: 100%;
}
.container .contact .inner .form_area form table tr th {
    width: 35%;
    text-align: left;
    position: relative;
    padding: 5px 5px 5px 100px;
}
.container .contact .inner .form_area form table tr th .required {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 45%;
    margin-top: -5px;
    font-size: 10px;
    padding: 0 5px;
    left: 65px;
    background-color: #e54608;
}
.container .contact .inner .form_area form table tr th .optional {
    display: inline-block;
    color: #c4c4c4;
    position: absolute;
    top: 45%;
    margin-top: -5px;
    font-size: 10px;
    padding: 0 5px;
    right: -10px;
    border: solid 1px #c4c4c4;
}
.container .contact .inner .form_area form table tr td {
    width: 65%;
    padding: 8px;
}
.container .contact .inner .form_area form table tr td .choice {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.container .contact .inner .form_area form table tr td .radio_inline_label {
    display: inline-block;
    padding: 0.5rem;
    border-radius: 3px;
    background-color: #dbdbdb;
    text-align: center;
}
.container .contact .inner .form_area form table tr td .choice:checked + .radio_inline_label {
    background: #b54a4a;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.container .contact .inner .form_area form table tr td input[type="text"] {
    width: 100%;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    padding: 10px 15px;
    color: #000;
}
.container .contact .inner .form_area form table tr td textarea {
    width: 100%;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    padding: 10px 15px;
    color: #000;
}
.container .contact .inner .form_area form table tr td .select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.container .contact .inner .form_area form table tr td .select select {
    display: inline-block;
    width: 60%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    color: #7b7b7b;
    margin-right: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.container .contact .inner .form_area form table tr td .select::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 55%;
    z-index: 2;
    pointer-events: none;
}
.corporate_info .inner {
    padding-bottom: 40px;
}
.container .contact .inner .form_area form table tr .occupation label {
    padding: 10px;
}
.container .contact .inner .form_area form table tr .occupation label input {
    margin-right: 3px;
}
.container .contact .inner .form_area form table tr .about_content label {
    padding: 10px;
}
.container .contact .inner .form_area form table tr .about_content label input {
    margin-right: 3px;
}
#item5 {
    display: none;
}
.container .contact .inner .form_area form input[type="submit"] {
    display: block;
    font-size: 18pt; /* 文字サイズ */
    text-align: center; /* 文字位置   */
    cursor: pointer; /* カーソル   */
    padding: 12px 81px; /* 余白       */
    background: #e75820; /* 背景色     */
    color: #ffffff; /* 文字色     */
    line-height: 1em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #e75820; /* 枠の指定 */
    margin: 30px auto 10px;
}
.footer_cv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
.footer_cv .inner {
    width: 1000px;
    padding: 0px 0;
    margin: 0 auto;
}
.page_confirm #formWrap {
    padding: 30px 0;
}
.page_confirm h3 {
    text-align: center;
    font-size: 20px;
}
footer {
    background-color: #13569c;
    padding: 25px 0 133px;
}
.page_thanks footer, .page_confirm footer {
    padding: 25px 0;
}
footer .footer_logo {
    text-align: center;
}
footer p {
    color: #8badd0;
    text-align: center;
}




.page_top {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: #4A6F8E;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  transition: 0s;
}
.page_top:hover {
  opacity: 0.7;
}
.page_top::before, .page_top::after {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.page_top::after {
  content: '';
  width: 16px;
  height: 16px;
  border-left: 6px solid #fff;
  border-top: 6px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .page_top {
    width: 45px;
    height: 45px;
    bottom: 80px;
  }
  /*.safari.iphone*/ .page_top {
    bottom: 95px;
    bottom: calc(95px + env(safe-area-inset-bottom));
    right: 12px;
  }
  .page_top::after {
    width: 12px;
    height: 12px;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
  }
}
