@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
:root {
  --main-color: #000;
  --sub-color: #fff;
}

/* フォント */
@font-face {
  font-family: "Times New Roman";
  src: url("./font/Times-New-Roman-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  min-width: 1440px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  background: #fff;
  margin: 0;
}

a[href $='.pdf'] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: underline;
  color: #000;
  line-height: 1.5;
}

a[href $='.pdf']::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: #F5F5F5;
  padding-block: 140px;
  margin-block: 0 1em;
}

.common_page_main .title_box {
  text-align: center;
}

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 100px 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* ----------------------- PC固定ページ 共通設定 ------------------------- */
/* ボタン */
.c_btn a {
  position: relative;
  width: 100%;
  margin-inline: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#426ba1), to(#7ba1d1));
  background: -webkit-linear-gradient(left, #426ba1, #7ba1d1);
  background: linear-gradient(to right, #426ba1, #7ba1d1);
  padding: 18px 30px;
}

.c_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7ba1d1), to(#426ba1));
  background: -webkit-linear-gradient(left, #7ba1d1, #426ba1);
  background: linear-gradient(to right, #7ba1d1, #426ba1);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .link_text {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.c_btn .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
}

.c_btn .arrow::before,
.c_btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -1px;
  width: 8px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
  transform-origin: calc(100% - 2px) 50%;
}

.c_btn .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_btn .arrow::after {
  top: calc(50% + 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c_btn .icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* よくある質問 */
.c_faq .question,
.c_faq .answer {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c_faq .question .title,
.c_faq .answer .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Times New Roman", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0em;
}

.c_faq .question .title {
  color: #fff;
  background: #426ba1;
}

.c_faq .question .text,
.c_faq .answer .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c_faq .question .text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.08em;
  background: #f8f8f8;
  padding: 16px 18px 16px;
}

.c_faq .answer .title {
  color: #6cb4ce;
}

.c_faq .answer .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 19px 10px 19px 18px;
}

/* 特徴 */
.c_features .item {
  height: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c_features .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12.5px;
}

.c_features .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  font-family: "Times New Roman", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #426ba1;
}

.c_features .border {
  display: block;
  width: 100%;
  height: 1px;
  background: #bbc3db;
}

.c_features .image {
  margin-top: 10px;
}

.c_features .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/200;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_features .contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 20px 12px 32px 18px;
}

.c_features .title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.07em;
  color: #fff;
  background: #426ba1;
  padding: 5px 10px;
}

.c_features .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #4a4a4a;
  padding-right: 10px;
  margin-top: 15px;
}

/* 弁護士紹介 */
.c_staff .wrap {
  padding: 0 20px 0 100px;
}

.c_staff .head {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 25.5px;
}

.c_staff .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  padding-bottom: 55px;
}

.c_staff .ja {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c_staff .border {
  width: 260px;
  height: 1px;
  background: #333;
}

.c_staff .en {
  font-family: "Times New Roman", sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0em;
  color: #ededed;
}

.c_staff .media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 84px;
  margin-top: -85px;
}

.c_staff .contents {
  width: calc(46.8% - 42px);
}

.c_staff .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c_staff .title .accent {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.1em;
  color: #426ba1;
}

.c_staff .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: 0.1em;
  color: #4a4a4a;
  margin-top: 30px;
}

.c_staff .btn {
  width: 100%;
  max-width: 300px;
  margin-left: 0;
  margin-top: 60px;
}

.c_staff .image {
  position: relative;
  width: calc(53.2% - 42px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -1;
}

.c_staff .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 610/460;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_staff .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  right: -20px;
  background-image: url("./image/top-staff-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 610/460;
  opacity: 0.7;
  z-index: -1;
}

/* テーブル */
.c_table_wrap {
  overflow-x: auto;
}

.c_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  white-space: nowrap;
}

.c_table .th,
.c_table .td {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.1em;
  border: 1px solid #ddd;
  padding: 20px 40px;
  text-align: center;
  white-space: nowrap;
}

.c_table .th {
  color: #fff;
  background: #426ba1;
}

.c_table .td {
  background: #fff;
  color: #333;
}

/* セクションタイトル */
.c_title_block--center {
  text-align: center;
}

.c_title_block .ja {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0.1em;
}

.c_title_block .en {
  font-family: "Times New Roman", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #426ba1;
  padding-left: 6.5px;
  margin-top: 12px;
}

.c_title_block .lead_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.1em;
}

/* 下層FV */
.common_fv {
  margin-top: 100px;
}

.common_fv .wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding-left: 8.3%;
}

.common_fv .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px;
  padding-left: 30px;
}

.common_fv .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  padding-bottom: 42px;
}

.common_fv .ja {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.common_fv .en {
  font-family: "Times New Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0em;
  color: #426ba1;
  margin-top: 10px;
}

.common_fv .image {
  width: 69.7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* パンくず */
.breadcrumb {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.31;
  letter-spacing: 0.08em;
  margin-left: -3px;
}

.breadcrumb .box {
  margin-left: -5px;
  text-align: left;
}

.breadcrumb a {
  color: #426ba1;
}

.breadcrumb span {
  padding-inline: 2px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- PCヘッダー ------------------------- */
.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  z-index: 30;
}

.pc_header .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
}

.pc_header .logo {
  width: 100%;
  max-width: 348px;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px;
}

.pc_header .content {
  padding: 17px 0 11px;
}

.pc_header .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .catch {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #426ba1;
  border: 1px solid #426ba1;
  padding: 8px 5px;
}

.pc_header .tel {
  padding-left: 10.7px;
}

.pc_header .tel a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8.6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .tel a .link_text {
  font-family: "Times New Roman", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 0.83;
  letter-spacing: 0em;
  color: #426ba1;
}

.pc_header .hours {
  padding-left: 3px;
}

.pc_header .hours span {
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
}

.pc_header .hours span:nth-of-type(2) {
  padding-left: 3px;
}

.pc_header .btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pc_header .btn a {
  display: inline-block;
  min-width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #426ba1;
  padding: 23.5px 16px 16px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btn a .icon img {
  display: block;
  margin-inline: auto;
}

.pc_header .btn a .link_text {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 17px;
}

.pc_header .nav {
  margin-top: 10px;
}

.pc_header .menus {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.pc_header .menu a {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.04em;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* FV */
#top_fv {
  position: relative;
  height: 100vh;
  padding: calc(34.2vh + 100px) 0 36vh;
  z-index: 1;
}

#top_fv .title {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.25em;
  color: #fff;
  text-align: center;
  z-index: 1;
}

#top_fv .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top_fv .swiper {
  position: relative;
  height: inherit;
}

#top_fv .swiper-slide {
  position: relative;
  height: inherit;
}

