@charset "UTF-8";

/* =================================
reset
================================= */
* {
  --c-main: 97, 175, 5;
  --c-body: 97, 175, 5;
  --inner-padding: 2.5rem;
}

@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&subset=japanese&font-display+swap";
@import"https://use.fontawesome.com/releases/v5.6.1/css/all.css";
@import"https://fonts.googleapis.com";
@import"https://fonts.gstatic.com";
@import"https://fonts.googleapis.com/css2?family=Borel&family=Jua&family=M+PLUS+1:wght@100..900&family=M+PLUS+1p&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p {
  margin: 0;
  padding: 0;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background: #FFF;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  letter-spacing: .04em;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*font-family: 'Noto Sans JP', '游ゴシック Medium', 'YuGothic', 'YuGothicM', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '-apple-system', 'BlinkMacSystemFont', 'Verdana', 'Meiryo', sans-serif;*/
  font-family: "M PLUS 1", sans-serif;
}

a {
  color: #01a491;
}

a:hover,
button:hover,
a img:hover {
  opacity: .8;
  transition: all .3s ease-in-out;
}

img {
  border: 0;
  virtical-align: bottom;
  display: block;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

::placeholder {
  color: #CCC;
}

.clearfix::after,
.radio::after {
  content: "";
  display: block;
  clear: both;
}

* html .clearfix {
  height: 1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.accel_factor__view_sp {
  display: none;
}

#wrap {
  overflow-x: hidden;
}

/* =================================
共通
================================= */
#contents h2 {
  text-align: center;
  line-height: 1.35;
  margin: 30px 0;
  font-size: clamp(20px, 3vw, 30px);
}

#contents h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 14px auto 0;
  background: #61AF05;
  border-radius: 4px;
}

.accel_factor__table_area table {
  width: 100%;
  margin: 1em auto;
  border: 1px solid #CCC;
  line-height: 2;
}

.accel_factor__table_area th {
  width: 30%;
  text-align: center;
  padding: 1em;
  font-weight: bold;
  background: #EFEFEF;
  border: 1px solid #CCC;
}

.accel_factor__table_area td {
  padding: 1em 1em 1em 2em;
  border: 1px solid #CCC;
  background: #FFF;
}

.blank {
  width: 100%;
  height: 50px;
}

@media (min-width: 979px) {
  .accel_factor__view_pc {
    display: block;
  }

  .accel_factor__fv_inner {
    width: auto;
    margin: auto;
    line-height: 1.7;
  }

  .container,
  .accel_factor__cont-in {
    width: 900px;
    margin: auto;
    line-height: 1.7;
  }

  .accel_factor__fv_inner .accel_factor__fv_width {
    width: 900px;
    margin: auto;
  }
}

@media (max-width: 978px) {

  .container,
  .accel_factor__cont-in,
  .accel_factor__fv_inner {
    width: 90%;
    margin: auto;
    line-height: 1.7;
  }
}

@media (max-width: 478px) {
  #wrap {
    overflow: hidden;
  }

  .accel_factor__view_pc {
    display: none;
  }

  .accel_factor__view_sp {
    display: block;
  }

  .container,
  .accel_factor__cont-in,
  .accel_factor__fv_inner {
    width: auto;
    margin: auto;
    line-height: 1.7;
    padding: 0 20px;
  }

  .container {
    width: 95%;
    margin: auto;
  }
}

/* =================================
  Header
================================= */
.af-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eef1ee;
}

.af-header * {
  font-weight: bold;
}

.af-header__inner {
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.af-header__logo img {
  height: 35px;
  width: auto;
  display: block;
}

/* Nav (PC) */
.af-nav {
  display: block;
}

.af-nav__list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.af-nav__list a {
  color: #222;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  font-size: clamp(13px, 1.5vw, 15px);
}

.af-nav__list a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #61AF05;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.af-nav__list a:hover:after {
  transform: scaleX(1);
}

/* CTA */
.af-nav__cta a {
  color: #fff;
  padding: 12px 16px;
  border-radius: 5px;
  line-height: 1;
  background: linear-gradient(0deg, rgba(49, 88, 3, 1) 0%, rgba(69, 124, 4, 1) 48%, rgba(91, 163, 5, 1) 49%, rgba(97, 175, 5, 1) 100%);
  border: 1px solid #076900;
  box-shadow: inset 0 1px 0 #FFF38E;
  height: 36px;
  display: flex;
  align-items: center;
}

.af-nav__cta a.tel {
  background: linear-gradient(0deg, rgb(161 70 0) 0%, rgb(207 91 0) 48%, rgb(230 107 10) 49%, rgb(255 127 28) 100%);
  border: 1px solid #ec680a;
  box-shadow: inset 0 1px 0 #ffc38e;
  flex-direction: column;
}

.af-nav__cta a.tel>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.af-nav__cta a.tel>span {
  font-size: 12px;
}

.af-nav__cta a.tel img {
  width: 25px;
}

.af-nav__cta a:hover {
  opacity: .9;
}


