@charset "UTF-8";
/* ________定義_______ */
html {
  font-size: 62.5%;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.sm_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sm_only {
    display: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
.display-none,
.pc-none {
  display: none;
}

.pc_flex {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* カード間に余白 */
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .pc_flex {
    display: block;
  }
}

.max_img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .max_img {
    width: 100%;
  }
}

.img-center, .contents_title_img img {
  display: block;
  margin: 0 auto;
}

br.big_br {
  display: block;
  content: "";
  margin: 10px 0;
}

.HL_text, .pat_03 .pat_03_text span, .timing ul li span, .pat_02_back .pat_02 .pat_02_content span, .info span {
  font-weight: bold;
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

.blue_back {
  background-color: #f4f8fd;
  padding: 1px;
}

.pattern-dots-md {
  background-image: radial-gradient(#006075 1px, transparent 1px);
  background-size: 10px 10px;
}

.marker_anime {
  background: linear-gradient(transparent 50%, #fff5d7 50%);
  display: inline;
  transition: background-size 4s ease;
  background-size: 0 100%;
  background-repeat: no-repeat;
  font-weight: bold;
}

.marker_anime.highlight {
  background-size: 100% 100%;
}

.line_back {
  background: #ffffff;
}
.line_back .contents {
  padding-top: 0;
}

.line_box {
  background-color: #133559;
  width: 100vw;
  height: auto; /* アスペクト比を維持 */
  display: block; /* margin: auto を効かせるなら必要 */
  margin: 0 auto; /* 中央揃え */
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ta-j {
  text-align: justify;
}

@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff) format("woff");
}
/* ________MAIN_______ */
body {
  color: #333;
  line-height: 2;
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* FV */
header {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
header img {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #ffffff;
  }
  header img {
    width: 60%;
    display: block;
    margin: 0 auto;
    height: unset;
  }
}

.header_back {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/back.png);
}
.header_back .header_inner {
  width: 100%;
  margin: 0px auto 0;
  padding: 0px 0 0px 0;
  /* height: 695px; */
}
.header_back .header_inner img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.header_back .header_inner small {
  font-size: 1.3rem;
}
.header_back .header_inner .main_bottom {
  background-color: #ffe8c1;
  padding: 30px 0;
}
.header_back .header_inner .main_bottom img {
  width: 1000px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .header_inner {
    width: 100%;
    padding: 0;
  }
  .header_inner img {
    width: 100%;
  }
}
/* コンテンツ全体 */
.contents {
  width: 1000px;
  margin: 0px auto;
  padding: 50px 0;
}

.contents_title {
  font-size: 2.5rem;
  position: relative;
  padding: 1.5rem 0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.7;
  color: #133559;
  font-family: "ShipporiMincho";
}
.contents_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #133559;
}
@media screen and (min-width: 769px) {
  .contents_title {
    font-size: 4rem;
  }
}

.contents_subtitle {
  position: relative;
  display: block;
  text-align: center;
  margin: 55px 0 28px;
}
.contents_subtitle::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 30px;
  color: #133559;
  margin: -40px -50px;
}

.contents_title_img img {
  height: 320px;
  width: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 0px auto;
    padding: 20px 10px;
  }
  .title-wrapper {
    margin: 0 -8px;
    width: 100%;
  }
  .contents_subtitle {
    font-size: 1.6rem;
    position: relative;
    display: block;
    text-align: left;
    margin: 60px 10px 20px 20px;
    color: #133559;
  }
  .contents_subtitle::before {
    font-size: 22px;
    margin: -42px -9px;
  }
  .contents_title_img img {
    width: 100%;
    height: unset;
    margin-bottom: 30px;
  }
  .contents_title_img02 img {
    width: 70%;
  }
  .contents_title_img03 img {
    width: 50%;
  }
}
/* アクションボタン */
.action_back {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/action_back_sp.png);
}
@media screen and (min-width: 768px) {
  .action_back {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/action_back.png);
    width: 100vw; /* 画面幅に合わせて伸縮 */
    height: auto; /* アスペクト比を維持 */
    display: block; /* margin: auto を効かせるなら必要 */
    margin: 0 auto; /* 中央揃え */
  }
}

