@charset "UTF-8";

/* reset CSS */
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}

/******************************************************
base */
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
margin: 0;
  padding: 0;
  font-size: 100%;
}

figure {
  margin: 0;
}

input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  word-break: break-all;
}

fieldset {
  border: 0;
}
input {
  line-height: 100%;
}

ol,
ul {
  list-style-type: none;
}

label {
  cursor: pointer;
}
address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
  font-weight: bold;
  font-style: normal;
}

body {
  background: #fff;
  color: #333;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0058A0;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

a[href*='tel:'] {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

* { /* for Safari */
  min-height: 0vw;
}

/******************************************************
form */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}

/* text */
input[type='email'],
input[type='tel'],
input[type='text'] {
  line-height: normal;
}

/* password */
input[type='password'] {
  font-family: arial;
  ime-mode: disabled;
}

/* button */
button[type='submit'],
button[type='button'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='image'] {
  cursor: pointer;
}

/* radio */
input[type='checkbox'],
input[type='radio'] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
button[type='submit'],
button[type='button'],
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button[type='submit']::-webkit-search-decoration,
button[type='button']::-webkit-search-decoration,
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}
button[type='submit']:focus,
button[type='button']:focus,
input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}
textarea,
input[type='email'],
input[type='tel'],
input[type='text'] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  font-size: 16px;
}

input[type='email']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='text']::-ms-clear {
  display: none;
}

/******************************************************
show */
.showPc {
  display: block !important;
}
.showPc.-inline {
  display: inline-block !important;
}
.showSp.-inline,
.showSp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .showPc.-inline,
  .showPc {
    display: none !important;
  }
  .showSp {
    display: block !important;
  }
  .showSp.-inline {
    display: inline-block !important;
  }
}

/******************************************************
imageItemWrap */
.imageItemWrap {
  line-height: 0;
}
.imageItem {
  width: 100%;
  height: auto;
}

/******************************************************
header */

/* c-header
*************/
.c-header {
  height: 97px;
}
.c-header_logo {
  padding: 35px 0 0 60px;
  line-height: 0;
}
.c-header_logoImg {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 67px;
  }
  .c-header_logo {
    padding: 14px 0 0 0;
    text-align: center;
  }
  .c-header_logoImg {
    width: 145px;
  }
}

/******************************************************
c-stickyCv */
.c-stickyCv {
  position: sticky;
  top: calc(100vh - 186px);
  pointer-events: none;
  z-index: 9;

  transition: opacity 0.3s ease;
  opacity: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.c-stickyCv_vessel {
  display: flex;
  justify-content: center;

  padding-top: 40px;
  padding-bottom: 40px;
}
.c-stickyCv a {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-stickyCv {
    top: calc((var(--vh, 1vh) * 100) - 150px);
  }
  .c-stickyCv_vessel {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/******************************************************
c-body */
.c-body {
  position: relative;
  overflow: hidden;
}
.c-body_text {
  position: absolute;
  top: 0;
  left: -18px;
  color: #1B3B71;
  font-size: 120px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.04;
  z-index: 3;
}
.c-body_textInner {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 1199px) {
  .c-body_text {
    display: none;
  }
}

/******************************************************
footer */
footer {
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1B3B71; }
  footer .btn_pagetop {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative; }
    footer .btn_pagetop img {
      width: 48px;
      height: 48px;
      opacity: 0; }
    footer .btn_pagetop:after {
      content: '';
      display: block;
      width: 48px;
      height: 48px;
      text-align: center;
      background-image: url(../img/btn_pagetop.png);
      background-size: contain;
      background-position: center bottom;
      position: absolute;
      top: 0;
      left: 0; }
  footer .copyright {
    font-size: 10px;
    color: #fff;
    letter-spacing: .025em; }
    .btn_pagetop:after {
      transition: transform .15s ease; }
    .btn_pagetop:hover:after {
      transform: translateY(-5px) scale(1.05); }
@media screen and (max-width: 767px) {
  footer {
    height: 35.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1B3B71; }
    footer .btn_pagetop {
      width: 10.6666666667vw;
      height: 10.6666666667vw;
      margin-bottom: 3.3333333333vw;
      cursor: pointer;
      position: relative; }
      footer .btn_pagetop img {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        opacity: 0; }
      footer .btn_pagetop:after {
        content: '';
        display: block;
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        text-align: center;
        background-image: url(../img/btn_pagetop.png);
        background-size: contain;
        background-position: center bottom;
        position: absolute;
        top: 0;
        left: 0; }
    footer .copyright {
      font-size: 2.9333333333vw;
      color: #fff;
      letter-spacing: .025em; }
}

.btn_pagetop a {
  position: relative;
  display: block;
  z-index: 10;
}

/******************************************************
common */

/* c-section
*************/
.c-section {
  position: relative;
  z-index: 2;
}
.c-section.-gNav {
  margin-top: -186px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-section.-gNav {
    margin-top: -150px;
  }
}

/* c-headNo
*************/
.c-headNo {
  padding: 1px 0;
  color: #2784E2;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
.c-headNo_no {
  display: inline-block;
  margin-left: 5px;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: -1px;
}
@media screen and (max-width: 767px) {
  .c-headNo {
    font-size: 14px;
  }
  .c-headNo_no {
    font-size: 22px;
  }
}

/* c-headLv2
*************/
.c-headLv2 {
  font-weight: 700;
  text-align: center;
}
.c-headLv2_main {
  display: block;
  font-size: 44px;
}
.c-headLv2_main .c-headLv2_sup {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: text-top;
}
.c-headLv2_ruby {
  position: relative;
}
.c-headLv2_ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 13px;
  text-indent: 0.52em;
  letter-spacing: 0.52em;
}
@media screen and (max-width: 767px) {
  .c-headLv2_main {
    font-size: min(7.36vw, 28px);
  }
  .c-headLv2_main .c-headLv2_sup {
    margin-left: 2px;
  }
  .c-headLv2_ruby::before {
    content: attr(data-ruby);
    position: absolute;
    top: -11px;
    font-size: 11px;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
  }
}

/* c-headBalloon
*************/
.c-headBalloon {
  display: flex;
  justify-content: center;

  padding-bottom: 10px;
}
* + .c-headBalloon {
  margin-top: 60px;
}
.c-headBalloon_cap {
  display: inline-flex;
  justify-content: center;

  position: relative;
  padding: 8px 20px 10px 20px;
  border-radius: 7px;
  background: #2784E2;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.c-headBalloon_cap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: -6px;
  width: 12px;
  height: 10px;
  background: url(/contents/lp/hojin/main07/img/bg_balloon_02.svg) no-repeat;
  background-size: 12px 10px;
}
@media screen and (max-width: 767px) {
  .c-headBalloon {
    padding-bottom: 9px;
  }
  * + .c-headBalloon {
    margin-top: 40px;
  }
  .c-headBalloon_cap {
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    font-weight: 900;
  }
  .c-headBalloon_cap::after {
    content: '';
    position: absolute;
    bottom: -9px;
  }
}

/* c-headObliqueLine
*************/
.c-headObliqueLine {
  display: flex;
  justify-content: center;
}
* + .c-headObliqueLine {
  margin-top: 58px;
}
.c-headObliqueLine_cap {
  position: relative;
  display: inline-block;
  padding: 4px 48px 0 48px;
  min-height: 48px;
  color: #1B3B71;
  font-size: 27px;
  font-weight: 700;
}
.c-headObliqueLine_cap::after,
.c-headObliqueLine_cap::before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 41px;
  height: 50px;
}
.c-headObliqueLine_cap::before {
  left: 0;
  background: url(/contents/lp/hojin/main07/img/bg_head_oline_01.svg) no-repeat;
  background-size: 41px 50px;
}
.c-headObliqueLine_cap::after {
  right: 0;
  background: url(/contents/lp/hojin/main07/img/bg_head_oline_02.svg) no-repeat;
  background-size: 41px 50px;
}
@media screen and (max-width: 767px) {
  * + .c-headObliqueLine {
    margin-top: 39px;
  }
  .c-headObliqueLine_cap {
    padding: 0 24px;
    min-height: 28px;
    font-size: 18px;
    font-weight: 900;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
  .c-headObliqueLine_cap::after,
  .c-headObliqueLine_cap::before {
    content: '';
    position: absolute;
    top: 1px;
    width: 16px;
    height: 27px;
  }
  .c-headObliqueLine_cap::before {
    background: url(/contents/lp/hojin/main07/img/bg_head_oline_01_sp.svg) no-repeat;
    background-size: 16px 27px;
  }
  .c-headObliqueLine_cap::after {
    background: url(/contents/lp/hojin/main07/img/bg_head_oline_02_sp.svg) no-repeat;
    background-size: 16px 27px;
  }
}

/* c-listNotes
*************/
.c-listNotes {
  font-size: 12px;
  line-height: 1.58;
}
.c-chargeClm + .c-listNotes {
  margin-top: 30px;
}
.c-lendingDetail + .c-listNotes {
  margin-top: 19px;
}
.c-listNotes_items + .c-listNotes_items {
  margin-top: 2px;
}
.c-listNotes_items {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .c-lendingDetail + .c-listNotes {
    margin-top: 30px;
  }
  .c-listNotes_items + .c-listNotes_items {
    margin-top: 3px;
  }
}

/* c-listCheck
*************/
.c-listCheck_items {
  position: relative;
  padding: 0 0 0 53px;
  font-size: 24px;
  font-weight: 700;
  min-height: 38px;
}
.c-listCheck_items + .c-listCheck_items {
  margin-top: 25px;
}
.c-listCheck_items::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: url(/contents/lp/hojin/main07/img/icn_check_01.svg) no-repeat;
  background-size: 38px 38px;
}
@media screen and (max-width: 767px) {
  .c-listCheck_items {
    padding: 0 0 0 28px;
    font-size: 16px;
    line-height: 1.375;
    min-height: 20px;
  }
  .c-listCheck_items + .c-listCheck_items {
    margin-top: 17px;
  }
  .c-listCheck_items::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/contents/lp/hojin/main07/img/icn_check_01.svg) no-repeat;
    background-size: 20px 20px;
  }
}