#top_fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_fv .scroll {
  position: absolute;
  bottom: -34.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

#top_fv .scroll_text {
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

#top_fv .scroll_bar01 {
  display: block;
  margin-inline: auto;
  width: 1px;
  height: 34.5px;
  background: #fff;
  margin-top: 12px;
  -webkit-animation: scrollMove 2.5s infinite ease-in-out;
  animation: scrollMove 2.5s infinite ease-in-out;
}

#top_fv .scroll_bar02 {
  display: block;
  margin-inline: auto;
  width: 1px;
  height: 70px;
  background: #333;
  margin-top: -35px;
}

@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* About us */
#top_about {
  position: relative;
  min-height: 100vh;
  padding: 18vh 0 22.3vh;
}

#top_about .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./image/top-about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top_about .wrap {
  position: relative;
  z-index: 2;
}

#top_about .section_title {
  font-family: "Times New Roman", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #426ba1;
  text-align: center;
}

#top_about .text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-top: 44px;
  text-align: center;
}

#top_about .sub_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.1em;
  color: #4a4a4a;
  margin-top: 25px;
  text-align: center;
}

#top_about .btn {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  margin-top: 80px;
}

/* 白背景 */
.bg_layer {
  position: relative;
  background: #fff;
  z-index: 0;
}

/* お悩み */
#top_worries {
  position: relative;
  padding: 140px 0 90px;
}

#top_worries::before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

#top_worries .section_title {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}

#top_worries .section_title span {
  position: relative;
  display: inline-block;
}

#top_worries .section_title span::before {
  content: "";
  width: 132px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("./image/bg-text-decoration.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#top_worries .sub_title {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 24px;
  text-align: center;
}

#top_worries .sub_title span {
  color: #426ba1;
  border-bottom: 1px dashed #426ba1;
  padding-bottom: 4px;
}

#top_worries .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 42px 30px;
  margin-top: 50px;
}

#top_worries .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 2px solid #426ba1;
  background: #fafafa;
  padding: 34.5px 20px 30px;
}

#top_worries .title {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 130px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background: #426ba1;
  border-radius: 15px;
  padding: 7px 10px;
  text-align: center;
}

#top_worries .icon img {
  display: block;
  margin-inline: auto;
}

#top_worries .text {
  line-height: 1.53;
  margin-top: 18px;
  text-align: center;
}

/* 3つの特徴 */
#top_features {
  position: relative;
  padding: 135px 0 120px;
}

#top_features::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f4f7fc;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
}

#top_features .sub_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#top_features .section_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-align: center;
}

#top_features .section_title .accent {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #426ba1;
}

#top_features .section_title .big {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

#top_features .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 17px;
}

#top_features .btn {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 50px;
}

/* よくある質問 */
#top_faq {
  padding: 150px 0 135px;
}

#top_faq .row {
  gap: 40px;
}

#top_faq .c_title_block {
  position: relative;
  width: calc(50% - 20px);
  padding: 0 0 12px 48px;
}

#top_faq .c_title_block::before {
  content: "";
  width: 1px;
  height: 100%;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  left: 20px;
  background: #426ba1;
}

#top_faq .c_title_block .lead_text {
  position: relative;
  padding-top: 30.5px;
  margin-top: 19.5px;
}

#top_faq .c_title_block .lead_text::before {
  content: "";
  width: calc(100% + 48px);
  height: 1px;
  position: absolute;
  top: 0;
  left: -48px;
  background: #426ba1;
}

#top_faq .items {
  width: calc(50% - 20px);
}

#top_faq .items--grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.5px 40px;
  margin-top: 27.5px;
}

/* 弁護士紹介 */
#top_staff {
  padding: 0 0 173px;
}

/* 事務所紹介 */
#top_office {
  position: relative;
  padding: 110px 0 185px;
}

#top_office::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
}

#top_office .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27.5px 60px;
  margin-top: 30px;
}

#top_office .map {
  position: relative;
  width: 100%;
  aspect-ratio: 540/240;
}

#top_office .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_office .contents {
  position: relative;
  border-left: 1px solid #426ba1;
  padding: 4px 20px;
  margin-top: 18.5px;
}

#top_office .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

#top_office .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#top_office .sub_title {
  font-family: "Times New Roman", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #426ba1;
}

#top_office .address {
  letter-spacing: 0;
  margin-top: 10px;
}

#top_office .tel {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #333;
  margin-top: 10px;
}

#top_office .box {
  margin-top: 67.5px;
  text-align: center;
}

#top_office .box_title {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

#top_office .box_title::before,
#top_office .box_title::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
}

#top_office .box_title::before {
  left: -42px;
}

#top_office .box_title::after {
  right: -42px;
}

#top_office .btn {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  margin-top: 20px;
}

#top_office .btn .icon img {
  display: block;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ インハウスサービスについて */
#about_container {
  padding: 140px 0 100px;
}

#about_container .item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

#about_container .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#about_container .item:not(:first-child) {
  margin-top: 120px;
}

#about_container .image {
  width: calc(42% - 30px);
}

#about_container .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 449/508;
  -o-object-fit: cover;
  object-fit: cover;
}

#about_container .contents {
  width: calc(58% - 30px);
}