.action_back_ {
  padding: 70px 0 0 0;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .action_back_ {
    padding: 70px 0 0 0;
    margin-top: -30px;
  }
}
.action_contents {
  width: 70vw;
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .action_contents {
    width: 100%;
    display: block;
    padding: 20px 10px 30px;
  }
}
.action_contents .max_img {
  width: 65vw;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .action_contents .max_img {
    width: 100%;
    margin-bottom: -10px;
  }
}
.action_contents .action_btn .flex {
  align-items: flex-end;
}
.action_contents .action_btn h1 {
  font-size: 3rem;
  line-height: 1.8;
  height: 190px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .action_contents .action_btn h1 {
    font-size: 2rem;
    height: 240px;
    text-align: center;
  }
}
.action_contents .action_btn .box_mail {
  position: relative;
}
.action_contents .action_btn .box_mail img {
  z-index: 3;
  position: relative;
  width: 450px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .action_contents .action_btn .box_mail img {
    width: 100% !important;
  }
}
.action_contents .action_btn .box_tel {
  position: relative;
}
.action_contents .action_btn .box_tel img {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .action_contents .action_btn .box_tel {
    position: relative;
  }
  .action_contents .action_btn .box_tel img {
    z-index: 3;
    position: relative;
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* 質上げ施策 */
.info {
  background: #fff1f1;
  margin: 35px auto 0px;
  padding: 15px 5%;
  text-align: left;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .info {
    margin-top: 30px;
  }
}
.info .titleinsub {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
.info h3 {
  font-weight: bold;
  text-align: center;
  color: #8b1000;
  font-size: 25px;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 1.3;
}
.info p.titlein {
  background: white;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.info p.titlein span {
  color: #ff7200;
}
.info ul.asterisk {
  margin-left: 100px;
  /* width: 900px; */
  /* margin: auto; */
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.info ul.asterisk li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 2.3rem;
}
.info ul.asterisk li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
  color: #d37666;
  margin: -2px -38px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 15px 10px;
    font-size: 1.5rem !important;
  }
  .info p {
    text-align: left;
    font-size: 1.4rem;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    color: #cc0200;
    padding: 5px 10px;
  }
  .info h3 {
    font-size: 1.8rem;
  }
  .info ul.asterisk {
    margin-left: 35px;
  }
  .info ul.asterisk li {
    list-style-type: none;
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .info ul.asterisk li:before {
    margin: -2px -25px;
  }
  .info .titleinsub {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/* お悩み */
@media screen and (max-width: 768px) {
  .onayami {
    padding: 0;
    background: none;
  }
}
.onayami .pc_flex {
  flex-wrap: wrap;
}

.onayami_bottom {
  background: #f1d900;
  position: relative;
  padding: 34px 0 20px;
}
.onayami_bottom::before {
  content: "";
  position: absolute;
  background: url(../images/yellow_back.svg) no-repeat center top;
  width: 1000px;
  background-size: contain;
  top: 100%;
  height: auto;
  right: 14%;
  height: 69px;
}
@media screen and (max-width: 768px) {
  .onayami_bottom::before {
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .onayami_bottom {
    padding: 30px 10px;
  }
}

/* アピールコンテンツ〜〜縦図なし */
.pat_02_back .pat_02 {
  text-align: justify;
  padding: 60px 40px;
  background: #fffbf0;
  margin-bottom: 80px;
  padding-top: 45px;
}
.pat_02_back .pat_02 .point_num {
  width: 15%;
  margin: 0 auto;
  display: block;
}
.pat_02_back .pat_02 .merit_num {
  text-align: center;
  color: #ea9900;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid;
  line-height: 1.5;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.pat_02_back .pat_02 ul {
  margin: 20px 0;
}
.pat_02_back .pat_02 .pat_img {
  width: 38%;
  margin-left: 40px;
}
.pat_02_back .pat_02 h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.pat_02_back .pat_02 .pat_02_title {
  color: #ff6632;
  font-weight: bold;
  /* background: linear-gradient(transparent 65%, #ccd7b6 65%); */
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 4.5rem;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pat_02_back .pat_02 {
    padding: 20px 10px;
    margin-bottom: 50px;
  }
  .pat_02_back .pat_02 .pat_02_content span {
    font-weight: bold;
  }
  .pat_02_back .pat_02 h1 {
    font-size: 2rem;
  }
  .pat_02_back .pat_02 .pat_img {
    width: 100%;
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin: 10px 0;
  }
  .pat_02_back .pat_02 ul {
    margin: 20px 0;
  }
  .pat_02_back .pat_02 .pat_img_sm2 {
    height: 200px !important;
  }
  .pat_02_back .pat_02 .point_num {
    width: 30%;
    margin: 0 auto;
    display: block;
  }
  .pat_02_back .pat_02 .merit_num {
    font-size: 2.5rem;
  }
  .pat_02_back .pat_02 .pat_02_title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
  }
}

.reason {
  width: 100%;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .reason {
    width: 60vw;
    display: block;
    margin: 0 auto;
  }
}

.reason_text {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .reason_text {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .komon_back01 {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/action_back.png);
    width: 100vw;
    height: auto; /* アスペクト比を維持 */
    display: block; /* margin: auto を効かせるなら必要 */
    margin: 0 auto; /* 中央揃え */
  }
}

.komon_keiyaku {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/action_back_sp.png);
}
@media screen and (min-width: 768px) {
  .komon_keiyaku {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/komon_back.png);
    width: 100vw;
    height: auto; /* アスペクト比を維持 */
    display: block; /* margin: auto を効かせるなら必要 */
    margin: 0 auto; /* 中央揃え */
  }
}

.komon_img {
  width: 100%;
  height: auto; /* アスペクト比を維持 */
  display: block; /* margin: auto を効かせるなら必要 */
  margin: 0 auto; /* 中央揃え */
}
@media screen and (min-width: 768px) {
  .komon_img {
    padding: 30px;
    width: 65vw;
  }
}

.usp {
  background-color: #ffffff;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  overflow: visible;
  max-width: 1000px; /* 全体の最大幅を1000pxに制限 */
  margin: 0 auto; /* 中央寄せ */
}

@media screen and (max-width: 768px) {
  .usp::after {
    content: "";
    position: absolute;
    bottom: -30px; /* 矢印の高さ分下に出す */
    left: 0;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 30px solid #ffffff; /* 背景色と同じに */
    z-index: -1; /* 背景として表示させる */
  }
}
/* ::afterで矢印型の下辺を作る */
.reason_title {
  width: 100%;
  padding: 20px 10px;
  height: auto; /* アスペクト比を維持 */
  display: block; /* margin: auto を効かせるなら必要 */
  margin: 0 auto; /* 中央揃え */
}
@media screen and (min-width: 768px) {
  .reason_title {
    width: 60vw;
  }
}

.timimg_text {
  padding: 0 10px;
  display: block;
  margin: 0 auto;
}

.reason__highlight {
  color: #9a0000;
  font-weight: bold;
}

.reason_img {
  width: 40%;
  display: block;
  margin: 10px auto;
  height: auto;
}

@media screen and (min-width: 769px) {
  .reason_img {
    width: 25%;
    max-width: 30%;
  }
}
.timimg_text_inner {
  padding: 5.3% 15px 5.3% 15px;
  border: 4px solid #144062;
  border-top: none;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .timimg_text_inner {
    width: 60vw;
    display: block;
    margin: 0 auto;
  }
}

/* =========対比表=========== */
.sec .position {
  position: relative;
}

.special-table {
  font-weight: 400;
  border-spacing: 0;
  border-collapse: separate;
  margin-top: 90px;
}
.special-table .table-heading {
  border-radius: 10px 0 0 0;
}
.special-table .table-empty {
  height: 3rem;
}
.special-table .table-heading-a {
  font-size: 2.5rem;
  text-align: center;
  padding: 1em 1em;
  line-height: 2.5625rem;
  background-color: #eeeeee;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
}
.special-table .table-heading-b {
  font-size: 2.5rem;
  color: #fff;
  padding: 1.75em 1em;
  background-color: #22589b;
  border: 5px solid #22589b;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-weight: bold;
}
.special-table .table-lawyer {
  position: absolute;
  bottom: -5px;
  right: 2px;
}
.special-table .table-lawyer img {
  width: 145px;
}
.special-table .table-item {
  background-color: #eee;
  padding: 4rem 0;
  width: 10em;
  text-align: center;
  border-left: 2px solid #333;
  border-top: 2px dashed #94a3a9;
}
.special-table .table-item.first {
  border-radius: 10px 0 0 0;
  border-top: 2px solid #333;
}
.special-table .table-item.last {
  border-radius: 0 0 0 10px;
  border-bottom: 2px solid #333;
}
.special-table .table-a,
.special-table .table-b {
  border-top: 2px dashed #94a3a9;
  padding: 2.5rem 1rem;
  width: calc(50% - 5em);
  background-color: white;
}
.special-table .table-a.first,
.special-table .table-b.first {
  border-top: none;
}
.special-table .table-a.last,
.special-table .table-b.last {
  border-bottom: 2px solid #333;
}
.special-table .table-a.first {
  position: relative;
}
.special-table .table-a.first::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
}
.special-table .table-b {
  background-color: #fff9f9;
  border-left: 5px solid #22589b;
  border-right: 5px solid #22589b;
}
.special-table .table-b.last {
  border-radius: 0 0 10px 0;
  border-bottom: 5px solid #22589b;
}

.red-txt {
  color: #ff6632;
  font-weight: bold;
}

.blue-txt {
  color: #425ff2;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .second-heading {
    font-size: 1.25em;
  }
  .sec-card {
    position: relative;
    padding: 1em 1em 2em;
  }
  .sec-card + .sec-card {
    margin-top: 1rem;
  }
  .card-img-right {
    margin-left: 0;
  }
  .sec-point-bg {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .sec-point-bg::before {
    font-size: 1em;
    top: -31px;
    left: auto;
  }
  .sec-point-bg img {
    width: 30px;
    height: auto;
  }
  .sec-point-box {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 2em 1em 1.5em;
    margin-top: 5em;
    text-align: center;
  }
  .sec.hikaku .u-margin {
    margin: 2em 0;
  }
  .table-title {
    width: 228px;
    height: auto;
    top: -66px;
  }
  .pc-special-table .table-b,
  .pc-special-table .table-heading-b {
    display: none;
  }
  .special-table {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0px;
  }
  .special-table .table-a {
    padding: 1.5em 1em;
  }
  .special-table .table-b {
    padding: 1.5em 1em;
    border-left: 3px solid #22589b;
    border-right: 3px solid #22589b;
  }
  .special-table .table-b.last {
    border-bottom: 3px solid #22589b;
  }
  .special-table .table-heading-a {
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
    border-right: 2px solid #333;
  }
  .special-table .table-heading-b {
    font-size: 1.25em;
    border: 3px solid #22589b;
    padding: 1.5em 1em 1.5em 0.5em;
    font-weight: bold;
  }
  .special-table .table-a {
    border-right: 2px solid #333;
  }
  .special-table .table-a.last {
    border-radius: 0 0 10px 0;
  }
  .special-table .table-item {
    padding: 0;
    vertical-align: middle;
  }
  .special-table .table-lawyer {
    bottom: -3px;
    right: 0px;
    width: 70px;
  }
  .special-table .table-lawyer img {
    display: none;
  }
  .sp-arrow {
    width: 30px;
    height: 30px;
    background-color: #ff6632;
    margin: 2em auto 4em;
    position: relative;
  }
  .sp-arrow::after {
    content: "";
    position: absolute;
    border: 26px solid transparent;
    border-top: 35px solid #ff6632;
    display: inline-block;
    top: 28px;
    left: 50%;
    margin-left: -26px;
  }
}
#omakase-bengoshi {
  overflow: hidden;
  padding: 0 0 145px;
}
#omakase-bengoshi .inner {
  padding: 50px 0 0;
  position: relative;
  background: #43628a;
}
#omakase-bengoshi .inner::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  bottom: -145px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 145px 1000px 0 1000px;
  border-color: #43628a transparent transparent transparent;
}
#omakase-bengoshi .inner h2 {
  color: #fff;
  font-size: 73px;
  font-weight: 700;
  color: #f63;
  line-height: 1.2;
  letter-spacing: 0.045em;
  white-space: nowrap;
  text-align: center;
}
#omakase-bengoshi .inner h2 .white {
  display: block;
  font-size: 38px;
  color: #fff;
}
#omakase-bengoshi .inner ul {
  display: flex;
  width: 1060px;
  margin: 30px auto 0;
}
#omakase-bengoshi .inner ul li {
  overflow: hidden;
  width: 250px;
  height: 250px;
  border: none 1px #fff;
  border-radius: 50%;
  background: #fff;
}
#omakase-bengoshi .inner ul li + li {
  margin-left: 20px;
}
#omakase-bengoshi .inner ul li img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  #omakase-bengoshi {
    padding-bottom: 75px;
  }
  #omakase-bengoshi .inner {
    padding: 25px 10px 0;
  }
  #omakase-bengoshi .inner::before {
    left: calc(50% - 470px);
    bottom: -74px;
    border-width: 75px 470px 0 470px;
  }
  #omakase-bengoshi .inner h2 {
    font-size: 3rem;
    white-space: normal;
    letter-spacing: -0.075em;
  }
  #omakase-bengoshi .inner h2 .white {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  #omakase-bengoshi .inner ul {
    flex-wrap: wrap;
    width: 300px;
    margin: 20px auto 0;
    padding: 0 5px;
  }
  #omakase-bengoshi .inner ul li {
    width: calc(50% - 10px);
    height: auto;
    margin: 10px 5px 0;
  }
  #omakase-bengoshi .inner ul li + li {
    margin-left: 5px;
  }
}