/* c-listLink
*************/
* + .c-listLink {
  margin-top: 19px;
}
.c-listLink_items {
  font-size: 14px;
  line-height: 1.6;
}
.c-listLink_items + .c-listLink_items {
  margin-top: 8px;
}

/* c-linkPdf
*************/
.c-linkPdf {
  position: relative;
  display: inline-block;
}

/* c-iconPdfImg
*************/
.c-iconPdfImg {
  display: inline-block;
  width: 12px;
  height: 16px;
  margin: 0 0 0 10px;
  vertical-align: -2px;
}

/* c-cvBtn
*************/
.c-cvBtn {
  display: block;
  padding-top: 26px;
}
.c-cvBtn_a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: relative;
  padding: 0 0 4px 0;
  border-radius: 5px;
  width: 360px;
  height: 80px;
  background: #EF3637;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-indent: 0.1em;
  letter-spacing: 0.1em;

  filter: drop-shadow(3px 6px 20px rgba(27, 34, 54, 0.3));
  transition: background 0.3s ease;
}
a.c-cvBtn_a:hover {
  background: #FF9393;
  text-decoration: none;
}
.c-cvBtn_sub {
  display: flex;
  justify-content: center;

  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
}
.c-cvBtn_subCap {
  display: block;

  position: relative;
  padding-top: 7px;
  width: 310px;
  height: 41px;
  background: url(/contents/lp/hojin/main07/img/bg_cvbtn_01.svg) no-repeat;
  background-size: 310px 41px;
  color: #393939;
  font-size: 15px;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;

  filter: drop-shadow(0px 3px 6px rgba(9, 27, 78, 0.16));
}
@media screen and (max-width: 767px) {
  .c-cvBtn {
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 28px 0 0 0;
  }
  .c-cvBtn_a {
    padding: 0;
    width: 100%;
    height: 62px;
    font-size: 18px;
  }
  a.c-cvBtn_a:hover {
    background: #EF3637;
  }
  .c-cvBtn_sub {
    position: absolute;
    top: -28px;
  }
  .c-cvBtn_subCap {
    padding-top: 8px;
    width: 204px;
    height: 39px;
    background: url(/contents/lp/hojin/main07/img/bg_cvbtn_01_sp.svg) no-repeat;
    background-size: 204px 39px;
    font-size: 12px;
  }
}

