@charset "UTF-8";
/*===================================================
reset
=====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
}

body, html {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: 600;
}

img {
  border: 0;
  border-style: none;
  vertical-align: top;
}

/*===================================================
form reset
=====================================================*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type=radio],
input[type=checkbox] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*===================================================
base
=====================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.7;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 500;
  background: #ffffff;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p, span {
  font-weight: inherit;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  background: none;
  border: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  border: 1px solid #197EE8;
  outline: 0;
}

/*::矢印を消す:::::::::::::::::::*/
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.l-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}

/*=======================================================================================
header
=======================================================================================*/
.l-header {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 65px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 85px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.l-header__title > img {
  width: 190px;
  height: 14.55px;
}
@media screen and (min-width: 768px) {
  .l-header__title > img {
    width: 327px;
    height: 25px;
  }
}
.l-header__title > h1 {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__title > h1 {
    font-size: 1rem;
    font-weight: 500;
  }
}

/*========================================
footer
/common/css/base.css から必要な部分だけコピペ
========================================*/
.u-display__block--only-pc,
.u-only-pc {
  display: none;
}

.u-display__block--only-sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .u-display__block--only-pc,
  .u-only-pc {
    display: block;
  }
  .u-display__block--only-sp {
    display: none;
  }
}
/* 外部アイコン */
/* WebP未対応のブラウザ用のスタイル */
.no-webp a.u-link__blank::after,
.no-webp a.link-blank::after {
  position: relative;
  top: 0;
  right: -6px;
  width: 9px;
  height: 8px;
  padding: 0 6px;
  background: url("/common/img/ico_blank.png") no-repeat 0 0;
  background-size: auto;
  content: "";
}

/* WebP対応のブラウザ用のスタイル */
.webp a.u-link__blank::after,
.webp a.link-blank::after {
  position: relative;
  top: 0;
  right: -6px;
  width: 9px;
  height: 8px;
  padding: 0 6px;
  background: url("/common/img/ico_blank.png.webp") no-repeat 0 0;
  background-size: auto;
  content: "";
}

a.u-link__blank:hover,
a.link-blank:hover {
  text-decoration: none;
  cursor: pointer;
}

/*===============================================
12.accordion 共通汎用CSS
===============================================*/
.c-accordion {
  position: relative;
}

.c-accordion__input-checkbox {
  display: none;
}

#gnavLinks01Receive.c-accordion--open-close,
.c-accordion--open-close {
  height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#gnavLinks01:checked ~ #gnavLinks01Receive.c-accordion--open-close {
  height: auto;
  opacity: 1;
}

#gnavLinks02:checked ~ #gnavLinks02Receive.c-accordion--open-close {
  height: auto;
  opacity: 1;
}

/* ＋－アイコン */
.p-accordion__toggle-position {
  position: absolute;
  top: 0;
  right: 0;
}

.c-btn__plus-minus {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.c-btn__plus-minus::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  width: 16px;
  height: 2px;
  background: #333;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn__plus-minus::after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 1px);
  width: 2px;
  height: 16px;
  background: #333;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .c-btn__plus-minus {
    display: none;
  }
}
/*事務所概要*/
#toggleOffice:checked ~ #toggleOfficeReceive.c-accordion--open-close {
  height: auto;
  opacity: 1;
  overflow-y: visible;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (min-width: 769px) {
  #toggleOfficeReceive.c-accordion--open-close {
    height: auto;
  }
} /*769*/
/*===============================================
11.footer
===============================================*/
footer.c-footer {
  margin: 0;
  padding: 0;
  color: #777;
  clear: both;
  background: #eaeaea;
  overflow: hidden;
}

footer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-footer .c-gnav__first {
  margin-right: 0;
}

.p-footer__to-home a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 16px 8px 16px 12px;
  background: #3cadd9;
  color: #fff;
  text-decoration: none;
}

/* WebP未対応のブラウザ用のスタイル */
.no-webp .p-footer__to-home a::after {
  position: absolute;
  top: 50%;
  right: 28px;
  margin: -7px;
  width: 14px;
  height: 14px;
  background: url("/common/img/ico_arrow_right.png") no-repeat 0 0;
  background-size: contain;
  content: "";
}

/* WebP対応のブラウザ用のスタイル */
.webp .p-footer__to-home a::after {
  position: absolute;
  top: 50%;
  right: 28px;
  margin: -7px;
  width: 14px;
  height: 14px;
  background: url("/common/img/ico_arrow_right.png.webp") no-repeat 0 0;
  background-size: contain;
  content: "";
}

.c-foot-nav__first li {
  background: #e2f1f5;
}

.c-foot-nav__first span.c-foot-nav__first-txt {
  color: #333;
  line-height: 1.3;
}

.c-foot-nav__first li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-top: 1px solid #d8d8d8;
  color: #fff;
  border-right: none;
  font-weight: normal;
}

.c-foot-nav__first .p-cat__theme li:nth-child(even) {
  width: 100%;
}

.c-foot-nav__first .p-cat__theme > a::after {
  display: none;
}

/* テーマ */
#footNavLinksTheme:checked ~ #footNavLinksThemeReceive.c-accordion--open-close,
#footNavLinksEraserequest:checked ~ #footNavLinksEraserequestReceive.c-accordion--open-close,
#footNavLinksOfficeTeam:checked ~ #footNavLinksOfficeTeamReceive.c-accordion--open-close {
  height: auto;
  opacity: 1;
  overflow-y: visible;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#footNavLinksTheme:checked ~ .c-accordion__label .c-btn__plus-minus::before,
#footNavLinksEraserequest:checked ~ .c-accordion__label .c-btn__plus-minus::before,
#footNavLinksOfficeTeam:checked ~ .c-accordion__label .c-btn__plus-minus::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#footNavLinksTheme:checked ~ .c-accordion__label .c-btn__plus-minus::after,
#footNavLinksEraserequest:checked ~ .c-accordion__label .c-btn__plus-minus::after,
#footNavLinksOfficeTeam:checked ~ .c-accordion__label .c-btn__plus-minus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-foot-nav__first li a,
.c-foot-nav__first--nolink {
  position: relative;
  display: block;
  padding: 16px 8px 16px 12px;
  background: #e2f1f5;
  text-decoration: none;
  line-height: 1;
}

.c-foot-nav__second li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 14px 8px 14px 12px;
  background: #fff;
}

.c-foot-nav__second li span {
  position: relative;
  display: block;
  width: 100%;
  max-width: inherit;
  margin: 0;
  padding: 0 0 0 12px;
  background: none;
  font-size: 3.3vw;
  line-height: 1.3;
  color: #333;
}

.c-foot-nav__second span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

/* その他のリンク */
.c-foot-nav__etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d8d8d8;
}

.c-foot-nav__etc li {
  width: 50%;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
}

.c-foot-nav__etc li a {
  display: block;
  height: 100%;
  line-height: 1;
  background: #f3f3f3;
}

.c-foot-nav__etc li:nth-child(odd) {
  border-right: 1px solid #d8d8d8;
}

.c-foot-nav__etc li.c-foot-nav__1col {
  width: 100%;
}

.c-foot-nav__second li.p-foot-nav__privacy a,
.c-foot-nav__second li.p-foot-nav__inquiry a {
  padding-right: 0;
}

.c-foot-nav__second li.p-foot-nav__privacy span,
.c-foot-nav__second li.p-foot-nav__inquiry span {
  display: inline;
  letter-spacing: -1px;
}

@media only screen and (min-width: 415px) {
  .c-foot-nav__second li span {
    font-size: 14px;
  }
} /*415*/
.p-foot-nav__privacy,
.p-foot-nav__inquiry {
  letter-spacing: -2px;
}

@media only screen and (min-width: 769px) {
  .c-footer__wrap {
    padding: 20px 0;
    min-height: 320px;
    background: #3cadd9;
  }
  .c-footer__wrap a:hover,
  .c-foot-nav__second li.p-foot-nav__privacy a:hover,
  .c-foot-nav__second li.p-foot-nav__inquiry a:hover {
    color: #FFF;
    text-decoration: underline;
  }
  .c-footer__wrap .c-accordion--open-close {
    height: auto;
  }
  .c-footer__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .p-footer__to-home {
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
  }
  .p-footer__to-home a {
    padding: 0;
    background: transparent;
  }
  .p-footer__to-home a::after {
    display: none;
  }
  .c-foot-nav__first li {
    width: auto;
    background: transparent;
    border-top: none;
  }
  .c-foot-nav__first li a,
  .c-foot-nav__first--nolink {
    padding: 0;
    background: transparent;
  }
  .c-foot-nav__first span.c-foot-nav__first-txt {
    color: #fff;
  }
  .c-foot-nav__second li span {
    padding: 4px 0;
    color: #fff;
    font-size: 13px;
  }
  .c-foot-nav__second span::before {
    display: none;
  }
  /* その他のリンク */
  .c-foot-nav__etc {
    display: block;
    border-top: none;
  }
  .c-foot-nav__etc li {
    width: auto;
    height: auto;
    padding-left: 8px;
    border-bottom: none;
    border-left: 1px solid #fff;
  }
  .c-foot-nav__second.c-foot-nav__etc li a {
    padding: 2px 0;
    background: transparent;
    line-height: 1.7;
  }
  .c-foot-nav__etc li:nth-child(odd) {
    border-right: none;
  }
  .c-foot-nav__etc li.c-foot-nav__1col {
    width: auto;
  }
  .c-foot-nav__second.c-foot-nav__etc li a span {
    font-size: 16px;
  }
  .c-foot-nav__second li.p-foot-nav__privacy span {
    display: inline;
    letter-spacing: 0px;
  }
  .c-footer .p-cat__theme,
  .c-footer .p-cat__eraserequest,
  .c-footer .p-cat__office-team {
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
  }
  .c-foot-nav__first li.p-cat__eraserequest {
    position: absolute;
    top: 20px;
    left: 397px;
  }
  .c-foot-nav__first li.p-cat__office-team {
    position: absolute;
    top: 150px;
    left: 397px;
  }
  .c-foot-nav__etc {
    position: absolute;
    top: 20px;
    left: 640px;
    width: 450px;
  }
  .p-foot-nav__inquiry,
  .p-foot-nav__sitemap,
  .p-foot-nav__privacy {
    position: absolute;
    top: 0;
    left: 130px;
  }
  .p-foot-nav__sitemap {
    top: 30px;
  }
  .p-foot-nav__privacy {
    top: 60px;
  }
} /*769*/
/*===============================================
c-vbcmnft 
===============================================*/
summary::-webkit-details-marker {
  display: none;
}

.c-vbcmnft__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  position: relative;
  min-height: 48px;
  line-height: 48px;
  margin: 0 0 1px 0;
  padding: 0 1rem;
  background: #666;
  color: #fff;
  cursor: pointer;
}

.c-vbcmnft__summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -1.5rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-size: 2rem;
}

details[open] .c-vbcmnft__summary::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-vbcmnft {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-vbcmnft__ttl {
  padding: 1rem 1rem 0;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}

.c-vbcmnft__list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
}

.c-vbcmnft__list li {
  display: inline-block;
  line-height: 1;
  padding: 0 1rem 0.5rem 0;
}

.c-vbcmnft__list li a {
  color: #333;
  font-size: 14px;
}

.c-vbcmnft__bnrs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2rem;
  padding: 0 0 0 1rem;
}

.c-vbcmnft__bnrs-link:hover {
  opacity: 0.6;
}

.c-vbcmnft__bnrs-img img {
  display: block;
  width: 100%;
  max-width: 238px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.c-vbcmnft__bnrs-list {
  margin: 1rem 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-vbcmnft__ttl {
    padding: 0 1rem;
  }
  .c-vbcmnft__list {
    padding: 0.5rem 1rem 1.5rem;
  }
  .c-vbcmnft__office {
    padding-top: 2rem;
  }
  .c-vbcmnft__bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 3rem;
  }
}
/*===============================================
c-copyright
===============================================*/
.c-copyright {
  line-height: 1.2;
  margin: 0;
  background: #362722;
  color: #FFF;
  font-size: 0.75rem;
}

.c-copyright__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 1rem 0 90px;
}

a.c-copyright__logo {
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
}

a.c-copyright__logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.c-copyright__address {
  margin: 0.5rem 0 0 0;
}

.c-copyright__txt-lawyers-association {
  padding: 0.5rem 0 0 0;
}

.c-copyright__txt-copyright {
  margin: 1rem 0;
  font-size: 0.7rem;
}

.c-copyright__txt-announcement {
  display: none;
}

.c-copyright__txt-privacypolicy {
  margin-bottom: 1rem;
}

.c-copyright__txt-privacypolicy a {
  color: #FFF;
}

@media only screen and (max-width: 768px) and (min-width: 1px) {
  .c-copyright__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1rem 5rem;
  }
  .c-copyright__txt-copyright {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 1rem 0 0 0;
    margin-top: 0;
    text-align: left;
  }
}
/*========================================================
15.floating
=========================================================*/
#floating {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px -2px 4px hsla(0, 0%, 20%, 0.3);
          box-shadow: 0px -2px 4px hsla(0, 0%, 20%, 0.3);
  background: hsla(15, 23%, 17%, 0.9);
  font-weight: 500;
  z-index: 2000;
}

#floating.fade-in {
  display: block;
}

#floating .p-cva__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.p-floating__sp {
  width: 100%;
  font-weight: 600;
}

.p-floating__sp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 0;
}

.p-floating__sp-tel {
  width: 49%;
  height: 58px;
}

.p-floating__sp-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  -webkit-box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
          box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
  background: linear-gradient(-45deg, #585bc7, #a158aa, #585bc7, #a158aa);
  background-size: 400% 400%;
  color: #fff;
  font-size: 0.875rem;
}

.p-floating__sp-tel a::before {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 0;
  background: url(/common/img/ico_cva_tel.svg) no-repeat center center/contain;
  content: "";
}

.p-floating__sp-tel a::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 15px;
  line-height: 1;
  padding: 4px 0 0 0;
  background: #cf000e;
  font-size: 11px;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  content: "通話無料";
}

.p-floating__sp-chat {
  width: 49%;
  height: 58px;
}

.p-floating__sp-chat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1;
  -webkit-box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
          box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
  background: linear-gradient(-45deg, #d67e1f, #cbba1b, #d67e1f, #cbba1b);
  background-size: auto;
  background-size: 400% 400%;
  color: #fff;
  font-size: 0.875rem;
}

.p-floating__sp-chat a::before {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(/common/img/ico_cva_chat.svg) no-repeat center center/contain;
  content: "";
}

.p-floating__sp-download {
  width: 18%;
  height: 58px;
}

.p-floating__sp-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  line-height: 1.2;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
}

.p-floating__sp-download a::before {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  left: 50%;
  background: url("/common/img/ico_download.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

@media only screen and (min-width: 600px) {
  .p-floating__sp-tel br,
  .p-floating__sp-chat br,
  .p-floating__sp-download br {
    display: none;
  }
  .p-floating__sp-tel a,
  .p-floating__sp-chat a {
    font-size: 1rem;
  }
  .p-floating__sp-download a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px) {
  #floating {
    height: 75px;
  }
  .p-floating__sp {
    display: none;
  }
  .p-floating__pc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  .p-floating__pc-fee {
    width: 160px;
    margin-top: -5px;
  }
  .p-floating__pc-fee img {
    width: 100%;
    height: auto;
  }
  .p-floating__pc-tel {
    position: relative;
    width: 228px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    padding-left: 32px;
    color: #fff;
  }
  .p-floating__pc-tel::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 44px;
    background: url("/common/img/img_floating_tel_pc.png") 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .p-floating__pc-tel__time {
    font-size: 0.75rem;
  }
  .p-floating__pc-tel__num {
    font-size: 30px;
  }
  _::-webkit-full-page-media, _:future, :root .p-floating__pc-tel__num {
    font-size: 26px;
  }
  .p-floating__pc-mail {
    position: relative;
    width: 240px;
    height: 60px;
    -webkit-box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
            box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
    background: linear-gradient(-45deg, #1da891, #7fc755, #1da891, #7fc755);
    background-size: 400% 400%;
    overflow: hidden;
  }
  .p-floating__pc-mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: 2rem;
    color: #fff;
    font-weight: 600;
  }
  .p-floating__pc-mail a::before {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 30px;
    height: 30px;
    background: url("/common/img/ico_cva_mail.svg") 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .p-floating__pc-chat {
    position: relative;
    width: 240px;
    height: 60px;
    -webkit-box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
            box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1), -1px -1px 2px 2px hsla(0, 0%, 0%, 0.01), 0 2px 2px 0 hsla(0, 0%, 0%, 0.4);
    background: linear-gradient(-45deg, #d67e1f, #cbba1b, #d67e1f, #cbba1b);
    background-size: 400% 400%;
    overflow: hidden;
  }
  .p-floating__pc-chat a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: 2rem;
    color: #fff;
    font-weight: 600;
  }
  .p-floating__pc-chat a::before {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 30px;
    height: 30px;
    background: url("/common/img/ico_cva_chat.svg") 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .p-floating__pc-mail::before,
  .p-floating__pc-chat::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-45deg) translateX(-100%);
            transform: skewX(-45deg) translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    mix-blend-mode: multiply;
    content: "";
    opacity: 0.6;
    z-index: 0;
  }
  .p-floating__pc-mail::before {
    background-color: #008933;
  }
  .p-floating__pc-chat::before {
    background: #f50;
  }
  .p-floating__pc-mail:hover::before,
  .p-floating__pc-chat:hover::before {
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0);
  }
  .p-floating__pc-download {
    width: 80px;
  }
  .p-floating__pc-download a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.1;
    padding: 34px 0 4px;
    color: #fff;
    font-size: 0.65rem;
    text-align: center;
  }
  .p-floating__pc-download a:hover {
    opacity: 0.6;
  }
  .p-floating__pc-download a::before {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 4px;
    left: 50%;
    background: url("/common/img/ico_download.svg") 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
} /*769*/
/*===============================================
16.page top (floating)
===============================================*/
#scrollPageTop {
  position: fixed;
  z-index: 2000;
  bottom: 90px;
  right: 0;
  visibility: hidden;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

#scrollPageTop a {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 0.9;
  background: hsl(197, 68%, 64%);
}

#scrollPageTop span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#scrollPageTop span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}

#scrollPageTop.is-show {
  visibility: visible;
  opacity: 1;
}

#scrollPageTop.is-hide {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  #scrollPageTop {
    bottom: 100px;
  }
} /*769*/
.c-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/*::見出し:::::::::::::::::::*/
.c-head--lv2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  padding: 0 0 1.375rem;
  margin: 0 0 2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .c-head--lv2 {
    font-size: 2.5rem;
    margin: 0 0 3rem;
  }
}
.c-head--lv2::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#2146DD), to(#07CED9));
  background: linear-gradient(90deg, #2146DD 0%, #07CED9 100%);
}
.c-head--lv2__flow {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #197EE8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-head--lv2__flow {
    font-size: 2.5rem;
  }
}
.c-head--lv2__flow::before {
  content: "";
  border-top: 2px solid #197EE8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 1rem 0 0;
}
.c-head--lv2__flow::after {
  content: "";
  border-top: 2px solid #197EE8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 1rem;
}
.c-head--lv2__flow__num {
  font-family: "Open Sans";
  font-size: 4.375rem;
  font-weight: 700;
  color: #197EE8;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .c-head--lv2__flow__num {
    font-size: 6.875rem;
  }
}
.c-head--lv2__flow--wh {
  color: #ffffff;
}
.c-head--lv2__flow--wh::before {
  border-top: 2px solid #ffffff;
}
.c-head--lv2__flow--wh::after {
  border-top: 2px solid #ffffff;
}

.c-problems__tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00ACB0;
  text-align: center;
  margin: 0 0 1rem;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .c-problems__tit {
    font-size: 1.5rem;
  }
}

/*::ボタン:::::::::::::::::::*/
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  min-height: 80px;
  border-radius: 50px;
  padding: 11px 16px;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 11px 24px;
  }
}
.c-btn__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.c-btn--wh {
  color: #197EE8;
  background-color: #ffffff;
  border: 2px solid #197EE8;
}
.c-btn--wh::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  background: url(../img/ic_blank.svg) no-repeat center center/contain;
}
.c-btn--wh::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #197EE8;
  border-right: 1px solid #197EE8;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-btn--wh:hover {
    color: #ffffff;
    background-color: #197EE8;
    border: 2px solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--wh:hover::before {
    -webkit-mask: url(../img/ic_blank.svg) no-repeat center center/contain;
            mask: url(../img/ic_blank.svg) no-repeat center center/contain;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--wh:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.c-btn--bl {
  color: #ffffff;
  background-color: #197EE8;
  border: 2px solid #ffffff;
}
.c-btn--bl::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-btn--bl:hover {
    color: #197EE8;
    background-color: #ffffff;
    border: 2px solid #197EE8;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--bl:hover::after {
    border-top: 1px solid #197EE8;
    border-right: 1px solid #197EE8;
  }
}
.c-btn--tel {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#2146DD), to(#07CED9));
  background: linear-gradient(90deg, #2146DD 0%, #07CED9 100%);
}
@media screen and (min-width: 768px) {
  .c-btn--tel {
    display: none;
  }
}
.c-btn--tel__ic {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.c-btn--mail {
  color: #197EE8;
  background-color: #E5F4FF;
  border: 2px solid #197EE8;
}
.c-btn--mail__ic {
  width: 30px;
  height: 23px;
  margin-right: 10px;
}
.c-btn--mail__txt {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-left: 40px;
}
.c-btn--mail__txt::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img/ic_mail.svg) no-repeat center center/contain;
          mask: url(../img/ic_mail.svg) no-repeat center center/contain;
  background: #197EE8;
}
@media screen and (min-width: 768px) {
  .c-btn--mail:hover {
    color: #ffffff;
    background-color: #197EE8;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--mail:hover .c-btn--mail__txt::before {
    background: #ffffff;
  }
}
.c-btn--chat {
  color: #00ACB0;
  background-color: #ECF8F8;
  border: 2px solid #00ACB0;
}
.c-btn--chat__ic {
  width: 35px;
  height: 32px;
  margin-right: 10px;
}
.c-btn--chat__txt {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-left: 40px;
}
.c-btn--chat__txt::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img/ic_chat.svg) no-repeat center center/contain;
          mask: url(../img/ic_chat.svg) no-repeat center center/contain;
  background: #00ACB0;
}
@media screen and (min-width: 768px) {
  .c-btn--chat:hover {
    color: #ffffff;
    background-color: #00ACB0;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--chat:hover .c-btn--chat__txt::before {
    background: #ffffff;
  }
}

/*::流れの矢印:::::::::::::::::::*/
.c-arrow {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0 20px;
}
.c-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84px;
  height: 42px;
  background: url(../img/parts_flow_arrow.svg) no-repeat;
  background-size: contain;
  z-index: 0;
}
.c-arrow__txt {
  position: relative;
  z-index: 1;
}
.c-arrow__gradient {
  width: 65px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .c-arrow__gradient {
    width: 84px;
    height: 42px;
  }
}

/*::よくある質問:::::::::::::::::::*/
.c-question {
  position: relative;
  background-color: #E5F4FF;
  border-radius: 5px;
  padding: 16px 16px 16px 72px;
}
@media screen and (min-width: 768px) {
  .c-question {
    padding: 24px 24px 24px 110px;
  }
}
.c-question::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background-color: #197EE8;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-question::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
  }
}
.c-question::after {
  content: "Q";
  position: absolute;
  top: 13px;
  left: 16px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-question::after {
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
  }
}
.c-question__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-question__txt {
    font-size: 1.25rem;
  }
}

.c-answer {
  position: relative;
  padding: 16px 16px 0 72px;
}
@media screen and (min-width: 768px) {
  .c-answer {
    padding: 24px 24px 0 110px;
  }
}
.c-answer::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  border: 2px solid #197EE8;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-answer::before {
    top: 19px;
    left: 40px;
  }
}
.c-answer::after {
  content: "A";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #197EE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-answer::after {
    top: 19px;
    left: 43px;
  }
}

/*::CTA:::::::::::::::::::*/
.c-cta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/bg_cta_sp.webp) center center/cover no-repeat;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-cta {
    background: url(../img/bg_cta_pc.webp) center center/cover no-repeat;
    padding: 4rem 1rem;
  }
}
.c-cta__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-cta__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-cta__tit {
    margin: 0 0 2rem;
  }
}
.c-cta__tit__txt {
  position: relative;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  padding: 0 55px 0 55px;
}
@media screen and (min-width: 768px) {
  .c-cta__tit__txt {
    font-size: 1.75rem;
    padding: 0 70px 0 70px;
  }
}
.c-cta__tit__txt::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 53px;
  left: 0;
  bottom: 0;
  background: url(../img/parts_cta_line.svg) no-repeat center center/contain;
}
.c-cta__tit__txt::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 53px;
  right: 0;
  bottom: 0;
  background: url(../img/parts_cta_line.svg) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-cta__tit-mini {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-cta__tit-mini {
    font-size: 1.75rem;
  }
}
.c-cta__wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .c-cta__wrap {
    padding: 3rem;
  }
}
.c-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .c-cta__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.c-cta__tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cta__tel {
    width: 52%;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta__tel {
    width: 54%;
  }
}
.c-cta__mail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-cta__mail {
    width: 45%;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta__mail {
    width: 40%;
  }
}

.c-tel {
  position: relative;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .c-tel {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-tel {
    font-size: 4rem;
  }
}
.c-tel::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/ic_tel_wh.svg) no-repeat center center/contain;
          mask: url(../img/ic_tel_wh.svg) no-repeat center center/contain;
  background: #197EE8;
}
.c-tel__time {
  margin-top: 10px;
}
.c-tel__time__tag {
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #197EE8;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
}

/*::mv:::::::::::::::::::*/
.p-mv {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 525px;
  position: relative;
  background: url(../img/mv_bg_sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 615px;
    background: url(../img/mv_bg_pc.webp) center center/cover no-repeat;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 331px;
  height: 338px;
  background: url(../img/parts_mv_gradation_sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    width: 654px;
    height: 615px;
    background: url(../img/parts_mv_gradation_pc.webp) center center/cover no-repeat;
  }
}
.p-mv__inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.p-mv__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 74px;
  width: 343px;
  height: 264px;
  overflow: hidden;
  background: url(../img/illust_mv.webp) center top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv__inner::after {
    top: auto;
    bottom: 9rem;
    width: 520px;
    height: 450px;
    background: url(../img/illust_mv.webp) center center/100% 100% no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__inner::after {
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 1rem;
    bottom: 1rem;
    width: 646px;
    height: 557px;
  }
}
.p-mv__copy__area {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-mv__copy__area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 85%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__copy__area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90%;
    margin: 0 0 0 16px;
  }
}
.p-mv__copy__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}
@media screen and (min-width: 768px) {
  .p-mv__copy__wrap {
    gap: 0;
  }
}
.p-mv__topCopy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-mv__topCopy__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
}
.p-mv__topCopy--01 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #197EE8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__topCopy--01 {
    font-size: 1.25rem;
  }
}
.p-mv__topCopy--02 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #197EE8;
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .p-mv__topCopy--02 {
    font-size: 1.25rem;
    -webkit-text-stroke: 6px #ffffff;
    text-stroke: 6px #ffffff;
  }
}
.p-mv__bottomCopy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mv__bottomCopy--01 {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomCopy--01 {
    font-size: 2rem;
    text-align: inherit;
  }
}
.p-mv__bottomCopy--black {
  color: #333333;
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomCopy--black {
    -webkit-text-stroke: 6px #ffffff;
    text-stroke: 6px #ffffff;
  }
}
.p-mv__bottomCopy--gradientMain {
  position: relative;
}
.p-mv__bottomCopy--gradientMain::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "大手事務所";
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomCopy--gradientMain::before {
    -webkit-text-stroke: 6px #ffffff;
    text-stroke: 6px #ffffff;
  }
}
.p-mv__bottomCopy--gradientMain::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "大手事務所";
  background: -webkit-gradient(linear, left top, right top, from(#2146DD), to(#07CED9));
  background: linear-gradient(90deg, #2146DD 0%, #07CED9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-mv__bottomCopy--02 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomCopy--02 {
    font-size: 2.25rem;
    -webkit-text-stroke: 6px #ffffff;
    text-stroke: 6px #ffffff;
  }
}
.p-mv__bottomCopy--03 {
  font-size: 1.625rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__bottomCopy--03 {
    font-size: 2.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

/*::このようなお悩みはまずは弁護士にご相談ください〜:::::::::::::::::::*/
.p-problems {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #ECF8F8;
  padding: 0 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-problems {
    padding: 0 1rem 5rem;
  }
}
.p-problems::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D1EFFA), to(#ECF8F8));
  background: linear-gradient(to bottom, #D1EFFA, #ECF8F8);
}
.p-problems__wrap {
  position: relative;
}

.p-concern {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-3rem);
          transform: translateX(-50%) translateY(-3rem);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concern {
    max-width: 1000px;
  }
}
.p-concern__wrap {
  background-color: #ffffff;
  padding: 2rem 1rem 3rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-concern__wrap {
    padding: 3rem;
  }
}
.p-concern__title-small {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concern__title-small {
    font-size: 1.75rem;
  }
}
.p-concern__title-large {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 2rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concern__title-large {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
}
.p-concern__title-large::after {
  content: "";
  position: absolute;
  width: 311px;
  height: 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/parts_concern_sp.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-concern__title-large::after {
    width: 550px;
    height: 20px;
    background: url(../img/parts_concern_pc.svg) no-repeat center/contain;
  }
}
.p-concern__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-concern__list__wrap {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-concern__list__wrap {
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: 1.5rem 3rem;
  }
}
.p-concern__list__item {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #888;
}
@media screen and (min-width: 768px) {
  .p-concern__list__item:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-concern__list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-concern__list__item:last-child {
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #888;
  }
}
.p-concern__list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 25px;
  height: 25px;
  background: url(../img/ic_check.svg) no-repeat center center/contain;
}

.p-request {
  border-bottom: 1px solid #888;
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-request {
    padding: 0 0 4rem;
  }
}
.p-request p + p {
  margin-top: 1rem;
}
.p-request__tx-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-request__tx-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-request__img {
  max-width: 343px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .p-request__img {
    max-width: 461px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-request__tx {
    width: 50%;
  }
}

.p-risk {
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-risk {
    padding: 4rem 0 0;
  }
}
.p-risk__tx {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-risk__tx {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.p-risk__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-risk__category {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-risk__category__item {
  width: calc((100% - 1rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #00ACB0;
  background: #ffffff;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-risk__category__item {
    width: calc((100% - 1rem) / 4);
  }
}
@media screen and (min-width: 1024px) {
  .p-risk__category__item {
    padding: 1.5rem;
  }
}
.p-risk__category__tit {
  font-size: 18px;
  color: #F78601;
  font-weight: 700;
}
.p-risk__category__ic {
  width: 100px;
}

/*::削除・特定・賠償請求・刑事告訴の4本柱:::::::::::::::::::*/
.p-service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url(../img/bg_graphpaper.webp) repeat;
  background-size: 50% auto;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    background: url(../img/bg_graphpaper.webp) repeat;
    background-size: auto;
    padding: 5rem 1rem;
  }
}
.p-service__wrap {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-service__wrap {
    padding: 4rem 3rem;
  }
}
.p-service__wrap::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 93px;
  left: 50%;
  bottom: -110px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url(../img/parts_gradation_arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-service__wrap::before {
    width: 84px;
    height: 120px;
    bottom: -153px;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-service__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.p-service__img {
  width: 100%;
  max-width: 311px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    max-width: 250px;
  }
}
.p-service__img img {
  border-radius: 5px;
}
.p-service__txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-service__txt_area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 290px);
  }
}
.p-service__tit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #197EE8;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  height: 60px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__tit__box {
    height: 65px;
    width: 338px;
  }
}
.p-service__tit__num {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.75rem;
  color: #ffffff;
  width: 50px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#2146DD), to(#07CED9));
  background: linear-gradient(90deg, #2146DD 0%, #07CED9 100%);
  text-align: center;
  padding: 6px 0 0;
}
@media screen and (min-width: 768px) {
  .p-service__tit__num {
    font-size: 2rem;
    width: 70px;
    height: 65px;
  }
}
.p-service__tit__txt {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-service__tit__txt {
    font-size: 1.5rem;
  }
}

/*::01〜04共通:::::::::::::::::::*/
.p-flow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 5rem 1rem;
  }
}
.p-flow__h2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__h2__box {
    margin-bottom: 2rem;
  }
}
.p-flow__h2__desc {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__h2__desc {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-flow__item__box {
  background-color: #ffffff;
  border: 1px solid #197EE8;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item__box {
    border-radius: 1.25rem;
    padding: 3rem;
  }
}
.p-flow__item__box--row {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__item__box--row {
    width: calc((100% - 40px) / 2);
    padding: 3rem 2rem;
  }
}
.p-flow__tit__num {
  font-family: "Open Sans";
  font-size: 2rem;
  font-weight: 600;
  color: #197EE8;
  line-height: 1;
}
.p-flow___tit__txt {
  position: relative;
  font-size: 1.25rem;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-flow___tit__txt {
    font-size: 1.5rem;
  }
}
.p-flow___tit__txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #888;
}
.p-flow___tit__txt--dot {
  margin-bottom: 1.5rem;
}
.p-flow___tit__txt--dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background-color: #197EE8;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .p-flow___tit__txt--dot::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-flow___tit__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.p-flow__wrap-patt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__wrap-patt01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.p-flow__wrap-patt01 p + p {
  margin-top: 1rem;
}
.p-flow__wrap-patt01__desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__wrap-patt01__desc {
    width: 46%;
  }
}
.p-flow__wrap-patt01__img {
  max-width: 453px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-flow__wrap-patt01__img {
    margin: 0;
  }
}
.p-flow__wrap-patt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-flow__wrap-patt02__img {
  max-width: 411px;
  margin: 1rem auto 0;
}
.p-flow__wrap-patt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__wrap-patt03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
.p-flow__patt03__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #888;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__patt03__item {
    border-bottom: none;
    border-right: 1px solid #888;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__patt03__item:nth-child(1) {
    width: 32%;
    padding: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__patt03__item:nth-child(2) {
    width: 36%;
  }
}
.p-flow__patt03__item:nth-child(3) {
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__patt03__item:nth-child(3) {
    width: 32%;
    border-right: none;
    padding: 0 0 0 1.5rem;
  }
}
.p-flow__damage__tit {
  font-size: 18px;
  font-weight: 700;
  color: #197EE8;
}
.p-flow__damage__ic {
  width: 100px;
}

/*::01 投稿内容の削除請求の流れ:::::::::::::::::::*/
.p-flow01 {
  background-color: #E5F4FF;
  padding: 4.5rem 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-flow01 {
    padding: 6rem 1rem 5rem;
  }
}
.p-flow01__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/*::02 加害者特定の流れ:::::::::::::::::::*/
.p-flow02 {
  background-color: #F0FAFF;
}
.p-flow02__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow02__item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

/*::03 損害賠償請求の流れ:::::::::::::::::::*/
.p-flow03 {
  background-color: #E5F4FF;
}

/*::04 刑事告訴の流れ:::::::::::::::::::*/
.p-flow04 {
  background-color: #F0FAFF;
}

/*::ベリーベストが選ばれる4つの理由:::::::::::::::::::*/
.p-strength {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url(../img/bg_geometry.webp) top center/cover no-repeat;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-strength {
    padding: 5rem 1rem;
  }
}
.p-strength__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-strength__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.p-strength__item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: #ffffff;
  border: 2px solid #197EE8;
  border-radius: 5px;
  padding: 1.5rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-strength__item {
    width: calc((100% - 40px) / 2);
    padding: 1.5rem 2rem 2rem;
  }
}
.p-strength__item::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 77px;
  top: -1px;
  left: 1rem;
  background: url(../img/ic_strength_deco.svg) no-repeat center center/contain;
  font-family: "Open Sans";
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-strength__item::before {
    width: 70px;
    height: 90px;
    left: 2rem;
    font-size: 2.5rem;
  }
}
.p-strength__item--01::before {
  content: "01";
}
.p-strength__item--02::before {
  content: "02";
}
.p-strength__item--03::before {
  content: "03";
}
.p-strength__item--04::before {
  content: "04";
}
.p-strength__ic {
  width: 100px;
}
.p-strength__tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #197EE8;
  text-align: center;
}

/*::ご相談の流れ:::::::::::::::::::*/
.p-step {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url(../img/bg_graphpaper.webp) repeat;
  background-size: 50% auto;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-step {
    background: url(../img/bg_graphpaper.webp) repeat;
    background-size: auto;
    padding: 5rem 1rem;
  }
}
.p-step__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-step__item__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.p-step__item__box::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-step__item__box::after {
    display: none;
  }
}
.p-step__item__box:nth-of-type(1)::after {
  width: 82px;
  height: 37px;
  background: url(../img/ic_step01_col.svg) no-repeat center center/contain;
}
.p-step__item__box:nth-of-type(3)::after {
  width: 59px;
  height: 53px;
  background: url(../img/ic_step02_col.svg) no-repeat center center/contain;
}
.p-step__item__box:nth-of-type(5)::after {
  width: 42px;
  height: 42px;
  background: url(../img/ic_step03_col.svg) no-repeat center center/contain;
}
.p-step__item__box:nth-of-type(7)::after {
  width: 49px;
  height: 37px;
  background: url(../img/ic_step04_col.svg) no-repeat center center/contain;
}
.p-step__txt_area {
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-step__txt_area {
    width: 72%;
    padding: 3rem;
  }
}
.p-step__sub {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 5px;
}
.p-step__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background-color: #197EE8;
  border-radius: 50px;
}
.p-step__ic01 {
  width: 151px;
  height: 65px;
}
.p-step__ic02 {
  width: 117px;
  height: 100px;
}
.p-step__ic03 {
  width: 83px;
  height: 80px;
}
.p-step__ic04 {
  width: 111px;
  height: 80px;
}
.p-step__ic_area {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-step__ic_area {
    width: 28%;
    display: grid;
    place-content: center;
  }
}
.p-step__ic_area01 {
  background-color: #83E1E3;
}
.p-step__ic_area02 {
  background-color: #9FE8FA;
}
.p-step__ic_area03 {
  background-color: #90D6FF;
}
.p-step__ic_area04 {
  background-color: #8DC4FF;
}

/*::費用:::::::::::::::::::*/
.p-fee {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: url(../img/bg_fee_sp.webp) center center/cover no-repeat;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-fee {
    background: url(../img/bg_fee_pc.webp) center center/cover no-repeat;
    padding: 5rem 1rem;
  }
}
.p-fee__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fee__item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 3rem;
  }
}
.p-fee__item__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fee__item__box {
    width: 50%;
    border-top: none;
    border-left: 1px solid #ffffff;
    padding-top: 0;
  }
}
.p-fee__item__box:first-child {
  border: none;
  padding-top: 0;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fee__item__box:first-child {
    gap: 20px;
    padding-bottom: 0;
  }
}

/*::よくある質問:::::::::::::::::::*/
.p-faq {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 5rem 1rem;
  }
}
.p-faq__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item__wrap {
    gap: 3rem;
  }
}
.p-faq__item__box:last-child .c-answer {
  padding: 16px 16px 0 72px;
}
@media screen and (min-width: 768px) {
  .p-faq__item__box:last-child .c-answer {
    padding: 24px 24px 0 110px;
  }
}
.p-faq__item__box:last-child a {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-faq__item__box:last-child a {
    margin: 0 0 0 110px;
  }
}

/*::text:::::::::::::::::::*/
.u-txt-color--wh {
  color: #ffffff;
}

.u-txt-color--main {
  color: #197EE8;
}

.u-txt-color--point {
  color: #F34943;
}

.u-txt-size--s {
  font-size: 0.875rem;
}

.u-txt-size--m {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-txt-size--m {
    font-size: 32px;
  }
}

.u-txt-size--l {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .u-txt-size--l {
    font-size: 32px;
  }
}

.u-bold {
  font-weight: bold;
}

.u-marker--gradient01 {
  background: -webkit-gradient(linear, left top, right top, from(#FBACA9), to(#FDE19A));
  background: linear-gradient(90deg, #FBACA9 0%, #FDE19A 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  padding-bottom: 0.2em;
}

.u-marker--gradient02 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(33, 70, 221, 0.5)), to(rgba(7, 206, 217, 0.5)));
  background: linear-gradient(90deg, rgba(33, 70, 221, 0.5), rgba(7, 206, 217, 0.5));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 30%;
  padding-bottom: 0.2em;
}

.u-marker--caution {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #FFDC3F));
  background: linear-gradient(transparent 40%, #FFDC3F 60%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 80%;
  padding-bottom: 0.2em;
}

.u-bg--gradientMain {
  font-size: 2.5rem;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, right top, from(#2146DD), to(#07CED9));
  background: linear-gradient(90deg, #2146DD 0%, #07CED9 100%);
  border-radius: 5px;
  padding: 3px 10px;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .u-bg--gradientMain {
    font-size: 3rem;
    padding: 3px 10px;
  }
}

.u-bg--gradientSub {
  font-size: 2.5rem;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, right top, from(#F53028), to(#F9B501));
  background: linear-gradient(90deg, #F53028 0%, #F9B501 100%);
  border-radius: 5px;
  padding: 3px 10px;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .u-bg--gradientSub {
    font-size: 3rem;
    padding: 3px 10px;
  }
}

.u-rounded {
  background-color: #ffffff;
  border: 1px solid #197EE8;
  border-radius: 50px;
  padding: 3px 20px;
}
@media screen and (min-width: 768px) {
  .u-rounded {
    padding: 5px 20px;
  }
}

.u-deco--dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #00ACB0, #00ACB0 100%, transparent, transparent);
  padding-top: 0.6em;
}

/*::display:::::::::::::::::::*/
.u-only--sp {
  display: block;
}
.u-only--sp-tab {
  display: block;
}
.u-only--tab {
  display: none;
}
.u-only--tab-pc {
  display: none;
}
.u-only--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-only--sp {
    display: none;
  }
  .u-only--sp-tab {
    display: block;
  }
  .u-only--tab {
    display: block;
  }
  .u-only--tab-pc {
    display: block;
  }
  .u-only--pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-only--sp {
    display: none;
  }
  .u-only--sp-tab {
    display: none;
  }
  .u-only--tab {
    display: none;
  }
  .u-only--tab-pc {
    display: block;
  }
  .u-only--pc {
    display: block;
  }
}

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

.u-display--inline-block--ver2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-display--inline-block--ver2 {
    display: inline-block;
  }
}

.u-block__sentence {
  margin-bottom: 1rem;
}

.u-width-max {
  width: 100%;
}/*# sourceMappingURL=style.css.map */