.timing .pc_flex {
  justify-content: flex-start;
}
.timing ul li {
  padding: 70px 50px;
  margin-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.timing ul li div br {
  display: block;
  content: "";
  margin: 10px 0;
}
.timing ul li img {
  width: 355px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  box-shadow: 11px 11px 0 #dbd9d9;
  margin-right: 60px;
}
.timing ul li h1 {
  font-size: 4rem;
  color: #d54b00;
  line-height: 1.3;
  font-weight: bold;
}
.timing ul li h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 20px;
  border-left: 2px solid #d54b00;
  padding: 10px 20px;
  font-weight: bold;
}
.timing ul li .HW_text {
  font-family: "Dancing Script", cursive;
  font-size: 7rem;
  position: absolute;
  z-index: 2;
  margin-top: -95px;
  color: rgba(213, 75, 0, 0.1490196078);
}
.timing .fuan {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #707070;
}
@media screen and (max-width: 480px) {
  .timing ul li {
    padding: 35px 15px;
  }
  .timing ul li img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .timing ul li h1 {
    margin-top: 80px;
    font-size: 3rem;
  }
  .timing .jirei_text {
    margin-top: 20px;
  }
  .timing .fuan {
    margin-bottom: -65px;
    margin-top: 75px;
  }
}

.reason_text {
  margin-top: 50px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .reason ul li {
    padding: 35px 15px;
  }
  .reason ul li div h2 {
    font-size: 2rem;
  }
  .reason ul li img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .reason ul li div h1 {
    margin-top: 80px;
    font-size: 3rem;
  }
  .reason_text {
    margin-top: 30px;
  }
}
/* アピールコンテンツ〜〜横２ */
.pat_03 {
  margin-top: 50px;
}
.pat_03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pat_03 li {
  background-color: white;
  width: 48%;
  margin-bottom: 100px;
  color: black(0, 13, 102);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.pat_03 img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pat_03 .pat_03_text {
  padding: 45px;
}
.pat_03 .pat_03_text small {
  line-height: 1.7;
  display: inline-block;
}
.pat_03 .pat_03_text_title {
  color: #ff6632;
  line-height: 1.5;
  font-size: 3.5rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pat_03 img {
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pat_03 li {
    margin-bottom: 30px;
    width: 100%;
  }
  .pat_03 .pat_03_text {
    padding: 30px 20px;
  }
  .pat_03 .pat_03_text_title {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}

/*======お客さんの声======*/
.voice_icon {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
}

.voice_pofile {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
}
.voice_pofile p {
  font-weight: bold;
}
.voice_pofile .voice_icon {
  width: 120px;
  margin-bottom: 30px;
}

.voice_box {
  position: relative;
  padding: 30px 50px;
  margin: 2em auto;
  background: #fcfaf5;
  overflow: hidden;
}
.voice_box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0; /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #f6f6f6 #f6f6f6 #d7ceb3 #d7ceb3; /* A bit more verbose to work with .rounded too */
  background: #d7ceb3; /* For Opera when also applying a border-radius */
  display: block;
  width: 0; /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .voice_box {
    padding: 20px 25px;
  }
}

/* 解決までの流れ */
.flow_box {
  background-color: white;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  margin: 25px 8px;
  padding: 30px;
}
.flow_box > .pc_flex {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.flow_box > .pc_flex img {
  padding: 10px;
  width: 315px;
}
@media screen and (max-width: 768px) {
  .flow_box > .pc_flex img {
    width: 100%;
  }
}
.flow_box > .pc_flex .pc_flex {
  align-items: flex-start;
}

.flow_left {
  position: relative;
  width: 85px;
  margin-top: 18px;
}

.flow_right {
  margin: 10px 20px 18px 15px;
  padding-top: 0px;
  position: relative;
}
.flow_right .action_btn .flex {
  flex-wrap: nowrap;
  align-items: baseline;
  margin-left: -40px;
}
.flow_right .action_btn .flex img {
  width: 263px;
}

.flow_right_h {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}

.flow_left p {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #ea9900;
  color: #fff;
  font-size: 2.4rem;
  padding: 16px 0px 0px 0px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.flow_left p span {
  display: block;
  font-size: 1.8rem;
}

.flow_right div p {
  margin: 16px 30px 16px 0px;
  line-height: 1.7;
}
.flow_right p {
  text-align: left;
}

.cta_image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow_box {
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 30px 8px;
    padding: 30px 10px;
    display: flex;
    flex-flow: column;
  }
  .flow_right p {
    text-align: center;
  }
  .flow_left {
    position: relative;
    width: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .flow_right {
    margin: 10px 7px 18px 7px;
    padding-top: 0px;
    position: relative;
  }
  .flow_right div p {
    margin: 0px;
    line-height: 1.7;
    text-align: left;
  }
  .flow_right .action_btn {
    margin-top: 15px;
  }
  .flow_right .action_btn .flex {
    flex-wrap: wrap;
    margin-left: 0px;
  }
  .flow_right .action_btn .flex img {
    width: 100%;
    padding: 0;
  }
  .flow_right_h {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
    margin-left: 0;
    line-height: 1.5;
    color: #ea9900;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flow_right_h {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .import {
    font-weight: bolder;
  }
  .flow_left p {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 1.9rem;
    padding: 13px 0px 0px 0px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .flow_left p span {
    display: block;
    font-size: 1.5rem;
  }
  .flow_right img {
    padding: 10px 0 0 0;
    width: 100%;
  }
  .flow_right .flex {
    flex-wrap: wrap;
    align-items: left;
  }
}
/* 費用について */
.fee-section {
  background-color: #fafafa;
  padding: 20px 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #f9f9f9;
  border-radius: 10px;
  width: 100vw;
  height: auto; /* アスペクト比を維持 */
  display: block; /* margin: auto を効かせるなら必要 */
  margin: 0 auto; /* 中央揃え */
}

.fee-title {
  font-size: 2rem;
  color: #ce4f07;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fee-title {
    font-size: 3.5rem;
  }
}

.fee-intro {
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .fee-intro {
    font-size: 2rem;
    text-align: center;
  }
}

.fee-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 6px solid #22589b;
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 769px) {
  .fee-card {
    margin: 40px;
  }
}

.fee-card li {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .fee-card li {
    font-size: 1.5rem;
  }
}

.fee-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #22589b;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .fee-heading {
    font-size: 3rem;
  }
}

.fee-subtitile {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fee-subtitile {
    font-size: 2rem;
  }
}

.fee-strong {
  font-size: 1.9rem;
  color: #ce4f07;
}
@media screen and (min-width: 768px) {
  .fee-strong {
    font-size: 2.2rem;
  }
}

.fee-item {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.fee-item:last-child {
  border-bottom: none;
}

.fee-item h4 {
  font-size: 2.4rem;
  color: #012d50;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .fee-item h4 {
    font-size: 1.9rem;
  }
}

.fee-item h4::before {
  content: "■";
  color: #22589b;
  position: absolute;
  left: 0;
}

.fee-item ul {
  padding-left: 20px;
  margin: 0;
}

.fee-item li {
  margin-bottom: 8px;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fee-item li {
    font-size: 1.6rem;
  }
}

.price-tag {
  background: #fff4ec;
  color: #ce4f07;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 5px;
  margin-left: 6px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .price-tag {
    font-size: 1.8rem;
  }
}

.fee-note {
  font-size: 1.7rem;
  color: #555;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fee-note {
    font-size: 1.4rem;
  }
}