/* c-mv
*************/
.c-mv {
  position: relative;
  display: grid;
  height: 700px;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
.c-mv_main,
.c-mv_bg {
  grid-column: 1/2;
  grid-row: 1/2;
}
.c-mv_bg {
  display: flex;
  justify-content: center;

  position: relative;
  line-height: 0;
}
.c-mv_bgVessel {
  position: absolute;
  width: 2000px;
  height: 100%;
}
.c-mv_bgImg {
  width: 100%;
  max-width: 2000px;
  height: auto;
  min-height: 700px;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-mv_main {
  position: relative;
  margin: 0 auto;
  padding-top: 76px;
  width: 100%;
  max-width: 1000px;
}
.c-mv_head {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.02em;
}
.c-mv_lead {
  margin-top: 12px;
  line-height: 0;
}
.c-mv_leadImg {
  width: 407px;
  height: auto;
}
.c-mv .c-mv_button {
  margin-top: 60px;
}

.c-mv_banner {
  text-align :center;
}

@media screen and (min-width: 768px) {
.c-mv_banner img{
  margin: 20px 0;
  width: 860px;
}
}

@media screen and (max-width: 767px) {
.c-mv_banner img{
  margin: 20px 0;
  width: 90%;
}
}

@media screen and (min-width: 2000px) {
  .c-mv_bgVessel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
    height: 700px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .c-mv_bgVessel::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 200px;
    height: 700px;
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-mv_main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv {
    display: block;
    height: auto;
  }
  .c-mv_bg {
    display: none;
  }
  .c-mv_bgSp {
    position: relative;
    margin: 0 -15px 0 -15px;
    line-height: 0;
    z-index: 1;
  }
  .c-mv_bgSpImg {
    width: 100%;
    height: auto;
  }
  .c-mv_main {
    padding: 14px 15px 0 15px;
    width: auto;
    max-width: 100%;
  }
  .c-mv_head {
    font-size: 30px;
    line-height: 1.5;
    text-indent: 0.02em;
    text-align: center;
  }
  .c-mv_lead {
    position: relative;
    margin-top: 19px;
    margin-bottom: -35px;
    text-align: center;
    z-index: 2;
  }
  .c-mv_leadImg {
    width: 270px;
  }
  .c-mv .c-mv_button {
    margin-top: 0;

    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 2;
  }
}

/* c-gNav
*************/
.c-gNav {
  position: relative;
  background: #1B3B71;
  color: #fff;
  z-index: 10;
}
.c-gNav_vessel {
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 1000px;
}
.c-gNav_head {
  font-weight: 700;
  text-align: center;
}
.c-gNav_headF {
  display: block;
  font-size: 30px;
}
.c-gNav_headS {
  display: block;
  margin-top: -1px;
  font-size: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-gNav_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-gNav_vessel {
    padding: 60px 15px 50px 15px;
    width: auto;
    max-width: 100%;
  }
  .c-gNav_headF {
    font-size: 20px;
  }
  .c-gNav_headS {
    font-size: 24px;
  }
}

/* c-gNavList
*************/
.c-gNavList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin-top: 40px;
}
.c-gNavList_items {
  margin: 20px 0 0 20px;
  width: calc((99.99% - 40px) / 3);
}
.c-gNavList .c-gNavList_items:nth-of-type(-n+3) {
  margin-top: 0;
}
.c-gNavList .c-gNavList_items:nth-of-type(3n+1) {
  margin-left: 0;
}
.c-gNavList_a {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  padding: 25px 5px 0 5px;
  border-radius: 5px;
  background: #fff;
  color: #1B3B71;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  height: 136px;

  box-shadow: 0px 3px 0px 0px #ccc;
}
.c-gNavList_a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-gNavList_a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: block;
  margin-left: -7px;
  width: 14px;
  height: 7px;
  background: url(/contents/lp/hojin/main07/img/icn_cvbtn_01.svg) no-repeat;
  background-size: 14px 7px;
  pointer-events: none;
}
.c-gNavList_no {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  color: #2784e2;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-gNavList {
    display: block;

    margin-top: 26px;
  }
  .c-gNavList_items {
    margin: 15px 0 0 0;
    width: auto;
  }
  .c-gNavList .c-gNavList_items:nth-of-type(-n+3) {
    margin-top: 15px;
  }
  .c-gNavList .c-gNavList_items:nth-of-type(1) {
    margin-top: 0;
  }
  .c-gNavList_a {
    display: block;

    padding: 15px 40px 14px 53px;
    font-size: 13px;
    height: auto;
    text-align: left;
  }
  .c-gNavList_a br {
    display: none;
  }
  .c-gNavList_a:hover {
    opacity: 1;
  }
  .c-gNavList_a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 12px;
    margin: -3.5px 0 0 0;
  }
  .c-gNavList_no {
    position: absolute;
    top: 50%;
    left: 16px;
    width: auto;
    margin-top: -14px;
    font-size: 20px;
  }
}