/* Hamburger (SP only by default hidden) */
.af-header__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.af-header__burger-line {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: transform .25s ease, top .25s ease, opacity .2s ease;
}

.af-header__burger-line:nth-child(1) {
  top: 14px;
}

.af-header__burger-line:nth-child(2) {
  top: 21px;
}

.af-header__burger-line:nth-child(3) {
  top: 28px;
}

/* ========== Responsive ========== */
@media (max-width: 980px) {
  .af-header__inner {
    padding: 12px 16px;
  }

  .af-header__burger {
    display: block;
  }

  .af-nav {
    position: fixed;
    inset: 64px 0 0 0;
    /* ヘッダー下から */
    background: #fff;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    border-top: 1px solid #eef1ee;
  }

  .af-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .af-nav__list li {
    border-bottom: 1px solid #f1f3f0;
  }

  .af-nav__list a {
    padding: 16px 20px;
    display: block;
  }

  .af-nav__list a:after {
    display: none;
  }

  .af-nav__cta a {
    margin: 12px 16px;
    text-align: center;
    height: 13px;
  }

  .af-nav__cta a.tel {
    height: 46px;
    padding: 6px 0 2px;
  }

  /* 開閉時 */
  .af-header.is-open .af-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .af-header.is-open .af-header__burger-line:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  .af-header.is-open .af-header__burger-line:nth-child(2) {
    opacity: 0;
  }

  .af-header.is-open .af-header__burger-line:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
}

/* フォーカス可視 */
.af-header a:focus-visible,
.af-header__burger:focus-visible {
  outline: 3px solid #61AF05;
  outline-offset: 2px;
}

/* =================================
  FV
================================= */
#accel_factor__fv {
  background: url("../images/fv_bg.jpg") fixed no-repeat;
  background-size: 100%;
  position: relative;
}

.accel_factor__fv_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}

.accel_factor__fv_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.accel_factor__fv_obj_left,
.accel_factor__fv_obj_right {
  float: left;
}

.accel_factor__fv_obj_left {
  width: 42%;
  padding: 3% 0 0 3%;
}

.accel_factor__fv_obj_right {
  width: 55%;
}

.accel_factor__fv_obj_left img {
  width: 100%;
  height: auto;
  display: block;
}

.accel_factor__fv_obj_name {
  position: absolute;
  left: 12%;
  bottom: 6%;
  background: rgba(0, 0, 0, .65);
  color: #fff;
  line-height: 1.3;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: bold;
}

.accel_factor__fv_obj_name span {
  display: block;
  font-size: 12px;
  opacity: .9;
  font-weight: bold;
  margin-bottom: 2px;
}

/* H1 */
.accel_factor__fv_obj_right h1 {
  margin: 0 0 18px;
}

.accel_factor__fv_obj_right h1>div:nth-child(1) {
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: .02em;
  font-size: 40px;
  color: #000;
}

.accel_factor__fv_obj_right h1>div:nth-child(2) img {
  width: 220px;
  height: auto;
  margin: 12px 0;
}

.accel_factor__fv_obj_right h1>div:nth-child(3) {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.accel_factor__fv_obj_right h1>div:nth-child(3) span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 8px;
  border: 1px solid #000;
  border-radius: 6px;
}

.af__hl {
  color: #61AF05;
}

/* ポイント4枠 */
.accel_factor__fv_point_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.accel_factor__fv_point_box>div {
  background: #fff;
  border: 2px solid #61AF05;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.accel_factor__fv_point_box dl {
  margin: 0;
  padding: 18px 16px;
  text-align: center;
}

.accel_factor__fv_point_box dt {
  font-size: clamp(16px, 2vw, 20px);
  color: #61AF05;
  font-weight: bold;
  line-height: 1.4;
}

.accel_factor__fv_point_box dd {
  margin: 10px 0 0;
  font-size: 13px;
  color: #333;
}

/* =================================
  Odometer（カウントアニメーション）
================================= */
.accel_factor__fv_odometer_wrap {
  clear: both;
  position: relative;
  background: #FFF8A7;
  border: 2px solid #61AF05;
  padding: 25px;
  margin: 0;
}

.accel_factor__cv_txt1 {
  font-size: clamp(18px, 3vw, 30px);
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.accel_factor__cv_txt1 span {
  color: #61AF05;
}

.accel_factor__odometer {
  width: 340px;
}

.accel_factor__col section {
  background: #995e23;
  background: linear-gradient(0deg, rgba(153, 94, 35, 1) 0%, rgba(198, 113, 39, 1) 50%, rgba(246, 176, 67, 1) 50%, rgba(255, 217, 122, 1) 100%);
  padding: 5px;
}

.accel_factor__col section ul {
  background: #0F0F0F;
  background: linear-gradient(0deg, rgba(15, 15, 15, 1) 0%, rgba(44, 43, 43, 1) 49%, rgba(72, 72, 72, 1) 51%, rgba(76, 74, 74, 1) 100%);
  padding: 20px 0;
}

.accel_factor__col ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accel_factor__col ul li div {
  float: left;
}

.accel_factor__col ul li div:not(:last-child) {
  margin-right: 8px;
}

.accel_factor__col ul li:last-child {
  background: #000;
  color: #FFF;
  margin-left: 15px;
  width: 68px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 2.5vw, 25px);
}

.accel_factor__col_list {
  width: 74px;
  height: 88px;
  overflow: hidden;
  border-radius: 10px;
  background: url("../images/accel_factor_start.png");
  background-size: 100%;
  position: relative;
  z-index: 1;
  animation: accel_factor__colscroll 7s infinite 0.9s;
  width: 100%;
}

.accel_factor__cv_effect .accel_factor__col_list {
  background-image: url("../images/accel_factor_end.png");
}

.accel_factor__col_list:nth-child(2) {
  animation: accel_factor__colscroll 7s infinite 0.7s;
}

.accel_factor__col_list:nth-child(3) {
  animation: accel_factor__colscroll 7s infinite 0.5s;
}

.accel_factor__col_list:nth-child(4) {
  animation: accel_factor__colscroll 7s infinite 0s;
}

@keyframes accel_factor__colscroll {
  0% {
    background-position: 0 -1282px
  }

  10% {
    background-position: 0 -1282px
  }

  40% {
    background-position: 0 0
  }

  100% {
    background-position: 0 0
  }
}

@media (min-width: 990px) {
  #accel_factor__fv {
    background-position: center top;
    background-size: cover;
  }

  .btn_wrap {
    width: 70%;
  }

  .accel_factor__fv_odometer_wrap .display_flex {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
  }

  .accel_factor__col {
    font-size: 18px;
    width: 448px;
    float: left;
    margin: auto;
  }

  .accel_factor__col li:first-child {
    font-size: 18px;
    color: #FFF;
    padding: 0 10px 0 0;
    font-weight: bold;
    text-align: left;
  }

  .accel_factor__col ul li:last-child {
    border-radius: 6px;
    margin: 0 14px 0 8px;
  }

  .accel_factor__odometer {
    width: 224px;
  }

  .accel_factor__col_list {
    width: 49px;
    height: 59px;
    border-radius: 6px;
  }

  .accel_factor__fv_obj_left {
    width: 42%;
    padding: 0;
    position: relative;
  }

  .accel_factor__fv_obj_right {
    width: 55%;
    padding-left: 2%;
  }

  .accel_factor__fv_obj_right h1>div:nth-child(1) {
    font-size: 40px;
  }

  .accel_factor__fv_obj_right h1>div:nth-child(3) {
    font-size: 28px;
  }

  .accel_factor__fv_point_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 1240px) {
  .accel_factor__fv_odometer_wrap .display_flex {
    flex-direction: row;
  }
}

@media (max-width: 989px) {
  .accel_factor__fv_obj_left {
    padding: 0;
    width: 40%;
  }

  .accel_factor__fv_obj_right {
    width: 60%;
  }

  .accel_factor__fv_inner {
    padding-top: 24px;
  }

  .accel_factor__fv_obj_right h1>div:nth-child(1) {
    font-size: 6vw;
  }

  .accel_factor__fv_obj_right h1>div:nth-child(3) {
    font-size: 3.2vw;
  }

  .accel_factor__col {
    font-size: 14px;
  }

  .accel_factor__col ul li:first-child {
    font-size: clamp(15px, 3vw, 30px);
    margin-right: 2vw;
    color: #FFF;
    text-align: left;
    font-weight: bold;
  }

  .accel_factor__col ul li:last-child {
    margin-left: 2vw;
    width: 10.733vw;
    height: 11.733vw;
    border-radius: 1.87vw;
  }

  .accel_factor__col ul li div:not(:last-child) {
    margin-right: 1.87vw;
  }

  .accel_factor__odometer {
    width: 45.333vw;
  }

  .accel_factor__col_list {
    width: 9.87vw;
    height: 11.733vw;
    border-radius: 1.333vw;
  }
}

/*sp*/
@media (max-width:989px) {
  #accel_factor__fv {
    background: url("../images/fv_bg.jpg") fixed no-repeat;
    background-size: 200%;
    background-attachment: scroll;
    background-position: center top;
    overflow: hidden;
    z-index: 1;
  }

  .accel_factor__fv_obj_left,
  .accel_factor__fv_obj_right {
    float: none;
  }

  .accel_factor__fv_obj_left {
    width: 45%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .accel_factor__fv_obj_right h1 {
    width: 56%;
    float: right;
    margin: 0 0 .5em 0;
  }

  .accel_factor__fv_obj_right h1>div:nth-child(2) img {
    width: 150px;
  }

  .accel_factor__fv_obj_right {
    width: 100%;
  }

  .accel_factor__fv_inner {
    padding: 18px 14px;
  }

  .accel_factor__fv_obj_name span {
    font-size: 10px;
  }

  .accel_factor__fv_obj_name {
    left: 10%;
    bottom: auto;
    top: 70%;
    font-size: 11px;
    padding: 8px 10px;
  }

  .accel_factor__fv_obj_right h1>div:nth-child(1) {
    font-size: clamp(25px, 4.2vw, 42px);
  }

  .accel_factor__fv_obj_right h1>div:nth-child(3) {
    font-size: 4vw;
  }

  .accel_factor__fv_odometer_wrap {
    padding: 10px;
    margin: 25px auto 0;
  }

  .accel_factor__fv_point_box {
    gap: 5px;
    margin: 0;
  }

  .accel_factor__fv_point_box dl {
    padding: 15px 10px;
  }

  .accel_factor__fv_point_box dd {
    margin: 5px 0 0 0;
    font-size: 12px;
  }
}

/* =================================
  CVボタン
================================= */
.accel_factor__cv_btn a {
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  animation: cv_btn_anime 3s ease-in-out infinite both;
  color: #FFF;
  box-shadow: inset 0px 1px 0px 0px #FFF38E;
  background: #315803;
  background: linear-gradient(0deg, rgba(49, 88, 3, 1) 0%, rgba(69, 124, 4, 1) 48%, rgba(91, 163, 5, 1) 49%, rgba(97, 175, 5, 1) 100%);
  border: 1px solid #076900;
  text-shadow: 0px 1px 0px #315803;
  width: 100%;
}

.accel_factor__cv_btn a.tel {
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  animation: cv_btn_anime_tel 3s ease-in-out infinite both;
  color: #FFF;
  box-shadow: inset 0px 1px 0px 0px #FFF38E;
  background: #a14600;
  background: linear-gradient(0deg, rgb(161 70 0) 0%, rgb(207 91 0) 48%, rgb(230 107 10) 49%, rgb(255 127 28) 100%);
  border: 1px solid #ce5900;
  text-shadow: 0px 1px 0px #a14600;
  width: 100%;
}

.accel_factor__cv_btn a h3 b {
  font-size: 20px;
  font-weight: bold;
}

.accel_factor__cv_btn a h3>span {
  font-style: normal;
  background: #E50000;
  padding: 0 10px;
  border-radius: 50px;
  margin-right: 5px;
}

.accel_factor__cv_btn a img {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.accel_factor__cv_btn a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/icon-3.png") no-repeat;
  background-size: 100%;
}

.accel_factor__cv_btn a.tel::before {
  background: url("../images/tel_icon.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 36%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.accel_factor__cv_btn a::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes cv_btn_anime {

  0%,
  59% {
    border-bottom: 8px solid #244300;
    bottom: 0;
  }

  60%,
  100% {
    border-bottom: 0 solid #244300;
    bottom: -8px;
  }
}

@keyframes cv_btn_anime_tel {

  0%,
  59% {
    border-bottom: 8px solid #723100;
    bottom: 0;
  }

  60%,
  100% {
    border-bottom: 0 solid #723100;
    bottom: -8px;
  }
}

/*pc*/
@media (min-width:990px) {
  #accel_factor__fv .accel_factor__cv_btn {
    width: calc(100% - 458px);
    height: 110px;
    position: relative;
    float: right;
    display: flex;
    gap: 10px;
  }

  .accel_factor__cv_btn a::before {
    width: 55px;
    height: 55px;
    top: 15px;
    left: 10px;
    z-index: 1;
  }

  #accel_factor__fv .accel_factor__cv_btn a {
    width: 378px;
  }

  #accel_factor__fv .accel_factor__cv_btn a.tel {
    width: calc(100% - 388px);
  }
}

@media screen and (min-width: 990px) and (max-width: 1239px) {
  #accel_factor__fv .accel_factor__cv_btn {
    width: 100%;
    justify-content: center;
    margin: auto;
  }

  #accel_factor__fv .accel_factor__cv_btn a.tel {
    width: 300px;
  }
}

/* Tablet */
@media (max-width:989px) {
  .accel_factor__cv_btn {
    width: 100%;
    margin: 2% auto;
    display: flex;
    flex-direction: column-reverse;
    height: 270px;
  }

  .accel_factor__cv_btn a {
    border-radius: 10px;
    letter-spacing: .15em;
    margin: 1% auto;
  }

  .accel_factor__cv_btn a h3 {
    font-size: 20px;
  }

  .accel_factor__cv_btn a h3 b {
    font-size: 25px;
  }

  .accel_factor__cv_btn a::before {
    width: 8vw;
    height: 8vw;
    background-size: 100%;
    top: 3vw;
    left: 4vw;
  }

  .accel_factor__cv_btn a.tel::before {
    left: 5vw;
  }

  .accel_factor__cv_btn a img {
    top: 20px;
    right: 20px;
  }
}

/*sp*/
@media (max-width:478px) {
  .accel_factor__cv_btn a h3 {
    font-size: 16px;
  }

  .accel_factor__cv_btn a h3 b {
    font-size: 20px;
  }

  .accel_factor__cv_btn a {
    margin: 5% auto;
  }

  .accel_factor__cv_btn a::before {
    width: 10vw;
    height: 10vw;
    top: 2vw;
    left: 2vw;
  }
}

.accel_factor__cv_btn_wrap {
  max-width: 500px;
  margin: 16px auto;
  height: 120px;
}

.accel_factor__cv_btn_wrap a {
  font-size: 18px;
}

.accel_factor__cv_btn_wrap a h3 b {
  font-size: 25px;
}

.accel_factor__cv_btn_wrap a::before {
  width: 60px;
  height: 60px;
  left: 15px;
}

.accel_factor__cv_btn_txt {
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
  font-weight: bold;
  padding: .5em 0;
}

.aaccel_factor__cv_btn_txt::before,
.accel_factor__cv_btn_txt::after {
  position: relative;
  margin: 0 8px;
}

.accel_factor__cv_btn_txt::before {
  content: "＼";
}

.accel_factor__cv_btn_txt::after {
  content: "／";
}

@media (max-width:478px) {
  .accel_factor__cv_btn_wrap a {
    font-size: 14px;
  }

  .accel_factor__cv_btn_wrap a h3 b {
    font-size: 18px;
  }

  .accel_factor__cv_btn_wrap a::before {
    width: 50px;
    height: 50px;
    left: 5px;
    top: 20px;
  }

}

/* ==============================
  AccelFactor：請求書（売掛金）セクション
==============================*/
.accel_factor__about * {
  font-weight: bold;
}

.accel_factor__about {
  padding: 50px 20px;
  color: #111;
}

/* 3カラム（画像＋キャプション） */
.accel_factor__about_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.accel_factor__about_card img {
  width: 100%;
  height: auto;
  display: block;
}

.accel_factor__about_card p {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 16px);
  margin-top: 10px;
  color: #222;
}

/* 説明テキスト */
.accel_factor__about_lead {
  text-align: center;
  line-height: 1.9;
  font-size: clamp(16px, 1.8vw, 18px);
  color: #333;
  margin-bottom: 24px;
}

.accel_factor__view_pc {
  display: inline;
}

@media (max-width: 990px) {
  .accel_factor__view_pc {
    display: none;
  }
}

/* コールアウト（緑枠＋青枠＋赤下線） */
.accel_factor__about_callout {
  font-size: clamp(18px, 2vw, 20px);
  position: relative;
  background: #FFF;
  border: 1px solid #61AF05;
  padding: 22px;
  max-width: 700px;
  margin: 22px auto 0;
  text-align: center;
}

.accel_factor__about_callout::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #E42003;
}

/* 2行目（赤つよめアンダーライン） */
.accel_factor__about_callout .line2 {
  color: #E8382B;
}

/* レスポンシブ */
@media (max-width: 560px) {
  .accel_factor__about {
    margin: 48px auto;
  }

  .accel_factor__about_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .accel_factor__about {
    padding: 0;
  }

  .accel_factor__about_cards {
    grid-template-columns: 1fr;
  }

  .accel_factor__about_callout {
    padding: 16px;
  }

  .accel_factor__about_callout::before {
    left: 40%;
  }
}

/* ==============================
  ご利用の流れ（h2/CTAは既存）
==============================*/
.accel_flow {
  background: url("../images/cont-bg.jpg") repeat fixed;
  background-size: 100%;
  padding: 50px 20px;
}

.accel_flow_list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* 各STEP（左:画像 / 右:テキスト） */
.accel_flow_item {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: start;
  position: relative;
  padding-bottom: 40px;
}

/* 下向き三角（最後以外） */
.accel_flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 10px);
  width: 118px;
  height: 60px;
  background: url("../images/icon-4.png") no-repeat center / contain;
}

.accel_flow_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* タイトル行（STEP＋見出し） */
.accel_flow_item dl {
  margin: 0;
}

.accel_flow_item dt {
  margin: 0 0 8px;
}

.accel_flow_item dt>div:first-child {
  font-size: 40px;
  line-height: 1;
  color: #61AF05;
  font-weight: bold;
}

.accel_flow_item dt>div:first-child span {
  font-size: 14px;
  margin-right: 6px;
  letter-spacing: .08em;
  vertical-align: middle;
}

.accel_flow_item dt>div:last-child {
  font-size: 18px;
  font-weight: bold;
}

/* 説明文 */
.accel_flow_item dd {
  margin: 0;
  color: #333;
  line-height: 1.9;
  font-size: 14px;
  font-weight: bold;
}

/* ====== Responsive ====== */
@media (max-width: 980px) {
  .accel_flow_item {
    grid-template-columns: 220px 1fr;
    gap: 18px;
  }

  .accel_flow_item dt>div:first-child {
    font-size: 36px;
  }

  .accel_flow_item dt>div:last-child {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .accel_flow {
    padding: 50px 0;
  }

  .accel_flow_list {
    gap: 36px;
  }

  .accel_flow_item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 30px;
  }

  .accel_flow_thumb {
    order: 1;
    width: 70%;
    margin: 20px auto;
  }

  .accel_flow_body {
    order: 2;
  }

  .accel_flow_item dt {
    gap: 10px;
  }

  .accel_flow_item dt>div:first-child {
    font-size: 32px;
  }

  .accel_flow_item dt>div:last-child {
    font-size: 15px;
  }
}