/* 事務所のご案内 */
.contents_title_shortline {
  position: relative;
  padding: 1.5rem 0;
  color: #0a2653;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}

.office_subtabletitle {
  border-bottom: 1px solid #dadada;
  text-align: left;
  font-weight: bold;
  padding: 12px;
  background: #f3f3f3;
}

.office_subtable .area_box {
  background: #fff;
  width: 33%;
  margin: 14px auto;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 20px;
}

.office_subtable .flex {
  justify-content: flex-start;
  align-items: unset;
  margin: 0 auto;
}
.office_subtable .area_box {
  background: #fff;
  width: 330px;
  margin: 14px;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .office_subtable .area_box {
    width: 100%;
  }
}
.office_subtable .area_box a {
  color: #000;
  font-size: 1.4rem;
}
.office_subtable .area_box .shiten_title {
  /* background-color: #051132; */
  text-align: center;
  /* padding: 5px; */
  font-weight: bold;
  color: #000;
}

.office_box img {
  vertical-align: bottom;
}

.office_table {
  padding: 8px;
  margin-top: 8px;
}
.office_table table {
  border: 1px solid #dadada;
  margin-top: 12px;
  display: grid;
}
.office_table table tr,
.office_table table th,
.office_table table td {
  display: grid;
}
.office_table table th {
  border-bottom: 1px solid #009688;
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
}
.office_table table tr td {
  border-bottom: 1px solid #009688;
}
.office_table table tr td p {
  margin-bottom: 8px;
}
.office_table table th,
.office_table table td {
  padding: 12px;
}
.office_table table tr:last-of-type td {
  border-bottom: none;
}

.office_subtabletitle {
  background: #43628a;
  color: white;
  text-align: left;
  font-weight: bold;
  padding: 12px;
}

.office_subtable {
  padding: 8px;
  margin-top: 0;
}
.office_subtable p.txt {
  color: #cab795;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 40px;
  border-bottom: 2px solid #787878;
}
.office_subtable table {
  border: none;
  margin-top: 0px;
  display: flex;
}
.office_subtable table.txt {
  width: 70%;
}
.office_subtable table.pic {
  width: 20%;
}
.office_subtable table td.s-text {
  font-size: 13px;
}
.office_subtable table tr,
.office_subtable table th,
.office_subtable table td {
  display: flex;
}
.office_subtable table th {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  font-weight: normal;
  width: 165px;
}
.office_subtable table tr td {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  display: grid;
}
.office_subtable table tr td.smalla {
  width: 54px;
}
.office_subtable table th,
.office_subtable table td {
  padding: 4px;
}
.office_subtable p {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .office_box img {
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0px 45px;
  }
  .office_subtabletitle {
    text-align: left;
    font-weight: bold;
    padding: 12px;
  }
  .office_subtable {
    padding: 8px;
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .office_subtable b {
    font-size: 1.8rem;
  }
  .office_subtable table {
    border: none;
    margin-top: 0px;
    display: flex;
  }
  .office_subtable table tr,
  .office_subtable table th,
  .office_subtable table td {
    display: flex;
  }
  .office_subtable table th {
    text-align: left;
    font-weight: normal;
    width: 74px;
    white-space: nowrap;
  }
  .office_subtable table tr td {
    display: grid;
    width: 240px;
  }
  .office_subtable table tr td.smalla {
    width: 16px;
  }
  .office_subtable table th,
  .office_subtable table td {
    padding: 4px;
  }
  .office_subtable p {
    margin-bottom: 12px;
    margin: 0px;
  }
  .office_subtable p span {
    font-size: 1.3rem;
  }
  /*office*/
  .chizu_box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 4px 4px 14px 4px;
  }
  .chizu_title {
    font-weight: bold;
  }
  .chizu_text {
    font-size: 1.3rem;
  }
  .jusyo {
    display: none;
  }
  .chizu_btn {
    text-align: center;
    font-size: 1.3rem;
    color: -webkit-link;
  }
}
/* よくある質問〜〜折りたたみ式 */
.faq-section {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1000px;
  margin: 0 auto 47.5px;
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-section strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .faq-section strong {
    font-size: 2.2rem;
  }
}

.faq-section h1 {
  text-align: center;
  color: #1d3557;
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.faq-item {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.faq-item:last-child {
  border-bottom: 1px solid #ccc;
}

.question {
  background: none;
  border: none;
  font-size: 18px;
  color: #012d50;
  font-weight: bold;
  text-align: left;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.q-icon {
  color: #a50133;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0.3rem;
}

.a-icon {
  font-weight: bold;
  font-size: 20px;
  margin-right: 8px;
}

.a-block {
  display: flex;
  align-items: flex-start;
  margin-right: 8px;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #012d50;
}

.answer-text {
  margin-bottom: 12px;
}

.faq-item.open .answer {
  max-height: 2000px;
  margin-top: 15px;
}

.answer p {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.answer ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.answer li {
  margin-bottom: 8px;
}

.futo {
  align-items: flex-start;
  color: #cb6024;
}

/* 明渡請求のステップ表示用 */
.process-flow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.step {
  background-color: #f9f9f9;
  border-left: 5px solid #457b9d;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.step-num {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1d3557;
  margin-bottom: 5px;
}

.step p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.toggle-icon {
  font-size: 20px;
  color: #888;
  transition: transform 0.3s ease;
  margin-top: 0.3rem;
}

.faq-item.open .toggle-icon {
  content: "−";
  transform: rotate(180deg);
}

li {
  margin: 10px 0;
}

section {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(128, 128, 128, 0);
  background: white;
  border-radius: 5px;
  margin-bottom: 25px;
}

.title {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 3% 3% 3% 85px;
  transition: all 0.5s ease;
}
.title::before, .title::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}

.accordion-area .box {
  opacity: unset;
  display: none;
  background: #def0ff;
  margin: 0 3% 3% 3%;
  padding: 2%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .accordion-area {
    margin: 30px auto;
  }
  .title {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 3% 3% 3% 50px;
    transition: all 0.5s ease;
  }
  .title::before, .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
  }
}
/*   上に戻るボタン */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #00a6c4;
  border: solid 2px #00a6c4;
  background: #fff;
  z-index: 1000;
  /*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
  box-shadow: 0 0 10px #00a6c4;
}

/* フッター */
footer {
  background-color: #ea9900;
  padding: 50px 30px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 15px;
    font-size: 1.4rem;
  }
}

.privacy {
  text-decoration: underline;
}

/*404*/
.not_box {
  width: 90%;
  margin: 110px auto;
}

.not_box ol {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 15px;
}

.not_box ol li {
  list-style-type: decimal;
}

#privacy .word {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #privacy .word {
    font-size: 1.4rem;
  }
}
#privacy .word_header_titleh2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
#privacy .word p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #privacy .word p {
    font-size: 1.4rem;
  }
}
#privacy .word_header span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 3px;
  background: #08104e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#privacy .word_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#privacy ol {
  position: relative;
  margin: 0;
  padding: 0;
}
#privacy ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
@media screen and (max-width: 768px) {
  #privacy ol li {
    font-size: 1.4rem;
  }
}
#privacy ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
#privacy .annai {
  width: 1000px;
  margin: 14px auto;
}
#privacy .info {
  background: #fbf8f8;
  width: 945px;
  margin: 10px auto;
  padding: 14px;
  text-align: left;
  border: 1px solid #c00;
}
#privacy .info p.titlein {
  color: #c00;
  /* padding-left: 130px; */
  text-align: center;
}
#privacy ul.asterisk {
  padding-top: 10px;
  display: flex;
  width: 1000px;
  margin: auto;
}
#privacy ul.asterisk li {
  list-style-type: none;
  padding: 0px;
  padding-left: 40px;
}
#privacy ul.asterisk li:before {
  display: inline;
  content: "※";
}