/* c-chargeArea
*************/
.c-chargeArea {
  background: #fff;
}
.c-chargeArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 88px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-chargeArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-chargeArea_vessel {
    padding: 48px 15px 48px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-chargeMv
*************/
.c-chargeMv {
  margin-top: 39px;
  line-height: 0;
}
.c-chargeMv_img {
  width: 100%;
  height: auto;
}

/* c-chargeClm
*************/
.c-chargeClm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 860px;
}
.c-chargeClm_main {
  flex: 1;

  padding: 0 30px 0 0;
  padding: 0 3.48% 0 0;
}
.c-chargeClm_image {
  width: 400px;
  width: 46.51%;
  min-width: 46.51%;
  line-height: 0;
}
.c-chargeClm_balloon {
  display: flex;
  justify-content: center;
}
.c-chargeClm_balloonCap {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  position: relative;
  border-radius: 7px;
  padding: 0 20px;
  height: 49px;
  background: #2784E2;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.c-chargeClm_balloonCap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: -6px;
  width: 12px;
  height: 10px;
  background: url(/contents/lp/hojin/main07/img/bg_balloon_01.svg) no-repeat;
  background-size: 12px 10px;
}
.c-chargeClm_text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.c-chargeClm_em {
  margin-top: 3px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-chargeClm {
    display: block;

    margin: 40px 0 0 0;
    width: auto;
    max-width: 100%;
  }
  .c-chargeClm_main {
    padding: 0;
  }
  .c-chargeClm_image {
    margin-top: 29px;
    width: auto;
    min-width: 0;
  }
  .c-chargeClm_balloonCap {
    border-radius: 7px;
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
  .c-chargeClm_balloonCap::after {
    content: '';
    position: absolute;
    bottom: -9px;
  }
  .c-chargeClm_text {
    margin-top: 24px;
    font-size: 14px;
  }
  .c-chargeClm_em {
    margin-top: 0;
    font-size: min(6.93vw, 26px);
  }
}

/* c-acopArea
*************/
.c-acopArea {
  background: #F3F5F8;
}
.c-acopArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 90px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-acopArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-acopArea_vessel {
    padding: 48px 15px 50px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-acopHead
*************/
.c-acopHead {
  font-size: 24px;
  font-weight: 700;
  text-align: center
}
.c-headLv2 + .c-acopHead {
  margin-top: 49px;
}
.c-acopProcedure + .c-acopHead {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .c-acopHead {
    font-size: min(5.33vw, 20px);
  }
  .c-headLv2 + .c-acopHead {
    margin-top: 39px;
  }
  .c-acopProcedure + .c-acopHead {
    margin-top: 40px;
  }
}

/* c-acopProcedure
*************/
.c-acopProcedure {
  margin-top: 29px;
}
.c-acopProcedure_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.c-acopProcedure_items {
  padding: 30px 30px 29px 30px;
  border-radius: 10px;
  width: calc((99.99% - 40px) / 2);
  background: #fff;
}
.c-acopProcedure_image {
  line-height: 0;
  text-align: center;
}
.c-acopProcedure_imageImg {
  width: 200px;
  height: auto;
}
.c-acopProcedure_text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-acopProcedure {
    margin-top: 19px;
  }
  .c-acopProcedure_list {
    display: block;
  }
  .c-acopProcedure_items {
    padding: 20px 20px 19px 20px;
    width: auto;
  }
  .c-acopProcedure_items + .c-acopProcedure_items {
    margin-top: 16px;
  }
  .c-acopProcedure_text {
    margin-top: 15px;
    font-size: 18px;
  }
}

/* c-acopFlow
*************/
.c-acopFlow {
  margin-top: 30px;
}
.c-acopFlow_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  position: relative;
}
.c-acopFlow_items {
  position: relative;
  width: calc((99.99% - 144px) / 5);
}
.c-acopFlow_list .c-acopFlow_items {
  margin-left: 36px;
}
.c-acopFlow_list .c-acopFlow_items .c-acopFlow_arrow {
  position: absolute;
  top: 0;
  left: -36px;
  width: 36px;
  height: 100%;
  line-height: 0;
}
.c-acopFlow_list .c-acopFlow_items .c-acopFlow_arrow::before {
  content: '';
  position: absolute;
  bottom: 23px;
  left: 6px;
  display: block;
  width: 13px;
  height: 24px;
  background: url(/contents/lp/hojin/main07/img/bg_flow_01.svg) no-repeat;
  background-size: 13px 24px;
}
.c-acopFlow_list .c-acopFlow_items:first-child {
  margin-left: 0;
}
.c-acopFlow_list .c-acopFlow_items:first-child .c-acopFlow_arrow {
  display: none;
}
.c-acopFlow_lo {
  display: flex;
  flex-direction: column;

  height: 100%;
}
.c-acopFlow_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.875em;

  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  text-align: center;
}
.c-acopFlow_image {
  margin-top: auto;
  line-height: 0;
  text-align: center;
}
.c-acopFlow_imageImg {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .c-acopFlow {
    margin: 20px 15px 0 15px;
  }
  .c-acopFlow_list {
    display: block;
  }
  .c-acopFlow_items {
    width: auto;
  }
  .c-acopFlow_list .c-acopFlow_items {
    margin: 42px 0 0 0;
  }
  .c-acopFlow_list .c-acopFlow_items .c-acopFlow_arrow {
    position: absolute;
    top: -22px;
    left: 0;
    padding-top: 1px;
    width: 100%;
    line-height: 0;
  }
  .c-acopFlow_list .c-acopFlow_items .c-acopFlow_arrow::before {
    content: '';
    position: relative;
    bottom: auto;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 8px;
    background: url(/contents/lp/hojin/main07/img/bg_flow_01_sp.svg) no-repeat;
    background-size: 20px 8px;
  }
  .c-acopFlow_list .c-acopFlow_items .c-acopFlow_arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #67B2EF;
  }
  .c-acopFlow_list .c-acopFlow_items:first-child {
    margin-top: 0;
  }
  .c-acopFlow_list .c-acopFlow_items:first-child .c-acopFlow_arrow {
    display: none;
  }
  .c-acopFlow_lo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;

    height: auto;
  }
  .c-acopFlow_text {
    display: flex;
    order: 2;
    flex: 1;
    justify-content: flex-start;

    height: auto;

    margin-bottom: 0;
    line-height: 1.1875;
    text-align: left;
  }
  .c-acopFlow_image {
    order: 1;
    margin-top: 0;

    padding: 0 0 0 11px;
    width: 134px;
    min-width: 134px;
    text-align: left;
  }
}

/* c-appArea
*************/
.c-appArea {
  background: #fff;
}
.c-appArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 89px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-appArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-appArea_vessel {
    padding: 49px 15px 49px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-appPoint
*************/
.c-appPoint {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 860px;
}
.c-appPoint_main {
  flex: 1;
}
.c-appPoint_image {
  margin-left: 50px;
  width: 330px;
  min-width: 330px;
  line-height: 0;
}
.c-appPoint_imageImg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-appPoint {
    display: block;

    margin-top: 40px;
    width: auto;
    max-width: 100%;
  }
  .c-appPoint_main {
    display: flex;
    justify-content: center;
  }
  .c-appPoint_image {
    margin: 31px 0 0 0;
    width: auto;
    min-width: 100%;
    text-align: center;
  }
  .c-appPoint_imageImg {
    margin-left: 18px;
    width: 255px;
    max-width: 225px;
  }
}

/* c-appSmart
*************/
.c-appSmart {
  display: flex;
  justify-content: center;

  margin-top: 30px;
}
.c-appSmart_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.c-appSmart_items {
  width: 300px;
}
.c-appSmart_items + .c-appSmart_items {
  margin-left: 50px;
}
.c-appSmart_image {
  display: flex;
  justify-content: center;
}
.c-appSmart_imageCap {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 100px;
  width: 200px;
  height: 200px;
  background: #F3F5F8;
  line-height: 0;
}
.c-appSmart_imageImg {
  width: 110px;
  height: auto;
}
.c-appSmart_text {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-appSmart {
    display: block;
    margin-top: 20px;
  }
  .c-appSmart_list {
    justify-content: space-between;
    align-items: stretch;
  }
  .c-appSmart_items {
    width: calc((100% - 15px) / 2);
  }
  .c-appSmart_items + .c-appSmart_items {
    margin-left: 0;
  }
  .c-appSmart_imageCap {
    border-radius: 57.5px;
    width: 115px;
    height: 115px;
  }
  .c-appSmart_imageImg {
    width: 67px;
  }
  .c-appSmart_text {
    margin-top: 15px;
    font-size: clamp(12px, 3.3vw, 14px);
  }
}

/* c-debitArea
*************/
.c-debitArea {
  background: #F3F5F8;
}
.c-debitArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 88px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-debitArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-debitArea_vessel {
    padding: 49px 15px 50px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-debitPoint
*************/
.c-debitPoint {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;

  margin: 41px auto 0 auto;
  width: 100%;
  max-width: 860px;
}
.c-debitPoint_main {
  flex: 1;
}
.c-debitPoint_image {
  margin-left: 50px;
  width: 273px;
  min-width: 273px;
  line-height: 0;
}
.c-debitPoint_imageImg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-debitPoint {
    display: block;

    margin-top: 40px;
    width: auto;
    max-width: 100%;
  }
  .c-debitPoint_main {
    display: flex;
    justify-content: center;
  }
  .c-debitPoint_image {
    margin: 41px 0 0 0;
    width: auto;
    min-width: 0;
    text-align: center;
  }
  .c-debitPoint_imageImg {
    width: 191px;
  }
}

/* c-debitPayment
*************/
.c-debitPayment {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;

  margin-top: 30px;
}
.c-debitPayment_items {
  padding: 30px 30px 30px 30px;
  border-radius: 10px;
  width: calc((99.99% - 40px) / 3);
  background: #fff;
}
.c-debitPayment_image {
  line-height: 0;
  text-align: center;
}
.c-debitPayment_imageImg {
  width: 100px;
  height: auto;
}
.c-debitPayment_text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-debitPayment {
    display: block;

    margin-top: 18px;
  }
  .c-debitPayment_items {
    padding: 20px;
    width: auto;
  }
  .c-debitPayment_items + .c-debitPayment_items {
    margin-top: 15px;
  }
  .c-debitPayment_text {
    margin-top: 15px;
    font-size: 16px;
  }
}

/* c-debitPlatinum
*************/
.c-debitPlatinum {
  margin-top: 60px;
  padding: 0 70px;
  border-radius: 7px;
  background: #fff;
}
.c-debitPlatinum_lo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.c-debitPlatinum_side {
  padding: 35px 0 34px 0;
  width: 128px;
  min-width: 128px;
}
.c-debitPlatinum_image {
  line-height: 0;
}
.c-debitPlatinum_imageImg {
  width: 100%;
  height: auto;
}
.c-debitPlatinum_fee {
  margin-top: 8px;
  color: #727F8D;
  font-size: 12px;
  text-align: center;
}
.c-debitPlatinum_main {
  flex: 1;

  padding: 0 0 0 70px;
}
.c-debitPlatinum_head {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-debitPlatinum {
    margin-top: 40px;
    padding: 31px 30px 30px 30px;
    border-radius: 5px;
  }
  .c-debitPlatinum_lo {
    align-items: flex-start;

    margin: 30px -30px 0 0;
  }
  .c-debitPlatinum_side {
    padding: 0;
    width: 123px;
    min-width: 123px;
  }
  .c-debitPlatinum_imageImg {
    width: 120px;
  }
  .c-debitPlatinum_fee {
    margin-top: 11px;
    text-align: left;
  }
  .c-debitPlatinum_main {
    display: flex;
    justify-content: center;

    padding: 0;
  }
  .c-debitPlatinum_head {
    font-size: 20px;
    text-align: center;
  }
}

/* c-debitSpec
*************/
.c-debitSpec {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: 20px;
  color: #333;
}
.c-debitSpec_items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: relative;
  width: 100%;
  height: 78px;
  text-align: center;
}
.c-debitSpec .c-debitSpec_items:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #DEE4E6;
}
.c-debitSpec .c-debitSpec_items:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #DEE4E6;
}
.c-debitSpec_point {
  font-size: 11px;
  font-weight: 700;
}
.c-debitSpec_pointNo {
  margin-top: 2px;
}
.c-debitSpec_pointNoMain {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.c-debitSpec_pointNoUnit {
  margin-left: 3px;
  font-size: 20px;
  font-weight: 700;
  vertical-align: 1px;
}
.c-debitSpec_cap {
  display: flex;
  justify-content: center;
}
.c-debitSpec_capVessel {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 8px;
  border-radius: 10px;
  height: 20px;
  background: #1B3B71;
  color: #fff;
  font-size: 12px;
}
.c-debitSpec_sub {
  font-size: 11px;
  font-weight: 700;
}
.c-debitSpec_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}
.c-debitSpec_cap + .c-debitSpec_text {
  margin-top: 2px;
}
.c-debitSpec_sub + .c-debitSpec_text {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-debitSpec {
    display: block;

    margin-top: 0;
    width: 130px;
  }
  .c-debitSpec_items {
    display: flex;
    justify-content: flex-start;

    padding: 20px 0 21px 0;
    width: auto;
    height: auto;
  }
  .c-debitSpec .c-debitSpec_items:nth-of-type(1) {
    padding-top: 21px;
    padding-bottom: 22px;
  }
  .c-debitSpec .c-debitSpec_items:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 1px;
  }
  .c-debitSpec .c-debitSpec_items:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 1px;
  }
  .c-debitSpec_cap + .c-debitSpec_text {
    margin-top: 6px;
  }
  .c-debitSpec_sub + .c-debitSpec_text {
    margin-top: 0;
  }
}

