@charset "UTF-8";
/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem; /*16px*/
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom; /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  /* display:block; */
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

input:focus,
select:focus {
  outline: none;
}
main {
  padding-top: 50px;
}

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.margin_t100 {
  margin-top: 100px;
}

.margin_t90 {
  margin-top: 90px;
}

.margin_t80 {
  margin-top: 80px;
}

.margin_t70 {
  margin-top: 70px;
}

.margin_t60 {
  margin-top: 60px;
}

.margin_t50 {
  margin-top: 50px;
}

.margin_t40 {
  margin-top: 40px;
}

.margin_t30 {
  margin-top: 30px;
}

.margin_t20 {
  margin-top: 20px;
}

.margin_t10 {
  margin-top: 10px;
}

.margin_b100 {
  margin-bottom: 100px;
}

.margin_b90 {
  margin-bottom: 90px;
}

.margin_b80 {
  margin-bottom: 80px;
}

.margin_b70 {
  margin-bottom: 70px;
}

.margin_b60 {
  margin-bottom: 60px;
}

.margin_b50 {
  margin-bottom: 50px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b30 {
  margin-bottom: 30px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b10 {
  margin-bottom: 10px;
}

.padding_t100 {
  padding-top: 100px;
}

.padding_t90 {
  padding-top: 90px;
}

.padding_t80 {
  padding-top: 80px;
}

.padding_t70 {
  padding-top: 70px;
}

.padding_t60 {
  padding-top: 60px;
}

.padding_t50 {
  padding-top: 50px;
}

.padding_t40 {
  padding-top: 40px;
}

.padding_t30 {
  padding-top: 30px;
}

.padding_t20 {
  padding-top: 20px;
}

.padding_t10 {
  padding-top: 10px;
}

.padding_b100 {
  padding-bottom: 100px;
}

.padding_b90 {
  padding-bottom: 90px;
}

.padding_b80 {
  padding-bottom: 80px;
}

.padding_b70 {
  padding-bottom: 70px;
}

.padding_b60 {
  padding-bottom: 60px;
}

.padding_b50 {
  padding-bottom: 50px;
}

.padding_b40 {
  padding-bottom: 40px;
}

.padding_b30 {
  padding-bottom: 30px;
}

.padding_b20 {
  padding-bottom: 20px;
}

.padding_b10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .margin_t100 {
    margin-top: 11%;
  }
  .margin_t90 {
    margin-top: 10%;
  }
  .margin_t80 {
    margin-top: 9%;
  }
  .margin_t70 {
    margin-top: 8%;
  }
  .margin_t60 {
    margin-top: 7%;
  }
  .margin_t50 {
    margin-top: 6%;
  }
  .margin_t40 {
    margin-top: 5%;
  }
  .margin_t30 {
    margin-top: 4%;
  }
  .margin_t20 {
    margin-top: 3%;
  }
  .margin_t10 {
    margin-top: 2%;
  }
  .margin_b100 {
    margin-bottom: 11%;
  }
  .margin_b90 {
    margin-bottom: 10%;
  }
  .margin_b80 {
    margin-bottom: 9%;
  }
  .margin_b70 {
    margin-bottom: 8%;
  }
  .margin_b60 {
    margin-bottom: 7%;
  }
  .margin_b50 {
    margin-bottom: 6%;
  }
  .margin_b40 {
    margin-bottom: 5%;
  }
  .margin_b30 {
    margin-bottom: 4%;
  }
  .margin_b20 {
    margin-bottom: 3%;
  }
  .margin_b10 {
    margin-bottom: 2%;
  }
  .padding_t100 {
    padding-top: 11%;
  }
  .padding_t90 {
    padding-top: 10%;
  }
  .padding_t80 {
    padding-top: 9%;
  }
  .padding_t70 {
    padding-top: 8%;
  }
  .padding_t60 {
    padding-top: 7%;
  }
  .padding_t50 {
    padding-top: 6%;
  }
  .padding_t40 {
    padding-top: 5%;
  }
  .padding_t30 {
    padding-top: 4%;
  }
  .padding_t20 {
    padding-top: 3%;
  }
  .padding_t10 {
    padding-top: 2%;
  }
  .padding_b100 {
    padding-bottom: 11%;
  }
}
.visible1800, .visible1000, .visible900, .visible750, .visible600, .visible500, .visible400, .visible320 {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*要素固定*/
.fixed {
  position: fixed;
  z-index: 999;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/*横幅*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.disabled {
  pointer-events: none; /*リンクを無効にする*/
}

.cp {
  font-family: Verdana, "Droid Sans", "メイリオ", sans-serif;
}

.vh100 {
  height: 100%;
  min-height: 100vh;
}
.picture {
  display: flex;
  justify-content: center;
}
.flex {
  display: flex;
}
/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  width: 800px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.contents1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  margin-left: -450px;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.red {
  color: #f00;
}

.gray {
  color: #555;
}

.bold {
  font-weight: bold;
}

.bg_black {
  background-color: #333;
}
.bg_white {
  background-color: #fff;
}
.bg_red {
  background-color: #f00;
}
.bg_clear {
  background-color: transparent;
}
.hidden {
  display: none;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  width: 100%;
  top: 0;
  margin: 0 auto;
  line-height: 0; /* 画像の上下に隙間が空いてしまう対策 */
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  z-index: 2;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

.footer {
  background-color: #007BE2;
}

.copyright {
  justify-content: center;
  align-items: center;
  padding: 7px 3%;
}

.copyright,
.copyright a {
  color: white;
  font-size: small;
}

.copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
/*--header--*/
.header {
  position: fixed;     /* ← 追従させるポイント！ */
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: solid 2px #007BE2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.header_imgs {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding: 0 2%;
}
/*--header-end--*/
/*--contents--*/
.bg-blue {
  background-color: #F2FBFF;
}
.bg-yellow {
  background-color: #FFFFE6;
}
.bg-darkblue {
  background-color: #007BE2;
}
.bg-white {
  background-color: white;
}
.no_02 {
  margin-top: -4%;
}
.form {
  width: 90%;
}
.form-box {
  padding: 5% 3%;
  color:  #060981;
  font-weight: 600;
  width: 100%;
}
.form-toptxt {
  font-size: 25px;
}
.form-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diamond {
  color: #55D9CA;
}
.required {
  color: #FF508E;
}
.button1 {
  width: 100%;
  margin-left: -6%;
}
input {
  width: 55%;
  height: 45px;
  border-radius: 10px;
  border: solid 1px #060981;
  font-size: 20px;
  padding: 1% 2%;
  font-weight: 400;
}
input::placeholder {
  color: #CCCCCC;
}
label {
  font-size: 20px;
}
.consultation {
  display: block;
}
textarea {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: solid 1px #060981;
  font-size: 20px;
  padding: 1% 2%;
  font-weight: 400;
  margin-top: 10px;
}
textarea::placeholder {
  color: #CCCCCC;
}
.bg-white-button {
  background-color: white;
  width: 90%;
}
.pop {

}
.pop-txt {
  font-size: 23px;
  border: solid 1px #007BE2;
  color: #007BE2;
  width: 50%;
  padding: 3%;
  border-radius: 10px;
  margin: 5% auto;
  font-weight: 600;
  cursor: pointer;
}
/* すべてのドットのベース色（非アクティブ） */
.slick-dots li button:before {
  font-size: 10px !important;
  color: #6dd0ff !important;  /* ← 非アクティブ時の色 */
}

/* アクティブなドットだけ色を変更 */
.slick-dots li.slick-active button:before {
  color: #007BE2 !important;  /* ← アクティブ時の色 */
}
.slick-dots li.slick-active button {
  position: relative;
}

.slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3C3C3B; /* 枠の色 */
  border-radius: 50%;
  box-sizing: border-box;
}
.btn_left {
  top: 50%;
  z-index: 5;
}
.btn_right {
  top: 50%;
  right: 0%;
  z-index: 5;
}
.jost {
  font-family: "Jost", sans-serif;
}
.question-box {
  border: solid 2px #007BE2;
  background-color: white;
  border-radius: 10px;
  padding: 2% 3%;
  color: #007BE2;
  width: 90%;
  font-size: 20px;
}
.circle {
  color: white;
  background-color: #007BE2;
  padding: 1px 8px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.circle2 {
  color: white;
  background-color: #666666;
  padding: 1px 8px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.hr {
  margin: 2% 0;
}
.question {
  font-weight: 600;
  margin-right: 10px;
}
.answer {
  font-weight: 600;
  color: #666666;
}
.answer-box {
  align-items: flex-start;
}
.ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.ans.active {
  /* JavaScriptで max-height を自動でセットするので、ここでは指定しない */
}

.circle3 {
  color: white;
  background-color: #007BE2;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
}
.plus {
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 0%;
  flex-shrink: 0;/* 縮まなくなる */
}
.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background-color: white;
}
/* 横棒 */
.plus::before {
  top: 50%;
  left: 50%;
	width: 55%;
	height: 2px;
  transform: translate(-50%, -50%);
}

/* 縦棒 */
.plus::after {
  top: 50%;
  left: 50%;
	width: 2px;
	height: 60%;
  transform: translate(-50%, -50%);
}
.plus.active::after {
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0%;
}
.greeting {
  padding: 50px 6%;
}
.greeting-name {
  padding: 0 6%;
}
.form-bottom {
  margin-top: -55px;
  padding-top: 60px;
}
.tel-box {
  color: #02B5A6;
  font-size: 20px;
}
.tel {
  font-size: 50px;
  font-weight: 600;
}
.tel a {
  color: #02B5A6;
}
.infomation {
  text-align: center;
  color: #060981;
}





/*--pop-up--*/
.pop-up {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を少し透かす */
  display: none; /* 最初は非表示 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.pop-up img {
  width: 100%;
}
.font-blue {
  color: #007BE2;
}
.pop-up_inner {
  background-color: white;
  position: relative;
  z-index: 999;
  padding: 3%;
  border: solid 3px #007BE2;
  border-radius: 20px;
  width: 90%;
  max-width: 800px;
}
.pop-up_inner-box {
  max-height: 70vh;        /* ← 高さを制限（お好みで） */
  overflow-y: auto;         /* ← 縦方向スクロールを有効に */
  padding-right: 5%;      /* ← スクロールバーと文字が重ならないように余白 */
  overflow-y: scroll;       /* ← 常にスクロールバーを表示 */
}
.pop-up_inner-box::-webkit-scrollbar {
  width: 8px;
}

.pop-up_inner-box::-webkit-scrollbar-track {
  background: #ddd; /* グレー背景 */
  border-radius: 4px;
}

.pop-up_inner-box::-webkit-scrollbar-thumb {
  background-color: #007BE2; /* 青いつまみ */
  border-radius: 4px;
}
.ino_popup_01 img {
  width: 43%;
}
.factoring2 {
  background-color: #ddd;
  font-size: 20px;
  font-weight: 600;
  padding: 2% 4% 2% 6%;
  display: inline;
  position: absolute;
  left: -3%;
  top: 0;
  transform: translateY(-100%);
}
.factoring-inner {
  position: relative;
  border: 4px solid #ddd;
  border-radius: 0px 15px 15px 15px;
  padding: 3%;
}
.top-txt {
  color: #02B5A6;
  font-size: 20px;
  font-weight: 600;
}
.second-txt {
  font-size: 18px;
  margin-left: -3%;
}
.ino_popup_icon_01 img {
  width: 60%;
}
.ino_popup_icon_02 img {
  width: 60%;
}

/*--pop-up--*/







/*--contents-end--*/
/*--footer--*/
/*--footer-end--*/
/* --プラポリ-- */
/* --プラポリ-end-- */
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */