/* ================================================================================

  [sp] 共通

================================================================================ */

/* 基本設定
-------------------------------------------------------------------- */
* {
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px;
  margin: 0px;
}
p {
  padding: 0px;
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
ul, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  height: auto;
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt40 {
  margin-top: 40px;
}

.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb40 {
  margin-bottom: 40px;
}

.left {
  float: left;
}
.right {
  float: right;
}

.abs {
  position: absolute;
}


/* レイアウト
-------------------------------------------------------------------- */
html {
  touch-action: manipulation;
}
body {
  background-color: #f5f5f5;
  color: #333333;
  font-family: "Roboto", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}
#wrap {
  position: relative;
  background-color: #ffffff;
  width: 640px;
  margin: 0 auto;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}


/* ヘッダー
-------------------------------------------------------------------- */
header {
  position: relative;
  margin: 0 auto;
}

.headerBox {
  position: relative;
}
.headerBox h1 {
  text-align: center;
  padding: 20px 0;
}

.headerBox .text {
  position: relative;
  background-color: #00388c;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 10px 0;
}


/* フッター
-------------------------------------------------------------------- */
footer {
  position: relative;
  background: #0056a6;
  padding: 10px 0;
  margin: 0 auto;
}
#site_index footer {
  padding-bottom: 100px;
}
footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-box {
  background: #0056a6;
  color: #ffffff;
  padding: 15px 0 15px 0;
  margin: 0 auto;
}
.footer-box p.link {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.footer-box p.copyright {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto 0;
}


/* 追従CTA
-------------------------------------------------------------------- */
.ctaBox {
  position: fixed;
  width: 640px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  height: auto;
  padding: 10px 0;
  background: rgba(0, 86, 166, 1);
  text-align: center;
  z-index: 99;
}

.ctaBox .btn-box {
  width: 600px;
  margin: 0 auto;
  padding: 0;
}

.ctaBox .btn-box .item {
  display: flex;
  gap: 15px;
  margin: 0 auto 0 auto;
}

.ctaBox .btn-box .item01,
.ctaBox .btn-box .item02 {
  width: 50%;
}

.ctaBox .btn-box .item01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #e70012;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #80000b;
}
.ctaBox .btn-box .item02 a {
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #e70012;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #80000b;
}
.ctaBox .btn-box .item02 a span {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: -12px;
}

@media (min-width: 641px) {
  .tap_tel {
    pointer-events: none;
  }
}


/* ================================================================================

  [pc] トップページ

================================================================================ */
#site_index a.top_link {
  pointer-events: none;
}

main {
  position: relative;
  width: 640px;
  padding: 0;
  margin: 0 auto;
}


h2.title_h2 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  z-index: 1;
}

h3.title_h3 {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}

.title-bg01 {
  position: relative;
  top: 10px;
  margin: 0 auto -74px;
  z-index: 0;
  font-size: 128px;
  font-weight: 700;
  color: #eeeeee;
  letter-spacing: 0.05em;
  text-align: center;
}

.title-bg02 {
  position: relative;
  top: 10px;
  margin: 0 auto -80px;
  z-index: 0;
  font-size: 128px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
}


/* フェードイン
-------------------------------------------------------------------- */
.inview_fade {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s;
}
.inview_fade_in {
  opacity: 1;
  transform: translateY(0);
}


/* firstview
-------------------------------------------------------------------- */
.firstview {
  position: relative;
}
#fv_illust {
  position: absolute;
  top: 384px;
  left: 0;
  margin-left: 0;
  z-index: 0;
}
.firstview .price_0 {
  position: relative;
  margin-top: -102px;
  margin-bottom: -34px;
  z-index: 1;
}


/* CTA
-------------------------------------------------------------------- */
.contactBox01 {
  position: relative;
  text-align: center;
}
.contactBox_title {
  font-size: 32px;
  font-weight: 700;
}
.contactBox_title span {
  color: #00388c;
  font-weight: 700;
}

.contactBox01 .tel_text {
  position: relative;
  margin-top: 30px;
}
.contactBox01 .tel_text span {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 211px;
  font-size: 38px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: skewX(-8deg);
  -moz-transform: skewX(-8deg);
  -o-transform: skewX(-8deg);
  transform: skew(-8deg);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.contactBox01 .form_btn {
  position: relative;
  margin-top: 20px;
}

.contactBox {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 100%;
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 15px 15px 15px 15px;
  background: #0056a6;
  border-radius: unset;
}
.contactBox .btn01,
.contactBox .btn02 {
  max-width: 100%;
  width: 50%;
  margin: 0;
  padding: 0;
}
.contactBox .btn01 img,
.contactBox .btn02 img {
  width: 100%;
  height: auto;
}


/* 集客
----------------------------------------------- */
.syukyaku {
  position: relative;
  margin: 40px auto;
}
.syukyaku h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.syukyaku h2 span {
  color: #e60012;
}


/* ---- .swiper-1 スライダー ---- */
.swiper_box {
  position: relative;
  margin-top: 20px;
}
.swiper-1 {
  position: relative;
  max-width: 596px;
  overflow: hidden;
  z-index: 0;
  margin: 0 auto;
}
.swiper-1 .swiper-wrapper {
  height: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.swiper-1 .swiper-slide {
  height: auto;
}
.swiper-1 .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ページネーション */
.swiper-pagination {
  bottom: 30px !important;
}
.swiper-pagination-bullet {
  background-color: #ffffff !important;
  height: 25px !important;
  width: 25px !important;
  opacity: 1 !important;
  border-radius: 50%;
  border: 2px solid #e60012 !important;
  margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
  background-color: #e60012 !important;
}

/* next,prevボタン */
.swiper-button-next {
  top: 44px !important;
  right: 20px !important;
}
.swiper-button-prev {
  top: 44px !important;
  left: 20px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff !important;
  font-size: 34px !important;
  background: #e60012 !important;
  border-radius: 50%;
  padding: 10px 18px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  display: inline-block;
  vertical-align: middle;
}


/* お悩み
-------------------------------------------------------------------- */
.introBox {
  position: relative;
  padding: 0;
  margin: 0 auto;
}

.introBox .title {
  text-align: center;
  padding: 0;
  margin: 0 auto 40px;
}

.introBox .intro-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 0;
}

.intro-box .box {
  width: 45%;
  margin: 0;
  padding: 8px 15px 15px;
  background: #0056a6;
  border-radius: 10px;
}

.intro-box .box .icon {
  width: 25px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

span.col01 {
  color: #fcff00;
}

.intro-box .box p.txt {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 8px;
}

.introBox .icon-box {
  max-width: 200px;
  width: 100%;
  margin: 25px auto 0 auto;
  padding: 0;
  text-align: center;
}


/* アシストが解決
-------------------------------------------------------------------- */
.benefitBox {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
}

.benefitBox .title {
  max-width: 100%;
  width: 90%;
  margin: 20px auto 45px auto;
  padding: 0;
  text-align: center;
}

.benefitBox .benefit-box01 {
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
}

.benefitBox .benefit-box02 {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.benefit-box02 .sub01 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.benefit-box02 .sub01 img {
  vertical-align: bottom;
}

.benefit-box02 .sub02 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 45px auto;
  padding: 30px 0;
  background: #0056a6;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.benefit-box02 .sub02 p.txt01 {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.6;
  text-align: justify;
}

.benefitBox .benefit-box03 {
  display: none;
}

.benefitBox .benefit-box03-sp {
  display: block;
  margin: 0 auto 15px auto;
  padding: 0;
  text-align: center;
}


/* POINT
-------------------------------------------------------------------- */
.pointBox {
  height: 2650px;
  margin: 38px auto;
  padding: 170px 0 0 0;
  background: url(../img/sp/point_bg_sp.jpg) center center / cover no-repeat;
}

.pointBox h2 {
  text-align: center;
}

.pointBox .title {
  position: relative;
  top: 5px;
  width: 24px;
  height: 40px;
}

span.size01 {
  color: #0056a6;
  font-size: 50px;
  font-weight: 700;
}

.pointBox .point-box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: unset;
  width: 600px;
  margin: 0 auto 30px;
  padding: 0;
}

.pointBox .point-box:nth-child(even) {
  flex-direction: column-reverse;
}

.point-box .boxL01 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.point-box .boxL01 .title01 {
  display: flex;
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom;
}

.point-box .boxL01 .title01:nth-child(even) {
  flex-direction: column;
}

.point-box .boxL01 .title01 .point--box01 {
  width: 28px;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 0;
}

.point-box .boxL01 .title01 .point--box01b {
  width: 28px;
  height: 100%;
  margin: 0 0 0 30px;
  padding: 0;
}

.point-box .boxL01 .title01 .point--box02 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.point-box .boxL01 .title01 .point--box02 h3.point {
  margin: 0;
  padding: 0;
  color: #0056a6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
}

.point-box .boxL01 .title01 .point--box02 p.txt01 {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}

.point-box .boxR01 {
  margin: 0 auto 30px;
  padding: 0;
}


/* ご利用者の声
-------------------------------------------------------------------- */
.voiceBox {
  position: relative;
  margin: 0 auto;
}

.voiceBox h2 {
  text-align: center;
}

.voiceBox img {
  width: 100%;
  height: auto;
}

.voiceBox .voice-box {
  flex-direction: column;
  justify-content: center;
  gap: unset;
  max-width: 100%;
  width: 555px;
  margin: 0 auto 45px auto;
  padding: 0;
}

.voiceBox .voice-box:nth-child(even) {
  flex-direction: column;
}

.voice-box .boxL01 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.voice-box .boxR01 {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.voice-box .boxR01 .box01 {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.voice-box .boxR01:nth-child(even) {
  flex-direction: column;
}

.voice-box .boxR01 h3.voice01 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.voice-box .boxR01 h3.voice02 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.voice-box .boxR01 h3.voice03 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.voice-box .boxR01 p.txt01 {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  text-align: justify;
}


/* よくあるご質問
-------------------------------------------------------------------- */
.faqBox {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 30px 0;
  background: #eeeeee;
  text-align: left;
}

.faqBox h2 {
  text-align: center;
}

.faq-box {
  clear: both;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.faq-box .icon01 {
  width: 24px;
  height: 27px;
  margin: 0;
  padding: 0;
}

.faq-box .icon02 {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}

.faqBox .faq-box dl.faq {
  width: 100%;
  margin: 0 0 0px 0;
  padding: 0 0 5px 0;
  border: none;
}

.faqBox .faq-box dl.faq dt.question {
  clear: left;
  float: left;
  width: 24px;
  height: 27px;
  margin: 0px 0 0 10px;
  padding: 0 0 0 0;
  text-align: left;
}

.faqBox .faq-box dl.faq dd.question {
  margin: 5px 0 0 45px;
  padding-right: 60px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.8;
  text-align: left;
}
.faqBox .faq-box dl.faq dd.question::after {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: transform 0.3s ease-in-out;
}
.faqBox .faq-box dl.faq dd.question_active::after {
  content: '\f106';
}

.faqBox .faq-box dl.faq dt.answer {
  clear: left;
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 0 0 0;
  padding: 0 0 8px 0;
  line-height: 2.4;
  vertical-align: middle;
  text-align: justify;
  word-break: break-all;
}

.faqBox .faq-box dl.faq dd.answer {
  margin-left: 35px;
  padding-right: 10px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
}


/* アコーディオン
-------------------------------------------------------------------- */
.accordion {
  padding: 0;
  margin: 0 auto;
}

.accordion a {
  display: block;
  cursor: pointer;
}

.accordion .child {
  display: none;
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 10px 10px 10px;
  background: #ffffff;
  border-top: 3px solid #ffffff;
}

.accordion .child .menu {
  margin: 0;
  background: #0056a6;
  color: #ffffff;
}

.accordion .child .menu:hover {
  background: #0056a6;
  text-decoration: none;
}

.accordion li {
  list-style-type: none;
  margin: 0 0 15px 0px;
  padding: 0;
}

.accordion .child>li {
  margin: 15px 0 0 0;
  font-size: 24px;
  text-align: left;
  line-height: 1.5;
}

.accordion .child>li:last-child {
  border-bottom: 0;
}

.child01 {
  border: none;
}

.menu {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.accordion01 .menu {
  max-width: 100%;
  width: 100%;
  padding: 20px 0;
  background: #0056a6;
  color: #ffffff;
}

.accordion01 .menu:hover {
  padding: 20px 0;
  background: #0056a6;
  text-decoration: none;
}


/* ご利用までの流れ
-------------------------------------------------------------------- */
.flowBox {
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 60px 0 0 0;
}

.flowBox h2 {
  text-align: center;
}

.flowBox .flow-box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 45px auto;
  padding: 0;
}

.flowBox .flow-box img {
  width: 100%;
  height: auto;
}

.flowBox .flow-box .box01 {
  width: 612px;
  margin: 0 auto 50px;
  padding: 0;
}





/* ================================================================================

  [sp] 各ページ

================================================================================ */
.content {
  position: relative;
  width: 640px;
  height: auto;
  padding: 0 20px;
  margin: 40px auto;
  font-size: 25px;
}
.content .center {
  margin-top: 20px;
}
.content h2 {
  border-radius: 5px;
  color: #000;
  padding: 10px;
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
  box-shadow: 1px 1px #999;
  border-left: solid 10px #47A447;
  background: #f2f2f2;
  text-align: left;
}
.content h3 {
  font-size: 27px;
  font-weight: 700;
}
b, strong {
  font-weight: 700;
}
.content dl {
  margin-top: 40px;
}
.content dt {
  font-weight: 700;
}
.content dd {
  text-align: justify;
  word-break: break-all;
}
.content p {
  margin-top: 20px;
}
.content p.mgt20 {
  margin-top: 20px;
}
.content p.mgb20 {
  margin-bottom: 20px;
}

/* 会社概要ページ */
#cop_info {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.9em;
}
#cop_info ul li {
  padding: 7px 0;
}