/* c-lendingArea
*************/
.c-lendingArea {
  background: #fff;
}
.c-lendingArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 88px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-lendingArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-lendingArea_vessel {
    padding: 49px 15px 48px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-lendingMv
*************/
.c-lendingMv {
  margin-top: 50px;
  line-height: 0;
  text-align: center;
}
.c-lendingMv_img {
  width: 100%;
  max-width: 700px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lendingMv {
    margin-top: 49px;
  }
  .c-lendingMv_img {
    max-width: 300px;
  }
}

/* c-lendingPoint
*************/
.c-lendingPoint {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;

  margin-top: 42px;
}
.c-lendingPoint_items {
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  width: calc((99.99% - 40px) / 3);
  background: #F3F5F8;
}
.c-lendingPoint_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.c-lendingPoint_image {
  padding-top: 20px;
  line-height: 0;
  text-align: center;
}
.c-lendingPoint_imageImg {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lendingPoint {
    display: block;

    margin-top: 30px;
  }
  .c-lendingPoint_items {
    padding: 15px 0;
    border-radius: 0;
    width: auto;;
  }
  .c-lendingPoint_items + .c-lendingPoint_items {
    margin-top: 17px;
  }
  .c-lendingPoint_lo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .c-lendingPoint_main {
    order: 2;
    flex: 1;

    padding: 0 15px;
  }
  .c-lendingPoint_text {
    font-size: 14px;
    line-height: 1.71;
  }
  .c-lendingPoint_image {
    order: 1;

    padding: 0 0 0 15px;
    width: 95px;
    min-width: 95px;
  }
  .c-lendingPoint_imageImg {
    width: 80px;
  }
}

/* c-lendingDetail
*************/
.c-lendingDetail {
  margin-top: 60px;
  line-height: 0;
  text-align: center;
}
.c-lendingDetail_img {
  width: 100%;
  max-width: 856px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lendingDetail {
    margin-top: 30px;
  }
  .c-lendingDetail_img {
    max-width: 100%;
  }
}

/* c-anytimeArea
*************/
.c-anytimeArea {
  background: #F3F5F8;
}
.c-anytimeArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 89px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-anytimeArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-anytimeArea_vessel {
    padding: 49px 15px 50px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-anytimePoint
*************/
.c-anytimePoint {
  margin-top: 50px;
}
.c-anytimePoint_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-anytimePoint_items {
  margin-top: 50px;
  width: 33.33%;
}
.c-anytimePoint_list .c-anytimePoint_items:nth-of-type(-n+3) {
  margin-top: 0;
}
.c-anytimePoint_image {
  display: flex;
  justify-content: center;

  line-height: 0;
}
.c-anytimePoint_imageImg {
  width: 90px;
  height: auto;
}
.c-anytimePoint_text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.c-anytimePoint_textBr.-onlySp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-anytimePoint {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 337px;
  }
  .c-anytimePoint_list {
    justify-content: space-between;
  }
  .c-anytimePoint_items {
    margin-top: 19px;
    width: 90px;
  }
  .c-anytimePoint_list .c-anytimePoint_items:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .c-anytimePoint_imageImg {
    width: 50px;
  }
  .c-anytimePoint_text {
    margin-top: 10px;
    font-size: 14px;
  }
  .c-anytimePoint_textBr.-onlySp {
    display: none;
  }
}

/* c-anytimeNotes
*************/
.c-anytimeNotes {
  margin-top: 30px;
  font-size: 12px;
}

/* c-anytimeLead
*************/
.c-anytimeLead {
  margin-top: 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-anytimeLead {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* c-voiceArea
*************/
.c-voiceArea {
  background: #fff;
}
.c-voiceArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 89px 0 90px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-voiceArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-voiceArea_vessel {
    padding: 49px 15px 50px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-voice
*************/
.c-voice {
  margin: 40px auto 0 auto;
  width: 100%;
}
.c-voice_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.c-voice_items {
  display: flex;
  flex-direction: column;

  padding: 19px 19px 19px 19px;
  border: 1px solid #DDD;
  border-radius: 5px;
  width: calc((99.99% - 40px) / 3);
}
.c-voice_lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-voice_text {
  margin-top: 18px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-voice {
    margin-top: 30px;
    width: auto;
    max-width: 100%;
  }
  .c-voice_list {
    display: block;
    gap: unset;
  }
  .c-voice_items {
    display: block;

    width: auto;
  }
  .c-voice_items + .c-voice_items {
    margin-top: 15px;
  }
  .c-voice_text {
    margin-bottom: 18px;
  }
}

/* c-voiceProfile
*************/
.c-voiceProfile {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: auto;
}
.c-voiceProfile_image {
  width: 60px;
  min-width: 60px;
  line-height: 0;
}
.c-voiceProfile_imageImg {
  width: 100%;
  height: auto;
}
.c-voiceProfile_main {
  flex: 1;

  padding: 0 0 0 15px;
}
.c-voiceProfile_text {
  font-size: 12px;
  line-height: 1.6;
}

/* c-aboutArea
*************/
.c-aboutArea {
  background: #F3F5F8;
}
.c-aboutArea_vessel {
  position: relative;
  margin: 0 auto;
  padding: 99px 0 200px 0;
  width: 100%;
  max-width: 1000px;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .c-aboutArea_vessel {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-aboutArea_vessel {
    padding: 49px 15px 100px 15px;
    width: auto;
    max-width: 100%;
  }
}

/* c-about
*************/
.c-about {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: 40px;
}
.c-about_main {
  order: 1;
  flex: 1;

  padding: 0 50px 0 0;
}
.c-about_image {
  order: 2;

  width: 405px;
  min-width: 405px;
  line-height: 0;
}
.c-about_imageImg {
  width: 100%;
  height: auto;
}
.c-about_head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.c-about_text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-about {
    display: block;

    margin-top: 20px;
  }
  .c-about_main {
    padding: 20px 0 0 0;
  }
  .c-about_image {
    width: auto;
    min-width: 0;
  }
  .c-about_head {
    font-size: 14px;
    line-height: 1.57;
  }
  .c-about_text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.57;
  }
}

/* ネット銀行の実績 */
#achievements {
  margin-bottom: 30px;
}

#achievements .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

#achievements h2 {
  padding: 40px 0 20px 0;
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1B3B71;
  text-align: center;
  position: relative;
}

#achievements .achievements_flex {
  display: flex;
  gap: 20px;
}