#about_container .title {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #426ba1;
  padding-bottom: 5px;
}

#about_container .title .accent {
  font-size: 36px;
  color: #426ba1;
}

#about_container .text {
  margin-top: 24px;
}

#about_faq {
  padding: 50px 0 140px;
}

#about_faq .items {
  margin-top: 40px;
}

#about_faq .item:not(:first-child) {
  margin-top: 32px;
}

/* PC固定ページ 選ばれる理由 */
#reason_container {
  position: relative;
  padding: 140px 0;
}

#reason_container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f4f7fc;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
}

#reason_container .sub_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#reason_container .section_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-align: center;
}

#reason_container .section_title .accent {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #426ba1;
}

#reason_container .section_title .big {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

#reason_container .items {
  margin-top: 60px;
}

#reason_container .item:not(:first-child) {
  margin-top: 60px;
}

#reason_container .box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#reason_container .image {
  width: 42%;
  height: auto;
  margin-top: 0;
}

#reason_container .image img {
  height: 100%;
}

#reason_container .contents {
  width: 58%;
  padding: 32px 20px 40px 40px;
}

#reason_container .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#reason_container .number {
  font-size: 32px;
  line-height: 1;
}

#reason_container .border {
  width: 50px;
}

#reason_container .c_features .title {
  font-size: 24px;
}

#reason_container .text {
  padding-right: 0;
  margin-top: 24px;
}

#reason_staff {
  padding: 120px 0 180px;
}

/* PC固定ページ 導入までの流れ */
#flow_step {
  padding: 120px 0;
}

#flow_step .lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 90px;
}

#flow_step .list {
  position: relative;
}

#flow_step .list::before,
#flow_step .list::after {
  content: "";
  height: 1px;
  position: absolute;
  background: #333;
}

#flow_step .list::before {
  width: 30px;
  height: 1px;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#flow_step .list::after {
  width: 15px;
  height: 1px;
  top: calc(50% - 5px);
  right: -62px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#flow_step .list:last-child:before,
#flow_step .list:last-child::after {
  display: none;
}

#flow_step .list a {
  position: relative;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  padding: 65px 30px 60px;
  border: 1px solid #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#flow_step .list a::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

#flow_step .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Times New Roman", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #426ba1;
  padding: 12px 10px 8px;
  text-align: center;
}

#flow_step .number .small {
  font-size: 14px;
  line-height: 1;
}

#flow_step .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#flow_container {
  position: relative;
  padding: 100px 0 150px;
}

#flow_container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
}

#flow_container .item {
  position: relative;
}

#flow_container .item:not(:first-child) {
  margin-top: 140px;
}

#flow_container .item::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border-left: 2px solid #426ba1;
  border-bottom: 2px solid #426ba1;
}

#flow_container .item:last-child::before {
  display: none;
}

#flow_container .body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

#flow_container .image {
  width: calc(45% - 10px);
}

#flow_container .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

#flow_container .contents {
  width: calc(55% - 10px);
  padding: 30px;
}

#flow_container .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12.5px;
}

#flow_container .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  font-family: "Times New Roman", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #426ba1;
}

#flow_container .border {
  display: block;
  width: 50px;
  height: 1px;
  background: #bbc3db;
}

#flow_container .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.1em;
}

#flow_container .text {
  margin-top: 24px;
}

/* PC固定ページ 料金 */
#price_container {
  padding: 140px 0;
}

#price_container .section_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
}

#price_container .c_table_wrap {
  margin-top: 54px;
}

#price_container .text {
  line-height: 1.8;
  margin-top: 32px;
}

/* PC固定ページ 弁護士紹介 一覧 */
#staff_container {
  padding: 140px 0 170px;
}

#staff_container .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

#staff_container .image {
  position: relative;
  overflow: hidden;
}

#staff_container .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #09254a;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

#staff_container .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/320;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#staff_container .image .name {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Times New Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0em;
  color: #fff;
  background: #426ba1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 0;
  z-index: 1;
}

#staff_container .contents {
  position: relative;
  padding: 15px 10px 15px 29px;
}

#staff_container .contents::before,
#staff_container .contents::after {
  content: "";
  position: absolute;
  background: #426ba1;
}

#staff_container .contents::before {
  width: 1px;
  height: calc(100% - 10px);
  top: 15.5px;
  left: 10px;
}

#staff_container .contents::after {
  width: 100%;
  height: 1px;
  bottom: 2.5px;
  left: 0;
}

#staff_container .sub_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.1em;
  color: #426ba1;
}

#staff_container .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
  margin-top: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* PC固定ページ 弁護士紹介 詳細 */
#staff_detail .single_page {
  background: #F5F5F5;
  padding-block: 120px 0;
}

#staff_detail .media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

#staff_detail .image {
  width: calc(40% - 30px);
  height: fit-content;
  text-align: center;
}

#staff_detail .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/320;
  -o-object-fit: cover;
  object-fit: cover;
}

#staff_detail .contents {
  width: calc(60% - 30px);
}

#staff_detail .sub_title {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  border: 1px solid #333;
  padding: 5px 20px;
}

#staff_detail .head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

#staff_detail .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

#staff_detail .name {
  display: inline-block;
  font-family: "Times New Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #fff;
  background: #426ba1;
  padding: 4px 10px;
}

#staff_detail .affiliation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: 32px;
}

#staff_detail .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#staff_detail .icon img {
  width: 24px;
}

#staff_detail .mail_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #426ba1;
}

#staff_detail .texts {
  margin-top: 60px;
}

#staff_detail .dl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#staff_detail .dt,
#staff_detail .dd {
  padding: 40px 10px;
}

#staff_detail .dt {
  width: 30%;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #333;
}

#staff_detail .dd {
  width: 70%;
  border-bottom: 1px solid #ccc;
  padding: 40px 16px;
}

#staff_detail .btn {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  margin-top: 40px;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3E3E3E;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  font-family: "Noto Serif JP", sans-serif;
  background: #C70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 0;
  right: 0;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #C7C4C4;
}