/* ==============================
  オンラインファクタリングとは
==============================*/
.accel_online * {
  font-weight: bold;
}

.accel_online {
  padding: 50px 20px;
  color: #111;
}

.accel_online .subttl {
  text-align: center;
  font-size: clamp(14px, 1.6vw, 20px);
  color: #5b5b5b;
  margin-bottom: 10px;
}

.accel_online .lead {
  text-align: center;
  font-size: clamp(13px, 1.4vw, 16px);
  color: #333;
  line-height: 1.9;
  margin-bottom: 28px;
}

.accel_factor__view_pc {
  display: inline;
}

@media (max-width:768px) {
  .accel_online {
    padding: 50px 0;
    ;
  }

  .accel_factor__view_pc {
    display: none;
  }
}

/* Features 3カード */
.accel_online_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0 60px;
}

.accel_online_features .card {
  background: #fff;
  border: 2px solid #D5EABF;
  padding: 22px 18px 14px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.accel_online_features .card dt {
  color: #61AF05;
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 10px;
}

.accel_online_features .card dt span {
  display: inline-block;
  margin-right: 6px;
  opacity: .9;
}

.accel_online_features .card dd {
  margin: 0;
  color: #313131;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.9;
}

.accel_online_features .card dd+dd {
  margin-top: 14px;
}

.accel_online_features .card img {
  width: 50%;
  margin: auto;
}

/* 「選ばれる理由」 */
.accel_online h3 {
  text-align: center;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.5;
  margin: 60px 0 10px;
}

.accel_online h3 span {
  color: #61AF05;
}

.accel_online .desc {
  text-align: center;
  color: #333;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.9;
  margin-bottom: 26px;
}

/* 見出し下：ロゴ＋帯タイトル */
.accel_online .heading_band {
  text-align: center;
  margin: 10px 0 24px;
}

.accel_online .heading_band img {
  width: 20%;
  margin: auto;
  margin-bottom: 8px;
}

.accel_online .band_text {
  font-size: clamp(20px, 3vw, 30px);
  display: inline-block;
  position: relative;
}

.accel_online .band_text::before,
.accel_online .band_text::after {
  color: #000;
  position: relative;
  margin: 0 8px;
}

.accel_online .band_text::before {
  content: "＼";
}

.accel_online .band_text::after {
  content: "／";
}

/* チェックリスト＋人物 */
.accel_online .benefits {
  max-width: 700px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: end;
  gap: 24px;
}

.accel_online .checks {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.accel_online .check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(0deg, rgba(49, 88, 3, 1) 0%, rgba(69, 124, 4, 1) 48%, rgba(91, 163, 5, 1) 49%, rgba(97, 175, 5, 1) 100%);
  border: 1px solid #076900;
  box-shadow: inset 0 1px 0 #FFF38E;
  font-size: clamp(14px, 1.6vw, 18px);
}

.accel_online .check i {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: url("../images/icon-2.png") no-repeat center/contain;
}

.accel_online .ambassador {
  position: relative;
  text-align: center;
  margin: 0px 0 -35px -125px;
}

.accel_online .ambassador img {
  width: 100%;
  height: auto;
}

.accel_online .ambassador .cap {
  position: absolute;
  left: 30%;
  top: 20%;
  font-size: 12px;
  color: #5EAA05;
  line-height: 1.4;
  text-align: right;
}

/* Responsive */
@media (max-width:640px) {
  .accel_online_features {
    grid-template-columns: repeat(2, 1fr);
  }

  .accel_online .checks {
    width: 60%;
  }

  .accel_online .check {
    padding: 5px;
  }

  .accel_online .check i {
    width: 20px;
    height: 20px;
  }

  .accel_online .heading_band img {
    width: 50%;
  }

  .accel_online_features {
    grid-template-columns: 1fr;
  }

  .accel_online .benefits {
    grid-template-columns: 1fr;
    position: relative;
  }

  .accel_online .ambassador {
    width: 70%;
    position: absolute;
    right: -12%;
    top: -10%;
    z-index: -1
  }

  .accel_online .ambassador .cap {
    left: 27%;
    top: 25%;
    font-size: 10px;
  }
}

/* =================================
よくある質問
================================= */
dl.accel_factor__faq_list dt::before {
  font-size: 30px;
  color: #5CA507;
  content: "Ｑ";
  margin-right: 7px;
  position: relative;
  top: 0;
  font-weight: bold;
  vertical-align: middle
}

dl.accel_factor__faq_list dd::before {
  font-size: 30px;
  color: #d71f03;
  content: "Ａ";
  margin-right: 7px;
  position: relative;
  top: 0;
  font-weight: bold;
}

dl.accel_factor__faq_list {
  border-bottom: 2px solid #00a492;
}

dl.accel_factor__faq_list dt {
  padding: 10px 35px 10px 50px;
  text-indent: -51px;
  box-sizing: border-box;
  position: relative;
}

dl.accel_factor__faq_list dd {
  padding: 0 35px 15px 45px;
  text-indent: -43px;
  box-sizing: border-box;
  display: none;
}

.accel_factor__faq_list dt span::before,
.accel_factor__faq_list dt span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #5CA507;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.accel_factor__faq_list dt span::after {
  background: #00a492;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.accel_factor__faq_list dt.open span::after {
  transform: rotate(0);
  transition: 0.5s;
}