#achievements .achievements_flex_box {
  background: #E3F0F8;
  padding: 0 13px 7px;
  width: 24%;
  min-height: 187px;
}

#achievements .achievements_flex_box .title {
  background: #fff;
  padding: 3px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #1B3B71;
  margin: 18px auto 10px;
}
#achievements .achievements_flex_box .attention_txt {
  font-size: 10px;
}

#achievements .achievements_flex_box .num {
  text-align: center;
  font-size: 22px;
  color: #1B3B71;
}

#achievements .achievements_flex_box .num span {
  font-size: 48px;
  font-weight: 700;
}

#achievements .achievements_flex_box .num02 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1B3B71;
  margin-top: 20px;
}

#achievements .achievements_flex_box .num02 span {
  font-size: 34px;
  font-weight: 700;
}

#achievements .achievements_flex_box_02 {
  color: #1B3B71;
}

#achievements .achievements_flex_box_02 .txt {
  font-size: 17px;
  text-align: center;
  line-height: 1.2;
  margin-top: 48px;
  font-weight: 500;
}

#achievements .achievements_flex_box_02 .num03 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}

#achievements .achievements_flex_box_02 .num03 sup {
  font-size: 10px;
  vertical-align: baseline;
}

#achievements .attention {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #achievements {
    margin-bottom: 40px;
  }

  #achievements .inner {
    max-width: 375px;
  }

  #achievements h2 {
    padding: 30px 0 0 0;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  #achievements h2 .sp {
    display: block;
  }

  #achievements .achievements_flex {
    display: block;
    padding: 0 4px;
  }

  #achievements .achievements_flex_box {
    width: 100%;
    min-height: 73px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #achievements .achievements_flex_box .title {
    width: 128px;
    padding: 11px 0 10px;
    margin: 0;
    font-size: 20px;
    margin-right: 10px;
  }

#achievements .achievements_flex_box .attention_txt {
  padding: 5px 0px 10px;
  line-height: 1.3;
  width: 276px;
  margin: 0 auto;
}

  #achievements .achievements_flex_box .num {
    margin-left: 20px;
  }

  #achievements .achievements_flex_box .num02 {
    margin: 0px;
  }

  #achievements .achievements_flex_box_02 {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  #achievements .achievements_flex_box_02 .txt {
    margin-top: 0; /* PC版の48pxを打ち消し */
  }
  #achievements .attention {
    font-size: 10px;
    padding: 0 4px;
  }
}

/* お申込みから法人口座開設までの流れ タブ切り替え */
#flow{
  margin: 0 auto;
  background: #F3F5F8;
  padding-bottom: 150px;
}

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

.flow_title{
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.flow_txt{
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
}

.flow_tabs {
  position: relative;
  padding-top: 70px;
  margin: 0 auto;
  max-width: 960px;
}

.flow_tabs__state {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.flow_tabs__list {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 14px;
  background: transparent; /* 土台背景なし */
  overflow: visible;       /* バッジを切らない */
}

.flow_tabs__tab {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 非アクティブ */
  height: 93px;
  margin-top: 14px;

  background: #dfeef9;
  color: #6D6D6D;

  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;

  cursor: pointer;
  user-select: none;

  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);

  transition: background-color 0.15s ease, color 0.15s ease, height 0.15s ease, margin-top 0.15s ease;
}

.flow_tabs__tab--left {
  border-radius: 15px 15px 0 0;
  border-right: 0;
}

.flow_tabs__tab--right {
  border-radius: 15px 15px 0 0;
  border-left: 0;
}

/* 中央の境界線 */
.flow_tabs__tab--left::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: rgba(47, 99, 198, 0.16);
}

/* おすすめ */
.flow_tabs__badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);

  background: #FFFE00;
  color: #002e9f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;

  padding: 13px 24px;
  border-radius: 999px;
  box-shadow: 0px 5px 9px -4px rgba(0, 0, 0, 0.3);

  white-space: nowrap;
  z-index: 10;
  pointer-events: none;

  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* しっぽ */
.flow_tabs__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #FFFE00;
}

.flow_tabs__panel {
  display: none;
}

/* =========================
   Active tab（段差＋色）
========================= */
#tab-online:checked ~ .flow_tabs__list label[for="tab-online"],
#tab-mail:checked ~ .flow_tabs__list label[for="tab-mail"] {
  height: 130px;
  margin-top: 0;
  background: #1B3B71;
  color: #fff;
  border-color: #1B3B71;
  z-index: 2;
  align-items: end;
  padding-bottom: 40px;
}

/* 非アクティブ側は下げる */
#tab-online:checked ~ .flow_tabs__list label[for="tab-mail"],
#tab-mail:checked ~ .flow_tabs__list label[for="tab-online"] {
  height: 93px;
  margin-top: 14px;
  z-index: 1;
  align-items: end;
  padding-bottom: 23px;
}

/* アクティブ時：中央の境界線を消す */
#tab-online:checked ~ .flow_tabs__list label[for="tab-online"]::after,
#tab-mail:checked ~ .flow_tabs__list label[for="tab-online"]::after {
  opacity: 0;
}

#tab-online:checked ~ .flow_tabs__panels #panel-online {
  display: block;
}

#tab-mail:checked ~ .flow_tabs__panels #panel-mail {
  display: block;
}

/* =========================
   STEP項目
========================= */
.panel__title {
  margin: 8px 0 14px;
  font-size: 18px;
  font-weight: 800;
}

.panel__lead {
  padding: 0 40px;
  margin: 60px 0;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
}
.panel__lead span{
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 30px;
  margin: 60px 0;
}

.step {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.step__number {
  width: 130px;
}

.step__number img {
  width: 100%;
}

.step__body {
  width: calc(100% - 170px);
  display: flex;
  justify-content: space-between;
  padding: 0 0px 20px;
  border-bottom: 1px dashed #5c80d4;
  box-sizing: border-box;
}

.step__body__img {
  width: 170px;
}

.step__body__img img {
  width: 100%;
}

.step__body__txt {
  width: calc(100% - 170px);
  padding-left: 15px;
}

.step__body__txt .step__heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1B3B71;
  letter-spacing: 1px;
}