.common_contact_form select {
  width: 47.5%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 1.1em 1em;
}

.common_contact_form select.empty {
  color: #C7C4C4;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background: #333;
  margin-top: 20px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  font-family: "Noto Serif JP", sans-serif;
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #426ba1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3E3E3E;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item+.item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #426ba1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #A7A7A7;
  letter-spacing: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: .08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* PC固定ページ 個人情報保護方針 */
.page_privacy .main_text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3em;
}

.page_privacy dl {
  margin-bottom: 50px;
}

.page_privacy dl:last-child {
  margin-bottom: 0;
}

.page_privacy dl dt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: .5em;
  border-left: 3px solid #ccc;
  padding-left: 1em;
}

.page_privacy dl dd {
  font-size: 14px;
  line-height: 2;
  word-break: break-all;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
  padding-right: 30px;
}

.archive_page_list>article:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.archive_page_list>article .date {
  font-weight: bold;
  font-size: 80%;
  width: 100px;
}

.archive_page_list>article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
  font-size: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  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;
  gap: 10px;
  margin-top: 85px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Times New Roman", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #868686;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wp-pagenavi .current {
  position: relative;
  color: #333;
}

.wp-pagenavi .current::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #426ba1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  font-size: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#426ba1), to(#7ba1d1));
  background: -webkit-linear-gradient(left, #426ba1, #7ba1d1);
  background: linear-gradient(to right, #426ba1, #7ba1d1);
}

.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.wp-pagenavi .previouspostslink::after {
  left: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.site_footer {
  position: relative;
  background-image: url("./image/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 120px 0 150px;
  z-index: 40;
}

.site_footer .contact {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #9db0cc;
  padding-bottom: 62.5px;
}

.site_footer .title {
  font-family: "Times New Roman", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.site_footer .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.site_footer .contents {
  gap: 30.5px;
  align-items: center;
}

.site_footer .catch {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #426ba1;
  background: #fff;
  padding: 7px 20px;
  text-align: center;
}

.site_footer .tel {
  margin-top: 20px;
}

.site_footer .tel a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .tel .link_text {
  font-family: "Times New Roman", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

.site_footer .hours {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0.06em;
  margin-top: 16px;
  text-align: center;
}

.site_footer .btn {
  padding-left: 29.5px;
}

.site_footer .btn a {
  position: relative;
  width: 300px;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 27px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .btn a::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.site_footer .btn a .icon img {
  display: block;
  margin-inline: auto;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.site_footer .btn a .link_text {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #426ba1;
  margin-top: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .nav {
  margin-top: 50.5px;
}

.site_footer .menus {
  gap: 24px 60px;
}

.site_footer .menu a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-top: 53px;
}

.site_footer .list {
  position: relative;
}

.site_footer .list::before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -15.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.site_footer .list:first-of-type::before {
  display: none;
}

.site_footer .list a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .logo {
  width: 100%;
  max-width: 446px;
  margin-inline: auto;
  margin-top: 68px;
}

.site_footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .copyright {
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  padding-right: 68px;
  margin-top: 28px;
  text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* デフォルトcss */
a[href $='.pdf']:hover {
  text-decoration: none;
}

/* サイト共通パーツ */
.c_btn a:hover::before {
  opacity: 1;
}

/* ヘッダー */
.pc_header .logo a:hover {
  opacity: 0.8;
}

.pc_header .tel a:hover {
  opacity: 0.8;
}

.pc_header .btn a:hover {
  opacity: 0.7;
}

.pc_header .menu a:hover {
  color: #426ba1;
}

/* 下層ページ */
#flow_step .list a:hover {
  opacity: 0.8;
}

/* 詳細ありの場合のスタイル */
/* #staff_container a:hover .image::before {
  opacity: 0.3;
} */

/* #staff_container a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */

/* #staff_container a:hover .title {
  color: #426ba1;
} */

#staff_detail .row:hover {
  opacity: 0.8;
}

.page_contact #btn_wrap button:hover {
  opacity: .8;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: .8;
}

/* ページナビ */
.wp-pagenavi a:hover {
  opacity: 0.8;
}

/* フッター */
.site_footer .tel a:hover {
  opacity: 0.8;
}

.site_footer .btn a:hover {
  background: #426ba1;
}

.site_footer .btn a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.site_footer .btn a:hover .link_text {
  color: #fff;
}

.site_footer .menu a:hover {
  opacity: 0.7;
}

.site_footer .list a:hover {
  opacity: 0.7;
}

.site_footer .logo a:hover {
  opacity: 0.8;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
@media (max-width: 750px) {
  body {
    min-width: 100%;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.08em;
  }

  .wrap.mid,
  .wrap.lr,
  .wrap {
    width: 90%;
  }

  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href $='.pdf']:hover {
    text-decoration: underline;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* ボタン */
  .c_btn a {
    gap: 4.62vw;
    padding: 4.82vw 5.13vw;
  }

  .c_btn a::before {
    display: none;
  }

  .c_btn a:hover::before {
    opacity: 0;
  }

  .c_btn .link_text {
    font-size: 3.8vw;
  }

  .c_btn .arrow {
    width: 3.85vw;
    height: 0.26vw;
  }

  .c_btn .arrow::before,
  .c_btn .arrow::after {
    top: calc(50% - 0.26vw);
    right: -0.26vw;
    width: 2.05vw;
    height: 0.26vw;
    -webkit-transform-origin: calc(100% - 0.26vw) 50%;
    transform-origin: calc(100% - 0.26vw) 50%;
  }

  .c_btn .arrow::after {
    top: 50%;
  }

  /* よくある質問 */
  .c_faq .question .title,
  .c_faq .answer .title {
    width: 12.82vw;
    height: 15.38vw;
    font-size: 6.15vw;
    line-height: 1.25;
  }

  .c_faq .question .text {
    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;
    font-size: 4.1vw;
    line-height: 1.38;
    padding: 2.05vw 3.85vw;
  }

  .c_faq .answer .text {
    font-size: 3.33vw;
    line-height: 1.69;
    letter-spacing: 0.08em;
    padding: 3.5vw 0 3.5vw 3.85vw;
  }

  /* 特徴 */
  .c_features .row {
    gap: 3.85vw;
  }

  .c_features .number {
    font-size: 5.13vw;
  }

  .c_features .border {
    height: 0.26vw;
  }

  .c_features .image {
    margin-top: 2.56vw;
  }

  .c_features .image img {
    aspect-ratio: 350/150;
  }

  .c_features .contents {
    padding: 3.85vw 5.13vw 7vw 2.56vw;
  }

  .c_features .title {
    font-size: 5.13vw;
    line-height: 1.4;
    padding: 0.64vw 2.56vw;
  }

  .c_features .text {
    padding-right: 0;
    margin-top: 3.85vw;
  }

  /* 弁護士紹介 */
  .c_staff .wrap {
    position: relative;
    width: 95%;
    padding: 0 0 0 2.56vw;
  }

  .c_staff .en {
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 12.31vw;
    line-height: 1.15;
    margin-top: -16vw;
  }

  .c_staff .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.56vw;
    padding-bottom: 0;
    padding-right: 2.56vw;
  }

  .c_staff .ja {
    font-size: 4.62vw;
  }

  .c_staff .border {
    width: 48.72vw;
    height: 0.26vw;
  }

  .c_staff .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 5.5vw;
    margin-top: 0;
  }

  .c_staff .contents {
    width: 100%;
  }

  .c_staff .title {
    font-size: 4.62vw;
    margin-top: 4.1vw;
  }

  .c_staff .title .accent {
    font-size: 7.69vw;
    line-height: 1.5;
  }

  .c_staff .text {
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.1em;
    padding-right: 2.56vw;
    margin-top: 3vw;
  }

  .c_staff .btn {
    max-width: 71.79vw;
    margin-top: 7vw;
  }

  .c_staff .image {
    width: 100%;
    height: auto;
    padding-right: 5.13vw;
  }

  .c_staff .image img {
    aspect-ratio: 340/220;
  }

  .c_staff .image::before {
    width: calc(100% - 5.13vw);
    top: -2.56vw;
    right: auto;
    left: 2.56vw;
    aspect-ratio: 340/220;
  }

  /* テーブル */
  .c_table {
    table-layout: auto;
  }

  .c_table .th,
  .c_table .td {
    font-size: 4.1vw;
    border: 0.26vw solid #ddd;
    padding: 4.1vw 2.56vw;
  }

  /* セクションタイトル */
  .c_title_block .ja {
    font-size: 7.69vw;
  }

  .c_title_block .en {
    font-size: 4.62vw;
    padding-left: 0;
    margin-top: 4.1vw;
  }

  .c_title_block .lead_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.1em;
  }

  /* 下層FV */
  .common_fv {
    margin-top: 70px;
    overflow: hidden;
  }

  .common_fv .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    padding-left: 0;
  }

  .common_fv .head {
    padding-top: 1vw;
    padding-left: 0;
  }

  .common_fv .title {
    -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;
    padding-bottom: 0;
    margin-top: 4.6vw;
  }

  .common_fv .ja {
    font-size: 6.15vw;
    line-height: 1.25;
  }

  .common_fv .en {
    font-size: 3.59vw;
    padding-right: 1vw;
    margin-top: 0;
  }

  .common_fv .image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 5vw;
  }

  .common_fv .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 370 / 140;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
    margin-left: 0;
  }

  .breadcrumb .box {
    margin-left: -0.77vw;
  }

  .breadcrumb span {
    padding-inline: 0.3vw;
  }

  /* ----------------------- SPヘッダー ------------------------- */
  /* SPヘッダー */
  #sp_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 1px 1px #ccc;
    z-index: 999;
    padding: 0 70px 0 10px;
  }

  #sp_header .logo {
    width: 100%;
    max-width: 41.54vw;
  }

  #sp_header .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 71px;
  }

  #sp_header .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70px;
    height: 71px;
    background: #426ba1;
    padding: 13px 10px 7px;
    text-align: center;
  }

  #sp_header .btn .icon {
    height: inherit;
  }

  #sp_header .btn .icon img {
    display: block;
    margin-inline: auto;
    object-fit: contain;
  }

  #sp_header .btn .link_text {
    display: inline-block;
    font-family: "Times New Roman", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    color: white;
    margin-top: 8px;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100svh - 70px);
    padding: 0;
    margin-top: 70px;
  }

  #top_fv .wrap {
    width: calc(100% - 5.13vw);
  }

  #top_fv .title {
    font-size: 6.67vw;
    line-height: 1.69;
  }

  #top_fv .scroll {
    bottom: 0;
    bottom: -10.26vw;
  }

  #top_fv .scroll_text {
    font-size: 4.1vw;
  }

  #top_fv .scroll_bar01 {
    width: 0.26vw;
    height: 10.26vw;
    margin-top: 2.56vw;
  }

  #top_fv .scroll_bar02 {
    width: 0.26vw;
    height: 20.51vw;
    margin-top: -10.26vw;
  }

  @-webkit-keyframes scrollMove {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    50% {
      -webkit-transform: translateY(10.26vw);
      transform: translateY(10.26vw);
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes scrollMove {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    50% {
      -webkit-transform: translateY(10.26vw);
      transform: translateY(10.26vw);
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  /* About us */
  #top_about {
    min-height: auto;
    padding: 23.08vw 0 46.92vw;
  }

  #top_about .bg {
    background-image: url("./image/top-about-bg-sp.png");
  }

  #top_about .section_title {
    font-size: 7.18vw;
  }

  #top_about .text {
    font-size: 4.1vw;
    letter-spacing: 0.09em;
    margin-top: 8.97vw;
    text-align: left;
  }

  #top_about .sub_text {
    font-size: 3.59vw;
    line-height: 1.93;
    letter-spacing: 0.08em;
    margin-top: 7vw;
    text-align: left;
  }

  #top_about .btn {
    max-width: 82.05vw;
    margin-top: 16vw;
  }

  /* お悩み */
  #top_worries {
    padding: 25.13vw 0 19.74vw;
  }

  #top_worries .wrap {
    width: 95%;
  }

  #top_worries .section_title {
    font-size: 6.41vw;
  }

  #top_worries .section_title span::before {
    width: 22.56vw;
    height: 13.59vw;
    left: calc(50% - 0.51vw);
  }

  #top_worries .sub_title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 3.59vw;
    line-height: 1.79;
    margin-top: 9vw;
  }

  #top_worries .sub_title span {
    border-bottom: 0.26vw dashed #426ba1;
    padding-bottom: 1.5vw;
  }

  #top_worries .items {
    gap: 7.18vw 5.13vw;
    gap: 7vw 5.13vw;
    margin-top: 10.26vw;
  }

  #top_worries .item {
    width: calc((100% - 5.13vw) / 2);
    border-top: 0.51vw solid #426ba1;
    padding: 6.67vw 4.49vw 4.62vw;
  }

  #top_worries .title {
    top: -3.21vw;
    min-width: 25.64vw;
    font-size: 3.59vw;
    border-radius: 3.85vw;
    padding: 1.41vw 2.56vw;
  }

  #top_worries .icon img {
    width: 13.08vw;
    height: 11.79vw;
  }

  #top_worries .text {
    font-size: 3.33vw;
    line-height: 1.54;
    letter-spacing: 0.08em;
    margin-top: 2.5vw;
  }

  /* 3つの特徴 */
  #top_features {
    padding: 21.5vw 0 16.92vw;
  }

  #top_features .sub_title {
    font-size: 4.1vw;
  }

  #top_features .section_title {
    font-size: 6.15vw;
    line-height: 1.83;
    margin-top: 2.56vw;
  }

  #top_features .section_title .accent {
    font-size: 9.49vw;
  }

  #top_features .section_title .big {
    font-size: 7.69vw;
  }

  #top_features .items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
    margin-top: 3.85vw;
  }

  #top_features .c_features .title {
    font-size: 4.1vw;
  }

  #top_features .btn {
    max-width: 82.05vw;
    margin-top: 10.26vw;
  }

  /* よくある質問 */
  #top_faq {
    padding: 17vw 0 15vw;
  }

  #top_faq .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6vw;
  }

  #top_faq .c_title_block {
    width: 100%;
    padding-left: 5.13vw;
    padding: 2.56vw 0 6.41vw 5.5vw;
  }

  #top_faq .c_title_block::before {
    width: 0.26vw;
    height: 100%;
    top: 0;
    left: 0;
  }

  #top_faq .c_title_block .lead_text {
    font-size: 3.59vw;
    line-height: 1.71;
    padding-top: 0;
    margin-top: 6vw;
  }

  #top_faq .c_title_block .lead_text::before {
    width: calc(100% + 7.69vw);
    height: 0.26vw;
    position: absolute;
    top: auto;
    bottom: -3vw;
    left: -7.69vw;
  }

  #top_faq .items {
    width: 100%;
  }

  #top_faq .items--grid {
    grid-template-columns: 1fr;
    gap: 1vw;
    margin-top: 1vw;
  }

  /* 弁護士紹介 一覧 */
  #top_staff {
    padding: 15.38vw 0 20.51vw;
  }

  /* 弁護士紹介 詳細 */
  #staff_detail .single_page {
    padding-block: 2.56vw 0;
    margin-top: 70px;
  }

  #staff_detail .single_page .common_page_wrap {
    padding-block: 10vw 20vw;
  }

  #staff_detail .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 0;
  }

  #staff_detail .image {
    width: 100%;
  }

  #staff_detail .contents {
    width: 100%;
  }

  #staff_detail .sub_title {
    font-size: 4.1vw;
    border: 0.26vw solid #333;
    padding: 1.28vw 2.56vw;
    text-align: center;
  }

  #staff_detail .head {
    gap: 7.69vw;
    margin-top: 6.15vw;
  }

  #staff_detail .title {
    font-size: 6.15vw;
  }

  #staff_detail .name {
    font-size: 3.59vw;
    padding: 1.03vw 2.05vw;
  }

  #staff_detail .affiliation {
    font-size: 3.59vw;
    margin-top: 6.15vw;
  }

  #staff_detail .row {
    gap: 2.05vw;
    margin-top: 2.56vw;
  }

  #staff_detail .row:hover {
    opacity: 1;
  }

  #staff_detail .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  #staff_detail .icon img {
    width: 5.13vw;
  }

  #staff_detail .mail_text {
    font-size: 3.59vw;
  }

  #staff_detail .texts {
    margin-top: 10.26vw;
  }

  #staff_detail .dl {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 6.15vw;
  }

  #staff_detail .dl::before {
    content: "";
    width: 30%;
    height: 0.26vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
  }

  #staff_detail .dl::after {
    content: "";
    width: 70%;
    height: 0.26vw;
    position: absolute;
    bottom: 0;
    left: 30%;
    background: #ccc;
  }

  #staff_detail .dl:not(:first-child) {
    margin-top: 8.21vw;
  }

  #staff_detail .dt,
  #staff_detail .dd {
    padding: 1.28vw 0;
  }

  #staff_detail .dt {
    width: 100%;
    font-size: 4.1vw;
    border-bottom: none;
  }

  #staff_detail .dd {
    width: 100%;
    border-bottom: none;
  }

  #staff_detail .btn {
    max-width: 82.05vw;
    margin-top: 6.15vw;
  }

  /* 事務所紹介 */
  #top_office {
    padding: 17.5vw 0 35.9vw;
  }

  #top_office::before {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  #top_office .items {
    grid-template-columns: 1fr;
    gap: 5.51vw;
    margin-top: 7.69vw;
  }

  #top_office .map {
    aspect-ratio: 350/170;
  }

  #top_office .contents {
    border-left: 0.26vw solid #426ba1;
    padding: 0.5vw 1.28vw 1.28vw 3.85vw;
    margin-top: 5.13vw;
  }

  #top_office .row {
    gap: 4.5vw;
  }

  #top_office .title {
    font-size: 4.1vw;
  }

  #top_office .sub_title {
    font-size: 3.33vw;
  }

  #top_office .address {
    font-size: 3.33vw;
    line-height: 1.54;
    letter-spacing: 0.06em;
    margin-top: 2vw;
  }

  #top_office .address span {
    letter-spacing: 0;
  }

  #top_office .tel {
    font-size: 4.1vw;
    margin-top: 2vw;
  }

  #top_office .box {
    margin-top: 8.21vw;
  }

  #top_office .box_title {
    font-size: 5.13vw;
  }

  #top_office .box_title::before,
  #top_office .box_title::after {
    content: "";
    width: 15.38vw;
    height: 0.26vw;
  }

  #top_office .box_title::before {
    left: -19.74vw;
  }

  #top_office .box_title::after {
    right: -19.74vw;
  }

  #top_office .btn {
    max-width: 89.74vw;
    margin-top: 3.33vw;
  }

  #top_office .btn a .link_text {
    font-size: 4.1vw;
  }

  #top_office .btn .icon img {
    width: 3.85vw;
  }

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* SP固定ページ インハウスサービスについて */
  #about_container {
    padding: 17.95vw 0;
  }

  #about_container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #about_container .item:not(:first-child) {
    margin-top: 15.38vw;
  }

  #about_container .image {
    width: 100%;
    margin-top: 5.13vw;
  }

  #about_container .image img {
    aspect-ratio: 350/200;
  }

  #about_container .contents {
    width: 100%;
  }

  #about_container .title {
    display: block;
    font-size: 5.13vw;
    border-bottom: 0.51vw solid #426ba1;
    padding-bottom: 1.28vw;
  }

  #about_container .title .accent {
    font-size: 6.5vw;
  }

  #about_container .text {
    margin-top: 6.15vw;
  }

  #about_faq {
    padding: 7.69vw 0 25.64vw;
  }

  #about_faq .items {
    margin-top: 8.21vw;
  }

  #about_faq .item:not(:first-child) {
    margin-top: 5.13vw;
  }

  /* SP固定ページ 選ばれる理由 */
  #reason_container {
    padding: 17.95vw 0;
  }

  #reason_container .sub_title {
    font-size: 4.1vw;
  }

  #reason_container .section_title {
    font-size: 6.15vw;
    line-height: 1.83;
    margin-top: 2.56vw;
  }

  #reason_container .section_title .accent {
    font-size: 9.49vw;
  }

  #reason_container .section_title .big {
    font-size: 7.69vw;
  }

  #reason_container .items {
    margin-top: 6.15vw;
  }

  #reason_container .item:not(:first-child) {
    margin-top: 5.13vw;
  }

  #reason_container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.56vw;
  }

  #reason_container .image {
    width: 100%;
  }

  #reason_container .image img {
    height: auto;
  }

  #reason_container .contents {
    width: 100%;
    padding: 3.85vw 5.13vw 8.21vw 2.56vw;
  }

  #reason_container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #reason_container .number {
    font-size: 5.13vw;
  }

  #reason_container .title {
    margin-top: 0;
  }

  #reason_container .border {
    width: 100%;
  }

  #reason_container .c_features .title {
    font-size: 5.13VW;
  }

  #reason_container .text {
    margin-top: 3.85vw;
  }

  #reason_staff {
    padding: 25.64vw 0 20.51vw;
  }

  /* SP固定ページ 導入までの流れ */
  #flow_step {
    padding: 15.38vw 0 20.51vw;
  }

  #flow_step .lists {
    display: block;
  }

  #flow_step .list:not(:first-of-type) {
    margin-top: 2.56vw;
  }

  #flow_step .list::before,
  #flow_step .list::after {
    height: 0.26vw;
  }

  #flow_step .list::before {
    width: 6.15vw;
    width: 7.69vw;
    right: 1vw;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  #flow_step .list::after {
    width: 2.56vw;
    top: calc(50% + 3vw);
    right: 2.7vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  #flow_step .list:last-child:before,
  #flow_step .list:last-child::after {
    display: block;
  }

  #flow_step .list a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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;
    gap: 5.13vw;
    border: 0.26vw solid #333;
    padding: 2.56vw 7.69vw 2.56vw 3vw;
  }

  #flow_step .list a:hover {
    opacity: 1;
  }

  #flow_step .list a::before {
    display: none;
  }

  #flow_step .number {
    position: relative;
    width: 12.82vw;
    height: 12.82vw;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 5.13vw;
    padding: 0vw 2.56vw 0;
  }

  #flow_step .number .small {
    font-size: 3.08vw;
  }

  #flow_step .title {
    font-size: 4.62vw;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }

  #flow_container {
    padding: 12.82vw 0 25.64vw;
  }

  #flow_container .item:not(:first-child) {
    margin-top: 25.64vw;
  }

  #flow_container .item::before {
    width: 6.67vw;
    height: 6.67vw;
    bottom: -13.33vw;
    border-left: 0.51vw solid #426ba1;
    border-bottom: 0.51vw solid #426ba1;
  }

  #flow_container .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  #flow_container .body .sp {
    width: 100%;
  }

  #flow_container .image {
    width: 100%;
  }

  #flow_container .contents {
    width: 100%;
    background: #fff;
    padding: 5.13vw 2.56vw;
  }

  #flow_container .row {
    gap: 3.85vw;
  }

  #flow_container .number {
    font-size: 5.13vw;
  }

  #flow_container .border {
    width: 100%;
    height: 0.26vw;
  }

  #flow_container .image {
    margin-top: 2.56vw;
  }

  #flow_container .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 4.62vw;
    color: #fff;
    background: #426ba1;
    padding: 0.64vw 2.56vw;
  }

  #flow_container .body .title.sp {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }

  #flow_container .text {
    margin-top: 4.1vw;
  }

  /* SP固定ページ 料金 */
  #price_container {
    padding: 17.95vw 0 25.64vw;
  }

  #price_container .section_title {
    font-size: 6.15vw;
  }

  #price_container .c_table_wrap {
    margin-top: 8.21vw;
  }

  #price_container .text {
    margin-top: 6.15vw;
  }

  /* SP固定ページ 弁護士紹介 */
  #staff_container {
    padding: 17.95vw 0 23.08vw;
  }

  #staff_container .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 9vw 5.13vw;
  }

  #staff_container .image::before {
    display: none;
  }

  #staff_container .image img {
    aspect-ratio: 165/230;
  }

  #staff_container a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #staff_container .image .name {
    font-size: 4.1vw;
    line-height: 1.88;
    padding: 2.56vw 0;
  }

  #staff_container .contents {
    padding: 4.8vw 5.13vw 4.23vw;
  }

  #staff_container .contents::before {
    width: 0.26vw;
    height: calc(100% - 2.82vw);
    top: 3.85vw;
    left: 2.31vw;
  }

  #staff_container .contents::after {
    height: 0.26vw;
    bottom: 0.9vw;
  }

  #staff_container .sub_title {
    font-size: 3.08vw;
    line-height: 2;
  }

  #staff_container .title {
    font-size: 4.62vw;
    line-height: 1.67;
    margin-top: 0;
  }

  #staff_container a:hover .title {
    color: #333;
  }

  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: .06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }

  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 1.3em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }

  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .radio_btns .radio_btns__item+span {
    font-size: 3.1vw;
    padding-left: 2.5em;
  }

  .radio_btns .radio_btns__item+span::before,
  .radio_btns .radio_btns__item+span::after {
    width: 4vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .radio_btns .radio_btns__item+span::after {
    width: 2vw;
    left: 1vw
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }

  /* SP固定ページ 個人情報保護方針 */
  .page_privacy .main_text {
    font-size: 3.5vw;
  }

  .page_privacy dl {
    margin-bottom: 10vw;
  }

  .page_privacy dl dt {
    font-size: 4vw;
  }

  .page_privacy dl dd {
    font-size: 3.5vw;
    margin-left: 5vw;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

  .archive_page_list>article .content_area {
    width: calc(100% - 80px);
  }

  .archive_page_list>article:after {
    width: 7px;
    height: 7px;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  /* ページナビ */
  .wp-pagenavi {
    gap: 2.56vw;
    margin-top: 10.26vw;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 7.69vw;
    height: 7.69vw;
    font-size: 5.13vw;
  }

  .wp-pagenavi .current::before {
    height: 0.26vw;
    bottom: -0.38px;
  }

  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    width: 3.85vw;
    height: 0.26vw;
  }

  .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::after {
    width: 1.79vw;
    height: 1.79vw;
    left: calc(50% + 0.77vw);
    border-right: 0.26vw solid #fff;
    border-top: 0.26vw solid #fff;
  }

  .wp-pagenavi .previouspostslink::after {
    left: calc(50% - 0.77vw);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  /* ----------------------- フッター ------------------------- */
  .site_footer {
    background-image: url("./image/footer-bg-sp.png");
    padding: 13vw 0 25.64vw;
  }

  .site_footer .contact {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
  }

  .site_footer .title {
    font-size: 14.36vw;
    text-align: center;
  }

  .site_footer .text {
    font-size: 3.59vw;
    margin-top: 5.5vw;
    text-align: center;
  }

  .site_footer .contents {
    gap: 0;
  }

  .site_footer .box {
    width: 100%;
    max-width: 76.92vw;
    margin-inline: auto;
    padding-bottom: 6.5vw;
  }

  .site_footer .catch {
    font-size: 3.85vw;
    padding: 1.41vw 5.13vw;
    margin-top: 5.13vw;
  }

  .site_footer .tel {
    margin-top: 3vw;
  }

  .site_footer .tel a {
    gap: 5.13vw;
  }

  .site_footer .tel a:hover {
    opacity: 1;
  }

  .site_footer .tel .link_text {
    font-size: 10.26vw;
  }

  .site_footer .tel .icon img {
    width: 13.59vw;
  }

  .site_footer .hours {
    font-size: 3.08vw;
    line-height: 1.25;
    margin-top: 2vw;
  }

  .site_footer .btn {
    width: 100%;
    border-top: 0.26vw solid #fff;
    padding-left: 0;
    padding-top: 6.03vw;
  }

  .site_footer .btn a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17.51vw;
    padding: 4vw 7.69vw;
  }

  .site_footer .btn a:hover {
    background: #fff;
  }

  .site_footer .btn a::before {
    display: none;
  }

  .site_footer .btn .icon img {
    width: 6.59vw;
  }

  .site_footer .btn a:hover .icon img {
    -webkit-filter: none;
    filter: none;
  }

  .site_footer .btn a .link_text {
    font-size: 4.1vw;
    line-height: 1.88;
    margin-top: 0;
  }

  .site_footer .btn a:hover .link_text {
    color: #426ba1;
  }

  .site_footer .nav {
    margin-top: 14.5vw;
  }

  .site_footer .lists {
    gap: 7.69vw;
    margin-top: 0;
  }

  .site_footer .list::before {
    width: 0.26vw;
    height: 3.08vw;
    left: -3.97vw;
  }

  .site_footer .list a {
    font-size: 3.08vw;
  }

  .site_footer .list a:hover {
    opacity: 1;
  }

  .site_footer .logo {
    max-width: 72.82vw;
    margin-top: 8.8vw;
    margin-inline: auto;
    text-align: center;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .copyright {
    font-size: 3.08vw;
    padding-right: 0;
    margin-top: 5vw;
  }
}