.tel_area {
  position: fixed;
  right: 0;
  z-index: 504;
  top: 15%;
}

.tel_banner {
  background-color: #a72b31;
  padding: 52px 11px 72px;
  border-radius: 63px;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.tel_ban_num {
  font-family: "Oswald", sans-serif;
  font-weight: bolder;
  font-size: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  max-height: 300px;
  line-height: 1.2;
  margin-top: 27px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.saitama {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: initial;
  -webkit-writing-mode: vertical-rl;
  font-size: 18px;
  text-align: center;
}

.saitama span {
  color: #f8ff09;
  font-weight: bold;
  padding: 6px 0;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.tel_ban_text {
  font-size: 14px;
  line-height: 1.2;
}

.tel_gif {
  width: 39px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.FV_bottom {
  background-color: #cae5e7;
  padding: 20px 0;
}

/*マスキングテープ風*/
.box75 {
  margin: 2em auto;
  background-color: rgba(224, 230, 243, 0.8117647059);
  padding: 1.5em 2em 1em;
  /* color: white; */
  position: relative;
}
.box75 ul {
  margin-left: 45px;
  font-family: "Klee One", cursive;
  /* margin: auto; */
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box75 ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.box75 ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 20px;
  color: #001d3c;
  margin: -2px -38px;
}

.box75 .box-title {
  background-image: repeating-linear-gradient(-45deg, #ddedff 0, #ddedff 3px, #fafafa 3px, #fafafa 6px); /*ストライプ*/
  border-left: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ左*/
  border-right: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ右*/
  transform: rotate(-2deg); /*テープの傾き*/
  font-size: 1em; /*タイトル文字の大きさ*/
  padding: 10px 20px; /*タイトルの余白*/
  line-height: 1; /*タイトルの行の高さ*/
  position: absolute; /*配置(ここを動かす)*/
  top: -15px; /*上から（-10px）移動*/
  left: 20px; /*左から(20px)移動*/
}

.kigyo {
  background-color: #ffffff;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 20px 83px;
}

.kigyo .contents {
  margin: 0 auto;
}

.kigyo p {
  margin-bottom: 30px;
}

.job_icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

.job_all {
  width: 100%;
}

.job_icon li img {
  height: 135px;
  margin-bottom: 50px;
  padding: 0px 44px;
}

.kigyo .contents_title01 {
  color: #142e54;
  font-size: 2.8rem;
  background-color: unset;
  font-weight: bold;
  font-size: 4rem;
  font-family: "YuMincho", "游明朝";
}

@media screen and (max-width: 768px) {
  .kigyo {
    background-color: #ffffff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 20px;
    margin-top: 20px !important;
    margin-bottom: 0px;
  }
  .kigyo .contents {
    margin: 0 auto;
  }
  .kigyo p {
    margin-bottom: 15px;
  }
  .job_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .job_icon li img {
    width: 100px;
    margin-bottom: 20px;
  }
  .kigyo .contents_title01 {
    font-size: 2.5rem;
  }
}
.timing_img {
  width: 85%;
  display: block;
  margin: 60px auto 20px;
}
@media screen and (max-width: 768px) {
  .timing_img {
    width: 100%;
    margin: 35px auto;
  }
}

/*手書きノート風*/
.box59 {
  margin: 2em auto;
  text-align: justify;
  position: relative;
  background: #eee; /*背景色*/
  padding: 2.5em 1em 1.5em; /*内側余白（上・左右・下）*/
}
@media screen and (max-width: 768px) {
  .box59 {
    font-size: 1.5rem;
    margin: 0em auto;
  }
}

.box59::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 17px #fff; /*ドットの形・大きさ・色*/
}

.way ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.way ul li {
  width: 45%;
  padding: 30px;
  background: #e1f1f5;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .way ul li {
    width: 100%;
    padding: 15px;
    margin: 10px;
  }
}
.way ul li h1 {
  text-align: center;
}
.way ul li span {
  font-weight: bold;
}

.mail_btn_touch {
  font-size: 3.5em;
  position: absolute;
  right: 37px;
  bottom: 0;
  color: #ffb913;
}

.mail {
  position: relative;
}

.merit_box img {
  width: 90%;
  height: 225px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px auto 0;
}
@media screen and (max-width: 769px) {
  .merit_box img {
    height: 135px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 15px auto 0;
  }
}

.im_box {
  clear: both;
  margin-top: 0px;
  font-weight: normal;
}

.im_box ul li {
  list-style-type: none;
  margin-bottom: 5px;
  padding: 12px 0px 12px 45px;
  background: #e0e9f3;
  margin: 10px 0;
}
@media screen and (max-width: 769px) {
  .im_box ul li {
    padding: 12px 0px 12px 32px;
  }
}

.im_box ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 20px;
  color: #43628a;
  margin: 1px -29px;
}

@media screen and (max-width: 769px) {
  .im_box {
    padding: 0;
  }
  .im_box ul li::before {
    font-size: 16px;
    margin: 2px -21px;
  }
}
.office_box img {
  width: 100%;
  vertical-align: bottom;
}

.point_content .point_title {
  padding: 50px 10px 30px;
  width: calc(100% + 20px);
  margin-left: -2px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .point_content .point_title {
    width: 60vw; /* 画面幅に合わせて伸縮 */
    height: auto; /* アスペクト比を維持 */
    display: block; /* margin: auto を効かせるなら必要 */
    margin: 0 auto; /* 中央揃え */
  }
}

.point_area {
  counter-reset: number 0;
}
.point_area .point_box {
  margin-top: 180px;
}
.point_area .point_box:first-child {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  .point_area .point_box {
    margin-top: 100px;
  }
  .point_area .point_box:first-child {
    margin-top: 70px;
  }
}
.point_area .point_box img {
  margin-right: -20px;
  position: relative;
  z-index: 3;
  margin-top: -130px;
  width: 270px;
}
@media screen and (max-width: 480px) {
  .point_area .point_box img {
    margin-right: 0px;
    position: relative;
    z-index: 3;
    margin-bottom: -170px;
    margin-top: 0;
    width: 36%;
  }
}
.point_area .point_box .point_text {
  background-color: white;
  padding: 50px 30px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  padding-left: 70px;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 480px) {
  .point_area .point_box .point_text {
    padding: 50px 0px;
  }
  .point_area .point_box .point_text p {
    padding: 0 20px;
  }
}
.point_area .point_box .point_text::before {
  position: absolute;
  counter-increment: number 1;
  font-size: 1.4rem;
  content: "" counter(number, decimal-leading-zero);
  right: 0px;
  top: -100px;
  display: block;
  /* width: 123px; */
  /* height: 163px; */
  font-size: 10rem;
  z-index: 222;
  font-family: "ShipporiMincho";
  color: #cfddde;
}
@media screen and (max-width: 480px) {
  .point_area .point_box .point_text::before {
    top: -112px;
  }
}
.point_area .point_box .point_text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #006075;
  font-weight: bold;
  font-family: "ShipporiMincho";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .point_area .point_box .point_text h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: bold;
    margin-left: 38%;
    margin-right: 5px;
    letter-spacing: 0em;
    text-align: left;
    min-height: 64px;
  }
}