@media (min-width: 979px) {}

@media (max-width: 480px) {
  dl.accel_factor__faq_list dt {
    font-size: 12px;
    padding: 10px 35px 0 35px;
    text-indent: -42px;
  }

  dl.accel_factor__faq_list dd {
    padding: 0 35px 15px 39px;
    text-indent: -41px;
  }

  dl.accel_factor__faq_list dt::before {
    font-size: 20px;
    margin-right: 0px;
  }
}

/* ==============================
  ご利用されたお客様の声
==============================*/
.accel_voice {
  padding: 50px 20px;
  color: #111;
}

.accel_voice_list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* 各ボックス全体（カテゴリラベル付き） */
.accel_voice_item {
  position: relative;
}

.accel_voice_cat {
  position: absolute;
  left: 0;
  top: 0;
  background: #61AF05;
  color: #fff;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1;
}

/* 白カード本体 */
.accel_voice_card {
  background: #fff;
  border: 1px solid #e5e9e6;
  padding: 26px;
  /* ラベルと余白を確保 */
  box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
}

/* 中身：左画像 + 右本文 */
.accel_voice_row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: start;
}

.accel_voice_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 見出し行：調達額／振込まで */
.accel_voice_row dt {
  display: flex;
  gap: 28px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.accel_voice_stat {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.accel_voice_stat .label {
  color: #61AF05;
  font-size: 14px;
  font-weight: bold;
}

.accel_voice_stat .value {
  font-size: 22px;
  color: #111;
  font-weight: bold;
}

/* 本文 */
.accel_voice_row dd {
  margin: 0;
  color: #333;
  line-height: 1.9;
  font-size: 14px;
}

/* ====== Responsive ====== */
@media (max-width:680px) {
  .accel_voice_thumb img {
    width: 60%;
    margin: 5% auto
  }

  .accel_voice {
    margin: 40px auto;
    padding: 0;
  }

  .accel_voice_card {
    margin-left: 0;
    padding: 20px;
  }

  .accel_voice_row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .accel_voice_stat .value {
    font-size: 20px;
  }

  .accel_voice_row dt {
    gap: 0;
  }

  .accel_voice_stat {
    gap: 5px;
    margin: 0 5px;
  }
}

/* ==============================
  お問い合わせフォーム
==============================*/
.p-contact {
  padding: 48px 0;
  background: lightgray;
}

.c-contents {
  width: 100%;
  padding: 80px 0;
  margin-top: 40px;
}

.p-contact__inner {
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
  padding: 68px 54px 62px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px 2px #001960;
}

.p-contact__form .input__wrap {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.p-contact__form .item__wrap {
  width: 100%;
  max-width: 270px;
  display: flex;
  font-size: 22px;
  color: #333;
  font-weight: 500;
}

.p-contact__form .item__wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 31px;
  background: #F57160;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  border-radius: 8px;
}

.p-contact__form .item__wrap span.any {
  background: #fff;
  color: #333333;
  border: solid 1px #333333;
}

.p-contact__form select {
  width: 381px;
  background: #E7E7E7 url(../images/icon-select.svg) no-repeat right 25px center;
  background-size: 20px auto;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  padding: 19.5px 25px;
  border-radius: 8px;
  border: solid 1px #6D6D6D;
}

.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel],
.p-contact__form textarea {
  width: 100%;
  background: #E7E7E7;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  padding: 19.5px 20px;
  border-radius: 8px;
  border: solid 1px #6D6D6D;
}

.p-contact__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.p-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 80px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  background: #224A99;
  margin: 0 auto;
  transition: all 0.3s;
}

@media (max-width:640px) {
  .p-contact__inner {
    padding: 26px 16px 46px;
    width: 86%;
  }

  .p-contact__form .input__wrap {
    flex-direction: column;
  }

  .p-contact__form select {
    width: 100%;
  }

  .p-contact__form input[type=text],
  .p-contact__form input[type=email],
  .p-contact__form input[type=tel],
  .p-contact__form textarea {
    width: unset;
  }

  .p-contact__btn {
    width: 80%;
  }
}

/* =================================
  Footer（brush up）
================================= */
footer {
  margin-top: 5%;
  background: #fff;
  border-top: 1px solid #e9ecef;
  color: #222;
  font-weight: bold;
  /* Googleフォント想定：太さはboldで統一 */
}

.footer_in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  text-align: center;
}

.footer_in ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}