.step__body__txt p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.step__body__txt .step__meta {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2784E2;
  font-size: 18px;
}

.step__body__txt .step__meta .left {
  background: #2784E2;
  color: #fff;
  text-align: center;
  min-width: 89px;
  padding: 5px;
}

.step__body__txt .step__meta .right {
  color: #2784E2;
  text-align: center;
  min-width: 89px;
  padding: 5px;
}

.step__body__txt .step__meta .right span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.step__body__txt .step__meta span {
  font-weight: 700;
  color: #2784E2;
}

.step__body__txt .step__link {
  color: #002e9f;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1px;
  border-bottom: 1px solid #002e9f;
}

.step__body__txt .step__link:hover {
  opacity: 0.75;
  text-decoration: unset;
}

.step .no_border {
  border: unset !important;
}

/* data-step を表示 */
.step__no[data-step] .step__num::before {
  content: attr(data-step);
}

.step__text {
  margin: 0 0 10px;
  color: #4c627e;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  /* =========================
     タブ切り替え（SP上書き）
  ========================= */
  #flow{
    margin: 0 auto;
    background: #F3F5F8;
    padding-bottom: 40px;
  }

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

  .flow_title{
    font-size: min(7.36vw, 28px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }

  .flow_txt{
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
  }

  .flow_tabs {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .flow_tabs__tab {
    font-size: 14px;
    border: 1px solid rgba(47, 99, 198, 0.14);
    box-shadow: none;
  }

  .flow_tabs__badge {
    top: -15px;
    font-size: 10px;
    padding: 5px 10px;
  }

  .flow_tabs__badge::after {
    bottom: -4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FFFE00;
  }

  /* Active tab（SP上書き） */
  #tab-online:checked ~ .flow_tabs__list label[for="tab-online"],
  #tab-mail:checked ~ .flow_tabs__list label[for="tab-mail"] {
    height: 55px;
    padding-bottom: 13px;
  }

  #tab-online:checked ~ .flow_tabs__list label[for="tab-mail"],
  #tab-mail:checked ~ .flow_tabs__list label[for="tab-online"] {
    height: 40px;
    padding-bottom: 7px;
  }

  /* =========================
     STEP項目（SP上書き）
  ========================= */
  .panel__lead {
    margin: 20px 0 20px;
    font-size: 14px;
    padding: 0 15px;
  }

    .panel__lead span{
      font-size: 10px;
    }

  .steps{
    margin-top: 40px;
  }

  .step {
    max-width: 100vw;
    margin: 0 16px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px dashed #5c80d4;
  }

  .step:last-child {
    border-bottom: unset;
  }

  .step__number{
      width: 70px;
  }
  .step__number img{
    width: 100%;
  }

  .step__body {
    width: calc(100% - 70px);
    align-items: center;
    padding-bottom: 0;
    border-bottom: none; /* PC側のborderを打ち消し（step側に移したため） */
  }

  .step__body__img {
    width: 70px;
  }

  .step__body__txt {
    width: calc(100% - 75px);
    padding: 0;
  }

  .step__body__txt .step__heading {
    font-size: 20px;
    margin-bottom: 17px;
  }

  .step__body__txt p {
    font-size: 14px;
    margin-bottom: 17px;
  }

  .step__body__txt .step__meta {
    font-size: 11px;
  }

  .step__body__txt .step__meta .left,
  .step__body__txt .step__meta .right {
    min-width: 63px;
  }
}

/* よくある質問 */
#faq {
  padding-top: 90px;
  padding-bottom: 180px;
}
#faq .inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
#faq h2{
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}

#faq .acc {
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 0 20px;
}

/* summaryのデフォルト矢印消し */
#faq .acc > summary {
  list-style: none;
}

#faq .acc > summary::-webkit-details-marker {
  display: none;
}

/* ==== 質問行 ==== */
#faq .acc__head {
  display: grid;
  grid-template-columns: 40px 1fr 44px; /* Q列 / テキスト / 右端アイコン */
  align-items: center;
  gap: 0;
  padding: 7px 14px;
  border-radius: 10px;
  background: #E3F0F8;
  cursor: pointer;
}

#faq .acc__q {
  justify-self: center;
  font-weight: 700;
  font-size: 24px;
  color: #1B3B71;
}

#faq .acc__title {
  font-weight: 500;
  color: #1B3B71;
  line-height: 1.35;
  font-size: 20px;
  padding-left: 30px;
}

/* 右端の＋/ー（スクショは右端に記号だけ） */
#faq .acc__head::after {
  content: "＋";
  justify-self: end;
  font-size: 22px;
  font-weight: 900;
  color: #1f5fbf;
}

#faq .acc[open] .acc__head::after {
  content: "ー";
  font-weight: 500;
}

/* ==== 回答行 ==== */
#faq .acc__body {
  display: grid;
  grid-template-columns: 40px 1fr; /* A列 / 本文 */
  gap: 0;
  padding: 18px 16px 20px;
  background: #fff;
}

#faq .acc__a {
  justify-self: center;
  align-self: start; /* Aを上基準に */
  font-weight: 700;
  font-size: 26px;
  color: #E92118; /* Aの赤 */
  line-height: 1;
  margin-top: 2px; /* “本文1行目”に合わせて微調整 */
}

#faq .acc__answer {
  color: #111827;
  line-height: 1.9;
  font-size: 18px;
  padding-left: 30px;
}

#faq .acc__answer p {
  margin: 0 0 10px;
}

#faq .acc__answer p:last-child {
  margin-bottom: 0;
}

#faq .acc__answer a {
  color: #111827;
    text-decoration: underline;
  text-underline-offset: 3px;
}

#faq .acc__answer a:hover{
  opacity: 0.75;
}


@media screen and (max-width: 767px) {
  #faq {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  #faq h2{
    font-size: min(7.36vw, 28px);
    margin-bottom: 40px;
  }

  #faq .acc__head {
    grid-template-columns: 40px 1fr 20px;
  }

  #faq .acc__q {
    font-size: 20px;
  }

  #faq .acc__title {
    font-size: 14px;
    padding-left: 10px;
  }

  #faq .acc__head::after {
    font-size: 18px;
  }

  #faq .acc__a {
    font-size: 20px;
  }

  #faq .acc__answer {
    font-size: 14px;
    padding-left: 10px;
  }
}