@media screen and (min-width: 769px) {
  .point_bottom {
    width: 60vw; /* 画面幅に合わせて伸縮 */
    height: auto; /* アスペクト比を維持 */
    display: block; /* margin: auto を効かせるなら必要 */
    margin: 0 auto;
    padding: 0px 40px;
  }
}

.content_box {
  padding: 40px 8%;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .content_box {
    padding: 30px 4%;
  }
}
.content_box:last-child {
  margin-bottom: 0;
}

.paper {
  position: relative;
  background: #f7f6ef;
}
.paper:before, .paper:after {
  position: absolute;
  bottom: 15px;
  z-index: -1;
  width: 300px;
  height: 25px;
  /* box-shadow: 横方向 縦方向 ぼかし 影色 */
  box-shadow: 0 15px 10px #777;
  background: #777;
  content: "";
}
.paper:before {
  left: 10px;
  transform: rotate(-3deg);
}
.paper:after {
  right: 10px;
  transform: rotate(3deg);
}

.profile {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .profile img {
    width: 100px;
  }
}
.profile p {
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .profile p {
    font-size: 2rem;
  }
}

.text_block {
  margin-bottom: 35px;
}
.text_block:last-child {
  margin-bottom: 0;
}
.text_block i {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .text_block i {
    font-size: 1.6rem;
    margin-right: 4px;
  }
}
.text_block span {
  color: #006067;
  font-weight: bold;
}
.text_block b {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 3px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 3px solid #529ca1;
  box-shadow: -3px 3px 0 0 #529ca1;
  font-weight: bold;
  color: #006067;
  background-color: white;
}
.text_block b:before, .text_block b:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.text_block b:before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #529ca1;
  border-right-color: #529ca1;
  border-width: 10px;
}
.text_block b:after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: white;
  border-right-color: white;
  border-width: 6.5px;
}
@media screen and (max-width: 480px) {
  .text_block b {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.text_block h1 {
  color: white;
  background: linear-gradient(90deg, rgb(77, 153, 159) 60%, rgba(255, 255, 255, 0) 100%);
  font-size: 2.5rem;
  padding: 4px 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .text_block h1 {
    font-size: 2rem;
    padding: 4px 15px;
  }
}
.text_block p {
  border-left: 4px #43628a dashed;
  padding-left: 26px;
}
@media screen and (max-width: 480px) {
  .text_block p {
    border-left: 2px #43628a dashed;
    padding-left: 13px;
  }
}

.text_block2 span {
  color: #817400;
}
.text_block2 h1 {
  color: white;
  background: linear-gradient(90deg, #a4950d 60%, rgba(255, 255, 255, 0) 100%);
}
.text_block2 p {
  border-left: 4px #a4950d dashed;
}
@media screen and (max-width: 480px) {
  .text_block2 p {
    border-left: 2px #a4950d dashed;
  }
}

#footer_CTA {
  position: fixed;
  background-color: rgba(125, 125, 125, 0.7882352941);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  /*はじめは非表示*/
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 6px 0;
}
#footer_CTA small {
  display: unset;
}
#footer_CTA img {
  width: 23px;
}
#footer_CTA .footer_CTA_call_img {
  width: 72%;
  margin: 7px 0;
  margin-left: 3px;
}
#footer_CTA .footer_CTA_mail_img {
  width: 80%;
  margin: 7px 0;
  margin-left: 3px;
}