.footer_in li {
  position: relative;
}

.footer_in a {
  color: #6b7280;
  text-decoration: none;
  transition: opacity .2s ease;
}

.footer_in a:hover {
  opacity: .75;
}

/* コピーライト帯 */
.copy {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 14px 12px;
  font-size: .9em;
}

/* Back to top */
#page_top {
  position: fixed;
  right: 16px;
  bottom: 28px;
  z-index: 999;
}

#page_top a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}

#page_top a:hover {
  transform: translateY(-2px);
  background: rgba(0, 0, 0, .82);
}

#page_top a:focus-visible {
  outline: 3px solid #61AF05;
  outline-offset: 2px;
}

#page_top i {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 498px) {
  .footer_in {
    padding: 20px 16px;
    font-size: 1em;
  }

  .footer_in ul {
    gap: 14px 22px;
    font-size: .92em;
  }

  .copy {
    font-size: .85em;
  }

  #page_top {
    bottom: 100px;
  }

  /* 画面右下のCTA等と干渉しにくく */
}

/* =================================
  check.php
================================= */
.section-inner {
  max-width: calc(var(--base-inner) + var(--inner-padding) * 2);
  padding: 0 var(--inner-padding);
  margin-right: auto;
  margin-left: auto;
}

.section-inner.-sm {
  max-width: calc(37.5rem + var(--inner-padding) * 2);
}

.page-check {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.page-check>.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.page-check>.heading::before {
  margin-right: 1rem;
}

.page-check>.heading::before,
.page-check>.heading::after {
  display: inline-block;
  width: 1.25rem;
  height: .125rem;
  content: "";
  background-color: rgb(var(--c-main));
}

.page-check>.group {
  margin-top: 5rem;
}

.check-table {
  width: 100%;
}

.check-table tr {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.check-table th {
  padding: .5rem;
  color: #fff;
  background-color: rgb(var(--c-main));
}

.check-table td {
  margin-top: .5rem;
  font-weight: normal;
  color: #000;
}

.check-table tr+tr {
  margin-top: 2.5rem;
}

.check-confirm__textWrap {
  margin: 30px 0;
}

.check-confirm__privacyWrap {
  margin-top: 20px;
}

.check-confirm__privacy {
  margin-right: 10px;
  transform: scale(1.5);
  vertical-align: middle;
}

.check-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}

.check-buttons>.button.-send {
  max-width: 10rem;
  padding: .75rem;
  font-size: 1.25rem;
  background-color: rgb(var(--c-main));
  border: 1px solid rgb(var(--c-main));
}

.check-buttons>.button {
  display: inline-block;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: bold;
  color: #fff;
  text-align: cente;
  text-decoration: none;
  border-radius: 100vmax;
  transition: opacity .6s;
}

.check-buttons>.button.-back {
  max-width: 7.5rem;
  margin-top: 1.5rem;
  background-color: #bbb;
  border: 1px solid #bbb;
}

/* =================================
  thanks.php
================================= */
.page-thanks {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center
}

.page-thanks>.button {
  display: inline-block;
  width: 100%;
  max-width: 15rem;
  padding: 1rem;
  margin-top: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: rgb(var(--c-main));
  border: 2px solid rgb(var(--c-main));
  border-radius: 100vmax;
  transition: color .3s, background-color .3s
}

.page-thanks>.button:focus {
  color: rgb(var(--c-body));
  background-color: #fff
}

@media screen and (max-width: 576px) {
  .page-thanks {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .page-thanks>.text {
    font-size: .875rem
  }

  .page-thanks>.button {
    margin-top: 1.25rem;
    font-size: .875rem
  }
}

@media(hover: hover)and (pointer: fine) {
  .page-thanks>.button:hover {
    color: rgb(var(--c-body));
    background-color: #fff
  }
}

.main.thanks {
  max-width: 700px;
  width: 96%;
  margin: auto;
}

.main.thanks .section-inner.-sm {
  max-width: unset;
  padding: 0;
}

.main.thanks .text-wrap {
  width: 96%;
  margin: auto;
  text-align: left;
}

.main.thanks p.thanks-title {
  font-size: 2rem;
  margin: 3em 0 0;
  padding-bottom: .4em;
  text-align: center;
  border-bottom: 3px #000 dashed;
}

.main.thanks p.text {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 2em 0 1em;
}

.main.thanks p.text02 {
  font-weight: 400;
  line-height: normal;
  margin: 1em 0;
}

.main.thanks p.text02 .bold {
  font-weight: 700;
}

.main.thanks p.text02 .underline {
  text-decoration: underline;
}

.main.thanks p.text02 a {
  color: #002edf;
}

.main.thanks p.tel {
  margin: 1em 0 2em;
  padding: .6em 0;
  display: inline-block;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

@media screen and (max-width:720px) {
  .main.thanks p.thanks-title {
    font-size: 5vw;
    margin: 2em 0 0;
  }

  .main.thanks p.text {
    margin: 1em 0 0;
    font-size: 1rem;
  }
}