#footer_CTA .footer_CTA_top img {
  width: 70%;
  max-width: 600px;
  height: auto;
}

.footer_CTA_call {
  display: flex;
  align-items: center;
  width: 48%;
  background: linear-gradient(180deg, #ff8845 0%, #c94800 100%);
  color: white;
  font-size: 80%;
  padding: 8px 13px;
  font-weight: 500;
  border-radius: 41px;
  justify-content: center;
}
.footer_CTA_call p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 5px;
  font-weight: bold;
}

.footer_CTA_mail {
  display: flex;
  align-items: center;
  width: 52%;
  background: #fff;
  color: #ce4f07;
  font-size: 80%;
  padding: 8px 10px 8px 18px;
  font-weight: 500;
  border-radius: 41px;
  justify-content: center;
  position: relative;
  font-weight: bold;
  border: 2px solid #ce4f07;
}
.footer_CTA_mail p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: bold;
}

.footer_CTA_mail_night {
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  border-radius: 69px;
  padding: 10px 0 12px;
  text-decoration: underline;
}
.footer_CTA_mail_night p {
  margin-left: 20px;
}
.footer_CTA_mail_night::before {
  left: 77px;
}

#footer_CTA .attention {
  text-align: center;
  padding: 5px 0;
}
#footer_CTA .attention img {
  width: 95%;
  display: block;
  margin: 0px auto;
}

.marquee {
  margin: 0px auto 5px;
  background: #980000;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
}

.marquee .marquee-inner {
  animation: marquee 20s linear infinite;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #fff;
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.footer_CTA_top {
  padding: 0 5px;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
.footer_CTA_top b {
  color: #c86900;
  font-size: 2rem;
  text-wrap: nowrap;
}

.merit__header {
  /* Styles for header */
}
.merit__title {
  /* Title styles */
}
.merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .merit__list {
    padding: 40px;
    padding-bottom: unset;
    width: 60vw;
    margin: 0 auto; /* 中央揃え */
  }
}
.merit__item {
  background-color: white;
  width: 48%;
  margin-bottom: 40px;
  color: rgb(43, 43, 43);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  counter-increment: merit-counter;
}
@media screen and (max-width: 768px) {
  .merit__item {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .merit__item:last-child {
    margin-bottom: 0;
  }
}
.merit__image {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .merit__image {
    height: 155px;
  }
}
.merit__content {
  text-align: justify;
  padding: 0 20px 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit__content {
    padding: 0 20px 30px;
  }
}
.merit__number {
  text-align: center;
  font-size: 12rem;
  line-height: 1.3;
  color: rgba(98, 144, 194, 0.1098039216);
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "" counter(merit-counter, decimal-leading-zero);
}
.merit__number::before {
  content: counter(merit-counter, decimal-leading-zero);
}
.merit__subtitle {
  color: #133559;
  line-height: 1.5;
  font-size: 3.2rem;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .merit__subtitle {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.merit__description {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .merit__description {
    font-size: 1.7rem;
    /* Description styles */
  }
}
.merit__highlight {
  background: linear-gradient(transparent 77%, #ffdcac 77%);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .point_bottom {
    margin-top: 20px;
  }
}
/* ===== CASE-STUDIES BLOCK ===== */
.case-studies__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.case-studies__title--emphasis {
  color: #ea9900;
  border-bottom: 2px solid #ea9900;
  padding-bottom: 10px;
}
.case-studies__subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* ===== CASE-ITEM BLOCK ===== */
.case-item {
  background-color: white;
  position: relative;
  width: 98%;
  margin: 30px auto 0;
  border: 1px solid #133559;
  border-radius: 5px;
  padding: 20px 10px 55px;
  line-height: 1.8;
}
.case-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .case-item {
    padding: 40px 60px 55px;
  }
}
.case-item__toggle {
  display: none;
}
.case-item__toggle-label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 14px;
  margin: 0 auto;
  width: 109px;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  background-color: #133559;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1098039216);
  font-size: 14px;
}
.case-item__toggle-label::before {
  content: "続きを見る";
}
.case-item__toggle:checked ~ .case-item__toggle-label::before {
  content: "元に戻す";
}
.case-item__content {
  position: relative;
  height: 250px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.case-item__content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.case-item__toggle:checked ~ .case-item__content {
  height: auto;
}
.case-item__toggle:checked ~ .case-item__content::before {
  display: none;
}
.case-item__category {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff0f0;
  padding: 2px 12px;
  border-radius: 9px;
  color: #ea9900;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .case-item__category {
    font-size: unset;
  }
}

/* ===== CASE-HEADER BLOCK ===== */
.case-header {
  display: flex;
  border-bottom: 2px dashed #d9e0e5;
  padding-bottom: 13px;
  align-items: center;
  margin-bottom: 20px;
}
.case-header__icon {
  width: 65px;
  margin-right: 15px;
}
.case-header__title {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .case-header__title {
    font-size: unset;
  }
}

/* ===== CASE-SECTION BLOCK ===== */
.case-section__label {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  border-radius: 16px;
  padding: 1px 15px;
  margin-bottom: 13px;
}
.case-section__label--before {
  border-color: #666;
  color: #666;
}
.case-section__label--after {
  background: #ea9900;
  color: white;
  margin-top: 30px;
  border-color: #ea9900;
}
.case-section__content {
  margin-bottom: 20px;
}

/* ===== LAWYER-COMMENT BLOCK ===== */
.lawyer-comment {
  background: #e5f5fb;
  padding: 20px 20px;
  margin-top: 27px;
  border-radius: 15px;
}
.lawyer-comment__header {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.lawyer-comment__icon {
  width: 78px;
  margin-right: 20px;
}
.lawyer-comment__badge {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #133559;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
}
.lawyer-comment__badge::before {
  content: "";
  position: absolute;
  top: 89%;
  left: -21px;
  margin-top: -15px;
  border: 6px solid transparent;
  border-right: 21px solid #ffffff;
}
.lawyer-comment__badge::before p {
  margin: 0;
  font-size: 1.4rem;
  padding: 0;
}
.lawyer-comment__content {
  line-height: 1.7;
  color: #333;
}

.nagare .contents_title {
  color: rgb(69, 69, 69);
}
.nagare .contents_title::before {
  background-color: rgb(69, 69, 69);
}/*# sourceMappingURL=custom.css.map */